Annotation of parser3/ChangeLog, revision 1.239
1.239 ! moko 1: 2026-07-11 moko
! 2:
! 3: * tests/: 030.html, results/030.processed: cookie $.expires(0) test
! 4: added (code coverage)
! 5:
! 6: * operators.txt: translation fixed
! 7:
1.238 moko 8: 2026-05-28 moko
9:
10: * src/include/pa_config_includes.h: warnings war
11:
12: * src/classes/classes.h: warnings war
13:
14: * src/include/pa_inline_hash.h: fix for old gcc
15:
1.237 moko 16: 2026-05-24 moko
17:
18: * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt,
19: tests/httpd/043.txt, tests/httpd/ok.log: more range check tests
20: added
21:
1.236 moko 22: 2026-05-06 moko
23:
24: * operators.ru.txt, operators.txt: ^int/double.++[] and
25: ^int/double.--[] documented (related to feature #1294)
26:
27: * tests/: 063.html, results/063.processed: test for
28: ^int/double.++[] and ^int/double.--[] added (related to feature
29: #1294)
30:
31: * src/classes/: double.C, int.C: ^int/double.++[] and
32: ^int/double.--[] added (adopted Sumo patch, implements feature
33: #1294)
34:
35: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
36: #1293)
37:
1.235 moko 38: 2026-04-30 moko
39:
40: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
41: feature #1293)
42:
43: * src/include/pa_inline_hash.h: First lookup optimization added
44: (related to feature #1293)
45:
46: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
47: (related to feature #1293)
48:
1.234 moko 49: 2026-04-25 moko
50:
51: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
52: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
53: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
54: src/classes/double.C, src/classes/file.C, src/classes/form.C,
55: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
56: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
57: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
58: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
59: src/classes/regex.C, src/classes/response.C,
60: src/classes/string.C, src/classes/table.C, src/classes/void.C,
61: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
62: src/include/pa_array.h, src/include/pa_base64.h,
63: src/include/pa_cache_managers.h, src/include/pa_charset.h,
64: src/include/pa_charsets.h, src/include/pa_common.h,
65: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
66: src/include/pa_dictionary.h, src/include/pa_dir.h,
67: src/include/pa_exception.h, src/include/pa_exec.h,
68: src/include/pa_globals.h, src/include/pa_hash.h,
69: src/include/pa_http.h, src/include/pa_inline_hash.h,
70: src/include/pa_int.h, src/include/pa_memory.h,
71: src/include/pa_opcode.h, src/include/pa_operation.h,
72: src/include/pa_os.h, src/include/pa_pool.h,
73: src/include/pa_random.h, src/include/pa_request.h,
74: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
75: src/include/pa_sapi.h, src/include/pa_socks.h,
76: src/include/pa_sql_connection.h,
77: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
78: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
79: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
80: src/include/pa_table.h, src/include/pa_threads.h,
81: src/include/pa_types.h, src/include/pa_uue.h,
82: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
83: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
84: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
85: src/lib/memcached/pa_memcached.C,
86: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
87: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
88: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
89: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
90: src/main/compile.tab.C, src/main/compile.y,
91: src/main/compile_tools.C, src/main/compile_tools.h,
92: src/main/execute.C, src/main/pa_base64.C,
93: src/main/pa_cache_managers.C, src/main/pa_charset.C,
94: src/main/pa_charsets.C, src/main/pa_common.C,
95: src/main/pa_dictionary.C, src/main/pa_dir.C,
96: src/main/pa_exception.C, src/main/pa_exec.C,
97: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
98: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
99: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
100: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
101: src/main/pa_stylesheet_connection.C,
102: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
103: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
104: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
105: src/main/untaint.C, src/main/helpers/simple_folding.pl,
106: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
107: src/targets/apache/mod_parser3_core.C,
108: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
109: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
110: src/types/pa_method.h, src/types/pa_property.h,
111: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
112: src/types/pa_varray.C, src/types/pa_varray.h,
113: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
114: src/types/pa_vclass.C, src/types/pa_vclass.h,
115: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
116: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
117: src/types/pa_vdate.C, src/types/pa_vdate.h,
118: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
119: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
120: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
121: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
122: src/types/pa_vimage.C, src/types/pa_vimage.h,
123: src/types/pa_vint.h, src/types/pa_vjunction.C,
124: src/types/pa_vjunction.h, src/types/pa_vmail.C,
125: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
126: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
127: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
128: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
129: src/types/pa_vobject.h, src/types/pa_vregex.C,
130: src/types/pa_vregex.h, src/types/pa_vrequest.C,
131: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
132: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
133: src/types/pa_vstateless_class.h,
134: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
135: src/types/pa_vstatus.h, src/types/pa_vstring.C,
136: src/types/pa_vstring.h, src/types/pa_vtable.C,
137: src/types/pa_vtable.h, src/types/pa_vvoid.C,
138: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
139: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
140: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
141: src/types/pa_wwrapper.h: Copyright year updated, websites links
142: changed to https://
143:
144: * src/include/pa_inline_hash.h: delete added (related to feature
145: #1293)
146:
147: 2026-04-24 moko
148:
149: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
150: types/pa_vmethod_frame.h: inline-storage hash used to avoid
151: allocations for MethodFrame args and locals (imlpements feature
152: #1293) _stack uses for_each to avoid Iterator for
153: InlineHashString
154:
155: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
156: added to avoid allocations for MethodFrame args and locals
157: (related to feature #1293)
158:
159: * tests/: 337.html, 434.html, results/320.processed,
160: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
161: added (related to feature #1282)
162:
163: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
164: (implements feature #1282)
165:
166: * tests/: 447.html, results/447.processed: exceptions tests added
167: (related to feature #1286)
168:
169: * src/classes/reflection.C: native method exception added (related
170: to feature #1286)
171:
172: * src/main/execute.C: removes irrelevant lines from exception stack
173: trace when exception occur in array assigment (related to bug
174: #1165) + useless #define removed
175:
176: * src/: include/pa_request.h, main/compile.y: warnings war
177:
178: 2026-04-23 moko
179:
180: * src/main/: compile.y, compile_tools.C, compile_tools.h:
181: maybe_append_simple_diving_code() is not related to
182: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
183:
1.233 moko 184: 2026-03-01 moko
185:
186: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
187: main/pa_request.C: configure_user removed, $MAIN:MAIL now
188: processed inside ^mail:send[] (implements feature #1290)
189:
190: 2026-02-25 moko
191:
192: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
193: array redefinition added
194:
195: * src/main/pa_request.C: array redefinition fixed
196:
197: * tests/: 182.html, results/182.processed: test for
198: ^reflection:classes[] order (related to feature #1289)
199:
200: * src/: classes/reflection.C, include/pa_request.h,
201: main/pa_request.C: classes now OrderedHashString, implements
202: feature #1289
203:
1.232 moko 204: 2026-02-02 moko
205:
206: * tests/: 307.html, results/307.processed: more "junction used
207: outside of context" tests added
208:
1.231 moko 209: 2026-01-09 moko
210:
211: * src/classes/amqp.C: auto_delete is better false by default
212: (related to feature #1288)
213:
214: * src/classes/amqp.C: more methods bool args fixes, nowait removed
215: (related to feature #1288)
216:
217: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
218:
219: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
220: returns purged messages count (related to feature #1288)
221:
222: * tests/: 449.html, results/449.processed, results/auto.p: test for
223: table size limit added (related to feature #1276)
224:
225: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
226: limit table size; note: for append and insert operations only
227: (implements feature #1276)
228:
229: 2026-01-08 moko
230:
231: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
232: declare_queue = declare; delete_exchange + delete_queue = delete;
233: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
234: consume can be called without callback with optional $.count(N),
235: returns array of messages;
236:
237: 2026-01-07 moko
238:
239: * tests/: 448.html, results/448.processed: avoid 500, show
240: exception where not supported
241:
242: * src/include/pa_int.h: warnings war
243:
244: * tests/: 422.html, results/422.processed: test updated after wide
245: int implemented (feature #1273)
246:
247: * src/main/pa_int.C: warnings war
248:
249: * src/classes/classes.vcproj: +amqp.C
250:
251: * src/classes/: int.C, string.C: warnings war
252:
253: * src/classes/: op.C: warnings war
254:
255: * src/: classes/op.C, main/pa_int.C: warnings war
256:
257: * src/types/pa_vdate.h: warnings war
258:
259: * src/main/pa_int.C: warnings war continues
260:
261: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
262: war
263:
264: * src/types/pa_vdate.C: reverted, format_double still required here
265:
266: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
267: format_double now supports wint, $math:int_max and $math:int_min
268: added, PA_WIDE_INT is finally enabled by default (implements
269: feature #1273)
270:
271: * tests/: 275.html, results/275.processed: preparing tests for int
272: extension
273:
274: * tests/: 424.html, results/424.processed: actualized and prepared
275: for wide int
276:
277: 2026-01-06 moko
278:
279: * src/: classes/double.C, classes/int.C, classes/string.C,
280: include/pa_common.h, include/pa_int.h, include/pa_string.h,
281: main/execute.C, main/pa_common.C, main/pa_int.C,
282: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
283: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
284: types/pa_vstring.h: feature #1273 core implementation:
285: value::as_wint added, implemented for int/double/string, and used
286: where applicable; vint now holds pa_wint type; format_double
287: moved to pa_int
288:
289: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
290: pa_int includes tuning, vcproj updated (related to feature #1273)
291:
292: * src/main/pa_int.C: build fix
293:
294: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
295: added, another preparation for feature #1273
296:
297: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
298: include/pa_types.h, main/pa_int.C, main/pa_string.C,
299: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
300: moved there, pa_wint and related functions added, another
301: preparation for feature #1273
302:
1.230 moko 303: 2025-12-17 moko
304:
305: * src/classes/json.C: optimization: String::Empty used and avoided
306: using passed length.
307:
308: 2025-12-16 moko
309:
310: * src/classes/string.C: sync _int with _double, avoid int usage
311: (related to #1273)
312:
1.229 moko 313: 2025-12-08 moko
314:
315: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
316: define added and used for OS X as well
317:
1.228 moko 318: 2025-11-30 moko
319:
320: * configure, configure.ac, src/include/pa_config_auto.h.in,
321: src/include/pa_config_fixed.h: int64_t added in preparation to
322: feature #1273
323:
1.227 moko 324: 2025-11-22 moko
325:
326: * src/classes/amqp.C: delivery_tag changed from string to double
327: (related to feature #1288)
328:
1.226 moko 329: 2025-11-14 moko
330:
331: * src/types/pa_vstatus.C, tests/448.html,
332: tests/results/448.processed: $status:limit-cpu,
333: $status:limit-mem, $status:limit-nproc unlimited support added,
334: test added (related to feature #1280)
335:
336: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
337: $status:limit-mem, $status:limit-nproc added (implements feature
338: #1280)
339:
340: 2025-11-12 moko
341:
342: * tests/results/: 323.processed, 421.processed: tests results
343: updated after amqp class added
344:
1.225 moko 345: 2025-11-08 moko
346:
347: * src/classes/amqp.C: tls support added, errors reporting improved
348: (related to feature #1288)
349:
350: * src/classes/amqp.C: tls support added (related to feature #1288)
351:
352: * src/classes/amqp.C: exceptions text now printed (related to
353: feature #1288)
354:
355: * src/classes/amqp.C: properties hash simplified (related to
356: feature #1288)
357:
358: 2025-11-07 moko
359:
360: * src/classes/amqp.C: consume fixed (related to feature #1288)
361:
362: * src/classes/classes.C: + amqp class
363:
364: * buildall, configure, configure.ac, src/classes/Makefile.am,
365: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
366: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
367: updated for librabbitmq support (relates to feature #1288)
368:
369: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
370: basic RabbitMQ C library (librabbitmq) support (partially
371: implements #1288)
372:
1.224 moko 373: 2025-10-05 moko
374:
375: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
376: reflection.C, string.C: Optimization: valid_options optimized
377: where HashStringValue::Iterator used
378:
379: * tests/results/224.processed: test result updated after date
380: functions updated (related to #1287)
381:
382: 2025-10-04 moko
383:
384: * operators.ru.txt, operators.txt: actualized
385:
386: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
387:
388: * tests/: 447.html, results/447.processed: tests for
389: ^reflection:override[$method] added (related to feature #1286)
390:
391: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
392: added (related to feature #1285)
393:
394: * src/classes/reflection.C:
395: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
396: added (implements feature #1286)
397:
398: * src/main/execute.C: bugfix: when method is attached from another
399: class, it's junction_template is initialized with another class,
400: thus get_vjunction should be used (related to feature #1286)
401:
402: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
403: ^date:iso-string[] - static call now formats current date
404: (implements feature #1287)
405:
406: 2025-10-01 moko
407:
408: * buildall: built-in mailreceive path actualized
409:
1.223 moko 410: 2025-09-01 moko
411:
412: * src/classes/math.C: old compilers support in ^math:eq
413:
414: 2025-08-31 moko
415:
416: * tests/: 446.html, results/446.processed: tests for
417: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
418:
419: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
420: implements #1285)
421:
422: 2025-08-30 moko
423:
424: * operators.ru.txt, operators.txt: actualized
425:
426: * tests/: 230.html, results/230.processed: test for ^file.save
427: $.append(false|true) option added (related to feature #1284)
428:
429: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
430: ^file.save $.append(false|true) option added (implements feature
431: #1284)
432:
1.222 moko 433: 2025-08-16 moko
434:
435: * etc/auto.p.in: LIMIT max_array_size actualized
436:
1.221 moko 437: 2025-08-01 moko
438:
439: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
440: pa_GC_abort_func added and used (implements feature #1283)
441:
442: * src/include/: pa_array.h, pa_config_includes.h:
443: PA_DEBUG_DISABLE_GC mode fixed for sparse array
444:
1.220 moko 445: 2025-07-04 moko
446:
447: * src/main/pa_common.C: typo fixed (related to bug #1282)
448:
449: * src/main/pa_common.C: minor optimization + create_dir_for_file
450: checks for \ (related to bug #1282)
451:
452: 2025-07-03 moko
453:
454: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
455: under Windows (fixes bug #1282)
456:
457: * src/main/pa_common.C: file:delete for UTF-8 files now works under
458: Windows (fixes bug #1282)
459:
460: 2025-06-28 moko
461:
462: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
463: Yavor Doganov <yavor@gnu.org>
464:
465: * src/main/pa_charset.C: typo fixed (related to feature #1281)
466:
467: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
468: compatibility fixed (implements feature #1281)
469:
1.219 moko 470: 2025-05-31 moko
471:
472: * src/main/pa_http.C: old gcc compilation fix (related to feature
473: #1277)
474:
475: 2025-05-28 moko
476:
477: * src/: classes/array.C, include/pa_array.h: last
478: Array_iterator::key() removed (related to feature #1277)
479:
480: 2025-05-27 moko
481:
482: * src/: classes/array.C, classes/table.C, include/pa_array.h,
483: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
484: and used (related to feature #1277)
485:
1.218 moko 486: 2025-05-26 moko
487:
488: * src/: classes/array.C, classes/curl.C, classes/hash.C,
489: classes/hashfile.C, classes/image.C, classes/table.C,
490: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
491: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
492: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
493: VString(const char *avalue) added and used to optimize new
494: VString(*new String(i.key(), String::L_TAINTED)) (related to
495: feature #1277)
496:
497: * src/: classes/array.C, classes/curl.C, classes/file.C,
498: classes/hash.C, classes/image.C, classes/json.C,
499: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
500: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
501: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
502: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
503: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
504: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
505: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
506: types/pa_vxnode.C: implements feature #1277 String::Body(const
507: char *abody) now explicit but HashString::put(const char *str, V
508: value) added for simplicity optimizations: HASH_PUT_CSTR used
509: where hash.put called several time during execution; caching
510: String::Body::uitoa used at all pash.put(<uint> calls.
511:
512: 2025-05-25 moko
513:
514: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
515: to feature #1277)
516:
517: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
518:
519: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
520: added for caching (related to feature #1277)
521:
522: * src/include/pa_string.h: optimized String:pos versions added
523: (without language + char *) (related to feature #1277)
524:
525: 2025-05-24 moko
526:
527: * tests/: 445.html, results/445.processed: test for
528: ^hash.array[[keys|values]] added (related to feature #1274)
529:
530: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
531: feature #1274)
532:
1.217 moko 533: 2025-01-26 moko
534:
535: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
536:
1.216 moko 537: 2025-01-25 moko
538:
539: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
540:
541: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
542: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
543: autoheader && automake && autoconf
544:
545: * src/lib/ltdl/configure.ac: new autotools used
546:
547: * acsite.m4, configure.ac: new autotools warnings fixed
548:
1.213 moko 549: 2025-01-10 moko
550:
1.215 moko 551: * tests/results/320.processed: test result updated after syslog
552: added
553:
1.214 moko 554: * src/classes/op.C: minor MSVC fixes
555:
556: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
557:
1.213 moko 558: * operators.ru.txt, operators.txt: +
559: ^syslog[ident;message[;info|warning|error|debug]]
560:
561: * src/classes/op.C: +
562: ^syslog[ident;message[;info|warning|error|debug]] (implelents
563: feature #1270)
564:
565: * configure, configure.ac, src/include/pa_config_auto.h.in,
566: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
567:
568: 2025-01-06 moko
569:
570: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
571: 2^n) calculated and used
572:
573: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
574: https://www.hadrons.org/software/libmd/
575:
1.212 moko 576: 2024-12-28 moko
577:
578: * tests/httpd/run_tests.sh: for FreeBSD compatibility
579:
580: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
581: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
582: $request:uri and $request:path tests added (related to feature
583: #1269)
584:
585: * operators.ru.txt, operators.txt: + $request:path documented
586: (related to feature #1269)
587:
588: * tests/: 065.html, results/065.processed: $request:path,
589: $request:uri tested
590:
591: * src/types/pa_vrequest.C: $request:path default is empty string to
592: match an empty URI in console mode (related to feature #1269)
593:
594: * etc/auto.p.in: $request:path used (related to feature #1269)
595:
596: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
597: (implements feature #1269)
598:
599: 2024-12-26 moko
600:
601: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
602: 3.5.0
603:
604: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
605: pa-include/pa_errno.h, pa-include/pa_file_info.h,
606: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
607: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
608: pa_strcat
609:
610: * tests/results/223.processed: apache upgraded @parser.ru
611:
612: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
613: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
614: pa-include/pa_errno.h, pa-include/pa_file_info.h,
615: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
616: pa-include/pa_strings.h: sdbm updated from version included in
617: apache 2.0.43 to version included in apache 2.0.65
618:
619: 2024-12-24 moko
620:
621: * etc/auto.p.in: to avoid patching Debian package
622:
623: * src/main/: pa_exec.C, pa_http.C: final fixes for
624: --with-build-warnings (dangling-reference warnings can be
625: ignored)
626:
627: 2024-12-23 moko
628:
629: * src/: classes/file.C, classes/hash.C, classes/op.C,
630: include/pa_common.h, main/pa_http.C, main/pa_request.C,
631: types/pa_vcookie.C, types/pa_vform.C: more fixes for
632: --with-build-warnings
633:
634: * src/: classes/date.C, classes/inet.C, classes/op.C,
635: classes/reflection.C, include/pa_array.h,
636: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
637: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
638: --with-build-warnings
639:
1.211 moko 640: 2024-12-21 moko
641:
642: * Makefile.am: +operators.ru.txt
643:
644: * operators.ru.txt, operators.txt: typo fixed
645:
646: 2024-12-20 moko
647:
648: * operators.txt: whitespace synced
649:
650: * operators.ru.txt, operators.txt: curl added
651:
652: * operators.ru.txt, operators.txt: logically sorted
653:
654: * operators.ru.txt: id added
655:
656: * operators.txt: ID added
657:
658: * operators.txt: translated
659:
660: * operators.ru.txt, operators.txt: operators.txt translated to
661: english, synced format with operators.ru.txt
662:
663: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
664: formatted
665:
666: * operators.ru.txt, operators.txt: formatted, actualized, oracle
667: info moved to separate file
668:
669: 2024-12-19 moko
670:
671: * src/targets/cgi/parser3.C: avoid parser version requests logging
672: in parser3.log
673:
674: 2024-12-18 moko
675:
676: * buildall: preventing --with-system-mailreceive linking with
677: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
678: to feature #1199)
679:
1.210 moko 680: 2024-12-16 moko
681:
1.211 moko 682: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 683:
684: * src/classes/table.C: exception text fixed
685:
686: 2024-12-15 moko
687:
688: * tests/: 102.html, results/102.processed: tests updated after
689: $form:fields not editable again (related to feature #1254)
690:
691: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
692: be edited (related to feature #1254)
693:
694: * src/types/pa_vform.C: reverted that
695: $form:fields/tables/files/imap can be edited (related to feature
696: #1254) for backward compatibility
697:
698: 2024-12-14 moko
699:
1.211 moko 700: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 701:
702: * tests/results/auto.p: avoid $mac execution unless on OS X
703:
704: * tests/388-sql.html: more OS support
705:
706: 2024-12-13 moko
707:
708: * tests/388-sql.html: sql tests under OS X now fixed
709:
710: * tests/results/auto.p: curl test under OS X now works
711:
712: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
713: no dll name under Windows, hiding
714:
715: * tests/: 379-curl.html, results/379-curl.processed: some curl
716: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
717:
718: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
719: 389.html, results/030.processed, results/212.processed,
720: results/219.processed, results/273.processed,
721: results/320.processed, results/346-curl.processed,
722: results/389.processed, results/auto.p: ^try-catch-filtered added
723: and used
724:
725: * tests/: 347-curl.html, results/347-curl.processed: support for
726: different error messages
727:
728: * src/classes/curl.C: several curl libraries supported,
729: ^curl:options[ $.library[] ] resets to default
730:
731: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
732: removed as depends on curl version
733:
734: * tests/results/: 223-curl.processed, 394-curl.processed: curl
735: fixed bug with \n in file names, test result updated
736:
737: * tests/388-sql.html: +libmysqlclient.so
738:
739: * etc/auto.p.in: +libmariadb
740:
741: 2024-12-12 moko
742:
743: * tests/: 388-sql.html, results/429-sql.processed: test results
744: updated after test changed
745:
746: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
747: for newer MariaDB compatibility
748:
749: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
750: results/429-sql.processed: key -> id for new MariaDB
751: compatibility
752:
753: * src/types/pa_vmethod_frame.h: warning war
754:
755: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
756: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
757: including for Debian package
758:
759: 2024-12-11 moko
760:
761: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
762: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
763: $status:log-filename added (related to feature #1262)
764:
765: * tests/: 440.html, results/440.processed: test for row is checked
766: before accessing when table is modified during select (related to
767: bug #1258)
768:
769: * src/: classes/table.C, include/pa_table.h: row should be checked
770: before accessing as table can be modified during select (related
771: to bug #1258)
772:
773: * src/types/pa_vmail.C: $mail:received tables -> elements array
774: (related to feature #1226)
775:
776: * src/: classes/file.C, classes/image.C, classes/table.C,
777: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
778: better messages (related to feature #1267)
779:
780: * tests/results/: 065.processed, 246.processed, 337.processed,
781: 342.processed, 352.processed, 356.processed, 364.processed,
782: 372.processed, 373.processed, 389.processed, 404.processed,
783: 406.processed, 414.processed, 430.processed, 432.processed,
784: 442.processed: tests updated after params.as_string error
785: reporting was improved (related to feature #1267)
786:
787: * src/classes/reflection.C: error messages optimized (related to
788: feature #1267)
789:
790: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
791: error reporing for params.as_* (related to feature #1267)
792:
793: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
794: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
795: #1267)
796:
797: * tests/results/: 246.processed, 414.processed, 432.processed:
798: tests updated after params.as_string error reporting was improved
799: (related to feature #1267)
800:
801: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
802: reporing for params.as_string (implements feature #1267)
803:
804: * tests/: 065.html, results/065.processed: tests for file methods
805: accepting file as filename added (related to feature #1265)
806:
807: * src/: classes/file.C, include/pa_exception.h,
808: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
809: methods now accept file as path specification (adopted Sumo patch
810: implements feature #1265)
811:
812: * tests/: 400.html, results/400.processed: tests for result
813: optimization "locks" after first method call (related to feature
814: #1266)
815:
816: 2024-12-10 moko
817:
818: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
819: result_optimization comments (related to feature #1266)
820:
821: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
822: $result now stored in my_result, not in local variables hash
823: (implements feature #1266)
824:
1.209 moko 825: 2024-12-09 moko
826:
1.210 moko 827: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
828: set_my_variable in preparation for $result optimization (related
829: to feature #1266)
830:
1.209 moko 831: * tests/results/119.processed: newline corrected for some OS
832:
833: * tests/: 441.html, results/441.processed: Debian-specific test
834: commented
835:
836: * buildall: pcre2 10.42 -> 10.44
837:
838: 2024-12-08 moko
839:
840: * buildall: external links fixed
841:
842: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
843:
844: * src/include/pa_table.h: some clang versions compilation fix
845:
846: * configure.ac: 3.4.7b -> 3.5.0rc
847:
848: 2024-12-07 moko
849:
850: * tests/: 443.html, 444.html, results/443.processed,
851: results/444.processed: tests for named params (related to feature
852: #1205)
853:
854: * src/: classes/reflection.C, types/pa_method.h: named_params
855: support in reflection (related to feature #1205)
856:
857: * src/types/pa_vmethod_frame.h: extra_params and named params
858: should be also inited in ^method[] call (related to feature
859: #1205)
860:
861: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
862: support using @method[arg;.named_arg;.named_arg2] syntax
863: (implements feature #1205)
864:
865: * tests/: 443.html, results/443.processed: test for *args inited
866: added (related to bug #1264)
867:
868: * src/types/pa_vmethod_frame.h: *args are now inited even if not
869: specified (fixes bug #1264)
870:
871: * tests/: 442.html, results/442.processed: tests for
872: params.as_file_name(N) with empty file name added (related to
873: feature #1121)
874:
875: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
876: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
877: include/pa_exception.h, types/pa_vmethod_frame.h:
878: params.as_file_name(N) added and used instead of
879: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
880: (implements feature #1121)
881:
882: * src/: classes/file.C, classes/image.C, classes/op.C,
883: classes/table.C, include/pa_exception.h: filename is everywhere
884: params.as_string, unify exception and remove
885: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
886:
887: * tests/: 141.html, results/141.processed: test for
888: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
889: to feature #1263)
890:
891: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
892: $.format[file] ] now supported (implements feature #1263)
893:
894: 2024-12-06 moko
895:
896: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
897: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
898: (cgi/console/mail/httpd/apache/isapi) added (related to feature
899: #1262)
900:
901: 2024-12-05 moko
902:
903: * src/targets/cgi/parser3.C: more correct arguments processing to
904: block -fl config.file log.file logic (related to feature #1262)
905:
906: 2024-12-04 moko
907:
908: * src/targets/cgi/parser3.C: now only one log location is selected
909: and tried. -l - supported for stderr specification (related to
910: feature #1262)
911:
912: 2024-12-03 moko
913:
914: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
915: results/010.processed, results/415.processed: tests for
916: $.(expression)[value], $a.(expression), ^v.(expression)[args]
917: added (related to feature #1064)
918:
919: * src/main/compile.y: $.(expression)[value], $a.(expression),
920: ^v.(expression)[args] now supported (implements feature #1064)
921:
922: 2024-12-02 moko
923:
924: * src/targets/cgi/parser3.C: -l /path/to/log options added
925: (implements feature #1262)
926:
1.208 moko 927: 2024-12-01 moko
928:
929: * tests/: 010.html, results/010.processed: some tests related to
930: bug #1149 added
931:
932: * src/main/compile.y: the check pc.pos.col > 1 is not required
933: because we can't be here without a '$' before. The begin == end
934: check was incorrect since $[a]{b} fits this condition (fixes bug
935: #1149)
936:
937: 2024-11-29 moko
938:
939: * src/classes/array.C: warning war
940:
941: 2024-11-26 moko
942:
943: * tests/: 441.html, results/441.processed: a bit more testing
944: (related to bug #1238)
945:
946: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
947:
948: * src/main/pa_exec.C: simplification arg_quote added (related to
949: bug #1229)
950:
1.207 moko 951: 2024-11-25 moko
952:
953: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
954: bug #1239)
955:
956: 2024-11-24 moko
957:
958: * src/main/pa_exec.C: added cmd.exe specific
959:
960: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
961: tests for ^file::exec env and args tainting tests (related to bug
962: #1239)
963:
964: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
965:
966: * src/include/pa_config_includes.h: added recommendations for
967: libxslt.a and and libexslt.a compilation under cygwin
968:
969: * tests/results/102.processed: $form:fields.value is now writable,
970: as $form:value (related to feature #1254)
971:
972: * src/include/pa_config_includes.h: cigwin compilation fixes
973:
974: 2024-11-23 moko
975:
976: * tests/httpd/site/run_server.sh: to simplify testing
977:
978: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
979: site/form.html: $form:files and $form:elements tests added, tests
980: with curl supported (related to feature #1254)
981:
982: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
983: types/pa_vform.h: $form:elements implemented, VForm::get_element
984: uses faster SYMBOLS_EQ, hashes no longer copied when using
985: $form:fields/tables/files/imap and can be edited (implements
986: feature #1254)
987:
988: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
989: bug #1261)
990:
1.206 moko 991: 2024-11-17 moko
992:
993: * tests/: 440.html, results/440.processed: tests for
994: ^table.array[], offset restoration, iterators robust tests
995: (related to bug #1258, features #1259 and #1260)
996:
997: * tests/: 439.html, results/439.processed: array and hash iterators
998: robust tests (related to feature #1260)
999:
1000: * src/: classes/array.C, classes/table.C, include/pa_array.h,
1001: include/pa_table.h: Array_robust_iterator added and used in cases
1002: where array can be modified during iteration (implements feature
1003: #1260)
1004:
1005: * src/classes/table.C: ^table.array[], ^table.array[column name],
1006: ^table.array{code} added (implements feature #1259)
1007:
1008: 2024-11-16 moko
1009:
1010: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
1011: table current row restoration after exception and table changes
1012: (fixes bug #1258)
1013:
1014: 2024-11-13 moko
1015:
1016: * src/classes/table.C: minor optimization
1017:
1018: * src/main/pa_string.C: \r added to default ^string.trim chars list
1019: (https://www.parser.ru/forum/?id=86648)
1020:
1.205 moko 1021: 2024-11-11 moko
1022:
1.206 moko 1023: * src/classes/classes.C: set_base commented
1024:
1025: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1026: deleted
1027:
1028: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1029:
1030: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1031: classes.inc
1032:
1033: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1034: main/pa_globals.C: classes.awk is useless, preparing to delete it
1035:
1.205 moko 1036: * src/classes/classes.h: temp fix
1037:
1038: 2024-11-10 moko
1039:
1040: * src/: classes/date.C, classes/file.C, classes/image.C,
1041: classes/op.C, main/pa_string.C: minor optimization
1042:
1043: * src/: classes/date.C, classes/file.C, classes/image.C,
1044: classes/op.C, main/pa_string.C: typo fixed
1045:
1046: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1047: classes/file.C, classes/image.C, classes/op.C,
1048: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1049: memory allocation befor main(). Only 3 allocations in chatsets
1050: left (implements feature #1257)
1051:
1052: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1053: minor naming convention fix
1054:
1055: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1056: results/436.processed, results/437.processed,
1057: results/438.processed: tests for @unhandled_exception processing
1058: (related to feature #1256)
1059:
1060: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1061: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1062: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1063: are now processed in request::core for correct logging and
1064: reporting (feature #1256)
1065:
1066: * src/: include/pa_sapi.h, main/pa_request.C,
1067: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1068: targets/isapi/parser3isapi.C: unhandled exception now called if
1069: exception occures during $response:download processing (related
1070: to bug #1255)
1071:
1072: * etc/auto.p.in: better 404 error reporting
1073:
1074: 2024-11-09 moko
1075:
1076: * src/main/pa_memory.C: more detailed usage comment
1077:
1078: * src/main/pa_memory.C: usage commented
1079:
1080: * src/main/pa_memory.C: minor cleanup
1081:
1082: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1083:
1084: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1085: httpd/site/029.html, results/436.processed: test for exception in
1086: $response:download[] added
1087:
1088: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1089: and avoid exit status 1 on die
1090:
1091: * tests/results/: 007.processed, 019.processed, 098.processed,
1092: 103.processed, 233.processed: windows headers matter for binary
1093: files
1094:
1095: * tests/httpd/ok.log: tests results updated as extra headers now
1096: cleared on error (related to bug #1255)
1097:
1098: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1099: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1100: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1101: headers in errors, custom send_error in cgi/httpd mode to avoid
1102: memory allocations (fixes bug #1255)
1103:
1104: 2024-11-07 moko
1105:
1106: * tests/: 264.html, results/264.processed: tests updated to test
1107: removal of only trailing empty arguments for backward
1108: compatibility (related to feature #1252)
1109:
1110: * src/classes/file.C: remove trailing empty arguments for backward
1111: compatibility (related to feature #1252)
1112:
1113: 2024-11-05 moko
1114:
1115: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1116: low memory case, when static initialization failed even before
1117: main() start
1118:
1119: 2024-11-04 moko
1120:
1121: * configure, src/include/pa_config_auto.h.in,
1122: src/include/pa_config_fixed.h: _locking no longer used
1123:
1124: * configure.ac: _locking no longer used (related to bug #1231)
1125:
1126: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1127:
1128: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1129:
1130: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1131: unused
1132:
1133: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1134: be used on locking errors (related to bug #1231)
1135:
1136: * src/main/pa_os.C: GetLastError used as errno is not set (related
1137: to bug #1231)
1138:
1139: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1140: allowing shared lock to work (fixes bug #1231)
1141:
1142: * INSTALL: actualized, minor fixes
1143:
1144: * etc/auto.p.in: default LIMITS added
1145:
1146: * AUTHORS: links actualized
1147:
1148: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1149: classes/classes.awk, classes/classes.h, classes/curl.C,
1150: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1151: classes/hash.C, classes/hashfile.C, classes/image.C,
1152: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1153: classes/math.C, classes/memcached.C, classes/memory.C,
1154: classes/op.C, classes/reflection.C, classes/regex.C,
1155: classes/response.C, classes/string.C, classes/table.C,
1156: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1157: include/pa_array.h, include/pa_base64.h,
1158: include/pa_cache_managers.h, include/pa_charset.h,
1159: include/pa_charsets.h, include/pa_common.h,
1160: include/pa_config_fixed.h, include/pa_config_includes.h,
1161: include/pa_dictionary.h, include/pa_dir.h,
1162: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1163: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1164: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1165: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1166: include/pa_request_charsets.h, include/pa_request_info.h,
1167: include/pa_sapi.h, include/pa_socks.h,
1168: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1169: include/pa_stack.h, include/pa_string.h,
1170: include/pa_stylesheet_connection.h,
1171: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1172: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1173: include/pa_uue.h, include/pa_xml_exception.h,
1174: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1175: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1176: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1177: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1178: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1179: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1180: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1181: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1182: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1183: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1184: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1185: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1186: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1187: main/pa_sql_driver_manager.C, main/pa_string.C,
1188: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1189: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1190: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1191: main/untaint.C, sql/pa_sql_driver.h,
1192: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1193: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1194: targets/isapi/parser3isapi.C, types/pa_junction.h,
1195: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1196: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1197: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1198: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1199: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1200: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1201: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1202: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1203: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1204: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1205: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1206: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1207: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1208: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1209: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1210: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1211: types/pa_vresponse.C, types/pa_vresponse.h,
1212: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1213: types/pa_vstateless_object.h, types/pa_vstatus.C,
1214: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1215: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1216: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1217: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1218: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1219:
1.203 moko 1220: 2024-10-28 moko
1221:
1.204 moko 1222: * src/classes/array.C: avoid invalidate()
1223:
1224: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1225: fused to survive in ^array::copy[$a] (related to feature #930)
1226:
1227: * src/types/pa_varray.h: minor optimization as last element is
1228: allways defined if present
1229:
1.203 moko 1230: * tests/: 435.html, results/435.processed: tests for
1231: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1232: for array added (related to feature #1253)
1233:
1234: * src/classes/array.C: typo fixed
1235:
1236: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1237: ^hash.set([-+]index)[value], and same for array added (implements
1238: feature #1253)
1239:
1240: * tests/results/: 246.processed, 298.processed, 342.processed,
1241: 389.processed, 397.processed, 430.processed, 432.processed: tests
1242: results update after minor exceptions texts fixes
1243:
1244: 2024-10-27 moko
1245:
1246: * src/: classes/array.C, classes/hash.C, classes/math.C,
1247: classes/reflection.C, classes/string.C, classes/table.C,
1248: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1249: types/pa_vmethod_frame.h: handy as_index() added, several
1250: exceptions texts fixed (related to feature #930)
1251:
1252: * src/: classes/array.C, types/pa_varray.h: non-working
1253: $array.fields removed, ^array.delete[index] supported (related to
1254: feature #930)
1255:
1256: * tests/: 431.html, results/431.processed: tests updated after
1257: ^a.delete[3] supported
1258:
1259: * tests/: 431.html, 434.html, results/434.processed: tests for last
1260: element used, push/pop, exceptions during arguments processing
1261: and used caching (related to feature #930)
1262:
1263: * src/: classes/array.C, types/pa_varray.h: change_used added for
1264: better used caching and now no issues if exception occures during
1265: append arguments processing (related to feature #930)
1266:
1267: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1268: ^array.pop[] added, last element is allways used (related to
1269: feature #930)
1270:
1271: 2024-10-26 moko
1272:
1273: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1274: types/pa_varray.h: confirm_all_used added where possible (related
1275: to feature #930)
1276:
1277: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1278: small array optimizations (related to feature #930)
1279:
1280: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1281:
1282: * tests/: 431.html, results/431.processed: test for
1283: ^array.compact[undef] added
1284:
1285: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1286: argument to also compact undefined elements (related to feature
1287: #930)
1288:
1289: 2024-10-24 moko
1290:
1291: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1292: VArray::hash is used rarery, no longer caching the result
1293:
1294: * tests/results/432.processed: testing removed from tests
1295:
1296: 2024-10-23 moko
1297:
1298: * tests/: 431.html, results/431.processed: ^array.compact[] test
1299: added
1300:
1301: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1302:
1303: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1304: both "solid" and "sparse" arrays
1305:
1306: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1307:
1308: 2024-10-22 moko
1309:
1310: * tests/results/264.processed: spelling
1311:
1312: * src/classes/file.C: spelling
1313:
1314: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1315: tests updated after ^file::exec[cmd;;$array] implemented and
1316: empty arguments not skipped (related to feature #1252)
1317:
1318: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1319: (implements feature #1252) bugfix: empty arguments no longer
1320: skipped
1321:
1.205 moko 1322: 2024-10-21 moko
1323:
1324: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1325: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1326: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1327: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1328: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1329: site/index.html, site/test.txt: httpd tests added
1330:
1.202 moko 1331: 2024-10-20 moko
1332:
1333: * src/classes/string.C: warnings war
1334:
1335: * src/: main/pa_string.C, classes/array.C: warnings war
1336:
1337: * src/classes/json.C: warnings war
1338:
1339: * src/classes/image.C: warnings war
1340:
1341: * src/: classes/table.C, types/pa_varray.C: warnings war
1342:
1343: * src/classes/array.C: warning war
1344:
1345: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1346:
1347: * src/main/main.vcproj: warnings war
1348:
1349: 2024-10-19 moko
1350:
1351: * tests/427.html: test updated after constructors renamed
1352:
1353: 2024-10-18 moko
1354:
1355: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1356: results/421.processed, results/430.processed,
1357: results/431.processed: test updated after constructors renamed
1358:
1359: * src/classes/array.C: create -> copy, new -> create according to
1360: https://www.parser.ru/forum/?id=86603 discussion (related to
1361: feature #930)
1362:
1363: 2024-10-16 moko
1364:
1365: * src/classes/json.C: $json:array[array or hash] added to provide
1366: more backward compatibility (implements feature #1251)
1367:
1368: 2024-10-15 moko
1369:
1370: * tests/: 421.html, results/421.processed: test results updated
1371: after missing constuctor error check added and array is_index
1372: check added
1373:
1374: * src/main/execute.C: absent constructor message fixed
1375:
1.201 moko 1376: 2024-10-13 moko
1377:
1378: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1379: with is_index() before calling index() for better error reporting
1380: in method name typo (was invalid number, not method not found
1381: exception).
1382:
1383: 2024-10-08 moko
1384:
1385: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1386:
1387: * src/include/pa_array.h: warnings war
1388:
1.200 moko 1389: 2024-10-05 moko
1390:
1391: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1392: returns current row cells array (implements feature #1250)
1393:
1394: * tests/: 405.html, results/169.processed, results/405.processed:
1395: tests updated after ^string.split[;a] implemented (related to
1396: feature #1249)
1397:
1398: * src/classes/string.C: ^string.split[] - 'a' option added for
1399: splitting into an array (implements feature #1249)
1400:
1401: 2024-10-04 moko
1402:
1403: * tests/: 431.html, results/431.processed: final code coverage
1404: array tests
1405:
1406: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1407: array: confirm_all_used() added and used where possible, expand()
1408: now expends faster
1409:
1410: 2024-10-03 moko
1411:
1412: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1413:
1414: * tests/: 256.html, results/256.processed: test for
1415: $.date[unix-timestamp] handling large dates
1416:
1417: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1418: classes/string.C, classes/table.C, include/pa_common.h,
1419: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1420: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1421: format replaced with pa_uitoa where applicable,
1422: $.date[unix-timestamp] fixed for handling large dates
1423:
1424: * tests/: 433.html, results/433.processed: more tests, including
1425: test for possible endless recursion in ^o.GET[]
1426:
1427: * src/types/pa_vobject.C: bugfix: detecting possible endless
1428: recursion in get_scalar_value inside ^o.GET[]
1429:
1430: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1431: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1432: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1433: $LIMITS.max_recursion
1434:
1435: 2024-10-02 moko
1436:
1437: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1438: results/253.processed, results/287.processed,
1439: results/430.processed, results/433.processed: more tests for full
1440: array and json code coverage
1441:
1442: * tests/: 433.html, results/433.processed: tests for hash functions
1443: with array param
1444:
1445: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1446:
1447: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1448: in 246.html used to test ^array.at, same result produced
1449:
1450: * tests/: 430.html, 431.html, results/430.processed,
1451: results/431.processed: more array tests for 100% code coverage
1452: (related to feature #930)
1453:
1454: * tests/: 427.html, 430.html, results/427.processed,
1455: results/430.processed: first portion of array tests added
1456: (related to feature #930)
1457:
1458: * src/classes/array.C: allow only whitespace string as argument for
1459: add and join
1460:
1461: * src/classes/array.C: add behavour for array synced with hash
1462:
1463: 2024-09-30 moko
1464:
1465: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1466: tests added
1467:
1468: * src/classes/array.C: $.distinct should not be used unless
1469: $.sparse(true)
1470:
1471: * tests/: 429-sql.html, results/388-sql.processed,
1472: results/429-sql.processed: tests for ^array::sql{}, including
1473: multi_statements mode (related to feature #930)
1474:
1.199 moko 1475: 2024-09-29 moko
1476:
1477: * src/classes/array.C: synced ^array::sql multi_statements logic
1478: with ^hash::sql new behavour
1479:
1480: 2024-09-28 moko
1481:
1482: * tests/: 428-sql.html, results/388-sql.processed,
1483: results/428-sql.processed: tests updated after column names were
1484: fixed in multi_statements mode (related to feature #1197)
1485:
1486: * src/classes/hash.C: column names are fixed for most cases in
1487: multi_statements mode (related to feature #1197)
1488:
1489: * tests/: 428-sql.html, results/195.processed,
1490: results/224.processed, results/239.processed,
1491: results/254.processed, results/261.processed,
1492: results/306.processed, results/333.processed,
1493: results/341.processed, results/343.processed,
1494: results/344.processed, results/348.processed,
1495: results/364.processed, results/389.processed,
1496: results/390.processed, results/415.processed,
1497: results/420.processed, results/421.processed: tests results
1498: updated after error messages spelling minor fixes
1499:
1500: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1501: spelling
1502:
1503: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1504: classes/image.C, classes/math.C, classes/string.C,
1505: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1506: main/execute.C, main/pa_charset.C, main/pa_common.C,
1507: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1508: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1509: types/pa_vmail.C, types/pa_vobject.C,
1510: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1511: types/pa_vxdoc.C: minor error messages spelling fixes
1512:
1513: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1514: implementation (related to feature #930)
1515:
1516: * tests/: 388-sql.html, results/388-sql.processed: test results
1517: updated after rows number ^file::sql{} check added
1518:
1519: * src/classes/file.C: rows number now checked in ^file::sql{}
1520:
1521: * tests/: 428-sql.html, results/428-sql.processed: more tests
1522:
1523: * tests/: 428-sql.html, results/428-sql.processed: more
1524: multi_statements testing before bugfix
1525:
1526: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1527: results/428-sql.processed: support for multiple sql test files
1528: added
1529:
1530: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1531:
1532: * src/classes/hash.C: more accurate one_bool_column processing
1533:
1534: * tests/: 427.html, results/427.processed: Constructors as methods
1535: behavour documented in test
1536:
1537: * src/classes/hash.C: HashStringValue::Iterator used for options
1538:
1539: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1540:
1541: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1542: testing
1543:
1544: * tests/results/367-curl.processed: test result updated after
1545: server charset changed
1546:
1547: * tests/results/347-curl.processed: error messages updated
1548:
1549: * tests/results/: 346-curl.processed, 379-curl.processed,
1550: 394-curl.processed: tests results updated after Type -> Exception
1551: type replacement
1552:
1553: * tests/results/388-sql.processed: tests result updated after Type
1554: -> Exception type
1555:
1556: 2024-09-27 moko
1557:
1558: * src/classes/hash.C: minor simplification
1559:
1560: 2024-09-24 moko
1561:
1562: * src/main/pa_string.C: atoui error messages improved
1563:
1564: * tests/: 165.html, 312.html, results/165.processed,
1565: results/312.processed, results/379.processed: tests updated after
1566: default endless loop limit increased, atoi error messages
1567: improved
1568:
1569: * src/classes/hash.C: VBool::get used, unification
1570:
1.198 moko 1571: 2024-09-22 moko
1572:
1573: * src/classes/array.C: minor simplification
1574:
1575: * src/classes/array.C: ^array.left(N),
1576: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1577:
1578: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1579: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1580: added, default 1000000 (related to feature #930)
1581:
1582: * tests/: 426.html, results/426.processed: test for negative limit
1583: and offset processing for table options added
1584:
1585: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1586: bugfix: negative limit and offset processing for table options
1587: fixed
1588:
1589: 2024-09-21 moko
1590:
1591: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1592: ^for added that also iterates holes; ^remove added (related to
1593: feature #930)
1594:
1595: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1596: $.offset(M) ] added (related to feature #930)
1597:
1598: 2024-09-20 moko
1599:
1600: * src/: classes/array.C, types/pa_varray.h: array:
1601: +foreach[value]{code}, + add[hash with numeric keys] (related to
1602: feature #930)
1603:
1604: 2024-09-19 moko
1605:
1606: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1607: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1608: support $a[v1;v2;...] syntax (related to feature #930)
1609:
1610: 2024-09-17 moko
1611:
1612: * src/: classes/reflection.C, include/pa_request.h,
1613: main/compile_tools.h, main/pa_request.C:
1614: ^reflection:class_alias[existing class name;alias class name]
1615: added. The array class can now be redefined regardless of the
1616: $.replace(bool) option value (related to feature #930)
1617:
1618: * src/main/: compile.y, compile_tools.h: class_add return value
1619: inverted to add it to request class
1620:
1621: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1622: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1623: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1624: resize if required. spared array - added fused, append.
1625:
1.197 moko 1626: 2024-09-16 moko
1627:
1628: * src/types/pa_varray.h: get moved to where it belongs
1629:
1630: 2024-09-15 moko
1631:
1632: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1633: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1634:
1635: * tests/: 421.html, results/323.processed, results/421.processed:
1636: tests updated after 'spared-array' class renamed to 'array'
1637: following a discussion on the forum (related to feature #930)
1638:
1639: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1640: types/pa_vmail.C: initial SparseArray separation from Array,
1641: parser class now 'array'
1642:
1643: 2024-09-14 moko
1644:
1645: * tests/: 030.html, results/030.processed: out of range expires
1646: check added
1647:
1648: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1649: checking expires time using VDate
1650:
1651: 2024-09-13 moko
1652:
1653: * src/: classes/array.C, classes/curl.C, classes/date.C,
1654: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1655: classes/memcached.C, classes/op.C, classes/regex.C,
1656: classes/string.C, classes/xdoc.C, classes/xnode.C,
1657: main/execute.C, main/pa_http.C, main/pa_request.C,
1658: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1659: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1660: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1661: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1662: removed as dynamic_cast is faster, Value::is() is still required
1663: for is operator.
1664:
1665: 2024-09-12 moko
1666:
1667: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1668: classes/table.C, classes/xnode.C, include/pa_array.h,
1669: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1670: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1671: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1672: templated pa_itoa/pa_uitoa added to work with any integer type,
1673: String::Body::Format removed
1674:
1675: 2024-09-10 moko
1676:
1677: * src/classes/array.C: append and insert methods added to
1678: sparse-array (related to feature #930)
1679:
1680: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1681: tests updated after sparse-array was added to avoid ^json:parse[]
1682: using it in old tests (related to feature #930)
1683:
1684: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1685: types/pa_varray.h: sparse-array class added (initial feature #930
1686: implementation)
1687:
1688: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1689: for sparse-array class files (related to feature #930)
1690:
1691: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1692: types/pa_vhash.h: VArray support functions without actual VArray
1693: files (related to feature #930)
1694:
1.196 moko 1695: 2024-09-07 moko
1696:
1697: * src/: classes/curl.C, classes/string.C, classes/table.C,
1698: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1699: main/pa_http.C, main/pa_sql_driver_manager.C,
1700: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1701: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1702: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1703: with Hash::Iterator, has_next() replaced with operator bool
1704: (related to feature #930)
1705:
1706: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1707: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1708: types/pa_vstateless_class.C: Array class extended,
1709: Array::Iterator added and used (related to feature #930)
1710:
1.195 moko 1711: 2024-08-26 moko
1712:
1713: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1714: should be used on argv[0] as well to match document root.
1715:
1.194 moko 1716: 2024-08-25 moko
1717:
1718: * src/main/pa_request.C: be more specific
1719:
1720: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1721: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1722: (fixes bug #1244)
1723:
1724: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1725: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1726: rsplit(..., '\\') is not correct when / and \ are mixed in path
1727:
1728: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1729:
1.193 moko 1730: 2024-07-24 moko
1731:
1732: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1733: main/execute.C, main/pa_string.C: Warning war: clang changed
1734: -Wdeprecated-register warning to -Wregister, it's easier to
1735: remove all register vars then continue this fight. :)
1736:
1737: * src/main/: compile.y, compile.tab.C: warning war: register
1738: removed
1739:
1.192 moko 1740: 2024-07-14 moko
1741:
1742: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1743: checking the HTTP request environment; if the variable is not
1744: present, checking the web server process environment (implements
1745: feature #1242)
1746:
1.191 moko 1747: 2024-05-26 moko
1748:
1749: * tests/: 195.html, 229.html, results/096.processed,
1750: results/097.processed, results/158.processed,
1751: results/186.processed, results/273.processed,
1752: results/293.processed, results/317.processed,
1753: results/389.processed, results/402.processed: tests updated as
1754: single quote now escaped with ' in HTML tainting mode
1755: (related to feature #1241)
1756:
1757: * src/main/untaint.C: single quote now escaped with ' in HTML
1758: tainting mode (implements feature #1241)
1759:
1760: * tests/results/: 020.processed, 021.processed, 026.processed,
1761: 042.processed, 043.processed, 057.processed, 110.processed,
1762: 115.processed, 116.processed, 117.processed, 118.processed,
1763: 119.processed, 120.processed, 125.processed, 126.processed,
1764: 128.processed, 130.processed, 131.processed, 132.processed,
1765: 133.processed, 135.processed, 136.processed, 138.processed,
1766: 139.processed, 140.processed, 145.processed, 150.processed,
1767: 151.processed, 165.processed, 174.processed, 181.processed,
1768: 182.processed, 192.processed, 193.processed, 201.processed,
1769: 213.processed, 224.processed, 226.processed, 230.processed,
1770: 239.processed, 240.processed, 244.processed, 253.processed,
1771: 254.processed, 261.processed, 264.processed, 269.processed,
1772: 274.processed, 275.processed, 288.processed, 294.processed,
1773: 296.processed, 303.processed, 306.processed, 307.processed,
1774: 308.processed, 311.processed, 312.processed, 314.processed,
1775: 315.processed, 316.processed, 320.processed, 323.processed,
1776: 324.processed, 325.processed, 328.processed, 330.processed,
1777: 332.processed, 333.processed, 337.processed, 338.processed,
1778: 341.processed, 342.processed, 343.processed, 344.processed,
1779: 345.processed, 348.processed, 352.processed, 356.processed,
1780: 357.processed, 363.processed, 364.processed, 368.processed,
1781: 372.processed, 373.processed, 376.processed, 378.processed,
1782: 379.processed, 385.processed, 386.processed, 387.processed,
1783: 389.processed, 390.processed, 395.processed, 397.processed,
1784: 398.processed, 399.processed, 404.processed, 406.processed,
1785: 413.processed, 414.processed, 420.processed, 421.processed,
1786: 424.processed, auto.p: Type -> Exception type for readability
1787:
1788: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1789: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1790: results/119.processed, results/165.processed,
1791: results/175.processed, results/192.processed,
1792: results/213.processed, results/217.processed,
1793: results/230.processed, results/240.processed,
1794: results/298.processed, results/380.processed,
1795: results/415.processed: try-catch, try-catch-comment used
1796:
1797: 2024-05-21 moko
1798:
1799: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1800: results/180.processed, results/195.processed,
1801: results/224.processed, results/auto.p: @try-catch-comment added
1802: and used
1803:
1804: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1805: 415.html, results/269.processed, results/283.processed,
1806: results/auto.p: more tests are updated to prepare for apostrophe
1807: escaping in HTML tainting
1808:
1809: * tests/results/: 181.processed, 294.processed, 296.processed,
1810: 315.processed, 379.processed, 389.processed, auto.p:
1811: $exception.comment printed as-is for whitespace reporting and to
1812: prepare for apostrophe escaping in HTML mode
1813:
1.190 moko 1814: 2024-05-11 moko
1815:
1816: * tests/: 099.html, 100.html, results/099.processed,
1817: results/100.processed: a test for non-UTF-8 filename* added
1818: (related to feature #1240)
1819:
1820: * tests/: 293.html, results/293.processed: tainting modes tests
1821: added
1822:
1823: * tests/results/: 099.processed, 100.processed, 205.processed,
1824: 309.processed, 310.processed, 419.processed: tests results
1825: updated after filename* added (related to feature #1240)
1826:
1827: * src/: include/pa_common.h, main/pa_request.C: The filename*
1828: parameter was added to the Content-Disposition header to conform
1829: with RFC 6266, with code provided by Sumo (implements feature
1830: #1240)
1831:
1832: 2024-05-10 moko
1833:
1834: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1835: positive performance effect in our case
1836:
1.189 moko 1837: 2024-03-27 moko
1838:
1839: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1840: (related to feature #1236)
1841:
1842: 2024-03-15 moko
1843:
1844: * tests/: 413.html, results/413.processed: test for object still
1845: can be used as file parameter (related to bug #1218)
1846:
1847: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1848: still can be used in file context (fixes bug #1218)
1849:
1850: 2024-03-14 moko
1851:
1852: * src/include/pa_string.h: ArrayString get() null result assert
1853: also added (related to bug #1238)
1854:
1855: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1856: VString::empty() used instead of new VString()
1857:
1858: 2024-03-12 moko
1859:
1860: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1861: results/379.processed: test added for cookie without value
1862: (related to bug #1238)
1863:
1864: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1865: values are now required to be non-null (related to bug #1238)
1866:
1867: * src/main/pa_http.C: cookies without value are now parsed
1868: correctly (fixed bug #1238)
1869:
1870: 2024-03-11 moko
1871:
1872: * tests/run_parser.sh: for better error reporting
1873:
1.188 moko 1874: 2023-12-30 moko
1875:
1876: * tests/: 038.html, results/038.processed: test for atan2 added
1877:
1878: 2023-12-29 moko
1879:
1880: * src/classes/math.C: atan2(y,x) math function added
1881:
1.187 moko 1882: 2023-12-14 moko
1883:
1884: * tests/212.html: pcre2 compatibility (related to feature #1236)
1885:
1886: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1887: exceptions and behavour added (related to feature #1236)
1888:
1889: 2023-12-13 moko
1890:
1891: * buildall: by default parser is now bundled with pcre2 10.42,
1892: --without-pcre2 option added to build with pcre-8.45 (related to
1893: feature #1236)
1894:
1895: 2023-12-12 moko
1896:
1897: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1898: support added (implements feature #1236)
1899:
1900: * src/: include/pa_charset.h, include/pa_config_includes.h,
1901: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1902: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1903: types/pa_vregex.h: Adopted patch from Yavor Doganov
1904: <yavor@gnu.org> to add pcre2 library support (implements feature
1905: #1236)
1906:
1.186 moko 1907: 2023-11-28 moko
1908:
1909: * src/include/pa_config_includes.h: warnings war continues
1910:
1911: * src/include/pa_config_includes.h: warning war
1912:
1913: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1914: number strings, whitespace and sign in exception messages
1915: (related to bug #1234)
1916:
1.185 moko 1917: 2023-11-26 moko
1918:
1919: * tests/: 274.html, results/224.processed, results/274.processed:
1920: tests for date double, int, bool added (related to feature #1235)
1921:
1922: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1923: added for date class (implements feature #1235)
1924:
1925: 2023-11-23 moko
1926:
1927: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1928: and '-' strings are no longer can be treated as number 0,
1929: exception thrown (fixes bug #1234)
1930:
1.184 moko 1931: 2023-11-18 moko
1932:
1933: * src/include/pa_types.h: minor
1934:
1935: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1936:
1937: * tests/: 389.html, results/389.processed: error messages for some
1938: OS differs a bit, reducing failing tests for them
1939:
1940: 2023-11-17 moko
1941:
1942: * tests/: 423.html, results/423.processed: test for optional
1943: @auto[] inheritance added (related to feature #1233)
1944:
1945: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1946: types/pa_vstateless_class.C: optional @auto[] inheritance
1947: implemented if defined with two args (path, class name)
1948: (implements feature #1233)
1949:
1950: * src/: classes/double.C, classes/int.C, classes/math.C,
1951: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1952: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1953: sync double->int overflow behavour under different architectures
1954: (fixes bug #1232)
1955:
1956: * tests/: 422.html, results/422.processed: int clipping added
1957:
1958: 2023-11-16 moko
1959:
1960: * tests/: 422.html, results/422.processed: test for int and uint
1961: overflow in ^n.format[d/u/x]
1962:
1963: * src/classes/math.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:
1967: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1968: on Apple M1 it's 0
1969:
1970: * src/classes/file.C: bugfix: crc32 should not be negative (under
1971: Apple M1 when negative double converts to uint the result is 0)
1972: and crc32 should be 32 bits
1973:
1.183 moko 1974: 2023-10-07 moko
1975:
1976: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1977: behavour with other OP_NUM_*, related to bug #1230
1978:
1979: 2023-10-06 moko
1980:
1981: * tests/: 338.html, results/338.processed: test for bug #1230 added
1982:
1983: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1984: be converted to double to avoid 80 bit operations in x87 mode
1985: (fixes bug #1230)
1986:
1987: 2023-10-05 moko
1988:
1989: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1990: compatibility
1991:
1992: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1993:
1994: * tests/: 421.html, results/421.processed: test to cover all
1995: classes and objects nonexistent method and field exceptions
1996: (related to feature #1080 and #1227)
1997:
1998: * tests/results/: 182.processed, 324.processed: undefined method ->
1999: <type> method not found exception (related to feature #1080)
2000:
2001: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
2002: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
2003: "element can not be fetched from" for them, "field not found" for
2004: all other types (related to bug #1227)
2005:
2006: 2023-10-03 moko
2007:
2008: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
2009: <type> method not found" exception now thrown for static calls
2010: instead of "undefined method" without class name (related to
2011: feature #1080)
2012:
2013: 2023-10-02 moko
2014:
2015: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
2016: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
2017: <method name>, Comment: <type> method not found" exception now
2018: thrown for all dynamic objects instead of "undefined method"
2019: without class name (implements feature #1080)
2020:
1.182 moko 2021: 2023-10-01 moko
2022:
2023: * src/classes/json.C: we don't have a dynamic json object.
2024:
2025: 2023-09-28 moko
2026:
2027: * tests/: 420.html, results/261.processed, results/420.processed:
2028: tests updated after bug #1228 fix reverted
2029:
2030: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2031: whitespace string is hash compatible, so we don't want $s.key to
2032: return a junction
2033:
2034: * tests/: 261.html, 420.html, results/261.processed,
2035: results/420.processed: test for bug #1227 added, test updated
2036: after bug #1228 fixed
2037:
2038: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2039: now throws exception as $non-empty-string.field (fixes bug #1227)
2040:
2041: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2042: #1228)
2043:
2044: 2023-09-26 moko
2045:
2046: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2047: src/classes/classes.C, src/classes/classes.awk,
2048: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2049: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2050: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2051: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2052: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2053: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2054: src/classes/regex.C, src/classes/response.C,
2055: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2056: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2057: src/include/pa_array.h, src/include/pa_base64.h,
2058: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2059: src/include/pa_charsets.h, src/include/pa_common.h,
2060: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2061: src/include/pa_dictionary.h, src/include/pa_dir.h,
2062: src/include/pa_exception.h, src/include/pa_exec.h,
2063: src/include/pa_globals.h, src/include/pa_hash.h,
2064: src/include/pa_http.h, src/include/pa_memory.h,
2065: src/include/pa_opcode.h, src/include/pa_operation.h,
2066: src/include/pa_os.h, src/include/pa_pool.h,
2067: src/include/pa_random.h, src/include/pa_request.h,
2068: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2069: src/include/pa_sapi.h, src/include/pa_socks.h,
2070: src/include/pa_sql_connection.h,
2071: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2072: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2073: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2074: src/include/pa_table.h, src/include/pa_threads.h,
2075: src/include/pa_types.h, src/include/pa_uue.h,
2076: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2077: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2078: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2079: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2080: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2081: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2082: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2083: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2084: src/main/compile.tab.C, src/main/compile.y,
2085: src/main/compile_tools.C, src/main/compile_tools.h,
2086: src/main/execute.C, src/main/pa_base64.C,
2087: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2088: src/main/pa_charsets.C, src/main/pa_common.C,
2089: src/main/pa_dictionary.C, src/main/pa_dir.C,
2090: src/main/pa_exception.C, src/main/pa_exec.C,
2091: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2092: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2093: src/main/pa_request.C, src/main/pa_socks.C,
2094: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2095: src/main/pa_stylesheet_connection.C,
2096: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2097: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2098: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2099: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2100: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2101: src/targets/apache/mod_parser3_core.C,
2102: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2103: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2104: src/types/pa_method.h, src/types/pa_property.h,
2105: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2106: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2107: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2108: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2109: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2110: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2111: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2112: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2113: src/types/pa_vhash.C, src/types/pa_vhash.h,
2114: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2115: src/types/pa_vimage.C, src/types/pa_vimage.h,
2116: src/types/pa_vint.h, src/types/pa_vjunction.C,
2117: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2118: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2119: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2120: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2121: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2122: src/types/pa_vobject.h, src/types/pa_vregex.C,
2123: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2124: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2125: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2126: src/types/pa_vstateless_class.h,
2127: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2128: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2129: src/types/pa_vstring.h, src/types/pa_vtable.C,
2130: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2131: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2132: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2133: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2134: src/types/pa_wwrapper.h: copyright, authors actualized
2135:
1.181 moko 2136: 2023-08-20 moko
2137:
2138: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2139: commited (related to feature #1219)
2140:
2141: 2023-08-16 moko
2142:
2143: * src/main/pa_random.C: replaced clock precision with monotonicity
2144: counter, good for Windows version with low clock frequency
2145: (related to feature #1229)
2146:
2147: 2023-08-15 moko
2148:
2149: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2150: fixes related to feature #1229
2151:
2152: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2153: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2154: (implements feature #1229)
2155:
1.180 moko 2156: 2023-08-02 moko
2157:
2158: * tests/: results/417.processed, 417.html: test for empty string
2159: match after last char added (related to bug #1224)
2160:
2161: * src/main/pa_string.C: avoid prestart++ after last char on zero
2162: length match (related to bug #1224)
2163:
1.179 moko 2164: 2022-11-22 moko
2165:
2166: * tests/: 419.html, results/419.processed: test for L_URI and path
2167: removeal from filename added (related to bug #1204)
2168:
2169: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2170: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2171: attribute value, L_URI should be used
2172:
1.178 moko 2173: 2022-09-21 moko
2174:
2175: * src/targets/cgi/parser3.C: more clear error messages
2176:
2177: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2178: SAPI_Info will return 0 in read_post and post_size !=
2179: content_length will be thrown
2180:
1.177 moko 2181: 2022-08-23 moko
2182:
2183: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2184: header value
2185:
2186: 2022-08-22 moko
2187:
2188: * tests/: 418.html, results/418.processed: test for
2189: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2190: to #1225)
2191:
2192: * src/classes/hash.C: keep old behavoir by default
2193:
2194: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2195: $.order[self|arg] ] added (implements #1215)
2196:
1.176 moko 2197: 2022-03-21 moko
2198:
2199: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2200: xmlInitCharEncodingHandlers is called in libxml static
2201: initializers before gc_substitute_memory_management_functions in
2202: pa_globals and thus gc may not see reference to our
2203: xmlCharEncodingHandler and free it.
2204:
1.175 moko 2205: 2022-01-26 moko
2206:
2207: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2208:
1.174 moko 2209: 2021-12-28 moko
2210:
2211: * tests/: 417.html, results/417.processed: test for empty string
2212: match added (related to bug #1224)
2213:
2214: * src/main/pa_string.C: empty string match now works (fixes bug
2215: #1224)
2216:
1.173 moko 2217: 2021-12-24 moko
2218:
2219: * tests/: 415_dir/29.p, results/415.processed: yet another test
2220:
2221: 2021-12-23 moko
2222:
2223: * src/: classes/table.C, main/pa_request.C: warnings war
2224:
2225: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2226: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2227:
2228: 2021-12-21 moko
2229:
2230: * tests/: 416.html, results/416.processed: test for ^break[] in
2231: ^hash/table.select[] (related to feature #1222)
2232:
2233: * src/classes/: hash.C, table.C: ^break[] support for
2234: ^hash/table.select[] (implements feature #1222)
2235:
1.172 moko 2236: 2021-11-30 moko
2237:
2238: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2239: 0.5 sec
2240:
1.171 moko 2241: 2021-11-10 moko
2242:
2243: * tests/results/415.processed: more syntax errors tests added
2244:
2245: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2246: 28.p: minor syntax error tests
2247:
2248: * src/main/pa_exception.C: pa_strdup added for compatibility
2249:
2250: * src/classes/curl.C: hint to call ^curl:options[
2251: $.library[correct.libcurl.so.name] ] added if default load fails.
2252:
2253: 2021-11-09 moko
2254:
2255: * src/main/compile.y: error message can be on stack
2256:
2257: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2258:
2259: * src/main/pa_charset.C: memcpy is more correct and efficient in
2260: this case then strncpy
2261:
2262: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2263: instead of strcpy where possible
2264:
2265: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2266: used to avoid MAX_STRING limit in Exception comment
2267:
2268: * tests/results/415.processed: compiler exceptions are no longer
2269: limited to MAX_STRING
2270:
2271: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2272: char * instead of fixed buffer
2273:
2274: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2275: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2276: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2277: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2278: results/415.processed: tests for parser.compile exceptions added
2279:
2280: 2021-11-08 moko
2281:
2282: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2283: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2284: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2285: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2286: drawbacks
2287:
1.170 moko 2288: 2021-11-06 moko
2289:
2290: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2291: (implements feature #1219)
2292:
2293: * tests/: 414.html, results/414.processed: test for
2294: ^hash.rename[from;to] added (related to feature #1144)
2295:
2296: 2021-11-05 moko
2297:
2298: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2299: (related to feature #1144)
2300:
2301: 2021-11-04 moko
2302:
2303: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2304: added (implements feature #1144)
2305:
1.169 moko 2306: 2021-10-19 moko
2307:
2308: * tests/: 413.html, results/413.processed: test for hash no longer
2309: is accepted as file parameter (related to bug #1218)
2310:
2311: * src/: classes/curl.C, classes/file.C, classes/image.C,
2312: classes/math.C, classes/xdoc.C, types/pa_value.C,
2313: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2314: longer is accepted as file parameter (fixes bug #1218)
2315:
1.168 moko 2316: 2021-07-19 moko
2317:
2318: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2319: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2320:
1.167 moko 2321: 2021-04-16 moko
2322:
2323: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2324: processing it leads to assertions.
2325:
1.166 moko 2326: 2021-03-25 moko
2327:
2328: * tests/: 412.html, results/412.processed: test to demonstrate bug
2329: #1213
2330:
1.165 moko 2331: 2021-02-12 moko
2332:
2333: * tests/: 360.html, results/360.processed, results/363.processed:
2334: parser method call in expression mode no longer differs from call
2335: in string mode (related to feature #1211)
2336:
2337: 2021-02-11 moko
2338:
2339: * src/types/pa_vmail.C: mail parsing with Windows line endings
2340: fixed (bug #1212)
2341:
2342: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2343: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2344: strings in both calls (implements feature #1211)
2345:
1.164 moko 2346: 2021-01-28 moko
2347:
2348: * buildall, etc/auto.p.in: to remove last patch in debian package
2349:
2350: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2351: 3.4.7b
2352:
1.162 moko 2353: 2021-01-21 moko
2354:
2355: * src/main/pa_http.C: no alarm() in file::load when web server mode
2356: is MULTITHREADED
2357:
1.157 moko 2358: 2021-01-20 moko
2359:
1.161 moko 2360: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2361: 'a2enmod mpm_prefork'
2362:
1.160 moko 2363: * src/targets/apache/mod_parser3.c: prefork name is now
2364: 'libapache2-mpm-itk'
2365:
2366: * src/targets/apache/mod_parser3_core.C: last regular malloc
2367: removed
2368:
1.159 moko 2369: * src/targets/isapi/Makefile.am: -pa_threads.C
2370:
1.158 moko 2371: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2372: 3.4.6
2373:
1.157 moko 2374: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2375:
2376: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2377: /httpd.p
2378:
2379: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2380: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2381: #1203)
2382:
2383: 2021-01-19 moko
2384:
2385: * buildall: --disable-parallel-mark added to avoid "number of
2386: processors" threads creation for heap marking as it conflicts
2387: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2388: limits threads)
2389:
1.156 moko 2390: 2021-01-16 moko
2391:
2392: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2393: main/pa_globals.C, main/pa_memory.C,
2394: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2395: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2396: feature #1209)
2397:
2398: 2021-01-15 moko
2399:
2400: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2401: 3.4.6rc
2402:
2403: * src/classes/json.C: get_delim added for delimiter caching (10%
2404: faster on large json)
2405:
2406: 2021-01-14 moko
2407:
1.211 moko 2408: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2409:
2410: * tests/results/224.processed: test result modified after
2411: today(shift) implemented
2412:
2413: * tests/: 407.html, results/407.processed: test for ^hash.select
2414: option $.default(bool) added (related to feature #1172)
2415:
2416: * src/classes/hash.C: ^hash.select option $.default(bool) added
2417: (related to feature #1172)
2418:
2419: * tests/: 141.html, results/141.processed: test modified for
2420: feature #1185.
2421:
2422: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2423: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2424: options $.lower(bool) (implements feature #1185)
2425:
2426: 2021-01-11 moko
2427:
2428: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2429: #1192)
2430:
2431: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2432: added (related to feature #1192)
2433:
1.155 moko 2434: 2021-01-05 moko
2435:
2436: * tests/: 270.html, results/270.processed: test modified to work
2437: under Windows
2438:
2439: * tests/: 390.html, 395.html, results/395.processed: tests updated
2440: 4 windows
2441:
2442: * tests/: 410.html, results/410.processed: test for
2443: $CLASS-GETTER-PROTECTED(false) added
2444:
2445: 2021-01-04 moko
2446:
2447: * tests/: 409.html, results/409.processed, results/auto.p: test for
2448: $MAIN:LOCALS(true) added
2449:
1.154 moko 2450: 2021-01-03 moko
2451:
2452: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2453: types/pa_vclass.h, types/pa_vstateless_class.C,
2454: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2455: +LOCALS. $main -> $MAIN in exception texts (implements feature
2456: #1207)
2457:
2458: 2021-01-02 moko
2459:
2460: * etc/auto.p.in: minor
2461:
2462: * src/main/pa_request.C: sending headers only after opening file to
2463: allow error reporting if file was not opened (foreign group,
2464: etc).
2465:
2466: 2020-12-31 moko
2467:
2468: * src/: include/pa_request.h, main/pa_request.C,
2469: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2470:
2471: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2472: main/pa_request.C: get_class_ref added and used
2473:
2474: * etc/auto.p.in: @CLASS httpd added
2475:
2476: * etc/auto.p.in: @auto[] is now first
2477:
2478: 2020-12-30 moko
2479:
2480: * tests/: 408.html, results/408.processed: test for bug #1166
2481: (windows only) added
2482:
2483: * src/main/pa_common.C: create_dir_for_file should not create dir
2484: for trailing / (fixes bug #1166)
2485:
2486: * tests/: 341.html, results/341.processed: tests for
2487: ^nameless_table.hash[] added (related to feature #1138)
2488:
2489: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2490: (implements feature #1138), extra fields in named tables no
2491: longer ignored (implements feature #1138)
2492:
2493: * tests/results/390.processed: updated after exception text change
2494:
2495: 2020-12-29 moko
2496:
2497: * tests/: 407.html, results/407.processed: +$._default check
2498:
2499: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2500:
2501: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2502: and ^hash.reverse[] added (releated to feature #1172)
2503:
2504: * src/classes/hash.C:
2505: ^hash.select[key;value](bool-condition)[options hash] +
2506: ^hash.reverse[] added (implements feature #1172)
2507:
2508: * src/types/pa_vtable.h: warning war
2509:
2510: * src/include/pa_config_fixed.h: win32 fix
2511:
1.153 moko 2512: 2020-12-27 moko
2513:
2514: * tests/: 406.html, results/406.processed: test results updated
2515:
2516: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2517: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2518: spelling
2519:
2520: 2020-12-26 moko
2521:
2522: * tests/: 406.html, results/406.processed: tests for
2523: ^table.rename[] added (related to feature #1148)
2524:
2525: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2526: ^table.rename[column name from;column name to], ^table.rename[
2527: $.[column name from][column name to] ... ] added (implements
2528: feature #1148)
2529:
2530: 2020-12-25 moko
2531:
2532: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2533: request_info now on stack to avoid yet another THREAD_LOCAL
2534: memory deallocation issue (now with cookies), explained in #1203
2535:
2536: * src/types/pa_vcookie.C: fields should be inited
2537:
2538: 2020-12-24 moko
2539:
2540: * src/include/pa_stylesheet_connection.h: looks like
2541: xsltFreeStylesheet leads to memory double-free. If so, it's for
2542: sure libxml bug, but we have GC anyway, so we just remove this
2543: call and see...
2544:
2545: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2546: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2547: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2548: abort.c:65:8 frame #3: 0x00000000004da663
2549: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2550: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2551: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2552: malloc.c:617:9 frame #5: 0x0000000000577f0c
2553: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2554: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2555: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2556: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2557: frame #8: 0x000000000050d35c
2558: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2559: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2560: frame #10: 0x00000000004436e5
2561: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2562: [inlined]
2563: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2564: pa_stylesheet_connection.h:62:3
2565:
2566: 2020-12-23 moko
2567:
2568: * src/classes/image.C: ^image::measure[; $.video() ] option added
2569:
2570: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2571: ^image::measure[; $.video(true) ] added
2572:
2573: * src/main/pa_exec.C: not cleared automatically in multithreaded
2574: httpd mode for unknown reasons
2575:
2576: 2020-12-22 moko
2577:
2578: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2579: error_log uri of currently processed document", but never used
2580: and conflicts with how libgc stops threads on FreeBSD (#define
2581: SIG_SUSPEND SIGUSR1), thus removed.
2582:
2583: 2020-12-21 moko
2584:
2585: * src/main/pa_request.C: +comment
2586:
1.151 moko 2587: 2020-12-20 moko
2588:
1.152 moko 2589: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2590: it is more safe to have versions of pa_strdup with one and two
2591: arguments, as helper_length=0 not always mean that strlen()
2592: should be called, but means zero.
2593:
2594: * src/targets/isapi/parser3isapi.C: minor
2595:
2596: * src/main/pa_http.C: +valid_http_method
2597:
1.151 moko 2598: * src/: include/pa_http.h, main/pa_http.C,
2599: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2600:
2601: 2020-12-17 moko
2602:
2603: * tests/: 405.html, results/405.processed: test for split by regex
2604: added (related to feature #1160)
2605:
2606: * src/classes/string.C: split by regex implemented (feature #1160)
2607:
2608: * src/classes/string.C: minor
2609:
2610: * tests/: 404.html, results/404.processed: test for whitespace
2611: string is now OK for table argument (related to feature #1169)
2612:
2613: * src/: classes/image.C, classes/string.C, classes/table.C,
2614: types/pa_vmethod_frame.C: whitespace string is now OK for table
2615: argument (as with hash) (implements feature #1169)
2616:
2617: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2618: limit for comment (fixes bug #1102)
2619:
2620: * src/targets/cgi/parser3.C: +HAVE_TLS check
2621:
2622: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2623:
2624: * src/include/pa_config_includes.h: HAVE_TLS used
2625:
2626: * configure.ac: +TLS check
2627:
2628: * src/main/pa_http.C: content logging added
2629:
2630: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2631: clear_response_headers added
2632:
2633: 2020-12-16 moko
2634:
2635: * buildall: as we now use threads, libatomic_ops still required for
2636: some OS.
2637:
2638: * src/main/pa_request.C: whitespace
2639:
2640: * src/: include/pa_request.h, main/pa_request.C:
2641: Request::Exception_trace::table extracted and used
2642:
2643: * src/main/pa_request.C: moving output_result call outside of try
2644: as network exceptions should not be handled by parser code
2645:
2646: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2647: logging network exchange
2648:
2649: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2650: via network if it was network write error.
2651:
2652: * src/targets/cgi/parser3.C: log -> pa_log
2653:
2654: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2655:
2656: * src/main/pa_threads.C: getpid() if no gettid() found
2657:
2658: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2659: we need to ignore "void" connections from browsers (browsers open
2660: connections in advance and they will be empty if user does not
2661: request more pages)
2662:
2663: 2020-12-15 moko
2664:
2665: * src/targets/cgi/parser3.C: avoid previous uri in logs
2666:
2667: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2668: RequestController not needed in httpd mode
2669:
2670: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2671: classes/classes.h, classes/curl.C, classes/date.C,
2672: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2673: classes/hashfile.C, classes/image.C, classes/inet.C,
2674: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2675: classes/memcached.C, classes/memory.C, classes/op.C,
2676: classes/reflection.C, classes/regex.C, classes/response.C,
2677: classes/string.C, classes/table.C, classes/void.C,
2678: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2679: include/pa_array.h, include/pa_base64.h,
2680: include/pa_cache_managers.h, include/pa_charset.h,
2681: include/pa_charsets.h, include/pa_common.h,
2682: include/pa_config_fixed.h, include/pa_config_includes.h,
2683: include/pa_dictionary.h, include/pa_dir.h,
2684: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2685: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2686: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2687: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2688: include/pa_request_charsets.h, include/pa_request_info.h,
2689: include/pa_sapi.h, include/pa_socks.h,
2690: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2691: include/pa_stack.h, include/pa_string.h,
2692: include/pa_stylesheet_connection.h,
2693: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2694: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2695: include/pa_uue.h, include/pa_xml_exception.h,
2696: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2697: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2698: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2699: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2700: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2701: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2702: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2703: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2704: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2705: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2706: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2707: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2708: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2709: main/pa_sql_driver_manager.C, main/pa_string.C,
2710: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2711: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2712: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2713: main/untaint.C, sql/pa_sql_driver.h,
2714: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2715: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2716: targets/isapi/parser3isapi.C, types/pa_junction.h,
2717: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2718: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2719: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2720: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2721: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2722: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2723: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2724: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2725: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2726: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2727: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2728: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2729: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2730: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2731: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2732: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2733: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2734: types/pa_vstateless_object.h, types/pa_vstatus.C,
2735: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2736: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2737: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2738: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2739: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2740:
2741: * src/main/pa_request.C: old compilers support
2742:
2743: * tests/: 362.html, results/362.processed: test updated after
2744: changes after upgrade to libxml2-2.9.9 were made (related to bug
2745: #1108)
2746:
2747: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2748: removed, as xsltFreeStylesheet has side effects on original doc.
2749: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2750: not updated after xdoc modification (part 3 of test 362).
2751: (related to bug #1108)
2752:
2753: * src/targets/isapi/parser3isapi.C: +pa_strcat
2754:
2755: * src/: classes/memory.C, include/pa_memory.h,
2756: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2757: PA_GC_GCOLLECT used
2758:
2759: * src/include/pa_memory.h: +PA_GC_COLLECT
2760:
2761: * src/targets/cgi/parser3.C: msvs support fixes
2762:
2763: * src/lib/gc/include/gc.h: more cleanup
2764:
2765: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2766:
2767: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2768: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2769:
2770: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2771:
2772: * configure.ac: pthread.h added to checked headers
2773:
2774: * src/classes/table.C: string stream is back :)
2775:
2776: * src/classes/memory.C: GC_generate_random_backtrace no longer
2777: exists
2778:
2779: * src/main/pa_globals.C: GC_dont_gc replaced
2780:
2781: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2782: left to simplify adding new functions. depricated GC_dont_gc
2783: replaced with GC_disable and GC_enable calls.
2784:
2785: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2786: CORD_from_file* not used and thus removed
2787:
2788: * src/lib/gc/include/gc_allocator.h: minor cleanup
2789:
2790: 2020-12-14 moko
2791:
2792: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2793: referenced elsewhere, or GC will collect it.
2794:
2795: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2796: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2797: elsewhere, or GC will collect them (and we'll get GPF in
2798: multithreaded enviroment). May be it can be also fixed by some
2799: GC call, not sure. But this fix costs nothing (but hours of
2800: debugging to find the issue :).
2801:
1.150 moko 2802: 2020-12-11 moko
2803:
2804: * configure.ac: gettid() check added
2805:
2806: * src/main/pa_threads.C: HAVE_GETTID used
2807:
2808: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2809:
2810: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2811: version for isapi/cgi/apache
2812:
2813: * buildall: threads are now required.
2814:
2815: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2816: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2817: main/main.vcproj: pa_threads.C moved to main
2818:
2819: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2820: isapi/pa_threads.C: pa_threads.C moved to main
2821:
2822: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2823: targets/apache/Makefile.am: pa_threads.C moved to main
2824:
2825: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2826:
2827: * src/: include/pa_stylesheet_connection.h,
2828: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2829: and weird GPF in multithreaded httpd is gone
2830:
2831: * src/include/: pa_stylesheet_connection.h,
2832: pa_sql_driver_manager.h: whitespace
2833:
2834: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2835:
2836: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2837: main/pa_stylesheet_manager.C: whitespace, warning war
2838:
2839: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2840: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2841: parser_multithreaded never used
2842:
2843: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2844:
2845: 2020-12-10 moko
2846:
2847: * src/: include/pa_config_includes.h, include/pa_http.h,
2848: main/pa_http.C, targets/cgi/parser3.C: initial support for
2849: MULTITHREADED and PARALLEL httpd server modes
2850:
2851: * src/main/pa_globals.C: GC_java_finalization is depricated
2852:
2853: 2020-12-09 moko
2854:
2855: * etc/auto.p.in: + @httpd-main
2856:
2857: * src/: include/pa_common.h, main/pa_request.C,
2858: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2859: work
2860:
2861: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2862: slow file_read_binary no longer used, send_range added
2863:
2864: 2020-12-08 moko
2865:
2866: * src/main/pa_request.C: >4Gb support
2867:
2868: * src/targets/cgi/parser3.C: msvc warning war
2869:
2870: * src/: include/pa_config_includes.h, main/pa_http.C,
2871: main/pa_request.C: msvc warnings war
2872:
2873: * src/classes/image.C: warning war
2874:
2875: * src/classes/table.C: MSVC warning war
2876:
2877: * src/targets/cgi/parser3.C: msvc warnings war
2878:
2879: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2880: added
2881:
1.149 moko 2882: 2020-12-07 moko
2883:
1.150 moko 2884: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2885: avoid logging beside system-wide auto.p
2886:
2887: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2888:
2889: * configure, configure.ac, src/include/pa_config_auto.h.in:
2890: configure options added:
2891:
2892: --with-system-cfg=FILE to specify system-wide auto.p
2893: --with-system-log=FILE to specify system-wide parser3.log
2894:
2895: * Makefile.am: bin no longer exists
2896:
2897: * configure, configure.ac: auto.p moved to etc to simplify debian
2898: package
2899:
2900: * buildall: auto.p and parser3.charsets moved to their default
2901: location after install
2902:
2903: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2904:
2905: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2906:
1.149 moko 2907: * src/targets/cgi/parser3.C: locate_config call returned to
2908: original place as it requires pa_thread_request() under Windows
2909:
2910: * src/targets/cgi/parser3.C: renaming
2911:
2912: 2020-12-06 moko
2913:
2914: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2915: check added
2916:
2917: 2020-12-04 moko
2918:
2919: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2920: main/pa_request.C: unified uint64_t lseek implemented to support
2921: >4Gb files under x86, including Windows
2922:
2923: 2020-12-02 moko
2924:
2925: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2926: with max_file_size
2927:
2928: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2929: support for processing files sized >4Gb on 32 bit planforms
2930:
2931: * tests/399.html: file moved
2932:
2933: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2934:
2935: * src/targets/cgi/pa_sapi_info.h: warning war
2936:
2937: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2938: warning war
2939:
2940: 2020-12-01 moko
2941:
2942: * src/classes/image.C: mp4 extended size (>4Gb) support added
2943:
2944: * src/classes/image.C: for "size not found" exception to be shown
2945: if size not found until eof
2946:
2947: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2948: bit linux)
2949:
2950: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2951: #1188)
2952:
2953: 2020-11-30 moko
2954:
2955: * src/classes/image.C: definitions moved closer to code
2956:
2957: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2958: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2959: 395_dir/3_VP8X.webp, results/395.processed,
2960: results/396.processed: tests for ^image::measure[] .webp support
2961: added, all image files moved into one directory (related to
2962: feature #1188)
2963:
2964: * src/classes/image.C: ^image::measure[] now supports webp (feature
2965: #1188)
2966:
1.148 moko 2967: 2020-11-29 moko
2968:
2969: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2970: processing, unnessesary defines removed
2971:
2972: 2020-11-24 moko
2973:
2974: * tests/results/: 099.processed, 100.processed, 205.processed,
2975: 309.processed, 310.processed: Content-Disposition: inline
2976: returned
2977:
2978: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2979: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2980: ] added (related to bug #1204)
2981:
2982: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2983: ] supported to avoid Content-Disposition: inline;
2984: filename="<file>.ext" but still set Content-Type for ext (related
2985: to bug #1204)
2986:
1.147 moko 2987: 2020-11-22 moko
2988:
2989: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2990: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2991:
2992: * src/main/pa_request.C: content_disposition_inline returned.
2993:
2994: 2020-11-17 moko
2995:
2996: * src/main/pa_request.C: empty main method name support
2997:
2998: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2999: config_handler added, stdout flush added.
3000:
3001: 2020-11-16 moko
3002:
3003: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
3004:
3005: * tests/results/: 099.processed, 205.processed, 237.processed,
3006: 309.processed, 310.processed: Content-Disposition: inline is not
3007: required and should not contain filename="<name>"
3008:
3009: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
3010: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3011: targets/isapi/parser3isapi.C: pa_strcat implemented and used
3012:
1.146 moko 3013: 2020-11-14 moko
3014:
3015: * src/targets/cgi/parser3.C: spelling
3016:
3017: * src/targets/cgi/parser3.C: renaming
3018:
3019: * src/targets/cgi/parser3.C: args_skip removed, locate_config
3020: relocated
3021:
3022: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3023: before request processing, which is weired
3024:
3025: 2020-11-13 moko
3026:
3027: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3028: copied in httpd.
3029:
3030: 2020-11-12 moko
3031:
3032: * src/main/pa_http.C: ALARM code unified to be used in httpd
3033:
3034: * src/: include/pa_request.h, main/pa_request.C,
3035: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3036:
3037: * src/main/pa_http.C: URI validation added
3038:
3039: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3040: can't be empty but can be null. httpd-main is now main method
3041: name for httpd mode
3042:
3043: 2020-11-11 moko
3044:
3045: * src/main/pa_request.C: path_translated can be null in httpd mode
3046:
3047: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3048: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3049: classes/xdoc.C, include/pa_request.h, main/execute.C,
3050: main/pa_request.C: r.absolute -> r.full_disk_path
3051:
3052: * src/targets/cgi/parser3.C: if filename to process is not
3053: specified, auto.p should be present.
3054:
1.145 moko 3055: 2020-11-03 moko
3056:
3057: * src/: classes/op.C, include/pa_request.h: unused argument removed
3058:
3059: * src/main/pa_request.C: content_disposition_inline is the default,
3060: not required.
3061:
1.144 moko 3062: 2020-10-29 moko
3063:
3064: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3065: ^use[file; $.main(true) ] implemented for auto.p processing and
3066: path_translated changing to correct relative files path
3067: calculation in httpd mode
3068:
3069: * src/: include/pa_request.h, main/pa_request.C:
3070: fail_on_read_problem removed, as it allways true, as if should
3071: be.
3072:
3073: * src/: include/pa_request.h, main/pa_request.C,
3074: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3075: targets/isapi/parser3isapi.C: clearing config_filespec when
3076: config was not found, thus flag not required and removed.
3077:
3078: 2020-10-28 moko
3079:
3080: * tests/: 402.html, results/402.processed: error reporting test
3081:
3082: * src/main/execute.C: better error reporting when
3083: $result[^hash::create[]] in @main.
3084:
3085: * src/main/: execute.C, pa_request.C: frame.result() should be used
3086: + minor optimization
3087:
3088: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3089: main/pa_xml_io.C: execute_*_method simplified and unified
3090:
3091: 2020-10-27 moko
3092:
3093: * tests/: 306.html, results/306.processed: a bit more testing. :)
3094:
3095: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3096: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3097: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3098: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3099: types/pa_vmethod_frame.h, types/pa_vobject.C,
3100: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3101: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3102: longer used in object-prototype mode
3103:
3104: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3105: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3106: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3107: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3108: $form:name[value] features
3109:
1.143 moko 3110: 2020-10-18 moko
3111:
3112: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3113:
3114: 2020-10-15 moko
3115:
3116: * src/main/pa_http.C: url no longer needed as
3117: ALTER_EXCEPTION_SOURCE is used
3118:
3119: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3120: main/pa_http.C: check_file_size filespec is now optional
3121:
3122: * src/: classes/curl.C, include/pa_exception.h,
3123: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3124: ALTER_EXCEPTION_COMMENT added for better error reporting
3125:
3126: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3127: results/346-curl.processed, results/379-curl.processed,
3128: results/379.processed: test results updated as load now provides
3129: better error reporting + curl responses updated
3130:
3131: 2020-10-14 moko
3132:
3133: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3134: main/pa_string.C, targets/apache/mod_parser3_core.C,
3135: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3136: checked. 10 is now default base, no hex autodetect by default
3137:
3138: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3139: connection socket closing in destructor + accept exception
3140: handling
3141:
3142: * src/targets/cgi/parser3.C: warning war
3143:
3144: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3145: main/pa_request.C, targets/apache/mod_parser3_core.C,
3146: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3147: exception handling unified
3148:
3149: 2020-10-13 moko
3150:
3151: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3152: autodetection
3153:
3154: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3155:
3156: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3157:
3158: * src/main/pa_http.C: warning war
3159:
1.142 moko 3160: 2020-10-12 moko
3161:
1.143 moko 3162: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3163: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3164: unhandled exception code optimization
3165:
3166: * src/targets/cgi/parser3.C: request_info now global variable
3167:
3168: * src/main/pa_http.C: http_read_response moved to HTTP_response
3169: class
3170:
3171: * src/: include/pa_http.h, main/pa_http.C,
3172: targets/cgi/pa_sapi_info.h: read_post implemented
3173:
1.142 moko 3174: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3175: [host:]port syntax support in httpd mode
3176:
3177: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3178: targets/cgi/parser3.C: populate_env added
3179:
3180: * src/include/pa_hash.h: to make get(char *) compiling in
3181: HashStringString
3182:
3183: 2020-10-10 moko
3184:
3185: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3186: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3187:
3188: * src/: include/pa_http.h, include/pa_request_info.h,
3189: main/pa_http.C, main/pa_string.C,
3190: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3191: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3192: types/pa_vrequest.C: initial httpd mode implementation
3193:
1.141 moko 3194: 2020-10-04 moko
3195:
3196: * src/targets/cgi/parser3.C: options together
3197:
3198: 2020-09-30 moko
3199:
3200: * src/main/pa_http.C: renamed
3201:
1.140 moko 3202: 2020-08-14 moko
3203:
3204: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3205: src/targets/cgi/Makefile.am: no httpd as separate library
3206:
3207: 2020-08-13 moko
3208:
3209: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3210: unhandled exception handler to report 500 instead of 200 it was
3211: before.
3212:
3213: * src/targets/apache/mod_parser3_core.C: minor cleanup
3214:
3215: * src/: include/pa_sapi.h, main/untaint.C,
3216: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3217: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3218: thus replaced with SAPI::die and removed
3219:
3220: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3221: cgi/parser3.C: whitespace
3222:
3223: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3224:
3225: 2020-08-12 moko
3226:
3227: * src/targets/cgi/parser3.C: duplicate info in signal logging
3228: removed, whitespace was: SIGPIPE received while executing code.
3229: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3230: cl=0]
3231:
3232: * parser3.sln: + httpd.vcproj
3233:
3234: 2020-08-11 moko
3235:
3236: * src/targets/cgi/Makefile.am: +libhttpd
3237:
3238: * configure.ac, src/lib/Makefile.am: +libhttpd
3239:
1.139 moko 3240: 2020-07-13 moko
3241:
3242: * tests/: 401.html, results/401.processed: test for hash key does
3243: not keep language, but tainted in foreach.
3244:
1.138 moko 3245: 2020-07-01 moko
3246:
3247: * tests/: 235.html, results/235.processed: test result updated as
3248: messages before attachments implemented (feature #1176)
3249:
1.137 moko 3250: 2020-06-27 moko
3251:
3252: * tests/: 400.html, results/400.processed: test updated to check
3253: ^return{code}
3254:
3255: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3256: fixed
3257:
3258: 2020-06-26 moko
3259:
3260: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3261: added (related to https://www.parser.ru/forum/?id=85319)
3262:
3263: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3264: when $result assignment was last statement in the method
3265: (https://www.parser.ru/forum/?id=85319)
3266:
1.136 moko 3267: 2020-05-23 moko
3268:
3269: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3270: whitespace, unused level removed
3271:
3272: 2020-05-19 moko
3273:
3274: * src/types/pa_vmail.C: whitespace
3275:
3276: * src/types/pa_vmail.C: files should be processed last (related to
3277: feature #1176)
3278:
1.135 moko 3279: 2020-05-12 moko
3280:
3281: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3282: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3283:
3284: * configure.ac: FreeBSD1X.X check added to avoid
3285: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3286:
1.134 moko 3287: 2020-02-26 moko
3288:
3289: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3290: compilation issue (related to bug #1201)
3291:
3292: * src/main/pa_common.C: entry_readable -> entry_exists,
3293: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3294: -f and -d now works under Windows in UTF-8 with Russian
3295: filenames.
3296:
3297: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3298: advice (related to feature #1199)
3299:
3300: 2020-02-25 moko
3301:
3302: * buildall: --silent removed
3303:
3304: * configure.ac: gmime-3.0 support
3305:
3306: * buildall: --with-system-mailreceive option added to build with
3307: system libgmime
3308:
3309: * src/types/pa_vmail.C: avoiding
3310: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3311: to feature #1199)
3312:
1.133 moko 3313: 2020-02-18 moko
3314:
3315: * src/classes/op.C: windows x64 debug mode compile fix
3316:
3317: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3318: change (releated to feature #1200)
3319:
3320: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3321: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3322: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3323: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3324: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3325: targets/apache/ApacheModuleParser3.vcproj,
3326: targets/apache/ApacheModuleParser3Core.vcproj,
3327: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3328: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3329: dependency (related to feature #1200)
3330:
1.132 moko 3331: 2020-02-12 moko
3332:
3333: * src/types/pa_vmail.C: minimize diff
3334:
3335: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3336: #1199)
3337:
1.131 moko 3338: 2020-01-18 moko
3339:
3340: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3341:
1.130 moko 3342: 2019-12-28 moko
3343:
3344: * src/targets/cgi/parser3.C: avoid empty ?
3345:
3346: 2019-12-27 moko
3347:
3348: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3349: DOCUMENT_ROOT (related to feature #1164)
3350:
3351: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3352: fcgiwrap setup (implements feature #1164)
3353:
3354: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3355: but no issues found (related to feature #1164)
3356:
3357: * src/targets/cgi/parser3.C: actualized
3358:
3359: 2019-12-26 moko
3360:
3361: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3362: removed
3363:
3364: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3365: removed
3366:
3367: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3368: allocation errors, we don't want default gc warnings (without
3369: timestamp and URI).
3370:
3371: * src/: classes/memory.C, main/pa_globals.C,
3372: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3373: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3374: pa_globals_init
3375:
3376: * src/main/pa_globals.C: setup_hex_value() removed, static array
3377: initialization used (optimization)
3378:
3379: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3380: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3381: pa_socks_init/pa_socks_done moved inside pa_globals_init
3382: (optimization)
3383:
1.129 moko 3384: 2019-12-09 moko
3385:
3386: * src/include/pa_config_fixed.h: warning war
3387:
1.128 moko 3388: 2019-12-08 moko
3389:
3390: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3391: process grammar under Unix.
3392:
3393: 2019-12-07 moko
3394:
3395: * tests/389.html: For Windows XP. :)
3396:
3397: * tests/388-sql.html: Windows compatibility added
3398:
3399: 2019-12-06 moko
3400:
3401: * src/targets/cgi/parser3.C: warning war
3402:
3403: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3404: == sizeof(CORD)) to avoid aligning bugs in future
3405:
3406: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3407: XML_STATIC
3408:
3409: * src/include/pa_request.h: StackItem() not required
3410:
3411: * src/include/pa_stack.h: warning war
3412:
3413: * src/include/pa_config_includes.h: GCC warning silenced
3414:
3415: * src/include/pa_memory.h: warning war: the program should also
3416: define 'void operator delete [](void*, std::size_t)'
3417: [-Wsized-deallocation]
3418:
3419: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3420:
3421: * src/classes/string.C: not reqired cast removed
3422:
3423: * src/classes/string.C: not reqired cast removed
3424:
3425: 2019-12-05 moko
3426:
3427: * src/lib/sdbm/pa_file_io.C: warning war
3428:
3429: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3430: enum Language : size_t - required for VS2015+ to make
3431: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3432: without it (related to feature #1198)
3433:
3434: 2019-12-04 moko
3435:
3436: * src/main/pa_base64.C: unsigned char -> uchar
3437:
3438: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3439: as other libs
3440:
3441: * src/include/pa_version.h: +amd64
3442:
3443: 2019-12-03 moko
3444:
3445: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3446: release
3447:
3448: * src/include/pa_config_includes.h: warning war
3449:
3450: * src/classes/image.C: warning war
3451:
3452: * src/main/pa_globals.C: x64 libs support
3453:
3454: * src/include/pa_config_includes.h: warning war
3455:
3456: * src/types/pa_method.h: warning war
3457:
1.127 moko 3458: 2019-11-28 moko
3459:
3460: * src/classes/math.C: vs2003 compatibility + warning war
3461:
3462: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3463: libxml2-2.9.9 (related to feature #1136)
3464:
3465: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3466: typecast for more compatibility (related to feature #1136)
3467:
3468: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3469: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3470: feature #1136)
3471:
3472: 2019-11-26 moko
3473:
3474: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3475: removed (it was failing in $$var case), condition added
3476:
1.126 moko 3477: 2019-11-25 moko
3478:
3479: * tests/: 397.html, 399.html, results/141.processed,
3480: results/399.processed: base64 options tested
3481:
3482: * src/: classes/math.C, main/pa_http.C: base64 options used
3483:
3484: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3485: implemented (feature #986)
3486:
3487: * src/main/pa_cache_managers.C: whitespace
3488:
3489: * tests/: 397.html, 399.html, results/399.processed: tests for
3490: ^base64 encode options added (related to feature #986)
3491:
3492: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3493: pa_base64_encode(file) removed - more memory, but faster and less
3494: code (related fo feature #986)
3495:
3496: 2019-11-24 moko
3497:
3498: * tests/: 155.html, results/155.processed: limit and offset in
3499: ^table::load[] now supported, thus test added
3500:
3501: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3502: main/pa_common.C: optimization: offset and limit options parsing
3503: moved inside file_load.
3504:
3505: 2019-11-23 moko
3506:
3507: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3508: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3509: optimization: file_read replaced with simplified file_read_binary
3510:
3511: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3512: types/pa_vform.C: whitespace
3513:
3514: * src/: include/pa_common.h, main/pa_common.C: never used params
3515: removed
3516:
3517: 2019-11-21 moko
3518:
3519: * tests/: 193.html, results/193.processed, results/389.processed:
3520: test results updated as now base64 does not discard tail without
3521: padding (related to feature #986)
3522:
3523: 2019-11-20 moko
3524:
3525: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3526: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3527: pa_base64_decode (related to feature #986)
3528:
3529: * tests/398.html: tests for base64 decode added (related to feature
3530: #986)
3531:
3532: * src/main/pa_base64.C: base64_decode rewritten - padding option
3533: support, padding inside base 64 supported (related to feature
3534: #096)
3535:
3536: 2019-11-19 moko
3537:
3538: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3539: FreeBSD 12
3540:
1.125 moko 3541: 2019-11-16 moko
3542:
3543: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3544: support added, step support removed (related to #986)
3545:
3546: 2019-11-15 moko
3547:
3548: * src/classes/math.C: using log since log2 is not present on
3549: FreeBSD < 8.4 (related to feature #1177)
3550:
3551: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3552: pa_base64_size extracted and used for files as well (related to
3553: feature 986)
3554:
3555: 2019-11-14 moko
3556:
3557: * tests/: 397.html, results/397.processed: + content check
3558:
3559: * tests/: 141.html, results/141.processed: make test resuls more
3560: readable
3561:
3562: * tests/: 397.html, results/193.processed, results/397.processed:
3563: test results updated after \x00 character was disabled in
3564: math:convert string mode (related to feature #1177)
3565:
3566: * src/classes/: math.C, string.C: \\x00 character disabled while
3567: converting to string (as in base64, related to feature #1177)
3568:
3569: * src/classes/file.C: more correct arguments separation
3570:
3571: * src/: classes/file.C, classes/math.C, classes/string.C,
3572: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3573: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3574: options added, but not yet implemented (related to feature #986)
3575:
3576: * src/classes/math.C: whitespace
3577:
3578: 2019-11-13 moko
3579:
3580: * tests/: 397.html, results/397.processed: +tainting test (related
3581: to feature #1177)
3582:
3583: * src/classes/math.C: as we now produce not only digits, result
3584: should be tainted (related to feature #1177)
3585:
3586: * src/main/pa_base64.C: whitespace
3587:
3588: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3589: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3590: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3591: implementation moved from pa_common.h and pa_common.C
3592:
3593: 2019-11-12 moko
3594:
3595: * tests/: 275.html, results/275.processed: out of range test fixed,
3596: as ^math:convert now supports arbitrary precision
3597:
3598: 2019-11-11 moko
3599:
3600: * tests/results/389.processed: uctualized error message
3601:
3602: * tests/: 389.html, 397.html, results/397.processed: tests for
3603: ^math:convert added (related to feature #1177)
3604:
3605: * src/classes/math.C: ^math:convert now supports arbitrary
3606: precision, alphabet support added (implements feature #1177)
3607:
1.124 moko 3608: 2019-11-06 moko
3609:
3610: * tests/: 181.html, results/181.processed: entities usage added,
3611: more entites load tests (related to bug #842 discussion)
3612:
3613: 2019-11-05 moko
3614:
3615: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3616: call from xmlFileOpen if http://localhost/<file> was not found
3617: (related to bug #842)
3618:
3619: * src/main/pa_xml_io.C: rename
3620:
3621: * src/main/pa_xml_io.C: +MemoryStream constructor
3622:
3623: * src/main/pa_xml_io.C: whitespace
3624:
1.123 moko 3625: 2019-10-31 moko
3626:
3627: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3628: XML_PARSE_NOENT) added to fix entities load, (related to feature
3629: #1181)
3630:
1.122 moko 3631: 2019-10-25 moko
3632:
3633: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3634: queries tests
3635:
3636: 2019-10-24 moko
3637:
3638: * tests/: 388-sql.html, results/388-sql.processed: support for
3639: pgsql driver test
3640:
3641: * tests/: 388-sql.html, results/388-sql.processed:
3642: multi_statements=1 now tested, mysql test now supported
3643: (connection must be specified in [parser3] section in .my.cnf)
3644: related to issues #1195 and #1194
3645:
1.121 moko 3646: 2019-09-11 moko
3647:
3648: * src/classes/int.C: whitespace
3649:
3650: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3651: exception test
3652:
3653: * tests/results/388-sql.processed: sql queries now shown (related
3654: to feature #1196)
3655:
3656: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3657: with old parser versions.
3658:
3659: * src/: classes/file.C, classes/hash.C, classes/string.C,
3660: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3661: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3662: instead of connect string in query_event_handlers exceptions
3663: (implements feature #1196)
3664:
1.120 moko 3665: 2019-09-06 moko
3666:
3667: * tests/388-sql.html: mysql compat
3668:
3669: * src/: classes/hash.C, classes/string.C, classes/table.C,
3670: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3671: sql_ variables declaration moved to pa_common.h
3672:
1.116 moko 3673: 2019-01-15 moko
3674:
3675: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3676: logically sorted
3677:
3678: 2018-12-27 moko
3679:
3680: * src/include/pa_config_includes.h: warning war:
3681: -Wdeprecated-register added for C++ 17
3682:
3683: 2018-10-15 moko
3684:
3685: * configure.ac: FreeBSD 11.2 can be build with ./configure
3686: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3687: --with-xml=/usr/local/
3688:
3689: 2018-09-24 moko
3690:
3691: * tests/: 396.html, 396.tiff, results/396.processed: test for
3692: ^image::measure[] now supports tiff added (related to feature
3693: #1188)
3694:
3695: * src/classes/image.C: ^image::measure[] now supports tiff
3696: (implements feature #1188)
3697:
3698: 2018-09-20 moko
3699:
3700: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3701: files measure added (related to ticket #1188)
3702:
3703: * src/classes/image.C: measure of bmp files implemented (related to
3704: ticket #1188)
3705:
3706: 2018-09-18 moko
3707:
3708: * tests/: 394-curl.html, results/394-curl.processed,
3709: results/auto.p: test for bug #1187 (max_file_size check for head
3710: requests) added
3711:
3712: 2018-08-24 moko
3713:
3714: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3715: response content-length check is required (fixes bug #1187)
3716:
3717: 2018-05-11 moko
3718:
3719: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3720: $.append(bool) ] option added (related to feature #919)
3721:
3722: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3723: from misha@ patch (implements feature #919)
3724:
3725: 2018-03-22 moko
3726:
3727: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3728: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3729: with 128kb buffer. Now works at least 12 times faster. :) May be
3730: Windows-only problem.
3731:
3732: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3733: build fix)
3734:
3735: 2018-02-03 moko
3736:
3737: * src/main/execute.C: removes irrelevant lines from exception stack
3738: trace when exceptions occurs in assigment (fixes bug #1165)
3739:
3740: * tests/: 393.html, results/393.processed: test for behavour after
3741: "Property can not be created, already exists field with that
3742: name" exception removed (related to feature #1183)
3743:
3744: * src/types/pa_vclass.C: "Property can not be created, already
3745: exists field with that name" exception removed (implements
3746: feature #1183)
3747:
3748: 2018-01-19 moko
3749:
3750: * src/classes/string.C: whitespace
3751:
3752: * src/classes/string.C: whitespace
3753:
3754: * tests/: 392.html, results/392.processed: test for
3755: ^regex::create[$regex] added (related to feature #1135)
3756:
3757: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3758: ^regex::create[$regex] added (implements feature #1135)
3759:
3760: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3761: commented define added (related to feature #1157)
3762:
3763: 2018-01-17 moko
3764:
3765: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3766:
3767: 2018-01-15 moko
3768:
3769: * tests/: 390.html, results/390.processed: real path replaced by
3770: stub
3771:
3772: * tests/: 391.html, results/391.processed: test for feature #1181
3773: (XML_PARSE_HUGE exception) added
3774:
3775: 2018-01-11 moko
3776:
3777: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3778: XML_PARSE_HUGE option passed by default (implements feature
3779: #1181)
3780:
3781: * src/classes/string.C: whitespace
3782:
3783: 2017-12-10 moko
3784:
3785: * tests/: 389.html, 390.html, results/389.processed,
3786: results/390.processed: image code coverage tests added (related
3787: to feature #1125)
3788:
3789: 2017-12-08 moko
3790:
3791: * tests/: 346-curl.html, 388-sql.html, 389.html,
3792: results/346-curl.processed, results/388-sql.processed,
3793: results/389.processed: more code coverage tests
3794:
3795: * tests/: 264.html, results/264.processed: code coverage for
3796: ^file::exec[]
3797:
3798: 2017-12-07 moko
3799:
3800: * tests/: 174.html, 388-sql.html, 389.html,
3801: results/388-sql.processed, results/389.processed,
3802: results/174.processed: more coverage tests
3803:
3804: * src/classes/math.C: exception text actualized
3805:
3806: 2017-12-06 moko
3807:
3808: * tests/388-sql.html: $SQL can be here
3809:
3810: * tests/results/auto.p: $SQL not required here
3811:
3812: * tests/: 388-sql.html, 389.html, Makefile,
3813: results/388-sql.processed, results/389.processed, results/auto.p:
3814: code coverage tests for sql (using sqlite) and int/double/bool
3815: added (related to feature #1125)
3816:
3817: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3818: lib/json/json.vcproj, lib/md5/md5.vcproj,
3819: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3820: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3821: targets/apache/ApacheModuleParser3Core.vcproj,
3822: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3823: types/types.vcproj: gc\include no longer required
3824:
3825: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3826: required
3827:
3828: * src/: classes/Makefile.am, classes/table.C,
3829: include/pa_config_includes.h, include/pa_string.h,
3830: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3831: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3832: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3833: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3834: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3835: used, we now include it directly
3836:
3837: 2017-12-04 moko
3838:
3839: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3840: memcached/memcached.vcproj, punycode/punycode.vcproj,
3841: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3842: where required
3843:
3844: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3845: now can be used to trace memory allocations
3846:
3847: * src/: classes/table.C, include/pa_config_includes.h,
3848: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3849: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3850: method removes, libcord also can work without libgc
3851:
3852: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3853:
3854: 2017-11-29 moko
3855:
3856: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3857: are not present (related to feature #1173)
3858:
3859: * tests/346-curl.html: test updated to test curl content-length bug
3860: (related to feature #1173)
3861:
3862: * tests/results/346-curl.processed: more test for content-length
3863: curl bug (related to feature #1173)
3864:
3865: * tests/results/346-curl.processed: test results updated after
3866: #1173 implemented
3867:
3868: 2017-11-28 moko
3869:
3870: * src/classes/curl.C: another libcurl Content-length bug walkaround
3871: (related to feature #1173)
3872:
3873: 2017-11-27 moko
3874:
3875: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3876: $.http_version[version string] added (implements feature #1173),
3877: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3878: where $post(true) bug existed.
3879:
3880: 2017-11-18 moko
3881:
3882: * src/include/pa_memory.h: warning war (related to feature #1170)
3883:
3884: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3885: feature #1170)
3886:
3887: 2017-11-17 moko
3888:
3889: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3890: std::basic_stringstream used in ^table.csv-string[] is compatible
3891: with delete usage check only under Debian 9 (related to feature
3892: #1170)
3893:
3894: 2017-11-16 moko
3895:
3896: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3897: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3898: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3899: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3900: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3901: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3902: stubs defend from accidental use (implements feature #1170)
3903:
3904: 2017-06-24 moko
3905:
3906: * configure.ac: minor fix: thanks to alx@
3907:
1.115 moko 3908: 2017-05-29 moko
3909:
3910: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3911: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3912: added to avoid cutting of UTF-8 chars (fixed bug #123)
3913:
3914: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3915: ignored, =?UTF-8?Q?= should start in case of leading space
3916: (related to bug #123)
3917:
3918: * buildall: echo -n -> printf for OS X. :)
3919:
3920: 2017-05-25 moko
3921:
3922: * tests/: 288.html, results/288.processed: test updated afted
3923: setting $o.prop without setter exception removed (related to
3924: feature #1157)
3925:
3926: * src/types/pa_vclass.C: no more "this property has no setter
3927: method" when setting $o.prop without setter (implements feature
3928: #1157)
3929:
3930: * buildall: echo \c -> echo -n for FreeBSD
3931:
3932: * configure, configure.ac, src/include/pa_config_auto.h.in,
3933: src/types/pa_vdouble.h: isfinite now checked in configure
3934:
3935: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3936: upgraded to automake 1.15
3937:
3938: 2017-05-23 moko
3939:
3940: * src/types/pa_vdouble.h: finite returned where isfinite not
3941: defined
3942:
3943: 2017-05-22 moko
3944:
3945: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3946:
3947: * buildall: extern CFLAGS setting support
3948:
3949: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3950:
3951: * buildall: http -> https
3952:
3953: * buildall: gc-7.2f -> gc-7.6.0
3954:
3955: 2017-05-20 moko
3956:
3957: * buildall: https, pcre, xml, xslt updated to current versions
3958: (related to feature #1136)
3959:
3960: 2017-05-19 moko
3961:
3962: * tests/097.html: after parser.ru moved to https
3963:
3964: 2017-05-17 moko
3965:
3966: * tests/results/: 175.processed, 372.processed: tests resuls
3967: updated after lintian spelling typos fixed (related to bug #1156)
3968:
3969: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3970: classes/string.C, classes/table.C, main/pa_charset.C,
3971: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3972: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3973: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3974:
3975: * tests/results/096.processed: +XMP
3976:
3977: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3978: $.xmp(true) options tested (test for feature #1154)
3979:
3980: * src/classes/image.C: ^image:measure[] options $.exif(false)
3981: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3982: fetched by default! (implements feature #1154)
3983:
3984: 2017-05-16 moko
3985:
3986: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3987: allowed (related to feature #1154)
3988:
3989: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3990: initial XMP implementation - without options and transcode
3991: (related to feature #1154)
3992:
3993: 2017-05-12 moko
3994:
3995: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3996: image: exif moved to ffields, skipped in ^image.html[] where
3997: iterators now used (preparation for feature #1154)
3998:
3999: 2017-05-05 moko
4000:
4001: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
4002: results/387.processed: test for circular class inheritance check
4003: added (related to bug #1150)
4004:
4005: * src/types/pa_vstateless_class.C: circular class inheritance check
4006: added (fixes endless add_derived bug #1150)
4007:
4008: 2017-05-04 moko
4009:
4010: * tests/: 386.html, results/386.processed: test for
4011: $table.value(number) added (related to feature #1152)
4012:
4013: * src/types/pa_vtable.C: table put_element: column value must be
4014: string - > column value must be string compatible to allow
4015: $t.value(1) (implements feature #1152)
4016:
4017: 2017-05-03 moko
4018:
4019: * src/main/pa_request.C: $use[$method] is not possible, reverting
4020: (related to feature #1151)
4021:
4022: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4023: not possible, removing test (related to feature #1151)
4024:
4025: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4026: get_element_method added and used to allow $use[$method] and
4027: $autouse[$method] (implements feature 1151)
4028:
4029: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4030: variable added (related to feature #1151)
4031:
4032: * tests/results/226.processed: actualized after ^try-catch used
4033:
4034: * tests/: 226.html, 385.html, results/385.processed: test for
4035: @autouse in variable added
4036:
4037: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4038:
1.114 moko 4039: 2017-02-27 moko
4040:
4041: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4042:
1.113 moko 4043: 2017-02-20 moko
4044:
1.211 moko 4045: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4046:
4047: 2017-02-16 moko
4048:
4049: * tests/: 384.html, results/384.processed: test for
4050: ^reflection:mixin[; $.name[] ] option added (related to feature
4051: #1089)
4052:
4053: * tests/: 384.html, results/384.processed: test for
4054: ^reflection:mixin[] added (related to feature #1089)
4055:
4056: * src/types/pa_value.h: warning war: virtual ~Value() added
4057:
1.112 moko 4058: 2017-02-15 moko
4059:
4060: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4061: fixed
4062:
4063: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4064: test added (related to feature #1069)
4065:
4066: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4067: compilation without HASH_ORDER fixed
4068:
4069: * src/: classes/reflection.C, include/pa_hash.h:
4070: $.reverse(true/false) added to ^reflection:methods[] (related to
4071: feature #1069)
4072:
4073: 2017-02-14 moko
4074:
4075: * tests/: 152.html, results/152.processed: test for $._default hash
4076: added (related to bug #1131)
4077:
4078: * tests/: 277.html, results/277.processed: test for hash with only
4079: $._default is now defined (related to bug #1131)
4080:
4081: * src/types/pa_vhash.h: hash with only $._default is now defined
4082: (fixed bug #1131)
4083:
4084: 2017-02-13 moko
4085:
4086: * tests/cat-windows.sh: cat-windows added (cygwin required)
4087:
4088: * tests/: 171.html, 264.html, 286.html, 370.html,
4089: results/320.processed, results/375.processed, results/auto.p:
4090: cat-windows.sh support added
4091:
4092: * tests/375.html: Windows support
4093:
4094: * tests/270.html: documented
4095:
4096: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4097: (not backslashes) even under Windows (broke test 270)
4098:
4099: 2017-02-12 moko
4100:
4101: * tests/: descript.ion, todo.txt: cleanup
4102:
4103: 2017-02-09 moko
4104:
4105: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4106: run_tests.cmd: Windows compatibility
4107:
4108: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4109: incorrectly (GMT) if parser is called from cygwin
4110:
1.111 moko 4111: 2017-02-08 moko
4112:
1.211 moko 4113: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4114:
1.211 moko 4115: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4116:
4117: * NEWS, README: minor update
4118:
4119: * src/include/pa_config_includes.h: warning war continues
4120:
4121: * src/: include/pa_config_includes.h, include/pa_memory.h,
4122: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4123: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4124: gcc 6.x issues fixed
4125:
1.111 moko 4126: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4127: classes/classes.h, classes/curl.C, classes/date.C,
4128: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4129: classes/hashfile.C, classes/image.C, classes/inet.C,
4130: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4131: classes/memcached.C, classes/memory.C, classes/op.C,
4132: classes/reflection.C, classes/regex.C, classes/response.C,
4133: classes/string.C, classes/table.C, classes/void.C,
4134: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4135: include/pa_array.h, include/pa_cache_managers.h,
4136: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4137: include/pa_config_fixed.h, include/pa_config_includes.h,
4138: include/pa_dictionary.h, include/pa_dir.h,
4139: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4140: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4141: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4142: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4143: include/pa_request_charsets.h, include/pa_request_info.h,
4144: include/pa_sapi.h, include/pa_socks.h,
4145: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4146: include/pa_stack.h, include/pa_string.h,
4147: include/pa_stylesheet_connection.h,
4148: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4149: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4150: include/pa_uue.h, include/pa_xml_exception.h,
4151: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4152: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4153: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4154: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4155: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4156: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4157: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4158: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4159: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4160: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4161: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4162: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4163: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4164: main/pa_string.C, main/pa_stylesheet_connection.C,
4165: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4166: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4167: main/untaint.C, sql/pa_sql_driver.h,
4168: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4169: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4170: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4171: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4172: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4173: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4174: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4175: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4176: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4177: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4178: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4179: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4180: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4181: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4182: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4183: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4184: types/pa_vmemcached.h, types/pa_vmemory.h,
4185: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4186: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4187: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4188: types/pa_vresponse.C, types/pa_vresponse.h,
4189: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4190: types/pa_vstateless_object.h, types/pa_vstatus.C,
4191: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4192: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4193: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4194: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4195: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4196: 2015->2017
4197:
1.110 moko 4198: 2017-02-07 moko
4199:
4200: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4201:
4202: 2017-02-06 moko
4203:
4204: * src/main/pa_common.C: minor fixes, whitespace
4205:
4206: * src/: classes/curl.C, classes/file.C, classes/image.C,
4207: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4208: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4209: now used (implements feature #1081)
4210:
4211: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4212:
4213: 2017-02-01 moko
4214:
4215: * src/include/pa_request.h: cleanup
4216:
4217: 2017-01-30 moko
4218:
4219: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4220:
4221: 2017-01-29 moko
4222:
4223: * tests/: 383.html, results/383.processed: test for
4224: ^reflection:stack[] added (related to feature #1052)
4225:
4226: * src/classes/reflection.C: else added
4227:
4228: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4229: $.max_file_lock_wait added (implements feature #1128)
4230:
4231: 2017-01-28 moko
4232:
4233: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4234: body and other cases tests added (related to featue #1014)
4235:
4236: * src/classes/curl.C: bug if response is empty fixed (related to
4237: feature #1014)
4238:
4239: 2017-01-27 moko
4240:
4241: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4242: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4243: added (implements feature #1052)
4244:
4245: 2017-01-25 moko
4246:
4247: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4248: method test added
4249:
4250: 2017-01-23 moko
4251:
4252: * src/classes/reflection.C: optimization: options->get replaced by
4253: hash iterator
4254:
4255: * tests/: 381.html, results/381.processed: now -> fixed date
4256:
4257: * src/main/pa_request.C: warning war
4258:
4259: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4260: 5Mb (fixes bug #1058)
4261:
4262: * src/classes/curl.C: warning war
4263:
4264: * tests/: 381.html, results/381.processed: tests for ^json:string
4265: $.one-line(true) option added (related to feature #1124)
4266:
4267: * src/: classes/json.C, types/pa_value.h: $json-string
4268: $.one-line(true|false) options is now supported (implements
4269: feature #1124)
4270:
4271: * tests/: 380.html, results/380.processed: test for modified
4272: $.max_file_size added (related to bug #1014)
4273:
4274: * tests/: 379.html, results/auto.p: tests for rewritten http file
4275: load added (related to bug #1014)
4276:
4277: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4278: main/pa_common.C, main/pa_http.C: check_file_size added and used
4279: in curl / file load from disk and http, http file load rewritten
4280: (related to bug #1014)
4281:
4282: 2017-01-18 moko
4283:
4284: * tests/: 378.html, results/378.processed: tests for ^result[]
4285: added (related to feature #66)
4286:
4287: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4288: Method::CO_WITHOUT_FRAME as frame still added in expression
4289: (related to feature #66)
4290:
4291: 2017-01-17 moko
4292:
4293: * tests/: 377.html, results/377.processed: test for different
4294: combinations of breaks in body and delimiter (related to bug
4295: #1077)
4296:
4297: * tests/: 376.html, results/376.processed: many ^break[] tests
4298: added (related to bug #1077)
4299:
4300: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4301: passed to native method" exception added to avoid bugs due to
4302: WRITE_EXPR_RESULT skipped and native methods execution continues
4303: after ^break[] (related to bug #1077)
4304:
4305: 2017-01-14 moko
4306:
4307: * tests/: 330.html, results/330.processed: test results updated
4308: after ^break[] bugs where fixed (related to bug #1077)
4309:
4310: * tests/: 329.html, results/329.processed: test results updated
4311: after ^break[] bugs where fixed (related to bug #1077)
4312:
4313: * tests/results/320.processed: ^return[] added
4314:
4315: 2017-01-13 moko
4316:
4317: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4318: classes/table.C, include/pa_request.h, main/execute.C,
4319: main/pa_request.C, targets/cgi/parser3.C,
4320: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4321: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4322: checked after each possible process/execute call (fixes bug
4323: #1077)
4324:
4325: 2016-12-29 moko
4326:
4327: * src/main/pa_common.C: warning war
4328:
4329: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4330: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4331: pa_file_size_limit added, ^math:random fixed for upper limit and
4332: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4333: (related to feature #1014)
4334:
4335: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4336: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4337: (related to feature #1014)
4338:
4339: 2016-12-28 moko
4340:
4341: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4342: warning war
4343:
4344: 2016-12-26 moko
4345:
4346: * tests/: 341.html, results/341.processed: test for
4347: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4348:
4349: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4350: (related to feature #1057)
4351:
4352: * src/types/pa_vdate.C: warning war continues...
4353:
4354: * src/: classes/date.C, classes/image.C, classes/table.C,
4355: include/pa_config_includes.h, types/pa_vfile.C: warning war
4356:
4357: * src/lib/gd/gifio.C: warning war / cleanup
4358:
4359: * src/lib/json/pa_json.C: warning war
4360:
4361: * src/classes/hash.C: warning war
4362:
4363: * src/types/pa_vfile.C: warning war
4364:
4365: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4366: -Wall warning war continues
4367:
4368: * configure.ac: --with-build-warnings actualized
4369:
4370: 2016-12-25 moko
4371:
4372: * src/main/pa_exec.C: -wAll warning war
4373:
4374: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4375: -wAll warning war
4376:
4377: * src/: include/pa_common.h, include/pa_sapi.h,
4378: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4379: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4380: -wAll warning war
4381:
4382: 2016-12-23 moko
4383:
4384: * src/lib/ltdl/Makefile.am: extra dist added
4385:
4386: * tests/results/344.processed: test result updated after $file.text
4387: prefetched in ^hash::create[$file] (related to feature #1075)
4388:
4389: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4390: ^hash::create[$file] (related to feature #1075)
4391:
4392: 2016-12-22 moko
4393:
4394: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4395: main/pa_request.C, main/pa_stylesheet_connection.C,
4396: types/pa_vfile.C: file_stat now return 64-bit size (implements
4397: #1014 under 32-bit unix versions)
4398:
4399: 2016-12-21 moko
4400:
4401: * tests/: 375.html, results/375.processed: test for exec returning
4402: stated file added (related to feature #1119)
4403:
4404: * src/classes/file.C: load should not return file with null body
4405: (fixes bug #1119)
4406:
4407: 2016-12-14 moko
4408:
4409: * tests/: 374.html, results/374.processed: test for $method.name
4410: added (related to feature #1117) plus method returning junction
4411: test
4412:
4413: 2016-12-13 moko
4414:
4415: * src/: include/pa_symbols.h, main/pa_symbols.C,
4416: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4417: (implements feature #1117)
4418:
4419: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4420: HEAD and TRACE can't have body (implements feature #1116)
4421:
4422: 2016-12-09 moko
4423:
4424: * tests/: 373.html, results/373.processed: tests for
4425: ^reflection:tainting added (related to feature #1098)
4426:
4427: * src/classes/reflection.C: ^reflection:tainting arguments order
4428: change (related to feature #1098)
4429:
4430: 2016-12-06 moko
4431:
4432: * src/: classes/reflection.C, include/pa_string.h,
4433: main/pa_string.C: ^reflection:tainting[$string] added (implements
4434: feature #1098)
4435:
4436: 2016-12-05 moko
4437:
4438: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4439: (fixes bug #1114)
4440:
4441: 2016-12-04 moko
4442:
4443: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4444: check added
4445:
4446: 2016-12-03 moko
4447:
4448: * tests/: 346-curl.html, results/346-curl.processed: test modified
4449: to test value.as_hash() usage
4450:
4451: * src/classes/curl.C: value.as_hash() used for correct hash
4452: processing
4453:
4454: * src/classes/reflection.C: exceptions texts fixes
4455:
4456: 2016-12-02 moko
4457:
4458: * tests/: 372.html, results/372.processed: tests for
4459: ^reflection:create[ $.class[name] $.constructor[name]
4460: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4461: feature #1094)
4462:
4463: * src/types/pa_vmethod_frame.h: comment added: params should be
4464: declared outside of *_FRAME_ACTION as MethodParams destructor
4465: will be called in ~VNativeMethodFrame
4466:
4467: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4468: ] minor fix
4469:
4470: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4471: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4472: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4473: now supported (implements feature #1094) value::as_hash added
4474: (and should be used everywhere)
4475:
4476: * src/classes/reflection.C: cleanup
4477:
4478: 2016-12-01 moko
4479:
4480: * tests/: 356.html, results/356.processed: test for method
4481: junctions class name added to the resulting hash added (related
4482: to feature #1068)
4483:
4484: * src/classes/reflection.C: for method junctions class name added
4485: to the resulting hash (related to feature #1068)
4486:
4487: 2016-11-30 moko
4488:
4489: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4490: exception (related to bug #1113)
4491:
4492: * src/types/pa_vhashfile.C: whitespace
4493:
4494: * src/main/pa_os.C: errno now returned as it should (fixes bug
4495: #1113)
4496:
4497: * tests/results/: 175.processed, 192.processed, 224.processed,
4498: 229.processed, 239.processed, 244.processed, 246.processed,
4499: 314.processed, 352.processed: tests results updated after method
4500: call exceptions improved as method now keeps its name
4501:
4502: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4503: types/pa_vmethod_frame.h: method call exceptions improved as
4504: method now keeps its name
4505:
4506: * tests/: 224.html, 239.html, results/224.processed,
4507: results/239.processed: tests and tests results updated after
4508: Request::construct exception changed
4509:
4510: * src/: classes/reflection.C, main/execute.C: Request::construct
4511: exception optimized
4512:
4513: * tests/: 371.html, results/371.processed: test for
4514: WWrapper.get_element call in $.name.key[value] code added
4515: (related to feature #1091)
4516:
4517: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4518: in $.name.key[value] code (related to feature #1091)
4519:
4520: 2016-11-29 moko
4521:
4522: * src/classes/op.C: VS warning war
4523:
4524: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4525: C4239: nonstandard extension used : 'return' : conversion from
4526: 'Value' to 'Value &' (related to feature #1020)
4527:
4528: * src/: main/execute.C, types/pa_vmethod_frame.h,
4529: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4530: used : 'return' : conversion from 'Value' to 'Value &' (related
4531: to feature #1020)
4532:
4533: * src/main/execute.C: VS warning war
4534:
4535: * src/targets/cgi/parser3.C: VS compatibility fix
4536:
4537: * src/include/pa_request.h: VS warning war
4538:
4539: * tests/: 370.html, results/370.processed: test for ^file::exec[
4540: ... $.stdin[$binary_file] ] added (related to bug #1044)
4541:
4542: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4543: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4544: $.stdin[$binary_file] (fixes bug #1044)
4545:
4546: 2016-11-28 moko
4547:
4548: * src/main/pa_exec.C: whitespace
4549:
4550: * src/main/pa_request.C: whitespace
4551:
4552: * tests/: 369.html, results/369.processed: test for
4553: $response:status usage added (related to feature #1099)
4554:
4555: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4556: if < 100 (implements feature #1099)
4557:
4558: * src/targets/cgi/parser3.C: whitespace
4559:
4560: * src/targets/cgi/parser3.C: whitespace
4561:
4562: * tests/: 368.html, results/368.processed: test updated after
4563: ^reflection:filename[$method] added (related to feature #1053)
4564:
4565: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4566: main/compile.y, main/execute.C, main/pa_request.C,
4567: types/pa_vclass.h: filename -> filespec,
4568: ^reflection:filename[$method] added (related to feature #1053)
4569:
4570: 2016-11-27 moko
4571:
4572: * tests/: 368.html, results/368.processed: test for
4573: reflection:filename[$class or object] added (related to feature
4574: #1053)
4575:
4576: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4577: types/pa_vstateless_class.h: ^reflection:filename[$class or
4578: object] added (implements feature #1053)
4579:
4580: 2016-11-26 moko
4581:
4582: * src/: include/pa_request_info.h,
4583: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4584: remove_absolute_uri -> strip_absolute_uri
4585:
4586: 2016-11-25 moko
4587:
4588: * src/: include/pa_request_info.h,
4589: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4590: request_info.remove_absolute_uri added to remove possible
4591: http://site.name/ from $request:uri (implements feature #1112)
4592:
4593: 2016-11-24 moko
4594:
4595: * tests/: 367-curl.html, results/367-curl.processed: test for
4596: previous request headers clearing after redirect added (related
4597: to bug #1109)
4598:
4599: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4600: response headers from previous requests are now cleared, only
4601: last request headers are collected (fixes bug #1109)
4602:
4603: * tests/results/: 266.processed, 321.processed, 356.processed:
4604: tests results updated as method name now added to the resulting
4605: hash for new syntax only (Imp1 compatimility fixed, related to
4606: feature #1068)
4607:
4608: * src/classes/reflection.C: method name now added to the resulting
4609: hash for new syntax only (Imp1 compatimility fixed, related to
4610: feature #1068)
4611:
4612: * tests/results/366.processed: test for native and parser
4613: implementation of ^use[] logic (related to feature #1074)
4614:
4615: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4616: for native and parser implementation of ^use[] logic (related to
4617: feature #1074)
4618:
4619: 2016-11-23 moko
4620:
4621: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4622: main/pa_request.C: @USE file now implemented as ^use[file;
4623: $.origin[origin_file] ] (implements feature #1074)
4624:
1.109 moko 4625: 2016-11-21 moko
4626:
1.110 moko 4627: * tests/: 365.html, results/365.processed: test for $caller bugs in
4628: 3.4.4 and $caller.method now tested (related to feature #1110)
4629:
4630: * tests/: 364.html, results/364.processed: $caller usage in
4631: different contexts now tested (related to feature #1110)
4632:
4633: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4634:
4635: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4636:
1.109 moko 4637: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4638: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4639: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4640: used (implements feature #1110)
4641:
4642: 2016-11-20 moko
4643:
4644: * src/types/pa_vdouble.h: whitespace
4645:
4646: 2016-11-11 moko
4647:
4648: * tests/: 363.html, results/363.processed: more tests for feature
4649: #1091 (how parser methods work in expression context)
4650:
4651: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4652: expressions strings are now written as strings, not values by
4653: write_as_string (related to feature #1091)
4654:
4655: * src/classes/op.C: to make more correct behavour in expression
4656: context
4657:
4658: 2016-11-07 moko
4659:
4660: * tests/: 362.html, results/362.processed: test for
4661: xsltParseStylesheetDoc caching as xsl modification after it added
4662: (related to bug #1108)
4663:
4664: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4665: result now cached as xdoc is modified after it (fixes bug #1108)
4666:
4667: 2016-11-06 moko
4668:
4669: * src/types/pa_vxdoc.h: whitespace
4670:
4671: 2016-11-05 moko
4672:
4673: * src/types/pa_vmethod_frame.h: cleanup
4674:
4675: 2016-11-03 moko
4676:
4677: * tests/results/244.processed: more correct exception after method
4678: frames separation
4679:
4680: * src/types/pa_vmethod_frame.h: minor optimizaion
4681:
4682: * src/types/pa_method.h: optimization: params_count added
4683:
4684: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4685: include/pa_request.h, main/execute.C, main/pa_request.C,
4686: types/pa_value.C, types/pa_vmethod_frame.C,
4687: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4688: VMethodFrame now divided into VNativeMethodFrame,
4689: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4690: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4691: and used (related to feature #1104)
4692:
4693: 2016-11-02 moko
4694:
4695: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4696: classes/double.C, classes/file.C, classes/hash.C,
4697: classes/hashfile.C, classes/image.C, classes/inet.C,
4698: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4699: classes/memcached.C, classes/op.C, classes/reflection.C,
4700: classes/regex.C, classes/string.C, classes/table.C,
4701: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4702: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4703: r.write (implements feature #1091)
4704:
4705: * src/main/execute.C: cleanup (related to feature #1104)
4706:
4707: * src/: include/pa_request.h, main/execute.C,
4708: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4709: added, in_expression removed (implements feature #1104)
4710:
4711: 2016-10-31 moko
4712:
4713: * src/types/pa_value.C: whitespace
4714:
4715: 2016-10-28 moko
4716:
4717: * tests/results/244.processed: updated after error reporting fixed
4718: in pa_wcontext.C
4719:
4720: * src/types/pa_wcontext.C: error reporting fixed
4721:
4722: * src/types/pa_wcontext.h: whitespace
4723:
4724: * src/classes/image.C: not fully readed entries are no longer
4725: processed (fixes bug #1106)
4726:
4727: 2016-10-26 moko
4728:
4729: * src/classes/image.C: whitespace
4730:
4731: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4732: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4733: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4734: longer required (related to feature #1091)
4735:
4736: * tests/results/: 264.processed, 350.processed: test results update
4737: reverted (whitespace optimization) after write_no_lang removed :)
4738: (related to feature #1091)
4739:
4740: * src/: classes/file.C, classes/hash.C, classes/op.C,
4741: classes/string.C, classes/table.C, classes/void.C,
4742: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4743: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4744: equal write_pass_lang (related to feature #1091)
4745:
4746: * tests/results/: 264.processed, 350.processed: test results
4747: updated (whitespace optimization) after write_assign_lang removed
4748: (related to feature #1091)
4749:
4750: * tests/: 361.html, results/361.processed: test for non-string
4751: ^untaint added (related to feature #1091)
4752:
4753: * src/: classes/curl.C, classes/date.C, classes/file.C,
4754: classes/hash.C, classes/op.C, classes/string.C,
4755: include/pa_request.h, main/execute.C: optimization:
4756: write_assign_lang removed as not required (first part of feature
4757: #1091 implementation)
4758:
1.108 moko 4759: 2016-10-12 moko
4760:
4761: * tests/: 360.html, results/360.processed: more test code (related
4762: to feature #1104)
4763:
4764: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4765: include/pa_request.h, main/compile.y, main/execute.C: opcode
4766: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4767: WContext is next task (implements feature #1104)
4768:
4769: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4770: / CO_WITHOUT_WCONTEXT
4771:
4772: * tests/: 360.html, results/360.processed: test for in expression
4773: state (related to feature #1104)
4774:
4775: 2016-10-11 moko
4776:
4777: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4778:
4779: * src/classes/op.C: default value removed from initializer
4780:
4781: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4782:
4783: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4784:
4785: 2016-10-10 moko
4786:
4787: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4788: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4789: to feature #42)
4790:
4791: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4792: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4793:
4794: 2016-10-08 moko
4795:
4796: * src/classes/double.C: whitespace
4797:
4798: 2016-10-07 moko
4799:
4800: * src/types/pa_vmethod_frame.h: reorder
4801:
4802: 2016-10-06 moko
4803:
4804: * src/classes/date.C: typo
4805:
4806: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4807:
4808: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4809: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4810: types/pa_vmethod_frame.h: params.get now returns Value&, not
4811: Value*
4812:
4813: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4814:
4815: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4816: removed; first as_* code rewrite
4817:
4818: 2016-10-05 moko
4819:
4820: * src/include/pa_request.h: whitespace
4821:
4822: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4823: intercept_string added (related to feature #1097)
4824:
4825: * src/: classes/image.C, classes/op.C, classes/table.C,
4826: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4827: optimization: intercept_string removed (implements feature #1097)
4828:
4829: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4830:
4831: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4832: from VCodeFrame and WWrapper as not required
4833:
4834: 2016-10-04 moko
4835:
4836: * src/: classes/curl.C, classes/date.C, classes/double.C,
4837: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4838: classes/int.C, classes/json.C, classes/op.C,
4839: classes/reflection.C, classes/string.C, classes/table.C,
4840: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4841: proces_to_value -> process after StringOrValue removed (related
4842: to feature #1020)
4843:
4844: * src/classes/form.C: whitespace
4845:
4846: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4847:
4848: * tests/: 357.html, 358.html, results/357.processed,
4849: results/358.processed, results/auto.p: test for @conf
4850: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4851:
4852: 2016-10-03 moko
4853:
4854: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4855: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4856: supported (implements feature #42)
4857:
4858: * src/types/pa_vregex.h: no reason for VRegex to be
4859: is_evaluated_expr
4860:
4861: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4862: (implements feature #1095)
4863:
4864: 2016-10-01 moko
4865:
4866: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4867: false by default (related to feature #1089)
4868:
4869: 2016-09-30 moko
4870:
4871: * src/types/pa_wcontext.h: cleanup
4872:
4873: 2016-09-29 moko
4874:
4875: * src/main/execute.C: whitespace
4876:
4877: * src/include/pa_request.h: whitespace
4878:
4879: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4880: classes/op.C, classes/table.C, include/pa_request.h,
4881: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4882: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4883: StringOrValue removed as it just slows down and adds complexity
4884: (implements feature #1020)
4885:
4886: 2016-09-28 moko
4887:
4888: * tests/: 356.html, results/266.processed, results/321.processed,
4889: results/356.processed: tests updated after name was added to
4890: method_info hash, test for ^reflection:method_info[junction]
4891: added (related to feature #1068)
4892:
4893: * src/classes/reflection.C: ^reflection:method_info[junction] now
4894: supported, method name added to the resulting hash (implements
4895: feature #1068)
4896:
4897: * tests/: 276.html, results/276.processed: more tests for
4898: ^reflection:delete[]
4899:
4900: * src/classes/reflection.C: fixed bug then ^reflection:delete
4901: didn't work on class and could damage native objects (like file)
4902:
4903: 2016-09-26 moko
4904:
4905: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4906: results/345.processed, results/346-curl.processed,
4907: results/347-curl.processed, results/348.processed: numbers added
4908: to simplify diff analysis
4909:
4910: * tests/: 352.html, results/352.processed: test result updated as
4911: method name used
4912:
4913: * src/classes/reflection.C: method name used
4914:
4915: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4916: its name
4917:
4918: * src/types/pa_method.h: whitespace
4919:
4920: * src/classes/reflection.C: both method and field with one name can
4921: exist.
4922:
4923: * src/classes/reflection.C: ^reflection:mixin added (implements
4924: feature #1089)
4925:
4926: * tests/: 355.html, results/355.processed: property appears in
4927: derived class if added in base test added
4928:
4929: * src/types/pa_vstateless_class.h: get_method declaration +
4930: whitespace
4931:
4932: * tests/: 354.html, results/354.processed: nice test from method
4933: and property with one name in class added
4934:
4935: 2016-09-23 moko
4936:
4937: * src/classes/reflection.C: ^reflection:method usage documented
4938:
4939: 2016-09-22 moko
4940:
4941: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4942: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4943: compile warning and GPF occures on VS2003 (related to feature
4944: #1087)
4945:
4946: * tests/: 350.html, results/350.processed: test added for
4947: $.encloser[] support in ^table::create (related to feature #11)
4948:
4949: * src/classes/table.C: another minor fix (related to feature #11)
4950:
1.107 moko 4951: 2016-09-21 moko
4952:
4953: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4954:
4955: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4956: classes/json.C, classes/string.C, classes/table.C,
4957: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4958: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4959: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4960: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4961: pa_charsets, vs2015 warning war
4962:
4963: * src/classes/table.C: vs2015 warning war
4964:
4965: * src/types/pa_vdate.C: vs2015 warning war
4966:
4967: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4968:
4969: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4970: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4971:
4972: * src/main/pa_common.C: vs2015 compilation fixes
4973:
4974: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4975: vs2015 compilation fixes
4976:
4977: * src/main/pa_charset.C: vs2015 warning war
4978:
4979: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4980:
4981: * src/main/pa_charset.C: vs2015 warning war
4982:
4983: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4984:
4985: * src/types/pa_vdate.C: vs2015 compilation fix
4986:
4987: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4988:
4989: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4990: VS2015 compilation fixes
4991:
4992: * src/classes/table.C: minor fix (related to feature #11)
4993:
4994: * tests/results/282.processed: no longer skipping extra enclosers
4995: (related to feature #11)
4996:
4997: * src/classes/table.C: minor fix + no longer skipping extra
4998: enclosers (related to feature #11)
4999:
5000: * src/classes/table.C: minor optimization (related to feature #11)
5001:
5002: * src/classes/table.C: minor fix and optimization (related to
5003: feature #11)
5004:
5005: 2016-09-20 moko
5006:
5007: * tests/: 353.html, results/353.processed: test for
5008: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
5009: added (related to bug #1090)
5010:
5011: * src/main/compile.y: PC.cclass->is_vars_local() check added for
5012: one_big_piece (fixes bug #1090)
5013:
5014: * tests/: 229.html, results/229.processed: code coverage tests
5015:
5016: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
5017: body) was called
5018:
5019: * src/classes/op.C: whitespace
5020:
5021: * tests/: 323.html, results/323.processed: test for code junction
5022: should not be returned by ^reflection:class, ^reflection:base
5023:
5024: * src/classes/reflection.C: bugfix: code junction should not be
5025: returned by ^reflection:class, ^reflection:base
5026:
5027: * tests/: 323.html, 352.html, results/352.processed: no more
5028: exception for ^reflection:method[class;no-such-method] (related
5029: to feature #1087)
5030:
5031: * src/classes/reflection.C:
5032: ^reflection:method[class;no-such-method] : exception -> void
5033: (related to feature #1087)
5034:
5035: * src/include/pa_request.h: request::write_value added to allow
5036: write value without convertion (related to issue #1091)
5037:
5038: 2016-09-19 moko
5039:
5040: * src/main/pa_random.C: windows build fix
5041:
5042: * src/types/pa_vhash.h: warning war
5043:
5044: 2016-09-14 moko
5045:
5046: * tests/: 352.html, 552.html, results/352.processed,
5047: results/552.processed: test for ^reflection:method[] extension
5048: added (related to feature #1087)
5049:
5050: * tests/: 552.html, results/552.processed: test for
5051: ^reflection:method[] extension added (related to feature #1087)
5052:
5053: * src/classes/reflection.C: compatibility issue fixed, VClass
5054: dynamic_cast check added (related to feature #1087)
5055:
5056: * tests/: 351.html, results/351.processed: test for @auto[]
5057: inheritance bug diring ^process[] added (related to bug #1088)
5058:
5059: * src/: classes/op.C, main/pa_request.C,
5060: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5061: disable it inheritance during ^process (fixes bug #1088)
5062:
5063: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5064: added (implements feature #1087)
5065:
5066: 2016-09-13 moko
5067:
5068: * tests/: 349.html, results/auto.p: test for objects prototyping
5069: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5070: to feature #1086)
5071:
5072: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5073: types/pa_vobject.C: objects now are not class instances, but have
5074: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5075: in @conf (implements feature #1086)
5076:
5077: 2016-09-08 moko
5078:
5079: * src/: classes/file.C, classes/mail.C, classes/string.C,
5080: classes/table.C, main/pa_http.C, main/pa_string.C,
5081: include/pa_string.h: cleanup: string::split limit argument
5082: removed as no longer required, pos_after no longer reference
5083: (related to feature #11)
5084:
5085: * src/classes/table.C, tests/results/348.processed: now exception
5086: is rised when invalid option is passed to ^table::create[]
5087:
5088: * tests/: 282.cfg, 282.html, results/282.processed: more code
5089: coverage tests
5090:
5091: * tests/: 348.html, results/348.processed: code coverage tests
5092: added
5093:
5094: * tests/: 348.html, results/348.processed: generic ^table::create[]
5095: tests
5096:
5097: * tests/: 035.html, results/035.processed, results/272.processed:
5098: tests updated after $.encloser[] support for ^table::create
5099: implementation (related to feature #11)
5100:
5101: * src/classes/table.C: $.encloser[] support for ^table::create
5102: finally added (implements feature #11)
5103:
5104: 2016-09-07 moko
5105:
5106: * src/include/pa_string.h: added StringSplitHelper as friend
5107: (related to feature #11)
5108:
5109: * src/include/pa_string.h: body and langs now protected, not
5110: private to allow inheritance (related to feature #11)
5111:
5112: * src/classes/table.C: lsplit optimized before cloning for
5113: ^table::create with $.encloser[] (related to feature #11)
5114:
5115: * src/classes/table.C: optimizaion: TableControlChars.separators
5116: added and used (related to feature #11)
5117:
5118: * src/classes/table.C: spelling:
5119:
5120: TableSeparators -> TableControlChars column -> separator
5121: separators -> control_chars
5122:
5123: 2016-09-06 moko
5124:
5125: * src/main/pa_string.C: whitespace
5126:
5127: * src/main/pa_string.C: whitespace
5128:
5129: 2016-09-01 moko
5130:
5131: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5132: results OS-independent
5133:
5134: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5135: compiler (related to feature #1042)
5136:
5137: 2016-08-15 moko
5138:
5139: * src/include/pa_string.h: whitespace
5140:
5141: * src/classes/table.C: whitespace
5142:
1.106 moko 5143: 2016-08-05 moko
5144:
5145: * tests/: 344.html, results/344.processed: test for
5146: ^hash::create[$file] added (related to feature #1075)
5147:
5148: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5149: supported (implements feature #1075)
5150:
5151: 2016-08-04 moko
5152:
5153: * tests/: 341.html, results/341.processed: more code coverage tests
5154:
5155: * tests/: 346-curl.html, results/346-curl.processed: more code
5156: coverage tests for curl
5157:
5158: * tests/: 346-curl.html, results/346-curl.processed: more code
5159: coverage tests for curl
5160:
5161: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5162: results/223.processed: code coverage tests: $.form[ $.table[] ]
5163: test added
5164:
5165: * tests/: 223-curl.html, results/223-curl.processed: more code
5166: coverage tests for curl
5167:
5168: 2016-08-03 moko
5169:
5170: * src/classes/curl.C: dlink(curl_library) now called not once, but
5171: until it will be loaded, allowing to find existing library.
5172:
5173: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5174: results/347-curl.processed: more code coverage tests for curl
5175:
5176: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5177: results/339-curl.processed, results/346-curl.processed: curl
5178: functionality tests
5179:
5180: 2016-08-02 moko
5181:
5182: * tests/: 339.html, results/339.processed: test for tables in
5183: ^file:load[] and ^curl:load[] (commented) added (related to
5184: feature #1042)
5185:
5186: * tests/: 345.html, results/345.processed: code coverage tests for
5187: file class
5188:
5189: * tests/: 344.html, results/344.processed: code coverage tests
5190:
5191: * tests/: 344.html, results/344.processed: mdate removed from
5192: output
5193:
5194: * src/classes/file.C: minor bugfix: is_text should be taked from
5195: fcontent.is_text_mode() if not set (related to feature #1061)
5196:
5197: * tests/: 344.html, results/344.processed: more tests
5198:
5199: * tests/: 343.html, 344.html, results/343.processed,
5200: results/344.processed: tests for ^file::create[ $.from-charset
5201: and $.to-charset ] (related to feature #1061)
5202:
5203: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5204: aset_text_mode argument optimized
5205:
5206: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5207: checkBOM now used in detect_binary_content (related to feature
5208: #1061)
5209:
5210: * src/main/pa_request.C: load_charset no longer required to_upper
5211:
5212: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5213: preserves original file mode (if no $.mode specified)
5214:
5215: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5216: ^file::create now supports $.from-charset[] and $.to-charset
5217: options (implements feature #1061), automatic transcode is done
5218: if text file is created from binary file and charset is detected.
5219:
5220: 2016-07-30 moko
5221:
5222: * src/classes/table.C: ^t.hash[..;] now supported (related to
5223: feature #1057)
5224:
5225: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5226: added (related to feature #1057)
5227:
5228: * tests/: 286.html, results/286.processed: code tests coverage
5229:
5230: 2016-07-29 moko
5231:
5232: * src/classes/table.C: table size should be checked inside menu and
5233: foreach (related to feature #858)
5234:
5235: * src/: classes/curl.C, classes/file.C, classes/string.C,
5236: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5237: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5238: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5239: charsets.get now does str_upper inside (related to feature #1061)
5240:
5241: * tests/: 342.html, results/342.processed: more code coverage tests
5242:
5243: * tests/: 342.html, outputs/342.processed: table menu code coverage
5244: + foreach test added (related to feature #858)
5245:
5246: * tests/: 341.html, results/341.processed: tests for
5247: ^table.hash[]{code} added + code coverage tests (related to
5248: feature #1057)
5249:
5250: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5251: value} support (implements feature #1057)
5252:
5253: * src/classes/table.C: whitespace
5254:
5255: 2016-07-28 moko
5256:
5257: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5258: from URL, if not specified query string removed from url-based
5259: filenames in ^curl:load[] and ^file::load[] (related to feature
5260: #1042)
5261:
5262: 2016-07-27 moko
5263:
5264: * tests/: 340.html, results/340.processed: test for
5265: transcode_text_result=false added (related to issue #1042)
5266:
5267: 2016-07-26 moko
5268:
5269: * src/types/pa_vfile.C: file name should not be empty (if file path
5270: is folder and ends with /) (related to feature #1042)
5271:
5272: * src/main/pa_http.C: whitespace optimizaion
5273:
5274: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5275: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5276: multiple headers, ^file::load supports headers transcoding
5277: (implements feature #1042)
5278:
5279: 2016-07-25 moko
5280:
5281: * src/include/pa_common.h: PA_DEFAULT added
5282:
5283: 2016-07-22 moko
5284:
5285: * tests/: 338.html, results/338.processed: test for
5286: $date.field(value) added (related to feature #1066)
5287:
5288: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5289: $date.field(value) now supported for y/m/d/h/m/s (implements
5290: feature #1066)
5291:
1.105 moko 5292: 2016-07-21 moko
5293:
5294: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5295: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5296: arguments removed; image.C - absolute path shown in exception
5297: (implements feature #1071)
5298:
5299: * tests/: 235.html, results/235.processed: test and test result
5300: updated after static boundary in mail and Errors-To: mail header
5301: removed (related to feature #1047)
5302:
5303: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5304: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5305: used, static boundary in mail removed, Errors-To: mail header
5306: removed (implements feature #1047)
5307:
5308: 2016-07-20 moko
5309:
5310: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5311: equest.classes(): Value -> VStateless_class, part 3 (related to
5312: issue #1051)
5313:
5314: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5315: request.classes(): Value -> VStateless_class, part 2 (related to
5316: issue #1051)
5317:
5318: * tests/results/: 224.processed, 323.processed: classes without
5319: methods should not be methoded (related to issue #1051)
5320:
5321: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5322: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5323: -> VStateless_class, part 1 (related to issue #1051)
5324:
5325: * tests/: 337.html, results/337.processed: test for
5326: ^reflection:fields_reference[] and VHashReference class added
5327: (related to feature #1072)
5328:
5329: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5330: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5331: and VHashReference added, allowing ^reflection:fields_reference[]
5332: implementation (closes feature #1072)
5333:
5334: 2016-07-19 moko
5335:
5336: * tests/: 323.html, results/323.processed: we want to see
5337: "methoded"
5338:
5339: * tests/: 336.html, results/336.processed: test for $BASE:property
5340: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5341: #1059)
5342:
5343: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5344: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5345: somebody_entered_some_class, $BASE:property works again,
5346: ^BASE:method[] bugs fixed (fixes bug #1059)
5347:
5348: 2016-07-14 moko
5349:
5350: * tests/: 335.html, results/335.processed: test for feature #1055
5351: added
5352:
5353: * src/classes/hash.C: bugfix: $._default was not copied if empty
5354: feature: ^hash.contains[_default] added (implements feature
5355: #1055)
5356:
5357: 2016-07-13 moko
5358:
5359: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5360: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5361:
5362: 2016-07-05 moko
5363:
5364: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5365: in ^hash.foreach (related to feature #1073)
5366:
5367: 2016-07-04 moko
5368:
5369: * tests/: 134.html, 281.html, results/134.processed,
5370: results/281.processed: tests updated after hash blocking removed
5371: (related to feature #1073)
5372:
5373: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5374: no longer blocks on change during foreach (implements feature
5375: #1073)
5376:
5377: 2016-06-17 moko
5378:
5379: * tests/: 330.html, results/330.processed: try exception source
5380: test added (related to bug in #1062)
5381:
5382: * tests/: 334.html, results/334.processed: Exception stack trace
5383: test added (related to bug in $1062)
5384:
5385: * src/classes/op.C: Exception trace now correctly restored and
5386: errors reported (related to bug #1062)
5387:
1.104 moko 5388: 2016-05-25 moko
5389:
5390: * src/main/compile.y: minor cleanup + beauty
5391:
5392: 2016-05-24 moko
5393:
5394: * tests/: 333.html, results/333.processed: more exceptions testing
5395:
5396: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5397: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5398: features #1056, #1026)
5399:
5400: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5401: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5402: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5403: (implements feature #1056)
5404:
5405: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5406: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5407: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5408: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5409: feature #1026)
5410:
5411: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5412: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5413: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5414: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5415: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5416: feature #1026)
5417:
5418: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5419: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5420: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5421: SYMBOLS_CACHING define implemented (related to feature #1026)
5422:
5423: * src/main/main.vcproj: + ps_symbols
5424:
5425: * src/: include/Makefile.am, include/pa_string.h,
5426: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5427: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5428: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5429: types/pa_vstateless_class.C: initial implementation for symbols
5430: cache (related to feature #1026)
5431:
5432: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5433:
5434: * src/main/pa_globals.C: minor cleanup
5435:
5436: 2016-05-19 moko
5437:
5438: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5439: (related to feature #1046)
5440:
5441: * tests/: 331.html, results/331.processed: test for
5442: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5443: (related to feature #1051)
5444:
5445: * src/main/compile.y:
5446: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5447: (implements feature #1054)
5448:
5449: 2016-05-18 moko
5450:
5451: * src/types/pa_vtable.C, tests/results/324.processed: no more
5452: "column not found" exception for ^table.no-such-method[] (related
5453: to feature #1046)
5454:
5455: * tests/: 261.html, results/261.processed: test added and updated
5456: after feature #1046 implementation
5457:
5458: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5459: types/pa_vvoid.h: $string.anything works for whitespace strings,
5460: ^string.contains added for hash compatibility, $string.method no
5461: longer returns stting method (implements feature #1046)
5462:
5463: 2016-05-12 moko
5464:
5465: * src/classes/curl.C: content-type response header no longer
5466: ignored (fixes issue #1045)
5467:
5468: * tests/: 330.html, results/330.processed: test for incomplete
5469: finally execution when break occures added (related to issue
5470: #1077)
5471:
5472: * src/classes/op.C: bugfix: Request::skip reset is called before
5473: executing catch and finally code (fixes issue #1062)
5474:
5475: 2016-05-11 moko
5476:
5477: * tests/: 329.html, results/329.processed: test for invalid
5478: ^break[] behavour added (bug #1077)
5479:
5480: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5481:
5482: 2016-04-24 moko
5483:
5484: * src/types/pa_vstateless_class.h: warning war
5485:
5486: 2016-04-17 moko
5487:
5488: * tests/: 328.html, results/328.processed: test for
5489: ^break(condition) and ^continue(condition) (related to feature
5490: #1063)
5491:
5492: * src/classes/op.C: ^break(condition) and ^continue(condition)
5493: implemented (feature #1063)
5494:
5495: 2016-04-12 moko
5496:
5497: * tests/results/280.processed: ordered hash now used for class
5498: methods and properties (test results updated for feature #1069)
5499:
5500: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5501: to xdoc.C as under FreeBSD it was inited after and inheritance
5502: failed (related to issue #1051)
5503:
5504: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5505: are printed to check inheritance (related to feature #1051)
5506:
1.103 moko 5507: 2016-04-09 moko
5508:
5509: * tests/results/320.processed: ordered hash now used for class
5510: methods and properties (test results updated for feature #1069)
5511:
5512: * src/types/pa_vstateless_class.h: ordered hash now used for class
5513: methods and properties (implements feature #1069)
5514:
5515: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5516: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5517: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5518: feature #1051)
5519:
5520: 2016-04-07 moko
5521:
5522: * src/main/execute.C: returned Value in .CLASS case for VJunction
5523: (related to feature #1051)
5524:
5525: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5526: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5527: string constants deduplication (related to feature #1051)
5528:
5529: * tests/results/224.processed: test result updated (related to
5530: feature #1051)
5531:
5532: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5533: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5534: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5535: types/pa_vstatus.h: classes hash now contains only
5536: VStateless_class derived objects, .CLASS is also allways
5537: VStateless_class derived object (related to feature #1051).
5538:
5539: 2016-04-06 moko
5540:
5541: * tests/results/323.processed: test result updated after feature
5542: #1051 implementation
5543:
5544: * src/: classes/classes.h, classes/op.C, classes/response.C,
5545: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5546: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5547: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5548: types/pa_vresponse.C, types/pa_vresponse.h,
5549: types/pa_vstateless_class.h: base -> methoded_donor for static
5550: classes, type() moved from VStateless_class to VClass and
5551: Methoded (implements feature #1051)
5552:
5553: 2016-04-04 moko
5554:
5555: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5556: beauty: put_class added (related to feature #1051)
5557:
5558: 2016-04-01 moko
5559:
5560: * tests/results/: 175.processed, 192.processed, 224.processed,
5561: 229.processed, 244.processed, 246.processed, 316.processed: test
5562: results updated as class.type() removed from error messages, only
5563: type() left (related to feature #1051)
5564:
5565: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5566: classes/op.C, classes/reflection.C, main/compile.y,
5567: main/compile_tools.h, main/execute.C, main/pa_request.C,
5568: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5569: types/pa_vmethod_frame.h, types/pa_vobject.h,
5570: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5571: from VStateless_class, type() is used instead (related to feature
5572: #1051)
5573:
5574: * src/classes/mail.C: old logic restored.
5575:
5576: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5577: classes/classes.h, classes/curl.C, classes/date.C,
5578: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5579: classes/hashfile.C, classes/image.C, classes/inet.C,
5580: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5581: classes/memcached.C, classes/memory.C, classes/reflection.C,
5582: classes/regex.C, classes/response.C, classes/string.C,
5583: classes/table.C, classes/xdoc.C, classes/xnode.C,
5584: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5585: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5586: feature #1051)
5587:
5588: 2016-03-30 moko
5589:
5590: * tests/: 327.html, results/224.processed, results/327.processed:
5591: test for TZ specification in ^date::create[], TZ is kept during
5592: ^date::create[$dt] (related to feature #1048)
5593:
5594: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5595: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5596: feature #1048)
5597:
5598: 2016-03-29 moko
5599:
5600: * tests/: 315.html, results/315.processed: test for timezone format
5601: +HHmm added (related to feature #1065)
5602:
5603: * src/classes/date.C: timezone format +HHmm now supported
5604: (implements feature #1065)
5605:
5606: 2016-03-28 moko
5607:
5608: * tests/: 202.html, results/131.processed, results/202.processed,
5609: results/224.processed, results/256.processed,
5610: results/315.processed: test results updated after %.2d now
5611: default for hours offset in iso-string (was %2d), test for
5612: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5613: added (related to feature #1065)
5614:
5615: 2016-03-27 moko
5616:
5617: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5618: feature #1065)
5619:
5620: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5621: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5622: added (implements feature #1065)
5623:
5624: 2016-03-24 moko
5625:
5626: * tests/: 202.html, results/202.processed: test $date.week added
5627: (related to bug #1067)
5628:
5629: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5630: date (fix for bug #1067)
5631:
5632: 2016-03-10 moko
5633:
5634: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5635:
1.102 moko 5636: 2015-12-07 moko
5637:
5638: * tests/: 326.html, results/326.processed: test for .CLASS &
5639: .CLASS_NAME optimization added (related to feature #844)
5640:
5641: 2015-11-17 moko
5642:
5643: * tests/: 323.html, results/323.processed: order added
5644:
5645: * tests/: 325.html, results/325.processed: double range test added
5646: (related to bug #1049)
5647:
5648: 2015-11-16 moko
5649:
5650: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5651: added to disallow NaN and Infinity (fixes bug #1049)
5652:
5653: 2015-11-11 moko
5654:
5655: * tests/324.html: parser 3.4.3 execution support added (related to
5656: feature #1017)
5657:
5658: * tests/: 324.html, results/324.processed: test for
5659: GET_ELEMENT4CALL feature added (feature #1017)
5660:
1.101 moko 5661: 2015-10-29 moko
5662:
1.211 moko 5663: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5664:
5665: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5666:
5667: * src/main/pa_exec.C: get_exit_status implemented for Windows
5668: (related to bug #1043)
5669:
5670: 2015-10-28 moko
5671:
5672: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5673: hangup during ^file::exec (fixes bug #1043)
5674:
1.100 moko 5675: 2015-10-27 moko
5676:
5677: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5678:
1.99 moko 5679: 2015-10-26 moko
5680:
1.100 moko 5681: * tests/322.html, src/classes/reflection.C: arguments reorder
5682: (related to issue #1041)
5683:
5684: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5685: Copyright year updated
5686:
1.99 moko 5687: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5688: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5689: classes/form.C, classes/hash.C, classes/hashfile.C,
5690: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5691: classes/mail.C, classes/math.C, classes/memcached.C,
5692: classes/memory.C, classes/op.C, classes/reflection.C,
5693: classes/regex.C, classes/response.C, classes/string.C,
5694: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5695: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5696: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5697: include/pa_config_fixed.h, include/pa_config_includes.h,
5698: include/pa_dictionary.h, include/pa_dir.h,
5699: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5700: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5701: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5702: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5703: include/pa_request_charsets.h, include/pa_request_info.h,
5704: include/pa_sapi.h, include/pa_socks.h,
5705: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5706: include/pa_stack.h, include/pa_string.h,
5707: include/pa_stylesheet_connection.h,
5708: include/pa_stylesheet_manager.h, include/pa_table.h,
5709: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5710: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5711: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5712: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5713: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5714: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5715: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5716: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5717: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5718: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5719: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5720: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5721: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5722: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5723: main/pa_string.C, main/pa_stylesheet_connection.C,
5724: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5725: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5726: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5727: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5728: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5729: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5730: targets/isapi/parser3isapi.C, types/pa_junction.h,
5731: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5732: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5733: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5734: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5735: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5736: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5737: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5738: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5739: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5740: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5741: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5742: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5743: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5744: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5745: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5746: types/pa_vresponse.C, types/pa_vresponse.h,
5747: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5748: types/pa_vstateless_object.h, types/pa_vstatus.C,
5749: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5750: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5751: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5752: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5753: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5754:
5755: * src/targets/cgi/parser3.C: year updated
5756:
5757: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5758: issue #1041)
5759:
5760: * tests/: 323.html, results/323.processed: test for base classes
5761: added
5762:
5763: * tests/: 261.html, results/261.processed: updated after better
5764: error reporting done for $string.key exception
5765:
5766: * src/types/pa_vstring.h: better error report for $string.key
5767: exception
5768:
5769: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5770: copied as VObject::get_element4call to remove extra virtual call
5771:
5772: * tests/: 322.html, results/322.processed: test for
5773: ^reflection:is[] added (related to feature #1041)
5774:
5775: * src/classes/reflection.C: ^reflection:is empty value is void
5776: (related to feature #1041)
5777:
5778: * src/classes/reflection.C:
5779: ^reflection:is[class_name|code|method;[context;]element_name]
5780: added (implements feature #1041)
5781:
5782: 2015-10-24 moko
5783:
5784: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5785:
1.98 moko 5786: 2015-10-22 moko
5787:
5788: * tests/: 321.html, results/321.processed: test for
5789: ^reflection:method_info[] file detection added
5790:
5791: * tests/: 320.html, results/320.processed: test for
5792: ^reflection:class_by_name[class_name] added (related to feature
5793: #993)
5794:
5795: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5796: added (implements feature #993)
5797:
5798: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5799: (related to feature #1017)
5800:
5801: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5802: added (related to issue #1039)
5803:
5804: * src/main/pa_request.C: ^throw origin fixed (related to feature
5805: #1039)
5806:
5807: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5808: for VDate
5809:
5810: * tests/results/182.processed: updated after feature #1038
5811: implemented
5812:
5813: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5814: compile-time exception origin added (test for feature #1039)
5815:
5816: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5817: main/pa_request.C: exception unification: compile-time exceptions
5818: now have origin, @USE origins also tracked (implements feature
5819: #1039)
5820:
5821: 2015-10-20 moko
5822:
5823: * src/main/pa_request.C: cleanup
5824:
5825: 2015-10-15 moko
5826:
5827: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5828:
5829: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5830: types/pa_vtable.C: new feature: no more $table.method and
5831: $hash.method, aliases for _at, _count, _key (related to feature
5832: #1017)
5833:
1.97 moko 5834: 2015-10-14 moko
5835:
1.98 moko 5836: * tests/: 317.html, results/317.processed: test for
5837: ^string.unescape[] added (related to feature #120)
5838:
1.97 moko 5839: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5840: defined" bug (described in issue #1036)
5841:
5842: * tests/: 247.html, results/247.processed: test for checkBOM added
5843: (test for bug #1037)
5844:
5845: * src/: include/pa_charsets.h, main/pa_charsets.C,
5846: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5847: it's not enforced, skips BOM signature if it complies charset
5848: (fixes bug #1037)
5849:
5850: 2015-10-13 moko
5851:
5852: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5853: linking
5854:
5855: * src/classes/inet.C: vs2003 compilation fix
5856:
5857: * src/classes/math.C: warning war
5858:
5859: * src/lib/punycode/pa_punycode.c: warning war
5860:
5861: 2015-10-12 moko
5862:
5863: * src/lib/punycode/pa_punycode.c: warning war
5864:
5865: * parser3.sln: moved parser3 first, to make it default startup
5866: project
5867:
5868: * buildall: parser "mirror" now used for external libs sources
5869: (implements feature #1036)
5870:
5871: * buildall: most external libs are updated to their current
5872: versions (related to feature #1036)
5873:
5874: * src/classes/image.C: more tags added
5875:
5876: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5877:
5878: 2015-10-11 moko
5879:
5880: * src/classes/curl.C: minor optimization (related to feature #1035)
5881:
5882: 2015-10-09 moko
5883:
5884: * src/classes/curl.C: pa_strdup added for strings from curl
5885: (related to feature #1035)
5886:
5887: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5888: ULLONG_MAX definition
5889:
5890: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5891: (implements feature #1035)
5892:
5893: * src/main/pa_charset.C: String::Body(String::C) used
5894:
5895: * src/main/pa_charset.C: exceptions unified
5896:
5897: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5898: unified
5899:
5900: * src/: classes/file.C, classes/image.C, classes/mail.C,
5901: classes/op.C, classes/xdoc.C, classes/xnode.C,
5902: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5903: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5904: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5905: String::Body(String::C) constructor added (related to bug #957)
5906:
5907: * src/classes/file.C: minor optimization
5908:
5909: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5910: Cord(char*) autocreation (related to bug #957)
5911:
5912: * src/: classes/string.C, main/untaint.C: minor optimizations
5913:
5914: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5915: String(char*, Lang, length) removed, String(C(), Lang) used
5916: instead (related to bug #957)
5917:
5918: 2015-10-08 moko
5919:
5920: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5921: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5922: main/untaint.C: Now char * is converted to CORD only using
5923: AS_CORD() to check for empty cord bug (fixes bug #957)
5924:
5925: * src/include/pa_hash.h: fixed compilation without
5926: HASH_CODE_CACHING
5927:
5928: * src/classes/string.C:
5929: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5930: feature #120)
5931:
5932: * src/main/pa_common.C: reduce js flags checks count (related to
5933: feature #120)
5934:
1.96 moko 5935: 2015-10-07 moko
5936:
5937: * tests/: 275.html, results/275.processed: test modified after
5938: unsigned long long int support implemented (feature #1034)
5939:
5940: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5941: pa_atoul added for unsigned long long int support
5942:
5943: 2015-10-06 moko
5944:
5945: * src/types/pa_vdate.C: INT_MAX used
5946:
5947: 2015-10-03 moko
5948:
5949: * tests/: 302.html, results/302.processed: test for bug #1023
5950: (\u2028, \u2029 escaping) added
5951:
5952: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5953: json:string[] (fixes bug #1023)
5954:
5955: 2015-09-29 moko
5956:
5957: * tests/305.html: try-catch added for OS without ipv6 support
5958:
5959: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5960: compilation
5961:
5962: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5963: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5964: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5965: implemented to distinguish ^hash.method from $hash.field
5966: (implements feature #1017)
5967:
5968: * src/lib/punycode/pa_punycode.c: warning war
5969:
5970: * src/include/pa_config_includes.h: warning war
5971:
5972: * src/include/pa_config_includes.h: pragma warning actualized a bit
5973:
5974: * src/include/pa_config_includes.h: warning war
5975:
5976: * src/include/pa_hash.h: clang compilation fix
5977:
5978: 2015-09-27 moko
5979:
5980: * src/main/compile.tab.C: Bison 3 is now default
5981:
5982: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5983:
5984: 2015-09-25 moko
5985:
5986: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5987: works with undefined HASH_ORDER (related to feature #196)
5988:
5989: 2015-09-24 moko
5990:
5991: * tests/: 027.html, results/027.processed: test modified to test
5992: ^hash.sort (feature #196)
5993:
5994: * src/: classes/hash.C, include/pa_hash.h:
5995: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5996: added (implements feature #196)
5997:
5998: * tests/: 316.html, results/316.processed: Added test for bug #1025
5999: (exception handling in non-cached ^cache), plus for "it does not
6000: have logical value" and "$exception.handled value must be either
6001: boolean or string 'cache'" exceptions.
6002:
6003: * src/classes/op.C: ^cache: exceptions now handled in non-cached
6004: code (fixes bug #1025)
6005:
1.95 moko 6006: 2015-09-23 moko
6007:
6008: * src/classes/table.C: warning war
6009:
6010: * src/: classes/math.C, types/pa_vcookie.C: warning war
6011:
6012: * src/classes/file.C: warning war
6013:
6014: * src/: include/pa_table.h, main/pa_table.C: warning war
6015:
6016: * src/: main/pa_request.C, classes/date.C: warning war
6017:
6018: * src/: types/pa_vdate.C, classes/op.C: warning war
6019:
6020: * tests/: 122.html, results/122.processed: win sync: to remove
6021: differences with OS that doesn't keep timezone change history
6022:
6023: * src/types/pa_vdate.C: tzset() should be called in Windows after
6024: TZ change (related to feature #36)
6025:
6026: * tests/: 075.html, results/075.processed: win sync: to remove
6027: differences with OS that doesn't keep timezone change history
6028:
6029: * tests/: 315.html, results/315.processed: win sync: to remove
6030: differences with OS that doesn't keep timezone change history
6031:
6032: * tests/: 256.html, results/256.processed: win sync: to remove
6033: differences with OS that doesn't keep timezone change history
6034:
6035: * tests/: 124.html, results/124.processed: win results sync: to
6036: avoid hitting time change hole.
6037:
6038: * src/types/pa_vdate.C: static returned. :)
6039:
6040: 2015-09-22 moko
6041:
6042: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6043:
6044: * tests/results/131.processed: more tests for feature #1032
6045:
6046: * src/classes/date.C: minor fix related to feature #1032
6047:
1.211 moko 6048: * operators.ru.txt, operators.txt: ISO date creation documented
6049: (related to feature #1032)
1.95 moko 6050:
1.211 moko 6051: * operators.ru.txt, operators.txt: iso-string documented (related
6052: to feature #1032)
1.95 moko 6053:
6054: * tests/: 315.html, results/315.processed: more tests added
6055: (related to feature #1032)
6056:
6057: * tests/: 131.html, results/131.processed: date range checks
6058: updated (related to feature #36)
6059:
6060: * tests/: 315.html, results/057.processed, results/315.processed:
6061: test added for ISO date support (related to issue #315)
6062:
6063: * src/classes/date.C: more readable exceptions in date creation
6064: (related to ticket #1032)
6065:
6066: 2015-09-18 moko
6067:
6068: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6069: added (related to issue #1032)
6070:
6071: * tests/results/256.processed, src/classes/json.C: iso-string
6072: documented (related to issue #1032)
6073:
6074: * tests/: 256.html, results/256.processed: ISO date check added
6075: (related to issue #1032)
6076:
6077: * tests/: 057.html, results/057.processed, results/224.processed:
6078: tests results updated after ISO date support implemented (related
6079: to feature #1032)
6080:
6081: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6082: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6083: ^date::create[string] constructor formalized, ^date.iso-string[]
6084: added (implements feature #1032)
6085:
6086: 2015-09-05 moko
6087:
1.211 moko 6088: * operators.ru.txt, operators.txt: actualized
1.95 moko 6089:
1.211 moko 6090: * operators.ru.txt, operators.txt: date changes documented (related
6091: to ticket #36)
1.95 moko 6092:
6093: 2015-09-04 moko
6094:
6095: * src/types/pa_vdate.C: warning war
6096:
6097: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6098:
6099: 2015-09-03 moko
6100:
6101: * tests/results/096.processed: test result updated for 0..9999 year
6102: date range support (related to feature #36)
6103:
6104: * tests/: 314.html, results/314.processed: test for
6105: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6106: bug #1031)
6107:
6108: * src/classes/string.C: Static calls fixed for ^string:base64[],
6109: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6110:
1.116 moko 6111: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6112: configure.in -> configure.ac
1.95 moko 6113:
1.116 moko 6114: * configure, configure.in, src/include/pa_config_auto.h.in: more
6115: correct timezone check for FreeBSD Warning war: configure.in ->
6116: configure.ac
1.95 moko 6117:
6118: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6119: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6120: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6121: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6122: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6123: src/main/Makefile.am, src/targets/apache/Makefile.am,
6124: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6125: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6126: check added
6127:
6128: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6129:
6130: * tests/results/: 124.processed, 224.processed: test resuls updated
6131: for new date implementation (related to feature #36)
6132:
6133: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6134: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6135: types/pa_vdate.h: new double date implementation with internal
6136: support for extended 0..9999 year range, default timezone support
6137: (related to feature #36)
6138:
6139: 2015-08-28 moko
6140:
6141: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6142: (fixes bug #1030)
6143:
6144: 2015-08-21 moko
6145:
6146: * src/classes/inet.C: snprintf size "bug" commented
6147:
6148: * src/main/pa_common.C: snprintf comments updated
6149:
6150: 2015-08-16 moko
6151:
6152: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6153:
6154: 2015-08-11 moko
6155:
6156: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6157: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6158: can be null (fixes bug #1029)
6159:
6160: 2015-08-06 moko
6161:
1.116 moko 6162: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6163: pa_vdate.C added
1.95 moko 6164:
6165: 2015-08-05 moko
6166:
6167: * tests/: 313.html, results/313.processed: test for
6168: ^table.count[columns] and ^table.flip[] with nameless tables
6169: (feature #1003)
6170:
6171: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6172: max_cell added, now ^table.count[columns] and ^table.flip[] works
6173: correctly for nameless tables (implements feature #1003)
6174:
6175: 2015-08-03 moko
6176:
6177: * tests/312.html: test for ^table.append[$hash] and
6178: ^table.insert[$hash] added (related to feature #1028)
6179:
6180: * src/classes/table.C: ^table.append[$hash] and
6181: ^table.insert[$hash] now supported (implements feature #1028)
6182:
6183: * tests/: 312.html, results/312.processed: test row copy in
6184: ^table.hash[; $.type[table] ] added (related to feature #1016)
6185:
6186: * src/classes/table.C: row copy now created in ^table.hash[;
6187: $.type[table] ] (related to feature #1016)
6188:
6189: 2015-07-29 moko
6190:
6191: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6192: added (related to feature #1016)
6193:
6194: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6195: ^table.delete[] added to delete current row (related to feature
6196: 1016)
6197:
6198: 2015-07-28 moko
6199:
6200: * tests/: 312.html, results/312.processed: test for
6201: $table.column[value] and ^table.insert{row} (related to feature
6202: #1016)
6203:
6204: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6205: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6206: ^table.insert{row} are now implemented (feature #1016)
6207:
6208: * src/include/pa_array.h: Optimization: bool reverse removed from
6209: append(), insert() added, memmove arguments order in remove()
6210: fixed (related to feature #1016)
6211:
6212: 2015-07-23 moko
6213:
6214: * src/classes/json.C: tainted json and empty json exception added
6215: (implements feature #1015)
6216:
6217: * tests/: 311.html, results/311.processed: empty json and tainted
6218: json exception test added (related to issue #1015)
6219:
6220: 2015-07-22 moko
6221:
6222: * tests/: 311.html, results/311.processed: test for UTF-8
6223: processing added
6224:
6225: * tests/: 311.html, results/311.processed: test for
6226: json_exception_with_source added (related to issue #394)
6227:
6228: * src/classes/json.C: json_exception_with_source added (implements
6229: feature #394)
6230:
6231: 2015-06-29 moko
6232:
6233: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6234: directories are now correctly determined if _d_type == DT_UNKNOWN
6235: (closes bug #1027)
6236:
6237: 2015-06-10 moko
6238:
6239: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6240: error if libxml has LIBXML_ICU_ENABLED.
6241:
6242: 2015-06-04 moko
6243:
6244: * tests/099.html: ups, reverting
6245:
6246: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6247: results/310.processed: tests for $response:body[ $.file[] ] and
6248: $response:last-modified added
6249:
6250: * src/main/pa_request.C: last-modified check fixed
6251:
6252: 2015-06-03 moko
6253:
6254: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6255: results/205.processed, results/293.processed: $response:headers
6256: logging added (tests for feature #1007)
6257:
6258: * src/: include/pa_common.h, include/pa_request.h,
6259: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6260: $response:headers are now in uppercase (closes feature #1007)
6261:
6262: 2015-06-02 moko
6263:
6264: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6265: build errors reverted for clang compatibility
6266:
6267: 2015-06-01 moko
6268:
6269: * src/include/pa_memory.h: -pedantic build errors fixed
6270:
6271: * src/classes/math.C: -pedantic build error fixed
6272:
6273: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6274:
6275: 2015-05-31 moko
6276:
6277: * src/classes/table.C: USE_STRINGSTREAM optimized
6278:
6279: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6280: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6281: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6282: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6283: types/pa_vxnode.h: warning war (-pedantic flag)
6284:
6285: 2015-05-28 moko
6286:
6287: * tests/: 308.html, results/308.processed: test for
6288: ^table::create[$t;], etc work added (related to bug #975)
6289:
6290: * src/classes/table.C: check_option_param removed,
6291: ^table::create[$t;], etc now works (fixes bug #975)
6292:
6293: 2015-05-27 moko
6294:
6295: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6296: (Debian jessie) fixed (closes issue #1024)
6297:
6298: * tests/Makefile: sort added as in Debian jessie list become
6299: unsorted
6300:
6301: 2015-05-18 moko
6302:
6303: * tests/: 201.html, results/201.processed: test for
6304: ^string.trim[what] feature #1022
6305:
6306: * src/classes/string.C: ^string.trim[what] now supported,
6307: implements feature #1022
6308:
6309: 2015-05-17 moko
6310:
6311: * tests/results/185.processed: test result updated as feature #1021
6312: implemented (left/right accept negative parameter)
6313:
6314: * src/classes/string.C: left/right now accept negative parameter
6315: (implements feature #1021)
6316:
6317: 2015-05-08 moko
6318:
6319: * src/classes/math.C: isalnum -> pa_isalnum
6320:
6321: * src/main/execute.C: optimization in getter-junction processing
6322: (related to issue #997)
6323:
6324: 2015-05-07 moko
6325:
6326: * tests/: 307.html, results/307.processed: test for issue #997
6327: added
6328:
6329: * src/main/execute.C: process_getter result now checked if junction
6330: returned (closes issue #997)
6331:
6332: * tests/: 305.html, results/305.processed: sort added to ignore
6333: different order
6334:
6335: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6336: assignment (closes issue #994)
6337:
6338: * tests/: 306.html, results/306.processed: test for issue #994
6339: added
6340:
6341: * tests/: 303.html, results/303.processed: two more errors tested
6342:
6343: 2015-05-06 moko
6344:
6345: * tests/: 305.html, results/305.processed: test for name2ip &
6346: ip2name added (related to feature #992)
6347:
6348: * tests/: 303.html, 304.html, results/303.processed,
6349: results/304.processed: tests for idna conversion added (related
6350: to issue #849)
6351:
6352: 2015-05-02 moko
6353:
6354: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6355: implemented
6356:
6357: 2015-04-30 moko
6358:
6359: * src/main/pa_http.C: idna_host added, related to issue #849
6360:
6361: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6362: (related to issue #849)
6363:
6364: 2015-04-24 moko
6365:
6366: * src/types/pa_vjunction.C: warning war
6367:
6368: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6369: unification
6370:
6371: * src/lib/punycode/pa_idna.c: warning war
6372:
6373: 2015-04-22 moko
6374:
6375: * src/main/main.vcproj: punycode include path added
6376:
6377: * src/lib/punycode/pa_idna.c: windows compile error fixed
6378:
6379: * src/lib/punycode/pa_idna.c: warning war
6380:
6381: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6382: project file added
6383:
6384: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6385:
6386: * src/include/pa_memory.h: warning war
6387:
6388: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6389: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6390: implemented (related to feature #849)
6391:
6392: * configure.in, src/main/Makefile.am,
6393: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6394: libpunycode added in Unix
6395:
6396: 2015-04-21 moko
6397:
6398: * configure.in: large files support
6399:
6400: 2015-04-15 moko
6401:
6402: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6403: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6404: pa_punycode.h: initial version for punycode/idna support library
6405: (ticket #849)
6406:
6407: 2015-04-08 moko
6408:
6409: * src/: classes/curl.C, classes/date.C, classes/file.C,
6410: classes/image.C, classes/mail.C, classes/reflection.C,
6411: classes/string.C, classes/xnode.C, include/pa_request.h,
6412: include/pa_string.h, include/pa_stylesheet_connection.h,
6413: main/compile.y, main/compile_tools.h, main/execute.C,
6414: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6415: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6416: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6417: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6418: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6419: clang compiler warnings (closes issue #1018)
6420:
6421: * src/include/pa_string.h: String::Body comparation operators with
6422: char * added (related to issue #958)
6423:
6424: 2015-04-07 moko
6425:
6426: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6427: pa_malloc/pa_free to remove system malloc/free usage (related to
6428: issue #1018)
6429:
6430: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6431: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6432: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6433: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6434: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6435: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6436: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6437: malloc/strdup/free replaced with pa_ version and checks for
6438: accidental use of non-pa_ version added (related to issue #1018)
6439:
6440: 2015-04-03 moko
6441:
6442: * buildall: pcre-8.33 -> pcre-8.36
6443:
6444: * src/: main/compile.y, classes/form.C, classes/mail.C,
6445: classes/op.C, classes/string.C, main/compile.tab.C,
6446: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6447: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6448: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6449: ticket #958)
6450:
6451: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6452: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6453: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6454: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6455: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6456: $request:headers, $request:method added (implements feature
6457: #1007)
6458:
6459: 2015-03-17 misha
6460:
6461: * tests/302.html: - test for
6462: ^json:string[...;$._default[method-name]]
6463:
6464: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6465: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6466: option $._default[method-name] is specified in ^json:string[], a
6467: method with specified name will be called for classes/objects
6468: serialization ( new feature: #982 )
6469:
6470: 2015-03-16 misha
6471:
6472: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6473: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6474: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6475: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6476: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6477: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6478: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6479: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6480: types/pa_vrequest.h, types/pa_vstateless_class.C,
6481: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6482: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6483: $var.CLASS_NAME now have special opcodes. This can be switched
6484: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6485: on pa_opcode.h ( new feature: #844 )
6486:
6487: 2015-03-15 misha
6488:
6489: * tests/075.html: - test for $response:header[]
6490:
6491: * src/types/pa_vresponse.C: - $response:header[] deletes header
6492: that was set earlie ( new feature: #1001 )
6493:
6494: 2015-03-12 misha
6495:
6496: * tests/246.html: - more tests for ^hash._at[]
6497:
6498: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6499: accepts second param [key|value|hash] ( new feature: #1012 )
6500:
6501: 2015-03-09 moko
6502:
6503: * src/types/pa_vmail.C: exception for everything but
6504: $mail:received, closes issue #1011
6505:
6506: 2015-02-20 moko
6507:
6508: * tests/: 275.html, results/275.processed: hex detection in
6509: pa_atoui fix test (closes issue #1010)
6510:
6511: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6512: issue #1010)
6513:
6514: 2015-02-17 moko
6515:
6516: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6517: tainted.
6518:
6519: 2015-02-03 misha
6520:
6521: * tests/301.html: - test for ^json:string($double) causes
6522: exception. bugfix: #1008
6523:
6524: * src/classes/json.C: - ^json:string($double) causes exception.
6525: bugfix: #1008
6526:
6527: * tests/014.html: - updated for work with ^hash.delete[]
6528:
6529: 2015-01-12 misha
6530:
6531: * src/: classes/form.C, include/pa_common.h,
6532: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6533: types/pa_vform.h: - supports body with PUT method as well ( new
6534: feature: #1006 )
6535:
6536: * src/classes/file.C: - warnings war
6537:
6538: 2015-01-11 misha
6539:
6540: * tests/300.html: - test for ^hash.delete[] is added
6541:
6542: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6543: feature: #989 ) - tiny optimization in intersects
6544:
6545: 2015-01-06 moko
6546:
6547: * src/types/pa_vmail.C: file names transcode added, to and cc added
6548: with transcode, attachments detection fixed
6549:
6550: * src/main/pa_request.C: filling mail received after cgi/auto.p
6551: load to allow charset switch (related to issue #996)
6552:
6553: 2014-12-31 moko
6554:
6555: * src/types/pa_vmail.C: from and subject now transcoded if not
6556: UTF-8 source charset (fixes issue 996)
6557:
6558: * src/main/pa_exception.C: fixed string from stack bug (closes
6559: issue #1000)
6560:
6561: 2014-12-11 misha
6562:
6563: * src/types/pa_vhashfile.C: - check if key is not empty before
6564: access ( bug fix: #1005 )
6565:
6566: 2014-11-13 misha
6567:
6568: * src/main/compile.y: - PC.append does not reset to false while
6569: creating a new class. bugfix: #990
6570:
6571: * tests/299.html: - test for creation class after working with
6572: partial class (create+append)
6573:
6574: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6575: #995
6576:
6577: * tests/232.html: - test for @get[def] added
6578:
6579: 2014-10-12 moko
6580:
6581: * src/lib/pcre/pcre_internal.vcproj: correct path
6582:
6583: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6584: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6585: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6586: targets/apache/ApacheModuleParser3.vcproj,
6587: targets/apache/ApacheModuleParser3Core.vcproj,
6588: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6589: types/types.vcproj: project GUID inserted in *.vcproj for correct
6590: conversion in newer VS versions
6591:
6592: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6593: pcre_internal.vcproj added
6594:
6595: 2014-08-28 moko
6596:
6597: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6598: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6599: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6600:
6601: 2014-06-30 misha
6602:
6603: * tests/298.html: - tests for ^reflection:def[class;className]
6604: added
6605:
6606: * src/classes/reflection.C: - ^reflection:def[class;className]
6607: added ( new feature: #918 )
6608:
6609: 2014-06-29 misha
6610:
6611: * src/classes/table.C: - ^table::create[unsupported data] -
6612: exception comment changed to "body must be table or code" ( bug
6613: fix: #951 )
6614:
6615: * tests/: 261.html, results/261.processed: - tests for
6616: ^json:string[...;$.void[null|string]] added
6617:
6618: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6619: option $.void[string|null] added to ^json:string[...] ( new
6620: feature: #952 )
6621:
6622: 2014-06-28 moko
6623:
6624: * src/classes/curl.C: $.charset now processed before other curl
6625: options (closes issue #980)
6626:
6627: 2014-05-23 misha
6628:
6629: * src/classes/json.C: - bug fix: #987
6630:
6631: 2014-05-04 misha
6632:
6633: * tests/: 253.html, 253_json.txt: - test for
6634: ^json:parse[$.int(false)] is added
6635:
6636: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6637: default true). The option is similar to $.double(bool) but for
6638: integers.
6639:
6640: 2014-05-01 moko
6641:
6642: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6643: #12 )
6644:
6645: 2014-04-16 moko
6646:
6647: * src/main/pa_http.C: response-charset option should finally work
6648: now (fix for issue #867)
6649:
6650: * src/main/pa_http.C: response-charset option should work now (fix
6651: for issue #867)
6652:
6653: 2014-03-07 moko
6654:
6655: * buildall: libgc moved
6656:
6657: * buildall: libgc moved
6658:
6659: 2013-12-29 moko
6660:
6661: * src/classes/string.C: ^string:js-unescape result now tainted,
6662: closes issue #966
6663:
6664: * tests/: 186.html, results/186.processed: ^string:js-unescape
6665: result now tainted, issue #966
6666:
6667: 2013-12-03 moko
6668:
6669: * src/: classes/memcached.C, types/pa_vmemcached.C,
6670: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6671: option was added for http://www.parser.ru/forum/?id=79343
6672:
6673: * src/classes/file.C: bugfix for
6674: http://www.parser.ru/forum/?id=79337
6675:
6676: 2013-11-05 moko
6677:
6678: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6679:
6680: * src/main/pa_globals.C: spelling fixed
6681:
6682: 2013-10-29 moko
6683:
6684: * src/lib/json/json.vcproj: json.c -> pa_json.C
6685:
6686: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6687: #892
6688:
6689: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6690: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6691: exceptions to be thrown thougth json library), related to issue
6692: #892
6693:
6694: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6695: related to issue #896
6696:
6697: 2013-10-24 moko
6698:
6699: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6700:
6701: 2013-10-23 moko
6702:
6703: * README: actualization
6704:
6705: 2013-10-22 moko
6706:
6707: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6708: compatibility patch from Sergey Kirpichev
6709:
6710: * tests/: 297.html, results/297.processed: non-working getter fix
6711: test for issue #948
6712:
6713: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6714: called when saving value of $match variable in ^string.match[] to
6715: increase compatibility (related to issue #948).
6716:
6717: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6718: usage optimization
6719:
6720: 2013-10-21 moko
6721:
6722: * tests/: 182.html, results/182.processed: local path removed for
6723: compatibility
6724:
6725: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6726: results/244.processed, results/253.processed,
6727: results/254.processed, results/275.processed,
6728: results/281.processed: try_catch -> try-catch
6729:
6730: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6731: results/294.processed, results/296.processed: try_catch ->
6732: try-catch
6733:
6734: 2013-10-20 moko
6735:
6736: * tests/: 296.html, results/296.processed: test for xsl exception
6737: for issue #938 added.
6738:
6739: * src/: include/pa_xml_exception.h,
6740: main/pa_stylesheet_connection.C: forgotten to be replaced
6741: XmlException is now replaced (once again closes issue #938)
6742:
6743: 2013-10-18 moko
6744:
6745: * buildall: disable clock_gettime detection to avoid librt linking
6746: (which in turn depends on libpthread), related to issue #943
6747:
6748: 2013-10-18 misha
6749:
6750: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6751: lib/smtp/smtp.vcproj, main/main.vcproj,
6752: targets/apache/ApacheModuleParser3Core.vcproj,
6753: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6754: types/types.vcproj: - new locations for libxml2 includes where
6755: added to vcproj files
6756:
6757: 2013-10-18 moko
6758:
6759: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6760: fix
6761:
6762: * tests/: 295.html, results/295.processed: test for issue #948
6763: updated
6764:
6765: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6766: :)
6767:
6768: * tests/: 295.html, results/295.processed: test for issue #948
6769: added
6770:
6771: * src/: classes/hash.C, classes/string.C, classes/table.C,
6772: include/pa_request.h, types/pa_method.h: for getters and setters
6773: to be executed request.put_element should be called, not
6774: context.put_element (fixes issue #948)
6775:
6776: 2013-10-17 moko
6777:
6778: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6779: LIBXML2_NEW_BUFFER check (closes issue #943)
6780:
6781: * buildall: libxml 2.9.1 build is broken --without-reader.
6782:
6783: 2013-10-16 moko
6784:
6785: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6786:
6787: * tests/: 294.html, results/294.processed: test for issue #938
6788:
6789: * src/: classes/xdoc.C, classes/xnode.C,
6790: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6791: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6792:
6793: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6794: libxslt-1.1.26 -> libxslt-1.1.28
6795:
6796: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6797: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6798: to '?', related to issue #938
6799:
6800: 2013-10-15 moko
6801:
6802: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6803: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6804: minor optimizations (closes issue #896)
6805:
6806: * tests/results/: 292.processed, 293.processed: results updated to
6807: comply with issue #896
6808:
6809: * tests/: 292.html, 293.html, results/292.processed,
6810: results/293.processed: tests for json escaping
6811:
6812: 2013-10-14 moko
6813:
6814: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6815: and cleanup, code moved from .h to .C, no changes in code
6816:
6817: 2013-10-12 moko
6818:
6819: * tests/results/119.processed: updated test result commited
6820:
6821: * tests/: 291.html, results/291.processed: test for issue #894
6822: added
6823:
6824: * src/types/pa_wcontext.h: base methods call support function
6825: get_somebody_entered_some_class should not be true forever, as
6826: wcontext can have many get_elements calls (fixes issue #894)
6827:
6828: 2013-10-11 moko
6829:
6830: * tests/: 290.html, results/290.processed: test for junction GPF
6831: issue #942 added
6832:
6833: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6834: to native method fixed (closes issue #942)
6835:
6836: * tests/: 158.html, results/158.processed: test for csv-string[]
6837: added
6838:
6839: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6840: feature #907)
6841:
6842: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6843: feature #907)
6844:
6845: 2013-10-09 moko
6846:
6847: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6848: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6849: types/pa_vstateless_class.C: GET_default, SET_default now works
6850: properly not only in objects, but in classes as well (closes
6851: issue #903)
6852:
6853: * tests/: 289.html, results/289.processed: GET/SET_default now
6854: works in classes, not only objects, test case added, related to
6855: issue #903
6856:
6857: * tests/: 288.html, results/288.processed: test for endless
6858: recursion bug added (related to issue #903)
6859:
6860: 2013-10-05 moko
6861:
6862: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6863: classes/table.C, main/execute.C, types/pa_method.h,
6864: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6865: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6866: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6867: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6868: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6869: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6870: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6871: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6872: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6873: optimization: put_element no longer has "bool areplace" argument,
6874: related to issue #903
6875:
6876: 2013-10-03 moko
6877:
6878: * tests/results/182.processed: result for $.replace(false) test
6879: commited
6880:
6881: * src/classes/date.C: ^date::create(number) processed correctly
6882: (fixes issue #901)
6883:
6884: * src/classes/image.C: as_no_junction removed, as param can be
6885: expression (closes issue #931)
6886:
6887: * tests/233.html: test for issue #931 added
6888:
6889: 2013-10-02 moko
6890:
6891: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6892: modified, test for $.replace(false) added
6893:
6894: * src/main/compile_tools.h: forgotten class replace returned. :)
6895:
6896: 2013-09-30 moko
6897:
6898: * tests/: 141.html, results/141.processed: md5 tainting test added
6899:
6900: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6901: main/compile_tools.h, main/pa_request.C: allow_class_replace
6902: implemented; $.replace option added to ^process and ^use
6903:
6904: 2013-08-27 moko
6905:
6906: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6907: cstr_to_string_body_untaint should be called with charsets for
6908: possible uri language and connection for possible sql language.
6909: related to issue #857
6910:
6911: * buildall: and -> or fixed
6912:
6913: 2013-08-26 moko
6914:
6915: * buildall: prepare_ functions logic changed to support
6916: gc-7.2d.tar.gz extracting to gc-7.2 directory
6917:
6918: 2013-08-23 moko
6919:
6920: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6921: statically
6922:
6923: 2013-08-22 moko
6924:
6925: * src/classes/string.C: String::Empty used (related to issue #912)
6926: append_know_length removed (related to old GPF bug)
6927:
6928: 2013-08-21 moko
6929:
6930: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6931:
6932: * src/classes/math.C: ^math:digest[...;$file] support added
6933: (related to ticket #857
6934:
6935: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6936: implemented
6937:
6938: * src/types/pa_vhashfile.h: warning war
6939:
6940: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6941: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6942: anti_endless_json_string_recoursion removed from request;
6943: json_string_recoursion added to json_options; $.indent[indent
6944: value] now supported and passed within recoursion closes feature
6945: #937
6946:
6947: * tests/: 287.html, results/287.processed: test for feature #937
6948:
6949: 2013-07-31 moko
6950:
6951: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6952: compilation having #define _S
6953:
6954: * src/main/pa_globals.C: cleanup
6955:
6956: 2013-07-30 moko
6957:
6958: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6959: main/pa_common.C: vs2003 warning war
6960:
6961: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6962:
6963: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6964:
6965: * src/lib/md5/pa_sha2.c: warning war
6966:
6967: 2013-07-29 moko
6968:
6969: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6970: patches from github
6971:
6972: * src/: classes/bool.C, classes/double.C, classes/int.C,
6973: classes/memcached.C, include/pa_config_includes.h,
6974: types/pa_vfile.C, types/pa_vfile.h: warning war
6975:
6976: * src/lib/json/json.vcproj: C++ -> C
6977:
6978: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6979:
6980: * src/lib/json/: json.c, pa_json.C: windows compatibility
6981:
6982: * src/lib/json/: json.c, pa_json.C: windows compatibility
6983:
6984: * src/lib/json/: json.c, pa_json.C: warning war
6985:
6986: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6987:
6988: * src/include/pa_config_fixed.h: uint16_t added
6989:
6990: * configure.in: uint16_t check added
6991:
6992: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6993: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6994: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6995: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6996: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6997:
6998: 2013-07-25 moko
6999:
7000: * parser3.sln: dependencies added
7001:
7002: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
7003: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
7004: module support
7005:
7006: * src/targets/apache/mod_parser3_core.C: win32 cleanup
7007:
7008: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
7009:
7010: 2013-07-23 moko
7011:
7012: * src/: include/pa_memory.h, main/pa_memory.C: non-working
7013: PA_DEBUG_GC_MEMORY removed
7014:
7015: * src/: main/pa_globals.C, targets/cgi/parser3.C:
7016: PA_DEBUG_DISABLE_GC compilation fix
7017:
7018: * src/: classes/op.C, classes/table.C, include/pa_request.h,
7019: main/pa_request.C: outdated RESOURCES_DEBUG removed
7020:
7021: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7022: garbage cleanup
7023:
7024: * src/main/pa_common.C: warning war
7025:
7026: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7027:
7028: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7029: minor cleanup
7030:
7031: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7032: uses cygwin, not WIN32 implementation
7033:
7034: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7035: able to exec shell scripts
7036:
7037: * src/classes/math.C: ifdef WIN32 cleanup
7038:
7039: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7040:
7041: * src/classes/curl.C: LT_MODULE_EXT used
7042:
7043: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7044:
7045: 2013-07-22 moko
7046:
7047: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7048: includes fix
7049:
7050: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7051:
7052: * configure.in, src/include/pa_config_includes.h,
7053: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7054: src/main/pa_exec.C: includes cleanup
7055:
7056: * src/targets/cgi/parser3.C: 2012->2013
7057:
7058: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7059:
7060: * configure.in, src/include/pa_config_includes.h,
7061: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7062: src/main/pa_random.C, src/main/pa_socks.C,
7063: src/types/pa_vstatus.C: cygwin support cleanup
7064:
7065: * configure.in: dirent.h check added
7066:
7067: * src/: include/pa_config_includes.h, include/pa_dir.h,
7068: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7069: not copied
7070:
7071: 2013-07-21 moko
7072:
7073: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7074:
7075: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7076: parser3.vcproj: unused getopt.h / getopt.c removed
7077:
1.211 moko 7078: * operators.ru.txt, operators.txt, src/classes/file.C,
7079: tests/022.html, tests/results/022.processed:
7080: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7081:
7082: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7083: src/main/pa_dir.C: ^file:list[] now has dir column and when
7084: $.stat(true) it has size/*date columns modified patch from misha@
7085: that closes issue #914.
7086:
7087: * src/: include/pa_config_includes.h, main/pa_globals.C:
7088: PA_RELEASE_ASSERTS removed
7089:
7090: * src/lib/md5/pa_md5c.c: minor cleanup
7091:
7092: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7093: localeconv()->decimal_point usage remoed (related to issue #934)
7094:
7095: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7096: cordprnt.c removed
7097:
7098: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7099: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7100: pa-include/pa_strings.h: includes cleanup
7101:
7102: * src/lib/md5/pa_md5c.c: headers cleanup
7103:
7104: 2013-07-20 moko
7105:
7106: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7107: cleanup
7108:
7109: 2013-07-19 moko
7110:
7111: * src/classes/math.C: extern "C" added for crypt
7112:
7113: 2013-07-18 moko
7114:
7115: * src/classes/math.C: fix redhat7.2 build
7116:
7117: 2013-07-17 moko
7118:
7119: * configure.in, src/include/pa_config_includes.h,
7120: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7121: added for uint8/32/64_t)
7122:
7123: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7124: pa_config_includes.h used for uint32/64_t
7125:
7126: 2013-07-16 moko
7127:
7128: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7129: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7130: war
7131:
7132: * src/main/compile.tab.C: compile.y was updated
7133:
7134: * src/main/compile.y: warning war
7135:
7136: * src/: include/pa_exception.h, main/pa_exception.C,
7137: main/pa_xml_exception.C: warning war
7138:
7139: * src/: include/pa_common.h, main/pa_common.C: warning war
7140:
7141: * configure.in: beauty :)
7142:
7143: * tests/: 141.html, results/141.processed: sha256/512 added
7144:
7145: 2013-07-13 moko
7146:
7147: * src/lib/md5/md5.vcproj: sha2 added
7148:
7149: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7150: classes/math.C: sha2 support (sha256/sha512 digest)
7151:
7152: 2013-07-08 moko
7153:
7154: * src/classes/image.C: directory read or other read problem message
7155: fixed (related to issue #933)
7156:
7157: 2013-07-07 moko
7158:
7159: * AUTHORS: + misha + moko. :)
7160:
7161: 2013-07-06 moko
7162:
7163: * src/: classes/curl.C, include/pa_globals.h,
7164: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7165: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7166: for lt_dlinit to be called once and lt_dlexit called at right
7167: place (related to issue #925)
7168:
7169: 2013-07-04 moko
7170:
7171: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7172: VString::as_vfile now uses vfile.set_binary_string to avoid
7173: content-type to be set, as it brokes badly designed logic in
7174: response output. This hopefully finishes issue #928.
7175:
7176: * tests/results/: 256.processed, 286.processed: file now displayed
7177: as name, size, mode, content-type
7178:
7179: * src/main/pa_common.C: read error now reported cottectly (fixes
7180: issue #933
7181:
7182: 2013-06-28 moko
7183:
7184: * tests/: 286.html, results/286.processed: test extended
7185:
7186: * tests/: 286.html, results/286.processed: Test for issue #928
7187: added. it tests default content-type change.
7188:
7189: * src/types/pa_vfile.C: closes issue #928 - default content-type
7190: now updated
7191:
7192: 2013-06-25 moko
7193:
7194: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7195: content-type for text/binary files without name added;
7196: ^file::create[$f;...] options now works properly and $f
7197: properties are default (fixes issue #928)
7198:
7199: 2013-05-16 misha
7200:
7201: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7202: added
7203:
7204: * src/main/pa_table.C: - a tiny memory optimisation while creating
7205: table if specified limit is bigger than source rows count
7206:
7207: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7208: added ( new feature: #858 )
7209:
7210: 2013-04-29 moko
7211:
7212: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7213: $.ipresolve(0|1|2) added (closes issue #891)
7214:
7215: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7216:
7217: 2013-04-24 moko
7218:
7219: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7220: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7221: types/pa_vmemcached.h: ^memcache.release[] added, calls
7222: memcached_quit (refs #893)
7223:
7224: 2013-04-22 moko
7225:
7226: * src/: include/pa_string.h, main/pa_common.C: no more double
7227: slashes in file path (fixes bug #872)
7228:
7229: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7230: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7231: #739)
7232:
7233: * tests/results/266.processed: $.max_params added (feature #915)
7234:
7235: * src/: include/pa_common.h, main/pa_http.C: response-charset
7236: option added to file::load (closes issue #867)
7237:
7238: 2013-04-20 misha
7239:
7240: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7241: commited
7242:
7243: 2013-03-15 misha
7244:
7245: * src/classes/: hash.C, table.C: - Optimisation: do not create
7246: multiple empty strings while ::sql. uae String::Empty instead
7247:
7248: 2013-03-14 misha
7249:
7250: * src/classes/reflection.C: - for user classes
7251: ^reflection:method_info[] returns $.max_params and $.extra_param
7252: with $.call_type if they available ( new feature: #915 )
7253:
7254: * src/classes/file.C: - ^file:delete[] now supports an option
7255: $.exception(false) that suppress any exception while deleting
7256: file ( new feature: #916 )
7257:
7258: * src/classes/curl.C: - parsing cookies after curl:load now should
7259: work :)
7260:
7261: 2013-03-12 misha
7262:
7263: * src/types/pa_vfile.C: - if specified file_name is empty string
7264: set default name for the file
7265:
7266: 2013-03-11 misha
7267:
7268: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7269: also available in $f.cookies
7270:
7271: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7272: moved to a separate method
7273:
7274: 2013-03-10 moko
7275:
7276: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7277: added
7278:
7279: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7280: removed (declared by autoconf)
7281:
7282: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7283: uint32_t define
7284:
7285: 2013-03-10 misha
7286:
7287: * src/classes/file.C: ^file:delete and ^file:move now support
7288: option $.keep-empty-dirs(true) ( new feature: #884 )
7289:
7290: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7291: empty dirs is added
7292:
7293: 2013-03-10 moko
7294:
7295: * src/classes/: bool.C, double.C, int.C: default can be present,
7296: but default check removed from ^int/double/bool.int/double/bool
7297: for string.int/double/bool compatibility (related to issue #913)
7298:
7299: * src/classes/string.C: ^string.int/dobule/bool no longer
7300: internally throws exception if default is present (closes issue
7301: #913)
7302:
7303: 2013-03-09 misha
7304:
7305: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7306: optimisations ( #845 )
7307:
7308: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7309:
7310: 2013-03-08 moko
7311:
7312: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7313: creates correct table (fixes issue #910)
7314:
7315: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7316: use outside of 'connect' operator (fixes issue #911)
7317:
7318: * tests/results/: 096.processed, 122.processed: test results
7319: updated as doubles now printed with 15 significant digits, not 5
7320: (fixes issue #882)
7321:
7322: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7323: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7324:
7325: 2013-02-21 moko
7326:
7327: * src/classes/table.C: _locate_name_value does not check arguments
7328: count, so we check it in advance (fixes issue #905)
7329:
7330: 2012-10-23 moko
7331:
7332: * buildall: old shell for and echo compatibility (for six)
7333:
7334: 2012-10-19 moko
7335:
7336: * buildall: --strip added --disable-safe-mode listed in usage
7337:
7338: 2012-10-17 misha
7339:
7340: * src/classes/op.C: - apply-taint should not throw "outside
7341: connect" exception with sql lang now
7342:
7343: 2012-10-17 moko
7344:
7345: * src/main/pa_request.C: bugfix: safe mode should be inited for
7346: each request (for apache module)
7347:
7348: 2012-09-26 moko
7349:
7350: * src/doc/doxygen.cfg: png -> svg
7351:
7352: 2012-09-25 moko
7353:
7354: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7355: test added
7356:
7357: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7358: double use when key is long
7359:
7360: 2012-09-16 moko
7361:
7362: * src/classes/math.C: Format -> Method Encode -> Format
7363:
7364: * tests/: 141.html, results/141.processed: math:digest hmac test
7365: added
7366:
7367: 2012-09-14 moko
7368:
7369: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7370: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7371: implementation added
7372:
7373: 2012-09-12 moko
7374:
7375: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7376: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7377: targets.dox and string.dox slightly actualized
7378:
7379: 2012-08-31 moko
7380:
7381: * ChangeLog: now generated with patched cvs2cl.pl
7382:
7383: 2012-07-29 moko
7384:
7385: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7386: result should be pushed after VMethodFrame destructor is called,
7387: as it deletes junctions from stack params (fixes issue #868)
7388:
7389: 2012-07-23 moko
7390:
7391: * INSTALL, README: buildall script usage documented, other outdated
7392: info updated.
7393:
7394: * buildall-with-xml, buildall-without-xml: replaced by buildall
7395:
7396: 2012-07-21 moko
7397:
7398: * buildall: glib does not compile when threads are disabled...
7399:
7400: * src/types/pa_vmail.C: g_assertion fixes for empty input
7401:
7402: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7403: unref, can't unref nested objects)
7404:
7405: * src/types/pa_vmail.C: another check added
7406:
7407: 2012-07-19 moko
7408:
7409: * buildall: usage added
7410:
7411: * buildall: new buildall script that unites buildall-with-xml,
7412: buildall-without-xml, --with-apache and --with-mailreceive
7413:
7414: * configure.in: support for static gmime and dynamic glib linking.
7415: fixes for FreeBSD
7416:
7417: 2012-07-17 moko
7418:
7419: * configure.in: --with-mailreceive replaced
7420: --with-static-mailreceive and --with-shared-mailreceive pathlink
7421: removed
7422:
7423: 2012-07-16 moko
7424:
7425: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7426: capitalized, content now decoded and text content converted to
7427: $request:charset. all properties are accessed by functions, this
7428: ready for dynamic load.
7429:
7430: 2012-06-28 moko
7431:
1.116 moko 7432: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7433: 32 bit
1.95 moko 7434:
7435: 2012-06-27 moko
7436:
7437: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7438: passive ftp
7439:
7440: * src/lib/ltdl/ltdl.vcproj: release build fixed
7441:
7442: * configure.in: 3.4.2 RC -> 3.4.2
7443:
7444: 2012-06-22 moko
7445:
7446: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7447: #815)
7448:
7449: * tests/: 284.html, results/284.processed: output options test
7450: (feature #265)
7451:
7452: 2012-06-22 misha
7453:
7454: * tests/215.html: - little changes
7455:
7456: 2012-06-21 moko
7457:
7458: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7459: types/pa_vxdoc.h: output_options returned and used (bugfix for
7460: feature #265)
7461:
7462: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7463: breaks long .*, default 10M restored. (issue #216)
7464:
7465: * tests/: 283.html, results/283.processed: test for issue #815
7466: added
7467:
7468: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7469: again, cstrm not required.
7470:
7471: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7472: Win32 and broken FreeBSD (issue #45)
7473:
7474: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7475:
7476: * src/main/pa_string.C: warnings war
7477:
7478: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7479: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7480: main/pa_socks.C, targets/apache/pa_threads.C,
7481: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7482: types/pa_vstatus.C: compilation under cygwin fixed
7483:
7484: 2012-06-19 moko
7485:
7486: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7487: Windows fixed
7488:
7489: * parser3.sln: removed antique pcre_ctype
7490:
7491: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7492:
7493: * src/include/pa_config_fixed.h: undefined reference to
7494: __imp__pcre_* fix for Windows
7495:
7496: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7497: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7498: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7499: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7500: define fixed
1.95 moko 7501:
7502: 2012-06-18 moko
7503:
7504: * src/classes/memcached.C: flush -> clear
7505:
7506: * src/classes/memcached.C: memcached does not support quotes even
7507: in server name
7508:
7509: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7510: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7511: called on open to check servers existance. $.key(true) syntax
7512: now supported
7513:
7514: 2012-06-17 moko
7515:
7516: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7517: cleanup
7518:
7519: * src/classes/table.C, tests/282.cfg, tests/282.html,
7520: tests/results/282.processed: encloser at the EOF bug fixed,
7521: incorrectly enclosed data now processed more logicaly (fixes
7522: #339)
7523:
7524: 2012-06-15 moko
7525:
7526: * buildall-without-xml: sync with buildall-with-xml
7527:
7528: * buildall-with-xml: download auto-detected between fetch and curl
7529:
7530: * configure.in: --with-gc and --with-pcre now also processed
7531: correctly
7532:
1.116 moko 7533: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7534: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7535: should be run on rol1 using automake / aclocal (GNU automake)
7536: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7537:
7538: * configure.in: new PARSER_VERSION logic
7539:
7540: * src/include/pa_version.h: new pa_version.h logic
7541:
7542: * src/: classes/curl.C, classes/file.C, classes/image.C,
7543: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7544: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7545: feols_normalized -> fis_text_content set_binary added
7546:
7547: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7548:
7549: 2012-06-15 misha
7550:
7551: * src/: classes/curl.C, classes/file.C, classes/image.C,
7552: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7553: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7554: ^file::create[text;content] EOLs in content now is normalized. (
7555: new feature: #815 )
7556:
7557: 2012-06-15 moko
7558:
7559: * configure.in: --disable-version-update added to disable version
7560: update with host information (for debian package) whitespace
7561: optimized
7562:
7563: * configure.in: version changed to 3.4.2 RC no-pic added for
7564: libtool
7565:
7566: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7567: it.
7568:
7569: 2012-06-14 moko
7570:
7571: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7572: tests/results/281.processed: "hash flocked" error removed for
7573: safe operations like ^h._count[] ( new feature: #335 )
7574:
1.116 moko 7575: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7576:
7577: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7578:
7579: * configure.in: --with-static/shared xml replaced with --with-xml,
7580: xml compilation check added
7581:
7582: * configure.in: --with-static/shared-gc, --with-static-pcre are
7583: replaced with --with-gc and --with-pcre test for pcre linking
7584: added
7585:
7586: 2012-06-13 moko
7587:
7588: * configure.in: apxs2 check optimized
7589:
7590: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7591: .la, includes optimized
7592:
7593: * buildall-with-xml: --with-pic looks better for -fPIC
7594:
7595: * configure.in: switched to convenience library in static linking
7596:
7597: * src/targets/apache/Makefile.am: switched to convenience library
7598: usage to avoid libtool warnings
7599:
7600: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7601: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7602: smtp/Makefile.am: switched to convenience library usage
7603:
7604: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7605:
7606: * src/targets/apache/Makefile.am: updated for libtool usage
7607:
7608: * buildall-without-xml: --with-included-ltdl added
7609:
7610: * buildall-without-xml: sync with buildall-with-xml
7611:
7612: * buildall-with-xml: --with-included-ltdl added $cflags added for
7613: -fPIC for x64 $download added for wget success check added
7614:
7615: * buildall-without-xml: --with-dynamic-stdcpp removed
7616:
7617: * configure.in: disable-static returned
7618:
7619: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7620: LIBTOOLFLAGS
7621:
7622: 2012-06-12 moko
7623:
7624: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7625: compatible with LIBTOOLFLAGS for unknown reasons
7626:
7627: * buildall-with-xml: --with-dynamic-stdcpp removed
7628:
7629: * configure.in: static/dynamic -lstdc++ linking option removed
7630: apxs2 check added
7631:
7632: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7633: option removed
7634:
7635: 2012-06-10 moko
7636:
7637: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7638: added
7639:
7640: * src/targets/cgi/pp3.cmd: old PAF stuff
7641:
1.116 moko 7642: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7643: beauty
1.95 moko 7644:
7645: * depcomp: from libtool 2.4.2
7646:
7647: * configure.in: ltdl directory removed, it has correct Makefile.in
7648:
7649: 2012-06-09 moko
7650:
1.116 moko 7651: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7652: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7653: autogenerated files updated after libtool update
7654:
1.116 moko 7655: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7656: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7657: config_auto.h.in, config_fixed.h, configure, configure.ac,
7658: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7659: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7660: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7661: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7662: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7663: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7664: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7665: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7666: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7667: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7668:
7669: * configure.in: preparation for new libtool
7670:
7671: * configure.in: Some beauty added :)
7672:
7673: * src/targets/apache/Makefile.am: := -> =
7674:
7675: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7676: again. :)
7677:
7678: * src/include/pa_config_includes.h, configure.in: limits.h added,
7679: previously was taken from pcre_internal.h. :)
7680:
7681: * src/lib/pcre/Makefile.am: config.h returned
7682:
7683: * src/lib/pcre/config.h: still need this. :)
7684:
7685: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7686:
7687: * configure.in: --with-charsets removed; --with-mysql-client & co
7688: removed
7689:
7690: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7691: now in parser tree, no need to copy
7692:
7693: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7694: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7695: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7696: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7697: extracts now used old trash removed
7698:
7699: * etc/parser3.charsets/Makefile.am: charsets now in share
7700: (debian/patches/104_automake.patch) + all charsets are copied
7701:
7702: * buildall-with-xml, buildall-without-xml: curl option removed +
7703: extra arguments now supported
7704:
7705: 2012-06-08 misha
7706:
7707: * src/classes/table.C: - one params.as_hash usage was rolled back:
7708: the 2nd option in ^table.hash[] could be hash or table so
7709: .as_hash will throw an exception when table option is specified
7710:
7711: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7712: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7713: classes/table.C, classes/void.C, classes/xdoc.C,
7714: include/pa_exception.h, types/pa_vmethod_frame.C,
7715: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7716: and improved (whitespaces are allowed as empty options) -
7717: MethodParams::as_table is added - above methods are used for
7718: parsing methods' options ( new feature: #9 )
7719:
7720: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7721: to vclass. now class fields can be accessible as a hash:
7722: $h[^hash::create[$asd:CLASS]]
7723:
7724: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7725: have get_fields method so their fields can be accessed with
7726: ^reflection:fields[...] & ^reflection:field[...]
7727:
7728: 2012-06-06 misha
7729:
7730: * tests/280.html: - tests for
7731: ^reflection:method[obj-or-class;method],
7732: ^reflection:field[obj-or-class;field] and
7733: ^reflection:fields[obj-or-class] are added
7734:
7735: 2012-06-05 misha
7736:
7737: * src/classes/reflection.C: - ^reflection:method[class or
7738: object;method name] and ^reflection:field[class or object;field
7739: name] are added
7740:
7741: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7742: is used
7743:
7744: * src/types/pa_method.h: - Method::as_vjunction method is added
7745:
7746: 2012-06-05 moko
7747:
1.116 moko 7748: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7749:
7750: * src/classes/memcached.C: flish ttl fixed
7751:
7752: 2012-06-04 moko
7753:
7754: * src/classes/json.C, src/classes/op.C, tests/279.html,
7755: tests/results/279.processed: ^json:parse[] now supports $.taint
7756: option (new feature #833)
7757:
7758: 2012-06-04 misha
7759:
7760: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7761: - search_stop method was moved from pa_vcookie.C to pa_common.C
7762:
7763: 2012-06-03 misha
7764:
7765: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7766: cookies are parced and stored into $.cookies ( new feature: #31 )
7767:
7768: 2012-05-30 misha
7769:
7770: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7771: incomplete class into a scope while @USE is found
7772:
7773: * src/main/compile.y: - add incomplete class into a scope while
7774: @USE and @CLASS instructions are found ( bugfix: #838 )
7775:
7776: 2012-05-30 moko
7777:
7778: * src/types/pa_vclass.C, tests/278.html,
7779: tests/results/278.processed: removed "property has no getter
7780: method" exception when GET_DEFAULT present (fixes #269)
7781:
7782: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7783: $._default
7784:
7785: 2012-05-29 moko
7786:
7787: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7788: uninitialized values usage (new feature: #154)
7789:
7790: 2012-05-28 moko
7791:
7792: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7793: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7794: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7795: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7796: src/types/pa_vobject.C, src/types/pa_vobject.h,
7797: src/types/pa_vstring.h, src/types/pa_vtable.C,
7798: tests/results/277.processed, src/types/pa_vtable.h,
7799: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7800: ^json:string[$o; $.default[$method]] implemented for VObject (new
7801: feature #803)
7802:
7803: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7804: tests/results/277.processed: json numbers are now treated as
7805: double ( new feature: #834 )
7806:
7807: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7808: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7809: added for out of range checks, zero division in vint/vdouble
7810: check added ( fixes #832 )
7811:
7812: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7813: ( fixes #832 )
7814:
7815: 2012-05-28 misha
7816:
7817: * buildall-with-xml: - --without-lzma option is added to libxml2
7818: configure
7819:
7820: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7821: added - tests for unsupported values for options $.file, $.table
7822: and $.date are added
7823:
7824: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7825: accepts "stat" $.file[] option's value in addition to existed
7826: "text" and "base64" ( new feature: #835 )
7827:
7828: * tests/276.html: - test for
7829: ^reflection:delete[$object-or-class;field-name]
7830:
7831: * src/classes/reflection.C: -
7832: ^reflection:delete[$object-or-class;field-name] is added ( new
7833: feature: #268 )
7834:
7835: 2012-05-27 misha
7836:
7837: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7838:
7839: 2012-05-24 misha
7840:
7841: * src/include/pa_common.h: - method lastposafter was removed
7842:
7843: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7844: lastposafter - ^file:dirname[] & Co proper handle windows file
7845: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7846: work as *nix commands
7847:
7848: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7849:
7850: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7851: rskipchars were added
7852:
7853: * tests/270.html: - more tests for ^file:find[]
7854:
7855: * tests/065.html: - more tests for ^file:dirname[] & Co
7856:
7857: * src/include/pa_version.h: - must be "win32" here. it is
7858: auto-generated on *nix
7859:
7860: 2012-05-24 moko
7861:
7862: * src/classes/math.C: ^math:convert[] now supports uint32 and
7863: throws overflow exception ( new feature: #830 )
7864:
7865: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7866: uint32 support and overflow added ( new feature: #830 )
7867:
7868: 2012-05-23 moko
7869:
7870: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7871: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7872: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7873: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7874: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7875: types/pa_vregex.h, types/pa_vstateless_class.C,
7876: types/pa_vstateless_class.h, types/pa_vstring.h,
7877: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7878: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7879: "return string as-is" removed from as_expr_result. ( new feature:
7880: #831 )
7881:
7882: * tests/results/244.processed: test changed after bug #782 fix
7883: commited
7884:
7885: * tests/results/229.processed: test results for bug #782 commited
7886:
7887: * tests/: 254.html, results/254.processed: uid now just compared,
7888: not printed. :)
7889:
7890: 2012-05-20 moko
7891:
7892: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7893: feature: #341 )
7894:
7895: * tests/: 254.html, results/254.processed: test for
7896: ^reflection:uid[] added
7897:
7898: * tests/: 254.html, results/254.processed: test for
7899: ^reflection:uid[$obj] added
7900:
7901: 2012-05-17 misha
7902:
7903: * src/main/untaint.C: - do not replace ' char by _26 while
7904: exploding filespec-tainting ( new feature: #829 )
7905:
7906: 2012-05-12 moko
7907:
7908: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7909: not.
7910:
7911: 2012-05-08 moko
7912:
7913: * src/types/pa_vmethod_frame.h: bug #782 fixed
7914:
7915: * tests/229.html: test for bug #782
7916:
7917: * tests/results/259.processed, src/main/pa_request.C,
7918: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7919: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7920: src/types/pa_vvoid.h: feature #154 - first empty param now
7921: string; defined locals are empty strings; $STRICT-VARS(true)
7922: added
7923:
7924: 2012-04-27 moko
7925:
1.116 moko 7926: * src/targets/apache/Makefile.am:
1.95 moko 7927: ../../lib/memcached/libmemcached.a added
7928:
7929: 2012-04-27 misha
7930:
7931: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7932: ( #827 )
7933:
7934: 2012-04-25 moko
7935:
7936: * src/: classes/json.C, classes/memcached.C,
7937: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7938: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7939: implemented.
7940:
7941: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7942:
7943: 2012-04-23 moko
7944:
7945: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7946: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7947: types/pa_vmemcached.h: open allows options hash for new
7948: memcached(options) function
7949:
7950: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7951: not appended
7952:
7953: 2012-04-21 moko
7954:
7955: * src/classes/curl.C: '' added. :)
7956:
7957: * src/classes/classes.vcproj: new curl.h location
7958:
7959: * src/classes/curl.C: verbose output redirection from stderr to
7960: file curl option added
7961:
7962: 2012-04-20 moko
7963:
7964: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7965: contains what we need from curl, #ifdef HAVE_CURL removed
7966:
1.116 moko 7967: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7968: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7969: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7970: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7971: configure option
7972:
7973: 2012-04-19 moko
7974:
7975: * src/: classes/double.C, classes/inet.C, classes/int.C,
7976: classes/string.C, lib/gc/include/gc_allocator.h,
7977: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7978: options from sql_result_string removed. (closes issue #468)
7979:
7980: * src/types/pa_vmemcached.C: empty string fix
7981:
7982: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7983: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7984: pa_vmemcached.C
7985:
7986: 2012-04-18 moko
7987:
7988: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7989: apache2-mpm-prefork" error displayed in threaded mpm.
7990:
7991: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7992: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7993: installed (issue #354)
7994:
7995: 2012-04-16 moko
7996:
7997: * src/types/pa_vmemcached.C: call to memcached_result_create and
7998: memcached_result_free removed
7999:
8000: 2012-04-14 moko
8001:
8002: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
8003:
8004: * src/types/pa_vmemcached.C: check_key added and used
8005:
8006: 2012-04-13 moko
8007:
8008: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
8009: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
8010: Serialization_data now added and used, VString now serialized
8011: with languages into memcached.
8012:
8013: 2012-03-28 moko
8014:
8015: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
8016: lib/memcached/pa_memcached.h: result lengths added
8017:
8018: 2012-03-27 moko
8019:
8020: * src/types/pa_vmemcached.C: strdup added
8021:
8022: 2012-03-24 moko
8023:
8024: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8025: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8026: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8027:
8028: 2012-03-20 moko
8029:
1.116 moko 8030: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8031:
8032: * src/targets/cgi/Makefile.am: cleanup
8033:
8034: * src/: types/Makefile.am, types/pa_vmemcached.C,
8035: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8036:
8037: * src/: classes/Makefile.am, classes/memcached.C,
8038: lib/memcached/Makefile.am, lib/memcached/constants.h,
8039: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8040: lib/memcached/types.h, lib/Makefile.am: memcached initial
8041:
8042: 2012-03-16 moko
8043:
8044: * src/main/execute.C: ident now works under Linux + ident displays
8045: filenames (closes issue #818)
8046:
1.116 moko 8047: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8048: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8049: pa_vmethod_frame_local.h removed
8050:
8051: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8052: classes/classes.h, classes/curl.C, classes/date.C,
8053: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8054: classes/hashfile.C, classes/image.C, classes/inet.C,
8055: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8056: classes/memory.C, classes/op.C, classes/reflection.C,
8057: classes/regex.C, classes/response.C, classes/string.C,
8058: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8059: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8060: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8061: include/pa_config_fixed.h, include/pa_config_includes.h,
8062: include/pa_dictionary.h, include/pa_dir.h,
8063: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8064: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8065: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8066: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8067: include/pa_request_charsets.h, include/pa_request_info.h,
8068: include/pa_sapi.h, include/pa_socks.h,
8069: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8070: include/pa_stack.h, include/pa_string.h,
8071: include/pa_stylesheet_connection.h,
8072: include/pa_stylesheet_manager.h, include/pa_table.h,
8073: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8074: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8075: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8076: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8077: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8078: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8079: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8080: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8081: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8082: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8083: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8084: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8085: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8086: main/pa_string.C, main/pa_stylesheet_connection.C,
8087: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8088: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8089: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8090: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8091: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8092: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8093: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8094: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8095: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8096: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8097: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8098: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8099: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8100: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8101: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8102: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8103: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8104: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8105: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8106: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8107: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8108: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8109: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8110: types/pa_vresponse.h, types/pa_vstateless_class.C,
8111: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8112: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8113: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8114: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8115: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8116: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8117: ident now works under Linux + ident displays filenames (closes
8118: issue #818) Copyright updated
8119:
8120: 2012-03-13 moko
8121:
8122: * src/main/pa_string.C: compilation fix for feature #741
8123:
8124: 2012-03-09 misha
8125:
8126: * tests/193.html: - tests for ^string:base64[encoded] are updated
8127:
8128: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8129: now detects invalid base64 chars in the middle of encoded stricg
8130: ( new feature: #55 )
8131:
8132: * src/include/pa_exception.h: - new exception type for base64
8133: decoding is added
8134:
8135: 2012-03-06 misha
8136:
8137: * tests/274.html: - tests for ^date::today[] and
8138: ^date.sql-string[datetime|date|time] are added
8139:
8140: * src/classes/date.C: - constructor ^date::today[] is added ( new
8141: feature: #811 ) - ^date.sql-string[] now can accept one param --
8142: strings "datetime", "date" or "time" - comments tidying up
8143:
8144: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8145: date and time
8146:
8147: 2012-03-03 misha
8148:
8149: * tests/193.html: - tests for
8150: ^string:base64[encoded;$.strict(true)] are added
8151:
8152: * tests/results/auto.p: - try-catch operator is added
8153:
8154: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8155: main/pa_common.C: - $.strict(true|false) option is added to
8156: base64 decode methods ( new feature: #55 )
8157:
8158: * src/main/pa_common.C: - base64 decode memory usage was decreased
8159: ( new feature: #819 )
8160:
8161: 2012-02-28 moko
8162:
8163: * src/classes/hash.C: ident test
8164:
8165: 2012-02-27 misha
8166:
8167: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8168:
8169: 2012-01-08 misha
8170:
8171: * tests/273.html: - tests for ^string.replace[from;to] are added
8172:
8173: * src/: classes/string.C, include/pa_dictionary.h,
8174: main/pa_dictionary.C, main/pa_string.C: -
8175: ^string.replace[from;to] is added ( new feature: #741 ) -
8176: ^string.replace[one subst here] is slightly optimized
8177:
8178: 2011-12-07 misha
8179:
8180: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8181: named table with one empty column ( bugfix: #63 )
8182:
8183: 2011-11-30 misha
8184:
8185: * src/classes/json.C: - it's possible to set user's method for
8186: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8187: #763 )
8188:
8189: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8190:
8191: 2011-11-23 misha
8192:
8193: * src/: classes/curl.C, classes/file.C, classes/image.C,
8194: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8195: types/pa_vfile.h, types/pa_vform.C: - constructor
8196: ^file::create[mode;filename;content[;options]] now accepts binary
8197: mode and file-content - new constructor's format:
8198: ^file::create[string-or-file-content[;$.name[filename]
8199: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8200: feature: #65 )
8201:
8202: * src/: include/pa_request.h, main/pa_request.C: - new method
8203: mime_type_of(const String*) is added
8204:
8205: * src/include/pa_exception.h: - new exception constant
8206: FILE_NAME_MUST_BE_SPECIFIED is added
8207:
8208: * src/classes/table.C: - bug with negative offset transformed into
8209: a feature. it means pointing to a row from the end of the table (
8210: new feature: #810 )
8211:
8212: 2011-11-19 misha
8213:
8214: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8215: â ìåòîäå _select ( new feature: #810 )
8216:
8217: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8218: options were specified together is simplified
8219:
8220: 2011-11-12 misha
8221:
8222: * src/main/pa_request.C: - forgotten fix for escaping filename in
8223: HTTP content-disposition header (a part of bug #361 )
8224:
8225: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8226: checks for ancestors' classes as well ( new feature: #456 )
8227:
8228: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8229: "without cycle" now have types "parser.break" and
8230: "parser.continue" instead of "parser.runtime" ( new feature: #799
8231: )
8232:
8233: 2011-11-11 misha
8234:
8235: * tests/results/: 099.processed, 100.processed, 205.processed,
8236: 237.processed: - since bug #361 was fixed the content of filename
8237: in HTTP headers is quoted
8238:
8239: * tests/results/270.processed: - result for test 270
8240:
8241: * tests/: 065.html, results/065.processed: - more tests for
8242: ^file:basename[] & Co were added
8243:
8244: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8245:
8246: * tests/270.html: - tests for ^file:find[] are added
8247:
8248: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8249: using option $.charset. option $.engoding is still supported but
8250: these options can not be specified together
8251:
8252: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8253: comparation charset name with string "UTF-8" ( bugfix: #759 )
8254:
8255: 2011-10-11 misha
8256:
8257: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8258: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8259: #622)
8260:
8261: 2011-09-30 misha
8262:
8263: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8264: exception "saving stat-ed file" ( bugfix: #395 )
8265:
8266: 2011-05-30 misha
8267:
8268: * src/classes/string.C: - fixed bug which was added with
8269: params.as_hash into string:sql
8270:
8271: 2011-05-29 misha
8272:
8273: * src/types/pa_value.C: - filename in content-disposition header
8274: must be quoted ( bugfix: #361 )
8275:
8276: 2011-05-27 misha
8277:
8278: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8279: created file
8280:
8281: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8282: usage
8283:
8284: * src/include/pa_exception.h: - one more string for exception was
8285: added
8286:
8287: 2011-05-25 misha
8288:
8289: * tests/269.html: - tests for checking input params in some dom
8290: methods
8291:
8292: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8293: was added. it isn't possible not wo create xdoc with invalid
8294: tagName. ( bugfix: #160 )
8295:
8296: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8297: string "data must be string" was mover from pa_exception.h to
8298: pa_xml_exception.h
8299:
8300: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8301: as_xmlncname, as_xmlname and as_xmlnsuri were added
8302:
8303: * src/main/pa_xml_exception.C: - XmlException accepts more options
8304:
8305: * src/include/pa_xml_exception.h: - XmlException accepts more
8306: options - XML-related exception's strings were added
8307:
8308: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8309: output_options were removed)
8310:
8311: 2011-05-19 misha
8312:
8313: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8314: params.as_hash is used more while parsing methods hash-options
8315:
8316: 2011-05-18 misha
8317:
1.211 moko 8318: * operators.ru.txt, operators.txt: - info about json-serialization
8319: of xdoc was added
1.95 moko 8320:
8321: * tests/256.html: - tests for json-serialization xdoc were added
8322:
8323: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8324:
8325: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8326: classes/json.C, classes/xdoc.C: - now json:string can serialize
8327: xdoc-objects. options (the same as ^xdoc.string[]) could be
8328: specified in $.xdoc[] ( new feature: #265 )
8329:
8330: 2011-05-15 misha
8331:
8332: * tests/268.html: - tests for ^table.count[with options] were added
8333:
8334: * src/classes/table.C: - method ^table.count[] now can accept
8335: options ( new feature: #93 ): ^table.count[column] returns number
8336: of columns for named table; ^table.count[cells] returns number of
8337: cells in the current row; ^table.count[] & ^table.count[rows]
8338: return number of rows in a table.
8339:
8340: * tests/267.html: - test for checking switch/case in boolean mode
8341: was added
8342:
8343: * src/classes/op.C: - if switch's or case's value is bool, they are
8344: compared as bool values, not as double values: new feature: #351
8345:
8346: 2011-05-06 misha
8347:
8348: * tests/242.html: - EOL before EOF was added
8349:
8350: * tests/169.html: - tests for splitting empty string and void were
8351: added
8352:
8353: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8354: returned table with one empty cell)
8355:
8356: 2011-04-03 misha
8357:
8358: * src/include/pa_version.h, configure.in: - version in head was
8359: changed to 3.4.2b
8360:
8361: 2011-03-30 misha
8362:
8363: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8364: as well ( new feature #294 )
8365:
8366: 2011-03-29 misha
8367:
8368: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8369: limited to approx. 6 MB. previous limits were too big for real
8370: life. bugfix: #216
8371:
8372: 2011-03-04 moko
8373:
8374: * etc/parser3.charsets/cp866.cfg: Conforms to
8375: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8376:
8377: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8378: vlalek@
8379:
8380: 2011-02-22 misha
8381:
1.211 moko 8382: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8383: methods mustn't be under #ifdef XML or parser can't be compiled
8384: without xml support
1.95 moko 8385:
8386: 2011-02-21 misha
8387:
1.116 moko 8388: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8389: ApacheModuleParser3.vcproj was removed
8390:
8391: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8392: removed)
8393:
8394: 2011-02-20 misha
8395:
8396: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8397: $.overridden in ^reflection:method_info[...] were added
8398:
8399: * src/classes/reflection.C: - beautifying result of
8400: ^reflection:method_info[] ($.overridden/inherited)
8401:
8402: 2011-02-18 misha
8403:
8404: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8405: and pa_isalnum instead of isalpha and isalnum - bug with
8406: redundand quoting lowercased latin chars while building email
8407: body was fixed
8408:
8409: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8410: added (they check for latin chars only)
8411:
8412: 2011-02-16 misha
8413:
8414: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8415: string size for transcoding gave too small value (should ever
8416: look for availability char in dest charset inspite of the char
8417: size)
8418:
8419: 2011-02-04 moko
8420:
8421: * tests/223.html: header values now not url-encoded (issue #195)
8422:
8423: 2011-02-01 misha
8424:
8425: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8426:
8427: 2011-01-31 misha
8428:
8429: * src/main/pa_request.C: - throw exception if param file_name in
8430: use_file is empty
8431:
8432: 2011-01-08 moko
8433:
8434: * src/classes/curl.C: compilations errors fixed
8435:
8436: 2010-12-29 moko
8437:
8438: * tests/: 265.html, results/265.processed: test for issue #200
8439: added
8440:
8441: * src/main/pa_string.C: empty regex result check added (fixes issue
8442: #200)
8443:
8444: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8445:
8446: * tests/results/223.processed: header values now not url-encoded
8447: (issue #195)
8448:
8449: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8450: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8451: pa_http_safe_header_name added for headers names (fixes bug #195)
8452:
8453: 2010-12-18 misha
8454:
8455: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8456: => pa-include
8457:
8458: 2010-11-28 moko
8459:
8460: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8461:
8462: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8463: -> pa
8464:
8465: * configure.in: apr -> pa
8466:
8467: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8468:
8469: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8470: classes/Makefile.am, types/Makefile.am: apr -> pa
8471:
8472: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8473: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8474: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8475: pa-include/pa_apr.h, pa-include/pa_errno.h,
8476: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8477: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8478: module apr name conflict resolved)
8479:
8480: 2010-11-27 misha
8481:
8482: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8483: libbz2
8484:
8485: 2010-11-26 misha
8486:
8487: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8488: warnings removed
8489:
8490: 2010-11-25 moko
8491:
1.211 moko 8492: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8493:
1.211 moko 8494: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8495:
1.211 moko 8496: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8497:
8498: * buildall-with-xml: libxml2-2.7.8 + with-apache
8499:
8500: 2010-11-24 moko
8501:
1.116 moko 8502: * configure: apxs support
1.95 moko 8503:
8504: * configure.in: apxs support -Bstatic gc removed for OS X
8505:
8506: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8507:
8508: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8509: THREAD_LOCAL usage
8510:
8511: * src/: classes/curl.C, include/pa_config_includes.h,
8512: main/pa_globals.C: THREAD_LOCAL defined and used
8513:
8514: 2010-11-23 moko
8515:
8516: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8517: should be passed to pa_sleep, and only fractional part (bugfix:
8518: #188)
8519:
8520: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8521:
8522: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8523: GC_dont_gc=1, as in cgi version
8524:
8525: * src/targets/apache/mod_parser3.c: warning war
8526:
8527: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8528: pa_httpd.h: version removed, some trash removed
8529:
8530: * src/targets/apache/mod_parser3.c: version removed (we don't want
8531: to show it), warning war
8532:
8533: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8534: pa_httpd.h: parser_status_allowed removed + merge config
8535: functions removed (override is the default) + beauty
8536:
8537: * src/: include/pa_request.h, main/pa_request.C,
8538: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8539: hide $status used in apache module removed
8540:
8541: 2010-11-18 moko
8542:
1.211 moko 8543: * operators.ru.txt, operators.txt: $.table[compact] added for
8544: ^json:string[]
1.95 moko 8545:
8546: 2010-11-16 moko
8547:
8548: * src/targets/apache/mod_parser3.c: some cleanup done
8549:
8550: * src/main/untaint.C: bugfix: first, second String::Body argument
8551: is hashcode; second, info.fragment_begin is original, not
8552: resulting length
8553:
8554: * src/classes/file.C: new feature: $.stdin now untainted
8555:
8556: * tests/results/264.processed: new feature: $.stdin[] now untainted
8557:
8558: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8559:
8560: * src/classes/op.C: ^apply-taint[] method added
8561:
8562: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8563: added; $.stdin untaint test added
8564:
8565: 2010-11-15 moko
8566:
8567: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8568: removed
8569:
8570: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8571: pa_httpd.h: 2x2 calculated under apache2. :)
8572:
8573: 2010-11-13 moko
8574:
8575: * src/targets/apache/mod_parser3.c: initial changes to build module
8576: with apache 2.x includes
8577:
8578: * src/targets/apache/: Makefile.am, mod_parser3.c,
8579: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8580: united apache 1.3 / apache 2.x DSO module
8581:
8582: 2010-11-09 moko
8583:
8584: * src/types/pa_method.h: check added to dissallow @method[name;*]
8585: syntax
8586:
8587: * tests/: 263.html, results/263.processed: test from method[*args]
8588: added
8589:
8590: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8591: number of params can now be passed to a method declared with *arg
8592:
8593: 2010-11-06 moko
8594:
8595: * src/classes/table.C: formating fixed. :)
8596:
8597: * src/classes/table.C: closes #4: ^table.select now supports
8598: $.limit(), $.offset, $.reverse() options
8599:
8600: * tests/: 262.html, results/262.processed: test for ^table:select
8601: with options added (feature #4)
8602:
8603: * src/include/pa_array.h: remove function added
8604:
8605: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8606: object in get_element/put_element, using static one.
8607:
8608: 2010-11-04 moko
8609:
8610: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8611: options is passed
8612:
8613: * tests/: 256.html, results/256.processed: $.table[compact] feature
8614: now tested; k and p in handler now tested.
8615:
8616: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8617: $.table[compact] feature added
8618:
8619: * src/classes/json.C: key is now passed to handler in
8620: value_json_string; ^json:string result now process tainting
8621: inside and returns clean string, related to issue #153
8622:
8623: * src/main/untaint.C: bugfix: charset can be null (in
8624: ^string:save[] as example), thus check is added
8625:
8626: 2010-10-31 moko
8627:
8628: * src/classes/string.C: error message changed (fixes issue #149)
8629:
8630: 2010-10-29 moko
8631:
8632: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8633: port is not default (fixes issue #155); exception on invalid port
8634: added.
8635:
8636: * src/main/untaint.C: '*' is now not urlencoded to allow header
8637: "Accept: */*" to be passed
8638:
8639: 2010-10-28 moko
8640:
8641: * src/classes/curl.C: bugfix: detect_charset() was throwing
8642: exception on unknown charset even if response_charset was
8643: specified
8644:
8645: 2010-10-27 moko
8646:
8647: * src/classes/string.C: ^string.append removed for void
8648: compatibility
8649:
8650: 2010-10-26 moko
8651:
8652: * src/classes/json.C: libjson supports array at top level, we too
8653: (GPF fixed)
8654:
8655: 2010-10-25 moko
8656:
8657: * tests/: 253.html, results/253.processed: libjson supports array
8658: at top level, parser now supports it as well.
8659:
8660: * tests/261.html, tests/results/261.processed,
8661: src/types/pa_vstring.h: empty string is now void compatible
8662: (allows $empty.key)
8663:
8664: 2010-10-22 misha
8665:
8666: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8667: while adding additional expires checkout)
8668:
8669: * tests/030.html: - test for session cookie was added
8670:
8671: 2010-10-21 moko
8672:
8673: * src/: classes/string.C, classes/void.C, main/execute.C,
8674: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8675: string (feature #111)
8676:
8677: * tests/: 261.html, results/261.processed: checks void from string
8678: inheritance (feature #111)
8679:
8680: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8681: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8682: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8683: now true by default
8684:
8685: 2010-10-17 moko
8686:
8687: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8688: upload now uses binary blocks instead of L_FILE_POST tainting.
8689: (bugfix: #128)
8690:
8691: * tests/: 223.html, results/223.processed: binary file upload test
8692: added, GPF (issue #128) also checked in this test
8693:
8694: 2010-10-13 misha
8695:
8696: * tests/260.html: - test for math:convert
8697:
8698: * src/classes/math.C: - error in math:convert was fixed
8699:
1.211 moko 8700: * operators.ru.txt, operators.txt: - info about
1.95 moko 8701: ^math:convert[number](from-base;to-base) was added
8702:
8703: * src/classes/math.C: - method
8704: ^math:convert[number](from-base;to-base) for converting number
8705: represention from one base to another was added ( new feature:
8706: #23 )
8707:
8708: 2010-10-13 moko
8709:
8710: * src/main/compile.tab.C: [] now is empty string, not void
8711:
8712: * src/main/compile.y: [] now is empty string, not void
8713:
8714: * src/types/pa_vvoid.h: void now passed as parameter
8715:
8716: * tests/: 259.html, results/259.processed: to test difference
8717: between void and empty string (see ticket #111)
8718:
8719: * tests/results/152.processed: $sEmpty[] is now empty string, not
8720: void
8721:
8722: * tests/256.html: $s[$void] is no longer empty string
8723:
8724: * tests/254.html: empty string is no longer void
8725:
8726: 2010-10-12 misha
8727:
8728: * src/types/pa_vcookie.C: - check if $.expires value can be
8729: converted to date during cookies set up ( bugfix: #104 )
8730:
8731: * tests/041.html: - more tests for ^table.locate were added
8732:
8733: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8734: work ( bugfix: #129 ) - exception comment for incorrect options
8735: ^table.locate[field;value;options] was fixed
8736:
8737: 2010-10-10 moko
8738:
8739: * src/: classes/reflection.C, main/execute.C: constructor returning
8740: another object feature returned
8741:
8742: * tests/results/258.processed: test result updated as constructor
8743: returning another object feature returned
8744:
8745: * tests/: 258.html, results/258.processed: test for constructor
8746: returning another object
8747:
8748: 2010-10-08 misha
8749:
8750: * tests/257.html: - whitespaces after @METACOMMANDS and their
8751: options shouldn't cause exceptions any longer
8752:
8753: 2010-10-06 moko
8754:
8755: * src/classes/: hash.C, table.C: length from sql server is now
8756: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8757:
8758: 2010-10-02 misha
8759:
1.211 moko 8760: * operators.ru.txt, operators.txt: - the X mark was removed from
8761: ^cache[file]. it is usable to delete cache file.
1.95 moko 8762:
8763: 2010-10-02 moko
8764:
8765: * tests/: 253.html, results/253.processed: hook_key added for key
8766: checking
8767:
8768: * src/classes/json.C: null key bug fixed
8769:
8770: 2010-09-29 misha
8771:
8772: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8773:
8774: 2010-09-25 moko
8775:
8776: * src/classes/json.C: small fixed
8777:
8778: * tests/results/: 253.processed, 255.processed: just updated
8779:
8780: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8781: results/255.processed: charset transcode test added for
8782: json:parse
8783:
8784: 2010-09-24 moko
8785:
8786: * src/types/pa_value.h: warning war :)
8787:
8788: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8789: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8790: ^json:string
8791:
8792: 2010-09-22 moko
8793:
8794: * src/main/pa_charset.C: parser charset tables declare only
8795: white-space before 0x20, thus adding the missing chars
8796:
8797: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8798: to http://unicode.org/Public/MAPPINGS/VENDORS/
8799:
8800: 2010-09-21 misha
8801:
8802: * src/main/compile.y: - some semicolons were added (VS2010 don't
8803: want to compile grammar if they are absent)
8804:
8805: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8806:
8807: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8808:
8809: * src/main/main.vcproj: - path to bison is changed
8810:
8811: 2010-09-21 moko
8812:
1.116 moko 8813: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8814: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8815: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8816:
8817: 2010-09-20 misha
8818:
8819: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8820:
8821: * src/classes/json.C: - add EOL while json-serializing hash
8822:
8823: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8824: compilers don't like 'ES'.
8825:
8826: 2010-09-17 misha
8827:
1.211 moko 8828: * operators.ru.txt, operators.txt: - info about json class was
8829: added
1.95 moko 8830:
8831: * src/classes/json.C: - ^json:string[object]
8832:
8833: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8834: preventing infinite recursion while executing json:string was
8835: added
8836:
8837: * src/include/pa_string.h: - method append_quoted was added
8838:
8839: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8840: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8841: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8842: was added to Value & Co
8843:
8844: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8845: were used
8846:
8847: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8848: were added
8849:
8850: 2010-09-10 moko
8851:
8852: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8853: die_or_abort (backport from 3.4.1)
8854:
8855: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8856: die_or_abort (bugfix: #106)
8857:
8858: 2010-09-09 moko
8859:
8860: * src/classes/json.C: warning war. :)
8861:
8862: 2010-09-08 misha
8863:
8864: * src/lib/json/Makefile.am: - additional include directories were
8865: added (for pa_memory.h and gc.h)
8866:
8867: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8868: compile as C++ instead default - additional include directory was
8869: added (for gc.h)
8870:
8871: * src/types/pa_vform.C: - little code reformating
8872:
8873: * src/classes/file.C: - $.content-type option now can be specified
8874: in ^file::create ( new feature: #102 )
8875:
8876: 2010-09-08 moko
8877:
8878: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8879: pa_malloc/pa_free
8880:
8881: 2010-09-07 moko
8882:
8883: * tests/results/254.processed: VStateless_class:put_element
8884: exception was fixed
8885:
8886: * src/types/: pa_value.h, pa_vstateless_class.h: now
8887: VStateless_class:put_element barks self.type, not this.type
8888: (bugfix: #105)
8889:
8890: 2010-09-06 moko
8891:
8892: * src/classes/reflection.C: bugfix: new String() is required for
8893: exception handling
8894:
8895: * tests/: 254.html, results/254.processed: test modified
8896:
8897: 2010-09-05 moko
8898:
8899: * tests/: 254.html, results/254.processed: ^reflection:copy test
8900: added
8901:
8902: * src/: classes/reflection.C, include/pa_request.h:
8903: ^reflection:copy implemented (new feature: #100)
8904:
8905: 2010-09-03 moko
8906:
8907: * src/lib/json/JSON_parser.C: c++ compatiblity
8908:
8909: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8910: option testing added
8911:
8912: 2010-09-02 moko
8913:
8914: * src/classes/json.C: $.distinct[first|last|all] added
8915:
8916: 2010-09-01 moko
8917:
8918: * tests/results/253.processed: json test result
8919:
8920: * tests/: 253.html, 253_json.txt: json test added
8921:
8922: * src/classes/json.C: json.C update to actual version + hash key
8923: creation bugfix
8924:
8925: 2010-08-31 misha
8926:
8927: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8928: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8929: src/lib/Makefile.am, src/classes/Makefile.am,
8930: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8931: json library was added
8932:
8933: 2010-08-30 moko
8934:
8935: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8936: types/pa_vobject.C: cosmetic optimization in
8937: request:execute_method usage
8938:
8939: * src/: include/pa_charset.h, main/pa_charset.C: small
8940: optimization, just to decrease number of lines. :)
8941:
8942: 2010-08-27 misha
8943:
8944: * src/classes/op.C: - taint[json] was added
8945:
8946: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8947: were added
8948:
8949: * src/main/pa_exec.C: - warning fix was rolled back.
8950:
8951: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8952: include/pa_string.h: - taint[json] was added - escaping was
8953: slightly modified
8954:
8955: 2010-08-25 misha
8956:
8957: * src/classes/file.C: - typo in file:sql exception was fixed
8958:
8959: * src/main/pa_exec.C: - warning about declared and not used
8960: variable forced_allow was removed
8961:
8962: 2010-08-14 misha
8963:
8964: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8965: were removed
8966:
8967: 2010-08-11 moko
8968:
8969: * tests/: 249.html, results/249.processed: default setter and
8970: anti-recursive default getter test added
8971:
8972: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8973: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8974: types/pa_vobject.h, types/pa_vstateless_class.C,
8975: types/pa_vstateless_class.h: default setter support +
8976: anti-recursive default getter support ( new feature: #13 )
8977:
8978: * src/include/pa_hash.h: optimization: threshold member removed
8979: from hash, reducing sizeof(hash)
8980:
8981: 2010-08-10 misha
8982:
8983: * tests/196.html: - junction-method was added to the test
8984:
8985: * tests/248.html: - ups. typo :)
8986:
8987: * tests/248.html: - test for checking .match with 4 params
8988:
8989: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8990: 247_windows1251.txt: - test for "transcode file from utf-8 to
8991: $request:charset during loading if the BOM code is detected"
8992:
8993: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8994: $request:charset during loading if the BOM code is detected ( new
8995: feature: #98 )
8996:
8997: 2010-08-05 misha
8998:
8999: * src/classes/image.C: - ^image.replace now can accept only 2
9000: params. in this case the whole image is affected ( new feature:
9001: #95 )
9002:
9003: 2010-08-04 misha
9004:
9005: * tests/246.html: - test tor ^hash._at[] was added
9006:
9007: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
9008: #53 )
9009:
9010: * src/include/pa_hash.h: - methods for accessing the first and the
9011: last values of ordered hash were added (first_value and
9012: last_value)
9013:
9014: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
9015: (similar to others file's methods):
9016: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
9017: #68 )
9018:
9019: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
9020:
9021: 2010-08-01 moko
9022:
9023: * src/classes/op.C: to correctly process $result[] in code, called
9024: from ^process
9025:
9026: * tests/245.html: $result in ^process[] test added
9027:
9028: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9029: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9030: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9031: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9032: caller, self) op_call(VMethodFrame &frame, bool constructing)
9033: removed, construct(class,method) added
9034:
9035: * tests/results/: 192.processed, 244.processed: request::construct
9036: added
9037:
9038: * tests/: 244.html, 245.html, results/244.processed,
9039: results/245.processed: object creation exceptions and ^process
9040: tests added
9041:
9042: 2010-07-28 misha
9043:
9044: * tests/make_tests.cmd: - win32 EOLs
9045:
9046: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9047: tests on Win32 were added (The system timezone should be GMT+3)
9048:
9049: 2010-07-26 misha
9050:
9051: * tests/: 212.html, results/212.processed: - sizes were removed
9052: mecause they could be different on different OSs
9053:
9054: * tests/065.html: - make it "win32 friendly"
9055:
9056: 2010-07-25 misha
9057:
9058: * src/main/compile.y: - all EOLs between methods are removed during
9059: compilation ( new feature: #47 )
9060:
9061: * tests/results/149.processed: - prepare tests to trim trailing
9062: methods' EOLs
9063:
9064: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9065:
9066: * tests/: results/006.processed, results/014.processed, 006.html,
9067: 014.html, 022.html: - prepare tests to trim trailing methods'
9068: EOLs
9069:
9070: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9071: results/071.processed, results/022.processed: - prepare tests to
9072: trim trailing methods' EOLs
9073:
9074: * tests/: results/073.processed, results/109.processed,
9075: results/142.processed, results/144.processed,
9076: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9077: 144.html: - prepare tests to trim trailing methods' EOLs
9078:
9079: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9080: 149.html, 152.html, results/096.processed, results/107.processed,
9081: results/109.processed, results/142.processed,
9082: results/144.processed: - prepare tests to trim trailing methods'
9083: EOLs
9084:
9085: 2010-07-24 moko
9086:
9087: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9088: the hash order in this test
9089:
9090: * tests/014.html: to check hash order, hash no is longer sorted
9091: before print
9092:
9093: * src/include/pa_hash.h: hash copy constructor now keeps order
9094: (bugfix: #54)
9095:
9096: 2010-07-23 moko
9097:
9098: * tests/results/224.processed: @auto[] is no longer inherited
9099:
9100: * src/types/pa_vstateless_class.C, tests/227.html,
9101: tests/results/227.processed: @auto[] is no longer inherited
9102: (bugfix: #57)
9103:
9104: 2010-07-22 misha
9105:
9106: * src/classes/table.C: - don't skip comment lines during
9107: table::load if encloser or separator is set as '#' ( new feature:
9108: #30 )
9109:
9110: * src/targets/cgi/parser3.C: - don't run as cgi if
9111: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9112: #12 )
9113:
9114: * src/classes/file.C: - set PARSER_VARSION env before external
9115: script executing
9116:
9117: 2010-07-13 misha
9118:
9119: * tests/058.html: - test for suppressing @border was added - test
9120: for user attribute was added
9121:
9122: * tests/results/186.processed: unescaping from \uXXXX
9123:
9124: * tests/186.html: unescaping from \uXXXX
9125:
9126: * tests/: 239.html, results/239.processed: method call type
9127:
9128: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9129: $junction_method.CLASS_NAME (+CLASS)
9130:
9131: 2010-07-07 misha
9132:
9133: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9134: *nix
9135:
9136: 2010-07-05 misha
9137:
9138: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9139: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9140: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9141: comment strings "options must be hash", "options must be hash,
9142: not code" and "called with invalid option" were replaced by
9143: constatns - exception comment string "invalid option passed" was
9144: replaced by "called with invalid option" (now in different
9145: methods are the same exception comment string)
9146:
9147: * src/include/pa_exception.h: - more exception strings were defined
9148:
9149: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9150: types/pa_vstateless_class.h: - now we can define possible
9151: method's call type ( new feature: #5 ) 1.
9152: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9153: methods 2. @static:method[params] (only static keyword could be
9154: used here) -- for specified methods
9155:
9156: * src/main/pa_common.C: - junction points should not be deleted on
9157: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9158: cleanup
9159:
9160: 2010-07-03 misha
9161:
9162: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9163: results/158.processed, results/160.processed,
9164: results/161.processed, results/162.processed,
9165: results/163.processed: - prepare tests to trim trailing methods'
9166: EOLs
9167:
9168: * tests/results/169.processed: - prepare tests to trim trailing
9169: methods' EOLs
9170:
9171: * tests/results/: 168.processed, 169.processed: - prepare tests to
9172: trim trailing methods' EOLs
9173:
9174: * tests/: results/170.processed, results/167.processed,
9175: results/168.processed, results/169.processed, 167.html, 168.html,
9176: 169.html: - prepare tests to trim trailing methods' EOLs
9177:
9178: * tests/: results/170.processed, results/171.processed,
9179: results/172.processed, results/173.processed,
9180: results/174.processed, results/175.processed, 170.html, 171.html,
9181: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9182: trailing methods' EOLs
9183:
9184: * tests/: results/176.processed, results/180.processed,
9185: results/184.processed, results/185.processed,
9186: results/191.processed, results/192.processed,
9187: results/196.processed, results/197.processed,
9188: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9189: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9190: to trim trailing methods' EOLs
9191:
9192: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9193: results/199.processed, results/208.processed,
9194: results/209.processed, results/213.processed,
9195: results/214.processed: - prepare tests to trim trailing methods'
9196: EOLs
9197:
9198: 2010-06-29 misha
9199:
9200: * tests/: 220.html, 218.html, results/218.processed,
9201: results/215.processed, results/217.processed, 215.html, 217.html:
9202: - prepare tests to trim trailing methods' EOLs
9203:
9204: * tests/: results/224.processed, 224.html, 223.html,
9205: results/223.processed, results/220.processed: - prepare tests to
9206: trim trailing methods' EOLs
9207:
9208: * tests/results/: 226.processed, 230.processed: - prepare tests to
9209: trim trailing methods' EOLs
9210:
9211: * tests/: 229.html, results/229.processed: - prepare tests to trim
9212: trailing methods' EOLs
9213:
9214: * tests/: 232.html, 235.html, results/232.processed,
9215: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9216: results/226.processed, results/227.processed,
9217: results/228.processed, results/230.processed: - prepare tests to
9218: trim trailing methods' EOLs
9219:
9220: 2010-06-16 moko
9221:
9222: * tests/: 229.html, results/229.processed: elseif now supported in
9223: ^if
9224:
9225: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9226:
9227: 2010-06-03 misha
9228:
9229: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9230: instead of memcopy for overlaped regions
9231:
9232: 2010-05-25 misha
9233:
9234: * src/main/pa_common.C: - wanring about unused vars was removed
9235:
9236: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9237: get_method_filename was moved to execute.C
9238:
9239: 2010-05-23 misha
9240:
9241: * src/main/pa_request.C: - more accurate detection of method's file
9242:
9243: 2010-05-22 misha
9244:
9245: * src/classes/reflection.C: - bugfix: core during detection of
9246: .file if filespec isn't detected successfully
9247:
9248: 2010-05-20 misha
9249:
9250: * src/main/pa_request.C: - fix in get_method_filename
9251:
9252: * src/include/pa_request.h: - new feature: #24 -- searching
9253: included file in @USE/^use is changed. if its filespec doesn't
9254: start from '/' it will be searched in caller file directory
9255:
9256: * src/classes/reflection.C: - ^reflection:method_info returns file
9257: where the method is defined
9258:
9259: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9260: classes/op.C: - new feature: #24 -- searching included file in
9261: @USE/^use is changed. if its filespec doesn't start from '/' it
9262: will be searched in caller file directory
9263:
9264: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9265: is moved to pa_common.h
9266:
9267: 2010-05-18 misha
9268:
9269: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9270: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9271: cookie parser decode \uXXXX as well as %uXXXX
9272:
9273: 2010-05-17 misha
9274:
9275: * src/classes/curl.C: beauty: - unused param is removed in method
9276: _curl_version_action - some spaces were removed or replaced by
9277: tabs
9278:
9279: * src/classes/table.C: - bugfix: #72 core with empty value during
9280: ^table.hash[...;name_of_the_last_column][$.type[string]]
9281:
9282: 2010-05-16 misha
9283:
9284: * src/classes/curl.C: new: #61 more curl options were added
9285: (contributed by Sumo)
9286:
9287: 2010-04-29 pretender
9288:
9289: * src/main/pa_string.C: fixes #63 Split result from empty string
9290: now empty string.
9291:
9292: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9293: string type.
9294:
9295: 2010-04-28 pretender
9296:
9297: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9298: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9299: macrodefinition removed
9300:
9301: 2010-04-19 pretender
9302:
9303: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9304: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9305:
9306: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9307: fixes #64 Now file.missing exception generates in unsafe mode to.
9308:
9309: * src/classes/file.C: fixes #48 Now not throw "not save environment
9310: variable" exception in grpunlim version.
9311:
9312: 2010-04-05 misha
9313:
9314: * src/classes/string.C: - new feature: 4th param was added to
9315: match. if specified its value is returned in case of nothing was
9316: found
9317:
9318: 2010-04-01 misha
9319:
9320: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9321: multiple execution of /a/b/auto.p
9322:
9323: 2010-03-19 misha
9324:
9325: * src/main/execute.C: - core in $table1.$table2 was fixed
9326:
9327: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9328:
9329: 2010-01-27 misha
9330:
9331: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9332: trying to open file by path /existing-file/non-exixting-file
9333:
9334: 2010-01-26 misha
9335:
9336: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9337: was added (returns file)
9338:
9339: 2009-12-22 misha
9340:
9341: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9342: now parser doesn't have class curl if it was built without it
9343:
9344: 2009-12-15 misha
9345:
9346: * configure.in: - little cheat with curl include dir was added
9347:
9348: 2009-12-05 misha
9349:
9350: * src/classes/curl.C: - some fixes
9351:
9352: 2009-12-04 misha
9353:
9354: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9355: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9356: buildall-with-xml, buildall-without-xml, configure.in: - curl
9357: class was added
9358:
9359: * src/include/pa_hash.h: - hash-iterator was added
9360:
9361: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9362: was added to pcre
9363:
9364: 2009-11-27 misha
9365:
9366: * src/classes/image.C: - don't add @border attribute to output of
9367: ^image.html[] if it was specified by user with empty value
9368:
9369: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9370: root element and we are trying to access .documentElement
9371:
9372: 2009-11-11 misha
9373:
9374: * src/classes/table.C: - in ^table.flip[] look at number of columns
9375: instead of number of items in first row for named tables
9376:
9377: 2009-11-10 misha
9378:
1.211 moko 9379: * operators.ru.txt, operators.txt: - info about hash-options in
9380: ^file::create was added
1.95 moko 9381:
9382: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9383: added
9384:
9385: 2009-11-09 misha
9386:
9387: * buildall-with-xml: - moving to libxml 2.7.6
9388:
9389: * tests/236.html: - tests for comparations cords with functions
9390: were added
9391:
9392: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9393: added
9394:
9395: * src/main/pa_http.C: - little optimisation
9396:
9397: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9398: GPF mallocs + stringstream (table.save)
9399:
9400: * src/classes/file.C: - file::create now accepts 4th param: options
9401: with $.charset
9402:
9403: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9404: bug in cord (comparation cords with functions was buggy)
9405:
9406: 2009-11-06 misha
9407:
9408: * src/main/pa_string.C: - bugfix: calculation string.length
9409: sometimes was buggy
9410:
9411: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9412: destroyed if exception occured during match/replace
9413:
9414: * src/: main/pa_charset.C, include/pa_charset.h: - method
9415: lengthUTF8Char was added
9416:
9417: * src/classes/op.C: - clean tainting lang was added for user's
9418: usage
9419:
9420: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9421: fixed: checkouts are required after GC_MALLOC
9422:
9423: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9424:
1.211 moko 9425: * operators.ru.txt, operators.txt: - actually, there is no
9426: ^untaint[xml] in file::create
1.95 moko 9427:
9428: 2009-10-15 misha
9429:
9430: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9431: were added
9432:
9433: * tests/234.html: - more tests for checking ^taint[uri] escaping
9434: were added
9435:
9436: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9437: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9438: hacking: for dealing with transcoding+^taint[uri]
9439: transcode_and_untaint was replaced by untaint_and_transcode
9440:
9441: 2009-10-13 misha
9442:
9443: * tests/: 121.html, results/121.processed: - test transcoding +
9444: url-escaping now
9445:
9446: * tests/results/auto.p: - more helpers' methods were added
9447:
9448: * src/main/pa_globals.C: - die instead of abort
9449:
9450: 2009-10-06 misha
9451:
9452: * src/main/pa_common.C: - don't allocate memory during
9453: capitalization if input string is already capitalized
9454:
9455: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9456:
9457: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9458: use format function because it calls malloc
9459:
9460: * src/include/pa_common.h: - more capitalized headers were added
9461:
9462: * src/main/pa_common.C: - in safe mode clear executable bits during
9463: file writing
9464:
9465: 2009-10-05 misha
9466:
9467: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9468:
9469: 2009-10-03 misha
9470:
9471: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9472: ^img.text[] & ^img.length[] can work in utf-8 now
9473:
9474: * src/: include/pa_charset.h, main/pa_charset.C: - class
9475: UTF8_string_iterator was added
9476:
9477: * src/classes/image.C: - respect utf-8 when calculate alphabet
9478: length
9479:
9480: * src/classes/mail.C: - check from before get message.cstr
9481:
9482: 2009-10-02 misha
9483:
9484: * tests/233.html: - test for image.font, image.length, image.text
9485: with text in utf-8 were added
9486:
9487: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9488:
9489: * buildall-with-xml, buildall-without-xml: - comment about gc
9490: version for freebsd 4 was added
9491:
9492: 2009-10-01 misha
9493:
9494: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9495: terminator) - read_pipe were slightly optimized
9496:
9497: 2009-09-28 misha
9498:
9499: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9500: removed
9501:
9502: * src/types/pa_vmail.C: - forgot about space after ':'
9503:
9504: * src/types/pa_vmail.C: - escape filenames while preparing mail
9505: body - small simplifications
9506:
9507: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9508: inout params like pa_base64
9509:
9510: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9511: option $.debug-print(1) was added to mail:send - changes for
9512: using uue_encode which uses less memory
9513:
9514: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9515:
9516: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9517: memory now
9518:
9519: 2009-09-26 misha
9520:
9521: * src/types/pa_vmail.C: - default encoding now is base64
9522:
9523: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9524:
9525: 2009-09-25 misha
9526:
9527: * src/types/pa_vmail.C: - capitalization of headers was added to
9528: sending mail as well
9529:
9530: * buildall-with-xml: - catalog package was removed from libxml
9531:
9532: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9533: win32 absolute path
9534:
9535: * src/include/pa_common.h: - one more capitalized header was added
9536:
9537: 2009-09-22 misha
9538:
9539: * INSTALL: - comment about building just httpd binary while
9540: building apache module was added
9541:
9542: 2009-09-21 misha
9543:
9544: * buildall-with-xml: - moving to the latest versions of xml libs:
9545: libxml 2.7.4 and libxslt 1.1.25
9546:
9547: 2009-09-19 misha
9548:
9549: * tests/231.html: - test for encoding cookie in win-1251
9550:
9551: 2009-09-18 misha
9552:
9553: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9554: object] were added
9555:
1.211 moko 9556: * operators.ru.txt, operators.txt: - info about method
9557: ^reflection:fields[class or object] was added
1.95 moko 9558:
9559: * src/classes/reflection.C: - method ^reflection:fields[class or
9560: object] was added
9561:
9562: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9563: methods get_fields were added
9564:
9565: * tests/232.html: - tests for @GET[name]
9566:
9567: * src/classes/table.C: - some changes in handling hash-options for
9568: creare, join and locate
9569:
9570: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9571: defined with option: the type of requested value
9572:
9573: 2009-09-17 misha
9574:
9575: * tests/212.html: - tests for .pattern and .options were added
9576:
9577: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9578: $regex.options were added
9579:
9580: 2009-09-11 misha
9581:
9582: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9583: rewrited. it checks not just one case of sending cookies during
9584: file::load[http], but also sending headers and fields (including
9585: files)
9586:
9587: 2009-09-10 misha
9588:
9589: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9590: was removed => now parser can open files with Russian 'r' in
9591: filename
9592:
9593: * src/main/untaint.C: - bugfix: client charset whould be analized
9594: while escaping cookies but now source charset
9595:
9596: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9597: ^tainted[uri] so it was possible to make request with incorrect
9598: http header
9599:
9600: * src/main/pa_http.C: - capitalization of http headers during
9601: file::load[http was slightly changes - bugfix: all headers which
9602: parser sends during file::load[http should be transcoded and only
9603: then escaped
9604:
9605: * src/main/untaint.C: - a bit more comments were added
9606:
9607: * src/classes/: file.C, string.C: - types where changes (minus 2
9608: warnings)
9609:
9610: * src/include/pa_common.h: - 2 capitalized strings for making http
9611: headers during file::load[http were added
9612:
9613: 2009-09-08 misha
9614:
1.211 moko 9615: * operators.ru.txt, operators.txt: - changes in file.save and
9616: string.save were added
1.95 moko 9617:
9618: * tests/: 230.html, 230.txt: - tests for checking options in
9619: file.save and string.save were added
9620:
9621: * src/main/pa_request.C: - http headers names, which are passed to
9622: SAPI::add_header_attribute are lowercased now (it'll be
9623: capitalized in that method)
9624:
9625: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9626: classes/string.C: - file_write accepts Request_charsets and asked
9627: charset and cound transcode content before writing - string.save
9628: and file.save have option $.charset now
9629:
9630: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9631: classes/xdoc.C: - file_write accepts Request_charsets and asked
9632: charset and cound transcode content before writing
9633:
9634: * src/include/pa_exception.h: - new exception comment string was
9635: defined
9636:
9637: 2009-09-07 misha
9638:
9639: * src/main/compile.y: - grammar $name\ name stops now for regex
9640: sub-pattern\s
9641:
9642: 2009-09-04 misha
9643:
9644: * src/main/pa_http.C: - capitalization of http headers during
9645: file::load[http was implemented
9646:
9647: 2009-09-03 misha
9648:
9649: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9650: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9651: types/pa_vmail.C, targets/cgi/parser3.C,
9652: targets/isapi/parser3isapi.C: - back to storing response http
9653: headers in lowercase - capitalize them during output
9654:
9655: 2009-08-31 misha
9656:
9657: * src/classes/table.C: - allow call with any brackets (it could be
9658: useful in methods with explict result declaration)
9659:
9660: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9661: correctly if $request:charset==koi8-r
9662:
9663: 2009-08-30 misha
9664:
9665: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9666: changed: content-type => Content-type and so on
9667:
9668: * src/classes/file.C, src/include/pa_common.h,
9669: src/include/pa_request.h, src/main/pa_http.C,
9670: src/main/pa_request.C, src/types/pa_vcookie.C,
9671: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9672: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9673: tests/results/002.processed, tests/results/003.processed,
9674: tests/results/004.processed, tests/results/005.processed,
9675: tests/results/006.processed, tests/results/007.processed,
9676: tests/results/008.processed, tests/results/009.processed,
9677: tests/results/010.processed, tests/results/011.processed,
9678: tests/results/012.processed, tests/results/013.processed,
9679: tests/results/014.processed, tests/results/015.processed,
9680: tests/results/016.processed, tests/results/017.processed,
9681: tests/results/018.processed, tests/results/019.processed,
9682: tests/results/020.processed, tests/results/021.processed,
9683: tests/results/022.processed, tests/results/023.processed,
9684: tests/results/024.processed, tests/results/025.processed,
9685: tests/results/026.processed, tests/results/027.processed,
9686: tests/results/028.processed, tests/results/029.processed,
9687: tests/results/030.processed, tests/results/031.processed,
9688: tests/results/032.processed, tests/results/033.processed,
9689: tests/results/034.processed, tests/results/035.processed,
9690: tests/results/036.processed, tests/results/037.processed,
9691: tests/results/038.processed, tests/results/039.processed,
9692: tests/results/040.processed, tests/results/041.processed,
9693: tests/results/042.processed, tests/results/043.processed,
9694: tests/results/044.processed, tests/results/045.processed,
9695: tests/results/046.processed, tests/results/047.processed,
9696: tests/results/048.processed, tests/results/049.processed,
9697: tests/results/050.processed, tests/results/051.processed,
9698: tests/results/052.processed, tests/results/053.processed,
9699: tests/results/054.processed, tests/results/055.processed,
9700: tests/results/056.processed, tests/results/057.processed,
9701: tests/results/058.processed, tests/results/059.processed,
9702: tests/results/060.processed, tests/results/061.processed,
9703: tests/results/062.processed, tests/results/063.processed,
9704: tests/results/064.processed, tests/results/065.processed,
9705: tests/results/066.processed, tests/results/067.processed,
9706: tests/results/068.processed, tests/results/069.processed,
9707: tests/results/070.processed, tests/results/071.processed,
9708: tests/results/072.processed, tests/results/073.processed,
9709: tests/results/074.processed, tests/results/075.processed,
9710: tests/results/076.processed, tests/results/077.processed,
9711: tests/results/078.processed, tests/results/079.processed,
9712: tests/results/080.processed, tests/results/081.processed,
9713: tests/results/082.processed, tests/results/083.processed,
9714: tests/results/084.processed, tests/results/085.processed,
9715: tests/results/086.processed, tests/results/087.processed,
9716: tests/results/088.processed, tests/results/089.processed,
9717: tests/results/090.processed, tests/results/091.processed,
9718: tests/results/092.processed, tests/results/093.processed,
9719: tests/results/094.processed, tests/results/095.processed,
9720: tests/results/096.processed, tests/results/097.processed,
9721: tests/results/098.processed, tests/results/099.processed,
9722: tests/results/100.processed, tests/results/101.processed,
9723: tests/results/102.processed, tests/results/103.processed,
9724: tests/results/104.processed, tests/results/105.processed,
9725: tests/results/106.processed, tests/results/107.processed,
9726: tests/results/108.processed, tests/results/109.processed,
9727: tests/results/110.processed, tests/results/111.processed,
9728: tests/results/112.processed, tests/results/113.processed,
9729: tests/results/114.processed, tests/results/115.processed,
9730: tests/results/116.processed, tests/results/117.processed,
9731: tests/results/118.processed, tests/results/119.processed,
9732: tests/results/120.processed, tests/results/121.processed,
9733: tests/results/122.processed, tests/results/123.processed,
9734: tests/results/124.processed, tests/results/125.processed,
9735: tests/results/126.processed, tests/results/127.processed,
9736: tests/results/128.processed, tests/results/129.processed,
9737: tests/results/130.processed, tests/results/131.processed,
9738: tests/results/132.processed, tests/results/133.processed,
9739: tests/results/134.processed, tests/results/135.processed,
9740: tests/results/136.processed, tests/results/138.processed,
9741: tests/results/139.processed, tests/results/140.processed,
9742: tests/results/141.processed, tests/results/142.processed,
9743: tests/results/143.processed, tests/results/144.processed,
9744: tests/results/145.processed, tests/results/146.processed,
9745: tests/results/147.processed, tests/results/148.processed,
9746: tests/results/149.processed, tests/results/150.processed,
9747: tests/results/151.processed, tests/results/152.processed,
9748: tests/results/153.processed, tests/results/154.processed,
9749: tests/results/155.processed, tests/results/156.processed,
9750: tests/results/157.processed, tests/results/158.processed,
9751: tests/results/159.processed, tests/results/160.processed,
9752: tests/results/161.processed, tests/results/162.processed,
9753: tests/results/163.processed, tests/results/164.processed,
9754: tests/results/165.processed, tests/results/166.processed,
9755: tests/results/167.processed, tests/results/168.processed,
9756: tests/results/169.processed, tests/results/170.processed,
9757: tests/results/171.processed, tests/results/172.processed,
9758: tests/results/173.processed, tests/results/174.processed,
9759: tests/results/175.processed, tests/results/176.processed,
9760: tests/results/177.processed, tests/results/178.processed,
9761: tests/results/179.processed, tests/results/180.processed,
9762: tests/results/181.processed, tests/results/182.processed,
9763: tests/results/183.processed, tests/results/184.processed,
9764: tests/results/185.processed, tests/results/186.processed,
9765: tests/results/187.processed, tests/results/188.processed,
9766: tests/results/189.processed, tests/results/190.processed,
9767: tests/results/191.processed, tests/results/192.processed,
9768: tests/results/193.processed, tests/results/194.processed,
9769: tests/results/195.processed, tests/results/196.processed,
9770: tests/results/197.processed, tests/results/198.processed,
9771: tests/results/199.processed, tests/results/200.processed,
9772: tests/results/201.processed, tests/results/202.processed,
9773: tests/results/203.processed, tests/results/204.processed,
9774: tests/results/205.processed, tests/results/206.processed,
9775: tests/results/207.processed, tests/results/208.processed,
9776: tests/results/209.processed, tests/results/210.processed,
9777: tests/results/211.processed, tests/results/212.processed,
9778: tests/results/213.processed, tests/results/214.processed,
9779: tests/results/215.processed, tests/results/216.processed,
9780: tests/results/217.processed, tests/results/218.processed,
9781: tests/results/219.processed, tests/results/220.processed,
9782: tests/results/221.processed, tests/results/222.processed,
9783: tests/results/223.processed, tests/results/224.processed,
9784: tests/results/225.processed, tests/results/226.processed,
9785: tests/results/227.processed, tests/results/228.processed,
9786: tests/results/229.processed: - http headers were changed:
9787: content-type => Content-type and so on
9788:
9789: 2009-08-27 misha
9790:
9791: * src/: main/pa_random.C, include/pa_random.h,
9792: targets/cgi/parser3.C: - year was updated :)
9793:
9794: 2009-08-26 misha
9795:
9796: * tests/: 224.html, 224.p: - test for creating of parser object
9797: using constructor without params - little bugfix in test
9798:
9799: * src/main/compile_tools.h: - bugfix: should't call autouse while
9800: checking existed class while processing partial option
9801:
9802: * src/classes/reflection.C: - bugfix: core when creating object
9803: with reflection and constructor doesn't have params
9804:
9805: 2009-08-24 misha
9806:
9807: * tests/229.html: - tests for checking the number of parameters
9808: were added
9809:
9810: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9811: number of method's parameters wasn't checked correctly (the bug
9812: was introduced in 3.4.0)
9813:
9814: 2009-08-22 misha
9815:
9816: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9817: transcoded, but tainted pieces are escaped only when
9818: content-type==url-encoding
9819:
9820: * tests/228.html: - test for checking
9821: ^file::load[http://...;$.body[]]
9822:
9823: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9824: post charset was too early (charsets is empty at this moment)
9825:
9826: 2009-08-21 misha
9827:
9828: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9829: main/untaint.C: - some fixes with transcode+untaint
9830:
9831: 2009-08-15 misha
9832:
9833: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9834: was increaced to 100 (was 50)
9835:
9836: * tests/227.html: - test for checking overriding properties in
9837: static classes was added
9838:
9839: * tests/: 226.html, 226.p: - test for @autoload[] was added
9840:
9841: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9842: main/execute.C, main/pa_request.C, classes/reflection.C: -
9843: autouse was implemented
9844:
9845: 2009-08-14 misha
9846:
9847: * src/classes/reflection.C: - outdated checkout was removed
9848:
9849: * src/classes/reflection.C: - optimization - method ^dynamical was
9850: added.
9851:
9852: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9853: types/pa_vstateless_class.h, main/execute.C: - optimization
9854:
9855: * src/types/pa_vclass.C: - exception if base on sytem class
9856:
9857: 2009-08-12 misha
9858:
9859: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9860: pa_vstateless_class.h: - little optimisation
9861:
9862: 2009-08-11 misha
9863:
9864: * tests/224.html: - method_params => method_info - checking for
9865: $.inherited
9866:
1.211 moko 9867: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9868: method method_params was renamed to method_info and now it
9869: returns class name, if method was defined in ancestor
1.95 moko 9870:
9871: * tests/225.html: - tests for cheching properties in hierarhical
9872: classes were added
9873:
9874: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9875: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9876: main/compile.y, main/execute.C, classes/classes.C: - problems
9877: with properties in new classes implementation were fixed
9878:
9879: 2009-08-10 misha
9880:
9881: * src/main/execute.C: - now constructor shouldn't be defined in
9882: class. it could be defined in parent.
9883:
9884: 2009-08-09 misha
9885:
9886: * src/classes/reflection.C: - ^reflection:methods doesn't return
9887: base's methods
9888:
9889: 2009-08-08 misha
9890:
9891: * src/: classes/classes.h, classes/date.C, classes/file.C,
9892: classes/form.C, classes/hash.C, classes/hashfile.C,
9893: classes/image.C, classes/mail.C, classes/op.C,
9894: classes/reflection.C, classes/regex.C, classes/string.C,
9895: classes/table.C, classes/xdoc.C, classes/xnode.C,
9896: classes/xnode.h, include/pa_hash.h, main/execute.C,
9897: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9898: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9899: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9900: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9901: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9902: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9903: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9904: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9905: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9906: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9907: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9908: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9909: types/pa_vresponse.C, types/pa_vresponse.h,
9910: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9911: types/pa_vstateless_object.h, types/pa_vstatus.C,
9912: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9913: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9914: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9915: types/pa_wwrapper.h, types/types.vcproj: - new classes
9916: implementation
9917:
9918: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9919: USE_MUNMAP is used. so it is disabled as a workaround.
9920:
9921: 2009-08-05 misha
9922:
9923: * src/: main/pa_common.C, include/pa_common.h: - not needed
9924: parameter was removed
9925:
9926: * src/main/pa_http.C: - bugfix: error was during detecting
9927: content-type of file which was loaded by http
9928:
9929: 2009-08-01 misha
9930:
9931: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9932: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9933: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9934: can't be disabled with defines any longer
9935:
9936: 2009-07-29 misha
9937:
9938: * src/classes/reflection.C, tests/results/224.processed: - for
9939: native methods with any call type now returned empty call_type
9940: value
9941:
9942: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9943: classes/table.C, include/pa_hash.h, include/pa_request.h,
9944: main/pa_request.C: - break in cycles was optimized
9945:
9946: * INSTALL: - more defines were described
9947:
9948: 2009-07-28 misha
9949:
1.211 moko 9950: * operators.ru.txt, operators.txt: - some changes in information
9951: about reflection class
1.95 moko 9952:
9953: * tests/: 224.html, 224.p: - tests for reflection class
9954:
9955: * src/classes/reflection.C: - some bugs were fixed, method classes
9956: was added, refactoring
9957:
9958: 2009-07-26 misha
9959:
9960: * src/classes/classes.vcproj: - reflection class wass added to
9961: project
9962:
1.211 moko 9963: * operators.ru.txt, operators.txt: - information about reflection
9964: class was added
1.95 moko 9965:
9966: * src/classes/reflection.C: - class was redesigned
9967:
9968: 2009-07-24 misha
9969:
9970: * src/classes/: Makefile.am, reflection.C: - class reflection was
9971: added
9972:
9973: * src/types/pa_vstateless_class.h: - method for reflection method's
9974: in classes was added
9975:
9976: 2009-07-22 misha
9977:
9978: * src/main/compile_tools.h: - bugfix: $object.$var was
9979: over-optimized. it failed if $object1.$object2.field
9980:
9981: 2009-07-16 misha
9982:
9983: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9984: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9985: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9986: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9987: one more arg: length of cord
9988:
9989: 2009-07-15 misha
9990:
9991: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9992: tainted in ^file::load[http://...;$.cookies[]]
9993:
9994: * src/classes/: op.C, regex.C, string.C: - new string with
9995: exception was used
9996:
9997: * src/include/pa_exception.h: - new string with exception was added
9998:
9999: * tests/223.html: - test for checking cookie-encoding during
10000: ^file::load[http was added
10001:
10002: * tests/: 221.html, 222.html: - tests for checking type of
10003: $table.fields.field were added
10004:
10005: * src/types/pa_vtable.C: - not used var decl was removed
10006:
10007: * src/include/pa_string.h: - use cached string length in Body::mid.
10008: it improves speed of match with brackets in pattern
10009:
10010: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
10011: outside
10012:
10013: 2009-07-14 misha
10014:
10015: * src/types/pa_vtable.C: - $table.fields.a return string even if
10016: column is empty (sometime returned void) - $table.fields was
10017: added for nameless tables
10018:
10019: * src/targets/cgi/getopt.c: - one warning resolved
10020:
10021: * src/main/pa_string.C: - potentian bug fixed
10022:
10023: * src/classes/op.C: - small optimization in taint/untaint
10024:
10025: 2009-07-13 misha
10026:
10027: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10028: added
10029:
10030: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10031: souldn't add the attribut to output
10032:
10033: 2009-07-11 misha
10034:
10035: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10036: stack size was increaced to 2MB (default=1MB)
10037:
10038: 2009-07-08 misha
10039:
10040: * src/main/pa_string.C: - link to UTF-8 description was added
10041:
10042: * src/include/pa_hash.h: - hash keeps element's order in more
10043: places (ex: ._keys[])
10044:
10045: * tests/220.html: - test for checking order of elements in hash in
10046: foreach was added
10047:
10048: * tests/172.html: - small changes in printing hash
10049:
10050: * tests/129.html: - small changes in printing hash
10051:
10052: * src/: include/pa_common.h, include/pa_hash.h,
10053: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10054: types/pa_vmethod_frame.h: - hash now keeps order of elements
10055:
10056: * tests/014.html: - small changes in printing hash
10057:
10058: 2009-07-07 misha
10059:
10060: * src/classes/op.C: - new taint language "parser-code" was added
10061:
10062: * tests/219.html: - test for auto untaint parser code in process
10063: was added
10064:
10065: * src/classes/op.C: - tainted pieces in body of process are
10066: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10067:
10068: * src/: include/pa_string.h, main/untaint.C: - new language
10069: L_PARSER_CODE for auto-untaint in process was added
10070:
10071: * src/: classes/file.C, classes/hash.C, classes/image.C,
10072: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10073: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10074: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10075: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10076: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10077: code cleanup
10078:
10079: 2009-07-06 misha
10080:
10081: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10082: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10083: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10084:
10085: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10086: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10087: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10088: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10089: should be used
10090:
10091: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10092: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10093: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10094: untaint_cstr[m] should be used
10095:
10096: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10097: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10098:
10099: * tests/218.html: - test for checking automatic file-spec-taint was
10100: added
10101:
10102: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10103: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10104: classes/file.C, classes/hash.C, classes/image.C,
10105: classes/string.C, classes/table.C, classes/void.C,
10106: classes/xdoc.C: - optimizations and simplification of
10107: string.cstr(...)
10108:
10109: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10110: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10111: - optimizations and simplification of string.cstr(...)
10112:
10113: 2009-07-04 misha
10114:
10115: * tests/217.html: - test for recursion detection was added
10116:
10117: * src/: types/types.vcproj, main/main.vcproj,
10118: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10119: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10120: from .vcproj
10121:
10122: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10123:
10124: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10125: uploading files and case-insensitive http-method were added
10126:
10127: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10128: tainted pattern in ^file:list[] was added
10129:
10130: 2009-07-03 misha
10131:
10132: * src/: classes/classes.vcproj, main/main.vcproj,
10133: types/types.vcproj, targets/cgi/parser3.vcproj,
10134: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10135: for dynamic_cast) - little options changes
10136:
10137: * src/main/pa_http.C: - file::load[http works now with uploading
10138: files _and_ changing $.charset
10139:
10140: 2009-06-29 misha
10141:
10142: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10143: while creating pattern
10144:
10145: 2009-06-25 misha
10146:
1.211 moko 10147: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10148: names for ^image.font were changed to $.space, $.width and
10149: $spacing - default space width now == gif's width
1.95 moko 10150:
10151: 2009-06-24 misha
10152:
10153: * tests/215.html: - tests for $file.mode were added
10154:
1.211 moko 10155: * operators.ru.txt, operators.txt: - added info about $file.mode
10156: and changes in ^image.font[
1.95 moko 10157:
10158: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10159: param now could be omited - third param now could be hash (with
10160: all widths options: $.space-width, $.letter-width) - it's
10161: possible to specify tracking ($.letter-space)
10162:
10163: * src/classes/file.C: - file objects now could have mode field
10164: (text|binary)
10165:
10166: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10167:
10168: 2009-06-23 misha
10169:
10170: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10171: trim can work with utf-8 chars now
10172:
10173: 2009-06-20 misha
10174:
10175: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10176: was implemented
10177:
10178: * src/classes/table.C: - string length cacheing was implemented
10179:
10180: * src/include/pa_string.h: - string length cacheing was implemented
10181:
10182: 2009-06-17 misha
10183:
10184: * src/main/execute.C: - value param was removed from
10185: WContext::WContext
10186:
10187: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10188: pa_wwrapper.h: - value param was removed from WContext::WContext
10189: - field wcontext was removed from VCodeFrame (using fparent
10190: instead)
10191:
10192: * tests/214.html: - test with hash copying
10193:
10194: 2009-06-16 misha
10195:
10196: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10197: strings doesn't work in expression anymore
10198:
10199: * src/main/execute.C: - less calls for get_constructing() - little
10200: refactoring
10201:
10202: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10203: include/pa_request.h: - less calls for get_constructing()
10204:
10205: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10206: introduced with OPTIMIZE_SINGLE_STRING optimization
10207:
10208: 2009-06-14 misha
10209:
10210: * src/: classes/date.C, classes/file.C, classes/hash.C,
10211: classes/hashfile.C, classes/image.C, classes/regex.C,
10212: classes/table.C, classes/xdoc.C, classes/xnode.h,
10213: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10214: types/pa_vstateless_class.h, main/execute.C: - create object for
10215: storing object's fields only for parser objects
10216:
10217: 2009-06-13 misha
10218:
10219: * buildall-with-xml, buildall-without-xml: - new option was added
10220: for building GC (it slightly reduces memory usage)
10221:
10222: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10223: single string write
10224:
10225: * src/main/execute.C: - bytecode optimization of ^class:constructor
10226: - optimization of single string write
10227:
10228: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10229: - bytecode optimization of ^class:constructor
10230:
10231: 2009-06-09 misha
10232:
10233: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10234: main (better compatibility)
10235:
10236: 2009-06-08 misha
10237:
10238: * src/main/compile.y: - I've forgot to commit it :(
10239:
10240: 2009-06-07 misha
10241:
10242: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10243: WITH_READ and WITH_ROOT
10244:
10245: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10246: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10247: WITH_ROOT - little refactoring
10248:
10249: 2009-06-06 misha
10250:
10251: * tests/213.html: - tests for 3rd match string-param were added
10252:
10253: * src/classes/string.C: - 3rd match param could be string now
10254:
10255: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10256: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10257: GET_OBJECT_ELEMENT
10258:
10259: 2009-06-05 misha
10260:
10261: * src/main/pa_http.C: - bugfix: content-length was not calculated
10262: if $.body was specified
10263:
10264: 2009-06-04 misha
10265:
10266: * src/classes/op.C: - optimizing write_assign_lang in connect
10267:
10268: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10269:
10270: * src/main/execute.C: - little refactoring - optimizing
10271: write_assign_lang in taint/untaint
10272:
10273: * src/include/pa_opcode.h: - little refactoring
10274:
10275: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10276: main/compile_tools.h, main/execute.C: - optimizations for
10277: $self.field, ^self.method, $self.field[...] and $self.field(...)
10278: were added
10279:
10280: 2009-06-03 misha
10281:
10282: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10283:
10284: 2009-06-02 misha
10285:
10286: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10287: include/pa_opcode.h: - refactoring in last optimizations
10288: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10289: now but code is much easy and it is ready for further
10290: improvements.
10291:
10292: 2009-05-27 misha
10293:
10294: * src/: types/pa_junction.h, types/pa_vjunction.C,
10295: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10296: changed in destructing junctions
10297:
10298: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10299: String:Body
10300:
10301: 2009-05-26 misha
10302:
10303: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10304: one method detect_charset was deleted - bug was fixed in this
10305: method (error while detecting charset in content_type withot last
10306: ';')
10307:
10308: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10309: once
10310:
10311: 2009-05-25 misha
10312:
10313: * src/classes/file.C: - bugfix: file::exec didn't work after
10314: optimizing of helper_length
10315:
10316: 2009-05-24 misha
10317:
10318: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10319: were added - little refactoring
10320:
10321: * src/main/execute.C: - core while printing in debug log
10322: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10323: optimisations were added
10324:
10325: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10326: were added
10327:
10328: 2009-05-23 misha
10329:
10330: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10331: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10332: CORD_cat optimization
10333:
10334: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10335: - call constr optimisation under separate define now
10336:
10337: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10338: in $b should be string, not void
10339:
10340: * src/main/compile.y: - little fix for rem-cut optimisation
10341:
10342: * src/: include/pa_opcode.h, main/compile_tools.C,
10343: main/compile_tools.h, main/execute.C: - optimisations for
10344: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10345:
10346: * INSTALL: - description of some #defined were added
10347:
10348: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10349: before 1st access (memory usage is reduced if don't access to
10350: .text field)
10351:
10352: * src/include/pa_array.h: - array grows step now not static (it
10353: reduces numbers of reallocs)
10354:
10355: 2009-05-20 misha
10356:
10357: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10358: $.b(2), $c[d] and $.e[f] was added
10359:
10360: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10361: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10362: $.e[f] was added
10363:
10364: * src/main/execute.C: - debug printing moved in defines
10365:
10366: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10367: and little refactoring for OP_GET_OBJECT_ELEMENT +
10368: OP_GET_OBJECT_VAR_ELEMENT optimisation
10369:
10370: 2009-05-19 misha
10371:
10372: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10373: execute.C: - $a.$b & ^a.$b bytecode optimisation
10374:
10375: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10376: ^a.$b optimisation)
10377:
10378: * src/main/compile.y: - compiler now generate new opcodes:
10379: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10380: ^a.b - compiler now cut off ^rem{ with all content ; any number
10381: of params }
10382:
10383: * src/main/execute.C: - code for handle new opcodes
10384: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10385:
10386: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10387: added for LA2V and LA2S
10388:
10389: * src/include/pa_opcode.h: - new defines which can be used for
10390: disable some bytecode optimisation and new opcodes were added
10391:
10392: 2009-05-17 misha
10393:
10394: * src/lib/cord/cordxtra.c: - bugfix.
10395:
10396: * tests/212.html: - .size[] and .study_size[] were added to tests
10397:
1.211 moko 10398: * operators.ru.txt, operators.txt: - info about regex class was
10399: added
1.95 moko 10400:
10401: * tests/212.html: - tests for regex class were added
10402:
10403: 2009-05-16 misha
10404:
10405: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10406: gc7.1
10407:
10408: * tests/022.html: - test for ^file:list[path;] (empty second param)
10409: was added
10410:
10411: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10412: param) should work
10413:
10414: 2009-05-15 misha
10415:
10416: * src/classes/table.C: - automatically disable stringstream usage
10417: on freebsd4
10418:
10419: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10420: scope
10421:
10422: * tests/211.html: - test with different types of access to hash was
10423: added
10424:
10425: * tests/210.html: - test which checks for loosing tainting in
10426: hash's keys was added
10427:
10428: * tests/208.html: - some parser work added. or stime == 0 %-)
10429:
10430: * src/lib/cord/cordbscs.c: - little hack was added to cord
10431:
10432: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10433:
10434: * src/include/pa_version.h, configure.in: - moko have made a lot of
10435: optimisations for increacing version number more dramatically :)
10436:
10437: * src/classes/date.C: - little refactoring: use constructor which
10438: accepts formated string
10439:
10440: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10441: which can print formatted string was added
10442:
10443: 2009-05-14 misha
10444:
10445: * src/include/pa_string.h: - type was fixed
10446:
10447: * src/: classes/hashfile.C, classes/op.C,
10448: include/pa_cache_managers.h, include/pa_charset.h,
10449: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10450: include/pa_request.h, include/pa_sql_driver_manager.h,
10451: include/pa_string.h, include/pa_stylesheet_manager.h,
10452: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10453: main/pa_charsets.C, main/pa_string.C,
10454: main/pa_stylesheet_connection.C, types/pa_value.h,
10455: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10456: types/pa_vobject.C, types/pa_vstateless_class.C,
10457: types/pa_vstateless_class.h: - hash_code caching was implemented
10458: (seaches should be faster now)
10459:
10460: * src/: classes/file.C, classes/hash.C, classes/image.C,
10461: classes/string.C, classes/table.C, include/pa_string.h,
10462: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10463: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10464: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10465: types/pa_vrequest.C: - String constructors don't have that stupid
10466: true/false param which means 'tainted'. they accept lang instead.
10467:
10468: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10469: with OPTIMIZE_RESULT
10470:
10471: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10472: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10473:
10474: 2009-05-13 misha
10475:
10476: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10477: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10478: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10479: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10480: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10481: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10482: include/pa_string.h, classes/date.C, classes/file.C,
10483: classes/hash.C, classes/image.C, classes/string.C,
10484: classes/table.C, classes/xdoc.C: - result optimisation -
10485: helper_length parameter removed from string constructors
10486:
10487: 2009-05-11 misha
10488:
10489: * tests/209.html: - tests for ^hash::create[hash] were added
10490:
10491: * tests/208.html: - tests for $status:rusage, $status:memory,
10492: ^memory:compact[] were added
10493:
10494: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10495: log10 were added
10496:
10497: * tests/206.html: - test for try with finally was added
10498:
10499: 2009-05-10 misha
10500:
10501: * tests/205.html: - test for ^file::create[...] was added
10502:
10503: * tests/204.html: - test for ^response:clear[] was added
10504:
10505: * tests/038.html: - tests for trigonometric functions were added
10506:
10507: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10508: added - more tests for .add, .sub, .union, .intersects and
10509: .intersections
10510:
10511: * tests/065.html: - test for ^file:dirname was added
10512:
10513: * tests/030.html: - test for $cookie:fields was added
10514:
10515: * tests/203.html: - test for ^h._keys[column name] was added
10516:
10517: * tests/201.html: - tests for .trim were added
10518:
10519: * tests/202.html: - tests for last-day,
10520: date:calendar[type](YYYY;MM;DD) were added
10521:
10522: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10523: .offset[type](N) were added
10524:
10525: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10526: and .pos[c](N) were added
10527:
10528: * tests/141.html: - test for math:sha1 was added
10529:
10530: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10531:
10532: 2009-05-09 misha
10533:
10534: * src/main/compile.y: - rollback
10535:
10536: 2009-05-05 misha
10537:
10538: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10539: replaced by is_empty()
10540:
10541: * src/: include/pa_string.h, main/pa_charset.C: - little
10542: optimisation: somewhere length() was replaced by is_empty()
10543:
10544: * src/classes/table.C: - little optimisation: somewhere length()
10545: was replaced by is_empty()
10546:
10547: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10548: classes/op.C, classes/table.C, main/pa_exception.C: - little
10549: optimisation: somewhere length() was replaced by is_empty()
10550:
10551: 2009-05-04 misha
10552:
10553: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10554: types/pa_vstateless_class.h, main/execute.C,
10555: include/pa_request.h, classes/hash.C, classes/op.C,
10556: classes/table.C: - more optimisations were added: some operators
10557: don't switch write context anylonger
10558:
10559: 2009-05-01 misha
10560:
10561: * src/main/compile.y: - slightly more opcode optimisations for
10562: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10563:
10564: * src/main/execute.C: - simplifying process for getters
10565:
10566: 2009-04-30 misha
10567:
10568: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10569:
10570: * tests/results/199.processed: - test for checking $result into
10571: ^rem was added
10572:
10573: * tests/199.html: - test for checking $result into ^rem was added
10574:
10575: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10576: some OS it returns list in different order)
10577:
10578: * src/: include/pa_array.h, include/pa_request.h,
10579: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10580: changes in stack impl - get_element() optimisation: 3rd param
10581: removed - bugfix: problems with reading empty input param -
10582: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10583:
10584: * tests/results/198.processed: - test for reading empty local var
10585: was added
10586:
10587: * tests/198.html: - test for reading empty local var was added
10588:
10589: 2009-04-29 misha
10590:
10591: * src/main/compile.y: - bugfix: couldn't compile because
10592: OP_VALUE__GET_ELEMENT should be unde #ifdef
10593:
10594: * src/: include/pa_array.h, include/pa_opcode.h,
10595: include/pa_request.h, main/compile.y, main/execute.C,
10596: main/pa_request.C, types/pa_vmethod_frame.C,
10597: types/pa_vmethod_frame.h: - we can work without opcode
10598: OP_STORE_PARAM, so it was removed
10599:
10600: 2009-04-28 misha
10601:
10602: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10603: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10604: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10605: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10606: 4.
10607: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10608:
10609: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10610:
10611: * src/: main/pa_string.C, classes/string.C: - !length() =>
10612: is_empty()
10613:
10614: 2009-04-27 misha
10615:
10616: * src/types/pa_vregex.h: - back explicit vars initialisation
10617:
10618: 2009-04-24 misha
10619:
10620: * src/classes/string.C: - ups. typo fixed
10621:
10622: * src/main/execute.C: - more replacements '*new VBool' to
10623: 'VBool::get' - checks for ^break[], ^continue[] and
10624: parser.interrupted were optimised
10625:
10626: * src/classes/string.C: - number of params.count() calls was
10627: slightly reduced
10628:
10629: 2009-04-23 misha
10630:
10631: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10632: make it x64 friendly
10633:
10634: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10635: parser is x64 friendly now
10636:
10637: 2009-04-22 misha
10638:
10639: * src/types/pa_vhashfile.C: - coder friendly exception about
10640: exceeding record size was added
10641:
10642: * src/classes/file.C: - use vregex object instead of direct calls
10643: methods from pcre lib
10644:
10645: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10646: classes/string.C: - use vregex object instead of direct calls
10647: methods from pcre lib
10648:
10649: * src/: include/pa_common.h, main/pa_common.C: - method
10650: print_pcre_exec_error_text was moved to class vregex
10651:
10652: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10653: was added
10654:
10655: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10656: - class vregex was added
10657:
10658: 2009-04-21 misha
10659:
10660: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10661:
10662: * src/: types/pa_junction.h, types/pa_value.C,
10663: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10664: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10665: junction-optimisation (destructors)
10666:
10667: * src/include/pa_array.h: - free under if now
10668:
10669: 2009-04-19 misha
10670:
10671: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10672:
10673: 2009-04-18 misha
10674:
10675: * src/include/pa_version.h:
10676: :q :
10677:
10678: CV:
10679: ----------------------------------------------------------------------
10680:
10681: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10682: refactoring
10683:
10684: * src/: include/pa_array.h, include/pa_hash.h,
10685: types/pa_vmethod_frame.h: - destructors under #ifdef now
10686:
10687: * src/include/pa_memory.h: - define for using destructors was added
10688:
10689: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10690: main/execute.C: - some junctions will be cached now
10691:
10692: * src/include/pa_hash.h: - hash destructor frees pairs now
10693:
10694: * src/include/pa_array.h: - inline was added to destructor
10695:
10696: * src/types/pa_method.h: - comment was changed
10697:
10698: 2009-04-17 misha
10699:
10700: * src/: include/pa_array.h, include/pa_hash.h,
10701: types/pa_vmethod_frame.h: - destructors were added
10702:
10703: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10704: renamed to always_use_result
10705:
10706: * src/main/: compile.y, compile_tools.h: - rollback changes in
10707: compiler: full backward compatibility is better
10708:
10709: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10710: result in var's hash
10711:
10712: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10713: optimisation in method_frame
10714:
10715: * src/include/pa_array.h: - optimisation in array (allocate
10716: elements only when needed)
10717:
10718: * src/types/pa_vresponse.C: - check for $response:headers field
10719: before looking at custom fields
10720:
10721: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10722: not needed to check existance var with name 'result' in var's
10723: hash
10724:
10725: * src/main/compile.y: - compiler was changed: now it detects
10726: writings to $result and set flag writo_to_result in method
10727:
10728: * src/classes/string.C: - little optimisation: no needed to write
10729: number with lang
10730:
10731: * src/main/pa_charset.C: - methods readChar and skipChar which is
10732: used for read utf8-strings were renamed - is_escaped was renamed
10733: to isEscaped (to the same name convention)
10734:
10735: * src/: types/pa_method.h, main/compile_tools.h: - flag
10736: write_to_result added. compiler get this info from code.
10737:
10738: 2009-04-16 misha
10739:
10740: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10741: String only before 1st write
10742:
10743: * src/include/pa_string.h: - not needed template removed
10744:
10745: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10746: types/pa_vjunction.C, types/pa_vproperty.C,
10747: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10748: main/pa_request.C, classes/bool.C, classes/double.C,
10749: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10750: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10751: bool objects)
10752:
10753: 2009-04-15 misha
10754:
10755: * src/lib/cord/cordxtra.c: - more optimisation
10756:
10757: * src/: include/pa_string.h, main/untaint.C: - String::append
10758: optimisation
10759:
10760: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10761: then get and can sometime be used)
10762:
10763: * src/main/pa_string.C: - String::length optimisation
10764:
10765: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10766: these methods read different strings
10767:
10768: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10769: fresult_initial_void removed + some optimisation - if $result
10770: defined we don't write to context anymore
10771:
10772: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10773: need just skip char)
10774:
10775: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10776: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10777: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10778:
10779: * src/types/pa_vvoid.h: - added get() method for retreave one
10780: instance
10781:
10782: 2009-04-11 misha
10783:
10784: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10785:
10786: * tests/197.html: - test for parser://test in xml was added
10787:
10788: * src/classes/string.C: - small optimisation
10789:
10790: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10791: optimisation
10792:
10793: 2009-04-10 misha
10794:
10795: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10796: to pcre-7.8
10797:
10798: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10799:
10800: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10801: added
10802:
10803: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10804: $request:CLASS_NAME were added
10805:
10806: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10807: were added
10808:
10809: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10810: $env:CLASS_NAME were added
10811:
10812: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10813: '@todo' now
10814:
10815: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10816: compirer
10817:
10818: * src/main/pa_string.C: - little code cleanup
10819:
10820: * src/main/pa_common.C: - describe one more UTF-8 related error
10821: during PCRE compile/execute
10822:
10823: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10824: normalizing todo-comments: '@todo' now
10825:
10826: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10827:
10828: * src/main/pa_charset.C: - type changed for making compiler happy
10829:
10830: 2009-03-10 misha
10831:
10832: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10833: in main()
10834:
10835: 2009-02-01 misha
10836:
10837: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10838: boundary
10839:
10840: 2009-01-25 misha
10841:
10842: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10843:
10844: * src/classes/file.C: - more changes for parsing different number
10845: of params for file::load
10846:
10847: * tests/193.html: - tests for exception while base64-decode binary
10848: to string was added
10849:
10850: * tests/192.html: - tests for file::load with different number of
10851: options
10852:
10853: * src/classes/math.C: - ups. forgot '+1'
10854:
10855: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10856: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10857: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10858: (new option $.encode[multipart-form/data] should be specified) -
10859: $.method[] option for file::load now is not case-sensitive
10860:
10861: * src/: include/pa_string.h, main/untaint.C: - for file post the
10862: new taint language L_FILE_POST was added
10863:
10864: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10865: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10866: stuff was moved to separate files
10867:
10868: 2009-01-23 misha
10869:
10870: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10871: spaces to tabs were converted
10872:
10873: 2009-01-12 misha
10874:
10875: * src/main/pa_http.C: - value of $.method[] option force uppercased
10876: now
10877:
10878: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10879: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10880: their names
10881:
10882: * src/main/pa_common.C: - changes in formating
10883:
10884: * src/: classes/file.C, main/pa_http.C: - some constants changed
10885: their names
10886:
10887: * src/include/pa_http.h: - some spaces were converted to tabs
10888:
10889: * src/include/pa_common.h: - some constants changed their names
10890:
10891: * src/classes/file.C: - fixed 4-th paramether for file::load -
10892: little code rewriting
10893:
10894: * src/types/pa_vfile.C: - little code rewriting
10895:
10896: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10897: types/pa_value.h: - some formating changes
10898:
10899: * src/include/pa_common.h: - some formating spaces transformed to
10900: tabs
10901:
10902: * src/classes/string.C: - exception while base64-decode binary to a
10903: string
10904:
10905: 2009-01-11 misha
10906:
10907: * configure.in: - version changed to 3.3.1b
10908:
10909: 2008-09-05 misha
10910:
10911: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10912: release_3_3_0 on 2008-09-05 10:59:35 +0000
10913:
10914: 2008-09-04 misha
10915:
10916: * tests/: 130.html, 131.html: - these exceptions not typeless
10917: anymore
10918:
10919: * src/classes/op.C: - exception with 'invalid taint language' not
10920: typeless anylonger
10921:
10922: * src/classes/image.C: - some exceptions while operations with
10923: image not typeless anymore
10924:
10925: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10926: main/pa_exec.C, main/pa_http.C: - some exceptions while
10927: operations with files not typeless anymore
10928:
10929: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10930: types/pa_vdate.h: - exceptions while checking date range not
10931: typeless anymore
10932:
10933: * src/include/pa_exception.h: - exception type string for invalid
10934: date range was added
10935:
10936: 2008-09-03 misha
10937:
10938: * src/: classes/file.C, main/pa_string.C: - exception while pce
10939: operations not typeless anymore
10940:
10941: * src/include/pa_exception.h: - exception type for pce operations
10942: was added
10943:
10944: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10945: and .CLASS_NAME insite classes
10946:
10947: * src/classes/table.C: - don't save table header whiile
10948: ^table.save[append;filename] if file exists
10949:
10950: 2008-09-02 misha
10951:
10952: * src/main/compile.y, src/main/compile_tools.h,
10953: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10954: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10955: renamed to partial and it login changed: we must mark class as
10956: partial for allow their modifications in future.
10957:
10958: 2008-08-29 misha
10959:
10960: * tests/results/022.processed: - testing taint[regex] in mask for
10961: file:list
10962:
10963: * tests/022.html: - testing taint[regex] in mask for file:list
10964:
10965: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10966: for file:list was added
10967:
10968: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10969: file:list
10970:
10971: 2008-08-26 misha
10972:
10973: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10974: last derived object
10975:
10976: * src/classes/image.C: - many strings "image.format" replaced by
10977: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10978: understand some more exif tags
10979:
10980: * src/include/pa_exception.h: - string "image.format" was added
10981:
10982: 2008-08-21 misha
10983:
10984: * src/: main/pa_string.C, classes/file.C: - use method for print
10985: pcre_exec text error
10986:
10987: * src/main/pa_common.C: - method for print pcre_exec text error was
10988: added
10989:
10990: * src/include/pa_common.h: - method declaration for print pcre_exec
10991: text error was added
10992:
10993: 2008-08-19 misha
10994:
10995: * src/main/execute.C: - bugfix: opcodes must be in separate
10996: namespace while debug execution as well
10997:
10998: * tests/: 015.html, results/015.processed: - test for escaping some
10999: parser chars was added
11000:
11001: 2008-08-18 misha
11002:
11003: * tests/: 190.html, 190.p, results/190.processed: - test for
11004: $caller.self.field + default getter in one class was added
11005:
11006: * tests/: 189.html, results/189.processed: - test for
11007: ^date::create[date object]
11008:
11009: * tests/: 188.html, results/188.processed: - tests for match with
11010: UTF-8 strings
11011:
11012: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
11013: ^string.match[]
11014:
11015: * ChangeLog: - parser 3.3.0 beta13
11016:
11017: 2008-08-15 misha
11018:
1.116 moko 11019: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
11020: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11021: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11022: dftables.c: - old PCRE files removed
1.95 moko 11023:
11024: * src/lib/pcre/config.h: - configuration for PCRE library
11025:
11026: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11027: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11028:
11029: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11030: library and set flag UTF8 if $request:charset is UTF-8
11031:
11032: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11033: include/pa_config_fixed.h: - moved to new PCRE library
11034:
11035: * src/: main/main.vcproj, types/types.vcproj,
11036: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11037: win32\pcre instead of parser3\src\lib\pcre
11038:
11039: * src/: include/pa_opcode.h, include/pa_operation.h,
11040: main/compile.C, main/compile.y, main/compile_tools.C,
11041: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11042: opcodes were moved to separate namespace
11043:
11044: 2008-08-14 misha
11045:
11046: * src/types/pa_vstateless_class.C: - newline at the end missed
11047:
11048: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11049: tainting
11050:
11051: 2008-08-11 misha
11052:
11053: * tests/: 187.html, 187.p, results/187.processed: - tests for
11054: $caller.self, $caller.self.field and $caller.self.field[value]
11055: were added
11056:
11057: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11058: runtime as well (for $caller.self)
11059:
11060: 2008-07-25 misha
11061:
11062: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11063: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11064: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11065: tests with international characters
11066:
11067: 2008-07-23 misha
11068:
11069: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11070: file::load[...;http://
11071:
11072: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11073: now everywhere in separate namespace
11074:
11075: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11076: for vars
11077:
11078: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11079: can be escaped by '^'
11080:
11081: 2008-07-22 misha
11082:
11083: * src/classes/string.C, tests/186.html: - names changes:
11084: escape=>js-escape, unescape=>js-unescape
11085:
11086: 2008-07-21 misha
11087:
11088: * tests/results/186.processed: - test for string escape/unescape
11089:
11090: * tests/186.html: - test for string escape/unescape
11091:
11092: * src/classes/string.C: - string has escape and unescape methods
11093: now
11094:
11095: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11096: added
11097:
11098: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11099: method-layers added (with different params)
11100:
11101: 2008-07-18 misha
11102:
11103: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11104: was added
11105:
11106: * tests/185.html: - test for ^str.pos[sub](offset) added
11107:
1.211 moko 11108: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11109: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11110: accepted now
1.95 moko 11111:
11112: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11113: strings
11114:
11115: 2008-07-17 misha
11116:
11117: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11118: helper length added for mid for small optimisation
11119:
11120: 2008-07-16 misha
11121:
11122: * tests/: 185.html, results/185.processed: - tests for
11123: length/left/right/mid/pos with utf-8 strings
11124:
11125: * src/classes/string.C: - left/right/mid/length/pos works fine for
11126: utf-8 strings
11127:
11128: * src/main/untaint.C: - comments removed
11129:
11130: * src/: include/pa_string.h, main/pa_string.C,
11131: include/pa_charset.h, main/pa_charset.C: - methods for working
11132: with pos/mid for strings in utf-8 were added
11133:
11134: 2008-07-15 misha
11135:
11136: * tests/: 184.html, results/184.processed: - test for case body as
11137: expression: $var(^switch(1){^case(1)(true)..})
11138:
11139: * src/classes/op.C: - case body can be expression now:
11140: $var(^switch(1){^case(1)(true)..})
11141:
11142: * tests/: results/183.processed, 183.html: - added test for testing
11143: new cookie encoding (%uXXXX)
11144:
11145: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11146: decoding for backward compatibility they decoded from %XX in
11147: request:charset too
11148:
11149: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11150: - cookie class now decode cookies before first access after last
11151: request:charset changing (as form class).
11152:
11153: * src/main/pa_charset.C: - added method escape for escaping cookies
11154: as %uXXXX - before transcode calculate required space for dest
11155: string. it reduce mem usage for transcode
11156:
11157: * src/include/pa_charset.h: - added method escape for escaping
11158: cookies as %uXXXX
11159:
11160: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11161: was added. will used for escaping cookies as %uXXXX
11162:
11163: * src/include/pa_common.h: - escape method has new option for skip
11164: converting '+' to a space char
11165:
11166: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11167: transcode - escape method has new option for skip converting '+'
11168: to a space char
11169:
11170: 2008-07-08 misha
11171:
11172: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11173: (no UE if more then 1 case matches anylonger) - optimization:
11174: doing searching.as_string() || searching.as_double() only once
11175:
11176: 2008-07-04 misha
11177:
11178: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11179: now ^date::create[date object] works
11180:
11181: * src/classes/string.C: - left and right added as aliases for start
11182: and end in ^string.trim[]
11183:
11184: 2008-07-03 misha
11185:
11186: * src/classes/file.C: - allow $.limit for file::sql as well
11187:
11188: * src/classes/file.C: - allow $.offset option for file::sql - force
11189: send limit=1 to query for use sql specifics authomatically
11190:
11191: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11192: if $.limit value if empty. autoconvert it as everywere
11193:
11194: 2008-07-02 misha
11195:
11196: * configure.in: - time to change version number to 3.3.0 %-)
11197:
11198: * src/include/pa_version.h: - time to change version number to
11199: 3.3.0 %-)
11200:
11201: 2008-06-26 misha
11202:
11203: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11204: $.limit(0) fixes
11205:
11206: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11207: - $.limit(0) fixes
11208:
11209: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11210: new API)
11211:
11212: * src/: include/pa_sql_driver_manager.h,
11213: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11214: classes/op.C: - document_root added
11215:
11216: * src/main/compile.tab.C: - error message was changed
11217:
11218: 2008-06-25 misha
11219:
11220: * src/main/compile.y: - error message was changed
11221:
11222: 2008-06-24 misha
11223:
11224: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11225:
11226: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11227: tests for @OPTIONS\nappend
11228:
11229: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11230:
11231: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11232:
11233: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11234:
11235: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11236: compile.y
11237:
11238: 2008-06-17 misha
11239:
11240: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11241: compilation: ^if(default){true. it's incorrect. must be
11242: exception}
11243:
11244: 2008-06-16 misha
11245:
11246: * tests/: 181.ent, 181.html, results/181.processed: - test for
11247: checking external reference loading with 'http://localhost'
11248: prefix while creating xdoc
11249:
11250: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11251: ^math:long2ip[] and ^math:ip2long[]
11252:
11253: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11254: added which use scalar stateless class method when user object
11255: used in scalar context - use get_scalar_value when user object
11256: requested in scalar context
11257:
11258: * src/main/pa_common.C: - size must be int but not size_t or we
11259: can't compare with 0 sprintf result
11260:
11261: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11262: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11263: with internal switch between local/global vars
11264:
11265: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11266: specified
11267:
11268: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11269: pa_vstateless_object.h: - stateless class and object now has
11270: private scalar field and getter/setter for working with it
11271:
11272: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11273: moved to inet static class
11274:
11275: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11276: class added (^inet:aton[IP], ^inet:ntoa(number))
11277:
11278: * tests/: 180.html, results/180.processed: - tests for
11279: ^math:long2ip(long) and ^math:ip2long[IP]
11280:
11281: * src/classes/math.C: - ^math:ip2long[IP] added
11282:
11283: 2008-06-11 misha
11284:
11285: * src/main/pa_xml_io.C: - use file_read_text again because of we
11286: need cut BOM code and remove DOS newline chars. but don't
11287: transcode it anyway.
11288:
11289: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11290: main/pa_http.C: - option for disable transcoding while file_read
11291: and file_read_text added
11292:
11293: 2008-06-10 misha
11294:
11295: * tests/: 179.html, 179.p, results/179.processed: - test for many
11296: classes in 1 file
11297:
11298: * src/main/: compile.C, compile_tools.h: - compile return list of
11299: classes now.
11300:
11301: * src/main/: compile.y, compile.tab.C: - compile return list of
11302: classes now. internals.
11303:
11304: * src/main/pa_request.C: - compile return list of classes now. try
11305: call @conf and @auto for each returned class
11306:
11307: * src/include/pa_request.h: - compile return list of classes now
11308:
11309: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11310: return list of classes when compile buf)
11311:
11312: 2008-06-07 misha
11313:
11314: * src/main/pa_request.C: - constructing VRequest object with 3rd
11315: param -- form
11316:
11317: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11318: 3rd param: form. needed for get post_charset
11319:
11320: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11321: added
11322:
11323: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11324: types/pa_vform.C, types/pa_vform.h: - some polish
11325:
11326: 2008-06-06 misha
11327:
11328: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11329: charset and decode chars from it but not from response:charset
11330:
11331: * src/main/pa_http.C: - detect_charset moved out of here
11332:
11333: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11334: methods moved here - unescape_chars accepn one charset now
11335:
11336: * src/main/pa_http.C: - new constants used - don't allow
11337: $.content-type in ^file::load[;http://;$.method[POST]] - add
11338: charset info while ^file::load[;http://;$.method[POST]] - option
11339: $.omit-post-charset(true) added to ^file::load[;http://] for
11340: disabling charset during post
11341:
11342: * src/types/pa_vform.C: - new constants used
11343:
11344: * src/include/pa_common.h: - some constants were added
11345:
11346: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11347: instead of StrEqNc
11348:
11349: * src/main/pa_common.C: - new method for caseless search
11350: c-substring in c-string - use isxdigit instead of is_hex_digit
11351:
11352: * src/include/pa_common.h: - new method for caseless search
11353: c-substring in c-string
11354:
11355: 2008-06-05 misha
11356:
11357: * tests/results/178.processed: - test for testing default getter
11358:
11359: * tests/178.html: - test for testing default getter
11360:
11361: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11362: for test for testing default getter
11363:
11364: * src/main/execute.C: - default getter soul
11365:
11366: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11367: requested objects' field not found
11368:
11369: * src/types/pa_vclass.C: - register default getter if defined - get
11370: default getter if requested field not found
11371:
11372: * src/types/pa_vstateless_object.h: - method get_default_getter was
11373: added
11374:
11375: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11376: pointer to default getter and methods for get/set it were added
11377:
11378: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11379: auto_name field (for default getter)
11380:
11381: 2008-06-04 misha
11382:
11383: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11384: transcoding, no cutting BOM code, no fixing line breaks) and get
11385: it to libxml "as is"
11386:
11387: 2008-06-03 misha
11388:
11389: * src/main/pa_common.C: - use store_Char instead of
11390: transcodeCharFromUTF8
11391:
11392: * src/: include/pa_charset.h, main/pa_charset.C: - method
11393: store_Char added, transcodeCharFromUTF8 -- removed
11394:
11395: 2008-06-02 misha
11396:
11397: * tests/: results/177.processed, 177.html: - test for checking
11398: .[acm]date after local ^file::load[] was added
11399:
11400: * tests/: results/176.processed, 176.html: - test for checking
11401: @OPTION\locals + @method[vars][locals] added
11402:
11403: * tests/results/auto.p: - CLASS_PATH specified for checking use
11404:
11405: 2008-05-30 misha
11406:
11407: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11408: @OPTION\nlocals + @method[vars][;locals;] were added
11409:
11410: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11411: moved to separate method op_code - switch from VMethodFrame to
11412: VMethodFrameGlobal + VMethodFrameLocal
11413:
11414: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11415: was moved to separate method op_code
11416:
11417: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11418: VMethodFrame now
11419:
11420: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11421: all_vars_local as well
11422:
11423: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11424: pa_vmethod_frame_local.h, Makefile.am: - who children for
11425: VMethodFrame were added: one (global) works as VMethodFrame
11426: before and second (local) write all vars in self vars scope
11427:
11428: * src/types/pa_method.h: - method has bool flag all_vars_local now
11429:
11430: 2008-05-29 misha
11431:
11432: * tests/: 129.html, results/129.processed: - more tests for
11433: ^table.hash[]
11434:
11435: * src/classes/hash.C: - ^hash::sql has a new option:
11436: $.type[hash|string|table] as ^table.hash[] one.
11437:
11438: * src/classes/op.C: - ^try has 3rd param now: finally code which
11439: executed anyway after try or catch section
11440:
11441: 2008-05-27 misha
11442:
11443: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11444: must not fail if $.distinct(1) wasn't specified
11445:
11446: 2008-05-26 misha
11447:
11448: * src/classes/op.C: - allow ^throw[my type]
11449:
11450: 2008-05-22 misha
11451:
11452: * configure.in, configure: - version number updated to 3.2.4b
11453:
11454: * src/classes/: op.C, string.C: - trim format string before
11455: eval/format
11456:
11457: * tests/: results/175.processed, 175.html: - more tests for
11458: different format strings in .format[]
11459:
11460: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11461: as well (not only %XX)
11462:
11463: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11464: charset specified - checks for format before print number
11465: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11466: (instead of tabs) removed
11467:
11468: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11469: charset specified
11470:
11471: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11472: char in requested charset from utf code was added
11473:
11474: 2008-05-19 misha
11475:
11476: * tests/: 174.html, results/174.processed: - test for
11477: ^hashfile.cleanup[] added
11478:
11479: * src/classes/hashfile.C: - optimization: don't create any key or
11480: value variable if it's name weren't specified
11481: (^hf.foreach[;v]{...})
11482:
11483: 2008-05-16 misha
11484:
11485: * src/classes/hash.C: - optimization: don't create any key variable
11486: if variable name wasn't specified (^h.foreach[;v]{...})
11487:
11488: 2008-05-15 misha
11489:
11490: * src/classes/op.C: - small changes
11491:
11492: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11493:
11494: * src/classes/hash.C: - calculate var_context once before foreach
11495:
11496: 2008-05-14 misha
11497:
11498: * src/classes/hashfile.C: - incorrect vars context calculation for
11499: ^hashfile.foreach[;]{} fixed
11500:
11501: * src/classes/: hash.C, table.C: - little optimisation
11502:
11503: * src/classes/file.C: - bugfix: double absolute path while loading
11504: file
11505:
11506: * tests/: 174.html, results/174.processed: - tests for hashfile
11507: were added
11508:
11509: * buildall-with-xml: - moving to libxslt 1.1.24
11510:
11511: 2008-04-30 misha
11512:
11513: * src/classes/file.C: - stat file while loading (local only) so
11514: .adate, .mdate and .cdate available without additional ::stat
11515:
11516: 2008-04-28 misha
11517:
11518: * src/classes/file.C: - $.name and $.content-type available for
11519: stated file
11520:
11521: 2008-04-14 misha
11522:
11523: * src/targets/cgi/parser3.C: - new year in copyright %-)
11524:
11525: * src/include/pa_version.h: - new version number in head
11526:
11527: 2008-04-10 misha
11528:
11529: * tests/: 080.html, results/080.processed: - cut '0' from
11530: exponential part because of on diff OS it differ (20 or 020 for
11531: ex)
11532:
11533: * tests/: 119.html, results/119.processed: - check for encoding
11534: while creating xdoc
11535:
11536: 2008-04-09 misha
11537:
11538: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11539:
11540: * src/main/pa_common.C: - comment added
11541:
11542: * src/classes/date.C: - little refactoring
11543:
11544: 2008-04-07 misha
11545:
11546: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11547: style of ^table.save[]: prepare one big string and sabe it at
11548: once. it's safe on freebsd 4.x but use much more memory.
11549:
11550: * buildall-with-xml, buildall-without-xml: - option
11551: --disable-stringstream added (under comment. use it on freebsd
11552: 4.x)
11553:
11554: 2008-02-22 misha
11555:
11556: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11557: specified together in file::load[;http] - get back transcoding
11558: $.body[] in file::load[;http]
11559:
11560: 2008-02-21 misha
11561:
11562: * src/classes/date.C: - ^date.gmt-string[] was added
11563:
11564: * src/types/pa_value.C: - method for output date in RFC 822 format
11565: moved to pa_common.h
11566:
11567: * src/include/pa_common.h: - method for output date in RFC 822
11568: format moved here from pa_value.C
11569:
11570: * src/types/pa_vmail.C: - fixed core in sending mail with
11571: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11572:
11573: 2008-02-20 misha
11574:
11575: * src/main/pa_http.C: - transcode $.headers before escaping into
11576: specified charset while ^file::load[...;http://...] (L_URI
11577: instead of L_HTTP_HEADER) - $.cookies param available in
11578: ^file::load[;http://...] now (but we don't parse set-cookies from
11579: response yet) (cookies not transcoded as common $cookies)
11580:
11581: 2008-02-19 misha
11582:
11583: * src/main/pa_request.C: - rollback: we mustn't force taint
11584: $response:field values because in this case
11585: $response:locateion[http://...] don't works.
11586:
11587: 2008-02-15 misha
11588:
11589: * src/classes/op.C: - little refactoring
11590:
11591: * src/main/pa_http.C: - taint names of $.headers for load[;http
11592:
11593: * src/main/pa_request.C: - force taint values of $response:field
11594:
11595: 2008-02-14 misha
11596:
11597: * src/main/pa_request.C: - $response:field transcoded to
11598: $response:charset before escaping now
11599:
11600: * src/main/pa_http.C: - some outdated comments removed
11601:
11602: * src/classes/date.C: - lastdat -> last-day
11603:
11604: * src/classes/date.C: - ^date:lastday(year;month) and
11605: ^date.lastday[] were added - little code refactoring - comments
11606: changes
11607:
11608: * tests/: 159.html, results/159.processed: - test for number of
11609: days in February
11610:
11611: * src/types/pa_value.C: - fixes in code formatting
11612:
11613: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11614: and comments
11615:
11616: 2008-02-13 misha
11617:
11618: * src/main/pa_common.C: - bugfix for february at leap year
11619:
11620: 2008-01-28 misha
11621:
11622: * tests/: 160.html, results/160.processed: - more test for cache
11623: added
11624:
11625: * src/classes/op.C: - bugfix: cache body executed twice if contains
11626: unhandled exception
11627:
11628: 2008-01-25 misha
11629:
11630: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11631: bug when hashfile became inavailable after memory:compact)
11632:
11633: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11634:
11635: 2008-01-22 misha
11636:
11637: * src/classes/table.C: - little refactiring and exception texts
11638: changes in method ^table.hash[]
11639:
11640: * src/types/pa_vcookie.C: - link to cookie specification changed
11641:
11642: 2008-01-21 misha
11643:
11644: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11645: file::exec/cgi
11646:
11647: * src/classes/file.C: - bugfix: core while processing headers if
11648: executed cgi script don't return content
11649:
11650: 2008-01-18 misha
11651:
11652: * buildall-with-xml: - move to libxml2 version 2.6.31
11653:
11654: * src/include/pa_version.h, configure.in: - version number updated
11655: to '3.2.3b'
11656:
11657: 2007-12-28 misha
11658:
11659: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11660: hash.contains
11661:
11662: 2007-12-27 misha
11663:
11664: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11665: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11666: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11667: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11668: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11669: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11670: src/targets/cgi/parser3.vcproj,
11671: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11672: back to VS2003 because of Apache 1.3 module can't work if it was
11673: built in VS 2005. with cgi all file so VS2003 project files can
11674: be easy converted to the new format.
11675:
11676: 2007-12-04 misha
11677:
11678: * src/types/pa_vcode_frame.h: - changes in comment
11679:
11680: 2007-11-29 misha
11681:
11682: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11683: intercept strings any longer
11684:
11685: * tests/: 173.html, results/173.processed: - tests for
11686: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11687: but not in main code frame
11688:
11689: * tests/: 172.html, results/172.processed: - more tests for pass
11690: objects from code frames
11691:
11692: 2007-11-27 misha
11693:
11694: * tests/: 152.html, results/152.processed: - tests for converting
11695: strings 'true'/'false' to bool were added
11696:
11697: * tests/152.html: - added checks for converting strings
11698: 'true'/'false' to bool
11699:
11700: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11701: not only strings with numbers but with values 'true'/'false' as
11702: well
11703:
11704: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11705: for parser3.log increased
11706:
11707: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11708:
11709: * src/include/pa_common.h: - remove_crlf return cstring size now
11710:
11711: * src/include/pa_types.h: - constant with buffer size for
11712: parser3.log added
11713:
11714: 2007-11-16 misha
11715:
11716: * tests/cat.sh: - script for tests for file::exec/cgi
11717:
11718: * tests/171.html: - tests for file::exec/cgi
11719:
11720: * tests/results/171.processed: - tests results for file::exec/cgi
11721:
11722: 2007-11-15 misha
11723:
11724: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11725:
11726: * src/classes/file.C: - .body must be set before analyzing cgi
11727: headers
11728:
11729: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11730: only if exec/cgi return anything.
11731:
11732: 2007-11-14 misha
11733:
1.211 moko 11734: * operators.ru.txt, operators.txt: - info about new text|binary
11735: option for file::exec/cgi was added
1.95 moko 11736:
11737: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11738: ^file:exec[[text|binary];script;...]
11739:
11740: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11741: classes/string.C, classes/table.C: - more text strings moved to
11742: the one place
11743:
11744: 2007-11-09 misha
11745:
11746: * src/types/pa_vrequest.C: - $request:argv must be taint
11747:
11748: * ChangeLog: - $request:argv [patch from Sumo]
11749:
1.211 moko 11750: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11751:
11752: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11753: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11754:
11755: 2007-10-25 misha
11756:
11757: * buildall-with-xml, buildall-without-xml: - options preparations
11758: for ./configure rewrited
11759:
11760: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11761: error occure in unhandled_exception finally fixed
11762:
11763: 2007-10-23 misha
11764:
11765: * tests/: 170.html, results/170.processed: - test for
11766: @method[][result]
11767:
1.211 moko 11768: * operators.ru.txt, operators.txt: - added info about node.prefix
11769: and node.namespaceURI
1.95 moko 11770:
11771: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11772:
11773: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11774: added for node and attribute
11775:
11776: 2007-10-22 misha
11777:
11778: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11779:
11780: * src/main/pa_request.C: - added const content-transfer-encoding
11781:
11782: * src/include/pa_request.h: - added const content-transfer-encoding
11783: - ups. constants must be in lowercase (for search)
11784:
11785: * src/types/pa_vmail.C: - more constants used -
11786: content-transfer-encoding: 8bit added
11787:
11788: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11789:
11790: * src/include/pa_request.h: - more constants
11791:
11792: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11793: ommit anymore if $.content-disposition was specified - little
11794: refactoring
11795:
11796: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11797:
11798: 2007-10-17 misha
11799:
1.211 moko 11800: * operators.ru.txt, operators.txt: - info about
1.95 moko 11801: table::create[nameless]{data}[>options<] was added
11802:
11803: * src/main/: compile.tab.C, compile.y: - if error occure while
11804: compile method don't put this method in methods table anymore.
11805: in other case the parser coredumped if @unhandled_exception
11806: method can't be compiled because of parser.compile error.
11807:
11808: * src/main/execute.C: - little code reformating
11809:
11810: * src/main/pa_request.C: - little code reformating - comment
11811: changed
11812:
11813: 2007-10-16 misha
11814:
11815: * tests/: 035.html, results/035.processed: - tests
11816: table::create[]{}[options] added
11817:
11818: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11819: options (only $.seperator[] yet)
11820:
11821: 2007-10-10 misha
11822:
11823: * src/classes/table.C: - some contstants moved to pa_common.h -
11824: some code changes
11825:
11826: 2007-10-02 misha
11827:
11828: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11829: then three time as much. but base64 encoding method still use
11830: less memory anyway.
11831:
11832: 2007-09-17 misha
11833:
1.211 moko 11834: * operators.ru.txt, operators.txt: - added info about
11835: $cookie:fields
1.95 moko 11836:
11837: * src/types/pa_vcookie.C: - $cookie:fields available now
11838:
11839: * src/classes/hash.C: - some stuff for use with .for_each moved to
11840: common
11841:
11842: * src/include/pa_common.h: - some stuff for use with .for_each
11843: moved here
11844:
11845: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11846:
11847: 2007-09-14 misha
11848:
11849: * buildall-with-xml: - new xml libs again =)
11850:
11851: 2007-08-28 misha
11852:
1.211 moko 11853: * operators.ru.txt, operators.txt: - texts about
11854: ^table.columns[[column name]] and ^string.split[...][v][column
11855: name] were added
1.95 moko 11856:
11857: * tests/: 168.html, 169.html, results/168.processed,
11858: results/169.processed: - tests for ^table.columns[[column name]]
11859: and ^string.split[...][v][column name] were added
11860:
11861: * src/classes/table.C: - new option ^table.columns[[column name]]
11862: was added
11863:
11864: * src/classes/string.C: - new option ^string.split[...;v;[column
11865: name]]
11866:
11867: * src/include/pa_exception.h: - error text message for
11868: ^hash._keys[], ^table.columns[] and ^string.split[]
11869:
11870: 2007-08-27 misha
11871:
11872: * src/main/untaint.C: - try to fix coredump on unix if print to
11873: body ^taint[sql][something] outside of connect
11874:
11875: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11876: outside of connect
11877:
11878: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11879: added (commented by default)
11880:
11881: 2007-08-20 misha
11882:
1.211 moko 11883: * operators.ru.txt, operators.txt: - comment about new method
11884: ^node.hasAttributes[] was added
1.95 moko 11885:
11886: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11887: duplicated exception text strings were removed
11888:
11889: * src/include/pa_exception.h: - more exception text strings moved
11890: here
11891:
11892: * src/classes/table.C: - some duplicate exceptions' text strings
11893: removed
11894:
11895: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11896: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11897: removed
11898:
11899: * src/include/pa_exception.h: - some exception text strings movet
11900: to pa_exception
11901:
11902: * tests/: 149.html, results/149.processed: - test for
11903: ^xnode.hasAttributes[] was added - some code changes
11904:
11905: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11906: added
11907:
11908: 2007-08-17 misha
11909:
11910: * tests/: results/006.processed, results/059.processed, 006.html,
11911: 059.html: - more tests for match
11912:
11913: * tests/: 129.html, results/129.processed: - tests for
11914: ^table.hash[...][$.type[string|hash|table]] added
11915:
11916: * src/targets/cgi/parser3.C: - little syntax changes
11917:
11918: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11919: syntax changes
11920:
1.211 moko 11921: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11922: annoying 'SIGPIPE' messages in parser3.log switched off by
11923: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11924:
11925: 2007-08-08 misha
11926:
11927: * buildall-with-xml, buildall-without-xml: - remove libs source
11928: files by default since now
11929:
11930: 2007-08-07 misha
11931:
11932: * buildall-without-xml: - some option syntax changes
11933:
11934: * buildall-with-xml: - compile libxml2 without http support - some
11935: option syntax changes
11936:
11937: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11938:
11939: 2007-08-06 misha
11940:
11941: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11942:
11943: * tests/: 160.html, results/160.processed: - cache test was
11944: rewrited
11945:
11946: 2007-07-06 misha
11947:
11948: * tests/: 153.html, results/153.processed: - added test for
11949: ^math:sha1[string]
11950:
11951: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11952: transcoded
11953:
11954: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11955: were added
11956:
11957: 2007-06-28 misha
11958:
11959: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11960: some incorrect chars
11961:
11962: 2007-06-19 misha
11963:
11964: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11965: were moved on top because of gcc 4 had a problems during
11966: building.
11967:
11968: 2007-06-18 misha
11969:
11970: * tests/results/019.processed: - new image commited
11971:
11972: 2007-06-09 misha
11973:
11974: * src/classes/: op.C, table.C: - in while and table.select method
11975: as_expression used now
11976:
11977: * src/types/pa_vmethod_frame.h: - method as_expression was added
11978:
11979: 2007-06-08 misha
11980:
11981: * tests/: 166.html, results/166.processed: - test for
11982: ^match[...][n]
11983:
11984: * tests/: 165.html, results/165.processed: - tests for loops
11985:
11986: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11987: because of no speed/memory optimisation but some proglems with
11988: long cycles occure
11989:
11990: 2007-06-06 misha
11991:
11992: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11993: ^table.select(true) and ^table.select(1) didn't works because of
11994: awaiting junction-param only. fixed.
11995:
11996: 2007-05-24 misha
11997:
11998: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11999: with 0.5 secs interval
12000:
12001: * src/classes/op.C: - cache was rewrited. I hope it works with
12002: locking system now on unix
12003:
12004: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
12005: system locks which wait till other threads release it but try get
12006: lock, if fail wait 1 sec and make 10 attempts.
12007:
12008: * src/include/pa_os.h: - consts for blocking locks + some comments
12009: were added
12010:
12011: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
12012: opening files
12013:
12014: * src/classes/table.C: - changes in includes. if unclude <sstream>
12015: after our classes on unix it can't be build
12016:
12017: * src/types/pa_vhashfile.C: - not needed code removed
12018:
12019: 2007-05-23 misha
12020:
12021: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12022: include/pa_common.h: - cosmetic changes
12023:
12024: 2007-05-18 misha
12025:
12026: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12027: often. it's give some speed increasing
12028:
12029: * tests/results/160.processed: - returned time corrected
12030:
12031: * tests/160.html: - time increased because on unix 1 mean nothing
12032: :(
12033:
1.211 moko 12034: * operators.ru.txt, operators.txt: - added info about
12035: ^hash.contain[key]
1.95 moko 12036:
12037: * src/classes/hash.C: - added ^hash.contain[key]
12038:
12039: * src/include/pa_hash.h: - added method for checking key exists in
12040: hash
12041:
12042: 2007-05-07 misha
12043:
12044: * src/include/pa_string.h: - was compilation error during build on
12045: freebsd4
12046:
12047: 2007-05-03 misha
12048:
12049: * src/classes/table.C: - option $.type[hash|string|table] was added
12050: for ^table.hash[]
12051:
12052: * src/classes/file.C: - comment removed
12053:
12054: 2007-04-26 misha
12055:
12056: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12057: real files doesn't opened in place anymore
12058:
12059: 2007-04-24 misha
12060:
12061: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12062:
12063: * src/include/pa_exception.h: "static" removed
12064:
12065: 2007-04-23 misha
12066:
12067: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12068:
12069: * src/classes/math.C: added: - ^math:ln(N) (the same as
12070: ^math:log(N)) - ^math:lg(N)
12071:
12072: * tests/: 097.html, results/097.processed: - charsets converstion
12073: during ^file::load[text;http://...] added
12074:
12075: * tests/: 164.html, results/164.processed: - check for set expires
12076: as a date
12077:
12078: * tests/: 164.html, results/164.processed: - test for hashfile
12079:
12080: * src/classes/hashfile.C: - little comment changes
12081:
12082: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12083: access
12084:
12085: * src/: classes/date.C, classes/double.C, classes/file.C,
12086: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12087: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12088: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12089: classes/xnode.h, include/pa_request.h, main/execute.C,
12090: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12091: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12092: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12093: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12094: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12095: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12096: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12097: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12098: "parser.runtime" strings were removed
12099:
12100: * src/classes/hashfile.C: - with .clear[] called files_delete()
12101: now.
12102:
12103: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12104:
12105: * src/include/pa_exception.h: - string constant with
12106: "parser.runtime" text was added
12107:
12108: 2007-04-20 misha
12109:
1.211 moko 12110: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12111:
1.211 moko 12112: * operators.ru.txt, operators.txt: - added info about
12113: .^hashfile.release[], ^hashfile.clenaup[] and new
12114: ^string.match[][>N-option<]
1.95 moko 12115:
12116: * configure: =cheching for unsetenv
12117:
12118: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12119: ^hashfile.release[] were added
12120:
12121: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12122: ^string.match[][] understand new option now: return number of
12123: matches but not table wit results
12124:
12125: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12126: reopen now
12127:
12128: * src/classes/op.C: - bug. must be false
12129:
12130: * configure.in: - checking for unsetenv was added
12131:
12132: * src/types/pa_vform.C: - some comments
12133:
12134: 2007-04-18 misha
12135:
12136: * buildall-with-xml: moving to libxml2-2.6.28
12137:
12138: * buildall-with-xml, buildall-without-xml: added commented lines
12139: with --disable-safe-mode option
12140:
1.211 moko 12141: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12142:
12143: 2007-04-17 misha
12144:
12145: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12146: $form:files was added
12147:
12148: * tests/: 163.html, results/163.processed: removing auto format
12149:
12150: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12151:
12152: 2007-04-16 misha
12153:
12154: * tests/: 163.html, results/163.processed: - test for .int[],
12155: floor, round, ceiling and .format[]
12156:
12157: * src/classes/file.C: - little optimization for getting args in
12158: exec/cgi
12159:
12160: 2007-04-13 misha
12161:
12162: * src/classes/file.C: - arguments for file::exec/cgi can be
12163: specified now as s table with one column
12164:
12165: 2007-03-27 misha
12166:
12167: * tests/: 162.html, results/162.processed: - test for
12168: ^table.select(^condition[$t])
12169:
12170: * tests/results/auto.p: - load windows-1251 charset for some tests
12171:
12172: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12173:
12174: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12175: 161_windows1251.txt: - added test for
12176: ^file::load[text;/local/file.txt;$.charset[...]]
12177:
12178: * tests/: results/013.processed, 013.html: - added test for
12179: checking $._default value while hash modifications
12180:
12181: * tests/: 160.html, results/160.processed: - add test for
12182: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12183:
12184: 2007-03-22 misha
12185:
12186: * src/include/pa_common.h: - "charset" string defined for
12187: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12188:
12189: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12190: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12191: added - not needed transcodes were removed from
12192: ^file::load[...;http://...]
12193:
12194: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12195: added
12196:
12197: * src/classes/date.C: - date.week was fixed
12198:
1.211 moko 12199: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12200:
12201: * tests/: 159.html, results/159.processed: - tests for date.week
12202: and date.weekyear added
12203:
12204: 2007-03-15 misha
12205:
12206: * src/classes/table.C: - enclose column numbers for nameless tables
12207: as well
12208:
12209: 2007-03-14 misha
12210:
12211: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12212:
12213: * src/classes/table.C: - table.save optimization: now required much
12214: less memory
12215:
12216: 2007-03-13 misha
12217:
12218: * tests/results/: 158.processed, 158.processes: - tests for
12219: table.save/table.load
12220:
12221: * tests/: 158.html, results/158.processes: - tests for
12222: table.save/table.load
12223:
12224: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12225:
12226: * buildall-with-xml: - pattern needed now for building
12227:
12228: * tests/results/097.processed: - added test results for xdoc::load
12229: & xdoc::load[http://...]
12230:
12231: * tests/097.html: - added test for xdoc::load
12232:
12233: 2007-03-12 misha
12234:
12235: * tests/: 107.html, results/107.processed: - added test for xpath
12236: '//man'
12237:
12238: 2007-03-01 misha
12239:
12240: * tests/: 097.html, results/097.processed: - added test for
12241: creating xdoc from file
12242:
12243: * tests/: results/157.processed, 157.html: - added test for
12244: file:move
12245:
12246: 2007-02-28 misha
12247:
12248: * src/classes/xdoc.C: - another attempt
12249:
12250: * src/classes/xdoc.C: - roll back last changes for a while
12251:
1.211 moko 12252: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12253: ^xdoc::create[$file] added.
1.95 moko 12254:
12255: * src/classes/file.C: - under lock we create non-exist dir anyway
12256:
12257: * tests/results/099.processed: - ever send content-disposition to
12258: client with file
12259:
12260: * tests/157.html: + test for file:copy
12261:
12262: 2007-02-26 misha
12263:
12264: * src/classes/file.C: - some similar strings moved to #define
12265: instead of to be copy/pasted many times
12266:
12267: * src/types/pa_vfile.h: - class name string ("file") moved to
12268: #define
12269:
12270: 2007-02-20 misha
12271:
12272: * configure.in: - added some strings for sqlite detection
12273:
12274: 2007-02-19 misha
12275:
1.211 moko 12276: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12277:
12278: * buildall-with-xml, buildall-without-xml: - some modifications
12279:
12280: 2007-02-17 misha
12281:
12282: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12283:
12284: * src/main/pa_request.C: - damn, i forgot to commit it while I
12285: change console behaviour
12286:
12287: 2007-02-12 misha
12288:
12289: * src/targets/cgi/parser3.C: - don't print headers if
12290: $console:line[data] was used during cgi execution.
12291:
12292: * src/types/pa_vconsole.h: - console class have bool flag now which
12293: marked as 'true' if class was used.
12294:
12295: * tests/: 152.html, results/152.processed: - more types was added
12296: to test 152
12297:
12298: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12299: adding 'bool' (^if($image){} caused exception)
12300:
12301: 2007-02-09 misha
12302:
12303: * tests/: 152.html, results/152.processed: - test alightly updated
12304:
12305: * tests/: 152.html, results/152.processed: - test rewrited
12306:
12307: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12308: bugfix. I broke xdoc & xnode in expression
12309:
12310: 2007-02-08 misha
12311:
12312: * tests/: 152.html, results/152.processed: - add test for checking
12313: 'def' for void, string, bool, int & double
12314:
12315: 2007-02-07 misha
12316:
1.211 moko 12317: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12318: added
1.95 moko 12319:
12320: * tests/results/153.processed: - result test for
12321: ^file:base64[filespec] was updated
12322:
12323: * tests/153.html: - test for ^file:base64[filespec] was added
12324:
12325: * src/types/pa_vconsole.h: - little optimization
12326:
12327: * src/classes/file.C: - ^file:base64[filespec]
12328:
12329: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12330:
12331: * src/include/pa_common.h: - declarations for
12332: ^file:base64[filespec]
12333:
12334: * src/types/pa_vcookie.C: - little optimization
12335:
12336: 2007-02-06 misha
12337:
12338: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12339: were temporary commented
12340:
12341: * src/types/pa_vbool.h: - bugfix
12342:
12343: * tests/156.html: - added test for bool cookie
12344:
12345: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12346:
12347: * tests/: 155.html, results/155.processed: - added test for check
12348: $.encloser[] option for table save/load
12349:
12350: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12351:
12352: 2007-02-05 misha
12353:
12354: * tests/results/152.processed: - newline at the end was missed
12355:
12356: * tests/results/141.processed: - math:md5 must be lowercased
12357:
12358: * src/targets/cgi/parser3.C: - 2007 in help ;)
12359:
12360: 2007-02-03 misha
12361:
12362: * tests/results/: 150.processed, 151.processed, 152.processed: -
12363: test for bool added and some content length fixes
12364:
12365: * tests/152.html: - test for bool added
12366:
12367: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12368:
1.211 moko 12369: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12370:
1.116 moko 12371: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12372: classes/classes.vcproj, classes/double.C, classes/int.C,
12373: classes/string.C, classes/void.C, classes/xnode.C,
12374: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12375: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12376: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12377: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12378: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12379: types/types.vcproj: - bool class was added
12380:
12381: * src/main/pa_request.C: - fix
12382:
12383: 2007-01-18 misha
12384:
12385: * src/: main/pa_string.C, classes/string.C: - return table during
12386: ^string.match[][] even if no matched found.
12387:
12388: 2006-12-20 misha
12389:
12390: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12391: http://www.parser.ru/forum/?id=55598 ]
12392:
12393: 2006-12-19 misha
12394:
12395: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12396: details: http://www.parser.ru/forum/?id=52359
12397:
12398: * src/main/pa_request.C: - always set content-disposition for
12399: $response:body[hash here]. more details:
12400: http://www.parser.ru/forum/?id=52130
12401:
12402: 2006-12-07 misha
12403:
1.211 moko 12404: * operators.ru.txt, operators.txt: - added info about bool params
12405: in cookie set
1.95 moko 12406:
12407: * src/types/pa_vcookie.C: - bool param in cookies available now
12408: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12409: ]
12410:
12411: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12412: was added
12413:
12414: 2006-12-02 misha
12415:
12416: * src/classes/file.C: - file_block_read used instead of native read
12417:
12418: * src/main/pa_common.C: - added file_block_read with read error
12419: detection - file_block_read used instead of native read
12420:
12421: * src/include/pa_common.h: - added file_block_read declaration
12422:
12423: 2006-12-01 misha
12424:
1.211 moko 12425: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12426: added
1.95 moko 12427:
12428: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12429: $var.CLASS_NAME added
12430:
1.211 moko 12431: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12432:
12433: * src/classes/file.C: - ^file:copy[from;fo] was added
12434:
12435: 2006-11-20 misha
12436:
12437: * src/classes/date.C: - bug fix :)
12438:
12439: 2006-11-17 misha
12440:
12441: * src/include/pa_common.h: - array in crc32 calculation was changed
12442: to static
12443:
12444: * src/main/pa_common.C: - little optimization in getMonthDays -
12445: small changes in crc32 calculation
12446:
12447: * src/classes/date.C: - not needed code was removed
12448:
12449: 2006-11-16 misha
12450:
12451: * src/types/pa_vmail.C: - fix missed brakes
12452:
12453: * src/types/pa_vmail.C: - mail:send now set content-type:
12454: multipart/related instead of multipart/mixed if file have
12455: $.content-id[]
12456:
12457: 2006-11-15 misha
12458:
12459: * src/types/pa_vdouble.h: abs -> fabs
12460:
12461: 2006-11-14 misha
12462:
1.211 moko 12463: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12464: and ^file:md5[file-name]
1.95 moko 12465:
12466: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12467: added
12468:
12469: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12470: FILE_BUFFER_SIZE
12471:
12472: * src/classes/math.C: - hex_string was moved to pa_common.h
12473:
12474: * src/include/pa_common.h: - hex_string was moved from math.C -
12475: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12476:
12477: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12478: values was fixed
12479:
12480: 2006-11-13 misha
12481:
1.211 moko 12482: * operators.ru.txt, operators.txt: - added info about
12483: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12484:
12485: * src/classes/math.C: - added ^math:crc32[string]
12486:
12487: * src/classes/file.C: - some comments were changed - added
12488: ^file:crc32[file-name] and ^file.crc32[]
12489:
12490: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12491: crc32 calculation added
12492:
12493: 2006-11-03 misha
12494:
12495: * src/include/pa_array.h: - not needed variable removed
12496:
12497: * tests/: 150.html, 151.html, results/150.processed,
12498: results/151.processed: - 2 tests were added
12499:
12500: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12501: with $.reverse(1) were fixed
12502:
12503: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12504: query converted to $.charset during ^file::load[http://...]
12505:
12506: 2006-11-02 misha
12507:
12508: * src/include/pa_table.h: ups. forget '=' char
12509:
12510: * src/include/pa_table.h: - one more fix in
12511: .locate[...][$.reverse(1)]
12512:
12513: 2006-11-01 misha
12514:
12515: * src/classes/math.C: - bug fix, details:
12516: http://www.parser.ru/forum/?id=53360
12517:
12518: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12519: false for all records )[$.reverse(1)]
12520:
12521: * src/main/pa_http.C: - second param for this mid method is length
12522: but not end_index so this method has error and can't detect
12523: charsets in next content-types: Content-type: text/html;
12524: charset="windows-1251" Content-type: text/html;
12525: charset="windows-1251"; Content-type: text/html;
12526: charset=windows-1251;
12527:
12528: only Content-type: text/html; charset=windows-1251 was fine
12529:
12530: 2006-10-31 misha
12531:
12532: * src/classes/file.C: - empty args in file::exec removed now
12533:
12534: 2006-09-03 paf
12535:
12536: * src/classes/file.C: proper tainting of
12537: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12538:
12539: 2006-06-09 paf
12540:
12541: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12542:
12543: * src/classes/table.C: formatting
12544:
12545: * src/classes/table.C: incorporated patch from misha: Sent:
12546: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12547: ignoring string options for ^table.save[]
12548:
12549: * src/classes/hash.C: incorporated patch from misha Sent:
12550: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12551: $hash._default disappear while
12552:
1.211 moko 12553: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12554: $.value[file] $.format[!uue|!base64] << new base64 option.
12555: default uue ] ]
1.95 moko 12556:
12557: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12558: PM Subject: patch for base64 in ^mail:send[] %-)
12559:
12560: 2006-04-09 paf
12561:
12562: * src/main/compile.tab.C: ` change compiled
12563:
1.211 moko 12564: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12565: src/classes/classes.vcproj, src/classes/file.C,
12566: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12567: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12568: src/classes/xnode.C, src/include/pa_array.h,
12569: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12570: src/include/pa_memory.h, src/include/pa_request.h,
12571: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12572: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12573: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12574: src/lib/pcre/pcre_dftables.vcproj,
12575: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12576: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12577: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12578: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12579: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12580: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12581: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12582: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12583: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12584: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12585: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12586: src/types/pa_value.h, src/types/pa_vcookie.C,
12587: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12588: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12589: src/types/pa_vstatus.C, src/types/types.vcproj,
12590: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12591: ^menu, ^hash/hashfile.foreach
12592:
12593: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12594: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12595: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12596: src/classes/xnode.C, src/include/pa_array.h,
12597: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12598: src/include/pa_memory.h, src/include/pa_request.h,
12599: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12600: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12601: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12602: src/lib/pcre/pcre_dftables.vcproj,
12603: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12604: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12605: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12606: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12607: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12608: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12609: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12610: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12611: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12612: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12613: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12614: src/types/pa_value.h, src/types/pa_vcookie.C,
12615: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12616: src/types/pa_vstatus.C, src/types/types.vcproj,
12617: tests/descript.ion: ! switched to VS2005 (projects and
12618: object<info explicitly typed>.for_each(, info)) +
12619: $response:field[] setting void means removing + grammar $name`
12620: name stops now, for mysql `$field` + started ^break[]
12621: ^continue[], in ^for. TODO: to other iterators (while, menu,
12622: foreach) + all log messages += [uri=, method=, cl=]
12623:
12624: * buildall-with-xml: merged . ftp paths update
12625:
12626: * buildall-with-xml: . ftp paths update
12627:
12628: 2006-03-04 paf
12629:
12630: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12631: checks++ [thanks to Igor Zinkovsky for detailed report]
12632:
12633: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12634: Igor Zinkovsky for detailed report]
12635:
12636: 2006-03-01 paf
12637:
12638: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12639: \n to ' ' in
12640:
12641: 2006-02-18 paf
12642:
12643: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12644: \n to ' ' in
12645:
12646: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12647:
12648: 2006-02-03 paf
12649:
12650: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12651: base64
12652:
12653: * src/main/pa_common.C: ! bugfix: decoding from base64
12654:
12655: 2006-01-20 paf
12656:
12657: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12658: economy fix
12659:
12660: * src/classes/: table.C: merged from HEAD ! bugfix
12661: ^table.save[$.encloser-s now handled properly
12662:
12663: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12664: handled properly
12665:
12666: 2006-01-19 paf
12667:
12668: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12669: libgc:USE_MUNMAP activates merging of free memory blocks which
12670: helps a lot in our case: after transform we want
12671: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12672:
12673: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12674: economy fix
12675:
12676: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12677: activates merging of free memory blocks which helps a lot in our
12678: case: after transform we want CORD(main.result)->cstr[big
12679: malloc]->transcode[big malloc]
12680:
12681: 2006-01-17 paf
12682:
12683: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12684: before reading them. got rid of reallocs = became quicker and
12685: less fragmentated
12686:
12687: 2005-12-29 paf
12688:
1.116 moko 12689: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12690: configure, configure.in, src/include/pa_version.h,
12691: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12692: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12693: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12694: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12695: src/lib/ltdl/missing: . merged from 3.2.1
12696:
1.116 moko 12697: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12698: packaged when 'make dist', so do configure companion files in
12699: src/lib/ltdl
12700:
12701: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12702: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12703: missing: . now config_auto.h is created with configure [were
12704: constant]
1.95 moko 12705:
12706: * INSTALL: . references to documentation and some clarification
12707:
12708: * buildall-with-xml, buildall-without-xml: . farawell doc
12709: indication
12710:
1.116 moko 12711: * Makefile.am: . dist+=buildall*
1.95 moko 12712:
12713: 2005-12-28 paf
12714:
12715: * configure: . 3.2.1
12716:
12717: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12718: simplify build process, see INSTALL
12719:
12720: 2005-12-26 paf
12721:
12722: * configure: ver
12723:
12724: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12725: version
12726:
12727: 2005-12-21 paf
12728:
12729: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12730: compiled with bison 1.875b, it reports unexpected token names
12731:
12732: 2005-12-19 paf
12733:
12734: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12735: holds a link to xmlNode to prevent premature gc(xmlNode)
12736:
12737: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12738: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12739: src/main/main.vcproj, src/main/pa_globals.C,
12740: src/targets/cgi/parser3.vcproj,
12741: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12742: configure, configure.in, src/include/pa_version.h: . killing
12743: gdome [what a relief]
12744:
12745: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12746: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12747: run_parser.sh, results/001.processed, results/002.processed,
12748: results/003.processed, results/004.processed,
12749: results/005.processed, results/006.processed,
12750: results/008.processed, results/009.processed,
12751: results/010.processed, results/011.processed,
12752: results/012.processed, results/013.processed,
12753: results/014.processed, results/015.processed,
12754: results/016.processed, results/017.processed,
12755: results/018.processed, results/020.processed,
12756: results/021.processed, results/022.processed,
12757: results/023.processed, results/024.processed,
12758: results/025.processed, results/026.processed,
12759: results/027.processed, results/028.processed,
12760: results/029.processed, results/030.processed,
12761: results/031.processed, results/032.processed,
12762: results/033.processed, results/034.processed,
12763: results/035.processed, results/036.processed,
12764: results/037.processed, results/038.processed,
12765: results/039.processed, results/040.processed,
12766: results/041.processed, results/042.processed,
12767: results/043.processed, results/044.processed,
12768: results/045.processed, results/046.processed,
12769: results/047.processed, results/048.processed,
12770: results/049.processed, results/050.processed,
12771: results/051.processed, results/052.processed,
12772: results/053.processed, results/054.processed,
12773: results/055.processed, results/056.processed,
12774: results/057.processed, results/058.processed,
12775: results/059.processed, results/060.processed,
12776: results/061.processed, results/062.processed,
12777: results/063.processed, results/064.processed,
12778: results/065.processed, results/066.processed,
12779: results/067.processed, results/068.processed,
12780: results/069.processed, results/070.processed,
12781: results/071.processed, results/072.processed,
12782: results/073.processed, results/074.processed,
12783: results/075.processed, results/076.processed,
12784: results/077.processed, results/078.processed,
12785: results/079.processed, results/080.processed,
12786: results/081.processed, results/082.processed,
12787: results/083.processed, results/084.processed,
12788: results/085.processed, results/086.processed,
12789: results/087.processed, results/088.processed,
12790: results/089.processed, results/090.processed,
12791: results/091.processed, results/092.processed,
12792: results/093.processed, results/094.processed,
12793: results/095.processed, results/096.processed,
12794: results/097.processed, results/099.processed,
12795: results/100.processed, results/101.processed,
12796: results/102.processed, results/104.processed,
12797: results/105.processed, results/106.processed,
12798: results/107.processed, results/108.processed,
12799: results/109.processed, results/110.processed,
12800: results/111.processed, results/112.processed,
12801: results/113.processed, results/114.processed,
12802: results/115.processed, results/117.processed,
12803: results/119.processed, results/120.processed,
12804: results/121.processed, results/122.processed,
12805: results/123.processed, results/124.processed,
12806: results/125.processed, results/126.processed,
12807: results/127.processed, results/128.processed,
12808: results/129.processed, results/130.processed,
12809: results/131.processed, results/132.processed,
12810: results/133.processed, results/134.processed,
12811: results/135.processed, results/136.processed,
12812: results/138.processed, results/139.processed,
12813: results/140.processed, results/141.processed,
12814: results/142.processed, results/143.processed,
12815: results/144.processed, results/145.processed,
12816: results/146.processed, results/147.processed,
12817: results/148.processed, results/149.processed, results/auto.p: .
12818: now works if we turn off default auto.p
12819:
1.116 moko 12820: * configure: . makes
1.95 moko 12821:
12822: * src/types/pa_vxnode.C: . less warnings
12823:
12824: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12825: tests/145.html, tests/149.html, tests/descript.ion,
12826: tests/outputs/d.cmd, tests/results/142.processed,
12827: tests/results/143.processed, tests/results/144.processed,
12828: tests/results/145.processed, tests/results/146.processed,
12829: tests/results/147.processed, tests/results/148.processed,
12830: tests/results/149.processed: . removed .nodeValue from all node
12831: types other than 5 (grabbed piece from gdome)
12832:
12833: * tests/: 137.html, results/137.processed: . not handled this case
12834: yet. code does not hang from inserting parent into child,
12835: considering thing minor issue -- nodes are removed from source
12836: anyway, don't know why shold that be an error after all
12837:
12838: * src/targets/cgi/parser3.C: . style
12839:
12840: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12841: xdoc too [were barking "not element"]
12842:
12843: 2005-12-16 paf
12844:
12845: * tests/: 146.html, 147.html, 148.html: . more tests
12846:
12847: * src/classes/xnode.C: . also bark on possible errors
12848:
12849: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12850: props
12851:
12852: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12853: main/compile.y: merged from HEAD ! fixed overoptimized
12854: ^call(false) case. (confused it with ^call[] case)
12855:
12856: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12857: ^call(false) case. (confused it with ^call[] case)
12858:
12859: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12860:
12861: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12862: results/001.processed, results/002.processed,
12863: results/003.processed, results/004.processed,
12864: results/005.processed, results/006.processed,
12865: results/008.processed, results/009.processed,
12866: results/010.processed, results/011.processed,
12867: results/012.processed, results/013.processed,
12868: results/014.processed, results/015.processed,
12869: results/016.processed, results/017.processed,
12870: results/018.processed, results/019.processed,
12871: results/020.processed, results/021.processed,
12872: results/022.processed, results/023.processed,
12873: results/024.processed, results/025.processed,
12874: results/026.processed, results/027.processed,
12875: results/028.processed, results/029.processed,
12876: results/030.processed, results/031.processed,
12877: results/032.processed, results/033.processed,
12878: results/034.processed, results/035.processed,
12879: results/036.processed, results/037.processed,
12880: results/038.processed, results/039.processed,
12881: results/040.processed, results/041.processed,
12882: results/042.processed, results/043.processed,
12883: results/044.processed, results/045.processed,
12884: results/046.processed, results/047.processed,
12885: results/048.processed, results/049.processed,
12886: results/050.processed, results/051.processed,
12887: results/052.processed, results/053.processed,
12888: results/054.processed, results/055.processed,
12889: results/056.processed, results/057.processed,
12890: results/058.processed, results/059.processed,
12891: results/060.processed, results/061.processed,
12892: results/062.processed, results/063.processed,
12893: results/064.processed, results/065.processed,
12894: results/066.processed, results/067.processed,
12895: results/068.processed, results/069.processed,
12896: results/070.processed, results/071.processed,
12897: results/072.processed, results/073.processed,
12898: results/074.processed, results/075.processed,
12899: results/076.processed, results/077.processed,
12900: results/078.processed, results/079.processed,
12901: results/080.processed, results/081.processed,
12902: results/082.processed, results/083.processed,
12903: results/084.processed, results/085.processed,
12904: results/086.processed, results/087.processed,
12905: results/088.processed, results/089.processed,
12906: results/090.processed, results/091.processed,
12907: results/092.processed, results/093.processed,
12908: results/094.processed, results/095.processed,
12909: results/096.processed, results/097.processed,
12910: results/099.processed, results/101.processed,
12911: results/102.processed, results/104.processed,
12912: results/105.processed, results/106.processed,
12913: results/107.processed, results/108.processed,
12914: results/109.processed, results/110.processed,
12915: results/111.processed, results/112.processed,
12916: results/113.processed, results/114.processed,
12917: results/115.processed, results/116.processed,
12918: results/117.processed, results/118.processed,
12919: results/119.processed, results/120.processed,
12920: results/121.processed, results/122.processed,
12921: results/123.processed, results/124.processed,
12922: results/125.processed, results/126.processed,
12923: results/127.processed, results/128.processed,
12924: results/129.processed, results/130.processed,
12925: results/131.processed, results/132.processed,
12926: results/133.processed, results/134.processed,
12927: results/135.processed, results/136.processed,
12928: results/137.processed, results/138.processed,
12929: results/139.processed, results/140.processed,
12930: results/141.processed: . refreshed old tests, made them work
12931: without auto.p (in utf8) . things noted: . gif got encoded
12932: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12933: some strange year)
12934:
12935: * INSTALL: . revived linux libgc fix
12936:
12937: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12938: glib/gdome in INSTALL and patches]
12939:
12940: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12941: include/pa_charset.h, include/pa_config_includes.h,
12942: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12943: include/pa_xml_exception.h, lib/cord/Makefile.am,
12944: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12945: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12946: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12947: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12948: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12949: types/pa_vxnode.h: . started killing gdome
12950:
12951: 2005-12-13 paf
12952:
12953: * src/main/: pa_request.C: merged from HEAD ! when code in
12954: @unhandled_exception thrown another exception, print correct
12955: origin (earlier code in catch of exception inside of
12956: @unhandled_exception grabbed parent_frame(original_exception)
12957: origin and printed it, instead of true origin)
12958:
12959: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12960: another exception, print correct origin (earlier code in catch of
12961: exception inside of @unhandled_exception grabbed
12962: parent_frame(original_exception) origin and printed it, instead
12963: of true origin)
12964:
12965: 2005-12-09 paf
12966:
12967: * INSTALL: . updated INSTALL doc to work around linux stack base
12968: detection problem, due to change in gc6.4 code
12969:
12970: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12971: ignored in ^string.matched :(
12972:
12973: * src/main/pa_string.C: ! regex tainting were ignored in
12974: ^string.matched :(
12975:
12976: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12977: src/include/pa_config_fixed.h, src/include/pa_version.h,
12978: src/main/compile.y, src/main/compile_tools.h,
12979: src/main/pa_charset.C, src/main/pa_common.C,
12980: src/main/pa_globals.C, src/main/pa_string.C,
12981: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12982: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12983:
12984: 2005-12-08 paf
12985:
12986: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12987: 500 chars now handled OK [were wrapped on 500th char according to
12988: rfc, but sendmail failed to unwrap it properly]
12989:
12990: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12991: handled OK [were wrapped on 500th char according to rfc, but
12992: sendmail failed to unwrap it properly]
12993:
12994: * src/targets/isapi/parser3isapi.C: . less warnings
12995:
12996: * src/targets/isapi/parser3isapi.C: . undone some strange change
12997: since 3.1.5
12998:
12999: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
13000: link fixes
13001:
13002: * src/: classes/date.C, include/pa_config_fixed.h,
13003: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13004: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
13005: main/pa_string.C, targets/cgi/getopt.c: . less warnings
13006:
13007: * src/include/pa_config_fixed.h: . removed outdated string origins
13008: [in current storage scheme there's no place for them. someday we
13009: can add third CORD to store origins and special version of parser
13010: which stores origins there [separate binary]]
13011:
13012: 2005-12-07 paf
13013:
13014: * src/targets/isapi/parser3isapi.C: . now links in release mode
13015:
13016: * src/include/pa_version.h: makefiles
13017:
13018: * src/include/pa_version.h: . not beta
13019:
13020: * configure, configure.in, src/include/pa_version.h: not beta
13021:
13022: 2005-12-06 paf
13023:
13024: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13025: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13026: decided to undo the change ^call[$void] passes void. now it will
13027: pass empty string again.
13028:
13029: * src/main/: compile.tab.C, compile.y: . version readded
13030:
13031: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13032: = ^switch[void] problem
13033:
13034: 2005-12-01 paf
13035:
13036: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13037: caused ^case[string] to be coerced to double since searching
13038: value were not string (it was vvoid)
13039:
13040: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13041: ^case[string] to be coerced to double since searching value were
13042: not string (it was vvoid)
13043:
13044: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13045: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13046:
13047: 2005-11-30 paf
13048:
13049: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13050: win32 must putenv("TZ="), on unix works only putenv("TZ")
13051:
13052: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13053: putenv("TZ="), on unix works only putenv("TZ")
13054:
13055: * INSTALL: . xml libs versions updated
13056:
13057: * src/main/pa_globals.C: //20051130 trying to remove this, author
13058: claims that fixed a lot there // 20040920 for now both
13059: workarounds needed. wait for new libxml/xsl versions
13060:
13061: 2005-11-28 paf
13062:
13063: * src/classes/table.C: merged from HEAD: ! nameless table has
13064: columns==0
13065:
13066: * src/classes/table.C: ! nameless table has columns==0
13067:
13068: * src/main/pa_http.C: merged from HEAD: ! status line check made
13069: earlier [was totally wrong]
13070:
13071: * src/main/pa_http.C: ! status line check made earlier [was totally
13072: wrong]
13073:
13074: 2005-11-25 paf
13075:
13076: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13077: undoing for now...
13078:
13079: * src/include/pa_version.h: -this reduces speed(table::load),
13080: strange. undoing
13081:
13082: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13083:
13084: * src/classes/op.C: + ^while(){}[SEPARATOR]
13085:
13086: * src/include/pa_array.h: + optimistics added: all arrays (table
13087: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13088: this speeds things up and saves memory a LOT! (not noticed
13089: negative effect on syntetic tests, future will tell...)
13090:
13091: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13092: changed gc_malloc implementation, which obscured profiling
13093:
13094: * src/classes/table.C: merged from HEAD: + optimized
13095: table::load/sql, now row ArrayString-s allocated with
13096: columns.count() elements and don't always grow from
13097: count=3[realloc,realloc]
13098:
13099: * src/classes/table.C: + optimized table::load/sql, now row
13100: ArrayString-s allocated with columns.count() elements and don't
13101: always grow from count=3[realloc,realloc]
13102:
13103: * src/classes/table.C: merged from HEAD: . ^table.save unused
13104: buffer after save
13105:
13106: * src/classes/table.C: . ^table.save unused buffer after save
13107:
13108: 2005-11-24 paf
13109:
13110: * configure.in: . merged glib2-config patch
13111:
13112: * configure.in: + trying to find glib2-config
13113:
13114: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13115: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13116: file/dir_readable to simple file/dir_exist, this would help in
13117: situations "class not found because .p file has bad rights" << in
13118: that case error would be explicit "access denied to 'this' file"
13119:
1.116 moko 13120: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13121:
13122: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13123: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13124: to simple file/dir_exist, this would help in situations "class
13125: not found because .p file has bad rights" << in that case error
13126: would be explicit "access denied to 'this' file"
13127:
13128: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13129: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13130: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13131: ^file::exec/cgi[script;$.charset[changed]
13132: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13133: encoded in $.charset charset
13134:
13135: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13136: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13137: encoded in $.charset charset
13138:
13139: * src/: include/Makefile.am, include/pa_common.h,
13140: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13141: main/pa_common.C, main/pa_http.C: . extracted http:// into
13142: separate file [preparation for
13143: ^file::cgi[script;$.form[$.field1[]
13144:
13145: 2005-11-22 paf
13146:
13147: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13148:
13149: * acinclude.m4, configure.in: . merged underquting fixes
13150:
1.116 moko 13151: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13152:
13153: * src/classes/op.C: . overmerged a little
13154:
13155: * src/main/compile.tab.C: Makefile
13156:
13157: * src/main/: pa_common.C: . less gcc warnings
13158:
13159: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13160: now reports original exception if we have no old cache
13161:
13162: * src/classes/op.C: + $exception.handled[cache] now reports
13163: original exception if we have no old cache
13164:
13165: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13166: from HEAD: + ^taint/untaint[regex] << escapes these:
13167: \^$.[]|()?*+{}
13168:
13169: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13170: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13171:
13172: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13173: getenv-ed variable, which does not work both on win32&unix.
13174: copied old TZ value now
13175:
13176: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13177: stored pointer to getenv-ed variable, which does not work both on
13178: win32&unix. copied old TZ value now
13179:
13180: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13181: getenv-ed variable, which does not work both on win32&unix.
13182: copied old TZ value now
13183:
13184: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13185: access to internal hash
13186:
13187: * src/types/pa_vresponse.C: + $response:headers access to internal
13188: hash
13189:
13190: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13191: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13192: isapi] this reduces number of "GC Warning: Repeated allocation of
13193: very large block" messages to only important onces
13194:
13195: * src/targets/isapi/parser3isapi.C: +
13196: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13197: isapi] this reduces number of "GC Warning: Repeated allocation of
13198: very large block" messages to only important onces
13199:
13200: * src/classes/string.C: merged from HEAD: + removed limitation on
13201: ^string/int/double:sql{}[$.default[({param style})] ]
13202:
13203: * src/classes/string.C: + removed limitation on
13204: ^string/int/double:sql{}[$.default[({param style})] ]
13205:
13206: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13207: with ?params or $.form option" limitation
13208:
13209: * src/main/pa_common.C: + removed "use either uri with ?params or
13210: $.form option" limitation
13211:
13212: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13213: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13214: ^file::base64[encoded] decode
13215:
13216: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13217: main/pa_common.C: + ^file.base64[] encode +
13218: ^file::base64[encoded] decode
13219:
13220: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13221: ^string:base64[encoded] decode
13222:
13223: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13224: ^string:base64[in] encode + ^string.base64[] decode
13225:
13226: 2005-11-21 paf
13227:
13228: * src/classes/file.C: + merged from HEAD:
13229: ^file::create[text;file.xml;^untaint[xml]{data}]
13230:
13231: * src/classes/file.C: +
13232: ^file::create[text;file.xml;^untaint[xml]{data}]
13233:
13234: * src/main/pa_request.C: ! merged: $response:body[file] now
13235: differes from :download, it does not return content-disposition
13236: at all now [previusely it returned valueless content-disposition]
13237:
13238: * src/main/pa_request.C: ! $response:body[file] now differes from
13239: :download, it does not return content-disposition at all now
13240: [previusely it returned valueless content-disposition]
13241:
13242: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13243: literals, reverted to just vvod, recreating empty array with each
13244: void_value token. that's absolutely needed, since that array
13245: grows
13246:
13247: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13248: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13249: types/pa_vmethod_frame.h: + merged: expression literals:
13250: true/false. ^format[$.indent(true)]
13251:
13252: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13253: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13254: types/pa_vmethod_frame.h: + expression literals: true/false.
13255: ^format[$.indent(true)]
13256:
13257: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13258: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13259: i386-pc-win32)"
13260:
13261: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13262: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13263: i386-pc-win32)"
13264:
13265: 2005-11-18 paf
13266:
13267: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13268: null}[$.default(123)] will now return default value
13269:
13270: * src/classes/op.C: + merged ^cache[] << returns current cache
13271: expiration time
13272:
13273: * src/classes/op.C: + ^cache[] << returns current cache expiration
13274: time
13275:
13276: * src/classes/table.C: ! merged ^table::create[not'nameless';
13277: failed << Exception.problem_source pointed to local var!
13278:
13279: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13280: Exception.problem_source pointed to local var!
13281:
13282: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13283: now loads VFile.ptr!=0, so such files can be saved now
13284:
13285: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13286: loads VFile.ptr!=0, so such files can be saved now
13287:
13288: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13289: only . and .. now removed from list [were removed all .*]
13290:
13291: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13292: .. now removed from list [were removed all .*]
13293:
13294: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13295: open error now checked, were not :( [stole that piece from apache
13296: 1.3 sources]
13297:
13298: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13299: checked, were not :( [stole that piece from apache 1.3 sources]
13300:
13301: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13302: untainting of @main result if returned by $result or
13303: $response:body
13304:
13305: * src/main/pa_request.C: ! ensured proper untainting of @main
13306: result if returned by $result or $response:body
13307:
13308: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13309: issue: now tries to guess content-length and allocates one big
13310: piece if possible [regretfully gc_realloc works as malloc+free,
13311: leaving lots of holes behind]
13312:
13313: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13314: fixed file load memory issue: now tries to guess content-length
13315: and allocates one big piece if possible [regretfully gc_realloc
13316: works as malloc+free, leaving lots of holes behind]
13317:
13318: 2005-11-16 paf
13319:
13320: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13321: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13322: table::save with enclosers now doubles them: "->"" !
13323: table::save/load do not remove elements from options hash
13324:
13325: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13326: [were overoptimized ^if(double_literal), compiler confused
13327: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13328:
13329: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13330: [were overoptimized ^if(double_literal), compiler confused
13331: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13332:
13333: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13334: main/pa_common.C: ! table::save with enclosers now doubles them:
13335: "->"" ! table::save/load do not remove elements from options hash
13336:
13337: 2005-11-03 paf
13338:
1.116 moko 13339: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13340: compilation, not all makefiles liked that
1.95 moko 13341:
13342: 2005-08-30 paf
13343:
13344: * src/classes/op.C: merge . speedup check of [DEFAULT]
13345:
13346: * src/classes/op.C: . speedup check of [DEFAULT]
13347:
13348: 2005-08-26 paf
13349:
13350: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13351:
13352: * src/: classes/date.C, types/pa_vdate.h: + date.week
13353:
13354: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13355: complains about bad!=nameless
13356:
13357: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13358: about bad!=nameless
13359:
13360: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13361: optional options were allowed to be empty. were checked
13362: if(is_string), changed to !defined||is_string to allow void
13363:
13364: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13365: classes/string.C, classes/table.C, classes/void.C: ! optional
13366: options were allowed to be empty. were checked if(is_string),
13367: changed to !defined||is_string to allow void
13368:
13369: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13370: as_junction where they needed as_int/double, so failed with
13371: recent "(const) now no junction" optimization
13372:
13373: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13374: merged ! many classes/* used as_junction where they needed
13375: as_int/double, so failed with recent "(const) now no junction"
13376: optimization
13377:
13378: * src/: classes/double.C, classes/int.C, classes/math.C,
13379: classes/op.C, classes/string.C, classes/table.C,
13380: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13381: used as_junction where they needed as_int/double, so failed with
13382: recent "(const) now no junction" optimization
13383:
13384: 2005-08-24 paf
13385:
13386: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13387: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13388: stripped it
13389:
13390: 2005-08-09 paf
13391:
13392: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13393: not cleared
13394:
13395: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13396: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13397: classes/hashfile.C, classes/image.C, classes/int.C,
13398: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13399: classes/response.C, classes/string.C, classes/table.C,
13400: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13401: include/pa_array.h, include/pa_cache_managers.h,
13402: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13403: include/pa_config_fixed.h, include/pa_config_includes.h,
13404: include/pa_dictionary.h, include/pa_dir.h,
13405: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13406: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13407: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13408: include/pa_request_charsets.h, include/pa_request_info.h,
13409: include/pa_sapi.h, include/pa_socks.h,
13410: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13411: include/pa_stack.h, include/pa_string.h,
13412: include/pa_stylesheet_connection.h,
13413: include/pa_stylesheet_manager.h, include/pa_table.h,
13414: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13415: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13416: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13417: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13418: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13419: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13420: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13421: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13422: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13423: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13424: main/pa_sql_driver_manager.C, main/pa_string.C,
13425: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13426: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13427: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13428: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13429: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13430: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13431: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13432: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13433: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13434: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13435: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13436: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13437: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13438: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13439: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13440: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13441: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13442: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13443: types/pa_vresponse.C, types/pa_vresponse.h,
13444: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13445: types/pa_vstateless_object.h, types/pa_vstatus.C,
13446: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13447: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13448: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13449: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13450: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13451:
13452: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13453: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13454: speedup consequent checks in vmethod_frame
13455:
13456: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13457: not cleared
13458:
13459: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13460: params: 50 max (were 10)
13461:
13462: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13463: params: 50 max (were 10)
13464:
13465: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13466: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13467: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13468: empty string) ! simplified (double) speedup consequent checks in
13469: vmethod_frame
13470:
13471: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13472: optimized constants in expressions vstring->vdouble + optimized
13473: ^call(vdouble), no junction creation, no calls later
13474:
13475: 2005-08-08 paf
13476:
13477: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13478: compile_tools.h: merged + optimized constants in expressions
13479: vstring->vdouble + optimized ^call(vdouble), no junction
13480: creation, no calls later
13481:
13482: * src/types/pa_vdouble.h: merged . double values without fractional
13483: part now default printed as %.0f instead of %g
13484:
13485: * src/types/pa_vdouble.h: . double values without fractional part
13486: now default printed as %.0f instead of %g
13487:
13488: * src/classes/hashfile.C: . merged ! second hashfile::open would
13489: cause an exception
13490:
13491: * src/classes/hashfile.C: ! second hashfile::open would cause an
13492: exception
13493:
13494: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13495: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13496: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13497: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13498: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13499: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13500: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13501: types/pa_vresponse.h, types/pa_vstateless_class.C,
13502: types/pa_vstateless_object.h, types/pa_vvoid.h,
13503: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13504: merged VJunction(new Junction) optimization from 3.1.4
13505:
13506: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13507: types/pa_vstateless_class.C: + optimized new VJunction(new
13508: Junction(params)) to new VJunction(params), thousands of mallocs
13509: removed
13510:
13511: 2005-08-05 paf
13512:
13513: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13514: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13515: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13516: creation, no calls later
13517:
13518: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13519: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13520: classes/hashfile.C, classes/image.C, classes/int.C,
13521: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13522: classes/response.C, classes/string.C, classes/table.C,
13523: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13524: include/pa_array.h, include/pa_cache_managers.h,
13525: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13526: include/pa_config_fixed.h, include/pa_config_includes.h,
13527: include/pa_dictionary.h, include/pa_dir.h,
13528: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13529: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13530: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13531: include/pa_request_charsets.h, include/pa_request_info.h,
13532: include/pa_sapi.h, include/pa_socks.h,
13533: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13534: include/pa_stack.h, include/pa_string.h,
13535: include/pa_stylesheet_connection.h,
13536: include/pa_stylesheet_manager.h, include/pa_table.h,
13537: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13538: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13539: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13540: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13541: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13542: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13543: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13544: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13545: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13546: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13547: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13548: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13549: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13550: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13551: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13552: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13553: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13554: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13555: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13556: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13557: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13558: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13559: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13560: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13561: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13562: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13563: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13564: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13565: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13566: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13567: types/pa_vstateless_object.h, types/pa_vstatus.C,
13568: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13569: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13570: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13571: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13572: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13573:
13574: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13575: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13576: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13577: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13578: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13579: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13580: optimized constants in expressions vstring->vdouble
13581:
13582: 2005-07-29 paf
13583:
13584: * src/types/pa_vclass.C: . shaped up error messages a bit
13585:
13586: * src/types/pa_vclass.C: + property getter can now be overridden
13587:
13588: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13589: bug fix: static parent fields were not replaced in case
13590: $derived:field[put] + property setter can now be overridden
13591:
13592: 2005-07-28 paf
13593:
13594: * configure, configure.in, src/classes/classes.h,
13595: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13596: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13597: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13598: src/classes/xnode.h, src/include/pa_hash.h,
13599: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13600: src/types/Makefile.am, src/types/pa_method.h,
13601: src/types/pa_value.h, src/types/pa_vclass.C,
13602: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13603: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13604: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13605: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13606: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13607: src/types/pa_vobject.C, src/types/pa_vobject.h,
13608: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13609: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13610: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13611: src/types/pa_vstateless_class.h,
1.95 moko 13612: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13613: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13614: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13615: dynamic_fields_join
13616:
13617: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13618: classes/xnode.C, include/pa_hash.h, main/execute.C,
13619: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13620: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13621: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13622: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13623: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13624: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13625: types/pa_vresponse.h, types/pa_vstateless_object.h,
13626: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13627: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13628: restored its checks in vobject.put_element->static fields |
13629: dynamic properties
13630:
13631: 2005-07-27 paf
13632:
13633: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13634: is some old code containing @set_name $name
13635:
13636: * src/types/pa_vobject.h: . fixed warning
13637:
13638: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13639: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13640:
13641: * src/: classes/xnode.C, include/pa_hash.h,
13642: types/pa_vstateless_class.C: ! new asserts were all false.
13643: regretfully reverted them all to checks
13644:
13645: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13646: classes/op.C, main/execute.C, types/pa_method.h,
13647: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13648: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13649: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13650: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13651: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13652: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13653: types/pa_vstateless_object.h, types/pa_vvoid.h,
13654: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13655: joined_dynamic_fields: removed unused param from put_method
13656: (returned to 3 params)
13657:
13658: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13659: joined_dynamic_fields: dynamic get/set works with overriding
13660: props [alpha2]
13661:
13662: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13663: works [alfa]
13664:
13665: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13666: classes/op.C, include/pa_hash.h, main/execute.C,
13667: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13668: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13669: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13670: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13671: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13672: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13673: types/pa_vresponse.h, types/pa_vstateless_class.C,
13674: types/pa_vstateless_object.h, types/pa_vvoid.h,
13675: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13676: joined_dynamic_fields: just compiled
13677:
13678: * src/: classes/date.C, classes/file.C, classes/hash.C,
13679: classes/hashfile.C, classes/image.C, classes/table.C,
13680: classes/xdoc.C, classes/xnode.h, main/execute.C,
13681: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13682: types/pa_vstateless_class.h: joined_dynamic_fields: started
13683:
13684: * src/types/pa_vobject.C: . object setters [only started, does not
13685: work yet]
13686:
13687: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13688: object setters [only started, does not work yet]
13689:
13690: 2005-07-26 paf
13691:
13692: * src/: include/pa_request.h, main/execute.C: . properties: set
13693: works [alpha2]. for classes. todo: for objects
13694:
13695: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13696: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13697: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13698: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13699: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13700: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13701: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13702: types/pa_vstateless_object.h, types/pa_vvoid.h,
13703: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13704: properties: set works [alpha1]
13705:
13706: 2005-07-25 paf
13707:
13708: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13709: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13710: properties: started, get works [alpha1, other approach]
13711:
13712: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13713: properties: started, get works [alpha2]
13714:
13715: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13716: pa_vstateless_class.h: . properties: started, get works [alpha]
13717:
13718: 2005-07-15 paf
13719:
13720: * src/: classes/classes.h, classes/op.C, main/execute.C,
13721: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13722: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13723: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13724: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13725: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13726: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13727: types/pa_vresponse.C, types/pa_vresponse.h,
13728: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13729: types/pa_vstateless_object.h, types/pa_vvoid.h,
13730: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13731: types/pa_wwrapper.h, types/types.vcproj: + started property
13732: [getters work but think of changing them too to precaching]
13733:
13734: 2005-07-08 paf
13735:
13736: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13737: gpf
13738:
13739: 2005-06-28 paf
13740:
13741: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13742: in passing empty strings to file::exec/cgi environment
13743:
13744: 2005-06-06 paf
13745:
13746: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13747: ^table:sql ^hash:sql now DO process $.bind option
13748:
13749: 2005-05-24 paf
13750:
13751: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13752: $.limit] now work again [support was broken in 3.1.4]
13753:
13754: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13755: ALL_INTERIOR_POINTERS
13756:
13757: 2005-05-12 paf
13758:
13759: * configure: 3.1.5beta
13760:
13761: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13762:
13763: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13764: $.limit] now work again [support was broken in 3.1.4]
13765:
13766: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13767: line-width [was refusing to fill if line-width >1, thanks to
13768: Seras <seras@pinxit.lt> for repro case
13769:
13770: 2005-04-25 paf
13771:
13772: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13773: correctly
13774:
13775: 2005-04-19 paf
13776:
13777: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13778: in VString violating invariant!!
13779:
13780: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13781: getenv("TZ")==null
13782:
13783: 2005-04-08 paf
13784:
13785: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13786: bugfix: when there is no char in charset one byte produces 6
13787: (ÿ <<max). increased buffer size!
13788:
13789: 2005-03-23 paf
13790:
13791: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13792: ^date.sql-string now takes TZ into account
13793:
13794: 2005-03-16 paf
13795:
13796: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13797: gcc 3.4
13798:
13799: * src/types/pa_vhash.C: . warning about eof eol
13800:
13801: 2005-02-17 paf
13802:
1.211 moko 13803: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13804: ^sleep(double seconds)
1.95 moko 13805:
13806: 2005-02-02 paf
13807:
13808: * src/classes/xnode.C: beauty: removed needless includes
13809:
13810: 2005-01-31 paf
13811:
13812: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13813: $.partNoNumber now alias to $.part1
13814:
13815: * src/types/pa_vmail.C: change: incoming letter part contains
13816: "content-disposition" header with any value? now considering that
13817: part to be "file#" [for text/plain text/html were $.text#
13818: $.html#]
13819:
13820: * INSTALL: updatet to latest working versions available
13821:
13822: 2005-01-20 paf
13823:
13824: * configure.in, src/include/pa_version.h: version
13825:
13826: 2005-01-19 paf
13827:
1.116 moko 13828: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13829: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13830: couple warnings in parser3.C
1.95 moko 13831:
13832: 2004-12-23 paf
13833:
13834: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13835:
13836: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13837: dir to directory of script (when shbang used), not to directory
13838: of its interpreter
13839:
13840: * src/include/pa_version.h: compiled on win32...
13841:
13842: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13843: we need more hspace
13844:
13845: * configure, configure.in, src/include/pa_version.h: configured
13846: host to pa_version. will be displayed everywhere
13847:
13848: * src/main/pa_request.C: new: @unhandled_exception can prevent
13849: exception from being logged by setting $exception.handled(1)
13850:
1.211 moko 13851: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13852: ^file::sql{query}[[options]] options: $.name[file name]
13853: $.content-type[application/what]
13854:
13855: * src/: include/pa_common.h, main/pa_common.C,
13856: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13857: new file
13858:
13859: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13860: bugfix: table->hash now regards _default
13861:
13862: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13863: created by accessing $name_of_method it acquired bad self=closest
13864: methodframe; instead of proper self (current class)
13865:
13866: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13867: hashfile produced bad cord
13868:
13869: 2004-12-10 paf
13870:
13871: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13872: subsequent failures though defined in .h
13873:
13874: * src/main/pa_common.C: comment on volatile
13875:
13876: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13877: alarm function were not used since the beginning due to stupid
13878: error [setsigjmp were not checked in configure.in]
13879:
13880: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13881: unix too
13882:
13883: * src/main/pa_common.C: http: exception status of send/recv errors
13884: change to most probable http.timeout
13885:
13886: * src/main/pa_common.C: win32: http connection $.timeout option now
13887: works [setsockopt on send/receive]
13888:
13889: 2004-12-08 paf
13890:
13891: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13892: cstr-ed knowing mail charset, and untainting uri lang now knows
13893: proper charset
13894:
13895: 2004-11-24 paf
13896:
13897: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13898:
13899: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13900: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13901:
13902: 2004-11-12 paf
13903:
13904: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13905: [since 3.0.4]
13906:
13907: 2004-11-09 paf
13908:
13909: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13910: writes basics to c:\parser3.log
13911:
13912: 2004-10-21 paf
13913:
13914: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13915: tainted strings [were returning clean onces]
13916:
13917: 2004-10-15 paf
13918:
13919: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13920: cycles(i=1; i=2), which was wrong, now does ONE
13921:
13922: 2004-10-12 paf
13923:
13924: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13925:
13926: 2004-10-07 paf
13927:
13928: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13929: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13930: release asserts
13931:
13932: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13933: String.dump() to stdout in detailed form [were String.v() in
13934: short form]
13935:
13936: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13937: \t\r\n as @#| and truncates long char sequences less
13938:
13939: 2004-10-06 paf
13940:
13941: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13942: win32 beauty: socket errors properly decoded
13943:
13944: 2004-10-05 paf
13945:
13946: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13947: request::configure_user/admin done always, even if no
13948: file-to-process useful in @unhandled_exception [say, if they
13949: would want to mail by SMTP something]
13950:
13951: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13952: now performed prior to file loading [and @auto executing] thus
13953: making $cookie:value available in @auto and in
13954: @unhandled_exception when IIS is configured to run interpreter
13955: even if no file exist
13956:
13957: 2004-09-20 paf
13958:
13959: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13960: somewhere where it should have called xmlMalloc and it calls
13961: xmlFree when it should have not called it. inserted two
13962: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13963: xmlFree just ignored. put away a testcase, maybe someday libxml
13964: author would fix all that. until that day: we have SLOW garbage
13965: collecting when many xml objects are alive hint: do
13966: ^memory:compact[] before xdoc::create
13967:
13968: 2004-09-17 paf
13969:
13970: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13971: error from 3.0.8 version]
13972:
13973: 2004-09-14 paf
13974:
13975: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13976: part bugfix: hashfile.foreach iterated only part if hashfile were
13977: modified inside
13978:
13979: 2004-09-13 paf
13980:
13981: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13982: [were as octal]
13983:
13984: * src/types/pa_vhashfile.C: beauty: not reproduced
13985: $hashfile.key[$novalue] bug [reported by motorin], inserted
13986: safety-check
13987:
13988: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13989: [not something obscure from sdbm lib]
13990:
13991: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13992: = strerror now returnes something and we can properly report that
13993: to client
13994:
13995: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13996: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13997:
13998: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13999: [tainted as-is] this helps //[space][newline] to remain as-is and
14000: not be unnecessary optimized away [ruining javascript]
14001:
14002: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14003: [tainted as-is]
14004:
14005: * src/classes/mail.C: bugfix: typo error
14006:
14007: 2004-09-09 paf
14008:
14009: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
14010: separators bugfix: loads header with endings \r\n\r\n and \n\n
14011: (bloody yandex.server)
14012:
14013: 2004-09-06 paf
14014:
14015: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
14016: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
14017: encoded
14018:
14019: 2004-09-01 paf
14020:
14021: * src/types/pa_vmail.C: change: multipart/mixed changed to
14022: multipart/related outlook express have no problems showing
14023: unrelated attachments. todo: someday figure out a way of
14024: multipart/mixed multipart/related text/html
14025: image/xxx application/octet-stream << true attachments
14026:
14027: * src/types/pa_vmail.C: new:
14028: ^mail:send[$.file[$.content-disposition can be overriden new:
14029: empty mail header fields removed from letter
14030:
14031: * src/: classes/mail.C, include/pa_config_fixed.h,
14032: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14033: ^mail:send[ $.file[ $.any[header]
14034:
14035: 2004-08-30 paf
14036:
14037: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14038: warnings
14039:
14040: * src/main/pa_common.C: beauty: do not bother with charset
14041: detection when ^file::load[binary
14042:
14043: 2004-08-27 paf
14044:
14045: * src/main/pa_common.C: hack: for yandex.server http server
14046:
14047: 2004-08-18 paf
14048:
14049: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14050: possibly-chunked response
14051:
14052: 2004-08-17 paf
14053:
14054: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14055: $f.content-type now = that of http response
14056:
14057: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14058: $f.content-type now = that of http response
14059:
14060: 2004-07-30 paf
14061:
14062: * src/: include/pa_request.h, main/pa_request.C,
14063: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14064: win32: system&parser exceptions in release mode reported properly
14065: parser exception in exception handler WERE mistakenly reported as
14066: system exception, without details [in apache & isapi] +some
14067: beauty in exception text
14068:
14069: * src/: include/pa_exception.h, main/pa_request.C,
14070: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14071: release mode reported properly parser exception in exception
14072: handler WERE mistakenly reported as system exception, without
14073: details
14074:
14075: * src/main/execute.C: beauty: simplified system exception handling
14076:
14077: 2004-07-29 paf
14078:
14079: * src/classes/table.C: bugfix:
14080: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14081: were ignored, and \t used unconditionally]
14082:
14083: * src/types/Makefile.am: added vhash.c
14084:
14085: 2004-07-28 paf
14086:
14087: * src/: classes/date.C, classes/image.C, classes/math.C,
14088: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14089: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14090: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14091: failed on russian letters
14092:
14093: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14094: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14095: letters
14096:
14097: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14098: as 'currentDirectory' parameter to CreateProcess
14099:
14100: 2004-07-27 paf
14101:
14102: * src/targets/cgi/parser3.vcproj: beauty: win32:
14103: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14104: from release somewhere [to help searching for unhandled system
14105: exceptions]
14106:
14107: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14108: TZ shift
14109:
14110: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14111: but also in ctor
14112:
14113: 2004-07-26 paf
14114:
1.211 moko 14115: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14116: src/main/pa_common.C, src/main/pa_request.C,
14117: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14118: src/types/types.vcproj: new: $response:body/download[
14119: $.file[name on disk] $.name[of file for user]
14120: $.mdate[date of last-modified. default from directory] ]
14121:
14122: * src/classes/file.C: moving file:send somewhere else..
14123:
14124: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14125: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14126: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14127: $response:download[ $.filename[filename] $.option[] ,, ]
14128:
14129: * src/classes/file.C: beauty: invalid mode thoroughly reported
14130:
14131: 2004-07-21 paf
14132:
14133: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14134: to several lines
14135:
14136: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14137:
14138: note: ms outlook[!express] shows only first 255 characters of
14139: subject
14140:
14141: 2004-07-15 paf
14142:
14143: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14144: off]
14145:
14146: 2004-07-14 paf
14147:
14148: * src/classes/table.C: bugfix: $.bind values now got untainted
14149: according to lang [were: as-is]
14150:
14151: 2004-07-07 paf
14152:
14153: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14154: checked that
14155:
14156: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14157: now untainted according to their languages. were: as-is.
14158: EVERYWHERE
14159:
14160: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14161: environment string now untainted according to their languages.
14162: were: as-is. EVERYWHERE
14163:
14164: * src/main/pa_exec.C: bufix: on unix environment string now
14165: untainted according to their languages. were: as-is. on win32:
14166: ok
14167:
14168: * parser3.vssscc: ...would not go unnoticed
14169:
14170: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14171: fails. in case on input appears nonutf, those bytes will be
14172: printed in %HH form. that can be easily decoded/recovered.
14173:
14174: this form is quite noticable, and hopefully would not go noticed
14175:
14176: 2004-07-06 paf
14177:
14178: * src/main/pa_exec.C: bufix: on unix environment string now
14179: untainted according to their languages. were: as-is. on win32:
14180: ok
14181:
14182: 2004-07-01 paf
14183:
14184: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14185: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14186: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14187: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14188: main/main.vcproj, targets/cgi/parser3.vcproj,
14189: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14190: option: global optimization ON
14191:
14192: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14193: to do xdoc::create{invalid chars} standard disables chars less
14194: then \x20, except tab, cr, lf.
14195:
14196: changed tainting so that those become '!'
14197:
14198: 2004-06-25 paf
14199:
14200: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14201: int on odd address [prev bugfix failed due to superwize
14202: optimizer, which turned memcpy into same 'ld' asm command]
14203:
14204: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14205: int on odd address
14206:
14207: 2004-06-22 paf
14208:
14209: * src/sql/pa_sql_driver.h: note: about possible optimization
14210:
1.211 moko 14211: * operators.ru.txt, operators.txt, src/classes/hash.C,
14212: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14213: src/classes/void.C, src/include/pa_config_includes.h: new:
14214: ^void:sql{call paf(:a)}[ $.bind[
14215: $.a[2] ] ] output variables work. todo:
14216: check in out variables
1.95 moko 14217:
14218: 2004-06-18 paf
14219:
14220: * src/: classes/file.C, classes/hash.C, classes/string.C,
14221: classes/table.C, classes/void.C, include/pa_globals.h,
14222: include/pa_sql_connection.h, main/compile.tab.C,
14223: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14224: $.bind[ $.a[2] ]
14225: ] input variables work. todo:output
14226:
14227: * src/targets/cgi/parser3.C: bugfix: iis specific
14228: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14229: /_bug.html?404;http://hpsv/test/
14230: --------------------------------------------------------------------------------
14231: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14232: --------------------------------------------------------------------------------
14233: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14234:
14235: 2004-06-16 paf
14236:
14237: * src/targets/cgi/parser3.C: new: iis specific
14238: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14239: $request:query
14240: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14241: $form:fields IIS-STATUS="404"
14242: IIS-DOCUMENT="http://server/_bug.html" f="v"
14243:
14244: todo: isapi too
14245:
14246: 2004-05-26 paf
14247:
14248: * src/include/pa_version.h: 3.1.3
14249:
1.211 moko 14250: * operators.ru.txt, operators.txt: beauty: removed outdated level
14251: 'table'
1.95 moko 14252:
14253: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14254:
14255: * src/main/pa_string.C: beauty: removed 3 warnings
14256:
14257: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14258: classes/op.C: beauty: removed outdated level 'table'
14259:
14260: 2004-05-25 paf
14261:
14262: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14263: implementation. mistery: how anything worked
14264:
14265: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14266: changed, it is now safe to use url if pointers to it are stored
14267: to gc mem
14268:
14269: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14270: unknown errors reported and not cause SIGSEGV now
14271:
14272: 2004-05-24 paf
14273:
14274: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14275: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14276: less memory: CORD_chars_block originally intended to ... it was
14277: good that CORD_chars_block were not used: it consumes more memory
14278: [and, might be slow too] undoing that. [and removed that func so
14279: that it would not confuse parser developer in future]
14280:
14281: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14282: less memory: CORD_chars_block originally intended to
14283: speedup/reduce mem usage were forgotten, and were used stupid
14284: CORD_chars
14285:
14286: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14287:
14288: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14289: BIGENDIAN processors space-conserving mech failed, causing
14290: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14291: (1|2|3));
14292:
14293: 2004-05-14 paf
14294:
14295: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14296: bugfix: void now has vfile value, and $response:body[] works OK
14297:
14298: 2004-05-12 paf
14299:
14300: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14301: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14302: sources to use is_defined() {return as_bool();} along VBool
14303:
14304: 2004-05-11 paf
14305:
14306: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14307: referencing to local objects
14308:
14309: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14310: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14311: left intact
14312:
14313: 2004-04-15 paf
14314:
14315: * src/classes/date.C: merged: beauty: unused var removed
14316:
14317: * src/classes/date.C: beauty: unused var removed
14318:
14319: * src/include/: pa_exec.h: bugfix: interface without pointer
14320: provoked bug
14321:
14322: 2004-04-09 paf
14323:
14324: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14325:
14326: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14327:
14328: 2004-04-08 paf
14329:
14330: * src/classes/date.C: new: ^date::create[y-m-d
14331: h-M-s>>.milliseconds<<] now allowed, ignored so far
14332:
14333: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14334:
14335: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14336: to consult default catalog [usually, that file belongs to other
14337: user/group]
14338:
14339: 2004-04-06 paf
14340:
14341: * src/main/pa_common.C: beauty: gcc warning removed
14342:
14343: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14344: accept that trick, trying other
14345:
14346: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14347: explicit result problem
14348:
14349: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14350: explicit result problem
14351:
14352: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14353: explicit result problem
14354:
1.211 moko 14355: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14356: ^string.append[string]
1.95 moko 14357:
14358: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14359: main/execute.C: attempt_check_call_in_explicit_result_mode:
14360: failed
14361:
14362: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14363: http://i.p.a.ddress gethostbyaddr added [on some platforms
14364: gethostbyname failed with such 'domains'] now checked properly,
14365: were: needless reverse/forward dns lookup
14366:
14367: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14368: http://i.p.a.ddress gethostbyaddr added [on some platforms
14369: gethostbyname failed with such 'domains'] now checked properly,
14370: were: needless reverse/forward dns lookup
14371:
14372: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14373: @method[][result] means "no string output here" moved to lexical
14374: level [on grammar level it were too difficult]
14375:
1.211 moko 14376: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14377: src/main/compile.tab.C, src/main/compile.y,
14378: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14379: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14380: string output here", implemented part of that idea: compiler
14381: throws away string literal generation code. and barks
14382: nonwhitespace chars
1.95 moko 14383:
1.211 moko 14384: * operators.ru.txt, operators.txt: truth: removed comment about
14385: $ORIGIN
1.95 moko 14386:
14387: 2004-04-05 paf
14388:
14389: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14390: src/include/pa_version.h, src/main/pa_common.C,
14391: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14392:
14393: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14394: Konstantin Tomashevitch [mailto:konst@design.ru]
14395:
14396: * src/doc/html2chm.cmd: beauty: no need in bg here
14397:
14398: * src/doc/sources2html.cmd: beauty: same window, in bg it
14399: interfered with FAR console
14400:
14401: * configure, configure.in: 3.1.3
14402:
14403: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14404:
14405: * src/main/pa_common.C: removed warning
14406:
14407: * src/include/pa_version.h: 3.1.3
14408:
14409: 2004-04-02 paf
14410:
14411: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14412:
14413: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14414: allows to specify where to put parser log file
14415:
14416: 2004-04-01 paf
14417:
14418: * src/classes/table.C: bugfix: bugfix: table::load last line
14419: without tab and enter were ignored
14420:
14421: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14422: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14423: main/pa_socks.C, targets/cgi/parser3.C,
14424: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14425: bugfix: sql connections now are disconnected
14426:
14427: 2004-03-30 paf
14428:
14429: * src/classes/table.C: bugfix: table::load last line without tab
14430: and enter were ignored
14431:
14432: * src/classes/table.C: bufix: if last table lines were commented,
14433: gpfed
14434:
14435: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14436: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14437: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14438: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14439: doc/methoded.dox, doc/object.dox, doc/string.dox,
14440: doc/targets.dox, doc/value.dox, include/pa_version.h,
14441: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14442: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14443: bugfixes from 3.1.2, changed version to 3.1.3beta
14444:
14445: 2004-03-29 paf
14446:
14447: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14448: causes gpf
14449:
14450: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14451: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14452: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14453: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14454: value.dox: translated to english
14455:
14456: 2004-03-25 paf
14457:
14458: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14459: parser3project dependency removed
14460:
14461: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14462: bugfix: refused to compile without xml
14463:
14464: * src/types/pa_vform.C: beauty: removed warning
14465:
14466: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14467: any folder [removed last ;) folder dependency]
14468:
14469: * src/classes/classes.vcproj: bugfix: now all compiles in any
14470: folder [removed last ;) folder dependency]
14471:
14472: * src/include/pa_version.h: release
14473:
14474: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14475:
14476: * src/classes/table.C: beauty: comment& more meaningful error
14477: message
14478:
14479: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14480: $.hash[$.column_value1(true) ... ] [were producing some strang
14481: thing]
14482:
14483: 2004-03-23 paf
14484:
14485: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14486: and http status line parsing checked number of columns in table
14487: [user reported an assert]
14488:
1.211 moko 14489: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14490:
14491: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14492: bugfix: junction reattach now actually reattaches a junction to
14493: new wcontext [were only assigning it to junction, which caused
14494: junction tracking to loose junction, and it's context were not
14495: killed, and it tried to process in invalid context, gpf]
14496:
14497: * src/targets/cgi/parser3.C: debug helper added
14498:
14499: 2004-03-19 paf
14500:
14501: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14502: "type(type)" in braces
14503:
14504: 2004-03-10 paf
14505:
1.211 moko 14506: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14507: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14508: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14509: src/types/pa_vxnode.h: new: refined solution to
14510: search-in-namespaces problem:
1.95 moko 14511: $xdoc.search-namespaces.x[http://pif.design.ru/]
14512: $nodes[^xdoc.select[//x:second]]
14513:
1.211 moko 14514: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14515: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14516: search for info in namespaces
1.95 moko 14517:
14518: $nodes[^xdoc.select[//x:second][
14519: $.x[http://pif.design.ru/] ]]
14520:
14521: 2004-03-09 paf
14522:
1.211 moko 14523: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14524: ^file::load[...][options] $.form[
14525: !$.field1[string]
14526: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14527: ] !$.body[string]
14528:
14529: GET ?here notGET(POST, HEAD, others) in content-type:
14530: application/x-www-form-urlencoded
14531:
14532: todo: upload files ability
14533:
14534: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14535: properly, done
14536:
14537: 2004-03-05 paf
14538:
1.211 moko 14539: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14540: file::load[;http:// GET/POST $.form[$.fields started, not tested
14541: yet todo:$.field[table] for multiple values
1.95 moko 14542:
1.211 moko 14543: * operators.ru.txt, operators.txt: new: http:// options $.user
14544: $.password basic authorization
1.95 moko 14545:
14546: * src/main/pa_common.C: beauty: link to rtf added
14547:
1.211 moko 14548: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14549: src/main/pa_common.C: new: http:// options $.user $.password
14550: basic authorization
1.95 moko 14551:
14552: * src/main/pa_common.C: beauty: removed needless vars
14553:
1.211 moko 14554: * operators.ru.txt, operators.txt: new: pgsql option [like that
14555: recently added to oracle driver]
14556: ClientCharset=parser-charset << charset in which parser thinks
14557: client works
14558:
14559: * operators.ru.txt, operators.txt: new: odbc option [like that
14560: recently added to oracle driver]
14561: ClientCharset=parser-charset << charset in which parser thinks
14562: client works
1.95 moko 14563:
14564: * src/sql/pa_sql_driver.h: beauty: important warning added
14565:
14566: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14567: char!
14568:
14569: * etc/parser3.charsets/windows-1251.cfg: typo
14570:
14571: 2004-03-04 paf
14572:
14573: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14574: cached, sql transcoding now goes faster
14575:
1.211 moko 14576: * operators.ru.txt, operators.txt: new: mysql option [like that
14577: recently added to oracle driver]
14578: ClientCharset=parser-charset << charset in which parser thinks
14579: client works
1.95 moko 14580:
14581: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14582: typo error
14583:
14584: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14585: chars commented
14586:
14587: 2004-03-03 paf
14588:
14589: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14590: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14591:
14592: 2004-03-02 paf
14593:
1.211 moko 14594: * operators.ru.txt, operators.txt: new[update typo]:
14595: !^void.left(n) nothing !^void.right(n) nothing
14596: !^void.mid(p[;n]) nothing
14597:
14598: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14599: !^void.left(n) nothing !^void.right(n) nothing
14600: !^void.pos(p[;n]) nothing
1.95 moko 14601:
1.211 moko 14602: * operators.ru.txt, operators.txt, src/classes/file.C,
14603: src/include/pa_string.h: new:
1.95 moko 14604: ^file::sql[[name_to_become_$.name]]{} query result must be one
14605: row with columns: first: data second: file name third:
14606: content-type
14607:
1.211 moko 14608: * operators.ru.txt, operators.txt, src/classes/file.C:
14609: ^file.sql-string[] inside ^connect gets properly escaped string,
14610: which can be passed to request now this for mysql only. it's up
14611: to parser sql driver to fix zeros properly
1.95 moko 14612:
14613: * INSTALL: note: added on building apache with this option:
14614: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14615:
14616: 2004-03-01 paf
14617:
14618: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14619: extension memory:compact befor processingrequest
14620:
1.211 moko 14621: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14622: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14623:
1.211 moko 14624: * operators.ru.txt, operators.txt, src/classes/image.C,
14625: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14626: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14627:
14628: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14629: beauty: image -- less checks [were ugly impl]
14630:
14631: * src/classes/string.C: bugfix: ^string.left/right/mid with
14632: negative values now considered bad
14633:
14634: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14635:
14636: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14637: options now have unified defaults [after transform
14638: indent/omit-xml-declaration/standalone 'default' erroreously
14639: meant 'true']
14640:
14641: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14642: added [on some platforms gethostbyname failed with such
14643: 'domains']
14644:
14645: * src/include/pa_config_auto.h.in: no select check, no define
14646:
14647: * src/classes/string.C: feature: ^string.trim both parameters may
14648: be empty-strings, meaning kind=both chars=whitespaces
14649:
14650: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14651: exist
14652:
14653: * src/classes/string.C: check: trim 'chars' must not be empty,
14654: exception if it is
14655:
14656: * src/classes/string.C: changed: ^string.trim [] << both,
14657: whitespaces [start|both|end] << kind, whitespaces
14658: [start|both|end;chars] full
14659:
14660: 2004-02-27 paf
14661:
1.211 moko 14662: * operators.ru.txt, operators.txt, src/classes/string.C,
14663: src/main/pa_string.C: new method:
14664: ^string.trim[start|both|end[;chars]] default 'chars' --
14665: whitespace chars finished
1.95 moko 14666:
1.211 moko 14667: * operators.ru.txt, operators.txt, src/classes/string.C,
14668: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14669: ^string.trim[start|both|end[;chars]] default 'chars' --
14670: whitespace chars started, only start works
14671:
14672: * src/main/compile.C: bugfix: line numbers after
14673: ^process{}[$.line(-10]] can be negative, allowed to print they as
14674: signed
14675:
14676: * src/main/untaint.C: speed: there's no \n chars in output
14677: [normally], so no need to optimize them they could be retrived
14678: from databases, though. but 1. should be replaced 2. if not
14679: optimized, no harm done
14680:
14681: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14682: ^file::exec/cgi could return invalid status & zombie child can
14683: remain for short period until process exists [very bad in
14684: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14685:
14686: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14687: malicious SMTP server to attack as by returning too long status
14688: responses http://i2/tasks/edit/?id=4629448401140924947
14689:
14690: 2004-02-26 paf
14691:
1.211 moko 14692: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14693: has options] which are $.main[to what to rename @main]
1.95 moko 14694: $.file[file, from which (user says) goes that CODE]
14695: $.lineno(line number in that file, where CODE starts. may be
14696: negative)
14697:
1.211 moko 14698: * operators.ru.txt, operators.txt, src/classes/op.C,
14699: src/include/pa_request.h, src/main/compile.C,
14700: src/main/compile_tools.h, src/main/pa_request.C: feature:
14701: ^process...{CODE}[now has options] which are $.main[to
14702: what to rename @main] $.file[file, from which (user says)
14703: goes that CODE] $.lineno(line number in that file, where
14704: CODE starts. may be negative)
14705:
1.95 moko 14706: 2004-02-25 paf
14707:
1.116 moko 14708: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14709: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14710:
14711: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14712: produces hash of column=>1
14713:
14714: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14715: with incomplete errno constants set
14716:
14717: 2004-02-24 paf
14718:
14719: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14720: "man select"
14721:
14722: * src/main/pa_os.C: beauty: <0 better then ==-1
14723:
14724: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14725:
14726: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14727:
1.116 moko 14728: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14729:
14730: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14731: unix: steps to work on unix [extracted 'to']
14732:
14733: * src/classes/mail.C: smtp on unix: steps to work on unix
14734:
14735: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14736:
1.116 moko 14737: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14738: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14739: unix [testing on solaris]
1.95 moko 14740:
14741: 2004-02-20 paf
14742:
14743: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14744: pointing that out
14745:
14746: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14747: fixed again [same solution, mistanenly removed one line]
14748:
14749: 2004-02-19 paf
14750:
14751: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14752: date::create from bad datetime in spring daylightsaving hole now
14753: OK for all platforms [on some platforms it failed]
14754:
14755: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14756: in daylightsaving hole] now throws error
14757:
14758: * src/classes/date.C: comment: mistake fixed
14759:
14760: 2004-02-18 paf
14761:
14762: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14763: now renderes in $request:charset, but in header puts
14764: $response:charset todo: make that default only so that coder
14765: could override that
14766:
14767: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14768: turns off omit-xml-declaration
14769:
14770: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14771: /.xsl for sample
14772:
14773: 2004-02-17 paf
14774:
14775: * src/classes/xdoc.C: beauty: needless helper class removed
14776:
14777: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14778: copied extra time
14779:
14780: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14781: part of libxml
14782:
14783: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14784: libxml to do the work] <xsl:output method="html"
14785: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14786: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14787: />
14788:
14789: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14790:
14791: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14792: caused assertion
14793:
14794: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14795: could hang. now such add does nothing, sub clears $hash
14796:
14797: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14798: not made quoted-printable
14799:
14800: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14801: string invariant
14802:
14803: 2004-02-16 paf
14804:
14805: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14806: cleared [were not cleared properly]
14807:
14808: 2004-02-13 paf
14809:
1.116 moko 14810: * src/include/pa_version.h: prerelease
1.95 moko 14811:
14812: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14813: used, introducing dependencies timestamp check
14814:
14815: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14816: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14817: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14818: .xsl.stamp now not used, introducing dependencies timestamp check
14819:
1.150 moko 14820: * configure.in: auto.p: @conf made relative
1.95 moko 14821:
14822: 2004-02-12 paf
14823:
14824: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14825: ruined empty <input type=file> submits. parser thought there were
14826: nameless empty file and $form:field got value of type 'file'
14827:
14828: * INSTALL: --without-threads
14829:
14830: * src/include/pa_sapi.h: 2004
14831:
14832: 2004-02-11 paf
14833:
14834: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14835: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14836: classes/hashfile.C, classes/image.C, classes/int.C,
14837: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14838: classes/response.C, classes/string.C, classes/table.C,
14839: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14840: include/pa_array.h, include/pa_cache_managers.h,
14841: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14842: include/pa_config_fixed.h, include/pa_config_includes.h,
14843: include/pa_dictionary.h, include/pa_dir.h,
14844: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14845: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14846: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14847: include/pa_request_charsets.h, include/pa_request_info.h,
14848: include/pa_socks.h, include/pa_sql_connection.h,
14849: include/pa_sql_driver_manager.h, include/pa_stack.h,
14850: include/pa_string.h, include/pa_stylesheet_connection.h,
14851: include/pa_stylesheet_manager.h, include/pa_table.h,
14852: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14853: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14854: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14855: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14856: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14857: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14858: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14859: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14860: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14861: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14862: main/pa_sql_driver_manager.C, main/pa_string.C,
14863: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14864: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14865: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14866: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14867: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14868: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14869: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14870: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14871: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14872: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14873: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14874: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14875: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14876: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14877: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14878: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14879: types/pa_vresponse.h, types/pa_vstateless_class.C,
14880: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14881: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14882: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14883: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14884: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14885: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14886:
14887: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14888: debug version of gc.dll
14889:
14890: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14891: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14892: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14893: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14894: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14895: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14896: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14897: processes
14898:
14899: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14900: main/pa_globals.C, targets/cgi/parser3.vcproj,
14901: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14902: changes to reflect libxml xsl new folders
14903:
14904: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14905: lib/smtp/smtp.vcproj, main/main.vcproj,
14906: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14907: to reflect libxml xsl new folders
14908:
14909: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14910: lib/smtp/smtp.vcproj, main/main.vcproj,
14911: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14912: types/types.vcproj: started changes to reflect libxml xsl new
14913: folders
14914:
14915: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14916: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14917: src/main/compile.tab.C, src/main/main.vcproj,
14918: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14919: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14920: started changes to reflect libxml xsl new folders
14921:
14922: 2004-02-10 paf
14923:
14924: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14925: compile. recommened latest libxml up to date
14926:
14927: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14928: pattern compilation errors", on which spent 4 hours worktime. use
14929: versions higher than that. recommended now latest up to date
14930:
14931: 2004-02-06 paf
14932:
14933: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14934: beauty: unified destructing style
14935:
14936: * src/main/untaint.C: beauty: removed old def/ifdef
14937:
14938: * src/main/untaint.C: beauty: coredump @unknown untaint language
14939: now
14940:
14941: 2004-02-03 paf
14942:
14943: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14944: targets/isapi/parser3isapi.C, types/pa_value.C,
14945: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14946: then %ld/%lu
14947:
14948: * src/main/pa_common.C: typo: %l -> %u
14949:
14950: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14951: in attributes or documents-results of transform now not xx;
14952:
14953: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14954:
14955: * src/main/pa_charset.C: bugfix: forgot to undo some
14956:
14957: * src/main/pa_charset.C: beauty: uncomment
14958: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14959: libraries
14960:
14961: 2004-02-02 paf
14962:
14963: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14964: $cookie:example[ $.value[value] $.path[/there/] ]
14965:
14966: $cookie:example[ $.value[] $.expires[session]
14967: $.path[/there/] $.domain[test.com] ]
14968:
14969: * src/types/pa_vform.C: bugfix: empty values with
14970: enctype=multipart/form-data now produce entries in $form:tables
14971: <form method=post enctype=multipart/form-data> <input type=hidden
14972: name=a> <input type=hidden name=b>
14973:
14974: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14975: <hr> <pre>$request:body
14976:
14977: 2004-01-30 paf
14978:
14979: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14980: or documents-results of transform now not xx;
14981:
14982: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14983: produce exception.
14984:
14985: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14986: bugfix: ^date::create[invalid fields now produce exception.
14987:
14988: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14989: year] now produces exception. todo: check other fields
14990:
14991: 2004-01-29 paf
14992:
14993: * src/include/pa_memory.h: typo error
14994:
14995: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14996: more byte then specified, then zeroed it << useless and
14997: potentially harmful(could gpf)
14998:
14999: 2004-01-22 paf
15000:
15001: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
15002:
15003: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
15004: optimization
15005:
15006: * src/main/untaint.C: bugfix: whitespace now optimized properly
15007: [were bug: ^taint[1 & 2]="1 &2"
15008:
15009: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
15010: errors
15011:
15012: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
15013: overflow
15014:
15015: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
15016: error-reporting code * in parser-error reporting code [when no
15017: @unhandled_exception defined]
15018:
15019: fixed in one place: my *snprintf override
15020:
15021: 2004-01-13 paf
15022:
1.211 moko 15023: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15024:
15025: 2003-12-25 paf
15026:
15027: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15028: garbled [pieces after zero bytes were removed]
15029:
15030: 2003-12-22 paf
15031:
1.116 moko 15032: * src/include/Makefile.am: bugfix: removed from dist:
15033: src/include/pa_config_auto.h which were configured for
1.95 moko 15034: make-dist-platform and badly updated proper config file in target
15035: [when .tar used for updating existing source tree]
15036:
1.211 moko 15037: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15038: src/include/pa_sql_connection.h,
15039: src/include/pa_sql_driver_manager.h,
15040: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15041: feature: sql introducing ability to transcode charsets
15042:
15043: 2003-12-19 paf
15044:
15045: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15046: error message
15047:
15048: * src/main/pa_charset.C: bugfix: memory for charsethandler
15049: structure for libxml now allocated properly
15050:
15051: 2003-12-17 paf
15052:
15053: * src/types/pa_vfile.C: beauty: removed outdated cast
15054:
15055: * src/main/pa_common.C: bugfix: empty http response caused gpf
15056:
15057: * src/include/pa_string.h: bugfix: removed too strong a assert
15058:
15059: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15060: unreported xmlGenericErrors]
15061:
15062: 2003-12-15 paf
15063:
15064: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15065: works}
15066:
15067: 2003-12-11 paf
15068:
1.211 moko 15069: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15070: !$status:pid process id
1.95 moko 15071: !$status:tid thread id
15072:
15073: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15074: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15075: bugfix(solaris): removed dependency on object initialization
15076: order [one more place]
15077:
15078: * src/: classes/file.C, classes/mail.C, classes/op.C,
15079: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15080: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15081: understand that
15082:
15083: * src/: classes/file.C, classes/mail.C, classes/op.C,
15084: classes/xdoc.C, include/pa_cache_managers.h,
15085: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15086: include/pa_stylesheet_manager.h, main/pa_request.C,
15087: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15088: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15089: ctor call [relying on implicit String::Body(cstr) call]
15090:
15091: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15092: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15093: object initialization order [two places]
15094:
15095: 2003-12-10 paf
15096:
15097: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15098: << time now ok
15099:
1.211 moko 15100: * operators.ru.txt, operators.txt,
15101: src/main/pa_sql_driver_manager.C,
1.95 moko 15102: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15103: operational
15104:
1.211 moko 15105: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15106: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15107: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15108: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15109: back operational
15110:
15111: 2003-12-02 paf
15112:
15113: * src/types/pa_vmail.C: bugfix:
15114: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15115: as-is forced]
15116:
15117: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15118: exceptions out of libxml callbacks: reimplemented error handling
15119: of http://localhost, parser://method and safemode check callbacks
15120:
15121: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15122: [merged from HEAD]
15123:
15124: * src/classes/image.C: nothing: comment removed
15125:
15126: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15127: addresses to int
15128:
15129: 2003-12-01 paf
15130:
15131: * src/main/pa_xml_io.C: bugfix: typo
15132:
15133: * src/main/pa_globals.C: bugfix: win32: compile prob
15134:
15135: * src/classes/xdoc.C: bugfix: typo
15136:
15137: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15138: exception
15139:
15140: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15141:
15142: 2003-11-28 paf
15143:
15144: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15145: all xml documents read
15146:
15147: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15148:
15149: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15150: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15151: replaced original open mech of xdoc::create & co to use libxml
15152: open, so that this would work for root document todo: safe mode
15153: checks to libxml: ideally to some 1 point
15154:
15155: * src/main/pa_xml_io.C: comment
15156:
1.211 moko 15157: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15158: in http://parser[abscent params]
1.95 moko 15159:
1.211 moko 15160: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15161: src/main/pa_xml_io.C: works. todo: maybe replace original open
15162: mech of xdoc::create & co to use libxml open, so that this would
15163: work for root document
1.95 moko 15164:
15165: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15166: "parser://method/params/here"> <test> &test^; </test> }]
15167:
15168: ^taint[^xdoc.string[]]
15169:
15170: @method[param] <!ENTITY test
15171: "test-entity-value+$form:user+$param!">
15172:
15173: 2003-11-27 paf
15174:
15175: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15176:
15177: * src/classes/date.C: bugfix: typo error
15178:
15179: 2003-11-26 paf
15180:
1.211 moko 15181: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15182: src/include/pa_globals.h, src/main/Makefile.am,
15183: src/main/main.vcproj, src/main/pa_globals.C,
15184: src/main/pa_request.C, src/include/pa_xml_io.h,
15185: src/main/pa_xml_io.C: simplification: xml errors to
15186: hash<thread_id,error> reorganization: xml io moved to
15187: pa_xml_io.C/h
1.95 moko 15188:
15189: * src/types/pa_value.h: warnings: --
15190:
15191: 2003-11-25 paf
15192:
15193: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15194: whatever)
15195:
15196: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15197: a, (c?x:y, z)
15198:
15199: * src/main/untaint.C: bugfix: consequences of not reading this
15200: comment: CORD_pos_chars_left /* Number of characters in cache.
15201: <= 0 ==> none */
15202:
15203: * src/include/pa_array.h: removed needless checks
15204:
15205: 2003-11-24 paf
15206:
15207: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15208: removed limit: now $form:xxx can be accessed anytime, even in
15209: @auto/conf [and request/response:charset still can be changed
15210: anytime]
15211:
15212: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15213: now not transcodes response body
15214:
1.211 moko 15215: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15216: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15217: $tn[^xdoc.createTextNode[text node value]]
15218: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15219: $xdoc.firstChild.firstChild.nodeValue[different]
15220: ^taint[^xdoc.string[]]
15221:
15222: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15223: workaround: static Hash::allocates -> static Hash_allocates
15224:
15225: 2003-11-21 paf
15226:
1.116 moko 15227: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15228: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15229: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15230:
15231: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15232:
15233: * src/classes/mail.C: bugfix: typo
15234:
15235: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15236: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15237: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15238: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15239: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15240: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15241:
15242: * src/main/pa_exec.C: bug in safe mode
15243:
15244: * src/include/Makefile.am: pa_xml_exception.h
15245:
15246: * src/targets/isapi/parser3isapi.C: more warnings --
15247:
15248: 2003-11-20 paf
15249:
15250: * src/: classes/math.C, classes/op.C, classes/string.C,
15251: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15252: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15253: --
15254:
15255: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15256: more warnings --
15257:
15258: * src/classes/xdoc.C: more warnings --
15259:
15260: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15261:
15262: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15263: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15264:
15265: * src/: classes/date.C, classes/file.C, classes/hash.C,
15266: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15267: classes/table.C, include/pa_cache_managers.h,
15268: include/pa_stylesheet_connection.h, main/pa_request.C,
15269: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15270: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15271: --
15272:
15273: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15274: can't report problem (undefined @unhandled_exception) problem
15275: source string were not reported
15276:
15277: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15278: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15279: classes/hashfile.C, classes/image.C, classes/int.C,
15280: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15281: classes/response.C, classes/string.C, classes/table.C,
15282: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15283: include/pa_array.h, include/pa_cache_managers.h,
15284: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15285: include/pa_config_fixed.h, include/pa_dictionary.h,
15286: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15287: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15288: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15289: include/pa_request.h, include/pa_request_charsets.h,
15290: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15291: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15292: include/pa_stack.h, include/pa_string.h,
15293: include/pa_stylesheet_connection.h,
15294: include/pa_stylesheet_manager.h, include/pa_table.h,
15295: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15296: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15297: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15298: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15299: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15300: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15301: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15302: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15303: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15304: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15305: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15306: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15307: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15308: targets/isapi/parser3isapi.C, types/pa_junction.h,
15309: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15310: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15311: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15312: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15313: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15314: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15315: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15316: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15317: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15318: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15319: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15320: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15321: types/pa_vresponse.h, types/pa_vstateless_class.C,
15322: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15323: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15324: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15325: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15326: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15327: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15328: const IDENT
15329:
15330: * src/: include/pa_array.h, include/pa_pool.h,
15331: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15332: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15333: types/pa_wcontext.h: more warnings --
15334:
15335: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15336: classes/file.C, classes/hash.C, classes/hashfile.C,
15337: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15338: classes/memory.C, classes/op.C, classes/string.C,
15339: classes/table.C, classes/xdoc.C, classes/xnode.C,
15340: include/pa_config_includes.h, include/pa_operation.h,
15341: include/pa_sql_connection.h, include/pa_table.h,
15342: include/pa_types.h, lib/ltdl/config_fixed.h,
15343: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15344: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15345: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15346: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15347: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15348: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15349: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15350: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15351: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15352: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15353: types/pa_vmail.C, types/pa_vobject.C,
15354: types/pa_vstateless_class.h, types/pa_vtable.C,
15355: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15356: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15357: on all projects (except libltdl=off & libsdbm=level3) found
15358: several unitialized vars
15359:
15360: 2003-11-19 paf
15361:
15362: * src/classes/op.C: more ansi C++ comp
15363:
1.211 moko 15364: * operators.ru.txt, operators.txt, src/classes/op.C,
15365: src/include/pa_request.h, src/main/pa_request.C:
15366: ^cache[...]{body}{catch block with $exception.handled[cache]
15367: meaning "get expired cache, if any. else error"}
1.95 moko 15368:
15369: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15370: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15371: ^cache[...]{body}{catch code with $exception.cache field}
15372:
15373: 2003-11-12 paf
15374:
15375: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15376: [copy/paste bug]
15377:
15378: 2003-11-11 paf
15379:
15380: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15381: failed]
15382:
15383: 2003-11-10 paf
15384:
15385: * src/types/pa_vconsole.h: flush
15386:
1.211 moko 15387: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15388: src/types/Makefile.am, src/types/types.vcproj,
15389: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15390:
1.211 moko 15391: * operators.ru.txt, operators.txt: mysql: transaction support:
15392: ?autocommit=0
1.95 moko 15393:
1.211 moko 15394: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15395:
15396: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15397: serialize version and exipire now removes entries
15398:
1.211 moko 15399: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15400: altogether [and dir, if could]
1.95 moko 15401:
15402: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15403: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15404: removes files altogether [and dir, if could]
15405:
15406: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15407: nonexistent pair. .c coded that that was error. fixed
15408:
15409: * src/types/pa_vhashfile.C: sdbm: exception type change to
15410: file.access [regretfull can't split it to different exceptions
15411: without modifying sdbm source wich would prefer not to]
15412:
15413: 2003-11-07 paf
15414:
15415: * src/: classes/date.C, classes/file.C, classes/hash.C,
15416: classes/hashfile.C, classes/image.C, classes/table.C,
15417: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15418: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15419: main/execute.C, main/main.vcproj, main/pa_pool.C,
15420: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15421: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15422: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15423: destructing objects at request processing end
15424:
15425: 2003-11-06 paf
15426:
15427: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15428: updates
15429:
15430: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15431: to include sdbm
15432:
1.116 moko 15433: * src/include/: pa_config_includes.h, pa_version.h: our
15434: replacements of max& co only for cpp
1.95 moko 15435:
15436: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15437: upper dir, .am updated
15438:
15439: * tests/todo.txt: hashfile: done
15440:
1.211 moko 15441: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15442: hashfile: clear & expiration [time in value. todo: move time to
15443: key]
1.95 moko 15444:
15445: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15446:
15447: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15448: to do that in foreach, no errors, but surely wrong]
15449:
1.211 moko 15450: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15451: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15452:
1.211 moko 15453: * operators.ru.txt, operators.txt, src/classes/hash.C,
15454: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15455: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15456:
15457: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15458: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15459: hashfile: hash
1.95 moko 15460:
1.211 moko 15461: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15462: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15463: tests/todo.txt: hashfile: delete
1.95 moko 15464:
15465: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15466: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15467: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15468: get/put [raw]
15469:
15470: * src/: classes/op.C, main/pa_os.C: just linked
15471:
15472: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15473: XmlException changes
15474:
15475: * src/: include/pa_charset.h, include/pa_globals.h,
15476: include/pa_stylesheet_connection.h, main/pa_exception.C:
15477: XmlException changes
15478:
15479: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15480:
15481: * src/: include/pa_common.h, include/pa_exception.h,
15482: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15483: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15484: main/pa_xml_exception.C: locking move to pa_os [along with
15485: pa_sleep] apr-impl locking done
15486:
1.211 moko 15487: * configure, configure.in, operators.ru.txt, operators.txt,
15488: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15489: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15490: src/include/pa_exception.h, src/include/pa_globals.h,
15491: src/include/pa_memory.h, src/include/pa_version.h,
15492: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15493: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15494: src/main/compile.tab.C, src/main/main.vcproj,
15495: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15496: src/types/Makefile.am, src/types/pa_vhash.C,
15497: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15498: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15499: again with sdbm from apache
15500:
15501: 2003-11-05 paf
15502:
15503: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15504: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15505: \parser3project dir anymore
15506:
15507: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15508: thoughtlessly from xalan]
15509:
15510: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15511: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15512: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15513:
15514: * src/main/helpers/CaseFolding.txt:
15515: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15516:
15517: 2003-11-04 paf
15518:
1.211 moko 15519: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15520:
15521: * src/classes/table.C: compiled on unix
15522:
1.116 moko 15523: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15524:
15525: * src/classes/mail.C: compiled on unix
15526:
1.211 moko 15527: * operators.ru.txt, operators.txt, src/classes/mail.C,
15528: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15529: $.options[unix: string to append to sendmail command
15530: line]
15531:
1.211 moko 15532: * operators.ru.txt, operators.txt, src/classes/table.C,
15533: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15534: $.separator[^#09] $.encloser["] <nothing> by default
15535:
15536: * operators.ru.txt, operators.txt, src/classes/table.C,
15537: tests/todo.txt: ^table::load !$.separator[^#09]
15538: !$.encloser["] <nothing> by default
1.95 moko 15539:
15540: 2003-11-03 paf
15541:
1.211 moko 15542: * operators.ru.txt, operators.txt, src/classes/table.C,
15543: src/main/pa_common.C: ^table::load[; options:
15544: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15545:
1.211 moko 15546: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15547: src/types/pa_vrequest.C: $request:document-root
15548:
15549: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15550: [already included into uri=xxx]
15551:
1.211 moko 15552: * operators.ru.txt, operators.txt, src/classes/image.C,
15553: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15554:
15555: * src/classes/date.C: minor precaution
15556:
1.211 moko 15557: * operators.ru.txt, operators.txt, src/classes/date.C:
15558: !^date::unix-timestamp()
1.95 moko 15559: !^date.unix-timestamp[]
15560:
15561: 2003-10-30 paf
15562:
1.211 moko 15563: * operators.ru.txt, operators.txt, src/classes/date.C,
15564: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15565: $date.hour
1.95 moko 15566:
15567: * src/classes/: date.C, image.C: improvement diagnostics:
15568: $now[^date::create[$undefined]] now is error
15569:
15570: * src/main/pa_common.C: read errors would now be reported 'actually
15571: read -1 bytes'
15572:
15573: 2003-10-24 paf
15574:
15575: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15576: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15577: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15578: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15579:
15580: 2003-10-22 paf
15581:
15582: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15583:
15584: 2003-10-21 paf
15585:
1.211 moko 15586: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15587: src/main/pa_string.C: fixed: string.match[g] without <'> option
15588: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15589:
15590: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15591: recoursion' message with intensive throw-catches fixed: incorrect
15592: name and line (one name upper then needed) in error message about
15593: problems inside try block
15594:
15595: 2003-10-10 paf
15596:
15597: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15598: check offset argument for validity did that in String::Body::pos
15599: myself http://i2/tasks/edit/?id=4577425257580789777
15600:
15601: 2003-10-07 paf
15602:
15603: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15604: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15605:
15606: 2003-10-03 paf
15607:
15608: * parser3.sln, src/include/pa_dictionary.h,
15609: src/main/pa_dictionary.C, src/main/pa_string.C,
15610: src/targets/cgi/parser3.vcproj: dictionary optimized by
15611: precalculating cstr&length
15612:
15613: 2003-10-02 paf
15614:
15615: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15616: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15617: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15618: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15619:
15620: 2003-09-30 paf
15621:
15622: * src/main/pa_string.C: string::replace bug fix [were ignoring
15623: occurrances after lang-mismatched
15624:
15625: 2003-09-29 paf
15626:
15627: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15628: helper
15629:
15630: * src/main/pa_string.C: string::serialize bug fix with
15631: zero-terminator
15632:
15633: * src/classes/table.C: ^nameless_table.save column row now has no
15634: \t at the end
15635:
15636: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15637: @postprocess now takes $response:body/download
15638:
15639: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15640: error message
15641:
15642: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15643:
15644: * src/classes/table.C: bugfix: flip: must produce nameless
15645: http://i2/tasks/edit/?id=4573405524674081244
15646:
15647: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15648: main/helpers/simple_folding.pl: utf-8 upper/lower
15649:
15650: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15651: to typo error http://i2/tasks/edit/?id=4573354650786434584
15652:
15653: 2003-09-26 paf
15654:
15655: * src/main/untaint.C: removed needless field
15656:
15657: * src/main/untaint.C: removed needless const
15658:
15659: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15660: String.for_each bug fixed [omited one-char cases]
15661:
15662: * src/include/pa_stack.h: bugfix: before collecting garbage,
15663: runtime-executor stack were cleared... BADLY
15664:
15665: * src/main/pa_string.C: ^stirng.replace code used old
15666: param-convention on langs.append, fixed that search fo the like,
15667: found none
15668:
15669: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15670: string::serialize/deserialize implemented Language enum assigned
15671: meaningful letters [more convinient for debugging. read warning
15672: before adding/changing anything]
15673:
15674: 2003-09-25 paf
15675:
15676: * src/: include/pa_string.h, include/pa_version.h,
15677: main/pa_string.C, main/untaint.C: templates and anonymous unions
15678: differences on unix
15679:
15680: * parser3.sln, src/classes/file.C, src/classes/image.C,
15681: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15682: src/classes/xdoc.C, src/classes/xnode.C,
15683: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15684: src/include/pa_charsets.h, src/include/pa_common.h,
15685: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15686: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15687: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15688: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15689: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15690: src/main/compile_tools.h, src/main/pa_charset.C,
15691: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15692: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15693: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15694: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15695: src/types/pa_vmail.C, src/types/pa_vmath.C,
15696: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15697: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15698:
15699: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15700: functions aligned to that of eeparser3 look
15701:
15702: * src/lib/cord/cordprnt.c: removed warnings
15703:
15704: 2003-09-24 paf
15705:
15706: * src/: classes/file.C, classes/image.C, classes/mail.C,
15707: classes/op.C, classes/xdoc.C, classes/xnode.C,
15708: include/pa_cache_managers.h, include/pa_charset.h,
15709: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15710: include/pa_sql_driver_manager.h, include/pa_string.h,
15711: include/pa_stylesheet_manager.h, include/pa_table.h,
15712: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15713: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15714: main/pa_sql_driver_manager.C, main/pa_string.C,
15715: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15716: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15717: types/pa_vstateless_class.h, types/pa_vstatus.C,
15718: types/pa_vxnode.C: v() functions of String::Body,
15719: String::Languages and String itself StringBody->String::Body
15720:
15721: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15722: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15723: never optimized anything. todo: somehow speed up harder cases:
15724: concatenationA+concatenationB when last block of A and first of B
15725: contain same letters
15726:
15727: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15728: lib/cord/include/cord.h: langs: speed up by joining adjucent
15729: blocks of same char [CORD_append_block]
15730:
15731: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15732: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15733: save space by extending blocks when appending block with c ==
15734: lastblock.c
15735:
15736: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15737: working yet :( but more working &understood :)
15738:
15739: * src/: classes/table.C, include/pa_string.h,
15740: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15741:
15742: 2003-09-23 paf
15743:
15744: * src/main/untaint.C: $a[ok!] $a works!
15745:
15746: * src/main/untaint.C: something even more works :)
15747:
15748: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15749: something more works :)
15750:
15751: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15752: lib/cord/cordxtra.c: something already works :)
15753:
15754: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15755: serialize&deserialize
15756:
15757: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15758: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15759: main/untaint.C: main idea implemented, details left
15760:
15761: 2003-09-22 paf
15762:
15763: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15764:
15765: * src/classes/xnode.C: copy/paste comment bugfix
15766:
15767: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15768: allocator returns 0, just die.
15769: http://i2/tasks/edit/?id=4570798492410259445
15770:
15771: * src/classes/xdoc.C: copy/paste comment bugfix
15772:
15773: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15774: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15775: xnode: getAttributeNS setAttributeNS removeAttributeNS
15776: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15777:
15778: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15779: chars due to bitwise operation signed-char error]
15780:
15781: 2003-09-19 paf
15782:
15783: * src/types/pa_wcontext.C: output message: more practical
15784: suggestion
15785:
1.211 moko 15786: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15787: $f[^file::load[binary;http://...]] $f.tables
15788:
15789: 2003-09-02 paf
15790:
15791: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15792: flush stdout without referencing 'stdout' symbol. to hell with
15793: non-ansi libraries without 'stdout' symbol
15794:
15795: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15796: unix (users reported problems with some old libc)
15797:
15798: * src/types/pa_vdate.h: forgot initializer
15799:
15800: 2003-09-01 paf
15801:
15802: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15803: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15804: zone]
15805:
15806: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15807:
15808: 2003-08-19 paf
15809:
15810: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15811: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15812: simplified a little
15813:
15814: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15815: [lost fix from 3.0.8]
15816:
15817: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15818: visible here }
15819:
15820: bug fix
15821:
15822: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15823:
15824: * src/main/compile.tab.C: initialized couple of variables about
15825: which user reported runtime problems when parser were compiled
15826: with VC7, warning level4. study shows that later in bison
15827: they've fixed that. would migrate to latest bison someday
15828:
15829: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15830: recoding headers)
15831:
15832: * src/types/pa_vmail.C: works as before, same charset problems:
15833: gmime recodes to UTF-8 only headers, not body. so not recoding
15834: anything for now
15835:
15836: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15837: problems with body
15838:
15839: * src/types/pa_vmail.C: mail_receive just compiled
15840:
15841: 2003-08-18 paf
15842:
15843: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15844: main/main.vcproj, types/types.vcproj: win32: continued process
15845: detaching from \parser3project directory
15846:
15847: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15848: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15849: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15850: src/lib/pcre/pcre_dftables.dsp,
15851: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15852: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15853: src/types/types.dsp: moved to MSVC 7
15854:
15855: * gnu.vcproj.vspscc, parser3.vssscc,
15856: src/classes/classes.vcproj.vspscc,
15857: src/lib/cord/cord.vcproj.vspscc,
15858: src/lib/ltdl/libltdl.vcproj.vspscc,
15859: src/lib/md5/md5.vcproj.vspscc,
15860: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15861: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15862: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15863: src/targets/isapi/parser3isapi.vcproj.vspscc,
15864: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15865: moved to MSVC 7
15866:
15867: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15868: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15869: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15870: src/lib/pcre/pcre_dftables.vcproj,
15871: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15872: src/targets/cgi/parser3.vcproj,
15873: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15874: new VS project files
15875:
15876: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15877: .NET to detect Jalindi Igloo capabilities.
15878:
15879: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15880: src/classes/classes.awk, src/doc/footer.htm,
15881: src/include/pa_config_fixed.h, src/include/pa_version.h,
15882: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15883: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15884: src/types/pa_vmail.C: merged 3.1.0 latest changes
15885:
15886: 2003-08-15 paf
15887:
15888: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15889: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15890:
15891: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15892: non-ascii <yyy> now encoded correctly
15893:
15894: 2003-07-29 paf
15895:
1.116 moko 15896: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15897: dist
1.95 moko 15898:
15899: * src/types/pa_vmail.C: just started --with-mail-receive
15900:
15901: 2003-07-28 paf
15902:
1.116 moko 15903: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15904: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15905:
15906: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15907:
15908: 2003-07-25 paf
15909:
15910: * src/doc/footer.htm: year
15911:
15912: 2003-07-24 paf
15913:
15914: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15915: fix
15916:
15917: * src/include/pa_version.h: release
15918:
1.116 moko 15919: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15920:
15921: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15922: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15923: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15924: getting rid of win32xml pseudo project
15925:
15926: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15927:
1.116 moko 15928: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15929: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15930: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15931: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15932: src/classes/classes.C, src/classes/classes.awk,
15933: src/classes/classes.dsp, src/classes/classes.h,
15934: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15935: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15936: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15937: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15938: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15939: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15940: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15941: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15942: src/include/pa_array.h, src/include/pa_cache_managers.h,
15943: src/include/pa_charset.h, src/include/pa_charsets.h,
15944: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15945: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15946: src/include/pa_dictionary.h, src/include/pa_dir.h,
15947: src/include/pa_exception.h, src/include/pa_exec.h,
15948: src/include/pa_globals.h, src/include/pa_hash.h,
15949: src/include/pa_memory.h, src/include/pa_opcode.h,
15950: src/include/pa_operation.h, src/include/pa_pool.h,
15951: src/include/pa_pragma_pack_begin.h,
1.95 moko 15952: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15953: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15954: src/include/pa_sapi.h, src/include/pa_socks.h,
15955: src/include/pa_sql_connection.h,
15956: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15957: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15958: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15959: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15960: src/include/pa_uue.h, src/lib/Makefile.am,
15961: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15962: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15963: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15964: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15965: src/lib/cord/include/ec.h,
15966: src/lib/cord/include/private/Makefile.am,
15967: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15968: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15969: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15970: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15971: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15972: src/main/compile_tools.C, src/main/compile_tools.h,
15973: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15974: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15975: src/main/pa_charsets.C, src/main/pa_common.C,
15976: src/main/pa_dictionary.C, src/main/pa_dir.C,
15977: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15978: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15979: src/main/pa_request.C, src/main/pa_socks.C,
15980: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15981: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15982: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15983: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15984: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15985: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15986: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15987: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15988: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15989: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15990: src/targets/isapi/parser3isapi.dsp,
15991: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15992: src/types/pa_junction.h, src/types/pa_method.h,
15993: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15994: src/types/pa_vclass.C, src/types/pa_vclass.h,
15995: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15996: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15997: src/types/pa_vdouble.h, src/types/pa_venv.h,
15998: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15999: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16000: src/types/pa_vimage.C, src/types/pa_vimage.h,
16001: src/types/pa_vint.h, src/types/pa_vjunction.h,
16002: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
16003: src/types/pa_vmath.h, src/types/pa_vmemory.h,
16004: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16005: src/types/pa_vobject.C, src/types/pa_vobject.h,
16006: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16007: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16008: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16009: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16010: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16011: src/types/pa_vstring.h, src/types/pa_vtable.C,
16012: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16013: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16014: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16015: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16016: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
16017: HEAD
16018:
16019: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
16020: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16021: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16022: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16023: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16024: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16025: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16026: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16027: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16028: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16029: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16030: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16031: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16032: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16033: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16034: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16035: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16036: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16037: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16038: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16039: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16040: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16041: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16042: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16043: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16044: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16045: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16046: outputs/create-dir, results/001.processed, results/002.processed,
16047: results/003.processed, results/004.processed,
16048: results/005.processed, results/006.processed,
16049: results/007.processed, results/008.processed,
16050: results/009.processed, results/010.processed,
16051: results/011.processed, results/012.processed,
16052: results/013.processed, results/014.processed,
16053: results/015.processed, results/016.processed,
16054: results/017.processed, results/018.processed,
16055: results/019.processed, results/020.processed,
16056: results/021.processed, results/022.processed,
16057: results/023.processed, results/024.processed,
16058: results/025.processed, results/026.processed,
16059: results/027.processed, results/028.processed,
16060: results/029.processed, results/030.processed,
16061: results/031.processed, results/032.processed,
16062: results/033.processed, results/034.processed,
16063: results/035.processed, results/036.processed,
16064: results/037.processed, results/038.processed,
16065: results/039.processed, results/040.processed,
16066: results/041.processed, results/042.processed,
16067: results/043.processed, results/044.processed,
16068: results/045.processed, results/046.processed,
16069: results/047.processed, results/048.processed,
16070: results/049.processed, results/050.processed,
16071: results/051.processed, results/052.processed,
16072: results/053.processed, results/054.processed,
16073: results/055.processed, results/056.processed,
16074: results/057.processed, results/058.processed,
16075: results/059.processed, results/060.processed,
16076: results/061.processed, results/062.processed,
16077: results/063.processed, results/064.processed,
16078: results/065.processed, results/066.processed,
16079: results/067.processed, results/068.processed,
16080: results/069.processed, results/070.processed,
16081: results/071.processed, results/072.processed,
16082: results/073.processed, results/074.processed,
16083: results/075.processed, results/076.processed,
16084: results/077.processed, results/078.processed,
16085: results/079.processed, results/080.processed,
16086: results/081.processed, results/082.processed,
16087: results/083.processed, results/084.processed,
16088: results/085.processed, results/086.processed,
16089: results/087.processed, results/088.processed,
16090: results/089.processed, results/090.processed,
16091: results/091.processed, results/092.processed,
16092: results/093.processed, results/094.processed,
16093: results/095.processed, results/096.processed,
16094: results/097.processed, results/098.processed,
16095: results/099.processed, results/100.processed,
16096: results/101.processed, results/102.processed,
16097: results/103.processed, results/104.processed,
16098: results/105.processed, results/106.processed,
16099: results/107.processed, results/108.processed,
16100: results/109.processed, results/110.processed,
16101: results/111.processed, results/112.processed,
16102: results/113.processed, results/114.processed,
16103: results/115.processed, results/116.processed,
16104: results/117.processed, results/118.processed,
16105: results/119.processed, results/120.processed,
16106: results/121.processed, results/122.processed,
16107: results/123.processed, results/124.processed,
16108: results/125.processed, results/126.processed,
16109: results/127.processed, results/128.processed,
16110: results/129.processed, results/130.processed,
16111: results/131.processed, results/132.processed,
16112: results/133.processed, results/134.processed,
16113: results/135.processed, results/136.processed,
16114: results/137.processed, results/138.processed,
16115: results/139.processed, results/140.processed,
16116: results/141.processed: merged(copied) to HEAD from template_gc
16117:
16118: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16119: towards \parser3project not having to be in root
16120:
16121: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16122: module compiled [were minor unnecessary changes in lib/md5
16123: interface]
16124:
16125: * src/include/pa_version.h: release
16126:
16127: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16128:
16129: * src/classes/math.C: merged uuid bugfix
16130:
16131: * tests/: 141.html, results/141.processed: fixed bug with
16132: too-small-a-buffer
16133:
16134: * src/classes/math.C: uuid bugfix
16135:
16136: * tests/: 141.html, Makefile, results/005.processed,
16137: results/030.processed, results/075.processed,
16138: results/078.processed: to reflect date format change (were -
16139: become ' ')
16140:
16141: * src/classes/math.C: uuid bugfix
16142:
16143: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16144: debug/release changes
16145:
16146: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16147:
16148: 2003-07-23 paf
16149:
16150: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16151: renamed a little [to move to comman naming conv]
16152:
1.116 moko 16153: * src/targets/Makefile.am: apache13 splitted to simplify apache
16154: build
1.95 moko 16155:
16156: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16157: main/pa_request.C, main/pa_sql_driver_manager.C,
16158: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16159: stack top_index() fixed
16160:
16161: * src/main/pa_globals.C: minor style changes
16162:
16163: * src/: classes/op.C, include/pa_sql_connection.h: connection
16164: closing/caching fixed [connections were not closed/put to cache]
16165:
16166: 2003-07-22 paf
16167:
16168: * INSTALL: gc part updated stightly
16169:
16170: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16171: new sapi interface
16172:
16173: * src/classes/file.C: comment on OS
16174:
16175: * src/main/pa_string.C: removed reduntant invariant check [there is
16176: one deeper in cord lib]
16177:
16178: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16179:
16180: * src/main/pa_memory.C: out of memory is no longer coredump
16181:
16182: * INSTALL: disable-threads adviced
16183:
16184: 2003-07-21 paf
16185:
1.116 moko 16186: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16187:
16188: * src/classes/file.C: file::exec/cgi environment variables now must
16189: be UPPERCASE and A-Z 0-9 _-
16190:
16191: * src/classes/file.C: env passing fixed
16192:
16193: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16194:
16195: * src/main/pa_common.C: http:// CRLF now
16196:
16197: 2003-07-02 paf
16198:
1.211 moko 16199: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16200: $memory:status fields to reflect their real meaning
1.95 moko 16201:
16202: 2003-06-27 paf
16203:
16204: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16205: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16206: file::exec/cgi .charset
16207:
16208: 2003-06-26 paf
16209:
16210: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16211: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16212: src/classes/table.C: fixed several uninitialized local
16213: structures. notably ^hash.foreach now inserts delimiters
16214: properly [were inserting it before first body]
16215:
16216: 2003-06-24 paf
16217:
16218: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16219:
16220: 2003-06-20 paf
16221:
1.211 moko 16222: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16223: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16224: $f[^file::load[binary;http://...]] $f.tables
16225:
16226: 2003-06-06 paf
16227:
16228: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16229: table. [were method lookup: inconsistent]
16230:
16231: 2003-06-02 paf
16232:
16233: * src/include/pa_memory.h: empty string clone fixed to return
16234: writable memory
16235:
16236: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16237: were not appended] which violated string invariant
16238:
16239: 2003-05-30 paf
16240:
16241: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16242: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16243:
16244: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16245: GMT ; RFC 822, updated by RFC 1123
16246:
16247: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16248: targets/isapi/parser3isapi.C: initialized request_info properly
16249:
16250: * src/classes/xnode.C: found minor bug, commended for future
16251:
16252: 2003-05-28 paf
16253:
16254: * src/classes/form.C: request_info.content_length can't be <0,
16255: size_t for some time
16256:
16257: 2003-05-26 paf
16258:
16259: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16260: forgotten <0 changed to !=STRING_NOT_FOUND
16261:
16262: * src/classes/math.C: merged ffffu from HEAD
16263:
16264: 2003-05-11 paf
16265:
16266: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16267:
16268: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16269: premature doc free. transformed document had xmlDoc reference
16270: stored to non-gc-memory (libgdome) added holding-reference
16271:
16272: 2003-04-29 paf
16273:
16274: * src/main/pa_globals.C: started digging on double free. on win32
16275: found that that's perfectly normal.
16276:
16277: 2003-04-25 paf
16278:
16279: * src/classes/table.C: table.join bug fix [bad limit check]
16280:
16281: * src/classes/math.C: merged from HEAD: simpiler hash_string
16282:
16283: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16284: print anything. changed to quicker and simplier code
16285:
16286: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16287: strict a check]
16288:
16289: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16290:
16291: 2003-04-24 paf
16292:
16293: * src/include/pa_table.h: too strict assert loosened
16294:
16295: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16296: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16297: report
16298:
16299: 2003-04-21 paf
16300:
1.116 moko 16301: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16302:
16303: * src/main/pa_globals.C: pcre memory management changed to use GC
16304: memory
16305:
16306: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16307: xmlMallocAtomic [author agreed to my suggestion], used that
16308:
16309: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16310:
16311: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16312: types/pa_vmail.C: attributed_meaning_to_string added
16313: L_UNSPECIFIED piece which was sortof OK, but violated string
16314: invariant [assertion barked on that] changed to L_PASS_APPEND,
16315: made that param obligatory
16316:
16317: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16318: fixed [assert helped]
16319:
16320: * src/include/pa_string.h: assert added [looking for bug]
16321:
16322: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16323: names on Win32 considered disk-global
16324:
16325: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16326: considered disk-global
16327:
16328: 2003-04-18 paf
16329:
16330: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16331: filenames
16332:
16333: * src/main/untaint.C: enabled '~' letter in filenames
16334:
16335: 2003-04-16 paf
16336:
16337: * src/classes/file.C: small bug introduced in autoptr times fixed
16338:
16339: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16340: HEAD
16341:
1.116 moko 16342: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16343:
16344: 2003-04-15 paf
16345:
1.211 moko 16346: * operators.ru.txt, operators.txt, src/classes/math.C,
16347: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16348: tests/results/141.processed: merged from head ^math:uuid[]
16349: ^math:uid64[] ^math:md5[string]
16350:
16351: test added: 141.html
16352:
1.211 moko 16353: * operators.ru.txt, operators.txt, src/classes/math.C:
16354: ^math:uid64[]
1.95 moko 16355:
16356: * src/classes/math.C: ^math:uuid[]
16357:
1.211 moko 16358: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16359:
1.211 moko 16360: * operators.ru.txt, operators.txt, src/classes/math.C,
16361: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16362: 16-byte digest
16363:
16364: * operators.ru.txt, operators.txt, src/classes/file.C,
16365: src/include/pa_common.h, src/include/pa_config_fixed.h,
16366: src/main/pa_common.C: ^file::load[mode;name; $.offset
16367: $.limit
1.95 moko 16368:
16369: 2003-04-14 paf
16370:
16371: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16372: started ^math:md5
16373:
16374: * src/classes/table.C, src/include/pa_array.h,
16375: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16376: tests/results/140.processed: table $.reverse option works in
16377: create&co table $.distinct[tables] bug fix merged
16378:
16379: * src/: classes/table.C, include/pa_table.h: table
16380: $.distinct[tables] bug fixed
16381:
16382: * src/classes/table.C: more warnings
16383:
16384: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16385: removed checks in table::set_current, moved them back to
16386: table::locate implemented table::create/join ñ $.reverse
16387:
16388: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16389: removed checks in table::set_current, moved them back to
16390: table::locate
16391:
16392: 2003-04-11 paf
16393:
1.211 moko 16394: * operators.ru.txt, operators.txt, src/classes/date.C,
16395: src/classes/table.C, src/include/pa_array.h,
16396: src/include/pa_common.h, src/include/pa_config_includes.h,
16397: src/include/pa_string.h, src/include/pa_table.h,
16398: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16399: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16400: before_append_array_limit_sense_change to
16401: after_append_array_limit_sense_change
16402:
16403: * src/classes/table.C: typo
16404:
1.211 moko 16405: * operators.ru.txt, operators.txt, src/classes/date.C,
16406: src/classes/table.C, src/include/pa_array.h,
16407: src/include/pa_common.h, src/include/pa_config_includes.h,
16408: src/include/pa_globals.h, src/include/pa_table.h,
16409: src/main/pa_array.C, src/main/pa_globals.C,
16410: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16411: src/main/pa_string.C, src/main/pa_table.C:
16412: append_array_limit_sense_change locate accepts options same as
16413: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16414:
16415: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16416: (stat xxx,
16417:
16418: * src/classes/: table.C: typo
16419:
16420: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16421: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16422: results/130.processed, results/131.processed,
16423: results/132.processed, results/133.processed,
16424: results/134.processed, results/135.processed,
16425: results/136.processed, results/137.processed,
16426: results/138.processed, results/139.processed: added few mustfail
16427: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16428: date/time 132.html mustfail: access to junction outside of
16429: context 133.html mustfail: access to junction outside of context,
16430: case version 134.html mustfail: hash: adding a key inside of
16431: foreach 135.html mustfail: modifying system class 136.html
16432: mustfail: $.name outside of $hash[here] 137.html mustfail:
16433: appendChild without import 138.html mustfail: invalid encoding
16434: inside of xml 139.html mustfail: bad XPath
16435:
1.211 moko 16436: * operators.ru.txt, operators.txt, src/classes/table.C,
16437: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16438: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16439: tests/results/126.processed, tests/results/127.processed,
16440: tests/results/128.processed, tests/results/129.processed: merged
16441: from HEAD ^table.hash[key][$.distinct[tables]]
16442:
16443: maked appropriate tests [changed one old nonconforming]
16444:
1.211 moko 16445: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16446: ^table.hash[key][$.distinct[tables]]
16447:
16448: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16449: merged fix for found very old xml (dom) bug: were passing
16450: domString objects and later ERROREOUSLY freed them
16451:
16452: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16453: src/main/pa_charset.C: re-added libgdome patch. regretfully
16454: libgdome bug can not be worked around
16455:
16456: 2003-04-10 paf
16457:
16458: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16459: found very old xml (dom) bug: were passing domString objects and
16460: later ERROREOUSLY freed them
16461:
16462: * src/doc/string.dox, src/include/pa_memory.h,
16463: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16464: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16465: tests/123.html, tests/124.html, tests/results/001.processed,
16466: tests/results/002.processed, tests/results/003.processed,
16467: tests/results/004.processed, tests/results/005.processed,
16468: tests/results/006.processed, tests/results/008.processed,
16469: tests/results/009.processed, tests/results/010.processed,
16470: tests/results/011.processed, tests/results/012.processed,
16471: tests/results/013.processed, tests/results/014.processed,
16472: tests/results/015.processed, tests/results/016.processed,
16473: tests/results/017.processed, tests/results/018.processed,
16474: tests/results/020.processed, tests/results/021.processed,
16475: tests/results/022.processed, tests/results/023.processed,
16476: tests/results/024.processed, tests/results/025.processed,
16477: tests/results/026.processed, tests/results/027.processed,
16478: tests/results/028.processed, tests/results/029.processed,
16479: tests/results/030.processed, tests/results/031.processed,
16480: tests/results/032.processed, tests/results/033.processed,
16481: tests/results/034.processed, tests/results/035.processed,
16482: tests/results/036.processed, tests/results/037.processed,
16483: tests/results/038.processed, tests/results/039.processed,
16484: tests/results/040.processed, tests/results/041.processed,
16485: tests/results/042.processed, tests/results/043.processed,
16486: tests/results/044.processed, tests/results/045.processed,
16487: tests/results/046.processed, tests/results/047.processed,
16488: tests/results/048.processed, tests/results/049.processed,
16489: tests/results/050.processed, tests/results/051.processed,
16490: tests/results/052.processed, tests/results/053.processed,
16491: tests/results/054.processed, tests/results/055.processed,
16492: tests/results/056.processed, tests/results/057.processed,
16493: tests/results/058.processed, tests/results/059.processed,
16494: tests/results/060.processed, tests/results/061.processed,
16495: tests/results/062.processed, tests/results/063.processed,
16496: tests/results/064.processed, tests/results/065.processed,
16497: tests/results/066.processed, tests/results/067.processed,
16498: tests/results/068.processed, tests/results/069.processed,
16499: tests/results/070.processed, tests/results/071.processed,
16500: tests/results/072.processed, tests/results/073.processed,
16501: tests/results/074.processed, tests/results/075.processed,
16502: tests/results/076.processed, tests/results/077.processed,
16503: tests/results/078.processed, tests/results/079.processed,
16504: tests/results/080.processed, tests/results/081.processed,
16505: tests/results/082.processed, tests/results/083.processed,
16506: tests/results/084.processed, tests/results/085.processed,
16507: tests/results/086.processed, tests/results/087.processed,
16508: tests/results/088.processed, tests/results/089.processed,
16509: tests/results/090.processed, tests/results/091.processed,
16510: tests/results/092.processed, tests/results/093.processed,
16511: tests/results/094.processed, tests/results/095.processed,
16512: tests/results/096.processed, tests/results/097.processed,
16513: tests/results/101.processed, tests/results/102.processed,
16514: tests/results/104.processed, tests/results/105.processed,
16515: tests/results/106.processed, tests/results/107.processed,
16516: tests/results/108.processed, tests/results/109.processed,
16517: tests/results/110.processed, tests/results/111.processed,
16518: tests/results/112.processed, tests/results/113.processed,
16519: tests/results/114.processed, tests/results/115.processed,
16520: tests/results/116.processed, tests/results/117.processed,
16521: tests/results/118.processed, tests/results/119.processed,
16522: tests/results/120.processed, tests/results/121.processed,
16523: tests/results/122.processed, tests/results/123.processed,
16524: tests/results/124.processed: new convention: char* never 0.
16525: assert in cord on that
16526:
16527: * src/main/pa_charset.C: couple more asserts
16528:
16529: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16530: speedup
16531:
16532: * src/main/pa_charset.C: couple assertions on fantastic situations
16533: added [may be those is the case now?]
16534:
16535: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16536: that's memory from gc_malloc, not from g_malloc :(, but would
16537: hope]
16538:
16539: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16540: that's memory from gc_malloc, not from g_malloc :(, but would
16541: hope]
16542:
16543: * src/main/pa_charset.C: checked custom malloc for returning 0
16544:
16545: 2003-04-09 paf
16546:
16547: * src/classes/date.C: merged ^date.roll changes
16548:
16549: * src/classes/date.C: ^date.roll bug fix
16550:
16551: * src/classes/date.C: ^date.roll now throws less errors: month
16552: shifts handles end of month situation by reducing day number
16553: hour-hole shift reduces hour to recover
16554:
16555: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16556: Sort by function time
16557:
1.211 moko 16558: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16559: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16560:
16561: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16562: added [after volatile fix. passes on win&intel-solaris]
16563:
16564: 2003-04-08 paf
16565:
16566: * src/: classes/file.C, classes/op.C, classes/table.C,
16567: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16568: include/pa_common.h, include/pa_request_charsets.h,
16569: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16570: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16571: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16572: types/pa_vresponse.C: started http:// $.charset[] param and
16573: http response charset detection just compiled. todo:test
16574:
16575: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16576:
16577: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16578: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16579: types/pa_vmail.C: changed transcode param converntion along with
16580: string creating convention -- all strings are zero-terminated,
16581: this allowed to fix one remaining String("123", 2) case
16582:
16583: * src/: classes/date.C, classes/file.C, classes/hash.C,
16584: classes/op.C, classes/string.C, classes/table.C,
16585: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16586: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16587: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16588: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16589: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16590: violated String::invariant. started fixing [not compiled now]
16591:
16592: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16593: main/compile.tab.C, main/compile.y, main/pa_string.C,
16594: main/untaint.C, targets/cgi/parser3.C: number of string style
16595: improvements & optimizations
16596:
16597: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16598: :(]
16599:
16600: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16601: [for it's a pointer really]
16602:
16603: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16604: 'n' param. worked that around
16605:
16606: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16607: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16608: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16609: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16610: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16611:
16612: Thanks for the bug report and patch.
16613:
16614: I hadn't looked at this code in a while. Reading it now, it
16615: seems to me that the tests should also be ">= MAX_DEPTH" to
16616: comply with the invariant, though that may not matter a lot. I
16617: changed that, too.
16618:
16619: Hans
16620:
16621: 2003-04-07 paf
16622:
16623: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16624: merged from head:safe mode error message now includes numbers
16625:
16626: * src/main/execute.C: n-th attempt to make a=a work with double.
16627: problem: as_double returns it's result in fp-register compiler
16628: optimizes access to that register after b->as_double, and just
16629: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16630: from memory. _SAME_ double values do not match here. when
16631: forced to REload fp-register, values do match.
16632:
16633: tried to make them volatile.
16634:
16635: * src/main/execute.C: n-th attempt to make a=a work with double.
16636: problem: as_double returns it's result in fp-register compiler
16637: optimizes access to that register after b->as_double, and just
16638: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16639: from memory. _SAME_ double values do not match here. when
16640: forced to REload fp-register, values do match.
16641:
16642: tried to make them volatile.
16643:
16644: * src/types/pa_vobject.h: small style change
16645:
16646: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16647:
16648: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16649: mode error message now includes numbers
16650:
16651: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16652: now causes death
16653:
16654: 2003-04-04 paf
16655:
16656: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16657: incorportated pa_exec patch by From: "Victor Fedoseev"
16658: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16659: Sent: Thursday, January 23, 2003 9:14 AM
16660:
16661: huge speedup on ^file::cgi with big result
16662:
16663: * src/classes/table.C: sort table with 0 rows bug fixed
16664:
16665: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16666: fix http://i2/tasks/edit/?id=4493701604654042676
16667:
16668: @main[] $with_default[ $.a[1] $._default[default from
16669: with_default] ] ^show[$with_default]
16670:
16671: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16672: =$to_add_to.xxx=<br>
16673:
16674: ^show[$to_add_to]
16675:
16676: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16677: ^show[$cloned]
16678:
16679: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16680:
16681: } <hr>
16682:
16683: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16684: http://i2/tasks/edit/?id=4493701604654042676
16685:
16686: @main[] $with_default[ $.a[1] $._default[default from
16687: with_default] ] ^show[$with_default]
16688:
16689: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16690: =$to_add_to.xxx=<br>
16691:
16692: ^show[$to_add_to]
16693:
16694: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16695: ^show[$cloned]
16696:
16697: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16698:
16699: } <hr>
16700:
16701: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16702: http://i2/tasks/edit/?id=4507350336410850921
16703:
16704: * src/classes/xdoc.C: memory allocation func bugfix
16705: http://i2/tasks/edit/?id=4499303470368629745
16706:
16707: * src/classes/math.C: allowed random 1...
16708:
16709: * src/classes/math.C: allowed random 0..
16710:
16711: * src/main/pa_globals.C: exif mem leak
16712: http://i2/tasks/edit/?id=4480590323629807263
16713:
16714: * src/: classes/classes.dsp, main/main.dsp,
16715: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16716: fix http://i2/tasks/edit/?id=4493946731322521294
16717: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16718:
16719: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16720: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16721: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16722: links to xml libs made relative, no need to unpack parser3project
16723: to /parser3project.
16724:
16725: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16726: column more precise - tab handling bug fixed
16727:
16728: * src/main/: compile.tab.C, compile.y: more understandable error
16729: message in case @CLASS with more then one line inside
16730:
16731: * src/targets/cgi/parser3.C: more understandable error message in
16732: case of errors in @unhandled_exception
16733:
16734: 2003-04-03 paf
16735:
16736: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16737: src/main/compile.tab.C, src/main/compile.y,
16738: src/main/compile_tools.C, src/main/compile_tools.h,
16739: src/main/execute.C, src/main/pa_request.C: debug info format
16740: simplified, now it's: OP_VALUE Operation::Origin << here value*
16741:
16742: higher limits: file number (max: 255) line number (max:
16743: 64535) column number (max: 255)
16744:
16745: * src/classes/math.C: top limit
16746:
16747: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16748: precise parse error position in case of
16749:
16750: ^bug ]
16751:
16752: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16753: changed to realities, and passed [bug fixed]
16754:
16755: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16756: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16757: main/compile_tools.h, main/pa_request.C: introducing
16758: ^process...[main-method-alias]
16759:
16760: * src/: classes/date.C, classes/image.C, classes/op.C,
16761: classes/string.C, classes/table.C, classes/xdoc.C,
16762: types/pa_vmethod_frame.h: MethodParams& now [methods without
16763: params receive zero reference, but they are expected not to look
16764: there]
16765:
1.211 moko 16766: * operators.ru.txt, operators.txt, src/classes/date.C,
16767: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16768: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16769: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16770: src/classes/response.C, src/classes/string.C,
16771: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16772: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16773: src/types/pa_method.h: MethodParams& now [methods without params
16774: receive zero reference, but they are expected not to look there]
16775:
16776: * operators.ru.txt, operators.txt, src/classes/op.C,
16777: src/include/pa_request.h, src/main/pa_request.C,
16778: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16779: better error reporting [file/line/col]
1.95 moko 16780:
16781: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16782: types/pa_vstring.h: slightly improved error messages text: 1. is
16783: '%s', it 2. method undefined in case of ^void[]
16784:
16785: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16786: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16787: handling done. now we have error columns todo: test it
16788:
16789: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16790: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16791:
16792: this makes life easier: were: bad stack order -- were in
16793: exception catch unwind order, which didn't match execution order
16794:
16795: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16796:
16797: @first[] ^throw[a;1]
16798:
16799: showed throw a first throw b try
16800:
16801: which is no good
16802:
16803: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16804: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16805: trace reset after handled exception [old bug fixed]
16806:
16807: * src/main/: compile.tab.C, compile.y: parse position old bug
16808: fixed. position reporting made precise [both, in parse erros and
16809: runtime errors]
16810:
16811: 2003-04-02 paf
16812:
16813: * src/: include/pa_operation.h, include/pa_request.h,
16814: main/compile.C, main/compile.tab.C, main/compile.y,
16815: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16816: main/pa_exception.C, main/pa_request.C: debug info: started
16817: using. todo:complete
16818:
16819: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16820: main/compile.C, main/compile.tab.C, main/compile.y,
16821: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16822: main/pa_request.C: prepared debug info todo:use it
16823:
16824: * src/include/pa_operation.h: strange mistake fixed: forgot to
16825: return Operation class->union after switching from autoptrs.
16826:
16827: * tests/: Makefile, results/108.processed, results/117.processed:
16828: meta considered OK [it's up to coder now to remove it not needed]
16829:
16830: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16831: Dictionary constructor when moved to gc]
16832:
16833: * src/main/pa_common.C: uncommented http:// file loading
16834:
16835: * src/include/pa_array.h, src/main/execute.C,
16836: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16837: fix [gdGrowingBuf]
16838:
16839: * configure.in, src/lib/Makefile.am: removed patches
16840:
16841: * configure, src/include/pa_config_auto.h.in,
16842: src/main/pa_charset.C: --enable-assertions autoconf-ed
16843:
16844: * src/main/pa_common.C: uncommented http:// file loading
16845:
16846: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16847: xdoc::create/load
16848:
16849: * src/: classes/form.C, classes/hash.C, classes/image.C,
16850: classes/string.C, classes/table.C, classes/void.C,
16851: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16852: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16853: String::String(str,helper_length) are checked. found/fixed one
16854: place: $request:body now zero-terminated,
16855:
16856: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16857: main/compile_tools.C, main/execute.C, types/pa_value.h,
16858: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16859: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16860: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16861: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16862: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16863: types/pa_vxnode.h: more locally scoped vars in execute (more
16864: easily optimizable)
16865:
16866: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16867: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16868:
16869: * src/: include/pa_array.h, include/pa_stack.h,
16870: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16871: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16872: become assertion iterator in methodframe filler
16873:
16874: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16875: targets/cgi/parser3.C: array::get/put inlined
16876:
16877: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16878: gc_substitute_memory_management_functions +installed CORD_oom
16879: function
16880:
16881: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16882: src/include/pa_config_includes.h, src/include/pa_string.h,
16883: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16884: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16885: assertions started configure.in --enable-assertions
16886:
16887: 2003-04-01 paf
16888:
16889: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16890: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16891: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16892: gdome uses glib memory, and stores last pointer to xmlDoc there,
16893: gc misses that and collects valid memory fixed by remembering
16894: xmlDoc from dom object in xdoc. todo: do something with
16895: premature free of xdoc with xnodes/node values referring into it
16896:
16897: * src/classes/: mail.C: typo fix
16898:
16899: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16900: changes
16901:
16902: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16903: main/pa_memory.C: moved memory debugging to global level: to
16904: pa_gc_malloc
16905:
16906: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16907: debugging showed no errors. todo: debug parser memory
16908:
16909: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16910: configurations
16911:
16912: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16913: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16914: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16915: types/types.dsp: prepared xml-static configuration
16916:
16917: 2003-03-31 paf
16918:
16919: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16920: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16921: xml lib memory debugging, simple checks failed: it seems that
16922: library does realloc(bad ptr), and recording those ptrs in heap
16923: [for debugging] was bad: heap situation changes = everything
16924: works fine
16925:
16926: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16927: xmlRegisterCharEncodingHandler limitation [currently imposed
16928: limit of 10 user-defined charsets]
16929:
16930: 2003-03-28 paf
16931:
16932: * src/main/execute.C: execution stack copied to local register
16933: variable, removed lots [~2e7) of memory accesses
16934:
16935: 2003-03-27 paf
16936:
16937: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16938: works in debug, but fails in release todo: fix that
16939:
16940: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16941: targets/cgi/parser3.C: forgot to merge XML memory funcs
16942: replacement from gc branch
16943:
16944: * src/main/pa_exec.C: introducing append_help_length [radical
16945: improvement here]
16946:
16947: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16948: 'not recommened' in gc.h, on win32 noticed no difference]
16949:
16950: * src/include/pa_array.h: returned checked array get [were disabled
16951: for debugging] result:not slower [don't understand that, it were
16952: INLINED] todo: find out a way of inlining it!
16953:
16954: * src/: include/pa_string.h, lib/gc/include/gc.h,
16955: lib/gc/include/gc_fake.h, main/compile.tab.C,
16956: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16957: convention changed: all resulting strings are zero-terminated
16958:
16959: * src/: classes/date.C, classes/file.C, classes/hash.C,
16960: classes/string.C, classes/table.C, classes/void.C,
16961: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16962: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16963: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16964: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16965: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16966: types/pa_vfile.C, types/pa_vmail.C: introducing
16967: append_help_length [radical improvement here]
16968:
16969: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16970: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16971: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16972: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16973: even slower
16974:
16975: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16976: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16977: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16978: clients of &get(): most to use non-ref version, some[in tight
16979: places] to get_unchecked_ref
16980:
16981: * src/doc/memory.dox: forgot to add
16982:
16983: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16984: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16985: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16986: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16987: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16988: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16989: targets/cgi/parser3.dsp, types/pa_vmail.C,
16990: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16991: T>>&<< removed after Stack::pop wiping removed [moved to separate
16992: func] other Array & removed
16993:
16994: 2003-03-26 paf
16995:
16996: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16997: classes/table.C, include/pa_array.h, include/pa_charset.h,
16998: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16999: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17000: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
17001: main/main.dsp, main/pa_charset.C, main/pa_common.C,
17002: main/pa_exec.C, main/pa_sql_driver_manager.C,
17003: main/pa_stylesheet_manager.C, main/pa_table.C,
17004: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17005: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
17006: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
17007: pre-evaluated .count() in some places
17008:
17009: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17010: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
17011: types/types.dsp: .dsp profiling updated
17012:
17013: * src/: classes/classes.dsp, lib/cord/cord.dsp,
17014: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
17015: targets/cgi/parser3.dsp, types/types.dsp: started profiling
17016:
17017: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
17018: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
17019: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
17020: use lib/gc,lib/cord
17021:
1.116 moko 17022: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17023: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17024: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17025: src/include/pa_config_includes.h, src/include/pa_request.h,
17026: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17027: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17028: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17029: src/lib/cord/include/Makefile.am,
1.116 moko 17030: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17031: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17032: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17033: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17034: src/types/pa_vform.h, src/types/pa_vhash.h,
17035: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17036: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17037: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17038: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17039: funcs ported pa_exec
1.95 moko 17040:
17041: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17042:
17043: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17044: bundled gc includes
17045:
17046: * src/: classes/op.C, include/pa_array.h,
17047: include/pa_sql_connection.h, include/pa_string.h,
17048: include/pa_version.h, main/compile.tab.C, main/compile.y,
17049: main/execute.C, main/pa_common.C, main/pa_exception.C,
17050: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17051: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17052: first real site (aval)]
17053:
17054: 2003-03-25 paf
17055:
1.211 moko 17056: * operators.ru.txt, operators.txt,
17057: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17058: $status.memory used free since_compact process
1.95 moko 17059:
17060: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17061: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17062:
17063: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17064:
17065: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17066: src/types/pa_value.h, src/types/pa_vfile.h,
17067: src/types/pa_vobject.C, src/types/pa_vobject.h,
17068: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17069: tests/results/121.processed: untaint.C L_URI
17070:
1.211 moko 17071: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17072: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17073: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17074: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17075:
17076: * tests/results/109.processed: it was a bug in parser. updated 109
17077: test result
17078:
17079: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17080:
17081: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17082: tests/results/107.processed: fixed dom language [values are now
17083: considered tainted. it was a bug in parser. updated 107 test
17084: result
17085:
17086: * src/classes/xdoc.C: fixed transform params
17087:
17088: * src/: include/pa_stylesheet_manager.h,
17089: main/pa_stylesheet_manager.C: fixed stylesheet caching
17090:
17091: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17092: overloads for structure handling
17093:
17094: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17095: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17096: StringBody(0) ambiguilty, introducting static
17097: StringBody::Format(int)
17098:
17099: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17100: linked
17101:
17102: * src/types/pa_vxdoc.C: vxdoc compiled
17103:
17104: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17105: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17106: finalizers isntalled
17107:
17108: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17109: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17110: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17111: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17112: compiled todo: xnode.C / finalizers
17113:
17114: * src/doc/string.dox: updated: new string internals
17115:
17116: 2003-03-24 paf
17117:
17118: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17119: include/pa_charset.h, include/pa_config_fixed.h,
17120: include/pa_request.h, include/pa_stylesheet_connection.h,
17121: include/pa_stylesheet_manager.h, main/pa_charset.C,
17122: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17123: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17124: types/pa_vxnode.h: started XML
17125:
17126: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17127:
17128: * src/: classes/file.C, classes/image.C, classes/mail.C,
17129: include/pa_string.h, main/pa_common.C,
17130: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17131:
17132: * src/: classes/file.C, classes/image.C, classes/mail.C,
17133: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17134: main/pa_request.C, main/pa_sql_driver_manager.C,
17135: types/pa_vimage.h: size_t pos everywhere checks changed to check
17136: for eq STRING_NOT_FOUND
17137:
17138: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17139: optimize bit implemented
17140:
17141: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17142: String::ArrayFragment::append_positions fixed
17143:
17144: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17145: String::this_starts fixed
17146:
17147: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17148:
17149: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17150: hashcode implemented fully, including per-char callback [it can
17151: be - substr CORD node]
17152:
17153: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17154: rewritten to rewalloc with 100byte buf ahead
17155:
17156: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17157: src/include/pa_string.h, src/main/compile.tab.C,
17158: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17159: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17160: CORD_ec [bad] would rewrite as realloc now
17161:
17162: * src/: classes/date.C, classes/file.C, classes/form.C,
17163: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17164: include/pa_cache_managers.h, include/pa_charsets.h,
17165: include/pa_common.h, include/pa_request.h,
17166: include/pa_sql_driver_manager.h, include/pa_table.h,
17167: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17168: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17169: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17170: types/pa_vmail.C, types/pa_vmethod_frame.C,
17171: types/pa_vstateless_class.h: 2*2 worked :)
17172:
17173: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17174: src/include/pa_exec.h, src/include/pa_string.h,
17175: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17176: passed OK
17177:
17178: * src/: classes/hash.C, classes/string.C, classes/table.C,
17179: types/pa_value.C: all linked todo: debug
17180:
17181: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17182: types/pa_vstateless_class.C: all compiled. todo:link
17183:
17184: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17185:
17186: * src/types/pa_vtable.C: pa_vtable.C compiled
17187:
17188: * src/types/pa_vstring.C: pa_vstring.C compiled
17189:
17190: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17191:
17192: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17193: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17194: pa_vstateless_class.C, pa_vstateless_class.h:
17195: pa_vstateless_class.C compiled
17196:
17197: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17198: types/pa_vmath.C: pa_vmail.C compiled
17199:
17200: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17201:
17202: * src/types/pa_vform.C: pa_vform.C compiled
17203:
17204: * src/types/pa_vfile.C: pa_vfile.C compiled
17205:
17206: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17207: pa_vstateless_class.C: pa_vcookie.C compiled
17208:
17209: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17210: types/pa_vhash.h: pa_value.C compiled
17211:
17212: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17213: classes.lib main.lib compiled
17214:
17215: * src/classes/void.C: void.C compiled
17216:
17217: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17218: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17219: compiled
17220:
17221: * src/: classes/string.C, include/pa_request.h,
17222: include/pa_string.h, main/pa_string.C: string.C compiled
17223:
17224: * src/: classes/op.C, classes/string.C, classes/table.C,
17225: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17226: main/pa_request.C, main/pa_string.C: op.C compiled
17227:
17228: * src/classes/: math.C, op.C: math.C compiled
17229:
17230: * src/: classes/mail.C, classes/string.C, classes/table.C,
17231: types/pa_vmail.h: mail.C compiled
17232:
17233: * src/classes/: int.C, table.C: int.C compiled
17234:
17235: * src/: classes/hash.C, classes/image.C, classes/string.C,
17236: classes/table.C, include/pa_memory.h, include/pa_string.h,
17237: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17238: compiled
17239:
17240: * src/: classes/hash.C, classes/string.C, classes/table.C,
17241: classes/void.C, classes/xdoc.C, include/pa_request.h,
17242: include/pa_sql_connection.h: hash.C compiled
17243:
17244: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17245: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17246: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17247: classes/math.C, classes/op.C, classes/response.C,
17248: classes/string.C, classes/table.C, classes/void.C,
17249: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17250: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17251: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17252: file.C table.C compiled
17253:
17254: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17255: main/untaint.C: main.lib compiled
17256:
17257: 2003-03-21 paf
17258:
17259: * src/: classes/op.C, include/pa_cache_managers.h,
17260: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17261: include/pa_stylesheet_manager.h, main/pa_exception.C,
17262: main/pa_globals.C, main/pa_sql_driver_manager.C,
17263: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17264: compiled
17265:
17266: * src/: classes/hash.C, classes/image.C, classes/op.C,
17267: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17268: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17269: main/compile.C, main/pa_common.C, main/pa_request.C,
17270: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17271: pa_request.C compiled
17272:
17273: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17274: include/pa_request.h, main/execute.C, main/pa_request.C,
17275: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17276: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17277: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17278: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17279: compiled
17280:
17281: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17282: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17283: on unix
17284:
17285: * src/: include/pa_charset.h, include/pa_charsets.h,
17286: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17287: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17288: pa_charsets.C compiled
17289:
17290: * src/: classes/image.C, classes/mail.C, classes/op.C,
17291: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17292: main/compile.y, main/execute.C, main/pa_common.C,
17293: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17294: types/pa_vcode_frame.h, types/pa_vimage.h,
17295: types/pa_vmethod_frame.h: execute.C compiled
17296:
17297: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17298: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17299: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17300: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17301: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17302: include/pa_cache_managers.h, include/pa_charsets.h,
17303: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17304: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17305: include/pa_sql_driver_manager.h, include/pa_string.h,
17306: include/pa_stylesheet_connection.h,
17307: include/pa_stylesheet_manager.h, include/pa_table.h,
17308: main/compile.C, main/compile.tab.C, main/compile.y,
17309: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17310: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17311: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17312: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17313: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17314: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17315: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17316: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17317: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17318: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17319: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17320: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17321: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17322: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17323: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17324: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17325: types/pa_vresponse.h, types/pa_vstateless_class.C,
17326: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17327: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17328: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17329: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17330: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17331: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17332: [C++ CORD wrapper]
17333:
17334: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17335:
17336: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17337: $file::exec/cgi[script; $.charset[this is script's charset]
17338:
17339: command line, env values, input got transcoded before call
17340: stdout, stderr got transcoded after call
17341:
17342: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17343: by default. use: ^file::exec[...;$.stdin[$request.body]
17344:
17345: * src/main/pa_common.C: } typo bug fix
17346:
17347: * src/main/pa_common.C: } typo bug fix
17348:
17349: 2003-03-20 paf
17350:
17351: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17352: main/untaint.C: cord bug fix, but still errors todo: clear out
17353:
17354: * src/include/pa_string.h: more tests
17355:
17356: * src/main/pa_string.C: string.pos fixed
17357:
1.116 moko 17358: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17359: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17360: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17361: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17362: replaces
1.95 moko 17363:
17364: * src/: classes/image.C, include/pa_dictionary.h,
17365: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17366: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17367: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17368: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17369:
17370: * src/include/pa_string.h: warning
17371:
17372: * src/include/pa_string.h: this_starts fixed
17373:
17374: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17375: new String ctor & append params convention
17376:
17377: * src/: classes/file.C, classes/hash.C, classes/image.C,
17378: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17379: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17380: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17381: main/pa_exception.C, main/pa_exec.C,
17382: main/pa_sql_driver_manager.C, main/pa_string.C,
17383: main/pa_stylesheet_manager.C, main/untaint.C,
17384: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17385: types/pa_vmail.C: more tests OK
17386:
17387: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17388: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17389: gc/exit runned OK
17390:
17391: * src/types/pa_vmail.C: another naming problem: should not name
17392: vars like that: unpredictable close caused problems with later
17393: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17394: descriptors missing on startup: stdin; Bad file number
17395:
17396: todo: find out why so many filters(stream) here. probably wrong?
17397:
17398: * src/: include/pa_dictionary.h, include/pa_string.h,
17399: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17400: main/untaint.C: test compiled
17401:
17402: * src/: classes/image.C, classes/mail.C, classes/math.C,
17403: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17404: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17405: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17406: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17407: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17408: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17409: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17410: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17411: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17412:
17413: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17414: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17415: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17416: src/include/pa_memory.h, src/include/pa_request.h,
17417: src/include/pa_request_charsets.h,
17418: src/include/pa_sql_connection.h, src/include/pa_string.h,
17419: src/main/compile.tab.C, src/main/execute.C,
17420: src/main/pa_charset.C, src/main/pa_common.C,
17421: src/main/pa_exception.C, src/main/pa_exec.C,
17422: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17423: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17424: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17425: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17426: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17427: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17428: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17429: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17430: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17431: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17432: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17433: pa_common.C [done, without http for now]
17434:
17435: 2003-03-19 paf
17436:
17437: * src/: classes/date.C, classes/form.C, classes/hash.C,
17438: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17439: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17440: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17441: include/pa_string.h, include/pa_table.h, main/compile.C,
17442: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17443: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17444: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17445: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17446: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17447: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17448: types/pa_vstateless_class.h, types/pa_vtable.C,
17449: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17450: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17451: types/pa_wwrapper.h: started test
17452:
1.116 moko 17453: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17454: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17455:
17456: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17457: include/pa_string.h, main/pa_string.C: string compiled todo: test
17458: it
17459:
17460: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17461: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17462: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17463: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17464: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17465: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17466: types/pa_vmethod_frame.h, types/types.dsp: string
17467: reimplementation with cord+array<fragment>: 70%
17468:
17469: 2003-03-18 paf
17470:
17471: * src/: classes/date.C, classes/file.C, classes/form.C,
17472: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17473: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17474: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17475: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17476: can ignore lang in cmp and pos really, but would
17477: split properly!
17478:
17479: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17480: cord part made parser/src/lib: it's not compiled into libgc by
17481: default
17482:
17483: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17484: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17485: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17486: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17487: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17488: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17489: src/classes/xnode.C, src/classes/xnode.h,
17490: src/include/Makefile.am, src/include/pa_cache_managers.h,
17491: src/include/pa_charset.h, src/include/pa_charsets.h,
17492: src/include/pa_common.h, src/include/pa_dictionary.h,
17493: src/include/pa_exception.h, src/include/pa_exec.h,
17494: src/include/pa_globals.h, src/include/pa_hash.h,
17495: src/include/pa_memory.h, src/include/pa_pool.h,
17496: src/include/pa_request.h, src/include/pa_request_charsets.h,
17497: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17498: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17499: src/include/pa_stylesheet_connection.h,
17500: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17501: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17502: src/main/compile.C, src/main/compile.tab.C,
17503: src/main/compile_tools.C, src/main/compile_tools.h,
17504: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17505: src/main/pa_charsets.C, src/main/pa_common.C,
17506: src/main/pa_dictionary.C, src/main/pa_exception.C,
17507: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17508: src/main/pa_pool.C, src/main/pa_request.C,
17509: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17510: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17511: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17512: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17513: src/types/pa_junction.h, src/types/pa_method.h,
17514: src/types/pa_value.C, src/types/pa_value.h,
17515: src/types/pa_vclass.C, src/types/pa_vclass.h,
17516: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17517: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17518: src/types/pa_vdouble.h, src/types/pa_venv.h,
17519: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17520: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17521: src/types/pa_vimage.C, src/types/pa_vimage.h,
17522: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17523: src/types/pa_vmath.C, src/types/pa_vmath.h,
17524: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17525: src/types/pa_vobject.C, src/types/pa_vobject.h,
17526: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17527: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17528: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17529: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17530: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17531: src/types/pa_vstring.h, src/types/pa_vtable.C,
17532: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17533: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17534: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17535: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17536: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17537: gc: PA_Object done lots of replacements also
17538:
17539: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17540: gc logging
17541:
17542: 2003-03-17 paf
17543:
17544: * src/: classes/date.C, classes/file.C, classes/form.C,
17545: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17546: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17547: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17548: include/pa_string.h, include/pa_types.h, main/compile.C,
17549: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17550: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17551: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17552: main/pa_sql_driver_manager.C, main/pa_string.C,
17553: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17554: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17555: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17556: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17557: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17558: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17559: types/pa_vxnode.h: libgc attempt
17560:
17561: 2003-03-13 paf
17562:
17563: * src/: include/pa_sql_driver_manager.h,
17564: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17565: called
17566:
17567: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17568: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17569: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17570: types/pa_value.h, types/pa_vobject.h,
17571: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17572: set_base, set_derived simplified [counter leaks fixed]
17573:
17574: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17575: src/types/types.dsp: incorporated status class patch From:
17576: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17577: 2003 8:14 AM
17578:
17579: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17580: Win32 specific: QuotaPeakNonPagedPoolUsage
17581: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17582:
17583: 2003-03-12 paf
17584:
1.116 moko 17585: * configure, configure.in, src/lib/ltdl/configure,
17586: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17587: lib/ltdl/Makefile now created by /configure.in only [were by
17588: lib/ltdl/configure.in OVERWRITE]
17589:
1.116 moko 17590: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17591: linkage fixed for g++ 3.2.2
1.95 moko 17592:
17593: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17594: on using privately declared class [fixed]
17595:
17596: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17597: 3.2 rightliy complained on using privately declared class [fixed]
17598:
17599: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17600: sigpipe before request constructor now causes death
17601:
17602: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17603: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17604: not cause exception in exception handler
17605:
1.116 moko 17606: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17607: now default links libstdc++ statically. that can be overriden by
17608: --with-dynamic-stdcpp
1.95 moko 17609:
17610: 2003-03-11 paf
17611:
17612: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17613: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17614: necessity of libstdc++
17615:
17616: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17617:
17618: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17619:
17620: 2003-03-08 paf
17621:
17622: * tests/Makefile: make install & co
17623:
17624: * src/: include/pa_request.h, classes/op.C: removing
17625: vclass,object.h -> pa_request.h dependency
17626:
17627: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17628: main/pa_request.C: removing vform,response,cookie.h ->
17629: pa_request.h dependency
17630:
17631: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17632: dependency [testing...]
17633:
17634: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17635: return 0; fixed
17636:
17637: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17638: types/pa_vmail.h: vmail.C received just compiled [not tested]
17639:
17640: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17641:
17642: * src/main/pa_request.C: forgotten: ifdef XML
17643:
17644: * src/main/pa_request.C: forgotten: ifdef XML
17645:
17646: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17647: win32 and run memleak tests again
17648:
17649: * src/targets/cgi/parser3.C: charsets: see some strange things with
17650: old xml lib-- it's internal memory handling has faults
17651:
17652: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17653: problems when transcode from charset A to A.
17654:
17655: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17656: todo: still problems when transcode from charset A to A.
17657:
17658: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17659: classes/table.C, include/pa_array.h,
17660: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17661: started full-scale-site-test [~ http://parser.ru sources]
17662:
17663: some fixes
17664:
17665: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17666: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17667: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17668: results/110.processed, results/111.processed,
17669: results/112.processed, results/113.processed,
17670: results/114.processed, results/115.processed,
17671: results/116.processed, results/117.processed,
17672: results/118.processed, results/119.processed,
17673: results/120.processed: xml: tests 109 dom create/show 110 xpath
17674: selectSingle 111 xdoc.create from tainted & 112
17675: xdoc.create/output with russian attr value 113 xpath
17676: selectString/Number 114 dom attributes.count 115 xpath selectBool
17677: 116 output media-type change 117 transform by dom stylesheet 118
17678: empty transform result 119 dom setAttribute 120 nbsp letter
17679: output
17680:
17681: =END OF PREPARED XML TESTS=
17682:
17683: 2003-03-07 paf
17684:
17685: * src/classes/xdoc.C, src/include/pa_charset.h,
17686: src/include/pa_stylesheet_connection.h, tests/108.html,
17687: tests/108.xsl, tests/results/108.processed: xml: test 108
17688: transform with params [bugs fixed]
17689:
17690: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17691: from copy/paste bug
17692:
17693: * src/classes/xdoc.C, src/include/pa_charset.h,
17694: src/include/pa_request.h, src/main/execute.C,
17695: src/main/pa_charset.C, src/main/pa_exception.C,
17696: src/main/pa_globals.C, src/main/pa_request.C,
17697: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17698: src/types/pa_vxnode.C, tests/107.html,
17699: tests/results/107.processed: xml: test: 107 bug fixes
17700:
17701: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17702: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17703: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17704:
17705: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17706: string
17707:
17708: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17709: mem alloc functions used for different cases [libxml, libxsl]
17710:
17711: * src/classes/classes.C: fixed: prevent system classes from
17712: modification to lock ALL the classes, not only directly used
17713:
17714: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17715: linked
17716:
17717: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17718:
17719: 2003-03-06 paf
17720:
17721: * src/classes/xdoc.C: xdoc.C 50%
17722:
17723: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17724: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17725: main/pa_globals.C, main/pa_request.C,
17726: main/pa_stylesheet_manager.C: xnode.C compiled
17727:
17728: * src/: include/pa_stylesheet_connection.h,
17729: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17730: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17731:
17732: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17733: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17734: xml: stylesheet&manager STARTED
17735:
17736: * src/: include/pa_globals.h, main/pa_charset.C,
17737: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17738:
17739: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17740: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17741: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17742: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17743: charsets
17744:
17745: * tests/023.html: in some cases it rounded up badly. postponing
17746: solution of that problem, making more simple test
17747:
17748: * tests/: 058_paf2000.png, results/058.processed: .png added with
17749: -kb now
17750:
17751: * src/: include/pa_charset.h, include/pa_charsets.h,
17752: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17753: moved to charsets.C
17754:
17755: 2003-03-05 paf
17756:
17757: * src/classes/string.C, src/include/pa_string.h,
17758: src/main/pa_string.C, tests/105.html,
17759: tests/results/105.processed: String::match bug fixed
17760:
17761: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17762: tests/results/104.processed: ^bpt operator added [does int3 in
17763: debug build on win32]
17764:
17765: * tests/: 057.html, results/057.processed: test bug fixed
17766:
1.116 moko 17767: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17768:
17769: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17770: missing
17771:
1.116 moko 17772: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17773: forgotten files added to Makes
1.95 moko 17774:
17775: * ltmain.sh: ltmain.sh added
17776:
17777: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17778: change undone ;(
17779:
17780: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17781: made static
17782:
17783: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17784: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17785: todo:make linker happy
1.95 moko 17786:
17787: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17788: env param made optional
17789:
17790: 2003-03-04 paf
17791:
17792: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17793: types/pa_vimage.h: number of gcc compiler bugs fixed
17794:
17795: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17796: results/103.processed: tests: 103 image.copy transparence test
17797:
17798: * src/main/execute.C, tests/101.html, tests/102.html,
17799: tests/results/101.processed, tests/results/102.processed: tests:
17800: 101 method/variable name conflict test 102 form fields change
17801: should not not change anything [bug fix]
17802:
17803: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17804: results/099.processed, results/100.processed: tests: 57 date
17805: create 2002: added 99,100 response:body/download
17806:
17807: * src/classes/image.C, tests/098.html, tests/098font.gif,
17808: tests/results/098.processed: test: 98 image font text [bug fixed]
17809:
17810: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17811: tests/results/097.processed: test: 97 file::load http:// [bugs
17812: fixed]
17813:
17814: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17815: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17816: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17817: image EXIF [bug fixed]
17818:
17819: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17820: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17821: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17822: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17823: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17824: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17825: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17826: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17827: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17828: tests/094.html, tests/095.html, tests/results/061.processed,
17829: tests/results/062.processed, tests/results/063.processed,
17830: tests/results/064.processed, tests/results/065.processed,
17831: tests/results/066.processed, tests/results/067.processed,
17832: tests/results/068.processed, tests/results/069.processed,
17833: tests/results/070.processed, tests/results/071.processed,
17834: tests/results/072.processed, tests/results/073.processed,
17835: tests/results/074.processed, tests/results/075.processed,
17836: tests/results/076.processed, tests/results/077.processed,
17837: tests/results/078.processed, tests/results/080.processed,
17838: tests/results/081.processed, tests/results/082.processed,
17839: tests/results/083.processed, tests/results/084.processed,
17840: tests/results/085.processed, tests/results/086.processed,
17841: tests/results/087.processed, tests/results/088.processed,
17842: tests/results/089.processed, tests/results/090.processed,
17843: tests/results/091.processed, tests/results/092.processed,
17844: tests/results/093.processed, tests/results/094.processed,
17845: tests/results/095.processed, tests/079.html,
17846: tests/results/079.processed: tests: 61 file::stat size 62
17847: string->int autoconvert 63 double .int,dec,div,mul 64 date
17848: compare 65 file: basename,justname,justext 66 math:crypt 67
17849: string.match simple on long 68 string.match normalized simple on
17850: long 69 string.int 70 file::stat content-type 71 table.join 72
17851: hash parameter conditional pass 73 date daylightsaving,yearday 74
17852: date arithmetics 75 response date values/attributes 76 string.pos
17853: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17854: with local 80 scientific numeric literal in string autoconvert 81
17855: xor: logical and numerical 82 for delims 83 menu delims 84
17856: table.hash distinct 85 long string replace 86 throw+catch
17857: current language preserve 87 bit shifts 88 junction tests +
17858: $caller test 89 hash.foreach selfmodification 90 int/void to int
17859: 91 $caller test 92 junction is + def junction tests 93 $caller
17860: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17861:
17862: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17863: fixed] 60 string eq string [bug fixed]
17864:
17865: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17866: 058.html, 058_paf2000.png, 059.html, 060.html,
17867: results/053.processed, results/054.processed,
17868: results/055.processed, results/056.processed,
17869: results/057.processed, results/058.processed,
17870: results/059.processed, results/060.processed: test: 53
17871: string.replace 54 junctions 55 table.hash 56 call indirect 57
17872: date.create[string] 58 image.measure[png]
17873:
17874: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17875: outputs/051.processed, results/052.processed: test: 52
17876: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17877: task: fix that
17878:
17879: 2003-03-03 paf
17880:
17881: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17882: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17883: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17884: outputs/049.processed, outputs/050.processed,
17885: outputs/051.processed, results/001.processed,
17886: results/002.processed, results/003.processed,
17887: results/005.processed, results/006.processed,
17888: results/008.processed, results/009.processed,
17889: results/011.processed, results/012.processed,
17890: results/013.processed, results/014.processed,
17891: results/015.processed, results/016.processed,
17892: results/017.processed, results/020.processed,
17893: results/021.processed, results/022.processed,
17894: results/024.processed, results/025.processed,
17895: results/026.processed, results/027.processed,
17896: results/028.processed, results/029.processed,
17897: results/030.processed, results/031.processed,
17898: results/049.processed, results/050.processed,
17899: results/051.processed, results/043.processed,
17900: results/044.processed, results/045.processed,
17901: results/046.processed, results/047.processed,
17902: results/048.processed: tests: 43,44,45 date rolls 46
17903: autoevaluating junction 47 table.select 48 name with subvar 49
17904: hash-creating switch 50 process 51 started parent/child, works as
17905: it were but it were NOT GOOD, created separate task to fix that
17906:
17907: * tests/: 042.html, results/042.processed: test: 42
17908: exception.handled
17909:
17910: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17911: expression
17912:
17913: * tests/: 040.html, results/040.processed: test: 39 method result
17914: of type table 40 method param junction auto evaluate
17915:
17916: * tests/: 039.html, results/039.processed: test: 37 method result
17917: of type table
17918:
17919: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17920: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17921: tests/038.html, tests/results/033.processed,
17922: tests/results/034.processed, tests/results/035.processed,
17923: tests/results/036.processed, tests/results/037.processed,
17924: tests/results/038.processed: tests: 33 string.replace 34
17925: string.upper 35 table created 36 local/global vars with juntions
17926: 37 table clone 38 math PI & number formatting
17927:
17928: math class registring typo fixed
17929:
17930: * src/classes/op.C, src/include/pa_request.h,
17931: src/include/pa_string.h, src/main/execute.C,
17932: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17933: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17934: tests/032.html, tests/results/032.processed: uchar changed to
17935: String_UL in all places [was not everywhere] untaint test: 032
17936:
17937: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17938: tests/results/004.processed, tests/parser-cygwin.sh,
17939: tests/parser-unix.sh: removed -H command line key, now testing
17940: using .sh file with SERVER_SOFTWARE=xxx
17941:
17942: 2003-02-26 paf
17943:
17944: * src/main/execute.C, src/types/pa_vstateless_class.h,
17945: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17946: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17947: tests/results/024.processed, tests/results/025.processed,
17948: tests/results/026.processed, tests/results/027.processed,
17949: tests/results/028.processed, tests/results/029.processed,
17950: tests/results/030.processed, tests/results/031.processed: fixed
17951: bug with name_cstr mutable CharPtr more tests
17952:
17953: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17954: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17955: << abort. die now just exits
17956:
17957: * src/classes/classes.awk, src/classes/classes.h,
17958: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17959: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17960: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17961: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17962: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17963: src/classes/xnode.C, src/include/pa_memory.h,
17964: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17965: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17966: src/types/pa_vform.C, tests/015.html, tests/016.html,
17967: tests/017.html, tests/018.html, tests/019.html,
17968: tests/019paf2001.gif, tests/020.html, tests/021.html,
17969: tests/022.html, tests/023.html, tests/022_dir/a.html,
17970: tests/022_dir/b.txt, tests/022_dir/c.htm,
17971: tests/results/015.processed, tests/results/016.processed,
17972: tests/results/017.processed, tests/results/018.processed,
17973: tests/results/019.processed, tests/results/020.processed,
17974: tests/results/021.processed, tests/results/022.processed,
17975: tests/results/023.processed: methoded_array now contains all Mxxx
17976: classes SAPI::get_env now returns info on pool more tests
17977:
17978: * src/include/pa_array.h, src/include/pa_hash.h,
17979: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17980: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17981: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17982: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17983: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17984: tests/results/001.processed, tests/results/002.processed,
17985: tests/results/003.processed, tests/results/004.processed,
17986: tests/results/005.processed, tests/results/006.processed,
17987: tests/results/007.processed, tests/results/008.processed,
17988: tests/results/009.processed, tests/results/010.processed,
17989: tests/results/011.processed, tests/results/012.processed,
17990: tests/results/013.processed, tests/results/014.processed: hash
17991: cloning fixed
17992:
17993: 2003-02-25 paf
17994:
17995: * src/main/pa_common.C: typo fixed
17996:
17997: 2003-02-24 paf
17998:
17999: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
18000: [one remained]
18001:
18002: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
18003: [should have been get_string(&pool)] todo: check other such calls
18004:
18005: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
18006: test10, bad lookups
18007:
18008: xxx* xxx=smartptr.get(); << is bad style, after ";" original
18009: object got destructed, and xxx points to sky
18010:
18011: * ChangeLog, src/classes/string.C: match bug fixed
18012:
18013: * src/types/pa_vmail.C: body [text/html] transcoded to
18014: $.charset[specified] now
18015:
18016: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18017: which failed to handle sigsetjmp+throw: crashed inside of
18018: pre-throw code. rewritten simplier [though duplicating
18019: closesocket code]
18020:
18021: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18022: which failed to handle sigsetjmp+throw: crashed inside of
18023: pre-throw code. rewritten simplier [though duplicating
18024: closesocket code]
18025:
18026: 2003-02-21 paf
18027:
1.211 moko 18028: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18029: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18030: now]]
1.95 moko 18031:
18032: written makefile with regression tests [raw]
18033:
18034: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18035: tests' only [it's not forcing CGI mode now] now use -H to output
18036: CGI header when parser used in command line [useful for tests
18037: also]
18038:
18039: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18040: switches on CGI mode, and is used in regression tests
18041:
18042: * src/: include/pa_request.h, main/pa_request.C,
18043: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18044: fixed
18045:
18046: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18047: handling pa_*
18048:
18049: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18050: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18051: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18052: memory handling files
18053:
18054: * src/main/pa_array.C: pool::format_integer terminator fixed
18055:
18056: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18057: compiles OK test to show benefits of free
18058:
18059: * src/: classes/file.C, classes/image.C, classes/mail.C,
18060: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18061: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18062: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18063: use pool [as the one in ^process]
18064:
18065: * src/classes/op.C: fixed process. sould now check for all cstr's
18066: -- some must use pool [as the one in ^process]
18067:
18068: 2003-02-20 paf
18069:
18070: * src/: classes/date.C, classes/double.C, classes/file.C,
18071: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18072: classes/math.C, classes/op.C, classes/response.C,
18073: classes/string.C, classes/table.C, classes/void.C,
18074: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18075: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18076: string cmp fixed
18077:
18078: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18079: values passed OK now
18080:
18081: 2003-02-19 paf
18082:
18083: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18084: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18085: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18086: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18087: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18088: all remaning leaks resulted from pooled::malloc calls [excluding
18089: in gd -- planning complete rewrite extremely ugly code]
18090:
18091: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18092: files
18093:
18094: 2003-02-17 paf
18095:
18096: * src/: classes/date.C, classes/double.C, classes/file.C,
18097: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18098: classes/response.C, classes/string.C, classes/table.C,
18099: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18100: include/pa_stylesheet_connection.h,
18101: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18102: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18103: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18104: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18105: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18106: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18107: of unitialized simple-typed field
18108:
18109: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18110: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18111: simple-typed field fixed. todo: find&kill all like that one
18112:
18113: * src/: main/execute.C, targets/cgi/pa_pool.C,
18114: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18115: debug output fixed
18116:
18117: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18118: main/pa_request.C: stack-stored items need extra .ref to prevent
18119: object_ptr from delete[them]
18120:
18121: * src/: classes/date.C, classes/op.C, classes/table.C,
18122: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18123: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18124: main/pa_charset.C, main/pa_common.C,
18125: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18126: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18127: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18128: calls
18129:
18130: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18131: couple mem leaks rusulted from old pooled::malloc usage.
18132: todo:find more like those
18133:
18134: * src/main/: compile.C, compile_tools.C: 2*2!
18135:
18136: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18137: stackItem fixed [there were no string on stack before]
18138:
18139: * src/: main/execute.C, main/pa_request.C,
18140: types/pa_vmethod_frame.C: first letters out OK
18141:
18142: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18143: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18144: main/pa_string.C, main/untaint.C, types/pa_value.h,
18145: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18146: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18147: type not initialized with zeros :( while class fields of class
18148: types initialized with default constructors. learn C++
18149:
18150: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18151: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18152: classes/math.C, classes/xdoc.C, classes/xnode.C,
18153: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18154: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18155:
18156: 2003-02-14 paf
18157:
18158: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18159: 13 link errors
18160:
18161: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18162: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18163: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18164: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18165: errors :)
18166:
18167: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18168: classes/hash.C, classes/mail.C, classes/op.C,
18169: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18170: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18171: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18172: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18173:
18174: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18175: classes/table.C, include/pa_common.h, include/pa_globals.h,
18176: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18177: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18178: types/pa_vint.h, types/types.dsp: op compiled
18179:
18180: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18181: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18182: main/untaint.C, types/pa_vtable.h: string, response compiled
18183:
18184: 2003-02-07 paf
18185:
18186: * src/: classes/table.C, types/pa_vtable.h: table compiled
18187:
18188: 2003-02-06 paf
18189:
18190: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18191: mail compiled
18192:
18193: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18194: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18195: types/pa_vfile.h, types/pa_vimage.h: image compiled
18196:
18197: * src/classes/: file.C, form.C: form compiled
18198:
18199: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18200: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18201: types/pa_vfile.C, types/pa_vfile.h: file compiled
18202:
18203: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18204: types/pa_vmath.h: math compiled [win32]
18205:
18206: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18207: types/pa_vstring.h: hash compiled
18208:
18209: 2003-02-04 paf
18210:
18211: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18212: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18213: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18214: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18215: types/pa_vhash.h: hash 50% compiled
18216:
18217: * src/: classes/date.C, classes/file.C, classes/hash.C,
18218: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18219: classes/string.C, classes/table.C, classes/xdoc.C,
18220: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18221: main/pa_string.C: date compiled
18222:
18223: * src/classes/: classes.dsp, double.C: double compiled
18224:
18225: * src/: classes/date.C, classes/double.C, classes/file.C,
18226: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18227: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18228: classes/string.C, classes/table.C, classes/void.C,
18229: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18230: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18231: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18232: compiled
18233:
18234: * src/: classes/date.C, classes/double.C, classes/file.C,
18235: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18236: classes/math.C, classes/op.C, classes/response.C,
18237: classes/string.C, classes/table.C, classes/void.C,
18238: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18239: types/pa_vvoid.h: void compiled :)
18240:
18241: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18242: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18243: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18244: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18245: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18246: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18247: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18248: types/pa_vresponse.C, types/pa_vstateless_class.C,
18249: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18250: types/pa_wcontext.C, types/types.dsp: removed stupid
18251: value_includes.h
18252:
18253: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18254: trying to remove stupid value_includes.h
18255:
18256: * src/main/pa_exec.C: pa_exec compiled on win32
18257:
18258: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18259:
18260: * src/: include/pa_globals.h, include/pa_request.h,
18261: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18262: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18263: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18264: types/pa_vrequest.C, types/pa_vstateless_class.C,
18265: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18266:
18267: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18268: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18269: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18270:
18271: * src/: include/pa_array.h, include/pa_config_includes.h,
18272: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18273: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18274: compiled
18275:
18276: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18277: name conflicts)
18278:
18279: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18280: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18281: yelds "virtual memory exhausted" while trying to compile
18282: execute.C [eating up to 127MB]
18283:
18284: 2003-02-03 paf
18285:
18286: * src/: include/pa_config_includes.h, include/pa_hash.h,
18287: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18288: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18289: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18290: types/pa_vint.h, types/pa_vjunction.h,
18291: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18292: started gcc compiling pa_common compiled
18293:
18294: * src/: include/pa_exception.h, include/pa_pool.h,
18295: main/pa_exception.C: exception gcc change #1
18296:
1.116 moko 18297: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18298: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18299:
18300: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18301:
18302: * src/types/pa_vtable.C: vtable compiled
18303:
18304: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18305:
18306: * src/: include/pa_cache_managers.h, main/pa_request.C,
18307: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18308:
18309: * src/types/pa_vstateless_class.C: vstateless_class compiled
18310:
18311: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18312:
18313: * src/types/pa_vrequest.C: vrequest compiled
18314:
18315: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18316: pa_vobject.C, pa_vobject.h: vobject compiled
18317:
18318: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18319: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18320: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18321: compiled
18322:
18323: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18324:
18325: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18326: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18327: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18328: compiled
18329:
18330: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18331: main.lib - 0 error(s), 0 warning(s)
18332:
18333: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18334: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18335:
18336: 2003-01-31 paf
18337:
18338: * src/: include/pa_array.h, include/pa_operation.h,
18339: include/pa_request.h, main/execute.C, main/main.dsp,
18340: types/pa_vjunction.h: started last file from main library:
18341: execute
18342:
18343: * src/: include/pa_request.h, include/pa_sapi.h,
18344: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18345: main/pa_request.C, targets/cgi/parser3.C,
18346: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18347: types/pa_vhash.h: pa_request compiled
18348:
18349: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18350: include/pa_globals.h, include/pa_request.h,
18351: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18352: main/execute.C, main/main.dsp, main/pa_common.C,
18353: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18354: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18355: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18356: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18357: types/types.dsp: most pa_request compiled
18358:
18359: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18360: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18361: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18362: classes/op.C, classes/response.C, classes/string.C,
18363: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18364: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18365: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18366: include/pa_config_fixed.h, include/pa_config_includes.h,
18367: include/pa_dictionary.h, include/pa_dir.h,
18368: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18369: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18370: include/pa_pool.h, include/pa_request.h,
18371: include/pa_request_charsets.h, include/pa_request_info.h,
18372: include/pa_sapi.h, include/pa_socks.h,
18373: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18374: include/pa_stack.h, include/pa_string.h,
18375: include/pa_stylesheet_connection.h,
18376: include/pa_stylesheet_manager.h, include/pa_table.h,
18377: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18378: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18379: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18380: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18381: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18382: main/compile.C, main/compile.tab.C, main/compile.y,
18383: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18384: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18385: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18386: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18387: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18388: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18389: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18390: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18391: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18392: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18393: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18394: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18395: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18396: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18397: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18398: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18399: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18400: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18401: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18402: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18403: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18404: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18405: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18406: types/pa_vresponse.h, types/pa_vstateless_class.C,
18407: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18408: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18409: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18410: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18411: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18412: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18413:
18414: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18415: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18416: src/include/pa_charsets.h, src/include/pa_common.h,
18417: src/include/pa_dictionary.h, src/include/pa_exception.h,
18418: src/include/pa_exec.h, src/include/pa_pool.h,
18419: src/include/pa_request.h, src/include/pa_sapi.h,
18420: src/include/pa_sql_connection.h,
18421: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18422: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18423: src/main/compile.tab.C, src/main/compile_tools.C,
18424: src/main/compile_tools.h, src/main/main.dsp,
18425: src/main/pa_charset.C, src/main/pa_charsets.C,
18426: src/main/pa_common.C, src/main/pa_dictionary.C,
18427: src/main/pa_exception.C, src/main/pa_exec.C,
18428: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18429: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18430: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18431: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18432: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18433: src/types/pa_vdouble.h, src/types/pa_venv.h,
18434: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18435: src/types/pa_vhash.h, src/types/pa_vimage.C,
18436: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18437: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18438: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18439: src/types/pa_vobject.C, src/types/pa_vobject.h,
18440: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18441: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18442: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18443: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18444: src/types/pa_vstring.h, src/types/pa_vtable.h,
18445: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18446: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18447: died, long live StringPtr
18448:
18449: 2003-01-30 paf
18450:
18451: * src/: include/pa_charset.h, include/pa_request.h,
18452: include/pa_sql_driver_manager.h, main/compile.tab.C,
18453: main/compile.y, main/compile_tools.h, main/pa_request.C,
18454: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18455:
18456: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18457: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18458: types/pa_vhash.h, types/pa_vmethod_frame.h,
18459: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18460: types/types.dsp: vstateless_class compiled
18461:
18462: * src/main/compile.C: compile compiled
18463:
18464: * src/: include/pa_array.h, include/pa_operation.h,
18465: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18466: main/pa_table.C: compile_tools compiled
18467:
18468: * src/: include/pa_operation.h, main/compile.y,
18469: main/compile_tools.C, main/compile_tools.h: started
18470: compile_tools. vagues ideas of how to free compiled code
18471:
18472: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18473: main/main.dsp, types/pa_value.C, types/pa_value.h,
18474: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18475: compiled
18476:
18477: 2003-01-29 paf
18478:
18479: * src/: include/pa_globals.h, include/pa_request.h,
18480: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18481: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18482: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18483: compiled
18484:
18485: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18486: now
18487:
18488: * src/: include/pa_array.h, include/pa_exception.h,
18489: include/pa_pool.h, main/pa_exception.C: gd compiled
18490:
18491: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18492: compiled
18493:
18494: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18495: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18496: types/pa_vfile.h: vfile compiled
18497:
18498: * src/: include/pa_common.h, include/pa_globals.h,
18499: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18500: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18501: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18502:
18503: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18504: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18505: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18506: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18507: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18508:
18509: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18510: main/main.dsp, main/untaint.C: more compiled
18511:
18512: * src/: include/pa_charsets.h, include/pa_request.h,
18513: include/pa_request_info.h, include/pa_string.h,
18514: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18515: types/pa_vresponse.h: vrequest compiled
18516:
18517: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18518: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18519: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18520:
18521: * src/: classes/classes.h, include/pa_charset.h,
18522: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18523: include/pa_request.h, include/pa_string.h, main/main.dsp,
18524: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18525: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18526: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18527: types/pa_vrequest.C, types/pa_vrequest.h,
18528: types/pa_vstateless_class.h, types/pa_vstring.h,
18529: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18530:
18531: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18532: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18533: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18534: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18535: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18536: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18537: types/pa_vobject.h, types/pa_vstateless_class.h,
18538: types/pa_vstateless_object.h, types/pa_vstatus.h,
18539: types/pa_vstring.h, types/types.dsp: vmath compiled
18540:
18541: 2003-01-28 paf
18542:
18543: * src/: classes/classes.h, classes/date.C, classes/file.C,
18544: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18545: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18546: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18547: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18548: compile_tools
18549:
18550: * src/: include/pa_charset.h, include/pa_exception.h,
18551: include/pa_request.h, include/pa_string.h, main/untaint.C:
18552: untaint compiled
18553:
18554: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18555: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18556: more compiled. struck with string::store_to needing to know
18557: source/client charsets
18558:
18559: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18560: types/pa_vfile.h: uue compiled
18561:
18562: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18563: table compiled
18564:
18565: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18566: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18567:
18568: * src/: include/pa_charset.h, main/pa_charset.C,
18569: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18570: introduced]
18571:
18572: * src/: classes/date.C, include/pa_charset.h,
18573: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18574: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18575: pa_charsets compiled
18576:
18577: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18578: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18579:
18580: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18581: common compiled
18582:
18583: * src/: include/pa_charsets.h, main/pa_charsets.C,
18584: main/pa_sql_driver_manager.C: pa_charsets compiled
18585:
18586: * src/: include/pa_array.h, include/pa_charset.h,
18587: include/pa_charsets.h, include/pa_pool.h,
18588: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18589: include/pa_stack.h, include/pa_string.h,
18590: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18591: sql_driver_manager compiled
18592:
18593: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18594: letter i with two dots added to koi, all ukranian letters added
18595: to win1251.
18596:
18597: typographic simbol 0xb9 deleted from win1251 [strange one & were
18598: abscent from koi]
18599:
18600: 2003-01-27 paf
18601:
18602: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18603: include/pa_sql_driver_manager.h, include/pa_string.h,
18604: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18605: sql/pa_sql_driver.h: paused on sql_manager
18606:
18607: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18608: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18609: include/pa_stack.h, main/pa_sql_driver_manager.C,
18610: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18611:
18612: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18613: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18614: include/pa_table.h, main/pa_sql_driver_manager.C,
18615: main/pa_table.C: table compiled
18616:
18617: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18618: cache_managers compiled
18619:
18620: * src/: include/pa_array.h, include/pa_charset.h,
18621: include/pa_pool.h, main/pa_charset.C: charset compiled
18622:
18623: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18624:
18625: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18626: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18627: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18628: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18629: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18630:
18631: 2003-01-24 paf
18632:
18633: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18634: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18635: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18636: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18637: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18638: types/pa_vint.h, types/pa_vjunction.h,
18639: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18640: types/pa_vstatus.h, types/pa_vstring.h: more patched
18641:
18642: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18643: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18644: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18645: main/pa_string.C, main/pa_table.C: string compiled
18646:
18647: * src/: include/pa_array.h, include/pa_common.h,
18648: include/pa_dictionary.h, include/pa_exception.h,
18649: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18650: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18651: main/pa_string.C: dictionary compiled
18652:
18653: 2003-01-23 paf
18654:
18655: * src/: include/pa_array.h, include/pa_common.h,
18656: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18657: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18658: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18659: types/pa_value.h: resurrected pool in new sense: now it's
18660: factory, producing&accounting memory chunks for read[autofree]
18661: buffers
18662:
18663: * src/: include/pa_array.h, include/pa_exception.h,
18664: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18665: main/pa_exception.C, main/pa_table.C: table compiled
18666:
18667: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18668: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18669: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18670: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18671: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18672: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18673: main/pa_table.C: aint that easy
18674:
18675: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18676: main/main.dsp: continued with Hash
18677:
18678: * src/main/pa_common.C: connect_string allocated on heap[wes on
18679: stack] now. and exception can be reported OK now [can be reported
18680: outside of pro c with that stack]
18681:
18682: 2003-01-22 paf
18683:
18684: * src/: include/pa_array.h, include/pa_charset.h,
18685: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18686: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18687: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18688: base: contains references_count. auto_ptr template calls
18689: add_ref/release
18690:
18691: 2003-01-21 paf
18692:
18693: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18694: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18695: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18696: classes/op.C, classes/response.C, classes/string.C,
18697: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18698: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18699: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18700: include/pa_config_fixed.h, include/pa_config_includes.h,
18701: include/pa_dictionary.h, include/pa_dir.h,
18702: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18703: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18704: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18705: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18706: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18707: include/pa_stack.h, include/pa_string.h,
18708: include/pa_stylesheet_connection.h,
18709: include/pa_stylesheet_manager.h, include/pa_table.h,
18710: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18711: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18712: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18713: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18714: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18715: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18716: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18717: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18718: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18719: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18720: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18721: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18722: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18723: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18724: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18725: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18726: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18727: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18728: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18729: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18730: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18731: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18732: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18733: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18734: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18735: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18736: types/pa_vstateless_object.h, types/pa_vstatus.C,
18737: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18738: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18739: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18740: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18741: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18742: 2002->2003
18743:
18744: 2003-01-16 paf
18745:
1.211 moko 18746: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18747: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18748: $.any-status(1)
1.95 moko 18749:
1.211 moko 18750: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18751: src/main/pa_common.C: http request now return status. and not
18752: fail on status!=200
18753:
18754: 2003-01-15 paf
18755:
18756: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18757:
18758: 2003-01-14 paf
18759:
18760: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18761: mkinstalldirs: removed some ancient files [they in / really]
18762:
18763: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18764: regretfully needed patch in two places. in config_fixed.h made
18765: stubs for lib to compile in MSVC
18766:
18767: 2003-01-13 paf
18768:
18769: * config.guess, config.sub, ltmain.sh: removed last piece of
18770: configure.in(libtool) hacks
18771:
1.116 moko 18772: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18773: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18774: ltdl.h: moved to latest libtool (1.4.3)
18775:
18776: 2003-01-10 paf
18777:
18778: * src/lib/ltdl/: configure, configure.in: PROG_NM
18779:
18780: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18781: patches. libxml2 >= 2.5.1
18782: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18783: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18784: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18785:
18786: * INSTALL: moved to latest versions of xml libs libxml2 >=
18787: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18788: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18789: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18790:
18791: 2003-01-09 paf
18792:
18793: * INSTALL: xml,xslt,gdome lib urls updated
18794:
18795: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18796: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18797: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18798: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18799: 1.7.2
1.95 moko 18800:
18801: * depcomp: moving to automake 1.7.2
18802:
18803: 2002-12-27 paf
18804:
18805: * src/include/pa_version.h: 0007
18806:
18807: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18808: outdated parts, made links to language docs
18809:
18810: * src/include/pa_config_auto.h.in: comment
18811:
18812: 2002-12-26 paf
18813:
18814: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18815: not contain trailing / fixed.
18816:
18817: * INSTALL: changing SAFE_MODE politics
18818:
18819: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18820:
18821: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18822:
18823: 2002-12-25 paf
18824:
18825: * src/main/pa_globals.C: optimized-xml
18826:
18827: * src/main/pa_globals.C: optimized-as-is
18828:
18829: 2002-12-24 paf
18830:
18831: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18832: fixed [were really called with zero size when .html?a=&b=]
18833:
18834: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18835: with --with-sendmail
18836:
18837: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18838: fixed]
18839:
18840: 2002-12-23 paf
18841:
18842: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18843: ignoring parameters & were storing only string with default
18844: expires
18845:
18846: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18847: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18848: December 23, 2002 4:22 AM Subject: bug â
18849: Charset::transcode_buf2xchar
18850:
18851: 2002-12-20 paf
18852:
18853: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18854: non-cgi [script] runs
18855:
18856: 2002-12-19 paf
18857:
18858: * INSTALL: --without-iconv recommended [it crashes on some systems
18859: [tested on elik]] moreover, it's not needed there [parser
18860: registers charsets itself]
18861:
18862: * INSTALL: --without-iconv recommended [it crashes on some systems
18863: [tested on elik]]
18864:
1.211 moko 18865: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18866: src/include/pa_request.h, src/main/pa_globals.C,
18867: src/main/pa_request.C: $response:download
18868:
18869: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18870: compiler [win32]].
18871:
18872: 2002-12-18 paf
18873:
18874: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18875:
18876: 2002-12-17 paf
18877:
18878: * src/targets/cgi/parser3.C: merged die&iis changes
18879:
18880: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18881: to exit(1) 2. more flexible iilegal call check
18882:
18883: 2002-12-16 paf
18884:
18885: * ltmain.sh: some automakes silly insist on having this handy
18886:
18887: * src/main/untaint.C: filespec russian small 'r' changed to latin
18888: 'p' bug fix
18889:
18890: 2002-12-15 paf
18891:
18892: * src/main/untaint.C: filespec russian small 'r' changed to latin
18893: 'p'
18894:
18895: * configure.in, src/include/pa_config_auto.h.in,
18896: src/main/compile.C, src/main/pa_common.C: merged small changes
18897: from branch 6 to HEAD
18898:
18899: * src/main/compile.C: removed warning
18900:
18901: * src/main/pa_common.C: ftruncate having checked
18902:
18903: * configure.in, src/include/pa_version.h: new version
18904:
18905: 2002-12-14 paf
18906:
18907: * src/classes/table.C: removed unnecessary code
18908:
18909: * src/sql/pa_sql_driver.h: exception type fixed
18910:
18911: 2002-12-09 paf
18912:
18913: * src/types/pa_vvoid.h: $void.store[now] error
18914:
18915: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18916:
18917: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18918: tries to write core dump
18919:
18920: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18921:
18922: * src/: classes/hash.C, classes/string.C, classes/table.C,
18923: classes/void.C, main/pa_sql_driver_manager.C,
18924: sql/pa_sql_driver.h: changed exception handling mech in sql
18925: handlers #2
18926:
18927: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18928: exception handling mech in sql handlers
18929:
18930: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18931: handlers
18932:
18933: * src/: classes/hash.C, classes/string.C, classes/table.C,
18934: classes/void.C, main/pa_sql_driver_manager.C,
18935: sql/pa_sql_driver.h: changed exception handling mech in sql
18936: handlers
18937:
1.116 moko 18938: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18939: to write makefile which used libtool to install things, which is
18940: not needed
1.95 moko 18941:
18942: 2002-12-06 paf
18943:
1.211 moko 18944: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18945: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18946: more like 'table'
1.95 moko 18947:
18948: 2002-12-05 paf
18949:
18950: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18951: cc/bcc OK now
18952:
18953: * src/main/untaint.C: mail header closed properly
18954:
18955: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18956: header ',' allowed. still bugs in smtp [only one receiptient
18957: works, cc, bcc ignored now, and MAILED ;)]
18958:
18959: [strncpy killed, memnchr used]
18960:
18961: * src/main/pa_table.C: table-copy now current=0
18962:
18963: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18964: lowlevel proc
18965:
18966: * src/targets/cgi/parser3.C: more checks on
18967: http://domain/parser.cgi start [maybe some getenv returns "",
18968: checked that now
18969:
18970: * src/targets/cgi/parser3.C: more checks on
18971: http://domain/parser.cgi start [maybe some getenv returns "",
18972: checked that now
18973:
18974: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18975: out-of-mem errors reached log]
18976:
18977: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18978: mail:send MIME-Version default
18979:
18980: * src/main/main.dsp: pa_version included into main.dsp
18981:
18982: 2002-12-04 paf
18983:
18984: * src/types/pa_vform.C: $form:field string value cut by premature 0
18985:
18986: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18987: lib/libltdl -> lib/ltdl Win32 changes. s
18988:
18989: * src/classes/classes.awk: more strict *.C$
18990:
18991: * gnu.dsp: restored
18992:
1.116 moko 18993: * configure.in, gnu.dsp, src/lib/Makefile.am,
18994: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18995: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18996: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18997: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18998: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18999: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
19000: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
19001: now created with /configure, not ltdl/configure, so it does have
19002: no problems with automake. ltdl/configure
19003: AC_OUTPUT(Makefile<<removed)
1.95 moko 19004:
19005: 2002-12-02 paf
19006:
1.211 moko 19007: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 19008:
19009: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
19010: src/main/pa_common.C, src/main/pa_request.C,
19011: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
19012: tainted parts becomes http-header
19013:
19014: 2002-11-29 paf
19015:
1.211 moko 19016: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
19017: operators.txt: exif dates now objects of type date
1.95 moko 19018:
19019: * src/classes/image.C: file.seek removed [it were used in image.C
19020: only, and for parser user this means that jpeg image has bad
19021: size in fragment's header] now used image.format
19022:
19023: * src/: include/pa_common.h, main/pa_common.C,
19024: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19025: now handled exactly like $response:header values. e.g. can be
19026: hash [can have subattributes] & contain date values.
19027:
19028: * src/main/pa_common.C: http:// param values lang forced URI
19029:
19030: * src/main/pa_common.C: http:// tainted partes now %xx
19031:
19032: 2002-11-28 paf
19033:
1.211 moko 19034: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19035:
19036: * src/classes/image.C: ^image.length now counts interchar space.
19037: plus space after last char
19038:
19039: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19040:
19041: * src/classes/image.C: ^image.font width measurer now scans full
19042: height [were -1]
19043:
19044: * configure.in: stopped double libltdl/Makefile generation
19045:
19046: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19047: chars [one top horizontal line of 1pixel height were missing]
19048:
19049: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19050: 'false' to go into (Hash *) parameter
19051:
19052: 2002-11-27 paf
19053:
19054: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19055: types/pa_vmail.C: response:body[file] if file nows it's name now
19056: returns content-disposition: >>attachment<<
19057:
19058: * src/classes/image.C: ^image.font << bad font file-size now
19059: properly reported
19060:
19061: 2002-11-26 paf
19062:
19063: * src/main/pa_request.C: fixed lang in reponse header
19064:
19065: * src/main/pa_common.C: utf8 prefix ignored @read text
19066:
1.211 moko 19067: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19068: response status!=200 made exception: http.status with source=bad
19069: status#
1.95 moko 19070:
19071: 2002-11-25 paf
19072:
19073: * configure.in, src/classes/image.C,
19074: src/include/pa_config_auto.h.in,
19075: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19076: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19077: const void related probs fixed
1.95 moko 19078:
1.211 moko 19079: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19080: fields now UPPERCASE
1.95 moko 19081:
19082: $file[^file::load[http://there]] $file.SERVER
19083:
19084: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19085: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19086: http options [invalid onces now reported] made default
19087: user-agent: paf
19088:
1.211 moko 19089: * operators.ru.txt, operators.txt, src/classes/file.C,
19090: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19091: src/include/pa_globals.h, src/main/pa_common.C,
19092: src/main/pa_globals.C, src/main/pa_request.C,
19093: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19094: now understand http:// prefix and additional params, sample:
19095: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19096: $.USER-AGENT[parser3] ]]
19097:
19098: 2002-11-22 paf
19099:
19100: * src/classes/image.C, src/include/pa_globals.h,
19101: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19102: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19103: $image.exif support $image.exif.DateTime & co
1.95 moko 19104:
19105: 2002-11-21 paf
19106:
19107: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19108: _PASS_APPENDED)
19109:
19110: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19111: EXIF information [were big block and it's size were considered
19112: negative :(]
19113:
1.211 moko 19114: * operators.ru.txt, operators.txt, src/classes/image.C,
19115: src/include/pa_common.h, src/main/pa_common.C,
19116: src/types/pa_vmail.C: image.measure internals rewritten. no
19117: there's reader.seek, and all's ready for EXIF extraction [now we
19118: fail to measure files with EXIF info]
1.95 moko 19119:
19120: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19121: O_TRUNC truncates even exclusevely write-locked file [thanks to
19122: Igor Milyakov <virtan@rotabanner.com> for discovering]
19123:
19124: 2002-11-20 paf
19125:
19126: * src/targets/cgi/parser3.C: logging @signal += query_string
19127:
19128: * configure.in, src/include/pa_config_auto.h.in,
19129: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19130: comment
19131:
19132: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19133:
19134: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19135: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19136: currently processed document SIGPIPE >> interrupts request
19137: processing [exception = DB rollback]
19138:
19139: * src/main/pa_exec.C: comment
19140:
19141: * src/main/pa_exec.C: pa_exec: data written only if size>0
19142:
1.211 moko 19143: * operators.ru.txt, operators.txt, src/classes/file.C:
19144: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19145:
19146: * src/: include/pa_config_fixed.h, main/pa_common.C,
19147: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19148: pipe read errors now checked
19149:
19150: 2002-11-19 paf
19151:
19152: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19153: CGI: Illegal call
19154:
19155: 2002-11-01 paf
19156:
19157: * src/main/execute.C: comment
19158:
19159: 2002-10-31 paf
19160:
19161: * src/main/execute.C: found out why, checked that for now. todo:
19162: find out a way for that user could do that
19163:
19164: * src/types/pa_vstateless_object.h: object put replaces static
19165: parent if any
19166:
19167: * src/types/pa_vobject.C: object put replaces static parent if any
19168:
19169: * src/: classes/form.C, classes/mail.C, classes/op.C,
19170: classes/xnode.h, main/compile.tab.C, main/execute.C,
19171: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19172: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19173: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19174: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19175: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19176: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19177: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19178: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19180: types/pa_vstateless_object.h, types/pa_vstatus.C,
19181: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19182: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19183: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19184: types/pa_wwrapper.h: static fix merged
19185:
19186: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19187: $virtual_fields in dynamic, but one can reach derived
19188: static[class] variable from base
19189:
19190: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19191: types/pa_vobject.C, types/pa_vobject.h,
19192: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19193: statics, left $virtual_fields in dynamic
19194:
19195: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19196: one can't remember derivates in base class: there's so many of
19197: them. also there can be no virtual method calls in static
19198: classes
19199:
19200: * src/: classes/form.C, classes/mail.C, classes/op.C,
19201: classes/xnode.h, main/execute.C, main/pa_request.C,
19202: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19203: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19204: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19205: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19206: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19207: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19208: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19209: types/pa_vresponse.C, types/pa_vresponse.h,
19210: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19211: types/pa_vstateless_object.h, types/pa_vstatus.C,
19212: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19213: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19214: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19215: types/pa_wwrapper.h: static call $self fixed
19216:
19217: * src/main/execute.C: comment
19218:
19219: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19220: ^process[$caller.self]{...} now compiles to last derived object
19221: part of that 'self'
19222:
19223: 2002-10-29 paf
19224:
19225: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19226: re-passing [iis to blame]
19227:
19228: * src/classes/string.C: changed string.save to pass current sql
19229: connection to cstr thus one can ^connect[some server]{
19230: $s[insert into table x (x) values (^taint[sql]{value})]
19231: ^s.save[some.sql] } and he'd get in some.sql file code with
19232: properly escaped. [tried in mssql->mysql export->import of
19233: binary data]
19234:
19235: 2002-10-25 paf
19236:
19237: * src/types/pa_vresponse.C: case insensitive response user fields
19238: get/put
19239:
19240: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19241: types/pa_vresponse.C: saving for maybe-future
19242:
19243: 2002-10-23 paf
19244:
1.211 moko 19245: * operators.ru.txt, operators.txt, src/classes/table.C:
19246: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19247:
19248: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19249:
19250: 2002-10-22 paf
19251:
19252: * src/types/: pa_vform.C, pa_vform.h: removed needless
19253: VForm::Append...(...Value)
19254:
19255: * src/main/execute.C: $.name outside of $name[...] checked
19256:
19257: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19258: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19259:
19260: 2002-10-21 paf
19261:
1.211 moko 19262: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19263: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19264:
1.211 moko 19265: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19266: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19267:
1.211 moko 19268: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19269: $form:image-map
1.95 moko 19270:
1.211 moko 19271: * operators.ru.txt, operators.txt, src/classes/file.C:
19272: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19273:
19274: 2002-10-17 paf
19275:
19276: * src/main/: compile.tab.C, compile.y: operators precedence changed
19277: a little: logical not and bitwise negation precedence made
19278: highest, << and >> bitshits precedence made equal [were << higher
19279: than >>]
19280:
19281: * src/classes/op.C: exception handling fixed [were bad with
19282: contexts]
19283:
19284: 2002-10-16 paf
19285:
19286: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19287: main/pa_request.C: Request::self considered equal to
19288: VMethodFrame::self, and removed, Request::get_self() mapped to
19289: VMethodFrame.self()
19290:
19291: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19292: $hash in open field now gives old good error meesage
19293:
19294: 2002-10-15 paf
19295:
19296: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19297: use ^if($junction is junction){was and now true}
19298:
19299: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19300: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19301: types/pa_vxnode.C: xml->parser strings now have origin, which
19302: points to place where value left xml library and came to parser:
19303: place of dom field extraction/call
19304:
19305: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19306: main/compile.tab.C, main/compile.y, main/execute.C,
19307: types/pa_vmethod_frame.h: removed last pieces of old code
19308: allowing $junction.xxx at compile time
19309:
19310: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19311: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19312: objects also considered [were only classes]
19313:
19314: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19315: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19316: with CLASS self. [ (request&method_frame).self temporarily
19317: changed ]
19318:
19319: * src/classes/: hash.C, op.C: method_frame now always changed, with
19320: no exception to native calls. for&foreach changed to use
19321: method_frame.caller for their var's name context
19322:
19323: * src/: main/execute.C, targets/cgi/parser3.C,
19324: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19325: compiling to system classes disabled
19326:
1.211 moko 19327: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19328: ^process[$caller.CLASS]{code-string} added
19329:
1.211 moko 19330: * operators.ru.txt, operators.txt, src/classes/op.C,
19331: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19332: src/main/pa_request.C, src/types/Makefile.am,
19333: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19334: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19335: $junction.get $junction.set[] introducing $caller
1.95 moko 19336:
19337: * src/types/pa_value.h: removed outdated comments. doxygen would
19338: find them lower by inheritance tree
19339:
19340: * src/types/pa_vjunction.C: ident
19341:
19342: 2002-10-14 paf
19343:
19344: * src/classes/op.C: process compiles to code's class class
19345:
19346: * src/: classes/form.C, classes/mail.C, classes/op.C,
19347: include/pa_request.h, main/compile.C, main/compile.tab.C,
19348: main/compile.y, main/execute.C, main/pa_request.C,
19349: types/pa_vstateless_class.h: operators now main-class-methods
19350:
19351: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19352: better stack trace [has "call" & co there]
19353:
19354: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19355: operators @auto now executed in MAIN context
19356:
19357: * src/main/execute.C: operator execution context now = MAIN, not
19358: closest stack frame
19359:
19360: @touchit[] $i[after]
19361:
19362: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19363: were 'after'
19364:
19365: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19366: 'after'
19367:
19368: * src/main/execute.C: comment
19369:
19370: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19371: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19372: action]
19373:
19374: * src/types/pa_vxnode.C: misreplace fixed
19375:
19376: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19377: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19378: $status:rusage.tv_secs/usecs introduced
19379:
19380: 2002-10-09 paf
19381:
19382: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19383: on empty string [or uses (default)]
19384:
19385: 2002-10-08 paf
19386:
19387: * src/main/untaint.C: mail header quoted printable changed after
19388: RFC reread
19389:
1.211 moko 19390: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19391:
19392: * src/types/pa_vxnode.C: misreplace
19393:
19394: 2002-09-24 paf
19395:
1.116 moko 19396: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19397:
19398: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19399: mailreceive would compile on freebsd now
19400:
19401: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19402: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19403: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19404: mailreceive would compile on freebsd now
1.95 moko 19405:
19406: * src/: classes/file.C, main/untaint.C: 1. file spec language
19407: changed: now there are only few chars are untainted: * ? ' " < >
19408: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19409: one should use ^untaint[uri]{...} now]
19410:
19411: 2. $list[^file:list[dir]] now returns simply tainted names in
19412: $list.name, not tainted as filespec
19413:
19414: @russianindex[] #dir with files with russian-lang names
19415: $where[dir]
19416:
19417: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19418: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19419:
19420: 2002-09-23 paf
19421:
19422: * src/types/pa_vdouble.h: double->int round added
19423:
19424: * src/classes/date.C: date bug fix, now
19425: round(floatDays*secondsPerDay)
19426:
19427: * src/classes/date.C: date bug fix, now
19428: round(floatDays*secondsPerDay)
19429:
19430: 2002-09-20 paf
19431:
19432: * src/main/execute.C: code junction calls disabled [before: code
19433: was compiled in such a way, that there were no code-junctions in
19434: OP_CALL]
19435:
19436: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19437:
19438: @badjunctioncallinside[code] ^code[]
19439:
19440: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19441: expanding to include ^junction.method
19442:
19443: * src/main/pa_common.C: -d "DIR/" now true
19444:
19445: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19446: as internal xdoc encoding, and after decoding attributes set by
19447: dom functions now encoded OK, not as digital entities
19448:
19449: * src/classes/xdoc.C: empty transform result, being taken as file
19450: now returns empty file, not raises stupid error about "stat-ed
19451: file"
19452:
19453: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19454: allowed
19455:
19456: * src/types/types.dsp: introducing $junction.get/put(1) one can
19457: write iterators now:
19458:
19459: ^user-foreach[key;value]{$key=$value<br>}
19460:
19461: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19462: $code.value($i*2) $code }
19463:
19464: * src/main/compile_tools.h: mistype
19465:
1.116 moko 19466: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19467: thus taking linking options configure changes into account [were:
19468: ignoring]
1.95 moko 19469:
19470: * src/types/: pa_vjunction.C, Makefile.am: introducing
19471: $junction.get/put(1) one can write iterators now:
19472:
19473: ^user-foreach[key;value]{$key=$value<br>}
19474:
19475: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19476: $code.value($i*2) $code }
19477:
19478: * src/: include/pa_opcode.h, include/pa_request.h,
19479: main/compile.tab.C, main/compile.y, main/execute.C,
19480: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19481: introducing $junction.get/put(1) one can write iterators now:
19482:
19483: ^user-foreach[key;value]{$key=$value<br>}
19484:
19485: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19486: $code.value($i*2) $code }
19487:
19488: 2002-09-19 paf
19489:
1.116 moko 19490: * Makefile.am: new: make commit
1.95 moko 19491:
19492: * aclocal.m4: forced to be older
19493:
19494: 2002-09-18 paf
19495:
19496: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19497: src/main/compile.y, src/main/execute.C: << >> int shifts
19498:
19499: * src/: include/pa_common.h, include/pa_request.h,
19500: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19501: - now this - fatal error
19502:
19503: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19504: that one can pass binary data there
19505:
19506: * src/: classes/date.C, classes/double.C, classes/file.C,
19507: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19508: classes/op.C, classes/response.C, classes/string.C,
19509: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19510: include/pa_request.h: pa_request contexts made privated, plus
19511: get_{self/method_frame} to read. Request_context_saver used in
19512: ^try to save flang too. [were not saved]
19513:
19514: * src/types/pa_vresponse.C: header value chains joined before
19515: output, this should help $.subject[$var $var] from being
19516: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19517:
19518: 2002-09-17 paf
19519:
19520: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19521: removed changes, operators executed with calling self. lots of
19522: code with ^include code relies on defined/defining self variables
19523:
19524: $a[1] ^include[print_a.p] print_a.p: $a
19525:
19526: ^include[set_a.p] a=$a set_a.p: $a[1]
19527:
19528: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19529: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19530: types/pa_vstateless_class.h: operators now executed with MAIN
19531: self. it's for ^include sake, too strong a change
19532:
19533: * src/classes/op.C: made place for ^process to compile it's code to
19534: in case of no self
19535:
19536: * src/main/execute.C: found ancient param to Junction, removed.
19537: allowed passing self to native_code_operators [for ^process to
19538: work, she needs self]
19539:
19540: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19541: types/pa_vstateless_class.h: found ancient param to Junction,
19542: removed. allowed passing self to native_code_operators [for
19543: ^process to work, she needs self]
19544:
19545: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19546: types/pa_value.h, types/pa_vmethod_frame.h,
19547: types/pa_vstateless_class.h: allowed Request.self to be 0,
19548: checked that in VMethodFrame get/put and $self.
19549:
19550: * src/classes/: table.C, xdoc.C: table::sql options table::create
19551: copy options options checked, wrong option now fatal error
19552:
19553: * src/main/pa_string.C: string.replace fixed [were missing words on
19554: pieces boundaries]
19555:
1.150 moko 19556: * configure, configure.in: .so now detected [can be .sl on hpux,
19557: .dll on cygwin, .so in other cases)
1.95 moko 19558:
19559: * configure, configure.in: .so now detected [can be .sl on hpux,
19560: .dll on cygwin, .so in other cases)
19561:
1.211 moko 19562: * operators.ru.txt, operators.txt, src/classes/hash.C,
19563: src/classes/table.C, src/include/pa_globals.h,
19564: src/main/pa_globals.C: table.sql hash::sql flag to allow
19565: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19566:
19567: * src/: classes/hash.C, classes/table.C,
19568: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19569: now errors
19570:
19571: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19572:
19573: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19574: ,2,3]
19575:
19576: 2002-09-16 paf
19577:
19578: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19579: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19580: stdout to be binary. now detected closest header break.
19581:
19582: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19583: closed right
19584:
19585: 2002-09-13 paf
19586:
1.211 moko 19587: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19588: src/main/compile.y, src/main/compile_tools.h: (expression
19589: #comment)
1.95 moko 19590:
19591: (multiline expression #comment line2 #comment )
19592:
19593: (expression #comment with (brackets) comment) << OK
19594:
1.211 moko 19595: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19596: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19597: for expression #comments]
1.95 moko 19598:
19599: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19600: error
19601:
19602: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19603: cheched in pa_socks.C
19604:
1.116 moko 19605: * configure, configure.in, src/include/pa_config_auto.h.in:
19606: HAVE_WINSOCK_H created in configure.in
1.95 moko 19607:
19608: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19609: cookie date now clean [were mistakenly tainted & that worked bad
19610: with opera -- 'happily' that worked OK with msie]
19611:
19612: 2002-09-12 paf
19613:
19614: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19615: VClass get_element now first looks to fields, next to methods &
19616: co todo: the rest reason: more speed
19617:
19618: * src/main/untaint.C: quoted printable encoding stops before
19619: \s*<...>$
19620:
19621: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19622: stops before <...>$
19623:
19624: 2002-09-11 paf
19625:
19626: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19627: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19628: forgot to check users of those funcs. not all were using that
19629: return value convention
19630:
19631: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19632: windows-1254 added
19633:
19634: 2002-09-10 paf
19635:
19636: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19637: VCodeFrame parent param were specified badly
19638:
19639: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19640: WWrapper which used in constructing objects(second param to sql
19641: method) ^...sql{}[$.default{code}] now has parent, wich helps
19642: code in hash to survivi
19643:
19644: * src/: include/pa_request.h, main/execute.C: removed redundant
19645: param to execute [stack said 'thanks']
19646:
19647: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19648: types/pa_value.h, types/pa_vcode_frame.h,
19649: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19650: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19651: responsibility to wcontext
19652:
19653: * src/classes/file.C: decided not to log exec's with stderr, that
19654: could be warnings, and it's up to scritper to log/show them
19655:
19656: * src/: classes/double.C, main/execute.C: double:sql badly called
19657: write_assign_lang, not write_no_lang, thus doing unnecessary
19658: double/string converstion, which were loosing time&precesion
19659:
19660: * src/: main/pa_charset.C, types/pa_vmail.C:
19661: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19662: case of unfinished in buffer processing, causing accidental
19663: transcode stop [in case that source enc != utf-8 & there is
19664: incomplete utf-8 sequence at the end of 16000block iside of
19665: libxml lib] tfm readed & code updated
19666:
19667: 2002-09-04 paf
19668:
19669: * configure: makes with sjlj
19670:
19671: * INSTALL, src/include/pa_config_fixed.h,
19672: src/include/pa_sql_connection.h,
19673: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19674: checked. on win32 it made default
19675:
19676: * src/include/pa_config_auto.h.in: sjlj define
19677:
19678: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19679: can not work with longjump/throw pair, and one must switch that
19680: on there. todo: detect that automatically]
19681:
19682: * src/types/pa_vxnode.C: removed too strong checks of
19683: xnode.elements. now, for instance, if element does not have any
19684: attributes, $xnode.attributes is void, not error
19685:
19686: 2002-09-02 paf
19687:
1.211 moko 19688: * operators.ru.txt, operators.txt, src/main/execute.C,
19689: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19690:
19691: * src/main/execute.C: double_result made to move that var away from
19692: hungry g++ optimizer (-O2), before: it were optimized and
19693: comparison operators worked badly
19694:
19695: * src/types/pa_vdate.h: removed debug
19696:
1.116 moko 19697: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19698:
19699: * src/main/execute.C: fixed numeric < & co so that thay now use
19700: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19701: unknown reason.
19702:
19703: 2002-08-29 paf
19704:
19705: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19706: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19707: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19708: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19709: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19710: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19711: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19712: [called less frequent, allowed to remove ugly
19713: Junction.change_context-s from many places, switch,
19714: mail:send..html{}, ..] request.root renamed to method_frame [more
19715: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19716: [speed up]
19717:
19718: 2002-08-28 paf
19719:
19720: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19721: tainted
19722:
19723: * src/types/pa_vcookie.C: fixed cookie delete when
19724: $cookie:name[$.value[]]
19725:
1.211 moko 19726: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19727: ^string.split[delim[;options]]
19728:
19729: 2002-08-27 paf
19730:
1.116 moko 19731: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19732:
1.211 moko 19733: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19734: src/main/compile.y: # now delimiter
1.95 moko 19735:
19736: * INSTALL: recommended latest gmime 1.0.5
19737:
19738: 2002-08-26 paf
19739:
19740: * configure, configure.in: apache13/hook added to make dist.
19741:
19742: 2002-08-23 paf
19743:
19744: * src/: include/pa_common.h, main/pa_common.C,
19745: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19746: beside binary [cgi, isapi] not accessible [due to bad rights or
19747: whatever] it's error now
19748:
19749: 2002-08-21 paf
19750:
1.116 moko 19751: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19752:
19753: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19754: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19755: class". compiled as if here they named base class
19756:
19757: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19758: cloning constructor]
19759:
19760: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19761:
1.150 moko 19762: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19763: $mail.received.file.value.content-type fixed
19764:
19765: 2002-08-20 paf
19766:
19767: * src/classes/file.C: fixed language of file:file result
19768:
1.211 moko 19769: * operators.ru.txt, operators.txt, src/classes/void.C:
19770: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19771:
1.211 moko 19772: * operators.ru.txt, operators.txt, src/classes/void.C:
19773: ^void.pos[...] = -1
1.95 moko 19774:
1.211 moko 19775: * operators.ru.txt, operators.txt, src/classes/void.C:
19776: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19777:
1.211 moko 19778: * src/classes/void.C, operators.ru.txt, operators.txt:
19779: ^void.length[] = 0
1.95 moko 19780:
19781: 2002-08-19 paf
19782:
19783: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19784: work now
19785:
19786: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19787: error in xnode, which were not catched in xdoc]
19788:
19789: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19790: prepared: // validate each document after load/create (?)
19791: //xmlDoValidityCheckingDefaultValue = 1;
19792:
19793: 2002-08-15 paf
19794:
19795: * src/classes/classes.h: write to static var caused useless
19796: Exception, introduced Methoded::put_element wich consumes those
19797:
1.211 moko 19798: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19799: src/main/pa_common.C, src/types/pa_vcookie.C,
19800: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19801: src/types/pa_vresponse.h: $response:field[date]
19802: $response:field[$.xxx[date]]
1.95 moko 19803:
19804: * src/: classes/hash.C, classes/string.C, classes/table.C,
19805: classes/void.C, include/pa_sql_connection.h: fixed source of
19806: ^hash::sql{bad}
19807:
1.211 moko 19808: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19809: request body
1.95 moko 19810:
19811: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19812:
19813: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19814: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19815:
1.211 moko 19816: * operators.ru.txt, operators.txt, src/classes/form.C,
19817: src/include/pa_pool.h, src/include/pa_request.h,
19818: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19819: planning/preparing_to $request:body r.post_data now const
1.95 moko 19820:
19821: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19822: classes/xnode.C, main/execute.C, types/pa_value.h,
19823: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19824: types/pa_vtable.h: instead of type() checking everywhere used
19825: Value.as now user descendants can be used in params.
19826:
19827: VObject::as_*, is_defined now taken from bases. xtable(table)
19828: ^if($xtable) now OK
19829:
19830: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19831: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19832: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19833:
19834: 2002-08-14 paf
19835:
19836: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19837: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19838: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19839: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19840: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19841: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19842: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19843: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19844: types/pa_vresponse.C, types/pa_vresponse.h,
19845: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19846: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19847: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19848: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19849: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19850: & VClass
19851:
19852: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19853:
19854: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19855: removed fixopt stupidity. on stupid linux use cd /document/root
19856: ../cgi/parser3 script
19857:
19858: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19859: params, splitting them by space, excluding argv[0], argv[argc-1]
19860:
19861: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19862: fixopt.h: fixopt now preprocesses command line params, splitting
19863: them by space, excluding argv[0], argv[argc-1]
19864:
19865: * src/targets/cgi/parser3.C: -f config file
19866:
19867: * src/targets/cgi/parser3.C: fixed .log file dir
19868:
19869: 2002-08-13 paf
19870:
19871: * src/types/pa_vobject.C: allow override parent variables, useful
19872: for form descendants [in vobject too, were in vclass]
19873:
19874: * src/types/pa_vclass.C: allow override parent variables, useful
19875: for form descendants
19876:
19877: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19878: overwritten in derived(table)
19879:
19880: * src/: classes/form.C, classes/mail.C, classes/op.C,
19881: classes/xnode.h, include/pa_request.h, main/execute.C,
19882: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19883: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19884: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19885: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19886: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19887: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19888: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19889: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19890: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19891: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19892: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19893: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19894: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19895: Value::get_element(..., bool looking_down) [needed to exclude
19896: endless recoursion]
19897:
19898: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19899: fix bug with put endless recoursion todo: check 'as'
19900:
19901: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19902: reorganized modules todo: fix bug with put endless recoursion
19903: todo: check 'as'
19904:
19905: * src/types/pa_vobject.h: checked: table fields can be overwritten
19906: in derived(table)
19907:
19908: * src/types/pa_vobject.h: derived classes can have fields of their
19909: own now
19910:
19911: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19912: fixed error message on using non-created table
19913:
19914: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19915: classes/op.C, classes/xnode.h, include/pa_request.h,
19916: main/compile.C, main/compile.tab.C, main/execute.C,
19917: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19918: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19919: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19920: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19921: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19922: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19923: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19924: types/pa_vresponse.C, types/pa_vresponse.h,
19925: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19926: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19927: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19928: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19929: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19930: looking down/up tree todo: fix error message on non-constructed
19931: parents
19932:
19933: 2002-08-12 paf
19934:
19935: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19936: derived OK
19937:
19938: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19939: thorough testing
19940:
19941: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19942: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19943: types/pa_vobject.h, types/pa_vstateless_class.h,
19944: types/pa_vstateless_object.h, types/pa_wcontext.h,
19945: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19946: ^base:create[] dynamic call rewritten todo: thorough testing
19947:
19948: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19949: now instantates base class, remembers it and saves child in
19950: parent VObject.get_class now returns last child = downward
19951: virtual calls OK
19952:
19953: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19954: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19955: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19956: types/pa_vobject.h, types/pa_vresponse.h,
19957: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19958: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19959: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19960: VAliased [redundant], moved $CLASS to VObject only [parser class
19961: instance]
19962:
19963: * src/main/pa_request.C: $response:body[file] content-type check
19964: fixed [were bad when content-type is hash]
19965:
19966: 2002-08-09 paf
19967:
19968: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19969: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19970:
19971: 2002-08-08 paf
19972:
1.211 moko 19973: * operators.ru.txt, operators.txt, src/classes/date.C,
19974: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19975: month calendar [week year]
1.95 moko 19976:
19977: * src/main/execute.C: error reporting on object writes to MAIN
19978: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19979:
1.211 moko 19980: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19981: $date.yearday $date.daylightsaving
1.95 moko 19982:
19983: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19984: use tainted data now. only she must specify the language.
19985:
19986: ^mail:send[ $.from[paf@mail.design.ru]
19987: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19988: $.text[^taint[uri][ìîñêâà]=] ]
19989:
19990: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19991: now prints more precise origin
19992:
19993: * src/include/pa_string.h: String::first_char now not fails on
19994: empty strings ^if(-f '') now ok and in 3 other places.
19995:
1.211 moko 19996: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19997: src/main/pa_string.C: String::first_char now not fails on empty
19998: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19999:
20000: 2002-08-07 paf
20001:
20002: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
20003: fixed
20004:
20005: * src/main/pa_string.C: ^string.mid(0;bad) fixed
20006:
20007: * src/: main/execute.C, types/pa_vcode_frame.h,
20008: types/pa_vmethod_frame.h, types/pa_wcontext.C,
20009: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
20010: mistakenly not completely transparent to object writes.
20011: $hash[^if(1){$hash}] now works
20012:
1.211 moko 20013: * operators.ru.txt, operators.txt, src/classes/op.C:
20014: ^cache...{...^cache<<to past...} now erasing cache file [there
20015: were bad check on that]
1.95 moko 20016:
20017: * src/: classes/classes.dsp, classes/table.C,
20018: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
20019: all Debug dirs in .dsp now named 'Debug'
20020:
1.116 moko 20021: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20022:
1.211 moko 20023: * operators.ru.txt, operators.txt, src/classes/mail.C:
20024: exception_type email.send
1.95 moko 20025:
1.211 moko 20026: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20027: exception_type email.format
1.95 moko 20028:
20029: * src/types/pa_vmail.C: mail:send empty email checked
20030:
20031: 2002-08-06 paf
20032:
1.211 moko 20033: * operators.ru.txt, operators.txt, src/classes/table.C,
20034: src/include/pa_array.h, src/include/pa_table.h,
20035: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20036: ^table::create[$source;$.options] ^table::join[$source;$.options]
20037:
1.211 moko 20038: * operators.ru.txt, operators.txt, src/classes/hash.C,
20039: src/classes/string.C, src/classes/table.C: sql options can be
20040: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20041:
20042: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20043:
20044: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20045: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20046: $file.content-type [instead of .mime-type] now works for
20047: file::stat also
20048:
20049: * src/main/pa_request.C: case insensitive mime_type_of
20050:
20051: 2002-08-05 paf
20052:
20053: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20054:
20055: * src/types/pa_vmail.C: file buffer relocated to parser heap
20056:
1.211 moko 20057: * operators.ru.txt, operators.txt: comment on date:calendar week
20058: column
1.95 moko 20059:
20060: * src/main/pa_common.C: write checked
20061:
20062: * src/main/: pa_common.C: write checked
20063:
20064: * src/classes/date.C: +1 buf size for stupid snprintfs
20065:
20066: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20067: month calendar week column [ISO 8601 Week Numbers]
20068:
20069: 2002-08-02 paf
20070:
20071: * src/: include/pa_config_fixed.h, main/pa_string.C,
20072: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20073: DEBUG*
20074:
20075: * configure, configure.in, src/include/pa_version.h: release
20076: 3_0_0005
20077:
20078: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20079: multipart post fixed
20080:
1.211 moko 20081: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20082: src/types/pa_vform.C: response transcoded source->client only
20083: when text/* or simple onoverridden $response:body
1.95 moko 20084:
20085: 2002-08-01 paf
20086:
20087: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20088: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20089: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20090: classes/op.C, classes/response.C, classes/string.C,
20091: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20092: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20093: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20094: include/pa_config_fixed.h, include/pa_dictionary.h,
20095: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20096: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20097: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20098: include/pa_socks.h, include/pa_sql_connection.h,
20099: include/pa_sql_driver_manager.h, include/pa_stack.h,
20100: include/pa_string.h, include/pa_stylesheet_connection.h,
20101: include/pa_stylesheet_manager.h, include/pa_table.h,
20102: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20103: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20104: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20105: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20106: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20107: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20108: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20109: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20110: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20111: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20112: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20113: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20114: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20115: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20116: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20117: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20118: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20119: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20120: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20121: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20122: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20123: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20124: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20125: types/pa_vmethod_frame.h, types/pa_vobject.h,
20126: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20127: types/pa_vresponse.h, types/pa_vstateless_class.C,
20128: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20129: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20130: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20131: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20132: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20133: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20134:
20135: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20136: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20137: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20138: classes/math.C, classes/op.C, classes/response.C,
20139: classes/string.C, classes/table.C, classes/void.C,
20140: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20141: include/pa_array.h, include/pa_cache_managers.h,
20142: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20143: include/pa_config_fixed.h, include/pa_config_includes.h,
20144: include/pa_dictionary.h, include/pa_dir.h,
20145: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20146: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20147: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20148: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20149: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20150: include/pa_stack.h, include/pa_string.h,
20151: include/pa_stylesheet_connection.h,
20152: include/pa_stylesheet_manager.h, include/pa_table.h,
20153: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20154: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20155: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20156: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20157: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20158: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20159: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20160: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20161: main/pa_sql_driver_manager.C, main/pa_string.C,
20162: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20163: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20164: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20165: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20166: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20167: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20168: targets/isapi/pool_storage.h, types/pa_valiased.C,
20169: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20170: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20171: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20172: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20173: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20174: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20175: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20176: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20177: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20178: types/pa_vresponse.C, types/pa_vresponse.h,
20179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20180: types/pa_vstateless_object.h, types/pa_vstatus.C,
20181: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20182: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20183: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20184: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20185: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20186: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20187: types/Makefile.am: ident.C* removed
20188:
1.211 moko 20189: * operators.ru.txt, operators.txt, src/classes/file.C,
20190: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20191:
20192: * src/targets/cgi/parser3.C: usage to stdout now
20193:
20194: 2002-07-31 paf
20195:
20196: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20197:
20198: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20199: default "postmaster"
20200:
20201: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20202: -f postmaster now default sendmail key word "postmaster"
20203: replaced to $.from
20204:
20205: 2002-07-30 paf
20206:
1.116 moko 20207: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20208: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20209:
20210: * src/main/pa_charset.C: comment
20211:
20212: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20213: table, &#decimal;
20214:
20215: * src/main/pa_request.C: comment
20216:
20217: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20218: paragraf]
20219:
20220: 2002-07-11 paf
20221:
20222: * src/main/pa_exec.C: build command line badly added params twice
20223: [and first time without ' ']. double wrong. fixed.
20224:
20225: * src/main/pa_exec.C: invalid .exe caused error message with params
20226: wich parser did not provide = reported badly. fixed that.
20227:
20228: * src/classes/mail.C: $MAIL[ # xxx ]
20229:
20230: now ok
20231:
1.211 moko 20232: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20233:
20234: 2002-07-01 paf
20235:
20236: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20237: [MForm.configure_admin were called when request.main_class ==0
20238:
20239: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20240:
20241: * src/classes/form.C: content_length type fix
20242:
20243: 2002-06-30 paf
20244:
20245: * src/classes/mail.C: merged from 4
20246:
20247: * src/classes/mail.C: restored $MAIL
20248:
20249: 2002-06-28 paf
20250:
20251: * configure, configure.in: removed paths.h
20252:
1.116 moko 20253: * configure, src/include/pa_version.h,
1.95 moko 20254: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20255: merged, makes updated
20256:
1.211 moko 20257: * ChangeLog, configure, operators.ru.txt, operators.txt,
20258: src/classes/xdoc.C, src/include/pa_charset.h,
20259: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20260: src/include/pa_version.h, src/main/pa_charset.C,
20261: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20262: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20263: latest updates to head
1.95 moko 20264:
20265: 2002-06-27 paf
20266:
20267: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20268: not error now
20269:
1.211 moko 20270: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20271: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20272: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20273: ^xdoc::create[[uri]]... base uri for document being created,
20274: imports and other relative file names would be relative to this
20275: uri default uri=path_translated
20276:
20277: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20278:
20279: 2002-06-26 paf
20280:
20281: * configure, configure.in, src/include/pa_version.h:
20282: release_3_0_0004
20283:
20284: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20285: 0 now
20286:
20287: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20288:
20289: 2002-06-25 paf
20290:
20291: * src/main/pa_string.C: emtpy string, or string of whitespaces
20292: considered bad number now
20293:
1.211 moko 20294: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20295: ^xdoc.transform[xdoc <<can be now
1.95 moko 20296:
1.211 moko 20297: * operators.ru.txt, operators.txt, src/classes/string.C:
20298: ^string.normalize [old name: optimize
1.95 moko 20299:
20300: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20301: library configured
20302:
20303: * src/main/pa_request.C: configure_admin forced if no @conf
20304:
1.211 moko 20305: * operators.ru.txt, operators.txt, src/classes/math.C,
20306: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20307: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20308:
20309: 2002-06-24 paf
20310:
20311: * INSTALL: --with-static/shared-mailreceive described
20312:
20313: * src/include/pa_config_fixed.h: ssize_t fixed
20314:
1.116 moko 20315: * configure, configure.in, src/include/pa_config_auto.h.in,
20316: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20317: src/types/pa_vmail.C: $mail:received makes update
20318:
20319: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20320: WITH_MAILRECEIVE
20321:
20322: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20323:
20324: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20325: option, for $mail:receive
20326:
20327: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20328: introducting $message:received ^mail:send rewritten with backward
20329: comp
20330:
20331: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20332: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20333: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20334: now
20335:
1.211 moko 20336: * operators.ru.txt, operators.txt, src/classes/mail.C,
20337: src/include/Makefile.am, src/include/pa_charset.h,
20338: src/include/pa_config_fixed.h, src/include/pa_request.h,
20339: src/include/pa_string.h, src/include/pa_uue.h,
20340: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20341: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20342: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20343: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20344: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20345: uue to separate file introducting $message:received ^mail:send
20346: rewritten with backward comp
20347:
20348: 2002-06-21 paf
20349:
1.116 moko 20350: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20351: co changes
1.95 moko 20352:
1.116 moko 20353: * configure, configure.in, src/lib/md5/Makefile.am,
20354: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20355: restructure .in and .am files appropriate changes
1.95 moko 20356:
20357: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20358: pcre to libs/ added libs/md5 which is linked to non-apache
20359: targets ^math:crypt[password;$apr1$salt]
20360:
1.211 moko 20361: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20362: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20363: src/classes/classes.dsp, src/classes/math.C,
20364: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20365: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20366: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20367: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20368: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20369: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20370: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20371: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20372: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20373: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20374: src/lib/pcre/pcre_parser_ctype.dsp,
20375: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20376: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20377: src/main/compile.tab.C, src/main/main.dsp,
20378: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20379: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20380: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20381: to libs/ added libs/md5 which is linked to non-apache targets
20382: ^math:crypt[password;$apr1$salt]
20383:
20384: 2002-06-20 paf
20385:
1.211 moko 20386: * INSTALL, configure, configure.in, operators.ru.txt,
20387: operators.txt, src/classes/file.C, src/classes/op.C,
20388: src/doc/doxygen.cfg, src/include/pa_globals.h,
20389: src/include/pa_request.h, src/main/execute.C,
20390: src/main/pa_request.C, src/targets/cgi/parser3.C,
20391: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20392: marged latest HEAD updates, mainly file:justname&co &
20393: @auto/conf[filespec
1.95 moko 20394:
1.211 moko 20395: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20396: !^file:dirname[/a/some.tar.gz]=/a
20397: !^file:dirname[/a/b/]=/a
20398: !^file:basename[/a/some.tar.gz]=some.tar.gz
20399: !^file:justname[/a/some.tar.gz]=some.tar
20400: !^file:justext[/a/some.tar.gz]=gz
20401:
20402: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20403: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20404: @conf/auto[filespec]
20405:
1.116 moko 20406: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20407:
1.211 moko 20408: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20409: src/doc/doxygen.cfg, src/include/pa_globals.h,
20410: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20411: parser3.conf renamed to auto.p
1.95 moko 20412:
20413: 2002-06-18 paf
20414:
20415: * configure, configure.in, src/include/pa_version.h: version to
20416: configure.in
20417:
20418: * INSTALL: reflected .conf.dist dir change
20419:
1.150 moko 20420: * Makefile.am, configure, configure.in,
1.116 moko 20421: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20422: .in & *.am updated
20423:
20424: * src/classes/file.C: strncasecmp
20425:
20426: * src/classes/file.C: strcasecmp
20427:
1.150 moko 20428: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20429:
20430: * src/classes/file.C: ^file::exec[script;$.bad error case
20431: insensitive check now
20432:
20433: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20434:
20435: * configure, configure.in, src/include/pa_pool.h,
20436: src/include/pa_types.h: pack configure.in detection simplified.
20437: figured out that gcc on sparc not that stupid as thought
20438: previously: on sparc: when it sees packed class it modifies it's
20439: field-access-code to byte operations [stb, ldub] instead of 4byte
20440: operations [st, lduh] so packed must be all parts of packed
20441: class, i.e. it's parents&fields(classes). for now it's only
20442: String that packed and what was wrong is that it's parent -
20443: Pooled, were not packed. fixed that.
20444:
20445: 2002-06-14 paf
20446:
1.211 moko 20447: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20448:
1.211 moko 20449: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20450: attribute_node.name/value xnode pi.node.data
20451:
20452: 2002-06-12 paf
20453:
1.116 moko 20454: * configure, configure.in, src/targets/cgi/Makefile.am,
20455: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20456:
1.211 moko 20457: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20458: etc/Makefile.am, src/include/pa_globals.h,
20459: src/include/pa_request.h, src/main/compile.tab.C,
20460: src/main/pa_globals.C, src/main/pa_request.C,
20461: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20462: parser3.conf now one and only
1.95 moko 20463:
20464: * src/classes/mail.C: sendmail -ti [default now]
20465:
20466: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20467: to be strings. for convinient #ing
20468:
20469: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20470: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20471:
20472: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20473: main/pa_globals.C, main/pa_request.C: @conf
20474:
20475: 2002-06-11 paf
20476:
20477: * src/classes/file.C: check simplified
20478:
20479: * src/: classes/file.C, targets/cgi/parser3.dsp,
20480: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20481: valid prefix
20482:
20483: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20484: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20485: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20486:
20487: 2002-06-10 paf
20488:
1.211 moko 20489: * operators.ru.txt, operators.txt, src/classes/op.C,
20490: src/include/pa_common.h, src/main/pa_common.C: lock failures
20491: reported now
1.95 moko 20492:
20493: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20494: string->double @ compile time were not-enough-checking...
20495:
20496: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20497: autoconvert now ignored
20498:
20499: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20500: check
20501:
20502: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20503: $response:body content-type:name
20504:
20505: * configure, configure.in: hpux check, nsl link, no socket
20506:
1.211 moko 20507: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20508:
20509: * configure, configure.in: pack even address access on sparc&co
20510: arch checked in configure
20511:
20512: * configure, src/include/pa_version.h: makes
20513:
20514: * configure, configure.in, src/include/pa_version.h: makes
20515:
20516: * src/main/untaint.C: (bug#2) mail subject got always prepended
20517: with charset even when all letters were 7bit one
20518:
20519: * src/main/pa_common.C: merged fixed -d (bug)
20520:
20521: * src/main/pa_common.C: fixed -d (bug)
20522:
20523: 2002-06-03 paf
20524:
1.211 moko 20525: * ChangeLog, operators.ru.txt, operators.txt,
20526: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20527: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20528: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20529: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20530: .dsp-s along with reorganized cvs modules dirs structure
20531:
20532: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20533: main/pa_globals.C, targets/cgi/parser3.dsp,
20534: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20535: modules
20536:
20537: 2002-05-28 paf
20538:
20539: * src/targets/cgi/parser3.C: info.uri now ""
20540:
20541: 2002-05-17 paf
20542:
20543: * src/classes/: table.C: ^table.save << checked empty
20544: pre/match/post columns
20545:
20546: 2002-05-16 paf
20547:
20548: * src/classes/image.C: image::measure can png now
20549:
20550: 2002-05-15 paf
20551:
1.211 moko 20552: * operators.ru.txt, operators.txt, src/classes/date.C:
20553: ^date::create[%H:%M[:%S]] added
1.95 moko 20554:
20555: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20556:
1.211 moko 20557: * operators.ru.txt, operators.txt, src/classes/date.C:
20558: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20559:
20560: 2002-05-14 paf
20561:
20562: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20563:
20564: 2002-05-07 paf
20565:
20566: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20567: src/include/pa_globals.h, src/include/pa_request.h,
20568: src/include/pa_table.h, src/main/compile.tab.C,
20569: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20570: src/main/pa_request.C, src/main/pa_table.C,
20571: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20572: src/targets/isapi/parser3isapi.dsp,
20573: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20574: name2number field now &. main_method_name now on Request pool
20575: rather on global_pool [Junction+VJunction created on same pool as
20576: name = were created on global pool, causing mem leaks]
20577:
20578: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20579: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20580: main/compile.y, main/main.dsp, main/pa_globals.C,
20581: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20582: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20583: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20584: field now &. main_method_name now on Request pool rather on
20585: global_pool [Junction+VJunction created on same pool as name =
20586: were created on global pool, causing mem leaks]
20587:
20588: 2002-05-06 paf
20589:
20590: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20591: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20592: 100*40 bytes per request memory leak [nonpool malloc in globals]
20593:
20594: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20595: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20596: 100*40 bytes per request memory leak [nonpool malloc in globals]
20597:
20598: 2002-04-30 paf
20599:
20600: * configure, src/include/pa_version.h: version now not b
20601:
20602: * src/targets/cgi/parser3.C: request.uri now never 0
20603:
20604: 2002-04-29 paf
20605:
20606: * configure.in: removed b
20607:
20608: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20609: Exception::comment/type checked in (), no there's no empty
20610: type/comment by default
20611:
20612: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20613: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20614: src/doc/value.dox, src/include/pa_exception.h,
20615: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20616: 0001
20617:
20618: 2002-04-26 paf
20619:
20620: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20621: size reduced
20622:
20623: 2002-04-25 paf
20624:
20625: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20626: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20627: now that took into account
20628:
1.211 moko 20629: * operators.ru.txt, operators.txt, src/classes/date.C:
20630: ^date::create[2002-12-33 01:03:04]
1.95 moko 20631:
1.211 moko 20632: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20633: ^date::create[2002-12-33 01:03:04]
20634:
20635: * ChangeLog: updated changelog
20636:
20637: * src/classes/table.C: removed restriction on column count to
20638: ^table.hash to work, now must be >0 [were >1]
20639:
20640: 2002-04-24 paf
20641:
20642: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20643: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20644: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20645: targets
20646:
20647: 2002-04-23 paf
20648:
1.211 moko 20649: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20650: int/double/string:sql{}[$.default{code}] fixed [were barking:
20651: "junction used outside of context"]
20652:
20653: 2002-04-22 paf
20654:
20655: * types.txt, src/classes/string.C, src/include/pa_string.h,
20656: src/main/pa_string.C, src/types/pa_vstring.C,
20657: src/types/pa_vstring.h: ^string.optimize[]
20658:
20659: * src/: include/pa_globals.h, include/pa_table.h,
20660: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20661: table template
20662:
20663: * src/classes/: string.C: optimize removed from string
20664: .left/right/pos
20665:
20666: * src/main/execute.C: rolled back to
20667: before_killing_userjunction_contexts
20668:
20669: * src/main/execute.C: user junctions context killed
20670:
20671: * src/main/execute.C: junctions to local contexts got
20672: cleanized&checked later
20673:
20674: 2002-04-19 paf
20675:
20676: * src/: classes/string.C, include/pa_request.h,
20677: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20678: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20679: prior to .left .right .mid .pos .match when that is profitable,
20680: and always before .replace when $ORIGINS(1) optimization disabled
20681: economy from not wasting mem on lots of strings which occur by
20682: lots of String:mid calls to get parts of source string between
20683: found_occurances
20684:
20685: * src/classes/file.C: ovector now local economy: 16 bytes per
20686: ^file:list
20687:
20688: * src/: include/pa_globals.h, include/pa_table.h,
20689: main/pa_globals.C, main/pa_string.C: String::match table columns
20690: globalized, not created @ each ^match anymore economy:
20691: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20692:
20693: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20694: removed from each String::match replace iteration, and made
20695: stacked sizeof(VTable)=12bytes economy on each replace code
20696:
20697: * src/doc/footer.htm: 2001,
20698:
20699: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20700: string.match[]['] option enables generation of $match.prematch
20701: .match .postmatch columns
20702:
20703: * src/main/pa_string.C: String::match options analized without
20704: cstr-ing them now
20705:
20706: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20707: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20708: config updated to doxygen 1.2.15, created helper which fixes
20709: minor bugs in chm project files & htm tree. changed extension to
20710: .htm
20711:
20712: 2002-04-18 paf
20713:
20714: * src/doc/doxygen.cfg: .chi generation disabled
20715:
20716: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20717: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20718: fields&methods
20719:
20720: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20721: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20722: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20723: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20724: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20725: types/pa_vresponse.h, types/pa_vstateless_class.h,
20726: types/pa_vstateless_object.h, types/pa_vstatus.h,
20727: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20728: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20729: VStateless_class to VObject
20730:
20731: * src/: main/pa_request.C, types/pa_valiased.h,
20732: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20733: types/pa_vstring.h: VStateless_string_object speicalized light
20734: version of VStateless_object
20735:
20736: * src/classes/op.C: ^throw comment param made optional
20737:
20738: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20739: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20740: and implemented down in VClass, fclass_alias removed,
20741:
20742: * src/types/pa_value.C: forced to cut that from .h because of
20743: VStateless_class usage [undefined in .h]
20744:
20745: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20747: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20748: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20749: on each CALL]
20750:
20751: * src/: classes/classes.h, classes/date.C, classes/double.C,
20752: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20753: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20754: classes/response.C, classes/string.C, classes/table.C,
20755: classes/void.C, classes/xnode.C, include/pa_globals.h,
20756: include/pa_request.h, main/execute.C, main/pa_globals.C,
20757: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20758: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20759: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20760: types/pa_vstateless_class.h, types/pa_wcontext.C,
20761: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20762: removed Value::fname
20763:
20764: 2002-04-17 paf
20765:
20766: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20767: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20768: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20769: include/pa_pool.h, include/pa_types.h: dox updated to current
20770: state, PTHROW freshen to throw & co
20771:
20772: * src/types/pa_vhash.h: vstring wrong parent fixed
20773:
20774: * src/classes/op.C: taint local result var bug fixed
20775:
20776: 2002-04-16 paf
20777:
20778: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20779: Attic asm.txt as most interesting
20780:
20781: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20782: check, preventing content-length: 0 from appearing
20783:
20784: * src/main/execute.C: $result in @main now taken into account as in
20785: usual functions
20786:
20787: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20788: & @unhandled_exception now taken into account as in usual
20789: functions
20790:
20791: * src/doc/postbuild.txt: instructions on post .html build
20792:
20793: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20794:
20795: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20796: tainted
20797:
20798: * src/main/pa_request.C: uri in error log
20799:
20800: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20801: cheched date:create(days) param for validity [later were assumed
20802: valid and crashed on invalid onces]
20803:
20804: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20805: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20806: and used that for removing VString wrapper
20807:
20808: * src/classes/op.C: exception2vhash file now tainted
20809:
20810: * src/classes/op.C: _process pseudo origin copied from local var to
20811: heap
20812:
20813: * src/classes/op.C: extra check on empty file in origin in _execute
20814:
20815: 2002-04-15 paf
20816:
20817: * src/: main/execute.C, types/pa_value.h: fixed name update
20818:
20819: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20820: functions
20821:
20822: * src/: classes/file.C, classes/hash.C, classes/op.C,
20823: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20824: started dual write_xxx_lang functions, if checked & works
20825:
20826: * src/: classes/date.C, classes/file.C, classes/mail.C,
20827: classes/string.C, classes/xnode.C, include/pa_request.h,
20828: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20829: unnecessary VString shells
20830:
20831: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20832: prev changes]
20833:
20834: * src/: classes/image.C, classes/op.C, classes/string.C,
20835: classes/table.C, include/pa_request.h, main/execute.C,
20836: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20837: StringOrValue wcontext result, now ready for dual writes
20838:
20839: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20840: checked that
20841:
20842: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20843: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20844: changed to OP_WRITE_VALUE in var get cases
20845:
20846: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20847: include/pa_request.h, main/compile.tab.C, main/compile.y,
20848: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20849: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20850: switch in hash constructor fixed [were problems with using of
20851: stacked wwrapper after it's death]
20852:
20853: 2002-04-12 paf
20854:
1.211 moko 20855: * operators.ru.txt, operators.txt, src/classes/table.C:
20856: table.select(expression) 0
1.95 moko 20857:
20858: 2002-04-11 paf
20859:
20860: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20861: Request::process_internal codeFrame & wwrapper stacked [not
20862: wasting heap anymore]
20863:
20864: 2002-04-10 paf
20865:
20866: * src/: classes/double.C, classes/file.C, classes/hash.C,
20867: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20868: classes/string.C, classes/table.C, classes/void.C,
20869: classes/xdoc.C, include/pa_request.h, main/execute.C,
20870: main/pa_string.C: killed Request::process() wrapping
20871: VString(String) in case we need only String
20872:
20873: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20874: killed 8 bytes from String.head
20875:
20876: 2002-04-09 paf
20877:
20878: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20879: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20880: local*/char b[...]; a=b; situations
20881:
1.211 moko 20882: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20883: made literal
1.95 moko 20884:
20885: * src/classes/xdoc.C: xslt params fixed
20886:
20887: * src/: main/pa_common.C, targets/cgi/parser3.C,
20888: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20889: not pool.malloc(MAX_NUMBER) but really neaded
20890:
1.211 moko 20891: * operators.ru.txt, operators.txt, src/classes/double.C,
20892: src/classes/int.C: int/double.int/double(default)
1.95 moko 20893:
20894: 2002-04-04 paf
20895:
20896: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20897: [when reconstructing pieces were split by
20898: max_integral(piece.size), thus some strings to replace happen to
20899: be split into two = not replaced)
20900:
20901: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20902: standalone version = current dir
20903:
20904: * src/targets/cgi/parser3.C: document root in standalone version =
20905: current dir
20906:
20907: 2002-04-03 paf
20908:
20909: * configure, configure.in: more checks on nonexistent charset
20910:
1.116 moko 20911: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20912:
20913: 2002-04-02 paf
20914:
20915: * src/main/compile.C: parser.compile [exception name more like in
20916: doc]
20917:
20918: 2002-04-01 paf
20919:
20920: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20921: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20922: .content-type.charset, not .charset
20923:
20924: 2002-03-29 paf
20925:
20926: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20927:
1.211 moko 20928: * operators.ru.txt, operators.txt, src/classes/date.C:
20929: ^date::create now may not supply day, default 1. checked 29.03
20930: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20931:
20932: 2002-03-28 paf
20933:
1.211 moko 20934: * operators.ru.txt, operators.txt, src/classes/date.C,
20935: src/classes/op.C, src/include/pa_globals.h,
20936: src/include/pa_hash.h, src/main/pa_globals.C,
20937: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20938: ^cache[date] }
1.95 moko 20939:
20940: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20941: param
20942:
20943: 2002-03-27 paf
20944:
1.211 moko 20945: * operators.ru.txt, operators.txt, src/classes/date.C,
20946: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20947: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20948: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20949: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20950: src/classes/xdoc.C, src/classes/xnode.C,
20951: src/include/pa_exception.h, src/include/pa_request.h,
20952: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20953: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20954: src/main/pa_array.C, src/main/pa_charset.C,
20955: src/main/pa_charsets.C, src/main/pa_common.C,
20956: src/main/pa_dictionary.C, src/main/pa_exception.C,
20957: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20958: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20959: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20960: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20961: src/types/pa_value.h, src/types/pa_vcookie.C,
20962: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20963: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20964: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20965: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20966: src/types/pa_wwrapper.h: assigned exception types
20967:
1.211 moko 20968: * operators.ru.txt, operators.txt, src/classes/op.C,
20969: src/include/pa_config_fixed.h, src/include/pa_request.h,
20970: src/main/execute.C, src/main/pa_request.C: decided agains
20971: resetting exception_trace, just changed name
1.95 moko 20972:
20973: 2002-03-26 paf
20974:
20975: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20976: fixed
20977:
20978: * src/classes/op.C: forced language of $source field of exception
20979: to 'tainted', so that sql-langed-frags could be outputed outside
20980: of connect
20981:
1.211 moko 20982: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20983: offset
1.95 moko 20984:
20985: * src/classes/date.C: removed date.roll limit of +-1 offset
20986:
1.211 moko 20987: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20988: roll on daylightsaving days mktime took into account tm_isdst
20989: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20990:
20991: 2002-03-25 paf
20992:
1.211 moko 20993: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20994: http_site_config_filespec
20995:
20996: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20997: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20998: with any/both --disable-foreign-group-files --disable-execs
20999:
21000: * INSTALL: "--with=sendmail=COMMAND" comment
21001:
21002: * INSTALL, configure, configure.in, src/classes/mail.C,
21003: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 21004: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
21005: disables execs also. introducing --sendmail
1.95 moko 21006:
1.211 moko 21007: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 21008:
21009: * INSTALL: comment on --disable-link-stdcpp
21010:
1.116 moko 21011: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21012: libstdc++ link skipping configure option
1.95 moko 21013:
21014: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
21015: with error were put to cache with 'marked_to_rollback' flag, all
21016: consequent even OK requests rolled back
21017:
21018: 2002-03-22 paf
21019:
21020: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21021: false return
21022:
1.211 moko 21023: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21024:
21025: 2002-03-18 paf
21026:
1.211 moko 21027: * operators.ru.txt, operators.txt, src/classes/op.C,
21028: src/include/pa_exception.h, src/include/pa_globals.h,
21029: src/include/pa_request.h, src/include/pa_stack.h,
21030: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21031:
21032: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21033: types/pa_vdouble.h: removed some tested @tests
21034:
21035: 2002-03-15 paf
21036:
1.211 moko 21037: * operators.ru.txt, operators.txt, src/classes/table.C:
21038: ^table.locate(logical expr)
1.95 moko 21039:
21040: 2002-03-13 paf
21041:
21042: * src/main/pa_exception.C: checked not-pooled malloc
21043:
21044: 2002-03-11 paf
21045:
21046: * INSTALL, configure, configure.in,
21047: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21048:
21049: * src/main/pa_common.C: --disable-foreign-group-files
21050:
21051: * INSTALL: --disable-execs
21052:
21053: * src/main/pa_exec.C: --disable-execs
21054:
21055: * configure, configure.in, src/include/pa_config_auto.h.in:
21056: --disable-execs
21057:
21058: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21059:
21060: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21061: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21062:
21063: 2002-03-05 paf
21064:
1.211 moko 21065: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21066: calendar columns named
1.95 moko 21067:
1.211 moko 21068: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21069: calendar columns named
1.95 moko 21070:
21071: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21072: requires headers to be terminated with \r\n manually [refuses to
21073: separate header/body itself]
21074:
21075: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21076: targets/isapi/parser3isapi.C: isapi site config beside .dll
21077:
21078: 2002-03-04 paf
21079:
21080: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21081: in PASS language
21082:
21083: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21084: deserialize checks on broken file
21085:
21086: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21087: parser3isapi.dsp: isapi updated
21088:
21089: 2002-03-01 paf
21090:
21091: * src/main/pa_exec.C: execle -> execve, now argc OK
21092:
21093: 2002-02-28 paf
21094:
21095: * src/main/untaint.C: removed some debug comments
21096:
21097: * src/main/pa_charsets.C: when placing charset to cache using
21098: global name now [were request]
21099:
21100: * configure, configure.in: apache module updated
21101:
21102: * src/main/pa_string.C: origin by first piece preferred before last
21103: piece
21104:
21105: 2002-02-27 paf
21106:
21107: * src/main/pa_charset.C: size_t
21108:
21109: * INSTALL: shared/static-xml with-pathlink
21110:
1.211 moko 21111: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21112:
21113: 2002-02-26 paf
21114:
21115: * src/main/pa_exec.C: more precise names for vars, cosmetic
21116:
21117: * src/classes/xnode.C: in some situation, xpath query returned
21118: result with type NODESET, but empty nodeset member field, checked
21119: that
21120:
21121: 2002-02-22 paf
21122:
21123: * INSTALL: without-zlib comment
21124:
21125: * etc/parser3.charsets/windows-1251.cfg: °
21126:
21127: * configure, configure.in: glib###.a detection fixed
21128:
21129: * INSTALL: hashfile removed from INSTALL
21130:
1.116 moko 21131: * Makefile.am: make update
1.95 moko 21132:
21133: * src/main/pa_string.C: string iterators fixed again, so were
21134: String::join_chain
21135:
21136: * src/main/pa_string.C: string iterators fixed again, so were
21137: String::join_chain
21138:
21139: * src/: include/pa_string.h, main/pa_string.C: string iterators
21140: fixed again, so were String::join_chain
21141:
21142: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21143:
1.211 moko 21144: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21145: "expires=0" = "session"
1.95 moko 21146:
1.116 moko 21147: * configure, configure.in, src/include/pa_config_auto.h.in:
21148: --with-shared-xml --with-static-xml
1.95 moko 21149:
21150: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21151: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21152: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21153: xalan&xml
21154:
21155: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21156:
1.211 moko 21157: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21158: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21159: from sources for now
1.95 moko 21160:
1.116 moko 21161: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21162: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21163: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21164: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21165: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21166: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21167: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21168: src/types/Makefile.am, src/types/pa_vhashfile.C,
21169: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21170:
21171: 2002-02-21 paf
21172:
21173: * src/main/untaint.C: removed debug code, activated commented-for
21174: debug parts
21175:
1.116 moko 21176: * Makefile.am: make cvsupdate
1.95 moko 21177:
21178: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21179: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21180: append_row, not at link zero now string to string appending works
21181:
21182: 2002-02-20 paf
21183:
21184: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21185: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21186: DEBUG_STRING_APPENDS_VS_EXPANDS
21187:
21188: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21189: economy: 22%
21190:
21191: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21192: space uptimized: string::link_row removed
21193:
21194: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21195: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21196: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21197: types/pa_vstring.h: speed uptimized: string::is_empty
21198:
1.211 moko 21199: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21200: src/include/pa_config_fixed.h, src/include/pa_string.h,
21201: src/include/pa_types.h, src/main/compile.tab.C,
21202: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21203: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21204: string append optimiziation idea and estimates
21205:
21206: 2002-02-19 paf
21207:
21208: * src/classes/math.C: not used directly [but erroreously reported
21209: that 'is', thus registering twice&other probs]
21210:
21211: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21212: to node [element]
21213:
21214: * src/main/compile.C: without string_origins parse error
21215: file+line+col possible
21216:
21217: * src/main/: compile.C: without string_origins not worked
21218:
21219: 2002-02-18 paf
21220:
21221: * src/types/pa_vdouble.h: since we have in_expression removed that
21222: trick i've installed into double::as_string
21223:
21224: * src/main/pa_globals.C: extern "C" was removed too fast
21225:
21226: * src/: include/pa_opcode.h, include/pa_request.h,
21227: main/compile.tab.C, main/compile.y, main/execute.C,
21228: types/pa_wcontext.h: in_expression aimed to solve old problem
21229: with string/nonstring values, now in expressions double/int
21230: values are passed as-is, without stupid tostring/fromstring
21231: conversions
21232:
21233: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21234: __cplusplus } #endif
21235:
21236: * src/main/compile.tab.C: bison env set so one could compile
21237: without cygwin installed
21238:
21239: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21240: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21241: gnome xml libs parser .dsp-s changed accordingly
21242:
1.211 moko 21243: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21244: PARSER_ROOT_CONFIG
1.95 moko 21245:
1.211 moko 21246: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21247: [were date::set, with backward comp
1.95 moko 21248:
21249: * src/classes/math.C: math:random range check fixed
21250:
21251: * src/main/: compile.tab.C, compile.y: integer division stops name
21252:
21253: * INSTALL: local install comment
21254:
1.116 moko 21255: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21256:
1.116 moko 21257: * acinclude.m4, aclocal.m4, configure, configure.in,
21258: src/include/pa_config_auto.h.in,
21259: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21260: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21261:
1.211 moko 21262: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21263:
21264: 2002-02-13 paf
21265:
21266: * src/include/pa_config_includes.h: sys/time time both included
21267: now. vaguely remember confilicts on this on some system [not on
21268: six|ablv] so when would see them again would think up proper
21269: check
21270:
1.116 moko 21271: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21272: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21273:
21274: * src/main/pa_common.C: truncation never occured when writing files
21275: on unix [since i've changed cache mech] fix
21276:
21277: * src/main/pa_common.C: strnchr: sanity check added
21278:
21279: * etc/parser3.charsets/windows-1257.cfg: id added
21280:
21281: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21282: baltic charset file generated, in generation script ispunct check
21283: added
21284:
21285: 2002-02-08 paf
21286:
1.116 moko 21287: * src/: include/Makefile.am, sql/Makefile.am,
21288: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21289:
21290: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21291: forgotten
21292:
21293: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21294:
21295: * INSTALL, README: install&others updated
21296:
21297: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21298:
1.116 moko 21299: * Makefile.am, configure, configure.in,
21300: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21301: src/classes/Makefile.am, src/main/Makefile.am,
21302: src/main/pa_status_provider.C, src/targets/Makefile.am,
21303: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21304: works
1.95 moko 21305:
21306: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21307: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21308: classes/hashfile.C, classes/int.C, classes/mail.C,
21309: classes/math.C, classes/op.C, classes/response.C,
21310: classes/string.C, classes/table.C, classes/void.C,
21311: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21312: include/pa_array.h, include/pa_cache_managers.h,
21313: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21314: include/pa_config_fixed.h, include/pa_config_includes.h,
21315: include/pa_db_connection.h, include/pa_db_manager.h,
21316: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21317: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21318: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21319: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21320: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21321: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21322: include/pa_stack.h, include/pa_string.h,
21323: include/pa_stylesheet_connection.h,
21324: include/pa_stylesheet_manager.h, include/pa_table.h,
21325: include/pa_threads.h, include/pa_types.h, main/compile.C,
21326: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21327: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21328: main/pa_db_connection.C, main/pa_db_manager.C,
21329: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21330: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21331: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21332: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21333: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21334: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21335: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21336: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21337: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21338: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21339: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21340: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21341: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21342: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21343: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21344: types/pa_vmethod_frame.h, types/pa_vobject.h,
21345: types/pa_vrequest.h, types/pa_vresponse.h,
21346: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21347: types/pa_vstateless_object.h, types/pa_vstatus.C,
21348: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21349: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21350: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21351: classes/image.C, main/pa_common.C, main/pa_exec.C,
21352: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21353: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21354: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21355: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21356: types/pa_vxnode.C, main/pa_charset.C: name spelling
21357:
21358: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21359: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21360: classes/hashfile.C, classes/image.C, classes/int.C,
21361: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21362: classes/string.C, classes/table.C, classes/void.C,
21363: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21364: include/pa_array.h, include/pa_cache_managers.h,
21365: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21366: include/pa_config_fixed.h, include/pa_config_includes.h,
21367: include/pa_db_connection.h, include/pa_db_manager.h,
21368: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21369: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21370: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21371: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21372: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21373: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21374: include/pa_stack.h, include/pa_string.h,
21375: include/pa_stylesheet_connection.h,
21376: include/pa_stylesheet_manager.h, include/pa_table.h,
21377: include/pa_threads.h, include/pa_types.h, main/compile.C,
21378: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21379: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21380: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21381: main/pa_db_connection.C, main/pa_db_manager.C,
21382: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21383: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21384: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21385: main/pa_socks.C, main/pa_sql_driver_manager.C,
21386: main/pa_status_provider.C, main/pa_string.C,
21387: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21388: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21389: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21390: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21391: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21392: targets/isapi/pool_storage.h, types/pa_valiased.C,
21393: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21394: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21395: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21396: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21397: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21398: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21399: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21400: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21401: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21402: types/pa_vresponse.h, types/pa_vstateless_class.C,
21403: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21404: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21405: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21406: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21407: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21408: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21409:
21410: 2002-02-07 paf
21411:
21412: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21413:
1.116 moko 21414: * configure, configure.in, src/include/pa_config_auto.h.in,
21415: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21416: added yet another locking function: fcntl
1.95 moko 21417:
21418: * config.sub: on cygwin configure passes it with strange i1586
21419: const, hacked it to mean i586
21420:
21421: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21422: disabled $if reference due to conflicts with local variables
21423:
1.211 moko 21424: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21425: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21426: xdoc::create, with both sences
21427:
21428: * operators.ru.txt, operators.txt, src/classes/table.C,
21429: src/include/pa_array.h, src/include/pa_table.h,
21430: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21431: 'set' name obsolete now table clone.
1.95 moko 21432:
1.211 moko 21433: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21434: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21435: ^int/double/string.format now can be called with normal []
21436: brackets, not stupid {} as it were implemented for some strange
21437: reason. retaining backward compatibility due to some
21438: already-implemented servers
21439:
21440: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21441: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21442: operators now detected by check at name_without_curly_rdive_read
21443: rule whether diving code constists only of
21444: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21445: with OP_GET_ELEMENT_OR_OPERATOR to form
21446: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21447:
21448: 2002-02-06 paf
21449:
21450: * configure, configure.in: prefix expanded, grr
21451:
1.211 moko 21452: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21453: config changed
1.95 moko 21454:
21455: 2002-02-05 paf
21456:
1.211 moko 21457: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21458:
21459: * src/main/: pa_exec.C: argv0 now correct
21460:
21461: * src/types/pa_vstatus.C: status:rusage 3
21462:
21463: * src/types/pa_vstatus.C: status:rusage 2
21464:
1.211 moko 21465: * operators.ru.txt, operators.txt: status:rusage described int
21466: operators
1.95 moko 21467:
21468: * src/types/pa_vstatus.C: status:rusage 1
21469:
21470: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21471: src/types/types.dsp: status:rusage
21472:
1.211 moko 21473: * configure.in, operators.ru.txt, operators.txt,
21474: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21475: src/include/pa_config_includes.h, src/main/compile.tab.C,
21476: src/main/pa_common.C: rewritten ^cache to use
21477: non-blocking-exclusive-caches
21478:
21479: * src/main/pa_common.C: text file read mode on win32 adjusted
21480: [speed impact. was off for debugging purpose, but forgotten
21481: afterwards]
21482:
21483: 2002-02-01 paf
21484:
21485: * src/classes/op.C: file_write does EX lock after create, while
21486: file_read does SH after open, so there's a moment after create
21487: but before EX lock when read can sneak into, and read
21488: just-created-for-writing-and-not-yet-locked file, added a check
21489: for that in ^cache...read
21490:
21491: 2002-01-31 paf
21492:
21493: * src/main/: compile.y, compile.tab.C: disabled operator call after
21494: ^xxx:
21495:
21496: * src/main/: compile.tab.C, execute.C: made operators lookup first
21497: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21498:
21499: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21500: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21501: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21502: operators check 6.1 rewritten. now check is done at compile time
21503:
21504: * src/main/execute.C: operators check 5 floated up old error of
21505: staying in 'entered class/object' state after $a($a..) it
21506: prevented operators from being called thereafter
21507:
21508: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21509: main/execute.C: operators check 4 floated up old error of staying
21510: in 'entered object' state after ^a.a(a) it prevented operators
21511: from being called thereafter
21512:
21513: * src/main/execute.C: operators check 3 floated up old error of
21514: staying in 'entered class' state after $a:a(a) it prevented
21515: operators from being called thereafter
21516:
21517: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21518: floated up old error of staying in 'entered class' state after
21519: $a:a[a] it prevented operators from being called thereafter
21520:
21521: * src/main/execute.C: operators check, thay mistakenly seen in
21522: $class:operator $object.operators contexts
21523:
21524: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21525: win32
21526:
1.116 moko 21527: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21528: src/classes/Makefile.am, src/main/Makefile.am,
21529: src/targets/cgi/Makefile.am,
1.95 moko 21530: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21531: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21532:
1.116 moko 21533: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21534: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21535: configure, configure.in, form.txt, ident.awk, install-sh,
21536: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21537: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21538: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21539: etc/parser3.charsets/koi8-r.cfg,
21540: etc/parser3.charsets/windows-1250.cfg,
21541: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21542: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21543: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21544: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21545: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21546: straightened installation scripts procedure made
21547: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21548: change
21549:
21550: 2002-01-30 paf
21551:
21552: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21553: removed] those comments were a mistake, and prevented libltdl
21554: from function properly
21555:
21556: 2002-01-29 paf
21557:
1.116 moko 21558: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21559: creation [modified acinclude.m4 which were creating int into just
21560: assignment LIBTOOL=../libtool] added default system
21561: config&charsetts prepared 'make install', now it installs
21562: targets/cgi/parser3 into bin directory etc/parser3.conf &
21563: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21564: $sysconfdir/parser3.charsets respectively
21565:
21566: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21567: main/pa_globals.C: few forgotten ifdef XML added
21568:
21569: 2002-01-28 paf
21570:
1.116 moko 21571: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21572: removed
21573:
21574: * src/main/pa_exception.C: dom|generic error output fix
21575:
21576: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21577:
21578: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21579:
21580: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21581: [fixed as_node helper func to accept docs]
21582:
21583: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21584: xdoc.importNode 0
21585:
21586: * src/classes/xdoc.C: xdoc::set now untaints OK
21587:
21588: 2002-01-25 paf
21589:
21590: * src/main/: compile.tab.C, compile.y: #comment before @ after
21591: @SPECIAL now works OK
21592:
21593: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21594:
21595: * src/main/pa_exec.C: max arg count now 10, and proper message on
21596: violation that added
21597:
21598: * src/classes/hash.C: unified hash::sql, now
21599: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21600:
21601: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21602: ^file:lock[filename]{code}
21603:
21604: * src/: classes/file.C, classes/op.C, classes/string.C,
21605: classes/table.C, classes/xdoc.C, include/pa_common.h,
21606: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21607: to some pa_common funcs
21608:
21609: * src/: include/pa_charset.h, main/pa_globals.C:
21610: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21611:
21612: * src/: include/pa_charset.h, main/pa_charset.C,
21613: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21614: not stupid illegal define
21615:
21616: 2002-01-24 paf
21617:
21618: * src/include/pa_version.h: changed version number
21619:
21620: * src/: classes/hashfile.C, include/pa_db_table.h,
21621: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21622: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21623: main/pa_db_connection.C, main/pa_db_table.C,
21624: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21625: hashfile without logfiles
21626:
21627: * src/: classes/hashfile.C, include/pa_db_table.h,
21628: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21629: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21630: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21631: DB_INIT_TXN init bits, thus got rid of huge log files, which
21632: cluttered disk without huge need]
21633:
21634: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21635: handy macro, which is strangly abscent in dome lib
21636:
21637: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21638:
21639: * src/classes/xdoc.C: checked empty response
21640:
21641: * src/classes/xnode.C: xdoc.select fixed context node [were always
21642: /, not self node]
21643:
21644: * src/classes/xnode.C: xnode.select returns array always now, in
21645: case 'nothing found' returns empty array
21646:
21647: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21648: be more tender with ctrl/c/v
21649:
21650: 2002-01-23 paf
21651:
21652: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21653: substituted. // 2. when dom tree with entites goes under
21654: transform text nodes // got [erroreosly] cut on first
21655: entity occurance
21656:
21657: * src/types/pa_vdouble.h: double prec. todo: get rid of
21658: twice-converting
21659:
21660: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21661: 'e' in output this is for regretful twice-converting here:
21662: $a(double value) when they write double falue they convert it to
21663: string first, thus %g were losing precesion.
21664:
21665: todo: think up some way to remove double->string string->double
21666: twice-converting
21667:
21668: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21669: %.20E now default float format this is for regretful
21670: twice-converting here: $a(double value) when they write double
21671: falue they convert it to string first, thus %g were losing
21672: precesion.
21673:
21674: todo: think up some way to remove double->string string->double
21675: twice-converting
21676:
21677: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21678: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21679: reasons in comment inside
21680:
21681: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21682: statically linked]
21683:
21684: * src/: include/pa_exception.h, main/compile.tab.C,
21685: main/pa_exception.C: removed exception va_list constructor. 1.
21686: not needed anymore 2. there were a conflict[causing errors]
21687: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21688: never detected an ambiguilty here, compiling ctor(, "hello") into
21689: ctor(, va_list) which, of course, caused gpf
21690:
21691: * src/main/pa_globals.C: removed debug xslt messages
21692:
21693: 2002-01-22 paf
21694:
21695: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21696: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21697: helps compiling stylesheet properly. example: this refused to
21698: work, <b>«<xsl:value-of select="@title"
21699: />»</b> stranly worked only this way:
21700: <b>«<xsl:value-of select="@title" />»</b>
21701:
21702: docs says "set it to 1", never going into details, so I decided
21703: to try NOT to do that
21704:
21705: * src/classes/table.C: join behaived badly in case named tables
21706: structure mismatched: 0 strings sneaked into dest failing
21707: afterwards. replaced them with empty strings
21708:
21709: 2002-01-21 paf
21710:
21711: * src/main/pa_charset.C: checked empty transcoders in
21712: transcode_cstr|buf
21713:
21714: * src/classes/xdoc.C: xdoc::load error source = filespec
21715:
21716: * src/classes/xdoc.C: transform error source now
21717: stylesheet_filespec
21718:
1.116 moko 21719: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21720: include/pa_stylesheet_connection.h, main/pa_charset.C,
21721: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21722: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21723: gnome
1.95 moko 21724:
21725: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21726: include/pa_globals.h, include/pa_stylesheet_connection.h,
21727: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21728: xslt generic error 1
21729:
21730: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21731: xml generic message 1
21732:
21733: * src/classes/table.C: ^table::load empty lines or #comments before
21734: headline
21735:
21736: * src/: include/pa_array.h, include/pa_globals.h,
21737: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21738: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21739: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21740: errors 0
21741:
21742: 2002-01-16 paf
21743:
21744: * src/: classes/hash.C, classes/op.C, classes/string.C,
21745: classes/table.C, classes/void.C, classes/xdoc.C,
21746: include/pa_db_connection.h, include/pa_request.h,
21747: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21748: include/pa_stylesheet_connection.h,
21749: include/pa_stylesheet_manager.h, main/pa_request.C,
21750: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21751: targets/cgi/pool_storage.h: auto closers to sql_connection,
21752: stylesheet_connection auto destroyers to remaining gnome objects
21753:
21754: * src/classes/xdoc.C: few comments
21755:
21756: 2002-01-15 paf
21757:
21758: * src/classes/xdoc.C: xdoc file save string
21759:
21760: ready. todo: error handling
21761:
21762: * src/classes/xdoc.C: xdoc save rewritten using
21763: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21764: result
21765:
21766: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21767: started output options parsing
21768:
21769: 2002-01-14 paf
21770:
21771: * src/classes/xdoc.C: method
21772:
21773: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21774: include/pa_pool.h, include/pa_stylesheet_connection.h,
21775: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21776: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21777: xslt transform0. TODO: use output options handle errors
21778:
21779: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21780:
21781: 2002-01-11 paf
21782:
21783: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21784: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21785: partial logical && || evaluation
21786:
21787: * src/classes/xnode.C: xpath selectNodes
21788:
21789: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21790: string/number/bool
21791:
21792: * src/classes/xnode.C: xpath selectNode 2
21793:
21794: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21795: xpath selectNode 1
21796:
21797: 2002-01-10 paf
21798:
21799: * src/classes/xnode.C: xpath selectNode -100 [just written]
21800:
21801: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21802: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21803: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21804: refcounter]
21805:
21806: 2001-12-29 paf
21807:
21808: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21809: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21810: glib works 0
21811:
21812: 2001-12-28 paf
21813:
21814: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21815: main/pa_exception.C: started glib transcoders
21816:
21817: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21818:
21819: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21820: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21821: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21822: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21823: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21824: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21825: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21826: libs just compiled in. no refcounting no xpath no xslt yet
21827:
21828: 2001-12-27 paf
21829:
21830: * src/: include/pa_charset.h, include/pa_common.h,
21831: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21832: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21833: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21834: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21835: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21836: from xalan&xerces, started the process. globals [initialization
21837: pool [charset update charset [transcodings vxnode vxdoc [DOM
21838: calls
21839:
21840: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21841: anymore
21842:
21843: 2001-12-26 paf
21844:
21845: * src/: include/pa_charset.h, include/pa_charsets.h,
21846: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21847: key globalized [bug]
21848:
21849: 2001-12-25 paf
21850:
21851: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21852: main/pa_string.C: table set & append changed splitting languages,
21853: separators now can be clean AND as-is same to mail command line
21854: $MAIN:MAIL.progX arguments
21855:
21856: 2001-12-24 paf
21857:
21858: * src/classes/mail.C: one parted text messages - no multipart
21859: mime-type anymore. for convinient if $.attach-ments
21860:
21861: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21862: main/pa_string.C: read from cache size check updated
21863:
21864: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21865:
21866: 2001-12-21 paf
21867:
21868: * src/classes/date.C: date:sql-string now returns localtime
21869:
21870: * src/main/pa_request.C: $result in @main actually not working, to
21871: hell with it for now
21872:
21873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21874: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21875: @postprocess @exception
21876:
21877: * src/main/execute.C: junction evaluation canceled - endless
21878: recursion detected
21879:
21880: 2001-12-19 paf
21881:
21882: * src/main/pa_charset.C: charset->charset transcoding via unicode
21883: intermediate
21884:
21885: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21886:
21887: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21888:
21889: * src/classes/op.C: ^cache keypath now relative
21890:
21891: * src/classes/mail.C: changed weighting prior to sort
21892:
21893: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21894: were missing
21895:
21896: 2001-12-17 paf
21897:
21898: * src/main/pa_charset.C: ifndef XML were bad type
21899:
21900: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21901: outdated unset services_pool
21902:
21903: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21904: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21905: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21906:
21907: * src/main/untaint.C: allowed space in filespec
21908:
21909: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21910:
21911: * src/classes/image.C: no govno
21912:
21913: * src/classes/image.C: govno
21914:
21915: 2001-12-16 paf
21916:
21917: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21918:
21919: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21920: charset_connection&manager replaced by charset&charsets
21921:
21922: * src/main/pa_charset.C: name_cstr 0
21923:
21924: * src/main/untaint.C: uri lang now knows about client/source
21925: charsets
21926:
21927: * src/: classes/file.C, classes/math.C, classes/op.C,
21928: classes/string.C, classes/table.C, classes/xdoc.C,
21929: include/pa_array.h, include/pa_cache_managers.h,
21930: include/pa_charset_connection.h, include/pa_charset_manager.h,
21931: include/pa_common.h, include/pa_db_connection.h,
21932: include/pa_db_manager.h, include/pa_db_table.h,
21933: include/pa_dictionary.h, include/pa_exception.h,
21934: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21935: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21936: include/pa_sapi.h, include/pa_socks.h,
21937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21938: include/pa_string.h, include/pa_stylesheet_connection.h,
21939: include/pa_stylesheet_manager.h, include/pa_table.h,
21940: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21941: main/pa_charset.C, main/pa_charset_connection.C,
21942: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21943: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21944: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21945: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21946: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21947: types/types.dsp: introducing Charset
21948:
21949: 2001-12-14 paf
21950:
21951: * src/: include/pa_request.h, include/pa_transcoder.h,
21952: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21953: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21954: uri lang
21955:
21956: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21957:
21958: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21959:
21960: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21961: defalts_name global
21962:
21963: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21964: include/pa_request.h, main/main.dsp,
21965: main/pa_charset_connection.C, main/pa_charset_manager.C,
21966: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21967: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21968: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21969: changed charset model. now important: $request:charset
21970: $response:charset while $response:content-type.charset become
21971: unimportant [informational]
21972:
21973: 2001-12-13 paf
21974:
21975: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21976:
21977: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21978: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21979: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21980: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21981: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21982: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21983:
21984: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21985: auto_ptr part other way, because of stupid gcc 2.96
21986: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21987: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21988: FormatterListener] /usr/include/g++-3/memory:48:
21989: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21990: _Tp1 = FormatterListener, _Tp = FormatterListener]
21991:
21992: * src/classes/xdoc.C: removed extra inc
21993:
21994: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21995:
21996: * src/include/pa_types.h: msvc head debugging flag
21997:
21998: * src/classes/xdoc.C: freed up listener
21999:
22000: * src/classes/string.C: change msg '... code is not code'
22001:
22002: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
22003: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22004: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
22005: [past/future prob]
22006:
22007: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22008: include/pa_config_fixed.h, include/pa_db_manager.h,
22009: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22010: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
22011:
22012: * src/: include/pa_config_fixed.h, main/pa_common.C,
22013: main/pa_string.C: removed signed mismatch warnings
22014:
22015: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
22016: 'expires' from header outputs
22017:
22018: * src/main/pa_string.C: string::recustruct erroreusly used outdated
22019: row ptr
22020:
22021: * src/classes/file.C: file::cgi bug, request_method were passed to
22022: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22023:
22024: * src/classes/xdoc.C: lang list updated
22025:
22026: 2001-12-10 paf
22027:
22028: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22029:
22030: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22031: erase files like that, knowing their full name introducing //
22032: theoretical problem with, for instance, "_2B" and "." fragments,
22033: // they would yield the same // because
22034: need_file_encode('_')=false // but we need to delete such files
22035: somehow, getting names from ^index
22036:
22037: * src/main/pa_string.C: ^string.replace bug fixed [bad
22038: string::join_chank break]
22039:
22040: 2001-12-07 paf
22041:
22042: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22043: include/pa_common.h, include/pa_config_auto.h.in,
22044: include/pa_config_fixed.h, include/pa_config_includes.h,
22045: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22046: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22047: types/pa_vhashfile.C: merged from r14_simple_cache
22048:
22049: * src/main/pa_string.C: stupid sparc architecture failed to access
22050: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22051: lduh [ %i2 + 1 ], %l0
22052:
22053: bus error, fixed that
22054:
22055: * src/main/pa_string.C: strange string deserialize bug on
22056: client[pmts], a bit shortened,
22057:
22058: * src/include/pa_config_auto.h.in: makes
22059:
22060: * src/: include/pa_common.h, include/pa_config_fixed.h,
22061: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22062: file write shared lock file read
22063:
22064: * src/: classes/op.C, include/pa_common.h,
22065: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22066:
22067: 2001-12-06 paf
22068:
22069: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22070: main/pa_request.C: #ifdef RESOURCES_DEBUG
22071:
22072: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22073: info
22074:
22075: * src/classes/hashfile.C: removed transaction from ^cache
22076:
22077: 2001-12-05 paf
22078:
22079: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22080: IIS5 there were a prob with illegal call check
22081:
22082: 2001-12-04 paf
22083:
22084: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22085: main/pa_request.C: measures to log
22086:
22087: 2001-11-23 paf
22088:
22089: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22090: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22091: types/pa_vhashfile.C: merged from _0014, 1
22092:
22093: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22094: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22095: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22096: ^cache(33) would change
22097:
22098: 0660 bits in file_write & hashfile create
22099:
22100: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22101: after pa_string optimization]
22102:
22103: 2001-11-22 paf
22104:
22105: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22106: table.offset[whence]
22107:
22108: * src/classes/op.C: process cstr(,connection)
22109:
22110: * src/classes/op.C: process now gets its body on current language,
22111: not as-is
22112:
22113: * src/main/untaint.C: ORIGINS mode removed UHTML
22114:
22115: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22116: bit
22117:
1.116 moko 22118: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22119:
22120: 2001-11-21 paf
22121:
22122: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22123: <xsl:output output options made identical to xsl:output
22124: attributes exclusion: cdata-section-elements what xalan can do
22125: but that not used now: it can escape and remove CDATA sections
22126:
22127: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22128: produced by xslt
22129:
22130: * src/targets/cgi/parser3.C: removed debug cgi||1
22131:
22132: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22133:
22134: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22135: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22136: default language for {code}, it happen to change it's language
22137: from CLEAN, so later refused to split by CLEAN \t
22138:
22139: 2001-11-20 paf
22140:
1.116 moko 22141: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22142: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22143: bottom of dependeces, so that errors would popup quicklier, fixed
22144: line numbering in table::sql
22145:
22146: 2001-11-19 paf
22147:
22148: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22149: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22150: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22151: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22152: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22153: at wcontext.write
22154:
1.116 moko 22155: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22156: _set_new_handler
22157:
1.116 moko 22158: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22159: set_new_handler in apache&isapi
1.95 moko 22160:
22161: 2001-11-16 paf
22162:
22163: * src/targets/cgi/parser3.C: pool debug @ die
22164:
22165: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22166: removed 8 bytes from String, 2 bytes from
22167: string::chunk::row::item
22168:
22169: * src/main/pa_string.C: removed 1+4 bytes from String
22170:
22171: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22172: types/pa_vstring.C: removed 1+4 bytes from String
22173:
22174: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22175: 0
22176:
22177: * src/: include/pa_globals.h, include/pa_string.h,
22178: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22179: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22180: targets/cgi/parser3.C: introducing estimating
22181: String::cstr_bufsize, 0
22182:
22183: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22184:
22185: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22186:
22187: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22188: include/pa_pool.h: die in pool::fail
22189:
22190: 2001-11-15 paf
22191:
22192: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22193: main/pa_exception.C, targets/cgi/parser3.C: exception with
22194: dynamic buffer re-back now with counter
22195:
22196: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22197: static buffer back
22198:
22199: * src/targets/cgi/parser3.C: std::
22200:
22201: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22202: include/pa_config_includes.h: setnewhandler check
22203:
1.116 moko 22204: * src/include/pa_config_auto.h.in: makes
1.95 moko 22205:
22206: * src/targets/cgi/parser3.C: set_new_handler started
22207:
22208: 2001-11-14 paf
22209:
22210: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22211: was wrong
22212:
22213: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22214: was wrong
22215:
22216: * src/main/pa_request.C: z
22217:
22218: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22219: full returns win32 -1 solaris >buffer_size
22220:
22221: checked all that
22222:
22223: * src/classes/op.C: ^untaint{body} as-is default now
22224:
22225: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22226: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22227: with no_bad_constructors_try
22228:
22229: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22230: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22231: this: $bred[^string::length[]] $bred[^response::clear[]]
22232: $bred[^int::int[]]
22233:
22234: now VObject creation moved into overriden
22235: VClass::create_new_value, thus 0 from create_new_value means that
22236: class has no ctors
22237:
22238: 2001-11-13 paf
22239:
22240: * src/classes/classes.C: returned accedently removed if in foreach
22241: callbacks [when hash no-0-restructure]
22242:
22243: 2001-11-12 paf
22244:
22245: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22246: passed as-is to method, xalan makes & into & itself
22247:
22248: * src/classes/date.C: date.roll parser2 alg used
22249:
22250: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22251: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22252: main/pa_dictionary.C, main/pa_hash.C,
22253: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22254: now does not containt 0 values. put 0 actullay removes. no check
22255: on 0 value in foreach now required
22256:
22257: 2001-11-11 paf
22258:
22259: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22260:
22261: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22262:
22263: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22264: driver initialize not const
22265:
22266: 2001-11-10 paf
22267:
22268: * src/main/pa_exec.C: doc
22269:
22270: 2001-11-09 paf
22271:
22272: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22273: param properly
22274:
22275: * src/classes/string.C: string.save now does untainting before
22276: saving
22277:
22278: * src/main/pa_common.C: line endings fixing fixed last piece[was
22279: still cstr oriented]
22280:
22281: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22282: line endings fixing got rid of cstr, now must work ok with post
22283: multipart
22284:
22285: * src/types/pa_vform.C: line endings fixed at post / multipart /
22286: not file also now
22287:
22288: 2001-11-08 paf
22289:
22290: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22291: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22292: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22293: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22294: main/pa_stylesheet_manager.C: restructured Cache manager to be
22295: simple parent, not second parent [gcc 2.96 strangly refused to
22296: call virtual from second parent]
22297:
1.116 moko 22298: * src/: include/pa_common.h, main/Makefile.am,
22299: targets/cgi/pa_pool.C: makes
1.95 moko 22300:
22301: * src/: include/pa_request.h, main/pa_request.C,
22302: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22303: 'status' class enabler
22304:
22305: <Location /parser-status.html> ParserStatusAllowed </Location>
22306:
22307: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22308: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22309: include/pa_stylesheet_manager.h, main/main.dsp,
22310: main/pa_cache_managers.C, main/pa_charset_manager.C,
22311: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22312: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22313: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22314: todo: apache 'status' class enabler
22315:
22316: 2001-11-05 paf
22317:
22318: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22319: debug to normal
22320:
22321: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22322: hence i removed skipping 0 values in hash::for_each-es we need to
22323: check cleaned cache items manually. few more checks.
22324:
22325: expiring to 0 time was wrong, changed to 'now' time
22326:
22327: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22328: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22329: on apache already done :)
22330:
22331: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22332: skipping 0 values in hash::for_each-es we need to check cleaned
22333: cache items manually
22334:
22335: * src/main/: pa_db_connection.C, pa_db_table.C:
22336: parser_multithreaded check was wrong
22337:
22338: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22339: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22340: classes/hashfile.C, classes/image.C, classes/int.C,
22341: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22342: classes/string.C, classes/table.C, classes/void.C,
22343: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22344: include/pa_array.h, include/pa_charset_connection.h,
22345: include/pa_charset_manager.h, include/pa_common.h,
22346: include/pa_config_fixed.h, include/pa_config_includes.h,
22347: include/pa_db_connection.h, include/pa_db_manager.h,
22348: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22349: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22350: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22351: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22352: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22353: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22354: include/pa_stack.h, include/pa_string.h,
22355: include/pa_stylesheet_connection.h,
22356: include/pa_stylesheet_manager.h, include/pa_table.h,
22357: include/pa_threads.h, include/pa_types.h, main/compile.C,
22358: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22359: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22360: main/pa_charset_manager.C, main/pa_common.C,
22361: main/pa_db_connection.C, main/pa_db_manager.C,
22362: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22363: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22364: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22365: main/pa_socks.C, main/pa_sql_driver_manager.C,
22366: main/pa_status_provider.C, main/pa_string.C,
22367: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22368: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22369: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22370: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22371: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22372: targets/isapi/pool_storage.h, types/pa_valiased.C,
22373: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22374: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22375: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22376: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22377: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22378: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22379: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22380: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22381: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22382: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22383: types/pa_vstateless_object.h, types/pa_vstatus.h,
22384: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22385: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22386: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22387: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22388: $status:db fixed used not initialized in db_connection & db_table
22389:
22390: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22391: $status:charset
22392:
22393: * src/: classes/xdoc.C, include/pa_db_connection.h,
22394: include/pa_stylesheet_connection.h,
22395: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22396: types/pa_vstatus.h: $status:stylesheet
22397:
22398: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22399: include/pa_request.h, include/pa_sql_connection.h,
22400: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22401: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22402: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22403: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22404: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22405: types/pa_vxnode.C, types/types.dsp: started status parser class
22406:
22407: 2001-11-01 paf
22408:
22409: * src/include/pa_config_auto.h.in: makes
22410:
22411: * src/main/pa_hash.C: removed old extra include
22412:
22413: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22414: checks [for hp, there are such in math.h]
22415:
22416: * src/classes/op.C: ^for endless loop check strightened
22417:
22418: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22419: behavior in native calls. it left unchanged, so ^for ^foreach &
22420: co can use r.root to write their i & key,value there
22421:
22422: * src/classes/op.C: detected for var storage bug, fixed.
22423: todo:foreach
22424:
22425: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22426: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22427: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22428: changing of hash inside of foreach
22429:
22430: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22431: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22432: were hash.foreach
22433:
22434: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22435: types/pa_vstring.C, types/pa_vstring.h:
22436: ^foreach[key|value]{body}[[separator]|{separator}]
22437:
22438: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22439: types/pa_vcookie.C: ^hash.delete[key]
22440:
22441: 2001-10-31 paf
22442:
22443: * src/main/: compile.C, pa_common.C: completely empty file now
22444: considered "read", not ignored [not perfect trick used]
22445:
22446: * src/main/pa_common.C: simplier common ifdefs
22447:
22448: * src/main/pa_common.C: typing bug in common - bad ifdeff
22449:
22450: * src/main/pa_db_connection.C: z
22451:
22452: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22453: lockdetector flags
22454: dbenv.lk_detect=DB_LOCK_RANDOM;
22455:
22456: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22457: from accidental show [imagine user forgot @exception]
22458:
22459: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22460:
22461: * src/: classes/file.C, classes/image.C, classes/mail.C,
22462: classes/string.C, classes/xnode.C, include/pa_common.h,
22463: main/pa_common.C: ^string.save[[append;]path]
22464:
22465: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22466: main/execute.C: \ in expression: int divide 10/3=3
22467:
22468: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22469: inside of ^cache
22470:
22471: * src/: include/pa_threads.h, main/pa_db_connection.C,
22472: main/pa_db_table.C, targets/cgi/pa_threads.C,
22473: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22474: needed
22475:
22476: 2001-10-30 paf
22477:
22478: * src/: classes/classes.dsp, main/main.dsp,
22479: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22480: types/types.dsp: enabled debug incremental compile
22481:
22482: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22483: form post data line endings not reformatted now.
22484:
22485: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22486: now required [had bug when file= has no value]
22487:
22488: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22489: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22490: cstr(asis) default param removed
22491:
22492: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22493:
22494: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22495:
22496: * src/include/pa_dir.h: LOAD_DIR fixed
22497:
22498: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22499: was broken} fix_line_breaks
22500:
22501: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22502: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22503: packed with #pragma pack
22504:
1.116 moko 22505: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22506:
22507: 2001-10-29 paf
22508:
22509: * src/types/pa_wcontext.h: bitfield syntax stricter
22510:
22511: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22512: string hash.puts
22513:
22514: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22515:
22516: * src/include/pa_sql_connection.h: there were one wrong
22517: SQL_CONNECTION_FUNC_GUARDED [failed]
22518:
22519: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22520: param.someday either ifdef or remove it
22521:
22522: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22523:
22524: * src/main/untaint.C: optimizing returned after debugging
22525:
22526: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22527: main/untaint.C: memory hunging #pragma pack(1)
22528:
22529: 16 419 844 13 169 394
22530:
22531: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22532: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22533: places [todo:Array]
22534:
22535: * src/: main/execute.C, targets/cgi/pa_pool.C,
22536: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22537: types/pa_wwrapper.h: debugging memory WContext flags to bits
22538:
22539: total 5 652 652/158731 total 5 469 332/158731
22540:
22541: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22542: Array:: without cache in get/put now
22543:
22544: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22545: 18:25:27 2001] total 5 652 652/158731
22546:
22547: * src/: include/pa_string.h, main/pa_string.C,
22548: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22549: now
22550:
22551: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22552: 18:11:53 2001] total 5796092/158731
22553:
22554: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22555: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22556: key ref now
22557:
22558: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22559: 17:11:17 2001] total 16867948/202658
22560:
22561: * src/: classes/file.C, classes/image.C, classes/string.C,
22562: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22563: main/execute.C, main/pa_array.C, main/pa_common.C,
22564: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22565: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22566: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22567: string::as_int/double now usually uses stack, not heap [200K out
22568: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22569:
22570: * src/main/pa_sql_driver_manager.C: ping to have services [old
22571: hiding bug]
22572:
22573: * src/Makefile.am: .am order
22574:
22575: * src/: include/pa_array.h, include/pa_charset_manager.h,
22576: include/pa_db_connection.h, include/pa_db_manager.h,
22577: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22578: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22579: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22580: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22581: required "friend class"
22582:
22583: ../include/pa_request.h:51: friend declaration requires
22584: class-key, i.e. `friend class Temp_lang'
22585:
22586: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22587: main/pa_exception.C, main/pa_sql_driver_manager.C,
22588: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22589:
22590: the idea is to #1 jump to C++ some function to main body, where
22591: every function stack frame has exception unwind information and
22592: from there... #2 propagate_exception()
22593:
22594: 2001-10-28 paf
22595:
22596: * src/main/pa_db_connection.C: removed old consts
22597:
22598: * src/main/pa_db_connection.C: expire table [was accidently pasted
22599: with wrong type/cast]
22600:
22601: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22602: translation
22603:
1.116 moko 22604: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22605: remember to build DB2 with -fexceptions!!!
22606:
22607: * src/main/pa_db_table.C: DB_RMW defed
22608:
22609: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22610: include/pa_db_connection.h, include/pa_db_manager.h,
22611: include/pa_db_table.h, main/pa_db_connection.C,
22612: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22613:
22614: 2001-10-27 paf
22615:
22616: * src/: classes/hashfile.C, include/pa_db_connection.h,
22617: include/pa_db_table.h, main/pa_db_connection.C,
22618: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22619: types/pa_vhashfile.C: DB2 ifdefs
22620:
1.116 moko 22621: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22622: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22623: makes with DB2
22624:
1.116 moko 22625: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22626: types/Makefile.am: makes db
1.95 moko 22627:
22628: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22629: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22630: globals.C
22631:
22632: * src/: classes/hashfile.C, include/pa_db_connection.h,
22633: include/pa_db_table.h, main/pa_db_connection.C,
22634: main/pa_db_table.C: ^hashfile.clear[]
22635:
22636: * src/classes/classes.awk: no $ in var names
22637:
22638: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22639: connection&table [forgotten calls]
22640:
22641: 2001-10-26 paf
22642:
22643: * src/main/pa_db_connection.C: db checkpoints
22644:
22645: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22646: checkpoints
22647:
22648: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22649: default. but entities still reparsed. todo: tothink
22650:
22651: * src/main/pa_db_connection.C: db recover mech 2
22652:
22653: * src/: classes/hashfile.C, include/pa_db_connection.h,
22654: include/pa_db_manager.h, include/pa_db_table.h,
22655: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22656: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22657: types/pa_vhashfile.h: db connections & tables now cached at
22658: create time & multithreaded
22659:
22660: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22661: parsed_source
22662:
22663: * src/main/pa_db_connection.C: about to remove connection from
22664: vhashfile
22665:
22666: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22667: transaction commit/rollback responsibility left to parent [as it
22668: sould - else there were a bug with double free]
22669:
22670: * src/include/pa_db_table.h: db: child transaction commit/rollback
22671: responsibility left to parent [as it sould - else there were a
22672: bug with double free]
22673:
22674: 2001-10-25 paf
22675:
22676: * src/: classes/hashfile.C, include/pa_common.h,
22677: include/pa_db_connection.h, include/pa_db_manager.h,
22678: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22679: types/pa_vhashfile.C, types/pa_vhashfile.h,
22680: include/pa_db_table.h, main/pa_db_table.C: started db_home
22681: [multiple, cached] todo: autorecover [tried, but not succeded,
22682: yet]
22683:
22684: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22685:
22686: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22687: transaction parent passed
22688:
22689: 2001-10-24 parser
22690:
1.116 moko 22691: * src/classes/Makefile.am: makes
1.95 moko 22692:
22693: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22694: isapi/pool_storage.h: pool_storage fixed
22695:
22696: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22697: types/pa_vform.h: form fix_line_breaks
22698:
1.116 moko 22699: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22700:
22701: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22702: targets/cgi/pool_storage.h: makes
22703:
22704: * src/sql/pa_sql_driver.h: version
22705:
22706: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22707: types/pa_vform.C, types/pa_vform.h: .am
22708:
22709: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22710: this: DB_RMW Acquire write locks instead of read locks when doing
22711: the retrieval. Setting this flag may decrease the likelihood of
22712: deadlock during a read-modify-write cycle by immediately
22713: acquiring the write lock during the read part of the cycle so
22714: that another thread of control acquiring a read lock for the same
22715: item, in its own read-modify-write cycle, will not result in
22716: deadlock
22717:
22718: * src/targets/isapi/parser3isapi.dsp: doc
22719:
22720: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22721:
22722: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22723:
22724: * src/: classes/hashfile.C, include/pa_db_connection.h,
22725: main/pa_db_connection.C: hashfile expired deleted from db when
22726: get & iterate
22727:
22728: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22729: expiring 1
22730:
22731: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22732:
22733: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22734: db_connection not bothers with key when not returning expired
22735: data
22736:
22737: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22738: types/pa_vhashfile.C: db_cursor constructor public now
22739:
22740: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22741: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22742: stamped, todo: put_element analize
22743:
22744: * src/: include/pa_db_connection.h, include/pa_string.h,
22745: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22746: serialize. todo stamp
22747:
22748: 2001-10-23 parser
22749:
22750: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22751: classes/image.C, classes/mail.C, classes/response.C,
22752: classes/string.C, classes/table.C, classes/xdoc.C,
22753: include/pa_config_fixed.h, include/pa_db_connection.h,
22754: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22755: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22756: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22757: types/pa_vtable.C: ^hashfile.hash[]
22758:
22759: * src/: classes/hashfile.C, classes/xdoc.C,
22760: include/pa_config_fixed.h, main/pa_db_manager.C,
22761: main/pa_globals.C: ifdefs so it compiled without db
22762:
22763: * src/: classes/hashfile.C, include/pa_db_connection.h,
22764: include/pa_db_manager.h, main/pa_db_connection.C,
22765: main/pa_db_manager.C, types/pa_vhashfile.h:
22766: ^hashfile.transaction{code} ^hashfile:clear[filename]
22767: ^hashfile.delete[key]
22768:
22769: 2001-10-22 parser
22770:
22771: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22772: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22773:
22774: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22775: classes/xnode.C, include/pa_charset_connection.h,
22776: include/pa_db_connection.h, include/pa_db_manager.h,
22777: include/pa_exception.h, include/pa_sapi.h,
22778: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22779: include/pa_stylesheet_connection.h,
22780: include/pa_stylesheet_manager.h,
22781: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22782: main/pa_db_connection.C, main/pa_db_manager.C,
22783: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22784: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22785: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22786: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22787: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22788: types/types.dsp: hashfile 0
22789:
22790: * src/types/pa_vhashfile.C: z
22791:
22792: * src/: classes/classes.dsp, classes/hashfile.C,
22793: include/pa_config_fixed.h, main/execute.C,
22794: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22795: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22796:
22797: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22798:
22799: * src/: include/pa_exception.h, include/pa_request.h,
22800: main/execute.C, main/pa_exception.C, main/pa_request.C,
22801: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22802: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22803:
22804: 2001-10-19 parser
22805:
22806: * src/include/pa_pool.h: header
22807:
22808: * src/main/pa_pool.C: auto compiled on gcc
22809:
22810: * src/classes/image.C: comment
22811:
1.116 moko 22812: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22813:
22814: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22815: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22816: types/pa_vxnode.h: xnode clone got freed
22817:
22818: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22819: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22820: can free up xalandomstring resulting from pool::transcode
22821:
22822: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22823: include/pa_config_fixed.h, include/pa_exception.h,
22824: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22825: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22826: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22827: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22828: from non-xml compile
22829:
22830: * src/main/pa_request.C: pool:: context - get_context
22831:
22832: * src/: classes/classes.h, classes/date.C, classes/double.C,
22833: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22834: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22835: classes/string.C, classes/table.C, classes/void.C,
22836: include/pa_config_fixed.h, include/pa_exception.h,
22837: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22838: main/compile.C, main/compile_tools.C, main/execute.C,
22839: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22840: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22841: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22842: main/pa_string.C, main/pa_table.C, main/untaint.C,
22843: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22844: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22845: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22846: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22847: types/pa_vstateless_class.h, types/pa_vtable.C,
22848: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22849: exceptions 0
22850:
22851: * src/classes/classes.awk: $ removed
22852:
22853: 2001-10-18 parser
22854:
22855: * src/types/pa_vcookie.C: cookie:CLASS
22856:
22857: * src/main/main.dsp: project
22858:
22859: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22860: set_document & ctor question "who owns document" solved
22861:
22862: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22863:
22864: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22865: main/pa_pool.C: encoding in dom creating funcs
22866:
22867: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22868: be transformed now
22869:
22870: * src/classes/xdoc.C: dom created by create can be transformed now
22871:
22872: * src/classes/xdoc.C: z
22873:
22874: * src/classes/xdoc.C: comment
22875:
22876: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22877: create now uses XercesDocumentBridge, appendChild&co now works
22878:
22879: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22880: @ recompile
22881:
22882: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22883: $origin @exception[
22884:
22885: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22886: tag names forced to XML lang
22887:
22888: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22889: leechy-found bugs in code&doc fixed
22890:
22891: 2001-10-17 parser
22892:
22893: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22894: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22895: n functionality preserved
22896:
22897: * src/types/pa_vimage.h: removed unused vimage::save
22898:
22899: 2001-10-16 parser
22900:
22901: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22902:
22903: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22904:
22905: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22906:
22907: * src/classes/image.C: image.copy tolerance
22908:
22909: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22910: ineffective, but works for small paleted image
22911:
22912: * src/types/pa_vimage.C: comment
22913:
22914: * src/classes/image.C: gd size/resize bugfix
22915:
22916: * src/: classes/classes.dsp, main/main.dsp,
22917: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22918: types/types.dsp: ident >nul 2>&1
22919:
22920: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22921: systems
22922:
22923: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22924: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22925:
22926: 2001-10-15 parser
22927:
22928: * src/main/execute.C: z
22929:
22930: * src/classes/: xdoc.C: !::create{qualifiedName}
22931:
22932: * src/types/pa_vxnode.C: document_type_node.
22933: !readonly attribute DOMString name
22934: !notation_node.
22935: !readonly attribute DOMString publicId
22936: !readonly attribute DOMString systemId
22937:
1.116 moko 22938: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22939: ::write badly passed string too transparently [failed to
22940: intercept it]
1.95 moko 22941:
22942: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22943: include/pa_request.h, main/pa_sql_driver_manager.C,
22944: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22945: types/pa_vxnode.h: DOM1 major addtion, only few
22946: attributes/methods left
22947:
22948: 2001-10-13 parser
22949:
22950: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22951: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22952: in main handler
22953:
22954: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22955: cleanups & frees order
22956:
22957: * src/types/pa_vcode_frame.h: couple comments
22958:
22959: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22960: transparent enough to handle hash if creation&passing
22961:
22962: * src/: include/pa_config_fixed.h, main/execute.C,
22963: main/pa_exception.C: noticed that vcodeframe not transparent
22964: enough, would change now
22965:
22966: 2001-10-12 parser
22967:
22968: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22969: fixed. initialization&free on each thread!
22970:
22971: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22972: handling changed: now type of default param analized always, not
22973: only at problem time, thus helping early problem spotting
22974:
22975: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22976: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22977: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22978: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22979: multithread bug fixed. initialization&free on each thread!
22980:
22981: 2001-10-11 parser
22982:
22983: * src/classes/xnode.C: xnode.selectSingle now
22984:
22985: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22986: include/pa_pool.h, include/pa_stylesheet_connection.h,
22987: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22988: convertors out of Pool into Exception
22989:
22990: * src/main/pa_string.C: const
22991:
22992: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22993: linked pieces of same language together prior to String::replace
22994:
22995: * src/classes/hash.C: !^hash.add[addme]
22996: !^hash.sub[subme]
22997: !^a.union[b] = new
22998: !^a.intersection[b] = new
22999: !^a.intersects[b] = bool
23000:
23001: * src/classes/hash.C: !^hash::append[append_from]
23002:
23003: * src/: classes/hash.C, types/pa_vhash.h:
23004: !^hash::create[[copy_from]]
23005:
23006: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23007: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
23008: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
23009: fixed. got rid of empty_string, which caused errors - it hasnt
23010: exception but somebody[value.bark] tried to throw it on it's pool
23011:
1.116 moko 23012: * src/include/pa_config_auto.h.in: makes
1.95 moko 23013:
23014: 2001-10-10 parser
23015:
23016: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
23017:
23018: * src/main/: compile.tab.C, compile.y: ^a[
23019:
23020: @next_method << now unclosed ] would be reported here
23021:
23022: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23023: compile error
23024:
23025: 2001-10-09 parser
23026:
1.116 moko 23027: * src/: classes/Makefile.am, main/Makefile.am,
23028: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23029:
23030: * src/classes/Makefile.am: makes
23031:
23032: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23033: win32 errors intercepted [xalan transformer patched and
23034: incorporated]
23035:
23036: * src/: classes/classes.dsp, classes/xdoc.C,
23037: include/pa_stylesheet_connection.h, main/main.dsp,
23038: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23039: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23040: patches starting
23041:
23042: * src/classes/: string.C, table.C: ^string.save[file]
23043:
23044: * src/classes/: date.C, table.C: calendar moved to date
23045:
23046: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23047: string/table] now
23048:
23049: * src/classes/: op.C, table.C: z
23050:
23051: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23052: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23053: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23054: be code [be string..]
23055:
23056: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23057: table.C: lots of
23058: params->as_int/double/as_string/as_junction/as_no_junction
23059: messages added
23060:
23061: 2001-10-08 parser
23062:
23063: * src/: classes/date.C, classes/image.C, classes/string.C,
23064: classes/table.C, classes/void.C, include/pa_request.h:
23065: params->as_int/double message added
23066:
23067: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23068:
23069: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23070: image:sector removed image:html internal "line-*" attribs
23071:
23072: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23073: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23074:
23075: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23076: way
23077:
23078: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23079: main/untaint.C: header untainting to UL_HTTP_HEADER,
23080: UL_MAIL_HEADER made nonforced [only tainted pieces]
23081:
23082: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23083: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23084: @ SAPI::log
23085:
23086: * src/main/untaint.C: \r to ' ' in origins mode
23087:
23088: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23089: set]
23090:
23091: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23092: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23093: nonstandard liaison freed up
23094:
23095: 2001-10-07 parser
23096:
23097: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23098: project
23099:
23100: 2001-10-05 parser
23101:
23102: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23103: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23104: from outputing to cerr. lots of "todos"
23105:
23106: * src/main/untaint.C: http_header tainting more gentle with
23107: enquoting now
23108:
23109: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23110: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23111: xml errorhandler. fixed string.replace a little, read @test
23112:
23113: * src/main/pa_string.C: found replace bug - first_that_starts(char
23114: *) does not have limit, and looks further eos, fixing....
23115:
23116: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23117:
23118: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23119:
23120: * src/main/: pa_charset_connection.C: ctype another mem clear
23121: bugfix
23122:
1.116 moko 23123: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23124: $result[^[$p^]z] now works fine
1.95 moko 23125:
23126: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23127: wrong. fixed it
23128:
23129: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23130: of totable appered to be vital
23131:
23132: 2001-10-04 parser
23133:
23134: * src/classes/image.C: ^image.length[text]
23135:
23136: 2001-10-03 parser
23137:
23138: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23139:
23140: * src/main/pa_request.C: restored pcre defaulting in request
23141: [mindlessly "optimized" yesterday] comment left
23142:
23143: 2001-10-02 parser
23144:
23145: * src/: main/pa_charset_manager.C,
23146: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23147: needed
23148:
23149: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23150: forgot non-xml pool.*charset needed
23151:
23152: * src/classes/table.C: # config comments fixed
23153:
23154: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23155: charset_connection #comment now
23156:
23157: * src/: classes/classes.dsp, types/types.dsp: release projects
23158: options fixed to use release msvcrt lib
23159:
23160: * src/main/pa_charset_connection.C: pcre tables now const inside
23161: removed default - pcre handles that internally fixed bug on
23162: not-cleaning tables [previously was calloced, now member]
23163:
23164: * src/: include/pa_request.h, main/pa_charset_connection.C,
23165: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23166: inside removed default - pcre handles that internally fixed bug
23167: on not-cleaning tables [previously was calloced, now member]
23168:
23169: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23170: tested charset reload on file change @ apache version = OK tested
23171: freeing up prev encoding on adding new = OK
23172:
23173: 2001-10-01 parser
23174:
23175: * src/main/pa_charset_connection.C: removed entitify external hack
23176: [internal installed]
23177:
1.116 moko 23178: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23179:
23180: * src/: include/pa_charset_connection.h,
23181: include/pa_charset_manager.h,
23182: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23183: main/pa_charset_connection.C, main/pa_charset_manager.C,
23184: main/pa_request.C: charset loading & caching mech 0
23185:
23186: * src/: include/pa_stylesheet_connection.h,
23187: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23188: main/pa_globals.C, main/pa_request.C: would make charset loading
23189: & caching mech now
23190:
23191: 2001-09-30 parser
23192:
23193: * src/main/pa_request.C: forgot to fill toTable
23194:
23195: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23196: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23197: failed on win32 for now..
23198:
23199: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23200: now charsets table configuration variable is: CHARSETS
23201:
23202: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23203: ctype with unicode 1. todo: no П entities on output somehow
23204:
23205: * src/: classes/file.C, classes/op.C, classes/string.C,
23206: include/pa_request.h, main/pa_request.C: started ctype with
23207: unicode values
23208:
23209: 2001-09-28 parser
23210:
23211: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23212: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23213: string passed AS-IS now
23214:
23215: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23216: way of user-configuring... todo: implement
23217:
23218: 2001-09-27 parser
23219:
23220: * src/classes/table.C: table.sort changed to sort table itself
23221:
23222: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23223: X^.getElementsByTagName[tagname] = array of xnode
23224: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23225: nodes removed - regretfully not supported @ xalan. maybe someday
23226: would reimplement, if needed.
23227:
23228: win32build system: solved long waiting anti-non-started-apache
23229: problem
23230:
23231: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23232: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23233: types/types.dsp: win32 ident make system so not to rebuild
23234: library [ident.C.new]
23235:
23236: 2001-09-26 parser
23237:
23238: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23239: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23240: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23241: types/pa_vxnode.C, types/types.dsp: z
23242:
23243: * src/classes/classes.C: forgot one non-xml check
23244:
1.116 moko 23245: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23246: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23247:
23248: * src/targets/cgi/parser3.C: z
23249:
23250: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23251: targets/isapi/parser3isapi.C: #ifdef SMTP
23252:
23253: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23254: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23255: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23256: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23257: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23258: types/types.dsp: xdoc&xnode now
23259:
23260: * src/: classes/classes.C, classes/classes.awk,
23261: classes/classes.dsp, classes/classes.h, classes/date.C,
23262: classes/dnode.C, classes/dnode.h, classes/dom.C,
23263: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23264: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23265: classes/op.C, classes/response.C, classes/string.C,
23266: classes/table.C, classes/void.C, include/pa_array.h,
23267: include/pa_common.h, include/pa_config_fixed.h,
23268: include/pa_config_includes.h, include/pa_dictionary.h,
23269: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23270: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23271: include/pa_socks.h, include/pa_sql_connection.h,
23272: include/pa_sql_driver_manager.h, include/pa_stack.h,
23273: include/pa_string.h, include/pa_stylesheet_connection.h,
23274: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23275: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23276: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23277: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23278: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23279: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23280: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23281: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23282: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23283: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23284: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23285: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23286: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23287: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23288: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23289: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23290: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23291: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23292: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23293: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23294: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23295: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23296: types/pa_vmethod_frame.h, types/pa_vobject.h,
23297: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23298: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23299: types/pa_vstateless_object.h, types/pa_vstring.C,
23300: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23301: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23302: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23303: main.dsp splitted to main+classes+types along to .am
23304:
23305: * src/classes/Makefile.am: removed useless var
23306:
23307: * src/: classes/classes.cmd, main/main.dsp,
23308: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23309: main.dsp
23310:
23311: 2001-09-25 parser
23312:
23313: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23314: 1251 though, todo ICU
23315:
1.116 moko 23316: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23317: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23318: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23319: types/pa_vdom.h: xml configure makes
1.95 moko 23320:
23321: 2001-09-24 parser
23322:
1.116 moko 23323: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23324: types/Makefile.am: makes
1.95 moko 23325:
1.116 moko 23326: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23327:
23328: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23329: started unix makes update
23330:
23331: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23332: started unix makes update
23333:
23334: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23335:
23336: * src/types/pa_value.h: z
23337:
23338: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23339: bugs with usinge hash/table in expressions
23340:
23341: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23342: resolved conflicts fixed [const]
23343:
23344: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23345: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23346: main/compile.C, main/compile.tab.C, main/compile.y,
23347: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23348: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23349: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23350: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23351: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23352: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23353: with before_xml [merge2 actually didn't happen - i've created
23354: tags on wrong branch. so this merge is in fact re-merge]
23355:
23356: 2001-09-21 parser
23357:
23358: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23359: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23360: produced "" in make file and sadly wrong interpreted on load]
23361:
1.116 moko 23362: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23363: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23364: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23365: include/pa_sql_driver_manager.h, include/pa_string.h,
23366: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23367: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23368: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23369:
23370: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23371: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23372: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23373: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23374: main/pa_pool.C, main/pa_request.C,
23375: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23376: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23377: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23378: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23379: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23380: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23381: types/pa_vrequest.C, types/pa_vresponse.h,
23382: types/pa_vstateless_class.C, types/pa_vstring.C,
23383: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23384: created new projects for sql drivers [planning to remove sql
23385: drivers from main cvs project] first, will join latest changes
23386:
23387: * src/classes/: dom.C: defaulted dom writing methods encoding to
23388: pool.get_charset
23389:
23390: * src/classes/dom.C: defaulted dom writing methods encoding to
23391: pool.get_charset
23392:
23393: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23394: pool.get_charset
23395:
23396: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23397: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23398: methods encoding to pool.get_charset
23399:
23400: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23401: transcoder were created right "unsupported encoding" message.
23402: not @ set time, but @ use time, so until xml output functions
23403: .string, .file, .save used - no encoding name check occur
23404:
23405: reduced transcode buffer size to 60 fixed pool cleanup - no
23406: registration needed, pools are officially destructured
23407:
23408: 2001-09-20 parser
23409:
23410: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23411:
23412: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23413: $MAIN:DEFAULTS.content-type[$.charset[here]]
23414:
23415: * src/: classes/dnode.C, classes/dom.C,
23416: include/pa_config_includes.h, include/pa_globals.h,
23417: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23418: main/pa_pool.C, targets/cgi/parser3.dsp,
23419: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23420: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23421: Pool::transcode 0
23422:
23423: * src/classes/dom.C: dom. string save file moved output xml options
23424: to last param and made it optional
23425:
23426: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23427: dnodes
23428: !$attributenode.specified = boolean
23429: true if the attribute received its value explicitly
23430: in the XML document,
23431: or if a value was assigned programatically with the
23432: setValue function.
23433: false if the attribute value came from the default value
23434: declared in the document's DTD.
23435: !$pinode.target = target of this processing instruction
23436: XML defines this as being the first token following the
23437: markup
23438: that begins the processing instruction.
23439: XPath:
23440: !^node.select[xpath/query/expression] = hash of 0->node0
23441: 1->node1
23442: !^node.select-single[xpath/query/expression] = first node if
23443: any
23444:
23445: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23446: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23447: some 'const's added
23448:
23449: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23450: expression context now, there value = size and boolean value
23451: size!=0
23452:
23453: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23454: can be used in expression context now, there value = size and
23455: boolean value size!=0
23456:
23457: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23458: types/pa_vstring.h: dnode .file .string .save moved back to dom
23459: due to strange xalan bug
23460:
23461: 2001-09-18 parser
23462:
23463: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23464: classes/image.C, classes/op.C, classes/table.C,
23465: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23466: include/pa_sql_driver_manager.h, main/compile.C,
23467: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23468: main/execute.C, main/pa_common.C, main/pa_request.C,
23469: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23470: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23471: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23472: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23473: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23474: before_xml branch ^if(def $hash) now true only when
23475: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23476:
23477: * src/: classes/op.C, main/execute.C: operators self changed to
23478: root ^for variable context changed to self
23479:
23480: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23481: dnode 1
23482:
23483: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23484: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23485:
23486: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23487: poly* fixed
23488:
23489: 2001-09-17 parser
23490:
23491: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23492: types/pa_vdom.h: started dnode+dom
23493:
23494: dnode DOM methods: $node.name $node.value
23495: ...others...
23496:
23497: ^node.xpath[/rates/USD] = hash
23498: $hash[
23499: $.0[node0]
23500: $.1[node1]
23501: ]
23502:
23503: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23504: applies to all linear primitives
23505:
23506: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23507: include/pa_stylesheet_connection.h, main/main.dsp,
23508: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23509: types/pa_vimage.h: started dnode DOM: $node.name
23510: $node.value ...others... ^node.xpath[/rates/USD] = hash
23511: dom(dnode)
23512:
23513: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23514: main/compile.y, main/compile_tools.h, main/execute.C,
23515: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23516: in expression compound($aa.zz.xx) names now can have minus '-' in
23517: name after '.'
23518:
23519: 2001-09-15 parser
23520:
23521: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23522: image: $line-width ^line(...)[**** style]
23523:
23524: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23525: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23526: pool_storage - cleanups first, allocations second. apache wisely
23527: does just like that
23528:
23529: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23530: rewritten using template, no bugs now
23531:
23532: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23533: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23534: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23535: poorly started isapi pool_storage, would rewrite using template
23536: now
23537:
23538: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23539: include/pa_stylesheet_connection.h, main/main.dsp,
23540: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23541: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23542: xalan objects freed up [introducing Pool::register_cleanup]
23543:
23544: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23545: comments
23546:
23547: 2001-09-14 parser
23548:
23549: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23550: z
23551:
23552: * src/: classes/dom.C, classes/file.C, classes/image.C,
23553: classes/mail.C, include/pa_common.h,
23554: include/pa_sql_driver_manager.h, include/pa_string.h,
23555: include/pa_stylesheet_connection.h,
23556: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23557: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23558: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23559: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23560: compiled&cached
23561:
23562: 2001-09-13 parser
23563:
23564: * src/: classes/dom.C, classes/file.C, classes/image.C,
23565: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23566:
23567: * src/classes/dom.C: dom:file content-type(.method)
23568:
23569: * src/: include/pa_common.h, include/pa_globals.h,
23570: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23571: string now more informative error messages
23572:
23573: * src/: include/pa_globals.h, include/pa_request.h,
23574: main/pa_request.C, targets/cgi/parser3.C,
23575: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23576: ParserSiteConfig .../parser3.conf
23577:
23578: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23579:
23580: 2001-09-12 parser
23581:
23582: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23583: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23584: precise error reporting: "connection string must start with
23585: protocol://" now
23586:
23587: * src/main/compile.tab.C: fixed - subname code parts actually []
23588: braced
23589:
23590: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23591: lexer on LS_USER level did [] matching without setting nestage,
23592: introduced special LS_NAME_SQUARE_PART state
23593:
23594: 2001-09-11 parser
23595:
23596: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23597: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23598: languages+=xml
23599:
23600: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23601:
23602: * src/classes/dom.C: ^dom:save/string/file[output options] output
23603: options: $.method[xml|html|text] detection fixed
23604:
23605: * src/types/pa_vdom.h: messages
23606:
23607: * src/classes/dom.C: ^dom:save/string/file[output options] output
23608: options: $.method[xml|html|text] detection fixed
23609:
23610: 2001-09-10 parser
23611:
23612: * src/classes/dom.C: ^dom:save/string/file[output options] output
23613: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23614:
23615: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23616: added]
23617:
23618: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23619: ^dom.xslt[stylesheet filename] 0
23620:
23621: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23622: ^dom.xslt[stylesheet filename] -1 doc is lying
23623:
23624: * src/classes/dom.C: ^dom.file[encoding] = file
23625:
23626: * src/classes/: dom.C: ^dom.string[encoding] 1
23627: ^dom.save[encoding;filename]
23628:
23629: * src/classes/dom.C: ^dom.string[] 0
23630:
23631: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23632:
23633: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23634: types/pa_vform.h: ^dom.save[b.xml] 0
23635:
23636: 2001-09-08 parser
23637:
23638: * src/types/pa_vform.C: $form:tables.name.field
23639:
23640: 2001-09-07 parser
23641:
23642: * src/classes/table.C: table:empty removed, superceded by ^if(def
23643: $table)...
23644:
23645: * src/targets/cgi/parser3.C: z
23646:
23647: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23648: from '' to int/double is 0]
23649:
23650: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23651: $table) is false when table is empty
23652:
23653: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23654: !$form:tables $atable[$form:tables.a]
23655: ^atable.menu{a=$atable.element}[,]
23656:
23657: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23658: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23659:
1.116 moko 23660: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23661: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23662: of dom
23663:
23664: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23665: types/pa_vform.C, types/pa_vform.h: z
23666:
23667: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23668: element [not last]
23669:
1.116 moko 23670: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23671: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23672:
23673: 2001-09-06 parser
23674:
23675: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23676: table with one column 'element' and two rows: 1 and 2
23677:
23678: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23679: table with one column 'element' and two rows: 1 and 2
23680:
23681: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23682: bad int/double conversions, and now $form:nonexistent.int(88)
23683: would return 88
23684:
23685: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23686: types/pa_vhash.h: now there's special hash key '_default'
23687: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23688: $._default[xx] ] $hash.c
23689:
23690: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23691: fixed [thanks, fif], ^; were treated there non-literally
23692:
23693: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23694: doxygen
23695:
23696: * src/: classes/image.C, classes/op.C, classes/string.C,
23697: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23698: types/pa_vtable.C: few #ifndef DOXYGEN
23699:
23700: 2001-09-05 parser
23701:
23702: * src/classes/: string.C, table.C: sql options can be void [same as
23703: image:html the other day]
23704:
23705: * src/targets/cgi/Makefile.am: .am undo
23706:
23707: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23708: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23709: macro expantion on param, simply qoutes whatever passed, undone
23710:
23711: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23712: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23713: STRINGIZE(name) #name invented
23714:
23715: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23716: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23717: MAIN_SQL_DRIVERS_NAME "drivers"
23718:
23719: moved to be availible to all users
23720:
23721: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23722: SQL_DRIVER_CREATE_FUNC_NAME
23723:
23724: * src/classes/mail.C: MAIN:MAIL check fixed
23725:
23726: 2001-09-04 parser
23727:
23728: * src/classes/image.C: image.html now can accept void params
23729:
23730: * src/targets/isapi/parser3isapi.C: z
23731:
23732: * src/targets/cgi/parser3.C: full_file_spec bug
23733:
23734: * src/targets/cgi/parser3.C: getenvcheck
23735:
23736: * src/targets/cgi/parser3.C: zz
23737:
23738: * src/targets/cgi/parser3.C: zzz
23739:
23740: * src/classes/date.C: date
23741:
23742: * src/classes/date.C: date:sql-string is now without ''
23743:
1.116 moko 23744: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23745: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23746: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23747:
1.116 moko 23748: * src/include/pa_config_auto.h.in: makes
1.95 moko 23749:
23750: 2001-09-03 parser
23751:
23752: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23753:
23754: 2001-09-01 parser
23755:
23756: * src/classes/image.C: letter_spacing
23757:
23758: * src/classes/image.C: image: font params changed
23759:
23760: * src/classes/image.C: image: as_int as_string used
23761:
23762: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23763: analized
23764:
23765: 2001-08-31 parser
23766:
23767: * src/targets/cgi/parser3.C: z
23768:
1.116 moko 23769: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23770: cygwin
1.95 moko 23771:
23772: * src/classes/void.C: void:int/double += (default)
23773:
23774: * src/classes/image.C: image:font added space param image:font
23775: changed charwidth alg, added kerning const[for now]
23776:
23777: * src/classes/: string.C, table.C: string:int/double (defaults)
23778:
23779: 2001-08-29 parser
23780:
23781: * src/main/pa_exception.C: exception redundant debug info
23782:
23783: 2001-08-28 parser
23784:
23785: * src/classes/image.C: image error msgs
23786:
23787: * src/classes/image.C: image: gifsize little endian
23788:
23789: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23790: doxygeneration
23791:
23792: * src/: classes/Makefile.am, main/Makefile.am,
23793: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23794:
23795: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23796: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23797:
23798: * src/main/compile.C: NO_STRING_ORIGIN check2
23799:
23800: * src/classes/table.C: NO_STRING_ORIGIN check
23801:
23802: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23803: storage class specifiers invalid in friend function declarations
23804:
23805: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23806: main/untaint.C, targets/cgi/parser3.C,
23807: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23808: case of limit
23809:
23810: * src/: classes/file.C, main/pa_common.C: file:move
23811: autocreate/remove dest/src dir
23812:
23813: * src/: classes/string.C, include/pa_dictionary.h,
23814: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23815: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23816: to directory constructor. string:replace
23817:
23818: 2001-08-27 parser
23819:
23820: * src/classes/image.C: fixed jpgsize alg
23821:
23822: * src/classes/image.C: fixed jpgsize alg
23823:
23824: * src/main/pa_exception.C: z
23825:
23826: * src/main/pa_common.C: removed debug info from pa_common
23827:
23828: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23829: [auto.p from current dir loading]
23830:
1.116 moko 23831: * src/: main/pa_common.C, main/pa_exception.C,
23832: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23833: for solaris -lsocket
1.95 moko 23834:
23835: 2001-08-24 parser
23836:
23837: * src/targets/cgi/parser3.C: not cgi extra \n 3
23838:
23839: * src/targets/cgi/parser3.C: not cgi extra \n 2
23840:
23841: * src/targets/cgi/parser3.C: not cgi extra \n
23842:
23843: * src/main/pa_sql_driver_manager.C: z
23844:
23845: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23846: sql* removed services from disconnect - cross-request ideological
23847: probs.
23848:
23849: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23850: cross-request ideological probs. oracle - fixed bug: cs
23851: allocated on request.pool and got freed before disconnect
23852:
23853: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23854: mallocs fixed
23855:
23856: 2001-08-23 parser
23857:
23858: * src/classes/file.C: minor bug in file:save fixed
23859:
23860: * src/main/pa_sql_driver_manager.C: oracle: dlink
23861:
23862: 2001-08-22 parser
23863:
23864: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23865: types/pa_vfile.h: file:load|save[text|binary;
23866:
23867: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23868:
23869: 2001-08-21 parser
23870:
23871: * src/classes/: file.C, table.C: ^file:list
23872:
23873: 2001-08-20 parser
23874:
23875: * src/: main/compile.tab.C, main/compile.y,
23876: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23877: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23878: recousively caused problems: inc incremeted 123 literal!! fixed
23879:
23880: 2001-08-10 parser
23881:
23882: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23883:
23884: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23885: added
23886:
23887: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23888: added
23889:
23890: * src/classes/table.C: table:sort restored [it was bad test :(]
23891:
23892: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23893: ''
23894:
23895: * src/main/: pa_request.C: wanted to make const int
23896: MAX_EXECUTE_SECONDS=1;
23897:
23898: but couldnt, set_callback_and_alarm appeared to be not exported
23899: :(
23900:
23901: * src/main/pa_string.C: string.match hanged on. there were a hang
23902: check but it weren't wise enough
23903:
23904: @parse[dateString][tmp]
23905: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23906: #end
23907:
23908: @main[] ^parse[2001-02-03]
23909:
23910: * src/classes/: table.C: table:sort now default desc
23911:
23912: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23913: table.sort now creates new sorted table
23914:
23915: 2001-08-09 parser
23916:
23917: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23918:
23919: * src/classes/hash.C: hash:_default now [was hash:default]
23920:
23921: * src/classes/op.C: case without switch check added
23922:
23923: * src/types/pa_vcookie.C: cookie name&value origins added, more
23924: precise $ORIGINS(1)
23925:
23926: * src/main/Makefile.am: .am
23927:
23928: * src/classes/void.C: void: int double copy/paste from int: bug
23929: fixed
23930:
23931: * src/classes/void.C: void: int double copy/paste from int: bug
23932: fixed
23933:
23934: 2001-08-07 parser
23935:
23936: * src/: classes/double.C, classes/int.C, classes/string.C,
23937: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23938: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23939: string, table
23940:
23941: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23942: srand made working
23943:
23944: 2001-08-06 parser
23945:
23946: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23947: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23948: main/compile.tab.C, main/compile.y, main/pa_array.C,
23949: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23950: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23951:
23952: * src/main/pa_exec.C: exec win32 real filename
23953:
23954: * src/classes/file.C: exec stderr out
23955:
23956: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23957:
23958: 2001-08-03 parser
23959:
23960: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23961:
23962: 2001-08-02 parser
23963:
23964: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23965: main/execute.C, main/pa_exec.C: introducing Array_iter
23966:
23967: * src/main/execute.C: detected quick_get recursion bug. changed to
23968: get@execute, but needs array iterator, separate from array to
23969: avoid it & use caching
23970:
23971: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23972: bug fixed
23973:
23974: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23975: main/execute.C, main/pa_globals.C: found another multithread bug
23976: in op.C (last, last global var killed) :)
23977:
23978: 2001-08-01 parser
23979:
23980: * src/: include/pa_dictionary.h, include/pa_globals.h,
23981: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23982: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23983: main/untaint.C: speeded up typo-html replacements. introducing
23984: Dictionary with first-char caching
23985:
23986: 2001-07-31 parser
23987:
23988: * src/types/Makefile.am: pa_vtable.C added to .am
23989:
23990: * src/main/compile.tab.C: added, so that could be compiled even on
23991: non-bison-enabled platforms
23992:
23993: 2001-07-28 parser
23994:
23995: * src/classes/table.C: table:hash always produces hash, when can't
23996: - empty
23997:
23998: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23999: skipped \n
24000:
24001: 2001-07-27 parser
24002:
24003: * src/classes/: double.C, int.C, string.C: provided meaningful msg
24004: on int/double/string :sql without result and default
24005:
24006: 2001-07-26 parser
24007:
24008: * src/classes/op.C: fixed bad multithread bug with strangly global
24009: OP
24010:
24011: * src/main/compile.y: $man[$.age[zzz]] 0
24012:
24013: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
24014: creation syntax problem persists. restored $: for a while.
24015: thinking of $man[$.age[zzz]] syntax now
24016:
24017: * src/: classes/double.C, classes/int.C, classes/string.C,
24018: include/pa_opcode.h, main/compile.C, main/compile.y,
24019: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
24020: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24021: types/pa_wwrapper.h: fixing :: realization #1
24022:
24023: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24024: main/compile_tools.h, main/execute.C, main/pa_request.C,
24025: types/pa_vmethod_frame.h: introducing :: this is constructor call
24026: prefix. ordinary : remains for static accesses
24027:
24028: 2001-07-25 parser
24029:
24030: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24031: fields 2. methods 3. columns
24032:
24033: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24034: quote. optimized double&int tostring-s
24035:
24036: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24037: whitespace before first method decl
24038:
24039: * src/classes/table.C: allowed nontable result in table:sql,
24040: results in empty table
24041:
24042: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24043: lines before first method decl
24044:
24045: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24046: types/pa_vtable.h: ^table.record[] now $table.fields
24047:
24048: * src/main/compile.y: $var[] is now empty string, not void
24049:
24050: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24051: void
24052:
24053: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24054: main/pa_globals.C: match replace code context moved to implicit
24055: $match context
24056:
24057: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24058: main/compile_tools.h, main/execute.C: with killed, code storage
24059: introduced with former 'with' syntax
24060:
24061: 2001-07-24 parser
24062:
24063: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24064: types/pa_value.h: first get_element, next get operator
24065:
24066: * src/main/compile.y: removed @end handling
24067:
24068: * src/main/: compile.C, compile.y: @end handling method2
24069:
24070: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24071: file:move
24072:
24073: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24074: fixed
24075:
24076: 2001-07-23 parser
24077:
24078: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24079: driver
24080:
24081: * src/classes/hash.C: changed sql driver query interface
24082:
24083: * src/: classes/hash.C, classes/string.C, classes/table.C,
24084: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24085: changed sql driver query interface
24086:
24087: 2001-07-20 parser
24088:
24089: * src/types/pa_vrequest.C: X!$browser:type
24090:
24091: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24092: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24093: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24094: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24095: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24096: types/pa_vobject.h, types/pa_vrequest.C,
24097: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24098: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24099: BASE element globally removed
24100:
24101: 2001-07-18 parser
24102:
24103: * src/classes/file.C: file:exec/cgi msg
24104:
24105: * src/classes/file.C: $file:exit-code renamed to 'status'
24106:
24107: * src/: classes/file.C, main/pa_exec.C: file:exec
24108:
1.116 moko 24109: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24110: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24111: removed $id from *.in *.am
1.95 moko 24112:
24113: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24114: abbrevations
24115:
24116: * src/: classes/date.C, classes/mail.C, classes/math.C,
24117: classes/string.C, classes/table.C, include/pa_globals.h,
24118: include/pa_string.h, main/execute.C, main/pa_globals.C,
24119: main/pa_request.C, main/pa_string.C, main/untaint.C,
24120: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24121: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24122: $ORIGINS(1) output tracing mode
24123:
24124: 2001-07-13 parser
24125:
24126: * src/: classes/double.C, classes/int.C, classes/string.C,
24127: include/pa_request.h, main/execute.C, main/pa_request.C:
24128: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24129: second would not call first @auto
24130:
24131: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24132: wrong, fixed
24133:
24134: 2001-07-12 parser
24135:
24136: * src/types/pa_value.h: pa_value.putelement modification of system
24137: classes prevented
24138:
24139: 2001-07-11 parser
24140:
24141: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24142: table $piece
24143:
24144: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24145: types/pa_vstateless_class.h: $file created by file:state +=
24146: .atime .mtime .ctime +found&fixed bug with exceptions on
24147: get_junction-created objects [they were on wrong pool]
24148:
24149: 2001-07-09 parser
24150:
24151: * src/main/untaint.C: qp wrong name
24152:
24153: * src/: classes/date.C, classes/string.C, classes/table.C,
24154: main/compile.y: date format 0
24155:
24156: 2001-07-07 parser
24157:
24158: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24159: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24160: roll table calendar
24161:
24162: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24163: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24164: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24165: include/pa_request.h, main/main.dsp, types/pa_value.h,
24166: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24167: string. todo: sql, calendar
24168:
24169: 2001-07-06 parser
24170:
24171: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24172: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24173:
24174: 2001-07-03 parser
24175:
24176: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24177: classes/random.C, main/main.dsp: class random renamed to math,
24178: operators became methods
24179:
24180: * src/classes/op.C: pow sqrt
24181:
24182: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24183:
24184: 2001-07-02 parser
24185:
24186: * src/classes/table.C: ^table.columns column renamed from 'name' to
24187: 'column'
24188:
24189: * src/classes/hash.C: ^hash.keys[]
24190:
24191: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24192:
24193: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24194: 'strings'
24195:
24196: 2001-06-29 parser
24197:
24198: * src/main/: execute.C: /0 %0 checkes ver 2
24199:
24200: * src/main/execute.C: /0 %0 checke
24201:
24202: * src/classes/Makefile.am: nothing - void
24203:
24204: * src/classes/table.C: empty strings @ sql
24205:
24206: 2001-06-28 parser
24207:
24208: * src/: classes/double.C, classes/file.C, classes/form.C,
24209: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24210: classes/op.C, classes/random.C, classes/response.C,
24211: classes/string.C, classes/table.C, classes/void.C,
24212: main/compile.C, main/compile_tools.C, main/execute.C,
24213: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24214: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24215: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24216: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24217: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24218: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24219: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24220: $";
24221:
24222: * src/: classes/double.C, classes/file.C, classes/form.C,
24223: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24224: classes/op.C, classes/random.C, classes/response.C,
24225: classes/string.C, classes/table.C, classes/void.C,
24226: main/compile.C, main/compile.y, main/compile_tools.C,
24227: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24228: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24229: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24230: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24231: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24232: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24233:
24234: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24235: $class:name: == ${class:name}:
24236:
24237: * src/classes/string.C: exactly one
24238:
24239: 2001-06-27 parser
24240:
24241: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24242: types/pa_vvoid.h: nothing renamed to void
24243:
24244: * src/classes/op.C: ^switch ^case
24245:
24246: * src/main/compile.y: nothing renamed to void
24247:
24248: * src/: classes/hash.C, classes/table.C, main/compile.y,
24249: main/execute.C, main/main.dsp, main/pa_request.C,
24250: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24251: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24252: void
24253:
24254: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24255:
24256: 2001-05-28 parser
24257:
24258: * src/doc/html2chm.cmd: removed >a
24259:
24260: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24261: project options [some bugs]
24262:
24263: * src/doc/sources2html.cmd: z
24264:
24265: * src/: classes/classes.C, main/compile.C, main/compile.y,
24266: main/execute.C: operators are not in root class again
24267:
24268: 2001-05-24 parser
24269:
24270: * src/targets/cgi/parser3.dsp: project file
24271:
24272: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24273: ^log ^exp
24274:
24275: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24276: conversions in @exception[params]
24277:
24278: * src/main/pa_request.C: // no _ conversions in @exception[params]
24279:
24280: 2001-05-23 parser
24281:
24282: * src/main/pa_string.C: string cmp bug
24283:
24284: * src/classes/: mail.C, op.C: rem max 1000
24285:
24286: * src/: classes/op.C, main/compile.y: allow one empty line before
24287: LS_DEF_NAME
24288:
24289: 2001-05-22 parser
24290:
24291: * src/classes/op.C: if params code-required
24292:
24293: 2001-05-21 parser
24294:
24295: * src/types/pa_vstring.C: eoleof
24296:
24297: * src/classes/Makefile.am: .AM
24298:
24299: * src/classes/nothing.C: resultless ^sql moved to nothing:
24300:
24301: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24302:
24303: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24304: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24305: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24306: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24307: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24308: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24309: 'nothing'
24310:
24311: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24312: vstring::set_string
24313:
24314: * src/classes/: double.C, int.C, string.C: int,double;sql
24315:
24316: * src/: classes/hash.C, classes/int.C, classes/string.C,
24317: classes/table.C, include/pa_string.h, main/pa_string.C,
24318: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24319:
24320: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24321: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24322: hash:sql moved to main trunc. operators.txt updated
24323:
24324: * src/classes/: hash.C, op.C, table.C: hash:sql
24325:
24326: * src/classes/op.C: z
24327:
24328: * src/: main/compile.C, classes/classes.C: 1
24329:
24330: * src/: classes/classes.C, main/compile.C, main/compile.y,
24331: main/execute.C: 0
24332:
24333: * src/main/execute.C: z
24334:
24335: * src/targets/cgi/parser3.C: z
24336:
24337: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24338: site_auto_path "." in that case
24339:
24340: * src/targets/cgi/: parser3.C: z
24341:
24342: * src/main/pa_request.C: .am
24343:
24344: * src/: main/pa_request.C, targets/cgi/parser3.C:
24345: pcre_tables=pcre_default_tables;
24346:
24347: 2001-05-19 parser
24348:
24349: * src/main/pa_string.C: z
24350:
24351: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24352: introducing String::cstr_bufsize, returns just size+1 for as_is
24353: target.
24354:
24355: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24356: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24357: used, 4* mem wasted
24358:
24359: * src/classes/string.C: root context in match replace body now
24360: unchanged
24361:
24362: * src/types/pa_value.h: parameter # 1 based
24363:
24364: * src/main/pa_common.C: common: actual filename '%s'
24365:
24366: * src/classes/string.C: z
24367:
24368: * src/classes/Makefile.am: classes/.am
24369:
24370: * src/classes/: Makefile.am: classes/.am
24371:
24372: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24373: targets/cgi/pa_pool.C: classes/.am
24374:
24375: 2001-05-18 parser
24376:
1.116 moko 24377: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24378: pa_threads.C ins
1.95 moko 24379:
24380: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24381:
24382: 2001-05-17 parser
24383:
24384: * src/: classes/string.C, include/pa_config_fixed.h,
24385: include/pa_config_includes.h, main/compile.y,
24386: main/compile_tools.h, main/execute.C, main/pa_array.C,
24387: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24388: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24389: types/pa_vform.C: #include "pa_config_includes.h" removed from
24390: most .C
24391:
24392: * src/doc/html2chm.cmd: z
24393:
24394: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24395: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24396:
24397: * src/main/pa_sql_driver_manager.C: moved expiration to
24398: get_connection_from_cache
24399:
24400: * src/main/pa_sql_driver_manager.C: cache expiration bf
24401:
24402: * src/: classes/classes.h, include/pa_sql_connection.h,
24403: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24404: cache expiration[use SQL_Driver::disconnect]
24405:
24406: * src/main/pa_table.C: table.locate current restored on "not found"
24407:
24408: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24409: line no
24410:
24411: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24412: ANTI_ENDLESS_EXECUTE_RECOURSION
24413:
24414: * src/: classes/op.C, include/pa_sql_connection.h,
24415: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24416: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24417: 1driver and set_services fight for driver::fservices. before fix
24418:
24419: * src/: classes/op.C, include/pa_config_fixed.h,
24420: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24421: main/pa_sql_driver_manager.C: found problem at last: 2connections
24422: own 1driver and set_services fight for driver::fservices. before
24423: fix
24424:
24425: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24426: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24427: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24428: pa_threads.C
24429:
24430: * src/include/pa_threads.h: removed targets/parser
24431:
24432: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24433: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24434: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24435: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24436: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24437: headers
24438:
24439: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24440: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24441: order prevented sqlmanager to see MULTYTHREAD define
24442:
24443: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24444: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24445: put/gets
24446:
24447: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24448: from hash.h
24449:
24450: * src/: classes/op.C, include/pa_sql_connection.h,
24451: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24452: from cache ->set_services(&services);
24453:
24454: 2001-05-16 parser
24455:
24456: * src/targets/cgi/parser3.C: z
24457:
24458: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24459: debug, #ifdefed some. would debug later, on more precise sample
24460: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24461: $name.$tail[$tail!] $name.$tail } ok3
24462:
24463: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24464: removed array debug. before vstring rebasing
24465:
24466: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24467: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24468: array debugged; adjusted
24469:
24470: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24471: SQL_Driver_manager line no for connect/charset errors
24472:
24473: 2001-05-15 parser
24474:
24475: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24476: main/pa_string.C: string+array made linear grows
24477:
24478: * src/: include/pa_string.h, main/pa_string.C,
24479: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24480: grow lineary, not exponentialy
24481:
24482: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24483: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24484: with fullchunk cmps
24485:
24486: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24487: 70041= 81
24488:
24489: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24490: targets/cgi/parser3.C: detected huge mem allocation: size/times
24491: malloc 27809390/368771, calloc 3232/83. would test now
24492:
24493: * src/: classes/random.C, main/compile.y, main/execute.C,
24494: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24495: numbered params had wrong name - for instance: bad error message
24496: in ^for[] bad body type. fixed
24497:
24498: 2001-05-14 parser
24499:
24500: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24501: main/untaint.C: ^string.upper|lower[]
24502:
24503: 2001-05-11 parser
24504:
24505: * src/: classes/double.C, classes/image.C, classes/op.C,
24506: classes/string.C, classes/table.C, classes/unknown.C,
24507: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24508: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24509: types/pa_vunknown.h: op: MAX_LOOPS as_int
24510:
24511: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24512: .dsp for win32tools
24513:
24514: 2001-05-11 paf
24515:
24516: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24517: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24518: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24519: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24520:
24521: 2001-05-10 paf
24522:
24523: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24524: for C++, that's all
24525:
1.116 moko 24526: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24527: pa_config_includes.h: inline wonders
1.95 moko 24528:
24529: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24530: doc/doxygen.cmd: hash.C added
24531:
24532: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24533:
24534: * src/main/compile.y: @end grammar: allowed zero strings in control
24535: menthod
24536:
24537: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24538: pa_vstateless_object.h: changed priority: field before method
24539: lookup in vclass & vobject
24540:
24541: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24542: grammar: priorities changes [lowerd && prior] vobject: now first
24543: fields, next methods
24544:
24545: 2001-05-08 paf
24546:
24547: * src/main/pa_table.C: table columnname2item on nameless ignored
24548: bark=false. fixed
24549:
24550: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24551: types/pa_vmethod_frame.h: hash:default works at last!
24552:
24553: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24554: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24555: hash:default
24556:
24557: * src/classes/table.C: z
24558:
24559: * src/classes/table.C: table:hash always hash of hash now
24560:
24561: * src/classes/table.C: table:empty return bool now
24562:
24563: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24564: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24565: types/pa_vtable.h: table:hash
24566:
24567: * src/classes/table.C: table:record have name
24568:
24569: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24570: returns vunknown
24571:
24572: * src/classes/: double.C, int.C, op.C, string.C:
24573: int,double,string:int[] double[] string:length[] results now have
24574: hames
24575:
24576: * src/: classes/op.C, classes/table.C, main/main.dsp,
24577: types/pa_vtable.h: removed table:find. table:locate and op:eval
24578: now return bool
24579:
24580: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24581: in method checkparams again. fixed
24582:
24583: 2001-05-07 paf
24584:
24585: * src/doc/chm.cmd: cmd
24586:
24587: * src/: classes/image.C, classes/mail.C, classes/string.C,
24588: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24589: types/pa_value.h: method reported errors on wrong pool
24590:
24591: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24592: now
24593:
24594: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24595: include/code.h, include/pa_opcode.h, main/compile.C,
24596: main/compile_tools.h, main/execute.C, types/pa_value.h,
24597: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24598: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24599: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24600: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24601: types/pa_vmethod_frame.h, types/pa_vobject.h,
24602: types/pa_vrequest.h, types/pa_vresponse.h,
24603: types/pa_vstateless_class.h, types/pa_vstring.h,
24604: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24605: types/pa_wwrapper.h: pa_code.h
24606:
24607: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24608:
24609: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24610: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24611: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24612: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24613: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24614: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24615: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24616: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24617: types/pa_vtable.h: dox, split by not clean parts also
24618:
24619: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24620: types/pa_vtable.h: table: fields, then methods. so to enable
24621: 'dir' fields & co. more
24622:
24623: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24624: so to enable 'dir' fields & co.
24625:
24626: * src/main/compile.y: grammar: @end
24627:
24628: 2001-05-04 paf
24629:
24630: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24631: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24632:
24633: * src/: classes/classes.h, classes/double.C, classes/file.C,
24634: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24635: classes/op.C, classes/random.C, classes/response.C,
24636: classes/string.C, classes/table.C, classes/unknown.C,
24637: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24638: method dox
24639:
24640: 2001-05-03 paf
24641:
24642: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24643: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24644: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24645: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24646: doc/string.dox, doc/targets.dox, doc/value.dox,
24647: main/pa_request.C: dox splitted .dox files and added some
24648:
24649: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24650:
24651: 2001-05-02 paf
24652:
24653: * src/classes/: image.C, table.C: table:dir result are not tainted
24654: by file_name language now
24655:
24656: 2001-04-28 paf
24657:
24658: * src/classes/classes.inc: removed classes.inc
24659:
24660: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24661: from .am
24662:
24663: * src/classes/classes.awk: skipped classes in .awk
24664:
24665: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24666: classes/classes.inc, classes/double.C, classes/file.C,
24667: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24668: classes/string.C, classes/table.C, classes/unknown.C,
24669: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24670: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24671: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24672: pa_methoded back to classes/classes.h
24673:
24674: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24675:
24676: * src/: classes/Makefile.am, classes/classes.awk,
24677: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24678: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24679:
24680: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24681: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24682: classes/response.C, classes/string.C, classes/table.C,
24683: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24684: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24685: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24686: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24687: include|main/pa_methoded
24688:
24689: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24690: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24691:
24692: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24693: moved some configured data to request::classes_conf moved some
24694: string crations from globals to M... [works]
24695:
24696: * src/: classes/form.C, classes/mail.C, classes/op.C,
24697: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24698: main/pa_request.C: moved some configured data to
24699: request::classes_conf moved some string crations from globals to
24700: M...
24701:
24702: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24703: about to move configured data to special request hash
24704:
24705: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24706: classes/form.C, classes/mail.C, include/pa_request.h,
24707: main/pa_request.C: configure started
24708:
24709: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24710: 2. todo: methoded-configure
24711:
24712: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24713: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24714: classes/_random.h, classes/_response.h, classes/_string.h,
24715: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24716: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24717: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24718: classes/random.C, classes/response.C, classes/string.C,
24719: classes/table.C, classes/unknown.C, include/pa_globals.h,
24720: include/pa_request.h, main/compile.y, main/execute.C,
24721: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24722: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24723: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24724: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24725: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24726: types/pa_vrequest.h, types/pa_vresponse.h,
24727: types/pa_vstateless_class.h, types/pa_vstring.h,
24728: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24729: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24730: methoded-configure
24731:
24732: * src/: classes/file.C, classes/table.C, main/compile.y,
24733: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24734: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24735: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24736:
24737: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24738: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24739: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24740: classes/random.C, classes/response.C, classes/string.C,
24741: classes/table.C, classes/unknown.C, include/pa_request.h,
24742: main/compile.y, main/execute.C, main/pa_globals.C,
24743: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24744: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24745: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24746: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24747: beautifying just compiled. todo: debug, configure
24748:
24749: 2001-04-27 paf
24750:
24751: * src/: classes/file.C, classes/image.C, classes/table.C,
24752: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24753: beautifying -99
24754:
24755: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24756: classes/_response.h, classes/_unknown.h, classes/classes.C,
24757: classes/classes.h, classes/double.C, classes/file.C,
24758: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24759: classes/op.C, classes/random.C, classes/response.C,
24760: classes/string.C, include/pa_globals.h, main/main.dsp,
24761: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24762: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24763: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24764: types/pa_vunknown.h: beautifying -100
24765:
24766: * src/main/compile.y: serge@ found @CLASS bug. fixed
24767:
24768: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24769: classes/_op.h, classes/_random.h, classes/_table.h,
24770: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24771: classes/op.C, classes/random.C, classes/response.C,
24772: classes/string.C, classes/table.C, classes/unknown.C,
24773: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24774: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24775: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24776: beautifying
24777:
24778: 2001-04-26 paf
24779:
24780: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24781:
24782: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24783: documentation ++
24784:
24785: * src/: classes/_exec.h, doc/doxygen.cfg,
24786: include/pa_config_fixed.h, include/pa_config_includes.h,
24787: targets/cgi/pa_pool.C: code documentation ++
24788:
24789: * src/: classes/_image.h, classes/op.C, classes/random.C,
24790: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24791: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24792: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24793: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24794: types/pa_vmethod_frame.h, types/pa_vobject.h,
24795: types/pa_vrequest.C, types/pa_vrequest.h,
24796: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24797: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24798: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24799: code documentation ++
24800:
24801: * src/: classes/image.C, classes/mail.C, classes/string.C,
24802: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24803: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24804: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24805: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24806: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24807: types/pa_vobject.h, types/pa_vstateless_class.h,
24808: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24809:
24810: * src/main/: pa_request.C, pa_string.C: z
24811:
24812: * src/: include/pa_common.h, include/pa_types.h,
24813: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24814: connection caching fixed. request-pooled-url were stored into
24815: global connectioncache
24816:
24817: 2001-04-25 paf
24818:
24819: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24820: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24821:
24822: * src/: include/code.h, include/pa_common.h, main/compile.y,
24823: main/execute.C, main/pa_common.C: -d
24824:
24825: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24826: illegal call check a bit improved, but still under iis no mapping
24827: of dir with parser allowed!
24828:
24829: 2001-04-24 paf
24830:
24831: * src/targets/Makefile.am: apache module lib .am
24832:
24833: * src/main/pa_exec.C: windows32 buildCommand
24834:
24835: 2001-04-23 paf
24836:
24837: * src/targets/cgi/Makefile.am: win32 conditional
24838:
24839: * src/targets/cgi/Makefile.am: win32 conditional
24840:
24841: * src/targets/cgi/Makefile.am: liblink
24842:
24843: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24844: vfile fields return type
24845:
24846: * src/types/pa_vfile.h: vfile fields return type
24847:
24848: * src/include/pa_config_auto.h.in: .h.in
24849:
24850: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24851: types/Makefile: makefiles removed
24852:
24853: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24854: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24855:
24856: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24857: [tested: i & g ]
24858:
24859: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24860: @test noticed series in isapi, check how initialize_random_class
24861: is called! [must be called only once]
24862:
24863: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24864: would not be 'unknown column'
24865:
24866: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24867: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24868:
24869: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24870: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24871: [now doesnt]
24872:
24873: * src/targets/cgi/parser3.C: cgi cmdline ver
24874:
24875: * src/targets/cgi/parser3.C: cgi /// @test disable
24876: /cgi-bin/parser3/auto.p
24877:
24878: * src/main/untaint.C: untaint without charset
24879:
24880: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24881: main/pa_common.C: common: file_write /// @test mkdirs
24882: file_delete rmdirs
24883:
24884: * src/main/untaint.C: mail header only once to =?
24885:
24886: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24887: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24888: main/untaint.C: untaint - @test optimize whitespaces for
24889: all but 'html'
24890:
24891: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24892: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24893: main/untaint.C: untaint - @test mail-header
24894:
24895: 2001-04-20 paf
24896:
24897: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24898: include/pa_request.h, include/pa_string.h, main/compile.y,
24899: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24900: targets/cgi/parser3.C: $MAIN:LOCALE
24901:
24902: * src/main/untaint.C: z
24903:
24904: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24905:
24906: 2001-04-19 paf
24907:
24908: * src/main/compile_tools.h: $a$b bugfix
24909:
24910: * src/targets/cgi/parser3.C: z
24911:
24912: * src/classes/file.C: z
24913:
24914: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24915: done: header to $fields. waits for header '\' tricks
24916:
24917: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24918: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24919: changed urlencode here and in untaint.C to HTTP standard's " and
24920: \" mech
24921:
24922: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24923: http://alx/~paf/ doesnt load /auto.p
24924:
24925: 2001-04-18 paf
24926:
24927: * src/main/pa_request.C: 1
24928:
24929: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24930: linux @alx
24931:
24932: 2001-04-17 paf
24933:
24934: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24935: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24936: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24937: enabled
24938:
24939: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24940: classes/_exec.h, classes/_file.h, classes/_form.h,
24941: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24942: classes/_random.h, classes/_response.h, classes/_string.h,
24943: classes/_table.h, classes/_unknown.h, classes/file.C,
24944: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24945: include/pa_config_fixed.h, include/pa_config_includes.h,
24946: include/pa_hash.h, include/pa_sql_driver_manager.h,
24947: include/pa_version.h, main/Makefile.am, main/compile.y,
24948: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24949: main/pa_sql_driver_manager.C, sql/Makefile.am,
24950: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24951: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24952: types/pa_vform.C, types/pa_vimage.h: exec @jav
24953:
24954: * src/: include/pa_sql_driver_manager.h,
24955: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24956: types/pa_vimage.h: sql driver interface now has initialize(client
24957: .so)
24958:
24959: 2001-04-16 paf
24960:
24961: * src/Makefile.am: compile2 cygwin
24962:
24963: * src/: include/pa_config_includes.h, main/pa_exec.C,
24964: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24965:
24966: * src/targets/cgi/Makefile.am: compile0 jav
24967:
24968: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24969: classes/_exec.h, classes/_file.h, classes/_form.h,
24970: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24971: classes/_random.h, classes/_response.h, classes/_string.h,
24972: classes/_table.h, classes/_unknown.h, classes/image.C,
24973: classes/mail.C, classes/op.C, classes/random.C,
24974: include/pa_config_fixed.h, include/pa_config_includes.h,
24975: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24976: main/compile.y, main/pa_common.C, main/pa_exec.C,
24977: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24978: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24979: compile-1
24980:
24981: 2001-04-15 paf
24982:
24983: * src/classes/op.C: z
24984:
24985: * src/classes/table.C: table:empty +=process
24986:
24987: * src/types/pa_value.h: MethodParams !junction
24988:
24989: * src/: classes/_string.h, classes/double.C, classes/file.C,
24990: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24991: classes/random.C, classes/response.C, classes/string.C,
24992: classes/table.C, classes/unknown.C, main/pa_request.C:
24993: MethodParams everywhere
24994:
24995: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24996: types/pa_vmethod_frame.h: MethodParams in op.C
24997:
24998: 2001-04-12 paf
24999:
25000: * src/: classes/image.C, types/pa_vimage.h: image:font :text
25001:
25002: * src/: classes/_unknown.h, classes/unknown.C,
25003: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
25004: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
25005:
25006: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
25007:
25008: * src/classes/image.C: image:gif now does not have params
25009:
25010: * src/classes/image.C:
25011: image:line/fill/rectangle/bar/replace/polygon/polybar
25012:
25013: * src/: classes/image.C, classes/op.C, main/execute.C,
25014: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
25015: for var now written not to r.wcontext, but to r.root cleared
25016: "entered_object" state
25017:
25018: 2001-04-11 paf
25019:
25020: * src/classes/image.C: image:create image:load
25021:
25022: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25023: just compiled
25024:
25025: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25026: todo: gif without file
25027:
25028: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25029: started porting to Pooled descendant
25030:
25031: * src/: classes/image.C, main/execute.C, main/main.dsp,
25032: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25033: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25034: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25035:
25036: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25037: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25038: end. switching to python imaging lib
25039:
25040: * src/main/main.dsp: gd+smtp made separate libs
25041:
25042: * src/: include/pa_globals.h, include/pa_string.h,
25043: main/pa_common.C, main/pa_request.C, main/untaint.C,
25044: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25045: length
25046:
25047: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25048: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25049: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25050: UL_FILE_NAME of posted file name
25051:
25052: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25053: post [broke when moved post read to core]
25054:
25055: 2001-04-10 paf
25056:
25057: * src/classes/image.C: image:html done
25058:
25059: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25060:
25061: * src/classes/image.C: z
25062:
25063: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25064: forgotten!
25065:
25066: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25067: main/pa_request.C, main/pa_string.C, main/untaint.C,
25068: types/pa_vimage.h: image:measure -90
25069:
25070: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25071: classes/_int.h, classes/_mail.h, classes/_op.h,
25072: classes/_random.h, classes/_response.h, classes/_string.h,
25073: classes/_table.h, classes/file.C, classes/mail.C,
25074: include/pa_common.h, include/pa_globals.h, main/execute.C,
25075: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25076: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25077: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25078: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25079: compiled
25080:
25081: * src/classes/mail.C: minor bug with unclear from/to
25082:
25083: * src/classes/mail.C: sendmail unix skipping defaults
25084:
25085: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25086: sendmail unix added defaults
25087:
25088: * src/classes/mail.C: unix sendmail compiled. todo:testing
25089:
25090: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25091:
25092: 2001-04-09 paf
25093:
25094: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25095: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25096: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25097: targets/isapi/parser3isapi.dsp: all targets exec
25098:
25099: * src/: include/pa_sapi.h, include/pa_string.h,
25100: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25101: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25102: args in apache:util.script
25103:
25104: * src/include/pa_string.h: written but not tested exec with env for
25105: unix
25106:
25107: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25108: targets/cgi/parser3.C: exec win32 env
25109:
25110: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25111: 0
25112:
25113: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25114: main/execute.C, main/main.dsp, main/pa_globals.C,
25115: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25116: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25117:
25118: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25119: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25120:
25121: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25122: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25123:
25124: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25125: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25126: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25127: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25128: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25129: exec class just compiled. moved post read to request core
25130:
25131: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25132: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25133: main/pa_globals.C, targets/cgi/parser3.C,
25134: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25135: are already read by vform
25136:
25137: 2001-04-08 paf
25138:
25139: * src/: classes/file.C, classes/mail.C, classes/string.C,
25140: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25141: uuencode. string<<
25142:
25143: 2001-04-07 paf
25144:
25145: * src/classes/mail.C: z
25146:
25147: * src/classes/mail.C: z
25148:
25149: * src/classes/mail.C: ^mail[$attach
25150:
25151: * src/classes/mail.C: ^attach dead end
25152:
25153: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25154: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25155: targets/isapi/parser3isapi.C: mail:send 1
25156:
25157: * src/: classes/mail.C, main/pa_request.C: z
25158:
25159: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25160: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25161: compiled
25162:
25163: * src/classes/mail.C: +=
25164:
25165: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25166: prepared
25167:
25168: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25169: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25170: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25171: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25172:
25173: 2001-04-06 paf
25174:
25175: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25176: main/pa_string.C: table:dir 1
25177:
25178: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25179: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25180:
25181: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25182: classes/root.C, include/pa_globals.h, include/pa_request.h,
25183: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25184: main/pa_request.C: renamed 'root' to 'op'
25185:
25186: * src/classes/: _op.h, op.C: renamed from 'root'
25187:
25188: * src/types/pa_valiased.C: another root inherititance skipped
25189:
25190: * src/main/: compile.C, compile.y, execute.C: operators are now not
25191: root methods of parent class. just 'ROOT' class
25192:
25193: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25194: @office
25195:
25196: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25197:
25198: 2001-04-05 paf
25199:
25200: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25201: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25202: constructor flag dropped at get_method_frame and remembered into
25203: method_frame
25204:
25205: * src/: classes/file.C, classes/root.C, classes/string.C,
25206: classes/table.C, main/pa_request.C: junction to code&expression
25207: in errors
25208:
25209: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25210: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25211: $LOCALE:ctype[Russian_Russia.1251]
25212:
25213: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25214: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25215: main/pa_table.C: hash now not thread-safe.
25216:
25217: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25218: main/untaint.C: z
25219:
25220: * src/: classes/random.C, classes/root.C, classes/table.C,
25221: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25222: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25223: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25224: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25225:
25226: * src/: classes/table.C, include/pa_sql_connection.h,
25227: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25228:
25229: * src/classes/table.C: select * from hren error contains statement
25230:
25231: * src/: classes/table.C, include/pa_sql_connection.h,
25232: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25233: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25234:
25235: * src/: classes/root.C, include/pa_sql_connection.h,
25236: include/pa_sql_driver.h, main/main.dsp,
25237: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25238: services for conv memory & error reporting
25239:
25240: 2001-04-04 paf
25241:
25242: * src/doc/doxygen.cfg: z
25243:
25244: * src/include/pa_sql_driver.h: mysql connect
25245:
25246: * src/include/pa_sql_driver.h: mysql info
25247:
25248: * src/: classes/root.C, include/pa_sql_driver.h,
25249: include/pa_sql_driver_manager.h, main/main.dsp,
25250: main/pa_sql_driver_manager.C: more manager&connection&driver
25251:
25252: * src/sql/Makefile.am: forgot to add mysql client
25253:
25254: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25255: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25256: [forgot to add libltdl, added]
25257:
25258: * src/: Makefile.am, classes/root.C, classes/string.C,
25259: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25260: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25261: include/pa_string.h, include/pa_table.h, main/main.dsp,
25262: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25263: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25264: -1000 just compiled
25265:
25266: * src/: classes/random.C, classes/root.C, classes/table.C,
25267: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25268: main/pa_request.C, types/pa_vclass.h: sql frame -10
25269:
25270: 2001-04-03 paf
25271:
25272: * src/types/pa_vform.C: z
25273:
25274: * src/: classes/string.C, types/pa_vform.C: string:match replace
25275: assigned lang
25276:
25277: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25278: {}[]< empty []
25279:
25280: * src/: classes/file.C, classes/string.C, classes/table.C,
25281: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25282: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25283:
25284: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25285: string:match replace strange matches
25286:
25287: * src/classes/string.C: string:match replace 0
25288:
25289: * src/: classes/string.C, main/pa_string.C: string:match replace
25290: prepared 2
25291:
25292: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25293: string:match replace prepared
25294:
25295: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25296: string:match replace -11
25297:
25298: * src/: classes/string.C, include/pa_globals.h,
25299: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25300: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25301:
25302: * src/: classes/string.C, include/pa_globals.h,
25303: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25304: main/pa_string.C: string:match [search] -1 just compiled
25305:
25306: * src/types/pa_vstring.C: z
25307:
25308: * src/: classes/double.C, classes/file.C, classes/form.C,
25309: classes/int.C, classes/response.C, classes/root.C,
25310: classes/string.C, classes/table.C, include/pa_string.h,
25311: main/pa_string.C: string:match -10 [frame]
25312:
25313: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25314: main/pa_request.C: z
25315:
25316: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25317: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25318: todo/tests
25319:
25320: * src/include/pa_common.h: z
25321:
25322: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25323: main/pa_request.C, targets/cgi/parser3.C,
25324: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25325: content-disposition
25326:
25327: * src/: include/pa_common.h, include/pa_globals.h,
25328: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25329: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25330:
25331: * src/: include/pa_common.h, include/pa_request.h,
25332: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25333: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25334: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25335: response:body
25336:
25337: * src/classes/table.C: table:append now uses string::split
25338:
25339: * src/classes/table.C: z
25340:
25341: * src/: classes/file.C, classes/root.C, classes/string.C,
25342: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25343: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25344: include/pa_string.h, main/execute.C, main/pa_string.C,
25345: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25346: string::pos & cmp & piece bugs fixed. string::split new
25347: table:load separated from set table:set implemented with clean \n
25348: \t searches
25349:
25350: 2001-04-02 paf
25351:
25352: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25353: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25354: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25355: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25356: it in table:set/load
25357:
25358: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25359: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25360:
25361: * src/classes/random.C: random:generate 1
25362:
25363: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25364: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25365: types/pa_value.h: random:generate
25366:
25367: 2001-03-30 paf
25368:
25369: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25370: todo: table flip and append. string::pos
25371:
25372: * src/: classes/double.C, classes/file.C, classes/int.C,
25373: classes/response.C, classes/root.C, classes/string.C,
25374: classes/table.C, main/compile.y, main/execute.C,
25375: types/pa_value.h, types/pa_vstateless_class.C,
25376: types/pa_vstateless_class.h: static|dynamic|any method
25377: registration
25378:
25379: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25380: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25381: table:flip
25382:
25383: 2001-03-29 paf
25384:
25385: * src/classes/string.C: string:xsplit forgot that they must result
25386: in 1 row N column [not vice versa]
25387:
25388: * src/classes/string.C: z
25389:
25390: * src/classes/string.C: string: rsplit
25391:
25392: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25393: string: lsplit
25394:
25395: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25396: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25397: lsplit -1
25398:
25399: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25400: string: pos
25401:
25402: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25403: string: pos -1
25404:
25405: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25406: main/compile.y, main/pa_request.C, main/pa_string.C,
25407: main/untaint.C: string: left right mid
25408:
25409: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25410: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25411: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25412: and [;] are different now.
25413:
25414: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25415: main/untaint.C: pool.request undone
25416:
25417: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25418: main/untaint.C: pool.request
25419:
25420: 2001-03-28 paf
25421:
25422: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25423: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25424: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25425: $request:browser [.type .version]; unknown.get_double now = 0.
25426:
25427: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25428: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25429: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25430: types/pa_vform.C: file:load autodetection of mime-type by
25431: user-file-name
25432:
25433: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25434: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25435: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25436:
25437: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25438: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25439: write. must be self.set
25440:
25441: * src/: classes/file.C, classes/root.C, classes/table.C,
25442: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25443:
25444: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25445: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25446: types/pa_vtable.h: table:locate just compiled
25447:
25448: 2001-03-27 paf
25449:
25450: * src/main/: execute.C, pa_common.C: fixed r/w context of
25451: code-params2, fixed ntfs hardlink slow dir update
25452:
25453: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25454: types/pa_wcontext.h: fixed r/w context of code-params
25455:
25456: * src/: classes/table.C, main/execute.C: about to change junction
25457: rcontext!!
25458:
25459: * src/: classes/double.C, classes/int.C, classes/root.C,
25460: classes/string.C, classes/table.C, main/compile_tools.C,
25461: main/execute.C, main/pa_request.C, main/untaint.C,
25462: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25463: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25464: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25465: types/pa_vunknown.h: sort 0
25466:
25467: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25468: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25469: renamed to are_static_calls_disabled
25470:
25471: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25472: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25473: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25474: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25475:
25476: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25477:
25478: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25479: started table:sort fixed minor bug in #...^{
25480:
25481: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25482: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25483: decided to have as it were. stepped back. grammar: added 'in'
25484: 'is' 'lt'&co follow-space check
25485:
25486: 2001-03-26 paf
25487:
25488: * src/: classes/file.C, classes/root.C, classes/table.C,
25489: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25490: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25491: main/pa_table.C: moved ::save to pa_table. disabled @auto
25492: invocation in ^process
25493:
25494: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25495:
25496: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25497: main/pa_array.C: table:record
25498:
25499: * src/: main/untaint.C, targets/cgi/parser3.C,
25500: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25501: targets/isapi/pool_storage.h, types/pa_valiased.h,
25502: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25503: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25504: types/pa_vtable.h: z
25505:
25506: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25507: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25508: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25509: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25510: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25511: method realisations on 'self' validity - they now can simply
25512: assume that 'self' is V{Proper} .
25513:
25514: 2001-03-25 paf
25515:
25516: * src/main/untaint.C: z
25517:
25518: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25519: lowlevel - it initialization could be skipped if failed in @auto.
25520: so that exception report would use some table
25521:
25522: * src/main/pa_request.C: table empty lines ignored. system-default
25523: content type assigned in output:result [can fail in main:auto and
25524: skipped normal defaults extraction]
25525:
25526: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25527: bug
25528:
25529: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25530: processing to table [except preliminary \r\n \r \n replacements
25531: to "\n"]
25532:
25533: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25534: move all the processing to table
25535:
25536: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25537: main/pa_table.C, main/untaint.C: returned table originating.
25538: useful for reporting typo table problems origin. think would be
25539: useful somewhere else
25540:
25541: * src/main/untaint.C: typo \r \r\n \n properly handled
25542:
25543: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25544: include/pa_table.h, main/compile.y, main/compile_tools.C,
25545: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25546: main/pa_string.C, main/pa_table.C, main/untaint.C,
25547: types/pa_vcookie.h: typo & typo-default
25548:
25549: 2001-03-24 paf
25550:
25551: * src/main/pa_common.C: z
25552:
25553: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25554: targets/cgi/parser3.C: html-typo 2
25555:
25556: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25557: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25558: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25559: main/execute.C, main/pa_array.C, main/pa_globals.C,
25560: main/pa_request.C, main/pa_string.C, main/untaint.C,
25561: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25562: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25563: noticed double default content-type prob. run cgi.cmd tomorrow
25564: first html-typo sample. detected << problem: they become ltlt too
25565: fast
25566:
25567: * src/main/compile.y: z
25568:
25569: * src/main/: compile.y, compile_tools.h: #comment
25570:
25571: * src/: classes/file.C, classes/root.C, classes/table.C,
25572: include/pa_common.h, include/pa_request.h, main/compile.y,
25573: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25574: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25575: stringified
25576:
25577: * src/types/pa_valiased.C: decided to String-ify file_read
25578:
25579: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25580: isapi/parser3isapi.dsp: cgi: sapi::log
25581:
25582: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25583: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25584: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25585: error log experiments failed - cgi under iis got no access to
25586: log. registereventsource simply failed with 5(illegal call) code,
25587: while worked OK as standalone executable. isapi: used
25588: HSE_APPEND_LOG_PARAMETER feature
25589:
25590: * src/: include/pa_common.h, include/pa_globals.h,
25591: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25592: targets/isapi/parser3isapi.C: fixed default content-type
25593: allocation storage
25594:
25595: * src/: include/pa_globals.h, include/pa_request.h,
25596: main/pa_globals.C, main/pa_request.C: z
25597:
25598: * src/: include/pa_array.h, include/pa_hash.h,
25599: include/pa_request.h, main/compile.y, main/pa_array.C,
25600: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25601: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25602: content-type
25603:
25604: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25605: sanity
25606:
25607: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25608: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25609: away freeze mech. no danger now for you can't do
25610: ^request:process[@new-method[] body] trick anymore. still
25611: remains $some_instance.process[@new-method[] possibility] but
25612: would leave it as a feature. see index for sample
25613:
25614: * src/: include/pa_common.h, main/pa_common.C,
25615: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25616: monkey every target
25617:
25618: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25619: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25620: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25621:
25622: 2001-03-23 paf
25623:
25624: * src/: include/pa_pool.h, main/pa_request.C,
25625: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25626: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25627: targets/isapi/pool_storage.h: isapi: dumb pool storage
25628:
25629: * src/targets/isapi/pa_pool.C: decided to continue with extension
25630:
25631: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25632: it would be better to rewrite as filter then to deal with pool
25633:
25634: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25635: now like in cgi, not from APPL_PHYSICAL_PATH
25636:
25637: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25638: include/pa_config_fixed.h, include/pa_config_includes.h,
25639: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25640: include/pa_version.h, main/compile.y, main/execute.C,
25641: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25642: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25643: main/untaint.C, targets/cgi/parser3.C,
25644: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25645: cgi: reinvent document_root and request_uri under iis. autoconf
25646: updated. introducing ap_config_includes
25647:
25648: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25649:
25650: * src/targets/cgi/parser3.C: cgi: only one pool now
25651:
25652: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25653: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25654: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25655: types/pa_venv.h, types/pa_vform.C: sapi made object
25656:
25657: * src/: include/pa_globals.h, main/pa_request.C,
25658: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25659: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25660: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25661:
25662: * src/: main/pa_request.C, targets/cgi/parser3.C,
25663: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25664: isapi minor env beauty
25665:
25666: * src/: main/pa_request.C, targets/cgi/parser3.C,
25667: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25668: isapi document_root 0
25669:
25670: 2001-03-22 paf
25671:
25672: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25673:
25674: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25675: isapi/parser3isapi.C: z
25676:
25677: * src/: include/pa_pool.h, main/pa_request.C,
25678: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25679:
25680: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25681: kill.pl: isapi added utils
25682:
25683: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25684: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25685: types/pa_vform.C: isapi 0
25686:
25687: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25688: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25689: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25690: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25691: started isapi
25692:
25693: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25694: some comments
25695:
25696: * src/: include/pa_globals.h, include/pa_request.h,
25697: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25698: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25699: parser_root_auto_path parser_site_auto_path
25700:
25701: * src/types/pa_vcookie.C: cookie attr decoded
25702:
25703: 2001-03-21 paf
25704:
25705: * src/targets/cgi/parser3.C: z
25706:
25707: * src/include/pa_globals.h: post. todo: config of auto.p path
25708:
25709: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25710: types/pa_venv.h: in cookie & env. todo:post
25711:
25712: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25713: classes/root.C, classes/table.C, include/pa_array.h,
25714: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25715: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25716: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25717: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25718: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25719: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25720: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25721: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25722: shifted apache branch on main trunc
25723:
25724: * src/: include/pa_common.h, include/pa_globals.h,
25725: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25726: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25727: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25728: starting mod_parser3
25729:
25730: * src/targets/cgi/parser3.C: starting mod_parser3
25731:
25732: 2001-03-20 paf
25733:
25734: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25735: targets/cgi/parser3.C: automake compiled and works. todo:make
25736: win32 ifdefs work and add ifdef unistd
25737:
25738: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25739: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25740: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25741: z
25742:
25743: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25744: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25745: locking
25746:
25747: * src/: classes/Makefile.am, types/Makefile.am: z
25748:
25749: * src/: Makefile.am, classes/file.C, classes/root.C,
25750: classes/table.C, include/pa_array.h, include/pa_request.h,
25751: include/pa_string.h, main/Makefile.am, main/execute.C,
25752: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25753: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25754: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25755: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25756:
25757: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25758: main/pa_request.C, types/pa_vfile.h: ^table:save
25759:
25760: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25761: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25762: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25763: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25764: types/pa_vform.h: z
25765:
25766: * src/include/pa_string.h: z
25767:
25768: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25769: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25770: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25771: :Value
25772:
25773: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25774: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25775: :VStateless_object
25776:
25777: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25778: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25779: :VStateless_object
25780:
25781: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25782: types/pa_valiased.C, types/pa_vform.h: commented VForm
25783:
25784: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25785: types/pa_valiased.h, types/pa_value.h,
25786: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25787: types/pa_vstateless_object.h: moved common get_element part from
25788: stateless object&class into VAliased
25789:
25790: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25791: classes/table.C, main/execute.C, main/main.dsp,
25792: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25793: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25794: now :Value
25795:
25796: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25797: main/execute.C, main/main.dsp, main/pa_globals.C,
25798: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25799:
25800: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25801: doxx
25802:
25803: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25804: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25805: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25806: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25807: and ^file:save
25808:
25809: 2001-03-19 paf
25810:
25811: * src/types/pa_vfile.C: z
25812:
25813: * src/: classes/file.C, classes/request.C, classes/table.C,
25814: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25815: main/pa_request.C, main/untaint.C, types/pa_value.h,
25816: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25817:
25818: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25819: include/pa_string.h, include/pa_table.h, main/main.dsp,
25820: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25821: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25822: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25823: classes/_file.h, classes/file.C, types/pa_vfile.C,
25824: types/pa_vfile.h: file class just compiled
25825:
25826: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25827: include/pa_table.h, include/pa_types.h, main/execute.C,
25828: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25829: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25830: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25831:
25832: * src/include/pa_pool.h: z
25833:
25834: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25835: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25836: Hash::Value to Val so to doxygen would finlly stop confusing
25837: those Value-s
25838:
25839: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25840: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25841: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25842: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25843: include/pa_types.h, main/compile.C, main/compile.y,
25844: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25845: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25846: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25847: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25848: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25849:
25850: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25851: derivates somehow unlinked. don't know why yet
25852:
25853: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25854: include/pa_string.h, include/pa_threads.h, main/compile.C,
25855: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25856: main/execute.C, main/pa_array.C, main/pa_common.C,
25857: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25858: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25859: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25860:
25861: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25862: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25863: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25864: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25865: types/pa_vrequest.h: doc: detected Value derivates prob
25866:
25867: * src/include/pa_globals.h: z
25868:
25869: * src/: classes/_request.h, classes/request.C, include/code.h,
25870: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25871: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25872: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25873: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25874: main/execute.C, main/pa_pool.C, main/pa_request.C,
25875: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25876: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25877:
25878: 2001-03-18 paf
25879:
25880: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25881: cookie: allowed access to hash-assigned
25882:
25883: * src/targets/cgi/parser3.C: z
25884:
25885: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25886: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25887: include/pa_types.h, main/main.dsp, main/pa_common.C,
25888: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25889: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25890: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25891: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25892: types/pa_vunknown.h: cookie class
25893:
25894: * src/main/pa_request.C: zero length output allowed
25895:
25896: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25897: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25898:
25899: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25900: lang switch
25901:
25902: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25903: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25904: types/pa_value.h, types/pa_vhash.h:
25905: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25906:
25907: * src/main/execute.C: z
25908:
25909: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25910: targets/cgi/parser3.C: taint[uri
25911:
25912: * src/: classes/request.C, classes/response.C, classes/root.C,
25913: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25914: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25915: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25916:
25917: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25918: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25919: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25920: types/pa_vstateless_class.C: convinient string(pool, char *src,
25921: bool tainted) ctor
25922:
25923: * src/: include/pa_hash.h, include/pa_request.h,
25924: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25925: main/pa_request.C, main/pa_string.C, main/untaint.C,
25926: targets/cgi/parser3.C: proper @exceptions params tainting
25927:
25928: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25929: response fields to header
25930:
25931: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25932: z
25933:
25934: * src/: classes/_response.h, classes/response.C,
25935: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25936: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25937: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25938: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25939: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25940: $response: 0 request::core exception rethrow
25941:
25942: 2001-03-16 paf
25943:
25944: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25945: types/pa_vrequest.h: native method' class call with less params
25946: then needed error reporting
25947:
25948: * src/: classes/_request.h, classes/request.C,
25949: include/pa_globals.h, include/pa_request.h, main/execute.C,
25950: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25951: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25952: types/pa_vrequest.h: $request : query :uri
25953:
25954: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25955: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25956: types/pa_wcontext.h: $result
25957:
25958: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25959:
25960: * src/: classes/double.C, include/code.h, main/compile.y,
25961: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25962: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25963:
25964: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25965: main/compile.y, main/execute.C, types/pa_value.h,
25966: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25967: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25968: wcontext conflict
25969:
25970: * src/: main/execute.C, types/pa_value.h,
25971: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25972: $string.field
25973:
25974: 2001-03-15 paf
25975:
25976: * src/main/pa_request.C: news sample
25977:
25978: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25979: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25980:
25981: * src/main/: compile.y, execute.C: z
25982:
25983: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25984: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25985: pre pre works
25986:
25987: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25988: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25989: fillfields just compiled
25990:
25991: 2001-03-14 paf
25992:
25993: * src/: include/pa_request.h, main/pa_request.C,
25994: targets/cgi/parser3.C: z
25995:
25996: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25997: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25998: types/pa_vstring.h: limits -1
25999:
26000: * src/: include/pa_globals.h, include/pa_request.h,
26001: include/pa_types.h, main/main.dsp, main/pa_globals.C,
26002: main/pa_request.C, targets/cgi/parser3.C,
26003: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
26004: request_info -1
26005:
26006: * src/: include/pa_globals.h, main/pa_globals.C,
26007: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
26008: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
26009: vform_fields_fill
26010:
26011: * src/targets/cgi/parser3.C: # if MSVC
26012:
26013: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
26014: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
26015:
26016: * src/targets/cgi/parser3.C: z
26017:
26018: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
26019: include/pa_string.h, include/pa_types.h, main/compile.y,
26020: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26021: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26022: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26023: types/pa_vunknown.h: global handler, exceptions in parser3
26024:
26025: 2001-03-13 paf
26026:
26027: * src/: classes/form.C, main/compile.y, main/core.C,
26028: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26029: types/pa_vform.h, types/pa_vstateless_class.C,
26030: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26031: instead
26032:
26033: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26034: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26035: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26036: started cgi target
26037:
26038: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26039: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26040: before error show with parser
26041:
26042: * src/: classes/_form.h, classes/form.C, include/core.h,
26043: include/pa_request.h, main/core.C, main/pa_request.C,
26044: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26045:
26046: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26047:
26048: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26049: parser3.C: renamed targets/ parser to cgi
26050:
26051: * src/: classes/double.C, classes/env.C, classes/int.C,
26052: classes/root.C, classes/string.C, classes/table.C,
26053: include/pa_request.h, types/pa_vhash.h: z
26054:
26055: * src/: classes/_env.h, classes/env.C, classes/root.C,
26056: include/core.h, include/pa_pool.h, include/pa_request.h,
26057: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26058: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26059: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26060: [historical moment :)]
26061:
26062: * src/: include/code.h, include/pa_string.h, main/compile.y,
26063: main/execute.C, main/pa_string.C: 'value is type' expr operator
26064:
26065: * src/types/pa_venv.h: $ENV 1
26066:
26067: * src/main/execute.C: z
26068:
26069: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26070: future methods of ENV constructor if
26071:
26072: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26073: class
26074:
26075: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26076: classes/_root.h, classes/_string.h, classes/_table.h,
26077: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26078: classes/string.C, classes/table.C, include/pa_request.h,
26079: main/compile.C, main/compile_tools.h, main/core.C,
26080: main/execute.C, main/main.dsp, main/pa_request.C,
26081: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26082: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26083: types/pa_vobject.h, types/pa_vstateless_class.C,
26084: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26085: types/pa_wcontext.h: $ENV: re 0, stateless classes
26086:
26087: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26088: classes/_root.h, classes/_string.h, classes/_table.h,
26089: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26090: classes/string.C, classes/table.C, include/pa_request.h,
26091: main/compile.C, main/compile_tools.h, main/core.C,
26092: main/execute.C, main/main.dsp, main/pa_request.C,
26093: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26094: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26095: types/pa_vobject.h, types/pa_vstateless_class.C,
26096: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26097: types/pa_wcontext.h: $ENV: re 0, stateless classes
26098:
26099: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26100: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26101: yesterdays bad decision on execute_static_method
26102:
26103: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26104:
26105: * src/: classes/double.C, classes/int.C, classes/root.C,
26106: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26107:
26108: * src/main/pa_request.C: z
26109:
26110: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26111: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26112:
26113: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26114: include/pa_pool.h, main/pa_request.C:
26115: restructure_exceptions_dead_end
26116:
26117: * src/: classes/root.C, main/compile.y: ^if required junctions.
26118: allowed ; inside {} to break params
26119:
26120: * src/classes/root.C: ^eval
26121:
26122: * src/: classes/_string.h, classes/double.C, classes/int.C,
26123: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26124: string ^format
26125:
26126: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26127: 'bad' but not 'enough'
26128:
26129: * src/: classes/double.C, classes/root.C, classes/table.C,
26130: include/pa_common.h, include/pa_types.h, main/compile.y,
26131: main/pa_common.C, main/pa_request.C, main/untaint.C,
26132: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26133: types/pa_wwrapper.h: think constructing flag as is is bad
26134:
26135: * src/: classes/double.C, classes/int.C, classes/root.C,
26136: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26137: types/pa_vint.h: ^for
26138:
26139: 2001-03-12 paf
26140:
26141: * src/classes/table.C: table ^empty
26142:
26143: * src/: classes/table.C, include/pa_table.h: table ^menu
26144:
26145: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26146: ^offset ^line ^count
26147:
26148: * src/classes/root.C: ^round() ^floor() ^ceiling()
26149: ^abs() ^sign()
26150:
26151: * src/classes/: root.C, table.C: ^use
26152:
26153: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26154: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26155: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26156: ^while. switched off wcontext.constructing after write(value) or
26157: auto-vhash-constructing
26158:
26159: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26160: main/pa_request.C: fail_if_junction_ helper func
26161:
26162: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26163: include/pa_request.h, main/execute.C, main/main.dsp,
26164: main/pa_common.C, main/pa_request.C: ^process error point by
26165: actual method_name, not source. ^load
26166:
26167: * src/types/pa_vtable.h: table: no, better with string in cells...
26168:
26169: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26170: classes/_table.h, classes/table.C, main/untaint.C: z
26171:
26172: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26173: include/pa_table.h, main/core.C, main/execute.C,
26174: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26175: types/pa_value.h: table:set 0
26176:
26177: * src/: classes/root.C, include/core.h, include/pa_array.h,
26178: include/pa_request.h, include/pa_table.h, main/core.C,
26179: main/main.dsp, main/pa_request.C, main/pa_table.C,
26180: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26181: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26182: types/pa_vstring.h: freeze, ^table:create[] -1
26183:
26184: * src/: classes/root.C, types/pa_value.h: z
26185:
26186: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26187: get_method in couple places optimizing them
26188:
26189: * src/classes/root.C: z
26190:
26191: * src/: classes/root.C, types/pa_vclass.h: process temp main
26192: zeroing
26193:
26194: * src/: classes/double.C, classes/int.C, classes/root.C,
26195: classes/string.C, include/pa_common.h, include/pa_request.h,
26196: include/pa_string.h, include/pa_types.h, main/compile.C,
26197: main/compile.y, main/compile_tools.h, main/execute.C,
26198: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26199: types/pa_vmframe.h: ^process. actual names to store param and
26200: check_actual_numbered_params for better place diagnostics
26201:
26202: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26203: method-junctions bug fixed
26204:
26205: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26206: pa_vstateless_object.h, pa_vstring.h: stateless_object
26207:
26208: 2001-03-11 paf
26209:
26210: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26211: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26212: VDouble VInt base now VObject_base - without fields
26213:
26214: * src/: classes/root.C, include/core.h, main/core.C: z
26215:
26216: * src/: classes/double.C, classes/int.C, classes/root.C,
26217: classes/string.C, include/core.h, include/pa_hash.h,
26218: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26219: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26220:
26221: * src/: classes/double.C, classes/int.C, classes/root.C,
26222: include/pa_request.h, main/execute.C: intercept_string
26223:
26224: * src/: classes/double.C, classes/int.C, classes/root.C,
26225: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26226:
26227: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26228: ^inc-s(expr)
26229:
26230: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26231: classes/_root.h, classes/_string.h, classes/double.C,
26232: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26233: include/code.h, include/core.h, include/pa_array.h,
26234: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26235: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26236: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26237: include/pa_types.h, main/compile.C, main/compile.y,
26238: main/compile_tools.C, main/compile_tools.h, main/core.C,
26239: main/execute.C, main/pa_array.C, main/pa_common.C,
26240: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26241: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26242: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26243: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26244: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26245: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26246: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26247: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26248:
26249: * src/: main/pa_request.C, types/pa_vhash.h: z
26250:
26251: * src/: include/core.h, include/pa_request.h, main/core.C,
26252: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26253:
26254: * src/: include/pa_valiased.h, include/pa_value.h,
26255: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26256: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26257: include/pa_vjunction.h, include/pa_vmframe.h,
26258: include/pa_vobject.h, include/pa_vstring.h,
26259: include/pa_vunknown.h, include/pa_wcontext.h,
26260: include/pa_wwrapper.h, main/compile.y, main/core.C,
26261: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26262: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26263: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26264: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26265: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26266: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26267: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26268: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26269: include/
26270:
26271: 2001-03-10 paf
26272:
26273: * src/: include/core.h, include/pa_request.h, main/core.C,
26274: main/pa_request.C: run+auto=run
26275:
26276: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26277:
26278: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26279: classes/_root.h, classes/_string.h, classes/double.C,
26280: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26281: include/code.h, include/core.h, include/pa_array.h,
26282: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26283: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26284: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26285: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26286: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26287: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26288: include/pa_vjunction.h, include/pa_vmframe.h,
26289: include/pa_vobject.h, include/pa_vstring.h,
26290: include/pa_vunknown.h, include/pa_wcontext.h,
26291: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26292: main/compile_tools.C, main/compile_tools.h, main/core.C,
26293: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26294: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26295: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26296: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26297: main/pa_wcontext.C: sources header
26298:
26299: * src/main/pa_request.C: auto..
26300:
26301: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26302: main/pa_request.C: auto tree0
26303:
26304: * src/: include/core.h, include/pa_request.h, main/compile.y,
26305: main/core.C, main/pa_request.C: names to core.C
26306:
26307: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26308: include/pa_request.h, main/core.C, main/execute.C,
26309: main/pa_common.C, main/pa_request.C: root auto.p loaded
26310:
26311: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26312: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26313: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26314: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26315:
26316: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26317: @auto[] realised. auto.p scan togo
26318:
26319: * src/: include/pa_request.h, main/execute.C: autocalc
26320: code-junctions result now have names
26321:
26322: * src/: classes/double.C, classes/int.C, classes/root.C,
26323: classes/string.C, include/pa_request.h, include/pa_string.h,
26324: include/pa_wcontext.h, main/compile.y, main/execute.C,
26325: main/pa_string.C, main/pa_wcontext.C: tainting 0
26326:
26327: * src/classes/env.C: env:file/line
26328:
26329: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26330: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26331: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26332: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26333: main/compile_tools.C, main/compile_tools.h, main/core.C,
26334: main/execute.C, main/main.dsp, main/pa_cframe.C,
26335: main/pa_request.C, main/pa_wcontext.C: const fight finished
26336:
26337: * src/include/pa_vclass.h: const fight to go
26338:
26339: * src/: classes/_env.h, classes/env.C, classes/root.C,
26340: include/pa_request.h, include/pa_vclass.h, main/core.C,
26341: main/main.dsp: env0
26342:
26343: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26344: classes/_string.h, classes/double.C, classes/int.C,
26345: classes/root.C, classes/string.C, include/pa_request.h,
26346: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26347: include/pa_wcontext.h, main/core.C, main/main.dsp,
26348: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26349: main/pa_wcontext.C: ^lang prepare0
26350:
26351: 2001-03-09 paf
26352:
26353: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26354: construct proper naming
26355:
26356: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26357: classes/double.C, classes/int.C, classes/root.C,
26358: classes/string.C, include/code.h, include/pa_value.h,
26359: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26360: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26361: main/compile.y, main/compile_tools.C, main/core.C,
26362: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26363: and ^double[]. fixed expr type
26364:
26365: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26366: ^string.length[]
26367:
26368: 2001-03-08 paf
26369:
26370: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26371:
26372: * src/: include/pa_vclass.h, include/pa_vstring.h,
26373: include/pa_wcontext.h, main/compile.y, main/core.C,
26374: main/execute.C, main/main.dsp: dead end: vstring can't be
26375: derivated from vobject
26376:
26377: * src/: include/pa_vclass.h, include/pa_vhash.h,
26378: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26379:
26380: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26381: remained clone conseqs
26382:
26383: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26384:
26385: * src/main/pa_vclass.C: wow! vclass were out of vcs
26386:
26387: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26388: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26389: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26390: include/pa_vobject.h, include/pa_vstring.h,
26391: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26392: main/execute.C: withoud cloning. didn't need it actually, params
26393: got passed from out unnamed ewpool
26394:
26395: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26396: include/pa_vjunction.h, include/pa_vobject.h,
26397: include/pa_vunknown.h, main/compile.y: cloning dead end
26398:
26399: * src/: include/pa_bool.h, include/pa_double.h,
26400: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26401: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26402: include/pa_vjunction.h, include/pa_vmframe.h,
26403: include/pa_vobject.h, include/pa_vstring.h,
26404: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26405: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26406: to give params proper names
26407:
26408: * src/main/pa_wcontext.C: z
26409:
26410: * src/: include/pa_vmframe.h, main/execute.C: added names to
26411: unknown values in get_element and unfilled params. removed wrong
26412: name change in get_element
26413:
26414: * src/main/execute.C: z
26415:
26416: * src/main/execute.C: fixed problems calling operators in
26417: constructors
26418:
26419: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26420: detected problems calling operators in constructors
26421:
26422: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26423: autocalc def to string
26424:
26425: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26426: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26427:
26428: * src/classes/root.C: added root.c
26429:
26430: * src/: include/pa_request.h, include/pa_value.h,
26431: include/pa_vcframe.h, include/pa_vmframe.h,
26432: include/pa_wcontext.h, main/compile.C, main/compile.y,
26433: main/core.C, main/execute.C, main/pa_cframe.C,
26434: main/pa_wcontext.C: 'if' just compiled
26435:
26436: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26437: include/pa_vjunction.h, include/pa_vmframe.h,
26438: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26439: main/pa_wcontext.C: z
26440:
26441: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26442: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26443: with parameter names in operator methods
26444:
26445: * src/main/compile.y: minor renamings in .y
26446:
26447: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26448: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26449: @BASE. changed 'RUN' assignment mech
26450:
26451: * src/main/execute.C: z
26452:
26453: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26454: main/compile_tools.h, main/execute.C: made class: dynamic, not
26455: static. so to enable runtime ^use
26456:
26457: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26458:
26459: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26460: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26461:
26462: * src/main/execute.C: root root in code-junction
26463:
26464: 2001-03-07 paf
26465:
26466: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26467: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26468:
26469: * src/: include/pa_stack.h, include/pa_value.h,
26470: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26471: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26472: fixed rwcontext of {} params up
26473:
26474: * src/main/: compile.y, compile_tools.h: ^func(params)
26475:
26476: * src/main/compile.y: .y priorities syntax shaped up a bit
26477:
26478: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26479: include/pa_vunknown.h, main/compile.y, main/execute.C,
26480: main/pa_hash.C: expr def in -f
26481:
26482: * src/main/: compile.y, execute.C: expr calls
26483:
26484: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26485: fixed
26486:
26487: * src/main/compile.y: expr quoted code
26488:
26489: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26490: support0
26491:
26492: * src/main/compile.y: expr string comparisons 0
26493:
26494: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26495: main/pa_string.C: just compiled lt&co
26496:
26497: * src/main/execute.C: ^var.menu{$field} problem detected. that
26498: $field not a $var.field
26499:
26500: 2001-03-06 paf
26501:
26502: * src/main/compile.y: .y expr visible-shorter
26503:
26504: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26505: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26506: logical
26507:
26508: * src/: include/pa_vstring.h, main/compile.y: problems with
26509: skipping whitespace in yylex
26510:
26511: * src/include/pa_vbool.h: forgot this
26512:
26513: * src/: include/code.h, main/compile.y, main/execute.C: without
26514: string ops in expressions 0
26515:
26516: * src/: include/pa_value.h, include/pa_vdouble.h,
26517: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26518: main/execute.C, main/main.dsp: !~
26519:
26520: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26521: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26522: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26523: include/pa_vunknown.h, include/pa_wcontext.h,
26524: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26525: main/compile_tools.h, main/execute.C: +-*/
26526:
26527: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26528: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26529:
26530: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26531: main/execute.C: expr grammar-1 2*2=4.000000 :)
26532:
26533: * src/main/compile.y: expr grammar-1
26534:
26535: * src/main/compile.y: expr lexx1
26536:
26537: * src/main/: compile.y, execute.C, main.dsp: z
26538:
26539: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26540: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26541: main/execute.C: expr lex0 exec-1
26542:
26543: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26544:
26545: 2001-02-26 paf
26546:
26547: * src/main/compile.y: max_string in yyerror bug fix
26548:
26549: 2001-02-25 paf
26550:
26551: * src/: include/pa_value.h, include/pa_vmframe.h,
26552: include/pa_wcontext.h, main/execute.C: VAliased3
26553:
26554: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26555:
26556: * src/main/execute.C: VAliased1
26557:
26558: * src/: include/pa_request.h, include/pa_value.h,
26559: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26560: VAliased0
26561:
26562: * src/: include/pa_pool.h, include/pa_request.h,
26563: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26564: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26565: VAliased just compiled
26566:
26567: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26568: include/pa_vobject.h, main/execute.C: alias dead end
26569:
26570: * src/: include/pa_value.h, include/pa_vclass.h,
26571: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26572: main/main.dsp: no not get fields into interm VFielded class.
26573: fields & staticfields 1
26574:
26575: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26576: include/pa_vobject.h, include/pa_wcontext.h,
26577: include/pa_wwrapper.h, main/core.C, main/execute.C,
26578: main/main.dsp: would now get fields into interm VFielded class
26579:
26580: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26581: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26582: include/pa_wcontext.h, main/compile.y, main/core.C,
26583: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26584: main/pa_wcontext.C: virtuals2
26585:
26586: * src/main/compile.y: : 1
26587:
26588: * src/main/compile.y: rethought to $class:static.field.subfield
26589:
26590: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26591: $class:element
26592:
26593: * src/: include/pa_value.h, include/pa_vmframe.h,
26594: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26595: main/pa_wcontext.C: before execute class calls rewrite
26596:
26597: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26598: name RUN, also alias
26599:
26600: * src/main/compile.y: escaping bug
26601:
26602: * src/: include/pa_request.h, include/pa_value.h,
26603: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26604: main/core.C, main/execute.C, main/pa_common.C: vobject1
26605:
26606: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26607: include/pa_vmframe.h, include/pa_vobject.h,
26608: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26609: main/compile_tools.h, main/execute.C: ^class:method() just
26610: compiled
26611:
26612: 2001-02-24 paf
26613:
26614: * src/main/main.dsp: no bison -d
26615:
26616: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26617: class' err msg wrong
26618:
26619: * src/main/compile.y: z
26620:
26621: * src/main/: compile.y, core.C: yylex need some @special lines adj
26622:
26623: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26624: main/compile.y, main/compile_tools.h, main/core.C: modules0
26625:
26626: * src/: include/pa_vclass.h, main/core.C: z
26627:
26628: * src/: include/pa_value.h, include/pa_vclass.h,
26629: include/pa_vobject.h, main/main.dsp: vobject00
26630:
26631: * src/main/pa_array.C: minor bug in expanding very small arrays.
26632: 60% from 1 were 0
26633:
26634: * src/: include/pa_value.h, include/pa_wcontext.h,
26635: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26636: as bad as you've named it: wcontext.value() was not a perfect
26637: idea
26638:
26639: * src/main/execute.C: codeframe1
26640:
26641: * src/: include/pa_value.h, include/pa_vcframe.h,
26642: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26643: include/pa_vjunction.h, include/pa_vmframe.h,
26644: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26645: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26646: just compiled
26647:
26648: * src/: include/pa_vframe.h, main/compile.y: found junction
26649: ideology @: ^x{$a()) must construct current wcontext element, so
26650: smart wcontext handling needed
26651:
26652: * src/main/compile.y: fixed grammar bugs in constructor/params
26653: klinch
26654:
26655: * src/main/: compile.y, execute.C: fixed empty constructor
26656: optimized empty case. failed on calls - produced empty string
26657: param
26658:
26659: * src/main/compile.y: fixed last \n macrotemplate strip bug
26660:
26661: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26662: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26663: main/compile_tools.C, main/compile_tools.h, main/core.C,
26664: main/execute.C: code junctions0. something wrong with last \n
26665: macrotemplate strip
26666:
26667: * src/: include/pa_value.h, main/compile.C, main/core.C,
26668: main/pa_value.C: minor error reporting format beautifyings
26669:
26670: * src/: include/pa_value.h, include/pa_vclass.h,
26671: include/pa_vframe.h, main/core.C, main/execute.C,
26672: main/pa_value.C: get_method RIP. junctions everywhere. call with
26673: junctions0
26674:
26675: 2001-02-23 paf
26676:
26677: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26678: pa_wwrapper.h: lara came, can't work, sorry :(
26679:
26680: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26681: junction
26682:
26683: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26684: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26685: main/execute.C, main/main.dsp, main/pa_value.C: call0
26686:
26687: * src/: include/pa_hash.h, include/pa_value.h,
26688: include/pa_wcontext.h, main/core.C, main/execute.C,
26689: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26690: done
26691:
26692: * src/include/pa_wcontext.h: z
26693:
26694: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26695: wrong grammar in complex constructor case
26696:
26697: * src/main/: compile.y, execute.C: empty constructor bug fixed
26698:
26699: * src/main/execute.C: with result rwpool
26700:
26701: * src/: include/pa_value.h, main/core.C, main/execute.C,
26702: main/main.dsp: value named
26703:
26704: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26705: strign 2 value in 2 places in execute
26706:
26707: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26708: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26709: wcontext.put_element when wcontext fvalue==0
26710:
26711: 2001-02-22 paf
26712:
26713: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26714: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26715: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26716:
26717: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26718: erroreos checkout
26719:
26720: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26721:
26722: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26723: main/compile_tools.h, main/pa_array.C: $self.get
26724:
26725: * src/main/: compile.C, compile.y, compile_tools.C: z
26726:
26727: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26728: bit. finished now.
26729:
26730: * src/main/compile.y: $: finished
26731:
26732: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26733:
26734: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26735: main/execute.C: OP_STRING better then some xxx _VALUE
26736:
26737: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26738: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26739: string to vstring it .y all
26740:
26741: * src/: include/pa_request.h, include/pa_stack.h,
26742: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26743: all
26744:
26745: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26746: precise parse error line:col
26747:
26748: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26749: main/pa_hash.C, main/pa_pool.C: TRY...
26750:
26751: * src/: include/pa_exception.h, include/pa_pool.h,
26752: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26753: main/compile.C, main/compile.y, main/compile_tools.C,
26754: main/core.C, main/pa_array.C, main/pa_exception.C,
26755: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26756: main/pa_table.C: removed exception from request
26757:
26758: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26759: some forgotten
26760:
26761: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26762: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26763: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26764: get/put simple vars to VClass works0
26765:
26766: * src/: include/pa_array.h, include/pa_wcontext.h,
26767: main/pa_string.C: in process, but found that exceptions are too
26768: global
26769:
26770: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26771: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26772: main/execute.C, main/pa_string.C: write_value write_string 0 it
26773: seems wcontext must write strings regardles of fvalue!=0
26774:
26775: 2001-02-21 paf
26776:
26777: * src/main/execute.C: tired :)
26778:
26779: * src/main/: compile.C, compile.y, execute.C: store0
26780:
26781: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26782: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26783: include/pa_wcontext.h, main/compile.C, main/compile.y,
26784: main/execute.C, main/main.dsp, main/pa_array.C,
26785: main/pa_request.C: get put -1 [just compiled]
26786:
26787: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26788: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26789: main/main.dsp, main/pa_request.C: request core methods0
26790:
26791: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26792: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26793: execute
26794:
26795: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26796: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26797: methods and one_big_piece. now compile returns array<method*>
26798:
26799: * src/main/compile.y: more straightforward yylex[end]
26800:
26801: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26802: string.operator==(char*)
26803:
26804: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26805: main/execute.C, main/pa_array.C: after array.const get wonders
26806:
26807: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26808: pa_string.h, pa_value.h: struck with const array.gets
26809:
26810: * src/main/: execute.C: z
26811:
26812: * src/main/: compile.y, execute.C: z
26813:
26814: * src/main/: compile.C, compile.y, compile_tools.h: error
26815: processing in eval & yyerror so it wouldn't cause memleaks.
26816:
26817: * src/main/: compile.C, compile.y: failed to add absolute precies
26818: parse error positions. leaving RIGHTMOST position as
26819: @file[line:col]
26820:
26821: * src/: include/compile.h, main/compile.C, main/compile.y,
26822: main/compile_tools.h: line numbers needed. would add them to .y
26823: now internally. externally it's not as precise as needed
26824:
26825: * src/: include/code.h, include/pa_types.h, main/compile.C,
26826: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26827: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26828: compiler works ok
26829:
26830: 2001-02-20 paf
26831:
26832: * src/main/: compile.C, compile.y, compile_tools.C,
26833: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26834: not perfect
26835:
26836: * src/: include/code.h, include/compile.h, include/execute.h,
26837: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26838: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26839: main/compile.C, main/compile.y, main/compile_tools.C,
26840: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26841: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26842: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26843: compiled. execute=dump for now
26844:
26845: * src/main/core.C: core rewrite using yacc investigations now will
26846: be compile[yacc]/execute[opcodes]
26847:
26848: 2001-02-15 paf
26849:
26850: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26851: rewrite as turing machine? for it seems it would be it's too many
26852: ifs with this syntax now
26853:
26854: 2001-02-14 paf
26855:
26856: * src/main/core.C: get_params 1
26857:
26858: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26859: :( ]
26860:
26861: * src/main/core.C: varios breaks
26862:
26863: * src/main/core.C: get names 3
26864:
26865: * src/main/core.C: get names 2
26866:
26867: * src/main/core.C: get names 1
26868:
26869: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26870: names 0
26871:
26872: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26873: text repassing2 operator static vars
26874:
26875: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26876: main/pa_string.C: process text repassing
26877:
26878: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26879: module:calls changes
26880:
26881: 2001-02-13 paf
26882:
26883: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26884: ^class:calls[] started
26885:
26886: * src/: include/pa_value.h, main/core.C: z
26887:
26888: * src/main/core.C: operators : and self. prefixes
26889:
26890: * src/main/core.C: z
26891:
26892: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26893: tested
26894:
26895: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26896: optimized
26897:
26898: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26899: would change privates to better support optimization
26900:
26901: * src/: include/pa_string.h, main/pa_string.C:
26902: String_iterator::skip_to todo:optimize
26903:
26904: 2001-02-12 paf
26905:
26906: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26907: String_iterator
26908:
26909: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26910: comments
26911:
26912: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26913: self/methodref joined
26914:
26915: 2001-02-11 paf
26916:
26917: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26918: main/main.dsp: core started. core.C, context&value .h
26919:
26920: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26921: include/pa_string.h, main/main.dsp, main/pa_array.C,
26922: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26923:
26924: 2001-01-30 paf
26925:
26926: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26927: comments
26928:
26929: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26930: main/pa_pool.C: moved pa_pool.C to be target specific
26931:
26932: * src/: include/pa_exception.h, include/pa_pool.h,
26933: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26934: to & changes
26935:
26936: * src/: include/pa_exception.h, include/pa_pool.h,
26937: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26938: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26939: re-associated. that's much better even removed 'die' necessety
26940:
26941: * src/: include/pa_error.h, include/pa_exception.h,
26942: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26943: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26944: targets/Makefile.am: lowered targets/parser into subdir, added
26945: parser_Pool(Pool) failed to add. would think..
26946:
26947: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26948: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26949: main/pa_string.C, main/pa_table.C: Table more like C++ style
26950: hence lots of 'const'
26951:
26952: * src/: include/pa_error.h, include/pa_request.h,
26953: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26954: main/pa_table.C: Error fixed
26955:
26956: 2001-01-29 paf
26957:
26958: * src/: include/pa_array.h, include/pa_common.h,
26959: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26960: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26961: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26962: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26963:
26964: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26965: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26966: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26967: main/pa_string.C, main/pa_table.C: Request Error Table
26968:
26969: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26970: templates"
26971:
26972: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26973: main/main.dsp, main/pa_array.C: templates failed no template
26974: specializations [VC6], no library auto instantation [VC6, GNU c++
26975: 2.95.2-6 from latest cygwin]
26976:
26977: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26978: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26979: main/main.dsp, main/pa_array.C, main/pa_string.C,
26980: main/pa_table.C: Table started would test template Array now
26981:
26982: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26983: String originating
26984:
26985: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26986: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26987: SYNCHRONIZED(thread_safe)
26988:
26989: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26990: parts to top
26991:
26992: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26993: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26994: see: needed only in global Hash now, made Hash:: put/get
26995: SYNCHRONIZED
26996:
26997: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26998: main/pa_threads.C: added pa_threads
26999:
27000: Mutex
27001:
27002: * src/include/pa_hash.h: some comments
27003:
27004: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
27005: Array& operator += (Array& src)
27006:
27007: * src/main/pa_array.C: expand not convinient, would rewrite
27008:
27009: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
27010: (Array& src)
27011:
27012: rethought, would change now
27013:
27014: 2001-01-27 paf
27015:
27016: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
27017: caching
27018:
27019: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27020: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27021: cache rethought to chunk caching
27022:
27023: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27024: include/pa_string.h, main/main.dsp, main/pa_array.C,
27025: main/pa_hash.C, main/pa_string.C: Array 0
27026:
27027: * src/main/pa_string.C: String::operator ==
27028:
27029: * src/main/pa_hash.C: String(&String)
27030:
27031: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27032:
27033: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27034: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27035: pa_hash[forgotten]
27036:
27037: 2001-01-26 paf
27038:
27039: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27040: removed templates [vc++ suxx]
27041:
27042: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27043: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27044:
27045: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27046:
1.119 moko 27047: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27048:
1.119 moko 27049: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27050: check
27051:
27052: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27053: dynamic row_count
27054:
27055: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27056: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27057: targets/Makefile.am: Initial revision
27058:
27059: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27060: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27061: targets/Makefile.am: creating parser3 module
27062:
E-mail: