Annotation of parser3/ChangeLog, revision 1.242
1.242 ! moko 1: 2026-09-20 moko
! 2:
! 3: * src/include/pa_config_fixed.h: Windows: librabbitmq TLS support
! 4: how-to added (related to feature #1288)
! 5:
! 6: * src/: classes/amqp.C, classes/classes.vcproj, main/pa_globals.C,
! 7: types/types.vcproj: precompiled rabbitmq added to win32
! 8:
! 9: * src/: classes/amqp.C, types/pa_vamqp.h: warnings war (related to
! 10: feature #1288)
! 11:
! 12: * src/: classes/amqp.C, include/pa_config_fixed.h: WITHOUT_AMQP_SSL
! 13: feature added to avoid dependency on OpenSSL DLLs when TLS is not
! 14: required (related to feature #1288)
! 15:
! 16: * src/lib/ltdl/ltdl.vcproj: vs2026 warning war
! 17:
! 18: * src/lib/sdbm/sdbm.vcproj: vs 2026 warning war
! 19:
! 20: * src/: classes/xnode.C, lib/json/pa_json.C: vs 2026 warning war
! 21:
! 22: * src/include/pa_config_includes.h: vs warning war
! 23:
! 24: * src/main/compile.tab.C: vs2026 compilation fixes
! 25:
! 26: * src/: classes/amqp.C, classes/curl.C, classes/inet.C,
! 27: include/pa_config_includes.h, main/compile.tab.C: vs2026
! 28: compilation fixes
! 29:
! 30: * src/main/compile.y: vs2026 build fixes
! 31:
! 32: 2026-09-18 moko
! 33:
! 34: * src/main/pa_common.C: strrpbrk used once more
! 35:
! 36: * src/main/pa_dir.C: new code moved to the end
! 37:
! 38: * src/: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
! 39: main/pa_dir.C, main/pa_exec.C, main/pa_request.C,
! 40: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: strrpbrk,
! 41: rsplit for delims, is_os_absolute_path added and used (related to
! 42: feature #941)
! 43:
! 44: * src/: classes/amqp.C, include/pa_config_fixed.h: Add AMQP support
! 45: for Windows builds (related to feature #1288)
! 46:
! 47: 2026-09-16 moko
! 48:
! 49: * src/classes/amqp.C: Bugfix: leftover unacked messages got stuck
! 50: after a listen-mode consume[] (related to feature #1288)
! 51: ----------------------------------------------------------------
! 52:
! 53: 2026-09-15 moko
! 54:
! 55: * src/: classes/amqp.C, classes/math.C, include/pa_int.h,
! 56: main/pa_int.C: Temp_amqp_consumer added for exceptions handling,
! 57: ulp_distance used and moved to pa_int (related to feature #1288)
! 58:
! 59: * src/classes/amqp.C: headers/arguments now processed in both
! 60: directions, no_ack -> ack as default changed (related to feature
! 61: #1288)
! 62:
! 63: * src/: classes/amqp.C, types/pa_vamqp.h: error handling and
! 64: $.auto_reconnect(N) option implemented (related to feature #1288)
! 65:
! 66: * src/classes/amqp.C: allow both [] and () delivery tag (related to
! 67: feature #1288)
! 68:
! 69: * src/classes/amqp.C: _consume - pull and listen more more clearly
! 70: separated; both have timeout(N) count(N) options (related to
! 71: feature #1288)
! 72:
1.241 moko 73: 2026-09-07 moko
74:
75: * tests/: 346-curl.html, 451-curl.html, results/346-curl.processed,
76: results/451-curl.processed: test for curl and file::load accept a
77: hash or array as a form field value (related to feature #1296)
78:
79: * src/: classes/curl.C, main/pa_http.C: curl and file::load accept
80: a hash or array as a form field value (implements multiple files
81: per field support, feature #1296)
82:
1.240 moko 83: 2026-07-19 moko
84:
85: * src/classes/curl.C: win32 compatibility (related to feature
86: #1295)
87:
88: * tests/: 450-curl.html, results/450-curl.processed:
89: $.resolve[^hash::create[]] test added (related to feature #1295)
90:
91: * tests/results/379-curl.processed: curl test results actualized
92: after ERRORBUFFER was used
93:
94: * src/classes/curl.C: check for empty hash added (related to
95: feature #1295)
96:
97: * src/lib/curl/curl.h: curl_slist + CURLOPT_RESOLVE added (related
98: to feature #1295)
99:
100: * tests/: 450-curl.html, results/450-curl.processed: tests for curl
101: $.resolve option added (related to feature #1295)
102:
103: * src/classes/curl.C: curl $.resolve[curl|parser] parser option
104: added to avoid getaddrinfo() curl thread creation; $.resolve[
105: $.[domain.name][ip] or $.[domain.name:port][ip] ] curl option
106: also added (implements feature #1295)
107:
108: * src/classes/inet.C: pa_name2ip extracted to be used in curl.C
109: (related to feature #1295)
110:
111: 2026-07-14 moko
112:
113: * src/: classes/curl.C, lib/curl/curl.h: CURLOPT_ERRORBUFFER used
114: to get more detailed error description (related to feature #1295)
115:
1.239 moko 116: 2026-07-11 moko
117:
118: * tests/: 030.html, results/030.processed: cookie $.expires(0) test
119: added (code coverage)
120:
121: * operators.txt: translation fixed
122:
1.238 moko 123: 2026-05-28 moko
124:
125: * src/include/pa_config_includes.h: warnings war
126:
127: * src/classes/classes.h: warnings war
128:
129: * src/include/pa_inline_hash.h: fix for old gcc
130:
1.237 moko 131: 2026-05-24 moko
132:
133: * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt,
134: tests/httpd/043.txt, tests/httpd/ok.log: more range check tests
135: added
136:
1.236 moko 137: 2026-05-06 moko
138:
139: * operators.ru.txt, operators.txt: ^int/double.++[] and
140: ^int/double.--[] documented (related to feature #1294)
141:
142: * tests/: 063.html, results/063.processed: test for
143: ^int/double.++[] and ^int/double.--[] added (related to feature
144: #1294)
145:
146: * src/classes/: double.C, int.C: ^int/double.++[] and
147: ^int/double.--[] added (adopted Sumo patch, implements feature
148: #1294)
149:
150: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
151: #1293)
152:
1.235 moko 153: 2026-04-30 moko
154:
155: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
156: feature #1293)
157:
158: * src/include/pa_inline_hash.h: First lookup optimization added
159: (related to feature #1293)
160:
161: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
162: (related to feature #1293)
163:
1.234 moko 164: 2026-04-25 moko
165:
166: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
167: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
168: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
169: src/classes/double.C, src/classes/file.C, src/classes/form.C,
170: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
171: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
172: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
173: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
174: src/classes/regex.C, src/classes/response.C,
175: src/classes/string.C, src/classes/table.C, src/classes/void.C,
176: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
177: src/include/pa_array.h, src/include/pa_base64.h,
178: src/include/pa_cache_managers.h, src/include/pa_charset.h,
179: src/include/pa_charsets.h, src/include/pa_common.h,
180: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
181: src/include/pa_dictionary.h, src/include/pa_dir.h,
182: src/include/pa_exception.h, src/include/pa_exec.h,
183: src/include/pa_globals.h, src/include/pa_hash.h,
184: src/include/pa_http.h, src/include/pa_inline_hash.h,
185: src/include/pa_int.h, src/include/pa_memory.h,
186: src/include/pa_opcode.h, src/include/pa_operation.h,
187: src/include/pa_os.h, src/include/pa_pool.h,
188: src/include/pa_random.h, src/include/pa_request.h,
189: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
190: src/include/pa_sapi.h, src/include/pa_socks.h,
191: src/include/pa_sql_connection.h,
192: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
193: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
194: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
195: src/include/pa_table.h, src/include/pa_threads.h,
196: src/include/pa_types.h, src/include/pa_uue.h,
197: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
198: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
199: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
200: src/lib/memcached/pa_memcached.C,
201: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
202: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
203: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
204: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
205: src/main/compile.tab.C, src/main/compile.y,
206: src/main/compile_tools.C, src/main/compile_tools.h,
207: src/main/execute.C, src/main/pa_base64.C,
208: src/main/pa_cache_managers.C, src/main/pa_charset.C,
209: src/main/pa_charsets.C, src/main/pa_common.C,
210: src/main/pa_dictionary.C, src/main/pa_dir.C,
211: src/main/pa_exception.C, src/main/pa_exec.C,
212: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
213: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
214: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
215: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
216: src/main/pa_stylesheet_connection.C,
217: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
218: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
219: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
220: src/main/untaint.C, src/main/helpers/simple_folding.pl,
221: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
222: src/targets/apache/mod_parser3_core.C,
223: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
224: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
225: src/types/pa_method.h, src/types/pa_property.h,
226: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
227: src/types/pa_varray.C, src/types/pa_varray.h,
228: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
229: src/types/pa_vclass.C, src/types/pa_vclass.h,
230: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
231: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
232: src/types/pa_vdate.C, src/types/pa_vdate.h,
233: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
234: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
235: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
236: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
237: src/types/pa_vimage.C, src/types/pa_vimage.h,
238: src/types/pa_vint.h, src/types/pa_vjunction.C,
239: src/types/pa_vjunction.h, src/types/pa_vmail.C,
240: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
241: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
242: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
243: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
244: src/types/pa_vobject.h, src/types/pa_vregex.C,
245: src/types/pa_vregex.h, src/types/pa_vrequest.C,
246: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
247: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
248: src/types/pa_vstateless_class.h,
249: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
250: src/types/pa_vstatus.h, src/types/pa_vstring.C,
251: src/types/pa_vstring.h, src/types/pa_vtable.C,
252: src/types/pa_vtable.h, src/types/pa_vvoid.C,
253: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
254: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
255: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
256: src/types/pa_wwrapper.h: Copyright year updated, websites links
257: changed to https://
258:
259: * src/include/pa_inline_hash.h: delete added (related to feature
260: #1293)
261:
262: 2026-04-24 moko
263:
264: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
265: types/pa_vmethod_frame.h: inline-storage hash used to avoid
266: allocations for MethodFrame args and locals (imlpements feature
267: #1293) _stack uses for_each to avoid Iterator for
268: InlineHashString
269:
270: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
271: added to avoid allocations for MethodFrame args and locals
272: (related to feature #1293)
273:
274: * tests/: 337.html, 434.html, results/320.processed,
275: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
276: added (related to feature #1282)
277:
278: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
279: (implements feature #1282)
280:
281: * tests/: 447.html, results/447.processed: exceptions tests added
282: (related to feature #1286)
283:
284: * src/classes/reflection.C: native method exception added (related
285: to feature #1286)
286:
287: * src/main/execute.C: removes irrelevant lines from exception stack
288: trace when exception occur in array assigment (related to bug
289: #1165) + useless #define removed
290:
291: * src/: include/pa_request.h, main/compile.y: warnings war
292:
293: 2026-04-23 moko
294:
295: * src/main/: compile.y, compile_tools.C, compile_tools.h:
296: maybe_append_simple_diving_code() is not related to
297: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
298:
1.233 moko 299: 2026-03-01 moko
300:
301: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
302: main/pa_request.C: configure_user removed, $MAIN:MAIL now
303: processed inside ^mail:send[] (implements feature #1290)
304:
305: 2026-02-25 moko
306:
307: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
308: array redefinition added
309:
310: * src/main/pa_request.C: array redefinition fixed
311:
312: * tests/: 182.html, results/182.processed: test for
313: ^reflection:classes[] order (related to feature #1289)
314:
315: * src/: classes/reflection.C, include/pa_request.h,
316: main/pa_request.C: classes now OrderedHashString, implements
317: feature #1289
318:
1.232 moko 319: 2026-02-02 moko
320:
321: * tests/: 307.html, results/307.processed: more "junction used
322: outside of context" tests added
323:
1.231 moko 324: 2026-01-09 moko
325:
326: * src/classes/amqp.C: auto_delete is better false by default
327: (related to feature #1288)
328:
329: * src/classes/amqp.C: more methods bool args fixes, nowait removed
330: (related to feature #1288)
331:
332: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
333:
334: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
335: returns purged messages count (related to feature #1288)
336:
337: * tests/: 449.html, results/449.processed, results/auto.p: test for
338: table size limit added (related to feature #1276)
339:
340: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
341: limit table size; note: for append and insert operations only
342: (implements feature #1276)
343:
344: 2026-01-08 moko
345:
346: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
347: declare_queue = declare; delete_exchange + delete_queue = delete;
348: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
349: consume can be called without callback with optional $.count(N),
350: returns array of messages;
351:
352: 2026-01-07 moko
353:
354: * tests/: 448.html, results/448.processed: avoid 500, show
355: exception where not supported
356:
357: * src/include/pa_int.h: warnings war
358:
359: * tests/: 422.html, results/422.processed: test updated after wide
360: int implemented (feature #1273)
361:
362: * src/main/pa_int.C: warnings war
363:
364: * src/classes/classes.vcproj: +amqp.C
365:
366: * src/classes/: int.C, string.C: warnings war
367:
368: * src/classes/: op.C: warnings war
369:
370: * src/: classes/op.C, main/pa_int.C: warnings war
371:
372: * src/types/pa_vdate.h: warnings war
373:
374: * src/main/pa_int.C: warnings war continues
375:
376: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
377: war
378:
379: * src/types/pa_vdate.C: reverted, format_double still required here
380:
381: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
382: format_double now supports wint, $math:int_max and $math:int_min
383: added, PA_WIDE_INT is finally enabled by default (implements
384: feature #1273)
385:
386: * tests/: 275.html, results/275.processed: preparing tests for int
387: extension
388:
389: * tests/: 424.html, results/424.processed: actualized and prepared
390: for wide int
391:
392: 2026-01-06 moko
393:
394: * src/: classes/double.C, classes/int.C, classes/string.C,
395: include/pa_common.h, include/pa_int.h, include/pa_string.h,
396: main/execute.C, main/pa_common.C, main/pa_int.C,
397: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
398: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
399: types/pa_vstring.h: feature #1273 core implementation:
400: value::as_wint added, implemented for int/double/string, and used
401: where applicable; vint now holds pa_wint type; format_double
402: moved to pa_int
403:
404: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
405: pa_int includes tuning, vcproj updated (related to feature #1273)
406:
407: * src/main/pa_int.C: build fix
408:
409: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
410: added, another preparation for feature #1273
411:
412: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
413: include/pa_types.h, main/pa_int.C, main/pa_string.C,
414: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
415: moved there, pa_wint and related functions added, another
416: preparation for feature #1273
417:
1.230 moko 418: 2025-12-17 moko
419:
420: * src/classes/json.C: optimization: String::Empty used and avoided
421: using passed length.
422:
423: 2025-12-16 moko
424:
425: * src/classes/string.C: sync _int with _double, avoid int usage
426: (related to #1273)
427:
1.229 moko 428: 2025-12-08 moko
429:
430: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
431: define added and used for OS X as well
432:
1.228 moko 433: 2025-11-30 moko
434:
435: * configure, configure.ac, src/include/pa_config_auto.h.in,
436: src/include/pa_config_fixed.h: int64_t added in preparation to
437: feature #1273
438:
1.227 moko 439: 2025-11-22 moko
440:
441: * src/classes/amqp.C: delivery_tag changed from string to double
442: (related to feature #1288)
443:
1.226 moko 444: 2025-11-14 moko
445:
446: * src/types/pa_vstatus.C, tests/448.html,
447: tests/results/448.processed: $status:limit-cpu,
448: $status:limit-mem, $status:limit-nproc unlimited support added,
449: test added (related to feature #1280)
450:
451: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
452: $status:limit-mem, $status:limit-nproc added (implements feature
453: #1280)
454:
455: 2025-11-12 moko
456:
457: * tests/results/: 323.processed, 421.processed: tests results
458: updated after amqp class added
459:
1.225 moko 460: 2025-11-08 moko
461:
462: * src/classes/amqp.C: tls support added, errors reporting improved
463: (related to feature #1288)
464:
465: * src/classes/amqp.C: tls support added (related to feature #1288)
466:
467: * src/classes/amqp.C: exceptions text now printed (related to
468: feature #1288)
469:
470: * src/classes/amqp.C: properties hash simplified (related to
471: feature #1288)
472:
473: 2025-11-07 moko
474:
475: * src/classes/amqp.C: consume fixed (related to feature #1288)
476:
477: * src/classes/classes.C: + amqp class
478:
479: * buildall, configure, configure.ac, src/classes/Makefile.am,
480: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
481: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
482: updated for librabbitmq support (relates to feature #1288)
483:
484: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
485: basic RabbitMQ C library (librabbitmq) support (partially
486: implements #1288)
487:
1.224 moko 488: 2025-10-05 moko
489:
490: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
491: reflection.C, string.C: Optimization: valid_options optimized
492: where HashStringValue::Iterator used
493:
494: * tests/results/224.processed: test result updated after date
495: functions updated (related to #1287)
496:
497: 2025-10-04 moko
498:
499: * operators.ru.txt, operators.txt: actualized
500:
501: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
502:
503: * tests/: 447.html, results/447.processed: tests for
504: ^reflection:override[$method] added (related to feature #1286)
505:
506: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
507: added (related to feature #1285)
508:
509: * src/classes/reflection.C:
510: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
511: added (implements feature #1286)
512:
513: * src/main/execute.C: bugfix: when method is attached from another
514: class, it's junction_template is initialized with another class,
515: thus get_vjunction should be used (related to feature #1286)
516:
517: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
518: ^date:iso-string[] - static call now formats current date
519: (implements feature #1287)
520:
521: 2025-10-01 moko
522:
523: * buildall: built-in mailreceive path actualized
524:
1.223 moko 525: 2025-09-01 moko
526:
527: * src/classes/math.C: old compilers support in ^math:eq
528:
529: 2025-08-31 moko
530:
531: * tests/: 446.html, results/446.processed: tests for
532: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
533:
534: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
535: implements #1285)
536:
537: 2025-08-30 moko
538:
539: * operators.ru.txt, operators.txt: actualized
540:
541: * tests/: 230.html, results/230.processed: test for ^file.save
542: $.append(false|true) option added (related to feature #1284)
543:
544: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
545: ^file.save $.append(false|true) option added (implements feature
546: #1284)
547:
1.222 moko 548: 2025-08-16 moko
549:
550: * etc/auto.p.in: LIMIT max_array_size actualized
551:
1.221 moko 552: 2025-08-01 moko
553:
554: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
555: pa_GC_abort_func added and used (implements feature #1283)
556:
557: * src/include/: pa_array.h, pa_config_includes.h:
558: PA_DEBUG_DISABLE_GC mode fixed for sparse array
559:
1.220 moko 560: 2025-07-04 moko
561:
562: * src/main/pa_common.C: typo fixed (related to bug #1282)
563:
564: * src/main/pa_common.C: minor optimization + create_dir_for_file
565: checks for \ (related to bug #1282)
566:
567: 2025-07-03 moko
568:
569: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
570: under Windows (fixes bug #1282)
571:
572: * src/main/pa_common.C: file:delete for UTF-8 files now works under
573: Windows (fixes bug #1282)
574:
575: 2025-06-28 moko
576:
577: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
578: Yavor Doganov <yavor@gnu.org>
579:
580: * src/main/pa_charset.C: typo fixed (related to feature #1281)
581:
582: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
583: compatibility fixed (implements feature #1281)
584:
1.219 moko 585: 2025-05-31 moko
586:
587: * src/main/pa_http.C: old gcc compilation fix (related to feature
588: #1277)
589:
590: 2025-05-28 moko
591:
592: * src/: classes/array.C, include/pa_array.h: last
593: Array_iterator::key() removed (related to feature #1277)
594:
595: 2025-05-27 moko
596:
597: * src/: classes/array.C, classes/table.C, include/pa_array.h,
598: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
599: and used (related to feature #1277)
600:
1.218 moko 601: 2025-05-26 moko
602:
603: * src/: classes/array.C, classes/curl.C, classes/hash.C,
604: classes/hashfile.C, classes/image.C, classes/table.C,
605: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
606: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
607: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
608: VString(const char *avalue) added and used to optimize new
609: VString(*new String(i.key(), String::L_TAINTED)) (related to
610: feature #1277)
611:
612: * src/: classes/array.C, classes/curl.C, classes/file.C,
613: classes/hash.C, classes/image.C, classes/json.C,
614: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
615: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
616: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
617: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
618: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
619: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
620: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
621: types/pa_vxnode.C: implements feature #1277 String::Body(const
622: char *abody) now explicit but HashString::put(const char *str, V
623: value) added for simplicity optimizations: HASH_PUT_CSTR used
624: where hash.put called several time during execution; caching
625: String::Body::uitoa used at all pash.put(<uint> calls.
626:
627: 2025-05-25 moko
628:
629: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
630: to feature #1277)
631:
632: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
633:
634: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
635: added for caching (related to feature #1277)
636:
637: * src/include/pa_string.h: optimized String:pos versions added
638: (without language + char *) (related to feature #1277)
639:
640: 2025-05-24 moko
641:
642: * tests/: 445.html, results/445.processed: test for
643: ^hash.array[[keys|values]] added (related to feature #1274)
644:
645: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
646: feature #1274)
647:
1.217 moko 648: 2025-01-26 moko
649:
650: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
651:
1.216 moko 652: 2025-01-25 moko
653:
654: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
655:
656: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
657: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
658: autoheader && automake && autoconf
659:
660: * src/lib/ltdl/configure.ac: new autotools used
661:
662: * acsite.m4, configure.ac: new autotools warnings fixed
663:
1.213 moko 664: 2025-01-10 moko
665:
1.215 moko 666: * tests/results/320.processed: test result updated after syslog
667: added
668:
1.214 moko 669: * src/classes/op.C: minor MSVC fixes
670:
671: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
672:
1.213 moko 673: * operators.ru.txt, operators.txt: +
674: ^syslog[ident;message[;info|warning|error|debug]]
675:
676: * src/classes/op.C: +
677: ^syslog[ident;message[;info|warning|error|debug]] (implelents
678: feature #1270)
679:
680: * configure, configure.ac, src/include/pa_config_auto.h.in,
681: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
682:
683: 2025-01-06 moko
684:
685: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
686: 2^n) calculated and used
687:
688: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
689: https://www.hadrons.org/software/libmd/
690:
1.212 moko 691: 2024-12-28 moko
692:
693: * tests/httpd/run_tests.sh: for FreeBSD compatibility
694:
695: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
696: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
697: $request:uri and $request:path tests added (related to feature
698: #1269)
699:
700: * operators.ru.txt, operators.txt: + $request:path documented
701: (related to feature #1269)
702:
703: * tests/: 065.html, results/065.processed: $request:path,
704: $request:uri tested
705:
706: * src/types/pa_vrequest.C: $request:path default is empty string to
707: match an empty URI in console mode (related to feature #1269)
708:
709: * etc/auto.p.in: $request:path used (related to feature #1269)
710:
711: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
712: (implements feature #1269)
713:
714: 2024-12-26 moko
715:
716: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
717: 3.5.0
718:
719: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
720: pa-include/pa_errno.h, pa-include/pa_file_info.h,
721: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
722: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
723: pa_strcat
724:
725: * tests/results/223.processed: apache upgraded @parser.ru
726:
727: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
728: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
729: pa-include/pa_errno.h, pa-include/pa_file_info.h,
730: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
731: pa-include/pa_strings.h: sdbm updated from version included in
732: apache 2.0.43 to version included in apache 2.0.65
733:
734: 2024-12-24 moko
735:
736: * etc/auto.p.in: to avoid patching Debian package
737:
738: * src/main/: pa_exec.C, pa_http.C: final fixes for
739: --with-build-warnings (dangling-reference warnings can be
740: ignored)
741:
742: 2024-12-23 moko
743:
744: * src/: classes/file.C, classes/hash.C, classes/op.C,
745: include/pa_common.h, main/pa_http.C, main/pa_request.C,
746: types/pa_vcookie.C, types/pa_vform.C: more fixes for
747: --with-build-warnings
748:
749: * src/: classes/date.C, classes/inet.C, classes/op.C,
750: classes/reflection.C, include/pa_array.h,
751: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
752: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
753: --with-build-warnings
754:
1.211 moko 755: 2024-12-21 moko
756:
757: * Makefile.am: +operators.ru.txt
758:
759: * operators.ru.txt, operators.txt: typo fixed
760:
761: 2024-12-20 moko
762:
763: * operators.txt: whitespace synced
764:
765: * operators.ru.txt, operators.txt: curl added
766:
767: * operators.ru.txt, operators.txt: logically sorted
768:
769: * operators.ru.txt: id added
770:
771: * operators.txt: ID added
772:
773: * operators.txt: translated
774:
775: * operators.ru.txt, operators.txt: operators.txt translated to
776: english, synced format with operators.ru.txt
777:
778: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
779: formatted
780:
781: * operators.ru.txt, operators.txt: formatted, actualized, oracle
782: info moved to separate file
783:
784: 2024-12-19 moko
785:
786: * src/targets/cgi/parser3.C: avoid parser version requests logging
787: in parser3.log
788:
789: 2024-12-18 moko
790:
791: * buildall: preventing --with-system-mailreceive linking with
792: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
793: to feature #1199)
794:
1.210 moko 795: 2024-12-16 moko
796:
1.211 moko 797: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 798:
799: * src/classes/table.C: exception text fixed
800:
801: 2024-12-15 moko
802:
803: * tests/: 102.html, results/102.processed: tests updated after
804: $form:fields not editable again (related to feature #1254)
805:
806: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
807: be edited (related to feature #1254)
808:
809: * src/types/pa_vform.C: reverted that
810: $form:fields/tables/files/imap can be edited (related to feature
811: #1254) for backward compatibility
812:
813: 2024-12-14 moko
814:
1.211 moko 815: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 816:
817: * tests/results/auto.p: avoid $mac execution unless on OS X
818:
819: * tests/388-sql.html: more OS support
820:
821: 2024-12-13 moko
822:
823: * tests/388-sql.html: sql tests under OS X now fixed
824:
825: * tests/results/auto.p: curl test under OS X now works
826:
827: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
828: no dll name under Windows, hiding
829:
830: * tests/: 379-curl.html, results/379-curl.processed: some curl
831: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
832:
833: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
834: 389.html, results/030.processed, results/212.processed,
835: results/219.processed, results/273.processed,
836: results/320.processed, results/346-curl.processed,
837: results/389.processed, results/auto.p: ^try-catch-filtered added
838: and used
839:
840: * tests/: 347-curl.html, results/347-curl.processed: support for
841: different error messages
842:
843: * src/classes/curl.C: several curl libraries supported,
844: ^curl:options[ $.library[] ] resets to default
845:
846: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
847: removed as depends on curl version
848:
849: * tests/results/: 223-curl.processed, 394-curl.processed: curl
850: fixed bug with \n in file names, test result updated
851:
852: * tests/388-sql.html: +libmysqlclient.so
853:
854: * etc/auto.p.in: +libmariadb
855:
856: 2024-12-12 moko
857:
858: * tests/: 388-sql.html, results/429-sql.processed: test results
859: updated after test changed
860:
861: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
862: for newer MariaDB compatibility
863:
864: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
865: results/429-sql.processed: key -> id for new MariaDB
866: compatibility
867:
868: * src/types/pa_vmethod_frame.h: warning war
869:
870: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
871: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
872: including for Debian package
873:
874: 2024-12-11 moko
875:
876: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
877: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
878: $status:log-filename added (related to feature #1262)
879:
880: * tests/: 440.html, results/440.processed: test for row is checked
881: before accessing when table is modified during select (related to
882: bug #1258)
883:
884: * src/: classes/table.C, include/pa_table.h: row should be checked
885: before accessing as table can be modified during select (related
886: to bug #1258)
887:
888: * src/types/pa_vmail.C: $mail:received tables -> elements array
889: (related to feature #1226)
890:
891: * src/: classes/file.C, classes/image.C, classes/table.C,
892: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
893: better messages (related to feature #1267)
894:
895: * tests/results/: 065.processed, 246.processed, 337.processed,
896: 342.processed, 352.processed, 356.processed, 364.processed,
897: 372.processed, 373.processed, 389.processed, 404.processed,
898: 406.processed, 414.processed, 430.processed, 432.processed,
899: 442.processed: tests updated after params.as_string error
900: reporting was improved (related to feature #1267)
901:
902: * src/classes/reflection.C: error messages optimized (related to
903: feature #1267)
904:
905: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
906: error reporing for params.as_* (related to feature #1267)
907:
908: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
909: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
910: #1267)
911:
912: * tests/results/: 246.processed, 414.processed, 432.processed:
913: tests updated after params.as_string error reporting was improved
914: (related to feature #1267)
915:
916: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
917: reporing for params.as_string (implements feature #1267)
918:
919: * tests/: 065.html, results/065.processed: tests for file methods
920: accepting file as filename added (related to feature #1265)
921:
922: * src/: classes/file.C, include/pa_exception.h,
923: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
924: methods now accept file as path specification (adopted Sumo patch
925: implements feature #1265)
926:
927: * tests/: 400.html, results/400.processed: tests for result
928: optimization "locks" after first method call (related to feature
929: #1266)
930:
931: 2024-12-10 moko
932:
933: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
934: result_optimization comments (related to feature #1266)
935:
936: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
937: $result now stored in my_result, not in local variables hash
938: (implements feature #1266)
939:
1.209 moko 940: 2024-12-09 moko
941:
1.210 moko 942: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
943: set_my_variable in preparation for $result optimization (related
944: to feature #1266)
945:
1.209 moko 946: * tests/results/119.processed: newline corrected for some OS
947:
948: * tests/: 441.html, results/441.processed: Debian-specific test
949: commented
950:
951: * buildall: pcre2 10.42 -> 10.44
952:
953: 2024-12-08 moko
954:
955: * buildall: external links fixed
956:
957: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
958:
959: * src/include/pa_table.h: some clang versions compilation fix
960:
961: * configure.ac: 3.4.7b -> 3.5.0rc
962:
963: 2024-12-07 moko
964:
965: * tests/: 443.html, 444.html, results/443.processed,
966: results/444.processed: tests for named params (related to feature
967: #1205)
968:
969: * src/: classes/reflection.C, types/pa_method.h: named_params
970: support in reflection (related to feature #1205)
971:
972: * src/types/pa_vmethod_frame.h: extra_params and named params
973: should be also inited in ^method[] call (related to feature
974: #1205)
975:
976: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
977: support using @method[arg;.named_arg;.named_arg2] syntax
978: (implements feature #1205)
979:
980: * tests/: 443.html, results/443.processed: test for *args inited
981: added (related to bug #1264)
982:
983: * src/types/pa_vmethod_frame.h: *args are now inited even if not
984: specified (fixes bug #1264)
985:
986: * tests/: 442.html, results/442.processed: tests for
987: params.as_file_name(N) with empty file name added (related to
988: feature #1121)
989:
990: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
991: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
992: include/pa_exception.h, types/pa_vmethod_frame.h:
993: params.as_file_name(N) added and used instead of
994: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
995: (implements feature #1121)
996:
997: * src/: classes/file.C, classes/image.C, classes/op.C,
998: classes/table.C, include/pa_exception.h: filename is everywhere
999: params.as_string, unify exception and remove
1000: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
1001:
1002: * tests/: 141.html, results/141.processed: test for
1003: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
1004: to feature #1263)
1005:
1006: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
1007: $.format[file] ] now supported (implements feature #1263)
1008:
1009: 2024-12-06 moko
1010:
1011: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1012: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
1013: (cgi/console/mail/httpd/apache/isapi) added (related to feature
1014: #1262)
1015:
1016: 2024-12-05 moko
1017:
1018: * src/targets/cgi/parser3.C: more correct arguments processing to
1019: block -fl config.file log.file logic (related to feature #1262)
1020:
1021: 2024-12-04 moko
1022:
1023: * src/targets/cgi/parser3.C: now only one log location is selected
1024: and tried. -l - supported for stderr specification (related to
1025: feature #1262)
1026:
1027: 2024-12-03 moko
1028:
1029: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
1030: results/010.processed, results/415.processed: tests for
1031: $.(expression)[value], $a.(expression), ^v.(expression)[args]
1032: added (related to feature #1064)
1033:
1034: * src/main/compile.y: $.(expression)[value], $a.(expression),
1035: ^v.(expression)[args] now supported (implements feature #1064)
1036:
1037: 2024-12-02 moko
1038:
1039: * src/targets/cgi/parser3.C: -l /path/to/log options added
1040: (implements feature #1262)
1041:
1.208 moko 1042: 2024-12-01 moko
1043:
1044: * tests/: 010.html, results/010.processed: some tests related to
1045: bug #1149 added
1046:
1047: * src/main/compile.y: the check pc.pos.col > 1 is not required
1048: because we can't be here without a '$' before. The begin == end
1049: check was incorrect since $[a]{b} fits this condition (fixes bug
1050: #1149)
1051:
1052: 2024-11-29 moko
1053:
1054: * src/classes/array.C: warning war
1055:
1056: 2024-11-26 moko
1057:
1058: * tests/: 441.html, results/441.processed: a bit more testing
1059: (related to bug #1238)
1060:
1061: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
1062:
1063: * src/main/pa_exec.C: simplification arg_quote added (related to
1064: bug #1229)
1065:
1.207 moko 1066: 2024-11-25 moko
1067:
1068: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
1069: bug #1239)
1070:
1071: 2024-11-24 moko
1072:
1073: * src/main/pa_exec.C: added cmd.exe specific
1074:
1075: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
1076: tests for ^file::exec env and args tainting tests (related to bug
1077: #1239)
1078:
1079: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
1080:
1081: * src/include/pa_config_includes.h: added recommendations for
1082: libxslt.a and and libexslt.a compilation under cygwin
1083:
1084: * tests/results/102.processed: $form:fields.value is now writable,
1085: as $form:value (related to feature #1254)
1086:
1087: * src/include/pa_config_includes.h: cigwin compilation fixes
1088:
1089: 2024-11-23 moko
1090:
1091: * tests/httpd/site/run_server.sh: to simplify testing
1092:
1093: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
1094: site/form.html: $form:files and $form:elements tests added, tests
1095: with curl supported (related to feature #1254)
1096:
1097: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
1098: types/pa_vform.h: $form:elements implemented, VForm::get_element
1099: uses faster SYMBOLS_EQ, hashes no longer copied when using
1100: $form:fields/tables/files/imap and can be edited (implements
1101: feature #1254)
1102:
1103: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
1104: bug #1261)
1105:
1.206 moko 1106: 2024-11-17 moko
1107:
1108: * tests/: 440.html, results/440.processed: tests for
1109: ^table.array[], offset restoration, iterators robust tests
1110: (related to bug #1258, features #1259 and #1260)
1111:
1112: * tests/: 439.html, results/439.processed: array and hash iterators
1113: robust tests (related to feature #1260)
1114:
1115: * src/: classes/array.C, classes/table.C, include/pa_array.h,
1116: include/pa_table.h: Array_robust_iterator added and used in cases
1117: where array can be modified during iteration (implements feature
1118: #1260)
1119:
1120: * src/classes/table.C: ^table.array[], ^table.array[column name],
1121: ^table.array{code} added (implements feature #1259)
1122:
1123: 2024-11-16 moko
1124:
1125: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
1126: table current row restoration after exception and table changes
1127: (fixes bug #1258)
1128:
1129: 2024-11-13 moko
1130:
1131: * src/classes/table.C: minor optimization
1132:
1133: * src/main/pa_string.C: \r added to default ^string.trim chars list
1134: (https://www.parser.ru/forum/?id=86648)
1135:
1.205 moko 1136: 2024-11-11 moko
1137:
1.206 moko 1138: * src/classes/classes.C: set_base commented
1139:
1140: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1141: deleted
1142:
1143: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1144:
1145: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1146: classes.inc
1147:
1148: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1149: main/pa_globals.C: classes.awk is useless, preparing to delete it
1150:
1.205 moko 1151: * src/classes/classes.h: temp fix
1152:
1153: 2024-11-10 moko
1154:
1155: * src/: classes/date.C, classes/file.C, classes/image.C,
1156: classes/op.C, main/pa_string.C: minor optimization
1157:
1158: * src/: classes/date.C, classes/file.C, classes/image.C,
1159: classes/op.C, main/pa_string.C: typo fixed
1160:
1161: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1162: classes/file.C, classes/image.C, classes/op.C,
1163: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1164: memory allocation befor main(). Only 3 allocations in chatsets
1165: left (implements feature #1257)
1166:
1167: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1168: minor naming convention fix
1169:
1170: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1171: results/436.processed, results/437.processed,
1172: results/438.processed: tests for @unhandled_exception processing
1173: (related to feature #1256)
1174:
1175: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1176: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1177: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1178: are now processed in request::core for correct logging and
1179: reporting (feature #1256)
1180:
1181: * src/: include/pa_sapi.h, main/pa_request.C,
1182: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1183: targets/isapi/parser3isapi.C: unhandled exception now called if
1184: exception occures during $response:download processing (related
1185: to bug #1255)
1186:
1187: * etc/auto.p.in: better 404 error reporting
1188:
1189: 2024-11-09 moko
1190:
1191: * src/main/pa_memory.C: more detailed usage comment
1192:
1193: * src/main/pa_memory.C: usage commented
1194:
1195: * src/main/pa_memory.C: minor cleanup
1196:
1197: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1198:
1199: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1200: httpd/site/029.html, results/436.processed: test for exception in
1201: $response:download[] added
1202:
1203: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1204: and avoid exit status 1 on die
1205:
1206: * tests/results/: 007.processed, 019.processed, 098.processed,
1207: 103.processed, 233.processed: windows headers matter for binary
1208: files
1209:
1210: * tests/httpd/ok.log: tests results updated as extra headers now
1211: cleared on error (related to bug #1255)
1212:
1213: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1214: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1215: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1216: headers in errors, custom send_error in cgi/httpd mode to avoid
1217: memory allocations (fixes bug #1255)
1218:
1219: 2024-11-07 moko
1220:
1221: * tests/: 264.html, results/264.processed: tests updated to test
1222: removal of only trailing empty arguments for backward
1223: compatibility (related to feature #1252)
1224:
1225: * src/classes/file.C: remove trailing empty arguments for backward
1226: compatibility (related to feature #1252)
1227:
1228: 2024-11-05 moko
1229:
1230: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1231: low memory case, when static initialization failed even before
1232: main() start
1233:
1234: 2024-11-04 moko
1235:
1236: * configure, src/include/pa_config_auto.h.in,
1237: src/include/pa_config_fixed.h: _locking no longer used
1238:
1239: * configure.ac: _locking no longer used (related to bug #1231)
1240:
1241: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1242:
1243: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1244:
1245: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1246: unused
1247:
1248: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1249: be used on locking errors (related to bug #1231)
1250:
1251: * src/main/pa_os.C: GetLastError used as errno is not set (related
1252: to bug #1231)
1253:
1254: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1255: allowing shared lock to work (fixes bug #1231)
1256:
1257: * INSTALL: actualized, minor fixes
1258:
1259: * etc/auto.p.in: default LIMITS added
1260:
1261: * AUTHORS: links actualized
1262:
1263: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1264: classes/classes.awk, classes/classes.h, classes/curl.C,
1265: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1266: classes/hash.C, classes/hashfile.C, classes/image.C,
1267: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1268: classes/math.C, classes/memcached.C, classes/memory.C,
1269: classes/op.C, classes/reflection.C, classes/regex.C,
1270: classes/response.C, classes/string.C, classes/table.C,
1271: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1272: include/pa_array.h, include/pa_base64.h,
1273: include/pa_cache_managers.h, include/pa_charset.h,
1274: include/pa_charsets.h, include/pa_common.h,
1275: include/pa_config_fixed.h, include/pa_config_includes.h,
1276: include/pa_dictionary.h, include/pa_dir.h,
1277: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1278: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1279: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1280: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1281: include/pa_request_charsets.h, include/pa_request_info.h,
1282: include/pa_sapi.h, include/pa_socks.h,
1283: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1284: include/pa_stack.h, include/pa_string.h,
1285: include/pa_stylesheet_connection.h,
1286: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1287: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1288: include/pa_uue.h, include/pa_xml_exception.h,
1289: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1290: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1291: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1292: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1293: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1294: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1295: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1296: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1297: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1298: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1299: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1300: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1301: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1302: main/pa_sql_driver_manager.C, main/pa_string.C,
1303: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1304: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1305: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1306: main/untaint.C, sql/pa_sql_driver.h,
1307: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1308: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1309: targets/isapi/parser3isapi.C, types/pa_junction.h,
1310: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1311: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1312: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1313: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1314: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1315: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1316: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1317: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1318: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1319: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1320: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1321: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1322: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1323: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1324: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1325: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1326: types/pa_vresponse.C, types/pa_vresponse.h,
1327: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1328: types/pa_vstateless_object.h, types/pa_vstatus.C,
1329: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1330: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1331: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1332: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1333: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1334:
1.203 moko 1335: 2024-10-28 moko
1336:
1.204 moko 1337: * src/classes/array.C: avoid invalidate()
1338:
1339: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1340: fused to survive in ^array::copy[$a] (related to feature #930)
1341:
1342: * src/types/pa_varray.h: minor optimization as last element is
1343: allways defined if present
1344:
1.203 moko 1345: * tests/: 435.html, results/435.processed: tests for
1346: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1347: for array added (related to feature #1253)
1348:
1349: * src/classes/array.C: typo fixed
1350:
1351: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1352: ^hash.set([-+]index)[value], and same for array added (implements
1353: feature #1253)
1354:
1355: * tests/results/: 246.processed, 298.processed, 342.processed,
1356: 389.processed, 397.processed, 430.processed, 432.processed: tests
1357: results update after minor exceptions texts fixes
1358:
1359: 2024-10-27 moko
1360:
1361: * src/: classes/array.C, classes/hash.C, classes/math.C,
1362: classes/reflection.C, classes/string.C, classes/table.C,
1363: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1364: types/pa_vmethod_frame.h: handy as_index() added, several
1365: exceptions texts fixed (related to feature #930)
1366:
1367: * src/: classes/array.C, types/pa_varray.h: non-working
1368: $array.fields removed, ^array.delete[index] supported (related to
1369: feature #930)
1370:
1371: * tests/: 431.html, results/431.processed: tests updated after
1372: ^a.delete[3] supported
1373:
1374: * tests/: 431.html, 434.html, results/434.processed: tests for last
1375: element used, push/pop, exceptions during arguments processing
1376: and used caching (related to feature #930)
1377:
1378: * src/: classes/array.C, types/pa_varray.h: change_used added for
1379: better used caching and now no issues if exception occures during
1380: append arguments processing (related to feature #930)
1381:
1382: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1383: ^array.pop[] added, last element is allways used (related to
1384: feature #930)
1385:
1386: 2024-10-26 moko
1387:
1388: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1389: types/pa_varray.h: confirm_all_used added where possible (related
1390: to feature #930)
1391:
1392: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1393: small array optimizations (related to feature #930)
1394:
1395: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1396:
1397: * tests/: 431.html, results/431.processed: test for
1398: ^array.compact[undef] added
1399:
1400: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1401: argument to also compact undefined elements (related to feature
1402: #930)
1403:
1404: 2024-10-24 moko
1405:
1406: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1407: VArray::hash is used rarery, no longer caching the result
1408:
1409: * tests/results/432.processed: testing removed from tests
1410:
1411: 2024-10-23 moko
1412:
1413: * tests/: 431.html, results/431.processed: ^array.compact[] test
1414: added
1415:
1416: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1417:
1418: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1419: both "solid" and "sparse" arrays
1420:
1421: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1422:
1423: 2024-10-22 moko
1424:
1425: * tests/results/264.processed: spelling
1426:
1427: * src/classes/file.C: spelling
1428:
1429: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1430: tests updated after ^file::exec[cmd;;$array] implemented and
1431: empty arguments not skipped (related to feature #1252)
1432:
1433: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1434: (implements feature #1252) bugfix: empty arguments no longer
1435: skipped
1436:
1.205 moko 1437: 2024-10-21 moko
1438:
1439: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1440: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1441: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1442: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1443: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1444: site/index.html, site/test.txt: httpd tests added
1445:
1.202 moko 1446: 2024-10-20 moko
1447:
1448: * src/classes/string.C: warnings war
1449:
1450: * src/: main/pa_string.C, classes/array.C: warnings war
1451:
1452: * src/classes/json.C: warnings war
1453:
1454: * src/classes/image.C: warnings war
1455:
1456: * src/: classes/table.C, types/pa_varray.C: warnings war
1457:
1458: * src/classes/array.C: warning war
1459:
1460: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1461:
1462: * src/main/main.vcproj: warnings war
1463:
1464: 2024-10-19 moko
1465:
1466: * tests/427.html: test updated after constructors renamed
1467:
1468: 2024-10-18 moko
1469:
1470: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1471: results/421.processed, results/430.processed,
1472: results/431.processed: test updated after constructors renamed
1473:
1474: * src/classes/array.C: create -> copy, new -> create according to
1475: https://www.parser.ru/forum/?id=86603 discussion (related to
1476: feature #930)
1477:
1478: 2024-10-16 moko
1479:
1480: * src/classes/json.C: $json:array[array or hash] added to provide
1481: more backward compatibility (implements feature #1251)
1482:
1483: 2024-10-15 moko
1484:
1485: * tests/: 421.html, results/421.processed: test results updated
1486: after missing constuctor error check added and array is_index
1487: check added
1488:
1489: * src/main/execute.C: absent constructor message fixed
1490:
1.201 moko 1491: 2024-10-13 moko
1492:
1493: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1494: with is_index() before calling index() for better error reporting
1495: in method name typo (was invalid number, not method not found
1496: exception).
1497:
1498: 2024-10-08 moko
1499:
1500: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1501:
1502: * src/include/pa_array.h: warnings war
1503:
1.200 moko 1504: 2024-10-05 moko
1505:
1506: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1507: returns current row cells array (implements feature #1250)
1508:
1509: * tests/: 405.html, results/169.processed, results/405.processed:
1510: tests updated after ^string.split[;a] implemented (related to
1511: feature #1249)
1512:
1513: * src/classes/string.C: ^string.split[] - 'a' option added for
1514: splitting into an array (implements feature #1249)
1515:
1516: 2024-10-04 moko
1517:
1518: * tests/: 431.html, results/431.processed: final code coverage
1519: array tests
1520:
1521: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1522: array: confirm_all_used() added and used where possible, expand()
1523: now expends faster
1524:
1525: 2024-10-03 moko
1526:
1527: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1528:
1529: * tests/: 256.html, results/256.processed: test for
1530: $.date[unix-timestamp] handling large dates
1531:
1532: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1533: classes/string.C, classes/table.C, include/pa_common.h,
1534: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1535: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1536: format replaced with pa_uitoa where applicable,
1537: $.date[unix-timestamp] fixed for handling large dates
1538:
1539: * tests/: 433.html, results/433.processed: more tests, including
1540: test for possible endless recursion in ^o.GET[]
1541:
1542: * src/types/pa_vobject.C: bugfix: detecting possible endless
1543: recursion in get_scalar_value inside ^o.GET[]
1544:
1545: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1546: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1547: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1548: $LIMITS.max_recursion
1549:
1550: 2024-10-02 moko
1551:
1552: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1553: results/253.processed, results/287.processed,
1554: results/430.processed, results/433.processed: more tests for full
1555: array and json code coverage
1556:
1557: * tests/: 433.html, results/433.processed: tests for hash functions
1558: with array param
1559:
1560: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1561:
1562: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1563: in 246.html used to test ^array.at, same result produced
1564:
1565: * tests/: 430.html, 431.html, results/430.processed,
1566: results/431.processed: more array tests for 100% code coverage
1567: (related to feature #930)
1568:
1569: * tests/: 427.html, 430.html, results/427.processed,
1570: results/430.processed: first portion of array tests added
1571: (related to feature #930)
1572:
1573: * src/classes/array.C: allow only whitespace string as argument for
1574: add and join
1575:
1576: * src/classes/array.C: add behavour for array synced with hash
1577:
1578: 2024-09-30 moko
1579:
1580: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1581: tests added
1582:
1583: * src/classes/array.C: $.distinct should not be used unless
1584: $.sparse(true)
1585:
1586: * tests/: 429-sql.html, results/388-sql.processed,
1587: results/429-sql.processed: tests for ^array::sql{}, including
1588: multi_statements mode (related to feature #930)
1589:
1.199 moko 1590: 2024-09-29 moko
1591:
1592: * src/classes/array.C: synced ^array::sql multi_statements logic
1593: with ^hash::sql new behavour
1594:
1595: 2024-09-28 moko
1596:
1597: * tests/: 428-sql.html, results/388-sql.processed,
1598: results/428-sql.processed: tests updated after column names were
1599: fixed in multi_statements mode (related to feature #1197)
1600:
1601: * src/classes/hash.C: column names are fixed for most cases in
1602: multi_statements mode (related to feature #1197)
1603:
1604: * tests/: 428-sql.html, results/195.processed,
1605: results/224.processed, results/239.processed,
1606: results/254.processed, results/261.processed,
1607: results/306.processed, results/333.processed,
1608: results/341.processed, results/343.processed,
1609: results/344.processed, results/348.processed,
1610: results/364.processed, results/389.processed,
1611: results/390.processed, results/415.processed,
1612: results/420.processed, results/421.processed: tests results
1613: updated after error messages spelling minor fixes
1614:
1615: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1616: spelling
1617:
1618: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1619: classes/image.C, classes/math.C, classes/string.C,
1620: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1621: main/execute.C, main/pa_charset.C, main/pa_common.C,
1622: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1623: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1624: types/pa_vmail.C, types/pa_vobject.C,
1625: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1626: types/pa_vxdoc.C: minor error messages spelling fixes
1627:
1628: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1629: implementation (related to feature #930)
1630:
1631: * tests/: 388-sql.html, results/388-sql.processed: test results
1632: updated after rows number ^file::sql{} check added
1633:
1634: * src/classes/file.C: rows number now checked in ^file::sql{}
1635:
1636: * tests/: 428-sql.html, results/428-sql.processed: more tests
1637:
1638: * tests/: 428-sql.html, results/428-sql.processed: more
1639: multi_statements testing before bugfix
1640:
1641: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1642: results/428-sql.processed: support for multiple sql test files
1643: added
1644:
1645: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1646:
1647: * src/classes/hash.C: more accurate one_bool_column processing
1648:
1649: * tests/: 427.html, results/427.processed: Constructors as methods
1650: behavour documented in test
1651:
1652: * src/classes/hash.C: HashStringValue::Iterator used for options
1653:
1654: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1655:
1656: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1657: testing
1658:
1659: * tests/results/367-curl.processed: test result updated after
1660: server charset changed
1661:
1662: * tests/results/347-curl.processed: error messages updated
1663:
1664: * tests/results/: 346-curl.processed, 379-curl.processed,
1665: 394-curl.processed: tests results updated after Type -> Exception
1666: type replacement
1667:
1668: * tests/results/388-sql.processed: tests result updated after Type
1669: -> Exception type
1670:
1671: 2024-09-27 moko
1672:
1673: * src/classes/hash.C: minor simplification
1674:
1675: 2024-09-24 moko
1676:
1677: * src/main/pa_string.C: atoui error messages improved
1678:
1679: * tests/: 165.html, 312.html, results/165.processed,
1680: results/312.processed, results/379.processed: tests updated after
1681: default endless loop limit increased, atoi error messages
1682: improved
1683:
1684: * src/classes/hash.C: VBool::get used, unification
1685:
1.198 moko 1686: 2024-09-22 moko
1687:
1688: * src/classes/array.C: minor simplification
1689:
1690: * src/classes/array.C: ^array.left(N),
1691: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1692:
1693: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1694: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1695: added, default 1000000 (related to feature #930)
1696:
1697: * tests/: 426.html, results/426.processed: test for negative limit
1698: and offset processing for table options added
1699:
1700: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1701: bugfix: negative limit and offset processing for table options
1702: fixed
1703:
1704: 2024-09-21 moko
1705:
1706: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1707: ^for added that also iterates holes; ^remove added (related to
1708: feature #930)
1709:
1710: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1711: $.offset(M) ] added (related to feature #930)
1712:
1713: 2024-09-20 moko
1714:
1715: * src/: classes/array.C, types/pa_varray.h: array:
1716: +foreach[value]{code}, + add[hash with numeric keys] (related to
1717: feature #930)
1718:
1719: 2024-09-19 moko
1720:
1721: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1722: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1723: support $a[v1;v2;...] syntax (related to feature #930)
1724:
1725: 2024-09-17 moko
1726:
1727: * src/: classes/reflection.C, include/pa_request.h,
1728: main/compile_tools.h, main/pa_request.C:
1729: ^reflection:class_alias[existing class name;alias class name]
1730: added. The array class can now be redefined regardless of the
1731: $.replace(bool) option value (related to feature #930)
1732:
1733: * src/main/: compile.y, compile_tools.h: class_add return value
1734: inverted to add it to request class
1735:
1736: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1737: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1738: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1739: resize if required. spared array - added fused, append.
1740:
1.197 moko 1741: 2024-09-16 moko
1742:
1743: * src/types/pa_varray.h: get moved to where it belongs
1744:
1745: 2024-09-15 moko
1746:
1747: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1748: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1749:
1750: * tests/: 421.html, results/323.processed, results/421.processed:
1751: tests updated after 'spared-array' class renamed to 'array'
1752: following a discussion on the forum (related to feature #930)
1753:
1754: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1755: types/pa_vmail.C: initial SparseArray separation from Array,
1756: parser class now 'array'
1757:
1758: 2024-09-14 moko
1759:
1760: * tests/: 030.html, results/030.processed: out of range expires
1761: check added
1762:
1763: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1764: checking expires time using VDate
1765:
1766: 2024-09-13 moko
1767:
1768: * src/: classes/array.C, classes/curl.C, classes/date.C,
1769: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1770: classes/memcached.C, classes/op.C, classes/regex.C,
1771: classes/string.C, classes/xdoc.C, classes/xnode.C,
1772: main/execute.C, main/pa_http.C, main/pa_request.C,
1773: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1774: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1775: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1776: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1777: removed as dynamic_cast is faster, Value::is() is still required
1778: for is operator.
1779:
1780: 2024-09-12 moko
1781:
1782: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1783: classes/table.C, classes/xnode.C, include/pa_array.h,
1784: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1785: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1786: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1787: templated pa_itoa/pa_uitoa added to work with any integer type,
1788: String::Body::Format removed
1789:
1790: 2024-09-10 moko
1791:
1792: * src/classes/array.C: append and insert methods added to
1793: sparse-array (related to feature #930)
1794:
1795: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1796: tests updated after sparse-array was added to avoid ^json:parse[]
1797: using it in old tests (related to feature #930)
1798:
1799: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1800: types/pa_varray.h: sparse-array class added (initial feature #930
1801: implementation)
1802:
1803: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1804: for sparse-array class files (related to feature #930)
1805:
1806: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1807: types/pa_vhash.h: VArray support functions without actual VArray
1808: files (related to feature #930)
1809:
1.196 moko 1810: 2024-09-07 moko
1811:
1812: * src/: classes/curl.C, classes/string.C, classes/table.C,
1813: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1814: main/pa_http.C, main/pa_sql_driver_manager.C,
1815: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1816: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1817: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1818: with Hash::Iterator, has_next() replaced with operator bool
1819: (related to feature #930)
1820:
1821: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1822: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1823: types/pa_vstateless_class.C: Array class extended,
1824: Array::Iterator added and used (related to feature #930)
1825:
1.195 moko 1826: 2024-08-26 moko
1827:
1828: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1829: should be used on argv[0] as well to match document root.
1830:
1.194 moko 1831: 2024-08-25 moko
1832:
1833: * src/main/pa_request.C: be more specific
1834:
1835: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1836: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1837: (fixes bug #1244)
1838:
1839: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1840: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1841: rsplit(..., '\\') is not correct when / and \ are mixed in path
1842:
1843: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1844:
1.193 moko 1845: 2024-07-24 moko
1846:
1847: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1848: main/execute.C, main/pa_string.C: Warning war: clang changed
1849: -Wdeprecated-register warning to -Wregister, it's easier to
1850: remove all register vars then continue this fight. :)
1851:
1852: * src/main/: compile.y, compile.tab.C: warning war: register
1853: removed
1854:
1.192 moko 1855: 2024-07-14 moko
1856:
1857: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1858: checking the HTTP request environment; if the variable is not
1859: present, checking the web server process environment (implements
1860: feature #1242)
1861:
1.191 moko 1862: 2024-05-26 moko
1863:
1864: * tests/: 195.html, 229.html, results/096.processed,
1865: results/097.processed, results/158.processed,
1866: results/186.processed, results/273.processed,
1867: results/293.processed, results/317.processed,
1868: results/389.processed, results/402.processed: tests updated as
1869: single quote now escaped with ' in HTML tainting mode
1870: (related to feature #1241)
1871:
1872: * src/main/untaint.C: single quote now escaped with ' in HTML
1873: tainting mode (implements feature #1241)
1874:
1875: * tests/results/: 020.processed, 021.processed, 026.processed,
1876: 042.processed, 043.processed, 057.processed, 110.processed,
1877: 115.processed, 116.processed, 117.processed, 118.processed,
1878: 119.processed, 120.processed, 125.processed, 126.processed,
1879: 128.processed, 130.processed, 131.processed, 132.processed,
1880: 133.processed, 135.processed, 136.processed, 138.processed,
1881: 139.processed, 140.processed, 145.processed, 150.processed,
1882: 151.processed, 165.processed, 174.processed, 181.processed,
1883: 182.processed, 192.processed, 193.processed, 201.processed,
1884: 213.processed, 224.processed, 226.processed, 230.processed,
1885: 239.processed, 240.processed, 244.processed, 253.processed,
1886: 254.processed, 261.processed, 264.processed, 269.processed,
1887: 274.processed, 275.processed, 288.processed, 294.processed,
1888: 296.processed, 303.processed, 306.processed, 307.processed,
1889: 308.processed, 311.processed, 312.processed, 314.processed,
1890: 315.processed, 316.processed, 320.processed, 323.processed,
1891: 324.processed, 325.processed, 328.processed, 330.processed,
1892: 332.processed, 333.processed, 337.processed, 338.processed,
1893: 341.processed, 342.processed, 343.processed, 344.processed,
1894: 345.processed, 348.processed, 352.processed, 356.processed,
1895: 357.processed, 363.processed, 364.processed, 368.processed,
1896: 372.processed, 373.processed, 376.processed, 378.processed,
1897: 379.processed, 385.processed, 386.processed, 387.processed,
1898: 389.processed, 390.processed, 395.processed, 397.processed,
1899: 398.processed, 399.processed, 404.processed, 406.processed,
1900: 413.processed, 414.processed, 420.processed, 421.processed,
1901: 424.processed, auto.p: Type -> Exception type for readability
1902:
1903: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1904: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1905: results/119.processed, results/165.processed,
1906: results/175.processed, results/192.processed,
1907: results/213.processed, results/217.processed,
1908: results/230.processed, results/240.processed,
1909: results/298.processed, results/380.processed,
1910: results/415.processed: try-catch, try-catch-comment used
1911:
1912: 2024-05-21 moko
1913:
1914: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1915: results/180.processed, results/195.processed,
1916: results/224.processed, results/auto.p: @try-catch-comment added
1917: and used
1918:
1919: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1920: 415.html, results/269.processed, results/283.processed,
1921: results/auto.p: more tests are updated to prepare for apostrophe
1922: escaping in HTML tainting
1923:
1924: * tests/results/: 181.processed, 294.processed, 296.processed,
1925: 315.processed, 379.processed, 389.processed, auto.p:
1926: $exception.comment printed as-is for whitespace reporting and to
1927: prepare for apostrophe escaping in HTML mode
1928:
1.190 moko 1929: 2024-05-11 moko
1930:
1931: * tests/: 099.html, 100.html, results/099.processed,
1932: results/100.processed: a test for non-UTF-8 filename* added
1933: (related to feature #1240)
1934:
1935: * tests/: 293.html, results/293.processed: tainting modes tests
1936: added
1937:
1938: * tests/results/: 099.processed, 100.processed, 205.processed,
1939: 309.processed, 310.processed, 419.processed: tests results
1940: updated after filename* added (related to feature #1240)
1941:
1942: * src/: include/pa_common.h, main/pa_request.C: The filename*
1943: parameter was added to the Content-Disposition header to conform
1944: with RFC 6266, with code provided by Sumo (implements feature
1945: #1240)
1946:
1947: 2024-05-10 moko
1948:
1949: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1950: positive performance effect in our case
1951:
1.189 moko 1952: 2024-03-27 moko
1953:
1954: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1955: (related to feature #1236)
1956:
1957: 2024-03-15 moko
1958:
1959: * tests/: 413.html, results/413.processed: test for object still
1960: can be used as file parameter (related to bug #1218)
1961:
1962: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1963: still can be used in file context (fixes bug #1218)
1964:
1965: 2024-03-14 moko
1966:
1967: * src/include/pa_string.h: ArrayString get() null result assert
1968: also added (related to bug #1238)
1969:
1970: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1971: VString::empty() used instead of new VString()
1972:
1973: 2024-03-12 moko
1974:
1975: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1976: results/379.processed: test added for cookie without value
1977: (related to bug #1238)
1978:
1979: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1980: values are now required to be non-null (related to bug #1238)
1981:
1982: * src/main/pa_http.C: cookies without value are now parsed
1983: correctly (fixed bug #1238)
1984:
1985: 2024-03-11 moko
1986:
1987: * tests/run_parser.sh: for better error reporting
1988:
1.188 moko 1989: 2023-12-30 moko
1990:
1991: * tests/: 038.html, results/038.processed: test for atan2 added
1992:
1993: 2023-12-29 moko
1994:
1995: * src/classes/math.C: atan2(y,x) math function added
1996:
1.187 moko 1997: 2023-12-14 moko
1998:
1999: * tests/212.html: pcre2 compatibility (related to feature #1236)
2000:
2001: * tests/: 425.html, results/425.processed: test for pcre/pcre2
2002: exceptions and behavour added (related to feature #1236)
2003:
2004: 2023-12-13 moko
2005:
2006: * buildall: by default parser is now bundled with pcre2 10.42,
2007: --without-pcre2 option added to build with pcre-8.45 (related to
2008: feature #1236)
2009:
2010: 2023-12-12 moko
2011:
2012: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
2013: support added (implements feature #1236)
2014:
2015: * src/: include/pa_charset.h, include/pa_config_includes.h,
2016: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
2017: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
2018: types/pa_vregex.h: Adopted patch from Yavor Doganov
2019: <yavor@gnu.org> to add pcre2 library support (implements feature
2020: #1236)
2021:
1.186 moko 2022: 2023-11-28 moko
2023:
2024: * src/include/pa_config_includes.h: warnings war continues
2025:
2026: * src/include/pa_config_includes.h: warning war
2027:
2028: * tests/: 424.html, results/424.processed: tests for '+' and '-'
2029: number strings, whitespace and sign in exception messages
2030: (related to bug #1234)
2031:
1.185 moko 2032: 2023-11-26 moko
2033:
2034: * tests/: 274.html, results/224.processed, results/274.processed:
2035: tests for date double, int, bool added (related to feature #1235)
2036:
2037: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
2038: added for date class (implements feature #1235)
2039:
2040: 2023-11-23 moko
2041:
2042: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
2043: and '-' strings are no longer can be treated as number 0,
2044: exception thrown (fixes bug #1234)
2045:
1.184 moko 2046: 2023-11-18 moko
2047:
2048: * src/include/pa_types.h: minor
2049:
2050: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
2051:
2052: * tests/: 389.html, results/389.processed: error messages for some
2053: OS differs a bit, reducing failing tests for them
2054:
2055: 2023-11-17 moko
2056:
2057: * tests/: 423.html, results/423.processed: test for optional
2058: @auto[] inheritance added (related to feature #1233)
2059:
2060: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
2061: types/pa_vstateless_class.C: optional @auto[] inheritance
2062: implemented if defined with two args (path, class name)
2063: (implements feature #1233)
2064:
2065: * src/: classes/double.C, classes/int.C, classes/math.C,
2066: include/pa_random.h, include/pa_types.h, main/pa_common.C,
2067: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
2068: sync double->int overflow behavour under different architectures
2069: (fixes bug #1232)
2070:
2071: * tests/: 422.html, results/422.processed: int clipping added
2072:
2073: 2023-11-16 moko
2074:
2075: * tests/: 422.html, results/422.processed: test for int and uint
2076: overflow in ^n.format[d/u/x]
2077:
2078: * src/classes/math.C: bugfix: crc32 should not be negative (under
2079: Apple M1 when negative double converts to uint the result is 0)
2080: and crc32 should be 32 bits
2081:
2082: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
2083: on Apple M1 it's 0
2084:
2085: * src/classes/file.C: bugfix: crc32 should not be negative (under
2086: Apple M1 when negative double converts to uint the result is 0)
2087: and crc32 should be 32 bits
2088:
1.183 moko 2089: 2023-10-07 moko
2090:
2091: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
2092: behavour with other OP_NUM_*, related to bug #1230
2093:
2094: 2023-10-06 moko
2095:
2096: * tests/: 338.html, results/338.processed: test for bug #1230 added
2097:
2098: * src/: main/execute.C, types/pa_vdate.h: force double operands to
2099: be converted to double to avoid 80 bit operations in x87 mode
2100: (fixes bug #1230)
2101:
2102: 2023-10-05 moko
2103:
2104: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
2105: compatibility
2106:
2107: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
2108:
2109: * tests/: 421.html, results/421.processed: test to cover all
2110: classes and objects nonexistent method and field exceptions
2111: (related to feature #1080 and #1227)
2112:
2113: * tests/results/: 182.processed, 324.processed: undefined method ->
2114: <type> method not found exception (related to feature #1080)
2115:
2116: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
2117: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
2118: "element can not be fetched from" for them, "field not found" for
2119: all other types (related to bug #1227)
2120:
2121: 2023-10-03 moko
2122:
2123: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
2124: <type> method not found" exception now thrown for static calls
2125: instead of "undefined method" without class name (related to
2126: feature #1080)
2127:
2128: 2023-10-02 moko
2129:
2130: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
2131: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
2132: <method name>, Comment: <type> method not found" exception now
2133: thrown for all dynamic objects instead of "undefined method"
2134: without class name (implements feature #1080)
2135:
1.182 moko 2136: 2023-10-01 moko
2137:
2138: * src/classes/json.C: we don't have a dynamic json object.
2139:
2140: 2023-09-28 moko
2141:
2142: * tests/: 420.html, results/261.processed, results/420.processed:
2143: tests updated after bug #1228 fix reverted
2144:
2145: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2146: whitespace string is hash compatible, so we don't want $s.key to
2147: return a junction
2148:
2149: * tests/: 261.html, 420.html, results/261.processed,
2150: results/420.processed: test for bug #1227 added, test updated
2151: after bug #1228 fixed
2152:
2153: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2154: now throws exception as $non-empty-string.field (fixes bug #1227)
2155:
2156: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2157: #1228)
2158:
2159: 2023-09-26 moko
2160:
2161: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2162: src/classes/classes.C, src/classes/classes.awk,
2163: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2164: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2165: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2166: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2167: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2168: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2169: src/classes/regex.C, src/classes/response.C,
2170: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2171: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2172: src/include/pa_array.h, src/include/pa_base64.h,
2173: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2174: src/include/pa_charsets.h, src/include/pa_common.h,
2175: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2176: src/include/pa_dictionary.h, src/include/pa_dir.h,
2177: src/include/pa_exception.h, src/include/pa_exec.h,
2178: src/include/pa_globals.h, src/include/pa_hash.h,
2179: src/include/pa_http.h, src/include/pa_memory.h,
2180: src/include/pa_opcode.h, src/include/pa_operation.h,
2181: src/include/pa_os.h, src/include/pa_pool.h,
2182: src/include/pa_random.h, src/include/pa_request.h,
2183: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2184: src/include/pa_sapi.h, src/include/pa_socks.h,
2185: src/include/pa_sql_connection.h,
2186: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2187: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2188: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2189: src/include/pa_table.h, src/include/pa_threads.h,
2190: src/include/pa_types.h, src/include/pa_uue.h,
2191: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2192: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2193: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2194: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2195: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2196: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2197: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2198: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2199: src/main/compile.tab.C, src/main/compile.y,
2200: src/main/compile_tools.C, src/main/compile_tools.h,
2201: src/main/execute.C, src/main/pa_base64.C,
2202: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2203: src/main/pa_charsets.C, src/main/pa_common.C,
2204: src/main/pa_dictionary.C, src/main/pa_dir.C,
2205: src/main/pa_exception.C, src/main/pa_exec.C,
2206: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2207: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2208: src/main/pa_request.C, src/main/pa_socks.C,
2209: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2210: src/main/pa_stylesheet_connection.C,
2211: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2212: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2213: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2214: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2215: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2216: src/targets/apache/mod_parser3_core.C,
2217: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2218: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2219: src/types/pa_method.h, src/types/pa_property.h,
2220: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2221: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2222: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2223: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2224: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2225: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2226: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2227: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2228: src/types/pa_vhash.C, src/types/pa_vhash.h,
2229: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2230: src/types/pa_vimage.C, src/types/pa_vimage.h,
2231: src/types/pa_vint.h, src/types/pa_vjunction.C,
2232: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2233: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2234: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2235: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2236: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2237: src/types/pa_vobject.h, src/types/pa_vregex.C,
2238: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2239: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2240: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2241: src/types/pa_vstateless_class.h,
2242: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2243: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2244: src/types/pa_vstring.h, src/types/pa_vtable.C,
2245: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2246: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2247: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2248: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2249: src/types/pa_wwrapper.h: copyright, authors actualized
2250:
1.181 moko 2251: 2023-08-20 moko
2252:
2253: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2254: commited (related to feature #1219)
2255:
2256: 2023-08-16 moko
2257:
2258: * src/main/pa_random.C: replaced clock precision with monotonicity
2259: counter, good for Windows version with low clock frequency
2260: (related to feature #1229)
2261:
2262: 2023-08-15 moko
2263:
2264: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2265: fixes related to feature #1229
2266:
2267: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2268: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2269: (implements feature #1229)
2270:
1.180 moko 2271: 2023-08-02 moko
2272:
2273: * tests/: results/417.processed, 417.html: test for empty string
2274: match after last char added (related to bug #1224)
2275:
2276: * src/main/pa_string.C: avoid prestart++ after last char on zero
2277: length match (related to bug #1224)
2278:
1.179 moko 2279: 2022-11-22 moko
2280:
2281: * tests/: 419.html, results/419.processed: test for L_URI and path
2282: removeal from filename added (related to bug #1204)
2283:
2284: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2285: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2286: attribute value, L_URI should be used
2287:
1.178 moko 2288: 2022-09-21 moko
2289:
2290: * src/targets/cgi/parser3.C: more clear error messages
2291:
2292: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2293: SAPI_Info will return 0 in read_post and post_size !=
2294: content_length will be thrown
2295:
1.177 moko 2296: 2022-08-23 moko
2297:
2298: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2299: header value
2300:
2301: 2022-08-22 moko
2302:
2303: * tests/: 418.html, results/418.processed: test for
2304: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2305: to #1225)
2306:
2307: * src/classes/hash.C: keep old behavoir by default
2308:
2309: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2310: $.order[self|arg] ] added (implements #1215)
2311:
1.176 moko 2312: 2022-03-21 moko
2313:
2314: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2315: xmlInitCharEncodingHandlers is called in libxml static
2316: initializers before gc_substitute_memory_management_functions in
2317: pa_globals and thus gc may not see reference to our
2318: xmlCharEncodingHandler and free it.
2319:
1.175 moko 2320: 2022-01-26 moko
2321:
2322: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2323:
1.174 moko 2324: 2021-12-28 moko
2325:
2326: * tests/: 417.html, results/417.processed: test for empty string
2327: match added (related to bug #1224)
2328:
2329: * src/main/pa_string.C: empty string match now works (fixes bug
2330: #1224)
2331:
1.173 moko 2332: 2021-12-24 moko
2333:
2334: * tests/: 415_dir/29.p, results/415.processed: yet another test
2335:
2336: 2021-12-23 moko
2337:
2338: * src/: classes/table.C, main/pa_request.C: warnings war
2339:
2340: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2341: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2342:
2343: 2021-12-21 moko
2344:
2345: * tests/: 416.html, results/416.processed: test for ^break[] in
2346: ^hash/table.select[] (related to feature #1222)
2347:
2348: * src/classes/: hash.C, table.C: ^break[] support for
2349: ^hash/table.select[] (implements feature #1222)
2350:
1.172 moko 2351: 2021-11-30 moko
2352:
2353: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2354: 0.5 sec
2355:
1.171 moko 2356: 2021-11-10 moko
2357:
2358: * tests/results/415.processed: more syntax errors tests added
2359:
2360: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2361: 28.p: minor syntax error tests
2362:
2363: * src/main/pa_exception.C: pa_strdup added for compatibility
2364:
2365: * src/classes/curl.C: hint to call ^curl:options[
2366: $.library[correct.libcurl.so.name] ] added if default load fails.
2367:
2368: 2021-11-09 moko
2369:
2370: * src/main/compile.y: error message can be on stack
2371:
2372: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2373:
2374: * src/main/pa_charset.C: memcpy is more correct and efficient in
2375: this case then strncpy
2376:
2377: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2378: instead of strcpy where possible
2379:
2380: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2381: used to avoid MAX_STRING limit in Exception comment
2382:
2383: * tests/results/415.processed: compiler exceptions are no longer
2384: limited to MAX_STRING
2385:
2386: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2387: char * instead of fixed buffer
2388:
2389: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2390: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2391: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2392: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2393: results/415.processed: tests for parser.compile exceptions added
2394:
2395: 2021-11-08 moko
2396:
2397: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2398: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2399: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2400: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2401: drawbacks
2402:
1.170 moko 2403: 2021-11-06 moko
2404:
2405: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2406: (implements feature #1219)
2407:
2408: * tests/: 414.html, results/414.processed: test for
2409: ^hash.rename[from;to] added (related to feature #1144)
2410:
2411: 2021-11-05 moko
2412:
2413: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2414: (related to feature #1144)
2415:
2416: 2021-11-04 moko
2417:
2418: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2419: added (implements feature #1144)
2420:
1.169 moko 2421: 2021-10-19 moko
2422:
2423: * tests/: 413.html, results/413.processed: test for hash no longer
2424: is accepted as file parameter (related to bug #1218)
2425:
2426: * src/: classes/curl.C, classes/file.C, classes/image.C,
2427: classes/math.C, classes/xdoc.C, types/pa_value.C,
2428: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2429: longer is accepted as file parameter (fixes bug #1218)
2430:
1.168 moko 2431: 2021-07-19 moko
2432:
2433: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2434: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2435:
1.167 moko 2436: 2021-04-16 moko
2437:
2438: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2439: processing it leads to assertions.
2440:
1.166 moko 2441: 2021-03-25 moko
2442:
2443: * tests/: 412.html, results/412.processed: test to demonstrate bug
2444: #1213
2445:
1.165 moko 2446: 2021-02-12 moko
2447:
2448: * tests/: 360.html, results/360.processed, results/363.processed:
2449: parser method call in expression mode no longer differs from call
2450: in string mode (related to feature #1211)
2451:
2452: 2021-02-11 moko
2453:
2454: * src/types/pa_vmail.C: mail parsing with Windows line endings
2455: fixed (bug #1212)
2456:
2457: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2458: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2459: strings in both calls (implements feature #1211)
2460:
1.164 moko 2461: 2021-01-28 moko
2462:
2463: * buildall, etc/auto.p.in: to remove last patch in debian package
2464:
2465: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2466: 3.4.7b
2467:
1.162 moko 2468: 2021-01-21 moko
2469:
2470: * src/main/pa_http.C: no alarm() in file::load when web server mode
2471: is MULTITHREADED
2472:
1.157 moko 2473: 2021-01-20 moko
2474:
1.161 moko 2475: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2476: 'a2enmod mpm_prefork'
2477:
1.160 moko 2478: * src/targets/apache/mod_parser3.c: prefork name is now
2479: 'libapache2-mpm-itk'
2480:
2481: * src/targets/apache/mod_parser3_core.C: last regular malloc
2482: removed
2483:
1.159 moko 2484: * src/targets/isapi/Makefile.am: -pa_threads.C
2485:
1.158 moko 2486: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2487: 3.4.6
2488:
1.157 moko 2489: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2490:
2491: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2492: /httpd.p
2493:
2494: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2495: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2496: #1203)
2497:
2498: 2021-01-19 moko
2499:
2500: * buildall: --disable-parallel-mark added to avoid "number of
2501: processors" threads creation for heap marking as it conflicts
2502: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2503: limits threads)
2504:
1.156 moko 2505: 2021-01-16 moko
2506:
2507: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2508: main/pa_globals.C, main/pa_memory.C,
2509: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2510: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2511: feature #1209)
2512:
2513: 2021-01-15 moko
2514:
2515: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2516: 3.4.6rc
2517:
2518: * src/classes/json.C: get_delim added for delimiter caching (10%
2519: faster on large json)
2520:
2521: 2021-01-14 moko
2522:
1.211 moko 2523: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2524:
2525: * tests/results/224.processed: test result modified after
2526: today(shift) implemented
2527:
2528: * tests/: 407.html, results/407.processed: test for ^hash.select
2529: option $.default(bool) added (related to feature #1172)
2530:
2531: * src/classes/hash.C: ^hash.select option $.default(bool) added
2532: (related to feature #1172)
2533:
2534: * tests/: 141.html, results/141.processed: test modified for
2535: feature #1185.
2536:
2537: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2538: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2539: options $.lower(bool) (implements feature #1185)
2540:
2541: 2021-01-11 moko
2542:
2543: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2544: #1192)
2545:
2546: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2547: added (related to feature #1192)
2548:
1.155 moko 2549: 2021-01-05 moko
2550:
2551: * tests/: 270.html, results/270.processed: test modified to work
2552: under Windows
2553:
2554: * tests/: 390.html, 395.html, results/395.processed: tests updated
2555: 4 windows
2556:
2557: * tests/: 410.html, results/410.processed: test for
2558: $CLASS-GETTER-PROTECTED(false) added
2559:
2560: 2021-01-04 moko
2561:
2562: * tests/: 409.html, results/409.processed, results/auto.p: test for
2563: $MAIN:LOCALS(true) added
2564:
1.154 moko 2565: 2021-01-03 moko
2566:
2567: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2568: types/pa_vclass.h, types/pa_vstateless_class.C,
2569: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2570: +LOCALS. $main -> $MAIN in exception texts (implements feature
2571: #1207)
2572:
2573: 2021-01-02 moko
2574:
2575: * etc/auto.p.in: minor
2576:
2577: * src/main/pa_request.C: sending headers only after opening file to
2578: allow error reporting if file was not opened (foreign group,
2579: etc).
2580:
2581: 2020-12-31 moko
2582:
2583: * src/: include/pa_request.h, main/pa_request.C,
2584: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2585:
2586: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2587: main/pa_request.C: get_class_ref added and used
2588:
2589: * etc/auto.p.in: @CLASS httpd added
2590:
2591: * etc/auto.p.in: @auto[] is now first
2592:
2593: 2020-12-30 moko
2594:
2595: * tests/: 408.html, results/408.processed: test for bug #1166
2596: (windows only) added
2597:
2598: * src/main/pa_common.C: create_dir_for_file should not create dir
2599: for trailing / (fixes bug #1166)
2600:
2601: * tests/: 341.html, results/341.processed: tests for
2602: ^nameless_table.hash[] added (related to feature #1138)
2603:
2604: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2605: (implements feature #1138), extra fields in named tables no
2606: longer ignored (implements feature #1138)
2607:
2608: * tests/results/390.processed: updated after exception text change
2609:
2610: 2020-12-29 moko
2611:
2612: * tests/: 407.html, results/407.processed: +$._default check
2613:
2614: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2615:
2616: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2617: and ^hash.reverse[] added (releated to feature #1172)
2618:
2619: * src/classes/hash.C:
2620: ^hash.select[key;value](bool-condition)[options hash] +
2621: ^hash.reverse[] added (implements feature #1172)
2622:
2623: * src/types/pa_vtable.h: warning war
2624:
2625: * src/include/pa_config_fixed.h: win32 fix
2626:
1.153 moko 2627: 2020-12-27 moko
2628:
2629: * tests/: 406.html, results/406.processed: test results updated
2630:
2631: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2632: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2633: spelling
2634:
2635: 2020-12-26 moko
2636:
2637: * tests/: 406.html, results/406.processed: tests for
2638: ^table.rename[] added (related to feature #1148)
2639:
2640: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2641: ^table.rename[column name from;column name to], ^table.rename[
2642: $.[column name from][column name to] ... ] added (implements
2643: feature #1148)
2644:
2645: 2020-12-25 moko
2646:
2647: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2648: request_info now on stack to avoid yet another THREAD_LOCAL
2649: memory deallocation issue (now with cookies), explained in #1203
2650:
2651: * src/types/pa_vcookie.C: fields should be inited
2652:
2653: 2020-12-24 moko
2654:
2655: * src/include/pa_stylesheet_connection.h: looks like
2656: xsltFreeStylesheet leads to memory double-free. If so, it's for
2657: sure libxml bug, but we have GC anyway, so we just remove this
2658: call and see...
2659:
2660: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2661: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2662: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2663: abort.c:65:8 frame #3: 0x00000000004da663
2664: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2665: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2666: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2667: malloc.c:617:9 frame #5: 0x0000000000577f0c
2668: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2669: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2670: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2671: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2672: frame #8: 0x000000000050d35c
2673: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2674: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2675: frame #10: 0x00000000004436e5
2676: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2677: [inlined]
2678: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2679: pa_stylesheet_connection.h:62:3
2680:
2681: 2020-12-23 moko
2682:
2683: * src/classes/image.C: ^image::measure[; $.video() ] option added
2684:
2685: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2686: ^image::measure[; $.video(true) ] added
2687:
2688: * src/main/pa_exec.C: not cleared automatically in multithreaded
2689: httpd mode for unknown reasons
2690:
2691: 2020-12-22 moko
2692:
2693: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2694: error_log uri of currently processed document", but never used
2695: and conflicts with how libgc stops threads on FreeBSD (#define
2696: SIG_SUSPEND SIGUSR1), thus removed.
2697:
2698: 2020-12-21 moko
2699:
2700: * src/main/pa_request.C: +comment
2701:
1.151 moko 2702: 2020-12-20 moko
2703:
1.152 moko 2704: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2705: it is more safe to have versions of pa_strdup with one and two
2706: arguments, as helper_length=0 not always mean that strlen()
2707: should be called, but means zero.
2708:
2709: * src/targets/isapi/parser3isapi.C: minor
2710:
2711: * src/main/pa_http.C: +valid_http_method
2712:
1.151 moko 2713: * src/: include/pa_http.h, main/pa_http.C,
2714: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2715:
2716: 2020-12-17 moko
2717:
2718: * tests/: 405.html, results/405.processed: test for split by regex
2719: added (related to feature #1160)
2720:
2721: * src/classes/string.C: split by regex implemented (feature #1160)
2722:
2723: * src/classes/string.C: minor
2724:
2725: * tests/: 404.html, results/404.processed: test for whitespace
2726: string is now OK for table argument (related to feature #1169)
2727:
2728: * src/: classes/image.C, classes/string.C, classes/table.C,
2729: types/pa_vmethod_frame.C: whitespace string is now OK for table
2730: argument (as with hash) (implements feature #1169)
2731:
2732: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2733: limit for comment (fixes bug #1102)
2734:
2735: * src/targets/cgi/parser3.C: +HAVE_TLS check
2736:
2737: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2738:
2739: * src/include/pa_config_includes.h: HAVE_TLS used
2740:
2741: * configure.ac: +TLS check
2742:
2743: * src/main/pa_http.C: content logging added
2744:
2745: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2746: clear_response_headers added
2747:
2748: 2020-12-16 moko
2749:
2750: * buildall: as we now use threads, libatomic_ops still required for
2751: some OS.
2752:
2753: * src/main/pa_request.C: whitespace
2754:
2755: * src/: include/pa_request.h, main/pa_request.C:
2756: Request::Exception_trace::table extracted and used
2757:
2758: * src/main/pa_request.C: moving output_result call outside of try
2759: as network exceptions should not be handled by parser code
2760:
2761: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2762: logging network exchange
2763:
2764: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2765: via network if it was network write error.
2766:
2767: * src/targets/cgi/parser3.C: log -> pa_log
2768:
2769: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2770:
2771: * src/main/pa_threads.C: getpid() if no gettid() found
2772:
2773: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2774: we need to ignore "void" connections from browsers (browsers open
2775: connections in advance and they will be empty if user does not
2776: request more pages)
2777:
2778: 2020-12-15 moko
2779:
2780: * src/targets/cgi/parser3.C: avoid previous uri in logs
2781:
2782: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2783: RequestController not needed in httpd mode
2784:
2785: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2786: classes/classes.h, classes/curl.C, classes/date.C,
2787: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2788: classes/hashfile.C, classes/image.C, classes/inet.C,
2789: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2790: classes/memcached.C, classes/memory.C, classes/op.C,
2791: classes/reflection.C, classes/regex.C, classes/response.C,
2792: classes/string.C, classes/table.C, classes/void.C,
2793: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2794: include/pa_array.h, include/pa_base64.h,
2795: include/pa_cache_managers.h, include/pa_charset.h,
2796: include/pa_charsets.h, include/pa_common.h,
2797: include/pa_config_fixed.h, include/pa_config_includes.h,
2798: include/pa_dictionary.h, include/pa_dir.h,
2799: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2800: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2801: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2802: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2803: include/pa_request_charsets.h, include/pa_request_info.h,
2804: include/pa_sapi.h, include/pa_socks.h,
2805: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2806: include/pa_stack.h, include/pa_string.h,
2807: include/pa_stylesheet_connection.h,
2808: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2809: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2810: include/pa_uue.h, include/pa_xml_exception.h,
2811: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2812: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2813: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2814: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2815: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2816: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2817: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2818: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2819: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2820: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2821: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2822: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2823: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2824: main/pa_sql_driver_manager.C, main/pa_string.C,
2825: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2826: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2827: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2828: main/untaint.C, sql/pa_sql_driver.h,
2829: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2830: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2831: targets/isapi/parser3isapi.C, types/pa_junction.h,
2832: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2833: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2834: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2835: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2836: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2837: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2838: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2839: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2840: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2841: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2842: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2843: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2844: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2845: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2846: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2847: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2848: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2849: types/pa_vstateless_object.h, types/pa_vstatus.C,
2850: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2851: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2852: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2853: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2854: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2855:
2856: * src/main/pa_request.C: old compilers support
2857:
2858: * tests/: 362.html, results/362.processed: test updated after
2859: changes after upgrade to libxml2-2.9.9 were made (related to bug
2860: #1108)
2861:
2862: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2863: removed, as xsltFreeStylesheet has side effects on original doc.
2864: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2865: not updated after xdoc modification (part 3 of test 362).
2866: (related to bug #1108)
2867:
2868: * src/targets/isapi/parser3isapi.C: +pa_strcat
2869:
2870: * src/: classes/memory.C, include/pa_memory.h,
2871: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2872: PA_GC_GCOLLECT used
2873:
2874: * src/include/pa_memory.h: +PA_GC_COLLECT
2875:
2876: * src/targets/cgi/parser3.C: msvs support fixes
2877:
2878: * src/lib/gc/include/gc.h: more cleanup
2879:
2880: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2881:
2882: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2883: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2884:
2885: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2886:
2887: * configure.ac: pthread.h added to checked headers
2888:
2889: * src/classes/table.C: string stream is back :)
2890:
2891: * src/classes/memory.C: GC_generate_random_backtrace no longer
2892: exists
2893:
2894: * src/main/pa_globals.C: GC_dont_gc replaced
2895:
2896: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2897: left to simplify adding new functions. depricated GC_dont_gc
2898: replaced with GC_disable and GC_enable calls.
2899:
2900: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2901: CORD_from_file* not used and thus removed
2902:
2903: * src/lib/gc/include/gc_allocator.h: minor cleanup
2904:
2905: 2020-12-14 moko
2906:
2907: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2908: referenced elsewhere, or GC will collect it.
2909:
2910: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2911: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2912: elsewhere, or GC will collect them (and we'll get GPF in
2913: multithreaded enviroment). May be it can be also fixed by some
2914: GC call, not sure. But this fix costs nothing (but hours of
2915: debugging to find the issue :).
2916:
1.150 moko 2917: 2020-12-11 moko
2918:
2919: * configure.ac: gettid() check added
2920:
2921: * src/main/pa_threads.C: HAVE_GETTID used
2922:
2923: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2924:
2925: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2926: version for isapi/cgi/apache
2927:
2928: * buildall: threads are now required.
2929:
2930: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2931: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2932: main/main.vcproj: pa_threads.C moved to main
2933:
2934: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2935: isapi/pa_threads.C: pa_threads.C moved to main
2936:
2937: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2938: targets/apache/Makefile.am: pa_threads.C moved to main
2939:
2940: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2941:
2942: * src/: include/pa_stylesheet_connection.h,
2943: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2944: and weird GPF in multithreaded httpd is gone
2945:
2946: * src/include/: pa_stylesheet_connection.h,
2947: pa_sql_driver_manager.h: whitespace
2948:
2949: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2950:
2951: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2952: main/pa_stylesheet_manager.C: whitespace, warning war
2953:
2954: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2955: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2956: parser_multithreaded never used
2957:
2958: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2959:
2960: 2020-12-10 moko
2961:
2962: * src/: include/pa_config_includes.h, include/pa_http.h,
2963: main/pa_http.C, targets/cgi/parser3.C: initial support for
2964: MULTITHREADED and PARALLEL httpd server modes
2965:
2966: * src/main/pa_globals.C: GC_java_finalization is depricated
2967:
2968: 2020-12-09 moko
2969:
2970: * etc/auto.p.in: + @httpd-main
2971:
2972: * src/: include/pa_common.h, main/pa_request.C,
2973: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2974: work
2975:
2976: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2977: slow file_read_binary no longer used, send_range added
2978:
2979: 2020-12-08 moko
2980:
2981: * src/main/pa_request.C: >4Gb support
2982:
2983: * src/targets/cgi/parser3.C: msvc warning war
2984:
2985: * src/: include/pa_config_includes.h, main/pa_http.C,
2986: main/pa_request.C: msvc warnings war
2987:
2988: * src/classes/image.C: warning war
2989:
2990: * src/classes/table.C: MSVC warning war
2991:
2992: * src/targets/cgi/parser3.C: msvc warnings war
2993:
2994: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2995: added
2996:
1.149 moko 2997: 2020-12-07 moko
2998:
1.150 moko 2999: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
3000: avoid logging beside system-wide auto.p
3001:
3002: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
3003:
3004: * configure, configure.ac, src/include/pa_config_auto.h.in:
3005: configure options added:
3006:
3007: --with-system-cfg=FILE to specify system-wide auto.p
3008: --with-system-log=FILE to specify system-wide parser3.log
3009:
3010: * Makefile.am: bin no longer exists
3011:
3012: * configure, configure.ac: auto.p moved to etc to simplify debian
3013: package
3014:
3015: * buildall: auto.p and parser3.charsets moved to their default
3016: location after install
3017:
3018: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
3019:
3020: * aclocal.m4, configure: automake 1.15 -> 1.16.1
3021:
1.149 moko 3022: * src/targets/cgi/parser3.C: locate_config call returned to
3023: original place as it requires pa_thread_request() under Windows
3024:
3025: * src/targets/cgi/parser3.C: renaming
3026:
3027: 2020-12-06 moko
3028:
3029: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
3030: check added
3031:
3032: 2020-12-04 moko
3033:
3034: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
3035: main/pa_request.C: unified uint64_t lseek implemented to support
3036: >4Gb files under x86, including Windows
3037:
3038: 2020-12-02 moko
3039:
3040: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
3041: with max_file_size
3042:
3043: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
3044: support for processing files sized >4Gb on 32 bit planforms
3045:
3046: * tests/399.html: file moved
3047:
3048: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
3049:
3050: * src/targets/cgi/pa_sapi_info.h: warning war
3051:
3052: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
3053: warning war
3054:
3055: 2020-12-01 moko
3056:
3057: * src/classes/image.C: mp4 extended size (>4Gb) support added
3058:
3059: * src/classes/image.C: for "size not found" exception to be shown
3060: if size not found until eof
3061:
3062: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
3063: bit linux)
3064:
3065: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
3066: #1188)
3067:
3068: 2020-11-30 moko
3069:
3070: * src/classes/image.C: definitions moved closer to code
3071:
3072: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
3073: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
3074: 395_dir/3_VP8X.webp, results/395.processed,
3075: results/396.processed: tests for ^image::measure[] .webp support
3076: added, all image files moved into one directory (related to
3077: feature #1188)
3078:
3079: * src/classes/image.C: ^image::measure[] now supports webp (feature
3080: #1188)
3081:
1.148 moko 3082: 2020-11-29 moko
3083:
3084: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
3085: processing, unnessesary defines removed
3086:
3087: 2020-11-24 moko
3088:
3089: * tests/results/: 099.processed, 100.processed, 205.processed,
3090: 309.processed, 310.processed: Content-Disposition: inline
3091: returned
3092:
3093: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
3094: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
3095: ] added (related to bug #1204)
3096:
3097: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
3098: ] supported to avoid Content-Disposition: inline;
3099: filename="<file>.ext" but still set Content-Type for ext (related
3100: to bug #1204)
3101:
1.147 moko 3102: 2020-11-22 moko
3103:
3104: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
3105: types/pa_vfile.C: pa_filename added to avoid useless rsplit
3106:
3107: * src/main/pa_request.C: content_disposition_inline returned.
3108:
3109: 2020-11-17 moko
3110:
3111: * src/main/pa_request.C: empty main method name support
3112:
3113: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
3114: config_handler added, stdout flush added.
3115:
3116: 2020-11-16 moko
3117:
3118: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
3119:
3120: * tests/results/: 099.processed, 205.processed, 237.processed,
3121: 309.processed, 310.processed: Content-Disposition: inline is not
3122: required and should not contain filename="<name>"
3123:
3124: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
3125: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3126: targets/isapi/parser3isapi.C: pa_strcat implemented and used
3127:
1.146 moko 3128: 2020-11-14 moko
3129:
3130: * src/targets/cgi/parser3.C: spelling
3131:
3132: * src/targets/cgi/parser3.C: renaming
3133:
3134: * src/targets/cgi/parser3.C: args_skip removed, locate_config
3135: relocated
3136:
3137: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3138: before request processing, which is weired
3139:
3140: 2020-11-13 moko
3141:
3142: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3143: copied in httpd.
3144:
3145: 2020-11-12 moko
3146:
3147: * src/main/pa_http.C: ALARM code unified to be used in httpd
3148:
3149: * src/: include/pa_request.h, main/pa_request.C,
3150: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3151:
3152: * src/main/pa_http.C: URI validation added
3153:
3154: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3155: can't be empty but can be null. httpd-main is now main method
3156: name for httpd mode
3157:
3158: 2020-11-11 moko
3159:
3160: * src/main/pa_request.C: path_translated can be null in httpd mode
3161:
3162: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3163: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3164: classes/xdoc.C, include/pa_request.h, main/execute.C,
3165: main/pa_request.C: r.absolute -> r.full_disk_path
3166:
3167: * src/targets/cgi/parser3.C: if filename to process is not
3168: specified, auto.p should be present.
3169:
1.145 moko 3170: 2020-11-03 moko
3171:
3172: * src/: classes/op.C, include/pa_request.h: unused argument removed
3173:
3174: * src/main/pa_request.C: content_disposition_inline is the default,
3175: not required.
3176:
1.144 moko 3177: 2020-10-29 moko
3178:
3179: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3180: ^use[file; $.main(true) ] implemented for auto.p processing and
3181: path_translated changing to correct relative files path
3182: calculation in httpd mode
3183:
3184: * src/: include/pa_request.h, main/pa_request.C:
3185: fail_on_read_problem removed, as it allways true, as if should
3186: be.
3187:
3188: * src/: include/pa_request.h, main/pa_request.C,
3189: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3190: targets/isapi/parser3isapi.C: clearing config_filespec when
3191: config was not found, thus flag not required and removed.
3192:
3193: 2020-10-28 moko
3194:
3195: * tests/: 402.html, results/402.processed: error reporting test
3196:
3197: * src/main/execute.C: better error reporting when
3198: $result[^hash::create[]] in @main.
3199:
3200: * src/main/: execute.C, pa_request.C: frame.result() should be used
3201: + minor optimization
3202:
3203: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3204: main/pa_xml_io.C: execute_*_method simplified and unified
3205:
3206: 2020-10-27 moko
3207:
3208: * tests/: 306.html, results/306.processed: a bit more testing. :)
3209:
3210: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3211: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3212: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3213: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3214: types/pa_vmethod_frame.h, types/pa_vobject.C,
3215: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3216: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3217: longer used in object-prototype mode
3218:
3219: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3220: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3221: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3222: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3223: $form:name[value] features
3224:
1.143 moko 3225: 2020-10-18 moko
3226:
3227: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3228:
3229: 2020-10-15 moko
3230:
3231: * src/main/pa_http.C: url no longer needed as
3232: ALTER_EXCEPTION_SOURCE is used
3233:
3234: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3235: main/pa_http.C: check_file_size filespec is now optional
3236:
3237: * src/: classes/curl.C, include/pa_exception.h,
3238: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3239: ALTER_EXCEPTION_COMMENT added for better error reporting
3240:
3241: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3242: results/346-curl.processed, results/379-curl.processed,
3243: results/379.processed: test results updated as load now provides
3244: better error reporting + curl responses updated
3245:
3246: 2020-10-14 moko
3247:
3248: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3249: main/pa_string.C, targets/apache/mod_parser3_core.C,
3250: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3251: checked. 10 is now default base, no hex autodetect by default
3252:
3253: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3254: connection socket closing in destructor + accept exception
3255: handling
3256:
3257: * src/targets/cgi/parser3.C: warning war
3258:
3259: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3260: main/pa_request.C, targets/apache/mod_parser3_core.C,
3261: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3262: exception handling unified
3263:
3264: 2020-10-13 moko
3265:
3266: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3267: autodetection
3268:
3269: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3270:
3271: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3272:
3273: * src/main/pa_http.C: warning war
3274:
1.142 moko 3275: 2020-10-12 moko
3276:
1.143 moko 3277: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3278: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3279: unhandled exception code optimization
3280:
3281: * src/targets/cgi/parser3.C: request_info now global variable
3282:
3283: * src/main/pa_http.C: http_read_response moved to HTTP_response
3284: class
3285:
3286: * src/: include/pa_http.h, main/pa_http.C,
3287: targets/cgi/pa_sapi_info.h: read_post implemented
3288:
1.142 moko 3289: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3290: [host:]port syntax support in httpd mode
3291:
3292: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3293: targets/cgi/parser3.C: populate_env added
3294:
3295: * src/include/pa_hash.h: to make get(char *) compiling in
3296: HashStringString
3297:
3298: 2020-10-10 moko
3299:
3300: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3301: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3302:
3303: * src/: include/pa_http.h, include/pa_request_info.h,
3304: main/pa_http.C, main/pa_string.C,
3305: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3306: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3307: types/pa_vrequest.C: initial httpd mode implementation
3308:
1.141 moko 3309: 2020-10-04 moko
3310:
3311: * src/targets/cgi/parser3.C: options together
3312:
3313: 2020-09-30 moko
3314:
3315: * src/main/pa_http.C: renamed
3316:
1.140 moko 3317: 2020-08-14 moko
3318:
3319: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3320: src/targets/cgi/Makefile.am: no httpd as separate library
3321:
3322: 2020-08-13 moko
3323:
3324: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3325: unhandled exception handler to report 500 instead of 200 it was
3326: before.
3327:
3328: * src/targets/apache/mod_parser3_core.C: minor cleanup
3329:
3330: * src/: include/pa_sapi.h, main/untaint.C,
3331: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3332: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3333: thus replaced with SAPI::die and removed
3334:
3335: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3336: cgi/parser3.C: whitespace
3337:
3338: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3339:
3340: 2020-08-12 moko
3341:
3342: * src/targets/cgi/parser3.C: duplicate info in signal logging
3343: removed, whitespace was: SIGPIPE received while executing code.
3344: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3345: cl=0]
3346:
3347: * parser3.sln: + httpd.vcproj
3348:
3349: 2020-08-11 moko
3350:
3351: * src/targets/cgi/Makefile.am: +libhttpd
3352:
3353: * configure.ac, src/lib/Makefile.am: +libhttpd
3354:
1.139 moko 3355: 2020-07-13 moko
3356:
3357: * tests/: 401.html, results/401.processed: test for hash key does
3358: not keep language, but tainted in foreach.
3359:
1.138 moko 3360: 2020-07-01 moko
3361:
3362: * tests/: 235.html, results/235.processed: test result updated as
3363: messages before attachments implemented (feature #1176)
3364:
1.137 moko 3365: 2020-06-27 moko
3366:
3367: * tests/: 400.html, results/400.processed: test updated to check
3368: ^return{code}
3369:
3370: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3371: fixed
3372:
3373: 2020-06-26 moko
3374:
3375: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3376: added (related to https://www.parser.ru/forum/?id=85319)
3377:
3378: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3379: when $result assignment was last statement in the method
3380: (https://www.parser.ru/forum/?id=85319)
3381:
1.136 moko 3382: 2020-05-23 moko
3383:
3384: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3385: whitespace, unused level removed
3386:
3387: 2020-05-19 moko
3388:
3389: * src/types/pa_vmail.C: whitespace
3390:
3391: * src/types/pa_vmail.C: files should be processed last (related to
3392: feature #1176)
3393:
1.135 moko 3394: 2020-05-12 moko
3395:
3396: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3397: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3398:
3399: * configure.ac: FreeBSD1X.X check added to avoid
3400: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3401:
1.134 moko 3402: 2020-02-26 moko
3403:
3404: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3405: compilation issue (related to bug #1201)
3406:
3407: * src/main/pa_common.C: entry_readable -> entry_exists,
3408: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3409: -f and -d now works under Windows in UTF-8 with Russian
3410: filenames.
3411:
3412: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3413: advice (related to feature #1199)
3414:
3415: 2020-02-25 moko
3416:
3417: * buildall: --silent removed
3418:
3419: * configure.ac: gmime-3.0 support
3420:
3421: * buildall: --with-system-mailreceive option added to build with
3422: system libgmime
3423:
3424: * src/types/pa_vmail.C: avoiding
3425: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3426: to feature #1199)
3427:
1.133 moko 3428: 2020-02-18 moko
3429:
3430: * src/classes/op.C: windows x64 debug mode compile fix
3431:
3432: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3433: change (releated to feature #1200)
3434:
3435: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3436: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3437: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3438: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3439: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3440: targets/apache/ApacheModuleParser3.vcproj,
3441: targets/apache/ApacheModuleParser3Core.vcproj,
3442: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3443: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3444: dependency (related to feature #1200)
3445:
1.132 moko 3446: 2020-02-12 moko
3447:
3448: * src/types/pa_vmail.C: minimize diff
3449:
3450: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3451: #1199)
3452:
1.131 moko 3453: 2020-01-18 moko
3454:
3455: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3456:
1.130 moko 3457: 2019-12-28 moko
3458:
3459: * src/targets/cgi/parser3.C: avoid empty ?
3460:
3461: 2019-12-27 moko
3462:
3463: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3464: DOCUMENT_ROOT (related to feature #1164)
3465:
3466: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3467: fcgiwrap setup (implements feature #1164)
3468:
3469: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3470: but no issues found (related to feature #1164)
3471:
3472: * src/targets/cgi/parser3.C: actualized
3473:
3474: 2019-12-26 moko
3475:
3476: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3477: removed
3478:
3479: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3480: removed
3481:
3482: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3483: allocation errors, we don't want default gc warnings (without
3484: timestamp and URI).
3485:
3486: * src/: classes/memory.C, main/pa_globals.C,
3487: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3488: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3489: pa_globals_init
3490:
3491: * src/main/pa_globals.C: setup_hex_value() removed, static array
3492: initialization used (optimization)
3493:
3494: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3495: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3496: pa_socks_init/pa_socks_done moved inside pa_globals_init
3497: (optimization)
3498:
1.129 moko 3499: 2019-12-09 moko
3500:
3501: * src/include/pa_config_fixed.h: warning war
3502:
1.128 moko 3503: 2019-12-08 moko
3504:
3505: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3506: process grammar under Unix.
3507:
3508: 2019-12-07 moko
3509:
3510: * tests/389.html: For Windows XP. :)
3511:
3512: * tests/388-sql.html: Windows compatibility added
3513:
3514: 2019-12-06 moko
3515:
3516: * src/targets/cgi/parser3.C: warning war
3517:
3518: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3519: == sizeof(CORD)) to avoid aligning bugs in future
3520:
3521: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3522: XML_STATIC
3523:
3524: * src/include/pa_request.h: StackItem() not required
3525:
3526: * src/include/pa_stack.h: warning war
3527:
3528: * src/include/pa_config_includes.h: GCC warning silenced
3529:
3530: * src/include/pa_memory.h: warning war: the program should also
3531: define 'void operator delete [](void*, std::size_t)'
3532: [-Wsized-deallocation]
3533:
3534: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3535:
3536: * src/classes/string.C: not reqired cast removed
3537:
3538: * src/classes/string.C: not reqired cast removed
3539:
3540: 2019-12-05 moko
3541:
3542: * src/lib/sdbm/pa_file_io.C: warning war
3543:
3544: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3545: enum Language : size_t - required for VS2015+ to make
3546: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3547: without it (related to feature #1198)
3548:
3549: 2019-12-04 moko
3550:
3551: * src/main/pa_base64.C: unsigned char -> uchar
3552:
3553: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3554: as other libs
3555:
3556: * src/include/pa_version.h: +amd64
3557:
3558: 2019-12-03 moko
3559:
3560: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3561: release
3562:
3563: * src/include/pa_config_includes.h: warning war
3564:
3565: * src/classes/image.C: warning war
3566:
3567: * src/main/pa_globals.C: x64 libs support
3568:
3569: * src/include/pa_config_includes.h: warning war
3570:
3571: * src/types/pa_method.h: warning war
3572:
1.127 moko 3573: 2019-11-28 moko
3574:
3575: * src/classes/math.C: vs2003 compatibility + warning war
3576:
3577: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3578: libxml2-2.9.9 (related to feature #1136)
3579:
3580: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3581: typecast for more compatibility (related to feature #1136)
3582:
3583: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3584: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3585: feature #1136)
3586:
3587: 2019-11-26 moko
3588:
3589: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3590: removed (it was failing in $$var case), condition added
3591:
1.126 moko 3592: 2019-11-25 moko
3593:
3594: * tests/: 397.html, 399.html, results/141.processed,
3595: results/399.processed: base64 options tested
3596:
3597: * src/: classes/math.C, main/pa_http.C: base64 options used
3598:
3599: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3600: implemented (feature #986)
3601:
3602: * src/main/pa_cache_managers.C: whitespace
3603:
3604: * tests/: 397.html, 399.html, results/399.processed: tests for
3605: ^base64 encode options added (related to feature #986)
3606:
3607: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3608: pa_base64_encode(file) removed - more memory, but faster and less
3609: code (related fo feature #986)
3610:
3611: 2019-11-24 moko
3612:
3613: * tests/: 155.html, results/155.processed: limit and offset in
3614: ^table::load[] now supported, thus test added
3615:
3616: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3617: main/pa_common.C: optimization: offset and limit options parsing
3618: moved inside file_load.
3619:
3620: 2019-11-23 moko
3621:
3622: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3623: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3624: optimization: file_read replaced with simplified file_read_binary
3625:
3626: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3627: types/pa_vform.C: whitespace
3628:
3629: * src/: include/pa_common.h, main/pa_common.C: never used params
3630: removed
3631:
3632: 2019-11-21 moko
3633:
3634: * tests/: 193.html, results/193.processed, results/389.processed:
3635: test results updated as now base64 does not discard tail without
3636: padding (related to feature #986)
3637:
3638: 2019-11-20 moko
3639:
3640: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3641: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3642: pa_base64_decode (related to feature #986)
3643:
3644: * tests/398.html: tests for base64 decode added (related to feature
3645: #986)
3646:
3647: * src/main/pa_base64.C: base64_decode rewritten - padding option
3648: support, padding inside base 64 supported (related to feature
3649: #096)
3650:
3651: 2019-11-19 moko
3652:
3653: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3654: FreeBSD 12
3655:
1.125 moko 3656: 2019-11-16 moko
3657:
3658: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3659: support added, step support removed (related to #986)
3660:
3661: 2019-11-15 moko
3662:
3663: * src/classes/math.C: using log since log2 is not present on
3664: FreeBSD < 8.4 (related to feature #1177)
3665:
3666: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3667: pa_base64_size extracted and used for files as well (related to
3668: feature 986)
3669:
3670: 2019-11-14 moko
3671:
3672: * tests/: 397.html, results/397.processed: + content check
3673:
3674: * tests/: 141.html, results/141.processed: make test resuls more
3675: readable
3676:
3677: * tests/: 397.html, results/193.processed, results/397.processed:
3678: test results updated after \x00 character was disabled in
3679: math:convert string mode (related to feature #1177)
3680:
3681: * src/classes/: math.C, string.C: \\x00 character disabled while
3682: converting to string (as in base64, related to feature #1177)
3683:
3684: * src/classes/file.C: more correct arguments separation
3685:
3686: * src/: classes/file.C, classes/math.C, classes/string.C,
3687: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3688: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3689: options added, but not yet implemented (related to feature #986)
3690:
3691: * src/classes/math.C: whitespace
3692:
3693: 2019-11-13 moko
3694:
3695: * tests/: 397.html, results/397.processed: +tainting test (related
3696: to feature #1177)
3697:
3698: * src/classes/math.C: as we now produce not only digits, result
3699: should be tainted (related to feature #1177)
3700:
3701: * src/main/pa_base64.C: whitespace
3702:
3703: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3704: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3705: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3706: implementation moved from pa_common.h and pa_common.C
3707:
3708: 2019-11-12 moko
3709:
3710: * tests/: 275.html, results/275.processed: out of range test fixed,
3711: as ^math:convert now supports arbitrary precision
3712:
3713: 2019-11-11 moko
3714:
3715: * tests/results/389.processed: uctualized error message
3716:
3717: * tests/: 389.html, 397.html, results/397.processed: tests for
3718: ^math:convert added (related to feature #1177)
3719:
3720: * src/classes/math.C: ^math:convert now supports arbitrary
3721: precision, alphabet support added (implements feature #1177)
3722:
1.124 moko 3723: 2019-11-06 moko
3724:
3725: * tests/: 181.html, results/181.processed: entities usage added,
3726: more entites load tests (related to bug #842 discussion)
3727:
3728: 2019-11-05 moko
3729:
3730: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3731: call from xmlFileOpen if http://localhost/<file> was not found
3732: (related to bug #842)
3733:
3734: * src/main/pa_xml_io.C: rename
3735:
3736: * src/main/pa_xml_io.C: +MemoryStream constructor
3737:
3738: * src/main/pa_xml_io.C: whitespace
3739:
1.123 moko 3740: 2019-10-31 moko
3741:
3742: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3743: XML_PARSE_NOENT) added to fix entities load, (related to feature
3744: #1181)
3745:
1.122 moko 3746: 2019-10-25 moko
3747:
3748: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3749: queries tests
3750:
3751: 2019-10-24 moko
3752:
3753: * tests/: 388-sql.html, results/388-sql.processed: support for
3754: pgsql driver test
3755:
3756: * tests/: 388-sql.html, results/388-sql.processed:
3757: multi_statements=1 now tested, mysql test now supported
3758: (connection must be specified in [parser3] section in .my.cnf)
3759: related to issues #1195 and #1194
3760:
1.121 moko 3761: 2019-09-11 moko
3762:
3763: * src/classes/int.C: whitespace
3764:
3765: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3766: exception test
3767:
3768: * tests/results/388-sql.processed: sql queries now shown (related
3769: to feature #1196)
3770:
3771: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3772: with old parser versions.
3773:
3774: * src/: classes/file.C, classes/hash.C, classes/string.C,
3775: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3776: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3777: instead of connect string in query_event_handlers exceptions
3778: (implements feature #1196)
3779:
1.120 moko 3780: 2019-09-06 moko
3781:
3782: * tests/388-sql.html: mysql compat
3783:
3784: * src/: classes/hash.C, classes/string.C, classes/table.C,
3785: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3786: sql_ variables declaration moved to pa_common.h
3787:
1.116 moko 3788: 2019-01-15 moko
3789:
3790: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3791: logically sorted
3792:
3793: 2018-12-27 moko
3794:
3795: * src/include/pa_config_includes.h: warning war:
3796: -Wdeprecated-register added for C++ 17
3797:
3798: 2018-10-15 moko
3799:
3800: * configure.ac: FreeBSD 11.2 can be build with ./configure
3801: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3802: --with-xml=/usr/local/
3803:
3804: 2018-09-24 moko
3805:
3806: * tests/: 396.html, 396.tiff, results/396.processed: test for
3807: ^image::measure[] now supports tiff added (related to feature
3808: #1188)
3809:
3810: * src/classes/image.C: ^image::measure[] now supports tiff
3811: (implements feature #1188)
3812:
3813: 2018-09-20 moko
3814:
3815: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3816: files measure added (related to ticket #1188)
3817:
3818: * src/classes/image.C: measure of bmp files implemented (related to
3819: ticket #1188)
3820:
3821: 2018-09-18 moko
3822:
3823: * tests/: 394-curl.html, results/394-curl.processed,
3824: results/auto.p: test for bug #1187 (max_file_size check for head
3825: requests) added
3826:
3827: 2018-08-24 moko
3828:
3829: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3830: response content-length check is required (fixes bug #1187)
3831:
3832: 2018-05-11 moko
3833:
3834: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3835: $.append(bool) ] option added (related to feature #919)
3836:
3837: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3838: from misha@ patch (implements feature #919)
3839:
3840: 2018-03-22 moko
3841:
3842: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3843: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3844: with 128kb buffer. Now works at least 12 times faster. :) May be
3845: Windows-only problem.
3846:
3847: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3848: build fix)
3849:
3850: 2018-02-03 moko
3851:
3852: * src/main/execute.C: removes irrelevant lines from exception stack
3853: trace when exceptions occurs in assigment (fixes bug #1165)
3854:
3855: * tests/: 393.html, results/393.processed: test for behavour after
3856: "Property can not be created, already exists field with that
3857: name" exception removed (related to feature #1183)
3858:
3859: * src/types/pa_vclass.C: "Property can not be created, already
3860: exists field with that name" exception removed (implements
3861: feature #1183)
3862:
3863: 2018-01-19 moko
3864:
3865: * src/classes/string.C: whitespace
3866:
3867: * src/classes/string.C: whitespace
3868:
3869: * tests/: 392.html, results/392.processed: test for
3870: ^regex::create[$regex] added (related to feature #1135)
3871:
3872: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3873: ^regex::create[$regex] added (implements feature #1135)
3874:
3875: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3876: commented define added (related to feature #1157)
3877:
3878: 2018-01-17 moko
3879:
3880: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3881:
3882: 2018-01-15 moko
3883:
3884: * tests/: 390.html, results/390.processed: real path replaced by
3885: stub
3886:
3887: * tests/: 391.html, results/391.processed: test for feature #1181
3888: (XML_PARSE_HUGE exception) added
3889:
3890: 2018-01-11 moko
3891:
3892: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3893: XML_PARSE_HUGE option passed by default (implements feature
3894: #1181)
3895:
3896: * src/classes/string.C: whitespace
3897:
3898: 2017-12-10 moko
3899:
3900: * tests/: 389.html, 390.html, results/389.processed,
3901: results/390.processed: image code coverage tests added (related
3902: to feature #1125)
3903:
3904: 2017-12-08 moko
3905:
3906: * tests/: 346-curl.html, 388-sql.html, 389.html,
3907: results/346-curl.processed, results/388-sql.processed,
3908: results/389.processed: more code coverage tests
3909:
3910: * tests/: 264.html, results/264.processed: code coverage for
3911: ^file::exec[]
3912:
3913: 2017-12-07 moko
3914:
3915: * tests/: 174.html, 388-sql.html, 389.html,
3916: results/388-sql.processed, results/389.processed,
3917: results/174.processed: more coverage tests
3918:
3919: * src/classes/math.C: exception text actualized
3920:
3921: 2017-12-06 moko
3922:
3923: * tests/388-sql.html: $SQL can be here
3924:
3925: * tests/results/auto.p: $SQL not required here
3926:
3927: * tests/: 388-sql.html, 389.html, Makefile,
3928: results/388-sql.processed, results/389.processed, results/auto.p:
3929: code coverage tests for sql (using sqlite) and int/double/bool
3930: added (related to feature #1125)
3931:
3932: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3933: lib/json/json.vcproj, lib/md5/md5.vcproj,
3934: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3935: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3936: targets/apache/ApacheModuleParser3Core.vcproj,
3937: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3938: types/types.vcproj: gc\include no longer required
3939:
3940: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3941: required
3942:
3943: * src/: classes/Makefile.am, classes/table.C,
3944: include/pa_config_includes.h, include/pa_string.h,
3945: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3946: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3947: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3948: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3949: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3950: used, we now include it directly
3951:
3952: 2017-12-04 moko
3953:
3954: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3955: memcached/memcached.vcproj, punycode/punycode.vcproj,
3956: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3957: where required
3958:
3959: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3960: now can be used to trace memory allocations
3961:
3962: * src/: classes/table.C, include/pa_config_includes.h,
3963: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3964: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3965: method removes, libcord also can work without libgc
3966:
3967: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3968:
3969: 2017-11-29 moko
3970:
3971: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3972: are not present (related to feature #1173)
3973:
3974: * tests/346-curl.html: test updated to test curl content-length bug
3975: (related to feature #1173)
3976:
3977: * tests/results/346-curl.processed: more test for content-length
3978: curl bug (related to feature #1173)
3979:
3980: * tests/results/346-curl.processed: test results updated after
3981: #1173 implemented
3982:
3983: 2017-11-28 moko
3984:
3985: * src/classes/curl.C: another libcurl Content-length bug walkaround
3986: (related to feature #1173)
3987:
3988: 2017-11-27 moko
3989:
3990: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3991: $.http_version[version string] added (implements feature #1173),
3992: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3993: where $post(true) bug existed.
3994:
3995: 2017-11-18 moko
3996:
3997: * src/include/pa_memory.h: warning war (related to feature #1170)
3998:
3999: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
4000: feature #1170)
4001:
4002: 2017-11-17 moko
4003:
4004: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
4005: std::basic_stringstream used in ^table.csv-string[] is compatible
4006: with delete usage check only under Debian 9 (related to feature
4007: #1170)
4008:
4009: 2017-11-16 moko
4010:
4011: * src/: classes/curl.C, classes/hash.C, classes/json.C,
4012: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
4013: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
4014: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
4015: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
4016: types/pa_vxdoc.h: regular new/delete no longer used in our code,
4017: stubs defend from accidental use (implements feature #1170)
4018:
4019: 2017-06-24 moko
4020:
4021: * configure.ac: minor fix: thanks to alx@
4022:
1.115 moko 4023: 2017-05-29 moko
4024:
4025: * src/types/pa_vmail.C: mail headers are now correctly truncated -
4026: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
4027: added to avoid cutting of UTF-8 chars (fixed bug #123)
4028:
4029: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
4030: ignored, =?UTF-8?Q?= should start in case of leading space
4031: (related to bug #123)
4032:
4033: * buildall: echo -n -> printf for OS X. :)
4034:
4035: 2017-05-25 moko
4036:
4037: * tests/: 288.html, results/288.processed: test updated afted
4038: setting $o.prop without setter exception removed (related to
4039: feature #1157)
4040:
4041: * src/types/pa_vclass.C: no more "this property has no setter
4042: method" when setting $o.prop without setter (implements feature
4043: #1157)
4044:
4045: * buildall: echo \c -> echo -n for FreeBSD
4046:
4047: * configure, configure.ac, src/include/pa_config_auto.h.in,
4048: src/types/pa_vdouble.h: isfinite now checked in configure
4049:
4050: * compile, config.guess, config.sub, depcomp, install-sh, missing:
4051: upgraded to automake 1.15
4052:
4053: 2017-05-23 moko
4054:
4055: * src/types/pa_vdouble.h: finite returned where isfinite not
4056: defined
4057:
4058: 2017-05-22 moko
4059:
4060: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
4061:
4062: * buildall: extern CFLAGS setting support
4063:
4064: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
4065:
4066: * buildall: http -> https
4067:
4068: * buildall: gc-7.2f -> gc-7.6.0
4069:
4070: 2017-05-20 moko
4071:
4072: * buildall: https, pcre, xml, xslt updated to current versions
4073: (related to feature #1136)
4074:
4075: 2017-05-19 moko
4076:
4077: * tests/097.html: after parser.ru moved to https
4078:
4079: 2017-05-17 moko
4080:
4081: * tests/results/: 175.processed, 372.processed: tests resuls
4082: updated after lintian spelling typos fixed (related to bug #1156)
4083:
4084: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
4085: classes/string.C, classes/table.C, main/pa_charset.C,
4086: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
4087: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
4088: lintian reported by Sergey B Kirpichev (fixes bug #1156)
4089:
4090: * tests/results/096.processed: +XMP
4091:
4092: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
4093: $.xmp(true) options tested (test for feature #1154)
4094:
4095: * src/classes/image.C: ^image:measure[] options $.exif(false)
4096: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
4097: fetched by default! (implements feature #1154)
4098:
4099: 2017-05-16 moko
4100:
4101: * tests/: 256.html, results/256.processed: ^json:string[$image] now
4102: allowed (related to feature #1154)
4103:
4104: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4105: initial XMP implementation - without options and transcode
4106: (related to feature #1154)
4107:
4108: 2017-05-12 moko
4109:
4110: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4111: image: exif moved to ffields, skipped in ^image.html[] where
4112: iterators now used (preparation for feature #1154)
4113:
4114: 2017-05-05 moko
4115:
4116: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
4117: results/387.processed: test for circular class inheritance check
4118: added (related to bug #1150)
4119:
4120: * src/types/pa_vstateless_class.C: circular class inheritance check
4121: added (fixes endless add_derived bug #1150)
4122:
4123: 2017-05-04 moko
4124:
4125: * tests/: 386.html, results/386.processed: test for
4126: $table.value(number) added (related to feature #1152)
4127:
4128: * src/types/pa_vtable.C: table put_element: column value must be
4129: string - > column value must be string compatible to allow
4130: $t.value(1) (implements feature #1152)
4131:
4132: 2017-05-03 moko
4133:
4134: * src/main/pa_request.C: $use[$method] is not possible, reverting
4135: (related to feature #1151)
4136:
4137: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4138: not possible, removing test (related to feature #1151)
4139:
4140: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4141: get_element_method added and used to allow $use[$method] and
4142: $autouse[$method] (implements feature 1151)
4143:
4144: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4145: variable added (related to feature #1151)
4146:
4147: * tests/results/226.processed: actualized after ^try-catch used
4148:
4149: * tests/: 226.html, 385.html, results/385.processed: test for
4150: @autouse in variable added
4151:
4152: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4153:
1.114 moko 4154: 2017-02-27 moko
4155:
4156: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4157:
1.113 moko 4158: 2017-02-20 moko
4159:
1.211 moko 4160: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4161:
4162: 2017-02-16 moko
4163:
4164: * tests/: 384.html, results/384.processed: test for
4165: ^reflection:mixin[; $.name[] ] option added (related to feature
4166: #1089)
4167:
4168: * tests/: 384.html, results/384.processed: test for
4169: ^reflection:mixin[] added (related to feature #1089)
4170:
4171: * src/types/pa_value.h: warning war: virtual ~Value() added
4172:
1.112 moko 4173: 2017-02-15 moko
4174:
4175: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4176: fixed
4177:
4178: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4179: test added (related to feature #1069)
4180:
4181: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4182: compilation without HASH_ORDER fixed
4183:
4184: * src/: classes/reflection.C, include/pa_hash.h:
4185: $.reverse(true/false) added to ^reflection:methods[] (related to
4186: feature #1069)
4187:
4188: 2017-02-14 moko
4189:
4190: * tests/: 152.html, results/152.processed: test for $._default hash
4191: added (related to bug #1131)
4192:
4193: * tests/: 277.html, results/277.processed: test for hash with only
4194: $._default is now defined (related to bug #1131)
4195:
4196: * src/types/pa_vhash.h: hash with only $._default is now defined
4197: (fixed bug #1131)
4198:
4199: 2017-02-13 moko
4200:
4201: * tests/cat-windows.sh: cat-windows added (cygwin required)
4202:
4203: * tests/: 171.html, 264.html, 286.html, 370.html,
4204: results/320.processed, results/375.processed, results/auto.p:
4205: cat-windows.sh support added
4206:
4207: * tests/375.html: Windows support
4208:
4209: * tests/270.html: documented
4210:
4211: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4212: (not backslashes) even under Windows (broke test 270)
4213:
4214: 2017-02-12 moko
4215:
4216: * tests/: descript.ion, todo.txt: cleanup
4217:
4218: 2017-02-09 moko
4219:
4220: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4221: run_tests.cmd: Windows compatibility
4222:
4223: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4224: incorrectly (GMT) if parser is called from cygwin
4225:
1.111 moko 4226: 2017-02-08 moko
4227:
1.211 moko 4228: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4229:
1.211 moko 4230: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4231:
4232: * NEWS, README: minor update
4233:
4234: * src/include/pa_config_includes.h: warning war continues
4235:
4236: * src/: include/pa_config_includes.h, include/pa_memory.h,
4237: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4238: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4239: gcc 6.x issues fixed
4240:
1.111 moko 4241: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4242: classes/classes.h, classes/curl.C, classes/date.C,
4243: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4244: classes/hashfile.C, classes/image.C, classes/inet.C,
4245: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4246: classes/memcached.C, classes/memory.C, classes/op.C,
4247: classes/reflection.C, classes/regex.C, classes/response.C,
4248: classes/string.C, classes/table.C, classes/void.C,
4249: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4250: include/pa_array.h, include/pa_cache_managers.h,
4251: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4252: include/pa_config_fixed.h, include/pa_config_includes.h,
4253: include/pa_dictionary.h, include/pa_dir.h,
4254: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4255: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4256: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4257: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4258: include/pa_request_charsets.h, include/pa_request_info.h,
4259: include/pa_sapi.h, include/pa_socks.h,
4260: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4261: include/pa_stack.h, include/pa_string.h,
4262: include/pa_stylesheet_connection.h,
4263: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4264: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4265: include/pa_uue.h, include/pa_xml_exception.h,
4266: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4267: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4268: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4269: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4270: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4271: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4272: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4273: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4274: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4275: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4276: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4277: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4278: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4279: main/pa_string.C, main/pa_stylesheet_connection.C,
4280: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4281: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4282: main/untaint.C, sql/pa_sql_driver.h,
4283: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4284: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4285: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4286: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4287: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4288: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4289: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4290: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4291: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4292: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4293: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4294: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4295: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4296: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4297: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4298: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4299: types/pa_vmemcached.h, types/pa_vmemory.h,
4300: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4301: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4302: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4303: types/pa_vresponse.C, types/pa_vresponse.h,
4304: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4305: types/pa_vstateless_object.h, types/pa_vstatus.C,
4306: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4307: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4308: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4309: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4310: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4311: 2015->2017
4312:
1.110 moko 4313: 2017-02-07 moko
4314:
4315: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4316:
4317: 2017-02-06 moko
4318:
4319: * src/main/pa_common.C: minor fixes, whitespace
4320:
4321: * src/: classes/curl.C, classes/file.C, classes/image.C,
4322: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4323: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4324: now used (implements feature #1081)
4325:
4326: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4327:
4328: 2017-02-01 moko
4329:
4330: * src/include/pa_request.h: cleanup
4331:
4332: 2017-01-30 moko
4333:
4334: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4335:
4336: 2017-01-29 moko
4337:
4338: * tests/: 383.html, results/383.processed: test for
4339: ^reflection:stack[] added (related to feature #1052)
4340:
4341: * src/classes/reflection.C: else added
4342:
4343: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4344: $.max_file_lock_wait added (implements feature #1128)
4345:
4346: 2017-01-28 moko
4347:
4348: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4349: body and other cases tests added (related to featue #1014)
4350:
4351: * src/classes/curl.C: bug if response is empty fixed (related to
4352: feature #1014)
4353:
4354: 2017-01-27 moko
4355:
4356: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4357: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4358: added (implements feature #1052)
4359:
4360: 2017-01-25 moko
4361:
4362: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4363: method test added
4364:
4365: 2017-01-23 moko
4366:
4367: * src/classes/reflection.C: optimization: options->get replaced by
4368: hash iterator
4369:
4370: * tests/: 381.html, results/381.processed: now -> fixed date
4371:
4372: * src/main/pa_request.C: warning war
4373:
4374: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4375: 5Mb (fixes bug #1058)
4376:
4377: * src/classes/curl.C: warning war
4378:
4379: * tests/: 381.html, results/381.processed: tests for ^json:string
4380: $.one-line(true) option added (related to feature #1124)
4381:
4382: * src/: classes/json.C, types/pa_value.h: $json-string
4383: $.one-line(true|false) options is now supported (implements
4384: feature #1124)
4385:
4386: * tests/: 380.html, results/380.processed: test for modified
4387: $.max_file_size added (related to bug #1014)
4388:
4389: * tests/: 379.html, results/auto.p: tests for rewritten http file
4390: load added (related to bug #1014)
4391:
4392: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4393: main/pa_common.C, main/pa_http.C: check_file_size added and used
4394: in curl / file load from disk and http, http file load rewritten
4395: (related to bug #1014)
4396:
4397: 2017-01-18 moko
4398:
4399: * tests/: 378.html, results/378.processed: tests for ^result[]
4400: added (related to feature #66)
4401:
4402: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4403: Method::CO_WITHOUT_FRAME as frame still added in expression
4404: (related to feature #66)
4405:
4406: 2017-01-17 moko
4407:
4408: * tests/: 377.html, results/377.processed: test for different
4409: combinations of breaks in body and delimiter (related to bug
4410: #1077)
4411:
4412: * tests/: 376.html, results/376.processed: many ^break[] tests
4413: added (related to bug #1077)
4414:
4415: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4416: passed to native method" exception added to avoid bugs due to
4417: WRITE_EXPR_RESULT skipped and native methods execution continues
4418: after ^break[] (related to bug #1077)
4419:
4420: 2017-01-14 moko
4421:
4422: * tests/: 330.html, results/330.processed: test results updated
4423: after ^break[] bugs where fixed (related to bug #1077)
4424:
4425: * tests/: 329.html, results/329.processed: test results updated
4426: after ^break[] bugs where fixed (related to bug #1077)
4427:
4428: * tests/results/320.processed: ^return[] added
4429:
4430: 2017-01-13 moko
4431:
4432: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4433: classes/table.C, include/pa_request.h, main/execute.C,
4434: main/pa_request.C, targets/cgi/parser3.C,
4435: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4436: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4437: checked after each possible process/execute call (fixes bug
4438: #1077)
4439:
4440: 2016-12-29 moko
4441:
4442: * src/main/pa_common.C: warning war
4443:
4444: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4445: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4446: pa_file_size_limit added, ^math:random fixed for upper limit and
4447: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4448: (related to feature #1014)
4449:
4450: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4451: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4452: (related to feature #1014)
4453:
4454: 2016-12-28 moko
4455:
4456: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4457: warning war
4458:
4459: 2016-12-26 moko
4460:
4461: * tests/: 341.html, results/341.processed: test for
4462: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4463:
4464: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4465: (related to feature #1057)
4466:
4467: * src/types/pa_vdate.C: warning war continues...
4468:
4469: * src/: classes/date.C, classes/image.C, classes/table.C,
4470: include/pa_config_includes.h, types/pa_vfile.C: warning war
4471:
4472: * src/lib/gd/gifio.C: warning war / cleanup
4473:
4474: * src/lib/json/pa_json.C: warning war
4475:
4476: * src/classes/hash.C: warning war
4477:
4478: * src/types/pa_vfile.C: warning war
4479:
4480: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4481: -Wall warning war continues
4482:
4483: * configure.ac: --with-build-warnings actualized
4484:
4485: 2016-12-25 moko
4486:
4487: * src/main/pa_exec.C: -wAll warning war
4488:
4489: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4490: -wAll warning war
4491:
4492: * src/: include/pa_common.h, include/pa_sapi.h,
4493: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4494: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4495: -wAll warning war
4496:
4497: 2016-12-23 moko
4498:
4499: * src/lib/ltdl/Makefile.am: extra dist added
4500:
4501: * tests/results/344.processed: test result updated after $file.text
4502: prefetched in ^hash::create[$file] (related to feature #1075)
4503:
4504: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4505: ^hash::create[$file] (related to feature #1075)
4506:
4507: 2016-12-22 moko
4508:
4509: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4510: main/pa_request.C, main/pa_stylesheet_connection.C,
4511: types/pa_vfile.C: file_stat now return 64-bit size (implements
4512: #1014 under 32-bit unix versions)
4513:
4514: 2016-12-21 moko
4515:
4516: * tests/: 375.html, results/375.processed: test for exec returning
4517: stated file added (related to feature #1119)
4518:
4519: * src/classes/file.C: load should not return file with null body
4520: (fixes bug #1119)
4521:
4522: 2016-12-14 moko
4523:
4524: * tests/: 374.html, results/374.processed: test for $method.name
4525: added (related to feature #1117) plus method returning junction
4526: test
4527:
4528: 2016-12-13 moko
4529:
4530: * src/: include/pa_symbols.h, main/pa_symbols.C,
4531: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4532: (implements feature #1117)
4533:
4534: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4535: HEAD and TRACE can't have body (implements feature #1116)
4536:
4537: 2016-12-09 moko
4538:
4539: * tests/: 373.html, results/373.processed: tests for
4540: ^reflection:tainting added (related to feature #1098)
4541:
4542: * src/classes/reflection.C: ^reflection:tainting arguments order
4543: change (related to feature #1098)
4544:
4545: 2016-12-06 moko
4546:
4547: * src/: classes/reflection.C, include/pa_string.h,
4548: main/pa_string.C: ^reflection:tainting[$string] added (implements
4549: feature #1098)
4550:
4551: 2016-12-05 moko
4552:
4553: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4554: (fixes bug #1114)
4555:
4556: 2016-12-04 moko
4557:
4558: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4559: check added
4560:
4561: 2016-12-03 moko
4562:
4563: * tests/: 346-curl.html, results/346-curl.processed: test modified
4564: to test value.as_hash() usage
4565:
4566: * src/classes/curl.C: value.as_hash() used for correct hash
4567: processing
4568:
4569: * src/classes/reflection.C: exceptions texts fixes
4570:
4571: 2016-12-02 moko
4572:
4573: * tests/: 372.html, results/372.processed: tests for
4574: ^reflection:create[ $.class[name] $.constructor[name]
4575: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4576: feature #1094)
4577:
4578: * src/types/pa_vmethod_frame.h: comment added: params should be
4579: declared outside of *_FRAME_ACTION as MethodParams destructor
4580: will be called in ~VNativeMethodFrame
4581:
4582: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4583: ] minor fix
4584:
4585: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4586: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4587: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4588: now supported (implements feature #1094) value::as_hash added
4589: (and should be used everywhere)
4590:
4591: * src/classes/reflection.C: cleanup
4592:
4593: 2016-12-01 moko
4594:
4595: * tests/: 356.html, results/356.processed: test for method
4596: junctions class name added to the resulting hash added (related
4597: to feature #1068)
4598:
4599: * src/classes/reflection.C: for method junctions class name added
4600: to the resulting hash (related to feature #1068)
4601:
4602: 2016-11-30 moko
4603:
4604: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4605: exception (related to bug #1113)
4606:
4607: * src/types/pa_vhashfile.C: whitespace
4608:
4609: * src/main/pa_os.C: errno now returned as it should (fixes bug
4610: #1113)
4611:
4612: * tests/results/: 175.processed, 192.processed, 224.processed,
4613: 229.processed, 239.processed, 244.processed, 246.processed,
4614: 314.processed, 352.processed: tests results updated after method
4615: call exceptions improved as method now keeps its name
4616:
4617: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4618: types/pa_vmethod_frame.h: method call exceptions improved as
4619: method now keeps its name
4620:
4621: * tests/: 224.html, 239.html, results/224.processed,
4622: results/239.processed: tests and tests results updated after
4623: Request::construct exception changed
4624:
4625: * src/: classes/reflection.C, main/execute.C: Request::construct
4626: exception optimized
4627:
4628: * tests/: 371.html, results/371.processed: test for
4629: WWrapper.get_element call in $.name.key[value] code added
4630: (related to feature #1091)
4631:
4632: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4633: in $.name.key[value] code (related to feature #1091)
4634:
4635: 2016-11-29 moko
4636:
4637: * src/classes/op.C: VS warning war
4638:
4639: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4640: C4239: nonstandard extension used : 'return' : conversion from
4641: 'Value' to 'Value &' (related to feature #1020)
4642:
4643: * src/: main/execute.C, types/pa_vmethod_frame.h,
4644: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4645: used : 'return' : conversion from 'Value' to 'Value &' (related
4646: to feature #1020)
4647:
4648: * src/main/execute.C: VS warning war
4649:
4650: * src/targets/cgi/parser3.C: VS compatibility fix
4651:
4652: * src/include/pa_request.h: VS warning war
4653:
4654: * tests/: 370.html, results/370.processed: test for ^file::exec[
4655: ... $.stdin[$binary_file] ] added (related to bug #1044)
4656:
4657: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4658: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4659: $.stdin[$binary_file] (fixes bug #1044)
4660:
4661: 2016-11-28 moko
4662:
4663: * src/main/pa_exec.C: whitespace
4664:
4665: * src/main/pa_request.C: whitespace
4666:
4667: * tests/: 369.html, results/369.processed: test for
4668: $response:status usage added (related to feature #1099)
4669:
4670: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4671: if < 100 (implements feature #1099)
4672:
4673: * src/targets/cgi/parser3.C: whitespace
4674:
4675: * src/targets/cgi/parser3.C: whitespace
4676:
4677: * tests/: 368.html, results/368.processed: test updated after
4678: ^reflection:filename[$method] added (related to feature #1053)
4679:
4680: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4681: main/compile.y, main/execute.C, main/pa_request.C,
4682: types/pa_vclass.h: filename -> filespec,
4683: ^reflection:filename[$method] added (related to feature #1053)
4684:
4685: 2016-11-27 moko
4686:
4687: * tests/: 368.html, results/368.processed: test for
4688: reflection:filename[$class or object] added (related to feature
4689: #1053)
4690:
4691: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4692: types/pa_vstateless_class.h: ^reflection:filename[$class or
4693: object] added (implements feature #1053)
4694:
4695: 2016-11-26 moko
4696:
4697: * src/: include/pa_request_info.h,
4698: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4699: remove_absolute_uri -> strip_absolute_uri
4700:
4701: 2016-11-25 moko
4702:
4703: * src/: include/pa_request_info.h,
4704: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4705: request_info.remove_absolute_uri added to remove possible
4706: http://site.name/ from $request:uri (implements feature #1112)
4707:
4708: 2016-11-24 moko
4709:
4710: * tests/: 367-curl.html, results/367-curl.processed: test for
4711: previous request headers clearing after redirect added (related
4712: to bug #1109)
4713:
4714: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4715: response headers from previous requests are now cleared, only
4716: last request headers are collected (fixes bug #1109)
4717:
4718: * tests/results/: 266.processed, 321.processed, 356.processed:
4719: tests results updated as method name now added to the resulting
4720: hash for new syntax only (Imp1 compatimility fixed, related to
4721: feature #1068)
4722:
4723: * src/classes/reflection.C: method name now added to the resulting
4724: hash for new syntax only (Imp1 compatimility fixed, related to
4725: feature #1068)
4726:
4727: * tests/results/366.processed: test for native and parser
4728: implementation of ^use[] logic (related to feature #1074)
4729:
4730: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4731: for native and parser implementation of ^use[] logic (related to
4732: feature #1074)
4733:
4734: 2016-11-23 moko
4735:
4736: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4737: main/pa_request.C: @USE file now implemented as ^use[file;
4738: $.origin[origin_file] ] (implements feature #1074)
4739:
1.109 moko 4740: 2016-11-21 moko
4741:
1.110 moko 4742: * tests/: 365.html, results/365.processed: test for $caller bugs in
4743: 3.4.4 and $caller.method now tested (related to feature #1110)
4744:
4745: * tests/: 364.html, results/364.processed: $caller usage in
4746: different contexts now tested (related to feature #1110)
4747:
4748: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4749:
4750: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4751:
1.109 moko 4752: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4753: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4754: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4755: used (implements feature #1110)
4756:
4757: 2016-11-20 moko
4758:
4759: * src/types/pa_vdouble.h: whitespace
4760:
4761: 2016-11-11 moko
4762:
4763: * tests/: 363.html, results/363.processed: more tests for feature
4764: #1091 (how parser methods work in expression context)
4765:
4766: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4767: expressions strings are now written as strings, not values by
4768: write_as_string (related to feature #1091)
4769:
4770: * src/classes/op.C: to make more correct behavour in expression
4771: context
4772:
4773: 2016-11-07 moko
4774:
4775: * tests/: 362.html, results/362.processed: test for
4776: xsltParseStylesheetDoc caching as xsl modification after it added
4777: (related to bug #1108)
4778:
4779: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4780: result now cached as xdoc is modified after it (fixes bug #1108)
4781:
4782: 2016-11-06 moko
4783:
4784: * src/types/pa_vxdoc.h: whitespace
4785:
4786: 2016-11-05 moko
4787:
4788: * src/types/pa_vmethod_frame.h: cleanup
4789:
4790: 2016-11-03 moko
4791:
4792: * tests/results/244.processed: more correct exception after method
4793: frames separation
4794:
4795: * src/types/pa_vmethod_frame.h: minor optimizaion
4796:
4797: * src/types/pa_method.h: optimization: params_count added
4798:
4799: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4800: include/pa_request.h, main/execute.C, main/pa_request.C,
4801: types/pa_value.C, types/pa_vmethod_frame.C,
4802: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4803: VMethodFrame now divided into VNativeMethodFrame,
4804: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4805: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4806: and used (related to feature #1104)
4807:
4808: 2016-11-02 moko
4809:
4810: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4811: classes/double.C, classes/file.C, classes/hash.C,
4812: classes/hashfile.C, classes/image.C, classes/inet.C,
4813: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4814: classes/memcached.C, classes/op.C, classes/reflection.C,
4815: classes/regex.C, classes/string.C, classes/table.C,
4816: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4817: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4818: r.write (implements feature #1091)
4819:
4820: * src/main/execute.C: cleanup (related to feature #1104)
4821:
4822: * src/: include/pa_request.h, main/execute.C,
4823: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4824: added, in_expression removed (implements feature #1104)
4825:
4826: 2016-10-31 moko
4827:
4828: * src/types/pa_value.C: whitespace
4829:
4830: 2016-10-28 moko
4831:
4832: * tests/results/244.processed: updated after error reporting fixed
4833: in pa_wcontext.C
4834:
4835: * src/types/pa_wcontext.C: error reporting fixed
4836:
4837: * src/types/pa_wcontext.h: whitespace
4838:
4839: * src/classes/image.C: not fully readed entries are no longer
4840: processed (fixes bug #1106)
4841:
4842: 2016-10-26 moko
4843:
4844: * src/classes/image.C: whitespace
4845:
4846: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4847: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4848: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4849: longer required (related to feature #1091)
4850:
4851: * tests/results/: 264.processed, 350.processed: test results update
4852: reverted (whitespace optimization) after write_no_lang removed :)
4853: (related to feature #1091)
4854:
4855: * src/: classes/file.C, classes/hash.C, classes/op.C,
4856: classes/string.C, classes/table.C, classes/void.C,
4857: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4858: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4859: equal write_pass_lang (related to feature #1091)
4860:
4861: * tests/results/: 264.processed, 350.processed: test results
4862: updated (whitespace optimization) after write_assign_lang removed
4863: (related to feature #1091)
4864:
4865: * tests/: 361.html, results/361.processed: test for non-string
4866: ^untaint added (related to feature #1091)
4867:
4868: * src/: classes/curl.C, classes/date.C, classes/file.C,
4869: classes/hash.C, classes/op.C, classes/string.C,
4870: include/pa_request.h, main/execute.C: optimization:
4871: write_assign_lang removed as not required (first part of feature
4872: #1091 implementation)
4873:
1.108 moko 4874: 2016-10-12 moko
4875:
4876: * tests/: 360.html, results/360.processed: more test code (related
4877: to feature #1104)
4878:
4879: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4880: include/pa_request.h, main/compile.y, main/execute.C: opcode
4881: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4882: WContext is next task (implements feature #1104)
4883:
4884: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4885: / CO_WITHOUT_WCONTEXT
4886:
4887: * tests/: 360.html, results/360.processed: test for in expression
4888: state (related to feature #1104)
4889:
4890: 2016-10-11 moko
4891:
4892: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4893:
4894: * src/classes/op.C: default value removed from initializer
4895:
4896: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4897:
4898: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4899:
4900: 2016-10-10 moko
4901:
4902: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4903: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4904: to feature #42)
4905:
4906: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4907: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4908:
4909: 2016-10-08 moko
4910:
4911: * src/classes/double.C: whitespace
4912:
4913: 2016-10-07 moko
4914:
4915: * src/types/pa_vmethod_frame.h: reorder
4916:
4917: 2016-10-06 moko
4918:
4919: * src/classes/date.C: typo
4920:
4921: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4922:
4923: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4924: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4925: types/pa_vmethod_frame.h: params.get now returns Value&, not
4926: Value*
4927:
4928: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4929:
4930: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4931: removed; first as_* code rewrite
4932:
4933: 2016-10-05 moko
4934:
4935: * src/include/pa_request.h: whitespace
4936:
4937: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4938: intercept_string added (related to feature #1097)
4939:
4940: * src/: classes/image.C, classes/op.C, classes/table.C,
4941: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4942: optimization: intercept_string removed (implements feature #1097)
4943:
4944: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4945:
4946: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4947: from VCodeFrame and WWrapper as not required
4948:
4949: 2016-10-04 moko
4950:
4951: * src/: classes/curl.C, classes/date.C, classes/double.C,
4952: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4953: classes/int.C, classes/json.C, classes/op.C,
4954: classes/reflection.C, classes/string.C, classes/table.C,
4955: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4956: proces_to_value -> process after StringOrValue removed (related
4957: to feature #1020)
4958:
4959: * src/classes/form.C: whitespace
4960:
4961: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4962:
4963: * tests/: 357.html, 358.html, results/357.processed,
4964: results/358.processed, results/auto.p: test for @conf
4965: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4966:
4967: 2016-10-03 moko
4968:
4969: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4970: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4971: supported (implements feature #42)
4972:
4973: * src/types/pa_vregex.h: no reason for VRegex to be
4974: is_evaluated_expr
4975:
4976: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4977: (implements feature #1095)
4978:
4979: 2016-10-01 moko
4980:
4981: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4982: false by default (related to feature #1089)
4983:
4984: 2016-09-30 moko
4985:
4986: * src/types/pa_wcontext.h: cleanup
4987:
4988: 2016-09-29 moko
4989:
4990: * src/main/execute.C: whitespace
4991:
4992: * src/include/pa_request.h: whitespace
4993:
4994: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4995: classes/op.C, classes/table.C, include/pa_request.h,
4996: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4997: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4998: StringOrValue removed as it just slows down and adds complexity
4999: (implements feature #1020)
5000:
5001: 2016-09-28 moko
5002:
5003: * tests/: 356.html, results/266.processed, results/321.processed,
5004: results/356.processed: tests updated after name was added to
5005: method_info hash, test for ^reflection:method_info[junction]
5006: added (related to feature #1068)
5007:
5008: * src/classes/reflection.C: ^reflection:method_info[junction] now
5009: supported, method name added to the resulting hash (implements
5010: feature #1068)
5011:
5012: * tests/: 276.html, results/276.processed: more tests for
5013: ^reflection:delete[]
5014:
5015: * src/classes/reflection.C: fixed bug then ^reflection:delete
5016: didn't work on class and could damage native objects (like file)
5017:
5018: 2016-09-26 moko
5019:
5020: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
5021: results/345.processed, results/346-curl.processed,
5022: results/347-curl.processed, results/348.processed: numbers added
5023: to simplify diff analysis
5024:
5025: * tests/: 352.html, results/352.processed: test result updated as
5026: method name used
5027:
5028: * src/classes/reflection.C: method name used
5029:
5030: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
5031: its name
5032:
5033: * src/types/pa_method.h: whitespace
5034:
5035: * src/classes/reflection.C: both method and field with one name can
5036: exist.
5037:
5038: * src/classes/reflection.C: ^reflection:mixin added (implements
5039: feature #1089)
5040:
5041: * tests/: 355.html, results/355.processed: property appears in
5042: derived class if added in base test added
5043:
5044: * src/types/pa_vstateless_class.h: get_method declaration +
5045: whitespace
5046:
5047: * tests/: 354.html, results/354.processed: nice test from method
5048: and property with one name in class added
5049:
5050: 2016-09-23 moko
5051:
5052: * src/classes/reflection.C: ^reflection:method usage documented
5053:
5054: 2016-09-22 moko
5055:
5056: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
5057: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
5058: compile warning and GPF occures on VS2003 (related to feature
5059: #1087)
5060:
5061: * tests/: 350.html, results/350.processed: test added for
5062: $.encloser[] support in ^table::create (related to feature #11)
5063:
5064: * src/classes/table.C: another minor fix (related to feature #11)
5065:
1.107 moko 5066: 2016-09-21 moko
5067:
5068: * src/include/pa_config_fixed.h: vs2015 compilation fixes
5069:
5070: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5071: classes/json.C, classes/string.C, classes/table.C,
5072: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5073: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5074: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
5075: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
5076: pa_charsets, vs2015 warning war
5077:
5078: * src/classes/table.C: vs2015 warning war
5079:
5080: * src/types/pa_vdate.C: vs2015 warning war
5081:
5082: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
5083:
5084: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
5085: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
5086:
5087: * src/main/pa_common.C: vs2015 compilation fixes
5088:
5089: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
5090: vs2015 compilation fixes
5091:
5092: * src/main/pa_charset.C: vs2015 warning war
5093:
5094: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
5095:
5096: * src/main/pa_charset.C: vs2015 warning war
5097:
5098: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
5099:
5100: * src/types/pa_vdate.C: vs2015 compilation fix
5101:
5102: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
5103:
5104: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
5105: VS2015 compilation fixes
5106:
5107: * src/classes/table.C: minor fix (related to feature #11)
5108:
5109: * tests/results/282.processed: no longer skipping extra enclosers
5110: (related to feature #11)
5111:
5112: * src/classes/table.C: minor fix + no longer skipping extra
5113: enclosers (related to feature #11)
5114:
5115: * src/classes/table.C: minor optimization (related to feature #11)
5116:
5117: * src/classes/table.C: minor fix and optimization (related to
5118: feature #11)
5119:
5120: 2016-09-20 moko
5121:
5122: * tests/: 353.html, results/353.processed: test for
5123: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
5124: added (related to bug #1090)
5125:
5126: * src/main/compile.y: PC.cclass->is_vars_local() check added for
5127: one_big_piece (fixes bug #1090)
5128:
5129: * tests/: 229.html, results/229.processed: code coverage tests
5130:
5131: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
5132: body) was called
5133:
5134: * src/classes/op.C: whitespace
5135:
5136: * tests/: 323.html, results/323.processed: test for code junction
5137: should not be returned by ^reflection:class, ^reflection:base
5138:
5139: * src/classes/reflection.C: bugfix: code junction should not be
5140: returned by ^reflection:class, ^reflection:base
5141:
5142: * tests/: 323.html, 352.html, results/352.processed: no more
5143: exception for ^reflection:method[class;no-such-method] (related
5144: to feature #1087)
5145:
5146: * src/classes/reflection.C:
5147: ^reflection:method[class;no-such-method] : exception -> void
5148: (related to feature #1087)
5149:
5150: * src/include/pa_request.h: request::write_value added to allow
5151: write value without convertion (related to issue #1091)
5152:
5153: 2016-09-19 moko
5154:
5155: * src/main/pa_random.C: windows build fix
5156:
5157: * src/types/pa_vhash.h: warning war
5158:
5159: 2016-09-14 moko
5160:
5161: * tests/: 352.html, 552.html, results/352.processed,
5162: results/552.processed: test for ^reflection:method[] extension
5163: added (related to feature #1087)
5164:
5165: * tests/: 552.html, results/552.processed: test for
5166: ^reflection:method[] extension added (related to feature #1087)
5167:
5168: * src/classes/reflection.C: compatibility issue fixed, VClass
5169: dynamic_cast check added (related to feature #1087)
5170:
5171: * tests/: 351.html, results/351.processed: test for @auto[]
5172: inheritance bug diring ^process[] added (related to bug #1088)
5173:
5174: * src/: classes/op.C, main/pa_request.C,
5175: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5176: disable it inheritance during ^process (fixes bug #1088)
5177:
5178: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5179: added (implements feature #1087)
5180:
5181: 2016-09-13 moko
5182:
5183: * tests/: 349.html, results/auto.p: test for objects prototyping
5184: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5185: to feature #1086)
5186:
5187: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5188: types/pa_vobject.C: objects now are not class instances, but have
5189: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5190: in @conf (implements feature #1086)
5191:
5192: 2016-09-08 moko
5193:
5194: * src/: classes/file.C, classes/mail.C, classes/string.C,
5195: classes/table.C, main/pa_http.C, main/pa_string.C,
5196: include/pa_string.h: cleanup: string::split limit argument
5197: removed as no longer required, pos_after no longer reference
5198: (related to feature #11)
5199:
5200: * src/classes/table.C, tests/results/348.processed: now exception
5201: is rised when invalid option is passed to ^table::create[]
5202:
5203: * tests/: 282.cfg, 282.html, results/282.processed: more code
5204: coverage tests
5205:
5206: * tests/: 348.html, results/348.processed: code coverage tests
5207: added
5208:
5209: * tests/: 348.html, results/348.processed: generic ^table::create[]
5210: tests
5211:
5212: * tests/: 035.html, results/035.processed, results/272.processed:
5213: tests updated after $.encloser[] support for ^table::create
5214: implementation (related to feature #11)
5215:
5216: * src/classes/table.C: $.encloser[] support for ^table::create
5217: finally added (implements feature #11)
5218:
5219: 2016-09-07 moko
5220:
5221: * src/include/pa_string.h: added StringSplitHelper as friend
5222: (related to feature #11)
5223:
5224: * src/include/pa_string.h: body and langs now protected, not
5225: private to allow inheritance (related to feature #11)
5226:
5227: * src/classes/table.C: lsplit optimized before cloning for
5228: ^table::create with $.encloser[] (related to feature #11)
5229:
5230: * src/classes/table.C: optimizaion: TableControlChars.separators
5231: added and used (related to feature #11)
5232:
5233: * src/classes/table.C: spelling:
5234:
5235: TableSeparators -> TableControlChars column -> separator
5236: separators -> control_chars
5237:
5238: 2016-09-06 moko
5239:
5240: * src/main/pa_string.C: whitespace
5241:
5242: * src/main/pa_string.C: whitespace
5243:
5244: 2016-09-01 moko
5245:
5246: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5247: results OS-independent
5248:
5249: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5250: compiler (related to feature #1042)
5251:
5252: 2016-08-15 moko
5253:
5254: * src/include/pa_string.h: whitespace
5255:
5256: * src/classes/table.C: whitespace
5257:
1.106 moko 5258: 2016-08-05 moko
5259:
5260: * tests/: 344.html, results/344.processed: test for
5261: ^hash::create[$file] added (related to feature #1075)
5262:
5263: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5264: supported (implements feature #1075)
5265:
5266: 2016-08-04 moko
5267:
5268: * tests/: 341.html, results/341.processed: more code coverage tests
5269:
5270: * tests/: 346-curl.html, results/346-curl.processed: more code
5271: coverage tests for curl
5272:
5273: * tests/: 346-curl.html, results/346-curl.processed: more code
5274: coverage tests for curl
5275:
5276: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5277: results/223.processed: code coverage tests: $.form[ $.table[] ]
5278: test added
5279:
5280: * tests/: 223-curl.html, results/223-curl.processed: more code
5281: coverage tests for curl
5282:
5283: 2016-08-03 moko
5284:
5285: * src/classes/curl.C: dlink(curl_library) now called not once, but
5286: until it will be loaded, allowing to find existing library.
5287:
5288: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5289: results/347-curl.processed: more code coverage tests for curl
5290:
5291: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5292: results/339-curl.processed, results/346-curl.processed: curl
5293: functionality tests
5294:
5295: 2016-08-02 moko
5296:
5297: * tests/: 339.html, results/339.processed: test for tables in
5298: ^file:load[] and ^curl:load[] (commented) added (related to
5299: feature #1042)
5300:
5301: * tests/: 345.html, results/345.processed: code coverage tests for
5302: file class
5303:
5304: * tests/: 344.html, results/344.processed: code coverage tests
5305:
5306: * tests/: 344.html, results/344.processed: mdate removed from
5307: output
5308:
5309: * src/classes/file.C: minor bugfix: is_text should be taked from
5310: fcontent.is_text_mode() if not set (related to feature #1061)
5311:
5312: * tests/: 344.html, results/344.processed: more tests
5313:
5314: * tests/: 343.html, 344.html, results/343.processed,
5315: results/344.processed: tests for ^file::create[ $.from-charset
5316: and $.to-charset ] (related to feature #1061)
5317:
5318: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5319: aset_text_mode argument optimized
5320:
5321: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5322: checkBOM now used in detect_binary_content (related to feature
5323: #1061)
5324:
5325: * src/main/pa_request.C: load_charset no longer required to_upper
5326:
5327: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5328: preserves original file mode (if no $.mode specified)
5329:
5330: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5331: ^file::create now supports $.from-charset[] and $.to-charset
5332: options (implements feature #1061), automatic transcode is done
5333: if text file is created from binary file and charset is detected.
5334:
5335: 2016-07-30 moko
5336:
5337: * src/classes/table.C: ^t.hash[..;] now supported (related to
5338: feature #1057)
5339:
5340: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5341: added (related to feature #1057)
5342:
5343: * tests/: 286.html, results/286.processed: code tests coverage
5344:
5345: 2016-07-29 moko
5346:
5347: * src/classes/table.C: table size should be checked inside menu and
5348: foreach (related to feature #858)
5349:
5350: * src/: classes/curl.C, classes/file.C, classes/string.C,
5351: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5352: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5353: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5354: charsets.get now does str_upper inside (related to feature #1061)
5355:
5356: * tests/: 342.html, results/342.processed: more code coverage tests
5357:
5358: * tests/: 342.html, outputs/342.processed: table menu code coverage
5359: + foreach test added (related to feature #858)
5360:
5361: * tests/: 341.html, results/341.processed: tests for
5362: ^table.hash[]{code} added + code coverage tests (related to
5363: feature #1057)
5364:
5365: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5366: value} support (implements feature #1057)
5367:
5368: * src/classes/table.C: whitespace
5369:
5370: 2016-07-28 moko
5371:
5372: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5373: from URL, if not specified query string removed from url-based
5374: filenames in ^curl:load[] and ^file::load[] (related to feature
5375: #1042)
5376:
5377: 2016-07-27 moko
5378:
5379: * tests/: 340.html, results/340.processed: test for
5380: transcode_text_result=false added (related to issue #1042)
5381:
5382: 2016-07-26 moko
5383:
5384: * src/types/pa_vfile.C: file name should not be empty (if file path
5385: is folder and ends with /) (related to feature #1042)
5386:
5387: * src/main/pa_http.C: whitespace optimizaion
5388:
5389: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5390: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5391: multiple headers, ^file::load supports headers transcoding
5392: (implements feature #1042)
5393:
5394: 2016-07-25 moko
5395:
5396: * src/include/pa_common.h: PA_DEFAULT added
5397:
5398: 2016-07-22 moko
5399:
5400: * tests/: 338.html, results/338.processed: test for
5401: $date.field(value) added (related to feature #1066)
5402:
5403: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5404: $date.field(value) now supported for y/m/d/h/m/s (implements
5405: feature #1066)
5406:
1.105 moko 5407: 2016-07-21 moko
5408:
5409: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5410: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5411: arguments removed; image.C - absolute path shown in exception
5412: (implements feature #1071)
5413:
5414: * tests/: 235.html, results/235.processed: test and test result
5415: updated after static boundary in mail and Errors-To: mail header
5416: removed (related to feature #1047)
5417:
5418: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5419: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5420: used, static boundary in mail removed, Errors-To: mail header
5421: removed (implements feature #1047)
5422:
5423: 2016-07-20 moko
5424:
5425: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5426: equest.classes(): Value -> VStateless_class, part 3 (related to
5427: issue #1051)
5428:
5429: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5430: request.classes(): Value -> VStateless_class, part 2 (related to
5431: issue #1051)
5432:
5433: * tests/results/: 224.processed, 323.processed: classes without
5434: methods should not be methoded (related to issue #1051)
5435:
5436: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5437: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5438: -> VStateless_class, part 1 (related to issue #1051)
5439:
5440: * tests/: 337.html, results/337.processed: test for
5441: ^reflection:fields_reference[] and VHashReference class added
5442: (related to feature #1072)
5443:
5444: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5445: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5446: and VHashReference added, allowing ^reflection:fields_reference[]
5447: implementation (closes feature #1072)
5448:
5449: 2016-07-19 moko
5450:
5451: * tests/: 323.html, results/323.processed: we want to see
5452: "methoded"
5453:
5454: * tests/: 336.html, results/336.processed: test for $BASE:property
5455: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5456: #1059)
5457:
5458: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5459: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5460: somebody_entered_some_class, $BASE:property works again,
5461: ^BASE:method[] bugs fixed (fixes bug #1059)
5462:
5463: 2016-07-14 moko
5464:
5465: * tests/: 335.html, results/335.processed: test for feature #1055
5466: added
5467:
5468: * src/classes/hash.C: bugfix: $._default was not copied if empty
5469: feature: ^hash.contains[_default] added (implements feature
5470: #1055)
5471:
5472: 2016-07-13 moko
5473:
5474: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5475: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5476:
5477: 2016-07-05 moko
5478:
5479: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5480: in ^hash.foreach (related to feature #1073)
5481:
5482: 2016-07-04 moko
5483:
5484: * tests/: 134.html, 281.html, results/134.processed,
5485: results/281.processed: tests updated after hash blocking removed
5486: (related to feature #1073)
5487:
5488: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5489: no longer blocks on change during foreach (implements feature
5490: #1073)
5491:
5492: 2016-06-17 moko
5493:
5494: * tests/: 330.html, results/330.processed: try exception source
5495: test added (related to bug in #1062)
5496:
5497: * tests/: 334.html, results/334.processed: Exception stack trace
5498: test added (related to bug in $1062)
5499:
5500: * src/classes/op.C: Exception trace now correctly restored and
5501: errors reported (related to bug #1062)
5502:
1.104 moko 5503: 2016-05-25 moko
5504:
5505: * src/main/compile.y: minor cleanup + beauty
5506:
5507: 2016-05-24 moko
5508:
5509: * tests/: 333.html, results/333.processed: more exceptions testing
5510:
5511: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5512: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5513: features #1056, #1026)
5514:
5515: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5516: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5517: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5518: (implements feature #1056)
5519:
5520: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5521: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5522: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5523: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5524: feature #1026)
5525:
5526: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5527: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5528: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5529: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5530: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5531: feature #1026)
5532:
5533: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5534: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5535: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5536: SYMBOLS_CACHING define implemented (related to feature #1026)
5537:
5538: * src/main/main.vcproj: + ps_symbols
5539:
5540: * src/: include/Makefile.am, include/pa_string.h,
5541: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5542: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5543: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5544: types/pa_vstateless_class.C: initial implementation for symbols
5545: cache (related to feature #1026)
5546:
5547: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5548:
5549: * src/main/pa_globals.C: minor cleanup
5550:
5551: 2016-05-19 moko
5552:
5553: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5554: (related to feature #1046)
5555:
5556: * tests/: 331.html, results/331.processed: test for
5557: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5558: (related to feature #1051)
5559:
5560: * src/main/compile.y:
5561: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5562: (implements feature #1054)
5563:
5564: 2016-05-18 moko
5565:
5566: * src/types/pa_vtable.C, tests/results/324.processed: no more
5567: "column not found" exception for ^table.no-such-method[] (related
5568: to feature #1046)
5569:
5570: * tests/: 261.html, results/261.processed: test added and updated
5571: after feature #1046 implementation
5572:
5573: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5574: types/pa_vvoid.h: $string.anything works for whitespace strings,
5575: ^string.contains added for hash compatibility, $string.method no
5576: longer returns stting method (implements feature #1046)
5577:
5578: 2016-05-12 moko
5579:
5580: * src/classes/curl.C: content-type response header no longer
5581: ignored (fixes issue #1045)
5582:
5583: * tests/: 330.html, results/330.processed: test for incomplete
5584: finally execution when break occures added (related to issue
5585: #1077)
5586:
5587: * src/classes/op.C: bugfix: Request::skip reset is called before
5588: executing catch and finally code (fixes issue #1062)
5589:
5590: 2016-05-11 moko
5591:
5592: * tests/: 329.html, results/329.processed: test for invalid
5593: ^break[] behavour added (bug #1077)
5594:
5595: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5596:
5597: 2016-04-24 moko
5598:
5599: * src/types/pa_vstateless_class.h: warning war
5600:
5601: 2016-04-17 moko
5602:
5603: * tests/: 328.html, results/328.processed: test for
5604: ^break(condition) and ^continue(condition) (related to feature
5605: #1063)
5606:
5607: * src/classes/op.C: ^break(condition) and ^continue(condition)
5608: implemented (feature #1063)
5609:
5610: 2016-04-12 moko
5611:
5612: * tests/results/280.processed: ordered hash now used for class
5613: methods and properties (test results updated for feature #1069)
5614:
5615: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5616: to xdoc.C as under FreeBSD it was inited after and inheritance
5617: failed (related to issue #1051)
5618:
5619: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5620: are printed to check inheritance (related to feature #1051)
5621:
1.103 moko 5622: 2016-04-09 moko
5623:
5624: * tests/results/320.processed: ordered hash now used for class
5625: methods and properties (test results updated for feature #1069)
5626:
5627: * src/types/pa_vstateless_class.h: ordered hash now used for class
5628: methods and properties (implements feature #1069)
5629:
5630: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5631: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5632: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5633: feature #1051)
5634:
5635: 2016-04-07 moko
5636:
5637: * src/main/execute.C: returned Value in .CLASS case for VJunction
5638: (related to feature #1051)
5639:
5640: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5641: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5642: string constants deduplication (related to feature #1051)
5643:
5644: * tests/results/224.processed: test result updated (related to
5645: feature #1051)
5646:
5647: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5648: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5649: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5650: types/pa_vstatus.h: classes hash now contains only
5651: VStateless_class derived objects, .CLASS is also allways
5652: VStateless_class derived object (related to feature #1051).
5653:
5654: 2016-04-06 moko
5655:
5656: * tests/results/323.processed: test result updated after feature
5657: #1051 implementation
5658:
5659: * src/: classes/classes.h, classes/op.C, classes/response.C,
5660: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5661: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5662: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5663: types/pa_vresponse.C, types/pa_vresponse.h,
5664: types/pa_vstateless_class.h: base -> methoded_donor for static
5665: classes, type() moved from VStateless_class to VClass and
5666: Methoded (implements feature #1051)
5667:
5668: 2016-04-04 moko
5669:
5670: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5671: beauty: put_class added (related to feature #1051)
5672:
5673: 2016-04-01 moko
5674:
5675: * tests/results/: 175.processed, 192.processed, 224.processed,
5676: 229.processed, 244.processed, 246.processed, 316.processed: test
5677: results updated as class.type() removed from error messages, only
5678: type() left (related to feature #1051)
5679:
5680: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5681: classes/op.C, classes/reflection.C, main/compile.y,
5682: main/compile_tools.h, main/execute.C, main/pa_request.C,
5683: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5684: types/pa_vmethod_frame.h, types/pa_vobject.h,
5685: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5686: from VStateless_class, type() is used instead (related to feature
5687: #1051)
5688:
5689: * src/classes/mail.C: old logic restored.
5690:
5691: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5692: classes/classes.h, classes/curl.C, classes/date.C,
5693: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5694: classes/hashfile.C, classes/image.C, classes/inet.C,
5695: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5696: classes/memcached.C, classes/memory.C, classes/reflection.C,
5697: classes/regex.C, classes/response.C, classes/string.C,
5698: classes/table.C, classes/xdoc.C, classes/xnode.C,
5699: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5700: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5701: feature #1051)
5702:
5703: 2016-03-30 moko
5704:
5705: * tests/: 327.html, results/224.processed, results/327.processed:
5706: test for TZ specification in ^date::create[], TZ is kept during
5707: ^date::create[$dt] (related to feature #1048)
5708:
5709: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5710: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5711: feature #1048)
5712:
5713: 2016-03-29 moko
5714:
5715: * tests/: 315.html, results/315.processed: test for timezone format
5716: +HHmm added (related to feature #1065)
5717:
5718: * src/classes/date.C: timezone format +HHmm now supported
5719: (implements feature #1065)
5720:
5721: 2016-03-28 moko
5722:
5723: * tests/: 202.html, results/131.processed, results/202.processed,
5724: results/224.processed, results/256.processed,
5725: results/315.processed: test results updated after %.2d now
5726: default for hours offset in iso-string (was %2d), test for
5727: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5728: added (related to feature #1065)
5729:
5730: 2016-03-27 moko
5731:
5732: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5733: feature #1065)
5734:
5735: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5736: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5737: added (implements feature #1065)
5738:
5739: 2016-03-24 moko
5740:
5741: * tests/: 202.html, results/202.processed: test $date.week added
5742: (related to bug #1067)
5743:
5744: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5745: date (fix for bug #1067)
5746:
5747: 2016-03-10 moko
5748:
5749: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5750:
1.102 moko 5751: 2015-12-07 moko
5752:
5753: * tests/: 326.html, results/326.processed: test for .CLASS &
5754: .CLASS_NAME optimization added (related to feature #844)
5755:
5756: 2015-11-17 moko
5757:
5758: * tests/: 323.html, results/323.processed: order added
5759:
5760: * tests/: 325.html, results/325.processed: double range test added
5761: (related to bug #1049)
5762:
5763: 2015-11-16 moko
5764:
5765: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5766: added to disallow NaN and Infinity (fixes bug #1049)
5767:
5768: 2015-11-11 moko
5769:
5770: * tests/324.html: parser 3.4.3 execution support added (related to
5771: feature #1017)
5772:
5773: * tests/: 324.html, results/324.processed: test for
5774: GET_ELEMENT4CALL feature added (feature #1017)
5775:
1.101 moko 5776: 2015-10-29 moko
5777:
1.211 moko 5778: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5779:
5780: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5781:
5782: * src/main/pa_exec.C: get_exit_status implemented for Windows
5783: (related to bug #1043)
5784:
5785: 2015-10-28 moko
5786:
5787: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5788: hangup during ^file::exec (fixes bug #1043)
5789:
1.100 moko 5790: 2015-10-27 moko
5791:
5792: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5793:
1.99 moko 5794: 2015-10-26 moko
5795:
1.100 moko 5796: * tests/322.html, src/classes/reflection.C: arguments reorder
5797: (related to issue #1041)
5798:
5799: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5800: Copyright year updated
5801:
1.99 moko 5802: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5803: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5804: classes/form.C, classes/hash.C, classes/hashfile.C,
5805: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5806: classes/mail.C, classes/math.C, classes/memcached.C,
5807: classes/memory.C, classes/op.C, classes/reflection.C,
5808: classes/regex.C, classes/response.C, classes/string.C,
5809: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5810: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5811: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5812: include/pa_config_fixed.h, include/pa_config_includes.h,
5813: include/pa_dictionary.h, include/pa_dir.h,
5814: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5815: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5816: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5817: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5818: include/pa_request_charsets.h, include/pa_request_info.h,
5819: include/pa_sapi.h, include/pa_socks.h,
5820: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5821: include/pa_stack.h, include/pa_string.h,
5822: include/pa_stylesheet_connection.h,
5823: include/pa_stylesheet_manager.h, include/pa_table.h,
5824: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5825: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5826: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5827: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5828: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5829: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5830: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5831: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5832: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5833: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5834: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5835: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5836: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5837: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5838: main/pa_string.C, main/pa_stylesheet_connection.C,
5839: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5840: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5841: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5842: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5843: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5844: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5845: targets/isapi/parser3isapi.C, types/pa_junction.h,
5846: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5847: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5848: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5849: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5850: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5851: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5852: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5853: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5854: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5855: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5856: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5857: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5858: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5859: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5860: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5861: types/pa_vresponse.C, types/pa_vresponse.h,
5862: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5863: types/pa_vstateless_object.h, types/pa_vstatus.C,
5864: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5865: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5866: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5867: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5868: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5869:
5870: * src/targets/cgi/parser3.C: year updated
5871:
5872: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5873: issue #1041)
5874:
5875: * tests/: 323.html, results/323.processed: test for base classes
5876: added
5877:
5878: * tests/: 261.html, results/261.processed: updated after better
5879: error reporting done for $string.key exception
5880:
5881: * src/types/pa_vstring.h: better error report for $string.key
5882: exception
5883:
5884: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5885: copied as VObject::get_element4call to remove extra virtual call
5886:
5887: * tests/: 322.html, results/322.processed: test for
5888: ^reflection:is[] added (related to feature #1041)
5889:
5890: * src/classes/reflection.C: ^reflection:is empty value is void
5891: (related to feature #1041)
5892:
5893: * src/classes/reflection.C:
5894: ^reflection:is[class_name|code|method;[context;]element_name]
5895: added (implements feature #1041)
5896:
5897: 2015-10-24 moko
5898:
5899: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5900:
1.98 moko 5901: 2015-10-22 moko
5902:
5903: * tests/: 321.html, results/321.processed: test for
5904: ^reflection:method_info[] file detection added
5905:
5906: * tests/: 320.html, results/320.processed: test for
5907: ^reflection:class_by_name[class_name] added (related to feature
5908: #993)
5909:
5910: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5911: added (implements feature #993)
5912:
5913: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5914: (related to feature #1017)
5915:
5916: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5917: added (related to issue #1039)
5918:
5919: * src/main/pa_request.C: ^throw origin fixed (related to feature
5920: #1039)
5921:
5922: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5923: for VDate
5924:
5925: * tests/results/182.processed: updated after feature #1038
5926: implemented
5927:
5928: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5929: compile-time exception origin added (test for feature #1039)
5930:
5931: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5932: main/pa_request.C: exception unification: compile-time exceptions
5933: now have origin, @USE origins also tracked (implements feature
5934: #1039)
5935:
5936: 2015-10-20 moko
5937:
5938: * src/main/pa_request.C: cleanup
5939:
5940: 2015-10-15 moko
5941:
5942: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5943:
5944: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5945: types/pa_vtable.C: new feature: no more $table.method and
5946: $hash.method, aliases for _at, _count, _key (related to feature
5947: #1017)
5948:
1.97 moko 5949: 2015-10-14 moko
5950:
1.98 moko 5951: * tests/: 317.html, results/317.processed: test for
5952: ^string.unescape[] added (related to feature #120)
5953:
1.97 moko 5954: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5955: defined" bug (described in issue #1036)
5956:
5957: * tests/: 247.html, results/247.processed: test for checkBOM added
5958: (test for bug #1037)
5959:
5960: * src/: include/pa_charsets.h, main/pa_charsets.C,
5961: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5962: it's not enforced, skips BOM signature if it complies charset
5963: (fixes bug #1037)
5964:
5965: 2015-10-13 moko
5966:
5967: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5968: linking
5969:
5970: * src/classes/inet.C: vs2003 compilation fix
5971:
5972: * src/classes/math.C: warning war
5973:
5974: * src/lib/punycode/pa_punycode.c: warning war
5975:
5976: 2015-10-12 moko
5977:
5978: * src/lib/punycode/pa_punycode.c: warning war
5979:
5980: * parser3.sln: moved parser3 first, to make it default startup
5981: project
5982:
5983: * buildall: parser "mirror" now used for external libs sources
5984: (implements feature #1036)
5985:
5986: * buildall: most external libs are updated to their current
5987: versions (related to feature #1036)
5988:
5989: * src/classes/image.C: more tags added
5990:
5991: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5992:
5993: 2015-10-11 moko
5994:
5995: * src/classes/curl.C: minor optimization (related to feature #1035)
5996:
5997: 2015-10-09 moko
5998:
5999: * src/classes/curl.C: pa_strdup added for strings from curl
6000: (related to feature #1035)
6001:
6002: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
6003: ULLONG_MAX definition
6004:
6005: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
6006: (implements feature #1035)
6007:
6008: * src/main/pa_charset.C: String::Body(String::C) used
6009:
6010: * src/main/pa_charset.C: exceptions unified
6011:
6012: * src/: include/pa_charset.h, main/pa_charset.C: declarations
6013: unified
6014:
6015: * src/: classes/file.C, classes/image.C, classes/mail.C,
6016: classes/op.C, classes/xdoc.C, classes/xnode.C,
6017: include/pa_string.h, main/pa_request.C, main/pa_string.C,
6018: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
6019: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
6020: String::Body(String::C) constructor added (related to bug #957)
6021:
6022: * src/classes/file.C: minor optimization
6023:
6024: * src/include/pa_hash.h: hash.get(char*) added, to minimize
6025: Cord(char*) autocreation (related to bug #957)
6026:
6027: * src/: classes/string.C, main/untaint.C: minor optimizations
6028:
6029: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
6030: String(char*, Lang, length) removed, String(C(), Lang) used
6031: instead (related to bug #957)
6032:
6033: 2015-10-08 moko
6034:
6035: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
6036: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
6037: main/untaint.C: Now char * is converted to CORD only using
6038: AS_CORD() to check for empty cord bug (fixes bug #957)
6039:
6040: * src/include/pa_hash.h: fixed compilation without
6041: HASH_CODE_CACHING
6042:
6043: * src/classes/string.C:
6044: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
6045: feature #120)
6046:
6047: * src/main/pa_common.C: reduce js flags checks count (related to
6048: feature #120)
6049:
1.96 moko 6050: 2015-10-07 moko
6051:
6052: * tests/: 275.html, results/275.processed: test modified after
6053: unsigned long long int support implemented (feature #1034)
6054:
6055: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
6056: pa_atoul added for unsigned long long int support
6057:
6058: 2015-10-06 moko
6059:
6060: * src/types/pa_vdate.C: INT_MAX used
6061:
6062: 2015-10-03 moko
6063:
6064: * tests/: 302.html, results/302.processed: test for bug #1023
6065: (\u2028, \u2029 escaping) added
6066:
6067: * src/main/untaint.C: \u2028, \u2029 are now escaped in
6068: json:string[] (fixes bug #1023)
6069:
6070: 2015-09-29 moko
6071:
6072: * tests/305.html: try-catch added for OS without ipv6 support
6073:
6074: * src/lib/json/pa_json.C: more unique prefixes for Solaris
6075: compilation
6076:
6077: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
6078: main/execute.C, types/pa_value.h, types/pa_vhash.h,
6079: types/pa_vtable.C, types/pa_vtable.h: get_element4call
6080: implemented to distinguish ^hash.method from $hash.field
6081: (implements feature #1017)
6082:
6083: * src/lib/punycode/pa_punycode.c: warning war
6084:
6085: * src/include/pa_config_includes.h: warning war
6086:
6087: * src/include/pa_config_includes.h: pragma warning actualized a bit
6088:
6089: * src/include/pa_config_includes.h: warning war
6090:
6091: * src/include/pa_hash.h: clang compilation fix
6092:
6093: 2015-09-27 moko
6094:
6095: * src/main/compile.tab.C: Bison 3 is now default
6096:
6097: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
6098:
6099: 2015-09-25 moko
6100:
6101: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
6102: works with undefined HASH_ORDER (related to feature #196)
6103:
6104: 2015-09-24 moko
6105:
6106: * tests/: 027.html, results/027.processed: test modified to test
6107: ^hash.sort (feature #196)
6108:
6109: * src/: classes/hash.C, include/pa_hash.h:
6110: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
6111: added (implements feature #196)
6112:
6113: * tests/: 316.html, results/316.processed: Added test for bug #1025
6114: (exception handling in non-cached ^cache), plus for "it does not
6115: have logical value" and "$exception.handled value must be either
6116: boolean or string 'cache'" exceptions.
6117:
6118: * src/classes/op.C: ^cache: exceptions now handled in non-cached
6119: code (fixes bug #1025)
6120:
1.95 moko 6121: 2015-09-23 moko
6122:
6123: * src/classes/table.C: warning war
6124:
6125: * src/: classes/math.C, types/pa_vcookie.C: warning war
6126:
6127: * src/classes/file.C: warning war
6128:
6129: * src/: include/pa_table.h, main/pa_table.C: warning war
6130:
6131: * src/: main/pa_request.C, classes/date.C: warning war
6132:
6133: * src/: types/pa_vdate.C, classes/op.C: warning war
6134:
6135: * tests/: 122.html, results/122.processed: win sync: to remove
6136: differences with OS that doesn't keep timezone change history
6137:
6138: * src/types/pa_vdate.C: tzset() should be called in Windows after
6139: TZ change (related to feature #36)
6140:
6141: * tests/: 075.html, results/075.processed: win sync: to remove
6142: differences with OS that doesn't keep timezone change history
6143:
6144: * tests/: 315.html, results/315.processed: win sync: to remove
6145: differences with OS that doesn't keep timezone change history
6146:
6147: * tests/: 256.html, results/256.processed: win sync: to remove
6148: differences with OS that doesn't keep timezone change history
6149:
6150: * tests/: 124.html, results/124.processed: win results sync: to
6151: avoid hitting time change hole.
6152:
6153: * src/types/pa_vdate.C: static returned. :)
6154:
6155: 2015-09-22 moko
6156:
6157: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6158:
6159: * tests/results/131.processed: more tests for feature #1032
6160:
6161: * src/classes/date.C: minor fix related to feature #1032
6162:
1.211 moko 6163: * operators.ru.txt, operators.txt: ISO date creation documented
6164: (related to feature #1032)
1.95 moko 6165:
1.211 moko 6166: * operators.ru.txt, operators.txt: iso-string documented (related
6167: to feature #1032)
1.95 moko 6168:
6169: * tests/: 315.html, results/315.processed: more tests added
6170: (related to feature #1032)
6171:
6172: * tests/: 131.html, results/131.processed: date range checks
6173: updated (related to feature #36)
6174:
6175: * tests/: 315.html, results/057.processed, results/315.processed:
6176: test added for ISO date support (related to issue #315)
6177:
6178: * src/classes/date.C: more readable exceptions in date creation
6179: (related to ticket #1032)
6180:
6181: 2015-09-18 moko
6182:
6183: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6184: added (related to issue #1032)
6185:
6186: * tests/results/256.processed, src/classes/json.C: iso-string
6187: documented (related to issue #1032)
6188:
6189: * tests/: 256.html, results/256.processed: ISO date check added
6190: (related to issue #1032)
6191:
6192: * tests/: 057.html, results/057.processed, results/224.processed:
6193: tests results updated after ISO date support implemented (related
6194: to feature #1032)
6195:
6196: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6197: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6198: ^date::create[string] constructor formalized, ^date.iso-string[]
6199: added (implements feature #1032)
6200:
6201: 2015-09-05 moko
6202:
1.211 moko 6203: * operators.ru.txt, operators.txt: actualized
1.95 moko 6204:
1.211 moko 6205: * operators.ru.txt, operators.txt: date changes documented (related
6206: to ticket #36)
1.95 moko 6207:
6208: 2015-09-04 moko
6209:
6210: * src/types/pa_vdate.C: warning war
6211:
6212: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6213:
6214: 2015-09-03 moko
6215:
6216: * tests/results/096.processed: test result updated for 0..9999 year
6217: date range support (related to feature #36)
6218:
6219: * tests/: 314.html, results/314.processed: test for
6220: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6221: bug #1031)
6222:
6223: * src/classes/string.C: Static calls fixed for ^string:base64[],
6224: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6225:
1.116 moko 6226: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6227: configure.in -> configure.ac
1.95 moko 6228:
1.116 moko 6229: * configure, configure.in, src/include/pa_config_auto.h.in: more
6230: correct timezone check for FreeBSD Warning war: configure.in ->
6231: configure.ac
1.95 moko 6232:
6233: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6234: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6235: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6236: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6237: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6238: src/main/Makefile.am, src/targets/apache/Makefile.am,
6239: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6240: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6241: check added
6242:
6243: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6244:
6245: * tests/results/: 124.processed, 224.processed: test resuls updated
6246: for new date implementation (related to feature #36)
6247:
6248: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6249: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6250: types/pa_vdate.h: new double date implementation with internal
6251: support for extended 0..9999 year range, default timezone support
6252: (related to feature #36)
6253:
6254: 2015-08-28 moko
6255:
6256: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6257: (fixes bug #1030)
6258:
6259: 2015-08-21 moko
6260:
6261: * src/classes/inet.C: snprintf size "bug" commented
6262:
6263: * src/main/pa_common.C: snprintf comments updated
6264:
6265: 2015-08-16 moko
6266:
6267: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6268:
6269: 2015-08-11 moko
6270:
6271: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6272: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6273: can be null (fixes bug #1029)
6274:
6275: 2015-08-06 moko
6276:
1.116 moko 6277: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6278: pa_vdate.C added
1.95 moko 6279:
6280: 2015-08-05 moko
6281:
6282: * tests/: 313.html, results/313.processed: test for
6283: ^table.count[columns] and ^table.flip[] with nameless tables
6284: (feature #1003)
6285:
6286: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6287: max_cell added, now ^table.count[columns] and ^table.flip[] works
6288: correctly for nameless tables (implements feature #1003)
6289:
6290: 2015-08-03 moko
6291:
6292: * tests/312.html: test for ^table.append[$hash] and
6293: ^table.insert[$hash] added (related to feature #1028)
6294:
6295: * src/classes/table.C: ^table.append[$hash] and
6296: ^table.insert[$hash] now supported (implements feature #1028)
6297:
6298: * tests/: 312.html, results/312.processed: test row copy in
6299: ^table.hash[; $.type[table] ] added (related to feature #1016)
6300:
6301: * src/classes/table.C: row copy now created in ^table.hash[;
6302: $.type[table] ] (related to feature #1016)
6303:
6304: 2015-07-29 moko
6305:
6306: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6307: added (related to feature #1016)
6308:
6309: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6310: ^table.delete[] added to delete current row (related to feature
6311: 1016)
6312:
6313: 2015-07-28 moko
6314:
6315: * tests/: 312.html, results/312.processed: test for
6316: $table.column[value] and ^table.insert{row} (related to feature
6317: #1016)
6318:
6319: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6320: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6321: ^table.insert{row} are now implemented (feature #1016)
6322:
6323: * src/include/pa_array.h: Optimization: bool reverse removed from
6324: append(), insert() added, memmove arguments order in remove()
6325: fixed (related to feature #1016)
6326:
6327: 2015-07-23 moko
6328:
6329: * src/classes/json.C: tainted json and empty json exception added
6330: (implements feature #1015)
6331:
6332: * tests/: 311.html, results/311.processed: empty json and tainted
6333: json exception test added (related to issue #1015)
6334:
6335: 2015-07-22 moko
6336:
6337: * tests/: 311.html, results/311.processed: test for UTF-8
6338: processing added
6339:
6340: * tests/: 311.html, results/311.processed: test for
6341: json_exception_with_source added (related to issue #394)
6342:
6343: * src/classes/json.C: json_exception_with_source added (implements
6344: feature #394)
6345:
6346: 2015-06-29 moko
6347:
6348: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6349: directories are now correctly determined if _d_type == DT_UNKNOWN
6350: (closes bug #1027)
6351:
6352: 2015-06-10 moko
6353:
6354: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6355: error if libxml has LIBXML_ICU_ENABLED.
6356:
6357: 2015-06-04 moko
6358:
6359: * tests/099.html: ups, reverting
6360:
6361: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6362: results/310.processed: tests for $response:body[ $.file[] ] and
6363: $response:last-modified added
6364:
6365: * src/main/pa_request.C: last-modified check fixed
6366:
6367: 2015-06-03 moko
6368:
6369: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6370: results/205.processed, results/293.processed: $response:headers
6371: logging added (tests for feature #1007)
6372:
6373: * src/: include/pa_common.h, include/pa_request.h,
6374: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6375: $response:headers are now in uppercase (closes feature #1007)
6376:
6377: 2015-06-02 moko
6378:
6379: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6380: build errors reverted for clang compatibility
6381:
6382: 2015-06-01 moko
6383:
6384: * src/include/pa_memory.h: -pedantic build errors fixed
6385:
6386: * src/classes/math.C: -pedantic build error fixed
6387:
6388: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6389:
6390: 2015-05-31 moko
6391:
6392: * src/classes/table.C: USE_STRINGSTREAM optimized
6393:
6394: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6395: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6396: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6397: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6398: types/pa_vxnode.h: warning war (-pedantic flag)
6399:
6400: 2015-05-28 moko
6401:
6402: * tests/: 308.html, results/308.processed: test for
6403: ^table::create[$t;], etc work added (related to bug #975)
6404:
6405: * src/classes/table.C: check_option_param removed,
6406: ^table::create[$t;], etc now works (fixes bug #975)
6407:
6408: 2015-05-27 moko
6409:
6410: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6411: (Debian jessie) fixed (closes issue #1024)
6412:
6413: * tests/Makefile: sort added as in Debian jessie list become
6414: unsorted
6415:
6416: 2015-05-18 moko
6417:
6418: * tests/: 201.html, results/201.processed: test for
6419: ^string.trim[what] feature #1022
6420:
6421: * src/classes/string.C: ^string.trim[what] now supported,
6422: implements feature #1022
6423:
6424: 2015-05-17 moko
6425:
6426: * tests/results/185.processed: test result updated as feature #1021
6427: implemented (left/right accept negative parameter)
6428:
6429: * src/classes/string.C: left/right now accept negative parameter
6430: (implements feature #1021)
6431:
6432: 2015-05-08 moko
6433:
6434: * src/classes/math.C: isalnum -> pa_isalnum
6435:
6436: * src/main/execute.C: optimization in getter-junction processing
6437: (related to issue #997)
6438:
6439: 2015-05-07 moko
6440:
6441: * tests/: 307.html, results/307.processed: test for issue #997
6442: added
6443:
6444: * src/main/execute.C: process_getter result now checked if junction
6445: returned (closes issue #997)
6446:
6447: * tests/: 305.html, results/305.processed: sort added to ignore
6448: different order
6449:
6450: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6451: assignment (closes issue #994)
6452:
6453: * tests/: 306.html, results/306.processed: test for issue #994
6454: added
6455:
6456: * tests/: 303.html, results/303.processed: two more errors tested
6457:
6458: 2015-05-06 moko
6459:
6460: * tests/: 305.html, results/305.processed: test for name2ip &
6461: ip2name added (related to feature #992)
6462:
6463: * tests/: 303.html, 304.html, results/303.processed,
6464: results/304.processed: tests for idna conversion added (related
6465: to issue #849)
6466:
6467: 2015-05-02 moko
6468:
6469: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6470: implemented
6471:
6472: 2015-04-30 moko
6473:
6474: * src/main/pa_http.C: idna_host added, related to issue #849
6475:
6476: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6477: (related to issue #849)
6478:
6479: 2015-04-24 moko
6480:
6481: * src/types/pa_vjunction.C: warning war
6482:
6483: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6484: unification
6485:
6486: * src/lib/punycode/pa_idna.c: warning war
6487:
6488: 2015-04-22 moko
6489:
6490: * src/main/main.vcproj: punycode include path added
6491:
6492: * src/lib/punycode/pa_idna.c: windows compile error fixed
6493:
6494: * src/lib/punycode/pa_idna.c: warning war
6495:
6496: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6497: project file added
6498:
6499: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6500:
6501: * src/include/pa_memory.h: warning war
6502:
6503: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6504: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6505: implemented (related to feature #849)
6506:
6507: * configure.in, src/main/Makefile.am,
6508: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6509: libpunycode added in Unix
6510:
6511: 2015-04-21 moko
6512:
6513: * configure.in: large files support
6514:
6515: 2015-04-15 moko
6516:
6517: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6518: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6519: pa_punycode.h: initial version for punycode/idna support library
6520: (ticket #849)
6521:
6522: 2015-04-08 moko
6523:
6524: * src/: classes/curl.C, classes/date.C, classes/file.C,
6525: classes/image.C, classes/mail.C, classes/reflection.C,
6526: classes/string.C, classes/xnode.C, include/pa_request.h,
6527: include/pa_string.h, include/pa_stylesheet_connection.h,
6528: main/compile.y, main/compile_tools.h, main/execute.C,
6529: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6530: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6531: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6532: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6533: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6534: clang compiler warnings (closes issue #1018)
6535:
6536: * src/include/pa_string.h: String::Body comparation operators with
6537: char * added (related to issue #958)
6538:
6539: 2015-04-07 moko
6540:
6541: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6542: pa_malloc/pa_free to remove system malloc/free usage (related to
6543: issue #1018)
6544:
6545: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6546: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6547: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6548: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6549: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6550: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6551: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6552: malloc/strdup/free replaced with pa_ version and checks for
6553: accidental use of non-pa_ version added (related to issue #1018)
6554:
6555: 2015-04-03 moko
6556:
6557: * buildall: pcre-8.33 -> pcre-8.36
6558:
6559: * src/: main/compile.y, classes/form.C, classes/mail.C,
6560: classes/op.C, classes/string.C, main/compile.tab.C,
6561: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6562: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6563: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6564: ticket #958)
6565:
6566: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6567: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6568: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6569: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6570: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6571: $request:headers, $request:method added (implements feature
6572: #1007)
6573:
6574: 2015-03-17 misha
6575:
6576: * tests/302.html: - test for
6577: ^json:string[...;$._default[method-name]]
6578:
6579: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6580: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6581: option $._default[method-name] is specified in ^json:string[], a
6582: method with specified name will be called for classes/objects
6583: serialization ( new feature: #982 )
6584:
6585: 2015-03-16 misha
6586:
6587: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6588: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6589: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6590: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6591: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6592: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6593: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6594: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6595: types/pa_vrequest.h, types/pa_vstateless_class.C,
6596: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6597: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6598: $var.CLASS_NAME now have special opcodes. This can be switched
6599: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6600: on pa_opcode.h ( new feature: #844 )
6601:
6602: 2015-03-15 misha
6603:
6604: * tests/075.html: - test for $response:header[]
6605:
6606: * src/types/pa_vresponse.C: - $response:header[] deletes header
6607: that was set earlie ( new feature: #1001 )
6608:
6609: 2015-03-12 misha
6610:
6611: * tests/246.html: - more tests for ^hash._at[]
6612:
6613: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6614: accepts second param [key|value|hash] ( new feature: #1012 )
6615:
6616: 2015-03-09 moko
6617:
6618: * src/types/pa_vmail.C: exception for everything but
6619: $mail:received, closes issue #1011
6620:
6621: 2015-02-20 moko
6622:
6623: * tests/: 275.html, results/275.processed: hex detection in
6624: pa_atoui fix test (closes issue #1010)
6625:
6626: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6627: issue #1010)
6628:
6629: 2015-02-17 moko
6630:
6631: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6632: tainted.
6633:
6634: 2015-02-03 misha
6635:
6636: * tests/301.html: - test for ^json:string($double) causes
6637: exception. bugfix: #1008
6638:
6639: * src/classes/json.C: - ^json:string($double) causes exception.
6640: bugfix: #1008
6641:
6642: * tests/014.html: - updated for work with ^hash.delete[]
6643:
6644: 2015-01-12 misha
6645:
6646: * src/: classes/form.C, include/pa_common.h,
6647: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6648: types/pa_vform.h: - supports body with PUT method as well ( new
6649: feature: #1006 )
6650:
6651: * src/classes/file.C: - warnings war
6652:
6653: 2015-01-11 misha
6654:
6655: * tests/300.html: - test for ^hash.delete[] is added
6656:
6657: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6658: feature: #989 ) - tiny optimization in intersects
6659:
6660: 2015-01-06 moko
6661:
6662: * src/types/pa_vmail.C: file names transcode added, to and cc added
6663: with transcode, attachments detection fixed
6664:
6665: * src/main/pa_request.C: filling mail received after cgi/auto.p
6666: load to allow charset switch (related to issue #996)
6667:
6668: 2014-12-31 moko
6669:
6670: * src/types/pa_vmail.C: from and subject now transcoded if not
6671: UTF-8 source charset (fixes issue 996)
6672:
6673: * src/main/pa_exception.C: fixed string from stack bug (closes
6674: issue #1000)
6675:
6676: 2014-12-11 misha
6677:
6678: * src/types/pa_vhashfile.C: - check if key is not empty before
6679: access ( bug fix: #1005 )
6680:
6681: 2014-11-13 misha
6682:
6683: * src/main/compile.y: - PC.append does not reset to false while
6684: creating a new class. bugfix: #990
6685:
6686: * tests/299.html: - test for creation class after working with
6687: partial class (create+append)
6688:
6689: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6690: #995
6691:
6692: * tests/232.html: - test for @get[def] added
6693:
6694: 2014-10-12 moko
6695:
6696: * src/lib/pcre/pcre_internal.vcproj: correct path
6697:
6698: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6699: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6700: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6701: targets/apache/ApacheModuleParser3.vcproj,
6702: targets/apache/ApacheModuleParser3Core.vcproj,
6703: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6704: types/types.vcproj: project GUID inserted in *.vcproj for correct
6705: conversion in newer VS versions
6706:
6707: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6708: pcre_internal.vcproj added
6709:
6710: 2014-08-28 moko
6711:
6712: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6713: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6714: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6715:
6716: 2014-06-30 misha
6717:
6718: * tests/298.html: - tests for ^reflection:def[class;className]
6719: added
6720:
6721: * src/classes/reflection.C: - ^reflection:def[class;className]
6722: added ( new feature: #918 )
6723:
6724: 2014-06-29 misha
6725:
6726: * src/classes/table.C: - ^table::create[unsupported data] -
6727: exception comment changed to "body must be table or code" ( bug
6728: fix: #951 )
6729:
6730: * tests/: 261.html, results/261.processed: - tests for
6731: ^json:string[...;$.void[null|string]] added
6732:
6733: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6734: option $.void[string|null] added to ^json:string[...] ( new
6735: feature: #952 )
6736:
6737: 2014-06-28 moko
6738:
6739: * src/classes/curl.C: $.charset now processed before other curl
6740: options (closes issue #980)
6741:
6742: 2014-05-23 misha
6743:
6744: * src/classes/json.C: - bug fix: #987
6745:
6746: 2014-05-04 misha
6747:
6748: * tests/: 253.html, 253_json.txt: - test for
6749: ^json:parse[$.int(false)] is added
6750:
6751: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6752: default true). The option is similar to $.double(bool) but for
6753: integers.
6754:
6755: 2014-05-01 moko
6756:
6757: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6758: #12 )
6759:
6760: 2014-04-16 moko
6761:
6762: * src/main/pa_http.C: response-charset option should finally work
6763: now (fix for issue #867)
6764:
6765: * src/main/pa_http.C: response-charset option should work now (fix
6766: for issue #867)
6767:
6768: 2014-03-07 moko
6769:
6770: * buildall: libgc moved
6771:
6772: * buildall: libgc moved
6773:
6774: 2013-12-29 moko
6775:
6776: * src/classes/string.C: ^string:js-unescape result now tainted,
6777: closes issue #966
6778:
6779: * tests/: 186.html, results/186.processed: ^string:js-unescape
6780: result now tainted, issue #966
6781:
6782: 2013-12-03 moko
6783:
6784: * src/: classes/memcached.C, types/pa_vmemcached.C,
6785: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6786: option was added for http://www.parser.ru/forum/?id=79343
6787:
6788: * src/classes/file.C: bugfix for
6789: http://www.parser.ru/forum/?id=79337
6790:
6791: 2013-11-05 moko
6792:
6793: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6794:
6795: * src/main/pa_globals.C: spelling fixed
6796:
6797: 2013-10-29 moko
6798:
6799: * src/lib/json/json.vcproj: json.c -> pa_json.C
6800:
6801: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6802: #892
6803:
6804: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6805: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6806: exceptions to be thrown thougth json library), related to issue
6807: #892
6808:
6809: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6810: related to issue #896
6811:
6812: 2013-10-24 moko
6813:
6814: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6815:
6816: 2013-10-23 moko
6817:
6818: * README: actualization
6819:
6820: 2013-10-22 moko
6821:
6822: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6823: compatibility patch from Sergey Kirpichev
6824:
6825: * tests/: 297.html, results/297.processed: non-working getter fix
6826: test for issue #948
6827:
6828: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6829: called when saving value of $match variable in ^string.match[] to
6830: increase compatibility (related to issue #948).
6831:
6832: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6833: usage optimization
6834:
6835: 2013-10-21 moko
6836:
6837: * tests/: 182.html, results/182.processed: local path removed for
6838: compatibility
6839:
6840: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6841: results/244.processed, results/253.processed,
6842: results/254.processed, results/275.processed,
6843: results/281.processed: try_catch -> try-catch
6844:
6845: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6846: results/294.processed, results/296.processed: try_catch ->
6847: try-catch
6848:
6849: 2013-10-20 moko
6850:
6851: * tests/: 296.html, results/296.processed: test for xsl exception
6852: for issue #938 added.
6853:
6854: * src/: include/pa_xml_exception.h,
6855: main/pa_stylesheet_connection.C: forgotten to be replaced
6856: XmlException is now replaced (once again closes issue #938)
6857:
6858: 2013-10-18 moko
6859:
6860: * buildall: disable clock_gettime detection to avoid librt linking
6861: (which in turn depends on libpthread), related to issue #943
6862:
6863: 2013-10-18 misha
6864:
6865: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6866: lib/smtp/smtp.vcproj, main/main.vcproj,
6867: targets/apache/ApacheModuleParser3Core.vcproj,
6868: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6869: types/types.vcproj: - new locations for libxml2 includes where
6870: added to vcproj files
6871:
6872: 2013-10-18 moko
6873:
6874: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6875: fix
6876:
6877: * tests/: 295.html, results/295.processed: test for issue #948
6878: updated
6879:
6880: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6881: :)
6882:
6883: * tests/: 295.html, results/295.processed: test for issue #948
6884: added
6885:
6886: * src/: classes/hash.C, classes/string.C, classes/table.C,
6887: include/pa_request.h, types/pa_method.h: for getters and setters
6888: to be executed request.put_element should be called, not
6889: context.put_element (fixes issue #948)
6890:
6891: 2013-10-17 moko
6892:
6893: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6894: LIBXML2_NEW_BUFFER check (closes issue #943)
6895:
6896: * buildall: libxml 2.9.1 build is broken --without-reader.
6897:
6898: 2013-10-16 moko
6899:
6900: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6901:
6902: * tests/: 294.html, results/294.processed: test for issue #938
6903:
6904: * src/: classes/xdoc.C, classes/xnode.C,
6905: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6906: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6907:
6908: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6909: libxslt-1.1.26 -> libxslt-1.1.28
6910:
6911: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6912: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6913: to '?', related to issue #938
6914:
6915: 2013-10-15 moko
6916:
6917: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6918: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6919: minor optimizations (closes issue #896)
6920:
6921: * tests/results/: 292.processed, 293.processed: results updated to
6922: comply with issue #896
6923:
6924: * tests/: 292.html, 293.html, results/292.processed,
6925: results/293.processed: tests for json escaping
6926:
6927: 2013-10-14 moko
6928:
6929: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6930: and cleanup, code moved from .h to .C, no changes in code
6931:
6932: 2013-10-12 moko
6933:
6934: * tests/results/119.processed: updated test result commited
6935:
6936: * tests/: 291.html, results/291.processed: test for issue #894
6937: added
6938:
6939: * src/types/pa_wcontext.h: base methods call support function
6940: get_somebody_entered_some_class should not be true forever, as
6941: wcontext can have many get_elements calls (fixes issue #894)
6942:
6943: 2013-10-11 moko
6944:
6945: * tests/: 290.html, results/290.processed: test for junction GPF
6946: issue #942 added
6947:
6948: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6949: to native method fixed (closes issue #942)
6950:
6951: * tests/: 158.html, results/158.processed: test for csv-string[]
6952: added
6953:
6954: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6955: feature #907)
6956:
6957: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6958: feature #907)
6959:
6960: 2013-10-09 moko
6961:
6962: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6963: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6964: types/pa_vstateless_class.C: GET_default, SET_default now works
6965: properly not only in objects, but in classes as well (closes
6966: issue #903)
6967:
6968: * tests/: 289.html, results/289.processed: GET/SET_default now
6969: works in classes, not only objects, test case added, related to
6970: issue #903
6971:
6972: * tests/: 288.html, results/288.processed: test for endless
6973: recursion bug added (related to issue #903)
6974:
6975: 2013-10-05 moko
6976:
6977: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6978: classes/table.C, main/execute.C, types/pa_method.h,
6979: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6980: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6981: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6982: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6983: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6984: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6985: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6986: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6987: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6988: optimization: put_element no longer has "bool areplace" argument,
6989: related to issue #903
6990:
6991: 2013-10-03 moko
6992:
6993: * tests/results/182.processed: result for $.replace(false) test
6994: commited
6995:
6996: * src/classes/date.C: ^date::create(number) processed correctly
6997: (fixes issue #901)
6998:
6999: * src/classes/image.C: as_no_junction removed, as param can be
7000: expression (closes issue #931)
7001:
7002: * tests/233.html: test for issue #931 added
7003:
7004: 2013-10-02 moko
7005:
7006: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
7007: modified, test for $.replace(false) added
7008:
7009: * src/main/compile_tools.h: forgotten class replace returned. :)
7010:
7011: 2013-09-30 moko
7012:
7013: * tests/: 141.html, results/141.processed: md5 tainting test added
7014:
7015: * src/: classes/op.C, include/pa_request.h, main/compile.y,
7016: main/compile_tools.h, main/pa_request.C: allow_class_replace
7017: implemented; $.replace option added to ^process and ^use
7018:
7019: 2013-08-27 moko
7020:
7021: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
7022: cstr_to_string_body_untaint should be called with charsets for
7023: possible uri language and connection for possible sql language.
7024: related to issue #857
7025:
7026: * buildall: and -> or fixed
7027:
7028: 2013-08-26 moko
7029:
7030: * buildall: prepare_ functions logic changed to support
7031: gc-7.2d.tar.gz extracting to gc-7.2 directory
7032:
7033: 2013-08-23 moko
7034:
7035: * src/include/pa_config_fixed.h: gc and xml libs are now linked
7036: statically
7037:
7038: 2013-08-22 moko
7039:
7040: * src/classes/string.C: String::Empty used (related to issue #912)
7041: append_know_length removed (related to old GPF bug)
7042:
7043: 2013-08-21 moko
7044:
7045: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
7046:
7047: * src/classes/math.C: ^math:digest[...;$file] support added
7048: (related to ticket #857
7049:
7050: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
7051: implemented
7052:
7053: * src/types/pa_vhashfile.h: warning war
7054:
7055: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
7056: include/pa_request.h, main/pa_request.C, types/pa_value.h:
7057: anti_endless_json_string_recoursion removed from request;
7058: json_string_recoursion added to json_options; $.indent[indent
7059: value] now supported and passed within recoursion closes feature
7060: #937
7061:
7062: * tests/: 287.html, results/287.processed: test for feature #937
7063:
7064: 2013-07-31 moko
7065:
7066: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
7067: compilation having #define _S
7068:
7069: * src/main/pa_globals.C: cleanup
7070:
7071: 2013-07-30 moko
7072:
7073: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
7074: main/pa_common.C: vs2003 warning war
7075:
7076: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
7077:
7078: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
7079:
7080: * src/lib/md5/pa_sha2.c: warning war
7081:
7082: 2013-07-29 moko
7083:
7084: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
7085: patches from github
7086:
7087: * src/: classes/bool.C, classes/double.C, classes/int.C,
7088: classes/memcached.C, include/pa_config_includes.h,
7089: types/pa_vfile.C, types/pa_vfile.h: warning war
7090:
7091: * src/lib/json/json.vcproj: C++ -> C
7092:
7093: * src/lib/json/: json.c, pa_json.C: C++ warning revert
7094:
7095: * src/lib/json/: json.c, pa_json.C: windows compatibility
7096:
7097: * src/lib/json/: json.c, pa_json.C: windows compatibility
7098:
7099: * src/lib/json/: json.c, pa_json.C: warning war
7100:
7101: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
7102:
7103: * src/include/pa_config_fixed.h: uint16_t added
7104:
7105: * configure.in: uint16_t check added
7106:
7107: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 7108: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
7109: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
7110: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
7111: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 7112:
7113: 2013-07-25 moko
7114:
7115: * parser3.sln: dependencies added
7116:
7117: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
7118: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
7119: module support
7120:
7121: * src/targets/apache/mod_parser3_core.C: win32 cleanup
7122:
7123: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
7124:
7125: 2013-07-23 moko
7126:
7127: * src/: include/pa_memory.h, main/pa_memory.C: non-working
7128: PA_DEBUG_GC_MEMORY removed
7129:
7130: * src/: main/pa_globals.C, targets/cgi/parser3.C:
7131: PA_DEBUG_DISABLE_GC compilation fix
7132:
7133: * src/: classes/op.C, classes/table.C, include/pa_request.h,
7134: main/pa_request.C: outdated RESOURCES_DEBUG removed
7135:
7136: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7137: garbage cleanup
7138:
7139: * src/main/pa_common.C: warning war
7140:
7141: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7142:
7143: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7144: minor cleanup
7145:
7146: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7147: uses cygwin, not WIN32 implementation
7148:
7149: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7150: able to exec shell scripts
7151:
7152: * src/classes/math.C: ifdef WIN32 cleanup
7153:
7154: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7155:
7156: * src/classes/curl.C: LT_MODULE_EXT used
7157:
7158: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7159:
7160: 2013-07-22 moko
7161:
7162: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7163: includes fix
7164:
7165: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7166:
7167: * configure.in, src/include/pa_config_includes.h,
7168: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7169: src/main/pa_exec.C: includes cleanup
7170:
7171: * src/targets/cgi/parser3.C: 2012->2013
7172:
7173: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7174:
7175: * configure.in, src/include/pa_config_includes.h,
7176: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7177: src/main/pa_random.C, src/main/pa_socks.C,
7178: src/types/pa_vstatus.C: cygwin support cleanup
7179:
7180: * configure.in: dirent.h check added
7181:
7182: * src/: include/pa_config_includes.h, include/pa_dir.h,
7183: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7184: not copied
7185:
7186: 2013-07-21 moko
7187:
7188: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7189:
7190: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7191: parser3.vcproj: unused getopt.h / getopt.c removed
7192:
1.211 moko 7193: * operators.ru.txt, operators.txt, src/classes/file.C,
7194: tests/022.html, tests/results/022.processed:
7195: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7196:
7197: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7198: src/main/pa_dir.C: ^file:list[] now has dir column and when
7199: $.stat(true) it has size/*date columns modified patch from misha@
7200: that closes issue #914.
7201:
7202: * src/: include/pa_config_includes.h, main/pa_globals.C:
7203: PA_RELEASE_ASSERTS removed
7204:
7205: * src/lib/md5/pa_md5c.c: minor cleanup
7206:
7207: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7208: localeconv()->decimal_point usage remoed (related to issue #934)
7209:
7210: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7211: cordprnt.c removed
7212:
7213: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7214: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7215: pa-include/pa_strings.h: includes cleanup
7216:
7217: * src/lib/md5/pa_md5c.c: headers cleanup
7218:
7219: 2013-07-20 moko
7220:
7221: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7222: cleanup
7223:
7224: 2013-07-19 moko
7225:
7226: * src/classes/math.C: extern "C" added for crypt
7227:
7228: 2013-07-18 moko
7229:
7230: * src/classes/math.C: fix redhat7.2 build
7231:
7232: 2013-07-17 moko
7233:
7234: * configure.in, src/include/pa_config_includes.h,
7235: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7236: added for uint8/32/64_t)
7237:
7238: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7239: pa_config_includes.h used for uint32/64_t
7240:
7241: 2013-07-16 moko
7242:
7243: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7244: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7245: war
7246:
7247: * src/main/compile.tab.C: compile.y was updated
7248:
7249: * src/main/compile.y: warning war
7250:
7251: * src/: include/pa_exception.h, main/pa_exception.C,
7252: main/pa_xml_exception.C: warning war
7253:
7254: * src/: include/pa_common.h, main/pa_common.C: warning war
7255:
7256: * configure.in: beauty :)
7257:
7258: * tests/: 141.html, results/141.processed: sha256/512 added
7259:
7260: 2013-07-13 moko
7261:
7262: * src/lib/md5/md5.vcproj: sha2 added
7263:
7264: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7265: classes/math.C: sha2 support (sha256/sha512 digest)
7266:
7267: 2013-07-08 moko
7268:
7269: * src/classes/image.C: directory read or other read problem message
7270: fixed (related to issue #933)
7271:
7272: 2013-07-07 moko
7273:
7274: * AUTHORS: + misha + moko. :)
7275:
7276: 2013-07-06 moko
7277:
7278: * src/: classes/curl.C, include/pa_globals.h,
7279: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7280: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7281: for lt_dlinit to be called once and lt_dlexit called at right
7282: place (related to issue #925)
7283:
7284: 2013-07-04 moko
7285:
7286: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7287: VString::as_vfile now uses vfile.set_binary_string to avoid
7288: content-type to be set, as it brokes badly designed logic in
7289: response output. This hopefully finishes issue #928.
7290:
7291: * tests/results/: 256.processed, 286.processed: file now displayed
7292: as name, size, mode, content-type
7293:
7294: * src/main/pa_common.C: read error now reported cottectly (fixes
7295: issue #933
7296:
7297: 2013-06-28 moko
7298:
7299: * tests/: 286.html, results/286.processed: test extended
7300:
7301: * tests/: 286.html, results/286.processed: Test for issue #928
7302: added. it tests default content-type change.
7303:
7304: * src/types/pa_vfile.C: closes issue #928 - default content-type
7305: now updated
7306:
7307: 2013-06-25 moko
7308:
7309: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7310: content-type for text/binary files without name added;
7311: ^file::create[$f;...] options now works properly and $f
7312: properties are default (fixes issue #928)
7313:
7314: 2013-05-16 misha
7315:
7316: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7317: added
7318:
7319: * src/main/pa_table.C: - a tiny memory optimisation while creating
7320: table if specified limit is bigger than source rows count
7321:
7322: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7323: added ( new feature: #858 )
7324:
7325: 2013-04-29 moko
7326:
7327: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7328: $.ipresolve(0|1|2) added (closes issue #891)
7329:
7330: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7331:
7332: 2013-04-24 moko
7333:
7334: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7335: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7336: types/pa_vmemcached.h: ^memcache.release[] added, calls
7337: memcached_quit (refs #893)
7338:
7339: 2013-04-22 moko
7340:
7341: * src/: include/pa_string.h, main/pa_common.C: no more double
7342: slashes in file path (fixes bug #872)
7343:
7344: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7345: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7346: #739)
7347:
7348: * tests/results/266.processed: $.max_params added (feature #915)
7349:
7350: * src/: include/pa_common.h, main/pa_http.C: response-charset
7351: option added to file::load (closes issue #867)
7352:
7353: 2013-04-20 misha
7354:
7355: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7356: commited
7357:
7358: 2013-03-15 misha
7359:
7360: * src/classes/: hash.C, table.C: - Optimisation: do not create
7361: multiple empty strings while ::sql. uae String::Empty instead
7362:
7363: 2013-03-14 misha
7364:
7365: * src/classes/reflection.C: - for user classes
7366: ^reflection:method_info[] returns $.max_params and $.extra_param
7367: with $.call_type if they available ( new feature: #915 )
7368:
7369: * src/classes/file.C: - ^file:delete[] now supports an option
7370: $.exception(false) that suppress any exception while deleting
7371: file ( new feature: #916 )
7372:
7373: * src/classes/curl.C: - parsing cookies after curl:load now should
7374: work :)
7375:
7376: 2013-03-12 misha
7377:
7378: * src/types/pa_vfile.C: - if specified file_name is empty string
7379: set default name for the file
7380:
7381: 2013-03-11 misha
7382:
7383: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7384: also available in $f.cookies
7385:
7386: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7387: moved to a separate method
7388:
7389: 2013-03-10 moko
7390:
7391: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7392: added
7393:
7394: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7395: removed (declared by autoconf)
7396:
7397: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7398: uint32_t define
7399:
7400: 2013-03-10 misha
7401:
7402: * src/classes/file.C: ^file:delete and ^file:move now support
7403: option $.keep-empty-dirs(true) ( new feature: #884 )
7404:
7405: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7406: empty dirs is added
7407:
7408: 2013-03-10 moko
7409:
7410: * src/classes/: bool.C, double.C, int.C: default can be present,
7411: but default check removed from ^int/double/bool.int/double/bool
7412: for string.int/double/bool compatibility (related to issue #913)
7413:
7414: * src/classes/string.C: ^string.int/dobule/bool no longer
7415: internally throws exception if default is present (closes issue
7416: #913)
7417:
7418: 2013-03-09 misha
7419:
7420: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7421: optimisations ( #845 )
7422:
7423: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7424:
7425: 2013-03-08 moko
7426:
7427: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7428: creates correct table (fixes issue #910)
7429:
7430: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7431: use outside of 'connect' operator (fixes issue #911)
7432:
7433: * tests/results/: 096.processed, 122.processed: test results
7434: updated as doubles now printed with 15 significant digits, not 5
7435: (fixes issue #882)
7436:
7437: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7438: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7439:
7440: 2013-02-21 moko
7441:
7442: * src/classes/table.C: _locate_name_value does not check arguments
7443: count, so we check it in advance (fixes issue #905)
7444:
7445: 2012-10-23 moko
7446:
7447: * buildall: old shell for and echo compatibility (for six)
7448:
7449: 2012-10-19 moko
7450:
7451: * buildall: --strip added --disable-safe-mode listed in usage
7452:
7453: 2012-10-17 misha
7454:
7455: * src/classes/op.C: - apply-taint should not throw "outside
7456: connect" exception with sql lang now
7457:
7458: 2012-10-17 moko
7459:
7460: * src/main/pa_request.C: bugfix: safe mode should be inited for
7461: each request (for apache module)
7462:
7463: 2012-09-26 moko
7464:
7465: * src/doc/doxygen.cfg: png -> svg
7466:
7467: 2012-09-25 moko
7468:
7469: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7470: test added
7471:
7472: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7473: double use when key is long
7474:
7475: 2012-09-16 moko
7476:
7477: * src/classes/math.C: Format -> Method Encode -> Format
7478:
7479: * tests/: 141.html, results/141.processed: math:digest hmac test
7480: added
7481:
7482: 2012-09-14 moko
7483:
7484: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7485: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7486: implementation added
7487:
7488: 2012-09-12 moko
7489:
7490: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7491: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7492: targets.dox and string.dox slightly actualized
7493:
7494: 2012-08-31 moko
7495:
7496: * ChangeLog: now generated with patched cvs2cl.pl
7497:
7498: 2012-07-29 moko
7499:
7500: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7501: result should be pushed after VMethodFrame destructor is called,
7502: as it deletes junctions from stack params (fixes issue #868)
7503:
7504: 2012-07-23 moko
7505:
7506: * INSTALL, README: buildall script usage documented, other outdated
7507: info updated.
7508:
7509: * buildall-with-xml, buildall-without-xml: replaced by buildall
7510:
7511: 2012-07-21 moko
7512:
7513: * buildall: glib does not compile when threads are disabled...
7514:
7515: * src/types/pa_vmail.C: g_assertion fixes for empty input
7516:
7517: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7518: unref, can't unref nested objects)
7519:
7520: * src/types/pa_vmail.C: another check added
7521:
7522: 2012-07-19 moko
7523:
7524: * buildall: usage added
7525:
7526: * buildall: new buildall script that unites buildall-with-xml,
7527: buildall-without-xml, --with-apache and --with-mailreceive
7528:
7529: * configure.in: support for static gmime and dynamic glib linking.
7530: fixes for FreeBSD
7531:
7532: 2012-07-17 moko
7533:
7534: * configure.in: --with-mailreceive replaced
7535: --with-static-mailreceive and --with-shared-mailreceive pathlink
7536: removed
7537:
7538: 2012-07-16 moko
7539:
7540: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7541: capitalized, content now decoded and text content converted to
7542: $request:charset. all properties are accessed by functions, this
7543: ready for dynamic load.
7544:
7545: 2012-06-28 moko
7546:
1.116 moko 7547: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7548: 32 bit
1.95 moko 7549:
7550: 2012-06-27 moko
7551:
7552: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7553: passive ftp
7554:
7555: * src/lib/ltdl/ltdl.vcproj: release build fixed
7556:
7557: * configure.in: 3.4.2 RC -> 3.4.2
7558:
7559: 2012-06-22 moko
7560:
7561: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7562: #815)
7563:
7564: * tests/: 284.html, results/284.processed: output options test
7565: (feature #265)
7566:
7567: 2012-06-22 misha
7568:
7569: * tests/215.html: - little changes
7570:
7571: 2012-06-21 moko
7572:
7573: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7574: types/pa_vxdoc.h: output_options returned and used (bugfix for
7575: feature #265)
7576:
7577: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7578: breaks long .*, default 10M restored. (issue #216)
7579:
7580: * tests/: 283.html, results/283.processed: test for issue #815
7581: added
7582:
7583: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7584: again, cstrm not required.
7585:
7586: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7587: Win32 and broken FreeBSD (issue #45)
7588:
7589: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7590:
7591: * src/main/pa_string.C: warnings war
7592:
7593: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7594: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7595: main/pa_socks.C, targets/apache/pa_threads.C,
7596: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7597: types/pa_vstatus.C: compilation under cygwin fixed
7598:
7599: 2012-06-19 moko
7600:
7601: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7602: Windows fixed
7603:
7604: * parser3.sln: removed antique pcre_ctype
7605:
7606: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7607:
7608: * src/include/pa_config_fixed.h: undefined reference to
7609: __imp__pcre_* fix for Windows
7610:
7611: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7612: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7613: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7614: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7615: define fixed
1.95 moko 7616:
7617: 2012-06-18 moko
7618:
7619: * src/classes/memcached.C: flush -> clear
7620:
7621: * src/classes/memcached.C: memcached does not support quotes even
7622: in server name
7623:
7624: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7625: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7626: called on open to check servers existance. $.key(true) syntax
7627: now supported
7628:
7629: 2012-06-17 moko
7630:
7631: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7632: cleanup
7633:
7634: * src/classes/table.C, tests/282.cfg, tests/282.html,
7635: tests/results/282.processed: encloser at the EOF bug fixed,
7636: incorrectly enclosed data now processed more logicaly (fixes
7637: #339)
7638:
7639: 2012-06-15 moko
7640:
7641: * buildall-without-xml: sync with buildall-with-xml
7642:
7643: * buildall-with-xml: download auto-detected between fetch and curl
7644:
7645: * configure.in: --with-gc and --with-pcre now also processed
7646: correctly
7647:
1.116 moko 7648: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7649: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7650: should be run on rol1 using automake / aclocal (GNU automake)
7651: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7652:
7653: * configure.in: new PARSER_VERSION logic
7654:
7655: * src/include/pa_version.h: new pa_version.h logic
7656:
7657: * src/: classes/curl.C, classes/file.C, classes/image.C,
7658: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7659: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7660: feols_normalized -> fis_text_content set_binary added
7661:
7662: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7663:
7664: 2012-06-15 misha
7665:
7666: * src/: classes/curl.C, classes/file.C, classes/image.C,
7667: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7668: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7669: ^file::create[text;content] EOLs in content now is normalized. (
7670: new feature: #815 )
7671:
7672: 2012-06-15 moko
7673:
7674: * configure.in: --disable-version-update added to disable version
7675: update with host information (for debian package) whitespace
7676: optimized
7677:
7678: * configure.in: version changed to 3.4.2 RC no-pic added for
7679: libtool
7680:
7681: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7682: it.
7683:
7684: 2012-06-14 moko
7685:
7686: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7687: tests/results/281.processed: "hash flocked" error removed for
7688: safe operations like ^h._count[] ( new feature: #335 )
7689:
1.116 moko 7690: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7691:
7692: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7693:
7694: * configure.in: --with-static/shared xml replaced with --with-xml,
7695: xml compilation check added
7696:
7697: * configure.in: --with-static/shared-gc, --with-static-pcre are
7698: replaced with --with-gc and --with-pcre test for pcre linking
7699: added
7700:
7701: 2012-06-13 moko
7702:
7703: * configure.in: apxs2 check optimized
7704:
7705: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7706: .la, includes optimized
7707:
7708: * buildall-with-xml: --with-pic looks better for -fPIC
7709:
7710: * configure.in: switched to convenience library in static linking
7711:
7712: * src/targets/apache/Makefile.am: switched to convenience library
7713: usage to avoid libtool warnings
7714:
7715: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7716: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7717: smtp/Makefile.am: switched to convenience library usage
7718:
7719: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7720:
7721: * src/targets/apache/Makefile.am: updated for libtool usage
7722:
7723: * buildall-without-xml: --with-included-ltdl added
7724:
7725: * buildall-without-xml: sync with buildall-with-xml
7726:
7727: * buildall-with-xml: --with-included-ltdl added $cflags added for
7728: -fPIC for x64 $download added for wget success check added
7729:
7730: * buildall-without-xml: --with-dynamic-stdcpp removed
7731:
7732: * configure.in: disable-static returned
7733:
7734: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7735: LIBTOOLFLAGS
7736:
7737: 2012-06-12 moko
7738:
7739: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7740: compatible with LIBTOOLFLAGS for unknown reasons
7741:
7742: * buildall-with-xml: --with-dynamic-stdcpp removed
7743:
7744: * configure.in: static/dynamic -lstdc++ linking option removed
7745: apxs2 check added
7746:
7747: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7748: option removed
7749:
7750: 2012-06-10 moko
7751:
7752: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7753: added
7754:
7755: * src/targets/cgi/pp3.cmd: old PAF stuff
7756:
1.116 moko 7757: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7758: beauty
1.95 moko 7759:
7760: * depcomp: from libtool 2.4.2
7761:
7762: * configure.in: ltdl directory removed, it has correct Makefile.in
7763:
7764: 2012-06-09 moko
7765:
1.116 moko 7766: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7767: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7768: autogenerated files updated after libtool update
7769:
1.116 moko 7770: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7771: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7772: config_auto.h.in, config_fixed.h, configure, configure.ac,
7773: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7774: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7775: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7776: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7777: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7778: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7779: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7780: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7781: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7782: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7783:
7784: * configure.in: preparation for new libtool
7785:
7786: * configure.in: Some beauty added :)
7787:
7788: * src/targets/apache/Makefile.am: := -> =
7789:
7790: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7791: again. :)
7792:
7793: * src/include/pa_config_includes.h, configure.in: limits.h added,
7794: previously was taken from pcre_internal.h. :)
7795:
7796: * src/lib/pcre/Makefile.am: config.h returned
7797:
7798: * src/lib/pcre/config.h: still need this. :)
7799:
7800: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7801:
7802: * configure.in: --with-charsets removed; --with-mysql-client & co
7803: removed
7804:
7805: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7806: now in parser tree, no need to copy
7807:
7808: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7809: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7810: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7811: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7812: extracts now used old trash removed
7813:
7814: * etc/parser3.charsets/Makefile.am: charsets now in share
7815: (debian/patches/104_automake.patch) + all charsets are copied
7816:
7817: * buildall-with-xml, buildall-without-xml: curl option removed +
7818: extra arguments now supported
7819:
7820: 2012-06-08 misha
7821:
7822: * src/classes/table.C: - one params.as_hash usage was rolled back:
7823: the 2nd option in ^table.hash[] could be hash or table so
7824: .as_hash will throw an exception when table option is specified
7825:
7826: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7827: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7828: classes/table.C, classes/void.C, classes/xdoc.C,
7829: include/pa_exception.h, types/pa_vmethod_frame.C,
7830: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7831: and improved (whitespaces are allowed as empty options) -
7832: MethodParams::as_table is added - above methods are used for
7833: parsing methods' options ( new feature: #9 )
7834:
7835: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7836: to vclass. now class fields can be accessible as a hash:
7837: $h[^hash::create[$asd:CLASS]]
7838:
7839: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7840: have get_fields method so their fields can be accessed with
7841: ^reflection:fields[...] & ^reflection:field[...]
7842:
7843: 2012-06-06 misha
7844:
7845: * tests/280.html: - tests for
7846: ^reflection:method[obj-or-class;method],
7847: ^reflection:field[obj-or-class;field] and
7848: ^reflection:fields[obj-or-class] are added
7849:
7850: 2012-06-05 misha
7851:
7852: * src/classes/reflection.C: - ^reflection:method[class or
7853: object;method name] and ^reflection:field[class or object;field
7854: name] are added
7855:
7856: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7857: is used
7858:
7859: * src/types/pa_method.h: - Method::as_vjunction method is added
7860:
7861: 2012-06-05 moko
7862:
1.116 moko 7863: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7864:
7865: * src/classes/memcached.C: flish ttl fixed
7866:
7867: 2012-06-04 moko
7868:
7869: * src/classes/json.C, src/classes/op.C, tests/279.html,
7870: tests/results/279.processed: ^json:parse[] now supports $.taint
7871: option (new feature #833)
7872:
7873: 2012-06-04 misha
7874:
7875: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7876: - search_stop method was moved from pa_vcookie.C to pa_common.C
7877:
7878: 2012-06-03 misha
7879:
7880: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7881: cookies are parced and stored into $.cookies ( new feature: #31 )
7882:
7883: 2012-05-30 misha
7884:
7885: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7886: incomplete class into a scope while @USE is found
7887:
7888: * src/main/compile.y: - add incomplete class into a scope while
7889: @USE and @CLASS instructions are found ( bugfix: #838 )
7890:
7891: 2012-05-30 moko
7892:
7893: * src/types/pa_vclass.C, tests/278.html,
7894: tests/results/278.processed: removed "property has no getter
7895: method" exception when GET_DEFAULT present (fixes #269)
7896:
7897: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7898: $._default
7899:
7900: 2012-05-29 moko
7901:
7902: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7903: uninitialized values usage (new feature: #154)
7904:
7905: 2012-05-28 moko
7906:
7907: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7908: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7909: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7910: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7911: src/types/pa_vobject.C, src/types/pa_vobject.h,
7912: src/types/pa_vstring.h, src/types/pa_vtable.C,
7913: tests/results/277.processed, src/types/pa_vtable.h,
7914: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7915: ^json:string[$o; $.default[$method]] implemented for VObject (new
7916: feature #803)
7917:
7918: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7919: tests/results/277.processed: json numbers are now treated as
7920: double ( new feature: #834 )
7921:
7922: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7923: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7924: added for out of range checks, zero division in vint/vdouble
7925: check added ( fixes #832 )
7926:
7927: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7928: ( fixes #832 )
7929:
7930: 2012-05-28 misha
7931:
7932: * buildall-with-xml: - --without-lzma option is added to libxml2
7933: configure
7934:
7935: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7936: added - tests for unsupported values for options $.file, $.table
7937: and $.date are added
7938:
7939: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7940: accepts "stat" $.file[] option's value in addition to existed
7941: "text" and "base64" ( new feature: #835 )
7942:
7943: * tests/276.html: - test for
7944: ^reflection:delete[$object-or-class;field-name]
7945:
7946: * src/classes/reflection.C: -
7947: ^reflection:delete[$object-or-class;field-name] is added ( new
7948: feature: #268 )
7949:
7950: 2012-05-27 misha
7951:
7952: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7953:
7954: 2012-05-24 misha
7955:
7956: * src/include/pa_common.h: - method lastposafter was removed
7957:
7958: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7959: lastposafter - ^file:dirname[] & Co proper handle windows file
7960: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7961: work as *nix commands
7962:
7963: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7964:
7965: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7966: rskipchars were added
7967:
7968: * tests/270.html: - more tests for ^file:find[]
7969:
7970: * tests/065.html: - more tests for ^file:dirname[] & Co
7971:
7972: * src/include/pa_version.h: - must be "win32" here. it is
7973: auto-generated on *nix
7974:
7975: 2012-05-24 moko
7976:
7977: * src/classes/math.C: ^math:convert[] now supports uint32 and
7978: throws overflow exception ( new feature: #830 )
7979:
7980: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7981: uint32 support and overflow added ( new feature: #830 )
7982:
7983: 2012-05-23 moko
7984:
7985: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7986: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7987: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7988: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7989: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7990: types/pa_vregex.h, types/pa_vstateless_class.C,
7991: types/pa_vstateless_class.h, types/pa_vstring.h,
7992: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7993: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7994: "return string as-is" removed from as_expr_result. ( new feature:
7995: #831 )
7996:
7997: * tests/results/244.processed: test changed after bug #782 fix
7998: commited
7999:
8000: * tests/results/229.processed: test results for bug #782 commited
8001:
8002: * tests/: 254.html, results/254.processed: uid now just compared,
8003: not printed. :)
8004:
8005: 2012-05-20 moko
8006:
8007: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
8008: feature: #341 )
8009:
8010: * tests/: 254.html, results/254.processed: test for
8011: ^reflection:uid[] added
8012:
8013: * tests/: 254.html, results/254.processed: test for
8014: ^reflection:uid[$obj] added
8015:
8016: 2012-05-17 misha
8017:
8018: * src/main/untaint.C: - do not replace ' char by _26 while
8019: exploding filespec-tainting ( new feature: #829 )
8020:
8021: 2012-05-12 moko
8022:
8023: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
8024: not.
8025:
8026: 2012-05-08 moko
8027:
8028: * src/types/pa_vmethod_frame.h: bug #782 fixed
8029:
8030: * tests/229.html: test for bug #782
8031:
8032: * tests/results/259.processed, src/main/pa_request.C,
8033: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
8034: src/types/pa_vstring.h, src/types/pa_vvoid.C,
8035: src/types/pa_vvoid.h: feature #154 - first empty param now
8036: string; defined locals are empty strings; $STRICT-VARS(true)
8037: added
8038:
8039: 2012-04-27 moko
8040:
1.116 moko 8041: * src/targets/apache/Makefile.am:
1.95 moko 8042: ../../lib/memcached/libmemcached.a added
8043:
8044: 2012-04-27 misha
8045:
8046: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
8047: ( #827 )
8048:
8049: 2012-04-25 moko
8050:
8051: * src/: classes/json.C, classes/memcached.C,
8052: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8053: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
8054: implemented.
8055:
8056: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
8057:
8058: 2012-04-23 moko
8059:
8060: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8061: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8062: types/pa_vmemcached.h: open allows options hash for new
8063: memcached(options) function
8064:
8065: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
8066: not appended
8067:
8068: 2012-04-21 moko
8069:
8070: * src/classes/curl.C: '' added. :)
8071:
8072: * src/classes/classes.vcproj: new curl.h location
8073:
8074: * src/classes/curl.C: verbose output redirection from stderr to
8075: file curl option added
8076:
8077: 2012-04-20 moko
8078:
8079: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
8080: contains what we need from curl, #ifdef HAVE_CURL removed
8081:
1.116 moko 8082: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 8083: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 8084: src/lib/Makefile.am, src/lib/curl/Makefile.am,
8085: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 8086: configure option
8087:
8088: 2012-04-19 moko
8089:
8090: * src/: classes/double.C, classes/inet.C, classes/int.C,
8091: classes/string.C, lib/gc/include/gc_allocator.h,
8092: types/pa_vform.C: PVS-Studio detected errors fixes, unused
8093: options from sql_result_string removed. (closes issue #468)
8094:
8095: * src/types/pa_vmemcached.C: empty string fix
8096:
8097: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
8098: pa_vstring.C, pa_vstring.h: serialization helpers moved to
8099: pa_vmemcached.C
8100:
8101: 2012-04-18 moko
8102:
8103: * src/targets/apache/mod_parser3.c: "Parser3 module requires
8104: apache2-mpm-prefork" error displayed in threaded mpm.
8105:
8106: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8107: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
8108: installed (issue #354)
8109:
8110: 2012-04-16 moko
8111:
8112: * src/types/pa_vmemcached.C: call to memcached_result_create and
8113: memcached_result_free removed
8114:
8115: 2012-04-14 moko
8116:
8117: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
8118:
8119: * src/types/pa_vmemcached.C: check_key added and used
8120:
8121: 2012-04-13 moko
8122:
8123: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
8124: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
8125: Serialization_data now added and used, VString now serialized
8126: with languages into memcached.
8127:
8128: 2012-03-28 moko
8129:
8130: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
8131: lib/memcached/pa_memcached.h: result lengths added
8132:
8133: 2012-03-27 moko
8134:
8135: * src/types/pa_vmemcached.C: strdup added
8136:
8137: 2012-03-24 moko
8138:
8139: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8140: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8141: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8142:
8143: 2012-03-20 moko
8144:
1.116 moko 8145: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8146:
8147: * src/targets/cgi/Makefile.am: cleanup
8148:
8149: * src/: types/Makefile.am, types/pa_vmemcached.C,
8150: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8151:
8152: * src/: classes/Makefile.am, classes/memcached.C,
8153: lib/memcached/Makefile.am, lib/memcached/constants.h,
8154: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8155: lib/memcached/types.h, lib/Makefile.am: memcached initial
8156:
8157: 2012-03-16 moko
8158:
8159: * src/main/execute.C: ident now works under Linux + ident displays
8160: filenames (closes issue #818)
8161:
1.116 moko 8162: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8163: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8164: pa_vmethod_frame_local.h removed
8165:
8166: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8167: classes/classes.h, classes/curl.C, classes/date.C,
8168: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8169: classes/hashfile.C, classes/image.C, classes/inet.C,
8170: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8171: classes/memory.C, classes/op.C, classes/reflection.C,
8172: classes/regex.C, classes/response.C, classes/string.C,
8173: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8174: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8175: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8176: include/pa_config_fixed.h, include/pa_config_includes.h,
8177: include/pa_dictionary.h, include/pa_dir.h,
8178: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8179: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8180: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8181: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8182: include/pa_request_charsets.h, include/pa_request_info.h,
8183: include/pa_sapi.h, include/pa_socks.h,
8184: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8185: include/pa_stack.h, include/pa_string.h,
8186: include/pa_stylesheet_connection.h,
8187: include/pa_stylesheet_manager.h, include/pa_table.h,
8188: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8189: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8190: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8191: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8192: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8193: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8194: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8195: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8196: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8197: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8198: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8199: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8200: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8201: main/pa_string.C, main/pa_stylesheet_connection.C,
8202: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8203: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8204: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8205: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8206: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8207: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8208: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8209: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8210: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8211: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8212: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8213: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8214: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8215: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8216: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8217: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8218: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8219: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8220: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8221: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8222: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8223: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8224: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8225: types/pa_vresponse.h, types/pa_vstateless_class.C,
8226: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8227: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8228: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8229: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8230: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8231: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8232: ident now works under Linux + ident displays filenames (closes
8233: issue #818) Copyright updated
8234:
8235: 2012-03-13 moko
8236:
8237: * src/main/pa_string.C: compilation fix for feature #741
8238:
8239: 2012-03-09 misha
8240:
8241: * tests/193.html: - tests for ^string:base64[encoded] are updated
8242:
8243: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8244: now detects invalid base64 chars in the middle of encoded stricg
8245: ( new feature: #55 )
8246:
8247: * src/include/pa_exception.h: - new exception type for base64
8248: decoding is added
8249:
8250: 2012-03-06 misha
8251:
8252: * tests/274.html: - tests for ^date::today[] and
8253: ^date.sql-string[datetime|date|time] are added
8254:
8255: * src/classes/date.C: - constructor ^date::today[] is added ( new
8256: feature: #811 ) - ^date.sql-string[] now can accept one param --
8257: strings "datetime", "date" or "time" - comments tidying up
8258:
8259: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8260: date and time
8261:
8262: 2012-03-03 misha
8263:
8264: * tests/193.html: - tests for
8265: ^string:base64[encoded;$.strict(true)] are added
8266:
8267: * tests/results/auto.p: - try-catch operator is added
8268:
8269: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8270: main/pa_common.C: - $.strict(true|false) option is added to
8271: base64 decode methods ( new feature: #55 )
8272:
8273: * src/main/pa_common.C: - base64 decode memory usage was decreased
8274: ( new feature: #819 )
8275:
8276: 2012-02-28 moko
8277:
8278: * src/classes/hash.C: ident test
8279:
8280: 2012-02-27 misha
8281:
8282: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8283:
8284: 2012-01-08 misha
8285:
8286: * tests/273.html: - tests for ^string.replace[from;to] are added
8287:
8288: * src/: classes/string.C, include/pa_dictionary.h,
8289: main/pa_dictionary.C, main/pa_string.C: -
8290: ^string.replace[from;to] is added ( new feature: #741 ) -
8291: ^string.replace[one subst here] is slightly optimized
8292:
8293: 2011-12-07 misha
8294:
8295: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8296: named table with one empty column ( bugfix: #63 )
8297:
8298: 2011-11-30 misha
8299:
8300: * src/classes/json.C: - it's possible to set user's method for
8301: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8302: #763 )
8303:
8304: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8305:
8306: 2011-11-23 misha
8307:
8308: * src/: classes/curl.C, classes/file.C, classes/image.C,
8309: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8310: types/pa_vfile.h, types/pa_vform.C: - constructor
8311: ^file::create[mode;filename;content[;options]] now accepts binary
8312: mode and file-content - new constructor's format:
8313: ^file::create[string-or-file-content[;$.name[filename]
8314: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8315: feature: #65 )
8316:
8317: * src/: include/pa_request.h, main/pa_request.C: - new method
8318: mime_type_of(const String*) is added
8319:
8320: * src/include/pa_exception.h: - new exception constant
8321: FILE_NAME_MUST_BE_SPECIFIED is added
8322:
8323: * src/classes/table.C: - bug with negative offset transformed into
8324: a feature. it means pointing to a row from the end of the table (
8325: new feature: #810 )
8326:
8327: 2011-11-19 misha
8328:
8329: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8330: â ìåòîäå _select ( new feature: #810 )
8331:
8332: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8333: options were specified together is simplified
8334:
8335: 2011-11-12 misha
8336:
8337: * src/main/pa_request.C: - forgotten fix for escaping filename in
8338: HTTP content-disposition header (a part of bug #361 )
8339:
8340: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8341: checks for ancestors' classes as well ( new feature: #456 )
8342:
8343: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8344: "without cycle" now have types "parser.break" and
8345: "parser.continue" instead of "parser.runtime" ( new feature: #799
8346: )
8347:
8348: 2011-11-11 misha
8349:
8350: * tests/results/: 099.processed, 100.processed, 205.processed,
8351: 237.processed: - since bug #361 was fixed the content of filename
8352: in HTTP headers is quoted
8353:
8354: * tests/results/270.processed: - result for test 270
8355:
8356: * tests/: 065.html, results/065.processed: - more tests for
8357: ^file:basename[] & Co were added
8358:
8359: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8360:
8361: * tests/270.html: - tests for ^file:find[] are added
8362:
8363: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8364: using option $.charset. option $.engoding is still supported but
8365: these options can not be specified together
8366:
8367: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8368: comparation charset name with string "UTF-8" ( bugfix: #759 )
8369:
8370: 2011-10-11 misha
8371:
8372: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8373: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8374: #622)
8375:
8376: 2011-09-30 misha
8377:
8378: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8379: exception "saving stat-ed file" ( bugfix: #395 )
8380:
8381: 2011-05-30 misha
8382:
8383: * src/classes/string.C: - fixed bug which was added with
8384: params.as_hash into string:sql
8385:
8386: 2011-05-29 misha
8387:
8388: * src/types/pa_value.C: - filename in content-disposition header
8389: must be quoted ( bugfix: #361 )
8390:
8391: 2011-05-27 misha
8392:
8393: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8394: created file
8395:
8396: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8397: usage
8398:
8399: * src/include/pa_exception.h: - one more string for exception was
8400: added
8401:
8402: 2011-05-25 misha
8403:
8404: * tests/269.html: - tests for checking input params in some dom
8405: methods
8406:
8407: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8408: was added. it isn't possible not wo create xdoc with invalid
8409: tagName. ( bugfix: #160 )
8410:
8411: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8412: string "data must be string" was mover from pa_exception.h to
8413: pa_xml_exception.h
8414:
8415: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8416: as_xmlncname, as_xmlname and as_xmlnsuri were added
8417:
8418: * src/main/pa_xml_exception.C: - XmlException accepts more options
8419:
8420: * src/include/pa_xml_exception.h: - XmlException accepts more
8421: options - XML-related exception's strings were added
8422:
8423: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8424: output_options were removed)
8425:
8426: 2011-05-19 misha
8427:
8428: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8429: params.as_hash is used more while parsing methods hash-options
8430:
8431: 2011-05-18 misha
8432:
1.211 moko 8433: * operators.ru.txt, operators.txt: - info about json-serialization
8434: of xdoc was added
1.95 moko 8435:
8436: * tests/256.html: - tests for json-serialization xdoc were added
8437:
8438: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8439:
8440: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8441: classes/json.C, classes/xdoc.C: - now json:string can serialize
8442: xdoc-objects. options (the same as ^xdoc.string[]) could be
8443: specified in $.xdoc[] ( new feature: #265 )
8444:
8445: 2011-05-15 misha
8446:
8447: * tests/268.html: - tests for ^table.count[with options] were added
8448:
8449: * src/classes/table.C: - method ^table.count[] now can accept
8450: options ( new feature: #93 ): ^table.count[column] returns number
8451: of columns for named table; ^table.count[cells] returns number of
8452: cells in the current row; ^table.count[] & ^table.count[rows]
8453: return number of rows in a table.
8454:
8455: * tests/267.html: - test for checking switch/case in boolean mode
8456: was added
8457:
8458: * src/classes/op.C: - if switch's or case's value is bool, they are
8459: compared as bool values, not as double values: new feature: #351
8460:
8461: 2011-05-06 misha
8462:
8463: * tests/242.html: - EOL before EOF was added
8464:
8465: * tests/169.html: - tests for splitting empty string and void were
8466: added
8467:
8468: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8469: returned table with one empty cell)
8470:
8471: 2011-04-03 misha
8472:
8473: * src/include/pa_version.h, configure.in: - version in head was
8474: changed to 3.4.2b
8475:
8476: 2011-03-30 misha
8477:
8478: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8479: as well ( new feature #294 )
8480:
8481: 2011-03-29 misha
8482:
8483: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8484: limited to approx. 6 MB. previous limits were too big for real
8485: life. bugfix: #216
8486:
8487: 2011-03-04 moko
8488:
8489: * etc/parser3.charsets/cp866.cfg: Conforms to
8490: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8491:
8492: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8493: vlalek@
8494:
8495: 2011-02-22 misha
8496:
1.211 moko 8497: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8498: methods mustn't be under #ifdef XML or parser can't be compiled
8499: without xml support
1.95 moko 8500:
8501: 2011-02-21 misha
8502:
1.116 moko 8503: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8504: ApacheModuleParser3.vcproj was removed
8505:
8506: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8507: removed)
8508:
8509: 2011-02-20 misha
8510:
8511: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8512: $.overridden in ^reflection:method_info[...] were added
8513:
8514: * src/classes/reflection.C: - beautifying result of
8515: ^reflection:method_info[] ($.overridden/inherited)
8516:
8517: 2011-02-18 misha
8518:
8519: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8520: and pa_isalnum instead of isalpha and isalnum - bug with
8521: redundand quoting lowercased latin chars while building email
8522: body was fixed
8523:
8524: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8525: added (they check for latin chars only)
8526:
8527: 2011-02-16 misha
8528:
8529: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8530: string size for transcoding gave too small value (should ever
8531: look for availability char in dest charset inspite of the char
8532: size)
8533:
8534: 2011-02-04 moko
8535:
8536: * tests/223.html: header values now not url-encoded (issue #195)
8537:
8538: 2011-02-01 misha
8539:
8540: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8541:
8542: 2011-01-31 misha
8543:
8544: * src/main/pa_request.C: - throw exception if param file_name in
8545: use_file is empty
8546:
8547: 2011-01-08 moko
8548:
8549: * src/classes/curl.C: compilations errors fixed
8550:
8551: 2010-12-29 moko
8552:
8553: * tests/: 265.html, results/265.processed: test for issue #200
8554: added
8555:
8556: * src/main/pa_string.C: empty regex result check added (fixes issue
8557: #200)
8558:
8559: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8560:
8561: * tests/results/223.processed: header values now not url-encoded
8562: (issue #195)
8563:
8564: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8565: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8566: pa_http_safe_header_name added for headers names (fixes bug #195)
8567:
8568: 2010-12-18 misha
8569:
8570: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8571: => pa-include
8572:
8573: 2010-11-28 moko
8574:
8575: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8576:
8577: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8578: -> pa
8579:
8580: * configure.in: apr -> pa
8581:
8582: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8583:
8584: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8585: classes/Makefile.am, types/Makefile.am: apr -> pa
8586:
8587: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8588: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8589: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8590: pa-include/pa_apr.h, pa-include/pa_errno.h,
8591: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8592: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8593: module apr name conflict resolved)
8594:
8595: 2010-11-27 misha
8596:
8597: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8598: libbz2
8599:
8600: 2010-11-26 misha
8601:
8602: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8603: warnings removed
8604:
8605: 2010-11-25 moko
8606:
1.211 moko 8607: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8608:
1.211 moko 8609: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8610:
1.211 moko 8611: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8612:
8613: * buildall-with-xml: libxml2-2.7.8 + with-apache
8614:
8615: 2010-11-24 moko
8616:
1.116 moko 8617: * configure: apxs support
1.95 moko 8618:
8619: * configure.in: apxs support -Bstatic gc removed for OS X
8620:
8621: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8622:
8623: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8624: THREAD_LOCAL usage
8625:
8626: * src/: classes/curl.C, include/pa_config_includes.h,
8627: main/pa_globals.C: THREAD_LOCAL defined and used
8628:
8629: 2010-11-23 moko
8630:
8631: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8632: should be passed to pa_sleep, and only fractional part (bugfix:
8633: #188)
8634:
8635: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8636:
8637: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8638: GC_dont_gc=1, as in cgi version
8639:
8640: * src/targets/apache/mod_parser3.c: warning war
8641:
8642: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8643: pa_httpd.h: version removed, some trash removed
8644:
8645: * src/targets/apache/mod_parser3.c: version removed (we don't want
8646: to show it), warning war
8647:
8648: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8649: pa_httpd.h: parser_status_allowed removed + merge config
8650: functions removed (override is the default) + beauty
8651:
8652: * src/: include/pa_request.h, main/pa_request.C,
8653: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8654: hide $status used in apache module removed
8655:
8656: 2010-11-18 moko
8657:
1.211 moko 8658: * operators.ru.txt, operators.txt: $.table[compact] added for
8659: ^json:string[]
1.95 moko 8660:
8661: 2010-11-16 moko
8662:
8663: * src/targets/apache/mod_parser3.c: some cleanup done
8664:
8665: * src/main/untaint.C: bugfix: first, second String::Body argument
8666: is hashcode; second, info.fragment_begin is original, not
8667: resulting length
8668:
8669: * src/classes/file.C: new feature: $.stdin now untainted
8670:
8671: * tests/results/264.processed: new feature: $.stdin[] now untainted
8672:
8673: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8674:
8675: * src/classes/op.C: ^apply-taint[] method added
8676:
8677: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8678: added; $.stdin untaint test added
8679:
8680: 2010-11-15 moko
8681:
8682: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8683: removed
8684:
8685: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8686: pa_httpd.h: 2x2 calculated under apache2. :)
8687:
8688: 2010-11-13 moko
8689:
8690: * src/targets/apache/mod_parser3.c: initial changes to build module
8691: with apache 2.x includes
8692:
8693: * src/targets/apache/: Makefile.am, mod_parser3.c,
8694: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8695: united apache 1.3 / apache 2.x DSO module
8696:
8697: 2010-11-09 moko
8698:
8699: * src/types/pa_method.h: check added to dissallow @method[name;*]
8700: syntax
8701:
8702: * tests/: 263.html, results/263.processed: test from method[*args]
8703: added
8704:
8705: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8706: number of params can now be passed to a method declared with *arg
8707:
8708: 2010-11-06 moko
8709:
8710: * src/classes/table.C: formating fixed. :)
8711:
8712: * src/classes/table.C: closes #4: ^table.select now supports
8713: $.limit(), $.offset, $.reverse() options
8714:
8715: * tests/: 262.html, results/262.processed: test for ^table:select
8716: with options added (feature #4)
8717:
8718: * src/include/pa_array.h: remove function added
8719:
8720: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8721: object in get_element/put_element, using static one.
8722:
8723: 2010-11-04 moko
8724:
8725: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8726: options is passed
8727:
8728: * tests/: 256.html, results/256.processed: $.table[compact] feature
8729: now tested; k and p in handler now tested.
8730:
8731: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8732: $.table[compact] feature added
8733:
8734: * src/classes/json.C: key is now passed to handler in
8735: value_json_string; ^json:string result now process tainting
8736: inside and returns clean string, related to issue #153
8737:
8738: * src/main/untaint.C: bugfix: charset can be null (in
8739: ^string:save[] as example), thus check is added
8740:
8741: 2010-10-31 moko
8742:
8743: * src/classes/string.C: error message changed (fixes issue #149)
8744:
8745: 2010-10-29 moko
8746:
8747: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8748: port is not default (fixes issue #155); exception on invalid port
8749: added.
8750:
8751: * src/main/untaint.C: '*' is now not urlencoded to allow header
8752: "Accept: */*" to be passed
8753:
8754: 2010-10-28 moko
8755:
8756: * src/classes/curl.C: bugfix: detect_charset() was throwing
8757: exception on unknown charset even if response_charset was
8758: specified
8759:
8760: 2010-10-27 moko
8761:
8762: * src/classes/string.C: ^string.append removed for void
8763: compatibility
8764:
8765: 2010-10-26 moko
8766:
8767: * src/classes/json.C: libjson supports array at top level, we too
8768: (GPF fixed)
8769:
8770: 2010-10-25 moko
8771:
8772: * tests/: 253.html, results/253.processed: libjson supports array
8773: at top level, parser now supports it as well.
8774:
8775: * tests/261.html, tests/results/261.processed,
8776: src/types/pa_vstring.h: empty string is now void compatible
8777: (allows $empty.key)
8778:
8779: 2010-10-22 misha
8780:
8781: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8782: while adding additional expires checkout)
8783:
8784: * tests/030.html: - test for session cookie was added
8785:
8786: 2010-10-21 moko
8787:
8788: * src/: classes/string.C, classes/void.C, main/execute.C,
8789: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8790: string (feature #111)
8791:
8792: * tests/: 261.html, results/261.processed: checks void from string
8793: inheritance (feature #111)
8794:
8795: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8796: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8797: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8798: now true by default
8799:
8800: 2010-10-17 moko
8801:
8802: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8803: upload now uses binary blocks instead of L_FILE_POST tainting.
8804: (bugfix: #128)
8805:
8806: * tests/: 223.html, results/223.processed: binary file upload test
8807: added, GPF (issue #128) also checked in this test
8808:
8809: 2010-10-13 misha
8810:
8811: * tests/260.html: - test for math:convert
8812:
8813: * src/classes/math.C: - error in math:convert was fixed
8814:
1.211 moko 8815: * operators.ru.txt, operators.txt: - info about
1.95 moko 8816: ^math:convert[number](from-base;to-base) was added
8817:
8818: * src/classes/math.C: - method
8819: ^math:convert[number](from-base;to-base) for converting number
8820: represention from one base to another was added ( new feature:
8821: #23 )
8822:
8823: 2010-10-13 moko
8824:
8825: * src/main/compile.tab.C: [] now is empty string, not void
8826:
8827: * src/main/compile.y: [] now is empty string, not void
8828:
8829: * src/types/pa_vvoid.h: void now passed as parameter
8830:
8831: * tests/: 259.html, results/259.processed: to test difference
8832: between void and empty string (see ticket #111)
8833:
8834: * tests/results/152.processed: $sEmpty[] is now empty string, not
8835: void
8836:
8837: * tests/256.html: $s[$void] is no longer empty string
8838:
8839: * tests/254.html: empty string is no longer void
8840:
8841: 2010-10-12 misha
8842:
8843: * src/types/pa_vcookie.C: - check if $.expires value can be
8844: converted to date during cookies set up ( bugfix: #104 )
8845:
8846: * tests/041.html: - more tests for ^table.locate were added
8847:
8848: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8849: work ( bugfix: #129 ) - exception comment for incorrect options
8850: ^table.locate[field;value;options] was fixed
8851:
8852: 2010-10-10 moko
8853:
8854: * src/: classes/reflection.C, main/execute.C: constructor returning
8855: another object feature returned
8856:
8857: * tests/results/258.processed: test result updated as constructor
8858: returning another object feature returned
8859:
8860: * tests/: 258.html, results/258.processed: test for constructor
8861: returning another object
8862:
8863: 2010-10-08 misha
8864:
8865: * tests/257.html: - whitespaces after @METACOMMANDS and their
8866: options shouldn't cause exceptions any longer
8867:
8868: 2010-10-06 moko
8869:
8870: * src/classes/: hash.C, table.C: length from sql server is now
8871: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8872:
8873: 2010-10-02 misha
8874:
1.211 moko 8875: * operators.ru.txt, operators.txt: - the X mark was removed from
8876: ^cache[file]. it is usable to delete cache file.
1.95 moko 8877:
8878: 2010-10-02 moko
8879:
8880: * tests/: 253.html, results/253.processed: hook_key added for key
8881: checking
8882:
8883: * src/classes/json.C: null key bug fixed
8884:
8885: 2010-09-29 misha
8886:
8887: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8888:
8889: 2010-09-25 moko
8890:
8891: * src/classes/json.C: small fixed
8892:
8893: * tests/results/: 253.processed, 255.processed: just updated
8894:
8895: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8896: results/255.processed: charset transcode test added for
8897: json:parse
8898:
8899: 2010-09-24 moko
8900:
8901: * src/types/pa_value.h: warning war :)
8902:
8903: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8904: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8905: ^json:string
8906:
8907: 2010-09-22 moko
8908:
8909: * src/main/pa_charset.C: parser charset tables declare only
8910: white-space before 0x20, thus adding the missing chars
8911:
8912: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8913: to http://unicode.org/Public/MAPPINGS/VENDORS/
8914:
8915: 2010-09-21 misha
8916:
8917: * src/main/compile.y: - some semicolons were added (VS2010 don't
8918: want to compile grammar if they are absent)
8919:
8920: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8921:
8922: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8923:
8924: * src/main/main.vcproj: - path to bison is changed
8925:
8926: 2010-09-21 moko
8927:
1.116 moko 8928: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8929: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8930: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8931:
8932: 2010-09-20 misha
8933:
8934: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8935:
8936: * src/classes/json.C: - add EOL while json-serializing hash
8937:
8938: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8939: compilers don't like 'ES'.
8940:
8941: 2010-09-17 misha
8942:
1.211 moko 8943: * operators.ru.txt, operators.txt: - info about json class was
8944: added
1.95 moko 8945:
8946: * src/classes/json.C: - ^json:string[object]
8947:
8948: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8949: preventing infinite recursion while executing json:string was
8950: added
8951:
8952: * src/include/pa_string.h: - method append_quoted was added
8953:
8954: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8955: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8956: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8957: was added to Value & Co
8958:
8959: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8960: were used
8961:
8962: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8963: were added
8964:
8965: 2010-09-10 moko
8966:
8967: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8968: die_or_abort (backport from 3.4.1)
8969:
8970: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8971: die_or_abort (bugfix: #106)
8972:
8973: 2010-09-09 moko
8974:
8975: * src/classes/json.C: warning war. :)
8976:
8977: 2010-09-08 misha
8978:
8979: * src/lib/json/Makefile.am: - additional include directories were
8980: added (for pa_memory.h and gc.h)
8981:
8982: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8983: compile as C++ instead default - additional include directory was
8984: added (for gc.h)
8985:
8986: * src/types/pa_vform.C: - little code reformating
8987:
8988: * src/classes/file.C: - $.content-type option now can be specified
8989: in ^file::create ( new feature: #102 )
8990:
8991: 2010-09-08 moko
8992:
8993: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8994: pa_malloc/pa_free
8995:
8996: 2010-09-07 moko
8997:
8998: * tests/results/254.processed: VStateless_class:put_element
8999: exception was fixed
9000:
9001: * src/types/: pa_value.h, pa_vstateless_class.h: now
9002: VStateless_class:put_element barks self.type, not this.type
9003: (bugfix: #105)
9004:
9005: 2010-09-06 moko
9006:
9007: * src/classes/reflection.C: bugfix: new String() is required for
9008: exception handling
9009:
9010: * tests/: 254.html, results/254.processed: test modified
9011:
9012: 2010-09-05 moko
9013:
9014: * tests/: 254.html, results/254.processed: ^reflection:copy test
9015: added
9016:
9017: * src/: classes/reflection.C, include/pa_request.h:
9018: ^reflection:copy implemented (new feature: #100)
9019:
9020: 2010-09-03 moko
9021:
9022: * src/lib/json/JSON_parser.C: c++ compatiblity
9023:
9024: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
9025: option testing added
9026:
9027: 2010-09-02 moko
9028:
9029: * src/classes/json.C: $.distinct[first|last|all] added
9030:
9031: 2010-09-01 moko
9032:
9033: * tests/results/253.processed: json test result
9034:
9035: * tests/: 253.html, 253_json.txt: json test added
9036:
9037: * src/classes/json.C: json.C update to actual version + hash key
9038: creation bugfix
9039:
9040: 2010-08-31 misha
9041:
9042: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
9043: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
9044: src/lib/Makefile.am, src/classes/Makefile.am,
9045: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
9046: json library was added
9047:
9048: 2010-08-30 moko
9049:
9050: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
9051: types/pa_vobject.C: cosmetic optimization in
9052: request:execute_method usage
9053:
9054: * src/: include/pa_charset.h, main/pa_charset.C: small
9055: optimization, just to decrease number of lines. :)
9056:
9057: 2010-08-27 misha
9058:
9059: * src/classes/op.C: - taint[json] was added
9060:
9061: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
9062: were added
9063:
9064: * src/main/pa_exec.C: - warning fix was rolled back.
9065:
9066: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
9067: include/pa_string.h: - taint[json] was added - escaping was
9068: slightly modified
9069:
9070: 2010-08-25 misha
9071:
9072: * src/classes/file.C: - typo in file:sql exception was fixed
9073:
9074: * src/main/pa_exec.C: - warning about declared and not used
9075: variable forced_allow was removed
9076:
9077: 2010-08-14 misha
9078:
9079: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
9080: were removed
9081:
9082: 2010-08-11 moko
9083:
9084: * tests/: 249.html, results/249.processed: default setter and
9085: anti-recursive default getter test added
9086:
9087: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
9088: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
9089: types/pa_vobject.h, types/pa_vstateless_class.C,
9090: types/pa_vstateless_class.h: default setter support +
9091: anti-recursive default getter support ( new feature: #13 )
9092:
9093: * src/include/pa_hash.h: optimization: threshold member removed
9094: from hash, reducing sizeof(hash)
9095:
9096: 2010-08-10 misha
9097:
9098: * tests/196.html: - junction-method was added to the test
9099:
9100: * tests/248.html: - ups. typo :)
9101:
9102: * tests/248.html: - test for checking .match with 4 params
9103:
9104: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
9105: 247_windows1251.txt: - test for "transcode file from utf-8 to
9106: $request:charset during loading if the BOM code is detected"
9107:
9108: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
9109: $request:charset during loading if the BOM code is detected ( new
9110: feature: #98 )
9111:
9112: 2010-08-05 misha
9113:
9114: * src/classes/image.C: - ^image.replace now can accept only 2
9115: params. in this case the whole image is affected ( new feature:
9116: #95 )
9117:
9118: 2010-08-04 misha
9119:
9120: * tests/246.html: - test tor ^hash._at[] was added
9121:
9122: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
9123: #53 )
9124:
9125: * src/include/pa_hash.h: - methods for accessing the first and the
9126: last values of ordered hash were added (first_value and
9127: last_value)
9128:
9129: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
9130: (similar to others file's methods):
9131: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
9132: #68 )
9133:
9134: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
9135:
9136: 2010-08-01 moko
9137:
9138: * src/classes/op.C: to correctly process $result[] in code, called
9139: from ^process
9140:
9141: * tests/245.html: $result in ^process[] test added
9142:
9143: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9144: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9145: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9146: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9147: caller, self) op_call(VMethodFrame &frame, bool constructing)
9148: removed, construct(class,method) added
9149:
9150: * tests/results/: 192.processed, 244.processed: request::construct
9151: added
9152:
9153: * tests/: 244.html, 245.html, results/244.processed,
9154: results/245.processed: object creation exceptions and ^process
9155: tests added
9156:
9157: 2010-07-28 misha
9158:
9159: * tests/make_tests.cmd: - win32 EOLs
9160:
9161: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9162: tests on Win32 were added (The system timezone should be GMT+3)
9163:
9164: 2010-07-26 misha
9165:
9166: * tests/: 212.html, results/212.processed: - sizes were removed
9167: mecause they could be different on different OSs
9168:
9169: * tests/065.html: - make it "win32 friendly"
9170:
9171: 2010-07-25 misha
9172:
9173: * src/main/compile.y: - all EOLs between methods are removed during
9174: compilation ( new feature: #47 )
9175:
9176: * tests/results/149.processed: - prepare tests to trim trailing
9177: methods' EOLs
9178:
9179: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9180:
9181: * tests/: results/006.processed, results/014.processed, 006.html,
9182: 014.html, 022.html: - prepare tests to trim trailing methods'
9183: EOLs
9184:
9185: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9186: results/071.processed, results/022.processed: - prepare tests to
9187: trim trailing methods' EOLs
9188:
9189: * tests/: results/073.processed, results/109.processed,
9190: results/142.processed, results/144.processed,
9191: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9192: 144.html: - prepare tests to trim trailing methods' EOLs
9193:
9194: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9195: 149.html, 152.html, results/096.processed, results/107.processed,
9196: results/109.processed, results/142.processed,
9197: results/144.processed: - prepare tests to trim trailing methods'
9198: EOLs
9199:
9200: 2010-07-24 moko
9201:
9202: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9203: the hash order in this test
9204:
9205: * tests/014.html: to check hash order, hash no is longer sorted
9206: before print
9207:
9208: * src/include/pa_hash.h: hash copy constructor now keeps order
9209: (bugfix: #54)
9210:
9211: 2010-07-23 moko
9212:
9213: * tests/results/224.processed: @auto[] is no longer inherited
9214:
9215: * src/types/pa_vstateless_class.C, tests/227.html,
9216: tests/results/227.processed: @auto[] is no longer inherited
9217: (bugfix: #57)
9218:
9219: 2010-07-22 misha
9220:
9221: * src/classes/table.C: - don't skip comment lines during
9222: table::load if encloser or separator is set as '#' ( new feature:
9223: #30 )
9224:
9225: * src/targets/cgi/parser3.C: - don't run as cgi if
9226: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9227: #12 )
9228:
9229: * src/classes/file.C: - set PARSER_VARSION env before external
9230: script executing
9231:
9232: 2010-07-13 misha
9233:
9234: * tests/058.html: - test for suppressing @border was added - test
9235: for user attribute was added
9236:
9237: * tests/results/186.processed: unescaping from \uXXXX
9238:
9239: * tests/186.html: unescaping from \uXXXX
9240:
9241: * tests/: 239.html, results/239.processed: method call type
9242:
9243: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9244: $junction_method.CLASS_NAME (+CLASS)
9245:
9246: 2010-07-07 misha
9247:
9248: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9249: *nix
9250:
9251: 2010-07-05 misha
9252:
9253: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9254: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9255: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9256: comment strings "options must be hash", "options must be hash,
9257: not code" and "called with invalid option" were replaced by
9258: constatns - exception comment string "invalid option passed" was
9259: replaced by "called with invalid option" (now in different
9260: methods are the same exception comment string)
9261:
9262: * src/include/pa_exception.h: - more exception strings were defined
9263:
9264: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9265: types/pa_vstateless_class.h: - now we can define possible
9266: method's call type ( new feature: #5 ) 1.
9267: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9268: methods 2. @static:method[params] (only static keyword could be
9269: used here) -- for specified methods
9270:
9271: * src/main/pa_common.C: - junction points should not be deleted on
9272: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9273: cleanup
9274:
9275: 2010-07-03 misha
9276:
9277: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9278: results/158.processed, results/160.processed,
9279: results/161.processed, results/162.processed,
9280: results/163.processed: - prepare tests to trim trailing methods'
9281: EOLs
9282:
9283: * tests/results/169.processed: - prepare tests to trim trailing
9284: methods' EOLs
9285:
9286: * tests/results/: 168.processed, 169.processed: - prepare tests to
9287: trim trailing methods' EOLs
9288:
9289: * tests/: results/170.processed, results/167.processed,
9290: results/168.processed, results/169.processed, 167.html, 168.html,
9291: 169.html: - prepare tests to trim trailing methods' EOLs
9292:
9293: * tests/: results/170.processed, results/171.processed,
9294: results/172.processed, results/173.processed,
9295: results/174.processed, results/175.processed, 170.html, 171.html,
9296: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9297: trailing methods' EOLs
9298:
9299: * tests/: results/176.processed, results/180.processed,
9300: results/184.processed, results/185.processed,
9301: results/191.processed, results/192.processed,
9302: results/196.processed, results/197.processed,
9303: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9304: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9305: to trim trailing methods' EOLs
9306:
9307: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9308: results/199.processed, results/208.processed,
9309: results/209.processed, results/213.processed,
9310: results/214.processed: - prepare tests to trim trailing methods'
9311: EOLs
9312:
9313: 2010-06-29 misha
9314:
9315: * tests/: 220.html, 218.html, results/218.processed,
9316: results/215.processed, results/217.processed, 215.html, 217.html:
9317: - prepare tests to trim trailing methods' EOLs
9318:
9319: * tests/: results/224.processed, 224.html, 223.html,
9320: results/223.processed, results/220.processed: - prepare tests to
9321: trim trailing methods' EOLs
9322:
9323: * tests/results/: 226.processed, 230.processed: - prepare tests to
9324: trim trailing methods' EOLs
9325:
9326: * tests/: 229.html, results/229.processed: - prepare tests to trim
9327: trailing methods' EOLs
9328:
9329: * tests/: 232.html, 235.html, results/232.processed,
9330: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9331: results/226.processed, results/227.processed,
9332: results/228.processed, results/230.processed: - prepare tests to
9333: trim trailing methods' EOLs
9334:
9335: 2010-06-16 moko
9336:
9337: * tests/: 229.html, results/229.processed: elseif now supported in
9338: ^if
9339:
9340: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9341:
9342: 2010-06-03 misha
9343:
9344: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9345: instead of memcopy for overlaped regions
9346:
9347: 2010-05-25 misha
9348:
9349: * src/main/pa_common.C: - wanring about unused vars was removed
9350:
9351: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9352: get_method_filename was moved to execute.C
9353:
9354: 2010-05-23 misha
9355:
9356: * src/main/pa_request.C: - more accurate detection of method's file
9357:
9358: 2010-05-22 misha
9359:
9360: * src/classes/reflection.C: - bugfix: core during detection of
9361: .file if filespec isn't detected successfully
9362:
9363: 2010-05-20 misha
9364:
9365: * src/main/pa_request.C: - fix in get_method_filename
9366:
9367: * src/include/pa_request.h: - new feature: #24 -- searching
9368: included file in @USE/^use is changed. if its filespec doesn't
9369: start from '/' it will be searched in caller file directory
9370:
9371: * src/classes/reflection.C: - ^reflection:method_info returns file
9372: where the method is defined
9373:
9374: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9375: classes/op.C: - new feature: #24 -- searching included file in
9376: @USE/^use is changed. if its filespec doesn't start from '/' it
9377: will be searched in caller file directory
9378:
9379: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9380: is moved to pa_common.h
9381:
9382: 2010-05-18 misha
9383:
9384: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9385: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9386: cookie parser decode \uXXXX as well as %uXXXX
9387:
9388: 2010-05-17 misha
9389:
9390: * src/classes/curl.C: beauty: - unused param is removed in method
9391: _curl_version_action - some spaces were removed or replaced by
9392: tabs
9393:
9394: * src/classes/table.C: - bugfix: #72 core with empty value during
9395: ^table.hash[...;name_of_the_last_column][$.type[string]]
9396:
9397: 2010-05-16 misha
9398:
9399: * src/classes/curl.C: new: #61 more curl options were added
9400: (contributed by Sumo)
9401:
9402: 2010-04-29 pretender
9403:
9404: * src/main/pa_string.C: fixes #63 Split result from empty string
9405: now empty string.
9406:
9407: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9408: string type.
9409:
9410: 2010-04-28 pretender
9411:
9412: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9413: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9414: macrodefinition removed
9415:
9416: 2010-04-19 pretender
9417:
9418: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9419: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9420:
9421: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9422: fixes #64 Now file.missing exception generates in unsafe mode to.
9423:
9424: * src/classes/file.C: fixes #48 Now not throw "not save environment
9425: variable" exception in grpunlim version.
9426:
9427: 2010-04-05 misha
9428:
9429: * src/classes/string.C: - new feature: 4th param was added to
9430: match. if specified its value is returned in case of nothing was
9431: found
9432:
9433: 2010-04-01 misha
9434:
9435: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9436: multiple execution of /a/b/auto.p
9437:
9438: 2010-03-19 misha
9439:
9440: * src/main/execute.C: - core in $table1.$table2 was fixed
9441:
9442: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9443:
9444: 2010-01-27 misha
9445:
9446: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9447: trying to open file by path /existing-file/non-exixting-file
9448:
9449: 2010-01-26 misha
9450:
9451: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9452: was added (returns file)
9453:
9454: 2009-12-22 misha
9455:
9456: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9457: now parser doesn't have class curl if it was built without it
9458:
9459: 2009-12-15 misha
9460:
9461: * configure.in: - little cheat with curl include dir was added
9462:
9463: 2009-12-05 misha
9464:
9465: * src/classes/curl.C: - some fixes
9466:
9467: 2009-12-04 misha
9468:
9469: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9470: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9471: buildall-with-xml, buildall-without-xml, configure.in: - curl
9472: class was added
9473:
9474: * src/include/pa_hash.h: - hash-iterator was added
9475:
9476: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9477: was added to pcre
9478:
9479: 2009-11-27 misha
9480:
9481: * src/classes/image.C: - don't add @border attribute to output of
9482: ^image.html[] if it was specified by user with empty value
9483:
9484: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9485: root element and we are trying to access .documentElement
9486:
9487: 2009-11-11 misha
9488:
9489: * src/classes/table.C: - in ^table.flip[] look at number of columns
9490: instead of number of items in first row for named tables
9491:
9492: 2009-11-10 misha
9493:
1.211 moko 9494: * operators.ru.txt, operators.txt: - info about hash-options in
9495: ^file::create was added
1.95 moko 9496:
9497: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9498: added
9499:
9500: 2009-11-09 misha
9501:
9502: * buildall-with-xml: - moving to libxml 2.7.6
9503:
9504: * tests/236.html: - tests for comparations cords with functions
9505: were added
9506:
9507: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9508: added
9509:
9510: * src/main/pa_http.C: - little optimisation
9511:
9512: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9513: GPF mallocs + stringstream (table.save)
9514:
9515: * src/classes/file.C: - file::create now accepts 4th param: options
9516: with $.charset
9517:
9518: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9519: bug in cord (comparation cords with functions was buggy)
9520:
9521: 2009-11-06 misha
9522:
9523: * src/main/pa_string.C: - bugfix: calculation string.length
9524: sometimes was buggy
9525:
9526: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9527: destroyed if exception occured during match/replace
9528:
9529: * src/: main/pa_charset.C, include/pa_charset.h: - method
9530: lengthUTF8Char was added
9531:
9532: * src/classes/op.C: - clean tainting lang was added for user's
9533: usage
9534:
9535: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9536: fixed: checkouts are required after GC_MALLOC
9537:
9538: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9539:
1.211 moko 9540: * operators.ru.txt, operators.txt: - actually, there is no
9541: ^untaint[xml] in file::create
1.95 moko 9542:
9543: 2009-10-15 misha
9544:
9545: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9546: were added
9547:
9548: * tests/234.html: - more tests for checking ^taint[uri] escaping
9549: were added
9550:
9551: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9552: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9553: hacking: for dealing with transcoding+^taint[uri]
9554: transcode_and_untaint was replaced by untaint_and_transcode
9555:
9556: 2009-10-13 misha
9557:
9558: * tests/: 121.html, results/121.processed: - test transcoding +
9559: url-escaping now
9560:
9561: * tests/results/auto.p: - more helpers' methods were added
9562:
9563: * src/main/pa_globals.C: - die instead of abort
9564:
9565: 2009-10-06 misha
9566:
9567: * src/main/pa_common.C: - don't allocate memory during
9568: capitalization if input string is already capitalized
9569:
9570: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9571:
9572: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9573: use format function because it calls malloc
9574:
9575: * src/include/pa_common.h: - more capitalized headers were added
9576:
9577: * src/main/pa_common.C: - in safe mode clear executable bits during
9578: file writing
9579:
9580: 2009-10-05 misha
9581:
9582: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9583:
9584: 2009-10-03 misha
9585:
9586: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9587: ^img.text[] & ^img.length[] can work in utf-8 now
9588:
9589: * src/: include/pa_charset.h, main/pa_charset.C: - class
9590: UTF8_string_iterator was added
9591:
9592: * src/classes/image.C: - respect utf-8 when calculate alphabet
9593: length
9594:
9595: * src/classes/mail.C: - check from before get message.cstr
9596:
9597: 2009-10-02 misha
9598:
9599: * tests/233.html: - test for image.font, image.length, image.text
9600: with text in utf-8 were added
9601:
9602: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9603:
9604: * buildall-with-xml, buildall-without-xml: - comment about gc
9605: version for freebsd 4 was added
9606:
9607: 2009-10-01 misha
9608:
9609: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9610: terminator) - read_pipe were slightly optimized
9611:
9612: 2009-09-28 misha
9613:
9614: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9615: removed
9616:
9617: * src/types/pa_vmail.C: - forgot about space after ':'
9618:
9619: * src/types/pa_vmail.C: - escape filenames while preparing mail
9620: body - small simplifications
9621:
9622: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9623: inout params like pa_base64
9624:
9625: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9626: option $.debug-print(1) was added to mail:send - changes for
9627: using uue_encode which uses less memory
9628:
9629: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9630:
9631: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9632: memory now
9633:
9634: 2009-09-26 misha
9635:
9636: * src/types/pa_vmail.C: - default encoding now is base64
9637:
9638: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9639:
9640: 2009-09-25 misha
9641:
9642: * src/types/pa_vmail.C: - capitalization of headers was added to
9643: sending mail as well
9644:
9645: * buildall-with-xml: - catalog package was removed from libxml
9646:
9647: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9648: win32 absolute path
9649:
9650: * src/include/pa_common.h: - one more capitalized header was added
9651:
9652: 2009-09-22 misha
9653:
9654: * INSTALL: - comment about building just httpd binary while
9655: building apache module was added
9656:
9657: 2009-09-21 misha
9658:
9659: * buildall-with-xml: - moving to the latest versions of xml libs:
9660: libxml 2.7.4 and libxslt 1.1.25
9661:
9662: 2009-09-19 misha
9663:
9664: * tests/231.html: - test for encoding cookie in win-1251
9665:
9666: 2009-09-18 misha
9667:
9668: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9669: object] were added
9670:
1.211 moko 9671: * operators.ru.txt, operators.txt: - info about method
9672: ^reflection:fields[class or object] was added
1.95 moko 9673:
9674: * src/classes/reflection.C: - method ^reflection:fields[class or
9675: object] was added
9676:
9677: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9678: methods get_fields were added
9679:
9680: * tests/232.html: - tests for @GET[name]
9681:
9682: * src/classes/table.C: - some changes in handling hash-options for
9683: creare, join and locate
9684:
9685: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9686: defined with option: the type of requested value
9687:
9688: 2009-09-17 misha
9689:
9690: * tests/212.html: - tests for .pattern and .options were added
9691:
9692: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9693: $regex.options were added
9694:
9695: 2009-09-11 misha
9696:
9697: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9698: rewrited. it checks not just one case of sending cookies during
9699: file::load[http], but also sending headers and fields (including
9700: files)
9701:
9702: 2009-09-10 misha
9703:
9704: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9705: was removed => now parser can open files with Russian 'r' in
9706: filename
9707:
9708: * src/main/untaint.C: - bugfix: client charset whould be analized
9709: while escaping cookies but now source charset
9710:
9711: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9712: ^tainted[uri] so it was possible to make request with incorrect
9713: http header
9714:
9715: * src/main/pa_http.C: - capitalization of http headers during
9716: file::load[http was slightly changes - bugfix: all headers which
9717: parser sends during file::load[http should be transcoded and only
9718: then escaped
9719:
9720: * src/main/untaint.C: - a bit more comments were added
9721:
9722: * src/classes/: file.C, string.C: - types where changes (minus 2
9723: warnings)
9724:
9725: * src/include/pa_common.h: - 2 capitalized strings for making http
9726: headers during file::load[http were added
9727:
9728: 2009-09-08 misha
9729:
1.211 moko 9730: * operators.ru.txt, operators.txt: - changes in file.save and
9731: string.save were added
1.95 moko 9732:
9733: * tests/: 230.html, 230.txt: - tests for checking options in
9734: file.save and string.save were added
9735:
9736: * src/main/pa_request.C: - http headers names, which are passed to
9737: SAPI::add_header_attribute are lowercased now (it'll be
9738: capitalized in that method)
9739:
9740: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9741: classes/string.C: - file_write accepts Request_charsets and asked
9742: charset and cound transcode content before writing - string.save
9743: and file.save have option $.charset now
9744:
9745: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9746: classes/xdoc.C: - file_write accepts Request_charsets and asked
9747: charset and cound transcode content before writing
9748:
9749: * src/include/pa_exception.h: - new exception comment string was
9750: defined
9751:
9752: 2009-09-07 misha
9753:
9754: * src/main/compile.y: - grammar $name\ name stops now for regex
9755: sub-pattern\s
9756:
9757: 2009-09-04 misha
9758:
9759: * src/main/pa_http.C: - capitalization of http headers during
9760: file::load[http was implemented
9761:
9762: 2009-09-03 misha
9763:
9764: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9765: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9766: types/pa_vmail.C, targets/cgi/parser3.C,
9767: targets/isapi/parser3isapi.C: - back to storing response http
9768: headers in lowercase - capitalize them during output
9769:
9770: 2009-08-31 misha
9771:
9772: * src/classes/table.C: - allow call with any brackets (it could be
9773: useful in methods with explict result declaration)
9774:
9775: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9776: correctly if $request:charset==koi8-r
9777:
9778: 2009-08-30 misha
9779:
9780: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9781: changed: content-type => Content-type and so on
9782:
9783: * src/classes/file.C, src/include/pa_common.h,
9784: src/include/pa_request.h, src/main/pa_http.C,
9785: src/main/pa_request.C, src/types/pa_vcookie.C,
9786: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9787: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9788: tests/results/002.processed, tests/results/003.processed,
9789: tests/results/004.processed, tests/results/005.processed,
9790: tests/results/006.processed, tests/results/007.processed,
9791: tests/results/008.processed, tests/results/009.processed,
9792: tests/results/010.processed, tests/results/011.processed,
9793: tests/results/012.processed, tests/results/013.processed,
9794: tests/results/014.processed, tests/results/015.processed,
9795: tests/results/016.processed, tests/results/017.processed,
9796: tests/results/018.processed, tests/results/019.processed,
9797: tests/results/020.processed, tests/results/021.processed,
9798: tests/results/022.processed, tests/results/023.processed,
9799: tests/results/024.processed, tests/results/025.processed,
9800: tests/results/026.processed, tests/results/027.processed,
9801: tests/results/028.processed, tests/results/029.processed,
9802: tests/results/030.processed, tests/results/031.processed,
9803: tests/results/032.processed, tests/results/033.processed,
9804: tests/results/034.processed, tests/results/035.processed,
9805: tests/results/036.processed, tests/results/037.processed,
9806: tests/results/038.processed, tests/results/039.processed,
9807: tests/results/040.processed, tests/results/041.processed,
9808: tests/results/042.processed, tests/results/043.processed,
9809: tests/results/044.processed, tests/results/045.processed,
9810: tests/results/046.processed, tests/results/047.processed,
9811: tests/results/048.processed, tests/results/049.processed,
9812: tests/results/050.processed, tests/results/051.processed,
9813: tests/results/052.processed, tests/results/053.processed,
9814: tests/results/054.processed, tests/results/055.processed,
9815: tests/results/056.processed, tests/results/057.processed,
9816: tests/results/058.processed, tests/results/059.processed,
9817: tests/results/060.processed, tests/results/061.processed,
9818: tests/results/062.processed, tests/results/063.processed,
9819: tests/results/064.processed, tests/results/065.processed,
9820: tests/results/066.processed, tests/results/067.processed,
9821: tests/results/068.processed, tests/results/069.processed,
9822: tests/results/070.processed, tests/results/071.processed,
9823: tests/results/072.processed, tests/results/073.processed,
9824: tests/results/074.processed, tests/results/075.processed,
9825: tests/results/076.processed, tests/results/077.processed,
9826: tests/results/078.processed, tests/results/079.processed,
9827: tests/results/080.processed, tests/results/081.processed,
9828: tests/results/082.processed, tests/results/083.processed,
9829: tests/results/084.processed, tests/results/085.processed,
9830: tests/results/086.processed, tests/results/087.processed,
9831: tests/results/088.processed, tests/results/089.processed,
9832: tests/results/090.processed, tests/results/091.processed,
9833: tests/results/092.processed, tests/results/093.processed,
9834: tests/results/094.processed, tests/results/095.processed,
9835: tests/results/096.processed, tests/results/097.processed,
9836: tests/results/098.processed, tests/results/099.processed,
9837: tests/results/100.processed, tests/results/101.processed,
9838: tests/results/102.processed, tests/results/103.processed,
9839: tests/results/104.processed, tests/results/105.processed,
9840: tests/results/106.processed, tests/results/107.processed,
9841: tests/results/108.processed, tests/results/109.processed,
9842: tests/results/110.processed, tests/results/111.processed,
9843: tests/results/112.processed, tests/results/113.processed,
9844: tests/results/114.processed, tests/results/115.processed,
9845: tests/results/116.processed, tests/results/117.processed,
9846: tests/results/118.processed, tests/results/119.processed,
9847: tests/results/120.processed, tests/results/121.processed,
9848: tests/results/122.processed, tests/results/123.processed,
9849: tests/results/124.processed, tests/results/125.processed,
9850: tests/results/126.processed, tests/results/127.processed,
9851: tests/results/128.processed, tests/results/129.processed,
9852: tests/results/130.processed, tests/results/131.processed,
9853: tests/results/132.processed, tests/results/133.processed,
9854: tests/results/134.processed, tests/results/135.processed,
9855: tests/results/136.processed, tests/results/138.processed,
9856: tests/results/139.processed, tests/results/140.processed,
9857: tests/results/141.processed, tests/results/142.processed,
9858: tests/results/143.processed, tests/results/144.processed,
9859: tests/results/145.processed, tests/results/146.processed,
9860: tests/results/147.processed, tests/results/148.processed,
9861: tests/results/149.processed, tests/results/150.processed,
9862: tests/results/151.processed, tests/results/152.processed,
9863: tests/results/153.processed, tests/results/154.processed,
9864: tests/results/155.processed, tests/results/156.processed,
9865: tests/results/157.processed, tests/results/158.processed,
9866: tests/results/159.processed, tests/results/160.processed,
9867: tests/results/161.processed, tests/results/162.processed,
9868: tests/results/163.processed, tests/results/164.processed,
9869: tests/results/165.processed, tests/results/166.processed,
9870: tests/results/167.processed, tests/results/168.processed,
9871: tests/results/169.processed, tests/results/170.processed,
9872: tests/results/171.processed, tests/results/172.processed,
9873: tests/results/173.processed, tests/results/174.processed,
9874: tests/results/175.processed, tests/results/176.processed,
9875: tests/results/177.processed, tests/results/178.processed,
9876: tests/results/179.processed, tests/results/180.processed,
9877: tests/results/181.processed, tests/results/182.processed,
9878: tests/results/183.processed, tests/results/184.processed,
9879: tests/results/185.processed, tests/results/186.processed,
9880: tests/results/187.processed, tests/results/188.processed,
9881: tests/results/189.processed, tests/results/190.processed,
9882: tests/results/191.processed, tests/results/192.processed,
9883: tests/results/193.processed, tests/results/194.processed,
9884: tests/results/195.processed, tests/results/196.processed,
9885: tests/results/197.processed, tests/results/198.processed,
9886: tests/results/199.processed, tests/results/200.processed,
9887: tests/results/201.processed, tests/results/202.processed,
9888: tests/results/203.processed, tests/results/204.processed,
9889: tests/results/205.processed, tests/results/206.processed,
9890: tests/results/207.processed, tests/results/208.processed,
9891: tests/results/209.processed, tests/results/210.processed,
9892: tests/results/211.processed, tests/results/212.processed,
9893: tests/results/213.processed, tests/results/214.processed,
9894: tests/results/215.processed, tests/results/216.processed,
9895: tests/results/217.processed, tests/results/218.processed,
9896: tests/results/219.processed, tests/results/220.processed,
9897: tests/results/221.processed, tests/results/222.processed,
9898: tests/results/223.processed, tests/results/224.processed,
9899: tests/results/225.processed, tests/results/226.processed,
9900: tests/results/227.processed, tests/results/228.processed,
9901: tests/results/229.processed: - http headers were changed:
9902: content-type => Content-type and so on
9903:
9904: 2009-08-27 misha
9905:
9906: * src/: main/pa_random.C, include/pa_random.h,
9907: targets/cgi/parser3.C: - year was updated :)
9908:
9909: 2009-08-26 misha
9910:
9911: * tests/: 224.html, 224.p: - test for creating of parser object
9912: using constructor without params - little bugfix in test
9913:
9914: * src/main/compile_tools.h: - bugfix: should't call autouse while
9915: checking existed class while processing partial option
9916:
9917: * src/classes/reflection.C: - bugfix: core when creating object
9918: with reflection and constructor doesn't have params
9919:
9920: 2009-08-24 misha
9921:
9922: * tests/229.html: - tests for checking the number of parameters
9923: were added
9924:
9925: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9926: number of method's parameters wasn't checked correctly (the bug
9927: was introduced in 3.4.0)
9928:
9929: 2009-08-22 misha
9930:
9931: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9932: transcoded, but tainted pieces are escaped only when
9933: content-type==url-encoding
9934:
9935: * tests/228.html: - test for checking
9936: ^file::load[http://...;$.body[]]
9937:
9938: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9939: post charset was too early (charsets is empty at this moment)
9940:
9941: 2009-08-21 misha
9942:
9943: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9944: main/untaint.C: - some fixes with transcode+untaint
9945:
9946: 2009-08-15 misha
9947:
9948: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9949: was increaced to 100 (was 50)
9950:
9951: * tests/227.html: - test for checking overriding properties in
9952: static classes was added
9953:
9954: * tests/: 226.html, 226.p: - test for @autoload[] was added
9955:
9956: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9957: main/execute.C, main/pa_request.C, classes/reflection.C: -
9958: autouse was implemented
9959:
9960: 2009-08-14 misha
9961:
9962: * src/classes/reflection.C: - outdated checkout was removed
9963:
9964: * src/classes/reflection.C: - optimization - method ^dynamical was
9965: added.
9966:
9967: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9968: types/pa_vstateless_class.h, main/execute.C: - optimization
9969:
9970: * src/types/pa_vclass.C: - exception if base on sytem class
9971:
9972: 2009-08-12 misha
9973:
9974: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9975: pa_vstateless_class.h: - little optimisation
9976:
9977: 2009-08-11 misha
9978:
9979: * tests/224.html: - method_params => method_info - checking for
9980: $.inherited
9981:
1.211 moko 9982: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9983: method method_params was renamed to method_info and now it
9984: returns class name, if method was defined in ancestor
1.95 moko 9985:
9986: * tests/225.html: - tests for cheching properties in hierarhical
9987: classes were added
9988:
9989: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9990: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9991: main/compile.y, main/execute.C, classes/classes.C: - problems
9992: with properties in new classes implementation were fixed
9993:
9994: 2009-08-10 misha
9995:
9996: * src/main/execute.C: - now constructor shouldn't be defined in
9997: class. it could be defined in parent.
9998:
9999: 2009-08-09 misha
10000:
10001: * src/classes/reflection.C: - ^reflection:methods doesn't return
10002: base's methods
10003:
10004: 2009-08-08 misha
10005:
10006: * src/: classes/classes.h, classes/date.C, classes/file.C,
10007: classes/form.C, classes/hash.C, classes/hashfile.C,
10008: classes/image.C, classes/mail.C, classes/op.C,
10009: classes/reflection.C, classes/regex.C, classes/string.C,
10010: classes/table.C, classes/xdoc.C, classes/xnode.C,
10011: classes/xnode.h, include/pa_hash.h, main/execute.C,
10012: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
10013: types/pa_method.h, types/pa_property.h, types/pa_value.C,
10014: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10015: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10016: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
10017: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
10018: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
10019: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
10020: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
10021: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
10022: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
10023: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10024: types/pa_vresponse.C, types/pa_vresponse.h,
10025: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10026: types/pa_vstateless_object.h, types/pa_vstatus.C,
10027: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
10028: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
10029: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
10030: types/pa_wwrapper.h, types/types.vcproj: - new classes
10031: implementation
10032:
10033: * buildall-with-xml, buildall-without-xml: - gc has a bug if
10034: USE_MUNMAP is used. so it is disabled as a workaround.
10035:
10036: 2009-08-05 misha
10037:
10038: * src/: main/pa_common.C, include/pa_common.h: - not needed
10039: parameter was removed
10040:
10041: * src/main/pa_http.C: - bugfix: error was during detecting
10042: content-type of file which was loaded by http
10043:
10044: 2009-08-01 misha
10045:
10046: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
10047: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
10048: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
10049: can't be disabled with defines any longer
10050:
10051: 2009-07-29 misha
10052:
10053: * src/classes/reflection.C, tests/results/224.processed: - for
10054: native methods with any call type now returned empty call_type
10055: value
10056:
10057: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10058: classes/table.C, include/pa_hash.h, include/pa_request.h,
10059: main/pa_request.C: - break in cycles was optimized
10060:
10061: * INSTALL: - more defines were described
10062:
10063: 2009-07-28 misha
10064:
1.211 moko 10065: * operators.ru.txt, operators.txt: - some changes in information
10066: about reflection class
1.95 moko 10067:
10068: * tests/: 224.html, 224.p: - tests for reflection class
10069:
10070: * src/classes/reflection.C: - some bugs were fixed, method classes
10071: was added, refactoring
10072:
10073: 2009-07-26 misha
10074:
10075: * src/classes/classes.vcproj: - reflection class wass added to
10076: project
10077:
1.211 moko 10078: * operators.ru.txt, operators.txt: - information about reflection
10079: class was added
1.95 moko 10080:
10081: * src/classes/reflection.C: - class was redesigned
10082:
10083: 2009-07-24 misha
10084:
10085: * src/classes/: Makefile.am, reflection.C: - class reflection was
10086: added
10087:
10088: * src/types/pa_vstateless_class.h: - method for reflection method's
10089: in classes was added
10090:
10091: 2009-07-22 misha
10092:
10093: * src/main/compile_tools.h: - bugfix: $object.$var was
10094: over-optimized. it failed if $object1.$object2.field
10095:
10096: 2009-07-16 misha
10097:
10098: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10099: lib/cord/cordxtra.c, lib/cord/include/cord.h,
10100: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
10101: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
10102: one more arg: length of cord
10103:
10104: 2009-07-15 misha
10105:
10106: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
10107: tainted in ^file::load[http://...;$.cookies[]]
10108:
10109: * src/classes/: op.C, regex.C, string.C: - new string with
10110: exception was used
10111:
10112: * src/include/pa_exception.h: - new string with exception was added
10113:
10114: * tests/223.html: - test for checking cookie-encoding during
10115: ^file::load[http was added
10116:
10117: * tests/: 221.html, 222.html: - tests for checking type of
10118: $table.fields.field were added
10119:
10120: * src/types/pa_vtable.C: - not used var decl was removed
10121:
10122: * src/include/pa_string.h: - use cached string length in Body::mid.
10123: it improves speed of match with brackets in pattern
10124:
10125: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
10126: outside
10127:
10128: 2009-07-14 misha
10129:
10130: * src/types/pa_vtable.C: - $table.fields.a return string even if
10131: column is empty (sometime returned void) - $table.fields was
10132: added for nameless tables
10133:
10134: * src/targets/cgi/getopt.c: - one warning resolved
10135:
10136: * src/main/pa_string.C: - potentian bug fixed
10137:
10138: * src/classes/op.C: - small optimization in taint/untaint
10139:
10140: 2009-07-13 misha
10141:
10142: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10143: added
10144:
10145: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10146: souldn't add the attribut to output
10147:
10148: 2009-07-11 misha
10149:
10150: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10151: stack size was increaced to 2MB (default=1MB)
10152:
10153: 2009-07-08 misha
10154:
10155: * src/main/pa_string.C: - link to UTF-8 description was added
10156:
10157: * src/include/pa_hash.h: - hash keeps element's order in more
10158: places (ex: ._keys[])
10159:
10160: * tests/220.html: - test for checking order of elements in hash in
10161: foreach was added
10162:
10163: * tests/172.html: - small changes in printing hash
10164:
10165: * tests/129.html: - small changes in printing hash
10166:
10167: * src/: include/pa_common.h, include/pa_hash.h,
10168: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10169: types/pa_vmethod_frame.h: - hash now keeps order of elements
10170:
10171: * tests/014.html: - small changes in printing hash
10172:
10173: 2009-07-07 misha
10174:
10175: * src/classes/op.C: - new taint language "parser-code" was added
10176:
10177: * tests/219.html: - test for auto untaint parser code in process
10178: was added
10179:
10180: * src/classes/op.C: - tainted pieces in body of process are
10181: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10182:
10183: * src/: include/pa_string.h, main/untaint.C: - new language
10184: L_PARSER_CODE for auto-untaint in process was added
10185:
10186: * src/: classes/file.C, classes/hash.C, classes/image.C,
10187: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10188: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10189: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10190: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10191: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10192: code cleanup
10193:
10194: 2009-07-06 misha
10195:
10196: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10197: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10198: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10199:
10200: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10201: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10202: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10203: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10204: should be used
10205:
10206: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10207: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10208: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10209: untaint_cstr[m] should be used
10210:
10211: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10212: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10213:
10214: * tests/218.html: - test for checking automatic file-spec-taint was
10215: added
10216:
10217: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10218: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10219: classes/file.C, classes/hash.C, classes/image.C,
10220: classes/string.C, classes/table.C, classes/void.C,
10221: classes/xdoc.C: - optimizations and simplification of
10222: string.cstr(...)
10223:
10224: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10225: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10226: - optimizations and simplification of string.cstr(...)
10227:
10228: 2009-07-04 misha
10229:
10230: * tests/217.html: - test for recursion detection was added
10231:
10232: * src/: types/types.vcproj, main/main.vcproj,
10233: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10234: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10235: from .vcproj
10236:
10237: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10238:
10239: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10240: uploading files and case-insensitive http-method were added
10241:
10242: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10243: tainted pattern in ^file:list[] was added
10244:
10245: 2009-07-03 misha
10246:
10247: * src/: classes/classes.vcproj, main/main.vcproj,
10248: types/types.vcproj, targets/cgi/parser3.vcproj,
10249: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10250: for dynamic_cast) - little options changes
10251:
10252: * src/main/pa_http.C: - file::load[http works now with uploading
10253: files _and_ changing $.charset
10254:
10255: 2009-06-29 misha
10256:
10257: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10258: while creating pattern
10259:
10260: 2009-06-25 misha
10261:
1.211 moko 10262: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10263: names for ^image.font were changed to $.space, $.width and
10264: $spacing - default space width now == gif's width
1.95 moko 10265:
10266: 2009-06-24 misha
10267:
10268: * tests/215.html: - tests for $file.mode were added
10269:
1.211 moko 10270: * operators.ru.txt, operators.txt: - added info about $file.mode
10271: and changes in ^image.font[
1.95 moko 10272:
10273: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10274: param now could be omited - third param now could be hash (with
10275: all widths options: $.space-width, $.letter-width) - it's
10276: possible to specify tracking ($.letter-space)
10277:
10278: * src/classes/file.C: - file objects now could have mode field
10279: (text|binary)
10280:
10281: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10282:
10283: 2009-06-23 misha
10284:
10285: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10286: trim can work with utf-8 chars now
10287:
10288: 2009-06-20 misha
10289:
10290: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10291: was implemented
10292:
10293: * src/classes/table.C: - string length cacheing was implemented
10294:
10295: * src/include/pa_string.h: - string length cacheing was implemented
10296:
10297: 2009-06-17 misha
10298:
10299: * src/main/execute.C: - value param was removed from
10300: WContext::WContext
10301:
10302: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10303: pa_wwrapper.h: - value param was removed from WContext::WContext
10304: - field wcontext was removed from VCodeFrame (using fparent
10305: instead)
10306:
10307: * tests/214.html: - test with hash copying
10308:
10309: 2009-06-16 misha
10310:
10311: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10312: strings doesn't work in expression anymore
10313:
10314: * src/main/execute.C: - less calls for get_constructing() - little
10315: refactoring
10316:
10317: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10318: include/pa_request.h: - less calls for get_constructing()
10319:
10320: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10321: introduced with OPTIMIZE_SINGLE_STRING optimization
10322:
10323: 2009-06-14 misha
10324:
10325: * src/: classes/date.C, classes/file.C, classes/hash.C,
10326: classes/hashfile.C, classes/image.C, classes/regex.C,
10327: classes/table.C, classes/xdoc.C, classes/xnode.h,
10328: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10329: types/pa_vstateless_class.h, main/execute.C: - create object for
10330: storing object's fields only for parser objects
10331:
10332: 2009-06-13 misha
10333:
10334: * buildall-with-xml, buildall-without-xml: - new option was added
10335: for building GC (it slightly reduces memory usage)
10336:
10337: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10338: single string write
10339:
10340: * src/main/execute.C: - bytecode optimization of ^class:constructor
10341: - optimization of single string write
10342:
10343: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10344: - bytecode optimization of ^class:constructor
10345:
10346: 2009-06-09 misha
10347:
10348: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10349: main (better compatibility)
10350:
10351: 2009-06-08 misha
10352:
10353: * src/main/compile.y: - I've forgot to commit it :(
10354:
10355: 2009-06-07 misha
10356:
10357: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10358: WITH_READ and WITH_ROOT
10359:
10360: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10361: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10362: WITH_ROOT - little refactoring
10363:
10364: 2009-06-06 misha
10365:
10366: * tests/213.html: - tests for 3rd match string-param were added
10367:
10368: * src/classes/string.C: - 3rd match param could be string now
10369:
10370: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10371: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10372: GET_OBJECT_ELEMENT
10373:
10374: 2009-06-05 misha
10375:
10376: * src/main/pa_http.C: - bugfix: content-length was not calculated
10377: if $.body was specified
10378:
10379: 2009-06-04 misha
10380:
10381: * src/classes/op.C: - optimizing write_assign_lang in connect
10382:
10383: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10384:
10385: * src/main/execute.C: - little refactoring - optimizing
10386: write_assign_lang in taint/untaint
10387:
10388: * src/include/pa_opcode.h: - little refactoring
10389:
10390: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10391: main/compile_tools.h, main/execute.C: - optimizations for
10392: $self.field, ^self.method, $self.field[...] and $self.field(...)
10393: were added
10394:
10395: 2009-06-03 misha
10396:
10397: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10398:
10399: 2009-06-02 misha
10400:
10401: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10402: include/pa_opcode.h: - refactoring in last optimizations
10403: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10404: now but code is much easy and it is ready for further
10405: improvements.
10406:
10407: 2009-05-27 misha
10408:
10409: * src/: types/pa_junction.h, types/pa_vjunction.C,
10410: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10411: changed in destructing junctions
10412:
10413: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10414: String:Body
10415:
10416: 2009-05-26 misha
10417:
10418: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10419: one method detect_charset was deleted - bug was fixed in this
10420: method (error while detecting charset in content_type withot last
10421: ';')
10422:
10423: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10424: once
10425:
10426: 2009-05-25 misha
10427:
10428: * src/classes/file.C: - bugfix: file::exec didn't work after
10429: optimizing of helper_length
10430:
10431: 2009-05-24 misha
10432:
10433: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10434: were added - little refactoring
10435:
10436: * src/main/execute.C: - core while printing in debug log
10437: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10438: optimisations were added
10439:
10440: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10441: were added
10442:
10443: 2009-05-23 misha
10444:
10445: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10446: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10447: CORD_cat optimization
10448:
10449: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10450: - call constr optimisation under separate define now
10451:
10452: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10453: in $b should be string, not void
10454:
10455: * src/main/compile.y: - little fix for rem-cut optimisation
10456:
10457: * src/: include/pa_opcode.h, main/compile_tools.C,
10458: main/compile_tools.h, main/execute.C: - optimisations for
10459: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10460:
10461: * INSTALL: - description of some #defined were added
10462:
10463: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10464: before 1st access (memory usage is reduced if don't access to
10465: .text field)
10466:
10467: * src/include/pa_array.h: - array grows step now not static (it
10468: reduces numbers of reallocs)
10469:
10470: 2009-05-20 misha
10471:
10472: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10473: $.b(2), $c[d] and $.e[f] was added
10474:
10475: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10476: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10477: $.e[f] was added
10478:
10479: * src/main/execute.C: - debug printing moved in defines
10480:
10481: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10482: and little refactoring for OP_GET_OBJECT_ELEMENT +
10483: OP_GET_OBJECT_VAR_ELEMENT optimisation
10484:
10485: 2009-05-19 misha
10486:
10487: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10488: execute.C: - $a.$b & ^a.$b bytecode optimisation
10489:
10490: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10491: ^a.$b optimisation)
10492:
10493: * src/main/compile.y: - compiler now generate new opcodes:
10494: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10495: ^a.b - compiler now cut off ^rem{ with all content ; any number
10496: of params }
10497:
10498: * src/main/execute.C: - code for handle new opcodes
10499: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10500:
10501: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10502: added for LA2V and LA2S
10503:
10504: * src/include/pa_opcode.h: - new defines which can be used for
10505: disable some bytecode optimisation and new opcodes were added
10506:
10507: 2009-05-17 misha
10508:
10509: * src/lib/cord/cordxtra.c: - bugfix.
10510:
10511: * tests/212.html: - .size[] and .study_size[] were added to tests
10512:
1.211 moko 10513: * operators.ru.txt, operators.txt: - info about regex class was
10514: added
1.95 moko 10515:
10516: * tests/212.html: - tests for regex class were added
10517:
10518: 2009-05-16 misha
10519:
10520: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10521: gc7.1
10522:
10523: * tests/022.html: - test for ^file:list[path;] (empty second param)
10524: was added
10525:
10526: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10527: param) should work
10528:
10529: 2009-05-15 misha
10530:
10531: * src/classes/table.C: - automatically disable stringstream usage
10532: on freebsd4
10533:
10534: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10535: scope
10536:
10537: * tests/211.html: - test with different types of access to hash was
10538: added
10539:
10540: * tests/210.html: - test which checks for loosing tainting in
10541: hash's keys was added
10542:
10543: * tests/208.html: - some parser work added. or stime == 0 %-)
10544:
10545: * src/lib/cord/cordbscs.c: - little hack was added to cord
10546:
10547: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10548:
10549: * src/include/pa_version.h, configure.in: - moko have made a lot of
10550: optimisations for increacing version number more dramatically :)
10551:
10552: * src/classes/date.C: - little refactoring: use constructor which
10553: accepts formated string
10554:
10555: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10556: which can print formatted string was added
10557:
10558: 2009-05-14 misha
10559:
10560: * src/include/pa_string.h: - type was fixed
10561:
10562: * src/: classes/hashfile.C, classes/op.C,
10563: include/pa_cache_managers.h, include/pa_charset.h,
10564: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10565: include/pa_request.h, include/pa_sql_driver_manager.h,
10566: include/pa_string.h, include/pa_stylesheet_manager.h,
10567: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10568: main/pa_charsets.C, main/pa_string.C,
10569: main/pa_stylesheet_connection.C, types/pa_value.h,
10570: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10571: types/pa_vobject.C, types/pa_vstateless_class.C,
10572: types/pa_vstateless_class.h: - hash_code caching was implemented
10573: (seaches should be faster now)
10574:
10575: * src/: classes/file.C, classes/hash.C, classes/image.C,
10576: classes/string.C, classes/table.C, include/pa_string.h,
10577: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10578: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10579: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10580: types/pa_vrequest.C: - String constructors don't have that stupid
10581: true/false param which means 'tainted'. they accept lang instead.
10582:
10583: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10584: with OPTIMIZE_RESULT
10585:
10586: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10587: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10588:
10589: 2009-05-13 misha
10590:
10591: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10592: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10593: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10594: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10595: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10596: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10597: include/pa_string.h, classes/date.C, classes/file.C,
10598: classes/hash.C, classes/image.C, classes/string.C,
10599: classes/table.C, classes/xdoc.C: - result optimisation -
10600: helper_length parameter removed from string constructors
10601:
10602: 2009-05-11 misha
10603:
10604: * tests/209.html: - tests for ^hash::create[hash] were added
10605:
10606: * tests/208.html: - tests for $status:rusage, $status:memory,
10607: ^memory:compact[] were added
10608:
10609: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10610: log10 were added
10611:
10612: * tests/206.html: - test for try with finally was added
10613:
10614: 2009-05-10 misha
10615:
10616: * tests/205.html: - test for ^file::create[...] was added
10617:
10618: * tests/204.html: - test for ^response:clear[] was added
10619:
10620: * tests/038.html: - tests for trigonometric functions were added
10621:
10622: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10623: added - more tests for .add, .sub, .union, .intersects and
10624: .intersections
10625:
10626: * tests/065.html: - test for ^file:dirname was added
10627:
10628: * tests/030.html: - test for $cookie:fields was added
10629:
10630: * tests/203.html: - test for ^h._keys[column name] was added
10631:
10632: * tests/201.html: - tests for .trim were added
10633:
10634: * tests/202.html: - tests for last-day,
10635: date:calendar[type](YYYY;MM;DD) were added
10636:
10637: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10638: .offset[type](N) were added
10639:
10640: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10641: and .pos[c](N) were added
10642:
10643: * tests/141.html: - test for math:sha1 was added
10644:
10645: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10646:
10647: 2009-05-09 misha
10648:
10649: * src/main/compile.y: - rollback
10650:
10651: 2009-05-05 misha
10652:
10653: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10654: replaced by is_empty()
10655:
10656: * src/: include/pa_string.h, main/pa_charset.C: - little
10657: optimisation: somewhere length() was replaced by is_empty()
10658:
10659: * src/classes/table.C: - little optimisation: somewhere length()
10660: was replaced by is_empty()
10661:
10662: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10663: classes/op.C, classes/table.C, main/pa_exception.C: - little
10664: optimisation: somewhere length() was replaced by is_empty()
10665:
10666: 2009-05-04 misha
10667:
10668: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10669: types/pa_vstateless_class.h, main/execute.C,
10670: include/pa_request.h, classes/hash.C, classes/op.C,
10671: classes/table.C: - more optimisations were added: some operators
10672: don't switch write context anylonger
10673:
10674: 2009-05-01 misha
10675:
10676: * src/main/compile.y: - slightly more opcode optimisations for
10677: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10678:
10679: * src/main/execute.C: - simplifying process for getters
10680:
10681: 2009-04-30 misha
10682:
10683: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10684:
10685: * tests/results/199.processed: - test for checking $result into
10686: ^rem was added
10687:
10688: * tests/199.html: - test for checking $result into ^rem was added
10689:
10690: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10691: some OS it returns list in different order)
10692:
10693: * src/: include/pa_array.h, include/pa_request.h,
10694: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10695: changes in stack impl - get_element() optimisation: 3rd param
10696: removed - bugfix: problems with reading empty input param -
10697: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10698:
10699: * tests/results/198.processed: - test for reading empty local var
10700: was added
10701:
10702: * tests/198.html: - test for reading empty local var was added
10703:
10704: 2009-04-29 misha
10705:
10706: * src/main/compile.y: - bugfix: couldn't compile because
10707: OP_VALUE__GET_ELEMENT should be unde #ifdef
10708:
10709: * src/: include/pa_array.h, include/pa_opcode.h,
10710: include/pa_request.h, main/compile.y, main/execute.C,
10711: main/pa_request.C, types/pa_vmethod_frame.C,
10712: types/pa_vmethod_frame.h: - we can work without opcode
10713: OP_STORE_PARAM, so it was removed
10714:
10715: 2009-04-28 misha
10716:
10717: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10718: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10719: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10720: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10721: 4.
10722: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10723:
10724: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10725:
10726: * src/: main/pa_string.C, classes/string.C: - !length() =>
10727: is_empty()
10728:
10729: 2009-04-27 misha
10730:
10731: * src/types/pa_vregex.h: - back explicit vars initialisation
10732:
10733: 2009-04-24 misha
10734:
10735: * src/classes/string.C: - ups. typo fixed
10736:
10737: * src/main/execute.C: - more replacements '*new VBool' to
10738: 'VBool::get' - checks for ^break[], ^continue[] and
10739: parser.interrupted were optimised
10740:
10741: * src/classes/string.C: - number of params.count() calls was
10742: slightly reduced
10743:
10744: 2009-04-23 misha
10745:
10746: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10747: make it x64 friendly
10748:
10749: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10750: parser is x64 friendly now
10751:
10752: 2009-04-22 misha
10753:
10754: * src/types/pa_vhashfile.C: - coder friendly exception about
10755: exceeding record size was added
10756:
10757: * src/classes/file.C: - use vregex object instead of direct calls
10758: methods from pcre lib
10759:
10760: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10761: classes/string.C: - use vregex object instead of direct calls
10762: methods from pcre lib
10763:
10764: * src/: include/pa_common.h, main/pa_common.C: - method
10765: print_pcre_exec_error_text was moved to class vregex
10766:
10767: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10768: was added
10769:
10770: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10771: - class vregex was added
10772:
10773: 2009-04-21 misha
10774:
10775: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10776:
10777: * src/: types/pa_junction.h, types/pa_value.C,
10778: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10779: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10780: junction-optimisation (destructors)
10781:
10782: * src/include/pa_array.h: - free under if now
10783:
10784: 2009-04-19 misha
10785:
10786: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10787:
10788: 2009-04-18 misha
10789:
10790: * src/include/pa_version.h:
10791: :q :
10792:
10793: CV:
10794: ----------------------------------------------------------------------
10795:
10796: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10797: refactoring
10798:
10799: * src/: include/pa_array.h, include/pa_hash.h,
10800: types/pa_vmethod_frame.h: - destructors under #ifdef now
10801:
10802: * src/include/pa_memory.h: - define for using destructors was added
10803:
10804: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10805: main/execute.C: - some junctions will be cached now
10806:
10807: * src/include/pa_hash.h: - hash destructor frees pairs now
10808:
10809: * src/include/pa_array.h: - inline was added to destructor
10810:
10811: * src/types/pa_method.h: - comment was changed
10812:
10813: 2009-04-17 misha
10814:
10815: * src/: include/pa_array.h, include/pa_hash.h,
10816: types/pa_vmethod_frame.h: - destructors were added
10817:
10818: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10819: renamed to always_use_result
10820:
10821: * src/main/: compile.y, compile_tools.h: - rollback changes in
10822: compiler: full backward compatibility is better
10823:
10824: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10825: result in var's hash
10826:
10827: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10828: optimisation in method_frame
10829:
10830: * src/include/pa_array.h: - optimisation in array (allocate
10831: elements only when needed)
10832:
10833: * src/types/pa_vresponse.C: - check for $response:headers field
10834: before looking at custom fields
10835:
10836: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10837: not needed to check existance var with name 'result' in var's
10838: hash
10839:
10840: * src/main/compile.y: - compiler was changed: now it detects
10841: writings to $result and set flag writo_to_result in method
10842:
10843: * src/classes/string.C: - little optimisation: no needed to write
10844: number with lang
10845:
10846: * src/main/pa_charset.C: - methods readChar and skipChar which is
10847: used for read utf8-strings were renamed - is_escaped was renamed
10848: to isEscaped (to the same name convention)
10849:
10850: * src/: types/pa_method.h, main/compile_tools.h: - flag
10851: write_to_result added. compiler get this info from code.
10852:
10853: 2009-04-16 misha
10854:
10855: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10856: String only before 1st write
10857:
10858: * src/include/pa_string.h: - not needed template removed
10859:
10860: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10861: types/pa_vjunction.C, types/pa_vproperty.C,
10862: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10863: main/pa_request.C, classes/bool.C, classes/double.C,
10864: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10865: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10866: bool objects)
10867:
10868: 2009-04-15 misha
10869:
10870: * src/lib/cord/cordxtra.c: - more optimisation
10871:
10872: * src/: include/pa_string.h, main/untaint.C: - String::append
10873: optimisation
10874:
10875: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10876: then get and can sometime be used)
10877:
10878: * src/main/pa_string.C: - String::length optimisation
10879:
10880: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10881: these methods read different strings
10882:
10883: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10884: fresult_initial_void removed + some optimisation - if $result
10885: defined we don't write to context anymore
10886:
10887: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10888: need just skip char)
10889:
10890: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10891: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10892: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10893:
10894: * src/types/pa_vvoid.h: - added get() method for retreave one
10895: instance
10896:
10897: 2009-04-11 misha
10898:
10899: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10900:
10901: * tests/197.html: - test for parser://test in xml was added
10902:
10903: * src/classes/string.C: - small optimisation
10904:
10905: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10906: optimisation
10907:
10908: 2009-04-10 misha
10909:
10910: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10911: to pcre-7.8
10912:
10913: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10914:
10915: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10916: added
10917:
10918: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10919: $request:CLASS_NAME were added
10920:
10921: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10922: were added
10923:
10924: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10925: $env:CLASS_NAME were added
10926:
10927: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10928: '@todo' now
10929:
10930: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10931: compirer
10932:
10933: * src/main/pa_string.C: - little code cleanup
10934:
10935: * src/main/pa_common.C: - describe one more UTF-8 related error
10936: during PCRE compile/execute
10937:
10938: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10939: normalizing todo-comments: '@todo' now
10940:
10941: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10942:
10943: * src/main/pa_charset.C: - type changed for making compiler happy
10944:
10945: 2009-03-10 misha
10946:
10947: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10948: in main()
10949:
10950: 2009-02-01 misha
10951:
10952: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10953: boundary
10954:
10955: 2009-01-25 misha
10956:
10957: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10958:
10959: * src/classes/file.C: - more changes for parsing different number
10960: of params for file::load
10961:
10962: * tests/193.html: - tests for exception while base64-decode binary
10963: to string was added
10964:
10965: * tests/192.html: - tests for file::load with different number of
10966: options
10967:
10968: * src/classes/math.C: - ups. forgot '+1'
10969:
10970: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10971: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10972: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10973: (new option $.encode[multipart-form/data] should be specified) -
10974: $.method[] option for file::load now is not case-sensitive
10975:
10976: * src/: include/pa_string.h, main/untaint.C: - for file post the
10977: new taint language L_FILE_POST was added
10978:
10979: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10980: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10981: stuff was moved to separate files
10982:
10983: 2009-01-23 misha
10984:
10985: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10986: spaces to tabs were converted
10987:
10988: 2009-01-12 misha
10989:
10990: * src/main/pa_http.C: - value of $.method[] option force uppercased
10991: now
10992:
10993: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10994: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10995: their names
10996:
10997: * src/main/pa_common.C: - changes in formating
10998:
10999: * src/: classes/file.C, main/pa_http.C: - some constants changed
11000: their names
11001:
11002: * src/include/pa_http.h: - some spaces were converted to tabs
11003:
11004: * src/include/pa_common.h: - some constants changed their names
11005:
11006: * src/classes/file.C: - fixed 4-th paramether for file::load -
11007: little code rewriting
11008:
11009: * src/types/pa_vfile.C: - little code rewriting
11010:
11011: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
11012: types/pa_value.h: - some formating changes
11013:
11014: * src/include/pa_common.h: - some formating spaces transformed to
11015: tabs
11016:
11017: * src/classes/string.C: - exception while base64-decode binary to a
11018: string
11019:
11020: 2009-01-11 misha
11021:
11022: * configure.in: - version changed to 3.3.1b
11023:
11024: 2008-09-05 misha
11025:
11026: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
11027: release_3_3_0 on 2008-09-05 10:59:35 +0000
11028:
11029: 2008-09-04 misha
11030:
11031: * tests/: 130.html, 131.html: - these exceptions not typeless
11032: anymore
11033:
11034: * src/classes/op.C: - exception with 'invalid taint language' not
11035: typeless anylonger
11036:
11037: * src/classes/image.C: - some exceptions while operations with
11038: image not typeless anymore
11039:
11040: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
11041: main/pa_exec.C, main/pa_http.C: - some exceptions while
11042: operations with files not typeless anymore
11043:
11044: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
11045: types/pa_vdate.h: - exceptions while checking date range not
11046: typeless anymore
11047:
11048: * src/include/pa_exception.h: - exception type string for invalid
11049: date range was added
11050:
11051: 2008-09-03 misha
11052:
11053: * src/: classes/file.C, main/pa_string.C: - exception while pce
11054: operations not typeless anymore
11055:
11056: * src/include/pa_exception.h: - exception type for pce operations
11057: was added
11058:
11059: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
11060: and .CLASS_NAME insite classes
11061:
11062: * src/classes/table.C: - don't save table header whiile
11063: ^table.save[append;filename] if file exists
11064:
11065: 2008-09-02 misha
11066:
11067: * src/main/compile.y, src/main/compile_tools.h,
11068: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
11069: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
11070: renamed to partial and it login changed: we must mark class as
11071: partial for allow their modifications in future.
11072:
11073: 2008-08-29 misha
11074:
11075: * tests/results/022.processed: - testing taint[regex] in mask for
11076: file:list
11077:
11078: * tests/022.html: - testing taint[regex] in mask for file:list
11079:
11080: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
11081: for file:list was added
11082:
11083: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
11084: file:list
11085:
11086: 2008-08-26 misha
11087:
11088: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
11089: last derived object
11090:
11091: * src/classes/image.C: - many strings "image.format" replaced by
11092: IMAGE_FORMAT constant string - handle GPS info while parse exif -
11093: understand some more exif tags
11094:
11095: * src/include/pa_exception.h: - string "image.format" was added
11096:
11097: 2008-08-21 misha
11098:
11099: * src/: main/pa_string.C, classes/file.C: - use method for print
11100: pcre_exec text error
11101:
11102: * src/main/pa_common.C: - method for print pcre_exec text error was
11103: added
11104:
11105: * src/include/pa_common.h: - method declaration for print pcre_exec
11106: text error was added
11107:
11108: 2008-08-19 misha
11109:
11110: * src/main/execute.C: - bugfix: opcodes must be in separate
11111: namespace while debug execution as well
11112:
11113: * tests/: 015.html, results/015.processed: - test for escaping some
11114: parser chars was added
11115:
11116: 2008-08-18 misha
11117:
11118: * tests/: 190.html, 190.p, results/190.processed: - test for
11119: $caller.self.field + default getter in one class was added
11120:
11121: * tests/: 189.html, results/189.processed: - test for
11122: ^date::create[date object]
11123:
11124: * tests/: 188.html, results/188.processed: - tests for match with
11125: UTF-8 strings
11126:
11127: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
11128: ^string.match[]
11129:
11130: * ChangeLog: - parser 3.3.0 beta13
11131:
11132: 2008-08-15 misha
11133:
1.116 moko 11134: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
11135: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11136: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11137: dftables.c: - old PCRE files removed
1.95 moko 11138:
11139: * src/lib/pcre/config.h: - configuration for PCRE library
11140:
11141: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11142: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11143:
11144: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11145: library and set flag UTF8 if $request:charset is UTF-8
11146:
11147: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11148: include/pa_config_fixed.h: - moved to new PCRE library
11149:
11150: * src/: main/main.vcproj, types/types.vcproj,
11151: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11152: win32\pcre instead of parser3\src\lib\pcre
11153:
11154: * src/: include/pa_opcode.h, include/pa_operation.h,
11155: main/compile.C, main/compile.y, main/compile_tools.C,
11156: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11157: opcodes were moved to separate namespace
11158:
11159: 2008-08-14 misha
11160:
11161: * src/types/pa_vstateless_class.C: - newline at the end missed
11162:
11163: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11164: tainting
11165:
11166: 2008-08-11 misha
11167:
11168: * tests/: 187.html, 187.p, results/187.processed: - tests for
11169: $caller.self, $caller.self.field and $caller.self.field[value]
11170: were added
11171:
11172: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11173: runtime as well (for $caller.self)
11174:
11175: 2008-07-25 misha
11176:
11177: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11178: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11179: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11180: tests with international characters
11181:
11182: 2008-07-23 misha
11183:
11184: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11185: file::load[...;http://
11186:
11187: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11188: now everywhere in separate namespace
11189:
11190: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11191: for vars
11192:
11193: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11194: can be escaped by '^'
11195:
11196: 2008-07-22 misha
11197:
11198: * src/classes/string.C, tests/186.html: - names changes:
11199: escape=>js-escape, unescape=>js-unescape
11200:
11201: 2008-07-21 misha
11202:
11203: * tests/results/186.processed: - test for string escape/unescape
11204:
11205: * tests/186.html: - test for string escape/unescape
11206:
11207: * src/classes/string.C: - string has escape and unescape methods
11208: now
11209:
11210: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11211: added
11212:
11213: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11214: method-layers added (with different params)
11215:
11216: 2008-07-18 misha
11217:
11218: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11219: was added
11220:
11221: * tests/185.html: - test for ^str.pos[sub](offset) added
11222:
1.211 moko 11223: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11224: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11225: accepted now
1.95 moko 11226:
11227: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11228: strings
11229:
11230: 2008-07-17 misha
11231:
11232: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11233: helper length added for mid for small optimisation
11234:
11235: 2008-07-16 misha
11236:
11237: * tests/: 185.html, results/185.processed: - tests for
11238: length/left/right/mid/pos with utf-8 strings
11239:
11240: * src/classes/string.C: - left/right/mid/length/pos works fine for
11241: utf-8 strings
11242:
11243: * src/main/untaint.C: - comments removed
11244:
11245: * src/: include/pa_string.h, main/pa_string.C,
11246: include/pa_charset.h, main/pa_charset.C: - methods for working
11247: with pos/mid for strings in utf-8 were added
11248:
11249: 2008-07-15 misha
11250:
11251: * tests/: 184.html, results/184.processed: - test for case body as
11252: expression: $var(^switch(1){^case(1)(true)..})
11253:
11254: * src/classes/op.C: - case body can be expression now:
11255: $var(^switch(1){^case(1)(true)..})
11256:
11257: * tests/: results/183.processed, 183.html: - added test for testing
11258: new cookie encoding (%uXXXX)
11259:
11260: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11261: decoding for backward compatibility they decoded from %XX in
11262: request:charset too
11263:
11264: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11265: - cookie class now decode cookies before first access after last
11266: request:charset changing (as form class).
11267:
11268: * src/main/pa_charset.C: - added method escape for escaping cookies
11269: as %uXXXX - before transcode calculate required space for dest
11270: string. it reduce mem usage for transcode
11271:
11272: * src/include/pa_charset.h: - added method escape for escaping
11273: cookies as %uXXXX
11274:
11275: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11276: was added. will used for escaping cookies as %uXXXX
11277:
11278: * src/include/pa_common.h: - escape method has new option for skip
11279: converting '+' to a space char
11280:
11281: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11282: transcode - escape method has new option for skip converting '+'
11283: to a space char
11284:
11285: 2008-07-08 misha
11286:
11287: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11288: (no UE if more then 1 case matches anylonger) - optimization:
11289: doing searching.as_string() || searching.as_double() only once
11290:
11291: 2008-07-04 misha
11292:
11293: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11294: now ^date::create[date object] works
11295:
11296: * src/classes/string.C: - left and right added as aliases for start
11297: and end in ^string.trim[]
11298:
11299: 2008-07-03 misha
11300:
11301: * src/classes/file.C: - allow $.limit for file::sql as well
11302:
11303: * src/classes/file.C: - allow $.offset option for file::sql - force
11304: send limit=1 to query for use sql specifics authomatically
11305:
11306: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11307: if $.limit value if empty. autoconvert it as everywere
11308:
11309: 2008-07-02 misha
11310:
11311: * configure.in: - time to change version number to 3.3.0 %-)
11312:
11313: * src/include/pa_version.h: - time to change version number to
11314: 3.3.0 %-)
11315:
11316: 2008-06-26 misha
11317:
11318: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11319: $.limit(0) fixes
11320:
11321: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11322: - $.limit(0) fixes
11323:
11324: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11325: new API)
11326:
11327: * src/: include/pa_sql_driver_manager.h,
11328: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11329: classes/op.C: - document_root added
11330:
11331: * src/main/compile.tab.C: - error message was changed
11332:
11333: 2008-06-25 misha
11334:
11335: * src/main/compile.y: - error message was changed
11336:
11337: 2008-06-24 misha
11338:
11339: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11340:
11341: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11342: tests for @OPTIONS\nappend
11343:
11344: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11345:
11346: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11347:
11348: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11349:
11350: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11351: compile.y
11352:
11353: 2008-06-17 misha
11354:
11355: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11356: compilation: ^if(default){true. it's incorrect. must be
11357: exception}
11358:
11359: 2008-06-16 misha
11360:
11361: * tests/: 181.ent, 181.html, results/181.processed: - test for
11362: checking external reference loading with 'http://localhost'
11363: prefix while creating xdoc
11364:
11365: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11366: ^math:long2ip[] and ^math:ip2long[]
11367:
11368: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11369: added which use scalar stateless class method when user object
11370: used in scalar context - use get_scalar_value when user object
11371: requested in scalar context
11372:
11373: * src/main/pa_common.C: - size must be int but not size_t or we
11374: can't compare with 0 sprintf result
11375:
11376: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11377: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11378: with internal switch between local/global vars
11379:
11380: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11381: specified
11382:
11383: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11384: pa_vstateless_object.h: - stateless class and object now has
11385: private scalar field and getter/setter for working with it
11386:
11387: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11388: moved to inet static class
11389:
11390: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11391: class added (^inet:aton[IP], ^inet:ntoa(number))
11392:
11393: * tests/: 180.html, results/180.processed: - tests for
11394: ^math:long2ip(long) and ^math:ip2long[IP]
11395:
11396: * src/classes/math.C: - ^math:ip2long[IP] added
11397:
11398: 2008-06-11 misha
11399:
11400: * src/main/pa_xml_io.C: - use file_read_text again because of we
11401: need cut BOM code and remove DOS newline chars. but don't
11402: transcode it anyway.
11403:
11404: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11405: main/pa_http.C: - option for disable transcoding while file_read
11406: and file_read_text added
11407:
11408: 2008-06-10 misha
11409:
11410: * tests/: 179.html, 179.p, results/179.processed: - test for many
11411: classes in 1 file
11412:
11413: * src/main/: compile.C, compile_tools.h: - compile return list of
11414: classes now.
11415:
11416: * src/main/: compile.y, compile.tab.C: - compile return list of
11417: classes now. internals.
11418:
11419: * src/main/pa_request.C: - compile return list of classes now. try
11420: call @conf and @auto for each returned class
11421:
11422: * src/include/pa_request.h: - compile return list of classes now
11423:
11424: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11425: return list of classes when compile buf)
11426:
11427: 2008-06-07 misha
11428:
11429: * src/main/pa_request.C: - constructing VRequest object with 3rd
11430: param -- form
11431:
11432: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11433: 3rd param: form. needed for get post_charset
11434:
11435: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11436: added
11437:
11438: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11439: types/pa_vform.C, types/pa_vform.h: - some polish
11440:
11441: 2008-06-06 misha
11442:
11443: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11444: charset and decode chars from it but not from response:charset
11445:
11446: * src/main/pa_http.C: - detect_charset moved out of here
11447:
11448: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11449: methods moved here - unescape_chars accepn one charset now
11450:
11451: * src/main/pa_http.C: - new constants used - don't allow
11452: $.content-type in ^file::load[;http://;$.method[POST]] - add
11453: charset info while ^file::load[;http://;$.method[POST]] - option
11454: $.omit-post-charset(true) added to ^file::load[;http://] for
11455: disabling charset during post
11456:
11457: * src/types/pa_vform.C: - new constants used
11458:
11459: * src/include/pa_common.h: - some constants were added
11460:
11461: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11462: instead of StrEqNc
11463:
11464: * src/main/pa_common.C: - new method for caseless search
11465: c-substring in c-string - use isxdigit instead of is_hex_digit
11466:
11467: * src/include/pa_common.h: - new method for caseless search
11468: c-substring in c-string
11469:
11470: 2008-06-05 misha
11471:
11472: * tests/results/178.processed: - test for testing default getter
11473:
11474: * tests/178.html: - test for testing default getter
11475:
11476: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11477: for test for testing default getter
11478:
11479: * src/main/execute.C: - default getter soul
11480:
11481: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11482: requested objects' field not found
11483:
11484: * src/types/pa_vclass.C: - register default getter if defined - get
11485: default getter if requested field not found
11486:
11487: * src/types/pa_vstateless_object.h: - method get_default_getter was
11488: added
11489:
11490: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11491: pointer to default getter and methods for get/set it were added
11492:
11493: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11494: auto_name field (for default getter)
11495:
11496: 2008-06-04 misha
11497:
11498: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11499: transcoding, no cutting BOM code, no fixing line breaks) and get
11500: it to libxml "as is"
11501:
11502: 2008-06-03 misha
11503:
11504: * src/main/pa_common.C: - use store_Char instead of
11505: transcodeCharFromUTF8
11506:
11507: * src/: include/pa_charset.h, main/pa_charset.C: - method
11508: store_Char added, transcodeCharFromUTF8 -- removed
11509:
11510: 2008-06-02 misha
11511:
11512: * tests/: results/177.processed, 177.html: - test for checking
11513: .[acm]date after local ^file::load[] was added
11514:
11515: * tests/: results/176.processed, 176.html: - test for checking
11516: @OPTION\locals + @method[vars][locals] added
11517:
11518: * tests/results/auto.p: - CLASS_PATH specified for checking use
11519:
11520: 2008-05-30 misha
11521:
11522: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11523: @OPTION\nlocals + @method[vars][;locals;] were added
11524:
11525: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11526: moved to separate method op_code - switch from VMethodFrame to
11527: VMethodFrameGlobal + VMethodFrameLocal
11528:
11529: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11530: was moved to separate method op_code
11531:
11532: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11533: VMethodFrame now
11534:
11535: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11536: all_vars_local as well
11537:
11538: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11539: pa_vmethod_frame_local.h, Makefile.am: - who children for
11540: VMethodFrame were added: one (global) works as VMethodFrame
11541: before and second (local) write all vars in self vars scope
11542:
11543: * src/types/pa_method.h: - method has bool flag all_vars_local now
11544:
11545: 2008-05-29 misha
11546:
11547: * tests/: 129.html, results/129.processed: - more tests for
11548: ^table.hash[]
11549:
11550: * src/classes/hash.C: - ^hash::sql has a new option:
11551: $.type[hash|string|table] as ^table.hash[] one.
11552:
11553: * src/classes/op.C: - ^try has 3rd param now: finally code which
11554: executed anyway after try or catch section
11555:
11556: 2008-05-27 misha
11557:
11558: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11559: must not fail if $.distinct(1) wasn't specified
11560:
11561: 2008-05-26 misha
11562:
11563: * src/classes/op.C: - allow ^throw[my type]
11564:
11565: 2008-05-22 misha
11566:
11567: * configure.in, configure: - version number updated to 3.2.4b
11568:
11569: * src/classes/: op.C, string.C: - trim format string before
11570: eval/format
11571:
11572: * tests/: results/175.processed, 175.html: - more tests for
11573: different format strings in .format[]
11574:
11575: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11576: as well (not only %XX)
11577:
11578: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11579: charset specified - checks for format before print number
11580: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11581: (instead of tabs) removed
11582:
11583: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11584: charset specified
11585:
11586: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11587: char in requested charset from utf code was added
11588:
11589: 2008-05-19 misha
11590:
11591: * tests/: 174.html, results/174.processed: - test for
11592: ^hashfile.cleanup[] added
11593:
11594: * src/classes/hashfile.C: - optimization: don't create any key or
11595: value variable if it's name weren't specified
11596: (^hf.foreach[;v]{...})
11597:
11598: 2008-05-16 misha
11599:
11600: * src/classes/hash.C: - optimization: don't create any key variable
11601: if variable name wasn't specified (^h.foreach[;v]{...})
11602:
11603: 2008-05-15 misha
11604:
11605: * src/classes/op.C: - small changes
11606:
11607: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11608:
11609: * src/classes/hash.C: - calculate var_context once before foreach
11610:
11611: 2008-05-14 misha
11612:
11613: * src/classes/hashfile.C: - incorrect vars context calculation for
11614: ^hashfile.foreach[;]{} fixed
11615:
11616: * src/classes/: hash.C, table.C: - little optimisation
11617:
11618: * src/classes/file.C: - bugfix: double absolute path while loading
11619: file
11620:
11621: * tests/: 174.html, results/174.processed: - tests for hashfile
11622: were added
11623:
11624: * buildall-with-xml: - moving to libxslt 1.1.24
11625:
11626: 2008-04-30 misha
11627:
11628: * src/classes/file.C: - stat file while loading (local only) so
11629: .adate, .mdate and .cdate available without additional ::stat
11630:
11631: 2008-04-28 misha
11632:
11633: * src/classes/file.C: - $.name and $.content-type available for
11634: stated file
11635:
11636: 2008-04-14 misha
11637:
11638: * src/targets/cgi/parser3.C: - new year in copyright %-)
11639:
11640: * src/include/pa_version.h: - new version number in head
11641:
11642: 2008-04-10 misha
11643:
11644: * tests/: 080.html, results/080.processed: - cut '0' from
11645: exponential part because of on diff OS it differ (20 or 020 for
11646: ex)
11647:
11648: * tests/: 119.html, results/119.processed: - check for encoding
11649: while creating xdoc
11650:
11651: 2008-04-09 misha
11652:
11653: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11654:
11655: * src/main/pa_common.C: - comment added
11656:
11657: * src/classes/date.C: - little refactoring
11658:
11659: 2008-04-07 misha
11660:
11661: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11662: style of ^table.save[]: prepare one big string and sabe it at
11663: once. it's safe on freebsd 4.x but use much more memory.
11664:
11665: * buildall-with-xml, buildall-without-xml: - option
11666: --disable-stringstream added (under comment. use it on freebsd
11667: 4.x)
11668:
11669: 2008-02-22 misha
11670:
11671: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11672: specified together in file::load[;http] - get back transcoding
11673: $.body[] in file::load[;http]
11674:
11675: 2008-02-21 misha
11676:
11677: * src/classes/date.C: - ^date.gmt-string[] was added
11678:
11679: * src/types/pa_value.C: - method for output date in RFC 822 format
11680: moved to pa_common.h
11681:
11682: * src/include/pa_common.h: - method for output date in RFC 822
11683: format moved here from pa_value.C
11684:
11685: * src/types/pa_vmail.C: - fixed core in sending mail with
11686: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11687:
11688: 2008-02-20 misha
11689:
11690: * src/main/pa_http.C: - transcode $.headers before escaping into
11691: specified charset while ^file::load[...;http://...] (L_URI
11692: instead of L_HTTP_HEADER) - $.cookies param available in
11693: ^file::load[;http://...] now (but we don't parse set-cookies from
11694: response yet) (cookies not transcoded as common $cookies)
11695:
11696: 2008-02-19 misha
11697:
11698: * src/main/pa_request.C: - rollback: we mustn't force taint
11699: $response:field values because in this case
11700: $response:locateion[http://...] don't works.
11701:
11702: 2008-02-15 misha
11703:
11704: * src/classes/op.C: - little refactoring
11705:
11706: * src/main/pa_http.C: - taint names of $.headers for load[;http
11707:
11708: * src/main/pa_request.C: - force taint values of $response:field
11709:
11710: 2008-02-14 misha
11711:
11712: * src/main/pa_request.C: - $response:field transcoded to
11713: $response:charset before escaping now
11714:
11715: * src/main/pa_http.C: - some outdated comments removed
11716:
11717: * src/classes/date.C: - lastdat -> last-day
11718:
11719: * src/classes/date.C: - ^date:lastday(year;month) and
11720: ^date.lastday[] were added - little code refactoring - comments
11721: changes
11722:
11723: * tests/: 159.html, results/159.processed: - test for number of
11724: days in February
11725:
11726: * src/types/pa_value.C: - fixes in code formatting
11727:
11728: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11729: and comments
11730:
11731: 2008-02-13 misha
11732:
11733: * src/main/pa_common.C: - bugfix for february at leap year
11734:
11735: 2008-01-28 misha
11736:
11737: * tests/: 160.html, results/160.processed: - more test for cache
11738: added
11739:
11740: * src/classes/op.C: - bugfix: cache body executed twice if contains
11741: unhandled exception
11742:
11743: 2008-01-25 misha
11744:
11745: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11746: bug when hashfile became inavailable after memory:compact)
11747:
11748: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11749:
11750: 2008-01-22 misha
11751:
11752: * src/classes/table.C: - little refactiring and exception texts
11753: changes in method ^table.hash[]
11754:
11755: * src/types/pa_vcookie.C: - link to cookie specification changed
11756:
11757: 2008-01-21 misha
11758:
11759: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11760: file::exec/cgi
11761:
11762: * src/classes/file.C: - bugfix: core while processing headers if
11763: executed cgi script don't return content
11764:
11765: 2008-01-18 misha
11766:
11767: * buildall-with-xml: - move to libxml2 version 2.6.31
11768:
11769: * src/include/pa_version.h, configure.in: - version number updated
11770: to '3.2.3b'
11771:
11772: 2007-12-28 misha
11773:
11774: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11775: hash.contains
11776:
11777: 2007-12-27 misha
11778:
11779: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11780: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11781: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11782: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11783: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11784: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11785: src/targets/cgi/parser3.vcproj,
11786: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11787: back to VS2003 because of Apache 1.3 module can't work if it was
11788: built in VS 2005. with cgi all file so VS2003 project files can
11789: be easy converted to the new format.
11790:
11791: 2007-12-04 misha
11792:
11793: * src/types/pa_vcode_frame.h: - changes in comment
11794:
11795: 2007-11-29 misha
11796:
11797: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11798: intercept strings any longer
11799:
11800: * tests/: 173.html, results/173.processed: - tests for
11801: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11802: but not in main code frame
11803:
11804: * tests/: 172.html, results/172.processed: - more tests for pass
11805: objects from code frames
11806:
11807: 2007-11-27 misha
11808:
11809: * tests/: 152.html, results/152.processed: - tests for converting
11810: strings 'true'/'false' to bool were added
11811:
11812: * tests/152.html: - added checks for converting strings
11813: 'true'/'false' to bool
11814:
11815: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11816: not only strings with numbers but with values 'true'/'false' as
11817: well
11818:
11819: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11820: for parser3.log increased
11821:
11822: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11823:
11824: * src/include/pa_common.h: - remove_crlf return cstring size now
11825:
11826: * src/include/pa_types.h: - constant with buffer size for
11827: parser3.log added
11828:
11829: 2007-11-16 misha
11830:
11831: * tests/cat.sh: - script for tests for file::exec/cgi
11832:
11833: * tests/171.html: - tests for file::exec/cgi
11834:
11835: * tests/results/171.processed: - tests results for file::exec/cgi
11836:
11837: 2007-11-15 misha
11838:
11839: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11840:
11841: * src/classes/file.C: - .body must be set before analyzing cgi
11842: headers
11843:
11844: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11845: only if exec/cgi return anything.
11846:
11847: 2007-11-14 misha
11848:
1.211 moko 11849: * operators.ru.txt, operators.txt: - info about new text|binary
11850: option for file::exec/cgi was added
1.95 moko 11851:
11852: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11853: ^file:exec[[text|binary];script;...]
11854:
11855: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11856: classes/string.C, classes/table.C: - more text strings moved to
11857: the one place
11858:
11859: 2007-11-09 misha
11860:
11861: * src/types/pa_vrequest.C: - $request:argv must be taint
11862:
11863: * ChangeLog: - $request:argv [patch from Sumo]
11864:
1.211 moko 11865: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11866:
11867: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11868: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11869:
11870: 2007-10-25 misha
11871:
11872: * buildall-with-xml, buildall-without-xml: - options preparations
11873: for ./configure rewrited
11874:
11875: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11876: error occure in unhandled_exception finally fixed
11877:
11878: 2007-10-23 misha
11879:
11880: * tests/: 170.html, results/170.processed: - test for
11881: @method[][result]
11882:
1.211 moko 11883: * operators.ru.txt, operators.txt: - added info about node.prefix
11884: and node.namespaceURI
1.95 moko 11885:
11886: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11887:
11888: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11889: added for node and attribute
11890:
11891: 2007-10-22 misha
11892:
11893: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11894:
11895: * src/main/pa_request.C: - added const content-transfer-encoding
11896:
11897: * src/include/pa_request.h: - added const content-transfer-encoding
11898: - ups. constants must be in lowercase (for search)
11899:
11900: * src/types/pa_vmail.C: - more constants used -
11901: content-transfer-encoding: 8bit added
11902:
11903: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11904:
11905: * src/include/pa_request.h: - more constants
11906:
11907: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11908: ommit anymore if $.content-disposition was specified - little
11909: refactoring
11910:
11911: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11912:
11913: 2007-10-17 misha
11914:
1.211 moko 11915: * operators.ru.txt, operators.txt: - info about
1.95 moko 11916: table::create[nameless]{data}[>options<] was added
11917:
11918: * src/main/: compile.tab.C, compile.y: - if error occure while
11919: compile method don't put this method in methods table anymore.
11920: in other case the parser coredumped if @unhandled_exception
11921: method can't be compiled because of parser.compile error.
11922:
11923: * src/main/execute.C: - little code reformating
11924:
11925: * src/main/pa_request.C: - little code reformating - comment
11926: changed
11927:
11928: 2007-10-16 misha
11929:
11930: * tests/: 035.html, results/035.processed: - tests
11931: table::create[]{}[options] added
11932:
11933: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11934: options (only $.seperator[] yet)
11935:
11936: 2007-10-10 misha
11937:
11938: * src/classes/table.C: - some contstants moved to pa_common.h -
11939: some code changes
11940:
11941: 2007-10-02 misha
11942:
11943: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11944: then three time as much. but base64 encoding method still use
11945: less memory anyway.
11946:
11947: 2007-09-17 misha
11948:
1.211 moko 11949: * operators.ru.txt, operators.txt: - added info about
11950: $cookie:fields
1.95 moko 11951:
11952: * src/types/pa_vcookie.C: - $cookie:fields available now
11953:
11954: * src/classes/hash.C: - some stuff for use with .for_each moved to
11955: common
11956:
11957: * src/include/pa_common.h: - some stuff for use with .for_each
11958: moved here
11959:
11960: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11961:
11962: 2007-09-14 misha
11963:
11964: * buildall-with-xml: - new xml libs again =)
11965:
11966: 2007-08-28 misha
11967:
1.211 moko 11968: * operators.ru.txt, operators.txt: - texts about
11969: ^table.columns[[column name]] and ^string.split[...][v][column
11970: name] were added
1.95 moko 11971:
11972: * tests/: 168.html, 169.html, results/168.processed,
11973: results/169.processed: - tests for ^table.columns[[column name]]
11974: and ^string.split[...][v][column name] were added
11975:
11976: * src/classes/table.C: - new option ^table.columns[[column name]]
11977: was added
11978:
11979: * src/classes/string.C: - new option ^string.split[...;v;[column
11980: name]]
11981:
11982: * src/include/pa_exception.h: - error text message for
11983: ^hash._keys[], ^table.columns[] and ^string.split[]
11984:
11985: 2007-08-27 misha
11986:
11987: * src/main/untaint.C: - try to fix coredump on unix if print to
11988: body ^taint[sql][something] outside of connect
11989:
11990: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11991: outside of connect
11992:
11993: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11994: added (commented by default)
11995:
11996: 2007-08-20 misha
11997:
1.211 moko 11998: * operators.ru.txt, operators.txt: - comment about new method
11999: ^node.hasAttributes[] was added
1.95 moko 12000:
12001: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
12002: duplicated exception text strings were removed
12003:
12004: * src/include/pa_exception.h: - more exception text strings moved
12005: here
12006:
12007: * src/classes/table.C: - some duplicate exceptions' text strings
12008: removed
12009:
12010: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
12011: xdoc.C, xnode.C: - some duplicate exceptions' text strings
12012: removed
12013:
12014: * src/include/pa_exception.h: - some exception text strings movet
12015: to pa_exception
12016:
12017: * tests/: 149.html, results/149.processed: - test for
12018: ^xnode.hasAttributes[] was added - some code changes
12019:
12020: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
12021: added
12022:
12023: 2007-08-17 misha
12024:
12025: * tests/: results/006.processed, results/059.processed, 006.html,
12026: 059.html: - more tests for match
12027:
12028: * tests/: 129.html, results/129.processed: - tests for
12029: ^table.hash[...][$.type[string|hash|table]] added
12030:
12031: * src/targets/cgi/parser3.C: - little syntax changes
12032:
12033: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
12034: syntax changes
12035:
1.211 moko 12036: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
12037: annoying 'SIGPIPE' messages in parser3.log switched off by
12038: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 12039:
12040: 2007-08-08 misha
12041:
12042: * buildall-with-xml, buildall-without-xml: - remove libs source
12043: files by default since now
12044:
12045: 2007-08-07 misha
12046:
12047: * buildall-without-xml: - some option syntax changes
12048:
12049: * buildall-with-xml: - compile libxml2 without http support - some
12050: option syntax changes
12051:
12052: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
12053:
12054: 2007-08-06 misha
12055:
12056: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
12057:
12058: * tests/: 160.html, results/160.processed: - cache test was
12059: rewrited
12060:
12061: 2007-07-06 misha
12062:
12063: * tests/: 153.html, results/153.processed: - added test for
12064: ^math:sha1[string]
12065:
12066: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
12067: transcoded
12068:
12069: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
12070: were added
12071:
12072: 2007-06-28 misha
12073:
12074: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
12075: some incorrect chars
12076:
12077: 2007-06-19 misha
12078:
12079: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
12080: were moved on top because of gcc 4 had a problems during
12081: building.
12082:
12083: 2007-06-18 misha
12084:
12085: * tests/results/019.processed: - new image commited
12086:
12087: 2007-06-09 misha
12088:
12089: * src/classes/: op.C, table.C: - in while and table.select method
12090: as_expression used now
12091:
12092: * src/types/pa_vmethod_frame.h: - method as_expression was added
12093:
12094: 2007-06-08 misha
12095:
12096: * tests/: 166.html, results/166.processed: - test for
12097: ^match[...][n]
12098:
12099: * tests/: 165.html, results/165.processed: - tests for loops
12100:
12101: * src/lib/cord/include/private/cord_pos.h: - back to origin value
12102: because of no speed/memory optimisation but some proglems with
12103: long cycles occure
12104:
12105: 2007-06-06 misha
12106:
12107: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
12108: ^table.select(true) and ^table.select(1) didn't works because of
12109: awaiting junction-param only. fixed.
12110:
12111: 2007-05-24 misha
12112:
12113: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
12114: with 0.5 secs interval
12115:
12116: * src/classes/op.C: - cache was rewrited. I hope it works with
12117: locking system now on unix
12118:
12119: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
12120: system locks which wait till other threads release it but try get
12121: lock, if fail wait 1 sec and make 10 attempts.
12122:
12123: * src/include/pa_os.h: - consts for blocking locks + some comments
12124: were added
12125:
12126: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
12127: opening files
12128:
12129: * src/classes/table.C: - changes in includes. if unclude <sstream>
12130: after our classes on unix it can't be build
12131:
12132: * src/types/pa_vhashfile.C: - not needed code removed
12133:
12134: 2007-05-23 misha
12135:
12136: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12137: include/pa_common.h: - cosmetic changes
12138:
12139: 2007-05-18 misha
12140:
12141: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12142: often. it's give some speed increasing
12143:
12144: * tests/results/160.processed: - returned time corrected
12145:
12146: * tests/160.html: - time increased because on unix 1 mean nothing
12147: :(
12148:
1.211 moko 12149: * operators.ru.txt, operators.txt: - added info about
12150: ^hash.contain[key]
1.95 moko 12151:
12152: * src/classes/hash.C: - added ^hash.contain[key]
12153:
12154: * src/include/pa_hash.h: - added method for checking key exists in
12155: hash
12156:
12157: 2007-05-07 misha
12158:
12159: * src/include/pa_string.h: - was compilation error during build on
12160: freebsd4
12161:
12162: 2007-05-03 misha
12163:
12164: * src/classes/table.C: - option $.type[hash|string|table] was added
12165: for ^table.hash[]
12166:
12167: * src/classes/file.C: - comment removed
12168:
12169: 2007-04-26 misha
12170:
12171: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12172: real files doesn't opened in place anymore
12173:
12174: 2007-04-24 misha
12175:
12176: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12177:
12178: * src/include/pa_exception.h: "static" removed
12179:
12180: 2007-04-23 misha
12181:
12182: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12183:
12184: * src/classes/math.C: added: - ^math:ln(N) (the same as
12185: ^math:log(N)) - ^math:lg(N)
12186:
12187: * tests/: 097.html, results/097.processed: - charsets converstion
12188: during ^file::load[text;http://...] added
12189:
12190: * tests/: 164.html, results/164.processed: - check for set expires
12191: as a date
12192:
12193: * tests/: 164.html, results/164.processed: - test for hashfile
12194:
12195: * src/classes/hashfile.C: - little comment changes
12196:
12197: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12198: access
12199:
12200: * src/: classes/date.C, classes/double.C, classes/file.C,
12201: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12202: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12203: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12204: classes/xnode.h, include/pa_request.h, main/execute.C,
12205: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12206: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12207: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12208: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12209: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12210: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12211: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12212: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12213: "parser.runtime" strings were removed
12214:
12215: * src/classes/hashfile.C: - with .clear[] called files_delete()
12216: now.
12217:
12218: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12219:
12220: * src/include/pa_exception.h: - string constant with
12221: "parser.runtime" text was added
12222:
12223: 2007-04-20 misha
12224:
1.211 moko 12225: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12226:
1.211 moko 12227: * operators.ru.txt, operators.txt: - added info about
12228: .^hashfile.release[], ^hashfile.clenaup[] and new
12229: ^string.match[][>N-option<]
1.95 moko 12230:
12231: * configure: =cheching for unsetenv
12232:
12233: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12234: ^hashfile.release[] were added
12235:
12236: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12237: ^string.match[][] understand new option now: return number of
12238: matches but not table wit results
12239:
12240: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12241: reopen now
12242:
12243: * src/classes/op.C: - bug. must be false
12244:
12245: * configure.in: - checking for unsetenv was added
12246:
12247: * src/types/pa_vform.C: - some comments
12248:
12249: 2007-04-18 misha
12250:
12251: * buildall-with-xml: moving to libxml2-2.6.28
12252:
12253: * buildall-with-xml, buildall-without-xml: added commented lines
12254: with --disable-safe-mode option
12255:
1.211 moko 12256: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12257:
12258: 2007-04-17 misha
12259:
12260: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12261: $form:files was added
12262:
12263: * tests/: 163.html, results/163.processed: removing auto format
12264:
12265: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12266:
12267: 2007-04-16 misha
12268:
12269: * tests/: 163.html, results/163.processed: - test for .int[],
12270: floor, round, ceiling and .format[]
12271:
12272: * src/classes/file.C: - little optimization for getting args in
12273: exec/cgi
12274:
12275: 2007-04-13 misha
12276:
12277: * src/classes/file.C: - arguments for file::exec/cgi can be
12278: specified now as s table with one column
12279:
12280: 2007-03-27 misha
12281:
12282: * tests/: 162.html, results/162.processed: - test for
12283: ^table.select(^condition[$t])
12284:
12285: * tests/results/auto.p: - load windows-1251 charset for some tests
12286:
12287: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12288:
12289: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12290: 161_windows1251.txt: - added test for
12291: ^file::load[text;/local/file.txt;$.charset[...]]
12292:
12293: * tests/: results/013.processed, 013.html: - added test for
12294: checking $._default value while hash modifications
12295:
12296: * tests/: 160.html, results/160.processed: - add test for
12297: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12298:
12299: 2007-03-22 misha
12300:
12301: * src/include/pa_common.h: - "charset" string defined for
12302: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12303:
12304: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12305: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12306: added - not needed transcodes were removed from
12307: ^file::load[...;http://...]
12308:
12309: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12310: added
12311:
12312: * src/classes/date.C: - date.week was fixed
12313:
1.211 moko 12314: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12315:
12316: * tests/: 159.html, results/159.processed: - tests for date.week
12317: and date.weekyear added
12318:
12319: 2007-03-15 misha
12320:
12321: * src/classes/table.C: - enclose column numbers for nameless tables
12322: as well
12323:
12324: 2007-03-14 misha
12325:
12326: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12327:
12328: * src/classes/table.C: - table.save optimization: now required much
12329: less memory
12330:
12331: 2007-03-13 misha
12332:
12333: * tests/results/: 158.processed, 158.processes: - tests for
12334: table.save/table.load
12335:
12336: * tests/: 158.html, results/158.processes: - tests for
12337: table.save/table.load
12338:
12339: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12340:
12341: * buildall-with-xml: - pattern needed now for building
12342:
12343: * tests/results/097.processed: - added test results for xdoc::load
12344: & xdoc::load[http://...]
12345:
12346: * tests/097.html: - added test for xdoc::load
12347:
12348: 2007-03-12 misha
12349:
12350: * tests/: 107.html, results/107.processed: - added test for xpath
12351: '//man'
12352:
12353: 2007-03-01 misha
12354:
12355: * tests/: 097.html, results/097.processed: - added test for
12356: creating xdoc from file
12357:
12358: * tests/: results/157.processed, 157.html: - added test for
12359: file:move
12360:
12361: 2007-02-28 misha
12362:
12363: * src/classes/xdoc.C: - another attempt
12364:
12365: * src/classes/xdoc.C: - roll back last changes for a while
12366:
1.211 moko 12367: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12368: ^xdoc::create[$file] added.
1.95 moko 12369:
12370: * src/classes/file.C: - under lock we create non-exist dir anyway
12371:
12372: * tests/results/099.processed: - ever send content-disposition to
12373: client with file
12374:
12375: * tests/157.html: + test for file:copy
12376:
12377: 2007-02-26 misha
12378:
12379: * src/classes/file.C: - some similar strings moved to #define
12380: instead of to be copy/pasted many times
12381:
12382: * src/types/pa_vfile.h: - class name string ("file") moved to
12383: #define
12384:
12385: 2007-02-20 misha
12386:
12387: * configure.in: - added some strings for sqlite detection
12388:
12389: 2007-02-19 misha
12390:
1.211 moko 12391: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12392:
12393: * buildall-with-xml, buildall-without-xml: - some modifications
12394:
12395: 2007-02-17 misha
12396:
12397: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12398:
12399: * src/main/pa_request.C: - damn, i forgot to commit it while I
12400: change console behaviour
12401:
12402: 2007-02-12 misha
12403:
12404: * src/targets/cgi/parser3.C: - don't print headers if
12405: $console:line[data] was used during cgi execution.
12406:
12407: * src/types/pa_vconsole.h: - console class have bool flag now which
12408: marked as 'true' if class was used.
12409:
12410: * tests/: 152.html, results/152.processed: - more types was added
12411: to test 152
12412:
12413: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12414: adding 'bool' (^if($image){} caused exception)
12415:
12416: 2007-02-09 misha
12417:
12418: * tests/: 152.html, results/152.processed: - test alightly updated
12419:
12420: * tests/: 152.html, results/152.processed: - test rewrited
12421:
12422: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12423: bugfix. I broke xdoc & xnode in expression
12424:
12425: 2007-02-08 misha
12426:
12427: * tests/: 152.html, results/152.processed: - add test for checking
12428: 'def' for void, string, bool, int & double
12429:
12430: 2007-02-07 misha
12431:
1.211 moko 12432: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12433: added
1.95 moko 12434:
12435: * tests/results/153.processed: - result test for
12436: ^file:base64[filespec] was updated
12437:
12438: * tests/153.html: - test for ^file:base64[filespec] was added
12439:
12440: * src/types/pa_vconsole.h: - little optimization
12441:
12442: * src/classes/file.C: - ^file:base64[filespec]
12443:
12444: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12445:
12446: * src/include/pa_common.h: - declarations for
12447: ^file:base64[filespec]
12448:
12449: * src/types/pa_vcookie.C: - little optimization
12450:
12451: 2007-02-06 misha
12452:
12453: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12454: were temporary commented
12455:
12456: * src/types/pa_vbool.h: - bugfix
12457:
12458: * tests/156.html: - added test for bool cookie
12459:
12460: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12461:
12462: * tests/: 155.html, results/155.processed: - added test for check
12463: $.encloser[] option for table save/load
12464:
12465: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12466:
12467: 2007-02-05 misha
12468:
12469: * tests/results/152.processed: - newline at the end was missed
12470:
12471: * tests/results/141.processed: - math:md5 must be lowercased
12472:
12473: * src/targets/cgi/parser3.C: - 2007 in help ;)
12474:
12475: 2007-02-03 misha
12476:
12477: * tests/results/: 150.processed, 151.processed, 152.processed: -
12478: test for bool added and some content length fixes
12479:
12480: * tests/152.html: - test for bool added
12481:
12482: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12483:
1.211 moko 12484: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12485:
1.116 moko 12486: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12487: classes/classes.vcproj, classes/double.C, classes/int.C,
12488: classes/string.C, classes/void.C, classes/xnode.C,
12489: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12490: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12491: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12492: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12493: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12494: types/types.vcproj: - bool class was added
12495:
12496: * src/main/pa_request.C: - fix
12497:
12498: 2007-01-18 misha
12499:
12500: * src/: main/pa_string.C, classes/string.C: - return table during
12501: ^string.match[][] even if no matched found.
12502:
12503: 2006-12-20 misha
12504:
12505: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12506: http://www.parser.ru/forum/?id=55598 ]
12507:
12508: 2006-12-19 misha
12509:
12510: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12511: details: http://www.parser.ru/forum/?id=52359
12512:
12513: * src/main/pa_request.C: - always set content-disposition for
12514: $response:body[hash here]. more details:
12515: http://www.parser.ru/forum/?id=52130
12516:
12517: 2006-12-07 misha
12518:
1.211 moko 12519: * operators.ru.txt, operators.txt: - added info about bool params
12520: in cookie set
1.95 moko 12521:
12522: * src/types/pa_vcookie.C: - bool param in cookies available now
12523: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12524: ]
12525:
12526: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12527: was added
12528:
12529: 2006-12-02 misha
12530:
12531: * src/classes/file.C: - file_block_read used instead of native read
12532:
12533: * src/main/pa_common.C: - added file_block_read with read error
12534: detection - file_block_read used instead of native read
12535:
12536: * src/include/pa_common.h: - added file_block_read declaration
12537:
12538: 2006-12-01 misha
12539:
1.211 moko 12540: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12541: added
1.95 moko 12542:
12543: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12544: $var.CLASS_NAME added
12545:
1.211 moko 12546: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12547:
12548: * src/classes/file.C: - ^file:copy[from;fo] was added
12549:
12550: 2006-11-20 misha
12551:
12552: * src/classes/date.C: - bug fix :)
12553:
12554: 2006-11-17 misha
12555:
12556: * src/include/pa_common.h: - array in crc32 calculation was changed
12557: to static
12558:
12559: * src/main/pa_common.C: - little optimization in getMonthDays -
12560: small changes in crc32 calculation
12561:
12562: * src/classes/date.C: - not needed code was removed
12563:
12564: 2006-11-16 misha
12565:
12566: * src/types/pa_vmail.C: - fix missed brakes
12567:
12568: * src/types/pa_vmail.C: - mail:send now set content-type:
12569: multipart/related instead of multipart/mixed if file have
12570: $.content-id[]
12571:
12572: 2006-11-15 misha
12573:
12574: * src/types/pa_vdouble.h: abs -> fabs
12575:
12576: 2006-11-14 misha
12577:
1.211 moko 12578: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12579: and ^file:md5[file-name]
1.95 moko 12580:
12581: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12582: added
12583:
12584: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12585: FILE_BUFFER_SIZE
12586:
12587: * src/classes/math.C: - hex_string was moved to pa_common.h
12588:
12589: * src/include/pa_common.h: - hex_string was moved from math.C -
12590: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12591:
12592: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12593: values was fixed
12594:
12595: 2006-11-13 misha
12596:
1.211 moko 12597: * operators.ru.txt, operators.txt: - added info about
12598: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12599:
12600: * src/classes/math.C: - added ^math:crc32[string]
12601:
12602: * src/classes/file.C: - some comments were changed - added
12603: ^file:crc32[file-name] and ^file.crc32[]
12604:
12605: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12606: crc32 calculation added
12607:
12608: 2006-11-03 misha
12609:
12610: * src/include/pa_array.h: - not needed variable removed
12611:
12612: * tests/: 150.html, 151.html, results/150.processed,
12613: results/151.processed: - 2 tests were added
12614:
12615: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12616: with $.reverse(1) were fixed
12617:
12618: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12619: query converted to $.charset during ^file::load[http://...]
12620:
12621: 2006-11-02 misha
12622:
12623: * src/include/pa_table.h: ups. forget '=' char
12624:
12625: * src/include/pa_table.h: - one more fix in
12626: .locate[...][$.reverse(1)]
12627:
12628: 2006-11-01 misha
12629:
12630: * src/classes/math.C: - bug fix, details:
12631: http://www.parser.ru/forum/?id=53360
12632:
12633: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12634: false for all records )[$.reverse(1)]
12635:
12636: * src/main/pa_http.C: - second param for this mid method is length
12637: but not end_index so this method has error and can't detect
12638: charsets in next content-types: Content-type: text/html;
12639: charset="windows-1251" Content-type: text/html;
12640: charset="windows-1251"; Content-type: text/html;
12641: charset=windows-1251;
12642:
12643: only Content-type: text/html; charset=windows-1251 was fine
12644:
12645: 2006-10-31 misha
12646:
12647: * src/classes/file.C: - empty args in file::exec removed now
12648:
12649: 2006-09-03 paf
12650:
12651: * src/classes/file.C: proper tainting of
12652: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12653:
12654: 2006-06-09 paf
12655:
12656: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12657:
12658: * src/classes/table.C: formatting
12659:
12660: * src/classes/table.C: incorporated patch from misha: Sent:
12661: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12662: ignoring string options for ^table.save[]
12663:
12664: * src/classes/hash.C: incorporated patch from misha Sent:
12665: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12666: $hash._default disappear while
12667:
1.211 moko 12668: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12669: $.value[file] $.format[!uue|!base64] << new base64 option.
12670: default uue ] ]
1.95 moko 12671:
12672: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12673: PM Subject: patch for base64 in ^mail:send[] %-)
12674:
12675: 2006-04-09 paf
12676:
12677: * src/main/compile.tab.C: ` change compiled
12678:
1.211 moko 12679: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12680: src/classes/classes.vcproj, src/classes/file.C,
12681: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12682: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12683: src/classes/xnode.C, src/include/pa_array.h,
12684: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12685: src/include/pa_memory.h, src/include/pa_request.h,
12686: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12687: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12688: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12689: src/lib/pcre/pcre_dftables.vcproj,
12690: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12691: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12692: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12693: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12694: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12695: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12696: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12697: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12698: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12699: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12700: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12701: src/types/pa_value.h, src/types/pa_vcookie.C,
12702: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12703: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12704: src/types/pa_vstatus.C, src/types/types.vcproj,
12705: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12706: ^menu, ^hash/hashfile.foreach
12707:
12708: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12709: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12710: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12711: src/classes/xnode.C, src/include/pa_array.h,
12712: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12713: src/include/pa_memory.h, src/include/pa_request.h,
12714: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12715: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12716: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12717: src/lib/pcre/pcre_dftables.vcproj,
12718: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12719: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12720: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12721: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12722: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12723: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12724: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12725: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12726: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12727: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12728: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12729: src/types/pa_value.h, src/types/pa_vcookie.C,
12730: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12731: src/types/pa_vstatus.C, src/types/types.vcproj,
12732: tests/descript.ion: ! switched to VS2005 (projects and
12733: object<info explicitly typed>.for_each(, info)) +
12734: $response:field[] setting void means removing + grammar $name`
12735: name stops now, for mysql `$field` + started ^break[]
12736: ^continue[], in ^for. TODO: to other iterators (while, menu,
12737: foreach) + all log messages += [uri=, method=, cl=]
12738:
12739: * buildall-with-xml: merged . ftp paths update
12740:
12741: * buildall-with-xml: . ftp paths update
12742:
12743: 2006-03-04 paf
12744:
12745: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12746: checks++ [thanks to Igor Zinkovsky for detailed report]
12747:
12748: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12749: Igor Zinkovsky for detailed report]
12750:
12751: 2006-03-01 paf
12752:
12753: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12754: \n to ' ' in
12755:
12756: 2006-02-18 paf
12757:
12758: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12759: \n to ' ' in
12760:
12761: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12762:
12763: 2006-02-03 paf
12764:
12765: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12766: base64
12767:
12768: * src/main/pa_common.C: ! bugfix: decoding from base64
12769:
12770: 2006-01-20 paf
12771:
12772: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12773: economy fix
12774:
12775: * src/classes/: table.C: merged from HEAD ! bugfix
12776: ^table.save[$.encloser-s now handled properly
12777:
12778: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12779: handled properly
12780:
12781: 2006-01-19 paf
12782:
12783: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12784: libgc:USE_MUNMAP activates merging of free memory blocks which
12785: helps a lot in our case: after transform we want
12786: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12787:
12788: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12789: economy fix
12790:
12791: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12792: activates merging of free memory blocks which helps a lot in our
12793: case: after transform we want CORD(main.result)->cstr[big
12794: malloc]->transcode[big malloc]
12795:
12796: 2006-01-17 paf
12797:
12798: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12799: before reading them. got rid of reallocs = became quicker and
12800: less fragmentated
12801:
12802: 2005-12-29 paf
12803:
1.116 moko 12804: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12805: configure, configure.in, src/include/pa_version.h,
12806: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12807: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12808: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12809: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12810: src/lib/ltdl/missing: . merged from 3.2.1
12811:
1.116 moko 12812: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12813: packaged when 'make dist', so do configure companion files in
12814: src/lib/ltdl
12815:
12816: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12817: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12818: missing: . now config_auto.h is created with configure [were
12819: constant]
1.95 moko 12820:
12821: * INSTALL: . references to documentation and some clarification
12822:
12823: * buildall-with-xml, buildall-without-xml: . farawell doc
12824: indication
12825:
1.116 moko 12826: * Makefile.am: . dist+=buildall*
1.95 moko 12827:
12828: 2005-12-28 paf
12829:
12830: * configure: . 3.2.1
12831:
12832: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12833: simplify build process, see INSTALL
12834:
12835: 2005-12-26 paf
12836:
12837: * configure: ver
12838:
12839: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12840: version
12841:
12842: 2005-12-21 paf
12843:
12844: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12845: compiled with bison 1.875b, it reports unexpected token names
12846:
12847: 2005-12-19 paf
12848:
12849: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12850: holds a link to xmlNode to prevent premature gc(xmlNode)
12851:
12852: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12853: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12854: src/main/main.vcproj, src/main/pa_globals.C,
12855: src/targets/cgi/parser3.vcproj,
12856: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12857: configure, configure.in, src/include/pa_version.h: . killing
12858: gdome [what a relief]
12859:
12860: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12861: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12862: run_parser.sh, 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/020.processed,
12871: results/021.processed, results/022.processed,
12872: results/023.processed, results/024.processed,
12873: results/025.processed, results/026.processed,
12874: results/027.processed, results/028.processed,
12875: results/029.processed, results/030.processed,
12876: results/031.processed, results/032.processed,
12877: results/033.processed, results/034.processed,
12878: results/035.processed, results/036.processed,
12879: results/037.processed, results/038.processed,
12880: results/039.processed, results/040.processed,
12881: results/041.processed, results/042.processed,
12882: results/043.processed, results/044.processed,
12883: results/045.processed, results/046.processed,
12884: results/047.processed, results/048.processed,
12885: results/049.processed, results/050.processed,
12886: results/051.processed, results/052.processed,
12887: results/053.processed, results/054.processed,
12888: results/055.processed, results/056.processed,
12889: results/057.processed, results/058.processed,
12890: results/059.processed, results/060.processed,
12891: results/061.processed, results/062.processed,
12892: results/063.processed, results/064.processed,
12893: results/065.processed, results/066.processed,
12894: results/067.processed, results/068.processed,
12895: results/069.processed, results/070.processed,
12896: results/071.processed, results/072.processed,
12897: results/073.processed, results/074.processed,
12898: results/075.processed, results/076.processed,
12899: results/077.processed, results/078.processed,
12900: results/079.processed, results/080.processed,
12901: results/081.processed, results/082.processed,
12902: results/083.processed, results/084.processed,
12903: results/085.processed, results/086.processed,
12904: results/087.processed, results/088.processed,
12905: results/089.processed, results/090.processed,
12906: results/091.processed, results/092.processed,
12907: results/093.processed, results/094.processed,
12908: results/095.processed, results/096.processed,
12909: results/097.processed, results/099.processed,
12910: results/100.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/117.processed,
12918: results/119.processed, results/120.processed,
12919: results/121.processed, results/122.processed,
12920: results/123.processed, results/124.processed,
12921: results/125.processed, results/126.processed,
12922: results/127.processed, results/128.processed,
12923: results/129.processed, results/130.processed,
12924: results/131.processed, results/132.processed,
12925: results/133.processed, results/134.processed,
12926: results/135.processed, results/136.processed,
12927: results/138.processed, results/139.processed,
12928: results/140.processed, results/141.processed,
12929: results/142.processed, results/143.processed,
12930: results/144.processed, results/145.processed,
12931: results/146.processed, results/147.processed,
12932: results/148.processed, results/149.processed, results/auto.p: .
12933: now works if we turn off default auto.p
12934:
1.116 moko 12935: * configure: . makes
1.95 moko 12936:
12937: * src/types/pa_vxnode.C: . less warnings
12938:
12939: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12940: tests/145.html, tests/149.html, tests/descript.ion,
12941: tests/outputs/d.cmd, tests/results/142.processed,
12942: tests/results/143.processed, tests/results/144.processed,
12943: tests/results/145.processed, tests/results/146.processed,
12944: tests/results/147.processed, tests/results/148.processed,
12945: tests/results/149.processed: . removed .nodeValue from all node
12946: types other than 5 (grabbed piece from gdome)
12947:
12948: * tests/: 137.html, results/137.processed: . not handled this case
12949: yet. code does not hang from inserting parent into child,
12950: considering thing minor issue -- nodes are removed from source
12951: anyway, don't know why shold that be an error after all
12952:
12953: * src/targets/cgi/parser3.C: . style
12954:
12955: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12956: xdoc too [were barking "not element"]
12957:
12958: 2005-12-16 paf
12959:
12960: * tests/: 146.html, 147.html, 148.html: . more tests
12961:
12962: * src/classes/xnode.C: . also bark on possible errors
12963:
12964: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12965: props
12966:
12967: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12968: main/compile.y: merged from HEAD ! fixed overoptimized
12969: ^call(false) case. (confused it with ^call[] case)
12970:
12971: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12972: ^call(false) case. (confused it with ^call[] case)
12973:
12974: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12975:
12976: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12977: results/001.processed, results/002.processed,
12978: results/003.processed, results/004.processed,
12979: results/005.processed, results/006.processed,
12980: results/008.processed, results/009.processed,
12981: results/010.processed, results/011.processed,
12982: results/012.processed, results/013.processed,
12983: results/014.processed, results/015.processed,
12984: results/016.processed, results/017.processed,
12985: results/018.processed, results/019.processed,
12986: results/020.processed, results/021.processed,
12987: results/022.processed, results/023.processed,
12988: results/024.processed, results/025.processed,
12989: results/026.processed, results/027.processed,
12990: results/028.processed, results/029.processed,
12991: results/030.processed, results/031.processed,
12992: results/032.processed, results/033.processed,
12993: results/034.processed, results/035.processed,
12994: results/036.processed, results/037.processed,
12995: results/038.processed, results/039.processed,
12996: results/040.processed, results/041.processed,
12997: results/042.processed, results/043.processed,
12998: results/044.processed, results/045.processed,
12999: results/046.processed, results/047.processed,
13000: results/048.processed, results/049.processed,
13001: results/050.processed, results/051.processed,
13002: results/052.processed, results/053.processed,
13003: results/054.processed, results/055.processed,
13004: results/056.processed, results/057.processed,
13005: results/058.processed, results/059.processed,
13006: results/060.processed, results/061.processed,
13007: results/062.processed, results/063.processed,
13008: results/064.processed, results/065.processed,
13009: results/066.processed, results/067.processed,
13010: results/068.processed, results/069.processed,
13011: results/070.processed, results/071.processed,
13012: results/072.processed, results/073.processed,
13013: results/074.processed, results/075.processed,
13014: results/076.processed, results/077.processed,
13015: results/078.processed, results/079.processed,
13016: results/080.processed, results/081.processed,
13017: results/082.processed, results/083.processed,
13018: results/084.processed, results/085.processed,
13019: results/086.processed, results/087.processed,
13020: results/088.processed, results/089.processed,
13021: results/090.processed, results/091.processed,
13022: results/092.processed, results/093.processed,
13023: results/094.processed, results/095.processed,
13024: results/096.processed, results/097.processed,
13025: results/099.processed, results/101.processed,
13026: results/102.processed, results/104.processed,
13027: results/105.processed, results/106.processed,
13028: results/107.processed, results/108.processed,
13029: results/109.processed, results/110.processed,
13030: results/111.processed, results/112.processed,
13031: results/113.processed, results/114.processed,
13032: results/115.processed, results/116.processed,
13033: results/117.processed, results/118.processed,
13034: results/119.processed, results/120.processed,
13035: results/121.processed, results/122.processed,
13036: results/123.processed, results/124.processed,
13037: results/125.processed, results/126.processed,
13038: results/127.processed, results/128.processed,
13039: results/129.processed, results/130.processed,
13040: results/131.processed, results/132.processed,
13041: results/133.processed, results/134.processed,
13042: results/135.processed, results/136.processed,
13043: results/137.processed, results/138.processed,
13044: results/139.processed, results/140.processed,
13045: results/141.processed: . refreshed old tests, made them work
13046: without auto.p (in utf8) . things noted: . gif got encoded
13047: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
13048: some strange year)
13049:
13050: * INSTALL: . revived linux libgc fix
13051:
13052: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
13053: glib/gdome in INSTALL and patches]
13054:
13055: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13056: include/pa_charset.h, include/pa_config_includes.h,
13057: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
13058: include/pa_xml_exception.h, lib/cord/Makefile.am,
13059: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
13060: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
13061: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
13062: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
13063: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13064: types/pa_vxnode.h: . started killing gdome
13065:
13066: 2005-12-13 paf
13067:
13068: * src/main/: pa_request.C: merged from HEAD ! when code in
13069: @unhandled_exception thrown another exception, print correct
13070: origin (earlier code in catch of exception inside of
13071: @unhandled_exception grabbed parent_frame(original_exception)
13072: origin and printed it, instead of true origin)
13073:
13074: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
13075: another exception, print correct origin (earlier code in catch of
13076: exception inside of @unhandled_exception grabbed
13077: parent_frame(original_exception) origin and printed it, instead
13078: of true origin)
13079:
13080: 2005-12-09 paf
13081:
13082: * INSTALL: . updated INSTALL doc to work around linux stack base
13083: detection problem, due to change in gc6.4 code
13084:
13085: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
13086: ignored in ^string.matched :(
13087:
13088: * src/main/pa_string.C: ! regex tainting were ignored in
13089: ^string.matched :(
13090:
13091: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
13092: src/include/pa_config_fixed.h, src/include/pa_version.h,
13093: src/main/compile.y, src/main/compile_tools.h,
13094: src/main/pa_charset.C, src/main/pa_common.C,
13095: src/main/pa_globals.C, src/main/pa_string.C,
13096: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
13097: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
13098:
13099: 2005-12-08 paf
13100:
13101: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
13102: 500 chars now handled OK [were wrapped on 500th char according to
13103: rfc, but sendmail failed to unwrap it properly]
13104:
13105: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
13106: handled OK [were wrapped on 500th char according to rfc, but
13107: sendmail failed to unwrap it properly]
13108:
13109: * src/targets/isapi/parser3isapi.C: . less warnings
13110:
13111: * src/targets/isapi/parser3isapi.C: . undone some strange change
13112: since 3.1.5
13113:
13114: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
13115: link fixes
13116:
13117: * src/: classes/date.C, include/pa_config_fixed.h,
13118: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13119: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
13120: main/pa_string.C, targets/cgi/getopt.c: . less warnings
13121:
13122: * src/include/pa_config_fixed.h: . removed outdated string origins
13123: [in current storage scheme there's no place for them. someday we
13124: can add third CORD to store origins and special version of parser
13125: which stores origins there [separate binary]]
13126:
13127: 2005-12-07 paf
13128:
13129: * src/targets/isapi/parser3isapi.C: . now links in release mode
13130:
13131: * src/include/pa_version.h: makefiles
13132:
13133: * src/include/pa_version.h: . not beta
13134:
13135: * configure, configure.in, src/include/pa_version.h: not beta
13136:
13137: 2005-12-06 paf
13138:
13139: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13140: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13141: decided to undo the change ^call[$void] passes void. now it will
13142: pass empty string again.
13143:
13144: * src/main/: compile.tab.C, compile.y: . version readded
13145:
13146: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13147: = ^switch[void] problem
13148:
13149: 2005-12-01 paf
13150:
13151: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13152: caused ^case[string] to be coerced to double since searching
13153: value were not string (it was vvoid)
13154:
13155: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13156: ^case[string] to be coerced to double since searching value were
13157: not string (it was vvoid)
13158:
13159: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13160: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13161:
13162: 2005-11-30 paf
13163:
13164: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13165: win32 must putenv("TZ="), on unix works only putenv("TZ")
13166:
13167: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13168: putenv("TZ="), on unix works only putenv("TZ")
13169:
13170: * INSTALL: . xml libs versions updated
13171:
13172: * src/main/pa_globals.C: //20051130 trying to remove this, author
13173: claims that fixed a lot there // 20040920 for now both
13174: workarounds needed. wait for new libxml/xsl versions
13175:
13176: 2005-11-28 paf
13177:
13178: * src/classes/table.C: merged from HEAD: ! nameless table has
13179: columns==0
13180:
13181: * src/classes/table.C: ! nameless table has columns==0
13182:
13183: * src/main/pa_http.C: merged from HEAD: ! status line check made
13184: earlier [was totally wrong]
13185:
13186: * src/main/pa_http.C: ! status line check made earlier [was totally
13187: wrong]
13188:
13189: 2005-11-25 paf
13190:
13191: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13192: undoing for now...
13193:
13194: * src/include/pa_version.h: -this reduces speed(table::load),
13195: strange. undoing
13196:
13197: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13198:
13199: * src/classes/op.C: + ^while(){}[SEPARATOR]
13200:
13201: * src/include/pa_array.h: + optimistics added: all arrays (table
13202: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13203: this speeds things up and saves memory a LOT! (not noticed
13204: negative effect on syntetic tests, future will tell...)
13205:
13206: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13207: changed gc_malloc implementation, which obscured profiling
13208:
13209: * src/classes/table.C: merged from HEAD: + optimized
13210: table::load/sql, now row ArrayString-s allocated with
13211: columns.count() elements and don't always grow from
13212: count=3[realloc,realloc]
13213:
13214: * src/classes/table.C: + optimized table::load/sql, now row
13215: ArrayString-s allocated with columns.count() elements and don't
13216: always grow from count=3[realloc,realloc]
13217:
13218: * src/classes/table.C: merged from HEAD: . ^table.save unused
13219: buffer after save
13220:
13221: * src/classes/table.C: . ^table.save unused buffer after save
13222:
13223: 2005-11-24 paf
13224:
13225: * configure.in: . merged glib2-config patch
13226:
13227: * configure.in: + trying to find glib2-config
13228:
13229: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13230: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13231: file/dir_readable to simple file/dir_exist, this would help in
13232: situations "class not found because .p file has bad rights" << in
13233: that case error would be explicit "access denied to 'this' file"
13234:
1.116 moko 13235: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13236:
13237: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13238: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13239: to simple file/dir_exist, this would help in situations "class
13240: not found because .p file has bad rights" << in that case error
13241: would be explicit "access denied to 'this' file"
13242:
13243: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13244: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13245: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13246: ^file::exec/cgi[script;$.charset[changed]
13247: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13248: encoded in $.charset charset
13249:
13250: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13251: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13252: encoded in $.charset charset
13253:
13254: * src/: include/Makefile.am, include/pa_common.h,
13255: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13256: main/pa_common.C, main/pa_http.C: . extracted http:// into
13257: separate file [preparation for
13258: ^file::cgi[script;$.form[$.field1[]
13259:
13260: 2005-11-22 paf
13261:
13262: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13263:
13264: * acinclude.m4, configure.in: . merged underquting fixes
13265:
1.116 moko 13266: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13267:
13268: * src/classes/op.C: . overmerged a little
13269:
13270: * src/main/compile.tab.C: Makefile
13271:
13272: * src/main/: pa_common.C: . less gcc warnings
13273:
13274: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13275: now reports original exception if we have no old cache
13276:
13277: * src/classes/op.C: + $exception.handled[cache] now reports
13278: original exception if we have no old cache
13279:
13280: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13281: from HEAD: + ^taint/untaint[regex] << escapes these:
13282: \^$.[]|()?*+{}
13283:
13284: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13285: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13286:
13287: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13288: getenv-ed variable, which does not work both on win32&unix.
13289: copied old TZ value now
13290:
13291: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13292: stored pointer to getenv-ed variable, which does not work both on
13293: win32&unix. copied old TZ value now
13294:
13295: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13296: getenv-ed variable, which does not work both on win32&unix.
13297: copied old TZ value now
13298:
13299: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13300: access to internal hash
13301:
13302: * src/types/pa_vresponse.C: + $response:headers access to internal
13303: hash
13304:
13305: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13306: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13307: isapi] this reduces number of "GC Warning: Repeated allocation of
13308: very large block" messages to only important onces
13309:
13310: * src/targets/isapi/parser3isapi.C: +
13311: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13312: isapi] this reduces number of "GC Warning: Repeated allocation of
13313: very large block" messages to only important onces
13314:
13315: * src/classes/string.C: merged from HEAD: + removed limitation on
13316: ^string/int/double:sql{}[$.default[({param style})] ]
13317:
13318: * src/classes/string.C: + removed limitation on
13319: ^string/int/double:sql{}[$.default[({param style})] ]
13320:
13321: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13322: with ?params or $.form option" limitation
13323:
13324: * src/main/pa_common.C: + removed "use either uri with ?params or
13325: $.form option" limitation
13326:
13327: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13328: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13329: ^file::base64[encoded] decode
13330:
13331: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13332: main/pa_common.C: + ^file.base64[] encode +
13333: ^file::base64[encoded] decode
13334:
13335: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13336: ^string:base64[encoded] decode
13337:
13338: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13339: ^string:base64[in] encode + ^string.base64[] decode
13340:
13341: 2005-11-21 paf
13342:
13343: * src/classes/file.C: + merged from HEAD:
13344: ^file::create[text;file.xml;^untaint[xml]{data}]
13345:
13346: * src/classes/file.C: +
13347: ^file::create[text;file.xml;^untaint[xml]{data}]
13348:
13349: * src/main/pa_request.C: ! merged: $response:body[file] now
13350: differes from :download, it does not return content-disposition
13351: at all now [previusely it returned valueless content-disposition]
13352:
13353: * src/main/pa_request.C: ! $response:body[file] now differes from
13354: :download, it does not return content-disposition at all now
13355: [previusely it returned valueless content-disposition]
13356:
13357: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13358: literals, reverted to just vvod, recreating empty array with each
13359: void_value token. that's absolutely needed, since that array
13360: grows
13361:
13362: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13363: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13364: types/pa_vmethod_frame.h: + merged: expression literals:
13365: true/false. ^format[$.indent(true)]
13366:
13367: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13368: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13369: types/pa_vmethod_frame.h: + expression literals: true/false.
13370: ^format[$.indent(true)]
13371:
13372: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13373: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13374: i386-pc-win32)"
13375:
13376: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13377: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13378: i386-pc-win32)"
13379:
13380: 2005-11-18 paf
13381:
13382: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13383: null}[$.default(123)] will now return default value
13384:
13385: * src/classes/op.C: + merged ^cache[] << returns current cache
13386: expiration time
13387:
13388: * src/classes/op.C: + ^cache[] << returns current cache expiration
13389: time
13390:
13391: * src/classes/table.C: ! merged ^table::create[not'nameless';
13392: failed << Exception.problem_source pointed to local var!
13393:
13394: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13395: Exception.problem_source pointed to local var!
13396:
13397: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13398: now loads VFile.ptr!=0, so such files can be saved now
13399:
13400: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13401: loads VFile.ptr!=0, so such files can be saved now
13402:
13403: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13404: only . and .. now removed from list [were removed all .*]
13405:
13406: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13407: .. now removed from list [were removed all .*]
13408:
13409: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13410: open error now checked, were not :( [stole that piece from apache
13411: 1.3 sources]
13412:
13413: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13414: checked, were not :( [stole that piece from apache 1.3 sources]
13415:
13416: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13417: untainting of @main result if returned by $result or
13418: $response:body
13419:
13420: * src/main/pa_request.C: ! ensured proper untainting of @main
13421: result if returned by $result or $response:body
13422:
13423: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13424: issue: now tries to guess content-length and allocates one big
13425: piece if possible [regretfully gc_realloc works as malloc+free,
13426: leaving lots of holes behind]
13427:
13428: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13429: fixed file load memory issue: now tries to guess content-length
13430: and allocates one big piece if possible [regretfully gc_realloc
13431: works as malloc+free, leaving lots of holes behind]
13432:
13433: 2005-11-16 paf
13434:
13435: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13436: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13437: table::save with enclosers now doubles them: "->"" !
13438: table::save/load do not remove elements from options hash
13439:
13440: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13441: [were overoptimized ^if(double_literal), compiler confused
13442: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13443:
13444: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13445: [were overoptimized ^if(double_literal), compiler confused
13446: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13447:
13448: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13449: main/pa_common.C: ! table::save with enclosers now doubles them:
13450: "->"" ! table::save/load do not remove elements from options hash
13451:
13452: 2005-11-03 paf
13453:
1.116 moko 13454: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13455: compilation, not all makefiles liked that
1.95 moko 13456:
13457: 2005-08-30 paf
13458:
13459: * src/classes/op.C: merge . speedup check of [DEFAULT]
13460:
13461: * src/classes/op.C: . speedup check of [DEFAULT]
13462:
13463: 2005-08-26 paf
13464:
13465: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13466:
13467: * src/: classes/date.C, types/pa_vdate.h: + date.week
13468:
13469: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13470: complains about bad!=nameless
13471:
13472: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13473: about bad!=nameless
13474:
13475: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13476: optional options were allowed to be empty. were checked
13477: if(is_string), changed to !defined||is_string to allow void
13478:
13479: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13480: classes/string.C, classes/table.C, classes/void.C: ! optional
13481: options were allowed to be empty. were checked if(is_string),
13482: changed to !defined||is_string to allow void
13483:
13484: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13485: as_junction where they needed as_int/double, so failed with
13486: recent "(const) now no junction" optimization
13487:
13488: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13489: merged ! many classes/* used as_junction where they needed
13490: as_int/double, so failed with recent "(const) now no junction"
13491: optimization
13492:
13493: * src/: classes/double.C, classes/int.C, classes/math.C,
13494: classes/op.C, classes/string.C, classes/table.C,
13495: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13496: used as_junction where they needed as_int/double, so failed with
13497: recent "(const) now no junction" optimization
13498:
13499: 2005-08-24 paf
13500:
13501: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13502: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13503: stripped it
13504:
13505: 2005-08-09 paf
13506:
13507: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13508: not cleared
13509:
13510: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13511: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13512: classes/hashfile.C, classes/image.C, classes/int.C,
13513: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13514: classes/response.C, classes/string.C, classes/table.C,
13515: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13516: include/pa_array.h, include/pa_cache_managers.h,
13517: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13518: include/pa_config_fixed.h, include/pa_config_includes.h,
13519: include/pa_dictionary.h, include/pa_dir.h,
13520: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13521: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13522: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13523: include/pa_request_charsets.h, include/pa_request_info.h,
13524: include/pa_sapi.h, include/pa_socks.h,
13525: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13526: include/pa_stack.h, include/pa_string.h,
13527: include/pa_stylesheet_connection.h,
13528: include/pa_stylesheet_manager.h, include/pa_table.h,
13529: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13530: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13531: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13532: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13533: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13534: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13535: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13536: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13537: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13538: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13539: main/pa_sql_driver_manager.C, main/pa_string.C,
13540: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13541: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13542: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13543: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13544: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13545: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13546: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13547: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13548: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13549: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13550: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13551: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13552: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13553: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13554: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13555: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13556: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13557: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13558: types/pa_vresponse.C, types/pa_vresponse.h,
13559: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13560: types/pa_vstateless_object.h, types/pa_vstatus.C,
13561: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13562: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13563: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13564: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13565: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13566:
13567: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13568: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13569: speedup consequent checks in vmethod_frame
13570:
13571: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13572: not cleared
13573:
13574: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13575: params: 50 max (were 10)
13576:
13577: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13578: params: 50 max (were 10)
13579:
13580: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13581: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13582: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13583: empty string) ! simplified (double) speedup consequent checks in
13584: vmethod_frame
13585:
13586: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13587: optimized constants in expressions vstring->vdouble + optimized
13588: ^call(vdouble), no junction creation, no calls later
13589:
13590: 2005-08-08 paf
13591:
13592: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13593: compile_tools.h: merged + optimized constants in expressions
13594: vstring->vdouble + optimized ^call(vdouble), no junction
13595: creation, no calls later
13596:
13597: * src/types/pa_vdouble.h: merged . double values without fractional
13598: part now default printed as %.0f instead of %g
13599:
13600: * src/types/pa_vdouble.h: . double values without fractional part
13601: now default printed as %.0f instead of %g
13602:
13603: * src/classes/hashfile.C: . merged ! second hashfile::open would
13604: cause an exception
13605:
13606: * src/classes/hashfile.C: ! second hashfile::open would cause an
13607: exception
13608:
13609: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13610: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13611: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13612: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13613: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13614: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13615: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13616: types/pa_vresponse.h, types/pa_vstateless_class.C,
13617: types/pa_vstateless_object.h, types/pa_vvoid.h,
13618: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13619: merged VJunction(new Junction) optimization from 3.1.4
13620:
13621: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13622: types/pa_vstateless_class.C: + optimized new VJunction(new
13623: Junction(params)) to new VJunction(params), thousands of mallocs
13624: removed
13625:
13626: 2005-08-05 paf
13627:
13628: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13629: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13630: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13631: creation, no calls later
13632:
13633: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13634: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13635: classes/hashfile.C, classes/image.C, classes/int.C,
13636: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13637: classes/response.C, classes/string.C, classes/table.C,
13638: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13639: include/pa_array.h, include/pa_cache_managers.h,
13640: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13641: include/pa_config_fixed.h, include/pa_config_includes.h,
13642: include/pa_dictionary.h, include/pa_dir.h,
13643: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13644: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13645: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13646: include/pa_request_charsets.h, include/pa_request_info.h,
13647: include/pa_sapi.h, include/pa_socks.h,
13648: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13649: include/pa_stack.h, include/pa_string.h,
13650: include/pa_stylesheet_connection.h,
13651: include/pa_stylesheet_manager.h, include/pa_table.h,
13652: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13653: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13654: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13655: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13656: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13657: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13658: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13659: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13660: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13661: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13662: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13663: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13664: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13665: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13666: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13667: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13668: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13669: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13670: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13671: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13672: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13673: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13674: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13675: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13676: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13677: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13678: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13679: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13680: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13681: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13682: types/pa_vstateless_object.h, types/pa_vstatus.C,
13683: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13684: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13685: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13686: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13687: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13688:
13689: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13690: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13691: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13692: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13693: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13694: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13695: optimized constants in expressions vstring->vdouble
13696:
13697: 2005-07-29 paf
13698:
13699: * src/types/pa_vclass.C: . shaped up error messages a bit
13700:
13701: * src/types/pa_vclass.C: + property getter can now be overridden
13702:
13703: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13704: bug fix: static parent fields were not replaced in case
13705: $derived:field[put] + property setter can now be overridden
13706:
13707: 2005-07-28 paf
13708:
13709: * configure, configure.in, src/classes/classes.h,
13710: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13711: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13712: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13713: src/classes/xnode.h, src/include/pa_hash.h,
13714: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13715: src/types/Makefile.am, src/types/pa_method.h,
13716: src/types/pa_value.h, src/types/pa_vclass.C,
13717: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13718: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13719: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13720: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13721: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13722: src/types/pa_vobject.C, src/types/pa_vobject.h,
13723: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13724: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13725: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13726: src/types/pa_vstateless_class.h,
1.95 moko 13727: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13728: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13729: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13730: dynamic_fields_join
13731:
13732: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13733: classes/xnode.C, include/pa_hash.h, main/execute.C,
13734: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13735: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13736: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13737: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13738: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13739: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13740: types/pa_vresponse.h, types/pa_vstateless_object.h,
13741: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13742: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13743: restored its checks in vobject.put_element->static fields |
13744: dynamic properties
13745:
13746: 2005-07-27 paf
13747:
13748: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13749: is some old code containing @set_name $name
13750:
13751: * src/types/pa_vobject.h: . fixed warning
13752:
13753: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13754: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13755:
13756: * src/: classes/xnode.C, include/pa_hash.h,
13757: types/pa_vstateless_class.C: ! new asserts were all false.
13758: regretfully reverted them all to checks
13759:
13760: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13761: classes/op.C, main/execute.C, types/pa_method.h,
13762: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13763: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13764: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13765: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13766: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13767: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13768: types/pa_vstateless_object.h, types/pa_vvoid.h,
13769: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13770: joined_dynamic_fields: removed unused param from put_method
13771: (returned to 3 params)
13772:
13773: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13774: joined_dynamic_fields: dynamic get/set works with overriding
13775: props [alpha2]
13776:
13777: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13778: works [alfa]
13779:
13780: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13781: classes/op.C, include/pa_hash.h, main/execute.C,
13782: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13783: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13784: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13785: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13786: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13787: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13788: types/pa_vresponse.h, types/pa_vstateless_class.C,
13789: types/pa_vstateless_object.h, types/pa_vvoid.h,
13790: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13791: joined_dynamic_fields: just compiled
13792:
13793: * src/: classes/date.C, classes/file.C, classes/hash.C,
13794: classes/hashfile.C, classes/image.C, classes/table.C,
13795: classes/xdoc.C, classes/xnode.h, main/execute.C,
13796: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13797: types/pa_vstateless_class.h: joined_dynamic_fields: started
13798:
13799: * src/types/pa_vobject.C: . object setters [only started, does not
13800: work yet]
13801:
13802: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13803: object setters [only started, does not work yet]
13804:
13805: 2005-07-26 paf
13806:
13807: * src/: include/pa_request.h, main/execute.C: . properties: set
13808: works [alpha2]. for classes. todo: for objects
13809:
13810: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13811: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13812: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13813: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13814: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13815: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13816: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13817: types/pa_vstateless_object.h, types/pa_vvoid.h,
13818: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13819: properties: set works [alpha1]
13820:
13821: 2005-07-25 paf
13822:
13823: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13824: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13825: properties: started, get works [alpha1, other approach]
13826:
13827: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13828: properties: started, get works [alpha2]
13829:
13830: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13831: pa_vstateless_class.h: . properties: started, get works [alpha]
13832:
13833: 2005-07-15 paf
13834:
13835: * src/: classes/classes.h, classes/op.C, main/execute.C,
13836: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13837: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13838: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13839: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13840: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13841: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13842: types/pa_vresponse.C, types/pa_vresponse.h,
13843: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13844: types/pa_vstateless_object.h, types/pa_vvoid.h,
13845: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13846: types/pa_wwrapper.h, types/types.vcproj: + started property
13847: [getters work but think of changing them too to precaching]
13848:
13849: 2005-07-08 paf
13850:
13851: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13852: gpf
13853:
13854: 2005-06-28 paf
13855:
13856: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13857: in passing empty strings to file::exec/cgi environment
13858:
13859: 2005-06-06 paf
13860:
13861: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13862: ^table:sql ^hash:sql now DO process $.bind option
13863:
13864: 2005-05-24 paf
13865:
13866: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13867: $.limit] now work again [support was broken in 3.1.4]
13868:
13869: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13870: ALL_INTERIOR_POINTERS
13871:
13872: 2005-05-12 paf
13873:
13874: * configure: 3.1.5beta
13875:
13876: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13877:
13878: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13879: $.limit] now work again [support was broken in 3.1.4]
13880:
13881: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13882: line-width [was refusing to fill if line-width >1, thanks to
13883: Seras <seras@pinxit.lt> for repro case
13884:
13885: 2005-04-25 paf
13886:
13887: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13888: correctly
13889:
13890: 2005-04-19 paf
13891:
13892: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13893: in VString violating invariant!!
13894:
13895: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13896: getenv("TZ")==null
13897:
13898: 2005-04-08 paf
13899:
13900: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13901: bugfix: when there is no char in charset one byte produces 6
13902: (ÿ <<max). increased buffer size!
13903:
13904: 2005-03-23 paf
13905:
13906: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13907: ^date.sql-string now takes TZ into account
13908:
13909: 2005-03-16 paf
13910:
13911: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13912: gcc 3.4
13913:
13914: * src/types/pa_vhash.C: . warning about eof eol
13915:
13916: 2005-02-17 paf
13917:
1.211 moko 13918: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13919: ^sleep(double seconds)
1.95 moko 13920:
13921: 2005-02-02 paf
13922:
13923: * src/classes/xnode.C: beauty: removed needless includes
13924:
13925: 2005-01-31 paf
13926:
13927: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13928: $.partNoNumber now alias to $.part1
13929:
13930: * src/types/pa_vmail.C: change: incoming letter part contains
13931: "content-disposition" header with any value? now considering that
13932: part to be "file#" [for text/plain text/html were $.text#
13933: $.html#]
13934:
13935: * INSTALL: updatet to latest working versions available
13936:
13937: 2005-01-20 paf
13938:
13939: * configure.in, src/include/pa_version.h: version
13940:
13941: 2005-01-19 paf
13942:
1.116 moko 13943: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13944: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13945: couple warnings in parser3.C
1.95 moko 13946:
13947: 2004-12-23 paf
13948:
13949: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13950:
13951: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13952: dir to directory of script (when shbang used), not to directory
13953: of its interpreter
13954:
13955: * src/include/pa_version.h: compiled on win32...
13956:
13957: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13958: we need more hspace
13959:
13960: * configure, configure.in, src/include/pa_version.h: configured
13961: host to pa_version. will be displayed everywhere
13962:
13963: * src/main/pa_request.C: new: @unhandled_exception can prevent
13964: exception from being logged by setting $exception.handled(1)
13965:
1.211 moko 13966: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13967: ^file::sql{query}[[options]] options: $.name[file name]
13968: $.content-type[application/what]
13969:
13970: * src/: include/pa_common.h, main/pa_common.C,
13971: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13972: new file
13973:
13974: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13975: bugfix: table->hash now regards _default
13976:
13977: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13978: created by accessing $name_of_method it acquired bad self=closest
13979: methodframe; instead of proper self (current class)
13980:
13981: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13982: hashfile produced bad cord
13983:
13984: 2004-12-10 paf
13985:
13986: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13987: subsequent failures though defined in .h
13988:
13989: * src/main/pa_common.C: comment on volatile
13990:
13991: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13992: alarm function were not used since the beginning due to stupid
13993: error [setsigjmp were not checked in configure.in]
13994:
13995: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13996: unix too
13997:
13998: * src/main/pa_common.C: http: exception status of send/recv errors
13999: change to most probable http.timeout
14000:
14001: * src/main/pa_common.C: win32: http connection $.timeout option now
14002: works [setsockopt on send/receive]
14003:
14004: 2004-12-08 paf
14005:
14006: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
14007: cstr-ed knowing mail charset, and untainting uri lang now knows
14008: proper charset
14009:
14010: 2004-11-24 paf
14011:
14012: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
14013:
14014: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
14015: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
14016:
14017: 2004-11-12 paf
14018:
14019: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
14020: [since 3.0.4]
14021:
14022: 2004-11-09 paf
14023:
14024: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
14025: writes basics to c:\parser3.log
14026:
14027: 2004-10-21 paf
14028:
14029: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
14030: tainted strings [were returning clean onces]
14031:
14032: 2004-10-15 paf
14033:
14034: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
14035: cycles(i=1; i=2), which was wrong, now does ONE
14036:
14037: 2004-10-12 paf
14038:
14039: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
14040:
14041: 2004-10-07 paf
14042:
14043: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
14044: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
14045: release asserts
14046:
14047: * src/: main/pa_string.C, include/pa_string.h: debugger help:
14048: String.dump() to stdout in detailed form [were String.v() in
14049: short form]
14050:
14051: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
14052: \t\r\n as @#| and truncates long char sequences less
14053:
14054: 2004-10-06 paf
14055:
14056: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
14057: win32 beauty: socket errors properly decoded
14058:
14059: 2004-10-05 paf
14060:
14061: * src/: include/pa_request.h, main/pa_request.C: bugfix:
14062: request::configure_user/admin done always, even if no
14063: file-to-process useful in @unhandled_exception [say, if they
14064: would want to mail by SMTP something]
14065:
14066: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
14067: now performed prior to file loading [and @auto executing] thus
14068: making $cookie:value available in @auto and in
14069: @unhandled_exception when IIS is configured to run interpreter
14070: even if no file exist
14071:
14072: 2004-09-20 paf
14073:
14074: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
14075: somewhere where it should have called xmlMalloc and it calls
14076: xmlFree when it should have not called it. inserted two
14077: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
14078: xmlFree just ignored. put away a testcase, maybe someday libxml
14079: author would fix all that. until that day: we have SLOW garbage
14080: collecting when many xml objects are alive hint: do
14081: ^memory:compact[] before xdoc::create
14082:
14083: 2004-09-17 paf
14084:
14085: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
14086: error from 3.0.8 version]
14087:
14088: 2004-09-14 paf
14089:
14090: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
14091: part bugfix: hashfile.foreach iterated only part if hashfile were
14092: modified inside
14093:
14094: 2004-09-13 paf
14095:
14096: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
14097: [were as octal]
14098:
14099: * src/types/pa_vhashfile.C: beauty: not reproduced
14100: $hashfile.key[$novalue] bug [reported by motorin], inserted
14101: safety-check
14102:
14103: * src/types/pa_vhashfile.C: change: empty keys now error in parser
14104: [not something obscure from sdbm lib]
14105:
14106: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
14107: = strerror now returnes something and we can properly report that
14108: to client
14109:
14110: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
14111: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
14112:
14113: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14114: [tainted as-is] this helps //[space][newline] to remain as-is and
14115: not be unnecessary optimized away [ruining javascript]
14116:
14117: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14118: [tainted as-is]
14119:
14120: * src/classes/mail.C: bugfix: typo error
14121:
14122: 2004-09-09 paf
14123:
14124: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
14125: separators bugfix: loads header with endings \r\n\r\n and \n\n
14126: (bloody yandex.server)
14127:
14128: 2004-09-06 paf
14129:
14130: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
14131: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
14132: encoded
14133:
14134: 2004-09-01 paf
14135:
14136: * src/types/pa_vmail.C: change: multipart/mixed changed to
14137: multipart/related outlook express have no problems showing
14138: unrelated attachments. todo: someday figure out a way of
14139: multipart/mixed multipart/related text/html
14140: image/xxx application/octet-stream << true attachments
14141:
14142: * src/types/pa_vmail.C: new:
14143: ^mail:send[$.file[$.content-disposition can be overriden new:
14144: empty mail header fields removed from letter
14145:
14146: * src/: classes/mail.C, include/pa_config_fixed.h,
14147: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14148: ^mail:send[ $.file[ $.any[header]
14149:
14150: 2004-08-30 paf
14151:
14152: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14153: warnings
14154:
14155: * src/main/pa_common.C: beauty: do not bother with charset
14156: detection when ^file::load[binary
14157:
14158: 2004-08-27 paf
14159:
14160: * src/main/pa_common.C: hack: for yandex.server http server
14161:
14162: 2004-08-18 paf
14163:
14164: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14165: possibly-chunked response
14166:
14167: 2004-08-17 paf
14168:
14169: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14170: $f.content-type now = that of http response
14171:
14172: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14173: $f.content-type now = that of http response
14174:
14175: 2004-07-30 paf
14176:
14177: * src/: include/pa_request.h, main/pa_request.C,
14178: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14179: win32: system&parser exceptions in release mode reported properly
14180: parser exception in exception handler WERE mistakenly reported as
14181: system exception, without details [in apache & isapi] +some
14182: beauty in exception text
14183:
14184: * src/: include/pa_exception.h, main/pa_request.C,
14185: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14186: release mode reported properly parser exception in exception
14187: handler WERE mistakenly reported as system exception, without
14188: details
14189:
14190: * src/main/execute.C: beauty: simplified system exception handling
14191:
14192: 2004-07-29 paf
14193:
14194: * src/classes/table.C: bugfix:
14195: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14196: were ignored, and \t used unconditionally]
14197:
14198: * src/types/Makefile.am: added vhash.c
14199:
14200: 2004-07-28 paf
14201:
14202: * src/: classes/date.C, classes/image.C, classes/math.C,
14203: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14204: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14205: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14206: failed on russian letters
14207:
14208: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14209: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14210: letters
14211:
14212: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14213: as 'currentDirectory' parameter to CreateProcess
14214:
14215: 2004-07-27 paf
14216:
14217: * src/targets/cgi/parser3.vcproj: beauty: win32:
14218: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14219: from release somewhere [to help searching for unhandled system
14220: exceptions]
14221:
14222: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14223: TZ shift
14224:
14225: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14226: but also in ctor
14227:
14228: 2004-07-26 paf
14229:
1.211 moko 14230: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14231: src/main/pa_common.C, src/main/pa_request.C,
14232: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14233: src/types/types.vcproj: new: $response:body/download[
14234: $.file[name on disk] $.name[of file for user]
14235: $.mdate[date of last-modified. default from directory] ]
14236:
14237: * src/classes/file.C: moving file:send somewhere else..
14238:
14239: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14240: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14241: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14242: $response:download[ $.filename[filename] $.option[] ,, ]
14243:
14244: * src/classes/file.C: beauty: invalid mode thoroughly reported
14245:
14246: 2004-07-21 paf
14247:
14248: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14249: to several lines
14250:
14251: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14252:
14253: note: ms outlook[!express] shows only first 255 characters of
14254: subject
14255:
14256: 2004-07-15 paf
14257:
14258: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14259: off]
14260:
14261: 2004-07-14 paf
14262:
14263: * src/classes/table.C: bugfix: $.bind values now got untainted
14264: according to lang [were: as-is]
14265:
14266: 2004-07-07 paf
14267:
14268: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14269: checked that
14270:
14271: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14272: now untainted according to their languages. were: as-is.
14273: EVERYWHERE
14274:
14275: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14276: environment string now untainted according to their languages.
14277: were: as-is. EVERYWHERE
14278:
14279: * src/main/pa_exec.C: bufix: on unix environment string now
14280: untainted according to their languages. were: as-is. on win32:
14281: ok
14282:
14283: * parser3.vssscc: ...would not go unnoticed
14284:
14285: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14286: fails. in case on input appears nonutf, those bytes will be
14287: printed in %HH form. that can be easily decoded/recovered.
14288:
14289: this form is quite noticable, and hopefully would not go noticed
14290:
14291: 2004-07-06 paf
14292:
14293: * src/main/pa_exec.C: bufix: on unix environment string now
14294: untainted according to their languages. were: as-is. on win32:
14295: ok
14296:
14297: 2004-07-01 paf
14298:
14299: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14300: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14301: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14302: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14303: main/main.vcproj, targets/cgi/parser3.vcproj,
14304: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14305: option: global optimization ON
14306:
14307: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14308: to do xdoc::create{invalid chars} standard disables chars less
14309: then \x20, except tab, cr, lf.
14310:
14311: changed tainting so that those become '!'
14312:
14313: 2004-06-25 paf
14314:
14315: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14316: int on odd address [prev bugfix failed due to superwize
14317: optimizer, which turned memcpy into same 'ld' asm command]
14318:
14319: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14320: int on odd address
14321:
14322: 2004-06-22 paf
14323:
14324: * src/sql/pa_sql_driver.h: note: about possible optimization
14325:
1.211 moko 14326: * operators.ru.txt, operators.txt, src/classes/hash.C,
14327: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14328: src/classes/void.C, src/include/pa_config_includes.h: new:
14329: ^void:sql{call paf(:a)}[ $.bind[
14330: $.a[2] ] ] output variables work. todo:
14331: check in out variables
1.95 moko 14332:
14333: 2004-06-18 paf
14334:
14335: * src/: classes/file.C, classes/hash.C, classes/string.C,
14336: classes/table.C, classes/void.C, include/pa_globals.h,
14337: include/pa_sql_connection.h, main/compile.tab.C,
14338: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14339: $.bind[ $.a[2] ]
14340: ] input variables work. todo:output
14341:
14342: * src/targets/cgi/parser3.C: bugfix: iis specific
14343: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14344: /_bug.html?404;http://hpsv/test/
14345: --------------------------------------------------------------------------------
14346: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14347: --------------------------------------------------------------------------------
14348: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14349:
14350: 2004-06-16 paf
14351:
14352: * src/targets/cgi/parser3.C: new: iis specific
14353: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14354: $request:query
14355: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14356: $form:fields IIS-STATUS="404"
14357: IIS-DOCUMENT="http://server/_bug.html" f="v"
14358:
14359: todo: isapi too
14360:
14361: 2004-05-26 paf
14362:
14363: * src/include/pa_version.h: 3.1.3
14364:
1.211 moko 14365: * operators.ru.txt, operators.txt: beauty: removed outdated level
14366: 'table'
1.95 moko 14367:
14368: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14369:
14370: * src/main/pa_string.C: beauty: removed 3 warnings
14371:
14372: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14373: classes/op.C: beauty: removed outdated level 'table'
14374:
14375: 2004-05-25 paf
14376:
14377: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14378: implementation. mistery: how anything worked
14379:
14380: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14381: changed, it is now safe to use url if pointers to it are stored
14382: to gc mem
14383:
14384: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14385: unknown errors reported and not cause SIGSEGV now
14386:
14387: 2004-05-24 paf
14388:
14389: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14390: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14391: less memory: CORD_chars_block originally intended to ... it was
14392: good that CORD_chars_block were not used: it consumes more memory
14393: [and, might be slow too] undoing that. [and removed that func so
14394: that it would not confuse parser developer in future]
14395:
14396: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14397: less memory: CORD_chars_block originally intended to
14398: speedup/reduce mem usage were forgotten, and were used stupid
14399: CORD_chars
14400:
14401: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14402:
14403: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14404: BIGENDIAN processors space-conserving mech failed, causing
14405: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14406: (1|2|3));
14407:
14408: 2004-05-14 paf
14409:
14410: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14411: bugfix: void now has vfile value, and $response:body[] works OK
14412:
14413: 2004-05-12 paf
14414:
14415: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14416: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14417: sources to use is_defined() {return as_bool();} along VBool
14418:
14419: 2004-05-11 paf
14420:
14421: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14422: referencing to local objects
14423:
14424: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14425: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14426: left intact
14427:
14428: 2004-04-15 paf
14429:
14430: * src/classes/date.C: merged: beauty: unused var removed
14431:
14432: * src/classes/date.C: beauty: unused var removed
14433:
14434: * src/include/: pa_exec.h: bugfix: interface without pointer
14435: provoked bug
14436:
14437: 2004-04-09 paf
14438:
14439: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14440:
14441: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14442:
14443: 2004-04-08 paf
14444:
14445: * src/classes/date.C: new: ^date::create[y-m-d
14446: h-M-s>>.milliseconds<<] now allowed, ignored so far
14447:
14448: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14449:
14450: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14451: to consult default catalog [usually, that file belongs to other
14452: user/group]
14453:
14454: 2004-04-06 paf
14455:
14456: * src/main/pa_common.C: beauty: gcc warning removed
14457:
14458: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14459: accept that trick, trying other
14460:
14461: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14462: explicit result problem
14463:
14464: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14465: explicit result problem
14466:
14467: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14468: explicit result problem
14469:
1.211 moko 14470: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14471: ^string.append[string]
1.95 moko 14472:
14473: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14474: main/execute.C: attempt_check_call_in_explicit_result_mode:
14475: failed
14476:
14477: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14478: http://i.p.a.ddress gethostbyaddr added [on some platforms
14479: gethostbyname failed with such 'domains'] now checked properly,
14480: were: needless reverse/forward dns lookup
14481:
14482: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14483: http://i.p.a.ddress gethostbyaddr added [on some platforms
14484: gethostbyname failed with such 'domains'] now checked properly,
14485: were: needless reverse/forward dns lookup
14486:
14487: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14488: @method[][result] means "no string output here" moved to lexical
14489: level [on grammar level it were too difficult]
14490:
1.211 moko 14491: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14492: src/main/compile.tab.C, src/main/compile.y,
14493: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14494: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14495: string output here", implemented part of that idea: compiler
14496: throws away string literal generation code. and barks
14497: nonwhitespace chars
1.95 moko 14498:
1.211 moko 14499: * operators.ru.txt, operators.txt: truth: removed comment about
14500: $ORIGIN
1.95 moko 14501:
14502: 2004-04-05 paf
14503:
14504: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14505: src/include/pa_version.h, src/main/pa_common.C,
14506: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14507:
14508: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14509: Konstantin Tomashevitch [mailto:konst@design.ru]
14510:
14511: * src/doc/html2chm.cmd: beauty: no need in bg here
14512:
14513: * src/doc/sources2html.cmd: beauty: same window, in bg it
14514: interfered with FAR console
14515:
14516: * configure, configure.in: 3.1.3
14517:
14518: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14519:
14520: * src/main/pa_common.C: removed warning
14521:
14522: * src/include/pa_version.h: 3.1.3
14523:
14524: 2004-04-02 paf
14525:
14526: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14527:
14528: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14529: allows to specify where to put parser log file
14530:
14531: 2004-04-01 paf
14532:
14533: * src/classes/table.C: bugfix: bugfix: table::load last line
14534: without tab and enter were ignored
14535:
14536: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14537: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14538: main/pa_socks.C, targets/cgi/parser3.C,
14539: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14540: bugfix: sql connections now are disconnected
14541:
14542: 2004-03-30 paf
14543:
14544: * src/classes/table.C: bugfix: table::load last line without tab
14545: and enter were ignored
14546:
14547: * src/classes/table.C: bufix: if last table lines were commented,
14548: gpfed
14549:
14550: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14551: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14552: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14553: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14554: doc/methoded.dox, doc/object.dox, doc/string.dox,
14555: doc/targets.dox, doc/value.dox, include/pa_version.h,
14556: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14557: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14558: bugfixes from 3.1.2, changed version to 3.1.3beta
14559:
14560: 2004-03-29 paf
14561:
14562: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14563: causes gpf
14564:
14565: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14566: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14567: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14568: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14569: value.dox: translated to english
14570:
14571: 2004-03-25 paf
14572:
14573: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14574: parser3project dependency removed
14575:
14576: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14577: bugfix: refused to compile without xml
14578:
14579: * src/types/pa_vform.C: beauty: removed warning
14580:
14581: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14582: any folder [removed last ;) folder dependency]
14583:
14584: * src/classes/classes.vcproj: bugfix: now all compiles in any
14585: folder [removed last ;) folder dependency]
14586:
14587: * src/include/pa_version.h: release
14588:
14589: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14590:
14591: * src/classes/table.C: beauty: comment& more meaningful error
14592: message
14593:
14594: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14595: $.hash[$.column_value1(true) ... ] [were producing some strang
14596: thing]
14597:
14598: 2004-03-23 paf
14599:
14600: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14601: and http status line parsing checked number of columns in table
14602: [user reported an assert]
14603:
1.211 moko 14604: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14605:
14606: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14607: bugfix: junction reattach now actually reattaches a junction to
14608: new wcontext [were only assigning it to junction, which caused
14609: junction tracking to loose junction, and it's context were not
14610: killed, and it tried to process in invalid context, gpf]
14611:
14612: * src/targets/cgi/parser3.C: debug helper added
14613:
14614: 2004-03-19 paf
14615:
14616: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14617: "type(type)" in braces
14618:
14619: 2004-03-10 paf
14620:
1.211 moko 14621: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14622: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14623: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14624: src/types/pa_vxnode.h: new: refined solution to
14625: search-in-namespaces problem:
1.95 moko 14626: $xdoc.search-namespaces.x[http://pif.design.ru/]
14627: $nodes[^xdoc.select[//x:second]]
14628:
1.211 moko 14629: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14630: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14631: search for info in namespaces
1.95 moko 14632:
14633: $nodes[^xdoc.select[//x:second][
14634: $.x[http://pif.design.ru/] ]]
14635:
14636: 2004-03-09 paf
14637:
1.211 moko 14638: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14639: ^file::load[...][options] $.form[
14640: !$.field1[string]
14641: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14642: ] !$.body[string]
14643:
14644: GET ?here notGET(POST, HEAD, others) in content-type:
14645: application/x-www-form-urlencoded
14646:
14647: todo: upload files ability
14648:
14649: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14650: properly, done
14651:
14652: 2004-03-05 paf
14653:
1.211 moko 14654: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14655: file::load[;http:// GET/POST $.form[$.fields started, not tested
14656: yet todo:$.field[table] for multiple values
1.95 moko 14657:
1.211 moko 14658: * operators.ru.txt, operators.txt: new: http:// options $.user
14659: $.password basic authorization
1.95 moko 14660:
14661: * src/main/pa_common.C: beauty: link to rtf added
14662:
1.211 moko 14663: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14664: src/main/pa_common.C: new: http:// options $.user $.password
14665: basic authorization
1.95 moko 14666:
14667: * src/main/pa_common.C: beauty: removed needless vars
14668:
1.211 moko 14669: * operators.ru.txt, operators.txt: new: pgsql option [like that
14670: recently added to oracle driver]
14671: ClientCharset=parser-charset << charset in which parser thinks
14672: client works
14673:
14674: * operators.ru.txt, operators.txt: new: odbc option [like that
14675: recently added to oracle driver]
14676: ClientCharset=parser-charset << charset in which parser thinks
14677: client works
1.95 moko 14678:
14679: * src/sql/pa_sql_driver.h: beauty: important warning added
14680:
14681: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14682: char!
14683:
14684: * etc/parser3.charsets/windows-1251.cfg: typo
14685:
14686: 2004-03-04 paf
14687:
14688: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14689: cached, sql transcoding now goes faster
14690:
1.211 moko 14691: * operators.ru.txt, operators.txt: new: mysql option [like that
14692: recently added to oracle driver]
14693: ClientCharset=parser-charset << charset in which parser thinks
14694: client works
1.95 moko 14695:
14696: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14697: typo error
14698:
14699: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14700: chars commented
14701:
14702: 2004-03-03 paf
14703:
14704: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14705: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14706:
14707: 2004-03-02 paf
14708:
1.211 moko 14709: * operators.ru.txt, operators.txt: new[update typo]:
14710: !^void.left(n) nothing !^void.right(n) nothing
14711: !^void.mid(p[;n]) nothing
14712:
14713: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14714: !^void.left(n) nothing !^void.right(n) nothing
14715: !^void.pos(p[;n]) nothing
1.95 moko 14716:
1.211 moko 14717: * operators.ru.txt, operators.txt, src/classes/file.C,
14718: src/include/pa_string.h: new:
1.95 moko 14719: ^file::sql[[name_to_become_$.name]]{} query result must be one
14720: row with columns: first: data second: file name third:
14721: content-type
14722:
1.211 moko 14723: * operators.ru.txt, operators.txt, src/classes/file.C:
14724: ^file.sql-string[] inside ^connect gets properly escaped string,
14725: which can be passed to request now this for mysql only. it's up
14726: to parser sql driver to fix zeros properly
1.95 moko 14727:
14728: * INSTALL: note: added on building apache with this option:
14729: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14730:
14731: 2004-03-01 paf
14732:
14733: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14734: extension memory:compact befor processingrequest
14735:
1.211 moko 14736: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14737: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14738:
1.211 moko 14739: * operators.ru.txt, operators.txt, src/classes/image.C,
14740: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14741: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14742:
14743: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14744: beauty: image -- less checks [were ugly impl]
14745:
14746: * src/classes/string.C: bugfix: ^string.left/right/mid with
14747: negative values now considered bad
14748:
14749: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14750:
14751: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14752: options now have unified defaults [after transform
14753: indent/omit-xml-declaration/standalone 'default' erroreously
14754: meant 'true']
14755:
14756: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14757: added [on some platforms gethostbyname failed with such
14758: 'domains']
14759:
14760: * src/include/pa_config_auto.h.in: no select check, no define
14761:
14762: * src/classes/string.C: feature: ^string.trim both parameters may
14763: be empty-strings, meaning kind=both chars=whitespaces
14764:
14765: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14766: exist
14767:
14768: * src/classes/string.C: check: trim 'chars' must not be empty,
14769: exception if it is
14770:
14771: * src/classes/string.C: changed: ^string.trim [] << both,
14772: whitespaces [start|both|end] << kind, whitespaces
14773: [start|both|end;chars] full
14774:
14775: 2004-02-27 paf
14776:
1.211 moko 14777: * operators.ru.txt, operators.txt, src/classes/string.C,
14778: src/main/pa_string.C: new method:
14779: ^string.trim[start|both|end[;chars]] default 'chars' --
14780: whitespace chars finished
1.95 moko 14781:
1.211 moko 14782: * operators.ru.txt, operators.txt, src/classes/string.C,
14783: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14784: ^string.trim[start|both|end[;chars]] default 'chars' --
14785: whitespace chars started, only start works
14786:
14787: * src/main/compile.C: bugfix: line numbers after
14788: ^process{}[$.line(-10]] can be negative, allowed to print they as
14789: signed
14790:
14791: * src/main/untaint.C: speed: there's no \n chars in output
14792: [normally], so no need to optimize them they could be retrived
14793: from databases, though. but 1. should be replaced 2. if not
14794: optimized, no harm done
14795:
14796: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14797: ^file::exec/cgi could return invalid status & zombie child can
14798: remain for short period until process exists [very bad in
14799: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14800:
14801: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14802: malicious SMTP server to attack as by returning too long status
14803: responses http://i2/tasks/edit/?id=4629448401140924947
14804:
14805: 2004-02-26 paf
14806:
1.211 moko 14807: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14808: has options] which are $.main[to what to rename @main]
1.95 moko 14809: $.file[file, from which (user says) goes that CODE]
14810: $.lineno(line number in that file, where CODE starts. may be
14811: negative)
14812:
1.211 moko 14813: * operators.ru.txt, operators.txt, src/classes/op.C,
14814: src/include/pa_request.h, src/main/compile.C,
14815: src/main/compile_tools.h, src/main/pa_request.C: feature:
14816: ^process...{CODE}[now has options] which are $.main[to
14817: what to rename @main] $.file[file, from which (user says)
14818: goes that CODE] $.lineno(line number in that file, where
14819: CODE starts. may be negative)
14820:
1.95 moko 14821: 2004-02-25 paf
14822:
1.116 moko 14823: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14824: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14825:
14826: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14827: produces hash of column=>1
14828:
14829: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14830: with incomplete errno constants set
14831:
14832: 2004-02-24 paf
14833:
14834: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14835: "man select"
14836:
14837: * src/main/pa_os.C: beauty: <0 better then ==-1
14838:
14839: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14840:
14841: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14842:
1.116 moko 14843: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14844:
14845: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14846: unix: steps to work on unix [extracted 'to']
14847:
14848: * src/classes/mail.C: smtp on unix: steps to work on unix
14849:
14850: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14851:
1.116 moko 14852: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14853: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14854: unix [testing on solaris]
1.95 moko 14855:
14856: 2004-02-20 paf
14857:
14858: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14859: pointing that out
14860:
14861: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14862: fixed again [same solution, mistanenly removed one line]
14863:
14864: 2004-02-19 paf
14865:
14866: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14867: date::create from bad datetime in spring daylightsaving hole now
14868: OK for all platforms [on some platforms it failed]
14869:
14870: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14871: in daylightsaving hole] now throws error
14872:
14873: * src/classes/date.C: comment: mistake fixed
14874:
14875: 2004-02-18 paf
14876:
14877: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14878: now renderes in $request:charset, but in header puts
14879: $response:charset todo: make that default only so that coder
14880: could override that
14881:
14882: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14883: turns off omit-xml-declaration
14884:
14885: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14886: /.xsl for sample
14887:
14888: 2004-02-17 paf
14889:
14890: * src/classes/xdoc.C: beauty: needless helper class removed
14891:
14892: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14893: copied extra time
14894:
14895: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14896: part of libxml
14897:
14898: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14899: libxml to do the work] <xsl:output method="html"
14900: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14901: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14902: />
14903:
14904: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14905:
14906: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14907: caused assertion
14908:
14909: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14910: could hang. now such add does nothing, sub clears $hash
14911:
14912: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14913: not made quoted-printable
14914:
14915: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14916: string invariant
14917:
14918: 2004-02-16 paf
14919:
14920: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14921: cleared [were not cleared properly]
14922:
14923: 2004-02-13 paf
14924:
1.116 moko 14925: * src/include/pa_version.h: prerelease
1.95 moko 14926:
14927: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14928: used, introducing dependencies timestamp check
14929:
14930: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14931: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14932: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14933: .xsl.stamp now not used, introducing dependencies timestamp check
14934:
1.150 moko 14935: * configure.in: auto.p: @conf made relative
1.95 moko 14936:
14937: 2004-02-12 paf
14938:
14939: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14940: ruined empty <input type=file> submits. parser thought there were
14941: nameless empty file and $form:field got value of type 'file'
14942:
14943: * INSTALL: --without-threads
14944:
14945: * src/include/pa_sapi.h: 2004
14946:
14947: 2004-02-11 paf
14948:
14949: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14951: classes/hashfile.C, classes/image.C, classes/int.C,
14952: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14953: classes/response.C, classes/string.C, classes/table.C,
14954: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14955: include/pa_array.h, include/pa_cache_managers.h,
14956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14957: include/pa_config_fixed.h, include/pa_config_includes.h,
14958: include/pa_dictionary.h, include/pa_dir.h,
14959: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14960: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14961: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14962: include/pa_request_charsets.h, include/pa_request_info.h,
14963: include/pa_socks.h, include/pa_sql_connection.h,
14964: include/pa_sql_driver_manager.h, include/pa_stack.h,
14965: include/pa_string.h, include/pa_stylesheet_connection.h,
14966: include/pa_stylesheet_manager.h, include/pa_table.h,
14967: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14968: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14969: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14970: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14971: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14972: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14973: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14974: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14975: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14976: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14977: main/pa_sql_driver_manager.C, main/pa_string.C,
14978: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14979: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14980: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14981: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14982: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14983: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14984: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14985: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14986: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14987: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14988: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14989: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14990: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14991: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14992: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14993: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14994: types/pa_vresponse.h, types/pa_vstateless_class.C,
14995: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14996: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14997: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14998: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14999: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15000: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
15001:
15002: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
15003: debug version of gc.dll
15004:
15005: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
15006: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
15007: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
15008: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
15009: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
15010: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
15011: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
15012: processes
15013:
15014: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
15015: main/pa_globals.C, targets/cgi/parser3.vcproj,
15016: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
15017: changes to reflect libxml xsl new folders
15018:
15019: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
15020: lib/smtp/smtp.vcproj, main/main.vcproj,
15021: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
15022: to reflect libxml xsl new folders
15023:
15024: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
15025: lib/smtp/smtp.vcproj, main/main.vcproj,
15026: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
15027: types/types.vcproj: started changes to reflect libxml xsl new
15028: folders
15029:
15030: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
15031: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
15032: src/main/compile.tab.C, src/main/main.vcproj,
15033: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
15034: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15035: started changes to reflect libxml xsl new folders
15036:
15037: 2004-02-10 paf
15038:
15039: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
15040: compile. recommened latest libxml up to date
15041:
15042: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
15043: pattern compilation errors", on which spent 4 hours worktime. use
15044: versions higher than that. recommended now latest up to date
15045:
15046: 2004-02-06 paf
15047:
15048: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
15049: beauty: unified destructing style
15050:
15051: * src/main/untaint.C: beauty: removed old def/ifdef
15052:
15053: * src/main/untaint.C: beauty: coredump @unknown untaint language
15054: now
15055:
15056: 2004-02-03 paf
15057:
15058: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
15059: targets/isapi/parser3isapi.C, types/pa_value.C,
15060: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
15061: then %ld/%lu
15062:
15063: * src/main/pa_common.C: typo: %l -> %u
15064:
15065: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
15066: in attributes or documents-results of transform now not xx;
15067:
15068: * src/classes/xnode.C: memleaks found: not fixed yet. todo
15069:
15070: * src/main/pa_charset.C: bugfix: forgot to undo some
15071:
15072: * src/main/pa_charset.C: beauty: uncomment
15073: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
15074: libraries
15075:
15076: 2004-02-02 paf
15077:
15078: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
15079: $cookie:example[ $.value[value] $.path[/there/] ]
15080:
15081: $cookie:example[ $.value[] $.expires[session]
15082: $.path[/there/] $.domain[test.com] ]
15083:
15084: * src/types/pa_vform.C: bugfix: empty values with
15085: enctype=multipart/form-data now produce entries in $form:tables
15086: <form method=post enctype=multipart/form-data> <input type=hidden
15087: name=a> <input type=hidden name=b>
15088:
15089: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
15090: <hr> <pre>$request:body
15091:
15092: 2004-01-30 paf
15093:
15094: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
15095: or documents-results of transform now not xx;
15096:
15097: * src/classes/date.C: bugfix: ^date::create[invalid fields now
15098: produce exception.
15099:
15100: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
15101: bugfix: ^date::create[invalid fields now produce exception.
15102:
15103: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
15104: year] now produces exception. todo: check other fields
15105:
15106: 2004-01-29 paf
15107:
15108: * src/include/pa_memory.h: typo error
15109:
15110: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
15111: more byte then specified, then zeroed it << useless and
15112: potentially harmful(could gpf)
15113:
15114: 2004-01-22 paf
15115:
15116: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
15117:
15118: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
15119: optimization
15120:
15121: * src/main/untaint.C: bugfix: whitespace now optimized properly
15122: [were bug: ^taint[1 & 2]="1 &2"
15123:
15124: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
15125: errors
15126:
15127: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
15128: overflow
15129:
15130: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
15131: error-reporting code * in parser-error reporting code [when no
15132: @unhandled_exception defined]
15133:
15134: fixed in one place: my *snprintf override
15135:
15136: 2004-01-13 paf
15137:
1.211 moko 15138: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15139:
15140: 2003-12-25 paf
15141:
15142: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15143: garbled [pieces after zero bytes were removed]
15144:
15145: 2003-12-22 paf
15146:
1.116 moko 15147: * src/include/Makefile.am: bugfix: removed from dist:
15148: src/include/pa_config_auto.h which were configured for
1.95 moko 15149: make-dist-platform and badly updated proper config file in target
15150: [when .tar used for updating existing source tree]
15151:
1.211 moko 15152: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15153: src/include/pa_sql_connection.h,
15154: src/include/pa_sql_driver_manager.h,
15155: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15156: feature: sql introducing ability to transcode charsets
15157:
15158: 2003-12-19 paf
15159:
15160: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15161: error message
15162:
15163: * src/main/pa_charset.C: bugfix: memory for charsethandler
15164: structure for libxml now allocated properly
15165:
15166: 2003-12-17 paf
15167:
15168: * src/types/pa_vfile.C: beauty: removed outdated cast
15169:
15170: * src/main/pa_common.C: bugfix: empty http response caused gpf
15171:
15172: * src/include/pa_string.h: bugfix: removed too strong a assert
15173:
15174: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15175: unreported xmlGenericErrors]
15176:
15177: 2003-12-15 paf
15178:
15179: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15180: works}
15181:
15182: 2003-12-11 paf
15183:
1.211 moko 15184: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15185: !$status:pid process id
1.95 moko 15186: !$status:tid thread id
15187:
15188: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15189: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15190: bugfix(solaris): removed dependency on object initialization
15191: order [one more place]
15192:
15193: * src/: classes/file.C, classes/mail.C, classes/op.C,
15194: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15195: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15196: understand that
15197:
15198: * src/: classes/file.C, classes/mail.C, classes/op.C,
15199: classes/xdoc.C, include/pa_cache_managers.h,
15200: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15201: include/pa_stylesheet_manager.h, main/pa_request.C,
15202: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15203: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15204: ctor call [relying on implicit String::Body(cstr) call]
15205:
15206: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15207: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15208: object initialization order [two places]
15209:
15210: 2003-12-10 paf
15211:
15212: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15213: << time now ok
15214:
1.211 moko 15215: * operators.ru.txt, operators.txt,
15216: src/main/pa_sql_driver_manager.C,
1.95 moko 15217: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15218: operational
15219:
1.211 moko 15220: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15221: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15222: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15223: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15224: back operational
15225:
15226: 2003-12-02 paf
15227:
15228: * src/types/pa_vmail.C: bugfix:
15229: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15230: as-is forced]
15231:
15232: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15233: exceptions out of libxml callbacks: reimplemented error handling
15234: of http://localhost, parser://method and safemode check callbacks
15235:
15236: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15237: [merged from HEAD]
15238:
15239: * src/classes/image.C: nothing: comment removed
15240:
15241: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15242: addresses to int
15243:
15244: 2003-12-01 paf
15245:
15246: * src/main/pa_xml_io.C: bugfix: typo
15247:
15248: * src/main/pa_globals.C: bugfix: win32: compile prob
15249:
15250: * src/classes/xdoc.C: bugfix: typo
15251:
15252: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15253: exception
15254:
15255: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15256:
15257: 2003-11-28 paf
15258:
15259: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15260: all xml documents read
15261:
15262: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15263:
15264: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15265: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15266: replaced original open mech of xdoc::create & co to use libxml
15267: open, so that this would work for root document todo: safe mode
15268: checks to libxml: ideally to some 1 point
15269:
15270: * src/main/pa_xml_io.C: comment
15271:
1.211 moko 15272: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15273: in http://parser[abscent params]
1.95 moko 15274:
1.211 moko 15275: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15276: src/main/pa_xml_io.C: works. todo: maybe replace original open
15277: mech of xdoc::create & co to use libxml open, so that this would
15278: work for root document
1.95 moko 15279:
15280: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15281: "parser://method/params/here"> <test> &test^; </test> }]
15282:
15283: ^taint[^xdoc.string[]]
15284:
15285: @method[param] <!ENTITY test
15286: "test-entity-value+$form:user+$param!">
15287:
15288: 2003-11-27 paf
15289:
15290: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15291:
15292: * src/classes/date.C: bugfix: typo error
15293:
15294: 2003-11-26 paf
15295:
1.211 moko 15296: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15297: src/include/pa_globals.h, src/main/Makefile.am,
15298: src/main/main.vcproj, src/main/pa_globals.C,
15299: src/main/pa_request.C, src/include/pa_xml_io.h,
15300: src/main/pa_xml_io.C: simplification: xml errors to
15301: hash<thread_id,error> reorganization: xml io moved to
15302: pa_xml_io.C/h
1.95 moko 15303:
15304: * src/types/pa_value.h: warnings: --
15305:
15306: 2003-11-25 paf
15307:
15308: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15309: whatever)
15310:
15311: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15312: a, (c?x:y, z)
15313:
15314: * src/main/untaint.C: bugfix: consequences of not reading this
15315: comment: CORD_pos_chars_left /* Number of characters in cache.
15316: <= 0 ==> none */
15317:
15318: * src/include/pa_array.h: removed needless checks
15319:
15320: 2003-11-24 paf
15321:
15322: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15323: removed limit: now $form:xxx can be accessed anytime, even in
15324: @auto/conf [and request/response:charset still can be changed
15325: anytime]
15326:
15327: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15328: now not transcodes response body
15329:
1.211 moko 15330: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15331: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15332: $tn[^xdoc.createTextNode[text node value]]
15333: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15334: $xdoc.firstChild.firstChild.nodeValue[different]
15335: ^taint[^xdoc.string[]]
15336:
15337: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15338: workaround: static Hash::allocates -> static Hash_allocates
15339:
15340: 2003-11-21 paf
15341:
1.116 moko 15342: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15343: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15344: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15345:
15346: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15347:
15348: * src/classes/mail.C: bugfix: typo
15349:
15350: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15351: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15352: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15353: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15354: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15355: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15356:
15357: * src/main/pa_exec.C: bug in safe mode
15358:
15359: * src/include/Makefile.am: pa_xml_exception.h
15360:
15361: * src/targets/isapi/parser3isapi.C: more warnings --
15362:
15363: 2003-11-20 paf
15364:
15365: * src/: classes/math.C, classes/op.C, classes/string.C,
15366: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15367: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15368: --
15369:
15370: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15371: more warnings --
15372:
15373: * src/classes/xdoc.C: more warnings --
15374:
15375: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15376:
15377: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15378: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15379:
15380: * src/: classes/date.C, classes/file.C, classes/hash.C,
15381: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15382: classes/table.C, include/pa_cache_managers.h,
15383: include/pa_stylesheet_connection.h, main/pa_request.C,
15384: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15385: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15386: --
15387:
15388: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15389: can't report problem (undefined @unhandled_exception) problem
15390: source string were not reported
15391:
15392: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15393: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15394: classes/hashfile.C, classes/image.C, classes/int.C,
15395: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15396: classes/response.C, classes/string.C, classes/table.C,
15397: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15398: include/pa_array.h, include/pa_cache_managers.h,
15399: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15400: include/pa_config_fixed.h, include/pa_dictionary.h,
15401: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15402: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15403: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15404: include/pa_request.h, include/pa_request_charsets.h,
15405: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15406: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15407: include/pa_stack.h, include/pa_string.h,
15408: include/pa_stylesheet_connection.h,
15409: include/pa_stylesheet_manager.h, include/pa_table.h,
15410: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15411: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15412: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15413: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15414: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15415: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15416: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15417: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15418: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15419: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15420: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15421: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15422: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15423: targets/isapi/parser3isapi.C, types/pa_junction.h,
15424: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15425: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15426: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15427: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15428: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15429: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15430: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15431: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15432: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15433: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15434: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15435: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15436: types/pa_vresponse.h, types/pa_vstateless_class.C,
15437: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15438: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15439: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15440: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15441: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15442: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15443: const IDENT
15444:
15445: * src/: include/pa_array.h, include/pa_pool.h,
15446: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15447: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15448: types/pa_wcontext.h: more warnings --
15449:
15450: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15451: classes/file.C, classes/hash.C, classes/hashfile.C,
15452: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15453: classes/memory.C, classes/op.C, classes/string.C,
15454: classes/table.C, classes/xdoc.C, classes/xnode.C,
15455: include/pa_config_includes.h, include/pa_operation.h,
15456: include/pa_sql_connection.h, include/pa_table.h,
15457: include/pa_types.h, lib/ltdl/config_fixed.h,
15458: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15459: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15460: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15461: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15462: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15463: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15464: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15465: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15466: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15467: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15468: types/pa_vmail.C, types/pa_vobject.C,
15469: types/pa_vstateless_class.h, types/pa_vtable.C,
15470: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15471: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15472: on all projects (except libltdl=off & libsdbm=level3) found
15473: several unitialized vars
15474:
15475: 2003-11-19 paf
15476:
15477: * src/classes/op.C: more ansi C++ comp
15478:
1.211 moko 15479: * operators.ru.txt, operators.txt, src/classes/op.C,
15480: src/include/pa_request.h, src/main/pa_request.C:
15481: ^cache[...]{body}{catch block with $exception.handled[cache]
15482: meaning "get expired cache, if any. else error"}
1.95 moko 15483:
15484: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15485: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15486: ^cache[...]{body}{catch code with $exception.cache field}
15487:
15488: 2003-11-12 paf
15489:
15490: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15491: [copy/paste bug]
15492:
15493: 2003-11-11 paf
15494:
15495: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15496: failed]
15497:
15498: 2003-11-10 paf
15499:
15500: * src/types/pa_vconsole.h: flush
15501:
1.211 moko 15502: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15503: src/types/Makefile.am, src/types/types.vcproj,
15504: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15505:
1.211 moko 15506: * operators.ru.txt, operators.txt: mysql: transaction support:
15507: ?autocommit=0
1.95 moko 15508:
1.211 moko 15509: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15510:
15511: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15512: serialize version and exipire now removes entries
15513:
1.211 moko 15514: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15515: altogether [and dir, if could]
1.95 moko 15516:
15517: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15518: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15519: removes files altogether [and dir, if could]
15520:
15521: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15522: nonexistent pair. .c coded that that was error. fixed
15523:
15524: * src/types/pa_vhashfile.C: sdbm: exception type change to
15525: file.access [regretfull can't split it to different exceptions
15526: without modifying sdbm source wich would prefer not to]
15527:
15528: 2003-11-07 paf
15529:
15530: * src/: classes/date.C, classes/file.C, classes/hash.C,
15531: classes/hashfile.C, classes/image.C, classes/table.C,
15532: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15533: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15534: main/execute.C, main/main.vcproj, main/pa_pool.C,
15535: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15536: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15537: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15538: destructing objects at request processing end
15539:
15540: 2003-11-06 paf
15541:
15542: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15543: updates
15544:
15545: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15546: to include sdbm
15547:
1.116 moko 15548: * src/include/: pa_config_includes.h, pa_version.h: our
15549: replacements of max& co only for cpp
1.95 moko 15550:
15551: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15552: upper dir, .am updated
15553:
15554: * tests/todo.txt: hashfile: done
15555:
1.211 moko 15556: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15557: hashfile: clear & expiration [time in value. todo: move time to
15558: key]
1.95 moko 15559:
15560: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15561:
15562: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15563: to do that in foreach, no errors, but surely wrong]
15564:
1.211 moko 15565: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15566: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15567:
1.211 moko 15568: * operators.ru.txt, operators.txt, src/classes/hash.C,
15569: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15570: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15571:
15572: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15573: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15574: hashfile: hash
1.95 moko 15575:
1.211 moko 15576: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15577: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15578: tests/todo.txt: hashfile: delete
1.95 moko 15579:
15580: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15581: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15582: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15583: get/put [raw]
15584:
15585: * src/: classes/op.C, main/pa_os.C: just linked
15586:
15587: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15588: XmlException changes
15589:
15590: * src/: include/pa_charset.h, include/pa_globals.h,
15591: include/pa_stylesheet_connection.h, main/pa_exception.C:
15592: XmlException changes
15593:
15594: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15595:
15596: * src/: include/pa_common.h, include/pa_exception.h,
15597: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15598: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15599: main/pa_xml_exception.C: locking move to pa_os [along with
15600: pa_sleep] apr-impl locking done
15601:
1.211 moko 15602: * configure, configure.in, operators.ru.txt, operators.txt,
15603: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15604: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15605: src/include/pa_exception.h, src/include/pa_globals.h,
15606: src/include/pa_memory.h, src/include/pa_version.h,
15607: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15608: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15609: src/main/compile.tab.C, src/main/main.vcproj,
15610: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15611: src/types/Makefile.am, src/types/pa_vhash.C,
15612: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15613: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15614: again with sdbm from apache
15615:
15616: 2003-11-05 paf
15617:
15618: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15619: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15620: \parser3project dir anymore
15621:
15622: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15623: thoughtlessly from xalan]
15624:
15625: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15626: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15627: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15628:
15629: * src/main/helpers/CaseFolding.txt:
15630: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15631:
15632: 2003-11-04 paf
15633:
1.211 moko 15634: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15635:
15636: * src/classes/table.C: compiled on unix
15637:
1.116 moko 15638: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15639:
15640: * src/classes/mail.C: compiled on unix
15641:
1.211 moko 15642: * operators.ru.txt, operators.txt, src/classes/mail.C,
15643: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15644: $.options[unix: string to append to sendmail command
15645: line]
15646:
1.211 moko 15647: * operators.ru.txt, operators.txt, src/classes/table.C,
15648: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15649: $.separator[^#09] $.encloser["] <nothing> by default
15650:
15651: * operators.ru.txt, operators.txt, src/classes/table.C,
15652: tests/todo.txt: ^table::load !$.separator[^#09]
15653: !$.encloser["] <nothing> by default
1.95 moko 15654:
15655: 2003-11-03 paf
15656:
1.211 moko 15657: * operators.ru.txt, operators.txt, src/classes/table.C,
15658: src/main/pa_common.C: ^table::load[; options:
15659: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15660:
1.211 moko 15661: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15662: src/types/pa_vrequest.C: $request:document-root
15663:
15664: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15665: [already included into uri=xxx]
15666:
1.211 moko 15667: * operators.ru.txt, operators.txt, src/classes/image.C,
15668: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15669:
15670: * src/classes/date.C: minor precaution
15671:
1.211 moko 15672: * operators.ru.txt, operators.txt, src/classes/date.C:
15673: !^date::unix-timestamp()
1.95 moko 15674: !^date.unix-timestamp[]
15675:
15676: 2003-10-30 paf
15677:
1.211 moko 15678: * operators.ru.txt, operators.txt, src/classes/date.C,
15679: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15680: $date.hour
1.95 moko 15681:
15682: * src/classes/: date.C, image.C: improvement diagnostics:
15683: $now[^date::create[$undefined]] now is error
15684:
15685: * src/main/pa_common.C: read errors would now be reported 'actually
15686: read -1 bytes'
15687:
15688: 2003-10-24 paf
15689:
15690: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15691: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15692: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15693: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15694:
15695: 2003-10-22 paf
15696:
15697: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15698:
15699: 2003-10-21 paf
15700:
1.211 moko 15701: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15702: src/main/pa_string.C: fixed: string.match[g] without <'> option
15703: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15704:
15705: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15706: recoursion' message with intensive throw-catches fixed: incorrect
15707: name and line (one name upper then needed) in error message about
15708: problems inside try block
15709:
15710: 2003-10-10 paf
15711:
15712: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15713: check offset argument for validity did that in String::Body::pos
15714: myself http://i2/tasks/edit/?id=4577425257580789777
15715:
15716: 2003-10-07 paf
15717:
15718: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15719: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15720:
15721: 2003-10-03 paf
15722:
15723: * parser3.sln, src/include/pa_dictionary.h,
15724: src/main/pa_dictionary.C, src/main/pa_string.C,
15725: src/targets/cgi/parser3.vcproj: dictionary optimized by
15726: precalculating cstr&length
15727:
15728: 2003-10-02 paf
15729:
15730: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15731: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15732: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15733: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15734:
15735: 2003-09-30 paf
15736:
15737: * src/main/pa_string.C: string::replace bug fix [were ignoring
15738: occurrances after lang-mismatched
15739:
15740: 2003-09-29 paf
15741:
15742: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15743: helper
15744:
15745: * src/main/pa_string.C: string::serialize bug fix with
15746: zero-terminator
15747:
15748: * src/classes/table.C: ^nameless_table.save column row now has no
15749: \t at the end
15750:
15751: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15752: @postprocess now takes $response:body/download
15753:
15754: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15755: error message
15756:
15757: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15758:
15759: * src/classes/table.C: bugfix: flip: must produce nameless
15760: http://i2/tasks/edit/?id=4573405524674081244
15761:
15762: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15763: main/helpers/simple_folding.pl: utf-8 upper/lower
15764:
15765: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15766: to typo error http://i2/tasks/edit/?id=4573354650786434584
15767:
15768: 2003-09-26 paf
15769:
15770: * src/main/untaint.C: removed needless field
15771:
15772: * src/main/untaint.C: removed needless const
15773:
15774: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15775: String.for_each bug fixed [omited one-char cases]
15776:
15777: * src/include/pa_stack.h: bugfix: before collecting garbage,
15778: runtime-executor stack were cleared... BADLY
15779:
15780: * src/main/pa_string.C: ^stirng.replace code used old
15781: param-convention on langs.append, fixed that search fo the like,
15782: found none
15783:
15784: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15785: string::serialize/deserialize implemented Language enum assigned
15786: meaningful letters [more convinient for debugging. read warning
15787: before adding/changing anything]
15788:
15789: 2003-09-25 paf
15790:
15791: * src/: include/pa_string.h, include/pa_version.h,
15792: main/pa_string.C, main/untaint.C: templates and anonymous unions
15793: differences on unix
15794:
15795: * parser3.sln, src/classes/file.C, src/classes/image.C,
15796: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15797: src/classes/xdoc.C, src/classes/xnode.C,
15798: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15799: src/include/pa_charsets.h, src/include/pa_common.h,
15800: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15801: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15802: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15803: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15804: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15805: src/main/compile_tools.h, src/main/pa_charset.C,
15806: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15807: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15808: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15809: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15810: src/types/pa_vmail.C, src/types/pa_vmath.C,
15811: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15812: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15813:
15814: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15815: functions aligned to that of eeparser3 look
15816:
15817: * src/lib/cord/cordprnt.c: removed warnings
15818:
15819: 2003-09-24 paf
15820:
15821: * src/: classes/file.C, classes/image.C, classes/mail.C,
15822: classes/op.C, classes/xdoc.C, classes/xnode.C,
15823: include/pa_cache_managers.h, include/pa_charset.h,
15824: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15825: include/pa_sql_driver_manager.h, include/pa_string.h,
15826: include/pa_stylesheet_manager.h, include/pa_table.h,
15827: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15828: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15829: main/pa_sql_driver_manager.C, main/pa_string.C,
15830: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15831: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15832: types/pa_vstateless_class.h, types/pa_vstatus.C,
15833: types/pa_vxnode.C: v() functions of String::Body,
15834: String::Languages and String itself StringBody->String::Body
15835:
15836: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15837: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15838: never optimized anything. todo: somehow speed up harder cases:
15839: concatenationA+concatenationB when last block of A and first of B
15840: contain same letters
15841:
15842: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15843: lib/cord/include/cord.h: langs: speed up by joining adjucent
15844: blocks of same char [CORD_append_block]
15845:
15846: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15847: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15848: save space by extending blocks when appending block with c ==
15849: lastblock.c
15850:
15851: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15852: working yet :( but more working &understood :)
15853:
15854: * src/: classes/table.C, include/pa_string.h,
15855: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15856:
15857: 2003-09-23 paf
15858:
15859: * src/main/untaint.C: $a[ok!] $a works!
15860:
15861: * src/main/untaint.C: something even more works :)
15862:
15863: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15864: something more works :)
15865:
15866: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15867: lib/cord/cordxtra.c: something already works :)
15868:
15869: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15870: serialize&deserialize
15871:
15872: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15873: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15874: main/untaint.C: main idea implemented, details left
15875:
15876: 2003-09-22 paf
15877:
15878: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15879:
15880: * src/classes/xnode.C: copy/paste comment bugfix
15881:
15882: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15883: allocator returns 0, just die.
15884: http://i2/tasks/edit/?id=4570798492410259445
15885:
15886: * src/classes/xdoc.C: copy/paste comment bugfix
15887:
15888: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15889: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15890: xnode: getAttributeNS setAttributeNS removeAttributeNS
15891: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15892:
15893: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15894: chars due to bitwise operation signed-char error]
15895:
15896: 2003-09-19 paf
15897:
15898: * src/types/pa_wcontext.C: output message: more practical
15899: suggestion
15900:
1.211 moko 15901: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15902: $f[^file::load[binary;http://...]] $f.tables
15903:
15904: 2003-09-02 paf
15905:
15906: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15907: flush stdout without referencing 'stdout' symbol. to hell with
15908: non-ansi libraries without 'stdout' symbol
15909:
15910: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15911: unix (users reported problems with some old libc)
15912:
15913: * src/types/pa_vdate.h: forgot initializer
15914:
15915: 2003-09-01 paf
15916:
15917: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15918: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15919: zone]
15920:
15921: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15922:
15923: 2003-08-19 paf
15924:
15925: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15926: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15927: simplified a little
15928:
15929: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15930: [lost fix from 3.0.8]
15931:
15932: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15933: visible here }
15934:
15935: bug fix
15936:
15937: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15938:
15939: * src/main/compile.tab.C: initialized couple of variables about
15940: which user reported runtime problems when parser were compiled
15941: with VC7, warning level4. study shows that later in bison
15942: they've fixed that. would migrate to latest bison someday
15943:
15944: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15945: recoding headers)
15946:
15947: * src/types/pa_vmail.C: works as before, same charset problems:
15948: gmime recodes to UTF-8 only headers, not body. so not recoding
15949: anything for now
15950:
15951: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15952: problems with body
15953:
15954: * src/types/pa_vmail.C: mail_receive just compiled
15955:
15956: 2003-08-18 paf
15957:
15958: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15959: main/main.vcproj, types/types.vcproj: win32: continued process
15960: detaching from \parser3project directory
15961:
15962: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15963: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15964: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15965: src/lib/pcre/pcre_dftables.dsp,
15966: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15967: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15968: src/types/types.dsp: moved to MSVC 7
15969:
15970: * gnu.vcproj.vspscc, parser3.vssscc,
15971: src/classes/classes.vcproj.vspscc,
15972: src/lib/cord/cord.vcproj.vspscc,
15973: src/lib/ltdl/libltdl.vcproj.vspscc,
15974: src/lib/md5/md5.vcproj.vspscc,
15975: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15976: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15977: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15978: src/targets/isapi/parser3isapi.vcproj.vspscc,
15979: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15980: moved to MSVC 7
15981:
15982: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15983: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15984: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15985: src/lib/pcre/pcre_dftables.vcproj,
15986: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15987: src/targets/cgi/parser3.vcproj,
15988: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15989: new VS project files
15990:
15991: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15992: .NET to detect Jalindi Igloo capabilities.
15993:
15994: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15995: src/classes/classes.awk, src/doc/footer.htm,
15996: src/include/pa_config_fixed.h, src/include/pa_version.h,
15997: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15998: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15999: src/types/pa_vmail.C: merged 3.1.0 latest changes
16000:
16001: 2003-08-15 paf
16002:
16003: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
16004: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
16005:
16006: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
16007: non-ascii <yyy> now encoded correctly
16008:
16009: 2003-07-29 paf
16010:
1.116 moko 16011: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
16012: dist
1.95 moko 16013:
16014: * src/types/pa_vmail.C: just started --with-mail-receive
16015:
16016: 2003-07-28 paf
16017:
1.116 moko 16018: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
16019: dependence in src/classes, src/lib/gc now in dist
1.95 moko 16020:
16021: * src/main/pa_string.C: ^cache bug fix [were not working at all]
16022:
16023: 2003-07-25 paf
16024:
16025: * src/doc/footer.htm: year
16026:
16027: 2003-07-24 paf
16028:
16029: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
16030: fix
16031:
16032: * src/include/pa_version.h: release
16033:
1.116 moko 16034: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 16035:
16036: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
16037: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
16038: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
16039: getting rid of win32xml pseudo project
16040:
16041: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
16042:
1.116 moko 16043: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 16044: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 16045: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 16046: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 16047: src/classes/classes.C, src/classes/classes.awk,
16048: src/classes/classes.dsp, src/classes/classes.h,
16049: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16050: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16051: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16052: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
16053: src/classes/string.C, src/classes/table.C, src/classes/void.C,
16054: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
16055: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
16056: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 16057: src/include/pa_array.h, src/include/pa_cache_managers.h,
16058: src/include/pa_charset.h, src/include/pa_charsets.h,
16059: src/include/pa_common.h, src/include/pa_config_auto.h.in,
16060: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
16061: src/include/pa_dictionary.h, src/include/pa_dir.h,
16062: src/include/pa_exception.h, src/include/pa_exec.h,
16063: src/include/pa_globals.h, src/include/pa_hash.h,
16064: src/include/pa_memory.h, src/include/pa_opcode.h,
16065: src/include/pa_operation.h, src/include/pa_pool.h,
16066: src/include/pa_pragma_pack_begin.h,
1.95 moko 16067: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
16068: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
16069: src/include/pa_sapi.h, src/include/pa_socks.h,
16070: src/include/pa_sql_connection.h,
16071: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
16072: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
16073: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16074: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 16075: src/include/pa_uue.h, src/lib/Makefile.am,
16076: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
16077: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
16078: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
16079: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 16080: src/lib/cord/include/ec.h,
16081: src/lib/cord/include/private/Makefile.am,
16082: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 16083: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
16084: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 16085: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 16086: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
16087: src/main/compile_tools.C, src/main/compile_tools.h,
16088: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
16089: src/main/pa_cache_managers.C, src/main/pa_charset.C,
16090: src/main/pa_charsets.C, src/main/pa_common.C,
16091: src/main/pa_dictionary.C, src/main/pa_dir.C,
16092: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 16093: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
16094: src/main/pa_request.C, src/main/pa_socks.C,
16095: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16096: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 16097: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
16098: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
16099: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
16100: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
16101: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16102: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
16103: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 16104: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
16105: src/targets/isapi/parser3isapi.dsp,
16106: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 16107: src/types/pa_junction.h, src/types/pa_method.h,
16108: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 16109: src/types/pa_vclass.C, src/types/pa_vclass.h,
16110: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16111: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16112: src/types/pa_vdouble.h, src/types/pa_venv.h,
16113: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16114: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16115: src/types/pa_vimage.C, src/types/pa_vimage.h,
16116: src/types/pa_vint.h, src/types/pa_vjunction.h,
16117: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
16118: src/types/pa_vmath.h, src/types/pa_vmemory.h,
16119: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16120: src/types/pa_vobject.C, src/types/pa_vobject.h,
16121: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16122: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16123: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16124: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16125: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16126: src/types/pa_vstring.h, src/types/pa_vtable.C,
16127: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16128: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16129: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16130: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16131: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
16132: HEAD
16133:
16134: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
16135: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16136: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16137: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16138: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16139: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16140: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16141: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16142: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16143: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16144: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16145: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16146: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16147: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16148: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16149: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16150: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16151: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16152: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16153: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16154: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16155: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16156: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16157: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16158: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16159: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16160: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16161: outputs/create-dir, results/001.processed, results/002.processed,
16162: results/003.processed, results/004.processed,
16163: results/005.processed, results/006.processed,
16164: results/007.processed, results/008.processed,
16165: results/009.processed, results/010.processed,
16166: results/011.processed, results/012.processed,
16167: results/013.processed, results/014.processed,
16168: results/015.processed, results/016.processed,
16169: results/017.processed, results/018.processed,
16170: results/019.processed, results/020.processed,
16171: results/021.processed, results/022.processed,
16172: results/023.processed, results/024.processed,
16173: results/025.processed, results/026.processed,
16174: results/027.processed, results/028.processed,
16175: results/029.processed, results/030.processed,
16176: results/031.processed, results/032.processed,
16177: results/033.processed, results/034.processed,
16178: results/035.processed, results/036.processed,
16179: results/037.processed, results/038.processed,
16180: results/039.processed, results/040.processed,
16181: results/041.processed, results/042.processed,
16182: results/043.processed, results/044.processed,
16183: results/045.processed, results/046.processed,
16184: results/047.processed, results/048.processed,
16185: results/049.processed, results/050.processed,
16186: results/051.processed, results/052.processed,
16187: results/053.processed, results/054.processed,
16188: results/055.processed, results/056.processed,
16189: results/057.processed, results/058.processed,
16190: results/059.processed, results/060.processed,
16191: results/061.processed, results/062.processed,
16192: results/063.processed, results/064.processed,
16193: results/065.processed, results/066.processed,
16194: results/067.processed, results/068.processed,
16195: results/069.processed, results/070.processed,
16196: results/071.processed, results/072.processed,
16197: results/073.processed, results/074.processed,
16198: results/075.processed, results/076.processed,
16199: results/077.processed, results/078.processed,
16200: results/079.processed, results/080.processed,
16201: results/081.processed, results/082.processed,
16202: results/083.processed, results/084.processed,
16203: results/085.processed, results/086.processed,
16204: results/087.processed, results/088.processed,
16205: results/089.processed, results/090.processed,
16206: results/091.processed, results/092.processed,
16207: results/093.processed, results/094.processed,
16208: results/095.processed, results/096.processed,
16209: results/097.processed, results/098.processed,
16210: results/099.processed, results/100.processed,
16211: results/101.processed, results/102.processed,
16212: results/103.processed, results/104.processed,
16213: results/105.processed, results/106.processed,
16214: results/107.processed, results/108.processed,
16215: results/109.processed, results/110.processed,
16216: results/111.processed, results/112.processed,
16217: results/113.processed, results/114.processed,
16218: results/115.processed, results/116.processed,
16219: results/117.processed, results/118.processed,
16220: results/119.processed, results/120.processed,
16221: results/121.processed, results/122.processed,
16222: results/123.processed, results/124.processed,
16223: results/125.processed, results/126.processed,
16224: results/127.processed, results/128.processed,
16225: results/129.processed, results/130.processed,
16226: results/131.processed, results/132.processed,
16227: results/133.processed, results/134.processed,
16228: results/135.processed, results/136.processed,
16229: results/137.processed, results/138.processed,
16230: results/139.processed, results/140.processed,
16231: results/141.processed: merged(copied) to HEAD from template_gc
16232:
16233: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16234: towards \parser3project not having to be in root
16235:
16236: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16237: module compiled [were minor unnecessary changes in lib/md5
16238: interface]
16239:
16240: * src/include/pa_version.h: release
16241:
16242: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16243:
16244: * src/classes/math.C: merged uuid bugfix
16245:
16246: * tests/: 141.html, results/141.processed: fixed bug with
16247: too-small-a-buffer
16248:
16249: * src/classes/math.C: uuid bugfix
16250:
16251: * tests/: 141.html, Makefile, results/005.processed,
16252: results/030.processed, results/075.processed,
16253: results/078.processed: to reflect date format change (were -
16254: become ' ')
16255:
16256: * src/classes/math.C: uuid bugfix
16257:
16258: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16259: debug/release changes
16260:
16261: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16262:
16263: 2003-07-23 paf
16264:
16265: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16266: renamed a little [to move to comman naming conv]
16267:
1.116 moko 16268: * src/targets/Makefile.am: apache13 splitted to simplify apache
16269: build
1.95 moko 16270:
16271: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16272: main/pa_request.C, main/pa_sql_driver_manager.C,
16273: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16274: stack top_index() fixed
16275:
16276: * src/main/pa_globals.C: minor style changes
16277:
16278: * src/: classes/op.C, include/pa_sql_connection.h: connection
16279: closing/caching fixed [connections were not closed/put to cache]
16280:
16281: 2003-07-22 paf
16282:
16283: * INSTALL: gc part updated stightly
16284:
16285: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16286: new sapi interface
16287:
16288: * src/classes/file.C: comment on OS
16289:
16290: * src/main/pa_string.C: removed reduntant invariant check [there is
16291: one deeper in cord lib]
16292:
16293: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16294:
16295: * src/main/pa_memory.C: out of memory is no longer coredump
16296:
16297: * INSTALL: disable-threads adviced
16298:
16299: 2003-07-21 paf
16300:
1.116 moko 16301: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16302:
16303: * src/classes/file.C: file::exec/cgi environment variables now must
16304: be UPPERCASE and A-Z 0-9 _-
16305:
16306: * src/classes/file.C: env passing fixed
16307:
16308: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16309:
16310: * src/main/pa_common.C: http:// CRLF now
16311:
16312: 2003-07-02 paf
16313:
1.211 moko 16314: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16315: $memory:status fields to reflect their real meaning
1.95 moko 16316:
16317: 2003-06-27 paf
16318:
16319: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16320: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16321: file::exec/cgi .charset
16322:
16323: 2003-06-26 paf
16324:
16325: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16326: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16327: src/classes/table.C: fixed several uninitialized local
16328: structures. notably ^hash.foreach now inserts delimiters
16329: properly [were inserting it before first body]
16330:
16331: 2003-06-24 paf
16332:
16333: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16334:
16335: 2003-06-20 paf
16336:
1.211 moko 16337: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16338: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16339: $f[^file::load[binary;http://...]] $f.tables
16340:
16341: 2003-06-06 paf
16342:
16343: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16344: table. [were method lookup: inconsistent]
16345:
16346: 2003-06-02 paf
16347:
16348: * src/include/pa_memory.h: empty string clone fixed to return
16349: writable memory
16350:
16351: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16352: were not appended] which violated string invariant
16353:
16354: 2003-05-30 paf
16355:
16356: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16357: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16358:
16359: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16360: GMT ; RFC 822, updated by RFC 1123
16361:
16362: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16363: targets/isapi/parser3isapi.C: initialized request_info properly
16364:
16365: * src/classes/xnode.C: found minor bug, commended for future
16366:
16367: 2003-05-28 paf
16368:
16369: * src/classes/form.C: request_info.content_length can't be <0,
16370: size_t for some time
16371:
16372: 2003-05-26 paf
16373:
16374: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16375: forgotten <0 changed to !=STRING_NOT_FOUND
16376:
16377: * src/classes/math.C: merged ffffu from HEAD
16378:
16379: 2003-05-11 paf
16380:
16381: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16382:
16383: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16384: premature doc free. transformed document had xmlDoc reference
16385: stored to non-gc-memory (libgdome) added holding-reference
16386:
16387: 2003-04-29 paf
16388:
16389: * src/main/pa_globals.C: started digging on double free. on win32
16390: found that that's perfectly normal.
16391:
16392: 2003-04-25 paf
16393:
16394: * src/classes/table.C: table.join bug fix [bad limit check]
16395:
16396: * src/classes/math.C: merged from HEAD: simpiler hash_string
16397:
16398: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16399: print anything. changed to quicker and simplier code
16400:
16401: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16402: strict a check]
16403:
16404: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16405:
16406: 2003-04-24 paf
16407:
16408: * src/include/pa_table.h: too strict assert loosened
16409:
16410: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16411: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16412: report
16413:
16414: 2003-04-21 paf
16415:
1.116 moko 16416: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16417:
16418: * src/main/pa_globals.C: pcre memory management changed to use GC
16419: memory
16420:
16421: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16422: xmlMallocAtomic [author agreed to my suggestion], used that
16423:
16424: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16425:
16426: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16427: types/pa_vmail.C: attributed_meaning_to_string added
16428: L_UNSPECIFIED piece which was sortof OK, but violated string
16429: invariant [assertion barked on that] changed to L_PASS_APPEND,
16430: made that param obligatory
16431:
16432: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16433: fixed [assert helped]
16434:
16435: * src/include/pa_string.h: assert added [looking for bug]
16436:
16437: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16438: names on Win32 considered disk-global
16439:
16440: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16441: considered disk-global
16442:
16443: 2003-04-18 paf
16444:
16445: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16446: filenames
16447:
16448: * src/main/untaint.C: enabled '~' letter in filenames
16449:
16450: 2003-04-16 paf
16451:
16452: * src/classes/file.C: small bug introduced in autoptr times fixed
16453:
16454: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16455: HEAD
16456:
1.116 moko 16457: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16458:
16459: 2003-04-15 paf
16460:
1.211 moko 16461: * operators.ru.txt, operators.txt, src/classes/math.C,
16462: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16463: tests/results/141.processed: merged from head ^math:uuid[]
16464: ^math:uid64[] ^math:md5[string]
16465:
16466: test added: 141.html
16467:
1.211 moko 16468: * operators.ru.txt, operators.txt, src/classes/math.C:
16469: ^math:uid64[]
1.95 moko 16470:
16471: * src/classes/math.C: ^math:uuid[]
16472:
1.211 moko 16473: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16474:
1.211 moko 16475: * operators.ru.txt, operators.txt, src/classes/math.C,
16476: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16477: 16-byte digest
16478:
16479: * operators.ru.txt, operators.txt, src/classes/file.C,
16480: src/include/pa_common.h, src/include/pa_config_fixed.h,
16481: src/main/pa_common.C: ^file::load[mode;name; $.offset
16482: $.limit
1.95 moko 16483:
16484: 2003-04-14 paf
16485:
16486: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16487: started ^math:md5
16488:
16489: * src/classes/table.C, src/include/pa_array.h,
16490: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16491: tests/results/140.processed: table $.reverse option works in
16492: create&co table $.distinct[tables] bug fix merged
16493:
16494: * src/: classes/table.C, include/pa_table.h: table
16495: $.distinct[tables] bug fixed
16496:
16497: * src/classes/table.C: more warnings
16498:
16499: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16500: removed checks in table::set_current, moved them back to
16501: table::locate implemented table::create/join ñ $.reverse
16502:
16503: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16504: removed checks in table::set_current, moved them back to
16505: table::locate
16506:
16507: 2003-04-11 paf
16508:
1.211 moko 16509: * operators.ru.txt, operators.txt, src/classes/date.C,
16510: src/classes/table.C, src/include/pa_array.h,
16511: src/include/pa_common.h, src/include/pa_config_includes.h,
16512: src/include/pa_string.h, src/include/pa_table.h,
16513: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16514: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16515: before_append_array_limit_sense_change to
16516: after_append_array_limit_sense_change
16517:
16518: * src/classes/table.C: typo
16519:
1.211 moko 16520: * operators.ru.txt, operators.txt, src/classes/date.C,
16521: src/classes/table.C, src/include/pa_array.h,
16522: src/include/pa_common.h, src/include/pa_config_includes.h,
16523: src/include/pa_globals.h, src/include/pa_table.h,
16524: src/main/pa_array.C, src/main/pa_globals.C,
16525: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16526: src/main/pa_string.C, src/main/pa_table.C:
16527: append_array_limit_sense_change locate accepts options same as
16528: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16529:
16530: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16531: (stat xxx,
16532:
16533: * src/classes/: table.C: typo
16534:
16535: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16536: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16537: results/130.processed, results/131.processed,
16538: results/132.processed, results/133.processed,
16539: results/134.processed, results/135.processed,
16540: results/136.processed, results/137.processed,
16541: results/138.processed, results/139.processed: added few mustfail
16542: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16543: date/time 132.html mustfail: access to junction outside of
16544: context 133.html mustfail: access to junction outside of context,
16545: case version 134.html mustfail: hash: adding a key inside of
16546: foreach 135.html mustfail: modifying system class 136.html
16547: mustfail: $.name outside of $hash[here] 137.html mustfail:
16548: appendChild without import 138.html mustfail: invalid encoding
16549: inside of xml 139.html mustfail: bad XPath
16550:
1.211 moko 16551: * operators.ru.txt, operators.txt, src/classes/table.C,
16552: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16553: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16554: tests/results/126.processed, tests/results/127.processed,
16555: tests/results/128.processed, tests/results/129.processed: merged
16556: from HEAD ^table.hash[key][$.distinct[tables]]
16557:
16558: maked appropriate tests [changed one old nonconforming]
16559:
1.211 moko 16560: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16561: ^table.hash[key][$.distinct[tables]]
16562:
16563: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16564: merged fix for found very old xml (dom) bug: were passing
16565: domString objects and later ERROREOUSLY freed them
16566:
16567: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16568: src/main/pa_charset.C: re-added libgdome patch. regretfully
16569: libgdome bug can not be worked around
16570:
16571: 2003-04-10 paf
16572:
16573: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16574: found very old xml (dom) bug: were passing domString objects and
16575: later ERROREOUSLY freed them
16576:
16577: * src/doc/string.dox, src/include/pa_memory.h,
16578: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16579: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16580: tests/123.html, tests/124.html, tests/results/001.processed,
16581: tests/results/002.processed, tests/results/003.processed,
16582: tests/results/004.processed, tests/results/005.processed,
16583: tests/results/006.processed, tests/results/008.processed,
16584: tests/results/009.processed, tests/results/010.processed,
16585: tests/results/011.processed, tests/results/012.processed,
16586: tests/results/013.processed, tests/results/014.processed,
16587: tests/results/015.processed, tests/results/016.processed,
16588: tests/results/017.processed, tests/results/018.processed,
16589: tests/results/020.processed, tests/results/021.processed,
16590: tests/results/022.processed, tests/results/023.processed,
16591: tests/results/024.processed, tests/results/025.processed,
16592: tests/results/026.processed, tests/results/027.processed,
16593: tests/results/028.processed, tests/results/029.processed,
16594: tests/results/030.processed, tests/results/031.processed,
16595: tests/results/032.processed, tests/results/033.processed,
16596: tests/results/034.processed, tests/results/035.processed,
16597: tests/results/036.processed, tests/results/037.processed,
16598: tests/results/038.processed, tests/results/039.processed,
16599: tests/results/040.processed, tests/results/041.processed,
16600: tests/results/042.processed, tests/results/043.processed,
16601: tests/results/044.processed, tests/results/045.processed,
16602: tests/results/046.processed, tests/results/047.processed,
16603: tests/results/048.processed, tests/results/049.processed,
16604: tests/results/050.processed, tests/results/051.processed,
16605: tests/results/052.processed, tests/results/053.processed,
16606: tests/results/054.processed, tests/results/055.processed,
16607: tests/results/056.processed, tests/results/057.processed,
16608: tests/results/058.processed, tests/results/059.processed,
16609: tests/results/060.processed, tests/results/061.processed,
16610: tests/results/062.processed, tests/results/063.processed,
16611: tests/results/064.processed, tests/results/065.processed,
16612: tests/results/066.processed, tests/results/067.processed,
16613: tests/results/068.processed, tests/results/069.processed,
16614: tests/results/070.processed, tests/results/071.processed,
16615: tests/results/072.processed, tests/results/073.processed,
16616: tests/results/074.processed, tests/results/075.processed,
16617: tests/results/076.processed, tests/results/077.processed,
16618: tests/results/078.processed, tests/results/079.processed,
16619: tests/results/080.processed, tests/results/081.processed,
16620: tests/results/082.processed, tests/results/083.processed,
16621: tests/results/084.processed, tests/results/085.processed,
16622: tests/results/086.processed, tests/results/087.processed,
16623: tests/results/088.processed, tests/results/089.processed,
16624: tests/results/090.processed, tests/results/091.processed,
16625: tests/results/092.processed, tests/results/093.processed,
16626: tests/results/094.processed, tests/results/095.processed,
16627: tests/results/096.processed, tests/results/097.processed,
16628: tests/results/101.processed, tests/results/102.processed,
16629: tests/results/104.processed, tests/results/105.processed,
16630: tests/results/106.processed, tests/results/107.processed,
16631: tests/results/108.processed, tests/results/109.processed,
16632: tests/results/110.processed, tests/results/111.processed,
16633: tests/results/112.processed, tests/results/113.processed,
16634: tests/results/114.processed, tests/results/115.processed,
16635: tests/results/116.processed, tests/results/117.processed,
16636: tests/results/118.processed, tests/results/119.processed,
16637: tests/results/120.processed, tests/results/121.processed,
16638: tests/results/122.processed, tests/results/123.processed,
16639: tests/results/124.processed: new convention: char* never 0.
16640: assert in cord on that
16641:
16642: * src/main/pa_charset.C: couple more asserts
16643:
16644: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16645: speedup
16646:
16647: * src/main/pa_charset.C: couple assertions on fantastic situations
16648: added [may be those is the case now?]
16649:
16650: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16651: that's memory from gc_malloc, not from g_malloc :(, but would
16652: hope]
16653:
16654: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16655: that's memory from gc_malloc, not from g_malloc :(, but would
16656: hope]
16657:
16658: * src/main/pa_charset.C: checked custom malloc for returning 0
16659:
16660: 2003-04-09 paf
16661:
16662: * src/classes/date.C: merged ^date.roll changes
16663:
16664: * src/classes/date.C: ^date.roll bug fix
16665:
16666: * src/classes/date.C: ^date.roll now throws less errors: month
16667: shifts handles end of month situation by reducing day number
16668: hour-hole shift reduces hour to recover
16669:
16670: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16671: Sort by function time
16672:
1.211 moko 16673: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16674: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16675:
16676: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16677: added [after volatile fix. passes on win&intel-solaris]
16678:
16679: 2003-04-08 paf
16680:
16681: * src/: classes/file.C, classes/op.C, classes/table.C,
16682: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16683: include/pa_common.h, include/pa_request_charsets.h,
16684: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16685: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16686: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16687: types/pa_vresponse.C: started http:// $.charset[] param and
16688: http response charset detection just compiled. todo:test
16689:
16690: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16691:
16692: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16693: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16694: types/pa_vmail.C: changed transcode param converntion along with
16695: string creating convention -- all strings are zero-terminated,
16696: this allowed to fix one remaining String("123", 2) case
16697:
16698: * src/: classes/date.C, classes/file.C, classes/hash.C,
16699: classes/op.C, classes/string.C, classes/table.C,
16700: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16701: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16702: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16703: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16704: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16705: violated String::invariant. started fixing [not compiled now]
16706:
16707: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16708: main/compile.tab.C, main/compile.y, main/pa_string.C,
16709: main/untaint.C, targets/cgi/parser3.C: number of string style
16710: improvements & optimizations
16711:
16712: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16713: :(]
16714:
16715: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16716: [for it's a pointer really]
16717:
16718: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16719: 'n' param. worked that around
16720:
16721: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16722: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16723: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16724: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16725: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16726:
16727: Thanks for the bug report and patch.
16728:
16729: I hadn't looked at this code in a while. Reading it now, it
16730: seems to me that the tests should also be ">= MAX_DEPTH" to
16731: comply with the invariant, though that may not matter a lot. I
16732: changed that, too.
16733:
16734: Hans
16735:
16736: 2003-04-07 paf
16737:
16738: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16739: merged from head:safe mode error message now includes numbers
16740:
16741: * src/main/execute.C: n-th attempt to make a=a work with double.
16742: problem: as_double returns it's result in fp-register compiler
16743: optimizes access to that register after b->as_double, and just
16744: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16745: from memory. _SAME_ double values do not match here. when
16746: forced to REload fp-register, values do match.
16747:
16748: tried to make them volatile.
16749:
16750: * src/main/execute.C: n-th attempt to make a=a work with double.
16751: problem: as_double returns it's result in fp-register compiler
16752: optimizes access to that register after b->as_double, and just
16753: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16754: from memory. _SAME_ double values do not match here. when
16755: forced to REload fp-register, values do match.
16756:
16757: tried to make them volatile.
16758:
16759: * src/types/pa_vobject.h: small style change
16760:
16761: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16762:
16763: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16764: mode error message now includes numbers
16765:
16766: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16767: now causes death
16768:
16769: 2003-04-04 paf
16770:
16771: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16772: incorportated pa_exec patch by From: "Victor Fedoseev"
16773: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16774: Sent: Thursday, January 23, 2003 9:14 AM
16775:
16776: huge speedup on ^file::cgi with big result
16777:
16778: * src/classes/table.C: sort table with 0 rows bug fixed
16779:
16780: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16781: fix http://i2/tasks/edit/?id=4493701604654042676
16782:
16783: @main[] $with_default[ $.a[1] $._default[default from
16784: with_default] ] ^show[$with_default]
16785:
16786: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16787: =$to_add_to.xxx=<br>
16788:
16789: ^show[$to_add_to]
16790:
16791: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16792: ^show[$cloned]
16793:
16794: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16795:
16796: } <hr>
16797:
16798: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16799: http://i2/tasks/edit/?id=4493701604654042676
16800:
16801: @main[] $with_default[ $.a[1] $._default[default from
16802: with_default] ] ^show[$with_default]
16803:
16804: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16805: =$to_add_to.xxx=<br>
16806:
16807: ^show[$to_add_to]
16808:
16809: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16810: ^show[$cloned]
16811:
16812: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16813:
16814: } <hr>
16815:
16816: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16817: http://i2/tasks/edit/?id=4507350336410850921
16818:
16819: * src/classes/xdoc.C: memory allocation func bugfix
16820: http://i2/tasks/edit/?id=4499303470368629745
16821:
16822: * src/classes/math.C: allowed random 1...
16823:
16824: * src/classes/math.C: allowed random 0..
16825:
16826: * src/main/pa_globals.C: exif mem leak
16827: http://i2/tasks/edit/?id=4480590323629807263
16828:
16829: * src/: classes/classes.dsp, main/main.dsp,
16830: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16831: fix http://i2/tasks/edit/?id=4493946731322521294
16832: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16833:
16834: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16835: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16836: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16837: links to xml libs made relative, no need to unpack parser3project
16838: to /parser3project.
16839:
16840: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16841: column more precise - tab handling bug fixed
16842:
16843: * src/main/: compile.tab.C, compile.y: more understandable error
16844: message in case @CLASS with more then one line inside
16845:
16846: * src/targets/cgi/parser3.C: more understandable error message in
16847: case of errors in @unhandled_exception
16848:
16849: 2003-04-03 paf
16850:
16851: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16852: src/main/compile.tab.C, src/main/compile.y,
16853: src/main/compile_tools.C, src/main/compile_tools.h,
16854: src/main/execute.C, src/main/pa_request.C: debug info format
16855: simplified, now it's: OP_VALUE Operation::Origin << here value*
16856:
16857: higher limits: file number (max: 255) line number (max:
16858: 64535) column number (max: 255)
16859:
16860: * src/classes/math.C: top limit
16861:
16862: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16863: precise parse error position in case of
16864:
16865: ^bug ]
16866:
16867: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16868: changed to realities, and passed [bug fixed]
16869:
16870: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16871: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16872: main/compile_tools.h, main/pa_request.C: introducing
16873: ^process...[main-method-alias]
16874:
16875: * src/: classes/date.C, classes/image.C, classes/op.C,
16876: classes/string.C, classes/table.C, classes/xdoc.C,
16877: types/pa_vmethod_frame.h: MethodParams& now [methods without
16878: params receive zero reference, but they are expected not to look
16879: there]
16880:
1.211 moko 16881: * operators.ru.txt, operators.txt, src/classes/date.C,
16882: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16883: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16884: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16885: src/classes/response.C, src/classes/string.C,
16886: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16887: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16888: src/types/pa_method.h: MethodParams& now [methods without params
16889: receive zero reference, but they are expected not to look there]
16890:
16891: * operators.ru.txt, operators.txt, src/classes/op.C,
16892: src/include/pa_request.h, src/main/pa_request.C,
16893: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16894: better error reporting [file/line/col]
1.95 moko 16895:
16896: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16897: types/pa_vstring.h: slightly improved error messages text: 1. is
16898: '%s', it 2. method undefined in case of ^void[]
16899:
16900: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16901: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16902: handling done. now we have error columns todo: test it
16903:
16904: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16905: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16906:
16907: this makes life easier: were: bad stack order -- were in
16908: exception catch unwind order, which didn't match execution order
16909:
16910: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16911:
16912: @first[] ^throw[a;1]
16913:
16914: showed throw a first throw b try
16915:
16916: which is no good
16917:
16918: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16919: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16920: trace reset after handled exception [old bug fixed]
16921:
16922: * src/main/: compile.tab.C, compile.y: parse position old bug
16923: fixed. position reporting made precise [both, in parse erros and
16924: runtime errors]
16925:
16926: 2003-04-02 paf
16927:
16928: * src/: include/pa_operation.h, include/pa_request.h,
16929: main/compile.C, main/compile.tab.C, main/compile.y,
16930: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16931: main/pa_exception.C, main/pa_request.C: debug info: started
16932: using. todo:complete
16933:
16934: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16935: main/compile.C, main/compile.tab.C, main/compile.y,
16936: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16937: main/pa_request.C: prepared debug info todo:use it
16938:
16939: * src/include/pa_operation.h: strange mistake fixed: forgot to
16940: return Operation class->union after switching from autoptrs.
16941:
16942: * tests/: Makefile, results/108.processed, results/117.processed:
16943: meta considered OK [it's up to coder now to remove it not needed]
16944:
16945: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16946: Dictionary constructor when moved to gc]
16947:
16948: * src/main/pa_common.C: uncommented http:// file loading
16949:
16950: * src/include/pa_array.h, src/main/execute.C,
16951: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16952: fix [gdGrowingBuf]
16953:
16954: * configure.in, src/lib/Makefile.am: removed patches
16955:
16956: * configure, src/include/pa_config_auto.h.in,
16957: src/main/pa_charset.C: --enable-assertions autoconf-ed
16958:
16959: * src/main/pa_common.C: uncommented http:// file loading
16960:
16961: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16962: xdoc::create/load
16963:
16964: * src/: classes/form.C, classes/hash.C, classes/image.C,
16965: classes/string.C, classes/table.C, classes/void.C,
16966: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16967: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16968: String::String(str,helper_length) are checked. found/fixed one
16969: place: $request:body now zero-terminated,
16970:
16971: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16972: main/compile_tools.C, main/execute.C, types/pa_value.h,
16973: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16974: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16975: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16976: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16977: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16978: types/pa_vxnode.h: more locally scoped vars in execute (more
16979: easily optimizable)
16980:
16981: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16982: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16983:
16984: * src/: include/pa_array.h, include/pa_stack.h,
16985: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16986: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16987: become assertion iterator in methodframe filler
16988:
16989: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16990: targets/cgi/parser3.C: array::get/put inlined
16991:
16992: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16993: gc_substitute_memory_management_functions +installed CORD_oom
16994: function
16995:
16996: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16997: src/include/pa_config_includes.h, src/include/pa_string.h,
16998: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16999: src/targets/cgi/parser3.C: converted debug hacks to ANSI
17000: assertions started configure.in --enable-assertions
17001:
17002: 2003-04-01 paf
17003:
17004: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
17005: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
17006: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
17007: gdome uses glib memory, and stores last pointer to xmlDoc there,
17008: gc misses that and collects valid memory fixed by remembering
17009: xmlDoc from dom object in xdoc. todo: do something with
17010: premature free of xdoc with xnodes/node values referring into it
17011:
17012: * src/classes/: mail.C: typo fix
17013:
17014: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
17015: changes
17016:
17017: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
17018: main/pa_memory.C: moved memory debugging to global level: to
17019: pa_gc_malloc
17020:
17021: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
17022: debugging showed no errors. todo: debug parser memory
17023:
17024: * src/targets/cgi/: parser3.C, parser3.dsp: more build
17025: configurations
17026:
17027: * src/: classes/classes.dsp, include/pa_config_fixed.h,
17028: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
17029: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17030: types/types.dsp: prepared xml-static configuration
17031:
17032: 2003-03-31 paf
17033:
17034: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
17035: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
17036: xml lib memory debugging, simple checks failed: it seems that
17037: library does realloc(bad ptr), and recording those ptrs in heap
17038: [for debugging] was bad: heap situation changes = everything
17039: works fine
17040:
17041: * src/: main/pa_charset.C, include/pa_charset.h: worked around
17042: xmlRegisterCharEncodingHandler limitation [currently imposed
17043: limit of 10 user-defined charsets]
17044:
17045: 2003-03-28 paf
17046:
17047: * src/main/execute.C: execution stack copied to local register
17048: variable, removed lots [~2e7) of memory accesses
17049:
17050: 2003-03-27 paf
17051:
17052: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
17053: works in debug, but fails in release todo: fix that
17054:
17055: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
17056: targets/cgi/parser3.C: forgot to merge XML memory funcs
17057: replacement from gc branch
17058:
17059: * src/main/pa_exec.C: introducing append_help_length [radical
17060: improvement here]
17061:
17062: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
17063: 'not recommened' in gc.h, on win32 noticed no difference]
17064:
17065: * src/include/pa_array.h: returned checked array get [were disabled
17066: for debugging] result:not slower [don't understand that, it were
17067: INLINED] todo: find out a way of inlining it!
17068:
17069: * src/: include/pa_string.h, lib/gc/include/gc.h,
17070: lib/gc/include/gc_fake.h, main/compile.tab.C,
17071: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
17072: convention changed: all resulting strings are zero-terminated
17073:
17074: * src/: classes/date.C, classes/file.C, classes/hash.C,
17075: classes/string.C, classes/table.C, classes/void.C,
17076: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
17077: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
17078: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
17079: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
17080: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
17081: types/pa_vfile.C, types/pa_vmail.C: introducing
17082: append_help_length [radical improvement here]
17083:
17084: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
17085: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
17086: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
17087: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
17088: even slower
17089:
17090: * src/: classes/string.C, classes/table.C, include/pa_array.h,
17091: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
17092: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
17093: clients of &get(): most to use non-ref version, some[in tight
17094: places] to get_unchecked_ref
17095:
17096: * src/doc/memory.dox: forgot to add
17097:
17098: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
17099: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
17100: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
17101: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
17102: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17103: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
17104: targets/cgi/parser3.dsp, types/pa_vmail.C,
17105: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
17106: T>>&<< removed after Stack::pop wiping removed [moved to separate
17107: func] other Array & removed
17108:
17109: 2003-03-26 paf
17110:
17111: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
17112: classes/table.C, include/pa_array.h, include/pa_charset.h,
17113: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
17114: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17115: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
17116: main/main.dsp, main/pa_charset.C, main/pa_common.C,
17117: main/pa_exec.C, main/pa_sql_driver_manager.C,
17118: main/pa_stylesheet_manager.C, main/pa_table.C,
17119: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17120: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
17121: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
17122: pre-evaluated .count() in some places
17123:
17124: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17125: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
17126: types/types.dsp: .dsp profiling updated
17127:
17128: * src/: classes/classes.dsp, lib/cord/cord.dsp,
17129: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
17130: targets/cgi/parser3.dsp, types/types.dsp: started profiling
17131:
17132: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
17133: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
17134: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
17135: use lib/gc,lib/cord
17136:
1.116 moko 17137: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17138: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17139: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17140: src/include/pa_config_includes.h, src/include/pa_request.h,
17141: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17142: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17143: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17144: src/lib/cord/include/Makefile.am,
1.116 moko 17145: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17146: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17147: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17148: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17149: src/types/pa_vform.h, src/types/pa_vhash.h,
17150: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17151: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17152: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17153: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17154: funcs ported pa_exec
1.95 moko 17155:
17156: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17157:
17158: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17159: bundled gc includes
17160:
17161: * src/: classes/op.C, include/pa_array.h,
17162: include/pa_sql_connection.h, include/pa_string.h,
17163: include/pa_version.h, main/compile.tab.C, main/compile.y,
17164: main/execute.C, main/pa_common.C, main/pa_exception.C,
17165: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17166: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17167: first real site (aval)]
17168:
17169: 2003-03-25 paf
17170:
1.211 moko 17171: * operators.ru.txt, operators.txt,
17172: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17173: $status.memory used free since_compact process
1.95 moko 17174:
17175: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17176: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17177:
17178: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17179:
17180: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17181: src/types/pa_value.h, src/types/pa_vfile.h,
17182: src/types/pa_vobject.C, src/types/pa_vobject.h,
17183: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17184: tests/results/121.processed: untaint.C L_URI
17185:
1.211 moko 17186: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17187: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17188: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17189: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17190:
17191: * tests/results/109.processed: it was a bug in parser. updated 109
17192: test result
17193:
17194: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17195:
17196: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17197: tests/results/107.processed: fixed dom language [values are now
17198: considered tainted. it was a bug in parser. updated 107 test
17199: result
17200:
17201: * src/classes/xdoc.C: fixed transform params
17202:
17203: * src/: include/pa_stylesheet_manager.h,
17204: main/pa_stylesheet_manager.C: fixed stylesheet caching
17205:
17206: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17207: overloads for structure handling
17208:
17209: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17210: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17211: StringBody(0) ambiguilty, introducting static
17212: StringBody::Format(int)
17213:
17214: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17215: linked
17216:
17217: * src/types/pa_vxdoc.C: vxdoc compiled
17218:
17219: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17220: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17221: finalizers isntalled
17222:
17223: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17224: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17225: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17226: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17227: compiled todo: xnode.C / finalizers
17228:
17229: * src/doc/string.dox: updated: new string internals
17230:
17231: 2003-03-24 paf
17232:
17233: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17234: include/pa_charset.h, include/pa_config_fixed.h,
17235: include/pa_request.h, include/pa_stylesheet_connection.h,
17236: include/pa_stylesheet_manager.h, main/pa_charset.C,
17237: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17238: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17239: types/pa_vxnode.h: started XML
17240:
17241: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17242:
17243: * src/: classes/file.C, classes/image.C, classes/mail.C,
17244: include/pa_string.h, main/pa_common.C,
17245: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17246:
17247: * src/: classes/file.C, classes/image.C, classes/mail.C,
17248: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17249: main/pa_request.C, main/pa_sql_driver_manager.C,
17250: types/pa_vimage.h: size_t pos everywhere checks changed to check
17251: for eq STRING_NOT_FOUND
17252:
17253: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17254: optimize bit implemented
17255:
17256: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17257: String::ArrayFragment::append_positions fixed
17258:
17259: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17260: String::this_starts fixed
17261:
17262: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17263:
17264: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17265: hashcode implemented fully, including per-char callback [it can
17266: be - substr CORD node]
17267:
17268: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17269: rewritten to rewalloc with 100byte buf ahead
17270:
17271: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17272: src/include/pa_string.h, src/main/compile.tab.C,
17273: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17274: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17275: CORD_ec [bad] would rewrite as realloc now
17276:
17277: * src/: classes/date.C, classes/file.C, classes/form.C,
17278: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17279: include/pa_cache_managers.h, include/pa_charsets.h,
17280: include/pa_common.h, include/pa_request.h,
17281: include/pa_sql_driver_manager.h, include/pa_table.h,
17282: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17283: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17284: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17285: types/pa_vmail.C, types/pa_vmethod_frame.C,
17286: types/pa_vstateless_class.h: 2*2 worked :)
17287:
17288: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17289: src/include/pa_exec.h, src/include/pa_string.h,
17290: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17291: passed OK
17292:
17293: * src/: classes/hash.C, classes/string.C, classes/table.C,
17294: types/pa_value.C: all linked todo: debug
17295:
17296: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17297: types/pa_vstateless_class.C: all compiled. todo:link
17298:
17299: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17300:
17301: * src/types/pa_vtable.C: pa_vtable.C compiled
17302:
17303: * src/types/pa_vstring.C: pa_vstring.C compiled
17304:
17305: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17306:
17307: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17308: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17309: pa_vstateless_class.C, pa_vstateless_class.h:
17310: pa_vstateless_class.C compiled
17311:
17312: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17313: types/pa_vmath.C: pa_vmail.C compiled
17314:
17315: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17316:
17317: * src/types/pa_vform.C: pa_vform.C compiled
17318:
17319: * src/types/pa_vfile.C: pa_vfile.C compiled
17320:
17321: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17322: pa_vstateless_class.C: pa_vcookie.C compiled
17323:
17324: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17325: types/pa_vhash.h: pa_value.C compiled
17326:
17327: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17328: classes.lib main.lib compiled
17329:
17330: * src/classes/void.C: void.C compiled
17331:
17332: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17333: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17334: compiled
17335:
17336: * src/: classes/string.C, include/pa_request.h,
17337: include/pa_string.h, main/pa_string.C: string.C compiled
17338:
17339: * src/: classes/op.C, classes/string.C, classes/table.C,
17340: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17341: main/pa_request.C, main/pa_string.C: op.C compiled
17342:
17343: * src/classes/: math.C, op.C: math.C compiled
17344:
17345: * src/: classes/mail.C, classes/string.C, classes/table.C,
17346: types/pa_vmail.h: mail.C compiled
17347:
17348: * src/classes/: int.C, table.C: int.C compiled
17349:
17350: * src/: classes/hash.C, classes/image.C, classes/string.C,
17351: classes/table.C, include/pa_memory.h, include/pa_string.h,
17352: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17353: compiled
17354:
17355: * src/: classes/hash.C, classes/string.C, classes/table.C,
17356: classes/void.C, classes/xdoc.C, include/pa_request.h,
17357: include/pa_sql_connection.h: hash.C compiled
17358:
17359: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17360: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17361: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17362: classes/math.C, classes/op.C, classes/response.C,
17363: classes/string.C, classes/table.C, classes/void.C,
17364: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17365: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17366: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17367: file.C table.C compiled
17368:
17369: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17370: main/untaint.C: main.lib compiled
17371:
17372: 2003-03-21 paf
17373:
17374: * src/: classes/op.C, include/pa_cache_managers.h,
17375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17376: include/pa_stylesheet_manager.h, main/pa_exception.C,
17377: main/pa_globals.C, main/pa_sql_driver_manager.C,
17378: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17379: compiled
17380:
17381: * src/: classes/hash.C, classes/image.C, classes/op.C,
17382: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17383: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17384: main/compile.C, main/pa_common.C, main/pa_request.C,
17385: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17386: pa_request.C compiled
17387:
17388: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17389: include/pa_request.h, main/execute.C, main/pa_request.C,
17390: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17391: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17392: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17393: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17394: compiled
17395:
17396: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17397: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17398: on unix
17399:
17400: * src/: include/pa_charset.h, include/pa_charsets.h,
17401: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17402: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17403: pa_charsets.C compiled
17404:
17405: * src/: classes/image.C, classes/mail.C, classes/op.C,
17406: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17407: main/compile.y, main/execute.C, main/pa_common.C,
17408: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17409: types/pa_vcode_frame.h, types/pa_vimage.h,
17410: types/pa_vmethod_frame.h: execute.C compiled
17411:
17412: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17413: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17414: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17415: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17416: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17417: include/pa_cache_managers.h, include/pa_charsets.h,
17418: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17419: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17420: include/pa_sql_driver_manager.h, include/pa_string.h,
17421: include/pa_stylesheet_connection.h,
17422: include/pa_stylesheet_manager.h, include/pa_table.h,
17423: main/compile.C, main/compile.tab.C, main/compile.y,
17424: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17425: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17426: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17427: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17428: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17429: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17430: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17431: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17432: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17433: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17434: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17435: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17436: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17437: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17438: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17439: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17440: types/pa_vresponse.h, types/pa_vstateless_class.C,
17441: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17442: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17443: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17444: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17445: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17446: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17447: [C++ CORD wrapper]
17448:
17449: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17450:
17451: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17452: $file::exec/cgi[script; $.charset[this is script's charset]
17453:
17454: command line, env values, input got transcoded before call
17455: stdout, stderr got transcoded after call
17456:
17457: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17458: by default. use: ^file::exec[...;$.stdin[$request.body]
17459:
17460: * src/main/pa_common.C: } typo bug fix
17461:
17462: * src/main/pa_common.C: } typo bug fix
17463:
17464: 2003-03-20 paf
17465:
17466: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17467: main/untaint.C: cord bug fix, but still errors todo: clear out
17468:
17469: * src/include/pa_string.h: more tests
17470:
17471: * src/main/pa_string.C: string.pos fixed
17472:
1.116 moko 17473: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17474: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17475: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17476: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17477: replaces
1.95 moko 17478:
17479: * src/: classes/image.C, include/pa_dictionary.h,
17480: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17481: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17482: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17483: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17484:
17485: * src/include/pa_string.h: warning
17486:
17487: * src/include/pa_string.h: this_starts fixed
17488:
17489: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17490: new String ctor & append params convention
17491:
17492: * src/: classes/file.C, classes/hash.C, classes/image.C,
17493: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17494: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17495: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17496: main/pa_exception.C, main/pa_exec.C,
17497: main/pa_sql_driver_manager.C, main/pa_string.C,
17498: main/pa_stylesheet_manager.C, main/untaint.C,
17499: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17500: types/pa_vmail.C: more tests OK
17501:
17502: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17503: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17504: gc/exit runned OK
17505:
17506: * src/types/pa_vmail.C: another naming problem: should not name
17507: vars like that: unpredictable close caused problems with later
17508: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17509: descriptors missing on startup: stdin; Bad file number
17510:
17511: todo: find out why so many filters(stream) here. probably wrong?
17512:
17513: * src/: include/pa_dictionary.h, include/pa_string.h,
17514: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17515: main/untaint.C: test compiled
17516:
17517: * src/: classes/image.C, classes/mail.C, classes/math.C,
17518: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17519: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17520: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17521: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17522: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17523: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17524: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17525: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17526: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17527:
17528: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17529: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17530: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17531: src/include/pa_memory.h, src/include/pa_request.h,
17532: src/include/pa_request_charsets.h,
17533: src/include/pa_sql_connection.h, src/include/pa_string.h,
17534: src/main/compile.tab.C, src/main/execute.C,
17535: src/main/pa_charset.C, src/main/pa_common.C,
17536: src/main/pa_exception.C, src/main/pa_exec.C,
17537: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17538: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17539: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17540: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17541: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17542: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17543: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17544: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17545: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17546: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17547: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17548: pa_common.C [done, without http for now]
17549:
17550: 2003-03-19 paf
17551:
17552: * src/: classes/date.C, classes/form.C, classes/hash.C,
17553: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17554: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17555: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17556: include/pa_string.h, include/pa_table.h, main/compile.C,
17557: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17558: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17559: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17560: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17561: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17562: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17563: types/pa_vstateless_class.h, types/pa_vtable.C,
17564: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17565: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17566: types/pa_wwrapper.h: started test
17567:
1.116 moko 17568: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17569: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17570:
17571: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17572: include/pa_string.h, main/pa_string.C: string compiled todo: test
17573: it
17574:
17575: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17576: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17577: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17578: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17579: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17580: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17581: types/pa_vmethod_frame.h, types/types.dsp: string
17582: reimplementation with cord+array<fragment>: 70%
17583:
17584: 2003-03-18 paf
17585:
17586: * src/: classes/date.C, classes/file.C, classes/form.C,
17587: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17588: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17589: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17590: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17591: can ignore lang in cmp and pos really, but would
17592: split properly!
17593:
17594: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17595: cord part made parser/src/lib: it's not compiled into libgc by
17596: default
17597:
17598: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17599: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17600: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17601: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17602: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17603: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17604: src/classes/xnode.C, src/classes/xnode.h,
17605: src/include/Makefile.am, src/include/pa_cache_managers.h,
17606: src/include/pa_charset.h, src/include/pa_charsets.h,
17607: src/include/pa_common.h, src/include/pa_dictionary.h,
17608: src/include/pa_exception.h, src/include/pa_exec.h,
17609: src/include/pa_globals.h, src/include/pa_hash.h,
17610: src/include/pa_memory.h, src/include/pa_pool.h,
17611: src/include/pa_request.h, src/include/pa_request_charsets.h,
17612: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17613: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17614: src/include/pa_stylesheet_connection.h,
17615: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17616: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17617: src/main/compile.C, src/main/compile.tab.C,
17618: src/main/compile_tools.C, src/main/compile_tools.h,
17619: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17620: src/main/pa_charsets.C, src/main/pa_common.C,
17621: src/main/pa_dictionary.C, src/main/pa_exception.C,
17622: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17623: src/main/pa_pool.C, src/main/pa_request.C,
17624: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17625: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17626: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17627: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17628: src/types/pa_junction.h, src/types/pa_method.h,
17629: src/types/pa_value.C, src/types/pa_value.h,
17630: src/types/pa_vclass.C, src/types/pa_vclass.h,
17631: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17632: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17633: src/types/pa_vdouble.h, src/types/pa_venv.h,
17634: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17635: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17636: src/types/pa_vimage.C, src/types/pa_vimage.h,
17637: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17638: src/types/pa_vmath.C, src/types/pa_vmath.h,
17639: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17640: src/types/pa_vobject.C, src/types/pa_vobject.h,
17641: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17642: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17643: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17644: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17645: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17646: src/types/pa_vstring.h, src/types/pa_vtable.C,
17647: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17648: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17649: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17650: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17651: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17652: gc: PA_Object done lots of replacements also
17653:
17654: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17655: gc logging
17656:
17657: 2003-03-17 paf
17658:
17659: * src/: classes/date.C, classes/file.C, classes/form.C,
17660: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17661: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17662: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17663: include/pa_string.h, include/pa_types.h, main/compile.C,
17664: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17665: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17666: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17667: main/pa_sql_driver_manager.C, main/pa_string.C,
17668: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17669: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17670: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17671: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17672: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17673: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17674: types/pa_vxnode.h: libgc attempt
17675:
17676: 2003-03-13 paf
17677:
17678: * src/: include/pa_sql_driver_manager.h,
17679: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17680: called
17681:
17682: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17683: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17684: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17685: types/pa_value.h, types/pa_vobject.h,
17686: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17687: set_base, set_derived simplified [counter leaks fixed]
17688:
17689: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17690: src/types/types.dsp: incorporated status class patch From:
17691: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17692: 2003 8:14 AM
17693:
17694: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17695: Win32 specific: QuotaPeakNonPagedPoolUsage
17696: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17697:
17698: 2003-03-12 paf
17699:
1.116 moko 17700: * configure, configure.in, src/lib/ltdl/configure,
17701: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17702: lib/ltdl/Makefile now created by /configure.in only [were by
17703: lib/ltdl/configure.in OVERWRITE]
17704:
1.116 moko 17705: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17706: linkage fixed for g++ 3.2.2
1.95 moko 17707:
17708: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17709: on using privately declared class [fixed]
17710:
17711: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17712: 3.2 rightliy complained on using privately declared class [fixed]
17713:
17714: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17715: sigpipe before request constructor now causes death
17716:
17717: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17718: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17719: not cause exception in exception handler
17720:
1.116 moko 17721: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17722: now default links libstdc++ statically. that can be overriden by
17723: --with-dynamic-stdcpp
1.95 moko 17724:
17725: 2003-03-11 paf
17726:
17727: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17728: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17729: necessity of libstdc++
17730:
17731: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17732:
17733: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17734:
17735: 2003-03-08 paf
17736:
17737: * tests/Makefile: make install & co
17738:
17739: * src/: include/pa_request.h, classes/op.C: removing
17740: vclass,object.h -> pa_request.h dependency
17741:
17742: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17743: main/pa_request.C: removing vform,response,cookie.h ->
17744: pa_request.h dependency
17745:
17746: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17747: dependency [testing...]
17748:
17749: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17750: return 0; fixed
17751:
17752: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17753: types/pa_vmail.h: vmail.C received just compiled [not tested]
17754:
17755: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17756:
17757: * src/main/pa_request.C: forgotten: ifdef XML
17758:
17759: * src/main/pa_request.C: forgotten: ifdef XML
17760:
17761: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17762: win32 and run memleak tests again
17763:
17764: * src/targets/cgi/parser3.C: charsets: see some strange things with
17765: old xml lib-- it's internal memory handling has faults
17766:
17767: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17768: problems when transcode from charset A to A.
17769:
17770: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17771: todo: still problems when transcode from charset A to A.
17772:
17773: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17774: classes/table.C, include/pa_array.h,
17775: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17776: started full-scale-site-test [~ http://parser.ru sources]
17777:
17778: some fixes
17779:
17780: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17781: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17782: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17783: results/110.processed, results/111.processed,
17784: results/112.processed, results/113.processed,
17785: results/114.processed, results/115.processed,
17786: results/116.processed, results/117.processed,
17787: results/118.processed, results/119.processed,
17788: results/120.processed: xml: tests 109 dom create/show 110 xpath
17789: selectSingle 111 xdoc.create from tainted & 112
17790: xdoc.create/output with russian attr value 113 xpath
17791: selectString/Number 114 dom attributes.count 115 xpath selectBool
17792: 116 output media-type change 117 transform by dom stylesheet 118
17793: empty transform result 119 dom setAttribute 120 nbsp letter
17794: output
17795:
17796: =END OF PREPARED XML TESTS=
17797:
17798: 2003-03-07 paf
17799:
17800: * src/classes/xdoc.C, src/include/pa_charset.h,
17801: src/include/pa_stylesheet_connection.h, tests/108.html,
17802: tests/108.xsl, tests/results/108.processed: xml: test 108
17803: transform with params [bugs fixed]
17804:
17805: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17806: from copy/paste bug
17807:
17808: * src/classes/xdoc.C, src/include/pa_charset.h,
17809: src/include/pa_request.h, src/main/execute.C,
17810: src/main/pa_charset.C, src/main/pa_exception.C,
17811: src/main/pa_globals.C, src/main/pa_request.C,
17812: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17813: src/types/pa_vxnode.C, tests/107.html,
17814: tests/results/107.processed: xml: test: 107 bug fixes
17815:
17816: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17817: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17818: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17819:
17820: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17821: string
17822:
17823: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17824: mem alloc functions used for different cases [libxml, libxsl]
17825:
17826: * src/classes/classes.C: fixed: prevent system classes from
17827: modification to lock ALL the classes, not only directly used
17828:
17829: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17830: linked
17831:
17832: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17833:
17834: 2003-03-06 paf
17835:
17836: * src/classes/xdoc.C: xdoc.C 50%
17837:
17838: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17839: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17840: main/pa_globals.C, main/pa_request.C,
17841: main/pa_stylesheet_manager.C: xnode.C compiled
17842:
17843: * src/: include/pa_stylesheet_connection.h,
17844: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17845: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17846:
17847: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17848: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17849: xml: stylesheet&manager STARTED
17850:
17851: * src/: include/pa_globals.h, main/pa_charset.C,
17852: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17853:
17854: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17855: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17856: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17857: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17858: charsets
17859:
17860: * tests/023.html: in some cases it rounded up badly. postponing
17861: solution of that problem, making more simple test
17862:
17863: * tests/: 058_paf2000.png, results/058.processed: .png added with
17864: -kb now
17865:
17866: * src/: include/pa_charset.h, include/pa_charsets.h,
17867: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17868: moved to charsets.C
17869:
17870: 2003-03-05 paf
17871:
17872: * src/classes/string.C, src/include/pa_string.h,
17873: src/main/pa_string.C, tests/105.html,
17874: tests/results/105.processed: String::match bug fixed
17875:
17876: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17877: tests/results/104.processed: ^bpt operator added [does int3 in
17878: debug build on win32]
17879:
17880: * tests/: 057.html, results/057.processed: test bug fixed
17881:
1.116 moko 17882: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17883:
17884: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17885: missing
17886:
1.116 moko 17887: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17888: forgotten files added to Makes
1.95 moko 17889:
17890: * ltmain.sh: ltmain.sh added
17891:
17892: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17893: change undone ;(
17894:
17895: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17896: made static
17897:
17898: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17899: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17900: todo:make linker happy
1.95 moko 17901:
17902: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17903: env param made optional
17904:
17905: 2003-03-04 paf
17906:
17907: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17908: types/pa_vimage.h: number of gcc compiler bugs fixed
17909:
17910: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17911: results/103.processed: tests: 103 image.copy transparence test
17912:
17913: * src/main/execute.C, tests/101.html, tests/102.html,
17914: tests/results/101.processed, tests/results/102.processed: tests:
17915: 101 method/variable name conflict test 102 form fields change
17916: should not not change anything [bug fix]
17917:
17918: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17919: results/099.processed, results/100.processed: tests: 57 date
17920: create 2002: added 99,100 response:body/download
17921:
17922: * src/classes/image.C, tests/098.html, tests/098font.gif,
17923: tests/results/098.processed: test: 98 image font text [bug fixed]
17924:
17925: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17926: tests/results/097.processed: test: 97 file::load http:// [bugs
17927: fixed]
17928:
17929: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17930: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17931: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17932: image EXIF [bug fixed]
17933:
17934: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17935: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17936: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17937: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17938: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17939: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17940: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17941: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17942: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17943: tests/094.html, tests/095.html, tests/results/061.processed,
17944: tests/results/062.processed, tests/results/063.processed,
17945: tests/results/064.processed, tests/results/065.processed,
17946: tests/results/066.processed, tests/results/067.processed,
17947: tests/results/068.processed, tests/results/069.processed,
17948: tests/results/070.processed, tests/results/071.processed,
17949: tests/results/072.processed, tests/results/073.processed,
17950: tests/results/074.processed, tests/results/075.processed,
17951: tests/results/076.processed, tests/results/077.processed,
17952: tests/results/078.processed, tests/results/080.processed,
17953: tests/results/081.processed, tests/results/082.processed,
17954: tests/results/083.processed, tests/results/084.processed,
17955: tests/results/085.processed, tests/results/086.processed,
17956: tests/results/087.processed, tests/results/088.processed,
17957: tests/results/089.processed, tests/results/090.processed,
17958: tests/results/091.processed, tests/results/092.processed,
17959: tests/results/093.processed, tests/results/094.processed,
17960: tests/results/095.processed, tests/079.html,
17961: tests/results/079.processed: tests: 61 file::stat size 62
17962: string->int autoconvert 63 double .int,dec,div,mul 64 date
17963: compare 65 file: basename,justname,justext 66 math:crypt 67
17964: string.match simple on long 68 string.match normalized simple on
17965: long 69 string.int 70 file::stat content-type 71 table.join 72
17966: hash parameter conditional pass 73 date daylightsaving,yearday 74
17967: date arithmetics 75 response date values/attributes 76 string.pos
17968: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17969: with local 80 scientific numeric literal in string autoconvert 81
17970: xor: logical and numerical 82 for delims 83 menu delims 84
17971: table.hash distinct 85 long string replace 86 throw+catch
17972: current language preserve 87 bit shifts 88 junction tests +
17973: $caller test 89 hash.foreach selfmodification 90 int/void to int
17974: 91 $caller test 92 junction is + def junction tests 93 $caller
17975: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17976:
17977: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17978: fixed] 60 string eq string [bug fixed]
17979:
17980: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17981: 058.html, 058_paf2000.png, 059.html, 060.html,
17982: results/053.processed, results/054.processed,
17983: results/055.processed, results/056.processed,
17984: results/057.processed, results/058.processed,
17985: results/059.processed, results/060.processed: test: 53
17986: string.replace 54 junctions 55 table.hash 56 call indirect 57
17987: date.create[string] 58 image.measure[png]
17988:
17989: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17990: outputs/051.processed, results/052.processed: test: 52
17991: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17992: task: fix that
17993:
17994: 2003-03-03 paf
17995:
17996: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17997: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17998: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17999: outputs/049.processed, outputs/050.processed,
18000: outputs/051.processed, results/001.processed,
18001: results/002.processed, results/003.processed,
18002: results/005.processed, results/006.processed,
18003: results/008.processed, results/009.processed,
18004: results/011.processed, results/012.processed,
18005: results/013.processed, results/014.processed,
18006: results/015.processed, results/016.processed,
18007: results/017.processed, results/020.processed,
18008: results/021.processed, results/022.processed,
18009: results/024.processed, results/025.processed,
18010: results/026.processed, results/027.processed,
18011: results/028.processed, results/029.processed,
18012: results/030.processed, results/031.processed,
18013: results/049.processed, results/050.processed,
18014: results/051.processed, results/043.processed,
18015: results/044.processed, results/045.processed,
18016: results/046.processed, results/047.processed,
18017: results/048.processed: tests: 43,44,45 date rolls 46
18018: autoevaluating junction 47 table.select 48 name with subvar 49
18019: hash-creating switch 50 process 51 started parent/child, works as
18020: it were but it were NOT GOOD, created separate task to fix that
18021:
18022: * tests/: 042.html, results/042.processed: test: 42
18023: exception.handled
18024:
18025: * tests/: 041.html, results/041.processed: test: 41 table.locate by
18026: expression
18027:
18028: * tests/: 040.html, results/040.processed: test: 39 method result
18029: of type table 40 method param junction auto evaluate
18030:
18031: * tests/: 039.html, results/039.processed: test: 37 method result
18032: of type table
18033:
18034: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
18035: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
18036: tests/038.html, tests/results/033.processed,
18037: tests/results/034.processed, tests/results/035.processed,
18038: tests/results/036.processed, tests/results/037.processed,
18039: tests/results/038.processed: tests: 33 string.replace 34
18040: string.upper 35 table created 36 local/global vars with juntions
18041: 37 table clone 38 math PI & number formatting
18042:
18043: math class registring typo fixed
18044:
18045: * src/classes/op.C, src/include/pa_request.h,
18046: src/include/pa_string.h, src/main/execute.C,
18047: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
18048: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
18049: tests/032.html, tests/results/032.processed: uchar changed to
18050: String_UL in all places [was not everywhere] untaint test: 032
18051:
18052: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
18053: tests/results/004.processed, tests/parser-cygwin.sh,
18054: tests/parser-unix.sh: removed -H command line key, now testing
18055: using .sh file with SERVER_SOFTWARE=xxx
18056:
18057: 2003-02-26 paf
18058:
18059: * src/main/execute.C, src/types/pa_vstateless_class.h,
18060: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
18061: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
18062: tests/results/024.processed, tests/results/025.processed,
18063: tests/results/026.processed, tests/results/027.processed,
18064: tests/results/028.processed, tests/results/029.processed,
18065: tests/results/030.processed, tests/results/031.processed: fixed
18066: bug with name_cstr mutable CharPtr more tests
18067:
18068: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
18069: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
18070: << abort. die now just exits
18071:
18072: * src/classes/classes.awk, src/classes/classes.h,
18073: src/classes/date.C, src/classes/double.C, src/classes/file.C,
18074: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
18075: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
18076: src/classes/op.C, src/classes/response.C, src/classes/string.C,
18077: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18078: src/classes/xnode.C, src/include/pa_memory.h,
18079: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
18080: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
18081: src/types/pa_vform.C, tests/015.html, tests/016.html,
18082: tests/017.html, tests/018.html, tests/019.html,
18083: tests/019paf2001.gif, tests/020.html, tests/021.html,
18084: tests/022.html, tests/023.html, tests/022_dir/a.html,
18085: tests/022_dir/b.txt, tests/022_dir/c.htm,
18086: tests/results/015.processed, tests/results/016.processed,
18087: tests/results/017.processed, tests/results/018.processed,
18088: tests/results/019.processed, tests/results/020.processed,
18089: tests/results/021.processed, tests/results/022.processed,
18090: tests/results/023.processed: methoded_array now contains all Mxxx
18091: classes SAPI::get_env now returns info on pool more tests
18092:
18093: * src/include/pa_array.h, src/include/pa_hash.h,
18094: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
18095: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
18096: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
18097: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
18098: tests/014.html, tests/Makefile, tests/outputs/create-dir,
18099: tests/results/001.processed, tests/results/002.processed,
18100: tests/results/003.processed, tests/results/004.processed,
18101: tests/results/005.processed, tests/results/006.processed,
18102: tests/results/007.processed, tests/results/008.processed,
18103: tests/results/009.processed, tests/results/010.processed,
18104: tests/results/011.processed, tests/results/012.processed,
18105: tests/results/013.processed, tests/results/014.processed: hash
18106: cloning fixed
18107:
18108: 2003-02-25 paf
18109:
18110: * src/main/pa_common.C: typo fixed
18111:
18112: 2003-02-24 paf
18113:
18114: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
18115: [one remained]
18116:
18117: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
18118: [should have been get_string(&pool)] todo: check other such calls
18119:
18120: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
18121: test10, bad lookups
18122:
18123: xxx* xxx=smartptr.get(); << is bad style, after ";" original
18124: object got destructed, and xxx points to sky
18125:
18126: * ChangeLog, src/classes/string.C: match bug fixed
18127:
18128: * src/types/pa_vmail.C: body [text/html] transcoded to
18129: $.charset[specified] now
18130:
18131: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18132: which failed to handle sigsetjmp+throw: crashed inside of
18133: pre-throw code. rewritten simplier [though duplicating
18134: closesocket code]
18135:
18136: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18137: which failed to handle sigsetjmp+throw: crashed inside of
18138: pre-throw code. rewritten simplier [though duplicating
18139: closesocket code]
18140:
18141: 2003-02-21 paf
18142:
1.211 moko 18143: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18144: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18145: now]]
1.95 moko 18146:
18147: written makefile with regression tests [raw]
18148:
18149: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18150: tests' only [it's not forcing CGI mode now] now use -H to output
18151: CGI header when parser used in command line [useful for tests
18152: also]
18153:
18154: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18155: switches on CGI mode, and is used in regression tests
18156:
18157: * src/: include/pa_request.h, main/pa_request.C,
18158: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18159: fixed
18160:
18161: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18162: handling pa_*
18163:
18164: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18165: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18166: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18167: memory handling files
18168:
18169: * src/main/pa_array.C: pool::format_integer terminator fixed
18170:
18171: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18172: compiles OK test to show benefits of free
18173:
18174: * src/: classes/file.C, classes/image.C, classes/mail.C,
18175: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18176: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18177: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18178: use pool [as the one in ^process]
18179:
18180: * src/classes/op.C: fixed process. sould now check for all cstr's
18181: -- some must use pool [as the one in ^process]
18182:
18183: 2003-02-20 paf
18184:
18185: * src/: classes/date.C, classes/double.C, classes/file.C,
18186: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18187: classes/math.C, classes/op.C, classes/response.C,
18188: classes/string.C, classes/table.C, classes/void.C,
18189: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18190: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18191: string cmp fixed
18192:
18193: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18194: values passed OK now
18195:
18196: 2003-02-19 paf
18197:
18198: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18199: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18200: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18201: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18202: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18203: all remaning leaks resulted from pooled::malloc calls [excluding
18204: in gd -- planning complete rewrite extremely ugly code]
18205:
18206: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18207: files
18208:
18209: 2003-02-17 paf
18210:
18211: * src/: classes/date.C, classes/double.C, classes/file.C,
18212: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18213: classes/response.C, classes/string.C, classes/table.C,
18214: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18215: include/pa_stylesheet_connection.h,
18216: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18217: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18218: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18219: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18220: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18221: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18222: of unitialized simple-typed field
18223:
18224: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18225: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18226: simple-typed field fixed. todo: find&kill all like that one
18227:
18228: * src/: main/execute.C, targets/cgi/pa_pool.C,
18229: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18230: debug output fixed
18231:
18232: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18233: main/pa_request.C: stack-stored items need extra .ref to prevent
18234: object_ptr from delete[them]
18235:
18236: * src/: classes/date.C, classes/op.C, classes/table.C,
18237: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18238: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18239: main/pa_charset.C, main/pa_common.C,
18240: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18241: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18242: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18243: calls
18244:
18245: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18246: couple mem leaks rusulted from old pooled::malloc usage.
18247: todo:find more like those
18248:
18249: * src/main/: compile.C, compile_tools.C: 2*2!
18250:
18251: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18252: stackItem fixed [there were no string on stack before]
18253:
18254: * src/: main/execute.C, main/pa_request.C,
18255: types/pa_vmethod_frame.C: first letters out OK
18256:
18257: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18258: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18259: main/pa_string.C, main/untaint.C, types/pa_value.h,
18260: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18261: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18262: type not initialized with zeros :( while class fields of class
18263: types initialized with default constructors. learn C++
18264:
18265: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18266: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18267: classes/math.C, classes/xdoc.C, classes/xnode.C,
18268: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18269: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18270:
18271: 2003-02-14 paf
18272:
18273: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18274: 13 link errors
18275:
18276: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18277: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18278: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18279: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18280: errors :)
18281:
18282: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18283: classes/hash.C, classes/mail.C, classes/op.C,
18284: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18285: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18286: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18287: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18288:
18289: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18290: classes/table.C, include/pa_common.h, include/pa_globals.h,
18291: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18292: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18293: types/pa_vint.h, types/types.dsp: op compiled
18294:
18295: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18296: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18297: main/untaint.C, types/pa_vtable.h: string, response compiled
18298:
18299: 2003-02-07 paf
18300:
18301: * src/: classes/table.C, types/pa_vtable.h: table compiled
18302:
18303: 2003-02-06 paf
18304:
18305: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18306: mail compiled
18307:
18308: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18309: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18310: types/pa_vfile.h, types/pa_vimage.h: image compiled
18311:
18312: * src/classes/: file.C, form.C: form compiled
18313:
18314: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18315: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18316: types/pa_vfile.C, types/pa_vfile.h: file compiled
18317:
18318: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18319: types/pa_vmath.h: math compiled [win32]
18320:
18321: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18322: types/pa_vstring.h: hash compiled
18323:
18324: 2003-02-04 paf
18325:
18326: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18327: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18328: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18329: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18330: types/pa_vhash.h: hash 50% compiled
18331:
18332: * src/: classes/date.C, classes/file.C, classes/hash.C,
18333: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18334: classes/string.C, classes/table.C, classes/xdoc.C,
18335: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18336: main/pa_string.C: date compiled
18337:
18338: * src/classes/: classes.dsp, double.C: double compiled
18339:
18340: * src/: classes/date.C, classes/double.C, classes/file.C,
18341: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18342: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18343: classes/string.C, classes/table.C, classes/void.C,
18344: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18345: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18346: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18347: compiled
18348:
18349: * src/: classes/date.C, classes/double.C, classes/file.C,
18350: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18351: classes/math.C, classes/op.C, classes/response.C,
18352: classes/string.C, classes/table.C, classes/void.C,
18353: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18354: types/pa_vvoid.h: void compiled :)
18355:
18356: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18357: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18358: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18359: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18360: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18361: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18362: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18363: types/pa_vresponse.C, types/pa_vstateless_class.C,
18364: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18365: types/pa_wcontext.C, types/types.dsp: removed stupid
18366: value_includes.h
18367:
18368: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18369: trying to remove stupid value_includes.h
18370:
18371: * src/main/pa_exec.C: pa_exec compiled on win32
18372:
18373: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18374:
18375: * src/: include/pa_globals.h, include/pa_request.h,
18376: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18377: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18378: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18379: types/pa_vrequest.C, types/pa_vstateless_class.C,
18380: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18381:
18382: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18383: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18384: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18385:
18386: * src/: include/pa_array.h, include/pa_config_includes.h,
18387: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18388: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18389: compiled
18390:
18391: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18392: name conflicts)
18393:
18394: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18395: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18396: yelds "virtual memory exhausted" while trying to compile
18397: execute.C [eating up to 127MB]
18398:
18399: 2003-02-03 paf
18400:
18401: * src/: include/pa_config_includes.h, include/pa_hash.h,
18402: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18403: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18404: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18405: types/pa_vint.h, types/pa_vjunction.h,
18406: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18407: started gcc compiling pa_common compiled
18408:
18409: * src/: include/pa_exception.h, include/pa_pool.h,
18410: main/pa_exception.C: exception gcc change #1
18411:
1.116 moko 18412: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18413: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18414:
18415: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18416:
18417: * src/types/pa_vtable.C: vtable compiled
18418:
18419: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18420:
18421: * src/: include/pa_cache_managers.h, main/pa_request.C,
18422: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18423:
18424: * src/types/pa_vstateless_class.C: vstateless_class compiled
18425:
18426: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18427:
18428: * src/types/pa_vrequest.C: vrequest compiled
18429:
18430: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18431: pa_vobject.C, pa_vobject.h: vobject compiled
18432:
18433: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18434: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18435: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18436: compiled
18437:
18438: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18439:
18440: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18441: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18442: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18443: compiled
18444:
18445: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18446: main.lib - 0 error(s), 0 warning(s)
18447:
18448: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18449: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18450:
18451: 2003-01-31 paf
18452:
18453: * src/: include/pa_array.h, include/pa_operation.h,
18454: include/pa_request.h, main/execute.C, main/main.dsp,
18455: types/pa_vjunction.h: started last file from main library:
18456: execute
18457:
18458: * src/: include/pa_request.h, include/pa_sapi.h,
18459: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18460: main/pa_request.C, targets/cgi/parser3.C,
18461: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18462: types/pa_vhash.h: pa_request compiled
18463:
18464: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18465: include/pa_globals.h, include/pa_request.h,
18466: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18467: main/execute.C, main/main.dsp, main/pa_common.C,
18468: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18469: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18470: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18471: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18472: types/types.dsp: most pa_request compiled
18473:
18474: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18475: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18476: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18477: classes/op.C, classes/response.C, classes/string.C,
18478: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18479: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18480: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18481: include/pa_config_fixed.h, include/pa_config_includes.h,
18482: include/pa_dictionary.h, include/pa_dir.h,
18483: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18484: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18485: include/pa_pool.h, include/pa_request.h,
18486: include/pa_request_charsets.h, include/pa_request_info.h,
18487: include/pa_sapi.h, include/pa_socks.h,
18488: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18489: include/pa_stack.h, include/pa_string.h,
18490: include/pa_stylesheet_connection.h,
18491: include/pa_stylesheet_manager.h, include/pa_table.h,
18492: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18493: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18494: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18495: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18496: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18497: main/compile.C, main/compile.tab.C, main/compile.y,
18498: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18499: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18500: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18501: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18502: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18503: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18504: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18505: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18506: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18507: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18508: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18509: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18510: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18511: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18512: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18513: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18514: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18515: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18516: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18517: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18518: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18519: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18520: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18521: types/pa_vresponse.h, types/pa_vstateless_class.C,
18522: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18523: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18524: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18525: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18526: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18527: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18528:
18529: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18530: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18531: src/include/pa_charsets.h, src/include/pa_common.h,
18532: src/include/pa_dictionary.h, src/include/pa_exception.h,
18533: src/include/pa_exec.h, src/include/pa_pool.h,
18534: src/include/pa_request.h, src/include/pa_sapi.h,
18535: src/include/pa_sql_connection.h,
18536: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18537: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18538: src/main/compile.tab.C, src/main/compile_tools.C,
18539: src/main/compile_tools.h, src/main/main.dsp,
18540: src/main/pa_charset.C, src/main/pa_charsets.C,
18541: src/main/pa_common.C, src/main/pa_dictionary.C,
18542: src/main/pa_exception.C, src/main/pa_exec.C,
18543: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18544: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18545: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18546: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18547: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18548: src/types/pa_vdouble.h, src/types/pa_venv.h,
18549: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18550: src/types/pa_vhash.h, src/types/pa_vimage.C,
18551: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18552: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18553: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18554: src/types/pa_vobject.C, src/types/pa_vobject.h,
18555: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18556: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18557: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18558: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18559: src/types/pa_vstring.h, src/types/pa_vtable.h,
18560: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18561: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18562: died, long live StringPtr
18563:
18564: 2003-01-30 paf
18565:
18566: * src/: include/pa_charset.h, include/pa_request.h,
18567: include/pa_sql_driver_manager.h, main/compile.tab.C,
18568: main/compile.y, main/compile_tools.h, main/pa_request.C,
18569: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18570:
18571: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18572: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18573: types/pa_vhash.h, types/pa_vmethod_frame.h,
18574: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18575: types/types.dsp: vstateless_class compiled
18576:
18577: * src/main/compile.C: compile compiled
18578:
18579: * src/: include/pa_array.h, include/pa_operation.h,
18580: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18581: main/pa_table.C: compile_tools compiled
18582:
18583: * src/: include/pa_operation.h, main/compile.y,
18584: main/compile_tools.C, main/compile_tools.h: started
18585: compile_tools. vagues ideas of how to free compiled code
18586:
18587: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18588: main/main.dsp, types/pa_value.C, types/pa_value.h,
18589: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18590: compiled
18591:
18592: 2003-01-29 paf
18593:
18594: * src/: include/pa_globals.h, include/pa_request.h,
18595: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18596: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18597: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18598: compiled
18599:
18600: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18601: now
18602:
18603: * src/: include/pa_array.h, include/pa_exception.h,
18604: include/pa_pool.h, main/pa_exception.C: gd compiled
18605:
18606: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18607: compiled
18608:
18609: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18610: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18611: types/pa_vfile.h: vfile compiled
18612:
18613: * src/: include/pa_common.h, include/pa_globals.h,
18614: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18615: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18616: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18617:
18618: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18619: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18620: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18621: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18622: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18623:
18624: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18625: main/main.dsp, main/untaint.C: more compiled
18626:
18627: * src/: include/pa_charsets.h, include/pa_request.h,
18628: include/pa_request_info.h, include/pa_string.h,
18629: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18630: types/pa_vresponse.h: vrequest compiled
18631:
18632: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18633: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18634: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18635:
18636: * src/: classes/classes.h, include/pa_charset.h,
18637: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18638: include/pa_request.h, include/pa_string.h, main/main.dsp,
18639: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18640: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18641: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18642: types/pa_vrequest.C, types/pa_vrequest.h,
18643: types/pa_vstateless_class.h, types/pa_vstring.h,
18644: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18645:
18646: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18647: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18648: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18649: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18650: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18651: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18652: types/pa_vobject.h, types/pa_vstateless_class.h,
18653: types/pa_vstateless_object.h, types/pa_vstatus.h,
18654: types/pa_vstring.h, types/types.dsp: vmath compiled
18655:
18656: 2003-01-28 paf
18657:
18658: * src/: classes/classes.h, classes/date.C, classes/file.C,
18659: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18660: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18661: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18662: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18663: compile_tools
18664:
18665: * src/: include/pa_charset.h, include/pa_exception.h,
18666: include/pa_request.h, include/pa_string.h, main/untaint.C:
18667: untaint compiled
18668:
18669: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18670: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18671: more compiled. struck with string::store_to needing to know
18672: source/client charsets
18673:
18674: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18675: types/pa_vfile.h: uue compiled
18676:
18677: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18678: table compiled
18679:
18680: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18681: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18682:
18683: * src/: include/pa_charset.h, main/pa_charset.C,
18684: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18685: introduced]
18686:
18687: * src/: classes/date.C, include/pa_charset.h,
18688: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18689: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18690: pa_charsets compiled
18691:
18692: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18693: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18694:
18695: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18696: common compiled
18697:
18698: * src/: include/pa_charsets.h, main/pa_charsets.C,
18699: main/pa_sql_driver_manager.C: pa_charsets compiled
18700:
18701: * src/: include/pa_array.h, include/pa_charset.h,
18702: include/pa_charsets.h, include/pa_pool.h,
18703: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18704: include/pa_stack.h, include/pa_string.h,
18705: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18706: sql_driver_manager compiled
18707:
18708: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18709: letter i with two dots added to koi, all ukranian letters added
18710: to win1251.
18711:
18712: typographic simbol 0xb9 deleted from win1251 [strange one & were
18713: abscent from koi]
18714:
18715: 2003-01-27 paf
18716:
18717: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18718: include/pa_sql_driver_manager.h, include/pa_string.h,
18719: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18720: sql/pa_sql_driver.h: paused on sql_manager
18721:
18722: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18723: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18724: include/pa_stack.h, main/pa_sql_driver_manager.C,
18725: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18726:
18727: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18728: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18729: include/pa_table.h, main/pa_sql_driver_manager.C,
18730: main/pa_table.C: table compiled
18731:
18732: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18733: cache_managers compiled
18734:
18735: * src/: include/pa_array.h, include/pa_charset.h,
18736: include/pa_pool.h, main/pa_charset.C: charset compiled
18737:
18738: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18739:
18740: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18741: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18742: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18743: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18744: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18745:
18746: 2003-01-24 paf
18747:
18748: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18749: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18750: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18751: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18752: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18753: types/pa_vint.h, types/pa_vjunction.h,
18754: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18755: types/pa_vstatus.h, types/pa_vstring.h: more patched
18756:
18757: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18758: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18759: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18760: main/pa_string.C, main/pa_table.C: string compiled
18761:
18762: * src/: include/pa_array.h, include/pa_common.h,
18763: include/pa_dictionary.h, include/pa_exception.h,
18764: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18765: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18766: main/pa_string.C: dictionary compiled
18767:
18768: 2003-01-23 paf
18769:
18770: * src/: include/pa_array.h, include/pa_common.h,
18771: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18772: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18773: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18774: types/pa_value.h: resurrected pool in new sense: now it's
18775: factory, producing&accounting memory chunks for read[autofree]
18776: buffers
18777:
18778: * src/: include/pa_array.h, include/pa_exception.h,
18779: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18780: main/pa_exception.C, main/pa_table.C: table compiled
18781:
18782: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18783: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18784: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18785: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18786: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18787: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18788: main/pa_table.C: aint that easy
18789:
18790: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18791: main/main.dsp: continued with Hash
18792:
18793: * src/main/pa_common.C: connect_string allocated on heap[wes on
18794: stack] now. and exception can be reported OK now [can be reported
18795: outside of pro c with that stack]
18796:
18797: 2003-01-22 paf
18798:
18799: * src/: include/pa_array.h, include/pa_charset.h,
18800: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18801: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18802: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18803: base: contains references_count. auto_ptr template calls
18804: add_ref/release
18805:
18806: 2003-01-21 paf
18807:
18808: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18809: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18810: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18811: classes/op.C, classes/response.C, classes/string.C,
18812: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18813: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18814: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18815: include/pa_config_fixed.h, include/pa_config_includes.h,
18816: include/pa_dictionary.h, include/pa_dir.h,
18817: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18818: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18819: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18820: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18821: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18822: include/pa_stack.h, include/pa_string.h,
18823: include/pa_stylesheet_connection.h,
18824: include/pa_stylesheet_manager.h, include/pa_table.h,
18825: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18826: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18827: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18828: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18829: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18830: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18831: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18832: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18833: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18834: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18835: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18836: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18837: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18838: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18839: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18840: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18841: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18842: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18843: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18844: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18845: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18846: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18847: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18848: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18849: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18850: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18851: types/pa_vstateless_object.h, types/pa_vstatus.C,
18852: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18853: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18854: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18855: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18856: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18857: 2002->2003
18858:
18859: 2003-01-16 paf
18860:
1.211 moko 18861: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18862: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18863: $.any-status(1)
1.95 moko 18864:
1.211 moko 18865: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18866: src/main/pa_common.C: http request now return status. and not
18867: fail on status!=200
18868:
18869: 2003-01-15 paf
18870:
18871: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18872:
18873: 2003-01-14 paf
18874:
18875: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18876: mkinstalldirs: removed some ancient files [they in / really]
18877:
18878: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18879: regretfully needed patch in two places. in config_fixed.h made
18880: stubs for lib to compile in MSVC
18881:
18882: 2003-01-13 paf
18883:
18884: * config.guess, config.sub, ltmain.sh: removed last piece of
18885: configure.in(libtool) hacks
18886:
1.116 moko 18887: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18888: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18889: ltdl.h: moved to latest libtool (1.4.3)
18890:
18891: 2003-01-10 paf
18892:
18893: * src/lib/ltdl/: configure, configure.in: PROG_NM
18894:
18895: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18896: patches. libxml2 >= 2.5.1
18897: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18898: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18899: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18900:
18901: * INSTALL: moved to latest versions of xml libs libxml2 >=
18902: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18903: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18904: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18905:
18906: 2003-01-09 paf
18907:
18908: * INSTALL: xml,xslt,gdome lib urls updated
18909:
18910: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18911: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18912: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18913: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18914: 1.7.2
1.95 moko 18915:
18916: * depcomp: moving to automake 1.7.2
18917:
18918: 2002-12-27 paf
18919:
18920: * src/include/pa_version.h: 0007
18921:
18922: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18923: outdated parts, made links to language docs
18924:
18925: * src/include/pa_config_auto.h.in: comment
18926:
18927: 2002-12-26 paf
18928:
18929: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18930: not contain trailing / fixed.
18931:
18932: * INSTALL: changing SAFE_MODE politics
18933:
18934: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18935:
18936: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18937:
18938: 2002-12-25 paf
18939:
18940: * src/main/pa_globals.C: optimized-xml
18941:
18942: * src/main/pa_globals.C: optimized-as-is
18943:
18944: 2002-12-24 paf
18945:
18946: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18947: fixed [were really called with zero size when .html?a=&b=]
18948:
18949: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18950: with --with-sendmail
18951:
18952: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18953: fixed]
18954:
18955: 2002-12-23 paf
18956:
18957: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18958: ignoring parameters & were storing only string with default
18959: expires
18960:
18961: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18962: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18963: December 23, 2002 4:22 AM Subject: bug â
18964: Charset::transcode_buf2xchar
18965:
18966: 2002-12-20 paf
18967:
18968: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18969: non-cgi [script] runs
18970:
18971: 2002-12-19 paf
18972:
18973: * INSTALL: --without-iconv recommended [it crashes on some systems
18974: [tested on elik]] moreover, it's not needed there [parser
18975: registers charsets itself]
18976:
18977: * INSTALL: --without-iconv recommended [it crashes on some systems
18978: [tested on elik]]
18979:
1.211 moko 18980: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18981: src/include/pa_request.h, src/main/pa_globals.C,
18982: src/main/pa_request.C: $response:download
18983:
18984: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18985: compiler [win32]].
18986:
18987: 2002-12-18 paf
18988:
18989: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18990:
18991: 2002-12-17 paf
18992:
18993: * src/targets/cgi/parser3.C: merged die&iis changes
18994:
18995: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18996: to exit(1) 2. more flexible iilegal call check
18997:
18998: 2002-12-16 paf
18999:
19000: * ltmain.sh: some automakes silly insist on having this handy
19001:
19002: * src/main/untaint.C: filespec russian small 'r' changed to latin
19003: 'p' bug fix
19004:
19005: 2002-12-15 paf
19006:
19007: * src/main/untaint.C: filespec russian small 'r' changed to latin
19008: 'p'
19009:
19010: * configure.in, src/include/pa_config_auto.h.in,
19011: src/main/compile.C, src/main/pa_common.C: merged small changes
19012: from branch 6 to HEAD
19013:
19014: * src/main/compile.C: removed warning
19015:
19016: * src/main/pa_common.C: ftruncate having checked
19017:
19018: * configure.in, src/include/pa_version.h: new version
19019:
19020: 2002-12-14 paf
19021:
19022: * src/classes/table.C: removed unnecessary code
19023:
19024: * src/sql/pa_sql_driver.h: exception type fixed
19025:
19026: 2002-12-09 paf
19027:
19028: * src/types/pa_vvoid.h: $void.store[now] error
19029:
19030: * src/targets/cgi/parser3.C: ::die now tries to write core dump
19031:
19032: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
19033: tries to write core dump
19034:
19035: * src/targets/cgi/parser3.C: ::die now tries to write core dump
19036:
19037: * src/: classes/hash.C, classes/string.C, classes/table.C,
19038: classes/void.C, main/pa_sql_driver_manager.C,
19039: sql/pa_sql_driver.h: changed exception handling mech in sql
19040: handlers #2
19041:
19042: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
19043: exception handling mech in sql handlers
19044:
19045: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
19046: handlers
19047:
19048: * src/: classes/hash.C, classes/string.C, classes/table.C,
19049: classes/void.C, main/pa_sql_driver_manager.C,
19050: sql/pa_sql_driver.h: changed exception handling mech in sql
19051: handlers
19052:
1.116 moko 19053: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
19054: to write makefile which used libtool to install things, which is
19055: not needed
1.95 moko 19056:
19057: 2002-12-06 paf
19058:
1.211 moko 19059: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19060: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
19061: more like 'table'
1.95 moko 19062:
19063: 2002-12-05 paf
19064:
19065: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
19066: cc/bcc OK now
19067:
19068: * src/main/untaint.C: mail header closed properly
19069:
19070: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
19071: header ',' allowed. still bugs in smtp [only one receiptient
19072: works, cc, bcc ignored now, and MAILED ;)]
19073:
19074: [strncpy killed, memnchr used]
19075:
19076: * src/main/pa_table.C: table-copy now current=0
19077:
19078: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
19079: lowlevel proc
19080:
19081: * src/targets/cgi/parser3.C: more checks on
19082: http://domain/parser.cgi start [maybe some getenv returns "",
19083: checked that now
19084:
19085: * src/targets/cgi/parser3.C: more checks on
19086: http://domain/parser.cgi start [maybe some getenv returns "",
19087: checked that now
19088:
19089: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
19090: out-of-mem errors reached log]
19091:
19092: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
19093: mail:send MIME-Version default
19094:
19095: * src/main/main.dsp: pa_version included into main.dsp
19096:
19097: 2002-12-04 paf
19098:
19099: * src/types/pa_vform.C: $form:field string value cut by premature 0
19100:
19101: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
19102: lib/libltdl -> lib/ltdl Win32 changes. s
19103:
19104: * src/classes/classes.awk: more strict *.C$
19105:
19106: * gnu.dsp: restored
19107:
1.116 moko 19108: * configure.in, gnu.dsp, src/lib/Makefile.am,
19109: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
19110: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
19111: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
19112: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
19113: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
19114: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
19115: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
19116: now created with /configure, not ltdl/configure, so it does have
19117: no problems with automake. ltdl/configure
19118: AC_OUTPUT(Makefile<<removed)
1.95 moko 19119:
19120: 2002-12-02 paf
19121:
1.211 moko 19122: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 19123:
19124: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
19125: src/main/pa_common.C, src/main/pa_request.C,
19126: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
19127: tainted parts becomes http-header
19128:
19129: 2002-11-29 paf
19130:
1.211 moko 19131: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
19132: operators.txt: exif dates now objects of type date
1.95 moko 19133:
19134: * src/classes/image.C: file.seek removed [it were used in image.C
19135: only, and for parser user this means that jpeg image has bad
19136: size in fragment's header] now used image.format
19137:
19138: * src/: include/pa_common.h, main/pa_common.C,
19139: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19140: now handled exactly like $response:header values. e.g. can be
19141: hash [can have subattributes] & contain date values.
19142:
19143: * src/main/pa_common.C: http:// param values lang forced URI
19144:
19145: * src/main/pa_common.C: http:// tainted partes now %xx
19146:
19147: 2002-11-28 paf
19148:
1.211 moko 19149: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19150:
19151: * src/classes/image.C: ^image.length now counts interchar space.
19152: plus space after last char
19153:
19154: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19155:
19156: * src/classes/image.C: ^image.font width measurer now scans full
19157: height [were -1]
19158:
19159: * configure.in: stopped double libltdl/Makefile generation
19160:
19161: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19162: chars [one top horizontal line of 1pixel height were missing]
19163:
19164: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19165: 'false' to go into (Hash *) parameter
19166:
19167: 2002-11-27 paf
19168:
19169: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19170: types/pa_vmail.C: response:body[file] if file nows it's name now
19171: returns content-disposition: >>attachment<<
19172:
19173: * src/classes/image.C: ^image.font << bad font file-size now
19174: properly reported
19175:
19176: 2002-11-26 paf
19177:
19178: * src/main/pa_request.C: fixed lang in reponse header
19179:
19180: * src/main/pa_common.C: utf8 prefix ignored @read text
19181:
1.211 moko 19182: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19183: response status!=200 made exception: http.status with source=bad
19184: status#
1.95 moko 19185:
19186: 2002-11-25 paf
19187:
19188: * configure.in, src/classes/image.C,
19189: src/include/pa_config_auto.h.in,
19190: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19191: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19192: const void related probs fixed
1.95 moko 19193:
1.211 moko 19194: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19195: fields now UPPERCASE
1.95 moko 19196:
19197: $file[^file::load[http://there]] $file.SERVER
19198:
19199: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19200: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19201: http options [invalid onces now reported] made default
19202: user-agent: paf
19203:
1.211 moko 19204: * operators.ru.txt, operators.txt, src/classes/file.C,
19205: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19206: src/include/pa_globals.h, src/main/pa_common.C,
19207: src/main/pa_globals.C, src/main/pa_request.C,
19208: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19209: now understand http:// prefix and additional params, sample:
19210: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19211: $.USER-AGENT[parser3] ]]
19212:
19213: 2002-11-22 paf
19214:
19215: * src/classes/image.C, src/include/pa_globals.h,
19216: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19217: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19218: $image.exif support $image.exif.DateTime & co
1.95 moko 19219:
19220: 2002-11-21 paf
19221:
19222: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19223: _PASS_APPENDED)
19224:
19225: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19226: EXIF information [were big block and it's size were considered
19227: negative :(]
19228:
1.211 moko 19229: * operators.ru.txt, operators.txt, src/classes/image.C,
19230: src/include/pa_common.h, src/main/pa_common.C,
19231: src/types/pa_vmail.C: image.measure internals rewritten. no
19232: there's reader.seek, and all's ready for EXIF extraction [now we
19233: fail to measure files with EXIF info]
1.95 moko 19234:
19235: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19236: O_TRUNC truncates even exclusevely write-locked file [thanks to
19237: Igor Milyakov <virtan@rotabanner.com> for discovering]
19238:
19239: 2002-11-20 paf
19240:
19241: * src/targets/cgi/parser3.C: logging @signal += query_string
19242:
19243: * configure.in, src/include/pa_config_auto.h.in,
19244: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19245: comment
19246:
19247: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19248:
19249: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19250: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19251: currently processed document SIGPIPE >> interrupts request
19252: processing [exception = DB rollback]
19253:
19254: * src/main/pa_exec.C: comment
19255:
19256: * src/main/pa_exec.C: pa_exec: data written only if size>0
19257:
1.211 moko 19258: * operators.ru.txt, operators.txt, src/classes/file.C:
19259: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19260:
19261: * src/: include/pa_config_fixed.h, main/pa_common.C,
19262: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19263: pipe read errors now checked
19264:
19265: 2002-11-19 paf
19266:
19267: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19268: CGI: Illegal call
19269:
19270: 2002-11-01 paf
19271:
19272: * src/main/execute.C: comment
19273:
19274: 2002-10-31 paf
19275:
19276: * src/main/execute.C: found out why, checked that for now. todo:
19277: find out a way for that user could do that
19278:
19279: * src/types/pa_vstateless_object.h: object put replaces static
19280: parent if any
19281:
19282: * src/types/pa_vobject.C: object put replaces static parent if any
19283:
19284: * src/: classes/form.C, classes/mail.C, classes/op.C,
19285: classes/xnode.h, main/compile.tab.C, main/execute.C,
19286: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19287: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19288: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19289: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19290: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19291: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19292: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19293: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19294: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19295: types/pa_vstateless_object.h, types/pa_vstatus.C,
19296: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19297: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19298: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19299: types/pa_wwrapper.h: static fix merged
19300:
19301: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19302: $virtual_fields in dynamic, but one can reach derived
19303: static[class] variable from base
19304:
19305: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19306: types/pa_vobject.C, types/pa_vobject.h,
19307: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19308: statics, left $virtual_fields in dynamic
19309:
19310: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19311: one can't remember derivates in base class: there's so many of
19312: them. also there can be no virtual method calls in static
19313: classes
19314:
19315: * src/: classes/form.C, classes/mail.C, classes/op.C,
19316: classes/xnode.h, main/execute.C, main/pa_request.C,
19317: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19318: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19319: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19320: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19321: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19322: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19323: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19324: types/pa_vresponse.C, types/pa_vresponse.h,
19325: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19326: types/pa_vstateless_object.h, types/pa_vstatus.C,
19327: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19328: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19329: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19330: types/pa_wwrapper.h: static call $self fixed
19331:
19332: * src/main/execute.C: comment
19333:
19334: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19335: ^process[$caller.self]{...} now compiles to last derived object
19336: part of that 'self'
19337:
19338: 2002-10-29 paf
19339:
19340: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19341: re-passing [iis to blame]
19342:
19343: * src/classes/string.C: changed string.save to pass current sql
19344: connection to cstr thus one can ^connect[some server]{
19345: $s[insert into table x (x) values (^taint[sql]{value})]
19346: ^s.save[some.sql] } and he'd get in some.sql file code with
19347: properly escaped. [tried in mssql->mysql export->import of
19348: binary data]
19349:
19350: 2002-10-25 paf
19351:
19352: * src/types/pa_vresponse.C: case insensitive response user fields
19353: get/put
19354:
19355: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19356: types/pa_vresponse.C: saving for maybe-future
19357:
19358: 2002-10-23 paf
19359:
1.211 moko 19360: * operators.ru.txt, operators.txt, src/classes/table.C:
19361: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19362:
19363: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19364:
19365: 2002-10-22 paf
19366:
19367: * src/types/: pa_vform.C, pa_vform.h: removed needless
19368: VForm::Append...(...Value)
19369:
19370: * src/main/execute.C: $.name outside of $name[...] checked
19371:
19372: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19373: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19374:
19375: 2002-10-21 paf
19376:
1.211 moko 19377: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19378: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19379:
1.211 moko 19380: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19381: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19382:
1.211 moko 19383: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19384: $form:image-map
1.95 moko 19385:
1.211 moko 19386: * operators.ru.txt, operators.txt, src/classes/file.C:
19387: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19388:
19389: 2002-10-17 paf
19390:
19391: * src/main/: compile.tab.C, compile.y: operators precedence changed
19392: a little: logical not and bitwise negation precedence made
19393: highest, << and >> bitshits precedence made equal [were << higher
19394: than >>]
19395:
19396: * src/classes/op.C: exception handling fixed [were bad with
19397: contexts]
19398:
19399: 2002-10-16 paf
19400:
19401: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19402: main/pa_request.C: Request::self considered equal to
19403: VMethodFrame::self, and removed, Request::get_self() mapped to
19404: VMethodFrame.self()
19405:
19406: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19407: $hash in open field now gives old good error meesage
19408:
19409: 2002-10-15 paf
19410:
19411: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19412: use ^if($junction is junction){was and now true}
19413:
19414: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19415: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19416: types/pa_vxnode.C: xml->parser strings now have origin, which
19417: points to place where value left xml library and came to parser:
19418: place of dom field extraction/call
19419:
19420: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19421: main/compile.tab.C, main/compile.y, main/execute.C,
19422: types/pa_vmethod_frame.h: removed last pieces of old code
19423: allowing $junction.xxx at compile time
19424:
19425: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19426: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19427: objects also considered [were only classes]
19428:
19429: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19430: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19431: with CLASS self. [ (request&method_frame).self temporarily
19432: changed ]
19433:
19434: * src/classes/: hash.C, op.C: method_frame now always changed, with
19435: no exception to native calls. for&foreach changed to use
19436: method_frame.caller for their var's name context
19437:
19438: * src/: main/execute.C, targets/cgi/parser3.C,
19439: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19440: compiling to system classes disabled
19441:
1.211 moko 19442: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19443: ^process[$caller.CLASS]{code-string} added
19444:
1.211 moko 19445: * operators.ru.txt, operators.txt, src/classes/op.C,
19446: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19447: src/main/pa_request.C, src/types/Makefile.am,
19448: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19449: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19450: $junction.get $junction.set[] introducing $caller
1.95 moko 19451:
19452: * src/types/pa_value.h: removed outdated comments. doxygen would
19453: find them lower by inheritance tree
19454:
19455: * src/types/pa_vjunction.C: ident
19456:
19457: 2002-10-14 paf
19458:
19459: * src/classes/op.C: process compiles to code's class class
19460:
19461: * src/: classes/form.C, classes/mail.C, classes/op.C,
19462: include/pa_request.h, main/compile.C, main/compile.tab.C,
19463: main/compile.y, main/execute.C, main/pa_request.C,
19464: types/pa_vstateless_class.h: operators now main-class-methods
19465:
19466: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19467: better stack trace [has "call" & co there]
19468:
19469: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19470: operators @auto now executed in MAIN context
19471:
19472: * src/main/execute.C: operator execution context now = MAIN, not
19473: closest stack frame
19474:
19475: @touchit[] $i[after]
19476:
19477: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19478: were 'after'
19479:
19480: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19481: 'after'
19482:
19483: * src/main/execute.C: comment
19484:
19485: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19486: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19487: action]
19488:
19489: * src/types/pa_vxnode.C: misreplace fixed
19490:
19491: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19492: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19493: $status:rusage.tv_secs/usecs introduced
19494:
19495: 2002-10-09 paf
19496:
19497: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19498: on empty string [or uses (default)]
19499:
19500: 2002-10-08 paf
19501:
19502: * src/main/untaint.C: mail header quoted printable changed after
19503: RFC reread
19504:
1.211 moko 19505: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19506:
19507: * src/types/pa_vxnode.C: misreplace
19508:
19509: 2002-09-24 paf
19510:
1.116 moko 19511: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19512:
19513: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19514: mailreceive would compile on freebsd now
19515:
19516: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19517: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19518: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19519: mailreceive would compile on freebsd now
1.95 moko 19520:
19521: * src/: classes/file.C, main/untaint.C: 1. file spec language
19522: changed: now there are only few chars are untainted: * ? ' " < >
19523: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19524: one should use ^untaint[uri]{...} now]
19525:
19526: 2. $list[^file:list[dir]] now returns simply tainted names in
19527: $list.name, not tainted as filespec
19528:
19529: @russianindex[] #dir with files with russian-lang names
19530: $where[dir]
19531:
19532: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19533: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19534:
19535: 2002-09-23 paf
19536:
19537: * src/types/pa_vdouble.h: double->int round added
19538:
19539: * src/classes/date.C: date bug fix, now
19540: round(floatDays*secondsPerDay)
19541:
19542: * src/classes/date.C: date bug fix, now
19543: round(floatDays*secondsPerDay)
19544:
19545: 2002-09-20 paf
19546:
19547: * src/main/execute.C: code junction calls disabled [before: code
19548: was compiled in such a way, that there were no code-junctions in
19549: OP_CALL]
19550:
19551: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19552:
19553: @badjunctioncallinside[code] ^code[]
19554:
19555: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19556: expanding to include ^junction.method
19557:
19558: * src/main/pa_common.C: -d "DIR/" now true
19559:
19560: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19561: as internal xdoc encoding, and after decoding attributes set by
19562: dom functions now encoded OK, not as digital entities
19563:
19564: * src/classes/xdoc.C: empty transform result, being taken as file
19565: now returns empty file, not raises stupid error about "stat-ed
19566: file"
19567:
19568: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19569: allowed
19570:
19571: * src/types/types.dsp: introducing $junction.get/put(1) one can
19572: write iterators now:
19573:
19574: ^user-foreach[key;value]{$key=$value<br>}
19575:
19576: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19577: $code.value($i*2) $code }
19578:
19579: * src/main/compile_tools.h: mistype
19580:
1.116 moko 19581: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19582: thus taking linking options configure changes into account [were:
19583: ignoring]
1.95 moko 19584:
19585: * src/types/: pa_vjunction.C, Makefile.am: introducing
19586: $junction.get/put(1) one can write iterators now:
19587:
19588: ^user-foreach[key;value]{$key=$value<br>}
19589:
19590: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19591: $code.value($i*2) $code }
19592:
19593: * src/: include/pa_opcode.h, include/pa_request.h,
19594: main/compile.tab.C, main/compile.y, main/execute.C,
19595: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19596: introducing $junction.get/put(1) one can write iterators now:
19597:
19598: ^user-foreach[key;value]{$key=$value<br>}
19599:
19600: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19601: $code.value($i*2) $code }
19602:
19603: 2002-09-19 paf
19604:
1.116 moko 19605: * Makefile.am: new: make commit
1.95 moko 19606:
19607: * aclocal.m4: forced to be older
19608:
19609: 2002-09-18 paf
19610:
19611: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19612: src/main/compile.y, src/main/execute.C: << >> int shifts
19613:
19614: * src/: include/pa_common.h, include/pa_request.h,
19615: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19616: - now this - fatal error
19617:
19618: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19619: that one can pass binary data there
19620:
19621: * src/: classes/date.C, classes/double.C, classes/file.C,
19622: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19623: classes/op.C, classes/response.C, classes/string.C,
19624: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19625: include/pa_request.h: pa_request contexts made privated, plus
19626: get_{self/method_frame} to read. Request_context_saver used in
19627: ^try to save flang too. [were not saved]
19628:
19629: * src/types/pa_vresponse.C: header value chains joined before
19630: output, this should help $.subject[$var $var] from being
19631: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19632:
19633: 2002-09-17 paf
19634:
19635: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19636: removed changes, operators executed with calling self. lots of
19637: code with ^include code relies on defined/defining self variables
19638:
19639: $a[1] ^include[print_a.p] print_a.p: $a
19640:
19641: ^include[set_a.p] a=$a set_a.p: $a[1]
19642:
19643: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19644: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19645: types/pa_vstateless_class.h: operators now executed with MAIN
19646: self. it's for ^include sake, too strong a change
19647:
19648: * src/classes/op.C: made place for ^process to compile it's code to
19649: in case of no self
19650:
19651: * src/main/execute.C: found ancient param to Junction, removed.
19652: allowed passing self to native_code_operators [for ^process to
19653: work, she needs self]
19654:
19655: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19656: types/pa_vstateless_class.h: found ancient param to Junction,
19657: removed. allowed passing self to native_code_operators [for
19658: ^process to work, she needs self]
19659:
19660: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19661: types/pa_value.h, types/pa_vmethod_frame.h,
19662: types/pa_vstateless_class.h: allowed Request.self to be 0,
19663: checked that in VMethodFrame get/put and $self.
19664:
19665: * src/classes/: table.C, xdoc.C: table::sql options table::create
19666: copy options options checked, wrong option now fatal error
19667:
19668: * src/main/pa_string.C: string.replace fixed [were missing words on
19669: pieces boundaries]
19670:
1.150 moko 19671: * configure, configure.in: .so now detected [can be .sl on hpux,
19672: .dll on cygwin, .so in other cases)
1.95 moko 19673:
19674: * configure, configure.in: .so now detected [can be .sl on hpux,
19675: .dll on cygwin, .so in other cases)
19676:
1.211 moko 19677: * operators.ru.txt, operators.txt, src/classes/hash.C,
19678: src/classes/table.C, src/include/pa_globals.h,
19679: src/main/pa_globals.C: table.sql hash::sql flag to allow
19680: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19681:
19682: * src/: classes/hash.C, classes/table.C,
19683: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19684: now errors
19685:
19686: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19687:
19688: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19689: ,2,3]
19690:
19691: 2002-09-16 paf
19692:
19693: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19694: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19695: stdout to be binary. now detected closest header break.
19696:
19697: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19698: closed right
19699:
19700: 2002-09-13 paf
19701:
1.211 moko 19702: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19703: src/main/compile.y, src/main/compile_tools.h: (expression
19704: #comment)
1.95 moko 19705:
19706: (multiline expression #comment line2 #comment )
19707:
19708: (expression #comment with (brackets) comment) << OK
19709:
1.211 moko 19710: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19711: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19712: for expression #comments]
1.95 moko 19713:
19714: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19715: error
19716:
19717: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19718: cheched in pa_socks.C
19719:
1.116 moko 19720: * configure, configure.in, src/include/pa_config_auto.h.in:
19721: HAVE_WINSOCK_H created in configure.in
1.95 moko 19722:
19723: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19724: cookie date now clean [were mistakenly tainted & that worked bad
19725: with opera -- 'happily' that worked OK with msie]
19726:
19727: 2002-09-12 paf
19728:
19729: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19730: VClass get_element now first looks to fields, next to methods &
19731: co todo: the rest reason: more speed
19732:
19733: * src/main/untaint.C: quoted printable encoding stops before
19734: \s*<...>$
19735:
19736: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19737: stops before <...>$
19738:
19739: 2002-09-11 paf
19740:
19741: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19742: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19743: forgot to check users of those funcs. not all were using that
19744: return value convention
19745:
19746: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19747: windows-1254 added
19748:
19749: 2002-09-10 paf
19750:
19751: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19752: VCodeFrame parent param were specified badly
19753:
19754: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19755: WWrapper which used in constructing objects(second param to sql
19756: method) ^...sql{}[$.default{code}] now has parent, wich helps
19757: code in hash to survivi
19758:
19759: * src/: include/pa_request.h, main/execute.C: removed redundant
19760: param to execute [stack said 'thanks']
19761:
19762: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19763: types/pa_value.h, types/pa_vcode_frame.h,
19764: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19765: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19766: responsibility to wcontext
19767:
19768: * src/classes/file.C: decided not to log exec's with stderr, that
19769: could be warnings, and it's up to scritper to log/show them
19770:
19771: * src/: classes/double.C, main/execute.C: double:sql badly called
19772: write_assign_lang, not write_no_lang, thus doing unnecessary
19773: double/string converstion, which were loosing time&precesion
19774:
19775: * src/: main/pa_charset.C, types/pa_vmail.C:
19776: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19777: case of unfinished in buffer processing, causing accidental
19778: transcode stop [in case that source enc != utf-8 & there is
19779: incomplete utf-8 sequence at the end of 16000block iside of
19780: libxml lib] tfm readed & code updated
19781:
19782: 2002-09-04 paf
19783:
19784: * configure: makes with sjlj
19785:
19786: * INSTALL, src/include/pa_config_fixed.h,
19787: src/include/pa_sql_connection.h,
19788: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19789: checked. on win32 it made default
19790:
19791: * src/include/pa_config_auto.h.in: sjlj define
19792:
19793: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19794: can not work with longjump/throw pair, and one must switch that
19795: on there. todo: detect that automatically]
19796:
19797: * src/types/pa_vxnode.C: removed too strong checks of
19798: xnode.elements. now, for instance, if element does not have any
19799: attributes, $xnode.attributes is void, not error
19800:
19801: 2002-09-02 paf
19802:
1.211 moko 19803: * operators.ru.txt, operators.txt, src/main/execute.C,
19804: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19805:
19806: * src/main/execute.C: double_result made to move that var away from
19807: hungry g++ optimizer (-O2), before: it were optimized and
19808: comparison operators worked badly
19809:
19810: * src/types/pa_vdate.h: removed debug
19811:
1.116 moko 19812: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19813:
19814: * src/main/execute.C: fixed numeric < & co so that thay now use
19815: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19816: unknown reason.
19817:
19818: 2002-08-29 paf
19819:
19820: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19821: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19822: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19823: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19824: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19825: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19826: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19827: [called less frequent, allowed to remove ugly
19828: Junction.change_context-s from many places, switch,
19829: mail:send..html{}, ..] request.root renamed to method_frame [more
19830: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19831: [speed up]
19832:
19833: 2002-08-28 paf
19834:
19835: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19836: tainted
19837:
19838: * src/types/pa_vcookie.C: fixed cookie delete when
19839: $cookie:name[$.value[]]
19840:
1.211 moko 19841: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19842: ^string.split[delim[;options]]
19843:
19844: 2002-08-27 paf
19845:
1.116 moko 19846: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19847:
1.211 moko 19848: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19849: src/main/compile.y: # now delimiter
1.95 moko 19850:
19851: * INSTALL: recommended latest gmime 1.0.5
19852:
19853: 2002-08-26 paf
19854:
19855: * configure, configure.in: apache13/hook added to make dist.
19856:
19857: 2002-08-23 paf
19858:
19859: * src/: include/pa_common.h, main/pa_common.C,
19860: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19861: beside binary [cgi, isapi] not accessible [due to bad rights or
19862: whatever] it's error now
19863:
19864: 2002-08-21 paf
19865:
1.116 moko 19866: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19867:
19868: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19869: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19870: class". compiled as if here they named base class
19871:
19872: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19873: cloning constructor]
19874:
19875: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19876:
1.150 moko 19877: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19878: $mail.received.file.value.content-type fixed
19879:
19880: 2002-08-20 paf
19881:
19882: * src/classes/file.C: fixed language of file:file result
19883:
1.211 moko 19884: * operators.ru.txt, operators.txt, src/classes/void.C:
19885: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19886:
1.211 moko 19887: * operators.ru.txt, operators.txt, src/classes/void.C:
19888: ^void.pos[...] = -1
1.95 moko 19889:
1.211 moko 19890: * operators.ru.txt, operators.txt, src/classes/void.C:
19891: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19892:
1.211 moko 19893: * src/classes/void.C, operators.ru.txt, operators.txt:
19894: ^void.length[] = 0
1.95 moko 19895:
19896: 2002-08-19 paf
19897:
19898: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19899: work now
19900:
19901: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19902: error in xnode, which were not catched in xdoc]
19903:
19904: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19905: prepared: // validate each document after load/create (?)
19906: //xmlDoValidityCheckingDefaultValue = 1;
19907:
19908: 2002-08-15 paf
19909:
19910: * src/classes/classes.h: write to static var caused useless
19911: Exception, introduced Methoded::put_element wich consumes those
19912:
1.211 moko 19913: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19914: src/main/pa_common.C, src/types/pa_vcookie.C,
19915: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19916: src/types/pa_vresponse.h: $response:field[date]
19917: $response:field[$.xxx[date]]
1.95 moko 19918:
19919: * src/: classes/hash.C, classes/string.C, classes/table.C,
19920: classes/void.C, include/pa_sql_connection.h: fixed source of
19921: ^hash::sql{bad}
19922:
1.211 moko 19923: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19924: request body
1.95 moko 19925:
19926: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19927:
19928: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19929: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19930:
1.211 moko 19931: * operators.ru.txt, operators.txt, src/classes/form.C,
19932: src/include/pa_pool.h, src/include/pa_request.h,
19933: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19934: planning/preparing_to $request:body r.post_data now const
1.95 moko 19935:
19936: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19937: classes/xnode.C, main/execute.C, types/pa_value.h,
19938: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19939: types/pa_vtable.h: instead of type() checking everywhere used
19940: Value.as now user descendants can be used in params.
19941:
19942: VObject::as_*, is_defined now taken from bases. xtable(table)
19943: ^if($xtable) now OK
19944:
19945: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19946: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19947: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19948:
19949: 2002-08-14 paf
19950:
19951: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19952: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19953: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19954: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19955: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19956: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19957: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19958: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19959: types/pa_vresponse.C, types/pa_vresponse.h,
19960: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19961: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19962: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19963: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19964: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19965: & VClass
19966:
19967: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19968:
19969: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19970: removed fixopt stupidity. on stupid linux use cd /document/root
19971: ../cgi/parser3 script
19972:
19973: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19974: params, splitting them by space, excluding argv[0], argv[argc-1]
19975:
19976: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19977: fixopt.h: fixopt now preprocesses command line params, splitting
19978: them by space, excluding argv[0], argv[argc-1]
19979:
19980: * src/targets/cgi/parser3.C: -f config file
19981:
19982: * src/targets/cgi/parser3.C: fixed .log file dir
19983:
19984: 2002-08-13 paf
19985:
19986: * src/types/pa_vobject.C: allow override parent variables, useful
19987: for form descendants [in vobject too, were in vclass]
19988:
19989: * src/types/pa_vclass.C: allow override parent variables, useful
19990: for form descendants
19991:
19992: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19993: overwritten in derived(table)
19994:
19995: * src/: classes/form.C, classes/mail.C, classes/op.C,
19996: classes/xnode.h, include/pa_request.h, main/execute.C,
19997: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19998: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19999: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
20000: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20001: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
20002: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20003: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
20004: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20005: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20006: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
20007: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20008: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20009: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
20010: Value::get_element(..., bool looking_down) [needed to exclude
20011: endless recoursion]
20012:
20013: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
20014: fix bug with put endless recoursion todo: check 'as'
20015:
20016: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
20017: reorganized modules todo: fix bug with put endless recoursion
20018: todo: check 'as'
20019:
20020: * src/types/pa_vobject.h: checked: table fields can be overwritten
20021: in derived(table)
20022:
20023: * src/types/pa_vobject.h: derived classes can have fields of their
20024: own now
20025:
20026: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
20027: fixed error message on using non-created table
20028:
20029: * src/: classes/form.C, classes/hash.C, classes/mail.C,
20030: classes/op.C, classes/xnode.h, include/pa_request.h,
20031: main/compile.C, main/compile.tab.C, main/execute.C,
20032: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
20033: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20034: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
20035: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20036: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
20037: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20038: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20039: types/pa_vresponse.C, types/pa_vresponse.h,
20040: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20041: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
20042: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20043: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20044: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
20045: looking down/up tree todo: fix error message on non-constructed
20046: parents
20047:
20048: 2002-08-12 paf
20049:
20050: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
20051: derived OK
20052:
20053: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
20054: thorough testing
20055:
20056: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
20057: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
20058: types/pa_vobject.h, types/pa_vstateless_class.h,
20059: types/pa_vstateless_object.h, types/pa_wcontext.h,
20060: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
20061: ^base:create[] dynamic call rewritten todo: thorough testing
20062:
20063: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
20064: now instantates base class, remembers it and saves child in
20065: parent VObject.get_class now returns last child = downward
20066: virtual calls OK
20067:
20068: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
20069: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
20070: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
20071: types/pa_vobject.h, types/pa_vresponse.h,
20072: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20073: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
20074: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
20075: VAliased [redundant], moved $CLASS to VObject only [parser class
20076: instance]
20077:
20078: * src/main/pa_request.C: $response:body[file] content-type check
20079: fixed [were bad when content-type is hash]
20080:
20081: 2002-08-09 paf
20082:
20083: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
20084: types/pa_vobject.h, types/pa_vxdoc.h: started as()
20085:
20086: 2002-08-08 paf
20087:
1.211 moko 20088: * operators.ru.txt, operators.txt, src/classes/date.C,
20089: src/include/pa_globals.h, src/main/pa_globals.C: year column in
20090: month calendar [week year]
1.95 moko 20091:
20092: * src/main/execute.C: error reporting on object writes to MAIN
20093: improved [were ruind with fixing $obj[^if(1){$obj}] ]
20094:
1.211 moko 20095: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
20096: $date.yearday $date.daylightsaving
1.95 moko 20097:
20098: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
20099: use tainted data now. only she must specify the language.
20100:
20101: ^mail:send[ $.from[paf@mail.design.ru]
20102: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
20103: $.text[^taint[uri][ìîñêâà]=] ]
20104:
20105: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
20106: now prints more precise origin
20107:
20108: * src/include/pa_string.h: String::first_char now not fails on
20109: empty strings ^if(-f '') now ok and in 3 other places.
20110:
1.211 moko 20111: * operators.ru.txt, operators.txt, src/include/pa_string.h,
20112: src/main/pa_string.C: String::first_char now not fails on empty
20113: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 20114:
20115: 2002-08-07 paf
20116:
20117: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
20118: fixed
20119:
20120: * src/main/pa_string.C: ^string.mid(0;bad) fixed
20121:
20122: * src/: main/execute.C, types/pa_vcode_frame.h,
20123: types/pa_vmethod_frame.h, types/pa_wcontext.C,
20124: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
20125: mistakenly not completely transparent to object writes.
20126: $hash[^if(1){$hash}] now works
20127:
1.211 moko 20128: * operators.ru.txt, operators.txt, src/classes/op.C:
20129: ^cache...{...^cache<<to past...} now erasing cache file [there
20130: were bad check on that]
1.95 moko 20131:
20132: * src/: classes/classes.dsp, classes/table.C,
20133: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
20134: all Debug dirs in .dsp now named 'Debug'
20135:
1.116 moko 20136: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20137:
1.211 moko 20138: * operators.ru.txt, operators.txt, src/classes/mail.C:
20139: exception_type email.send
1.95 moko 20140:
1.211 moko 20141: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20142: exception_type email.format
1.95 moko 20143:
20144: * src/types/pa_vmail.C: mail:send empty email checked
20145:
20146: 2002-08-06 paf
20147:
1.211 moko 20148: * operators.ru.txt, operators.txt, src/classes/table.C,
20149: src/include/pa_array.h, src/include/pa_table.h,
20150: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20151: ^table::create[$source;$.options] ^table::join[$source;$.options]
20152:
1.211 moko 20153: * operators.ru.txt, operators.txt, src/classes/hash.C,
20154: src/classes/string.C, src/classes/table.C: sql options can be
20155: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20156:
20157: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20158:
20159: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20160: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20161: $file.content-type [instead of .mime-type] now works for
20162: file::stat also
20163:
20164: * src/main/pa_request.C: case insensitive mime_type_of
20165:
20166: 2002-08-05 paf
20167:
20168: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20169:
20170: * src/types/pa_vmail.C: file buffer relocated to parser heap
20171:
1.211 moko 20172: * operators.ru.txt, operators.txt: comment on date:calendar week
20173: column
1.95 moko 20174:
20175: * src/main/pa_common.C: write checked
20176:
20177: * src/main/: pa_common.C: write checked
20178:
20179: * src/classes/date.C: +1 buf size for stupid snprintfs
20180:
20181: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20182: month calendar week column [ISO 8601 Week Numbers]
20183:
20184: 2002-08-02 paf
20185:
20186: * src/: include/pa_config_fixed.h, main/pa_string.C,
20187: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20188: DEBUG*
20189:
20190: * configure, configure.in, src/include/pa_version.h: release
20191: 3_0_0005
20192:
20193: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20194: multipart post fixed
20195:
1.211 moko 20196: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20197: src/types/pa_vform.C: response transcoded source->client only
20198: when text/* or simple onoverridden $response:body
1.95 moko 20199:
20200: 2002-08-01 paf
20201:
20202: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20203: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20204: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20205: classes/op.C, classes/response.C, classes/string.C,
20206: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20207: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20208: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20209: include/pa_config_fixed.h, include/pa_dictionary.h,
20210: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20211: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20212: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20213: include/pa_socks.h, include/pa_sql_connection.h,
20214: include/pa_sql_driver_manager.h, include/pa_stack.h,
20215: include/pa_string.h, include/pa_stylesheet_connection.h,
20216: include/pa_stylesheet_manager.h, include/pa_table.h,
20217: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20218: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20219: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20220: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20221: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20222: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20223: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20224: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20225: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20226: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20227: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20228: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20229: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20230: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20231: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20232: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20233: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20234: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20235: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20236: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20237: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20238: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20239: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20240: types/pa_vmethod_frame.h, types/pa_vobject.h,
20241: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20242: types/pa_vresponse.h, types/pa_vstateless_class.C,
20243: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20244: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20245: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20246: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20247: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20248: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20249:
20250: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20251: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20252: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20253: classes/math.C, classes/op.C, classes/response.C,
20254: classes/string.C, classes/table.C, classes/void.C,
20255: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20256: include/pa_array.h, include/pa_cache_managers.h,
20257: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20258: include/pa_config_fixed.h, include/pa_config_includes.h,
20259: include/pa_dictionary.h, include/pa_dir.h,
20260: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20261: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20262: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20263: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20264: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20265: include/pa_stack.h, include/pa_string.h,
20266: include/pa_stylesheet_connection.h,
20267: include/pa_stylesheet_manager.h, include/pa_table.h,
20268: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20269: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20270: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20271: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20272: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20273: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20274: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20275: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20276: main/pa_sql_driver_manager.C, main/pa_string.C,
20277: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20278: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20279: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20280: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20281: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20282: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20283: targets/isapi/pool_storage.h, types/pa_valiased.C,
20284: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20285: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20286: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20287: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20288: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20289: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20290: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20291: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20292: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20293: types/pa_vresponse.C, types/pa_vresponse.h,
20294: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20295: types/pa_vstateless_object.h, types/pa_vstatus.C,
20296: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20297: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20298: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20299: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20300: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20301: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20302: types/Makefile.am: ident.C* removed
20303:
1.211 moko 20304: * operators.ru.txt, operators.txt, src/classes/file.C,
20305: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20306:
20307: * src/targets/cgi/parser3.C: usage to stdout now
20308:
20309: 2002-07-31 paf
20310:
20311: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20312:
20313: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20314: default "postmaster"
20315:
20316: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20317: -f postmaster now default sendmail key word "postmaster"
20318: replaced to $.from
20319:
20320: 2002-07-30 paf
20321:
1.116 moko 20322: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20323: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20324:
20325: * src/main/pa_charset.C: comment
20326:
20327: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20328: table, &#decimal;
20329:
20330: * src/main/pa_request.C: comment
20331:
20332: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20333: paragraf]
20334:
20335: 2002-07-11 paf
20336:
20337: * src/main/pa_exec.C: build command line badly added params twice
20338: [and first time without ' ']. double wrong. fixed.
20339:
20340: * src/main/pa_exec.C: invalid .exe caused error message with params
20341: wich parser did not provide = reported badly. fixed that.
20342:
20343: * src/classes/mail.C: $MAIL[ # xxx ]
20344:
20345: now ok
20346:
1.211 moko 20347: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20348:
20349: 2002-07-01 paf
20350:
20351: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20352: [MForm.configure_admin were called when request.main_class ==0
20353:
20354: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20355:
20356: * src/classes/form.C: content_length type fix
20357:
20358: 2002-06-30 paf
20359:
20360: * src/classes/mail.C: merged from 4
20361:
20362: * src/classes/mail.C: restored $MAIL
20363:
20364: 2002-06-28 paf
20365:
20366: * configure, configure.in: removed paths.h
20367:
1.116 moko 20368: * configure, src/include/pa_version.h,
1.95 moko 20369: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20370: merged, makes updated
20371:
1.211 moko 20372: * ChangeLog, configure, operators.ru.txt, operators.txt,
20373: src/classes/xdoc.C, src/include/pa_charset.h,
20374: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20375: src/include/pa_version.h, src/main/pa_charset.C,
20376: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20377: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20378: latest updates to head
1.95 moko 20379:
20380: 2002-06-27 paf
20381:
20382: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20383: not error now
20384:
1.211 moko 20385: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20386: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20387: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20388: ^xdoc::create[[uri]]... base uri for document being created,
20389: imports and other relative file names would be relative to this
20390: uri default uri=path_translated
20391:
20392: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20393:
20394: 2002-06-26 paf
20395:
20396: * configure, configure.in, src/include/pa_version.h:
20397: release_3_0_0004
20398:
20399: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20400: 0 now
20401:
20402: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20403:
20404: 2002-06-25 paf
20405:
20406: * src/main/pa_string.C: emtpy string, or string of whitespaces
20407: considered bad number now
20408:
1.211 moko 20409: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20410: ^xdoc.transform[xdoc <<can be now
1.95 moko 20411:
1.211 moko 20412: * operators.ru.txt, operators.txt, src/classes/string.C:
20413: ^string.normalize [old name: optimize
1.95 moko 20414:
20415: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20416: library configured
20417:
20418: * src/main/pa_request.C: configure_admin forced if no @conf
20419:
1.211 moko 20420: * operators.ru.txt, operators.txt, src/classes/math.C,
20421: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20422: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20423:
20424: 2002-06-24 paf
20425:
20426: * INSTALL: --with-static/shared-mailreceive described
20427:
20428: * src/include/pa_config_fixed.h: ssize_t fixed
20429:
1.116 moko 20430: * configure, configure.in, src/include/pa_config_auto.h.in,
20431: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20432: src/types/pa_vmail.C: $mail:received makes update
20433:
20434: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20435: WITH_MAILRECEIVE
20436:
20437: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20438:
20439: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20440: option, for $mail:receive
20441:
20442: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20443: introducting $message:received ^mail:send rewritten with backward
20444: comp
20445:
20446: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20447: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20448: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20449: now
20450:
1.211 moko 20451: * operators.ru.txt, operators.txt, src/classes/mail.C,
20452: src/include/Makefile.am, src/include/pa_charset.h,
20453: src/include/pa_config_fixed.h, src/include/pa_request.h,
20454: src/include/pa_string.h, src/include/pa_uue.h,
20455: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20456: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20457: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20458: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20459: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20460: uue to separate file introducting $message:received ^mail:send
20461: rewritten with backward comp
20462:
20463: 2002-06-21 paf
20464:
1.116 moko 20465: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20466: co changes
1.95 moko 20467:
1.116 moko 20468: * configure, configure.in, src/lib/md5/Makefile.am,
20469: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20470: restructure .in and .am files appropriate changes
1.95 moko 20471:
20472: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20473: pcre to libs/ added libs/md5 which is linked to non-apache
20474: targets ^math:crypt[password;$apr1$salt]
20475:
1.211 moko 20476: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20477: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20478: src/classes/classes.dsp, src/classes/math.C,
20479: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20480: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20481: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20482: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20483: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20484: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20485: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20486: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20487: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20488: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20489: src/lib/pcre/pcre_parser_ctype.dsp,
20490: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20491: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20492: src/main/compile.tab.C, src/main/main.dsp,
20493: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20494: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20495: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20496: to libs/ added libs/md5 which is linked to non-apache targets
20497: ^math:crypt[password;$apr1$salt]
20498:
20499: 2002-06-20 paf
20500:
1.211 moko 20501: * INSTALL, configure, configure.in, operators.ru.txt,
20502: operators.txt, src/classes/file.C, src/classes/op.C,
20503: src/doc/doxygen.cfg, src/include/pa_globals.h,
20504: src/include/pa_request.h, src/main/execute.C,
20505: src/main/pa_request.C, src/targets/cgi/parser3.C,
20506: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20507: marged latest HEAD updates, mainly file:justname&co &
20508: @auto/conf[filespec
1.95 moko 20509:
1.211 moko 20510: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20511: !^file:dirname[/a/some.tar.gz]=/a
20512: !^file:dirname[/a/b/]=/a
20513: !^file:basename[/a/some.tar.gz]=some.tar.gz
20514: !^file:justname[/a/some.tar.gz]=some.tar
20515: !^file:justext[/a/some.tar.gz]=gz
20516:
20517: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20518: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20519: @conf/auto[filespec]
20520:
1.116 moko 20521: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20522:
1.211 moko 20523: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20524: src/doc/doxygen.cfg, src/include/pa_globals.h,
20525: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20526: parser3.conf renamed to auto.p
1.95 moko 20527:
20528: 2002-06-18 paf
20529:
20530: * configure, configure.in, src/include/pa_version.h: version to
20531: configure.in
20532:
20533: * INSTALL: reflected .conf.dist dir change
20534:
1.150 moko 20535: * Makefile.am, configure, configure.in,
1.116 moko 20536: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20537: .in & *.am updated
20538:
20539: * src/classes/file.C: strncasecmp
20540:
20541: * src/classes/file.C: strcasecmp
20542:
1.150 moko 20543: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20544:
20545: * src/classes/file.C: ^file::exec[script;$.bad error case
20546: insensitive check now
20547:
20548: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20549:
20550: * configure, configure.in, src/include/pa_pool.h,
20551: src/include/pa_types.h: pack configure.in detection simplified.
20552: figured out that gcc on sparc not that stupid as thought
20553: previously: on sparc: when it sees packed class it modifies it's
20554: field-access-code to byte operations [stb, ldub] instead of 4byte
20555: operations [st, lduh] so packed must be all parts of packed
20556: class, i.e. it's parents&fields(classes). for now it's only
20557: String that packed and what was wrong is that it's parent -
20558: Pooled, were not packed. fixed that.
20559:
20560: 2002-06-14 paf
20561:
1.211 moko 20562: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20563:
1.211 moko 20564: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20565: attribute_node.name/value xnode pi.node.data
20566:
20567: 2002-06-12 paf
20568:
1.116 moko 20569: * configure, configure.in, src/targets/cgi/Makefile.am,
20570: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20571:
1.211 moko 20572: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20573: etc/Makefile.am, src/include/pa_globals.h,
20574: src/include/pa_request.h, src/main/compile.tab.C,
20575: src/main/pa_globals.C, src/main/pa_request.C,
20576: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20577: parser3.conf now one and only
1.95 moko 20578:
20579: * src/classes/mail.C: sendmail -ti [default now]
20580:
20581: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20582: to be strings. for convinient #ing
20583:
20584: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20585: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20586:
20587: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20588: main/pa_globals.C, main/pa_request.C: @conf
20589:
20590: 2002-06-11 paf
20591:
20592: * src/classes/file.C: check simplified
20593:
20594: * src/: classes/file.C, targets/cgi/parser3.dsp,
20595: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20596: valid prefix
20597:
20598: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20599: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20600: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20601:
20602: 2002-06-10 paf
20603:
1.211 moko 20604: * operators.ru.txt, operators.txt, src/classes/op.C,
20605: src/include/pa_common.h, src/main/pa_common.C: lock failures
20606: reported now
1.95 moko 20607:
20608: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20609: string->double @ compile time were not-enough-checking...
20610:
20611: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20612: autoconvert now ignored
20613:
20614: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20615: check
20616:
20617: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20618: $response:body content-type:name
20619:
20620: * configure, configure.in: hpux check, nsl link, no socket
20621:
1.211 moko 20622: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20623:
20624: * configure, configure.in: pack even address access on sparc&co
20625: arch checked in configure
20626:
20627: * configure, src/include/pa_version.h: makes
20628:
20629: * configure, configure.in, src/include/pa_version.h: makes
20630:
20631: * src/main/untaint.C: (bug#2) mail subject got always prepended
20632: with charset even when all letters were 7bit one
20633:
20634: * src/main/pa_common.C: merged fixed -d (bug)
20635:
20636: * src/main/pa_common.C: fixed -d (bug)
20637:
20638: 2002-06-03 paf
20639:
1.211 moko 20640: * ChangeLog, operators.ru.txt, operators.txt,
20641: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20642: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20643: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20644: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20645: .dsp-s along with reorganized cvs modules dirs structure
20646:
20647: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20648: main/pa_globals.C, targets/cgi/parser3.dsp,
20649: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20650: modules
20651:
20652: 2002-05-28 paf
20653:
20654: * src/targets/cgi/parser3.C: info.uri now ""
20655:
20656: 2002-05-17 paf
20657:
20658: * src/classes/: table.C: ^table.save << checked empty
20659: pre/match/post columns
20660:
20661: 2002-05-16 paf
20662:
20663: * src/classes/image.C: image::measure can png now
20664:
20665: 2002-05-15 paf
20666:
1.211 moko 20667: * operators.ru.txt, operators.txt, src/classes/date.C:
20668: ^date::create[%H:%M[:%S]] added
1.95 moko 20669:
20670: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20671:
1.211 moko 20672: * operators.ru.txt, operators.txt, src/classes/date.C:
20673: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20674:
20675: 2002-05-14 paf
20676:
20677: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20678:
20679: 2002-05-07 paf
20680:
20681: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20682: src/include/pa_globals.h, src/include/pa_request.h,
20683: src/include/pa_table.h, src/main/compile.tab.C,
20684: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20685: src/main/pa_request.C, src/main/pa_table.C,
20686: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20687: src/targets/isapi/parser3isapi.dsp,
20688: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20689: name2number field now &. main_method_name now on Request pool
20690: rather on global_pool [Junction+VJunction created on same pool as
20691: name = were created on global pool, causing mem leaks]
20692:
20693: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20694: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20695: main/compile.y, main/main.dsp, main/pa_globals.C,
20696: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20697: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20698: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20699: field now &. main_method_name now on Request pool rather on
20700: global_pool [Junction+VJunction created on same pool as name =
20701: were created on global pool, causing mem leaks]
20702:
20703: 2002-05-06 paf
20704:
20705: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20706: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20707: 100*40 bytes per request memory leak [nonpool malloc in globals]
20708:
20709: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20710: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20711: 100*40 bytes per request memory leak [nonpool malloc in globals]
20712:
20713: 2002-04-30 paf
20714:
20715: * configure, src/include/pa_version.h: version now not b
20716:
20717: * src/targets/cgi/parser3.C: request.uri now never 0
20718:
20719: 2002-04-29 paf
20720:
20721: * configure.in: removed b
20722:
20723: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20724: Exception::comment/type checked in (), no there's no empty
20725: type/comment by default
20726:
20727: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20728: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20729: src/doc/value.dox, src/include/pa_exception.h,
20730: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20731: 0001
20732:
20733: 2002-04-26 paf
20734:
20735: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20736: size reduced
20737:
20738: 2002-04-25 paf
20739:
20740: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20741: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20742: now that took into account
20743:
1.211 moko 20744: * operators.ru.txt, operators.txt, src/classes/date.C:
20745: ^date::create[2002-12-33 01:03:04]
1.95 moko 20746:
1.211 moko 20747: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20748: ^date::create[2002-12-33 01:03:04]
20749:
20750: * ChangeLog: updated changelog
20751:
20752: * src/classes/table.C: removed restriction on column count to
20753: ^table.hash to work, now must be >0 [were >1]
20754:
20755: 2002-04-24 paf
20756:
20757: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20758: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20759: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20760: targets
20761:
20762: 2002-04-23 paf
20763:
1.211 moko 20764: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20765: int/double/string:sql{}[$.default{code}] fixed [were barking:
20766: "junction used outside of context"]
20767:
20768: 2002-04-22 paf
20769:
20770: * types.txt, src/classes/string.C, src/include/pa_string.h,
20771: src/main/pa_string.C, src/types/pa_vstring.C,
20772: src/types/pa_vstring.h: ^string.optimize[]
20773:
20774: * src/: include/pa_globals.h, include/pa_table.h,
20775: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20776: table template
20777:
20778: * src/classes/: string.C: optimize removed from string
20779: .left/right/pos
20780:
20781: * src/main/execute.C: rolled back to
20782: before_killing_userjunction_contexts
20783:
20784: * src/main/execute.C: user junctions context killed
20785:
20786: * src/main/execute.C: junctions to local contexts got
20787: cleanized&checked later
20788:
20789: 2002-04-19 paf
20790:
20791: * src/: classes/string.C, include/pa_request.h,
20792: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20793: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20794: prior to .left .right .mid .pos .match when that is profitable,
20795: and always before .replace when $ORIGINS(1) optimization disabled
20796: economy from not wasting mem on lots of strings which occur by
20797: lots of String:mid calls to get parts of source string between
20798: found_occurances
20799:
20800: * src/classes/file.C: ovector now local economy: 16 bytes per
20801: ^file:list
20802:
20803: * src/: include/pa_globals.h, include/pa_table.h,
20804: main/pa_globals.C, main/pa_string.C: String::match table columns
20805: globalized, not created @ each ^match anymore economy:
20806: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20807:
20808: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20809: removed from each String::match replace iteration, and made
20810: stacked sizeof(VTable)=12bytes economy on each replace code
20811:
20812: * src/doc/footer.htm: 2001,
20813:
20814: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20815: string.match[]['] option enables generation of $match.prematch
20816: .match .postmatch columns
20817:
20818: * src/main/pa_string.C: String::match options analized without
20819: cstr-ing them now
20820:
20821: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20822: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20823: config updated to doxygen 1.2.15, created helper which fixes
20824: minor bugs in chm project files & htm tree. changed extension to
20825: .htm
20826:
20827: 2002-04-18 paf
20828:
20829: * src/doc/doxygen.cfg: .chi generation disabled
20830:
20831: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20832: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20833: fields&methods
20834:
20835: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20836: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20837: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20838: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20839: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20840: types/pa_vresponse.h, types/pa_vstateless_class.h,
20841: types/pa_vstateless_object.h, types/pa_vstatus.h,
20842: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20843: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20844: VStateless_class to VObject
20845:
20846: * src/: main/pa_request.C, types/pa_valiased.h,
20847: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20848: types/pa_vstring.h: VStateless_string_object speicalized light
20849: version of VStateless_object
20850:
20851: * src/classes/op.C: ^throw comment param made optional
20852:
20853: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20854: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20855: and implemented down in VClass, fclass_alias removed,
20856:
20857: * src/types/pa_value.C: forced to cut that from .h because of
20858: VStateless_class usage [undefined in .h]
20859:
20860: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20861: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20862: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20863: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20864: on each CALL]
20865:
20866: * src/: classes/classes.h, classes/date.C, classes/double.C,
20867: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20868: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20869: classes/response.C, classes/string.C, classes/table.C,
20870: classes/void.C, classes/xnode.C, include/pa_globals.h,
20871: include/pa_request.h, main/execute.C, main/pa_globals.C,
20872: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20873: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20874: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20875: types/pa_vstateless_class.h, types/pa_wcontext.C,
20876: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20877: removed Value::fname
20878:
20879: 2002-04-17 paf
20880:
20881: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20882: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20883: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20884: include/pa_pool.h, include/pa_types.h: dox updated to current
20885: state, PTHROW freshen to throw & co
20886:
20887: * src/types/pa_vhash.h: vstring wrong parent fixed
20888:
20889: * src/classes/op.C: taint local result var bug fixed
20890:
20891: 2002-04-16 paf
20892:
20893: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20894: Attic asm.txt as most interesting
20895:
20896: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20897: check, preventing content-length: 0 from appearing
20898:
20899: * src/main/execute.C: $result in @main now taken into account as in
20900: usual functions
20901:
20902: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20903: & @unhandled_exception now taken into account as in usual
20904: functions
20905:
20906: * src/doc/postbuild.txt: instructions on post .html build
20907:
20908: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20909:
20910: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20911: tainted
20912:
20913: * src/main/pa_request.C: uri in error log
20914:
20915: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20916: cheched date:create(days) param for validity [later were assumed
20917: valid and crashed on invalid onces]
20918:
20919: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20920: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20921: and used that for removing VString wrapper
20922:
20923: * src/classes/op.C: exception2vhash file now tainted
20924:
20925: * src/classes/op.C: _process pseudo origin copied from local var to
20926: heap
20927:
20928: * src/classes/op.C: extra check on empty file in origin in _execute
20929:
20930: 2002-04-15 paf
20931:
20932: * src/: main/execute.C, types/pa_value.h: fixed name update
20933:
20934: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20935: functions
20936:
20937: * src/: classes/file.C, classes/hash.C, classes/op.C,
20938: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20939: started dual write_xxx_lang functions, if checked & works
20940:
20941: * src/: classes/date.C, classes/file.C, classes/mail.C,
20942: classes/string.C, classes/xnode.C, include/pa_request.h,
20943: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20944: unnecessary VString shells
20945:
20946: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20947: prev changes]
20948:
20949: * src/: classes/image.C, classes/op.C, classes/string.C,
20950: classes/table.C, include/pa_request.h, main/execute.C,
20951: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20952: StringOrValue wcontext result, now ready for dual writes
20953:
20954: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20955: checked that
20956:
20957: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20958: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20959: changed to OP_WRITE_VALUE in var get cases
20960:
20961: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20962: include/pa_request.h, main/compile.tab.C, main/compile.y,
20963: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20964: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20965: switch in hash constructor fixed [were problems with using of
20966: stacked wwrapper after it's death]
20967:
20968: 2002-04-12 paf
20969:
1.211 moko 20970: * operators.ru.txt, operators.txt, src/classes/table.C:
20971: table.select(expression) 0
1.95 moko 20972:
20973: 2002-04-11 paf
20974:
20975: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20976: Request::process_internal codeFrame & wwrapper stacked [not
20977: wasting heap anymore]
20978:
20979: 2002-04-10 paf
20980:
20981: * src/: classes/double.C, classes/file.C, classes/hash.C,
20982: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20983: classes/string.C, classes/table.C, classes/void.C,
20984: classes/xdoc.C, include/pa_request.h, main/execute.C,
20985: main/pa_string.C: killed Request::process() wrapping
20986: VString(String) in case we need only String
20987:
20988: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20989: killed 8 bytes from String.head
20990:
20991: 2002-04-09 paf
20992:
20993: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20994: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20995: local*/char b[...]; a=b; situations
20996:
1.211 moko 20997: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20998: made literal
1.95 moko 20999:
21000: * src/classes/xdoc.C: xslt params fixed
21001:
21002: * src/: main/pa_common.C, targets/cgi/parser3.C,
21003: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
21004: not pool.malloc(MAX_NUMBER) but really neaded
21005:
1.211 moko 21006: * operators.ru.txt, operators.txt, src/classes/double.C,
21007: src/classes/int.C: int/double.int/double(default)
1.95 moko 21008:
21009: 2002-04-04 paf
21010:
21011: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
21012: [when reconstructing pieces were split by
21013: max_integral(piece.size), thus some strings to replace happen to
21014: be split into two = not replaced)
21015:
21016: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
21017: standalone version = current dir
21018:
21019: * src/targets/cgi/parser3.C: document root in standalone version =
21020: current dir
21021:
21022: 2002-04-03 paf
21023:
21024: * configure, configure.in: more checks on nonexistent charset
21025:
1.116 moko 21026: * INSTALL, configure, configure.in: root config configure options
1.95 moko 21027:
21028: 2002-04-02 paf
21029:
21030: * src/main/compile.C: parser.compile [exception name more like in
21031: doc]
21032:
21033: 2002-04-01 paf
21034:
21035: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
21036: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
21037: .content-type.charset, not .charset
21038:
21039: 2002-03-29 paf
21040:
21041: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
21042:
1.211 moko 21043: * operators.ru.txt, operators.txt, src/classes/date.C:
21044: ^date::create now may not supply day, default 1. checked 29.03
21045: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 21046:
21047: 2002-03-28 paf
21048:
1.211 moko 21049: * operators.ru.txt, operators.txt, src/classes/date.C,
21050: src/classes/op.C, src/include/pa_globals.h,
21051: src/include/pa_hash.h, src/main/pa_globals.C,
21052: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
21053: ^cache[date] }
1.95 moko 21054:
21055: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
21056: param
21057:
21058: 2002-03-27 paf
21059:
1.211 moko 21060: * operators.ru.txt, operators.txt, src/classes/date.C,
21061: src/classes/double.C, src/classes/file.C, src/classes/form.C,
21062: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
21063: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
21064: src/classes/string.C, src/classes/table.C, src/classes/void.C,
21065: src/classes/xdoc.C, src/classes/xnode.C,
21066: src/include/pa_exception.h, src/include/pa_request.h,
21067: src/include/pa_stylesheet_connection.h, src/main/compile.C,
21068: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 21069: src/main/pa_array.C, src/main/pa_charset.C,
21070: src/main/pa_charsets.C, src/main/pa_common.C,
21071: src/main/pa_dictionary.C, src/main/pa_exception.C,
21072: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
21073: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
21074: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
21075: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
21076: src/types/pa_value.h, src/types/pa_vcookie.C,
21077: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
21078: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
21079: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
21080: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
21081: src/types/pa_wwrapper.h: assigned exception types
21082:
1.211 moko 21083: * operators.ru.txt, operators.txt, src/classes/op.C,
21084: src/include/pa_config_fixed.h, src/include/pa_request.h,
21085: src/main/execute.C, src/main/pa_request.C: decided agains
21086: resetting exception_trace, just changed name
1.95 moko 21087:
21088: 2002-03-26 paf
21089:
21090: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
21091: fixed
21092:
21093: * src/classes/op.C: forced language of $source field of exception
21094: to 'tainted', so that sql-langed-frags could be outputed outside
21095: of connect
21096:
1.211 moko 21097: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
21098: offset
1.95 moko 21099:
21100: * src/classes/date.C: removed date.roll limit of +-1 offset
21101:
1.211 moko 21102: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
21103: roll on daylightsaving days mktime took into account tm_isdst
21104: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 21105:
21106: 2002-03-25 paf
21107:
1.211 moko 21108: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 21109: http_site_config_filespec
21110:
21111: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
21112: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
21113: with any/both --disable-foreign-group-files --disable-execs
21114:
21115: * INSTALL: "--with=sendmail=COMMAND" comment
21116:
21117: * INSTALL, configure, configure.in, src/classes/mail.C,
21118: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 21119: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
21120: disables execs also. introducing --sendmail
1.95 moko 21121:
1.211 moko 21122: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 21123:
21124: * INSTALL: comment on --disable-link-stdcpp
21125:
1.116 moko 21126: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21127: libstdc++ link skipping configure option
1.95 moko 21128:
21129: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
21130: with error were put to cache with 'marked_to_rollback' flag, all
21131: consequent even OK requests rolled back
21132:
21133: 2002-03-22 paf
21134:
21135: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21136: false return
21137:
1.211 moko 21138: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21139:
21140: 2002-03-18 paf
21141:
1.211 moko 21142: * operators.ru.txt, operators.txt, src/classes/op.C,
21143: src/include/pa_exception.h, src/include/pa_globals.h,
21144: src/include/pa_request.h, src/include/pa_stack.h,
21145: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21146:
21147: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21148: types/pa_vdouble.h: removed some tested @tests
21149:
21150: 2002-03-15 paf
21151:
1.211 moko 21152: * operators.ru.txt, operators.txt, src/classes/table.C:
21153: ^table.locate(logical expr)
1.95 moko 21154:
21155: 2002-03-13 paf
21156:
21157: * src/main/pa_exception.C: checked not-pooled malloc
21158:
21159: 2002-03-11 paf
21160:
21161: * INSTALL, configure, configure.in,
21162: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21163:
21164: * src/main/pa_common.C: --disable-foreign-group-files
21165:
21166: * INSTALL: --disable-execs
21167:
21168: * src/main/pa_exec.C: --disable-execs
21169:
21170: * configure, configure.in, src/include/pa_config_auto.h.in:
21171: --disable-execs
21172:
21173: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21174:
21175: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21176: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21177:
21178: 2002-03-05 paf
21179:
1.211 moko 21180: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21181: calendar columns named
1.95 moko 21182:
1.211 moko 21183: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21184: calendar columns named
1.95 moko 21185:
21186: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21187: requires headers to be terminated with \r\n manually [refuses to
21188: separate header/body itself]
21189:
21190: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21191: targets/isapi/parser3isapi.C: isapi site config beside .dll
21192:
21193: 2002-03-04 paf
21194:
21195: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21196: in PASS language
21197:
21198: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21199: deserialize checks on broken file
21200:
21201: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21202: parser3isapi.dsp: isapi updated
21203:
21204: 2002-03-01 paf
21205:
21206: * src/main/pa_exec.C: execle -> execve, now argc OK
21207:
21208: 2002-02-28 paf
21209:
21210: * src/main/untaint.C: removed some debug comments
21211:
21212: * src/main/pa_charsets.C: when placing charset to cache using
21213: global name now [were request]
21214:
21215: * configure, configure.in: apache module updated
21216:
21217: * src/main/pa_string.C: origin by first piece preferred before last
21218: piece
21219:
21220: 2002-02-27 paf
21221:
21222: * src/main/pa_charset.C: size_t
21223:
21224: * INSTALL: shared/static-xml with-pathlink
21225:
1.211 moko 21226: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21227:
21228: 2002-02-26 paf
21229:
21230: * src/main/pa_exec.C: more precise names for vars, cosmetic
21231:
21232: * src/classes/xnode.C: in some situation, xpath query returned
21233: result with type NODESET, but empty nodeset member field, checked
21234: that
21235:
21236: 2002-02-22 paf
21237:
21238: * INSTALL: without-zlib comment
21239:
21240: * etc/parser3.charsets/windows-1251.cfg: °
21241:
21242: * configure, configure.in: glib###.a detection fixed
21243:
21244: * INSTALL: hashfile removed from INSTALL
21245:
1.116 moko 21246: * Makefile.am: make update
1.95 moko 21247:
21248: * src/main/pa_string.C: string iterators fixed again, so were
21249: String::join_chain
21250:
21251: * src/main/pa_string.C: string iterators fixed again, so were
21252: String::join_chain
21253:
21254: * src/: include/pa_string.h, main/pa_string.C: string iterators
21255: fixed again, so were String::join_chain
21256:
21257: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21258:
1.211 moko 21259: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21260: "expires=0" = "session"
1.95 moko 21261:
1.116 moko 21262: * configure, configure.in, src/include/pa_config_auto.h.in:
21263: --with-shared-xml --with-static-xml
1.95 moko 21264:
21265: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21266: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21267: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21268: xalan&xml
21269:
21270: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21271:
1.211 moko 21272: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21273: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21274: from sources for now
1.95 moko 21275:
1.116 moko 21276: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21277: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21278: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21279: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21280: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21281: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21282: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21283: src/types/Makefile.am, src/types/pa_vhashfile.C,
21284: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21285:
21286: 2002-02-21 paf
21287:
21288: * src/main/untaint.C: removed debug code, activated commented-for
21289: debug parts
21290:
1.116 moko 21291: * Makefile.am: make cvsupdate
1.95 moko 21292:
21293: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21294: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21295: append_row, not at link zero now string to string appending works
21296:
21297: 2002-02-20 paf
21298:
21299: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21300: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21301: DEBUG_STRING_APPENDS_VS_EXPANDS
21302:
21303: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21304: economy: 22%
21305:
21306: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21307: space uptimized: string::link_row removed
21308:
21309: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21310: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21311: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21312: types/pa_vstring.h: speed uptimized: string::is_empty
21313:
1.211 moko 21314: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21315: src/include/pa_config_fixed.h, src/include/pa_string.h,
21316: src/include/pa_types.h, src/main/compile.tab.C,
21317: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21318: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21319: string append optimiziation idea and estimates
21320:
21321: 2002-02-19 paf
21322:
21323: * src/classes/math.C: not used directly [but erroreously reported
21324: that 'is', thus registering twice&other probs]
21325:
21326: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21327: to node [element]
21328:
21329: * src/main/compile.C: without string_origins parse error
21330: file+line+col possible
21331:
21332: * src/main/: compile.C: without string_origins not worked
21333:
21334: 2002-02-18 paf
21335:
21336: * src/types/pa_vdouble.h: since we have in_expression removed that
21337: trick i've installed into double::as_string
21338:
21339: * src/main/pa_globals.C: extern "C" was removed too fast
21340:
21341: * src/: include/pa_opcode.h, include/pa_request.h,
21342: main/compile.tab.C, main/compile.y, main/execute.C,
21343: types/pa_wcontext.h: in_expression aimed to solve old problem
21344: with string/nonstring values, now in expressions double/int
21345: values are passed as-is, without stupid tostring/fromstring
21346: conversions
21347:
21348: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21349: __cplusplus } #endif
21350:
21351: * src/main/compile.tab.C: bison env set so one could compile
21352: without cygwin installed
21353:
21354: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21355: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21356: gnome xml libs parser .dsp-s changed accordingly
21357:
1.211 moko 21358: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21359: PARSER_ROOT_CONFIG
1.95 moko 21360:
1.211 moko 21361: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21362: [were date::set, with backward comp
1.95 moko 21363:
21364: * src/classes/math.C: math:random range check fixed
21365:
21366: * src/main/: compile.tab.C, compile.y: integer division stops name
21367:
21368: * INSTALL: local install comment
21369:
1.116 moko 21370: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21371:
1.116 moko 21372: * acinclude.m4, aclocal.m4, configure, configure.in,
21373: src/include/pa_config_auto.h.in,
21374: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21375: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21376:
1.211 moko 21377: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21378:
21379: 2002-02-13 paf
21380:
21381: * src/include/pa_config_includes.h: sys/time time both included
21382: now. vaguely remember confilicts on this on some system [not on
21383: six|ablv] so when would see them again would think up proper
21384: check
21385:
1.116 moko 21386: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21387: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21388:
21389: * src/main/pa_common.C: truncation never occured when writing files
21390: on unix [since i've changed cache mech] fix
21391:
21392: * src/main/pa_common.C: strnchr: sanity check added
21393:
21394: * etc/parser3.charsets/windows-1257.cfg: id added
21395:
21396: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21397: baltic charset file generated, in generation script ispunct check
21398: added
21399:
21400: 2002-02-08 paf
21401:
1.116 moko 21402: * src/: include/Makefile.am, sql/Makefile.am,
21403: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21404:
21405: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21406: forgotten
21407:
21408: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21409:
21410: * INSTALL, README: install&others updated
21411:
21412: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21413:
1.116 moko 21414: * Makefile.am, configure, configure.in,
21415: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21416: src/classes/Makefile.am, src/main/Makefile.am,
21417: src/main/pa_status_provider.C, src/targets/Makefile.am,
21418: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21419: works
1.95 moko 21420:
21421: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21422: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21423: classes/hashfile.C, classes/int.C, classes/mail.C,
21424: classes/math.C, classes/op.C, classes/response.C,
21425: classes/string.C, classes/table.C, classes/void.C,
21426: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21427: include/pa_array.h, include/pa_cache_managers.h,
21428: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21429: include/pa_config_fixed.h, include/pa_config_includes.h,
21430: include/pa_db_connection.h, include/pa_db_manager.h,
21431: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21432: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21433: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21434: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21435: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21436: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21437: include/pa_stack.h, include/pa_string.h,
21438: include/pa_stylesheet_connection.h,
21439: include/pa_stylesheet_manager.h, include/pa_table.h,
21440: include/pa_threads.h, include/pa_types.h, main/compile.C,
21441: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21442: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21443: main/pa_db_connection.C, main/pa_db_manager.C,
21444: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21445: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21446: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21447: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21448: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21449: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21450: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21451: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21452: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21453: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21454: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21455: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21456: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21457: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21458: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21459: types/pa_vmethod_frame.h, types/pa_vobject.h,
21460: types/pa_vrequest.h, types/pa_vresponse.h,
21461: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21462: types/pa_vstateless_object.h, types/pa_vstatus.C,
21463: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21464: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21465: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21466: classes/image.C, main/pa_common.C, main/pa_exec.C,
21467: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21468: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21469: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21470: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21471: types/pa_vxnode.C, main/pa_charset.C: name spelling
21472:
21473: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21474: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21475: classes/hashfile.C, classes/image.C, classes/int.C,
21476: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21477: classes/string.C, classes/table.C, classes/void.C,
21478: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21479: include/pa_array.h, include/pa_cache_managers.h,
21480: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21481: include/pa_config_fixed.h, include/pa_config_includes.h,
21482: include/pa_db_connection.h, include/pa_db_manager.h,
21483: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21484: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21485: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21486: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21487: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21488: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21489: include/pa_stack.h, include/pa_string.h,
21490: include/pa_stylesheet_connection.h,
21491: include/pa_stylesheet_manager.h, include/pa_table.h,
21492: include/pa_threads.h, include/pa_types.h, main/compile.C,
21493: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21494: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21495: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21496: main/pa_db_connection.C, main/pa_db_manager.C,
21497: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21498: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21499: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21500: main/pa_socks.C, main/pa_sql_driver_manager.C,
21501: main/pa_status_provider.C, main/pa_string.C,
21502: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21503: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21504: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21505: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21506: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21507: targets/isapi/pool_storage.h, types/pa_valiased.C,
21508: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21509: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21510: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21511: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21512: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21513: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21514: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21515: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21516: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21517: types/pa_vresponse.h, types/pa_vstateless_class.C,
21518: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21519: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21520: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21521: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21522: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21523: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21524:
21525: 2002-02-07 paf
21526:
21527: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21528:
1.116 moko 21529: * configure, configure.in, src/include/pa_config_auto.h.in,
21530: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21531: added yet another locking function: fcntl
1.95 moko 21532:
21533: * config.sub: on cygwin configure passes it with strange i1586
21534: const, hacked it to mean i586
21535:
21536: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21537: disabled $if reference due to conflicts with local variables
21538:
1.211 moko 21539: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21540: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21541: xdoc::create, with both sences
21542:
21543: * operators.ru.txt, operators.txt, src/classes/table.C,
21544: src/include/pa_array.h, src/include/pa_table.h,
21545: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21546: 'set' name obsolete now table clone.
1.95 moko 21547:
1.211 moko 21548: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21549: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21550: ^int/double/string.format now can be called with normal []
21551: brackets, not stupid {} as it were implemented for some strange
21552: reason. retaining backward compatibility due to some
21553: already-implemented servers
21554:
21555: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21556: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21557: operators now detected by check at name_without_curly_rdive_read
21558: rule whether diving code constists only of
21559: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21560: with OP_GET_ELEMENT_OR_OPERATOR to form
21561: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21562:
21563: 2002-02-06 paf
21564:
21565: * configure, configure.in: prefix expanded, grr
21566:
1.211 moko 21567: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21568: config changed
1.95 moko 21569:
21570: 2002-02-05 paf
21571:
1.211 moko 21572: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21573:
21574: * src/main/: pa_exec.C: argv0 now correct
21575:
21576: * src/types/pa_vstatus.C: status:rusage 3
21577:
21578: * src/types/pa_vstatus.C: status:rusage 2
21579:
1.211 moko 21580: * operators.ru.txt, operators.txt: status:rusage described int
21581: operators
1.95 moko 21582:
21583: * src/types/pa_vstatus.C: status:rusage 1
21584:
21585: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21586: src/types/types.dsp: status:rusage
21587:
1.211 moko 21588: * configure.in, operators.ru.txt, operators.txt,
21589: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21590: src/include/pa_config_includes.h, src/main/compile.tab.C,
21591: src/main/pa_common.C: rewritten ^cache to use
21592: non-blocking-exclusive-caches
21593:
21594: * src/main/pa_common.C: text file read mode on win32 adjusted
21595: [speed impact. was off for debugging purpose, but forgotten
21596: afterwards]
21597:
21598: 2002-02-01 paf
21599:
21600: * src/classes/op.C: file_write does EX lock after create, while
21601: file_read does SH after open, so there's a moment after create
21602: but before EX lock when read can sneak into, and read
21603: just-created-for-writing-and-not-yet-locked file, added a check
21604: for that in ^cache...read
21605:
21606: 2002-01-31 paf
21607:
21608: * src/main/: compile.y, compile.tab.C: disabled operator call after
21609: ^xxx:
21610:
21611: * src/main/: compile.tab.C, execute.C: made operators lookup first
21612: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21613:
21614: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21615: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21616: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21617: operators check 6.1 rewritten. now check is done at compile time
21618:
21619: * src/main/execute.C: operators check 5 floated up old error of
21620: staying in 'entered class/object' state after $a($a..) it
21621: prevented operators from being called thereafter
21622:
21623: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21624: main/execute.C: operators check 4 floated up old error of staying
21625: in 'entered object' state after ^a.a(a) it prevented operators
21626: from being called thereafter
21627:
21628: * src/main/execute.C: operators check 3 floated up old error of
21629: staying in 'entered class' state after $a:a(a) it prevented
21630: operators from being called thereafter
21631:
21632: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21633: floated up old error of staying in 'entered class' state after
21634: $a:a[a] it prevented operators from being called thereafter
21635:
21636: * src/main/execute.C: operators check, thay mistakenly seen in
21637: $class:operator $object.operators contexts
21638:
21639: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21640: win32
21641:
1.116 moko 21642: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21643: src/classes/Makefile.am, src/main/Makefile.am,
21644: src/targets/cgi/Makefile.am,
1.95 moko 21645: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21646: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21647:
1.116 moko 21648: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21649: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21650: configure, configure.in, form.txt, ident.awk, install-sh,
21651: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21652: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21653: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21654: etc/parser3.charsets/koi8-r.cfg,
21655: etc/parser3.charsets/windows-1250.cfg,
21656: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21657: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21658: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21659: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21660: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21661: straightened installation scripts procedure made
21662: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21663: change
21664:
21665: 2002-01-30 paf
21666:
21667: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21668: removed] those comments were a mistake, and prevented libltdl
21669: from function properly
21670:
21671: 2002-01-29 paf
21672:
1.116 moko 21673: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21674: creation [modified acinclude.m4 which were creating int into just
21675: assignment LIBTOOL=../libtool] added default system
21676: config&charsetts prepared 'make install', now it installs
21677: targets/cgi/parser3 into bin directory etc/parser3.conf &
21678: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21679: $sysconfdir/parser3.charsets respectively
21680:
21681: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21682: main/pa_globals.C: few forgotten ifdef XML added
21683:
21684: 2002-01-28 paf
21685:
1.116 moko 21686: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21687: removed
21688:
21689: * src/main/pa_exception.C: dom|generic error output fix
21690:
21691: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21692:
21693: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21694:
21695: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21696: [fixed as_node helper func to accept docs]
21697:
21698: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21699: xdoc.importNode 0
21700:
21701: * src/classes/xdoc.C: xdoc::set now untaints OK
21702:
21703: 2002-01-25 paf
21704:
21705: * src/main/: compile.tab.C, compile.y: #comment before @ after
21706: @SPECIAL now works OK
21707:
21708: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21709:
21710: * src/main/pa_exec.C: max arg count now 10, and proper message on
21711: violation that added
21712:
21713: * src/classes/hash.C: unified hash::sql, now
21714: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21715:
21716: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21717: ^file:lock[filename]{code}
21718:
21719: * src/: classes/file.C, classes/op.C, classes/string.C,
21720: classes/table.C, classes/xdoc.C, include/pa_common.h,
21721: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21722: to some pa_common funcs
21723:
21724: * src/: include/pa_charset.h, main/pa_globals.C:
21725: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21726:
21727: * src/: include/pa_charset.h, main/pa_charset.C,
21728: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21729: not stupid illegal define
21730:
21731: 2002-01-24 paf
21732:
21733: * src/include/pa_version.h: changed version number
21734:
21735: * src/: classes/hashfile.C, include/pa_db_table.h,
21736: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21737: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21738: main/pa_db_connection.C, main/pa_db_table.C,
21739: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21740: hashfile without logfiles
21741:
21742: * src/: classes/hashfile.C, include/pa_db_table.h,
21743: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21744: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21745: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21746: DB_INIT_TXN init bits, thus got rid of huge log files, which
21747: cluttered disk without huge need]
21748:
21749: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21750: handy macro, which is strangly abscent in dome lib
21751:
21752: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21753:
21754: * src/classes/xdoc.C: checked empty response
21755:
21756: * src/classes/xnode.C: xdoc.select fixed context node [were always
21757: /, not self node]
21758:
21759: * src/classes/xnode.C: xnode.select returns array always now, in
21760: case 'nothing found' returns empty array
21761:
21762: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21763: be more tender with ctrl/c/v
21764:
21765: 2002-01-23 paf
21766:
21767: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21768: substituted. // 2. when dom tree with entites goes under
21769: transform text nodes // got [erroreosly] cut on first
21770: entity occurance
21771:
21772: * src/types/pa_vdouble.h: double prec. todo: get rid of
21773: twice-converting
21774:
21775: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21776: 'e' in output this is for regretful twice-converting here:
21777: $a(double value) when they write double falue they convert it to
21778: string first, thus %g were losing precesion.
21779:
21780: todo: think up some way to remove double->string string->double
21781: twice-converting
21782:
21783: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21784: %.20E now default float format this is for regretful
21785: twice-converting here: $a(double value) when they write double
21786: falue they convert it to string first, thus %g were losing
21787: precesion.
21788:
21789: todo: think up some way to remove double->string string->double
21790: twice-converting
21791:
21792: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21793: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21794: reasons in comment inside
21795:
21796: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21797: statically linked]
21798:
21799: * src/: include/pa_exception.h, main/compile.tab.C,
21800: main/pa_exception.C: removed exception va_list constructor. 1.
21801: not needed anymore 2. there were a conflict[causing errors]
21802: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21803: never detected an ambiguilty here, compiling ctor(, "hello") into
21804: ctor(, va_list) which, of course, caused gpf
21805:
21806: * src/main/pa_globals.C: removed debug xslt messages
21807:
21808: 2002-01-22 paf
21809:
21810: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21811: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21812: helps compiling stylesheet properly. example: this refused to
21813: work, <b>«<xsl:value-of select="@title"
21814: />»</b> stranly worked only this way:
21815: <b>«<xsl:value-of select="@title" />»</b>
21816:
21817: docs says "set it to 1", never going into details, so I decided
21818: to try NOT to do that
21819:
21820: * src/classes/table.C: join behaived badly in case named tables
21821: structure mismatched: 0 strings sneaked into dest failing
21822: afterwards. replaced them with empty strings
21823:
21824: 2002-01-21 paf
21825:
21826: * src/main/pa_charset.C: checked empty transcoders in
21827: transcode_cstr|buf
21828:
21829: * src/classes/xdoc.C: xdoc::load error source = filespec
21830:
21831: * src/classes/xdoc.C: transform error source now
21832: stylesheet_filespec
21833:
1.116 moko 21834: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21835: include/pa_stylesheet_connection.h, main/pa_charset.C,
21836: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21837: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21838: gnome
1.95 moko 21839:
21840: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21841: include/pa_globals.h, include/pa_stylesheet_connection.h,
21842: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21843: xslt generic error 1
21844:
21845: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21846: xml generic message 1
21847:
21848: * src/classes/table.C: ^table::load empty lines or #comments before
21849: headline
21850:
21851: * src/: include/pa_array.h, include/pa_globals.h,
21852: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21853: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21854: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21855: errors 0
21856:
21857: 2002-01-16 paf
21858:
21859: * src/: classes/hash.C, classes/op.C, classes/string.C,
21860: classes/table.C, classes/void.C, classes/xdoc.C,
21861: include/pa_db_connection.h, include/pa_request.h,
21862: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21863: include/pa_stylesheet_connection.h,
21864: include/pa_stylesheet_manager.h, main/pa_request.C,
21865: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21866: targets/cgi/pool_storage.h: auto closers to sql_connection,
21867: stylesheet_connection auto destroyers to remaining gnome objects
21868:
21869: * src/classes/xdoc.C: few comments
21870:
21871: 2002-01-15 paf
21872:
21873: * src/classes/xdoc.C: xdoc file save string
21874:
21875: ready. todo: error handling
21876:
21877: * src/classes/xdoc.C: xdoc save rewritten using
21878: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21879: result
21880:
21881: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21882: started output options parsing
21883:
21884: 2002-01-14 paf
21885:
21886: * src/classes/xdoc.C: method
21887:
21888: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21889: include/pa_pool.h, include/pa_stylesheet_connection.h,
21890: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21891: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21892: xslt transform0. TODO: use output options handle errors
21893:
21894: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21895:
21896: 2002-01-11 paf
21897:
21898: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21899: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21900: partial logical && || evaluation
21901:
21902: * src/classes/xnode.C: xpath selectNodes
21903:
21904: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21905: string/number/bool
21906:
21907: * src/classes/xnode.C: xpath selectNode 2
21908:
21909: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21910: xpath selectNode 1
21911:
21912: 2002-01-10 paf
21913:
21914: * src/classes/xnode.C: xpath selectNode -100 [just written]
21915:
21916: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21917: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21918: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21919: refcounter]
21920:
21921: 2001-12-29 paf
21922:
21923: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21924: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21925: glib works 0
21926:
21927: 2001-12-28 paf
21928:
21929: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21930: main/pa_exception.C: started glib transcoders
21931:
21932: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21933:
21934: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21935: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21936: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21937: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21938: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21939: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21940: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21941: libs just compiled in. no refcounting no xpath no xslt yet
21942:
21943: 2001-12-27 paf
21944:
21945: * src/: include/pa_charset.h, include/pa_common.h,
21946: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21947: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21948: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21949: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21950: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21951: from xalan&xerces, started the process. globals [initialization
21952: pool [charset update charset [transcodings vxnode vxdoc [DOM
21953: calls
21954:
21955: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21956: anymore
21957:
21958: 2001-12-26 paf
21959:
21960: * src/: include/pa_charset.h, include/pa_charsets.h,
21961: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21962: key globalized [bug]
21963:
21964: 2001-12-25 paf
21965:
21966: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21967: main/pa_string.C: table set & append changed splitting languages,
21968: separators now can be clean AND as-is same to mail command line
21969: $MAIN:MAIL.progX arguments
21970:
21971: 2001-12-24 paf
21972:
21973: * src/classes/mail.C: one parted text messages - no multipart
21974: mime-type anymore. for convinient if $.attach-ments
21975:
21976: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21977: main/pa_string.C: read from cache size check updated
21978:
21979: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21980:
21981: 2001-12-21 paf
21982:
21983: * src/classes/date.C: date:sql-string now returns localtime
21984:
21985: * src/main/pa_request.C: $result in @main actually not working, to
21986: hell with it for now
21987:
21988: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21989: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21990: @postprocess @exception
21991:
21992: * src/main/execute.C: junction evaluation canceled - endless
21993: recursion detected
21994:
21995: 2001-12-19 paf
21996:
21997: * src/main/pa_charset.C: charset->charset transcoding via unicode
21998: intermediate
21999:
22000: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
22001:
22002: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
22003:
22004: * src/classes/op.C: ^cache keypath now relative
22005:
22006: * src/classes/mail.C: changed weighting prior to sort
22007:
22008: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
22009: were missing
22010:
22011: 2001-12-17 paf
22012:
22013: * src/main/pa_charset.C: ifndef XML were bad type
22014:
22015: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
22016: outdated unset services_pool
22017:
22018: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
22019: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
22020: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
22021:
22022: * src/main/untaint.C: allowed space in filespec
22023:
22024: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
22025:
22026: * src/classes/image.C: no govno
22027:
22028: * src/classes/image.C: govno
22029:
22030: 2001-12-16 paf
22031:
22032: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
22033:
22034: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
22035: charset_connection&manager replaced by charset&charsets
22036:
22037: * src/main/pa_charset.C: name_cstr 0
22038:
22039: * src/main/untaint.C: uri lang now knows about client/source
22040: charsets
22041:
22042: * src/: classes/file.C, classes/math.C, classes/op.C,
22043: classes/string.C, classes/table.C, classes/xdoc.C,
22044: include/pa_array.h, include/pa_cache_managers.h,
22045: include/pa_charset_connection.h, include/pa_charset_manager.h,
22046: include/pa_common.h, include/pa_db_connection.h,
22047: include/pa_db_manager.h, include/pa_db_table.h,
22048: include/pa_dictionary.h, include/pa_exception.h,
22049: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
22050: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
22051: include/pa_sapi.h, include/pa_socks.h,
22052: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22053: include/pa_string.h, include/pa_stylesheet_connection.h,
22054: include/pa_stylesheet_manager.h, include/pa_table.h,
22055: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
22056: main/pa_charset.C, main/pa_charset_connection.C,
22057: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
22058: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22059: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
22060: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
22061: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
22062: types/types.dsp: introducing Charset
22063:
22064: 2001-12-14 paf
22065:
22066: * src/: include/pa_request.h, include/pa_transcoder.h,
22067: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
22068: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
22069: uri lang
22070:
22071: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
22072:
22073: * src/targets/cgi/Makefile.am: -I../../pcre to .am
22074:
22075: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
22076: defalts_name global
22077:
22078: * src/: include/pa_charset_connection.h, include/pa_pool.h,
22079: include/pa_request.h, main/main.dsp,
22080: main/pa_charset_connection.C, main/pa_charset_manager.C,
22081: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
22082: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
22083: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
22084: changed charset model. now important: $request:charset
22085: $response:charset while $response:content-type.charset become
22086: unimportant [informational]
22087:
22088: 2001-12-13 paf
22089:
22090: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
22091:
22092: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
22093: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
22094: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
22095: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
22096: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
22097: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
22098:
22099: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
22100: auto_ptr part other way, because of stupid gcc 2.96
22101: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
22102: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
22103: FormatterListener] /usr/include/g++-3/memory:48:
22104: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
22105: _Tp1 = FormatterListener, _Tp = FormatterListener]
22106:
22107: * src/classes/xdoc.C: removed extra inc
22108:
22109: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
22110:
22111: * src/include/pa_types.h: msvc head debugging flag
22112:
22113: * src/classes/xdoc.C: freed up listener
22114:
22115: * src/classes/string.C: change msg '... code is not code'
22116:
22117: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
22118: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22119: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
22120: [past/future prob]
22121:
22122: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22123: include/pa_config_fixed.h, include/pa_db_manager.h,
22124: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22125: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
22126:
22127: * src/: include/pa_config_fixed.h, main/pa_common.C,
22128: main/pa_string.C: removed signed mismatch warnings
22129:
22130: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
22131: 'expires' from header outputs
22132:
22133: * src/main/pa_string.C: string::recustruct erroreusly used outdated
22134: row ptr
22135:
22136: * src/classes/file.C: file::cgi bug, request_method were passed to
22137: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22138:
22139: * src/classes/xdoc.C: lang list updated
22140:
22141: 2001-12-10 paf
22142:
22143: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22144:
22145: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22146: erase files like that, knowing their full name introducing //
22147: theoretical problem with, for instance, "_2B" and "." fragments,
22148: // they would yield the same // because
22149: need_file_encode('_')=false // but we need to delete such files
22150: somehow, getting names from ^index
22151:
22152: * src/main/pa_string.C: ^string.replace bug fixed [bad
22153: string::join_chank break]
22154:
22155: 2001-12-07 paf
22156:
22157: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22158: include/pa_common.h, include/pa_config_auto.h.in,
22159: include/pa_config_fixed.h, include/pa_config_includes.h,
22160: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22161: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22162: types/pa_vhashfile.C: merged from r14_simple_cache
22163:
22164: * src/main/pa_string.C: stupid sparc architecture failed to access
22165: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22166: lduh [ %i2 + 1 ], %l0
22167:
22168: bus error, fixed that
22169:
22170: * src/main/pa_string.C: strange string deserialize bug on
22171: client[pmts], a bit shortened,
22172:
22173: * src/include/pa_config_auto.h.in: makes
22174:
22175: * src/: include/pa_common.h, include/pa_config_fixed.h,
22176: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22177: file write shared lock file read
22178:
22179: * src/: classes/op.C, include/pa_common.h,
22180: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22181:
22182: 2001-12-06 paf
22183:
22184: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22185: main/pa_request.C: #ifdef RESOURCES_DEBUG
22186:
22187: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22188: info
22189:
22190: * src/classes/hashfile.C: removed transaction from ^cache
22191:
22192: 2001-12-05 paf
22193:
22194: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22195: IIS5 there were a prob with illegal call check
22196:
22197: 2001-12-04 paf
22198:
22199: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22200: main/pa_request.C: measures to log
22201:
22202: 2001-11-23 paf
22203:
22204: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22205: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22206: types/pa_vhashfile.C: merged from _0014, 1
22207:
22208: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22209: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22210: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22211: ^cache(33) would change
22212:
22213: 0660 bits in file_write & hashfile create
22214:
22215: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22216: after pa_string optimization]
22217:
22218: 2001-11-22 paf
22219:
22220: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22221: table.offset[whence]
22222:
22223: * src/classes/op.C: process cstr(,connection)
22224:
22225: * src/classes/op.C: process now gets its body on current language,
22226: not as-is
22227:
22228: * src/main/untaint.C: ORIGINS mode removed UHTML
22229:
22230: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22231: bit
22232:
1.116 moko 22233: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22234:
22235: 2001-11-21 paf
22236:
22237: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22238: <xsl:output output options made identical to xsl:output
22239: attributes exclusion: cdata-section-elements what xalan can do
22240: but that not used now: it can escape and remove CDATA sections
22241:
22242: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22243: produced by xslt
22244:
22245: * src/targets/cgi/parser3.C: removed debug cgi||1
22246:
22247: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22248:
22249: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22250: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22251: default language for {code}, it happen to change it's language
22252: from CLEAN, so later refused to split by CLEAN \t
22253:
22254: 2001-11-20 paf
22255:
1.116 moko 22256: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22257: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22258: bottom of dependeces, so that errors would popup quicklier, fixed
22259: line numbering in table::sql
22260:
22261: 2001-11-19 paf
22262:
22263: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22264: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22265: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22266: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22267: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22268: at wcontext.write
22269:
1.116 moko 22270: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22271: _set_new_handler
22272:
1.116 moko 22273: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22274: set_new_handler in apache&isapi
1.95 moko 22275:
22276: 2001-11-16 paf
22277:
22278: * src/targets/cgi/parser3.C: pool debug @ die
22279:
22280: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22281: removed 8 bytes from String, 2 bytes from
22282: string::chunk::row::item
22283:
22284: * src/main/pa_string.C: removed 1+4 bytes from String
22285:
22286: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22287: types/pa_vstring.C: removed 1+4 bytes from String
22288:
22289: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22290: 0
22291:
22292: * src/: include/pa_globals.h, include/pa_string.h,
22293: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22294: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22295: targets/cgi/parser3.C: introducing estimating
22296: String::cstr_bufsize, 0
22297:
22298: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22299:
22300: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22301:
22302: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22303: include/pa_pool.h: die in pool::fail
22304:
22305: 2001-11-15 paf
22306:
22307: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22308: main/pa_exception.C, targets/cgi/parser3.C: exception with
22309: dynamic buffer re-back now with counter
22310:
22311: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22312: static buffer back
22313:
22314: * src/targets/cgi/parser3.C: std::
22315:
22316: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22317: include/pa_config_includes.h: setnewhandler check
22318:
1.116 moko 22319: * src/include/pa_config_auto.h.in: makes
1.95 moko 22320:
22321: * src/targets/cgi/parser3.C: set_new_handler started
22322:
22323: 2001-11-14 paf
22324:
22325: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22326: was wrong
22327:
22328: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22329: was wrong
22330:
22331: * src/main/pa_request.C: z
22332:
22333: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22334: full returns win32 -1 solaris >buffer_size
22335:
22336: checked all that
22337:
22338: * src/classes/op.C: ^untaint{body} as-is default now
22339:
22340: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22341: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22342: with no_bad_constructors_try
22343:
22344: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22345: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22346: this: $bred[^string::length[]] $bred[^response::clear[]]
22347: $bred[^int::int[]]
22348:
22349: now VObject creation moved into overriden
22350: VClass::create_new_value, thus 0 from create_new_value means that
22351: class has no ctors
22352:
22353: 2001-11-13 paf
22354:
22355: * src/classes/classes.C: returned accedently removed if in foreach
22356: callbacks [when hash no-0-restructure]
22357:
22358: 2001-11-12 paf
22359:
22360: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22361: passed as-is to method, xalan makes & into & itself
22362:
22363: * src/classes/date.C: date.roll parser2 alg used
22364:
22365: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22366: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22367: main/pa_dictionary.C, main/pa_hash.C,
22368: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22369: now does not containt 0 values. put 0 actullay removes. no check
22370: on 0 value in foreach now required
22371:
22372: 2001-11-11 paf
22373:
22374: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22375:
22376: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22377:
22378: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22379: driver initialize not const
22380:
22381: 2001-11-10 paf
22382:
22383: * src/main/pa_exec.C: doc
22384:
22385: 2001-11-09 paf
22386:
22387: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22388: param properly
22389:
22390: * src/classes/string.C: string.save now does untainting before
22391: saving
22392:
22393: * src/main/pa_common.C: line endings fixing fixed last piece[was
22394: still cstr oriented]
22395:
22396: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22397: line endings fixing got rid of cstr, now must work ok with post
22398: multipart
22399:
22400: * src/types/pa_vform.C: line endings fixed at post / multipart /
22401: not file also now
22402:
22403: 2001-11-08 paf
22404:
22405: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22406: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22407: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22408: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22409: main/pa_stylesheet_manager.C: restructured Cache manager to be
22410: simple parent, not second parent [gcc 2.96 strangly refused to
22411: call virtual from second parent]
22412:
1.116 moko 22413: * src/: include/pa_common.h, main/Makefile.am,
22414: targets/cgi/pa_pool.C: makes
1.95 moko 22415:
22416: * src/: include/pa_request.h, main/pa_request.C,
22417: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22418: 'status' class enabler
22419:
22420: <Location /parser-status.html> ParserStatusAllowed </Location>
22421:
22422: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22423: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22424: include/pa_stylesheet_manager.h, main/main.dsp,
22425: main/pa_cache_managers.C, main/pa_charset_manager.C,
22426: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22427: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22428: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22429: todo: apache 'status' class enabler
22430:
22431: 2001-11-05 paf
22432:
22433: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22434: debug to normal
22435:
22436: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22437: hence i removed skipping 0 values in hash::for_each-es we need to
22438: check cleaned cache items manually. few more checks.
22439:
22440: expiring to 0 time was wrong, changed to 'now' time
22441:
22442: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22443: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22444: on apache already done :)
22445:
22446: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22447: skipping 0 values in hash::for_each-es we need to check cleaned
22448: cache items manually
22449:
22450: * src/main/: pa_db_connection.C, pa_db_table.C:
22451: parser_multithreaded check was wrong
22452:
22453: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22454: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22455: classes/hashfile.C, classes/image.C, classes/int.C,
22456: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22457: classes/string.C, classes/table.C, classes/void.C,
22458: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22459: include/pa_array.h, include/pa_charset_connection.h,
22460: include/pa_charset_manager.h, include/pa_common.h,
22461: include/pa_config_fixed.h, include/pa_config_includes.h,
22462: include/pa_db_connection.h, include/pa_db_manager.h,
22463: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22464: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22465: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22466: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22467: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22469: include/pa_stack.h, include/pa_string.h,
22470: include/pa_stylesheet_connection.h,
22471: include/pa_stylesheet_manager.h, include/pa_table.h,
22472: include/pa_threads.h, include/pa_types.h, main/compile.C,
22473: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22474: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22475: main/pa_charset_manager.C, main/pa_common.C,
22476: main/pa_db_connection.C, main/pa_db_manager.C,
22477: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22478: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22479: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22480: main/pa_socks.C, main/pa_sql_driver_manager.C,
22481: main/pa_status_provider.C, main/pa_string.C,
22482: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22483: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22484: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22485: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22486: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22487: targets/isapi/pool_storage.h, types/pa_valiased.C,
22488: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22489: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22490: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22491: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22492: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22493: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22494: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22495: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22496: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22497: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22498: types/pa_vstateless_object.h, types/pa_vstatus.h,
22499: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22500: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22501: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22502: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22503: $status:db fixed used not initialized in db_connection & db_table
22504:
22505: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22506: $status:charset
22507:
22508: * src/: classes/xdoc.C, include/pa_db_connection.h,
22509: include/pa_stylesheet_connection.h,
22510: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22511: types/pa_vstatus.h: $status:stylesheet
22512:
22513: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22514: include/pa_request.h, include/pa_sql_connection.h,
22515: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22516: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22517: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22518: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22519: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22520: types/pa_vxnode.C, types/types.dsp: started status parser class
22521:
22522: 2001-11-01 paf
22523:
22524: * src/include/pa_config_auto.h.in: makes
22525:
22526: * src/main/pa_hash.C: removed old extra include
22527:
22528: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22529: checks [for hp, there are such in math.h]
22530:
22531: * src/classes/op.C: ^for endless loop check strightened
22532:
22533: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22534: behavior in native calls. it left unchanged, so ^for ^foreach &
22535: co can use r.root to write their i & key,value there
22536:
22537: * src/classes/op.C: detected for var storage bug, fixed.
22538: todo:foreach
22539:
22540: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22541: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22542: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22543: changing of hash inside of foreach
22544:
22545: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22546: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22547: were hash.foreach
22548:
22549: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22550: types/pa_vstring.C, types/pa_vstring.h:
22551: ^foreach[key|value]{body}[[separator]|{separator}]
22552:
22553: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22554: types/pa_vcookie.C: ^hash.delete[key]
22555:
22556: 2001-10-31 paf
22557:
22558: * src/main/: compile.C, pa_common.C: completely empty file now
22559: considered "read", not ignored [not perfect trick used]
22560:
22561: * src/main/pa_common.C: simplier common ifdefs
22562:
22563: * src/main/pa_common.C: typing bug in common - bad ifdeff
22564:
22565: * src/main/pa_db_connection.C: z
22566:
22567: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22568: lockdetector flags
22569: dbenv.lk_detect=DB_LOCK_RANDOM;
22570:
22571: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22572: from accidental show [imagine user forgot @exception]
22573:
22574: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22575:
22576: * src/: classes/file.C, classes/image.C, classes/mail.C,
22577: classes/string.C, classes/xnode.C, include/pa_common.h,
22578: main/pa_common.C: ^string.save[[append;]path]
22579:
22580: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22581: main/execute.C: \ in expression: int divide 10/3=3
22582:
22583: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22584: inside of ^cache
22585:
22586: * src/: include/pa_threads.h, main/pa_db_connection.C,
22587: main/pa_db_table.C, targets/cgi/pa_threads.C,
22588: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22589: needed
22590:
22591: 2001-10-30 paf
22592:
22593: * src/: classes/classes.dsp, main/main.dsp,
22594: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22595: types/types.dsp: enabled debug incremental compile
22596:
22597: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22598: form post data line endings not reformatted now.
22599:
22600: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22601: now required [had bug when file= has no value]
22602:
22603: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22604: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22605: cstr(asis) default param removed
22606:
22607: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22608:
22609: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22610:
22611: * src/include/pa_dir.h: LOAD_DIR fixed
22612:
22613: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22614: was broken} fix_line_breaks
22615:
22616: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22617: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22618: packed with #pragma pack
22619:
1.116 moko 22620: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22621:
22622: 2001-10-29 paf
22623:
22624: * src/types/pa_wcontext.h: bitfield syntax stricter
22625:
22626: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22627: string hash.puts
22628:
22629: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22630:
22631: * src/include/pa_sql_connection.h: there were one wrong
22632: SQL_CONNECTION_FUNC_GUARDED [failed]
22633:
22634: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22635: param.someday either ifdef or remove it
22636:
22637: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22638:
22639: * src/main/untaint.C: optimizing returned after debugging
22640:
22641: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22642: main/untaint.C: memory hunging #pragma pack(1)
22643:
22644: 16 419 844 13 169 394
22645:
22646: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22647: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22648: places [todo:Array]
22649:
22650: * src/: main/execute.C, targets/cgi/pa_pool.C,
22651: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22652: types/pa_wwrapper.h: debugging memory WContext flags to bits
22653:
22654: total 5 652 652/158731 total 5 469 332/158731
22655:
22656: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22657: Array:: without cache in get/put now
22658:
22659: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22660: 18:25:27 2001] total 5 652 652/158731
22661:
22662: * src/: include/pa_string.h, main/pa_string.C,
22663: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22664: now
22665:
22666: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22667: 18:11:53 2001] total 5796092/158731
22668:
22669: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22670: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22671: key ref now
22672:
22673: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22674: 17:11:17 2001] total 16867948/202658
22675:
22676: * src/: classes/file.C, classes/image.C, classes/string.C,
22677: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22678: main/execute.C, main/pa_array.C, main/pa_common.C,
22679: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22680: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22681: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22682: string::as_int/double now usually uses stack, not heap [200K out
22683: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22684:
22685: * src/main/pa_sql_driver_manager.C: ping to have services [old
22686: hiding bug]
22687:
22688: * src/Makefile.am: .am order
22689:
22690: * src/: include/pa_array.h, include/pa_charset_manager.h,
22691: include/pa_db_connection.h, include/pa_db_manager.h,
22692: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22693: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22694: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22695: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22696: required "friend class"
22697:
22698: ../include/pa_request.h:51: friend declaration requires
22699: class-key, i.e. `friend class Temp_lang'
22700:
22701: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22702: main/pa_exception.C, main/pa_sql_driver_manager.C,
22703: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22704:
22705: the idea is to #1 jump to C++ some function to main body, where
22706: every function stack frame has exception unwind information and
22707: from there... #2 propagate_exception()
22708:
22709: 2001-10-28 paf
22710:
22711: * src/main/pa_db_connection.C: removed old consts
22712:
22713: * src/main/pa_db_connection.C: expire table [was accidently pasted
22714: with wrong type/cast]
22715:
22716: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22717: translation
22718:
1.116 moko 22719: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22720: remember to build DB2 with -fexceptions!!!
22721:
22722: * src/main/pa_db_table.C: DB_RMW defed
22723:
22724: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22725: include/pa_db_connection.h, include/pa_db_manager.h,
22726: include/pa_db_table.h, main/pa_db_connection.C,
22727: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22728:
22729: 2001-10-27 paf
22730:
22731: * src/: classes/hashfile.C, include/pa_db_connection.h,
22732: include/pa_db_table.h, main/pa_db_connection.C,
22733: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22734: types/pa_vhashfile.C: DB2 ifdefs
22735:
1.116 moko 22736: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22737: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22738: makes with DB2
22739:
1.116 moko 22740: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22741: types/Makefile.am: makes db
1.95 moko 22742:
22743: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22744: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22745: globals.C
22746:
22747: * src/: classes/hashfile.C, include/pa_db_connection.h,
22748: include/pa_db_table.h, main/pa_db_connection.C,
22749: main/pa_db_table.C: ^hashfile.clear[]
22750:
22751: * src/classes/classes.awk: no $ in var names
22752:
22753: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22754: connection&table [forgotten calls]
22755:
22756: 2001-10-26 paf
22757:
22758: * src/main/pa_db_connection.C: db checkpoints
22759:
22760: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22761: checkpoints
22762:
22763: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22764: default. but entities still reparsed. todo: tothink
22765:
22766: * src/main/pa_db_connection.C: db recover mech 2
22767:
22768: * src/: classes/hashfile.C, include/pa_db_connection.h,
22769: include/pa_db_manager.h, include/pa_db_table.h,
22770: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22771: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22772: types/pa_vhashfile.h: db connections & tables now cached at
22773: create time & multithreaded
22774:
22775: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22776: parsed_source
22777:
22778: * src/main/pa_db_connection.C: about to remove connection from
22779: vhashfile
22780:
22781: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22782: transaction commit/rollback responsibility left to parent [as it
22783: sould - else there were a bug with double free]
22784:
22785: * src/include/pa_db_table.h: db: child transaction commit/rollback
22786: responsibility left to parent [as it sould - else there were a
22787: bug with double free]
22788:
22789: 2001-10-25 paf
22790:
22791: * src/: classes/hashfile.C, include/pa_common.h,
22792: include/pa_db_connection.h, include/pa_db_manager.h,
22793: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22794: types/pa_vhashfile.C, types/pa_vhashfile.h,
22795: include/pa_db_table.h, main/pa_db_table.C: started db_home
22796: [multiple, cached] todo: autorecover [tried, but not succeded,
22797: yet]
22798:
22799: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22800:
22801: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22802: transaction parent passed
22803:
22804: 2001-10-24 parser
22805:
1.116 moko 22806: * src/classes/Makefile.am: makes
1.95 moko 22807:
22808: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22809: isapi/pool_storage.h: pool_storage fixed
22810:
22811: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22812: types/pa_vform.h: form fix_line_breaks
22813:
1.116 moko 22814: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22815:
22816: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22817: targets/cgi/pool_storage.h: makes
22818:
22819: * src/sql/pa_sql_driver.h: version
22820:
22821: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22822: types/pa_vform.C, types/pa_vform.h: .am
22823:
22824: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22825: this: DB_RMW Acquire write locks instead of read locks when doing
22826: the retrieval. Setting this flag may decrease the likelihood of
22827: deadlock during a read-modify-write cycle by immediately
22828: acquiring the write lock during the read part of the cycle so
22829: that another thread of control acquiring a read lock for the same
22830: item, in its own read-modify-write cycle, will not result in
22831: deadlock
22832:
22833: * src/targets/isapi/parser3isapi.dsp: doc
22834:
22835: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22836:
22837: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22838:
22839: * src/: classes/hashfile.C, include/pa_db_connection.h,
22840: main/pa_db_connection.C: hashfile expired deleted from db when
22841: get & iterate
22842:
22843: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22844: expiring 1
22845:
22846: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22847:
22848: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22849: db_connection not bothers with key when not returning expired
22850: data
22851:
22852: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22853: types/pa_vhashfile.C: db_cursor constructor public now
22854:
22855: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22856: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22857: stamped, todo: put_element analize
22858:
22859: * src/: include/pa_db_connection.h, include/pa_string.h,
22860: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22861: serialize. todo stamp
22862:
22863: 2001-10-23 parser
22864:
22865: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22866: classes/image.C, classes/mail.C, classes/response.C,
22867: classes/string.C, classes/table.C, classes/xdoc.C,
22868: include/pa_config_fixed.h, include/pa_db_connection.h,
22869: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22870: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22871: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22872: types/pa_vtable.C: ^hashfile.hash[]
22873:
22874: * src/: classes/hashfile.C, classes/xdoc.C,
22875: include/pa_config_fixed.h, main/pa_db_manager.C,
22876: main/pa_globals.C: ifdefs so it compiled without db
22877:
22878: * src/: classes/hashfile.C, include/pa_db_connection.h,
22879: include/pa_db_manager.h, main/pa_db_connection.C,
22880: main/pa_db_manager.C, types/pa_vhashfile.h:
22881: ^hashfile.transaction{code} ^hashfile:clear[filename]
22882: ^hashfile.delete[key]
22883:
22884: 2001-10-22 parser
22885:
22886: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22887: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22888:
22889: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22890: classes/xnode.C, include/pa_charset_connection.h,
22891: include/pa_db_connection.h, include/pa_db_manager.h,
22892: include/pa_exception.h, include/pa_sapi.h,
22893: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22894: include/pa_stylesheet_connection.h,
22895: include/pa_stylesheet_manager.h,
22896: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22897: main/pa_db_connection.C, main/pa_db_manager.C,
22898: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22899: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22900: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22901: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22902: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22903: types/types.dsp: hashfile 0
22904:
22905: * src/types/pa_vhashfile.C: z
22906:
22907: * src/: classes/classes.dsp, classes/hashfile.C,
22908: include/pa_config_fixed.h, main/execute.C,
22909: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22910: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22911:
22912: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22913:
22914: * src/: include/pa_exception.h, include/pa_request.h,
22915: main/execute.C, main/pa_exception.C, main/pa_request.C,
22916: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22917: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22918:
22919: 2001-10-19 parser
22920:
22921: * src/include/pa_pool.h: header
22922:
22923: * src/main/pa_pool.C: auto compiled on gcc
22924:
22925: * src/classes/image.C: comment
22926:
1.116 moko 22927: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22928:
22929: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22930: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22931: types/pa_vxnode.h: xnode clone got freed
22932:
22933: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22934: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22935: can free up xalandomstring resulting from pool::transcode
22936:
22937: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22938: include/pa_config_fixed.h, include/pa_exception.h,
22939: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22940: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22941: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22942: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22943: from non-xml compile
22944:
22945: * src/main/pa_request.C: pool:: context - get_context
22946:
22947: * src/: classes/classes.h, classes/date.C, classes/double.C,
22948: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22949: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22950: classes/string.C, classes/table.C, classes/void.C,
22951: include/pa_config_fixed.h, include/pa_exception.h,
22952: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22953: main/compile.C, main/compile_tools.C, main/execute.C,
22954: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22955: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22956: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22957: main/pa_string.C, main/pa_table.C, main/untaint.C,
22958: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22959: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22960: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22961: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22962: types/pa_vstateless_class.h, types/pa_vtable.C,
22963: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22964: exceptions 0
22965:
22966: * src/classes/classes.awk: $ removed
22967:
22968: 2001-10-18 parser
22969:
22970: * src/types/pa_vcookie.C: cookie:CLASS
22971:
22972: * src/main/main.dsp: project
22973:
22974: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22975: set_document & ctor question "who owns document" solved
22976:
22977: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22978:
22979: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22980: main/pa_pool.C: encoding in dom creating funcs
22981:
22982: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22983: be transformed now
22984:
22985: * src/classes/xdoc.C: dom created by create can be transformed now
22986:
22987: * src/classes/xdoc.C: z
22988:
22989: * src/classes/xdoc.C: comment
22990:
22991: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22992: create now uses XercesDocumentBridge, appendChild&co now works
22993:
22994: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22995: @ recompile
22996:
22997: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22998: $origin @exception[
22999:
23000: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
23001: tag names forced to XML lang
23002:
23003: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
23004: leechy-found bugs in code&doc fixed
23005:
23006: 2001-10-17 parser
23007:
23008: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
23009: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
23010: n functionality preserved
23011:
23012: * src/types/pa_vimage.h: removed unused vimage::save
23013:
23014: 2001-10-16 parser
23015:
23016: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
23017:
23018: * src/classes/: xnode.C: removed few dom returns & changed op.txt
23019:
23020: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
23021:
23022: * src/classes/image.C: image.copy tolerance
23023:
23024: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
23025: ineffective, but works for small paleted image
23026:
23027: * src/types/pa_vimage.C: comment
23028:
23029: * src/classes/image.C: gd size/resize bugfix
23030:
23031: * src/: classes/classes.dsp, main/main.dsp,
23032: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23033: types/types.dsp: ident >nul 2>&1
23034:
23035: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
23036: systems
23037:
23038: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
23039: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
23040:
23041: 2001-10-15 parser
23042:
23043: * src/main/execute.C: z
23044:
23045: * src/classes/: xdoc.C: !::create{qualifiedName}
23046:
23047: * src/types/pa_vxnode.C: document_type_node.
23048: !readonly attribute DOMString name
23049: !notation_node.
23050: !readonly attribute DOMString publicId
23051: !readonly attribute DOMString systemId
23052:
1.116 moko 23053: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
23054: ::write badly passed string too transparently [failed to
23055: intercept it]
1.95 moko 23056:
23057: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
23058: include/pa_request.h, main/pa_sql_driver_manager.C,
23059: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
23060: types/pa_vxnode.h: DOM1 major addtion, only few
23061: attributes/methods left
23062:
23063: 2001-10-13 parser
23064:
23065: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23066: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
23067: in main handler
23068:
23069: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
23070: cleanups & frees order
23071:
23072: * src/types/pa_vcode_frame.h: couple comments
23073:
23074: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
23075: transparent enough to handle hash if creation&passing
23076:
23077: * src/: include/pa_config_fixed.h, main/execute.C,
23078: main/pa_exception.C: noticed that vcodeframe not transparent
23079: enough, would change now
23080:
23081: 2001-10-12 parser
23082:
23083: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
23084: fixed. initialization&free on each thread!
23085:
23086: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
23087: handling changed: now type of default param analized always, not
23088: only at problem time, thus helping early problem spotting
23089:
23090: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
23091: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
23092: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23093: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
23094: multithread bug fixed. initialization&free on each thread!
23095:
23096: 2001-10-11 parser
23097:
23098: * src/classes/xnode.C: xnode.selectSingle now
23099:
23100: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
23101: include/pa_pool.h, include/pa_stylesheet_connection.h,
23102: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
23103: convertors out of Pool into Exception
23104:
23105: * src/main/pa_string.C: const
23106:
23107: * src/: include/pa_string.h, main/pa_string.C: restructured string:
23108: linked pieces of same language together prior to String::replace
23109:
23110: * src/classes/hash.C: !^hash.add[addme]
23111: !^hash.sub[subme]
23112: !^a.union[b] = new
23113: !^a.intersection[b] = new
23114: !^a.intersects[b] = bool
23115:
23116: * src/classes/hash.C: !^hash::append[append_from]
23117:
23118: * src/: classes/hash.C, types/pa_vhash.h:
23119: !^hash::create[[copy_from]]
23120:
23121: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23122: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
23123: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
23124: fixed. got rid of empty_string, which caused errors - it hasnt
23125: exception but somebody[value.bark] tried to throw it on it's pool
23126:
1.116 moko 23127: * src/include/pa_config_auto.h.in: makes
1.95 moko 23128:
23129: 2001-10-10 parser
23130:
23131: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
23132:
23133: * src/main/: compile.tab.C, compile.y: ^a[
23134:
23135: @next_method << now unclosed ] would be reported here
23136:
23137: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23138: compile error
23139:
23140: 2001-10-09 parser
23141:
1.116 moko 23142: * src/: classes/Makefile.am, main/Makefile.am,
23143: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23144:
23145: * src/classes/Makefile.am: makes
23146:
23147: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23148: win32 errors intercepted [xalan transformer patched and
23149: incorporated]
23150:
23151: * src/: classes/classes.dsp, classes/xdoc.C,
23152: include/pa_stylesheet_connection.h, main/main.dsp,
23153: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23154: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23155: patches starting
23156:
23157: * src/classes/: string.C, table.C: ^string.save[file]
23158:
23159: * src/classes/: date.C, table.C: calendar moved to date
23160:
23161: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23162: string/table] now
23163:
23164: * src/classes/: op.C, table.C: z
23165:
23166: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23167: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23168: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23169: be code [be string..]
23170:
23171: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23172: table.C: lots of
23173: params->as_int/double/as_string/as_junction/as_no_junction
23174: messages added
23175:
23176: 2001-10-08 parser
23177:
23178: * src/: classes/date.C, classes/image.C, classes/string.C,
23179: classes/table.C, classes/void.C, include/pa_request.h:
23180: params->as_int/double message added
23181:
23182: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23183:
23184: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23185: image:sector removed image:html internal "line-*" attribs
23186:
23187: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23188: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23189:
23190: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23191: way
23192:
23193: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23194: main/untaint.C: header untainting to UL_HTTP_HEADER,
23195: UL_MAIL_HEADER made nonforced [only tainted pieces]
23196:
23197: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23198: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23199: @ SAPI::log
23200:
23201: * src/main/untaint.C: \r to ' ' in origins mode
23202:
23203: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23204: set]
23205:
23206: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23207: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23208: nonstandard liaison freed up
23209:
23210: 2001-10-07 parser
23211:
23212: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23213: project
23214:
23215: 2001-10-05 parser
23216:
23217: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23218: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23219: from outputing to cerr. lots of "todos"
23220:
23221: * src/main/untaint.C: http_header tainting more gentle with
23222: enquoting now
23223:
23224: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23225: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23226: xml errorhandler. fixed string.replace a little, read @test
23227:
23228: * src/main/pa_string.C: found replace bug - first_that_starts(char
23229: *) does not have limit, and looks further eos, fixing....
23230:
23231: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23232:
23233: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23234:
23235: * src/main/: pa_charset_connection.C: ctype another mem clear
23236: bugfix
23237:
1.116 moko 23238: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23239: $result[^[$p^]z] now works fine
1.95 moko 23240:
23241: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23242: wrong. fixed it
23243:
23244: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23245: of totable appered to be vital
23246:
23247: 2001-10-04 parser
23248:
23249: * src/classes/image.C: ^image.length[text]
23250:
23251: 2001-10-03 parser
23252:
23253: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23254:
23255: * src/main/pa_request.C: restored pcre defaulting in request
23256: [mindlessly "optimized" yesterday] comment left
23257:
23258: 2001-10-02 parser
23259:
23260: * src/: main/pa_charset_manager.C,
23261: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23262: needed
23263:
23264: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23265: forgot non-xml pool.*charset needed
23266:
23267: * src/classes/table.C: # config comments fixed
23268:
23269: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23270: charset_connection #comment now
23271:
23272: * src/: classes/classes.dsp, types/types.dsp: release projects
23273: options fixed to use release msvcrt lib
23274:
23275: * src/main/pa_charset_connection.C: pcre tables now const inside
23276: removed default - pcre handles that internally fixed bug on
23277: not-cleaning tables [previously was calloced, now member]
23278:
23279: * src/: include/pa_request.h, main/pa_charset_connection.C,
23280: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23281: inside removed default - pcre handles that internally fixed bug
23282: on not-cleaning tables [previously was calloced, now member]
23283:
23284: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23285: tested charset reload on file change @ apache version = OK tested
23286: freeing up prev encoding on adding new = OK
23287:
23288: 2001-10-01 parser
23289:
23290: * src/main/pa_charset_connection.C: removed entitify external hack
23291: [internal installed]
23292:
1.116 moko 23293: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23294:
23295: * src/: include/pa_charset_connection.h,
23296: include/pa_charset_manager.h,
23297: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23298: main/pa_charset_connection.C, main/pa_charset_manager.C,
23299: main/pa_request.C: charset loading & caching mech 0
23300:
23301: * src/: include/pa_stylesheet_connection.h,
23302: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23303: main/pa_globals.C, main/pa_request.C: would make charset loading
23304: & caching mech now
23305:
23306: 2001-09-30 parser
23307:
23308: * src/main/pa_request.C: forgot to fill toTable
23309:
23310: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23311: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23312: failed on win32 for now..
23313:
23314: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23315: now charsets table configuration variable is: CHARSETS
23316:
23317: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23318: ctype with unicode 1. todo: no П entities on output somehow
23319:
23320: * src/: classes/file.C, classes/op.C, classes/string.C,
23321: include/pa_request.h, main/pa_request.C: started ctype with
23322: unicode values
23323:
23324: 2001-09-28 parser
23325:
23326: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23327: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23328: string passed AS-IS now
23329:
23330: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23331: way of user-configuring... todo: implement
23332:
23333: 2001-09-27 parser
23334:
23335: * src/classes/table.C: table.sort changed to sort table itself
23336:
23337: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23338: X^.getElementsByTagName[tagname] = array of xnode
23339: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23340: nodes removed - regretfully not supported @ xalan. maybe someday
23341: would reimplement, if needed.
23342:
23343: win32build system: solved long waiting anti-non-started-apache
23344: problem
23345:
23346: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23347: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23348: types/types.dsp: win32 ident make system so not to rebuild
23349: library [ident.C.new]
23350:
23351: 2001-09-26 parser
23352:
23353: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23354: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23356: types/pa_vxnode.C, types/types.dsp: z
23357:
23358: * src/classes/classes.C: forgot one non-xml check
23359:
1.116 moko 23360: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23361: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23362:
23363: * src/targets/cgi/parser3.C: z
23364:
23365: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23366: targets/isapi/parser3isapi.C: #ifdef SMTP
23367:
23368: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23369: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23370: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23371: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23372: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23373: types/types.dsp: xdoc&xnode now
23374:
23375: * src/: classes/classes.C, classes/classes.awk,
23376: classes/classes.dsp, classes/classes.h, classes/date.C,
23377: classes/dnode.C, classes/dnode.h, classes/dom.C,
23378: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23379: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23380: classes/op.C, classes/response.C, classes/string.C,
23381: classes/table.C, classes/void.C, include/pa_array.h,
23382: include/pa_common.h, include/pa_config_fixed.h,
23383: include/pa_config_includes.h, include/pa_dictionary.h,
23384: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23385: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23386: include/pa_socks.h, include/pa_sql_connection.h,
23387: include/pa_sql_driver_manager.h, include/pa_stack.h,
23388: include/pa_string.h, include/pa_stylesheet_connection.h,
23389: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23390: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23391: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23392: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23393: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23394: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23395: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23396: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23397: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23398: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23399: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23400: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23401: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23402: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23403: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23404: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23405: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23406: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23407: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23408: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23409: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23410: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23411: types/pa_vmethod_frame.h, types/pa_vobject.h,
23412: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23413: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23414: types/pa_vstateless_object.h, types/pa_vstring.C,
23415: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23416: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23417: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23418: main.dsp splitted to main+classes+types along to .am
23419:
23420: * src/classes/Makefile.am: removed useless var
23421:
23422: * src/: classes/classes.cmd, main/main.dsp,
23423: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23424: main.dsp
23425:
23426: 2001-09-25 parser
23427:
23428: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23429: 1251 though, todo ICU
23430:
1.116 moko 23431: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23432: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23433: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23434: types/pa_vdom.h: xml configure makes
1.95 moko 23435:
23436: 2001-09-24 parser
23437:
1.116 moko 23438: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23439: types/Makefile.am: makes
1.95 moko 23440:
1.116 moko 23441: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23442:
23443: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23444: started unix makes update
23445:
23446: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23447: started unix makes update
23448:
23449: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23450:
23451: * src/types/pa_value.h: z
23452:
23453: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23454: bugs with usinge hash/table in expressions
23455:
23456: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23457: resolved conflicts fixed [const]
23458:
23459: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23460: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23461: main/compile.C, main/compile.tab.C, main/compile.y,
23462: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23463: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23464: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23465: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23466: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23467: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23468: with before_xml [merge2 actually didn't happen - i've created
23469: tags on wrong branch. so this merge is in fact re-merge]
23470:
23471: 2001-09-21 parser
23472:
23473: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23474: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23475: produced "" in make file and sadly wrong interpreted on load]
23476:
1.116 moko 23477: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23478: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23479: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23480: include/pa_sql_driver_manager.h, include/pa_string.h,
23481: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23482: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23483: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23484:
23485: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23486: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23487: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23488: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23489: main/pa_pool.C, main/pa_request.C,
23490: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23491: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23492: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23493: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23494: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23495: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23496: types/pa_vrequest.C, types/pa_vresponse.h,
23497: types/pa_vstateless_class.C, types/pa_vstring.C,
23498: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23499: created new projects for sql drivers [planning to remove sql
23500: drivers from main cvs project] first, will join latest changes
23501:
23502: * src/classes/: dom.C: defaulted dom writing methods encoding to
23503: pool.get_charset
23504:
23505: * src/classes/dom.C: defaulted dom writing methods encoding to
23506: pool.get_charset
23507:
23508: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23509: pool.get_charset
23510:
23511: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23512: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23513: methods encoding to pool.get_charset
23514:
23515: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23516: transcoder were created right "unsupported encoding" message.
23517: not @ set time, but @ use time, so until xml output functions
23518: .string, .file, .save used - no encoding name check occur
23519:
23520: reduced transcode buffer size to 60 fixed pool cleanup - no
23521: registration needed, pools are officially destructured
23522:
23523: 2001-09-20 parser
23524:
23525: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23526:
23527: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23528: $MAIN:DEFAULTS.content-type[$.charset[here]]
23529:
23530: * src/: classes/dnode.C, classes/dom.C,
23531: include/pa_config_includes.h, include/pa_globals.h,
23532: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23533: main/pa_pool.C, targets/cgi/parser3.dsp,
23534: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23535: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23536: Pool::transcode 0
23537:
23538: * src/classes/dom.C: dom. string save file moved output xml options
23539: to last param and made it optional
23540:
23541: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23542: dnodes
23543: !$attributenode.specified = boolean
23544: true if the attribute received its value explicitly
23545: in the XML document,
23546: or if a value was assigned programatically with the
23547: setValue function.
23548: false if the attribute value came from the default value
23549: declared in the document's DTD.
23550: !$pinode.target = target of this processing instruction
23551: XML defines this as being the first token following the
23552: markup
23553: that begins the processing instruction.
23554: XPath:
23555: !^node.select[xpath/query/expression] = hash of 0->node0
23556: 1->node1
23557: !^node.select-single[xpath/query/expression] = first node if
23558: any
23559:
23560: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23561: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23562: some 'const's added
23563:
23564: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23565: expression context now, there value = size and boolean value
23566: size!=0
23567:
23568: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23569: can be used in expression context now, there value = size and
23570: boolean value size!=0
23571:
23572: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23573: types/pa_vstring.h: dnode .file .string .save moved back to dom
23574: due to strange xalan bug
23575:
23576: 2001-09-18 parser
23577:
23578: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23579: classes/image.C, classes/op.C, classes/table.C,
23580: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23581: include/pa_sql_driver_manager.h, main/compile.C,
23582: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23583: main/execute.C, main/pa_common.C, main/pa_request.C,
23584: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23585: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23586: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23587: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23588: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23589: before_xml branch ^if(def $hash) now true only when
23590: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23591:
23592: * src/: classes/op.C, main/execute.C: operators self changed to
23593: root ^for variable context changed to self
23594:
23595: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23596: dnode 1
23597:
23598: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23599: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23600:
23601: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23602: poly* fixed
23603:
23604: 2001-09-17 parser
23605:
23606: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23607: types/pa_vdom.h: started dnode+dom
23608:
23609: dnode DOM methods: $node.name $node.value
23610: ...others...
23611:
23612: ^node.xpath[/rates/USD] = hash
23613: $hash[
23614: $.0[node0]
23615: $.1[node1]
23616: ]
23617:
23618: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23619: applies to all linear primitives
23620:
23621: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23622: include/pa_stylesheet_connection.h, main/main.dsp,
23623: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23624: types/pa_vimage.h: started dnode DOM: $node.name
23625: $node.value ...others... ^node.xpath[/rates/USD] = hash
23626: dom(dnode)
23627:
23628: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23629: main/compile.y, main/compile_tools.h, main/execute.C,
23630: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23631: in expression compound($aa.zz.xx) names now can have minus '-' in
23632: name after '.'
23633:
23634: 2001-09-15 parser
23635:
23636: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23637: image: $line-width ^line(...)[**** style]
23638:
23639: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23640: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23641: pool_storage - cleanups first, allocations second. apache wisely
23642: does just like that
23643:
23644: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23645: rewritten using template, no bugs now
23646:
23647: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23648: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23649: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23650: poorly started isapi pool_storage, would rewrite using template
23651: now
23652:
23653: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23654: include/pa_stylesheet_connection.h, main/main.dsp,
23655: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23656: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23657: xalan objects freed up [introducing Pool::register_cleanup]
23658:
23659: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23660: comments
23661:
23662: 2001-09-14 parser
23663:
23664: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23665: z
23666:
23667: * src/: classes/dom.C, classes/file.C, classes/image.C,
23668: classes/mail.C, include/pa_common.h,
23669: include/pa_sql_driver_manager.h, include/pa_string.h,
23670: include/pa_stylesheet_connection.h,
23671: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23672: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23673: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23674: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23675: compiled&cached
23676:
23677: 2001-09-13 parser
23678:
23679: * src/: classes/dom.C, classes/file.C, classes/image.C,
23680: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23681:
23682: * src/classes/dom.C: dom:file content-type(.method)
23683:
23684: * src/: include/pa_common.h, include/pa_globals.h,
23685: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23686: string now more informative error messages
23687:
23688: * src/: include/pa_globals.h, include/pa_request.h,
23689: main/pa_request.C, targets/cgi/parser3.C,
23690: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23691: ParserSiteConfig .../parser3.conf
23692:
23693: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23694:
23695: 2001-09-12 parser
23696:
23697: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23698: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23699: precise error reporting: "connection string must start with
23700: protocol://" now
23701:
23702: * src/main/compile.tab.C: fixed - subname code parts actually []
23703: braced
23704:
23705: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23706: lexer on LS_USER level did [] matching without setting nestage,
23707: introduced special LS_NAME_SQUARE_PART state
23708:
23709: 2001-09-11 parser
23710:
23711: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23712: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23713: languages+=xml
23714:
23715: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23716:
23717: * src/classes/dom.C: ^dom:save/string/file[output options] output
23718: options: $.method[xml|html|text] detection fixed
23719:
23720: * src/types/pa_vdom.h: messages
23721:
23722: * src/classes/dom.C: ^dom:save/string/file[output options] output
23723: options: $.method[xml|html|text] detection fixed
23724:
23725: 2001-09-10 parser
23726:
23727: * src/classes/dom.C: ^dom:save/string/file[output options] output
23728: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23729:
23730: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23731: added]
23732:
23733: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23734: ^dom.xslt[stylesheet filename] 0
23735:
23736: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23737: ^dom.xslt[stylesheet filename] -1 doc is lying
23738:
23739: * src/classes/dom.C: ^dom.file[encoding] = file
23740:
23741: * src/classes/: dom.C: ^dom.string[encoding] 1
23742: ^dom.save[encoding;filename]
23743:
23744: * src/classes/dom.C: ^dom.string[] 0
23745:
23746: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23747:
23748: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23749: types/pa_vform.h: ^dom.save[b.xml] 0
23750:
23751: 2001-09-08 parser
23752:
23753: * src/types/pa_vform.C: $form:tables.name.field
23754:
23755: 2001-09-07 parser
23756:
23757: * src/classes/table.C: table:empty removed, superceded by ^if(def
23758: $table)...
23759:
23760: * src/targets/cgi/parser3.C: z
23761:
23762: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23763: from '' to int/double is 0]
23764:
23765: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23766: $table) is false when table is empty
23767:
23768: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23769: !$form:tables $atable[$form:tables.a]
23770: ^atable.menu{a=$atable.element}[,]
23771:
23772: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23773: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23774:
1.116 moko 23775: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23776: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23777: of dom
23778:
23779: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23780: types/pa_vform.C, types/pa_vform.h: z
23781:
23782: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23783: element [not last]
23784:
1.116 moko 23785: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23786: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23787:
23788: 2001-09-06 parser
23789:
23790: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23791: table with one column 'element' and two rows: 1 and 2
23792:
23793: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23794: table with one column 'element' and two rows: 1 and 2
23795:
23796: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23797: bad int/double conversions, and now $form:nonexistent.int(88)
23798: would return 88
23799:
23800: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23801: types/pa_vhash.h: now there's special hash key '_default'
23802: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23803: $._default[xx] ] $hash.c
23804:
23805: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23806: fixed [thanks, fif], ^; were treated there non-literally
23807:
23808: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23809: doxygen
23810:
23811: * src/: classes/image.C, classes/op.C, classes/string.C,
23812: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23813: types/pa_vtable.C: few #ifndef DOXYGEN
23814:
23815: 2001-09-05 parser
23816:
23817: * src/classes/: string.C, table.C: sql options can be void [same as
23818: image:html the other day]
23819:
23820: * src/targets/cgi/Makefile.am: .am undo
23821:
23822: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23823: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23824: macro expantion on param, simply qoutes whatever passed, undone
23825:
23826: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23827: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23828: STRINGIZE(name) #name invented
23829:
23830: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23831: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23832: MAIN_SQL_DRIVERS_NAME "drivers"
23833:
23834: moved to be availible to all users
23835:
23836: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23837: SQL_DRIVER_CREATE_FUNC_NAME
23838:
23839: * src/classes/mail.C: MAIN:MAIL check fixed
23840:
23841: 2001-09-04 parser
23842:
23843: * src/classes/image.C: image.html now can accept void params
23844:
23845: * src/targets/isapi/parser3isapi.C: z
23846:
23847: * src/targets/cgi/parser3.C: full_file_spec bug
23848:
23849: * src/targets/cgi/parser3.C: getenvcheck
23850:
23851: * src/targets/cgi/parser3.C: zz
23852:
23853: * src/targets/cgi/parser3.C: zzz
23854:
23855: * src/classes/date.C: date
23856:
23857: * src/classes/date.C: date:sql-string is now without ''
23858:
1.116 moko 23859: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23860: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23861: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23862:
1.116 moko 23863: * src/include/pa_config_auto.h.in: makes
1.95 moko 23864:
23865: 2001-09-03 parser
23866:
23867: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23868:
23869: 2001-09-01 parser
23870:
23871: * src/classes/image.C: letter_spacing
23872:
23873: * src/classes/image.C: image: font params changed
23874:
23875: * src/classes/image.C: image: as_int as_string used
23876:
23877: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23878: analized
23879:
23880: 2001-08-31 parser
23881:
23882: * src/targets/cgi/parser3.C: z
23883:
1.116 moko 23884: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23885: cygwin
1.95 moko 23886:
23887: * src/classes/void.C: void:int/double += (default)
23888:
23889: * src/classes/image.C: image:font added space param image:font
23890: changed charwidth alg, added kerning const[for now]
23891:
23892: * src/classes/: string.C, table.C: string:int/double (defaults)
23893:
23894: 2001-08-29 parser
23895:
23896: * src/main/pa_exception.C: exception redundant debug info
23897:
23898: 2001-08-28 parser
23899:
23900: * src/classes/image.C: image error msgs
23901:
23902: * src/classes/image.C: image: gifsize little endian
23903:
23904: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23905: doxygeneration
23906:
23907: * src/: classes/Makefile.am, main/Makefile.am,
23908: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23909:
23910: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23911: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23912:
23913: * src/main/compile.C: NO_STRING_ORIGIN check2
23914:
23915: * src/classes/table.C: NO_STRING_ORIGIN check
23916:
23917: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23918: storage class specifiers invalid in friend function declarations
23919:
23920: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23921: main/untaint.C, targets/cgi/parser3.C,
23922: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23923: case of limit
23924:
23925: * src/: classes/file.C, main/pa_common.C: file:move
23926: autocreate/remove dest/src dir
23927:
23928: * src/: classes/string.C, include/pa_dictionary.h,
23929: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23930: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23931: to directory constructor. string:replace
23932:
23933: 2001-08-27 parser
23934:
23935: * src/classes/image.C: fixed jpgsize alg
23936:
23937: * src/classes/image.C: fixed jpgsize alg
23938:
23939: * src/main/pa_exception.C: z
23940:
23941: * src/main/pa_common.C: removed debug info from pa_common
23942:
23943: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23944: [auto.p from current dir loading]
23945:
1.116 moko 23946: * src/: main/pa_common.C, main/pa_exception.C,
23947: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23948: for solaris -lsocket
1.95 moko 23949:
23950: 2001-08-24 parser
23951:
23952: * src/targets/cgi/parser3.C: not cgi extra \n 3
23953:
23954: * src/targets/cgi/parser3.C: not cgi extra \n 2
23955:
23956: * src/targets/cgi/parser3.C: not cgi extra \n
23957:
23958: * src/main/pa_sql_driver_manager.C: z
23959:
23960: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23961: sql* removed services from disconnect - cross-request ideological
23962: probs.
23963:
23964: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23965: cross-request ideological probs. oracle - fixed bug: cs
23966: allocated on request.pool and got freed before disconnect
23967:
23968: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23969: mallocs fixed
23970:
23971: 2001-08-23 parser
23972:
23973: * src/classes/file.C: minor bug in file:save fixed
23974:
23975: * src/main/pa_sql_driver_manager.C: oracle: dlink
23976:
23977: 2001-08-22 parser
23978:
23979: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23980: types/pa_vfile.h: file:load|save[text|binary;
23981:
23982: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23983:
23984: 2001-08-21 parser
23985:
23986: * src/classes/: file.C, table.C: ^file:list
23987:
23988: 2001-08-20 parser
23989:
23990: * src/: main/compile.tab.C, main/compile.y,
23991: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23992: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23993: recousively caused problems: inc incremeted 123 literal!! fixed
23994:
23995: 2001-08-10 parser
23996:
23997: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23998:
23999: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
24000: added
24001:
24002: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
24003: added
24004:
24005: * src/classes/table.C: table:sort restored [it was bad test :(]
24006:
24007: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
24008: ''
24009:
24010: * src/main/: pa_request.C: wanted to make const int
24011: MAX_EXECUTE_SECONDS=1;
24012:
24013: but couldnt, set_callback_and_alarm appeared to be not exported
24014: :(
24015:
24016: * src/main/pa_string.C: string.match hanged on. there were a hang
24017: check but it weren't wise enough
24018:
24019: @parse[dateString][tmp]
24020: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
24021: #end
24022:
24023: @main[] ^parse[2001-02-03]
24024:
24025: * src/classes/: table.C: table:sort now default desc
24026:
24027: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
24028: table.sort now creates new sorted table
24029:
24030: 2001-08-09 parser
24031:
24032: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
24033:
24034: * src/classes/hash.C: hash:_default now [was hash:default]
24035:
24036: * src/classes/op.C: case without switch check added
24037:
24038: * src/types/pa_vcookie.C: cookie name&value origins added, more
24039: precise $ORIGINS(1)
24040:
24041: * src/main/Makefile.am: .am
24042:
24043: * src/classes/void.C: void: int double copy/paste from int: bug
24044: fixed
24045:
24046: * src/classes/void.C: void: int double copy/paste from int: bug
24047: fixed
24048:
24049: 2001-08-07 parser
24050:
24051: * src/: classes/double.C, classes/int.C, classes/string.C,
24052: classes/table.C, include/pa_globals.h, main/pa_globals.C:
24053: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
24054: string, table
24055:
24056: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
24057: srand made working
24058:
24059: 2001-08-06 parser
24060:
24061: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
24062: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24063: main/compile.tab.C, main/compile.y, main/pa_array.C,
24064: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
24065: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
24066:
24067: * src/main/pa_exec.C: exec win32 real filename
24068:
24069: * src/classes/file.C: exec stderr out
24070:
24071: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
24072:
24073: 2001-08-03 parser
24074:
24075: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
24076:
24077: 2001-08-02 parser
24078:
24079: * src/: classes/string.C, classes/table.C, include/pa_array.h,
24080: main/execute.C, main/pa_exec.C: introducing Array_iter
24081:
24082: * src/main/execute.C: detected quick_get recursion bug. changed to
24083: get@execute, but needs array iterator, separate from array to
24084: avoid it & use caching
24085:
24086: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
24087: bug fixed
24088:
24089: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
24090: main/execute.C, main/pa_globals.C: found another multithread bug
24091: in op.C (last, last global var killed) :)
24092:
24093: 2001-08-01 parser
24094:
24095: * src/: include/pa_dictionary.h, include/pa_globals.h,
24096: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
24097: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24098: main/untaint.C: speeded up typo-html replacements. introducing
24099: Dictionary with first-char caching
24100:
24101: 2001-07-31 parser
24102:
24103: * src/types/Makefile.am: pa_vtable.C added to .am
24104:
24105: * src/main/compile.tab.C: added, so that could be compiled even on
24106: non-bison-enabled platforms
24107:
24108: 2001-07-28 parser
24109:
24110: * src/classes/table.C: table:hash always produces hash, when can't
24111: - empty
24112:
24113: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
24114: skipped \n
24115:
24116: 2001-07-27 parser
24117:
24118: * src/classes/: double.C, int.C, string.C: provided meaningful msg
24119: on int/double/string :sql without result and default
24120:
24121: 2001-07-26 parser
24122:
24123: * src/classes/op.C: fixed bad multithread bug with strangly global
24124: OP
24125:
24126: * src/main/compile.y: $man[$.age[zzz]] 0
24127:
24128: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
24129: creation syntax problem persists. restored $: for a while.
24130: thinking of $man[$.age[zzz]] syntax now
24131:
24132: * src/: classes/double.C, classes/int.C, classes/string.C,
24133: include/pa_opcode.h, main/compile.C, main/compile.y,
24134: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
24135: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24136: types/pa_wwrapper.h: fixing :: realization #1
24137:
24138: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24139: main/compile_tools.h, main/execute.C, main/pa_request.C,
24140: types/pa_vmethod_frame.h: introducing :: this is constructor call
24141: prefix. ordinary : remains for static accesses
24142:
24143: 2001-07-25 parser
24144:
24145: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24146: fields 2. methods 3. columns
24147:
24148: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24149: quote. optimized double&int tostring-s
24150:
24151: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24152: whitespace before first method decl
24153:
24154: * src/classes/table.C: allowed nontable result in table:sql,
24155: results in empty table
24156:
24157: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24158: lines before first method decl
24159:
24160: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24161: types/pa_vtable.h: ^table.record[] now $table.fields
24162:
24163: * src/main/compile.y: $var[] is now empty string, not void
24164:
24165: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24166: void
24167:
24168: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24169: main/pa_globals.C: match replace code context moved to implicit
24170: $match context
24171:
24172: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24173: main/compile_tools.h, main/execute.C: with killed, code storage
24174: introduced with former 'with' syntax
24175:
24176: 2001-07-24 parser
24177:
24178: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24179: types/pa_value.h: first get_element, next get operator
24180:
24181: * src/main/compile.y: removed @end handling
24182:
24183: * src/main/: compile.C, compile.y: @end handling method2
24184:
24185: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24186: file:move
24187:
24188: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24189: fixed
24190:
24191: 2001-07-23 parser
24192:
24193: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24194: driver
24195:
24196: * src/classes/hash.C: changed sql driver query interface
24197:
24198: * src/: classes/hash.C, classes/string.C, classes/table.C,
24199: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24200: changed sql driver query interface
24201:
24202: 2001-07-20 parser
24203:
24204: * src/types/pa_vrequest.C: X!$browser:type
24205:
24206: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24207: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24208: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24209: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24210: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24211: types/pa_vobject.h, types/pa_vrequest.C,
24212: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24213: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24214: BASE element globally removed
24215:
24216: 2001-07-18 parser
24217:
24218: * src/classes/file.C: file:exec/cgi msg
24219:
24220: * src/classes/file.C: $file:exit-code renamed to 'status'
24221:
24222: * src/: classes/file.C, main/pa_exec.C: file:exec
24223:
1.116 moko 24224: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24225: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24226: removed $id from *.in *.am
1.95 moko 24227:
24228: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24229: abbrevations
24230:
24231: * src/: classes/date.C, classes/mail.C, classes/math.C,
24232: classes/string.C, classes/table.C, include/pa_globals.h,
24233: include/pa_string.h, main/execute.C, main/pa_globals.C,
24234: main/pa_request.C, main/pa_string.C, main/untaint.C,
24235: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24236: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24237: $ORIGINS(1) output tracing mode
24238:
24239: 2001-07-13 parser
24240:
24241: * src/: classes/double.C, classes/int.C, classes/string.C,
24242: include/pa_request.h, main/execute.C, main/pa_request.C:
24243: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24244: second would not call first @auto
24245:
24246: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24247: wrong, fixed
24248:
24249: 2001-07-12 parser
24250:
24251: * src/types/pa_value.h: pa_value.putelement modification of system
24252: classes prevented
24253:
24254: 2001-07-11 parser
24255:
24256: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24257: table $piece
24258:
24259: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24260: types/pa_vstateless_class.h: $file created by file:state +=
24261: .atime .mtime .ctime +found&fixed bug with exceptions on
24262: get_junction-created objects [they were on wrong pool]
24263:
24264: 2001-07-09 parser
24265:
24266: * src/main/untaint.C: qp wrong name
24267:
24268: * src/: classes/date.C, classes/string.C, classes/table.C,
24269: main/compile.y: date format 0
24270:
24271: 2001-07-07 parser
24272:
24273: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24274: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24275: roll table calendar
24276:
24277: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24278: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24279: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24280: include/pa_request.h, main/main.dsp, types/pa_value.h,
24281: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24282: string. todo: sql, calendar
24283:
24284: 2001-07-06 parser
24285:
24286: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24287: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24288:
24289: 2001-07-03 parser
24290:
24291: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24292: classes/random.C, main/main.dsp: class random renamed to math,
24293: operators became methods
24294:
24295: * src/classes/op.C: pow sqrt
24296:
24297: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24298:
24299: 2001-07-02 parser
24300:
24301: * src/classes/table.C: ^table.columns column renamed from 'name' to
24302: 'column'
24303:
24304: * src/classes/hash.C: ^hash.keys[]
24305:
24306: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24307:
24308: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24309: 'strings'
24310:
24311: 2001-06-29 parser
24312:
24313: * src/main/: execute.C: /0 %0 checkes ver 2
24314:
24315: * src/main/execute.C: /0 %0 checke
24316:
24317: * src/classes/Makefile.am: nothing - void
24318:
24319: * src/classes/table.C: empty strings @ sql
24320:
24321: 2001-06-28 parser
24322:
24323: * src/: classes/double.C, classes/file.C, classes/form.C,
24324: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24325: classes/op.C, classes/random.C, classes/response.C,
24326: classes/string.C, classes/table.C, classes/void.C,
24327: main/compile.C, main/compile_tools.C, main/execute.C,
24328: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24329: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24330: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24331: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24332: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24333: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24334: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24335: $";
24336:
24337: * src/: classes/double.C, classes/file.C, classes/form.C,
24338: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24339: classes/op.C, classes/random.C, classes/response.C,
24340: classes/string.C, classes/table.C, classes/void.C,
24341: main/compile.C, main/compile.y, main/compile_tools.C,
24342: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24343: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24344: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24345: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24346: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24347: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24348:
24349: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24350: $class:name: == ${class:name}:
24351:
24352: * src/classes/string.C: exactly one
24353:
24354: 2001-06-27 parser
24355:
24356: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24357: types/pa_vvoid.h: nothing renamed to void
24358:
24359: * src/classes/op.C: ^switch ^case
24360:
24361: * src/main/compile.y: nothing renamed to void
24362:
24363: * src/: classes/hash.C, classes/table.C, main/compile.y,
24364: main/execute.C, main/main.dsp, main/pa_request.C,
24365: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24366: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24367: void
24368:
24369: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24370:
24371: 2001-05-28 parser
24372:
24373: * src/doc/html2chm.cmd: removed >a
24374:
24375: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24376: project options [some bugs]
24377:
24378: * src/doc/sources2html.cmd: z
24379:
24380: * src/: classes/classes.C, main/compile.C, main/compile.y,
24381: main/execute.C: operators are not in root class again
24382:
24383: 2001-05-24 parser
24384:
24385: * src/targets/cgi/parser3.dsp: project file
24386:
24387: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24388: ^log ^exp
24389:
24390: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24391: conversions in @exception[params]
24392:
24393: * src/main/pa_request.C: // no _ conversions in @exception[params]
24394:
24395: 2001-05-23 parser
24396:
24397: * src/main/pa_string.C: string cmp bug
24398:
24399: * src/classes/: mail.C, op.C: rem max 1000
24400:
24401: * src/: classes/op.C, main/compile.y: allow one empty line before
24402: LS_DEF_NAME
24403:
24404: 2001-05-22 parser
24405:
24406: * src/classes/op.C: if params code-required
24407:
24408: 2001-05-21 parser
24409:
24410: * src/types/pa_vstring.C: eoleof
24411:
24412: * src/classes/Makefile.am: .AM
24413:
24414: * src/classes/nothing.C: resultless ^sql moved to nothing:
24415:
24416: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24417:
24418: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24419: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24420: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24421: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24422: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24423: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24424: 'nothing'
24425:
24426: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24427: vstring::set_string
24428:
24429: * src/classes/: double.C, int.C, string.C: int,double;sql
24430:
24431: * src/: classes/hash.C, classes/int.C, classes/string.C,
24432: classes/table.C, include/pa_string.h, main/pa_string.C,
24433: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24434:
24435: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24436: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24437: hash:sql moved to main trunc. operators.txt updated
24438:
24439: * src/classes/: hash.C, op.C, table.C: hash:sql
24440:
24441: * src/classes/op.C: z
24442:
24443: * src/: main/compile.C, classes/classes.C: 1
24444:
24445: * src/: classes/classes.C, main/compile.C, main/compile.y,
24446: main/execute.C: 0
24447:
24448: * src/main/execute.C: z
24449:
24450: * src/targets/cgi/parser3.C: z
24451:
24452: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24453: site_auto_path "." in that case
24454:
24455: * src/targets/cgi/: parser3.C: z
24456:
24457: * src/main/pa_request.C: .am
24458:
24459: * src/: main/pa_request.C, targets/cgi/parser3.C:
24460: pcre_tables=pcre_default_tables;
24461:
24462: 2001-05-19 parser
24463:
24464: * src/main/pa_string.C: z
24465:
24466: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24467: introducing String::cstr_bufsize, returns just size+1 for as_is
24468: target.
24469:
24470: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24471: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24472: used, 4* mem wasted
24473:
24474: * src/classes/string.C: root context in match replace body now
24475: unchanged
24476:
24477: * src/types/pa_value.h: parameter # 1 based
24478:
24479: * src/main/pa_common.C: common: actual filename '%s'
24480:
24481: * src/classes/string.C: z
24482:
24483: * src/classes/Makefile.am: classes/.am
24484:
24485: * src/classes/: Makefile.am: classes/.am
24486:
24487: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24488: targets/cgi/pa_pool.C: classes/.am
24489:
24490: 2001-05-18 parser
24491:
1.116 moko 24492: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24493: pa_threads.C ins
1.95 moko 24494:
24495: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24496:
24497: 2001-05-17 parser
24498:
24499: * src/: classes/string.C, include/pa_config_fixed.h,
24500: include/pa_config_includes.h, main/compile.y,
24501: main/compile_tools.h, main/execute.C, main/pa_array.C,
24502: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24503: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24504: types/pa_vform.C: #include "pa_config_includes.h" removed from
24505: most .C
24506:
24507: * src/doc/html2chm.cmd: z
24508:
24509: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24510: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24511:
24512: * src/main/pa_sql_driver_manager.C: moved expiration to
24513: get_connection_from_cache
24514:
24515: * src/main/pa_sql_driver_manager.C: cache expiration bf
24516:
24517: * src/: classes/classes.h, include/pa_sql_connection.h,
24518: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24519: cache expiration[use SQL_Driver::disconnect]
24520:
24521: * src/main/pa_table.C: table.locate current restored on "not found"
24522:
24523: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24524: line no
24525:
24526: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24527: ANTI_ENDLESS_EXECUTE_RECOURSION
24528:
24529: * src/: classes/op.C, include/pa_sql_connection.h,
24530: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24531: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24532: 1driver and set_services fight for driver::fservices. before fix
24533:
24534: * src/: classes/op.C, include/pa_config_fixed.h,
24535: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24536: main/pa_sql_driver_manager.C: found problem at last: 2connections
24537: own 1driver and set_services fight for driver::fservices. before
24538: fix
24539:
24540: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24541: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24542: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24543: pa_threads.C
24544:
24545: * src/include/pa_threads.h: removed targets/parser
24546:
24547: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24548: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24549: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24550: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24551: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24552: headers
24553:
24554: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24555: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24556: order prevented sqlmanager to see MULTYTHREAD define
24557:
24558: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24559: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24560: put/gets
24561:
24562: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24563: from hash.h
24564:
24565: * src/: classes/op.C, include/pa_sql_connection.h,
24566: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24567: from cache ->set_services(&services);
24568:
24569: 2001-05-16 parser
24570:
24571: * src/targets/cgi/parser3.C: z
24572:
24573: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24574: debug, #ifdefed some. would debug later, on more precise sample
24575: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24576: $name.$tail[$tail!] $name.$tail } ok3
24577:
24578: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24579: removed array debug. before vstring rebasing
24580:
24581: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24582: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24583: array debugged; adjusted
24584:
24585: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24586: SQL_Driver_manager line no for connect/charset errors
24587:
24588: 2001-05-15 parser
24589:
24590: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24591: main/pa_string.C: string+array made linear grows
24592:
24593: * src/: include/pa_string.h, main/pa_string.C,
24594: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24595: grow lineary, not exponentialy
24596:
24597: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24598: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24599: with fullchunk cmps
24600:
24601: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24602: 70041= 81
24603:
24604: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24605: targets/cgi/parser3.C: detected huge mem allocation: size/times
24606: malloc 27809390/368771, calloc 3232/83. would test now
24607:
24608: * src/: classes/random.C, main/compile.y, main/execute.C,
24609: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24610: numbered params had wrong name - for instance: bad error message
24611: in ^for[] bad body type. fixed
24612:
24613: 2001-05-14 parser
24614:
24615: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24616: main/untaint.C: ^string.upper|lower[]
24617:
24618: 2001-05-11 parser
24619:
24620: * src/: classes/double.C, classes/image.C, classes/op.C,
24621: classes/string.C, classes/table.C, classes/unknown.C,
24622: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24623: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24624: types/pa_vunknown.h: op: MAX_LOOPS as_int
24625:
24626: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24627: .dsp for win32tools
24628:
24629: 2001-05-11 paf
24630:
24631: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24632: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24633: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24634: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24635:
24636: 2001-05-10 paf
24637:
24638: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24639: for C++, that's all
24640:
1.116 moko 24641: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24642: pa_config_includes.h: inline wonders
1.95 moko 24643:
24644: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24645: doc/doxygen.cmd: hash.C added
24646:
24647: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24648:
24649: * src/main/compile.y: @end grammar: allowed zero strings in control
24650: menthod
24651:
24652: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24653: pa_vstateless_object.h: changed priority: field before method
24654: lookup in vclass & vobject
24655:
24656: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24657: grammar: priorities changes [lowerd && prior] vobject: now first
24658: fields, next methods
24659:
24660: 2001-05-08 paf
24661:
24662: * src/main/pa_table.C: table columnname2item on nameless ignored
24663: bark=false. fixed
24664:
24665: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24666: types/pa_vmethod_frame.h: hash:default works at last!
24667:
24668: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24669: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24670: hash:default
24671:
24672: * src/classes/table.C: z
24673:
24674: * src/classes/table.C: table:hash always hash of hash now
24675:
24676: * src/classes/table.C: table:empty return bool now
24677:
24678: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24679: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24680: types/pa_vtable.h: table:hash
24681:
24682: * src/classes/table.C: table:record have name
24683:
24684: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24685: returns vunknown
24686:
24687: * src/classes/: double.C, int.C, op.C, string.C:
24688: int,double,string:int[] double[] string:length[] results now have
24689: hames
24690:
24691: * src/: classes/op.C, classes/table.C, main/main.dsp,
24692: types/pa_vtable.h: removed table:find. table:locate and op:eval
24693: now return bool
24694:
24695: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24696: in method checkparams again. fixed
24697:
24698: 2001-05-07 paf
24699:
24700: * src/doc/chm.cmd: cmd
24701:
24702: * src/: classes/image.C, classes/mail.C, classes/string.C,
24703: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24704: types/pa_value.h: method reported errors on wrong pool
24705:
24706: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24707: now
24708:
24709: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24710: include/code.h, include/pa_opcode.h, main/compile.C,
24711: main/compile_tools.h, main/execute.C, types/pa_value.h,
24712: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24713: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24714: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24715: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24716: types/pa_vmethod_frame.h, types/pa_vobject.h,
24717: types/pa_vrequest.h, types/pa_vresponse.h,
24718: types/pa_vstateless_class.h, types/pa_vstring.h,
24719: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24720: types/pa_wwrapper.h: pa_code.h
24721:
24722: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24723:
24724: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24725: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24726: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24727: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24728: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24729: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24730: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24731: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24732: types/pa_vtable.h: dox, split by not clean parts also
24733:
24734: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24735: types/pa_vtable.h: table: fields, then methods. so to enable
24736: 'dir' fields & co. more
24737:
24738: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24739: so to enable 'dir' fields & co.
24740:
24741: * src/main/compile.y: grammar: @end
24742:
24743: 2001-05-04 paf
24744:
24745: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24746: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24747:
24748: * src/: classes/classes.h, classes/double.C, classes/file.C,
24749: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24750: classes/op.C, classes/random.C, classes/response.C,
24751: classes/string.C, classes/table.C, classes/unknown.C,
24752: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24753: method dox
24754:
24755: 2001-05-03 paf
24756:
24757: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24758: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24759: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24760: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24761: doc/string.dox, doc/targets.dox, doc/value.dox,
24762: main/pa_request.C: dox splitted .dox files and added some
24763:
24764: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24765:
24766: 2001-05-02 paf
24767:
24768: * src/classes/: image.C, table.C: table:dir result are not tainted
24769: by file_name language now
24770:
24771: 2001-04-28 paf
24772:
24773: * src/classes/classes.inc: removed classes.inc
24774:
24775: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24776: from .am
24777:
24778: * src/classes/classes.awk: skipped classes in .awk
24779:
24780: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24781: classes/classes.inc, classes/double.C, classes/file.C,
24782: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24783: classes/string.C, classes/table.C, classes/unknown.C,
24784: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24785: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24786: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24787: pa_methoded back to classes/classes.h
24788:
24789: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24790:
24791: * src/: classes/Makefile.am, classes/classes.awk,
24792: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24793: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24794:
24795: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24796: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24797: classes/response.C, classes/string.C, classes/table.C,
24798: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24799: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24800: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24801: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24802: include|main/pa_methoded
24803:
24804: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24806:
24807: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24808: moved some configured data to request::classes_conf moved some
24809: string crations from globals to M... [works]
24810:
24811: * src/: classes/form.C, classes/mail.C, classes/op.C,
24812: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24813: main/pa_request.C: moved some configured data to
24814: request::classes_conf moved some string crations from globals to
24815: M...
24816:
24817: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24818: about to move configured data to special request hash
24819:
24820: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24821: classes/form.C, classes/mail.C, include/pa_request.h,
24822: main/pa_request.C: configure started
24823:
24824: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24825: 2. todo: methoded-configure
24826:
24827: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24828: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24829: classes/_random.h, classes/_response.h, classes/_string.h,
24830: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24831: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24832: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24833: classes/random.C, classes/response.C, classes/string.C,
24834: classes/table.C, classes/unknown.C, include/pa_globals.h,
24835: include/pa_request.h, main/compile.y, main/execute.C,
24836: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24837: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24838: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24839: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24840: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24841: types/pa_vrequest.h, types/pa_vresponse.h,
24842: types/pa_vstateless_class.h, types/pa_vstring.h,
24843: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24844: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24845: methoded-configure
24846:
24847: * src/: classes/file.C, classes/table.C, main/compile.y,
24848: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24849: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24850: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24851:
24852: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24853: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24854: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24855: classes/random.C, classes/response.C, classes/string.C,
24856: classes/table.C, classes/unknown.C, include/pa_request.h,
24857: main/compile.y, main/execute.C, main/pa_globals.C,
24858: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24859: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24860: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24861: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24862: beautifying just compiled. todo: debug, configure
24863:
24864: 2001-04-27 paf
24865:
24866: * src/: classes/file.C, classes/image.C, classes/table.C,
24867: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24868: beautifying -99
24869:
24870: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24871: classes/_response.h, classes/_unknown.h, classes/classes.C,
24872: classes/classes.h, classes/double.C, classes/file.C,
24873: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24874: classes/op.C, classes/random.C, classes/response.C,
24875: classes/string.C, include/pa_globals.h, main/main.dsp,
24876: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24877: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24878: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24879: types/pa_vunknown.h: beautifying -100
24880:
24881: * src/main/compile.y: serge@ found @CLASS bug. fixed
24882:
24883: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24884: classes/_op.h, classes/_random.h, classes/_table.h,
24885: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24886: classes/op.C, classes/random.C, classes/response.C,
24887: classes/string.C, classes/table.C, classes/unknown.C,
24888: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24889: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24890: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24891: beautifying
24892:
24893: 2001-04-26 paf
24894:
24895: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24896:
24897: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24898: documentation ++
24899:
24900: * src/: classes/_exec.h, doc/doxygen.cfg,
24901: include/pa_config_fixed.h, include/pa_config_includes.h,
24902: targets/cgi/pa_pool.C: code documentation ++
24903:
24904: * src/: classes/_image.h, classes/op.C, classes/random.C,
24905: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24906: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24907: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24908: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24909: types/pa_vmethod_frame.h, types/pa_vobject.h,
24910: types/pa_vrequest.C, types/pa_vrequest.h,
24911: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24912: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24913: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24914: code documentation ++
24915:
24916: * src/: classes/image.C, classes/mail.C, classes/string.C,
24917: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24918: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24919: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24920: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24921: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24922: types/pa_vobject.h, types/pa_vstateless_class.h,
24923: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24924:
24925: * src/main/: pa_request.C, pa_string.C: z
24926:
24927: * src/: include/pa_common.h, include/pa_types.h,
24928: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24929: connection caching fixed. request-pooled-url were stored into
24930: global connectioncache
24931:
24932: 2001-04-25 paf
24933:
24934: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24935: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24936:
24937: * src/: include/code.h, include/pa_common.h, main/compile.y,
24938: main/execute.C, main/pa_common.C: -d
24939:
24940: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24941: illegal call check a bit improved, but still under iis no mapping
24942: of dir with parser allowed!
24943:
24944: 2001-04-24 paf
24945:
24946: * src/targets/Makefile.am: apache module lib .am
24947:
24948: * src/main/pa_exec.C: windows32 buildCommand
24949:
24950: 2001-04-23 paf
24951:
24952: * src/targets/cgi/Makefile.am: win32 conditional
24953:
24954: * src/targets/cgi/Makefile.am: win32 conditional
24955:
24956: * src/targets/cgi/Makefile.am: liblink
24957:
24958: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24959: vfile fields return type
24960:
24961: * src/types/pa_vfile.h: vfile fields return type
24962:
24963: * src/include/pa_config_auto.h.in: .h.in
24964:
24965: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24966: types/Makefile: makefiles removed
24967:
24968: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24969: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24970:
24971: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24972: [tested: i & g ]
24973:
24974: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24975: @test noticed series in isapi, check how initialize_random_class
24976: is called! [must be called only once]
24977:
24978: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24979: would not be 'unknown column'
24980:
24981: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24982: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24983:
24984: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24985: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24986: [now doesnt]
24987:
24988: * src/targets/cgi/parser3.C: cgi cmdline ver
24989:
24990: * src/targets/cgi/parser3.C: cgi /// @test disable
24991: /cgi-bin/parser3/auto.p
24992:
24993: * src/main/untaint.C: untaint without charset
24994:
24995: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24996: main/pa_common.C: common: file_write /// @test mkdirs
24997: file_delete rmdirs
24998:
24999: * src/main/untaint.C: mail header only once to =?
25000:
25001: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
25002: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
25003: main/untaint.C: untaint - @test optimize whitespaces for
25004: all but 'html'
25005:
25006: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
25007: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25008: main/untaint.C: untaint - @test mail-header
25009:
25010: 2001-04-20 paf
25011:
25012: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
25013: include/pa_request.h, include/pa_string.h, main/compile.y,
25014: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25015: targets/cgi/parser3.C: $MAIN:LOCALE
25016:
25017: * src/main/untaint.C: z
25018:
25019: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
25020:
25021: 2001-04-19 paf
25022:
25023: * src/main/compile_tools.h: $a$b bugfix
25024:
25025: * src/targets/cgi/parser3.C: z
25026:
25027: * src/classes/file.C: z
25028:
25029: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
25030: done: header to $fields. waits for header '\' tricks
25031:
25032: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25033: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
25034: changed urlencode here and in untaint.C to HTTP standard's " and
25035: \" mech
25036:
25037: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
25038: http://alx/~paf/ doesnt load /auto.p
25039:
25040: 2001-04-18 paf
25041:
25042: * src/main/pa_request.C: 1
25043:
25044: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
25045: linux @alx
25046:
25047: 2001-04-17 paf
25048:
25049: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
25050: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
25051: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
25052: enabled
25053:
25054: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
25055: classes/_exec.h, classes/_file.h, classes/_form.h,
25056: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
25057: classes/_random.h, classes/_response.h, classes/_string.h,
25058: classes/_table.h, classes/_unknown.h, classes/file.C,
25059: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
25060: include/pa_config_fixed.h, include/pa_config_includes.h,
25061: include/pa_hash.h, include/pa_sql_driver_manager.h,
25062: include/pa_version.h, main/Makefile.am, main/compile.y,
25063: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
25064: main/pa_sql_driver_manager.C, sql/Makefile.am,
25065: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
25066: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
25067: types/pa_vform.C, types/pa_vimage.h: exec @jav
25068:
25069: * src/: include/pa_sql_driver_manager.h,
25070: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
25071: types/pa_vimage.h: sql driver interface now has initialize(client
25072: .so)
25073:
25074: 2001-04-16 paf
25075:
25076: * src/Makefile.am: compile2 cygwin
25077:
25078: * src/: include/pa_config_includes.h, main/pa_exec.C,
25079: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
25080:
25081: * src/targets/cgi/Makefile.am: compile0 jav
25082:
25083: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
25084: classes/_exec.h, classes/_file.h, classes/_form.h,
25085: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
25086: classes/_random.h, classes/_response.h, classes/_string.h,
25087: classes/_table.h, classes/_unknown.h, classes/image.C,
25088: classes/mail.C, classes/op.C, classes/random.C,
25089: include/pa_config_fixed.h, include/pa_config_includes.h,
25090: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
25091: main/compile.y, main/pa_common.C, main/pa_exec.C,
25092: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
25093: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
25094: compile-1
25095:
25096: 2001-04-15 paf
25097:
25098: * src/classes/op.C: z
25099:
25100: * src/classes/table.C: table:empty +=process
25101:
25102: * src/types/pa_value.h: MethodParams !junction
25103:
25104: * src/: classes/_string.h, classes/double.C, classes/file.C,
25105: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
25106: classes/random.C, classes/response.C, classes/string.C,
25107: classes/table.C, classes/unknown.C, main/pa_request.C:
25108: MethodParams everywhere
25109:
25110: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
25111: types/pa_vmethod_frame.h: MethodParams in op.C
25112:
25113: 2001-04-12 paf
25114:
25115: * src/: classes/image.C, types/pa_vimage.h: image:font :text
25116:
25117: * src/: classes/_unknown.h, classes/unknown.C,
25118: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
25119: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
25120:
25121: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
25122:
25123: * src/classes/image.C: image:gif now does not have params
25124:
25125: * src/classes/image.C:
25126: image:line/fill/rectangle/bar/replace/polygon/polybar
25127:
25128: * src/: classes/image.C, classes/op.C, main/execute.C,
25129: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
25130: for var now written not to r.wcontext, but to r.root cleared
25131: "entered_object" state
25132:
25133: 2001-04-11 paf
25134:
25135: * src/classes/image.C: image:create image:load
25136:
25137: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25138: just compiled
25139:
25140: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25141: todo: gif without file
25142:
25143: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25144: started porting to Pooled descendant
25145:
25146: * src/: classes/image.C, main/execute.C, main/main.dsp,
25147: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25148: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25149: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25150:
25151: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25152: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25153: end. switching to python imaging lib
25154:
25155: * src/main/main.dsp: gd+smtp made separate libs
25156:
25157: * src/: include/pa_globals.h, include/pa_string.h,
25158: main/pa_common.C, main/pa_request.C, main/untaint.C,
25159: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25160: length
25161:
25162: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25163: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25164: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25165: UL_FILE_NAME of posted file name
25166:
25167: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25168: post [broke when moved post read to core]
25169:
25170: 2001-04-10 paf
25171:
25172: * src/classes/image.C: image:html done
25173:
25174: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25175:
25176: * src/classes/image.C: z
25177:
25178: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25179: forgotten!
25180:
25181: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25182: main/pa_request.C, main/pa_string.C, main/untaint.C,
25183: types/pa_vimage.h: image:measure -90
25184:
25185: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25186: classes/_int.h, classes/_mail.h, classes/_op.h,
25187: classes/_random.h, classes/_response.h, classes/_string.h,
25188: classes/_table.h, classes/file.C, classes/mail.C,
25189: include/pa_common.h, include/pa_globals.h, main/execute.C,
25190: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25191: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25192: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25193: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25194: compiled
25195:
25196: * src/classes/mail.C: minor bug with unclear from/to
25197:
25198: * src/classes/mail.C: sendmail unix skipping defaults
25199:
25200: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25201: sendmail unix added defaults
25202:
25203: * src/classes/mail.C: unix sendmail compiled. todo:testing
25204:
25205: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25206:
25207: 2001-04-09 paf
25208:
25209: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25210: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25211: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25212: targets/isapi/parser3isapi.dsp: all targets exec
25213:
25214: * src/: include/pa_sapi.h, include/pa_string.h,
25215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25216: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25217: args in apache:util.script
25218:
25219: * src/include/pa_string.h: written but not tested exec with env for
25220: unix
25221:
25222: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25223: targets/cgi/parser3.C: exec win32 env
25224:
25225: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25226: 0
25227:
25228: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25229: main/execute.C, main/main.dsp, main/pa_globals.C,
25230: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25231: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25232:
25233: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25234: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25235:
25236: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25237: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25238:
25239: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25240: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25241: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25242: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25243: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25244: exec class just compiled. moved post read to request core
25245:
25246: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25247: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25248: main/pa_globals.C, targets/cgi/parser3.C,
25249: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25250: are already read by vform
25251:
25252: 2001-04-08 paf
25253:
25254: * src/: classes/file.C, classes/mail.C, classes/string.C,
25255: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25256: uuencode. string<<
25257:
25258: 2001-04-07 paf
25259:
25260: * src/classes/mail.C: z
25261:
25262: * src/classes/mail.C: z
25263:
25264: * src/classes/mail.C: ^mail[$attach
25265:
25266: * src/classes/mail.C: ^attach dead end
25267:
25268: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25269: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25270: targets/isapi/parser3isapi.C: mail:send 1
25271:
25272: * src/: classes/mail.C, main/pa_request.C: z
25273:
25274: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25275: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25276: compiled
25277:
25278: * src/classes/mail.C: +=
25279:
25280: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25281: prepared
25282:
25283: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25284: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25285: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25286: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25287:
25288: 2001-04-06 paf
25289:
25290: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25291: main/pa_string.C: table:dir 1
25292:
25293: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25294: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25295:
25296: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25297: classes/root.C, include/pa_globals.h, include/pa_request.h,
25298: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25299: main/pa_request.C: renamed 'root' to 'op'
25300:
25301: * src/classes/: _op.h, op.C: renamed from 'root'
25302:
25303: * src/types/pa_valiased.C: another root inherititance skipped
25304:
25305: * src/main/: compile.C, compile.y, execute.C: operators are now not
25306: root methods of parent class. just 'ROOT' class
25307:
25308: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25309: @office
25310:
25311: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25312:
25313: 2001-04-05 paf
25314:
25315: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25316: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25317: constructor flag dropped at get_method_frame and remembered into
25318: method_frame
25319:
25320: * src/: classes/file.C, classes/root.C, classes/string.C,
25321: classes/table.C, main/pa_request.C: junction to code&expression
25322: in errors
25323:
25324: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25325: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25326: $LOCALE:ctype[Russian_Russia.1251]
25327:
25328: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25329: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25330: main/pa_table.C: hash now not thread-safe.
25331:
25332: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25333: main/untaint.C: z
25334:
25335: * src/: classes/random.C, classes/root.C, classes/table.C,
25336: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25337: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25338: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25339: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25340:
25341: * src/: classes/table.C, include/pa_sql_connection.h,
25342: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25343:
25344: * src/classes/table.C: select * from hren error contains statement
25345:
25346: * src/: classes/table.C, include/pa_sql_connection.h,
25347: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25348: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25349:
25350: * src/: classes/root.C, include/pa_sql_connection.h,
25351: include/pa_sql_driver.h, main/main.dsp,
25352: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25353: services for conv memory & error reporting
25354:
25355: 2001-04-04 paf
25356:
25357: * src/doc/doxygen.cfg: z
25358:
25359: * src/include/pa_sql_driver.h: mysql connect
25360:
25361: * src/include/pa_sql_driver.h: mysql info
25362:
25363: * src/: classes/root.C, include/pa_sql_driver.h,
25364: include/pa_sql_driver_manager.h, main/main.dsp,
25365: main/pa_sql_driver_manager.C: more manager&connection&driver
25366:
25367: * src/sql/Makefile.am: forgot to add mysql client
25368:
25369: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25370: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25371: [forgot to add libltdl, added]
25372:
25373: * src/: Makefile.am, classes/root.C, classes/string.C,
25374: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25375: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25376: include/pa_string.h, include/pa_table.h, main/main.dsp,
25377: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25378: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25379: -1000 just compiled
25380:
25381: * src/: classes/random.C, classes/root.C, classes/table.C,
25382: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25383: main/pa_request.C, types/pa_vclass.h: sql frame -10
25384:
25385: 2001-04-03 paf
25386:
25387: * src/types/pa_vform.C: z
25388:
25389: * src/: classes/string.C, types/pa_vform.C: string:match replace
25390: assigned lang
25391:
25392: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25393: {}[]< empty []
25394:
25395: * src/: classes/file.C, classes/string.C, classes/table.C,
25396: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25397: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25398:
25399: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25400: string:match replace strange matches
25401:
25402: * src/classes/string.C: string:match replace 0
25403:
25404: * src/: classes/string.C, main/pa_string.C: string:match replace
25405: prepared 2
25406:
25407: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25408: string:match replace prepared
25409:
25410: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25411: string:match replace -11
25412:
25413: * src/: classes/string.C, include/pa_globals.h,
25414: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25415: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25416:
25417: * src/: classes/string.C, include/pa_globals.h,
25418: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25419: main/pa_string.C: string:match [search] -1 just compiled
25420:
25421: * src/types/pa_vstring.C: z
25422:
25423: * src/: classes/double.C, classes/file.C, classes/form.C,
25424: classes/int.C, classes/response.C, classes/root.C,
25425: classes/string.C, classes/table.C, include/pa_string.h,
25426: main/pa_string.C: string:match -10 [frame]
25427:
25428: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25429: main/pa_request.C: z
25430:
25431: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25432: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25433: todo/tests
25434:
25435: * src/include/pa_common.h: z
25436:
25437: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25438: main/pa_request.C, targets/cgi/parser3.C,
25439: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25440: content-disposition
25441:
25442: * src/: include/pa_common.h, include/pa_globals.h,
25443: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25444: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25445:
25446: * src/: include/pa_common.h, include/pa_request.h,
25447: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25448: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25449: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25450: response:body
25451:
25452: * src/classes/table.C: table:append now uses string::split
25453:
25454: * src/classes/table.C: z
25455:
25456: * src/: classes/file.C, classes/root.C, classes/string.C,
25457: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25458: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25459: include/pa_string.h, main/execute.C, main/pa_string.C,
25460: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25461: string::pos & cmp & piece bugs fixed. string::split new
25462: table:load separated from set table:set implemented with clean \n
25463: \t searches
25464:
25465: 2001-04-02 paf
25466:
25467: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25468: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25469: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25470: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25471: it in table:set/load
25472:
25473: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25474: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25475:
25476: * src/classes/random.C: random:generate 1
25477:
25478: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25479: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25480: types/pa_value.h: random:generate
25481:
25482: 2001-03-30 paf
25483:
25484: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25485: todo: table flip and append. string::pos
25486:
25487: * src/: classes/double.C, classes/file.C, classes/int.C,
25488: classes/response.C, classes/root.C, classes/string.C,
25489: classes/table.C, main/compile.y, main/execute.C,
25490: types/pa_value.h, types/pa_vstateless_class.C,
25491: types/pa_vstateless_class.h: static|dynamic|any method
25492: registration
25493:
25494: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25495: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25496: table:flip
25497:
25498: 2001-03-29 paf
25499:
25500: * src/classes/string.C: string:xsplit forgot that they must result
25501: in 1 row N column [not vice versa]
25502:
25503: * src/classes/string.C: z
25504:
25505: * src/classes/string.C: string: rsplit
25506:
25507: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25508: string: lsplit
25509:
25510: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25511: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25512: lsplit -1
25513:
25514: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25515: string: pos
25516:
25517: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25518: string: pos -1
25519:
25520: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25521: main/compile.y, main/pa_request.C, main/pa_string.C,
25522: main/untaint.C: string: left right mid
25523:
25524: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25525: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25526: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25527: and [;] are different now.
25528:
25529: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25530: main/untaint.C: pool.request undone
25531:
25532: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25533: main/untaint.C: pool.request
25534:
25535: 2001-03-28 paf
25536:
25537: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25538: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25539: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25540: $request:browser [.type .version]; unknown.get_double now = 0.
25541:
25542: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25543: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25544: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25545: types/pa_vform.C: file:load autodetection of mime-type by
25546: user-file-name
25547:
25548: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25549: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25550: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25551:
25552: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25553: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25554: write. must be self.set
25555:
25556: * src/: classes/file.C, classes/root.C, classes/table.C,
25557: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25558:
25559: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25560: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25561: types/pa_vtable.h: table:locate just compiled
25562:
25563: 2001-03-27 paf
25564:
25565: * src/main/: execute.C, pa_common.C: fixed r/w context of
25566: code-params2, fixed ntfs hardlink slow dir update
25567:
25568: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25569: types/pa_wcontext.h: fixed r/w context of code-params
25570:
25571: * src/: classes/table.C, main/execute.C: about to change junction
25572: rcontext!!
25573:
25574: * src/: classes/double.C, classes/int.C, classes/root.C,
25575: classes/string.C, classes/table.C, main/compile_tools.C,
25576: main/execute.C, main/pa_request.C, main/untaint.C,
25577: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25578: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25579: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25580: types/pa_vunknown.h: sort 0
25581:
25582: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25583: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25584: renamed to are_static_calls_disabled
25585:
25586: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25587: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25588: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25589: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25590:
25591: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25592:
25593: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25594: started table:sort fixed minor bug in #...^{
25595:
25596: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25597: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25598: decided to have as it were. stepped back. grammar: added 'in'
25599: 'is' 'lt'&co follow-space check
25600:
25601: 2001-03-26 paf
25602:
25603: * src/: classes/file.C, classes/root.C, classes/table.C,
25604: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25605: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25606: main/pa_table.C: moved ::save to pa_table. disabled @auto
25607: invocation in ^process
25608:
25609: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25610:
25611: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25612: main/pa_array.C: table:record
25613:
25614: * src/: main/untaint.C, targets/cgi/parser3.C,
25615: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25616: targets/isapi/pool_storage.h, types/pa_valiased.h,
25617: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25618: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25619: types/pa_vtable.h: z
25620:
25621: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25622: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25623: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25624: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25625: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25626: method realisations on 'self' validity - they now can simply
25627: assume that 'self' is V{Proper} .
25628:
25629: 2001-03-25 paf
25630:
25631: * src/main/untaint.C: z
25632:
25633: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25634: lowlevel - it initialization could be skipped if failed in @auto.
25635: so that exception report would use some table
25636:
25637: * src/main/pa_request.C: table empty lines ignored. system-default
25638: content type assigned in output:result [can fail in main:auto and
25639: skipped normal defaults extraction]
25640:
25641: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25642: bug
25643:
25644: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25645: processing to table [except preliminary \r\n \r \n replacements
25646: to "\n"]
25647:
25648: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25649: move all the processing to table
25650:
25651: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25652: main/pa_table.C, main/untaint.C: returned table originating.
25653: useful for reporting typo table problems origin. think would be
25654: useful somewhere else
25655:
25656: * src/main/untaint.C: typo \r \r\n \n properly handled
25657:
25658: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25659: include/pa_table.h, main/compile.y, main/compile_tools.C,
25660: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25661: main/pa_string.C, main/pa_table.C, main/untaint.C,
25662: types/pa_vcookie.h: typo & typo-default
25663:
25664: 2001-03-24 paf
25665:
25666: * src/main/pa_common.C: z
25667:
25668: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25669: targets/cgi/parser3.C: html-typo 2
25670:
25671: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25672: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25673: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25674: main/execute.C, main/pa_array.C, main/pa_globals.C,
25675: main/pa_request.C, main/pa_string.C, main/untaint.C,
25676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25677: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25678: noticed double default content-type prob. run cgi.cmd tomorrow
25679: first html-typo sample. detected << problem: they become ltlt too
25680: fast
25681:
25682: * src/main/compile.y: z
25683:
25684: * src/main/: compile.y, compile_tools.h: #comment
25685:
25686: * src/: classes/file.C, classes/root.C, classes/table.C,
25687: include/pa_common.h, include/pa_request.h, main/compile.y,
25688: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25689: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25690: stringified
25691:
25692: * src/types/pa_valiased.C: decided to String-ify file_read
25693:
25694: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25695: isapi/parser3isapi.dsp: cgi: sapi::log
25696:
25697: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25698: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25699: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25700: error log experiments failed - cgi under iis got no access to
25701: log. registereventsource simply failed with 5(illegal call) code,
25702: while worked OK as standalone executable. isapi: used
25703: HSE_APPEND_LOG_PARAMETER feature
25704:
25705: * src/: include/pa_common.h, include/pa_globals.h,
25706: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25707: targets/isapi/parser3isapi.C: fixed default content-type
25708: allocation storage
25709:
25710: * src/: include/pa_globals.h, include/pa_request.h,
25711: main/pa_globals.C, main/pa_request.C: z
25712:
25713: * src/: include/pa_array.h, include/pa_hash.h,
25714: include/pa_request.h, main/compile.y, main/pa_array.C,
25715: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25716: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25717: content-type
25718:
25719: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25720: sanity
25721:
25722: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25723: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25724: away freeze mech. no danger now for you can't do
25725: ^request:process[@new-method[] body] trick anymore. still
25726: remains $some_instance.process[@new-method[] possibility] but
25727: would leave it as a feature. see index for sample
25728:
25729: * src/: include/pa_common.h, main/pa_common.C,
25730: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25731: monkey every target
25732:
25733: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25734: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25735: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25736:
25737: 2001-03-23 paf
25738:
25739: * src/: include/pa_pool.h, main/pa_request.C,
25740: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25741: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25742: targets/isapi/pool_storage.h: isapi: dumb pool storage
25743:
25744: * src/targets/isapi/pa_pool.C: decided to continue with extension
25745:
25746: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25747: it would be better to rewrite as filter then to deal with pool
25748:
25749: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25750: now like in cgi, not from APPL_PHYSICAL_PATH
25751:
25752: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25753: include/pa_config_fixed.h, include/pa_config_includes.h,
25754: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25755: include/pa_version.h, main/compile.y, main/execute.C,
25756: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25757: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25758: main/untaint.C, targets/cgi/parser3.C,
25759: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25760: cgi: reinvent document_root and request_uri under iis. autoconf
25761: updated. introducing ap_config_includes
25762:
25763: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25764:
25765: * src/targets/cgi/parser3.C: cgi: only one pool now
25766:
25767: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25768: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25769: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25770: types/pa_venv.h, types/pa_vform.C: sapi made object
25771:
25772: * src/: include/pa_globals.h, main/pa_request.C,
25773: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25774: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25775: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25776:
25777: * src/: main/pa_request.C, targets/cgi/parser3.C,
25778: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25779: isapi minor env beauty
25780:
25781: * src/: main/pa_request.C, targets/cgi/parser3.C,
25782: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25783: isapi document_root 0
25784:
25785: 2001-03-22 paf
25786:
25787: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25788:
25789: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25790: isapi/parser3isapi.C: z
25791:
25792: * src/: include/pa_pool.h, main/pa_request.C,
25793: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25794:
25795: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25796: kill.pl: isapi added utils
25797:
25798: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25799: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25800: types/pa_vform.C: isapi 0
25801:
25802: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25803: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25804: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25805: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25806: started isapi
25807:
25808: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25809: some comments
25810:
25811: * src/: include/pa_globals.h, include/pa_request.h,
25812: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25813: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25814: parser_root_auto_path parser_site_auto_path
25815:
25816: * src/types/pa_vcookie.C: cookie attr decoded
25817:
25818: 2001-03-21 paf
25819:
25820: * src/targets/cgi/parser3.C: z
25821:
25822: * src/include/pa_globals.h: post. todo: config of auto.p path
25823:
25824: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25825: types/pa_venv.h: in cookie & env. todo:post
25826:
25827: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25828: classes/root.C, classes/table.C, include/pa_array.h,
25829: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25830: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25831: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25832: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25833: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25834: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25835: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25836: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25837: shifted apache branch on main trunc
25838:
25839: * src/: include/pa_common.h, include/pa_globals.h,
25840: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25841: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25842: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25843: starting mod_parser3
25844:
25845: * src/targets/cgi/parser3.C: starting mod_parser3
25846:
25847: 2001-03-20 paf
25848:
25849: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25850: targets/cgi/parser3.C: automake compiled and works. todo:make
25851: win32 ifdefs work and add ifdef unistd
25852:
25853: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25854: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25855: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25856: z
25857:
25858: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25859: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25860: locking
25861:
25862: * src/: classes/Makefile.am, types/Makefile.am: z
25863:
25864: * src/: Makefile.am, classes/file.C, classes/root.C,
25865: classes/table.C, include/pa_array.h, include/pa_request.h,
25866: include/pa_string.h, main/Makefile.am, main/execute.C,
25867: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25868: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25869: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25870: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25871:
25872: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25873: main/pa_request.C, types/pa_vfile.h: ^table:save
25874:
25875: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25876: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25877: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25878: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25879: types/pa_vform.h: z
25880:
25881: * src/include/pa_string.h: z
25882:
25883: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25884: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25885: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25886: :Value
25887:
25888: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25889: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25890: :VStateless_object
25891:
25892: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25893: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25894: :VStateless_object
25895:
25896: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25897: types/pa_valiased.C, types/pa_vform.h: commented VForm
25898:
25899: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25900: types/pa_valiased.h, types/pa_value.h,
25901: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25902: types/pa_vstateless_object.h: moved common get_element part from
25903: stateless object&class into VAliased
25904:
25905: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25906: classes/table.C, main/execute.C, main/main.dsp,
25907: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25908: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25909: now :Value
25910:
25911: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25912: main/execute.C, main/main.dsp, main/pa_globals.C,
25913: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25914:
25915: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25916: doxx
25917:
25918: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25919: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25920: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25921: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25922: and ^file:save
25923:
25924: 2001-03-19 paf
25925:
25926: * src/types/pa_vfile.C: z
25927:
25928: * src/: classes/file.C, classes/request.C, classes/table.C,
25929: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25930: main/pa_request.C, main/untaint.C, types/pa_value.h,
25931: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25932:
25933: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25934: include/pa_string.h, include/pa_table.h, main/main.dsp,
25935: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25936: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25937: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25938: classes/_file.h, classes/file.C, types/pa_vfile.C,
25939: types/pa_vfile.h: file class just compiled
25940:
25941: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25942: include/pa_table.h, include/pa_types.h, main/execute.C,
25943: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25944: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25945: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25946:
25947: * src/include/pa_pool.h: z
25948:
25949: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25950: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25951: Hash::Value to Val so to doxygen would finlly stop confusing
25952: those Value-s
25953:
25954: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25955: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25956: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25957: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25958: include/pa_types.h, main/compile.C, main/compile.y,
25959: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25960: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25961: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25962: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25963: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25964:
25965: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25966: derivates somehow unlinked. don't know why yet
25967:
25968: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25969: include/pa_string.h, include/pa_threads.h, main/compile.C,
25970: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25971: main/execute.C, main/pa_array.C, main/pa_common.C,
25972: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25973: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25974: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25975:
25976: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25977: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25978: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25979: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25980: types/pa_vrequest.h: doc: detected Value derivates prob
25981:
25982: * src/include/pa_globals.h: z
25983:
25984: * src/: classes/_request.h, classes/request.C, include/code.h,
25985: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25986: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25987: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25988: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25989: main/execute.C, main/pa_pool.C, main/pa_request.C,
25990: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25991: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25992:
25993: 2001-03-18 paf
25994:
25995: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25996: cookie: allowed access to hash-assigned
25997:
25998: * src/targets/cgi/parser3.C: z
25999:
26000: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
26001: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
26002: include/pa_types.h, main/main.dsp, main/pa_common.C,
26003: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
26004: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
26005: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
26006: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
26007: types/pa_vunknown.h: cookie class
26008:
26009: * src/main/pa_request.C: zero length output allowed
26010:
26011: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
26012: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
26013:
26014: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
26015: lang switch
26016:
26017: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
26018: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
26019: types/pa_value.h, types/pa_vhash.h:
26020: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
26021:
26022: * src/main/execute.C: z
26023:
26024: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
26025: targets/cgi/parser3.C: taint[uri
26026:
26027: * src/: classes/request.C, classes/response.C, classes/root.C,
26028: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
26029: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
26030: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
26031:
26032: * src/: classes/root.C, classes/string.C, include/pa_string.h,
26033: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
26034: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
26035: types/pa_vstateless_class.C: convinient string(pool, char *src,
26036: bool tainted) ctor
26037:
26038: * src/: include/pa_hash.h, include/pa_request.h,
26039: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
26040: main/pa_request.C, main/pa_string.C, main/untaint.C,
26041: targets/cgi/parser3.C: proper @exceptions params tainting
26042:
26043: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
26044: response fields to header
26045:
26046: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
26047: z
26048:
26049: * src/: classes/_response.h, classes/response.C,
26050: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
26051: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
26052: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
26053: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
26054: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
26055: $response: 0 request::core exception rethrow
26056:
26057: 2001-03-16 paf
26058:
26059: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
26060: types/pa_vrequest.h: native method' class call with less params
26061: then needed error reporting
26062:
26063: * src/: classes/_request.h, classes/request.C,
26064: include/pa_globals.h, include/pa_request.h, main/execute.C,
26065: main/main.dsp, main/pa_globals.C, main/pa_request.C,
26066: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
26067: types/pa_vrequest.h: $request : query :uri
26068:
26069: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
26070: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
26071: types/pa_wcontext.h: $result
26072:
26073: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
26074:
26075: * src/: classes/double.C, include/code.h, main/compile.y,
26076: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
26077: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
26078:
26079: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
26080: main/compile.y, main/execute.C, types/pa_value.h,
26081: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
26082: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
26083: wcontext conflict
26084:
26085: * src/: main/execute.C, types/pa_value.h,
26086: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
26087: $string.field
26088:
26089: 2001-03-15 paf
26090:
26091: * src/main/pa_request.C: news sample
26092:
26093: * src/: main/compile.y, main/execute.C, main/pa_request.C,
26094: targets/cgi/parser3.C, types/pa_vstring.h: @exception
26095:
26096: * src/main/: compile.y, execute.C: z
26097:
26098: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
26099: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
26100: pre pre works
26101:
26102: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26103: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
26104: fillfields just compiled
26105:
26106: 2001-03-14 paf
26107:
26108: * src/: include/pa_request.h, main/pa_request.C,
26109: targets/cgi/parser3.C: z
26110:
26111: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26112: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
26113: types/pa_vstring.h: limits -1
26114:
26115: * src/: include/pa_globals.h, include/pa_request.h,
26116: include/pa_types.h, main/main.dsp, main/pa_globals.C,
26117: main/pa_request.C, targets/cgi/parser3.C,
26118: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
26119: request_info -1
26120:
26121: * src/: include/pa_globals.h, main/pa_globals.C,
26122: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
26123: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
26124: vform_fields_fill
26125:
26126: * src/targets/cgi/parser3.C: # if MSVC
26127:
26128: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
26129: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
26130:
26131: * src/targets/cgi/parser3.C: z
26132:
26133: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
26134: include/pa_string.h, include/pa_types.h, main/compile.y,
26135: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26136: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26137: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26138: types/pa_vunknown.h: global handler, exceptions in parser3
26139:
26140: 2001-03-13 paf
26141:
26142: * src/: classes/form.C, main/compile.y, main/core.C,
26143: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26144: types/pa_vform.h, types/pa_vstateless_class.C,
26145: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26146: instead
26147:
26148: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26149: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26150: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26151: started cgi target
26152:
26153: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26154: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26155: before error show with parser
26156:
26157: * src/: classes/_form.h, classes/form.C, include/core.h,
26158: include/pa_request.h, main/core.C, main/pa_request.C,
26159: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26160:
26161: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26162:
26163: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26164: parser3.C: renamed targets/ parser to cgi
26165:
26166: * src/: classes/double.C, classes/env.C, classes/int.C,
26167: classes/root.C, classes/string.C, classes/table.C,
26168: include/pa_request.h, types/pa_vhash.h: z
26169:
26170: * src/: classes/_env.h, classes/env.C, classes/root.C,
26171: include/core.h, include/pa_pool.h, include/pa_request.h,
26172: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26173: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26174: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26175: [historical moment :)]
26176:
26177: * src/: include/code.h, include/pa_string.h, main/compile.y,
26178: main/execute.C, main/pa_string.C: 'value is type' expr operator
26179:
26180: * src/types/pa_venv.h: $ENV 1
26181:
26182: * src/main/execute.C: z
26183:
26184: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26185: future methods of ENV constructor if
26186:
26187: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26188: class
26189:
26190: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26191: classes/_root.h, classes/_string.h, classes/_table.h,
26192: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26193: classes/string.C, classes/table.C, include/pa_request.h,
26194: main/compile.C, main/compile_tools.h, main/core.C,
26195: main/execute.C, main/main.dsp, main/pa_request.C,
26196: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26197: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26198: types/pa_vobject.h, types/pa_vstateless_class.C,
26199: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26200: types/pa_wcontext.h: $ENV: re 0, stateless classes
26201:
26202: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26203: classes/_root.h, classes/_string.h, classes/_table.h,
26204: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26205: classes/string.C, classes/table.C, include/pa_request.h,
26206: main/compile.C, main/compile_tools.h, main/core.C,
26207: main/execute.C, main/main.dsp, main/pa_request.C,
26208: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26209: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26210: types/pa_vobject.h, types/pa_vstateless_class.C,
26211: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26212: types/pa_wcontext.h: $ENV: re 0, stateless classes
26213:
26214: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26215: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26216: yesterdays bad decision on execute_static_method
26217:
26218: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26219:
26220: * src/: classes/double.C, classes/int.C, classes/root.C,
26221: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26222:
26223: * src/main/pa_request.C: z
26224:
26225: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26226: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26227:
26228: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26229: include/pa_pool.h, main/pa_request.C:
26230: restructure_exceptions_dead_end
26231:
26232: * src/: classes/root.C, main/compile.y: ^if required junctions.
26233: allowed ; inside {} to break params
26234:
26235: * src/classes/root.C: ^eval
26236:
26237: * src/: classes/_string.h, classes/double.C, classes/int.C,
26238: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26239: string ^format
26240:
26241: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26242: 'bad' but not 'enough'
26243:
26244: * src/: classes/double.C, classes/root.C, classes/table.C,
26245: include/pa_common.h, include/pa_types.h, main/compile.y,
26246: main/pa_common.C, main/pa_request.C, main/untaint.C,
26247: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26248: types/pa_wwrapper.h: think constructing flag as is is bad
26249:
26250: * src/: classes/double.C, classes/int.C, classes/root.C,
26251: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26252: types/pa_vint.h: ^for
26253:
26254: 2001-03-12 paf
26255:
26256: * src/classes/table.C: table ^empty
26257:
26258: * src/: classes/table.C, include/pa_table.h: table ^menu
26259:
26260: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26261: ^offset ^line ^count
26262:
26263: * src/classes/root.C: ^round() ^floor() ^ceiling()
26264: ^abs() ^sign()
26265:
26266: * src/classes/: root.C, table.C: ^use
26267:
26268: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26269: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26270: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26271: ^while. switched off wcontext.constructing after write(value) or
26272: auto-vhash-constructing
26273:
26274: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26275: main/pa_request.C: fail_if_junction_ helper func
26276:
26277: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26278: include/pa_request.h, main/execute.C, main/main.dsp,
26279: main/pa_common.C, main/pa_request.C: ^process error point by
26280: actual method_name, not source. ^load
26281:
26282: * src/types/pa_vtable.h: table: no, better with string in cells...
26283:
26284: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26285: classes/_table.h, classes/table.C, main/untaint.C: z
26286:
26287: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26288: include/pa_table.h, main/core.C, main/execute.C,
26289: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26290: types/pa_value.h: table:set 0
26291:
26292: * src/: classes/root.C, include/core.h, include/pa_array.h,
26293: include/pa_request.h, include/pa_table.h, main/core.C,
26294: main/main.dsp, main/pa_request.C, main/pa_table.C,
26295: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26296: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26297: types/pa_vstring.h: freeze, ^table:create[] -1
26298:
26299: * src/: classes/root.C, types/pa_value.h: z
26300:
26301: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26302: get_method in couple places optimizing them
26303:
26304: * src/classes/root.C: z
26305:
26306: * src/: classes/root.C, types/pa_vclass.h: process temp main
26307: zeroing
26308:
26309: * src/: classes/double.C, classes/int.C, classes/root.C,
26310: classes/string.C, include/pa_common.h, include/pa_request.h,
26311: include/pa_string.h, include/pa_types.h, main/compile.C,
26312: main/compile.y, main/compile_tools.h, main/execute.C,
26313: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26314: types/pa_vmframe.h: ^process. actual names to store param and
26315: check_actual_numbered_params for better place diagnostics
26316:
26317: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26318: method-junctions bug fixed
26319:
26320: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26321: pa_vstateless_object.h, pa_vstring.h: stateless_object
26322:
26323: 2001-03-11 paf
26324:
26325: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26326: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26327: VDouble VInt base now VObject_base - without fields
26328:
26329: * src/: classes/root.C, include/core.h, main/core.C: z
26330:
26331: * src/: classes/double.C, classes/int.C, classes/root.C,
26332: classes/string.C, include/core.h, include/pa_hash.h,
26333: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26334: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26335:
26336: * src/: classes/double.C, classes/int.C, classes/root.C,
26337: include/pa_request.h, main/execute.C: intercept_string
26338:
26339: * src/: classes/double.C, classes/int.C, classes/root.C,
26340: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26341:
26342: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26343: ^inc-s(expr)
26344:
26345: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26346: classes/_root.h, classes/_string.h, classes/double.C,
26347: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26348: include/code.h, include/core.h, include/pa_array.h,
26349: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26350: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26351: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26352: include/pa_types.h, main/compile.C, main/compile.y,
26353: main/compile_tools.C, main/compile_tools.h, main/core.C,
26354: main/execute.C, main/pa_array.C, main/pa_common.C,
26355: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26356: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26357: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26358: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26359: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26360: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26361: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26362: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26363:
26364: * src/: main/pa_request.C, types/pa_vhash.h: z
26365:
26366: * src/: include/core.h, include/pa_request.h, main/core.C,
26367: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26368:
26369: * src/: include/pa_valiased.h, include/pa_value.h,
26370: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26371: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26372: include/pa_vjunction.h, include/pa_vmframe.h,
26373: include/pa_vobject.h, include/pa_vstring.h,
26374: include/pa_vunknown.h, include/pa_wcontext.h,
26375: include/pa_wwrapper.h, main/compile.y, main/core.C,
26376: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26377: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26378: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26379: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26380: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26381: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26382: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26383: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26384: include/
26385:
26386: 2001-03-10 paf
26387:
26388: * src/: include/core.h, include/pa_request.h, main/core.C,
26389: main/pa_request.C: run+auto=run
26390:
26391: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26392:
26393: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26394: classes/_root.h, classes/_string.h, classes/double.C,
26395: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26396: include/code.h, include/core.h, include/pa_array.h,
26397: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26398: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26399: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26400: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26401: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26402: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26403: include/pa_vjunction.h, include/pa_vmframe.h,
26404: include/pa_vobject.h, include/pa_vstring.h,
26405: include/pa_vunknown.h, include/pa_wcontext.h,
26406: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26407: main/compile_tools.C, main/compile_tools.h, main/core.C,
26408: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26409: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26410: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26411: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26412: main/pa_wcontext.C: sources header
26413:
26414: * src/main/pa_request.C: auto..
26415:
26416: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26417: main/pa_request.C: auto tree0
26418:
26419: * src/: include/core.h, include/pa_request.h, main/compile.y,
26420: main/core.C, main/pa_request.C: names to core.C
26421:
26422: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26423: include/pa_request.h, main/core.C, main/execute.C,
26424: main/pa_common.C, main/pa_request.C: root auto.p loaded
26425:
26426: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26427: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26428: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26429: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26430:
26431: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26432: @auto[] realised. auto.p scan togo
26433:
26434: * src/: include/pa_request.h, main/execute.C: autocalc
26435: code-junctions result now have names
26436:
26437: * src/: classes/double.C, classes/int.C, classes/root.C,
26438: classes/string.C, include/pa_request.h, include/pa_string.h,
26439: include/pa_wcontext.h, main/compile.y, main/execute.C,
26440: main/pa_string.C, main/pa_wcontext.C: tainting 0
26441:
26442: * src/classes/env.C: env:file/line
26443:
26444: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26445: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26446: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26447: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26448: main/compile_tools.C, main/compile_tools.h, main/core.C,
26449: main/execute.C, main/main.dsp, main/pa_cframe.C,
26450: main/pa_request.C, main/pa_wcontext.C: const fight finished
26451:
26452: * src/include/pa_vclass.h: const fight to go
26453:
26454: * src/: classes/_env.h, classes/env.C, classes/root.C,
26455: include/pa_request.h, include/pa_vclass.h, main/core.C,
26456: main/main.dsp: env0
26457:
26458: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26459: classes/_string.h, classes/double.C, classes/int.C,
26460: classes/root.C, classes/string.C, include/pa_request.h,
26461: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26462: include/pa_wcontext.h, main/core.C, main/main.dsp,
26463: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26464: main/pa_wcontext.C: ^lang prepare0
26465:
26466: 2001-03-09 paf
26467:
26468: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26469: construct proper naming
26470:
26471: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26472: classes/double.C, classes/int.C, classes/root.C,
26473: classes/string.C, include/code.h, include/pa_value.h,
26474: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26475: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26476: main/compile.y, main/compile_tools.C, main/core.C,
26477: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26478: and ^double[]. fixed expr type
26479:
26480: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26481: ^string.length[]
26482:
26483: 2001-03-08 paf
26484:
26485: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26486:
26487: * src/: include/pa_vclass.h, include/pa_vstring.h,
26488: include/pa_wcontext.h, main/compile.y, main/core.C,
26489: main/execute.C, main/main.dsp: dead end: vstring can't be
26490: derivated from vobject
26491:
26492: * src/: include/pa_vclass.h, include/pa_vhash.h,
26493: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26494:
26495: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26496: remained clone conseqs
26497:
26498: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26499:
26500: * src/main/pa_vclass.C: wow! vclass were out of vcs
26501:
26502: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26503: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26504: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26505: include/pa_vobject.h, include/pa_vstring.h,
26506: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26507: main/execute.C: withoud cloning. didn't need it actually, params
26508: got passed from out unnamed ewpool
26509:
26510: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26511: include/pa_vjunction.h, include/pa_vobject.h,
26512: include/pa_vunknown.h, main/compile.y: cloning dead end
26513:
26514: * src/: include/pa_bool.h, include/pa_double.h,
26515: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26516: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26517: include/pa_vjunction.h, include/pa_vmframe.h,
26518: include/pa_vobject.h, include/pa_vstring.h,
26519: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26520: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26521: to give params proper names
26522:
26523: * src/main/pa_wcontext.C: z
26524:
26525: * src/: include/pa_vmframe.h, main/execute.C: added names to
26526: unknown values in get_element and unfilled params. removed wrong
26527: name change in get_element
26528:
26529: * src/main/execute.C: z
26530:
26531: * src/main/execute.C: fixed problems calling operators in
26532: constructors
26533:
26534: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26535: detected problems calling operators in constructors
26536:
26537: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26538: autocalc def to string
26539:
26540: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26541: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26542:
26543: * src/classes/root.C: added root.c
26544:
26545: * src/: include/pa_request.h, include/pa_value.h,
26546: include/pa_vcframe.h, include/pa_vmframe.h,
26547: include/pa_wcontext.h, main/compile.C, main/compile.y,
26548: main/core.C, main/execute.C, main/pa_cframe.C,
26549: main/pa_wcontext.C: 'if' just compiled
26550:
26551: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26552: include/pa_vjunction.h, include/pa_vmframe.h,
26553: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26554: main/pa_wcontext.C: z
26555:
26556: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26557: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26558: with parameter names in operator methods
26559:
26560: * src/main/compile.y: minor renamings in .y
26561:
26562: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26563: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26564: @BASE. changed 'RUN' assignment mech
26565:
26566: * src/main/execute.C: z
26567:
26568: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26569: main/compile_tools.h, main/execute.C: made class: dynamic, not
26570: static. so to enable runtime ^use
26571:
26572: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26573:
26574: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26575: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26576:
26577: * src/main/execute.C: root root in code-junction
26578:
26579: 2001-03-07 paf
26580:
26581: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26582: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26583:
26584: * src/: include/pa_stack.h, include/pa_value.h,
26585: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26586: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26587: fixed rwcontext of {} params up
26588:
26589: * src/main/: compile.y, compile_tools.h: ^func(params)
26590:
26591: * src/main/compile.y: .y priorities syntax shaped up a bit
26592:
26593: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26594: include/pa_vunknown.h, main/compile.y, main/execute.C,
26595: main/pa_hash.C: expr def in -f
26596:
26597: * src/main/: compile.y, execute.C: expr calls
26598:
26599: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26600: fixed
26601:
26602: * src/main/compile.y: expr quoted code
26603:
26604: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26605: support0
26606:
26607: * src/main/compile.y: expr string comparisons 0
26608:
26609: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26610: main/pa_string.C: just compiled lt&co
26611:
26612: * src/main/execute.C: ^var.menu{$field} problem detected. that
26613: $field not a $var.field
26614:
26615: 2001-03-06 paf
26616:
26617: * src/main/compile.y: .y expr visible-shorter
26618:
26619: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26620: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26621: logical
26622:
26623: * src/: include/pa_vstring.h, main/compile.y: problems with
26624: skipping whitespace in yylex
26625:
26626: * src/include/pa_vbool.h: forgot this
26627:
26628: * src/: include/code.h, main/compile.y, main/execute.C: without
26629: string ops in expressions 0
26630:
26631: * src/: include/pa_value.h, include/pa_vdouble.h,
26632: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26633: main/execute.C, main/main.dsp: !~
26634:
26635: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26636: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26637: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26638: include/pa_vunknown.h, include/pa_wcontext.h,
26639: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26640: main/compile_tools.h, main/execute.C: +-*/
26641:
26642: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26643: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26644:
26645: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26646: main/execute.C: expr grammar-1 2*2=4.000000 :)
26647:
26648: * src/main/compile.y: expr grammar-1
26649:
26650: * src/main/compile.y: expr lexx1
26651:
26652: * src/main/: compile.y, execute.C, main.dsp: z
26653:
26654: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26655: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26656: main/execute.C: expr lex0 exec-1
26657:
26658: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26659:
26660: 2001-02-26 paf
26661:
26662: * src/main/compile.y: max_string in yyerror bug fix
26663:
26664: 2001-02-25 paf
26665:
26666: * src/: include/pa_value.h, include/pa_vmframe.h,
26667: include/pa_wcontext.h, main/execute.C: VAliased3
26668:
26669: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26670:
26671: * src/main/execute.C: VAliased1
26672:
26673: * src/: include/pa_request.h, include/pa_value.h,
26674: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26675: VAliased0
26676:
26677: * src/: include/pa_pool.h, include/pa_request.h,
26678: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26679: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26680: VAliased just compiled
26681:
26682: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26683: include/pa_vobject.h, main/execute.C: alias dead end
26684:
26685: * src/: include/pa_value.h, include/pa_vclass.h,
26686: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26687: main/main.dsp: no not get fields into interm VFielded class.
26688: fields & staticfields 1
26689:
26690: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26691: include/pa_vobject.h, include/pa_wcontext.h,
26692: include/pa_wwrapper.h, main/core.C, main/execute.C,
26693: main/main.dsp: would now get fields into interm VFielded class
26694:
26695: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26696: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26697: include/pa_wcontext.h, main/compile.y, main/core.C,
26698: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26699: main/pa_wcontext.C: virtuals2
26700:
26701: * src/main/compile.y: : 1
26702:
26703: * src/main/compile.y: rethought to $class:static.field.subfield
26704:
26705: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26706: $class:element
26707:
26708: * src/: include/pa_value.h, include/pa_vmframe.h,
26709: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26710: main/pa_wcontext.C: before execute class calls rewrite
26711:
26712: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26713: name RUN, also alias
26714:
26715: * src/main/compile.y: escaping bug
26716:
26717: * src/: include/pa_request.h, include/pa_value.h,
26718: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26719: main/core.C, main/execute.C, main/pa_common.C: vobject1
26720:
26721: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26722: include/pa_vmframe.h, include/pa_vobject.h,
26723: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26724: main/compile_tools.h, main/execute.C: ^class:method() just
26725: compiled
26726:
26727: 2001-02-24 paf
26728:
26729: * src/main/main.dsp: no bison -d
26730:
26731: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26732: class' err msg wrong
26733:
26734: * src/main/compile.y: z
26735:
26736: * src/main/: compile.y, core.C: yylex need some @special lines adj
26737:
26738: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26739: main/compile.y, main/compile_tools.h, main/core.C: modules0
26740:
26741: * src/: include/pa_vclass.h, main/core.C: z
26742:
26743: * src/: include/pa_value.h, include/pa_vclass.h,
26744: include/pa_vobject.h, main/main.dsp: vobject00
26745:
26746: * src/main/pa_array.C: minor bug in expanding very small arrays.
26747: 60% from 1 were 0
26748:
26749: * src/: include/pa_value.h, include/pa_wcontext.h,
26750: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26751: as bad as you've named it: wcontext.value() was not a perfect
26752: idea
26753:
26754: * src/main/execute.C: codeframe1
26755:
26756: * src/: include/pa_value.h, include/pa_vcframe.h,
26757: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26758: include/pa_vjunction.h, include/pa_vmframe.h,
26759: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26760: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26761: just compiled
26762:
26763: * src/: include/pa_vframe.h, main/compile.y: found junction
26764: ideology @: ^x{$a()) must construct current wcontext element, so
26765: smart wcontext handling needed
26766:
26767: * src/main/compile.y: fixed grammar bugs in constructor/params
26768: klinch
26769:
26770: * src/main/: compile.y, execute.C: fixed empty constructor
26771: optimized empty case. failed on calls - produced empty string
26772: param
26773:
26774: * src/main/compile.y: fixed last \n macrotemplate strip bug
26775:
26776: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26777: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26778: main/compile_tools.C, main/compile_tools.h, main/core.C,
26779: main/execute.C: code junctions0. something wrong with last \n
26780: macrotemplate strip
26781:
26782: * src/: include/pa_value.h, main/compile.C, main/core.C,
26783: main/pa_value.C: minor error reporting format beautifyings
26784:
26785: * src/: include/pa_value.h, include/pa_vclass.h,
26786: include/pa_vframe.h, main/core.C, main/execute.C,
26787: main/pa_value.C: get_method RIP. junctions everywhere. call with
26788: junctions0
26789:
26790: 2001-02-23 paf
26791:
26792: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26793: pa_wwrapper.h: lara came, can't work, sorry :(
26794:
26795: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26796: junction
26797:
26798: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26799: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26800: main/execute.C, main/main.dsp, main/pa_value.C: call0
26801:
26802: * src/: include/pa_hash.h, include/pa_value.h,
26803: include/pa_wcontext.h, main/core.C, main/execute.C,
26804: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26805: done
26806:
26807: * src/include/pa_wcontext.h: z
26808:
26809: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26810: wrong grammar in complex constructor case
26811:
26812: * src/main/: compile.y, execute.C: empty constructor bug fixed
26813:
26814: * src/main/execute.C: with result rwpool
26815:
26816: * src/: include/pa_value.h, main/core.C, main/execute.C,
26817: main/main.dsp: value named
26818:
26819: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26820: strign 2 value in 2 places in execute
26821:
26822: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26823: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26824: wcontext.put_element when wcontext fvalue==0
26825:
26826: 2001-02-22 paf
26827:
26828: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26829: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26830: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26831:
26832: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26833: erroreos checkout
26834:
26835: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26836:
26837: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26838: main/compile_tools.h, main/pa_array.C: $self.get
26839:
26840: * src/main/: compile.C, compile.y, compile_tools.C: z
26841:
26842: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26843: bit. finished now.
26844:
26845: * src/main/compile.y: $: finished
26846:
26847: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26848:
26849: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26850: main/execute.C: OP_STRING better then some xxx _VALUE
26851:
26852: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26853: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26854: string to vstring it .y all
26855:
26856: * src/: include/pa_request.h, include/pa_stack.h,
26857: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26858: all
26859:
26860: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26861: precise parse error line:col
26862:
26863: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26864: main/pa_hash.C, main/pa_pool.C: TRY...
26865:
26866: * src/: include/pa_exception.h, include/pa_pool.h,
26867: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26868: main/compile.C, main/compile.y, main/compile_tools.C,
26869: main/core.C, main/pa_array.C, main/pa_exception.C,
26870: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26871: main/pa_table.C: removed exception from request
26872:
26873: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26874: some forgotten
26875:
26876: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26877: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26878: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26879: get/put simple vars to VClass works0
26880:
26881: * src/: include/pa_array.h, include/pa_wcontext.h,
26882: main/pa_string.C: in process, but found that exceptions are too
26883: global
26884:
26885: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26886: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26887: main/execute.C, main/pa_string.C: write_value write_string 0 it
26888: seems wcontext must write strings regardles of fvalue!=0
26889:
26890: 2001-02-21 paf
26891:
26892: * src/main/execute.C: tired :)
26893:
26894: * src/main/: compile.C, compile.y, execute.C: store0
26895:
26896: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26897: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26898: include/pa_wcontext.h, main/compile.C, main/compile.y,
26899: main/execute.C, main/main.dsp, main/pa_array.C,
26900: main/pa_request.C: get put -1 [just compiled]
26901:
26902: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26903: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26904: main/main.dsp, main/pa_request.C: request core methods0
26905:
26906: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26907: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26908: execute
26909:
26910: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26911: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26912: methods and one_big_piece. now compile returns array<method*>
26913:
26914: * src/main/compile.y: more straightforward yylex[end]
26915:
26916: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26917: string.operator==(char*)
26918:
26919: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26920: main/execute.C, main/pa_array.C: after array.const get wonders
26921:
26922: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26923: pa_string.h, pa_value.h: struck with const array.gets
26924:
26925: * src/main/: execute.C: z
26926:
26927: * src/main/: compile.y, execute.C: z
26928:
26929: * src/main/: compile.C, compile.y, compile_tools.h: error
26930: processing in eval & yyerror so it wouldn't cause memleaks.
26931:
26932: * src/main/: compile.C, compile.y: failed to add absolute precies
26933: parse error positions. leaving RIGHTMOST position as
26934: @file[line:col]
26935:
26936: * src/: include/compile.h, main/compile.C, main/compile.y,
26937: main/compile_tools.h: line numbers needed. would add them to .y
26938: now internally. externally it's not as precise as needed
26939:
26940: * src/: include/code.h, include/pa_types.h, main/compile.C,
26941: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26942: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26943: compiler works ok
26944:
26945: 2001-02-20 paf
26946:
26947: * src/main/: compile.C, compile.y, compile_tools.C,
26948: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26949: not perfect
26950:
26951: * src/: include/code.h, include/compile.h, include/execute.h,
26952: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26953: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26954: main/compile.C, main/compile.y, main/compile_tools.C,
26955: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26956: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26957: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26958: compiled. execute=dump for now
26959:
26960: * src/main/core.C: core rewrite using yacc investigations now will
26961: be compile[yacc]/execute[opcodes]
26962:
26963: 2001-02-15 paf
26964:
26965: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26966: rewrite as turing machine? for it seems it would be it's too many
26967: ifs with this syntax now
26968:
26969: 2001-02-14 paf
26970:
26971: * src/main/core.C: get_params 1
26972:
26973: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26974: :( ]
26975:
26976: * src/main/core.C: varios breaks
26977:
26978: * src/main/core.C: get names 3
26979:
26980: * src/main/core.C: get names 2
26981:
26982: * src/main/core.C: get names 1
26983:
26984: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26985: names 0
26986:
26987: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26988: text repassing2 operator static vars
26989:
26990: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26991: main/pa_string.C: process text repassing
26992:
26993: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26994: module:calls changes
26995:
26996: 2001-02-13 paf
26997:
26998: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26999: ^class:calls[] started
27000:
27001: * src/: include/pa_value.h, main/core.C: z
27002:
27003: * src/main/core.C: operators : and self. prefixes
27004:
27005: * src/main/core.C: z
27006:
27007: * src/: include/pa_string.h, main/pa_string.C: String_iterator
27008: tested
27009:
27010: * src/: include/pa_string.h, main/pa_string.C: String_iterator
27011: optimized
27012:
27013: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
27014: would change privates to better support optimization
27015:
27016: * src/: include/pa_string.h, main/pa_string.C:
27017: String_iterator::skip_to todo:optimize
27018:
27019: 2001-02-12 paf
27020:
27021: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
27022: String_iterator
27023:
27024: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
27025: comments
27026:
27027: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
27028: self/methodref joined
27029:
27030: 2001-02-11 paf
27031:
27032: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
27033: main/main.dsp: core started. core.C, context&value .h
27034:
27035: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27036: include/pa_string.h, main/main.dsp, main/pa_array.C,
27037: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
27038:
27039: 2001-01-30 paf
27040:
27041: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
27042: comments
27043:
27044: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
27045: main/pa_pool.C: moved pa_pool.C to be target specific
27046:
27047: * src/: include/pa_exception.h, include/pa_pool.h,
27048: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
27049: to & changes
27050:
27051: * src/: include/pa_exception.h, include/pa_pool.h,
27052: include/pa_request.h, include/pa_table.h, main/pa_array.C,
27053: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
27054: re-associated. that's much better even removed 'die' necessety
27055:
27056: * src/: include/pa_error.h, include/pa_exception.h,
27057: include/pa_pool.h, include/pa_request.h, main/main.dsp,
27058: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
27059: targets/Makefile.am: lowered targets/parser into subdir, added
27060: parser_Pool(Pool) failed to add. would think..
27061:
27062: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
27063: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
27064: main/pa_string.C, main/pa_table.C: Table more like C++ style
27065: hence lots of 'const'
27066:
27067: * src/: include/pa_error.h, include/pa_request.h,
27068: include/pa_string.h, include/pa_table.h, main/pa_error.C,
27069: main/pa_table.C: Error fixed
27070:
27071: 2001-01-29 paf
27072:
27073: * src/: include/pa_array.h, include/pa_common.h,
27074: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
27075: include/pa_request.h, include/pa_string.h, include/pa_table.h,
27076: main/Makefile.am, main/pa_array.C, main/pa_common.C,
27077: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
27078:
27079: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27080: include/pa_string.h, include/pa_table.h, include/pa_types.h,
27081: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
27082: main/pa_string.C, main/pa_table.C: Request Error Table
27083:
27084: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
27085: templates"
27086:
27087: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
27088: main/main.dsp, main/pa_array.C: templates failed no template
27089: specializations [VC6], no library auto instantation [VC6, GNU c++
27090: 2.95.2-6 from latest cygwin]
27091:
27092: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27093: include/pa_string.h, include/pa_table.h, include/pa_types.h,
27094: main/main.dsp, main/pa_array.C, main/pa_string.C,
27095: main/pa_table.C: Table started would test template Array now
27096:
27097: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27098: String originating
27099:
27100: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
27101: main/pa_hash.C: made local Hash-es not thread safe=quicker by
27102: SYNCHRONIZED(thread_safe)
27103:
27104: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
27105: parts to top
27106:
27107: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
27108: main/pa_threads.C: decided on one global_mutex, like PHP as I can
27109: see: needed only in global Hash now, made Hash:: put/get
27110: SYNCHRONIZED
27111:
27112: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
27113: main/pa_threads.C: added pa_threads
27114:
27115: Mutex
27116:
27117: * src/include/pa_hash.h: some comments
27118:
27119: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
27120: Array& operator += (Array& src)
27121:
27122: * src/main/pa_array.C: expand not convinient, would rewrite
27123:
27124: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
27125: (Array& src)
27126:
27127: rethought, would change now
27128:
27129: 2001-01-27 paf
27130:
27131: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
27132: caching
27133:
27134: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27135: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27136: cache rethought to chunk caching
27137:
27138: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27139: include/pa_string.h, main/main.dsp, main/pa_array.C,
27140: main/pa_hash.C, main/pa_string.C: Array 0
27141:
27142: * src/main/pa_string.C: String::operator ==
27143:
27144: * src/main/pa_hash.C: String(&String)
27145:
27146: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27147:
27148: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27149: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27150: pa_hash[forgotten]
27151:
27152: 2001-01-26 paf
27153:
27154: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27155: removed templates [vc++ suxx]
27156:
27157: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27158: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27159:
27160: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27161:
1.119 moko 27162: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27163:
1.119 moko 27164: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27165: check
27166:
27167: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27168: dynamic row_count
27169:
27170: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27171: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27172: targets/Makefile.am: Initial revision
27173:
27174: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27175: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27176: targets/Makefile.am: creating parser3 module
27177:
E-mail: