Annotation of parser3/ChangeLog, revision 1.194
1.194 ! moko 1: 2024-08-25 moko
! 2:
! 3: * src/main/pa_request.C: be more specific
! 4:
! 5: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
! 6: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
! 7: (fixes bug #1244)
! 8:
! 9: * src/targets/cgi/parser3.C: avoid "parser allready configured"
! 10: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
! 11: rsplit(..., '\\') is not correct when / and \ are mixed in path
! 12:
! 13: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
! 14:
1.193 moko 15: 2024-07-24 moko
16:
17: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
18: main/execute.C, main/pa_string.C: Warning war: clang changed
19: -Wdeprecated-register warning to -Wregister, it's easier to
20: remove all register vars then continue this fight. :)
21:
22: * src/main/: compile.y, compile.tab.C: warning war: register
23: removed
24:
1.192 moko 25: 2024-07-14 moko
26:
27: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
28: checking the HTTP request environment; if the variable is not
29: present, checking the web server process environment (implements
30: feature #1242)
31:
1.191 moko 32: 2024-05-26 moko
33:
34: * tests/: 195.html, 229.html, results/096.processed,
35: results/097.processed, results/158.processed,
36: results/186.processed, results/273.processed,
37: results/293.processed, results/317.processed,
38: results/389.processed, results/402.processed: tests updated as
39: single quote now escaped with ' in HTML tainting mode
40: (related to feature #1241)
41:
42: * src/main/untaint.C: single quote now escaped with ' in HTML
43: tainting mode (implements feature #1241)
44:
45: * tests/results/: 020.processed, 021.processed, 026.processed,
46: 042.processed, 043.processed, 057.processed, 110.processed,
47: 115.processed, 116.processed, 117.processed, 118.processed,
48: 119.processed, 120.processed, 125.processed, 126.processed,
49: 128.processed, 130.processed, 131.processed, 132.processed,
50: 133.processed, 135.processed, 136.processed, 138.processed,
51: 139.processed, 140.processed, 145.processed, 150.processed,
52: 151.processed, 165.processed, 174.processed, 181.processed,
53: 182.processed, 192.processed, 193.processed, 201.processed,
54: 213.processed, 224.processed, 226.processed, 230.processed,
55: 239.processed, 240.processed, 244.processed, 253.processed,
56: 254.processed, 261.processed, 264.processed, 269.processed,
57: 274.processed, 275.processed, 288.processed, 294.processed,
58: 296.processed, 303.processed, 306.processed, 307.processed,
59: 308.processed, 311.processed, 312.processed, 314.processed,
60: 315.processed, 316.processed, 320.processed, 323.processed,
61: 324.processed, 325.processed, 328.processed, 330.processed,
62: 332.processed, 333.processed, 337.processed, 338.processed,
63: 341.processed, 342.processed, 343.processed, 344.processed,
64: 345.processed, 348.processed, 352.processed, 356.processed,
65: 357.processed, 363.processed, 364.processed, 368.processed,
66: 372.processed, 373.processed, 376.processed, 378.processed,
67: 379.processed, 385.processed, 386.processed, 387.processed,
68: 389.processed, 390.processed, 395.processed, 397.processed,
69: 398.processed, 399.processed, 404.processed, 406.processed,
70: 413.processed, 414.processed, 420.processed, 421.processed,
71: 424.processed, auto.p: Type -> Exception type for readability
72:
73: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
74: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
75: results/119.processed, results/165.processed,
76: results/175.processed, results/192.processed,
77: results/213.processed, results/217.processed,
78: results/230.processed, results/240.processed,
79: results/298.processed, results/380.processed,
80: results/415.processed: try-catch, try-catch-comment used
81:
82: 2024-05-21 moko
83:
84: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
85: results/180.processed, results/195.processed,
86: results/224.processed, results/auto.p: @try-catch-comment added
87: and used
88:
89: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
90: 415.html, results/269.processed, results/283.processed,
91: results/auto.p: more tests are updated to prepare for apostrophe
92: escaping in HTML tainting
93:
94: * tests/results/: 181.processed, 294.processed, 296.processed,
95: 315.processed, 379.processed, 389.processed, auto.p:
96: $exception.comment printed as-is for whitespace reporting and to
97: prepare for apostrophe escaping in HTML mode
98:
1.190 moko 99: 2024-05-11 moko
100:
101: * tests/: 099.html, 100.html, results/099.processed,
102: results/100.processed: a test for non-UTF-8 filename* added
103: (related to feature #1240)
104:
105: * tests/: 293.html, results/293.processed: tainting modes tests
106: added
107:
108: * tests/results/: 099.processed, 100.processed, 205.processed,
109: 309.processed, 310.processed, 419.processed: tests results
110: updated after filename* added (related to feature #1240)
111:
112: * src/: include/pa_common.h, main/pa_request.C: The filename*
113: parameter was added to the Content-Disposition header to conform
114: with RFC 6266, with code provided by Sumo (implements feature
115: #1240)
116:
117: 2024-05-10 moko
118:
119: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
120: positive performance effect in our case
121:
1.189 moko 122: 2024-03-27 moko
123:
124: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
125: (related to feature #1236)
126:
127: 2024-03-15 moko
128:
129: * tests/: 413.html, results/413.processed: test for object still
130: can be used as file parameter (related to bug #1218)
131:
132: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
133: still can be used in file context (fixes bug #1218)
134:
135: 2024-03-14 moko
136:
137: * src/include/pa_string.h: ArrayString get() null result assert
138: also added (related to bug #1238)
139:
140: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
141: VString::empty() used instead of new VString()
142:
143: 2024-03-12 moko
144:
145: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
146: results/379.processed: test added for cookie without value
147: (related to bug #1238)
148:
149: * src/include/pa_string.h: In assertions enabled mode, ArrayString
150: values are now required to be non-null (related to bug #1238)
151:
152: * src/main/pa_http.C: cookies without value are now parsed
153: correctly (fixed bug #1238)
154:
155: 2024-03-11 moko
156:
157: * tests/run_parser.sh: for better error reporting
158:
1.188 moko 159: 2023-12-30 moko
160:
161: * tests/: 038.html, results/038.processed: test for atan2 added
162:
163: 2023-12-29 moko
164:
165: * src/classes/math.C: atan2(y,x) math function added
166:
1.187 moko 167: 2023-12-14 moko
168:
169: * tests/212.html: pcre2 compatibility (related to feature #1236)
170:
171: * tests/: 425.html, results/425.processed: test for pcre/pcre2
172: exceptions and behavour added (related to feature #1236)
173:
174: 2023-12-13 moko
175:
176: * buildall: by default parser is now bundled with pcre2 10.42,
177: --without-pcre2 option added to build with pcre-8.45 (related to
178: feature #1236)
179:
180: 2023-12-12 moko
181:
182: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
183: support added (implements feature #1236)
184:
185: * src/: include/pa_charset.h, include/pa_config_includes.h,
186: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
187: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
188: types/pa_vregex.h: Adopted patch from Yavor Doganov
189: <yavor@gnu.org> to add pcre2 library support (implements feature
190: #1236)
191:
1.186 moko 192: 2023-11-28 moko
193:
194: * src/include/pa_config_includes.h: warnings war continues
195:
196: * src/include/pa_config_includes.h: warning war
197:
198: * tests/: 424.html, results/424.processed: tests for '+' and '-'
199: number strings, whitespace and sign in exception messages
200: (related to bug #1234)
201:
1.185 moko 202: 2023-11-26 moko
203:
204: * tests/: 274.html, results/224.processed, results/274.processed:
205: tests for date double, int, bool added (related to feature #1235)
206:
207: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
208: added for date class (implements feature #1235)
209:
210: 2023-11-23 moko
211:
212: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
213: and '-' strings are no longer can be treated as number 0,
214: exception thrown (fixes bug #1234)
215:
1.184 moko 216: 2023-11-18 moko
217:
218: * src/include/pa_types.h: minor
219:
220: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
221:
222: * tests/: 389.html, results/389.processed: error messages for some
223: OS differs a bit, reducing failing tests for them
224:
225: 2023-11-17 moko
226:
227: * tests/: 423.html, results/423.processed: test for optional
228: @auto[] inheritance added (related to feature #1233)
229:
230: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
231: types/pa_vstateless_class.C: optional @auto[] inheritance
232: implemented if defined with two args (path, class name)
233: (implements feature #1233)
234:
235: * src/: classes/double.C, classes/int.C, classes/math.C,
236: include/pa_random.h, include/pa_types.h, main/pa_common.C,
237: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
238: sync double->int overflow behavour under different architectures
239: (fixes bug #1232)
240:
241: * tests/: 422.html, results/422.processed: int clipping added
242:
243: 2023-11-16 moko
244:
245: * tests/: 422.html, results/422.processed: test for int and uint
246: overflow in ^n.format[d/u/x]
247:
248: * src/classes/math.C: bugfix: crc32 should not be negative (under
249: Apple M1 when negative double converts to uint the result is 0)
250: and crc32 should be 32 bits
251:
252: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
253: on Apple M1 it's 0
254:
255: * src/classes/file.C: bugfix: crc32 should not be negative (under
256: Apple M1 when negative double converts to uint the result is 0)
257: and crc32 should be 32 bits
258:
1.183 moko 259: 2023-10-07 moko
260:
261: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
262: behavour with other OP_NUM_*, related to bug #1230
263:
264: 2023-10-06 moko
265:
266: * tests/: 338.html, results/338.processed: test for bug #1230 added
267:
268: * src/: main/execute.C, types/pa_vdate.h: force double operands to
269: be converted to double to avoid 80 bit operations in x87 mode
270: (fixes bug #1230)
271:
272: 2023-10-05 moko
273:
274: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
275: compatibility
276:
277: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
278:
279: * tests/: 421.html, results/421.processed: test to cover all
280: classes and objects nonexistent method and field exceptions
281: (related to feature #1080 and #1227)
282:
283: * tests/results/: 182.processed, 324.processed: undefined method ->
284: <type> method not found exception (related to feature #1080)
285:
286: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
287: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
288: "element can not be fetched from" for them, "field not found" for
289: all other types (related to bug #1227)
290:
291: 2023-10-03 moko
292:
293: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
294: <type> method not found" exception now thrown for static calls
295: instead of "undefined method" without class name (related to
296: feature #1080)
297:
298: 2023-10-02 moko
299:
300: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
301: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
302: <method name>, Comment: <type> method not found" exception now
303: thrown for all dynamic objects instead of "undefined method"
304: without class name (implements feature #1080)
305:
1.182 moko 306: 2023-10-01 moko
307:
308: * src/classes/json.C: we don't have a dynamic json object.
309:
310: 2023-09-28 moko
311:
312: * tests/: 420.html, results/261.processed, results/420.processed:
313: tests updated after bug #1228 fix reverted
314:
315: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
316: whitespace string is hash compatible, so we don't want $s.key to
317: return a junction
318:
319: * tests/: 261.html, 420.html, results/261.processed,
320: results/420.processed: test for bug #1227 added, test updated
321: after bug #1228 fixed
322:
323: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
324: now throws exception as $non-empty-string.field (fixes bug #1227)
325:
326: * src/types/pa_vstring.h: allow $string.method access (fixes bug
327: #1228)
328:
329: 2023-09-26 moko
330:
331: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
332: src/classes/classes.C, src/classes/classes.awk,
333: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
334: src/classes/double.C, src/classes/file.C, src/classes/form.C,
335: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
336: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
337: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
338: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
339: src/classes/regex.C, src/classes/response.C,
340: src/classes/string.C, src/classes/table.C, src/classes/void.C,
341: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
342: src/include/pa_array.h, src/include/pa_base64.h,
343: src/include/pa_cache_managers.h, src/include/pa_charset.h,
344: src/include/pa_charsets.h, src/include/pa_common.h,
345: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
346: src/include/pa_dictionary.h, src/include/pa_dir.h,
347: src/include/pa_exception.h, src/include/pa_exec.h,
348: src/include/pa_globals.h, src/include/pa_hash.h,
349: src/include/pa_http.h, src/include/pa_memory.h,
350: src/include/pa_opcode.h, src/include/pa_operation.h,
351: src/include/pa_os.h, src/include/pa_pool.h,
352: src/include/pa_random.h, src/include/pa_request.h,
353: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
354: src/include/pa_sapi.h, src/include/pa_socks.h,
355: src/include/pa_sql_connection.h,
356: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
357: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
358: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
359: src/include/pa_table.h, src/include/pa_threads.h,
360: src/include/pa_types.h, src/include/pa_uue.h,
361: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
362: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
363: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
364: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
365: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
366: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
367: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
368: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
369: src/main/compile.tab.C, src/main/compile.y,
370: src/main/compile_tools.C, src/main/compile_tools.h,
371: src/main/execute.C, src/main/pa_base64.C,
372: src/main/pa_cache_managers.C, src/main/pa_charset.C,
373: src/main/pa_charsets.C, src/main/pa_common.C,
374: src/main/pa_dictionary.C, src/main/pa_dir.C,
375: src/main/pa_exception.C, src/main/pa_exec.C,
376: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
377: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
378: src/main/pa_request.C, src/main/pa_socks.C,
379: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
380: src/main/pa_stylesheet_connection.C,
381: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
382: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
383: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
384: src/main/untaint.C, src/main/helpers/simple_folding.pl,
385: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
386: src/targets/apache/mod_parser3_core.C,
387: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
388: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
389: src/types/pa_method.h, src/types/pa_property.h,
390: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
391: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
392: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
393: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
394: src/types/pa_vcookie.h, src/types/pa_vdate.C,
395: src/types/pa_vdate.h, src/types/pa_vdouble.h,
396: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
397: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
398: src/types/pa_vhash.C, src/types/pa_vhash.h,
399: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
400: src/types/pa_vimage.C, src/types/pa_vimage.h,
401: src/types/pa_vint.h, src/types/pa_vjunction.C,
402: src/types/pa_vjunction.h, src/types/pa_vmail.C,
403: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
404: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
405: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
406: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
407: src/types/pa_vobject.h, src/types/pa_vregex.C,
408: src/types/pa_vregex.h, src/types/pa_vrequest.C,
409: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
410: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
411: src/types/pa_vstateless_class.h,
412: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
413: src/types/pa_vstatus.h, src/types/pa_vstring.C,
414: src/types/pa_vstring.h, src/types/pa_vtable.C,
415: src/types/pa_vtable.h, src/types/pa_vvoid.C,
416: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
417: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
418: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
419: src/types/pa_wwrapper.h: copyright, authors actualized
420:
1.181 moko 421: 2023-08-20 moko
422:
423: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
424: commited (related to feature #1219)
425:
426: 2023-08-16 moko
427:
428: * src/main/pa_random.C: replaced clock precision with monotonicity
429: counter, good for Windows version with low clock frequency
430: (related to feature #1229)
431:
432: 2023-08-15 moko
433:
434: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
435: fixes related to feature #1229
436:
437: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
438: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
439: (implements feature #1229)
440:
1.180 moko 441: 2023-08-02 moko
442:
443: * tests/: results/417.processed, 417.html: test for empty string
444: match after last char added (related to bug #1224)
445:
446: * src/main/pa_string.C: avoid prestart++ after last char on zero
447: length match (related to bug #1224)
448:
1.179 moko 449: 2022-11-22 moko
450:
451: * tests/: 419.html, results/419.processed: test for L_URI and path
452: removeal from filename added (related to bug #1204)
453:
454: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
455: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
456: attribute value, L_URI should be used
457:
1.178 moko 458: 2022-09-21 moko
459:
460: * src/targets/cgi/parser3.C: more clear error messages
461:
462: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
463: SAPI_Info will return 0 in read_post and post_size !=
464: content_length will be thrown
465:
1.177 moko 466: 2022-08-23 moko
467:
468: * src/types/pa_vmail.C: .tables addes as .raw contains only last
469: header value
470:
471: 2022-08-22 moko
472:
473: * tests/: 418.html, results/418.processed: test for
474: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
475: to #1225)
476:
477: * src/classes/hash.C: keep old behavoir by default
478:
479: * src/classes/hash.C: ^hash_a.intersection[hash_b;
480: $.order[self|arg] ] added (implements #1215)
481:
1.176 moko 482: 2022-03-21 moko
483:
484: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
485: xmlInitCharEncodingHandlers is called in libxml static
486: initializers before gc_substitute_memory_management_functions in
487: pa_globals and thus gc may not see reference to our
488: xmlCharEncodingHandler and free it.
489:
1.175 moko 490: 2022-01-26 moko
491:
492: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
493:
1.174 moko 494: 2021-12-28 moko
495:
496: * tests/: 417.html, results/417.processed: test for empty string
497: match added (related to bug #1224)
498:
499: * src/main/pa_string.C: empty string match now works (fixes bug
500: #1224)
501:
1.173 moko 502: 2021-12-24 moko
503:
504: * tests/: 415_dir/29.p, results/415.processed: yet another test
505:
506: 2021-12-23 moko
507:
508: * src/: classes/table.C, main/pa_request.C: warnings war
509:
510: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
511: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
512:
513: 2021-12-21 moko
514:
515: * tests/: 416.html, results/416.processed: test for ^break[] in
516: ^hash/table.select[] (related to feature #1222)
517:
518: * src/classes/: hash.C, table.C: ^break[] support for
519: ^hash/table.select[] (implements feature #1222)
520:
1.172 moko 521: 2021-11-30 moko
522:
523: * src/targets/cgi/parser3.C: default sock_ready interval changed to
524: 0.5 sec
525:
1.171 moko 526: 2021-11-10 moko
527:
528: * tests/results/415.processed: more syntax errors tests added
529:
530: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
531: 28.p: minor syntax error tests
532:
533: * src/main/pa_exception.C: pa_strdup added for compatibility
534:
535: * src/classes/curl.C: hint to call ^curl:options[
536: $.library[correct.libcurl.so.name] ] added if default load fails.
537:
538: 2021-11-09 moko
539:
540: * src/main/compile.y: error message can be on stack
541:
542: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
543:
544: * src/main/pa_charset.C: memcpy is more correct and efficient in
545: this case then strncpy
546:
547: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
548: instead of strcpy where possible
549:
550: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
551: used to avoid MAX_STRING limit in Exception comment
552:
553: * tests/results/415.processed: compiler exceptions are no longer
554: limited to MAX_STRING
555:
556: * src/main/: compile.y, compile_tools.h: Parse_control uses const
557: char * instead of fixed buffer
558:
559: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
560: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
561: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
562: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
563: results/415.processed: tests for parser.compile exceptions added
564:
565: 2021-11-08 moko
566:
567: * src/: classes/math.C, include/pa_common.h, main/compile.y,
568: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
569: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
570: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
571: drawbacks
572:
1.170 moko 573: 2021-11-06 moko
574:
575: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
576: (implements feature #1219)
577:
578: * tests/: 414.html, results/414.processed: test for
579: ^hash.rename[from;to] added (related to feature #1144)
580:
581: 2021-11-05 moko
582:
583: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
584: (related to feature #1144)
585:
586: 2021-11-04 moko
587:
588: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
589: added (implements feature #1144)
590:
1.169 moko 591: 2021-10-19 moko
592:
593: * tests/: 413.html, results/413.processed: test for hash no longer
594: is accepted as file parameter (related to bug #1218)
595:
596: * src/: classes/curl.C, classes/file.C, classes/image.C,
597: classes/math.C, classes/xdoc.C, types/pa_value.C,
598: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
599: longer is accepted as file parameter (fixes bug #1218)
600:
1.168 moko 601: 2021-07-19 moko
602:
603: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
604: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
605:
1.167 moko 606: 2021-04-16 moko
607:
608: * src/types/pa_vmail.C: message can be null when e-mail is broken,
609: processing it leads to assertions.
610:
1.166 moko 611: 2021-03-25 moko
612:
613: * tests/: 412.html, results/412.processed: test to demonstrate bug
614: #1213
615:
1.165 moko 616: 2021-02-12 moko
617:
618: * tests/: 360.html, results/360.processed, results/363.processed:
619: parser method call in expression mode no longer differs from call
620: in string mode (related to feature #1211)
621:
622: 2021-02-11 moko
623:
624: * src/types/pa_vmail.C: mail parsing with Windows line endings
625: fixed (bug #1212)
626:
627: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
628: when called $v[^test[]] vs $v(^test[]), numbers are converted to
629: strings in both calls (implements feature #1211)
630:
1.164 moko 631: 2021-01-28 moko
632:
633: * buildall, etc/auto.p.in: to remove last patch in debian package
634:
635: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
636: 3.4.7b
637:
1.162 moko 638: 2021-01-21 moko
639:
640: * src/main/pa_http.C: no alarm() in file::load when web server mode
641: is MULTITHREADED
642:
1.157 moko 643: 2021-01-20 moko
644:
1.161 moko 645: * src/targets/apache/mod_parser3.c: it is more correct to recommend
646: 'a2enmod mpm_prefork'
647:
1.160 moko 648: * src/targets/apache/mod_parser3.c: prefork name is now
649: 'libapache2-mpm-itk'
650:
651: * src/targets/apache/mod_parser3_core.C: last regular malloc
652: removed
653:
1.159 moko 654: * src/targets/isapi/Makefile.am: -pa_threads.C
655:
1.158 moko 656: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
657: 3.4.6
658:
1.157 moko 659: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
660:
661: * etc/auto.p.in: @config[result] added to simplify $cfg change in
662: /httpd.p
663:
664: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
665: ^use[/httpd.p] + optional ^preprocess[] (related to feature
666: #1203)
667:
668: 2021-01-19 moko
669:
670: * buildall: --disable-parallel-mark added to avoid "number of
671: processors" threads creation for heap marking as it conflicts
672: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
673: limits threads)
674:
1.156 moko 675: 2021-01-16 moko
676:
677: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
678: main/pa_globals.C, main/pa_memory.C,
679: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
680: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
681: feature #1209)
682:
683: 2021-01-15 moko
684:
685: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
686: 3.4.6rc
687:
688: * src/classes/json.C: get_delim added for delimiter caching (10%
689: faster on large json)
690:
691: 2021-01-14 moko
692:
693: * operators.txt: updated with 3.4.6 changes
694:
695: * tests/results/224.processed: test result modified after
696: today(shift) implemented
697:
698: * tests/: 407.html, results/407.processed: test for ^hash.select
699: option $.default(bool) added (related to feature #1172)
700:
701: * src/classes/hash.C: ^hash.select option $.default(bool) added
702: (related to feature #1172)
703:
704: * tests/: 141.html, results/141.processed: test modified for
705: feature #1185.
706:
707: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
708: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
709: options $.lower(bool) (implements feature #1185)
710:
711: 2021-01-11 moko
712:
713: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
714: #1192)
715:
716: * tests/: 411.html, results/411.processed: test for ^date::today(N)
717: added (related to feature #1192)
718:
1.155 moko 719: 2021-01-05 moko
720:
721: * tests/: 270.html, results/270.processed: test modified to work
722: under Windows
723:
724: * tests/: 390.html, 395.html, results/395.processed: tests updated
725: 4 windows
726:
727: * tests/: 410.html, results/410.processed: test for
728: $CLASS-GETTER-PROTECTED(false) added
729:
730: 2021-01-04 moko
731:
732: * tests/: 409.html, results/409.processed, results/auto.p: test for
733: $MAIN:LOCALS(true) added
734:
1.154 moko 735: 2021-01-03 moko
736:
737: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
738: types/pa_vclass.h, types/pa_vstateless_class.C,
739: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
740: +LOCALS. $main -> $MAIN in exception texts (implements feature
741: #1207)
742:
743: 2021-01-02 moko
744:
745: * etc/auto.p.in: minor
746:
747: * src/main/pa_request.C: sending headers only after opening file to
748: allow error reporting if file was not opened (foreign group,
749: etc).
750:
751: 2020-12-31 moko
752:
753: * src/: include/pa_request.h, main/pa_request.C,
754: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
755:
756: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
757: main/pa_request.C: get_class_ref added and used
758:
759: * etc/auto.p.in: @CLASS httpd added
760:
761: * etc/auto.p.in: @auto[] is now first
762:
763: 2020-12-30 moko
764:
765: * tests/: 408.html, results/408.processed: test for bug #1166
766: (windows only) added
767:
768: * src/main/pa_common.C: create_dir_for_file should not create dir
769: for trailing / (fixes bug #1166)
770:
771: * tests/: 341.html, results/341.processed: tests for
772: ^nameless_table.hash[] added (related to feature #1138)
773:
774: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
775: (implements feature #1138), extra fields in named tables no
776: longer ignored (implements feature #1138)
777:
778: * tests/results/390.processed: updated after exception text change
779:
780: 2020-12-29 moko
781:
782: * tests/: 407.html, results/407.processed: +$._default check
783:
784: * src/classes/hash.C: keep $_default in ^hash.reverse[]
785:
786: * tests/: 407.html, results/407.processed: test for ^hash.select[]
787: and ^hash.reverse[] added (releated to feature #1172)
788:
789: * src/classes/hash.C:
790: ^hash.select[key;value](bool-condition)[options hash] +
791: ^hash.reverse[] added (implements feature #1172)
792:
793: * src/types/pa_vtable.h: warning war
794:
795: * src/include/pa_config_fixed.h: win32 fix
796:
1.153 moko 797: 2020-12-27 moko
798:
799: * tests/: 406.html, results/406.processed: test results updated
800:
801: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
802: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
803: spelling
804:
805: 2020-12-26 moko
806:
807: * tests/: 406.html, results/406.processed: tests for
808: ^table.rename[] added (related to feature #1148)
809:
810: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
811: ^table.rename[column name from;column name to], ^table.rename[
812: $.[column name from][column name to] ... ] added (implements
813: feature #1148)
814:
815: 2020-12-25 moko
816:
817: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
818: request_info now on stack to avoid yet another THREAD_LOCAL
819: memory deallocation issue (now with cookies), explained in #1203
820:
821: * src/types/pa_vcookie.C: fields should be inited
822:
823: 2020-12-24 moko
824:
825: * src/include/pa_stylesheet_connection.h: looks like
826: xsltFreeStylesheet leads to memory double-free. If so, it's for
827: sure libxml bug, but we have GC anyway, so we just remove this
828: call and see...
829:
830: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
831: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
832: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
833: abort.c:65:8 frame #3: 0x00000000004da663
834: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
835: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
836: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
837: malloc.c:617:9 frame #5: 0x0000000000577f0c
838: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
839: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
840: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
841: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
842: frame #8: 0x000000000050d35c
843: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
844: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
845: frame #10: 0x00000000004436e5
846: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
847: [inlined]
848: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
849: pa_stylesheet_connection.h:62:3
850:
851: 2020-12-23 moko
852:
853: * src/classes/image.C: ^image::measure[; $.video() ] option added
854:
855: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
856: ^image::measure[; $.video(true) ] added
857:
858: * src/main/pa_exec.C: not cleared automatically in multithreaded
859: httpd mode for unknown reasons
860:
861: 2020-12-22 moko
862:
863: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
864: error_log uri of currently processed document", but never used
865: and conflicts with how libgc stops threads on FreeBSD (#define
866: SIG_SUSPEND SIGUSR1), thus removed.
867:
868: 2020-12-21 moko
869:
870: * src/main/pa_request.C: +comment
871:
1.151 moko 872: 2020-12-20 moko
873:
1.152 moko 874: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
875: it is more safe to have versions of pa_strdup with one and two
876: arguments, as helper_length=0 not always mean that strlen()
877: should be called, but means zero.
878:
879: * src/targets/isapi/parser3isapi.C: minor
880:
881: * src/main/pa_http.C: +valid_http_method
882:
1.151 moko 883: * src/: include/pa_http.h, main/pa_http.C,
884: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
885:
886: 2020-12-17 moko
887:
888: * tests/: 405.html, results/405.processed: test for split by regex
889: added (related to feature #1160)
890:
891: * src/classes/string.C: split by regex implemented (feature #1160)
892:
893: * src/classes/string.C: minor
894:
895: * tests/: 404.html, results/404.processed: test for whitespace
896: string is now OK for table argument (related to feature #1169)
897:
898: * src/: classes/image.C, classes/string.C, classes/table.C,
899: types/pa_vmethod_frame.C: whitespace string is now OK for table
900: argument (as with hash) (implements feature #1169)
901:
902: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
903: limit for comment (fixes bug #1102)
904:
905: * src/targets/cgi/parser3.C: +HAVE_TLS check
906:
907: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
908:
909: * src/include/pa_config_includes.h: HAVE_TLS used
910:
911: * configure.ac: +TLS check
912:
913: * src/main/pa_http.C: content logging added
914:
915: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
916: clear_response_headers added
917:
918: 2020-12-16 moko
919:
920: * buildall: as we now use threads, libatomic_ops still required for
921: some OS.
922:
923: * src/main/pa_request.C: whitespace
924:
925: * src/: include/pa_request.h, main/pa_request.C:
926: Request::Exception_trace::table extracted and used
927:
928: * src/main/pa_request.C: moving output_result call outside of try
929: as network exceptions should not be handled by parser code
930:
931: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
932: logging network exchange
933:
934: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
935: via network if it was network write error.
936:
937: * src/targets/cgi/parser3.C: log -> pa_log
938:
939: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
940:
941: * src/main/pa_threads.C: getpid() if no gettid() found
942:
943: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
944: we need to ignore "void" connections from browsers (browsers open
945: connections in advance and they will be empty if user does not
946: request more pages)
947:
948: 2020-12-15 moko
949:
950: * src/targets/cgi/parser3.C: avoid previous uri in logs
951:
952: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
953: RequestController not needed in httpd mode
954:
955: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
956: classes/classes.h, classes/curl.C, classes/date.C,
957: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
958: classes/hashfile.C, classes/image.C, classes/inet.C,
959: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
960: classes/memcached.C, classes/memory.C, classes/op.C,
961: classes/reflection.C, classes/regex.C, classes/response.C,
962: classes/string.C, classes/table.C, classes/void.C,
963: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
964: include/pa_array.h, include/pa_base64.h,
965: include/pa_cache_managers.h, include/pa_charset.h,
966: include/pa_charsets.h, include/pa_common.h,
967: include/pa_config_fixed.h, include/pa_config_includes.h,
968: include/pa_dictionary.h, include/pa_dir.h,
969: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
970: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
971: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
972: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
973: include/pa_request_charsets.h, include/pa_request_info.h,
974: include/pa_sapi.h, include/pa_socks.h,
975: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
976: include/pa_stack.h, include/pa_string.h,
977: include/pa_stylesheet_connection.h,
978: include/pa_stylesheet_manager.h, include/pa_symbols.h,
979: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
980: include/pa_uue.h, include/pa_xml_exception.h,
981: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
982: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
983: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
984: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
985: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
986: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
987: main/compile.tab.C, main/compile.y, main/compile_tools.C,
988: main/compile_tools.h, main/execute.C, main/pa_base64.C,
989: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
990: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
991: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
992: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
993: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
994: main/pa_sql_driver_manager.C, main/pa_string.C,
995: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
996: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
997: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
998: main/untaint.C, sql/pa_sql_driver.h,
999: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1000: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1001: targets/isapi/parser3isapi.C, types/pa_junction.h,
1002: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1003: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1004: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1005: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1006: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1007: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1008: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1009: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1010: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1011: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1012: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1013: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1014: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1015: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1016: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1017: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1018: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1019: types/pa_vstateless_object.h, types/pa_vstatus.C,
1020: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1021: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1022: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1023: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1024: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1025:
1026: * src/main/pa_request.C: old compilers support
1027:
1028: * tests/: 362.html, results/362.processed: test updated after
1029: changes after upgrade to libxml2-2.9.9 were made (related to bug
1030: #1108)
1031:
1032: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1033: removed, as xsltFreeStylesheet has side effects on original doc.
1034: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1035: not updated after xdoc modification (part 3 of test 362).
1036: (related to bug #1108)
1037:
1038: * src/targets/isapi/parser3isapi.C: +pa_strcat
1039:
1040: * src/: classes/memory.C, include/pa_memory.h,
1041: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1042: PA_GC_GCOLLECT used
1043:
1044: * src/include/pa_memory.h: +PA_GC_COLLECT
1045:
1046: * src/targets/cgi/parser3.C: msvs support fixes
1047:
1048: * src/lib/gc/include/gc.h: more cleanup
1049:
1050: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1051:
1052: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1053: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1054:
1055: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1056:
1057: * configure.ac: pthread.h added to checked headers
1058:
1059: * src/classes/table.C: string stream is back :)
1060:
1061: * src/classes/memory.C: GC_generate_random_backtrace no longer
1062: exists
1063:
1064: * src/main/pa_globals.C: GC_dont_gc replaced
1065:
1066: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1067: left to simplify adding new functions. depricated GC_dont_gc
1068: replaced with GC_disable and GC_enable calls.
1069:
1070: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1071: CORD_from_file* not used and thus removed
1072:
1073: * src/lib/gc/include/gc_allocator.h: minor cleanup
1074:
1075: 2020-12-14 moko
1076:
1077: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1078: referenced elsewhere, or GC will collect it.
1079:
1080: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1081: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1082: elsewhere, or GC will collect them (and we'll get GPF in
1083: multithreaded enviroment). May be it can be also fixed by some
1084: GC call, not sure. But this fix costs nothing (but hours of
1085: debugging to find the issue :).
1086:
1.150 moko 1087: 2020-12-11 moko
1088:
1089: * configure.ac: gettid() check added
1090:
1091: * src/main/pa_threads.C: HAVE_GETTID used
1092:
1093: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1094:
1095: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1096: version for isapi/cgi/apache
1097:
1098: * buildall: threads are now required.
1099:
1100: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1101: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1102: main/main.vcproj: pa_threads.C moved to main
1103:
1104: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1105: isapi/pa_threads.C: pa_threads.C moved to main
1106:
1107: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1108: targets/apache/Makefile.am: pa_threads.C moved to main
1109:
1110: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1111:
1112: * src/: include/pa_stylesheet_connection.h,
1113: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1114: and weird GPF in multithreaded httpd is gone
1115:
1116: * src/include/: pa_stylesheet_connection.h,
1117: pa_sql_driver_manager.h: whitespace
1118:
1119: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1120:
1121: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1122: main/pa_stylesheet_manager.C: whitespace, warning war
1123:
1124: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1125: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1126: parser_multithreaded never used
1127:
1128: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1129:
1130: 2020-12-10 moko
1131:
1132: * src/: include/pa_config_includes.h, include/pa_http.h,
1133: main/pa_http.C, targets/cgi/parser3.C: initial support for
1134: MULTITHREADED and PARALLEL httpd server modes
1135:
1136: * src/main/pa_globals.C: GC_java_finalization is depricated
1137:
1138: 2020-12-09 moko
1139:
1140: * etc/auto.p.in: + @httpd-main
1141:
1142: * src/: include/pa_common.h, main/pa_request.C,
1143: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1144: work
1145:
1146: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1147: slow file_read_binary no longer used, send_range added
1148:
1149: 2020-12-08 moko
1150:
1151: * src/main/pa_request.C: >4Gb support
1152:
1153: * src/targets/cgi/parser3.C: msvc warning war
1154:
1155: * src/: include/pa_config_includes.h, main/pa_http.C,
1156: main/pa_request.C: msvc warnings war
1157:
1158: * src/classes/image.C: warning war
1159:
1160: * src/classes/table.C: MSVC warning war
1161:
1162: * src/targets/cgi/parser3.C: msvc warnings war
1163:
1164: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1165: added
1166:
1.149 moko 1167: 2020-12-07 moko
1168:
1.150 moko 1169: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1170: avoid logging beside system-wide auto.p
1171:
1172: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1173:
1174: * configure, configure.ac, src/include/pa_config_auto.h.in:
1175: configure options added:
1176:
1177: --with-system-cfg=FILE to specify system-wide auto.p
1178: --with-system-log=FILE to specify system-wide parser3.log
1179:
1180: * Makefile.am: bin no longer exists
1181:
1182: * configure, configure.ac: auto.p moved to etc to simplify debian
1183: package
1184:
1185: * buildall: auto.p and parser3.charsets moved to their default
1186: location after install
1187:
1188: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1189:
1190: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1191:
1.149 moko 1192: * src/targets/cgi/parser3.C: locate_config call returned to
1193: original place as it requires pa_thread_request() under Windows
1194:
1195: * src/targets/cgi/parser3.C: renaming
1196:
1197: 2020-12-06 moko
1198:
1199: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1200: check added
1201:
1202: 2020-12-04 moko
1203:
1204: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1205: main/pa_request.C: unified uint64_t lseek implemented to support
1206: >4Gb files under x86, including Windows
1207:
1208: 2020-12-02 moko
1209:
1210: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1211: with max_file_size
1212:
1213: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1214: support for processing files sized >4Gb on 32 bit planforms
1215:
1216: * tests/399.html: file moved
1217:
1218: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1219:
1220: * src/targets/cgi/pa_sapi_info.h: warning war
1221:
1222: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1223: warning war
1224:
1225: 2020-12-01 moko
1226:
1227: * src/classes/image.C: mp4 extended size (>4Gb) support added
1228:
1229: * src/classes/image.C: for "size not found" exception to be shown
1230: if size not found until eof
1231:
1232: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1233: bit linux)
1234:
1235: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1236: #1188)
1237:
1238: 2020-11-30 moko
1239:
1240: * src/classes/image.C: definitions moved closer to code
1241:
1242: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1243: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1244: 395_dir/3_VP8X.webp, results/395.processed,
1245: results/396.processed: tests for ^image::measure[] .webp support
1246: added, all image files moved into one directory (related to
1247: feature #1188)
1248:
1249: * src/classes/image.C: ^image::measure[] now supports webp (feature
1250: #1188)
1251:
1.148 moko 1252: 2020-11-29 moko
1253:
1254: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1255: processing, unnessesary defines removed
1256:
1257: 2020-11-24 moko
1258:
1259: * tests/results/: 099.processed, 100.processed, 205.processed,
1260: 309.processed, 310.processed: Content-Disposition: inline
1261: returned
1262:
1263: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1264: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1265: ] added (related to bug #1204)
1266:
1267: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1268: ] supported to avoid Content-Disposition: inline;
1269: filename="<file>.ext" but still set Content-Type for ext (related
1270: to bug #1204)
1271:
1.147 moko 1272: 2020-11-22 moko
1273:
1274: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1275: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1276:
1277: * src/main/pa_request.C: content_disposition_inline returned.
1278:
1279: 2020-11-17 moko
1280:
1281: * src/main/pa_request.C: empty main method name support
1282:
1283: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1284: config_handler added, stdout flush added.
1285:
1286: 2020-11-16 moko
1287:
1288: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1289:
1290: * tests/results/: 099.processed, 205.processed, 237.processed,
1291: 309.processed, 310.processed: Content-Disposition: inline is not
1292: required and should not contain filename="<name>"
1293:
1294: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1295: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1296: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1297:
1.146 moko 1298: 2020-11-14 moko
1299:
1300: * src/targets/cgi/parser3.C: spelling
1301:
1302: * src/targets/cgi/parser3.C: renaming
1303:
1304: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1305: relocated
1306:
1307: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1308: before request processing, which is weired
1309:
1310: 2020-11-13 moko
1311:
1312: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1313: copied in httpd.
1314:
1315: 2020-11-12 moko
1316:
1317: * src/main/pa_http.C: ALARM code unified to be used in httpd
1318:
1319: * src/: include/pa_request.h, main/pa_request.C,
1320: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1321:
1322: * src/main/pa_http.C: URI validation added
1323:
1324: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1325: can't be empty but can be null. httpd-main is now main method
1326: name for httpd mode
1327:
1328: 2020-11-11 moko
1329:
1330: * src/main/pa_request.C: path_translated can be null in httpd mode
1331:
1332: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1333: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1334: classes/xdoc.C, include/pa_request.h, main/execute.C,
1335: main/pa_request.C: r.absolute -> r.full_disk_path
1336:
1337: * src/targets/cgi/parser3.C: if filename to process is not
1338: specified, auto.p should be present.
1339:
1.145 moko 1340: 2020-11-03 moko
1341:
1342: * src/: classes/op.C, include/pa_request.h: unused argument removed
1343:
1344: * src/main/pa_request.C: content_disposition_inline is the default,
1345: not required.
1346:
1.144 moko 1347: 2020-10-29 moko
1348:
1349: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1350: ^use[file; $.main(true) ] implemented for auto.p processing and
1351: path_translated changing to correct relative files path
1352: calculation in httpd mode
1353:
1354: * src/: include/pa_request.h, main/pa_request.C:
1355: fail_on_read_problem removed, as it allways true, as if should
1356: be.
1357:
1358: * src/: include/pa_request.h, main/pa_request.C,
1359: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1360: targets/isapi/parser3isapi.C: clearing config_filespec when
1361: config was not found, thus flag not required and removed.
1362:
1363: 2020-10-28 moko
1364:
1365: * tests/: 402.html, results/402.processed: error reporting test
1366:
1367: * src/main/execute.C: better error reporting when
1368: $result[^hash::create[]] in @main.
1369:
1370: * src/main/: execute.C, pa_request.C: frame.result() should be used
1371: + minor optimization
1372:
1373: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1374: main/pa_xml_io.C: execute_*_method simplified and unified
1375:
1376: 2020-10-27 moko
1377:
1378: * tests/: 306.html, results/306.processed: a bit more testing. :)
1379:
1380: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1381: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1382: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1383: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1384: types/pa_vmethod_frame.h, types/pa_vobject.C,
1385: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1386: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1387: longer used in object-prototype mode
1388:
1389: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1390: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1391: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1392: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1393: $form:name[value] features
1394:
1.143 moko 1395: 2020-10-18 moko
1396:
1397: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1398:
1399: 2020-10-15 moko
1400:
1401: * src/main/pa_http.C: url no longer needed as
1402: ALTER_EXCEPTION_SOURCE is used
1403:
1404: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1405: main/pa_http.C: check_file_size filespec is now optional
1406:
1407: * src/: classes/curl.C, include/pa_exception.h,
1408: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1409: ALTER_EXCEPTION_COMMENT added for better error reporting
1410:
1411: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1412: results/346-curl.processed, results/379-curl.processed,
1413: results/379.processed: test results updated as load now provides
1414: better error reporting + curl responses updated
1415:
1416: 2020-10-14 moko
1417:
1418: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1419: main/pa_string.C, targets/apache/mod_parser3_core.C,
1420: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1421: checked. 10 is now default base, no hex autodetect by default
1422:
1423: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1424: connection socket closing in destructor + accept exception
1425: handling
1426:
1427: * src/targets/cgi/parser3.C: warning war
1428:
1429: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1430: main/pa_request.C, targets/apache/mod_parser3_core.C,
1431: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1432: exception handling unified
1433:
1434: 2020-10-13 moko
1435:
1436: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1437: autodetection
1438:
1439: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1440:
1441: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1442:
1443: * src/main/pa_http.C: warning war
1444:
1.142 moko 1445: 2020-10-12 moko
1446:
1.143 moko 1447: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1448: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1449: unhandled exception code optimization
1450:
1451: * src/targets/cgi/parser3.C: request_info now global variable
1452:
1453: * src/main/pa_http.C: http_read_response moved to HTTP_response
1454: class
1455:
1456: * src/: include/pa_http.h, main/pa_http.C,
1457: targets/cgi/pa_sapi_info.h: read_post implemented
1458:
1.142 moko 1459: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1460: [host:]port syntax support in httpd mode
1461:
1462: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1463: targets/cgi/parser3.C: populate_env added
1464:
1465: * src/include/pa_hash.h: to make get(char *) compiling in
1466: HashStringString
1467:
1468: 2020-10-10 moko
1469:
1470: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1471: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1472:
1473: * src/: include/pa_http.h, include/pa_request_info.h,
1474: main/pa_http.C, main/pa_string.C,
1475: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1476: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1477: types/pa_vrequest.C: initial httpd mode implementation
1478:
1.141 moko 1479: 2020-10-04 moko
1480:
1481: * src/targets/cgi/parser3.C: options together
1482:
1483: 2020-09-30 moko
1484:
1485: * src/main/pa_http.C: renamed
1486:
1.140 moko 1487: 2020-08-14 moko
1488:
1489: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1490: src/targets/cgi/Makefile.am: no httpd as separate library
1491:
1492: 2020-08-13 moko
1493:
1494: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1495: unhandled exception handler to report 500 instead of 200 it was
1496: before.
1497:
1498: * src/targets/apache/mod_parser3_core.C: minor cleanup
1499:
1500: * src/: include/pa_sapi.h, main/untaint.C,
1501: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1502: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1503: thus replaced with SAPI::die and removed
1504:
1505: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1506: cgi/parser3.C: whitespace
1507:
1508: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1509:
1510: 2020-08-12 moko
1511:
1512: * src/targets/cgi/parser3.C: duplicate info in signal logging
1513: removed, whitespace was: SIGPIPE received while executing code.
1514: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1515: cl=0]
1516:
1517: * parser3.sln: + httpd.vcproj
1518:
1519: 2020-08-11 moko
1520:
1521: * src/targets/cgi/Makefile.am: +libhttpd
1522:
1523: * configure.ac, src/lib/Makefile.am: +libhttpd
1524:
1.139 moko 1525: 2020-07-13 moko
1526:
1527: * tests/: 401.html, results/401.processed: test for hash key does
1528: not keep language, but tainted in foreach.
1529:
1.138 moko 1530: 2020-07-01 moko
1531:
1532: * tests/: 235.html, results/235.processed: test result updated as
1533: messages before attachments implemented (feature #1176)
1534:
1.137 moko 1535: 2020-06-27 moko
1536:
1537: * tests/: 400.html, results/400.processed: test updated to check
1538: ^return{code}
1539:
1540: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1541: fixed
1542:
1543: 2020-06-26 moko
1544:
1545: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1546: added (related to https://www.parser.ru/forum/?id=85319)
1547:
1548: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1549: when $result assignment was last statement in the method
1550: (https://www.parser.ru/forum/?id=85319)
1551:
1.136 moko 1552: 2020-05-23 moko
1553:
1554: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1555: whitespace, unused level removed
1556:
1557: 2020-05-19 moko
1558:
1559: * src/types/pa_vmail.C: whitespace
1560:
1561: * src/types/pa_vmail.C: files should be processed last (related to
1562: feature #1176)
1563:
1.135 moko 1564: 2020-05-12 moko
1565:
1566: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1567: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1568:
1569: * configure.ac: FreeBSD1X.X check added to avoid
1570: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1571:
1.134 moko 1572: 2020-02-26 moko
1573:
1574: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1575: compilation issue (related to bug #1201)
1576:
1577: * src/main/pa_common.C: entry_readable -> entry_exists,
1578: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1579: -f and -d now works under Windows in UTF-8 with Russian
1580: filenames.
1581:
1582: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1583: advice (related to feature #1199)
1584:
1585: 2020-02-25 moko
1586:
1587: * buildall: --silent removed
1588:
1589: * configure.ac: gmime-3.0 support
1590:
1591: * buildall: --with-system-mailreceive option added to build with
1592: system libgmime
1593:
1594: * src/types/pa_vmail.C: avoiding
1595: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1596: to feature #1199)
1597:
1.133 moko 1598: 2020-02-18 moko
1599:
1600: * src/classes/op.C: windows x64 debug mode compile fix
1601:
1602: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1603: change (releated to feature #1200)
1604:
1605: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1606: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1607: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1608: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1609: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1610: targets/apache/ApacheModuleParser3.vcproj,
1611: targets/apache/ApacheModuleParser3Core.vcproj,
1612: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1613: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1614: dependency (related to feature #1200)
1615:
1.132 moko 1616: 2020-02-12 moko
1617:
1618: * src/types/pa_vmail.C: minimize diff
1619:
1620: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1621: #1199)
1622:
1.131 moko 1623: 2020-01-18 moko
1624:
1625: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1626:
1.130 moko 1627: 2019-12-28 moko
1628:
1629: * src/targets/cgi/parser3.C: avoid empty ?
1630:
1631: 2019-12-27 moko
1632:
1633: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1634: DOCUMENT_ROOT (related to feature #1164)
1635:
1636: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1637: fcgiwrap setup (implements feature #1164)
1638:
1639: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1640: but no issues found (related to feature #1164)
1641:
1642: * src/targets/cgi/parser3.C: actualized
1643:
1644: 2019-12-26 moko
1645:
1646: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1647: removed
1648:
1649: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1650: removed
1651:
1652: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1653: allocation errors, we don't want default gc warnings (without
1654: timestamp and URI).
1655:
1656: * src/: classes/memory.C, main/pa_globals.C,
1657: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1658: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1659: pa_globals_init
1660:
1661: * src/main/pa_globals.C: setup_hex_value() removed, static array
1662: initialization used (optimization)
1663:
1664: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1665: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1666: pa_socks_init/pa_socks_done moved inside pa_globals_init
1667: (optimization)
1668:
1.129 moko 1669: 2019-12-09 moko
1670:
1671: * src/include/pa_config_fixed.h: warning war
1672:
1.128 moko 1673: 2019-12-08 moko
1674:
1675: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1676: process grammar under Unix.
1677:
1678: 2019-12-07 moko
1679:
1680: * tests/389.html: For Windows XP. :)
1681:
1682: * tests/388-sql.html: Windows compatibility added
1683:
1684: 2019-12-06 moko
1685:
1686: * src/targets/cgi/parser3.C: warning war
1687:
1688: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1689: == sizeof(CORD)) to avoid aligning bugs in future
1690:
1691: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1692: XML_STATIC
1693:
1694: * src/include/pa_request.h: StackItem() not required
1695:
1696: * src/include/pa_stack.h: warning war
1697:
1698: * src/include/pa_config_includes.h: GCC warning silenced
1699:
1700: * src/include/pa_memory.h: warning war: the program should also
1701: define 'void operator delete [](void*, std::size_t)'
1702: [-Wsized-deallocation]
1703:
1704: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1705:
1706: * src/classes/string.C: not reqired cast removed
1707:
1708: * src/classes/string.C: not reqired cast removed
1709:
1710: 2019-12-05 moko
1711:
1712: * src/lib/sdbm/pa_file_io.C: warning war
1713:
1714: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1715: enum Language : size_t - required for VS2015+ to make
1716: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1717: without it (related to feature #1198)
1718:
1719: 2019-12-04 moko
1720:
1721: * src/main/pa_base64.C: unsigned char -> uchar
1722:
1723: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1724: as other libs
1725:
1726: * src/include/pa_version.h: +amd64
1727:
1728: 2019-12-03 moko
1729:
1730: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1731: release
1732:
1733: * src/include/pa_config_includes.h: warning war
1734:
1735: * src/classes/image.C: warning war
1736:
1737: * src/main/pa_globals.C: x64 libs support
1738:
1739: * src/include/pa_config_includes.h: warning war
1740:
1741: * src/types/pa_method.h: warning war
1742:
1.127 moko 1743: 2019-11-28 moko
1744:
1745: * src/classes/math.C: vs2003 compatibility + warning war
1746:
1747: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1748: libxml2-2.9.9 (related to feature #1136)
1749:
1750: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1751: typecast for more compatibility (related to feature #1136)
1752:
1753: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1754: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1755: feature #1136)
1756:
1757: 2019-11-26 moko
1758:
1759: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1760: removed (it was failing in $$var case), condition added
1761:
1.126 moko 1762: 2019-11-25 moko
1763:
1764: * tests/: 397.html, 399.html, results/141.processed,
1765: results/399.processed: base64 options tested
1766:
1767: * src/: classes/math.C, main/pa_http.C: base64 options used
1768:
1769: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1770: implemented (feature #986)
1771:
1772: * src/main/pa_cache_managers.C: whitespace
1773:
1774: * tests/: 397.html, 399.html, results/399.processed: tests for
1775: ^base64 encode options added (related to feature #986)
1776:
1777: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1778: pa_base64_encode(file) removed - more memory, but faster and less
1779: code (related fo feature #986)
1780:
1781: 2019-11-24 moko
1782:
1783: * tests/: 155.html, results/155.processed: limit and offset in
1784: ^table::load[] now supported, thus test added
1785:
1786: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1787: main/pa_common.C: optimization: offset and limit options parsing
1788: moved inside file_load.
1789:
1790: 2019-11-23 moko
1791:
1792: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1793: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1794: optimization: file_read replaced with simplified file_read_binary
1795:
1796: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1797: types/pa_vform.C: whitespace
1798:
1799: * src/: include/pa_common.h, main/pa_common.C: never used params
1800: removed
1801:
1802: 2019-11-21 moko
1803:
1804: * tests/: 193.html, results/193.processed, results/389.processed:
1805: test results updated as now base64 does not discard tail without
1806: padding (related to feature #986)
1807:
1808: 2019-11-20 moko
1809:
1810: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1811: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1812: pa_base64_decode (related to feature #986)
1813:
1814: * tests/398.html: tests for base64 decode added (related to feature
1815: #986)
1816:
1817: * src/main/pa_base64.C: base64_decode rewritten - padding option
1818: support, padding inside base 64 supported (related to feature
1819: #096)
1820:
1821: 2019-11-19 moko
1822:
1823: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1824: FreeBSD 12
1825:
1.125 moko 1826: 2019-11-16 moko
1827:
1828: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1829: support added, step support removed (related to #986)
1830:
1831: 2019-11-15 moko
1832:
1833: * src/classes/math.C: using log since log2 is not present on
1834: FreeBSD < 8.4 (related to feature #1177)
1835:
1836: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1837: pa_base64_size extracted and used for files as well (related to
1838: feature 986)
1839:
1840: 2019-11-14 moko
1841:
1842: * tests/: 397.html, results/397.processed: + content check
1843:
1844: * tests/: 141.html, results/141.processed: make test resuls more
1845: readable
1846:
1847: * tests/: 397.html, results/193.processed, results/397.processed:
1848: test results updated after \x00 character was disabled in
1849: math:convert string mode (related to feature #1177)
1850:
1851: * src/classes/: math.C, string.C: \\x00 character disabled while
1852: converting to string (as in base64, related to feature #1177)
1853:
1854: * src/classes/file.C: more correct arguments separation
1855:
1856: * src/: classes/file.C, classes/math.C, classes/string.C,
1857: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1858: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1859: options added, but not yet implemented (related to feature #986)
1860:
1861: * src/classes/math.C: whitespace
1862:
1863: 2019-11-13 moko
1864:
1865: * tests/: 397.html, results/397.processed: +tainting test (related
1866: to feature #1177)
1867:
1868: * src/classes/math.C: as we now produce not only digits, result
1869: should be tainted (related to feature #1177)
1870:
1871: * src/main/pa_base64.C: whitespace
1872:
1873: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1874: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1875: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1876: implementation moved from pa_common.h and pa_common.C
1877:
1878: 2019-11-12 moko
1879:
1880: * tests/: 275.html, results/275.processed: out of range test fixed,
1881: as ^math:convert now supports arbitrary precision
1882:
1883: 2019-11-11 moko
1884:
1885: * tests/results/389.processed: uctualized error message
1886:
1887: * tests/: 389.html, 397.html, results/397.processed: tests for
1888: ^math:convert added (related to feature #1177)
1889:
1890: * src/classes/math.C: ^math:convert now supports arbitrary
1891: precision, alphabet support added (implements feature #1177)
1892:
1.124 moko 1893: 2019-11-06 moko
1894:
1895: * tests/: 181.html, results/181.processed: entities usage added,
1896: more entites load tests (related to bug #842 discussion)
1897:
1898: 2019-11-05 moko
1899:
1900: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1901: call from xmlFileOpen if http://localhost/<file> was not found
1902: (related to bug #842)
1903:
1904: * src/main/pa_xml_io.C: rename
1905:
1906: * src/main/pa_xml_io.C: +MemoryStream constructor
1907:
1908: * src/main/pa_xml_io.C: whitespace
1909:
1.123 moko 1910: 2019-10-31 moko
1911:
1912: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1913: XML_PARSE_NOENT) added to fix entities load, (related to feature
1914: #1181)
1915:
1.122 moko 1916: 2019-10-25 moko
1917:
1918: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1919: queries tests
1920:
1921: 2019-10-24 moko
1922:
1923: * tests/: 388-sql.html, results/388-sql.processed: support for
1924: pgsql driver test
1925:
1926: * tests/: 388-sql.html, results/388-sql.processed:
1927: multi_statements=1 now tested, mysql test now supported
1928: (connection must be specified in [parser3] section in .my.cnf)
1929: related to issues #1195 and #1194
1930:
1.121 moko 1931: 2019-09-11 moko
1932:
1933: * src/classes/int.C: whitespace
1934:
1935: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1936: exception test
1937:
1938: * tests/results/388-sql.processed: sql queries now shown (related
1939: to feature #1196)
1940:
1941: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1942: with old parser versions.
1943:
1944: * src/: classes/file.C, classes/hash.C, classes/string.C,
1945: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1946: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1947: instead of connect string in query_event_handlers exceptions
1948: (implements feature #1196)
1949:
1.120 moko 1950: 2019-09-06 moko
1951:
1952: * tests/388-sql.html: mysql compat
1953:
1954: * src/: classes/hash.C, classes/string.C, classes/table.C,
1955: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1956: sql_ variables declaration moved to pa_common.h
1957:
1.116 moko 1958: 2019-01-15 moko
1959:
1960: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1961: logically sorted
1962:
1963: 2018-12-27 moko
1964:
1965: * src/include/pa_config_includes.h: warning war:
1966: -Wdeprecated-register added for C++ 17
1967:
1968: 2018-10-15 moko
1969:
1970: * configure.ac: FreeBSD 11.2 can be build with ./configure
1971: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1972: --with-xml=/usr/local/
1973:
1974: 2018-09-24 moko
1975:
1976: * tests/: 396.html, 396.tiff, results/396.processed: test for
1977: ^image::measure[] now supports tiff added (related to feature
1978: #1188)
1979:
1980: * src/classes/image.C: ^image::measure[] now supports tiff
1981: (implements feature #1188)
1982:
1983: 2018-09-20 moko
1984:
1985: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1986: files measure added (related to ticket #1188)
1987:
1988: * src/classes/image.C: measure of bmp files implemented (related to
1989: ticket #1188)
1990:
1991: 2018-09-18 moko
1992:
1993: * tests/: 394-curl.html, results/394-curl.processed,
1994: results/auto.p: test for bug #1187 (max_file_size check for head
1995: requests) added
1996:
1997: 2018-08-24 moko
1998:
1999: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2000: response content-length check is required (fixes bug #1187)
2001:
2002: 2018-05-11 moko
2003:
2004: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2005: $.append(bool) ] option added (related to feature #919)
2006:
2007: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2008: from misha@ patch (implements feature #919)
2009:
2010: 2018-03-22 moko
2011:
2012: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2013: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2014: with 128kb buffer. Now works at least 12 times faster. :) May be
2015: Windows-only problem.
2016:
2017: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2018: build fix)
2019:
2020: 2018-02-03 moko
2021:
2022: * src/main/execute.C: removes irrelevant lines from exception stack
2023: trace when exceptions occurs in assigment (fixes bug #1165)
2024:
2025: * tests/: 393.html, results/393.processed: test for behavour after
2026: "Property can not be created, already exists field with that
2027: name" exception removed (related to feature #1183)
2028:
2029: * src/types/pa_vclass.C: "Property can not be created, already
2030: exists field with that name" exception removed (implements
2031: feature #1183)
2032:
2033: 2018-01-19 moko
2034:
2035: * src/classes/string.C: whitespace
2036:
2037: * src/classes/string.C: whitespace
2038:
2039: * tests/: 392.html, results/392.processed: test for
2040: ^regex::create[$regex] added (related to feature #1135)
2041:
2042: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2043: ^regex::create[$regex] added (implements feature #1135)
2044:
2045: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2046: commented define added (related to feature #1157)
2047:
2048: 2018-01-17 moko
2049:
2050: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2051:
2052: 2018-01-15 moko
2053:
2054: * tests/: 390.html, results/390.processed: real path replaced by
2055: stub
2056:
2057: * tests/: 391.html, results/391.processed: test for feature #1181
2058: (XML_PARSE_HUGE exception) added
2059:
2060: 2018-01-11 moko
2061:
2062: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2063: XML_PARSE_HUGE option passed by default (implements feature
2064: #1181)
2065:
2066: * src/classes/string.C: whitespace
2067:
2068: 2017-12-10 moko
2069:
2070: * tests/: 389.html, 390.html, results/389.processed,
2071: results/390.processed: image code coverage tests added (related
2072: to feature #1125)
2073:
2074: 2017-12-08 moko
2075:
2076: * tests/: 346-curl.html, 388-sql.html, 389.html,
2077: results/346-curl.processed, results/388-sql.processed,
2078: results/389.processed: more code coverage tests
2079:
2080: * tests/: 264.html, results/264.processed: code coverage for
2081: ^file::exec[]
2082:
2083: 2017-12-07 moko
2084:
2085: * tests/: 174.html, 388-sql.html, 389.html,
2086: results/388-sql.processed, results/389.processed,
2087: results/174.processed: more coverage tests
2088:
2089: * src/classes/math.C: exception text actualized
2090:
2091: 2017-12-06 moko
2092:
2093: * tests/388-sql.html: $SQL can be here
2094:
2095: * tests/results/auto.p: $SQL not required here
2096:
2097: * tests/: 388-sql.html, 389.html, Makefile,
2098: results/388-sql.processed, results/389.processed, results/auto.p:
2099: code coverage tests for sql (using sqlite) and int/double/bool
2100: added (related to feature #1125)
2101:
2102: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2103: lib/json/json.vcproj, lib/md5/md5.vcproj,
2104: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2105: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2106: targets/apache/ApacheModuleParser3Core.vcproj,
2107: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2108: types/types.vcproj: gc\include no longer required
2109:
2110: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2111: required
2112:
2113: * src/: classes/Makefile.am, classes/table.C,
2114: include/pa_config_includes.h, include/pa_string.h,
2115: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2116: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2117: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2118: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2119: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2120: used, we now include it directly
2121:
2122: 2017-12-04 moko
2123:
2124: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2125: memcached/memcached.vcproj, punycode/punycode.vcproj,
2126: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2127: where required
2128:
2129: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2130: now can be used to trace memory allocations
2131:
2132: * src/: classes/table.C, include/pa_config_includes.h,
2133: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2134: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2135: method removes, libcord also can work without libgc
2136:
2137: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2138:
2139: 2017-11-29 moko
2140:
2141: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2142: are not present (related to feature #1173)
2143:
2144: * tests/346-curl.html: test updated to test curl content-length bug
2145: (related to feature #1173)
2146:
2147: * tests/results/346-curl.processed: more test for content-length
2148: curl bug (related to feature #1173)
2149:
2150: * tests/results/346-curl.processed: test results updated after
2151: #1173 implemented
2152:
2153: 2017-11-28 moko
2154:
2155: * src/classes/curl.C: another libcurl Content-length bug walkaround
2156: (related to feature #1173)
2157:
2158: 2017-11-27 moko
2159:
2160: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2161: $.http_version[version string] added (implements feature #1173),
2162: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2163: where $post(true) bug existed.
2164:
2165: 2017-11-18 moko
2166:
2167: * src/include/pa_memory.h: warning war (related to feature #1170)
2168:
2169: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2170: feature #1170)
2171:
2172: 2017-11-17 moko
2173:
2174: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2175: std::basic_stringstream used in ^table.csv-string[] is compatible
2176: with delete usage check only under Debian 9 (related to feature
2177: #1170)
2178:
2179: 2017-11-16 moko
2180:
2181: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2182: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2183: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2184: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2185: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2186: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2187: stubs defend from accidental use (implements feature #1170)
2188:
2189: 2017-06-24 moko
2190:
2191: * configure.ac: minor fix: thanks to alx@
2192:
1.115 moko 2193: 2017-05-29 moko
2194:
2195: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2196: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2197: added to avoid cutting of UTF-8 chars (fixed bug #123)
2198:
2199: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2200: ignored, =?UTF-8?Q?= should start in case of leading space
2201: (related to bug #123)
2202:
2203: * buildall: echo -n -> printf for OS X. :)
2204:
2205: 2017-05-25 moko
2206:
2207: * tests/: 288.html, results/288.processed: test updated afted
2208: setting $o.prop without setter exception removed (related to
2209: feature #1157)
2210:
2211: * src/types/pa_vclass.C: no more "this property has no setter
2212: method" when setting $o.prop without setter (implements feature
2213: #1157)
2214:
2215: * buildall: echo \c -> echo -n for FreeBSD
2216:
2217: * configure, configure.ac, src/include/pa_config_auto.h.in,
2218: src/types/pa_vdouble.h: isfinite now checked in configure
2219:
2220: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2221: upgraded to automake 1.15
2222:
2223: 2017-05-23 moko
2224:
2225: * src/types/pa_vdouble.h: finite returned where isfinite not
2226: defined
2227:
2228: 2017-05-22 moko
2229:
2230: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2231:
2232: * buildall: extern CFLAGS setting support
2233:
2234: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2235:
2236: * buildall: http -> https
2237:
2238: * buildall: gc-7.2f -> gc-7.6.0
2239:
2240: 2017-05-20 moko
2241:
2242: * buildall: https, pcre, xml, xslt updated to current versions
2243: (related to feature #1136)
2244:
2245: 2017-05-19 moko
2246:
2247: * tests/097.html: after parser.ru moved to https
2248:
2249: 2017-05-17 moko
2250:
2251: * tests/results/: 175.processed, 372.processed: tests resuls
2252: updated after lintian spelling typos fixed (related to bug #1156)
2253:
2254: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2255: classes/string.C, classes/table.C, main/pa_charset.C,
2256: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2257: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2258: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2259:
2260: * tests/results/096.processed: +XMP
2261:
2262: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2263: $.xmp(true) options tested (test for feature #1154)
2264:
2265: * src/classes/image.C: ^image:measure[] options $.exif(false)
2266: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2267: fetched by default! (implements feature #1154)
2268:
2269: 2017-05-16 moko
2270:
2271: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2272: allowed (related to feature #1154)
2273:
2274: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2275: initial XMP implementation - without options and transcode
2276: (related to feature #1154)
2277:
2278: 2017-05-12 moko
2279:
2280: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2281: image: exif moved to ffields, skipped in ^image.html[] where
2282: iterators now used (preparation for feature #1154)
2283:
2284: 2017-05-05 moko
2285:
2286: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2287: results/387.processed: test for circular class inheritance check
2288: added (related to bug #1150)
2289:
2290: * src/types/pa_vstateless_class.C: circular class inheritance check
2291: added (fixes endless add_derived bug #1150)
2292:
2293: 2017-05-04 moko
2294:
2295: * tests/: 386.html, results/386.processed: test for
2296: $table.value(number) added (related to feature #1152)
2297:
2298: * src/types/pa_vtable.C: table put_element: column value must be
2299: string - > column value must be string compatible to allow
2300: $t.value(1) (implements feature #1152)
2301:
2302: 2017-05-03 moko
2303:
2304: * src/main/pa_request.C: $use[$method] is not possible, reverting
2305: (related to feature #1151)
2306:
2307: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2308: not possible, removing test (related to feature #1151)
2309:
2310: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2311: get_element_method added and used to allow $use[$method] and
2312: $autouse[$method] (implements feature 1151)
2313:
2314: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2315: variable added (related to feature #1151)
2316:
2317: * tests/results/226.processed: actualized after ^try-catch used
2318:
2319: * tests/: 226.html, 385.html, results/385.processed: test for
2320: @autouse in variable added
2321:
2322: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2323:
1.114 moko 2324: 2017-02-27 moko
2325:
2326: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2327:
1.113 moko 2328: 2017-02-20 moko
2329:
2330: * operators.txt: actualization + beauty
2331:
2332: 2017-02-16 moko
2333:
2334: * tests/: 384.html, results/384.processed: test for
2335: ^reflection:mixin[; $.name[] ] option added (related to feature
2336: #1089)
2337:
2338: * tests/: 384.html, results/384.processed: test for
2339: ^reflection:mixin[] added (related to feature #1089)
2340:
2341: * src/types/pa_value.h: warning war: virtual ~Value() added
2342:
1.112 moko 2343: 2017-02-15 moko
2344:
2345: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2346: fixed
2347:
2348: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2349: test added (related to feature #1069)
2350:
2351: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2352: compilation without HASH_ORDER fixed
2353:
2354: * src/: classes/reflection.C, include/pa_hash.h:
2355: $.reverse(true/false) added to ^reflection:methods[] (related to
2356: feature #1069)
2357:
2358: 2017-02-14 moko
2359:
2360: * tests/: 152.html, results/152.processed: test for $._default hash
2361: added (related to bug #1131)
2362:
2363: * tests/: 277.html, results/277.processed: test for hash with only
2364: $._default is now defined (related to bug #1131)
2365:
2366: * src/types/pa_vhash.h: hash with only $._default is now defined
2367: (fixed bug #1131)
2368:
2369: 2017-02-13 moko
2370:
2371: * tests/cat-windows.sh: cat-windows added (cygwin required)
2372:
2373: * tests/: 171.html, 264.html, 286.html, 370.html,
2374: results/320.processed, results/375.processed, results/auto.p:
2375: cat-windows.sh support added
2376:
2377: * tests/375.html: Windows support
2378:
2379: * tests/270.html: documented
2380:
2381: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2382: (not backslashes) even under Windows (broke test 270)
2383:
2384: 2017-02-12 moko
2385:
2386: * tests/: descript.ion, todo.txt: cleanup
2387:
2388: 2017-02-09 moko
2389:
2390: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2391: run_tests.cmd: Windows compatibility
2392:
2393: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2394: incorrectly (GMT) if parser is called from cygwin
2395:
1.111 moko 2396: 2017-02-08 moko
2397:
1.112 moko 2398: * operators.txt: actualization 15% completed
2399:
2400: * operators.txt: cp1251 -> utf-8
2401:
2402: * NEWS, README: minor update
2403:
2404: * src/include/pa_config_includes.h: warning war continues
2405:
2406: * src/: include/pa_config_includes.h, include/pa_memory.h,
2407: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2408: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2409: gcc 6.x issues fixed
2410:
1.111 moko 2411: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2412: classes/classes.h, classes/curl.C, classes/date.C,
2413: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2414: classes/hashfile.C, classes/image.C, classes/inet.C,
2415: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2416: classes/memcached.C, classes/memory.C, classes/op.C,
2417: classes/reflection.C, classes/regex.C, classes/response.C,
2418: classes/string.C, classes/table.C, classes/void.C,
2419: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2420: include/pa_array.h, include/pa_cache_managers.h,
2421: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2422: include/pa_config_fixed.h, include/pa_config_includes.h,
2423: include/pa_dictionary.h, include/pa_dir.h,
2424: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2425: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2426: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2427: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2428: include/pa_request_charsets.h, include/pa_request_info.h,
2429: include/pa_sapi.h, include/pa_socks.h,
2430: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2431: include/pa_stack.h, include/pa_string.h,
2432: include/pa_stylesheet_connection.h,
2433: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2434: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2435: include/pa_uue.h, include/pa_xml_exception.h,
2436: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2437: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2438: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2439: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2440: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2441: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2442: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2443: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2444: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2445: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2446: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2447: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2448: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2449: main/pa_string.C, main/pa_stylesheet_connection.C,
2450: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2451: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2452: main/untaint.C, sql/pa_sql_driver.h,
2453: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2454: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2455: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2456: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2457: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2458: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2459: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2460: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2461: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2462: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2463: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2464: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2465: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2466: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2467: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2468: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2469: types/pa_vmemcached.h, types/pa_vmemory.h,
2470: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2471: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2472: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2473: types/pa_vresponse.C, types/pa_vresponse.h,
2474: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2475: types/pa_vstateless_object.h, types/pa_vstatus.C,
2476: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2477: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2478: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2479: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2480: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2481: 2015->2017
2482:
1.110 moko 2483: 2017-02-07 moko
2484:
2485: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2486:
2487: 2017-02-06 moko
2488:
2489: * src/main/pa_common.C: minor fixes, whitespace
2490:
2491: * src/: classes/curl.C, classes/file.C, classes/image.C,
2492: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2493: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2494: now used (implements feature #1081)
2495:
2496: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2497:
2498: 2017-02-01 moko
2499:
2500: * src/include/pa_request.h: cleanup
2501:
2502: 2017-01-30 moko
2503:
2504: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2505:
2506: 2017-01-29 moko
2507:
2508: * tests/: 383.html, results/383.processed: test for
2509: ^reflection:stack[] added (related to feature #1052)
2510:
2511: * src/classes/reflection.C: else added
2512:
2513: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2514: $.max_file_lock_wait added (implements feature #1128)
2515:
2516: 2017-01-28 moko
2517:
2518: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2519: body and other cases tests added (related to featue #1014)
2520:
2521: * src/classes/curl.C: bug if response is empty fixed (related to
2522: feature #1014)
2523:
2524: 2017-01-27 moko
2525:
2526: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2527: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2528: added (implements feature #1052)
2529:
2530: 2017-01-25 moko
2531:
2532: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2533: method test added
2534:
2535: 2017-01-23 moko
2536:
2537: * src/classes/reflection.C: optimization: options->get replaced by
2538: hash iterator
2539:
2540: * tests/: 381.html, results/381.processed: now -> fixed date
2541:
2542: * src/main/pa_request.C: warning war
2543:
2544: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2545: 5Mb (fixes bug #1058)
2546:
2547: * src/classes/curl.C: warning war
2548:
2549: * tests/: 381.html, results/381.processed: tests for ^json:string
2550: $.one-line(true) option added (related to feature #1124)
2551:
2552: * src/: classes/json.C, types/pa_value.h: $json-string
2553: $.one-line(true|false) options is now supported (implements
2554: feature #1124)
2555:
2556: * tests/: 380.html, results/380.processed: test for modified
2557: $.max_file_size added (related to bug #1014)
2558:
2559: * tests/: 379.html, results/auto.p: tests for rewritten http file
2560: load added (related to bug #1014)
2561:
2562: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2563: main/pa_common.C, main/pa_http.C: check_file_size added and used
2564: in curl / file load from disk and http, http file load rewritten
2565: (related to bug #1014)
2566:
2567: 2017-01-18 moko
2568:
2569: * tests/: 378.html, results/378.processed: tests for ^result[]
2570: added (related to feature #66)
2571:
2572: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2573: Method::CO_WITHOUT_FRAME as frame still added in expression
2574: (related to feature #66)
2575:
2576: 2017-01-17 moko
2577:
2578: * tests/: 377.html, results/377.processed: test for different
2579: combinations of breaks in body and delimiter (related to bug
2580: #1077)
2581:
2582: * tests/: 376.html, results/376.processed: many ^break[] tests
2583: added (related to bug #1077)
2584:
2585: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2586: passed to native method" exception added to avoid bugs due to
2587: WRITE_EXPR_RESULT skipped and native methods execution continues
2588: after ^break[] (related to bug #1077)
2589:
2590: 2017-01-14 moko
2591:
2592: * tests/: 330.html, results/330.processed: test results updated
2593: after ^break[] bugs where fixed (related to bug #1077)
2594:
2595: * tests/: 329.html, results/329.processed: test results updated
2596: after ^break[] bugs where fixed (related to bug #1077)
2597:
2598: * tests/results/320.processed: ^return[] added
2599:
2600: 2017-01-13 moko
2601:
2602: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2603: classes/table.C, include/pa_request.h, main/execute.C,
2604: main/pa_request.C, targets/cgi/parser3.C,
2605: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2606: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2607: checked after each possible process/execute call (fixes bug
2608: #1077)
2609:
2610: 2016-12-29 moko
2611:
2612: * src/main/pa_common.C: warning war
2613:
2614: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2615: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2616: pa_file_size_limit added, ^math:random fixed for upper limit and
2617: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2618: (related to feature #1014)
2619:
2620: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2621: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2622: (related to feature #1014)
2623:
2624: 2016-12-28 moko
2625:
2626: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2627: warning war
2628:
2629: 2016-12-26 moko
2630:
2631: * tests/: 341.html, results/341.processed: test for
2632: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2633:
2634: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2635: (related to feature #1057)
2636:
2637: * src/types/pa_vdate.C: warning war continues...
2638:
2639: * src/: classes/date.C, classes/image.C, classes/table.C,
2640: include/pa_config_includes.h, types/pa_vfile.C: warning war
2641:
2642: * src/lib/gd/gifio.C: warning war / cleanup
2643:
2644: * src/lib/json/pa_json.C: warning war
2645:
2646: * src/classes/hash.C: warning war
2647:
2648: * src/types/pa_vfile.C: warning war
2649:
2650: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2651: -Wall warning war continues
2652:
2653: * configure.ac: --with-build-warnings actualized
2654:
2655: 2016-12-25 moko
2656:
2657: * src/main/pa_exec.C: -wAll warning war
2658:
2659: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2660: -wAll warning war
2661:
2662: * src/: include/pa_common.h, include/pa_sapi.h,
2663: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2664: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2665: -wAll warning war
2666:
2667: 2016-12-23 moko
2668:
2669: * src/lib/ltdl/Makefile.am: extra dist added
2670:
2671: * tests/results/344.processed: test result updated after $file.text
2672: prefetched in ^hash::create[$file] (related to feature #1075)
2673:
2674: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2675: ^hash::create[$file] (related to feature #1075)
2676:
2677: 2016-12-22 moko
2678:
2679: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2680: main/pa_request.C, main/pa_stylesheet_connection.C,
2681: types/pa_vfile.C: file_stat now return 64-bit size (implements
2682: #1014 under 32-bit unix versions)
2683:
2684: 2016-12-21 moko
2685:
2686: * tests/: 375.html, results/375.processed: test for exec returning
2687: stated file added (related to feature #1119)
2688:
2689: * src/classes/file.C: load should not return file with null body
2690: (fixes bug #1119)
2691:
2692: 2016-12-14 moko
2693:
2694: * tests/: 374.html, results/374.processed: test for $method.name
2695: added (related to feature #1117) plus method returning junction
2696: test
2697:
2698: 2016-12-13 moko
2699:
2700: * src/: include/pa_symbols.h, main/pa_symbols.C,
2701: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2702: (implements feature #1117)
2703:
2704: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2705: HEAD and TRACE can't have body (implements feature #1116)
2706:
2707: 2016-12-09 moko
2708:
2709: * tests/: 373.html, results/373.processed: tests for
2710: ^reflection:tainting added (related to feature #1098)
2711:
2712: * src/classes/reflection.C: ^reflection:tainting arguments order
2713: change (related to feature #1098)
2714:
2715: 2016-12-06 moko
2716:
2717: * src/: classes/reflection.C, include/pa_string.h,
2718: main/pa_string.C: ^reflection:tainting[$string] added (implements
2719: feature #1098)
2720:
2721: 2016-12-05 moko
2722:
2723: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2724: (fixes bug #1114)
2725:
2726: 2016-12-04 moko
2727:
2728: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2729: check added
2730:
2731: 2016-12-03 moko
2732:
2733: * tests/: 346-curl.html, results/346-curl.processed: test modified
2734: to test value.as_hash() usage
2735:
2736: * src/classes/curl.C: value.as_hash() used for correct hash
2737: processing
2738:
2739: * src/classes/reflection.C: exceptions texts fixes
2740:
2741: 2016-12-02 moko
2742:
2743: * tests/: 372.html, results/372.processed: tests for
2744: ^reflection:create[ $.class[name] $.constructor[name]
2745: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2746: feature #1094)
2747:
2748: * src/types/pa_vmethod_frame.h: comment added: params should be
2749: declared outside of *_FRAME_ACTION as MethodParams destructor
2750: will be called in ~VNativeMethodFrame
2751:
2752: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2753: ] minor fix
2754:
2755: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2756: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2757: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2758: now supported (implements feature #1094) value::as_hash added
2759: (and should be used everywhere)
2760:
2761: * src/classes/reflection.C: cleanup
2762:
2763: 2016-12-01 moko
2764:
2765: * tests/: 356.html, results/356.processed: test for method
2766: junctions class name added to the resulting hash added (related
2767: to feature #1068)
2768:
2769: * src/classes/reflection.C: for method junctions class name added
2770: to the resulting hash (related to feature #1068)
2771:
2772: 2016-11-30 moko
2773:
2774: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2775: exception (related to bug #1113)
2776:
2777: * src/types/pa_vhashfile.C: whitespace
2778:
2779: * src/main/pa_os.C: errno now returned as it should (fixes bug
2780: #1113)
2781:
2782: * tests/results/: 175.processed, 192.processed, 224.processed,
2783: 229.processed, 239.processed, 244.processed, 246.processed,
2784: 314.processed, 352.processed: tests results updated after method
2785: call exceptions improved as method now keeps its name
2786:
2787: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2788: types/pa_vmethod_frame.h: method call exceptions improved as
2789: method now keeps its name
2790:
2791: * tests/: 224.html, 239.html, results/224.processed,
2792: results/239.processed: tests and tests results updated after
2793: Request::construct exception changed
2794:
2795: * src/: classes/reflection.C, main/execute.C: Request::construct
2796: exception optimized
2797:
2798: * tests/: 371.html, results/371.processed: test for
2799: WWrapper.get_element call in $.name.key[value] code added
2800: (related to feature #1091)
2801:
2802: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2803: in $.name.key[value] code (related to feature #1091)
2804:
2805: 2016-11-29 moko
2806:
2807: * src/classes/op.C: VS warning war
2808:
2809: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2810: C4239: nonstandard extension used : 'return' : conversion from
2811: 'Value' to 'Value &' (related to feature #1020)
2812:
2813: * src/: main/execute.C, types/pa_vmethod_frame.h,
2814: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2815: used : 'return' : conversion from 'Value' to 'Value &' (related
2816: to feature #1020)
2817:
2818: * src/main/execute.C: VS warning war
2819:
2820: * src/targets/cgi/parser3.C: VS compatibility fix
2821:
2822: * src/include/pa_request.h: VS warning war
2823:
2824: * tests/: 370.html, results/370.processed: test for ^file::exec[
2825: ... $.stdin[$binary_file] ] added (related to bug #1044)
2826:
2827: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2828: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2829: $.stdin[$binary_file] (fixes bug #1044)
2830:
2831: 2016-11-28 moko
2832:
2833: * src/main/pa_exec.C: whitespace
2834:
2835: * src/main/pa_request.C: whitespace
2836:
2837: * tests/: 369.html, results/369.processed: test for
2838: $response:status usage added (related to feature #1099)
2839:
2840: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2841: if < 100 (implements feature #1099)
2842:
2843: * src/targets/cgi/parser3.C: whitespace
2844:
2845: * src/targets/cgi/parser3.C: whitespace
2846:
2847: * tests/: 368.html, results/368.processed: test updated after
2848: ^reflection:filename[$method] added (related to feature #1053)
2849:
2850: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2851: main/compile.y, main/execute.C, main/pa_request.C,
2852: types/pa_vclass.h: filename -> filespec,
2853: ^reflection:filename[$method] added (related to feature #1053)
2854:
2855: 2016-11-27 moko
2856:
2857: * tests/: 368.html, results/368.processed: test for
2858: reflection:filename[$class or object] added (related to feature
2859: #1053)
2860:
2861: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2862: types/pa_vstateless_class.h: ^reflection:filename[$class or
2863: object] added (implements feature #1053)
2864:
2865: 2016-11-26 moko
2866:
2867: * src/: include/pa_request_info.h,
2868: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2869: remove_absolute_uri -> strip_absolute_uri
2870:
2871: 2016-11-25 moko
2872:
2873: * src/: include/pa_request_info.h,
2874: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2875: request_info.remove_absolute_uri added to remove possible
2876: http://site.name/ from $request:uri (implements feature #1112)
2877:
2878: 2016-11-24 moko
2879:
2880: * tests/: 367-curl.html, results/367-curl.processed: test for
2881: previous request headers clearing after redirect added (related
2882: to bug #1109)
2883:
2884: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2885: response headers from previous requests are now cleared, only
2886: last request headers are collected (fixes bug #1109)
2887:
2888: * tests/results/: 266.processed, 321.processed, 356.processed:
2889: tests results updated as method name now added to the resulting
2890: hash for new syntax only (Imp1 compatimility fixed, related to
2891: feature #1068)
2892:
2893: * src/classes/reflection.C: method name now added to the resulting
2894: hash for new syntax only (Imp1 compatimility fixed, related to
2895: feature #1068)
2896:
2897: * tests/results/366.processed: test for native and parser
2898: implementation of ^use[] logic (related to feature #1074)
2899:
2900: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2901: for native and parser implementation of ^use[] logic (related to
2902: feature #1074)
2903:
2904: 2016-11-23 moko
2905:
2906: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2907: main/pa_request.C: @USE file now implemented as ^use[file;
2908: $.origin[origin_file] ] (implements feature #1074)
2909:
1.109 moko 2910: 2016-11-21 moko
2911:
1.110 moko 2912: * tests/: 365.html, results/365.processed: test for $caller bugs in
2913: 3.4.4 and $caller.method now tested (related to feature #1110)
2914:
2915: * tests/: 364.html, results/364.processed: $caller usage in
2916: different contexts now tested (related to feature #1110)
2917:
2918: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2919:
2920: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2921:
1.109 moko 2922: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2923: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2924: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2925: used (implements feature #1110)
2926:
2927: 2016-11-20 moko
2928:
2929: * src/types/pa_vdouble.h: whitespace
2930:
2931: 2016-11-11 moko
2932:
2933: * tests/: 363.html, results/363.processed: more tests for feature
2934: #1091 (how parser methods work in expression context)
2935:
2936: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2937: expressions strings are now written as strings, not values by
2938: write_as_string (related to feature #1091)
2939:
2940: * src/classes/op.C: to make more correct behavour in expression
2941: context
2942:
2943: 2016-11-07 moko
2944:
2945: * tests/: 362.html, results/362.processed: test for
2946: xsltParseStylesheetDoc caching as xsl modification after it added
2947: (related to bug #1108)
2948:
2949: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2950: result now cached as xdoc is modified after it (fixes bug #1108)
2951:
2952: 2016-11-06 moko
2953:
2954: * src/types/pa_vxdoc.h: whitespace
2955:
2956: 2016-11-05 moko
2957:
2958: * src/types/pa_vmethod_frame.h: cleanup
2959:
2960: 2016-11-03 moko
2961:
2962: * tests/results/244.processed: more correct exception after method
2963: frames separation
2964:
2965: * src/types/pa_vmethod_frame.h: minor optimizaion
2966:
2967: * src/types/pa_method.h: optimization: params_count added
2968:
2969: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2970: include/pa_request.h, main/execute.C, main/pa_request.C,
2971: types/pa_value.C, types/pa_vmethod_frame.C,
2972: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2973: VMethodFrame now divided into VNativeMethodFrame,
2974: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2975: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2976: and used (related to feature #1104)
2977:
2978: 2016-11-02 moko
2979:
2980: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2981: classes/double.C, classes/file.C, classes/hash.C,
2982: classes/hashfile.C, classes/image.C, classes/inet.C,
2983: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2984: classes/memcached.C, classes/op.C, classes/reflection.C,
2985: classes/regex.C, classes/string.C, classes/table.C,
2986: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2987: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2988: r.write (implements feature #1091)
2989:
2990: * src/main/execute.C: cleanup (related to feature #1104)
2991:
2992: * src/: include/pa_request.h, main/execute.C,
2993: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2994: added, in_expression removed (implements feature #1104)
2995:
2996: 2016-10-31 moko
2997:
2998: * src/types/pa_value.C: whitespace
2999:
3000: 2016-10-28 moko
3001:
3002: * tests/results/244.processed: updated after error reporting fixed
3003: in pa_wcontext.C
3004:
3005: * src/types/pa_wcontext.C: error reporting fixed
3006:
3007: * src/types/pa_wcontext.h: whitespace
3008:
3009: * src/classes/image.C: not fully readed entries are no longer
3010: processed (fixes bug #1106)
3011:
3012: 2016-10-26 moko
3013:
3014: * src/classes/image.C: whitespace
3015:
3016: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3017: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3018: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3019: longer required (related to feature #1091)
3020:
3021: * tests/results/: 264.processed, 350.processed: test results update
3022: reverted (whitespace optimization) after write_no_lang removed :)
3023: (related to feature #1091)
3024:
3025: * src/: classes/file.C, classes/hash.C, classes/op.C,
3026: classes/string.C, classes/table.C, classes/void.C,
3027: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3028: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3029: equal write_pass_lang (related to feature #1091)
3030:
3031: * tests/results/: 264.processed, 350.processed: test results
3032: updated (whitespace optimization) after write_assign_lang removed
3033: (related to feature #1091)
3034:
3035: * tests/: 361.html, results/361.processed: test for non-string
3036: ^untaint added (related to feature #1091)
3037:
3038: * src/: classes/curl.C, classes/date.C, classes/file.C,
3039: classes/hash.C, classes/op.C, classes/string.C,
3040: include/pa_request.h, main/execute.C: optimization:
3041: write_assign_lang removed as not required (first part of feature
3042: #1091 implementation)
3043:
1.108 moko 3044: 2016-10-12 moko
3045:
3046: * tests/: 360.html, results/360.processed: more test code (related
3047: to feature #1104)
3048:
3049: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3050: include/pa_request.h, main/compile.y, main/execute.C: opcode
3051: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3052: WContext is next task (implements feature #1104)
3053:
3054: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3055: / CO_WITHOUT_WCONTEXT
3056:
3057: * tests/: 360.html, results/360.processed: test for in expression
3058: state (related to feature #1104)
3059:
3060: 2016-10-11 moko
3061:
3062: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3063:
3064: * src/classes/op.C: default value removed from initializer
3065:
3066: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3067:
3068: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3069:
3070: 2016-10-10 moko
3071:
3072: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3073: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3074: to feature #42)
3075:
3076: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3077: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3078:
3079: 2016-10-08 moko
3080:
3081: * src/classes/double.C: whitespace
3082:
3083: 2016-10-07 moko
3084:
3085: * src/types/pa_vmethod_frame.h: reorder
3086:
3087: 2016-10-06 moko
3088:
3089: * src/classes/date.C: typo
3090:
3091: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3092:
3093: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3094: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3095: types/pa_vmethod_frame.h: params.get now returns Value&, not
3096: Value*
3097:
3098: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3099:
3100: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3101: removed; first as_* code rewrite
3102:
3103: 2016-10-05 moko
3104:
3105: * src/include/pa_request.h: whitespace
3106:
3107: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3108: intercept_string added (related to feature #1097)
3109:
3110: * src/: classes/image.C, classes/op.C, classes/table.C,
3111: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3112: optimization: intercept_string removed (implements feature #1097)
3113:
3114: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3115:
3116: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3117: from VCodeFrame and WWrapper as not required
3118:
3119: 2016-10-04 moko
3120:
3121: * src/: classes/curl.C, classes/date.C, classes/double.C,
3122: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3123: classes/int.C, classes/json.C, classes/op.C,
3124: classes/reflection.C, classes/string.C, classes/table.C,
3125: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3126: proces_to_value -> process after StringOrValue removed (related
3127: to feature #1020)
3128:
3129: * src/classes/form.C: whitespace
3130:
3131: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3132:
3133: * tests/: 357.html, 358.html, results/357.processed,
3134: results/358.processed, results/auto.p: test for @conf
3135: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3136:
3137: 2016-10-03 moko
3138:
3139: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3140: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3141: supported (implements feature #42)
3142:
3143: * src/types/pa_vregex.h: no reason for VRegex to be
3144: is_evaluated_expr
3145:
3146: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3147: (implements feature #1095)
3148:
3149: 2016-10-01 moko
3150:
3151: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3152: false by default (related to feature #1089)
3153:
3154: 2016-09-30 moko
3155:
3156: * src/types/pa_wcontext.h: cleanup
3157:
3158: 2016-09-29 moko
3159:
3160: * src/main/execute.C: whitespace
3161:
3162: * src/include/pa_request.h: whitespace
3163:
3164: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3165: classes/op.C, classes/table.C, include/pa_request.h,
3166: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3167: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3168: StringOrValue removed as it just slows down and adds complexity
3169: (implements feature #1020)
3170:
3171: 2016-09-28 moko
3172:
3173: * tests/: 356.html, results/266.processed, results/321.processed,
3174: results/356.processed: tests updated after name was added to
3175: method_info hash, test for ^reflection:method_info[junction]
3176: added (related to feature #1068)
3177:
3178: * src/classes/reflection.C: ^reflection:method_info[junction] now
3179: supported, method name added to the resulting hash (implements
3180: feature #1068)
3181:
3182: * tests/: 276.html, results/276.processed: more tests for
3183: ^reflection:delete[]
3184:
3185: * src/classes/reflection.C: fixed bug then ^reflection:delete
3186: didn't work on class and could damage native objects (like file)
3187:
3188: 2016-09-26 moko
3189:
3190: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3191: results/345.processed, results/346-curl.processed,
3192: results/347-curl.processed, results/348.processed: numbers added
3193: to simplify diff analysis
3194:
3195: * tests/: 352.html, results/352.processed: test result updated as
3196: method name used
3197:
3198: * src/classes/reflection.C: method name used
3199:
3200: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3201: its name
3202:
3203: * src/types/pa_method.h: whitespace
3204:
3205: * src/classes/reflection.C: both method and field with one name can
3206: exist.
3207:
3208: * src/classes/reflection.C: ^reflection:mixin added (implements
3209: feature #1089)
3210:
3211: * tests/: 355.html, results/355.processed: property appears in
3212: derived class if added in base test added
3213:
3214: * src/types/pa_vstateless_class.h: get_method declaration +
3215: whitespace
3216:
3217: * tests/: 354.html, results/354.processed: nice test from method
3218: and property with one name in class added
3219:
3220: 2016-09-23 moko
3221:
3222: * src/classes/reflection.C: ^reflection:method usage documented
3223:
3224: 2016-09-22 moko
3225:
3226: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3227: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3228: compile warning and GPF occures on VS2003 (related to feature
3229: #1087)
3230:
3231: * tests/: 350.html, results/350.processed: test added for
3232: $.encloser[] support in ^table::create (related to feature #11)
3233:
3234: * src/classes/table.C: another minor fix (related to feature #11)
3235:
1.107 moko 3236: 2016-09-21 moko
3237:
3238: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3239:
3240: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3241: classes/json.C, classes/string.C, classes/table.C,
3242: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3243: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3244: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3245: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3246: pa_charsets, vs2015 warning war
3247:
3248: * src/classes/table.C: vs2015 warning war
3249:
3250: * src/types/pa_vdate.C: vs2015 warning war
3251:
3252: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3253:
3254: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3255: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3256:
3257: * src/main/pa_common.C: vs2015 compilation fixes
3258:
3259: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3260: vs2015 compilation fixes
3261:
3262: * src/main/pa_charset.C: vs2015 warning war
3263:
3264: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3265:
3266: * src/main/pa_charset.C: vs2015 warning war
3267:
3268: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3269:
3270: * src/types/pa_vdate.C: vs2015 compilation fix
3271:
3272: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3273:
3274: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3275: VS2015 compilation fixes
3276:
3277: * src/classes/table.C: minor fix (related to feature #11)
3278:
3279: * tests/results/282.processed: no longer skipping extra enclosers
3280: (related to feature #11)
3281:
3282: * src/classes/table.C: minor fix + no longer skipping extra
3283: enclosers (related to feature #11)
3284:
3285: * src/classes/table.C: minor optimization (related to feature #11)
3286:
3287: * src/classes/table.C: minor fix and optimization (related to
3288: feature #11)
3289:
3290: 2016-09-20 moko
3291:
3292: * tests/: 353.html, results/353.processed: test for
3293: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3294: added (related to bug #1090)
3295:
3296: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3297: one_big_piece (fixes bug #1090)
3298:
3299: * tests/: 229.html, results/229.processed: code coverage tests
3300:
3301: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3302: body) was called
3303:
3304: * src/classes/op.C: whitespace
3305:
3306: * tests/: 323.html, results/323.processed: test for code junction
3307: should not be returned by ^reflection:class, ^reflection:base
3308:
3309: * src/classes/reflection.C: bugfix: code junction should not be
3310: returned by ^reflection:class, ^reflection:base
3311:
3312: * tests/: 323.html, 352.html, results/352.processed: no more
3313: exception for ^reflection:method[class;no-such-method] (related
3314: to feature #1087)
3315:
3316: * src/classes/reflection.C:
3317: ^reflection:method[class;no-such-method] : exception -> void
3318: (related to feature #1087)
3319:
3320: * src/include/pa_request.h: request::write_value added to allow
3321: write value without convertion (related to issue #1091)
3322:
3323: 2016-09-19 moko
3324:
3325: * src/main/pa_random.C: windows build fix
3326:
3327: * src/types/pa_vhash.h: warning war
3328:
3329: 2016-09-14 moko
3330:
3331: * tests/: 352.html, 552.html, results/352.processed,
3332: results/552.processed: test for ^reflection:method[] extension
3333: added (related to feature #1087)
3334:
3335: * tests/: 552.html, results/552.processed: test for
3336: ^reflection:method[] extension added (related to feature #1087)
3337:
3338: * src/classes/reflection.C: compatibility issue fixed, VClass
3339: dynamic_cast check added (related to feature #1087)
3340:
3341: * tests/: 351.html, results/351.processed: test for @auto[]
3342: inheritance bug diring ^process[] added (related to bug #1088)
3343:
3344: * src/: classes/op.C, main/pa_request.C,
3345: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3346: disable it inheritance during ^process (fixes bug #1088)
3347:
3348: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3349: added (implements feature #1087)
3350:
3351: 2016-09-13 moko
3352:
3353: * tests/: 349.html, results/auto.p: test for objects prototyping
3354: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3355: to feature #1086)
3356:
3357: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3358: types/pa_vobject.C: objects now are not class instances, but have
3359: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3360: in @conf (implements feature #1086)
3361:
3362: 2016-09-08 moko
3363:
3364: * src/: classes/file.C, classes/mail.C, classes/string.C,
3365: classes/table.C, main/pa_http.C, main/pa_string.C,
3366: include/pa_string.h: cleanup: string::split limit argument
3367: removed as no longer required, pos_after no longer reference
3368: (related to feature #11)
3369:
3370: * src/classes/table.C, tests/results/348.processed: now exception
3371: is rised when invalid option is passed to ^table::create[]
3372:
3373: * tests/: 282.cfg, 282.html, results/282.processed: more code
3374: coverage tests
3375:
3376: * tests/: 348.html, results/348.processed: code coverage tests
3377: added
3378:
3379: * tests/: 348.html, results/348.processed: generic ^table::create[]
3380: tests
3381:
3382: * tests/: 035.html, results/035.processed, results/272.processed:
3383: tests updated after $.encloser[] support for ^table::create
3384: implementation (related to feature #11)
3385:
3386: * src/classes/table.C: $.encloser[] support for ^table::create
3387: finally added (implements feature #11)
3388:
3389: 2016-09-07 moko
3390:
3391: * src/include/pa_string.h: added StringSplitHelper as friend
3392: (related to feature #11)
3393:
3394: * src/include/pa_string.h: body and langs now protected, not
3395: private to allow inheritance (related to feature #11)
3396:
3397: * src/classes/table.C: lsplit optimized before cloning for
3398: ^table::create with $.encloser[] (related to feature #11)
3399:
3400: * src/classes/table.C: optimizaion: TableControlChars.separators
3401: added and used (related to feature #11)
3402:
3403: * src/classes/table.C: spelling:
3404:
3405: TableSeparators -> TableControlChars column -> separator
3406: separators -> control_chars
3407:
3408: 2016-09-06 moko
3409:
3410: * src/main/pa_string.C: whitespace
3411:
3412: * src/main/pa_string.C: whitespace
3413:
3414: 2016-09-01 moko
3415:
3416: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3417: results OS-independent
3418:
3419: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3420: compiler (related to feature #1042)
3421:
3422: 2016-08-15 moko
3423:
3424: * src/include/pa_string.h: whitespace
3425:
3426: * src/classes/table.C: whitespace
3427:
1.106 moko 3428: 2016-08-05 moko
3429:
3430: * tests/: 344.html, results/344.processed: test for
3431: ^hash::create[$file] added (related to feature #1075)
3432:
3433: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3434: supported (implements feature #1075)
3435:
3436: 2016-08-04 moko
3437:
3438: * tests/: 341.html, results/341.processed: more code coverage tests
3439:
3440: * tests/: 346-curl.html, results/346-curl.processed: more code
3441: coverage tests for curl
3442:
3443: * tests/: 346-curl.html, results/346-curl.processed: more code
3444: coverage tests for curl
3445:
3446: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3447: results/223.processed: code coverage tests: $.form[ $.table[] ]
3448: test added
3449:
3450: * tests/: 223-curl.html, results/223-curl.processed: more code
3451: coverage tests for curl
3452:
3453: 2016-08-03 moko
3454:
3455: * src/classes/curl.C: dlink(curl_library) now called not once, but
3456: until it will be loaded, allowing to find existing library.
3457:
3458: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3459: results/347-curl.processed: more code coverage tests for curl
3460:
3461: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3462: results/339-curl.processed, results/346-curl.processed: curl
3463: functionality tests
3464:
3465: 2016-08-02 moko
3466:
3467: * tests/: 339.html, results/339.processed: test for tables in
3468: ^file:load[] and ^curl:load[] (commented) added (related to
3469: feature #1042)
3470:
3471: * tests/: 345.html, results/345.processed: code coverage tests for
3472: file class
3473:
3474: * tests/: 344.html, results/344.processed: code coverage tests
3475:
3476: * tests/: 344.html, results/344.processed: mdate removed from
3477: output
3478:
3479: * src/classes/file.C: minor bugfix: is_text should be taked from
3480: fcontent.is_text_mode() if not set (related to feature #1061)
3481:
3482: * tests/: 344.html, results/344.processed: more tests
3483:
3484: * tests/: 343.html, 344.html, results/343.processed,
3485: results/344.processed: tests for ^file::create[ $.from-charset
3486: and $.to-charset ] (related to feature #1061)
3487:
3488: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3489: aset_text_mode argument optimized
3490:
3491: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3492: checkBOM now used in detect_binary_content (related to feature
3493: #1061)
3494:
3495: * src/main/pa_request.C: load_charset no longer required to_upper
3496:
3497: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3498: preserves original file mode (if no $.mode specified)
3499:
3500: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3501: ^file::create now supports $.from-charset[] and $.to-charset
3502: options (implements feature #1061), automatic transcode is done
3503: if text file is created from binary file and charset is detected.
3504:
3505: 2016-07-30 moko
3506:
3507: * src/classes/table.C: ^t.hash[..;] now supported (related to
3508: feature #1057)
3509:
3510: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3511: added (related to feature #1057)
3512:
3513: * tests/: 286.html, results/286.processed: code tests coverage
3514:
3515: 2016-07-29 moko
3516:
3517: * src/classes/table.C: table size should be checked inside menu and
3518: foreach (related to feature #858)
3519:
3520: * src/: classes/curl.C, classes/file.C, classes/string.C,
3521: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3522: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3523: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3524: charsets.get now does str_upper inside (related to feature #1061)
3525:
3526: * tests/: 342.html, results/342.processed: more code coverage tests
3527:
3528: * tests/: 342.html, outputs/342.processed: table menu code coverage
3529: + foreach test added (related to feature #858)
3530:
3531: * tests/: 341.html, results/341.processed: tests for
3532: ^table.hash[]{code} added + code coverage tests (related to
3533: feature #1057)
3534:
3535: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3536: value} support (implements feature #1057)
3537:
3538: * src/classes/table.C: whitespace
3539:
3540: 2016-07-28 moko
3541:
3542: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3543: from URL, if not specified query string removed from url-based
3544: filenames in ^curl:load[] and ^file::load[] (related to feature
3545: #1042)
3546:
3547: 2016-07-27 moko
3548:
3549: * tests/: 340.html, results/340.processed: test for
3550: transcode_text_result=false added (related to issue #1042)
3551:
3552: 2016-07-26 moko
3553:
3554: * src/types/pa_vfile.C: file name should not be empty (if file path
3555: is folder and ends with /) (related to feature #1042)
3556:
3557: * src/main/pa_http.C: whitespace optimizaion
3558:
3559: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3560: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3561: multiple headers, ^file::load supports headers transcoding
3562: (implements feature #1042)
3563:
3564: 2016-07-25 moko
3565:
3566: * src/include/pa_common.h: PA_DEFAULT added
3567:
3568: 2016-07-22 moko
3569:
3570: * tests/: 338.html, results/338.processed: test for
3571: $date.field(value) added (related to feature #1066)
3572:
3573: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3574: $date.field(value) now supported for y/m/d/h/m/s (implements
3575: feature #1066)
3576:
1.105 moko 3577: 2016-07-21 moko
3578:
3579: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3580: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3581: arguments removed; image.C - absolute path shown in exception
3582: (implements feature #1071)
3583:
3584: * tests/: 235.html, results/235.processed: test and test result
3585: updated after static boundary in mail and Errors-To: mail header
3586: removed (related to feature #1047)
3587:
3588: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3589: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3590: used, static boundary in mail removed, Errors-To: mail header
3591: removed (implements feature #1047)
3592:
3593: 2016-07-20 moko
3594:
3595: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3596: equest.classes(): Value -> VStateless_class, part 3 (related to
3597: issue #1051)
3598:
3599: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3600: request.classes(): Value -> VStateless_class, part 2 (related to
3601: issue #1051)
3602:
3603: * tests/results/: 224.processed, 323.processed: classes without
3604: methods should not be methoded (related to issue #1051)
3605:
3606: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3607: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3608: -> VStateless_class, part 1 (related to issue #1051)
3609:
3610: * tests/: 337.html, results/337.processed: test for
3611: ^reflection:fields_reference[] and VHashReference class added
3612: (related to feature #1072)
3613:
3614: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3615: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3616: and VHashReference added, allowing ^reflection:fields_reference[]
3617: implementation (closes feature #1072)
3618:
3619: 2016-07-19 moko
3620:
3621: * tests/: 323.html, results/323.processed: we want to see
3622: "methoded"
3623:
3624: * tests/: 336.html, results/336.processed: test for $BASE:property
3625: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3626: #1059)
3627:
3628: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3629: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3630: somebody_entered_some_class, $BASE:property works again,
3631: ^BASE:method[] bugs fixed (fixes bug #1059)
3632:
3633: 2016-07-14 moko
3634:
3635: * tests/: 335.html, results/335.processed: test for feature #1055
3636: added
3637:
3638: * src/classes/hash.C: bugfix: $._default was not copied if empty
3639: feature: ^hash.contains[_default] added (implements feature
3640: #1055)
3641:
3642: 2016-07-13 moko
3643:
3644: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3645: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3646:
3647: 2016-07-05 moko
3648:
3649: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3650: in ^hash.foreach (related to feature #1073)
3651:
3652: 2016-07-04 moko
3653:
3654: * tests/: 134.html, 281.html, results/134.processed,
3655: results/281.processed: tests updated after hash blocking removed
3656: (related to feature #1073)
3657:
3658: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3659: no longer blocks on change during foreach (implements feature
3660: #1073)
3661:
3662: 2016-06-17 moko
3663:
3664: * tests/: 330.html, results/330.processed: try exception source
3665: test added (related to bug in #1062)
3666:
3667: * tests/: 334.html, results/334.processed: Exception stack trace
3668: test added (related to bug in $1062)
3669:
3670: * src/classes/op.C: Exception trace now correctly restored and
3671: errors reported (related to bug #1062)
3672:
1.104 moko 3673: 2016-05-25 moko
3674:
3675: * src/main/compile.y: minor cleanup + beauty
3676:
3677: 2016-05-24 moko
3678:
3679: * tests/: 333.html, results/333.processed: more exceptions testing
3680:
3681: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3682: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3683: features #1056, #1026)
3684:
3685: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3686: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3687: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3688: (implements feature #1056)
3689:
3690: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3691: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3692: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3693: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3694: feature #1026)
3695:
3696: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3697: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3698: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3699: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3700: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3701: feature #1026)
3702:
3703: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3704: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3705: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3706: SYMBOLS_CACHING define implemented (related to feature #1026)
3707:
3708: * src/main/main.vcproj: + ps_symbols
3709:
3710: * src/: include/Makefile.am, include/pa_string.h,
3711: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3712: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3713: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3714: types/pa_vstateless_class.C: initial implementation for symbols
3715: cache (related to feature #1026)
3716:
3717: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3718:
3719: * src/main/pa_globals.C: minor cleanup
3720:
3721: 2016-05-19 moko
3722:
3723: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3724: (related to feature #1046)
3725:
3726: * tests/: 331.html, results/331.processed: test for
3727: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3728: (related to feature #1051)
3729:
3730: * src/main/compile.y:
3731: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3732: (implements feature #1054)
3733:
3734: 2016-05-18 moko
3735:
3736: * src/types/pa_vtable.C, tests/results/324.processed: no more
3737: "column not found" exception for ^table.no-such-method[] (related
3738: to feature #1046)
3739:
3740: * tests/: 261.html, results/261.processed: test added and updated
3741: after feature #1046 implementation
3742:
3743: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3744: types/pa_vvoid.h: $string.anything works for whitespace strings,
3745: ^string.contains added for hash compatibility, $string.method no
3746: longer returns stting method (implements feature #1046)
3747:
3748: 2016-05-12 moko
3749:
3750: * src/classes/curl.C: content-type response header no longer
3751: ignored (fixes issue #1045)
3752:
3753: * tests/: 330.html, results/330.processed: test for incomplete
3754: finally execution when break occures added (related to issue
3755: #1077)
3756:
3757: * src/classes/op.C: bugfix: Request::skip reset is called before
3758: executing catch and finally code (fixes issue #1062)
3759:
3760: 2016-05-11 moko
3761:
3762: * tests/: 329.html, results/329.processed: test for invalid
3763: ^break[] behavour added (bug #1077)
3764:
3765: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3766:
3767: 2016-04-24 moko
3768:
3769: * src/types/pa_vstateless_class.h: warning war
3770:
3771: 2016-04-17 moko
3772:
3773: * tests/: 328.html, results/328.processed: test for
3774: ^break(condition) and ^continue(condition) (related to feature
3775: #1063)
3776:
3777: * src/classes/op.C: ^break(condition) and ^continue(condition)
3778: implemented (feature #1063)
3779:
3780: 2016-04-12 moko
3781:
3782: * tests/results/280.processed: ordered hash now used for class
3783: methods and properties (test results updated for feature #1069)
3784:
3785: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3786: to xdoc.C as under FreeBSD it was inited after and inheritance
3787: failed (related to issue #1051)
3788:
3789: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3790: are printed to check inheritance (related to feature #1051)
3791:
1.103 moko 3792: 2016-04-09 moko
3793:
3794: * tests/results/320.processed: ordered hash now used for class
3795: methods and properties (test results updated for feature #1069)
3796:
3797: * src/types/pa_vstateless_class.h: ordered hash now used for class
3798: methods and properties (implements feature #1069)
3799:
3800: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3801: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3802: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3803: feature #1051)
3804:
3805: 2016-04-07 moko
3806:
3807: * src/main/execute.C: returned Value in .CLASS case for VJunction
3808: (related to feature #1051)
3809:
3810: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3811: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3812: string constants deduplication (related to feature #1051)
3813:
3814: * tests/results/224.processed: test result updated (related to
3815: feature #1051)
3816:
3817: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3818: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3819: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3820: types/pa_vstatus.h: classes hash now contains only
3821: VStateless_class derived objects, .CLASS is also allways
3822: VStateless_class derived object (related to feature #1051).
3823:
3824: 2016-04-06 moko
3825:
3826: * tests/results/323.processed: test result updated after feature
3827: #1051 implementation
3828:
3829: * src/: classes/classes.h, classes/op.C, classes/response.C,
3830: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3831: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3832: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3833: types/pa_vresponse.C, types/pa_vresponse.h,
3834: types/pa_vstateless_class.h: base -> methoded_donor for static
3835: classes, type() moved from VStateless_class to VClass and
3836: Methoded (implements feature #1051)
3837:
3838: 2016-04-04 moko
3839:
3840: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3841: beauty: put_class added (related to feature #1051)
3842:
3843: 2016-04-01 moko
3844:
3845: * tests/results/: 175.processed, 192.processed, 224.processed,
3846: 229.processed, 244.processed, 246.processed, 316.processed: test
3847: results updated as class.type() removed from error messages, only
3848: type() left (related to feature #1051)
3849:
3850: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3851: classes/op.C, classes/reflection.C, main/compile.y,
3852: main/compile_tools.h, main/execute.C, main/pa_request.C,
3853: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3854: types/pa_vmethod_frame.h, types/pa_vobject.h,
3855: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3856: from VStateless_class, type() is used instead (related to feature
3857: #1051)
3858:
3859: * src/classes/mail.C: old logic restored.
3860:
3861: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3862: classes/classes.h, classes/curl.C, classes/date.C,
3863: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3864: classes/hashfile.C, classes/image.C, classes/inet.C,
3865: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3866: classes/memcached.C, classes/memory.C, classes/reflection.C,
3867: classes/regex.C, classes/response.C, classes/string.C,
3868: classes/table.C, classes/xdoc.C, classes/xnode.C,
3869: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3870: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3871: feature #1051)
3872:
3873: 2016-03-30 moko
3874:
3875: * tests/: 327.html, results/224.processed, results/327.processed:
3876: test for TZ specification in ^date::create[], TZ is kept during
3877: ^date::create[$dt] (related to feature #1048)
3878:
3879: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3880: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3881: feature #1048)
3882:
3883: 2016-03-29 moko
3884:
3885: * tests/: 315.html, results/315.processed: test for timezone format
3886: +HHmm added (related to feature #1065)
3887:
3888: * src/classes/date.C: timezone format +HHmm now supported
3889: (implements feature #1065)
3890:
3891: 2016-03-28 moko
3892:
3893: * tests/: 202.html, results/131.processed, results/202.processed,
3894: results/224.processed, results/256.processed,
3895: results/315.processed: test results updated after %.2d now
3896: default for hours offset in iso-string (was %2d), test for
3897: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3898: added (related to feature #1065)
3899:
3900: 2016-03-27 moko
3901:
3902: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3903: feature #1065)
3904:
3905: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3906: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3907: added (implements feature #1065)
3908:
3909: 2016-03-24 moko
3910:
3911: * tests/: 202.html, results/202.processed: test $date.week added
3912: (related to bug #1067)
3913:
3914: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3915: date (fix for bug #1067)
3916:
3917: 2016-03-10 moko
3918:
3919: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3920:
1.102 moko 3921: 2015-12-07 moko
3922:
3923: * tests/: 326.html, results/326.processed: test for .CLASS &
3924: .CLASS_NAME optimization added (related to feature #844)
3925:
3926: 2015-11-17 moko
3927:
3928: * tests/: 323.html, results/323.processed: order added
3929:
3930: * tests/: 325.html, results/325.processed: double range test added
3931: (related to bug #1049)
3932:
3933: 2015-11-16 moko
3934:
3935: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3936: added to disallow NaN and Infinity (fixes bug #1049)
3937:
3938: 2015-11-11 moko
3939:
3940: * tests/324.html: parser 3.4.3 execution support added (related to
3941: feature #1017)
3942:
3943: * tests/: 324.html, results/324.processed: test for
3944: GET_ELEMENT4CALL feature added (feature #1017)
3945:
1.101 moko 3946: 2015-10-29 moko
3947:
3948: * operators.txt: updated for 3.4.4
3949:
3950: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3951:
3952: * src/main/pa_exec.C: get_exit_status implemented for Windows
3953: (related to bug #1043)
3954:
3955: 2015-10-28 moko
3956:
3957: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3958: hangup during ^file::exec (fixes bug #1043)
3959:
1.100 moko 3960: 2015-10-27 moko
3961:
3962: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3963:
1.99 moko 3964: 2015-10-26 moko
3965:
1.100 moko 3966: * tests/322.html, src/classes/reflection.C: arguments reorder
3967: (related to issue #1041)
3968:
3969: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3970: Copyright year updated
3971:
1.99 moko 3972: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3973: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3974: classes/form.C, classes/hash.C, classes/hashfile.C,
3975: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3976: classes/mail.C, classes/math.C, classes/memcached.C,
3977: classes/memory.C, classes/op.C, classes/reflection.C,
3978: classes/regex.C, classes/response.C, classes/string.C,
3979: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3980: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3981: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3982: include/pa_config_fixed.h, include/pa_config_includes.h,
3983: include/pa_dictionary.h, include/pa_dir.h,
3984: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3985: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3986: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3987: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3988: include/pa_request_charsets.h, include/pa_request_info.h,
3989: include/pa_sapi.h, include/pa_socks.h,
3990: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3991: include/pa_stack.h, include/pa_string.h,
3992: include/pa_stylesheet_connection.h,
3993: include/pa_stylesheet_manager.h, include/pa_table.h,
3994: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3995: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3996: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3997: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3998: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3999: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4000: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4001: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4002: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4003: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4004: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4005: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4006: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4007: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4008: main/pa_string.C, main/pa_stylesheet_connection.C,
4009: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4010: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4011: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4012: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4013: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4014: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4015: targets/isapi/parser3isapi.C, types/pa_junction.h,
4016: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4017: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4018: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4019: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4020: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4021: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4022: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4023: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4024: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4025: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4026: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4027: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4028: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4029: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4030: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4031: types/pa_vresponse.C, types/pa_vresponse.h,
4032: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4033: types/pa_vstateless_object.h, types/pa_vstatus.C,
4034: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4035: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4036: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4037: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4038: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4039:
4040: * src/targets/cgi/parser3.C: year updated
4041:
4042: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4043: issue #1041)
4044:
4045: * tests/: 323.html, results/323.processed: test for base classes
4046: added
4047:
4048: * tests/: 261.html, results/261.processed: updated after better
4049: error reporting done for $string.key exception
4050:
4051: * src/types/pa_vstring.h: better error report for $string.key
4052: exception
4053:
4054: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4055: copied as VObject::get_element4call to remove extra virtual call
4056:
4057: * tests/: 322.html, results/322.processed: test for
4058: ^reflection:is[] added (related to feature #1041)
4059:
4060: * src/classes/reflection.C: ^reflection:is empty value is void
4061: (related to feature #1041)
4062:
4063: * src/classes/reflection.C:
4064: ^reflection:is[class_name|code|method;[context;]element_name]
4065: added (implements feature #1041)
4066:
4067: 2015-10-24 moko
4068:
4069: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4070:
1.98 moko 4071: 2015-10-22 moko
4072:
4073: * tests/: 321.html, results/321.processed: test for
4074: ^reflection:method_info[] file detection added
4075:
4076: * tests/: 320.html, results/320.processed: test for
4077: ^reflection:class_by_name[class_name] added (related to feature
4078: #993)
4079:
4080: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4081: added (implements feature #993)
4082:
4083: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4084: (related to feature #1017)
4085:
4086: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4087: added (related to issue #1039)
4088:
4089: * src/main/pa_request.C: ^throw origin fixed (related to feature
4090: #1039)
4091:
4092: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4093: for VDate
4094:
4095: * tests/results/182.processed: updated after feature #1038
4096: implemented
4097:
4098: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4099: compile-time exception origin added (test for feature #1039)
4100:
4101: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4102: main/pa_request.C: exception unification: compile-time exceptions
4103: now have origin, @USE origins also tracked (implements feature
4104: #1039)
4105:
4106: 2015-10-20 moko
4107:
4108: * src/main/pa_request.C: cleanup
4109:
4110: 2015-10-15 moko
4111:
4112: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4113:
4114: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4115: types/pa_vtable.C: new feature: no more $table.method and
4116: $hash.method, aliases for _at, _count, _key (related to feature
4117: #1017)
4118:
1.97 moko 4119: 2015-10-14 moko
4120:
1.98 moko 4121: * tests/: 317.html, results/317.processed: test for
4122: ^string.unescape[] added (related to feature #120)
4123:
1.97 moko 4124: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4125: defined" bug (described in issue #1036)
4126:
4127: * tests/: 247.html, results/247.processed: test for checkBOM added
4128: (test for bug #1037)
4129:
4130: * src/: include/pa_charsets.h, main/pa_charsets.C,
4131: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4132: it's not enforced, skips BOM signature if it complies charset
4133: (fixes bug #1037)
4134:
4135: 2015-10-13 moko
4136:
4137: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4138: linking
4139:
4140: * src/classes/inet.C: vs2003 compilation fix
4141:
4142: * src/classes/math.C: warning war
4143:
4144: * src/lib/punycode/pa_punycode.c: warning war
4145:
4146: 2015-10-12 moko
4147:
4148: * src/lib/punycode/pa_punycode.c: warning war
4149:
4150: * parser3.sln: moved parser3 first, to make it default startup
4151: project
4152:
4153: * buildall: parser "mirror" now used for external libs sources
4154: (implements feature #1036)
4155:
4156: * buildall: most external libs are updated to their current
4157: versions (related to feature #1036)
4158:
4159: * src/classes/image.C: more tags added
4160:
4161: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4162:
4163: 2015-10-11 moko
4164:
4165: * src/classes/curl.C: minor optimization (related to feature #1035)
4166:
4167: 2015-10-09 moko
4168:
4169: * src/classes/curl.C: pa_strdup added for strings from curl
4170: (related to feature #1035)
4171:
4172: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4173: ULLONG_MAX definition
4174:
4175: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4176: (implements feature #1035)
4177:
4178: * src/main/pa_charset.C: String::Body(String::C) used
4179:
4180: * src/main/pa_charset.C: exceptions unified
4181:
4182: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4183: unified
4184:
4185: * src/: classes/file.C, classes/image.C, classes/mail.C,
4186: classes/op.C, classes/xdoc.C, classes/xnode.C,
4187: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4188: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4189: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4190: String::Body(String::C) constructor added (related to bug #957)
4191:
4192: * src/classes/file.C: minor optimization
4193:
4194: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4195: Cord(char*) autocreation (related to bug #957)
4196:
4197: * src/: classes/string.C, main/untaint.C: minor optimizations
4198:
4199: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4200: String(char*, Lang, length) removed, String(C(), Lang) used
4201: instead (related to bug #957)
4202:
4203: 2015-10-08 moko
4204:
4205: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4206: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4207: main/untaint.C: Now char * is converted to CORD only using
4208: AS_CORD() to check for empty cord bug (fixes bug #957)
4209:
4210: * src/include/pa_hash.h: fixed compilation without
4211: HASH_CODE_CACHING
4212:
4213: * src/classes/string.C:
4214: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4215: feature #120)
4216:
4217: * src/main/pa_common.C: reduce js flags checks count (related to
4218: feature #120)
4219:
1.96 moko 4220: 2015-10-07 moko
4221:
4222: * tests/: 275.html, results/275.processed: test modified after
4223: unsigned long long int support implemented (feature #1034)
4224:
4225: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4226: pa_atoul added for unsigned long long int support
4227:
4228: 2015-10-06 moko
4229:
4230: * src/types/pa_vdate.C: INT_MAX used
4231:
4232: 2015-10-03 moko
4233:
4234: * tests/: 302.html, results/302.processed: test for bug #1023
4235: (\u2028, \u2029 escaping) added
4236:
4237: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4238: json:string[] (fixes bug #1023)
4239:
4240: 2015-09-29 moko
4241:
4242: * tests/305.html: try-catch added for OS without ipv6 support
4243:
4244: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4245: compilation
4246:
4247: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4248: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4249: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4250: implemented to distinguish ^hash.method from $hash.field
4251: (implements feature #1017)
4252:
4253: * src/lib/punycode/pa_punycode.c: warning war
4254:
4255: * src/include/pa_config_includes.h: warning war
4256:
4257: * src/include/pa_config_includes.h: pragma warning actualized a bit
4258:
4259: * src/include/pa_config_includes.h: warning war
4260:
4261: * src/include/pa_hash.h: clang compilation fix
4262:
4263: 2015-09-27 moko
4264:
4265: * src/main/compile.tab.C: Bison 3 is now default
4266:
4267: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4268:
4269: 2015-09-25 moko
4270:
4271: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4272: works with undefined HASH_ORDER (related to feature #196)
4273:
4274: 2015-09-24 moko
4275:
4276: * tests/: 027.html, results/027.processed: test modified to test
4277: ^hash.sort (feature #196)
4278:
4279: * src/: classes/hash.C, include/pa_hash.h:
4280: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4281: added (implements feature #196)
4282:
4283: * tests/: 316.html, results/316.processed: Added test for bug #1025
4284: (exception handling in non-cached ^cache), plus for "it does not
4285: have logical value" and "$exception.handled value must be either
4286: boolean or string 'cache'" exceptions.
4287:
4288: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4289: code (fixes bug #1025)
4290:
1.95 moko 4291: 2015-09-23 moko
4292:
4293: * src/classes/table.C: warning war
4294:
4295: * src/: classes/math.C, types/pa_vcookie.C: warning war
4296:
4297: * src/classes/file.C: warning war
4298:
4299: * src/: include/pa_table.h, main/pa_table.C: warning war
4300:
4301: * src/: main/pa_request.C, classes/date.C: warning war
4302:
4303: * src/: types/pa_vdate.C, classes/op.C: warning war
4304:
4305: * tests/: 122.html, results/122.processed: win sync: to remove
4306: differences with OS that doesn't keep timezone change history
4307:
4308: * src/types/pa_vdate.C: tzset() should be called in Windows after
4309: TZ change (related to feature #36)
4310:
4311: * tests/: 075.html, results/075.processed: win sync: to remove
4312: differences with OS that doesn't keep timezone change history
4313:
4314: * tests/: 315.html, results/315.processed: win sync: to remove
4315: differences with OS that doesn't keep timezone change history
4316:
4317: * tests/: 256.html, results/256.processed: win sync: to remove
4318: differences with OS that doesn't keep timezone change history
4319:
4320: * tests/: 124.html, results/124.processed: win results sync: to
4321: avoid hitting time change hole.
4322:
4323: * src/types/pa_vdate.C: static returned. :)
4324:
4325: 2015-09-22 moko
4326:
4327: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4328:
4329: * tests/results/131.processed: more tests for feature #1032
4330:
4331: * src/classes/date.C: minor fix related to feature #1032
4332:
4333: * operators.txt: ISO date creation documented (related to feature
4334: #1032)
4335:
4336: * operators.txt: iso-string documented (related to feature #1032)
4337:
4338: * tests/: 315.html, results/315.processed: more tests added
4339: (related to feature #1032)
4340:
4341: * tests/: 131.html, results/131.processed: date range checks
4342: updated (related to feature #36)
4343:
4344: * tests/: 315.html, results/057.processed, results/315.processed:
4345: test added for ISO date support (related to issue #315)
4346:
4347: * src/classes/date.C: more readable exceptions in date creation
4348: (related to ticket #1032)
4349:
4350: 2015-09-18 moko
4351:
4352: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4353: added (related to issue #1032)
4354:
4355: * tests/results/256.processed, src/classes/json.C: iso-string
4356: documented (related to issue #1032)
4357:
4358: * tests/: 256.html, results/256.processed: ISO date check added
4359: (related to issue #1032)
4360:
4361: * tests/: 057.html, results/057.processed, results/224.processed:
4362: tests results updated after ISO date support implemented (related
4363: to feature #1032)
4364:
4365: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4366: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4367: ^date::create[string] constructor formalized, ^date.iso-string[]
4368: added (implements feature #1032)
4369:
4370: 2015-09-05 moko
4371:
4372: * operators.txt: actualized
4373:
4374: * operators.txt: date changes documented (related to ticket #36)
4375:
4376: 2015-09-04 moko
4377:
4378: * src/types/pa_vdate.C: warning war
4379:
4380: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4381:
4382: 2015-09-03 moko
4383:
4384: * tests/results/096.processed: test result updated for 0..9999 year
4385: date range support (related to feature #36)
4386:
4387: * tests/: 314.html, results/314.processed: test for
4388: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4389: bug #1031)
4390:
4391: * src/classes/string.C: Static calls fixed for ^string:base64[],
4392: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4393:
1.116 moko 4394: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4395: configure.in -> configure.ac
1.95 moko 4396:
1.116 moko 4397: * configure, configure.in, src/include/pa_config_auto.h.in: more
4398: correct timezone check for FreeBSD Warning war: configure.in ->
4399: configure.ac
1.95 moko 4400:
4401: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4402: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4403: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4404: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4405: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4406: src/main/Makefile.am, src/targets/apache/Makefile.am,
4407: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4408: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4409: check added
4410:
4411: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4412:
4413: * tests/results/: 124.processed, 224.processed: test resuls updated
4414: for new date implementation (related to feature #36)
4415:
4416: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4417: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4418: types/pa_vdate.h: new double date implementation with internal
4419: support for extended 0..9999 year range, default timezone support
4420: (related to feature #36)
4421:
4422: 2015-08-28 moko
4423:
4424: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4425: (fixes bug #1030)
4426:
4427: 2015-08-21 moko
4428:
4429: * src/classes/inet.C: snprintf size "bug" commented
4430:
4431: * src/main/pa_common.C: snprintf comments updated
4432:
4433: 2015-08-16 moko
4434:
4435: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4436:
4437: 2015-08-11 moko
4438:
4439: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4440: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4441: can be null (fixes bug #1029)
4442:
4443: 2015-08-06 moko
4444:
1.116 moko 4445: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4446: pa_vdate.C added
1.95 moko 4447:
4448: 2015-08-05 moko
4449:
4450: * tests/: 313.html, results/313.processed: test for
4451: ^table.count[columns] and ^table.flip[] with nameless tables
4452: (feature #1003)
4453:
4454: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4455: max_cell added, now ^table.count[columns] and ^table.flip[] works
4456: correctly for nameless tables (implements feature #1003)
4457:
4458: 2015-08-03 moko
4459:
4460: * tests/312.html: test for ^table.append[$hash] and
4461: ^table.insert[$hash] added (related to feature #1028)
4462:
4463: * src/classes/table.C: ^table.append[$hash] and
4464: ^table.insert[$hash] now supported (implements feature #1028)
4465:
4466: * tests/: 312.html, results/312.processed: test row copy in
4467: ^table.hash[; $.type[table] ] added (related to feature #1016)
4468:
4469: * src/classes/table.C: row copy now created in ^table.hash[;
4470: $.type[table] ] (related to feature #1016)
4471:
4472: 2015-07-29 moko
4473:
4474: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4475: added (related to feature #1016)
4476:
4477: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4478: ^table.delete[] added to delete current row (related to feature
4479: 1016)
4480:
4481: 2015-07-28 moko
4482:
4483: * tests/: 312.html, results/312.processed: test for
4484: $table.column[value] and ^table.insert{row} (related to feature
4485: #1016)
4486:
4487: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4488: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4489: ^table.insert{row} are now implemented (feature #1016)
4490:
4491: * src/include/pa_array.h: Optimization: bool reverse removed from
4492: append(), insert() added, memmove arguments order in remove()
4493: fixed (related to feature #1016)
4494:
4495: 2015-07-23 moko
4496:
4497: * src/classes/json.C: tainted json and empty json exception added
4498: (implements feature #1015)
4499:
4500: * tests/: 311.html, results/311.processed: empty json and tainted
4501: json exception test added (related to issue #1015)
4502:
4503: 2015-07-22 moko
4504:
4505: * tests/: 311.html, results/311.processed: test for UTF-8
4506: processing added
4507:
4508: * tests/: 311.html, results/311.processed: test for
4509: json_exception_with_source added (related to issue #394)
4510:
4511: * src/classes/json.C: json_exception_with_source added (implements
4512: feature #394)
4513:
4514: 2015-06-29 moko
4515:
4516: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4517: directories are now correctly determined if _d_type == DT_UNKNOWN
4518: (closes bug #1027)
4519:
4520: 2015-06-10 moko
4521:
4522: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4523: error if libxml has LIBXML_ICU_ENABLED.
4524:
4525: 2015-06-04 moko
4526:
4527: * tests/099.html: ups, reverting
4528:
4529: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4530: results/310.processed: tests for $response:body[ $.file[] ] and
4531: $response:last-modified added
4532:
4533: * src/main/pa_request.C: last-modified check fixed
4534:
4535: 2015-06-03 moko
4536:
4537: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4538: results/205.processed, results/293.processed: $response:headers
4539: logging added (tests for feature #1007)
4540:
4541: * src/: include/pa_common.h, include/pa_request.h,
4542: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4543: $response:headers are now in uppercase (closes feature #1007)
4544:
4545: 2015-06-02 moko
4546:
4547: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4548: build errors reverted for clang compatibility
4549:
4550: 2015-06-01 moko
4551:
4552: * src/include/pa_memory.h: -pedantic build errors fixed
4553:
4554: * src/classes/math.C: -pedantic build error fixed
4555:
4556: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4557:
4558: 2015-05-31 moko
4559:
4560: * src/classes/table.C: USE_STRINGSTREAM optimized
4561:
4562: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4563: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4564: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4565: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4566: types/pa_vxnode.h: warning war (-pedantic flag)
4567:
4568: 2015-05-28 moko
4569:
4570: * tests/: 308.html, results/308.processed: test for
4571: ^table::create[$t;], etc work added (related to bug #975)
4572:
4573: * src/classes/table.C: check_option_param removed,
4574: ^table::create[$t;], etc now works (fixes bug #975)
4575:
4576: 2015-05-27 moko
4577:
4578: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4579: (Debian jessie) fixed (closes issue #1024)
4580:
4581: * tests/Makefile: sort added as in Debian jessie list become
4582: unsorted
4583:
4584: 2015-05-18 moko
4585:
4586: * tests/: 201.html, results/201.processed: test for
4587: ^string.trim[what] feature #1022
4588:
4589: * src/classes/string.C: ^string.trim[what] now supported,
4590: implements feature #1022
4591:
4592: 2015-05-17 moko
4593:
4594: * tests/results/185.processed: test result updated as feature #1021
4595: implemented (left/right accept negative parameter)
4596:
4597: * src/classes/string.C: left/right now accept negative parameter
4598: (implements feature #1021)
4599:
4600: 2015-05-08 moko
4601:
4602: * src/classes/math.C: isalnum -> pa_isalnum
4603:
4604: * src/main/execute.C: optimization in getter-junction processing
4605: (related to issue #997)
4606:
4607: 2015-05-07 moko
4608:
4609: * tests/: 307.html, results/307.processed: test for issue #997
4610: added
4611:
4612: * src/main/execute.C: process_getter result now checked if junction
4613: returned (closes issue #997)
4614:
4615: * tests/: 305.html, results/305.processed: sort added to ignore
4616: different order
4617:
4618: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4619: assignment (closes issue #994)
4620:
4621: * tests/: 306.html, results/306.processed: test for issue #994
4622: added
4623:
4624: * tests/: 303.html, results/303.processed: two more errors tested
4625:
4626: 2015-05-06 moko
4627:
4628: * tests/: 305.html, results/305.processed: test for name2ip &
4629: ip2name added (related to feature #992)
4630:
4631: * tests/: 303.html, 304.html, results/303.processed,
4632: results/304.processed: tests for idna conversion added (related
4633: to issue #849)
4634:
4635: 2015-05-02 moko
4636:
4637: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4638: implemented
4639:
4640: 2015-04-30 moko
4641:
4642: * src/main/pa_http.C: idna_host added, related to issue #849
4643:
4644: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4645: (related to issue #849)
4646:
4647: 2015-04-24 moko
4648:
4649: * src/types/pa_vjunction.C: warning war
4650:
4651: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4652: unification
4653:
4654: * src/lib/punycode/pa_idna.c: warning war
4655:
4656: 2015-04-22 moko
4657:
4658: * src/main/main.vcproj: punycode include path added
4659:
4660: * src/lib/punycode/pa_idna.c: windows compile error fixed
4661:
4662: * src/lib/punycode/pa_idna.c: warning war
4663:
4664: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4665: project file added
4666:
4667: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4668:
4669: * src/include/pa_memory.h: warning war
4670:
4671: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4672: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4673: implemented (related to feature #849)
4674:
4675: * configure.in, src/main/Makefile.am,
4676: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4677: libpunycode added in Unix
4678:
4679: 2015-04-21 moko
4680:
4681: * configure.in: large files support
4682:
4683: 2015-04-15 moko
4684:
4685: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4686: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4687: pa_punycode.h: initial version for punycode/idna support library
4688: (ticket #849)
4689:
4690: 2015-04-08 moko
4691:
4692: * src/: classes/curl.C, classes/date.C, classes/file.C,
4693: classes/image.C, classes/mail.C, classes/reflection.C,
4694: classes/string.C, classes/xnode.C, include/pa_request.h,
4695: include/pa_string.h, include/pa_stylesheet_connection.h,
4696: main/compile.y, main/compile_tools.h, main/execute.C,
4697: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4698: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4699: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4700: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4701: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4702: clang compiler warnings (closes issue #1018)
4703:
4704: * src/include/pa_string.h: String::Body comparation operators with
4705: char * added (related to issue #958)
4706:
4707: 2015-04-07 moko
4708:
4709: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4710: pa_malloc/pa_free to remove system malloc/free usage (related to
4711: issue #1018)
4712:
4713: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4714: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4715: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4716: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4717: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4718: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4719: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4720: malloc/strdup/free replaced with pa_ version and checks for
4721: accidental use of non-pa_ version added (related to issue #1018)
4722:
4723: 2015-04-03 moko
4724:
4725: * buildall: pcre-8.33 -> pcre-8.36
4726:
4727: * src/: main/compile.y, classes/form.C, classes/mail.C,
4728: classes/op.C, classes/string.C, main/compile.tab.C,
4729: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4730: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4731: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4732: ticket #958)
4733:
4734: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4735: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4736: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4737: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4738: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4739: $request:headers, $request:method added (implements feature
4740: #1007)
4741:
4742: 2015-03-17 misha
4743:
4744: * tests/302.html: - test for
4745: ^json:string[...;$._default[method-name]]
4746:
4747: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4748: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4749: option $._default[method-name] is specified in ^json:string[], a
4750: method with specified name will be called for classes/objects
4751: serialization ( new feature: #982 )
4752:
4753: 2015-03-16 misha
4754:
4755: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4756: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4757: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4758: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4759: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4760: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4761: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4762: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4763: types/pa_vrequest.h, types/pa_vstateless_class.C,
4764: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4765: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4766: $var.CLASS_NAME now have special opcodes. This can be switched
4767: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4768: on pa_opcode.h ( new feature: #844 )
4769:
4770: 2015-03-15 misha
4771:
4772: * tests/075.html: - test for $response:header[]
4773:
4774: * src/types/pa_vresponse.C: - $response:header[] deletes header
4775: that was set earlie ( new feature: #1001 )
4776:
4777: 2015-03-12 misha
4778:
4779: * tests/246.html: - more tests for ^hash._at[]
4780:
4781: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4782: accepts second param [key|value|hash] ( new feature: #1012 )
4783:
4784: 2015-03-09 moko
4785:
4786: * src/types/pa_vmail.C: exception for everything but
4787: $mail:received, closes issue #1011
4788:
4789: 2015-02-20 moko
4790:
4791: * tests/: 275.html, results/275.processed: hex detection in
4792: pa_atoui fix test (closes issue #1010)
4793:
4794: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4795: issue #1010)
4796:
4797: 2015-02-17 moko
4798:
4799: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4800: tainted.
4801:
4802: 2015-02-03 misha
4803:
4804: * tests/301.html: - test for ^json:string($double) causes
4805: exception. bugfix: #1008
4806:
4807: * src/classes/json.C: - ^json:string($double) causes exception.
4808: bugfix: #1008
4809:
4810: * tests/014.html: - updated for work with ^hash.delete[]
4811:
4812: 2015-01-12 misha
4813:
4814: * src/: classes/form.C, include/pa_common.h,
4815: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4816: types/pa_vform.h: - supports body with PUT method as well ( new
4817: feature: #1006 )
4818:
4819: * src/classes/file.C: - warnings war
4820:
4821: 2015-01-11 misha
4822:
4823: * tests/300.html: - test for ^hash.delete[] is added
4824:
4825: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4826: feature: #989 ) - tiny optimization in intersects
4827:
4828: 2015-01-06 moko
4829:
4830: * src/types/pa_vmail.C: file names transcode added, to and cc added
4831: with transcode, attachments detection fixed
4832:
4833: * src/main/pa_request.C: filling mail received after cgi/auto.p
4834: load to allow charset switch (related to issue #996)
4835:
4836: 2014-12-31 moko
4837:
4838: * src/types/pa_vmail.C: from and subject now transcoded if not
4839: UTF-8 source charset (fixes issue 996)
4840:
4841: * src/main/pa_exception.C: fixed string from stack bug (closes
4842: issue #1000)
4843:
4844: 2014-12-11 misha
4845:
4846: * src/types/pa_vhashfile.C: - check if key is not empty before
4847: access ( bug fix: #1005 )
4848:
4849: 2014-11-13 misha
4850:
4851: * src/main/compile.y: - PC.append does not reset to false while
4852: creating a new class. bugfix: #990
4853:
4854: * tests/299.html: - test for creation class after working with
4855: partial class (create+append)
4856:
4857: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4858: #995
4859:
4860: * tests/232.html: - test for @get[def] added
4861:
4862: 2014-10-12 moko
4863:
4864: * src/lib/pcre/pcre_internal.vcproj: correct path
4865:
4866: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4867: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4868: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4869: targets/apache/ApacheModuleParser3.vcproj,
4870: targets/apache/ApacheModuleParser3Core.vcproj,
4871: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4872: types/types.vcproj: project GUID inserted in *.vcproj for correct
4873: conversion in newer VS versions
4874:
4875: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4876: pcre_internal.vcproj added
4877:
4878: 2014-08-28 moko
4879:
4880: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4881: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4882: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4883:
4884: 2014-06-30 misha
4885:
4886: * tests/298.html: - tests for ^reflection:def[class;className]
4887: added
4888:
4889: * src/classes/reflection.C: - ^reflection:def[class;className]
4890: added ( new feature: #918 )
4891:
4892: 2014-06-29 misha
4893:
4894: * src/classes/table.C: - ^table::create[unsupported data] -
4895: exception comment changed to "body must be table or code" ( bug
4896: fix: #951 )
4897:
4898: * tests/: 261.html, results/261.processed: - tests for
4899: ^json:string[...;$.void[null|string]] added
4900:
4901: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4902: option $.void[string|null] added to ^json:string[...] ( new
4903: feature: #952 )
4904:
4905: 2014-06-28 moko
4906:
4907: * src/classes/curl.C: $.charset now processed before other curl
4908: options (closes issue #980)
4909:
4910: 2014-05-23 misha
4911:
4912: * src/classes/json.C: - bug fix: #987
4913:
4914: 2014-05-04 misha
4915:
4916: * tests/: 253.html, 253_json.txt: - test for
4917: ^json:parse[$.int(false)] is added
4918:
4919: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4920: default true). The option is similar to $.double(bool) but for
4921: integers.
4922:
4923: 2014-05-01 moko
4924:
4925: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4926: #12 )
4927:
4928: 2014-04-16 moko
4929:
4930: * src/main/pa_http.C: response-charset option should finally work
4931: now (fix for issue #867)
4932:
4933: * src/main/pa_http.C: response-charset option should work now (fix
4934: for issue #867)
4935:
4936: 2014-03-07 moko
4937:
4938: * buildall: libgc moved
4939:
4940: * buildall: libgc moved
4941:
4942: 2013-12-29 moko
4943:
4944: * src/classes/string.C: ^string:js-unescape result now tainted,
4945: closes issue #966
4946:
4947: * tests/: 186.html, results/186.processed: ^string:js-unescape
4948: result now tainted, issue #966
4949:
4950: 2013-12-03 moko
4951:
4952: * src/: classes/memcached.C, types/pa_vmemcached.C,
4953: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4954: option was added for http://www.parser.ru/forum/?id=79343
4955:
4956: * src/classes/file.C: bugfix for
4957: http://www.parser.ru/forum/?id=79337
4958:
4959: 2013-11-05 moko
4960:
4961: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4962:
4963: * src/main/pa_globals.C: spelling fixed
4964:
4965: 2013-10-29 moko
4966:
4967: * src/lib/json/json.vcproj: json.c -> pa_json.C
4968:
4969: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4970: #892
4971:
4972: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4973: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4974: exceptions to be thrown thougth json library), related to issue
4975: #892
4976:
4977: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4978: related to issue #896
4979:
4980: 2013-10-24 moko
4981:
4982: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4983:
4984: 2013-10-23 moko
4985:
4986: * README: actualization
4987:
4988: 2013-10-22 moko
4989:
4990: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4991: compatibility patch from Sergey Kirpichev
4992:
4993: * tests/: 297.html, results/297.processed: non-working getter fix
4994: test for issue #948
4995:
4996: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4997: called when saving value of $match variable in ^string.match[] to
4998: increase compatibility (related to issue #948).
4999:
5000: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5001: usage optimization
5002:
5003: 2013-10-21 moko
5004:
5005: * tests/: 182.html, results/182.processed: local path removed for
5006: compatibility
5007:
5008: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5009: results/244.processed, results/253.processed,
5010: results/254.processed, results/275.processed,
5011: results/281.processed: try_catch -> try-catch
5012:
5013: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5014: results/294.processed, results/296.processed: try_catch ->
5015: try-catch
5016:
5017: 2013-10-20 moko
5018:
5019: * tests/: 296.html, results/296.processed: test for xsl exception
5020: for issue #938 added.
5021:
5022: * src/: include/pa_xml_exception.h,
5023: main/pa_stylesheet_connection.C: forgotten to be replaced
5024: XmlException is now replaced (once again closes issue #938)
5025:
5026: 2013-10-18 moko
5027:
5028: * buildall: disable clock_gettime detection to avoid librt linking
5029: (which in turn depends on libpthread), related to issue #943
5030:
5031: 2013-10-18 misha
5032:
5033: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5034: lib/smtp/smtp.vcproj, main/main.vcproj,
5035: targets/apache/ApacheModuleParser3Core.vcproj,
5036: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5037: types/types.vcproj: - new locations for libxml2 includes where
5038: added to vcproj files
5039:
5040: 2013-10-18 moko
5041:
5042: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5043: fix
5044:
5045: * tests/: 295.html, results/295.processed: test for issue #948
5046: updated
5047:
5048: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5049: :)
5050:
5051: * tests/: 295.html, results/295.processed: test for issue #948
5052: added
5053:
5054: * src/: classes/hash.C, classes/string.C, classes/table.C,
5055: include/pa_request.h, types/pa_method.h: for getters and setters
5056: to be executed request.put_element should be called, not
5057: context.put_element (fixes issue #948)
5058:
5059: 2013-10-17 moko
5060:
5061: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5062: LIBXML2_NEW_BUFFER check (closes issue #943)
5063:
5064: * buildall: libxml 2.9.1 build is broken --without-reader.
5065:
5066: 2013-10-16 moko
5067:
5068: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5069:
5070: * tests/: 294.html, results/294.processed: test for issue #938
5071:
5072: * src/: classes/xdoc.C, classes/xnode.C,
5073: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5074: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5075:
5076: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5077: libxslt-1.1.26 -> libxslt-1.1.28
5078:
5079: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5080: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5081: to '?', related to issue #938
5082:
5083: 2013-10-15 moko
5084:
5085: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5086: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5087: minor optimizations (closes issue #896)
5088:
5089: * tests/results/: 292.processed, 293.processed: results updated to
5090: comply with issue #896
5091:
5092: * tests/: 292.html, 293.html, results/292.processed,
5093: results/293.processed: tests for json escaping
5094:
5095: 2013-10-14 moko
5096:
5097: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5098: and cleanup, code moved from .h to .C, no changes in code
5099:
5100: 2013-10-12 moko
5101:
5102: * tests/results/119.processed: updated test result commited
5103:
5104: * tests/: 291.html, results/291.processed: test for issue #894
5105: added
5106:
5107: * src/types/pa_wcontext.h: base methods call support function
5108: get_somebody_entered_some_class should not be true forever, as
5109: wcontext can have many get_elements calls (fixes issue #894)
5110:
5111: 2013-10-11 moko
5112:
5113: * tests/: 290.html, results/290.processed: test for junction GPF
5114: issue #942 added
5115:
5116: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5117: to native method fixed (closes issue #942)
5118:
5119: * tests/: 158.html, results/158.processed: test for csv-string[]
5120: added
5121:
5122: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5123: feature #907)
5124:
5125: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5126: feature #907)
5127:
5128: 2013-10-09 moko
5129:
5130: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5131: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5132: types/pa_vstateless_class.C: GET_default, SET_default now works
5133: properly not only in objects, but in classes as well (closes
5134: issue #903)
5135:
5136: * tests/: 289.html, results/289.processed: GET/SET_default now
5137: works in classes, not only objects, test case added, related to
5138: issue #903
5139:
5140: * tests/: 288.html, results/288.processed: test for endless
5141: recursion bug added (related to issue #903)
5142:
5143: 2013-10-05 moko
5144:
5145: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5146: classes/table.C, main/execute.C, types/pa_method.h,
5147: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5148: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5149: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5150: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5151: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5152: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5153: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5154: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5155: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5156: optimization: put_element no longer has "bool areplace" argument,
5157: related to issue #903
5158:
5159: 2013-10-03 moko
5160:
5161: * tests/results/182.processed: result for $.replace(false) test
5162: commited
5163:
5164: * src/classes/date.C: ^date::create(number) processed correctly
5165: (fixes issue #901)
5166:
5167: * src/classes/image.C: as_no_junction removed, as param can be
5168: expression (closes issue #931)
5169:
5170: * tests/233.html: test for issue #931 added
5171:
5172: 2013-10-02 moko
5173:
5174: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5175: modified, test for $.replace(false) added
5176:
5177: * src/main/compile_tools.h: forgotten class replace returned. :)
5178:
5179: 2013-09-30 moko
5180:
5181: * tests/: 141.html, results/141.processed: md5 tainting test added
5182:
5183: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5184: main/compile_tools.h, main/pa_request.C: allow_class_replace
5185: implemented; $.replace option added to ^process and ^use
5186:
5187: 2013-08-27 moko
5188:
5189: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5190: cstr_to_string_body_untaint should be called with charsets for
5191: possible uri language and connection for possible sql language.
5192: related to issue #857
5193:
5194: * buildall: and -> or fixed
5195:
5196: 2013-08-26 moko
5197:
5198: * buildall: prepare_ functions logic changed to support
5199: gc-7.2d.tar.gz extracting to gc-7.2 directory
5200:
5201: 2013-08-23 moko
5202:
5203: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5204: statically
5205:
5206: 2013-08-22 moko
5207:
5208: * src/classes/string.C: String::Empty used (related to issue #912)
5209: append_know_length removed (related to old GPF bug)
5210:
5211: 2013-08-21 moko
5212:
5213: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5214:
5215: * src/classes/math.C: ^math:digest[...;$file] support added
5216: (related to ticket #857
5217:
5218: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5219: implemented
5220:
5221: * src/types/pa_vhashfile.h: warning war
5222:
5223: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5224: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5225: anti_endless_json_string_recoursion removed from request;
5226: json_string_recoursion added to json_options; $.indent[indent
5227: value] now supported and passed within recoursion closes feature
5228: #937
5229:
5230: * tests/: 287.html, results/287.processed: test for feature #937
5231:
5232: 2013-07-31 moko
5233:
5234: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5235: compilation having #define _S
5236:
5237: * src/main/pa_globals.C: cleanup
5238:
5239: 2013-07-30 moko
5240:
5241: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5242: main/pa_common.C: vs2003 warning war
5243:
5244: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5245:
5246: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5247:
5248: * src/lib/md5/pa_sha2.c: warning war
5249:
5250: 2013-07-29 moko
5251:
5252: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5253: patches from github
5254:
5255: * src/: classes/bool.C, classes/double.C, classes/int.C,
5256: classes/memcached.C, include/pa_config_includes.h,
5257: types/pa_vfile.C, types/pa_vfile.h: warning war
5258:
5259: * src/lib/json/json.vcproj: C++ -> C
5260:
5261: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5262:
5263: * src/lib/json/: json.c, pa_json.C: windows compatibility
5264:
5265: * src/lib/json/: json.c, pa_json.C: windows compatibility
5266:
5267: * src/lib/json/: json.c, pa_json.C: warning war
5268:
5269: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5270:
5271: * src/include/pa_config_fixed.h: uint16_t added
5272:
5273: * configure.in: uint16_t check added
5274:
5275: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5276: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5277: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5278: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5279: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5280:
5281: 2013-07-25 moko
5282:
5283: * parser3.sln: dependencies added
5284:
5285: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5286: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5287: module support
5288:
5289: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5290:
5291: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5292:
5293: 2013-07-23 moko
5294:
5295: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5296: PA_DEBUG_GC_MEMORY removed
5297:
5298: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5299: PA_DEBUG_DISABLE_GC compilation fix
5300:
5301: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5302: main/pa_request.C: outdated RESOURCES_DEBUG removed
5303:
5304: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5305: garbage cleanup
5306:
5307: * src/main/pa_common.C: warning war
5308:
5309: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5310:
5311: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5312: minor cleanup
5313:
5314: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5315: uses cygwin, not WIN32 implementation
5316:
5317: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5318: able to exec shell scripts
5319:
5320: * src/classes/math.C: ifdef WIN32 cleanup
5321:
5322: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5323:
5324: * src/classes/curl.C: LT_MODULE_EXT used
5325:
5326: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5327:
5328: 2013-07-22 moko
5329:
5330: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5331: includes fix
5332:
5333: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5334:
5335: * configure.in, src/include/pa_config_includes.h,
5336: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5337: src/main/pa_exec.C: includes cleanup
5338:
5339: * src/targets/cgi/parser3.C: 2012->2013
5340:
5341: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5342:
5343: * configure.in, src/include/pa_config_includes.h,
5344: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5345: src/main/pa_random.C, src/main/pa_socks.C,
5346: src/types/pa_vstatus.C: cygwin support cleanup
5347:
5348: * configure.in: dirent.h check added
5349:
5350: * src/: include/pa_config_includes.h, include/pa_dir.h,
5351: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5352: not copied
5353:
5354: 2013-07-21 moko
5355:
5356: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5357:
5358: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5359: parser3.vcproj: unused getopt.h / getopt.c removed
5360:
5361: * operators.txt, src/classes/file.C, tests/022.html,
5362: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5363: $.stat(true)] usage commented
5364:
5365: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5366: src/main/pa_dir.C: ^file:list[] now has dir column and when
5367: $.stat(true) it has size/*date columns modified patch from misha@
5368: that closes issue #914.
5369:
5370: * src/: include/pa_config_includes.h, main/pa_globals.C:
5371: PA_RELEASE_ASSERTS removed
5372:
5373: * src/lib/md5/pa_md5c.c: minor cleanup
5374:
5375: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5376: localeconv()->decimal_point usage remoed (related to issue #934)
5377:
5378: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5379: cordprnt.c removed
5380:
5381: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5382: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5383: pa-include/pa_strings.h: includes cleanup
5384:
5385: * src/lib/md5/pa_md5c.c: headers cleanup
5386:
5387: 2013-07-20 moko
5388:
5389: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5390: cleanup
5391:
5392: 2013-07-19 moko
5393:
5394: * src/classes/math.C: extern "C" added for crypt
5395:
5396: 2013-07-18 moko
5397:
5398: * src/classes/math.C: fix redhat7.2 build
5399:
5400: 2013-07-17 moko
5401:
5402: * configure.in, src/include/pa_config_includes.h,
5403: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5404: added for uint8/32/64_t)
5405:
5406: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5407: pa_config_includes.h used for uint32/64_t
5408:
5409: 2013-07-16 moko
5410:
5411: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5412: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5413: war
5414:
5415: * src/main/compile.tab.C: compile.y was updated
5416:
5417: * src/main/compile.y: warning war
5418:
5419: * src/: include/pa_exception.h, main/pa_exception.C,
5420: main/pa_xml_exception.C: warning war
5421:
5422: * src/: include/pa_common.h, main/pa_common.C: warning war
5423:
5424: * configure.in: beauty :)
5425:
5426: * tests/: 141.html, results/141.processed: sha256/512 added
5427:
5428: 2013-07-13 moko
5429:
5430: * src/lib/md5/md5.vcproj: sha2 added
5431:
5432: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5433: classes/math.C: sha2 support (sha256/sha512 digest)
5434:
5435: 2013-07-08 moko
5436:
5437: * src/classes/image.C: directory read or other read problem message
5438: fixed (related to issue #933)
5439:
5440: 2013-07-07 moko
5441:
5442: * AUTHORS: + misha + moko. :)
5443:
5444: 2013-07-06 moko
5445:
5446: * src/: classes/curl.C, include/pa_globals.h,
5447: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5448: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5449: for lt_dlinit to be called once and lt_dlexit called at right
5450: place (related to issue #925)
5451:
5452: 2013-07-04 moko
5453:
5454: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5455: VString::as_vfile now uses vfile.set_binary_string to avoid
5456: content-type to be set, as it brokes badly designed logic in
5457: response output. This hopefully finishes issue #928.
5458:
5459: * tests/results/: 256.processed, 286.processed: file now displayed
5460: as name, size, mode, content-type
5461:
5462: * src/main/pa_common.C: read error now reported cottectly (fixes
5463: issue #933
5464:
5465: 2013-06-28 moko
5466:
5467: * tests/: 286.html, results/286.processed: test extended
5468:
5469: * tests/: 286.html, results/286.processed: Test for issue #928
5470: added. it tests default content-type change.
5471:
5472: * src/types/pa_vfile.C: closes issue #928 - default content-type
5473: now updated
5474:
5475: 2013-06-25 moko
5476:
5477: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5478: content-type for text/binary files without name added;
5479: ^file::create[$f;...] options now works properly and $f
5480: properties are default (fixes issue #928)
5481:
5482: 2013-05-16 misha
5483:
5484: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5485: added
5486:
5487: * src/main/pa_table.C: - a tiny memory optimisation while creating
5488: table if specified limit is bigger than source rows count
5489:
5490: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5491: added ( new feature: #858 )
5492:
5493: 2013-04-29 moko
5494:
5495: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5496: $.ipresolve(0|1|2) added (closes issue #891)
5497:
5498: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5499:
5500: 2013-04-24 moko
5501:
5502: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5503: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5504: types/pa_vmemcached.h: ^memcache.release[] added, calls
5505: memcached_quit (refs #893)
5506:
5507: 2013-04-22 moko
5508:
5509: * src/: include/pa_string.h, main/pa_common.C: no more double
5510: slashes in file path (fixes bug #872)
5511:
5512: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5513: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5514: #739)
5515:
5516: * tests/results/266.processed: $.max_params added (feature #915)
5517:
5518: * src/: include/pa_common.h, main/pa_http.C: response-charset
5519: option added to file::load (closes issue #867)
5520:
5521: 2013-04-20 misha
5522:
5523: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5524: commited
5525:
5526: 2013-03-15 misha
5527:
5528: * src/classes/: hash.C, table.C: - Optimisation: do not create
5529: multiple empty strings while ::sql. uae String::Empty instead
5530:
5531: 2013-03-14 misha
5532:
5533: * src/classes/reflection.C: - for user classes
5534: ^reflection:method_info[] returns $.max_params and $.extra_param
5535: with $.call_type if they available ( new feature: #915 )
5536:
5537: * src/classes/file.C: - ^file:delete[] now supports an option
5538: $.exception(false) that suppress any exception while deleting
5539: file ( new feature: #916 )
5540:
5541: * src/classes/curl.C: - parsing cookies after curl:load now should
5542: work :)
5543:
5544: 2013-03-12 misha
5545:
5546: * src/types/pa_vfile.C: - if specified file_name is empty string
5547: set default name for the file
5548:
5549: 2013-03-11 misha
5550:
5551: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5552: also available in $f.cookies
5553:
5554: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5555: moved to a separate method
5556:
5557: 2013-03-10 moko
5558:
5559: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5560: added
5561:
5562: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5563: removed (declared by autoconf)
5564:
5565: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5566: uint32_t define
5567:
5568: 2013-03-10 misha
5569:
5570: * src/classes/file.C: ^file:delete and ^file:move now support
5571: option $.keep-empty-dirs(true) ( new feature: #884 )
5572:
5573: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5574: empty dirs is added
5575:
5576: 2013-03-10 moko
5577:
5578: * src/classes/: bool.C, double.C, int.C: default can be present,
5579: but default check removed from ^int/double/bool.int/double/bool
5580: for string.int/double/bool compatibility (related to issue #913)
5581:
5582: * src/classes/string.C: ^string.int/dobule/bool no longer
5583: internally throws exception if default is present (closes issue
5584: #913)
5585:
5586: 2013-03-09 misha
5587:
5588: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5589: optimisations ( #845 )
5590:
5591: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5592:
5593: 2013-03-08 moko
5594:
5595: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5596: creates correct table (fixes issue #910)
5597:
5598: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5599: use outside of 'connect' operator (fixes issue #911)
5600:
5601: * tests/results/: 096.processed, 122.processed: test results
5602: updated as doubles now printed with 15 significant digits, not 5
5603: (fixes issue #882)
5604:
5605: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5606: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5607:
5608: 2013-02-21 moko
5609:
5610: * src/classes/table.C: _locate_name_value does not check arguments
5611: count, so we check it in advance (fixes issue #905)
5612:
5613: 2012-10-23 moko
5614:
5615: * buildall: old shell for and echo compatibility (for six)
5616:
5617: 2012-10-19 moko
5618:
5619: * buildall: --strip added --disable-safe-mode listed in usage
5620:
5621: 2012-10-17 misha
5622:
5623: * src/classes/op.C: - apply-taint should not throw "outside
5624: connect" exception with sql lang now
5625:
5626: 2012-10-17 moko
5627:
5628: * src/main/pa_request.C: bugfix: safe mode should be inited for
5629: each request (for apache module)
5630:
5631: 2012-09-26 moko
5632:
5633: * src/doc/doxygen.cfg: png -> svg
5634:
5635: 2012-09-25 moko
5636:
5637: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5638: test added
5639:
5640: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5641: double use when key is long
5642:
5643: 2012-09-16 moko
5644:
5645: * src/classes/math.C: Format -> Method Encode -> Format
5646:
5647: * tests/: 141.html, results/141.processed: math:digest hmac test
5648: added
5649:
5650: 2012-09-14 moko
5651:
5652: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5653: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5654: implementation added
5655:
5656: 2012-09-12 moko
5657:
5658: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5659: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5660: targets.dox and string.dox slightly actualized
5661:
5662: 2012-08-31 moko
5663:
5664: * ChangeLog: now generated with patched cvs2cl.pl
5665:
5666: 2012-07-29 moko
5667:
5668: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5669: result should be pushed after VMethodFrame destructor is called,
5670: as it deletes junctions from stack params (fixes issue #868)
5671:
5672: 2012-07-23 moko
5673:
5674: * INSTALL, README: buildall script usage documented, other outdated
5675: info updated.
5676:
5677: * buildall-with-xml, buildall-without-xml: replaced by buildall
5678:
5679: 2012-07-21 moko
5680:
5681: * buildall: glib does not compile when threads are disabled...
5682:
5683: * src/types/pa_vmail.C: g_assertion fixes for empty input
5684:
5685: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5686: unref, can't unref nested objects)
5687:
5688: * src/types/pa_vmail.C: another check added
5689:
5690: 2012-07-19 moko
5691:
5692: * buildall: usage added
5693:
5694: * buildall: new buildall script that unites buildall-with-xml,
5695: buildall-without-xml, --with-apache and --with-mailreceive
5696:
5697: * configure.in: support for static gmime and dynamic glib linking.
5698: fixes for FreeBSD
5699:
5700: 2012-07-17 moko
5701:
5702: * configure.in: --with-mailreceive replaced
5703: --with-static-mailreceive and --with-shared-mailreceive pathlink
5704: removed
5705:
5706: 2012-07-16 moko
5707:
5708: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5709: capitalized, content now decoded and text content converted to
5710: $request:charset. all properties are accessed by functions, this
5711: ready for dynamic load.
5712:
5713: 2012-06-28 moko
5714:
1.116 moko 5715: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5716: 32 bit
1.95 moko 5717:
5718: 2012-06-27 moko
5719:
5720: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5721: passive ftp
5722:
5723: * src/lib/ltdl/ltdl.vcproj: release build fixed
5724:
5725: * configure.in: 3.4.2 RC -> 3.4.2
5726:
5727: 2012-06-22 moko
5728:
5729: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5730: #815)
5731:
5732: * tests/: 284.html, results/284.processed: output options test
5733: (feature #265)
5734:
5735: 2012-06-22 misha
5736:
5737: * tests/215.html: - little changes
5738:
5739: 2012-06-21 moko
5740:
5741: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5742: types/pa_vxdoc.h: output_options returned and used (bugfix for
5743: feature #265)
5744:
5745: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5746: breaks long .*, default 10M restored. (issue #216)
5747:
5748: * tests/: 283.html, results/283.processed: test for issue #815
5749: added
5750:
5751: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5752: again, cstrm not required.
5753:
5754: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5755: Win32 and broken FreeBSD (issue #45)
5756:
5757: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5758:
5759: * src/main/pa_string.C: warnings war
5760:
5761: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5762: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5763: main/pa_socks.C, targets/apache/pa_threads.C,
5764: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5765: types/pa_vstatus.C: compilation under cygwin fixed
5766:
5767: 2012-06-19 moko
5768:
5769: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5770: Windows fixed
5771:
5772: * parser3.sln: removed antique pcre_ctype
5773:
5774: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5775:
5776: * src/include/pa_config_fixed.h: undefined reference to
5777: __imp__pcre_* fix for Windows
5778:
5779: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5780: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5781: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5782: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5783: define fixed
1.95 moko 5784:
5785: 2012-06-18 moko
5786:
5787: * src/classes/memcached.C: flush -> clear
5788:
5789: * src/classes/memcached.C: memcached does not support quotes even
5790: in server name
5791:
5792: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5793: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5794: called on open to check servers existance. $.key(true) syntax
5795: now supported
5796:
5797: 2012-06-17 moko
5798:
5799: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5800: cleanup
5801:
5802: * src/classes/table.C, tests/282.cfg, tests/282.html,
5803: tests/results/282.processed: encloser at the EOF bug fixed,
5804: incorrectly enclosed data now processed more logicaly (fixes
5805: #339)
5806:
5807: 2012-06-15 moko
5808:
5809: * buildall-without-xml: sync with buildall-with-xml
5810:
5811: * buildall-with-xml: download auto-detected between fetch and curl
5812:
5813: * configure.in: --with-gc and --with-pcre now also processed
5814: correctly
5815:
1.116 moko 5816: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5817: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5818: should be run on rol1 using automake / aclocal (GNU automake)
5819: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5820:
5821: * configure.in: new PARSER_VERSION logic
5822:
5823: * src/include/pa_version.h: new pa_version.h logic
5824:
5825: * src/: classes/curl.C, classes/file.C, classes/image.C,
5826: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5827: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5828: feols_normalized -> fis_text_content set_binary added
5829:
5830: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5831:
5832: 2012-06-15 misha
5833:
5834: * src/: classes/curl.C, classes/file.C, classes/image.C,
5835: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5836: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5837: ^file::create[text;content] EOLs in content now is normalized. (
5838: new feature: #815 )
5839:
5840: 2012-06-15 moko
5841:
5842: * configure.in: --disable-version-update added to disable version
5843: update with host information (for debian package) whitespace
5844: optimized
5845:
5846: * configure.in: version changed to 3.4.2 RC no-pic added for
5847: libtool
5848:
5849: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5850: it.
5851:
5852: 2012-06-14 moko
5853:
5854: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5855: tests/results/281.processed: "hash flocked" error removed for
5856: safe operations like ^h._count[] ( new feature: #335 )
5857:
1.116 moko 5858: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5859:
5860: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5861:
5862: * configure.in: --with-static/shared xml replaced with --with-xml,
5863: xml compilation check added
5864:
5865: * configure.in: --with-static/shared-gc, --with-static-pcre are
5866: replaced with --with-gc and --with-pcre test for pcre linking
5867: added
5868:
5869: 2012-06-13 moko
5870:
5871: * configure.in: apxs2 check optimized
5872:
5873: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5874: .la, includes optimized
5875:
5876: * buildall-with-xml: --with-pic looks better for -fPIC
5877:
5878: * configure.in: switched to convenience library in static linking
5879:
5880: * src/targets/apache/Makefile.am: switched to convenience library
5881: usage to avoid libtool warnings
5882:
5883: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5884: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5885: smtp/Makefile.am: switched to convenience library usage
5886:
5887: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5888:
5889: * src/targets/apache/Makefile.am: updated for libtool usage
5890:
5891: * buildall-without-xml: --with-included-ltdl added
5892:
5893: * buildall-without-xml: sync with buildall-with-xml
5894:
5895: * buildall-with-xml: --with-included-ltdl added $cflags added for
5896: -fPIC for x64 $download added for wget success check added
5897:
5898: * buildall-without-xml: --with-dynamic-stdcpp removed
5899:
5900: * configure.in: disable-static returned
5901:
5902: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5903: LIBTOOLFLAGS
5904:
5905: 2012-06-12 moko
5906:
5907: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5908: compatible with LIBTOOLFLAGS for unknown reasons
5909:
5910: * buildall-with-xml: --with-dynamic-stdcpp removed
5911:
5912: * configure.in: static/dynamic -lstdc++ linking option removed
5913: apxs2 check added
5914:
5915: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5916: option removed
5917:
5918: 2012-06-10 moko
5919:
5920: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5921: added
5922:
5923: * src/targets/cgi/pp3.cmd: old PAF stuff
5924:
1.116 moko 5925: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5926: beauty
1.95 moko 5927:
5928: * depcomp: from libtool 2.4.2
5929:
5930: * configure.in: ltdl directory removed, it has correct Makefile.in
5931:
5932: 2012-06-09 moko
5933:
1.116 moko 5934: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5935: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5936: autogenerated files updated after libtool update
5937:
1.116 moko 5938: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5939: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5940: config_auto.h.in, config_fixed.h, configure, configure.ac,
5941: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5942: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5943: config/compile, config/config.guess, config/config.sub,
5944: config/depcomp, config/install-sh, config/ltmain.sh,
5945: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5946: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5947: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5948: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5949: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5950: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5951: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5952: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5953:
5954: * configure.in: preparation for new libtool
5955:
5956: * configure.in: Some beauty added :)
5957:
5958: * src/targets/apache/Makefile.am: := -> =
5959:
5960: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5961: again. :)
5962:
5963: * src/include/pa_config_includes.h, configure.in: limits.h added,
5964: previously was taken from pcre_internal.h. :)
5965:
5966: * src/lib/pcre/Makefile.am: config.h returned
5967:
5968: * src/lib/pcre/config.h: still need this. :)
5969:
5970: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5971:
5972: * configure.in: --with-charsets removed; --with-mysql-client & co
5973: removed
5974:
5975: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5976: now in parser tree, no need to copy
5977:
5978: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5979: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5980: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5981: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5982: extracts now used old trash removed
5983:
5984: * etc/parser3.charsets/Makefile.am: charsets now in share
5985: (debian/patches/104_automake.patch) + all charsets are copied
5986:
5987: * buildall-with-xml, buildall-without-xml: curl option removed +
5988: extra arguments now supported
5989:
5990: 2012-06-08 misha
5991:
5992: * src/classes/table.C: - one params.as_hash usage was rolled back:
5993: the 2nd option in ^table.hash[] could be hash or table so
5994: .as_hash will throw an exception when table option is specified
5995:
5996: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5997: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5998: classes/table.C, classes/void.C, classes/xdoc.C,
5999: include/pa_exception.h, types/pa_vmethod_frame.C,
6000: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6001: and improved (whitespaces are allowed as empty options) -
6002: MethodParams::as_table is added - above methods are used for
6003: parsing methods' options ( new feature: #9 )
6004:
6005: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6006: to vclass. now class fields can be accessible as a hash:
6007: $h[^hash::create[$asd:CLASS]]
6008:
6009: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6010: have get_fields method so their fields can be accessed with
6011: ^reflection:fields[...] & ^reflection:field[...]
6012:
6013: 2012-06-06 misha
6014:
6015: * tests/280.html: - tests for
6016: ^reflection:method[obj-or-class;method],
6017: ^reflection:field[obj-or-class;field] and
6018: ^reflection:fields[obj-or-class] are added
6019:
6020: 2012-06-05 misha
6021:
6022: * src/classes/reflection.C: - ^reflection:method[class or
6023: object;method name] and ^reflection:field[class or object;field
6024: name] are added
6025:
6026: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6027: is used
6028:
6029: * src/types/pa_method.h: - Method::as_vjunction method is added
6030:
6031: 2012-06-05 moko
6032:
1.116 moko 6033: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6034:
6035: * src/classes/memcached.C: flish ttl fixed
6036:
6037: 2012-06-04 moko
6038:
6039: * src/classes/json.C, src/classes/op.C, tests/279.html,
6040: tests/results/279.processed: ^json:parse[] now supports $.taint
6041: option (new feature #833)
6042:
6043: 2012-06-04 misha
6044:
6045: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6046: - search_stop method was moved from pa_vcookie.C to pa_common.C
6047:
6048: 2012-06-03 misha
6049:
6050: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6051: cookies are parced and stored into $.cookies ( new feature: #31 )
6052:
6053: 2012-05-30 misha
6054:
6055: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6056: incomplete class into a scope while @USE is found
6057:
6058: * src/main/compile.y: - add incomplete class into a scope while
6059: @USE and @CLASS instructions are found ( bugfix: #838 )
6060:
6061: 2012-05-30 moko
6062:
6063: * src/types/pa_vclass.C, tests/278.html,
6064: tests/results/278.processed: removed "property has no getter
6065: method" exception when GET_DEFAULT present (fixes #269)
6066:
6067: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6068: $._default
6069:
6070: 2012-05-29 moko
6071:
6072: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6073: uninitialized values usage (new feature: #154)
6074:
6075: 2012-05-28 moko
6076:
6077: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6078: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6079: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6080: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6081: src/types/pa_vobject.C, src/types/pa_vobject.h,
6082: src/types/pa_vstring.h, src/types/pa_vtable.C,
6083: tests/results/277.processed, src/types/pa_vtable.h,
6084: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6085: ^json:string[$o; $.default[$method]] implemented for VObject (new
6086: feature #803)
6087:
6088: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6089: tests/results/277.processed: json numbers are now treated as
6090: double ( new feature: #834 )
6091:
6092: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6093: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6094: added for out of range checks, zero division in vint/vdouble
6095: check added ( fixes #832 )
6096:
6097: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6098: ( fixes #832 )
6099:
6100: 2012-05-28 misha
6101:
6102: * buildall-with-xml: - --without-lzma option is added to libxml2
6103: configure
6104:
6105: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6106: added - tests for unsupported values for options $.file, $.table
6107: and $.date are added
6108:
6109: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6110: accepts "stat" $.file[] option's value in addition to existed
6111: "text" and "base64" ( new feature: #835 )
6112:
6113: * tests/276.html: - test for
6114: ^reflection:delete[$object-or-class;field-name]
6115:
6116: * src/classes/reflection.C: -
6117: ^reflection:delete[$object-or-class;field-name] is added ( new
6118: feature: #268 )
6119:
6120: 2012-05-27 misha
6121:
6122: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6123:
6124: 2012-05-24 misha
6125:
6126: * src/include/pa_common.h: - method lastposafter was removed
6127:
6128: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6129: lastposafter - ^file:dirname[] & Co proper handle windows file
6130: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6131: work as *nix commands
6132:
6133: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6134:
6135: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6136: rskipchars were added
6137:
6138: * tests/270.html: - more tests for ^file:find[]
6139:
6140: * tests/065.html: - more tests for ^file:dirname[] & Co
6141:
6142: * src/include/pa_version.h: - must be "win32" here. it is
6143: auto-generated on *nix
6144:
6145: 2012-05-24 moko
6146:
6147: * src/classes/math.C: ^math:convert[] now supports uint32 and
6148: throws overflow exception ( new feature: #830 )
6149:
6150: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6151: uint32 support and overflow added ( new feature: #830 )
6152:
6153: 2012-05-23 moko
6154:
6155: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6156: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6157: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6158: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6159: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6160: types/pa_vregex.h, types/pa_vstateless_class.C,
6161: types/pa_vstateless_class.h, types/pa_vstring.h,
6162: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6163: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6164: "return string as-is" removed from as_expr_result. ( new feature:
6165: #831 )
6166:
6167: * tests/results/244.processed: test changed after bug #782 fix
6168: commited
6169:
6170: * tests/results/229.processed: test results for bug #782 commited
6171:
6172: * tests/: 254.html, results/254.processed: uid now just compared,
6173: not printed. :)
6174:
6175: 2012-05-20 moko
6176:
6177: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6178: feature: #341 )
6179:
6180: * tests/: 254.html, results/254.processed: test for
6181: ^reflection:uid[] added
6182:
6183: * tests/: 254.html, results/254.processed: test for
6184: ^reflection:uid[$obj] added
6185:
6186: 2012-05-17 misha
6187:
6188: * src/main/untaint.C: - do not replace ' char by _26 while
6189: exploding filespec-tainting ( new feature: #829 )
6190:
6191: 2012-05-12 moko
6192:
6193: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6194: not.
6195:
6196: 2012-05-08 moko
6197:
6198: * src/types/pa_vmethod_frame.h: bug #782 fixed
6199:
6200: * tests/229.html: test for bug #782
6201:
6202: * tests/results/259.processed, src/main/pa_request.C,
6203: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6204: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6205: src/types/pa_vvoid.h: feature #154 - first empty param now
6206: string; defined locals are empty strings; $STRICT-VARS(true)
6207: added
6208:
6209: 2012-04-27 moko
6210:
1.116 moko 6211: * src/targets/apache/Makefile.am:
1.95 moko 6212: ../../lib/memcached/libmemcached.a added
6213:
6214: 2012-04-27 misha
6215:
6216: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6217: ( #827 )
6218:
6219: 2012-04-25 moko
6220:
6221: * src/: classes/json.C, classes/memcached.C,
6222: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6223: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6224: implemented.
6225:
6226: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6227:
6228: 2012-04-23 moko
6229:
6230: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6231: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6232: types/pa_vmemcached.h: open allows options hash for new
6233: memcached(options) function
6234:
6235: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6236: not appended
6237:
6238: 2012-04-21 moko
6239:
6240: * src/classes/curl.C: '' added. :)
6241:
6242: * src/classes/classes.vcproj: new curl.h location
6243:
6244: * src/classes/curl.C: verbose output redirection from stderr to
6245: file curl option added
6246:
6247: 2012-04-20 moko
6248:
6249: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6250: contains what we need from curl, #ifdef HAVE_CURL removed
6251:
1.116 moko 6252: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6253: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6254: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6255: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6256: configure option
6257:
6258: 2012-04-19 moko
6259:
6260: * src/: classes/double.C, classes/inet.C, classes/int.C,
6261: classes/string.C, lib/gc/include/gc_allocator.h,
6262: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6263: options from sql_result_string removed. (closes issue #468)
6264:
6265: * src/types/pa_vmemcached.C: empty string fix
6266:
6267: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6268: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6269: pa_vmemcached.C
6270:
6271: 2012-04-18 moko
6272:
6273: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6274: apache2-mpm-prefork" error displayed in threaded mpm.
6275:
6276: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6277: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6278: installed (issue #354)
6279:
6280: 2012-04-16 moko
6281:
6282: * src/types/pa_vmemcached.C: call to memcached_result_create and
6283: memcached_result_free removed
6284:
6285: 2012-04-14 moko
6286:
6287: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6288:
6289: * src/types/pa_vmemcached.C: check_key added and used
6290:
6291: 2012-04-13 moko
6292:
6293: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6294: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6295: Serialization_data now added and used, VString now serialized
6296: with languages into memcached.
6297:
6298: 2012-03-28 moko
6299:
6300: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6301: lib/memcached/pa_memcached.h: result lengths added
6302:
6303: 2012-03-27 moko
6304:
6305: * src/types/pa_vmemcached.C: strdup added
6306:
6307: 2012-03-24 moko
6308:
6309: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6310: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6311: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6312:
6313: 2012-03-20 moko
6314:
1.116 moko 6315: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6316:
6317: * src/targets/cgi/Makefile.am: cleanup
6318:
6319: * src/: types/Makefile.am, types/pa_vmemcached.C,
6320: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6321:
6322: * src/: classes/Makefile.am, classes/memcached.C,
6323: lib/memcached/Makefile.am, lib/memcached/constants.h,
6324: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6325: lib/memcached/types.h, lib/Makefile.am: memcached initial
6326:
6327: 2012-03-16 moko
6328:
6329: * src/main/execute.C: ident now works under Linux + ident displays
6330: filenames (closes issue #818)
6331:
1.116 moko 6332: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6333: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6334: pa_vmethod_frame_local.h removed
6335:
6336: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6337: classes/classes.h, classes/curl.C, classes/date.C,
6338: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6339: classes/hashfile.C, classes/image.C, classes/inet.C,
6340: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6341: classes/memory.C, classes/op.C, classes/reflection.C,
6342: classes/regex.C, classes/response.C, classes/string.C,
6343: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6344: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6345: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6346: include/pa_config_fixed.h, include/pa_config_includes.h,
6347: include/pa_dictionary.h, include/pa_dir.h,
6348: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6349: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6350: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6351: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6352: include/pa_request_charsets.h, include/pa_request_info.h,
6353: include/pa_sapi.h, include/pa_socks.h,
6354: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6355: include/pa_stack.h, include/pa_string.h,
6356: include/pa_stylesheet_connection.h,
6357: include/pa_stylesheet_manager.h, include/pa_table.h,
6358: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6359: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6360: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6361: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6362: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6363: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6364: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6365: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6366: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6367: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6368: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6369: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6370: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6371: main/pa_string.C, main/pa_stylesheet_connection.C,
6372: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6373: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6374: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6375: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6376: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6377: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6378: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6379: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6380: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6381: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6382: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6383: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6384: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6385: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6386: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6387: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6388: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6389: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6390: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6391: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6392: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6393: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6394: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6395: types/pa_vresponse.h, types/pa_vstateless_class.C,
6396: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6397: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6398: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6399: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6400: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6401: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6402: ident now works under Linux + ident displays filenames (closes
6403: issue #818) Copyright updated
6404:
6405: 2012-03-13 moko
6406:
6407: * src/main/pa_string.C: compilation fix for feature #741
6408:
6409: 2012-03-09 misha
6410:
6411: * tests/193.html: - tests for ^string:base64[encoded] are updated
6412:
6413: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6414: now detects invalid base64 chars in the middle of encoded stricg
6415: ( new feature: #55 )
6416:
6417: * src/include/pa_exception.h: - new exception type for base64
6418: decoding is added
6419:
6420: 2012-03-06 misha
6421:
6422: * tests/274.html: - tests for ^date::today[] and
6423: ^date.sql-string[datetime|date|time] are added
6424:
6425: * src/classes/date.C: - constructor ^date::today[] is added ( new
6426: feature: #811 ) - ^date.sql-string[] now can accept one param --
6427: strings "datetime", "date" or "time" - comments tidying up
6428:
6429: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6430: date and time
6431:
6432: 2012-03-03 misha
6433:
6434: * tests/193.html: - tests for
6435: ^string:base64[encoded;$.strict(true)] are added
6436:
6437: * tests/results/auto.p: - try-catch operator is added
6438:
6439: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6440: main/pa_common.C: - $.strict(true|false) option is added to
6441: base64 decode methods ( new feature: #55 )
6442:
6443: * src/main/pa_common.C: - base64 decode memory usage was decreased
6444: ( new feature: #819 )
6445:
6446: 2012-02-28 moko
6447:
6448: * src/classes/hash.C: ident test
6449:
6450: 2012-02-27 misha
6451:
6452: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6453:
6454: 2012-01-08 misha
6455:
6456: * tests/273.html: - tests for ^string.replace[from;to] are added
6457:
6458: * src/: classes/string.C, include/pa_dictionary.h,
6459: main/pa_dictionary.C, main/pa_string.C: -
6460: ^string.replace[from;to] is added ( new feature: #741 ) -
6461: ^string.replace[one subst here] is slightly optimized
6462:
6463: 2011-12-07 misha
6464:
6465: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6466: named table with one empty column ( bugfix: #63 )
6467:
6468: 2011-11-30 misha
6469:
6470: * src/classes/json.C: - it's possible to set user's method for
6471: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6472: #763 )
6473:
6474: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6475:
6476: 2011-11-23 misha
6477:
6478: * src/: classes/curl.C, classes/file.C, classes/image.C,
6479: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6480: types/pa_vfile.h, types/pa_vform.C: - constructor
6481: ^file::create[mode;filename;content[;options]] now accepts binary
6482: mode and file-content - new constructor's format:
6483: ^file::create[string-or-file-content[;$.name[filename]
6484: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6485: feature: #65 )
6486:
6487: * src/: include/pa_request.h, main/pa_request.C: - new method
6488: mime_type_of(const String*) is added
6489:
6490: * src/include/pa_exception.h: - new exception constant
6491: FILE_NAME_MUST_BE_SPECIFIED is added
6492:
6493: * src/classes/table.C: - bug with negative offset transformed into
6494: a feature. it means pointing to a row from the end of the table (
6495: new feature: #810 )
6496:
6497: 2011-11-19 misha
6498:
6499: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6500: â ìåòîäå _select ( new feature: #810 )
6501:
6502: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6503: options were specified together is simplified
6504:
6505: 2011-11-12 misha
6506:
6507: * src/main/pa_request.C: - forgotten fix for escaping filename in
6508: HTTP content-disposition header (a part of bug #361 )
6509:
6510: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6511: checks for ancestors' classes as well ( new feature: #456 )
6512:
6513: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6514: "without cycle" now have types "parser.break" and
6515: "parser.continue" instead of "parser.runtime" ( new feature: #799
6516: )
6517:
6518: 2011-11-11 misha
6519:
6520: * tests/results/: 099.processed, 100.processed, 205.processed,
6521: 237.processed: - since bug #361 was fixed the content of filename
6522: in HTTP headers is quoted
6523:
6524: * tests/results/270.processed: - result for test 270
6525:
6526: * tests/: 065.html, results/065.processed: - more tests for
6527: ^file:basename[] & Co were added
6528:
6529: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6530:
6531: * tests/270.html: - tests for ^file:find[] are added
6532:
6533: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6534: using option $.charset. option $.engoding is still supported but
6535: these options can not be specified together
6536:
6537: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6538: comparation charset name with string "UTF-8" ( bugfix: #759 )
6539:
6540: 2011-10-11 misha
6541:
6542: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6543: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6544: #622)
6545:
6546: 2011-09-30 misha
6547:
6548: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6549: exception "saving stat-ed file" ( bugfix: #395 )
6550:
6551: 2011-05-30 misha
6552:
6553: * src/classes/string.C: - fixed bug which was added with
6554: params.as_hash into string:sql
6555:
6556: 2011-05-29 misha
6557:
6558: * src/types/pa_value.C: - filename in content-disposition header
6559: must be quoted ( bugfix: #361 )
6560:
6561: 2011-05-27 misha
6562:
6563: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6564: created file
6565:
6566: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6567: usage
6568:
6569: * src/include/pa_exception.h: - one more string for exception was
6570: added
6571:
6572: 2011-05-25 misha
6573:
6574: * tests/269.html: - tests for checking input params in some dom
6575: methods
6576:
6577: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6578: was added. it isn't possible not wo create xdoc with invalid
6579: tagName. ( bugfix: #160 )
6580:
6581: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6582: string "data must be string" was mover from pa_exception.h to
6583: pa_xml_exception.h
6584:
6585: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6586: as_xmlncname, as_xmlname and as_xmlnsuri were added
6587:
6588: * src/main/pa_xml_exception.C: - XmlException accepts more options
6589:
6590: * src/include/pa_xml_exception.h: - XmlException accepts more
6591: options - XML-related exception's strings were added
6592:
6593: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6594: output_options were removed)
6595:
6596: 2011-05-19 misha
6597:
6598: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6599: params.as_hash is used more while parsing methods hash-options
6600:
6601: 2011-05-18 misha
6602:
6603: * operators.txt: - info about json-serialization of xdoc was added
6604:
6605: * tests/256.html: - tests for json-serialization xdoc were added
6606:
6607: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6608:
6609: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6610: classes/json.C, classes/xdoc.C: - now json:string can serialize
6611: xdoc-objects. options (the same as ^xdoc.string[]) could be
6612: specified in $.xdoc[] ( new feature: #265 )
6613:
6614: 2011-05-15 misha
6615:
6616: * tests/268.html: - tests for ^table.count[with options] were added
6617:
6618: * src/classes/table.C: - method ^table.count[] now can accept
6619: options ( new feature: #93 ): ^table.count[column] returns number
6620: of columns for named table; ^table.count[cells] returns number of
6621: cells in the current row; ^table.count[] & ^table.count[rows]
6622: return number of rows in a table.
6623:
6624: * tests/267.html: - test for checking switch/case in boolean mode
6625: was added
6626:
6627: * src/classes/op.C: - if switch's or case's value is bool, they are
6628: compared as bool values, not as double values: new feature: #351
6629:
6630: 2011-05-06 misha
6631:
6632: * tests/242.html: - EOL before EOF was added
6633:
6634: * tests/169.html: - tests for splitting empty string and void were
6635: added
6636:
6637: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6638: returned table with one empty cell)
6639:
6640: 2011-04-03 misha
6641:
6642: * src/include/pa_version.h, configure.in: - version in head was
6643: changed to 3.4.2b
6644:
6645: 2011-03-30 misha
6646:
6647: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6648: as well ( new feature #294 )
6649:
6650: 2011-03-29 misha
6651:
6652: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6653: limited to approx. 6 MB. previous limits were too big for real
6654: life. bugfix: #216
6655:
6656: 2011-03-04 moko
6657:
6658: * etc/parser3.charsets/cp866.cfg: Conforms to
6659: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6660:
6661: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6662: vlalek@
6663:
6664: 2011-02-22 misha
6665:
6666: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6667: be under #ifdef XML or parser can't be compiled without xml
6668: support
6669:
6670: 2011-02-21 misha
6671:
1.116 moko 6672: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6673: ApacheModuleParser3.vcproj was removed
6674:
6675: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6676: removed)
6677:
6678: 2011-02-20 misha
6679:
6680: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6681: $.overridden in ^reflection:method_info[...] were added
6682:
6683: * src/classes/reflection.C: - beautifying result of
6684: ^reflection:method_info[] ($.overridden/inherited)
6685:
6686: 2011-02-18 misha
6687:
6688: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6689: and pa_isalnum instead of isalpha and isalnum - bug with
6690: redundand quoting lowercased latin chars while building email
6691: body was fixed
6692:
6693: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6694: added (they check for latin chars only)
6695:
6696: 2011-02-16 misha
6697:
6698: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6699: string size for transcoding gave too small value (should ever
6700: look for availability char in dest charset inspite of the char
6701: size)
6702:
6703: 2011-02-04 moko
6704:
6705: * tests/223.html: header values now not url-encoded (issue #195)
6706:
6707: 2011-02-01 misha
6708:
6709: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6710:
6711: 2011-01-31 misha
6712:
6713: * src/main/pa_request.C: - throw exception if param file_name in
6714: use_file is empty
6715:
6716: 2011-01-08 moko
6717:
6718: * src/classes/curl.C: compilations errors fixed
6719:
6720: 2010-12-29 moko
6721:
6722: * tests/: 265.html, results/265.processed: test for issue #200
6723: added
6724:
6725: * src/main/pa_string.C: empty regex result check added (fixes issue
6726: #200)
6727:
6728: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6729:
6730: * tests/results/223.processed: header values now not url-encoded
6731: (issue #195)
6732:
6733: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6734: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6735: pa_http_safe_header_name added for headers names (fixes bug #195)
6736:
6737: 2010-12-18 misha
6738:
6739: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6740: => pa-include
6741:
6742: 2010-11-28 moko
6743:
6744: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6745:
6746: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6747: -> pa
6748:
6749: * configure.in: apr -> pa
6750:
6751: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6752:
6753: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6754: classes/Makefile.am, types/Makefile.am: apr -> pa
6755:
6756: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6757: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6758: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6759: pa-include/pa_apr.h, pa-include/pa_errno.h,
6760: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6761: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6762: module apr name conflict resolved)
6763:
6764: 2010-11-27 misha
6765:
6766: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6767: libbz2
6768:
6769: 2010-11-26 misha
6770:
6771: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6772: warnings removed
6773:
6774: 2010-11-25 moko
6775:
6776: * operators.txt: $.indent(true)
6777:
6778: * operators.txt: another bugfix. :)
6779:
6780: * operators.txt: bugfix. :)
6781:
6782: * buildall-with-xml: libxml2-2.7.8 + with-apache
6783:
6784: 2010-11-24 moko
6785:
1.116 moko 6786: * configure: apxs support
1.95 moko 6787:
6788: * configure.in: apxs support -Bstatic gc removed for OS X
6789:
6790: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6791:
6792: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6793: THREAD_LOCAL usage
6794:
6795: * src/: classes/curl.C, include/pa_config_includes.h,
6796: main/pa_globals.C: THREAD_LOCAL defined and used
6797:
6798: 2010-11-23 moko
6799:
6800: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6801: should be passed to pa_sleep, and only fractional part (bugfix:
6802: #188)
6803:
6804: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6805:
6806: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6807: GC_dont_gc=1, as in cgi version
6808:
6809: * src/targets/apache/mod_parser3.c: warning war
6810:
6811: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6812: pa_httpd.h: version removed, some trash removed
6813:
6814: * src/targets/apache/mod_parser3.c: version removed (we don't want
6815: to show it), warning war
6816:
6817: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6818: pa_httpd.h: parser_status_allowed removed + merge config
6819: functions removed (override is the default) + beauty
6820:
6821: * src/: include/pa_request.h, main/pa_request.C,
6822: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6823: hide $status used in apache module removed
6824:
6825: 2010-11-18 moko
6826:
6827: * operators.txt: $.table[compact] added for ^json:string[]
6828:
6829: 2010-11-16 moko
6830:
6831: * src/targets/apache/mod_parser3.c: some cleanup done
6832:
6833: * src/main/untaint.C: bugfix: first, second String::Body argument
6834: is hashcode; second, info.fragment_begin is original, not
6835: resulting length
6836:
6837: * src/classes/file.C: new feature: $.stdin now untainted
6838:
6839: * tests/results/264.processed: new feature: $.stdin[] now untainted
6840:
6841: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6842:
6843: * src/classes/op.C: ^apply-taint[] method added
6844:
6845: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6846: added; $.stdin untaint test added
6847:
6848: 2010-11-15 moko
6849:
6850: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6851: removed
6852:
6853: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6854: pa_httpd.h: 2x2 calculated under apache2. :)
6855:
6856: 2010-11-13 moko
6857:
6858: * src/targets/apache/mod_parser3.c: initial changes to build module
6859: with apache 2.x includes
6860:
6861: * src/targets/apache/: Makefile.am, mod_parser3.c,
6862: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6863: united apache 1.3 / apache 2.x DSO module
6864:
6865: 2010-11-09 moko
6866:
6867: * src/types/pa_method.h: check added to dissallow @method[name;*]
6868: syntax
6869:
6870: * tests/: 263.html, results/263.processed: test from method[*args]
6871: added
6872:
6873: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6874: number of params can now be passed to a method declared with *arg
6875:
6876: 2010-11-06 moko
6877:
6878: * src/classes/table.C: formating fixed. :)
6879:
6880: * src/classes/table.C: closes #4: ^table.select now supports
6881: $.limit(), $.offset, $.reverse() options
6882:
6883: * tests/: 262.html, results/262.processed: test for ^table:select
6884: with options added (feature #4)
6885:
6886: * src/include/pa_array.h: remove function added
6887:
6888: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6889: object in get_element/put_element, using static one.
6890:
6891: 2010-11-04 moko
6892:
6893: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6894: options is passed
6895:
6896: * tests/: 256.html, results/256.processed: $.table[compact] feature
6897: now tested; k and p in handler now tested.
6898:
6899: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6900: $.table[compact] feature added
6901:
6902: * src/classes/json.C: key is now passed to handler in
6903: value_json_string; ^json:string result now process tainting
6904: inside and returns clean string, related to issue #153
6905:
6906: * src/main/untaint.C: bugfix: charset can be null (in
6907: ^string:save[] as example), thus check is added
6908:
6909: 2010-10-31 moko
6910:
6911: * src/classes/string.C: error message changed (fixes issue #149)
6912:
6913: 2010-10-29 moko
6914:
6915: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6916: port is not default (fixes issue #155); exception on invalid port
6917: added.
6918:
6919: * src/main/untaint.C: '*' is now not urlencoded to allow header
6920: "Accept: */*" to be passed
6921:
6922: 2010-10-28 moko
6923:
6924: * src/classes/curl.C: bugfix: detect_charset() was throwing
6925: exception on unknown charset even if response_charset was
6926: specified
6927:
6928: 2010-10-27 moko
6929:
6930: * src/classes/string.C: ^string.append removed for void
6931: compatibility
6932:
6933: 2010-10-26 moko
6934:
6935: * src/classes/json.C: libjson supports array at top level, we too
6936: (GPF fixed)
6937:
6938: 2010-10-25 moko
6939:
6940: * tests/: 253.html, results/253.processed: libjson supports array
6941: at top level, parser now supports it as well.
6942:
6943: * tests/261.html, tests/results/261.processed,
6944: src/types/pa_vstring.h: empty string is now void compatible
6945: (allows $empty.key)
6946:
6947: 2010-10-22 misha
6948:
6949: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6950: while adding additional expires checkout)
6951:
6952: * tests/030.html: - test for session cookie was added
6953:
6954: 2010-10-21 moko
6955:
6956: * src/: classes/string.C, classes/void.C, main/execute.C,
6957: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6958: string (feature #111)
6959:
6960: * tests/: 261.html, results/261.processed: checks void from string
6961: inheritance (feature #111)
6962:
6963: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6964: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6965: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6966: now true by default
6967:
6968: 2010-10-17 moko
6969:
6970: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6971: upload now uses binary blocks instead of L_FILE_POST tainting.
6972: (bugfix: #128)
6973:
6974: * tests/: 223.html, results/223.processed: binary file upload test
6975: added, GPF (issue #128) also checked in this test
6976:
6977: 2010-10-13 misha
6978:
6979: * tests/260.html: - test for math:convert
6980:
6981: * src/classes/math.C: - error in math:convert was fixed
6982:
6983: * operators.txt: - info about
6984: ^math:convert[number](from-base;to-base) was added
6985:
6986: * src/classes/math.C: - method
6987: ^math:convert[number](from-base;to-base) for converting number
6988: represention from one base to another was added ( new feature:
6989: #23 )
6990:
6991: 2010-10-13 moko
6992:
6993: * src/main/compile.tab.C: [] now is empty string, not void
6994:
6995: * src/main/compile.y: [] now is empty string, not void
6996:
6997: * src/types/pa_vvoid.h: void now passed as parameter
6998:
6999: * tests/: 259.html, results/259.processed: to test difference
7000: between void and empty string (see ticket #111)
7001:
7002: * tests/results/152.processed: $sEmpty[] is now empty string, not
7003: void
7004:
7005: * tests/256.html: $s[$void] is no longer empty string
7006:
7007: * tests/254.html: empty string is no longer void
7008:
7009: 2010-10-12 misha
7010:
7011: * src/types/pa_vcookie.C: - check if $.expires value can be
7012: converted to date during cookies set up ( bugfix: #104 )
7013:
7014: * tests/041.html: - more tests for ^table.locate were added
7015:
7016: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7017: work ( bugfix: #129 ) - exception comment for incorrect options
7018: ^table.locate[field;value;options] was fixed
7019:
7020: 2010-10-10 moko
7021:
7022: * src/: classes/reflection.C, main/execute.C: constructor returning
7023: another object feature returned
7024:
7025: * tests/results/258.processed: test result updated as constructor
7026: returning another object feature returned
7027:
7028: * tests/: 258.html, results/258.processed: test for constructor
7029: returning another object
7030:
7031: 2010-10-08 misha
7032:
7033: * tests/257.html: - whitespaces after @METACOMMANDS and their
7034: options shouldn't cause exceptions any longer
7035:
7036: 2010-10-06 moko
7037:
7038: * src/classes/: hash.C, table.C: length from sql server is now
7039: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7040:
7041: 2010-10-02 misha
7042:
7043: * operators.txt: - the X mark was removed from ^cache[file]. it is
7044: usable to delete cache file.
7045:
7046: 2010-10-02 moko
7047:
7048: * tests/: 253.html, results/253.processed: hook_key added for key
7049: checking
7050:
7051: * src/classes/json.C: null key bug fixed
7052:
7053: 2010-09-29 misha
7054:
7055: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7056:
7057: 2010-09-25 moko
7058:
7059: * src/classes/json.C: small fixed
7060:
7061: * tests/results/: 253.processed, 255.processed: just updated
7062:
7063: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7064: results/255.processed: charset transcode test added for
7065: json:parse
7066:
7067: 2010-09-24 moko
7068:
7069: * src/types/pa_value.h: warning war :)
7070:
7071: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7072: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7073: ^json:string
7074:
7075: 2010-09-22 moko
7076:
7077: * src/main/pa_charset.C: parser charset tables declare only
7078: white-space before 0x20, thus adding the missing chars
7079:
7080: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7081: to http://unicode.org/Public/MAPPINGS/VENDORS/
7082:
7083: 2010-09-21 misha
7084:
7085: * src/main/compile.y: - some semicolons were added (VS2010 don't
7086: want to compile grammar if they are absent)
7087:
7088: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7089:
7090: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7091:
7092: * src/main/main.vcproj: - path to bison is changed
7093:
7094: 2010-09-21 moko
7095:
1.116 moko 7096: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7097: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7098: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7099:
7100: 2010-09-20 misha
7101:
7102: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7103:
7104: * src/classes/json.C: - add EOL while json-serializing hash
7105:
7106: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7107: compilers don't like 'ES'.
7108:
7109: 2010-09-17 misha
7110:
7111: * operators.txt: - info about json class was added
7112:
7113: * src/classes/json.C: - ^json:string[object]
7114:
7115: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7116: preventing infinite recursion while executing json:string was
7117: added
7118:
7119: * src/include/pa_string.h: - method append_quoted was added
7120:
7121: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7122: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7123: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7124: was added to Value & Co
7125:
7126: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7127: were used
7128:
7129: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7130: were added
7131:
7132: 2010-09-10 moko
7133:
7134: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7135: die_or_abort (backport from 3.4.1)
7136:
7137: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7138: die_or_abort (bugfix: #106)
7139:
7140: 2010-09-09 moko
7141:
7142: * src/classes/json.C: warning war. :)
7143:
7144: 2010-09-08 misha
7145:
7146: * src/lib/json/Makefile.am: - additional include directories were
7147: added (for pa_memory.h and gc.h)
7148:
7149: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7150: compile as C++ instead default - additional include directory was
7151: added (for gc.h)
7152:
7153: * src/types/pa_vform.C: - little code reformating
7154:
7155: * src/classes/file.C: - $.content-type option now can be specified
7156: in ^file::create ( new feature: #102 )
7157:
7158: 2010-09-08 moko
7159:
7160: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7161: pa_malloc/pa_free
7162:
7163: 2010-09-07 moko
7164:
7165: * tests/results/254.processed: VStateless_class:put_element
7166: exception was fixed
7167:
7168: * src/types/: pa_value.h, pa_vstateless_class.h: now
7169: VStateless_class:put_element barks self.type, not this.type
7170: (bugfix: #105)
7171:
7172: 2010-09-06 moko
7173:
7174: * src/classes/reflection.C: bugfix: new String() is required for
7175: exception handling
7176:
7177: * tests/: 254.html, results/254.processed: test modified
7178:
7179: 2010-09-05 moko
7180:
7181: * tests/: 254.html, results/254.processed: ^reflection:copy test
7182: added
7183:
7184: * src/: classes/reflection.C, include/pa_request.h:
7185: ^reflection:copy implemented (new feature: #100)
7186:
7187: 2010-09-03 moko
7188:
7189: * src/lib/json/JSON_parser.C: c++ compatiblity
7190:
7191: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7192: option testing added
7193:
7194: 2010-09-02 moko
7195:
7196: * src/classes/json.C: $.distinct[first|last|all] added
7197:
7198: 2010-09-01 moko
7199:
7200: * tests/results/253.processed: json test result
7201:
7202: * tests/: 253.html, 253_json.txt: json test added
7203:
7204: * src/classes/json.C: json.C update to actual version + hash key
7205: creation bugfix
7206:
7207: 2010-08-31 misha
7208:
7209: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7210: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7211: src/lib/Makefile.am, src/classes/Makefile.am,
7212: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7213: json library was added
7214:
7215: 2010-08-30 moko
7216:
7217: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7218: types/pa_vobject.C: cosmetic optimization in
7219: request:execute_method usage
7220:
7221: * src/: include/pa_charset.h, main/pa_charset.C: small
7222: optimization, just to decrease number of lines. :)
7223:
7224: 2010-08-27 misha
7225:
7226: * src/classes/op.C: - taint[json] was added
7227:
7228: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7229: were added
7230:
7231: * src/main/pa_exec.C: - warning fix was rolled back.
7232:
7233: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7234: include/pa_string.h: - taint[json] was added - escaping was
7235: slightly modified
7236:
7237: 2010-08-25 misha
7238:
7239: * src/classes/file.C: - typo in file:sql exception was fixed
7240:
7241: * src/main/pa_exec.C: - warning about declared and not used
7242: variable forced_allow was removed
7243:
7244: 2010-08-14 misha
7245:
7246: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7247: were removed
7248:
7249: 2010-08-11 moko
7250:
7251: * tests/: 249.html, results/249.processed: default setter and
7252: anti-recursive default getter test added
7253:
7254: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7255: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7256: types/pa_vobject.h, types/pa_vstateless_class.C,
7257: types/pa_vstateless_class.h: default setter support +
7258: anti-recursive default getter support ( new feature: #13 )
7259:
7260: * src/include/pa_hash.h: optimization: threshold member removed
7261: from hash, reducing sizeof(hash)
7262:
7263: 2010-08-10 misha
7264:
7265: * tests/196.html: - junction-method was added to the test
7266:
7267: * tests/248.html: - ups. typo :)
7268:
7269: * tests/248.html: - test for checking .match with 4 params
7270:
7271: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7272: 247_windows1251.txt: - test for "transcode file from utf-8 to
7273: $request:charset during loading if the BOM code is detected"
7274:
7275: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7276: $request:charset during loading if the BOM code is detected ( new
7277: feature: #98 )
7278:
7279: 2010-08-05 misha
7280:
7281: * src/classes/image.C: - ^image.replace now can accept only 2
7282: params. in this case the whole image is affected ( new feature:
7283: #95 )
7284:
7285: 2010-08-04 misha
7286:
7287: * tests/246.html: - test tor ^hash._at[] was added
7288:
7289: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7290: #53 )
7291:
7292: * src/include/pa_hash.h: - methods for accessing the first and the
7293: last values of ordered hash were added (first_value and
7294: last_value)
7295:
7296: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7297: (similar to others file's methods):
7298: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7299: #68 )
7300:
7301: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7302:
7303: 2010-08-01 moko
7304:
7305: * src/classes/op.C: to correctly process $result[] in code, called
7306: from ^process
7307:
7308: * tests/245.html: $result in ^process[] test added
7309:
7310: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7311: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7312: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7313: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7314: caller, self) op_call(VMethodFrame &frame, bool constructing)
7315: removed, construct(class,method) added
7316:
7317: * tests/results/: 192.processed, 244.processed: request::construct
7318: added
7319:
7320: * tests/: 244.html, 245.html, results/244.processed,
7321: results/245.processed: object creation exceptions and ^process
7322: tests added
7323:
7324: 2010-07-28 misha
7325:
7326: * tests/make_tests.cmd: - win32 EOLs
7327:
7328: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7329: tests on Win32 were added (The system timezone should be GMT+3)
7330:
7331: 2010-07-26 misha
7332:
7333: * tests/: 212.html, results/212.processed: - sizes were removed
7334: mecause they could be different on different OSs
7335:
7336: * tests/065.html: - make it "win32 friendly"
7337:
7338: 2010-07-25 misha
7339:
7340: * src/main/compile.y: - all EOLs between methods are removed during
7341: compilation ( new feature: #47 )
7342:
7343: * tests/results/149.processed: - prepare tests to trim trailing
7344: methods' EOLs
7345:
7346: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7347:
7348: * tests/: results/006.processed, results/014.processed, 006.html,
7349: 014.html, 022.html: - prepare tests to trim trailing methods'
7350: EOLs
7351:
7352: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7353: results/071.processed, results/022.processed: - prepare tests to
7354: trim trailing methods' EOLs
7355:
7356: * tests/: results/073.processed, results/109.processed,
7357: results/142.processed, results/144.processed,
7358: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7359: 144.html: - prepare tests to trim trailing methods' EOLs
7360:
7361: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7362: 149.html, 152.html, results/096.processed, results/107.processed,
7363: results/109.processed, results/142.processed,
7364: results/144.processed: - prepare tests to trim trailing methods'
7365: EOLs
7366:
7367: 2010-07-24 moko
7368:
7369: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7370: the hash order in this test
7371:
7372: * tests/014.html: to check hash order, hash no is longer sorted
7373: before print
7374:
7375: * src/include/pa_hash.h: hash copy constructor now keeps order
7376: (bugfix: #54)
7377:
7378: 2010-07-23 moko
7379:
7380: * tests/results/224.processed: @auto[] is no longer inherited
7381:
7382: * src/types/pa_vstateless_class.C, tests/227.html,
7383: tests/results/227.processed: @auto[] is no longer inherited
7384: (bugfix: #57)
7385:
7386: 2010-07-22 misha
7387:
7388: * src/classes/table.C: - don't skip comment lines during
7389: table::load if encloser or separator is set as '#' ( new feature:
7390: #30 )
7391:
7392: * src/targets/cgi/parser3.C: - don't run as cgi if
7393: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7394: #12 )
7395:
7396: * src/classes/file.C: - set PARSER_VARSION env before external
7397: script executing
7398:
7399: 2010-07-13 misha
7400:
7401: * tests/058.html: - test for suppressing @border was added - test
7402: for user attribute was added
7403:
7404: * tests/results/186.processed: unescaping from \uXXXX
7405:
7406: * tests/186.html: unescaping from \uXXXX
7407:
7408: * tests/: 239.html, results/239.processed: method call type
7409:
7410: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7411: $junction_method.CLASS_NAME (+CLASS)
7412:
7413: 2010-07-07 misha
7414:
7415: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7416: *nix
7417:
7418: 2010-07-05 misha
7419:
7420: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7421: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7422: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7423: comment strings "options must be hash", "options must be hash,
7424: not code" and "called with invalid option" were replaced by
7425: constatns - exception comment string "invalid option passed" was
7426: replaced by "called with invalid option" (now in different
7427: methods are the same exception comment string)
7428:
7429: * src/include/pa_exception.h: - more exception strings were defined
7430:
7431: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7432: types/pa_vstateless_class.h: - now we can define possible
7433: method's call type ( new feature: #5 ) 1.
7434: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7435: methods 2. @static:method[params] (only static keyword could be
7436: used here) -- for specified methods
7437:
7438: * src/main/pa_common.C: - junction points should not be deleted on
7439: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7440: cleanup
7441:
7442: 2010-07-03 misha
7443:
7444: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7445: results/158.processed, results/160.processed,
7446: results/161.processed, results/162.processed,
7447: results/163.processed: - prepare tests to trim trailing methods'
7448: EOLs
7449:
7450: * tests/results/169.processed: - prepare tests to trim trailing
7451: methods' EOLs
7452:
7453: * tests/results/: 168.processed, 169.processed: - prepare tests to
7454: trim trailing methods' EOLs
7455:
7456: * tests/: results/170.processed, results/167.processed,
7457: results/168.processed, results/169.processed, 167.html, 168.html,
7458: 169.html: - prepare tests to trim trailing methods' EOLs
7459:
7460: * tests/: results/170.processed, results/171.processed,
7461: results/172.processed, results/173.processed,
7462: results/174.processed, results/175.processed, 170.html, 171.html,
7463: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7464: trailing methods' EOLs
7465:
7466: * tests/: results/176.processed, results/180.processed,
7467: results/184.processed, results/185.processed,
7468: results/191.processed, results/192.processed,
7469: results/196.processed, results/197.processed,
7470: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7471: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7472: to trim trailing methods' EOLs
7473:
7474: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7475: results/199.processed, results/208.processed,
7476: results/209.processed, results/213.processed,
7477: results/214.processed: - prepare tests to trim trailing methods'
7478: EOLs
7479:
7480: 2010-06-29 misha
7481:
7482: * tests/: 220.html, 218.html, results/218.processed,
7483: results/215.processed, results/217.processed, 215.html, 217.html:
7484: - prepare tests to trim trailing methods' EOLs
7485:
7486: * tests/: results/224.processed, 224.html, 223.html,
7487: results/223.processed, results/220.processed: - prepare tests to
7488: trim trailing methods' EOLs
7489:
7490: * tests/results/: 226.processed, 230.processed: - prepare tests to
7491: trim trailing methods' EOLs
7492:
7493: * tests/: 229.html, results/229.processed: - prepare tests to trim
7494: trailing methods' EOLs
7495:
7496: * tests/: 232.html, 235.html, results/232.processed,
7497: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7498: results/226.processed, results/227.processed,
7499: results/228.processed, results/230.processed: - prepare tests to
7500: trim trailing methods' EOLs
7501:
7502: 2010-06-16 moko
7503:
7504: * tests/: 229.html, results/229.processed: elseif now supported in
7505: ^if
7506:
7507: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7508:
7509: 2010-06-03 misha
7510:
7511: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7512: instead of memcopy for overlaped regions
7513:
7514: 2010-05-25 misha
7515:
7516: * src/main/pa_common.C: - wanring about unused vars was removed
7517:
7518: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7519: get_method_filename was moved to execute.C
7520:
7521: 2010-05-23 misha
7522:
7523: * src/main/pa_request.C: - more accurate detection of method's file
7524:
7525: 2010-05-22 misha
7526:
7527: * src/classes/reflection.C: - bugfix: core during detection of
7528: .file if filespec isn't detected successfully
7529:
7530: 2010-05-20 misha
7531:
7532: * src/main/pa_request.C: - fix in get_method_filename
7533:
7534: * src/include/pa_request.h: - new feature: #24 -- searching
7535: included file in @USE/^use is changed. if its filespec doesn't
7536: start from '/' it will be searched in caller file directory
7537:
7538: * src/classes/reflection.C: - ^reflection:method_info returns file
7539: where the method is defined
7540:
7541: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7542: classes/op.C: - new feature: #24 -- searching included file in
7543: @USE/^use is changed. if its filespec doesn't start from '/' it
7544: will be searched in caller file directory
7545:
7546: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7547: is moved to pa_common.h
7548:
7549: 2010-05-18 misha
7550:
7551: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7552: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7553: cookie parser decode \uXXXX as well as %uXXXX
7554:
7555: 2010-05-17 misha
7556:
7557: * src/classes/curl.C: beauty: - unused param is removed in method
7558: _curl_version_action - some spaces were removed or replaced by
7559: tabs
7560:
7561: * src/classes/table.C: - bugfix: #72 core with empty value during
7562: ^table.hash[...;name_of_the_last_column][$.type[string]]
7563:
7564: 2010-05-16 misha
7565:
7566: * src/classes/curl.C: new: #61 more curl options were added
7567: (contributed by Sumo)
7568:
7569: 2010-04-29 pretender
7570:
7571: * src/main/pa_string.C: fixes #63 Split result from empty string
7572: now empty string.
7573:
7574: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7575: string type.
7576:
7577: 2010-04-28 pretender
7578:
7579: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7580: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7581: macrodefinition removed
7582:
7583: 2010-04-19 pretender
7584:
7585: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7586: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7587:
7588: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7589: fixes #64 Now file.missing exception generates in unsafe mode to.
7590:
7591: * src/classes/file.C: fixes #48 Now not throw "not save environment
7592: variable" exception in grpunlim version.
7593:
7594: 2010-04-05 misha
7595:
7596: * src/classes/string.C: - new feature: 4th param was added to
7597: match. if specified its value is returned in case of nothing was
7598: found
7599:
7600: 2010-04-01 misha
7601:
7602: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7603: multiple execution of /a/b/auto.p
7604:
7605: 2010-03-19 misha
7606:
7607: * src/main/execute.C: - core in $table1.$table2 was fixed
7608:
7609: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7610:
7611: 2010-01-27 misha
7612:
7613: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7614: trying to open file by path /existing-file/non-exixting-file
7615:
7616: 2010-01-26 misha
7617:
7618: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7619: was added (returns file)
7620:
7621: 2009-12-22 misha
7622:
7623: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7624: now parser doesn't have class curl if it was built without it
7625:
7626: 2009-12-15 misha
7627:
7628: * configure.in: - little cheat with curl include dir was added
7629:
7630: 2009-12-05 misha
7631:
7632: * src/classes/curl.C: - some fixes
7633:
7634: 2009-12-04 misha
7635:
7636: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7637: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7638: buildall-with-xml, buildall-without-xml, configure.in: - curl
7639: class was added
7640:
7641: * src/include/pa_hash.h: - hash-iterator was added
7642:
7643: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7644: was added to pcre
7645:
7646: 2009-11-27 misha
7647:
7648: * src/classes/image.C: - don't add @border attribute to output of
7649: ^image.html[] if it was specified by user with empty value
7650:
7651: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7652: root element and we are trying to access .documentElement
7653:
7654: 2009-11-11 misha
7655:
7656: * src/classes/table.C: - in ^table.flip[] look at number of columns
7657: instead of number of items in first row for named tables
7658:
7659: 2009-11-10 misha
7660:
7661: * operators.txt: - info about hash-options in ^file::create was
7662: added
7663:
7664: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7665: added
7666:
7667: 2009-11-09 misha
7668:
7669: * buildall-with-xml: - moving to libxml 2.7.6
7670:
7671: * tests/236.html: - tests for comparations cords with functions
7672: were added
7673:
7674: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7675: added
7676:
7677: * src/main/pa_http.C: - little optimisation
7678:
7679: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7680: GPF mallocs + stringstream (table.save)
7681:
7682: * src/classes/file.C: - file::create now accepts 4th param: options
7683: with $.charset
7684:
7685: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7686: bug in cord (comparation cords with functions was buggy)
7687:
7688: 2009-11-06 misha
7689:
7690: * src/main/pa_string.C: - bugfix: calculation string.length
7691: sometimes was buggy
7692:
7693: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7694: destroyed if exception occured during match/replace
7695:
7696: * src/: main/pa_charset.C, include/pa_charset.h: - method
7697: lengthUTF8Char was added
7698:
7699: * src/classes/op.C: - clean tainting lang was added for user's
7700: usage
7701:
7702: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7703: fixed: checkouts are required after GC_MALLOC
7704:
7705: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7706:
7707: * operators.txt: - actually, there is no ^untaint[xml] in
7708: file::create
7709:
7710: 2009-10-15 misha
7711:
7712: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7713: were added
7714:
7715: * tests/234.html: - more tests for checking ^taint[uri] escaping
7716: were added
7717:
7718: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7719: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7720: hacking: for dealing with transcoding+^taint[uri]
7721: transcode_and_untaint was replaced by untaint_and_transcode
7722:
7723: 2009-10-13 misha
7724:
7725: * tests/: 121.html, results/121.processed: - test transcoding +
7726: url-escaping now
7727:
7728: * tests/results/auto.p: - more helpers' methods were added
7729:
7730: * src/main/pa_globals.C: - die instead of abort
7731:
7732: 2009-10-06 misha
7733:
7734: * src/main/pa_common.C: - don't allocate memory during
7735: capitalization if input string is already capitalized
7736:
7737: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7738:
7739: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7740: use format function because it calls malloc
7741:
7742: * src/include/pa_common.h: - more capitalized headers were added
7743:
7744: * src/main/pa_common.C: - in safe mode clear executable bits during
7745: file writing
7746:
7747: 2009-10-05 misha
7748:
7749: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7750:
7751: 2009-10-03 misha
7752:
7753: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7754: ^img.text[] & ^img.length[] can work in utf-8 now
7755:
7756: * src/: include/pa_charset.h, main/pa_charset.C: - class
7757: UTF8_string_iterator was added
7758:
7759: * src/classes/image.C: - respect utf-8 when calculate alphabet
7760: length
7761:
7762: * src/classes/mail.C: - check from before get message.cstr
7763:
7764: 2009-10-02 misha
7765:
7766: * tests/233.html: - test for image.font, image.length, image.text
7767: with text in utf-8 were added
7768:
7769: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7770:
7771: * buildall-with-xml, buildall-without-xml: - comment about gc
7772: version for freebsd 4 was added
7773:
7774: 2009-10-01 misha
7775:
7776: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7777: terminator) - read_pipe were slightly optimized
7778:
7779: 2009-09-28 misha
7780:
7781: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7782: removed
7783:
7784: * src/types/pa_vmail.C: - forgot about space after ':'
7785:
7786: * src/types/pa_vmail.C: - escape filenames while preparing mail
7787: body - small simplifications
7788:
7789: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7790: inout params like pa_base64
7791:
7792: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7793: option $.debug-print(1) was added to mail:send - changes for
7794: using uue_encode which uses less memory
7795:
7796: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7797:
7798: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7799: memory now
7800:
7801: 2009-09-26 misha
7802:
7803: * src/types/pa_vmail.C: - default encoding now is base64
7804:
7805: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7806:
7807: 2009-09-25 misha
7808:
7809: * src/types/pa_vmail.C: - capitalization of headers was added to
7810: sending mail as well
7811:
7812: * buildall-with-xml: - catalog package was removed from libxml
7813:
7814: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7815: win32 absolute path
7816:
7817: * src/include/pa_common.h: - one more capitalized header was added
7818:
7819: 2009-09-22 misha
7820:
7821: * INSTALL: - comment about building just httpd binary while
7822: building apache module was added
7823:
7824: 2009-09-21 misha
7825:
7826: * buildall-with-xml: - moving to the latest versions of xml libs:
7827: libxml 2.7.4 and libxslt 1.1.25
7828:
7829: 2009-09-19 misha
7830:
7831: * tests/231.html: - test for encoding cookie in win-1251
7832:
7833: 2009-09-18 misha
7834:
7835: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7836: object] were added
7837:
7838: * operators.txt: - info about method ^reflection:fields[class or
7839: object] was added
7840:
7841: * src/classes/reflection.C: - method ^reflection:fields[class or
7842: object] was added
7843:
7844: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7845: methods get_fields were added
7846:
7847: * tests/232.html: - tests for @GET[name]
7848:
7849: * src/classes/table.C: - some changes in handling hash-options for
7850: creare, join and locate
7851:
7852: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7853: defined with option: the type of requested value
7854:
7855: 2009-09-17 misha
7856:
7857: * tests/212.html: - tests for .pattern and .options were added
7858:
7859: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7860: $regex.options were added
7861:
7862: 2009-09-11 misha
7863:
7864: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7865: rewrited. it checks not just one case of sending cookies during
7866: file::load[http], but also sending headers and fields (including
7867: files)
7868:
7869: 2009-09-10 misha
7870:
7871: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7872: was removed => now parser can open files with Russian 'r' in
7873: filename
7874:
7875: * src/main/untaint.C: - bugfix: client charset whould be analized
7876: while escaping cookies but now source charset
7877:
7878: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7879: ^tainted[uri] so it was possible to make request with incorrect
7880: http header
7881:
7882: * src/main/pa_http.C: - capitalization of http headers during
7883: file::load[http was slightly changes - bugfix: all headers which
7884: parser sends during file::load[http should be transcoded and only
7885: then escaped
7886:
7887: * src/main/untaint.C: - a bit more comments were added
7888:
7889: * src/classes/: file.C, string.C: - types where changes (minus 2
7890: warnings)
7891:
7892: * src/include/pa_common.h: - 2 capitalized strings for making http
7893: headers during file::load[http were added
7894:
7895: 2009-09-08 misha
7896:
7897: * operators.txt: - changes in file.save and string.save were added
7898:
7899: * tests/: 230.html, 230.txt: - tests for checking options in
7900: file.save and string.save were added
7901:
7902: * src/main/pa_request.C: - http headers names, which are passed to
7903: SAPI::add_header_attribute are lowercased now (it'll be
7904: capitalized in that method)
7905:
7906: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7907: classes/string.C: - file_write accepts Request_charsets and asked
7908: charset and cound transcode content before writing - string.save
7909: and file.save have option $.charset now
7910:
7911: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7912: classes/xdoc.C: - file_write accepts Request_charsets and asked
7913: charset and cound transcode content before writing
7914:
7915: * src/include/pa_exception.h: - new exception comment string was
7916: defined
7917:
7918: 2009-09-07 misha
7919:
7920: * src/main/compile.y: - grammar $name\ name stops now for regex
7921: sub-pattern\s
7922:
7923: 2009-09-04 misha
7924:
7925: * src/main/pa_http.C: - capitalization of http headers during
7926: file::load[http was implemented
7927:
7928: 2009-09-03 misha
7929:
7930: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7931: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7932: types/pa_vmail.C, targets/cgi/parser3.C,
7933: targets/isapi/parser3isapi.C: - back to storing response http
7934: headers in lowercase - capitalize them during output
7935:
7936: 2009-08-31 misha
7937:
7938: * src/classes/table.C: - allow call with any brackets (it could be
7939: useful in methods with explict result declaration)
7940:
7941: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7942: correctly if $request:charset==koi8-r
7943:
7944: 2009-08-30 misha
7945:
7946: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7947: changed: content-type => Content-type and so on
7948:
7949: * src/classes/file.C, src/include/pa_common.h,
7950: src/include/pa_request.h, src/main/pa_http.C,
7951: src/main/pa_request.C, src/types/pa_vcookie.C,
7952: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7953: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7954: tests/results/002.processed, tests/results/003.processed,
7955: tests/results/004.processed, tests/results/005.processed,
7956: tests/results/006.processed, tests/results/007.processed,
7957: tests/results/008.processed, tests/results/009.processed,
7958: tests/results/010.processed, tests/results/011.processed,
7959: tests/results/012.processed, tests/results/013.processed,
7960: tests/results/014.processed, tests/results/015.processed,
7961: tests/results/016.processed, tests/results/017.processed,
7962: tests/results/018.processed, tests/results/019.processed,
7963: tests/results/020.processed, tests/results/021.processed,
7964: tests/results/022.processed, tests/results/023.processed,
7965: tests/results/024.processed, tests/results/025.processed,
7966: tests/results/026.processed, tests/results/027.processed,
7967: tests/results/028.processed, tests/results/029.processed,
7968: tests/results/030.processed, tests/results/031.processed,
7969: tests/results/032.processed, tests/results/033.processed,
7970: tests/results/034.processed, tests/results/035.processed,
7971: tests/results/036.processed, tests/results/037.processed,
7972: tests/results/038.processed, tests/results/039.processed,
7973: tests/results/040.processed, tests/results/041.processed,
7974: tests/results/042.processed, tests/results/043.processed,
7975: tests/results/044.processed, tests/results/045.processed,
7976: tests/results/046.processed, tests/results/047.processed,
7977: tests/results/048.processed, tests/results/049.processed,
7978: tests/results/050.processed, tests/results/051.processed,
7979: tests/results/052.processed, tests/results/053.processed,
7980: tests/results/054.processed, tests/results/055.processed,
7981: tests/results/056.processed, tests/results/057.processed,
7982: tests/results/058.processed, tests/results/059.processed,
7983: tests/results/060.processed, tests/results/061.processed,
7984: tests/results/062.processed, tests/results/063.processed,
7985: tests/results/064.processed, tests/results/065.processed,
7986: tests/results/066.processed, tests/results/067.processed,
7987: tests/results/068.processed, tests/results/069.processed,
7988: tests/results/070.processed, tests/results/071.processed,
7989: tests/results/072.processed, tests/results/073.processed,
7990: tests/results/074.processed, tests/results/075.processed,
7991: tests/results/076.processed, tests/results/077.processed,
7992: tests/results/078.processed, tests/results/079.processed,
7993: tests/results/080.processed, tests/results/081.processed,
7994: tests/results/082.processed, tests/results/083.processed,
7995: tests/results/084.processed, tests/results/085.processed,
7996: tests/results/086.processed, tests/results/087.processed,
7997: tests/results/088.processed, tests/results/089.processed,
7998: tests/results/090.processed, tests/results/091.processed,
7999: tests/results/092.processed, tests/results/093.processed,
8000: tests/results/094.processed, tests/results/095.processed,
8001: tests/results/096.processed, tests/results/097.processed,
8002: tests/results/098.processed, tests/results/099.processed,
8003: tests/results/100.processed, tests/results/101.processed,
8004: tests/results/102.processed, tests/results/103.processed,
8005: tests/results/104.processed, tests/results/105.processed,
8006: tests/results/106.processed, tests/results/107.processed,
8007: tests/results/108.processed, tests/results/109.processed,
8008: tests/results/110.processed, tests/results/111.processed,
8009: tests/results/112.processed, tests/results/113.processed,
8010: tests/results/114.processed, tests/results/115.processed,
8011: tests/results/116.processed, tests/results/117.processed,
8012: tests/results/118.processed, tests/results/119.processed,
8013: tests/results/120.processed, tests/results/121.processed,
8014: tests/results/122.processed, tests/results/123.processed,
8015: tests/results/124.processed, tests/results/125.processed,
8016: tests/results/126.processed, tests/results/127.processed,
8017: tests/results/128.processed, tests/results/129.processed,
8018: tests/results/130.processed, tests/results/131.processed,
8019: tests/results/132.processed, tests/results/133.processed,
8020: tests/results/134.processed, tests/results/135.processed,
8021: tests/results/136.processed, tests/results/138.processed,
8022: tests/results/139.processed, tests/results/140.processed,
8023: tests/results/141.processed, tests/results/142.processed,
8024: tests/results/143.processed, tests/results/144.processed,
8025: tests/results/145.processed, tests/results/146.processed,
8026: tests/results/147.processed, tests/results/148.processed,
8027: tests/results/149.processed, tests/results/150.processed,
8028: tests/results/151.processed, tests/results/152.processed,
8029: tests/results/153.processed, tests/results/154.processed,
8030: tests/results/155.processed, tests/results/156.processed,
8031: tests/results/157.processed, tests/results/158.processed,
8032: tests/results/159.processed, tests/results/160.processed,
8033: tests/results/161.processed, tests/results/162.processed,
8034: tests/results/163.processed, tests/results/164.processed,
8035: tests/results/165.processed, tests/results/166.processed,
8036: tests/results/167.processed, tests/results/168.processed,
8037: tests/results/169.processed, tests/results/170.processed,
8038: tests/results/171.processed, tests/results/172.processed,
8039: tests/results/173.processed, tests/results/174.processed,
8040: tests/results/175.processed, tests/results/176.processed,
8041: tests/results/177.processed, tests/results/178.processed,
8042: tests/results/179.processed, tests/results/180.processed,
8043: tests/results/181.processed, tests/results/182.processed,
8044: tests/results/183.processed, tests/results/184.processed,
8045: tests/results/185.processed, tests/results/186.processed,
8046: tests/results/187.processed, tests/results/188.processed,
8047: tests/results/189.processed, tests/results/190.processed,
8048: tests/results/191.processed, tests/results/192.processed,
8049: tests/results/193.processed, tests/results/194.processed,
8050: tests/results/195.processed, tests/results/196.processed,
8051: tests/results/197.processed, tests/results/198.processed,
8052: tests/results/199.processed, tests/results/200.processed,
8053: tests/results/201.processed, tests/results/202.processed,
8054: tests/results/203.processed, tests/results/204.processed,
8055: tests/results/205.processed, tests/results/206.processed,
8056: tests/results/207.processed, tests/results/208.processed,
8057: tests/results/209.processed, tests/results/210.processed,
8058: tests/results/211.processed, tests/results/212.processed,
8059: tests/results/213.processed, tests/results/214.processed,
8060: tests/results/215.processed, tests/results/216.processed,
8061: tests/results/217.processed, tests/results/218.processed,
8062: tests/results/219.processed, tests/results/220.processed,
8063: tests/results/221.processed, tests/results/222.processed,
8064: tests/results/223.processed, tests/results/224.processed,
8065: tests/results/225.processed, tests/results/226.processed,
8066: tests/results/227.processed, tests/results/228.processed,
8067: tests/results/229.processed: - http headers were changed:
8068: content-type => Content-type and so on
8069:
8070: 2009-08-27 misha
8071:
8072: * src/: main/pa_random.C, include/pa_random.h,
8073: targets/cgi/parser3.C: - year was updated :)
8074:
8075: 2009-08-26 misha
8076:
8077: * tests/: 224.html, 224.p: - test for creating of parser object
8078: using constructor without params - little bugfix in test
8079:
8080: * src/main/compile_tools.h: - bugfix: should't call autouse while
8081: checking existed class while processing partial option
8082:
8083: * src/classes/reflection.C: - bugfix: core when creating object
8084: with reflection and constructor doesn't have params
8085:
8086: 2009-08-24 misha
8087:
8088: * tests/229.html: - tests for checking the number of parameters
8089: were added
8090:
8091: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8092: number of method's parameters wasn't checked correctly (the bug
8093: was introduced in 3.4.0)
8094:
8095: 2009-08-22 misha
8096:
8097: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8098: transcoded, but tainted pieces are escaped only when
8099: content-type==url-encoding
8100:
8101: * tests/228.html: - test for checking
8102: ^file::load[http://...;$.body[]]
8103:
8104: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8105: post charset was too early (charsets is empty at this moment)
8106:
8107: 2009-08-21 misha
8108:
8109: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8110: main/untaint.C: - some fixes with transcode+untaint
8111:
8112: 2009-08-15 misha
8113:
8114: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8115: was increaced to 100 (was 50)
8116:
8117: * tests/227.html: - test for checking overriding properties in
8118: static classes was added
8119:
8120: * tests/: 226.html, 226.p: - test for @autoload[] was added
8121:
8122: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8123: main/execute.C, main/pa_request.C, classes/reflection.C: -
8124: autouse was implemented
8125:
8126: 2009-08-14 misha
8127:
8128: * src/classes/reflection.C: - outdated checkout was removed
8129:
8130: * src/classes/reflection.C: - optimization - method ^dynamical was
8131: added.
8132:
8133: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8134: types/pa_vstateless_class.h, main/execute.C: - optimization
8135:
8136: * src/types/pa_vclass.C: - exception if base on sytem class
8137:
8138: 2009-08-12 misha
8139:
8140: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8141: pa_vstateless_class.h: - little optimisation
8142:
8143: 2009-08-11 misha
8144:
8145: * tests/224.html: - method_params => method_info - checking for
8146: $.inherited
8147:
8148: * src/classes/reflection.C, operators.txt: - method method_params
8149: was renamed to method_info and now it returns class name, if
8150: method was defined in ancestor
8151:
8152: * tests/225.html: - tests for cheching properties in hierarhical
8153: classes were added
8154:
8155: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8156: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8157: main/compile.y, main/execute.C, classes/classes.C: - problems
8158: with properties in new classes implementation were fixed
8159:
8160: 2009-08-10 misha
8161:
8162: * src/main/execute.C: - now constructor shouldn't be defined in
8163: class. it could be defined in parent.
8164:
8165: 2009-08-09 misha
8166:
8167: * src/classes/reflection.C: - ^reflection:methods doesn't return
8168: base's methods
8169:
8170: 2009-08-08 misha
8171:
8172: * src/: classes/classes.h, classes/date.C, classes/file.C,
8173: classes/form.C, classes/hash.C, classes/hashfile.C,
8174: classes/image.C, classes/mail.C, classes/op.C,
8175: classes/reflection.C, classes/regex.C, classes/string.C,
8176: classes/table.C, classes/xdoc.C, classes/xnode.C,
8177: classes/xnode.h, include/pa_hash.h, main/execute.C,
8178: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8179: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8180: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8181: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8182: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8183: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8184: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8185: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8186: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8187: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8188: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8189: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8190: types/pa_vresponse.C, types/pa_vresponse.h,
8191: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8192: types/pa_vstateless_object.h, types/pa_vstatus.C,
8193: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8194: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8195: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8196: types/pa_wwrapper.h, types/types.vcproj: - new classes
8197: implementation
8198:
8199: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8200: USE_MUNMAP is used. so it is disabled as a workaround.
8201:
8202: 2009-08-05 misha
8203:
8204: * src/: main/pa_common.C, include/pa_common.h: - not needed
8205: parameter was removed
8206:
8207: * src/main/pa_http.C: - bugfix: error was during detecting
8208: content-type of file which was loaded by http
8209:
8210: 2009-08-01 misha
8211:
8212: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8213: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8214: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8215: can't be disabled with defines any longer
8216:
8217: 2009-07-29 misha
8218:
8219: * src/classes/reflection.C, tests/results/224.processed: - for
8220: native methods with any call type now returned empty call_type
8221: value
8222:
8223: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8224: classes/table.C, include/pa_hash.h, include/pa_request.h,
8225: main/pa_request.C: - break in cycles was optimized
8226:
8227: * INSTALL: - more defines were described
8228:
8229: 2009-07-28 misha
8230:
8231: * operators.txt: - some changes in information about reflection
8232: class
8233:
8234: * tests/: 224.html, 224.p: - tests for reflection class
8235:
8236: * src/classes/reflection.C: - some bugs were fixed, method classes
8237: was added, refactoring
8238:
8239: 2009-07-26 misha
8240:
8241: * src/classes/classes.vcproj: - reflection class wass added to
8242: project
8243:
8244: * operators.txt: - information about reflection class was added
8245:
8246: * src/classes/reflection.C: - class was redesigned
8247:
8248: 2009-07-24 misha
8249:
8250: * src/classes/: Makefile.am, reflection.C: - class reflection was
8251: added
8252:
8253: * src/types/pa_vstateless_class.h: - method for reflection method's
8254: in classes was added
8255:
8256: 2009-07-22 misha
8257:
8258: * src/main/compile_tools.h: - bugfix: $object.$var was
8259: over-optimized. it failed if $object1.$object2.field
8260:
8261: 2009-07-16 misha
8262:
8263: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8264: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8265: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8266: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8267: one more arg: length of cord
8268:
8269: 2009-07-15 misha
8270:
8271: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8272: tainted in ^file::load[http://...;$.cookies[]]
8273:
8274: * src/classes/: op.C, regex.C, string.C: - new string with
8275: exception was used
8276:
8277: * src/include/pa_exception.h: - new string with exception was added
8278:
8279: * tests/223.html: - test for checking cookie-encoding during
8280: ^file::load[http was added
8281:
8282: * tests/: 221.html, 222.html: - tests for checking type of
8283: $table.fields.field were added
8284:
8285: * src/types/pa_vtable.C: - not used var decl was removed
8286:
8287: * src/include/pa_string.h: - use cached string length in Body::mid.
8288: it improves speed of match with brackets in pattern
8289:
8290: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8291: outside
8292:
8293: 2009-07-14 misha
8294:
8295: * src/types/pa_vtable.C: - $table.fields.a return string even if
8296: column is empty (sometime returned void) - $table.fields was
8297: added for nameless tables
8298:
8299: * src/targets/cgi/getopt.c: - one warning resolved
8300:
8301: * src/main/pa_string.C: - potentian bug fixed
8302:
8303: * src/classes/op.C: - small optimization in taint/untaint
8304:
8305: 2009-07-13 misha
8306:
8307: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8308: added
8309:
8310: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8311: souldn't add the attribut to output
8312:
8313: 2009-07-11 misha
8314:
8315: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8316: stack size was increaced to 2MB (default=1MB)
8317:
8318: 2009-07-08 misha
8319:
8320: * src/main/pa_string.C: - link to UTF-8 description was added
8321:
8322: * src/include/pa_hash.h: - hash keeps element's order in more
8323: places (ex: ._keys[])
8324:
8325: * tests/220.html: - test for checking order of elements in hash in
8326: foreach was added
8327:
8328: * tests/172.html: - small changes in printing hash
8329:
8330: * tests/129.html: - small changes in printing hash
8331:
8332: * src/: include/pa_common.h, include/pa_hash.h,
8333: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8334: types/pa_vmethod_frame.h: - hash now keeps order of elements
8335:
8336: * tests/014.html: - small changes in printing hash
8337:
8338: 2009-07-07 misha
8339:
8340: * src/classes/op.C: - new taint language "parser-code" was added
8341:
8342: * tests/219.html: - test for auto untaint parser code in process
8343: was added
8344:
8345: * src/classes/op.C: - tainted pieces in body of process are
8346: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8347:
8348: * src/: include/pa_string.h, main/untaint.C: - new language
8349: L_PARSER_CODE for auto-untaint in process was added
8350:
8351: * src/: classes/file.C, classes/hash.C, classes/image.C,
8352: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8353: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8354: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8355: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8356: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8357: code cleanup
8358:
8359: 2009-07-06 misha
8360:
8361: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8362: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8363: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8364:
8365: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8366: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8367: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8368: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8369: should be used
8370:
8371: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8372: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8373: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8374: untaint_cstr[m] should be used
8375:
8376: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8377: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8378:
8379: * tests/218.html: - test for checking automatic file-spec-taint was
8380: added
8381:
8382: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8383: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8384: classes/file.C, classes/hash.C, classes/image.C,
8385: classes/string.C, classes/table.C, classes/void.C,
8386: classes/xdoc.C: - optimizations and simplification of
8387: string.cstr(...)
8388:
8389: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8390: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8391: - optimizations and simplification of string.cstr(...)
8392:
8393: 2009-07-04 misha
8394:
8395: * tests/217.html: - test for recursion detection was added
8396:
8397: * src/: types/types.vcproj, main/main.vcproj,
8398: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8399: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8400: from .vcproj
8401:
8402: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8403:
8404: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8405: uploading files and case-insensitive http-method were added
8406:
8407: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8408: tainted pattern in ^file:list[] was added
8409:
8410: 2009-07-03 misha
8411:
8412: * src/: classes/classes.vcproj, main/main.vcproj,
8413: types/types.vcproj, targets/cgi/parser3.vcproj,
8414: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8415: for dynamic_cast) - little options changes
8416:
8417: * src/main/pa_http.C: - file::load[http works now with uploading
8418: files _and_ changing $.charset
8419:
8420: 2009-06-29 misha
8421:
8422: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8423: while creating pattern
8424:
8425: 2009-06-25 misha
8426:
8427: * src/classes/image.C, operators.txt: - options' names for
8428: ^image.font were changed to $.space, $.width and $spacing -
8429: default space width now == gif's width
8430:
8431: 2009-06-24 misha
8432:
8433: * tests/215.html: - tests for $file.mode were added
8434:
8435: * operators.txt: - added info about $file.mode and changes in
8436: ^image.font[
8437:
8438: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8439: param now could be omited - third param now could be hash (with
8440: all widths options: $.space-width, $.letter-width) - it's
8441: possible to specify tracking ($.letter-space)
8442:
8443: * src/classes/file.C: - file objects now could have mode field
8444: (text|binary)
8445:
8446: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8447:
8448: 2009-06-23 misha
8449:
8450: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8451: trim can work with utf-8 chars now
8452:
8453: 2009-06-20 misha
8454:
8455: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8456: was implemented
8457:
8458: * src/classes/table.C: - string length cacheing was implemented
8459:
8460: * src/include/pa_string.h: - string length cacheing was implemented
8461:
8462: 2009-06-17 misha
8463:
8464: * src/main/execute.C: - value param was removed from
8465: WContext::WContext
8466:
8467: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8468: pa_wwrapper.h: - value param was removed from WContext::WContext
8469: - field wcontext was removed from VCodeFrame (using fparent
8470: instead)
8471:
8472: * tests/214.html: - test with hash copying
8473:
8474: 2009-06-16 misha
8475:
8476: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8477: strings doesn't work in expression anymore
8478:
8479: * src/main/execute.C: - less calls for get_constructing() - little
8480: refactoring
8481:
8482: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8483: include/pa_request.h: - less calls for get_constructing()
8484:
8485: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8486: introduced with OPTIMIZE_SINGLE_STRING optimization
8487:
8488: 2009-06-14 misha
8489:
8490: * src/: classes/date.C, classes/file.C, classes/hash.C,
8491: classes/hashfile.C, classes/image.C, classes/regex.C,
8492: classes/table.C, classes/xdoc.C, classes/xnode.h,
8493: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8494: types/pa_vstateless_class.h, main/execute.C: - create object for
8495: storing object's fields only for parser objects
8496:
8497: 2009-06-13 misha
8498:
8499: * buildall-with-xml, buildall-without-xml: - new option was added
8500: for building GC (it slightly reduces memory usage)
8501:
8502: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8503: single string write
8504:
8505: * src/main/execute.C: - bytecode optimization of ^class:constructor
8506: - optimization of single string write
8507:
8508: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8509: - bytecode optimization of ^class:constructor
8510:
8511: 2009-06-09 misha
8512:
8513: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8514: main (better compatibility)
8515:
8516: 2009-06-08 misha
8517:
8518: * src/main/compile.y: - I've forgot to commit it :(
8519:
8520: 2009-06-07 misha
8521:
8522: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8523: WITH_READ and WITH_ROOT
8524:
8525: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8526: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8527: WITH_ROOT - little refactoring
8528:
8529: 2009-06-06 misha
8530:
8531: * tests/213.html: - tests for 3rd match string-param were added
8532:
8533: * src/classes/string.C: - 3rd match param could be string now
8534:
8535: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8536: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8537: GET_OBJECT_ELEMENT
8538:
8539: 2009-06-05 misha
8540:
8541: * src/main/pa_http.C: - bugfix: content-length was not calculated
8542: if $.body was specified
8543:
8544: 2009-06-04 misha
8545:
8546: * src/classes/op.C: - optimizing write_assign_lang in connect
8547:
8548: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8549:
8550: * src/main/execute.C: - little refactoring - optimizing
8551: write_assign_lang in taint/untaint
8552:
8553: * src/include/pa_opcode.h: - little refactoring
8554:
8555: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8556: main/compile_tools.h, main/execute.C: - optimizations for
8557: $self.field, ^self.method, $self.field[...] and $self.field(...)
8558: were added
8559:
8560: 2009-06-03 misha
8561:
8562: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8563:
8564: 2009-06-02 misha
8565:
8566: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8567: include/pa_opcode.h: - refactoring in last optimizations
8568: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8569: now but code is much easy and it is ready for further
8570: improvements.
8571:
8572: 2009-05-27 misha
8573:
8574: * src/: types/pa_junction.h, types/pa_vjunction.C,
8575: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8576: changed in destructing junctions
8577:
8578: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8579: String:Body
8580:
8581: 2009-05-26 misha
8582:
8583: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8584: one method detect_charset was deleted - bug was fixed in this
8585: method (error while detecting charset in content_type withot last
8586: ';')
8587:
8588: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8589: once
8590:
8591: 2009-05-25 misha
8592:
8593: * src/classes/file.C: - bugfix: file::exec didn't work after
8594: optimizing of helper_length
8595:
8596: 2009-05-24 misha
8597:
8598: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8599: were added - little refactoring
8600:
8601: * src/main/execute.C: - core while printing in debug log
8602: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8603: optimisations were added
8604:
8605: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8606: were added
8607:
8608: 2009-05-23 misha
8609:
8610: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8611: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8612: CORD_cat optimization
8613:
8614: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8615: - call constr optimisation under separate define now
8616:
8617: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8618: in $b should be string, not void
8619:
8620: * src/main/compile.y: - little fix for rem-cut optimisation
8621:
8622: * src/: include/pa_opcode.h, main/compile_tools.C,
8623: main/compile_tools.h, main/execute.C: - optimisations for
8624: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8625:
8626: * INSTALL: - description of some #defined were added
8627:
8628: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8629: before 1st access (memory usage is reduced if don't access to
8630: .text field)
8631:
8632: * src/include/pa_array.h: - array grows step now not static (it
8633: reduces numbers of reallocs)
8634:
8635: 2009-05-20 misha
8636:
8637: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8638: $.b(2), $c[d] and $.e[f] was added
8639:
8640: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8641: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8642: $.e[f] was added
8643:
8644: * src/main/execute.C: - debug printing moved in defines
8645:
8646: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8647: and little refactoring for OP_GET_OBJECT_ELEMENT +
8648: OP_GET_OBJECT_VAR_ELEMENT optimisation
8649:
8650: 2009-05-19 misha
8651:
8652: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8653: execute.C: - $a.$b & ^a.$b bytecode optimisation
8654:
8655: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8656: ^a.$b optimisation)
8657:
8658: * src/main/compile.y: - compiler now generate new opcodes:
8659: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8660: ^a.b - compiler now cut off ^rem{ with all content ; any number
8661: of params }
8662:
8663: * src/main/execute.C: - code for handle new opcodes
8664: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8665:
8666: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8667: added for LA2V and LA2S
8668:
8669: * src/include/pa_opcode.h: - new defines which can be used for
8670: disable some bytecode optimisation and new opcodes were added
8671:
8672: 2009-05-17 misha
8673:
8674: * src/lib/cord/cordxtra.c: - bugfix.
8675:
8676: * tests/212.html: - .size[] and .study_size[] were added to tests
8677:
8678: * operators.txt: - info about regex class was added
8679:
8680: * tests/212.html: - tests for regex class were added
8681:
8682: 2009-05-16 misha
8683:
8684: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8685: gc7.1
8686:
8687: * tests/022.html: - test for ^file:list[path;] (empty second param)
8688: was added
8689:
8690: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8691: param) should work
8692:
8693: 2009-05-15 misha
8694:
8695: * src/classes/table.C: - automatically disable stringstream usage
8696: on freebsd4
8697:
8698: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8699: scope
8700:
8701: * tests/211.html: - test with different types of access to hash was
8702: added
8703:
8704: * tests/210.html: - test which checks for loosing tainting in
8705: hash's keys was added
8706:
8707: * tests/208.html: - some parser work added. or stime == 0 %-)
8708:
8709: * src/lib/cord/cordbscs.c: - little hack was added to cord
8710:
8711: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8712:
8713: * src/include/pa_version.h, configure.in: - moko have made a lot of
8714: optimisations for increacing version number more dramatically :)
8715:
8716: * src/classes/date.C: - little refactoring: use constructor which
8717: accepts formated string
8718:
8719: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8720: which can print formatted string was added
8721:
8722: 2009-05-14 misha
8723:
8724: * src/include/pa_string.h: - type was fixed
8725:
8726: * src/: classes/hashfile.C, classes/op.C,
8727: include/pa_cache_managers.h, include/pa_charset.h,
8728: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8729: include/pa_request.h, include/pa_sql_driver_manager.h,
8730: include/pa_string.h, include/pa_stylesheet_manager.h,
8731: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8732: main/pa_charsets.C, main/pa_string.C,
8733: main/pa_stylesheet_connection.C, types/pa_value.h,
8734: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8735: types/pa_vobject.C, types/pa_vstateless_class.C,
8736: types/pa_vstateless_class.h: - hash_code caching was implemented
8737: (seaches should be faster now)
8738:
8739: * src/: classes/file.C, classes/hash.C, classes/image.C,
8740: classes/string.C, classes/table.C, include/pa_string.h,
8741: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8742: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8743: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8744: types/pa_vrequest.C: - String constructors don't have that stupid
8745: true/false param which means 'tainted'. they accept lang instead.
8746:
8747: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8748: with OPTIMIZE_RESULT
8749:
8750: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8751: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8752:
8753: 2009-05-13 misha
8754:
8755: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8756: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8757: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8758: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8759: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8760: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8761: include/pa_string.h, classes/date.C, classes/file.C,
8762: classes/hash.C, classes/image.C, classes/string.C,
8763: classes/table.C, classes/xdoc.C: - result optimisation -
8764: helper_length parameter removed from string constructors
8765:
8766: 2009-05-11 misha
8767:
8768: * tests/209.html: - tests for ^hash::create[hash] were added
8769:
8770: * tests/208.html: - tests for $status:rusage, $status:memory,
8771: ^memory:compact[] were added
8772:
8773: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8774: log10 were added
8775:
8776: * tests/206.html: - test for try with finally was added
8777:
8778: 2009-05-10 misha
8779:
8780: * tests/205.html: - test for ^file::create[...] was added
8781:
8782: * tests/204.html: - test for ^response:clear[] was added
8783:
8784: * tests/038.html: - tests for trigonometric functions were added
8785:
8786: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8787: added - more tests for .add, .sub, .union, .intersects and
8788: .intersections
8789:
8790: * tests/065.html: - test for ^file:dirname was added
8791:
8792: * tests/030.html: - test for $cookie:fields was added
8793:
8794: * tests/203.html: - test for ^h._keys[column name] was added
8795:
8796: * tests/201.html: - tests for .trim were added
8797:
8798: * tests/202.html: - tests for last-day,
8799: date:calendar[type](YYYY;MM;DD) were added
8800:
8801: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8802: .offset[type](N) were added
8803:
8804: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8805: and .pos[c](N) were added
8806:
8807: * tests/141.html: - test for math:sha1 was added
8808:
8809: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8810:
8811: 2009-05-09 misha
8812:
8813: * src/main/compile.y: - rollback
8814:
8815: 2009-05-05 misha
8816:
8817: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8818: replaced by is_empty()
8819:
8820: * src/: include/pa_string.h, main/pa_charset.C: - little
8821: optimisation: somewhere length() was replaced by is_empty()
8822:
8823: * src/classes/table.C: - little optimisation: somewhere length()
8824: was replaced by is_empty()
8825:
8826: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8827: classes/op.C, classes/table.C, main/pa_exception.C: - little
8828: optimisation: somewhere length() was replaced by is_empty()
8829:
8830: 2009-05-04 misha
8831:
8832: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8833: types/pa_vstateless_class.h, main/execute.C,
8834: include/pa_request.h, classes/hash.C, classes/op.C,
8835: classes/table.C: - more optimisations were added: some operators
8836: don't switch write context anylonger
8837:
8838: 2009-05-01 misha
8839:
8840: * src/main/compile.y: - slightly more opcode optimisations for
8841: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8842:
8843: * src/main/execute.C: - simplifying process for getters
8844:
8845: 2009-04-30 misha
8846:
8847: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8848:
8849: * tests/results/199.processed: - test for checking $result into
8850: ^rem was added
8851:
8852: * tests/199.html: - test for checking $result into ^rem was added
8853:
8854: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8855: some OS it returns list in different order)
8856:
8857: * src/: include/pa_array.h, include/pa_request.h,
8858: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8859: changes in stack impl - get_element() optimisation: 3rd param
8860: removed - bugfix: problems with reading empty input param -
8861: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8862:
8863: * tests/results/198.processed: - test for reading empty local var
8864: was added
8865:
8866: * tests/198.html: - test for reading empty local var was added
8867:
8868: 2009-04-29 misha
8869:
8870: * src/main/compile.y: - bugfix: couldn't compile because
8871: OP_VALUE__GET_ELEMENT should be unde #ifdef
8872:
8873: * src/: include/pa_array.h, include/pa_opcode.h,
8874: include/pa_request.h, main/compile.y, main/execute.C,
8875: main/pa_request.C, types/pa_vmethod_frame.C,
8876: types/pa_vmethod_frame.h: - we can work without opcode
8877: OP_STORE_PARAM, so it was removed
8878:
8879: 2009-04-28 misha
8880:
8881: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8882: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8883: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8884: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8885: 4.
8886: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8887:
8888: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8889:
8890: * src/: main/pa_string.C, classes/string.C: - !length() =>
8891: is_empty()
8892:
8893: 2009-04-27 misha
8894:
8895: * src/types/pa_vregex.h: - back explicit vars initialisation
8896:
8897: 2009-04-24 misha
8898:
8899: * src/classes/string.C: - ups. typo fixed
8900:
8901: * src/main/execute.C: - more replacements '*new VBool' to
8902: 'VBool::get' - checks for ^break[], ^continue[] and
8903: parser.interrupted were optimised
8904:
8905: * src/classes/string.C: - number of params.count() calls was
8906: slightly reduced
8907:
8908: 2009-04-23 misha
8909:
8910: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8911: make it x64 friendly
8912:
8913: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8914: parser is x64 friendly now
8915:
8916: 2009-04-22 misha
8917:
8918: * src/types/pa_vhashfile.C: - coder friendly exception about
8919: exceeding record size was added
8920:
8921: * src/classes/file.C: - use vregex object instead of direct calls
8922: methods from pcre lib
8923:
8924: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8925: classes/string.C: - use vregex object instead of direct calls
8926: methods from pcre lib
8927:
8928: * src/: include/pa_common.h, main/pa_common.C: - method
8929: print_pcre_exec_error_text was moved to class vregex
8930:
8931: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8932: was added
8933:
8934: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8935: - class vregex was added
8936:
8937: 2009-04-21 misha
8938:
8939: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8940:
8941: * src/: types/pa_junction.h, types/pa_value.C,
8942: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8943: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8944: junction-optimisation (destructors)
8945:
8946: * src/include/pa_array.h: - free under if now
8947:
8948: 2009-04-19 misha
8949:
8950: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8951:
8952: 2009-04-18 misha
8953:
8954: * src/include/pa_version.h:
8955: :q :
8956:
8957: CV:
8958: ----------------------------------------------------------------------
8959:
8960: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8961: refactoring
8962:
8963: * src/: include/pa_array.h, include/pa_hash.h,
8964: types/pa_vmethod_frame.h: - destructors under #ifdef now
8965:
8966: * src/include/pa_memory.h: - define for using destructors was added
8967:
8968: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8969: main/execute.C: - some junctions will be cached now
8970:
8971: * src/include/pa_hash.h: - hash destructor frees pairs now
8972:
8973: * src/include/pa_array.h: - inline was added to destructor
8974:
8975: * src/types/pa_method.h: - comment was changed
8976:
8977: 2009-04-17 misha
8978:
8979: * src/: include/pa_array.h, include/pa_hash.h,
8980: types/pa_vmethod_frame.h: - destructors were added
8981:
8982: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8983: renamed to always_use_result
8984:
8985: * src/main/: compile.y, compile_tools.h: - rollback changes in
8986: compiler: full backward compatibility is better
8987:
8988: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8989: result in var's hash
8990:
8991: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8992: optimisation in method_frame
8993:
8994: * src/include/pa_array.h: - optimisation in array (allocate
8995: elements only when needed)
8996:
8997: * src/types/pa_vresponse.C: - check for $response:headers field
8998: before looking at custom fields
8999:
9000: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9001: not needed to check existance var with name 'result' in var's
9002: hash
9003:
9004: * src/main/compile.y: - compiler was changed: now it detects
9005: writings to $result and set flag writo_to_result in method
9006:
9007: * src/classes/string.C: - little optimisation: no needed to write
9008: number with lang
9009:
9010: * src/main/pa_charset.C: - methods readChar and skipChar which is
9011: used for read utf8-strings were renamed - is_escaped was renamed
9012: to isEscaped (to the same name convention)
9013:
9014: * src/: types/pa_method.h, main/compile_tools.h: - flag
9015: write_to_result added. compiler get this info from code.
9016:
9017: 2009-04-16 misha
9018:
9019: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9020: String only before 1st write
9021:
9022: * src/include/pa_string.h: - not needed template removed
9023:
9024: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9025: types/pa_vjunction.C, types/pa_vproperty.C,
9026: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9027: main/pa_request.C, classes/bool.C, classes/double.C,
9028: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9029: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9030: bool objects)
9031:
9032: 2009-04-15 misha
9033:
9034: * src/lib/cord/cordxtra.c: - more optimisation
9035:
9036: * src/: include/pa_string.h, main/untaint.C: - String::append
9037: optimisation
9038:
9039: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9040: then get and can sometime be used)
9041:
9042: * src/main/pa_string.C: - String::length optimisation
9043:
9044: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9045: these methods read different strings
9046:
9047: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9048: fresult_initial_void removed + some optimisation - if $result
9049: defined we don't write to context anymore
9050:
9051: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9052: need just skip char)
9053:
9054: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9055: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9056: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9057:
9058: * src/types/pa_vvoid.h: - added get() method for retreave one
9059: instance
9060:
9061: 2009-04-11 misha
9062:
9063: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9064:
9065: * tests/197.html: - test for parser://test in xml was added
9066:
9067: * src/classes/string.C: - small optimisation
9068:
9069: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9070: optimisation
9071:
9072: 2009-04-10 misha
9073:
9074: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9075: to pcre-7.8
9076:
9077: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9078:
9079: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9080: added
9081:
9082: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9083: $request:CLASS_NAME were added
9084:
9085: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9086: were added
9087:
9088: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9089: $env:CLASS_NAME were added
9090:
9091: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9092: '@todo' now
9093:
9094: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9095: compirer
9096:
9097: * src/main/pa_string.C: - little code cleanup
9098:
9099: * src/main/pa_common.C: - describe one more UTF-8 related error
9100: during PCRE compile/execute
9101:
9102: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9103: normalizing todo-comments: '@todo' now
9104:
9105: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9106:
9107: * src/main/pa_charset.C: - type changed for making compiler happy
9108:
9109: 2009-03-10 misha
9110:
9111: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9112: in main()
9113:
9114: 2009-02-01 misha
9115:
9116: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9117: boundary
9118:
9119: 2009-01-25 misha
9120:
9121: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9122:
9123: * src/classes/file.C: - more changes for parsing different number
9124: of params for file::load
9125:
9126: * tests/193.html: - tests for exception while base64-decode binary
9127: to string was added
9128:
9129: * tests/192.html: - tests for file::load with different number of
9130: options
9131:
9132: * src/classes/math.C: - ups. forgot '+1'
9133:
9134: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9135: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9136: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9137: (new option $.encode[multipart-form/data] should be specified) -
9138: $.method[] option for file::load now is not case-sensitive
9139:
9140: * src/: include/pa_string.h, main/untaint.C: - for file post the
9141: new taint language L_FILE_POST was added
9142:
9143: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9144: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9145: stuff was moved to separate files
9146:
9147: 2009-01-23 misha
9148:
9149: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9150: spaces to tabs were converted
9151:
9152: 2009-01-12 misha
9153:
9154: * src/main/pa_http.C: - value of $.method[] option force uppercased
9155: now
9156:
9157: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9158: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9159: their names
9160:
9161: * src/main/pa_common.C: - changes in formating
9162:
9163: * src/: classes/file.C, main/pa_http.C: - some constants changed
9164: their names
9165:
9166: * src/include/pa_http.h: - some spaces were converted to tabs
9167:
9168: * src/include/pa_common.h: - some constants changed their names
9169:
9170: * src/classes/file.C: - fixed 4-th paramether for file::load -
9171: little code rewriting
9172:
9173: * src/types/pa_vfile.C: - little code rewriting
9174:
9175: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9176: types/pa_value.h: - some formating changes
9177:
9178: * src/include/pa_common.h: - some formating spaces transformed to
9179: tabs
9180:
9181: * src/classes/string.C: - exception while base64-decode binary to a
9182: string
9183:
9184: 2009-01-11 misha
9185:
9186: * configure.in: - version changed to 3.3.1b
9187:
9188: 2008-09-05 misha
9189:
9190: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9191: release_3_3_0 on 2008-09-05 10:59:35 +0000
9192:
9193: 2008-09-04 misha
9194:
9195: * tests/: 130.html, 131.html: - these exceptions not typeless
9196: anymore
9197:
9198: * src/classes/op.C: - exception with 'invalid taint language' not
9199: typeless anylonger
9200:
9201: * src/classes/image.C: - some exceptions while operations with
9202: image not typeless anymore
9203:
9204: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9205: main/pa_exec.C, main/pa_http.C: - some exceptions while
9206: operations with files not typeless anymore
9207:
9208: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9209: types/pa_vdate.h: - exceptions while checking date range not
9210: typeless anymore
9211:
9212: * src/include/pa_exception.h: - exception type string for invalid
9213: date range was added
9214:
9215: 2008-09-03 misha
9216:
9217: * src/: classes/file.C, main/pa_string.C: - exception while pce
9218: operations not typeless anymore
9219:
9220: * src/include/pa_exception.h: - exception type for pce operations
9221: was added
9222:
9223: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9224: and .CLASS_NAME insite classes
9225:
9226: * src/classes/table.C: - don't save table header whiile
9227: ^table.save[append;filename] if file exists
9228:
9229: 2008-09-02 misha
9230:
9231: * src/main/compile.y, src/main/compile_tools.h,
9232: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9233: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9234: renamed to partial and it login changed: we must mark class as
9235: partial for allow their modifications in future.
9236:
9237: 2008-08-29 misha
9238:
9239: * tests/results/022.processed: - testing taint[regex] in mask for
9240: file:list
9241:
9242: * tests/022.html: - testing taint[regex] in mask for file:list
9243:
9244: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9245: for file:list was added
9246:
9247: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9248: file:list
9249:
9250: 2008-08-26 misha
9251:
9252: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9253: last derived object
9254:
9255: * src/classes/image.C: - many strings "image.format" replaced by
9256: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9257: understand some more exif tags
9258:
9259: * src/include/pa_exception.h: - string "image.format" was added
9260:
9261: 2008-08-21 misha
9262:
9263: * src/: main/pa_string.C, classes/file.C: - use method for print
9264: pcre_exec text error
9265:
9266: * src/main/pa_common.C: - method for print pcre_exec text error was
9267: added
9268:
9269: * src/include/pa_common.h: - method declaration for print pcre_exec
9270: text error was added
9271:
9272: 2008-08-19 misha
9273:
9274: * src/main/execute.C: - bugfix: opcodes must be in separate
9275: namespace while debug execution as well
9276:
9277: * tests/: 015.html, results/015.processed: - test for escaping some
9278: parser chars was added
9279:
9280: 2008-08-18 misha
9281:
9282: * tests/: 190.html, 190.p, results/190.processed: - test for
9283: $caller.self.field + default getter in one class was added
9284:
9285: * tests/: 189.html, results/189.processed: - test for
9286: ^date::create[date object]
9287:
9288: * tests/: 188.html, results/188.processed: - tests for match with
9289: UTF-8 strings
9290:
9291: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9292: ^string.match[]
9293:
9294: * ChangeLog: - parser 3.3.0 beta13
9295:
9296: 2008-08-15 misha
9297:
1.116 moko 9298: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9299: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9300: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9301: dftables.c: - old PCRE files removed
1.95 moko 9302:
9303: * src/lib/pcre/config.h: - configuration for PCRE library
9304:
9305: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9306: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9307:
9308: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9309: library and set flag UTF8 if $request:charset is UTF-8
9310:
9311: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9312: include/pa_config_fixed.h: - moved to new PCRE library
9313:
9314: * src/: main/main.vcproj, types/types.vcproj,
9315: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9316: win32\pcre instead of parser3\src\lib\pcre
9317:
9318: * src/: include/pa_opcode.h, include/pa_operation.h,
9319: main/compile.C, main/compile.y, main/compile_tools.C,
9320: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9321: opcodes were moved to separate namespace
9322:
9323: 2008-08-14 misha
9324:
9325: * src/types/pa_vstateless_class.C: - newline at the end missed
9326:
9327: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9328: tainting
9329:
9330: 2008-08-11 misha
9331:
9332: * tests/: 187.html, 187.p, results/187.processed: - tests for
9333: $caller.self, $caller.self.field and $caller.self.field[value]
9334: were added
9335:
9336: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9337: runtime as well (for $caller.self)
9338:
9339: 2008-07-25 misha
9340:
9341: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9342: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9343: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9344: tests with international characters
9345:
9346: 2008-07-23 misha
9347:
9348: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9349: file::load[...;http://
9350:
9351: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9352: now everywhere in separate namespace
9353:
9354: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9355: for vars
9356:
9357: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9358: can be escaped by '^'
9359:
9360: 2008-07-22 misha
9361:
9362: * src/classes/string.C, tests/186.html: - names changes:
9363: escape=>js-escape, unescape=>js-unescape
9364:
9365: 2008-07-21 misha
9366:
9367: * tests/results/186.processed: - test for string escape/unescape
9368:
9369: * tests/186.html: - test for string escape/unescape
9370:
9371: * src/classes/string.C: - string has escape and unescape methods
9372: now
9373:
9374: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9375: added
9376:
9377: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9378: method-layers added (with different params)
9379:
9380: 2008-07-18 misha
9381:
9382: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9383: was added
9384:
9385: * tests/185.html: - test for ^str.pos[sub](offset) added
9386:
9387: * src/classes/string.C, src/classes/void.C, operators.txt: -
9388: ^string.pos[substr](offset) -- 2nd param accepted now
9389:
9390: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9391: strings
9392:
9393: 2008-07-17 misha
9394:
9395: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9396: helper length added for mid for small optimisation
9397:
9398: 2008-07-16 misha
9399:
9400: * tests/: 185.html, results/185.processed: - tests for
9401: length/left/right/mid/pos with utf-8 strings
9402:
9403: * src/classes/string.C: - left/right/mid/length/pos works fine for
9404: utf-8 strings
9405:
9406: * src/main/untaint.C: - comments removed
9407:
9408: * src/: include/pa_string.h, main/pa_string.C,
9409: include/pa_charset.h, main/pa_charset.C: - methods for working
9410: with pos/mid for strings in utf-8 were added
9411:
9412: 2008-07-15 misha
9413:
9414: * tests/: 184.html, results/184.processed: - test for case body as
9415: expression: $var(^switch(1){^case(1)(true)..})
9416:
9417: * src/classes/op.C: - case body can be expression now:
9418: $var(^switch(1){^case(1)(true)..})
9419:
9420: * tests/: results/183.processed, 183.html: - added test for testing
9421: new cookie encoding (%uXXXX)
9422:
9423: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9424: decoding for backward compatibility they decoded from %XX in
9425: request:charset too
9426:
9427: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9428: - cookie class now decode cookies before first access after last
9429: request:charset changing (as form class).
9430:
9431: * src/main/pa_charset.C: - added method escape for escaping cookies
9432: as %uXXXX - before transcode calculate required space for dest
9433: string. it reduce mem usage for transcode
9434:
9435: * src/include/pa_charset.h: - added method escape for escaping
9436: cookies as %uXXXX
9437:
9438: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9439: was added. will used for escaping cookies as %uXXXX
9440:
9441: * src/include/pa_common.h: - escape method has new option for skip
9442: converting '+' to a space char
9443:
9444: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9445: transcode - escape method has new option for skip converting '+'
9446: to a space char
9447:
9448: 2008-07-08 misha
9449:
9450: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9451: (no UE if more then 1 case matches anylonger) - optimization:
9452: doing searching.as_string() || searching.as_double() only once
9453:
9454: 2008-07-04 misha
9455:
9456: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9457: now ^date::create[date object] works
9458:
9459: * src/classes/string.C: - left and right added as aliases for start
9460: and end in ^string.trim[]
9461:
9462: 2008-07-03 misha
9463:
9464: * src/classes/file.C: - allow $.limit for file::sql as well
9465:
9466: * src/classes/file.C: - allow $.offset option for file::sql - force
9467: send limit=1 to query for use sql specifics authomatically
9468:
9469: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9470: if $.limit value if empty. autoconvert it as everywere
9471:
9472: 2008-07-02 misha
9473:
9474: * configure.in: - time to change version number to 3.3.0 %-)
9475:
9476: * src/include/pa_version.h: - time to change version number to
9477: 3.3.0 %-)
9478:
9479: 2008-06-26 misha
9480:
9481: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9482: $.limit(0) fixes
9483:
9484: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9485: - $.limit(0) fixes
9486:
9487: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9488: new API)
9489:
9490: * src/: include/pa_sql_driver_manager.h,
9491: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9492: classes/op.C: - document_root added
9493:
9494: * src/main/compile.tab.C: - error message was changed
9495:
9496: 2008-06-25 misha
9497:
9498: * src/main/compile.y: - error message was changed
9499:
9500: 2008-06-24 misha
9501:
9502: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9503:
9504: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9505: tests for @OPTIONS\nappend
9506:
9507: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9508:
9509: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9510:
9511: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9512:
9513: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9514: compile.y
9515:
9516: 2008-06-17 misha
9517:
9518: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9519: compilation: ^if(default){true. it's incorrect. must be
9520: exception}
9521:
9522: 2008-06-16 misha
9523:
9524: * tests/: 181.ent, 181.html, results/181.processed: - test for
9525: checking external reference loading with 'http://localhost'
9526: prefix while creating xdoc
9527:
9528: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9529: ^math:long2ip[] and ^math:ip2long[]
9530:
9531: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9532: added which use scalar stateless class method when user object
9533: used in scalar context - use get_scalar_value when user object
9534: requested in scalar context
9535:
9536: * src/main/pa_common.C: - size must be int but not size_t or we
9537: can't compare with 0 sprintf result
9538:
9539: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9540: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9541: with internal switch between local/global vars
9542:
9543: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9544: specified
9545:
9546: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9547: pa_vstateless_object.h: - stateless class and object now has
9548: private scalar field and getter/setter for working with it
9549:
9550: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9551: moved to inet static class
9552:
9553: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9554: class added (^inet:aton[IP], ^inet:ntoa(number))
9555:
9556: * tests/: 180.html, results/180.processed: - tests for
9557: ^math:long2ip(long) and ^math:ip2long[IP]
9558:
9559: * src/classes/math.C: - ^math:ip2long[IP] added
9560:
9561: 2008-06-11 misha
9562:
9563: * src/main/pa_xml_io.C: - use file_read_text again because of we
9564: need cut BOM code and remove DOS newline chars. but don't
9565: transcode it anyway.
9566:
9567: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9568: main/pa_http.C: - option for disable transcoding while file_read
9569: and file_read_text added
9570:
9571: 2008-06-10 misha
9572:
9573: * tests/: 179.html, 179.p, results/179.processed: - test for many
9574: classes in 1 file
9575:
9576: * src/main/: compile.C, compile_tools.h: - compile return list of
9577: classes now.
9578:
9579: * src/main/: compile.y, compile.tab.C: - compile return list of
9580: classes now. internals.
9581:
9582: * src/main/pa_request.C: - compile return list of classes now. try
9583: call @conf and @auto for each returned class
9584:
9585: * src/include/pa_request.h: - compile return list of classes now
9586:
9587: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9588: return list of classes when compile buf)
9589:
9590: 2008-06-07 misha
9591:
9592: * src/main/pa_request.C: - constructing VRequest object with 3rd
9593: param -- form
9594:
9595: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9596: 3rd param: form. needed for get post_charset
9597:
9598: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9599: added
9600:
9601: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9602: types/pa_vform.C, types/pa_vform.h: - some polish
9603:
9604: 2008-06-06 misha
9605:
9606: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9607: charset and decode chars from it but not from response:charset
9608:
9609: * src/main/pa_http.C: - detect_charset moved out of here
9610:
9611: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9612: methods moved here - unescape_chars accepn one charset now
9613:
9614: * src/main/pa_http.C: - new constants used - don't allow
9615: $.content-type in ^file::load[;http://;$.method[POST]] - add
9616: charset info while ^file::load[;http://;$.method[POST]] - option
9617: $.omit-post-charset(true) added to ^file::load[;http://] for
9618: disabling charset during post
9619:
9620: * src/types/pa_vform.C: - new constants used
9621:
9622: * src/include/pa_common.h: - some constants were added
9623:
9624: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9625: instead of StrEqNc
9626:
9627: * src/main/pa_common.C: - new method for caseless search
9628: c-substring in c-string - use isxdigit instead of is_hex_digit
9629:
9630: * src/include/pa_common.h: - new method for caseless search
9631: c-substring in c-string
9632:
9633: 2008-06-05 misha
9634:
9635: * tests/results/178.processed: - test for testing default getter
9636:
9637: * tests/178.html: - test for testing default getter
9638:
9639: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9640: for test for testing default getter
9641:
9642: * src/main/execute.C: - default getter soul
9643:
9644: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9645: requested objects' field not found
9646:
9647: * src/types/pa_vclass.C: - register default getter if defined - get
9648: default getter if requested field not found
9649:
9650: * src/types/pa_vstateless_object.h: - method get_default_getter was
9651: added
9652:
9653: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9654: pointer to default getter and methods for get/set it were added
9655:
9656: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9657: auto_name field (for default getter)
9658:
9659: 2008-06-04 misha
9660:
9661: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9662: transcoding, no cutting BOM code, no fixing line breaks) and get
9663: it to libxml "as is"
9664:
9665: 2008-06-03 misha
9666:
9667: * src/main/pa_common.C: - use store_Char instead of
9668: transcodeCharFromUTF8
9669:
9670: * src/: include/pa_charset.h, main/pa_charset.C: - method
9671: store_Char added, transcodeCharFromUTF8 -- removed
9672:
9673: 2008-06-02 misha
9674:
9675: * tests/: results/177.processed, 177.html: - test for checking
9676: .[acm]date after local ^file::load[] was added
9677:
9678: * tests/: results/176.processed, 176.html: - test for checking
9679: @OPTION\locals + @method[vars][locals] added
9680:
9681: * tests/results/auto.p: - CLASS_PATH specified for checking use
9682:
9683: 2008-05-30 misha
9684:
9685: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9686: @OPTION\nlocals + @method[vars][;locals;] were added
9687:
9688: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9689: moved to separate method op_code - switch from VMethodFrame to
9690: VMethodFrameGlobal + VMethodFrameLocal
9691:
9692: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9693: was moved to separate method op_code
9694:
9695: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9696: VMethodFrame now
9697:
9698: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9699: all_vars_local as well
9700:
9701: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9702: pa_vmethod_frame_local.h, Makefile.am: - who children for
9703: VMethodFrame were added: one (global) works as VMethodFrame
9704: before and second (local) write all vars in self vars scope
9705:
9706: * src/types/pa_method.h: - method has bool flag all_vars_local now
9707:
9708: 2008-05-29 misha
9709:
9710: * tests/: 129.html, results/129.processed: - more tests for
9711: ^table.hash[]
9712:
9713: * src/classes/hash.C: - ^hash::sql has a new option:
9714: $.type[hash|string|table] as ^table.hash[] one.
9715:
9716: * src/classes/op.C: - ^try has 3rd param now: finally code which
9717: executed anyway after try or catch section
9718:
9719: 2008-05-27 misha
9720:
9721: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9722: must not fail if $.distinct(1) wasn't specified
9723:
9724: 2008-05-26 misha
9725:
9726: * src/classes/op.C: - allow ^throw[my type]
9727:
9728: 2008-05-22 misha
9729:
9730: * configure.in, configure: - version number updated to 3.2.4b
9731:
9732: * src/classes/: op.C, string.C: - trim format string before
9733: eval/format
9734:
9735: * tests/: results/175.processed, 175.html: - more tests for
9736: different format strings in .format[]
9737:
9738: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9739: as well (not only %XX)
9740:
9741: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9742: charset specified - checks for format before print number
9743: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9744: (instead of tabs) removed
9745:
9746: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9747: charset specified
9748:
9749: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9750: char in requested charset from utf code was added
9751:
9752: 2008-05-19 misha
9753:
9754: * tests/: 174.html, results/174.processed: - test for
9755: ^hashfile.cleanup[] added
9756:
9757: * src/classes/hashfile.C: - optimization: don't create any key or
9758: value variable if it's name weren't specified
9759: (^hf.foreach[;v]{...})
9760:
9761: 2008-05-16 misha
9762:
9763: * src/classes/hash.C: - optimization: don't create any key variable
9764: if variable name wasn't specified (^h.foreach[;v]{...})
9765:
9766: 2008-05-15 misha
9767:
9768: * src/classes/op.C: - small changes
9769:
9770: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9771:
9772: * src/classes/hash.C: - calculate var_context once before foreach
9773:
9774: 2008-05-14 misha
9775:
9776: * src/classes/hashfile.C: - incorrect vars context calculation for
9777: ^hashfile.foreach[;]{} fixed
9778:
9779: * src/classes/: hash.C, table.C: - little optimisation
9780:
9781: * src/classes/file.C: - bugfix: double absolute path while loading
9782: file
9783:
9784: * tests/: 174.html, results/174.processed: - tests for hashfile
9785: were added
9786:
9787: * buildall-with-xml: - moving to libxslt 1.1.24
9788:
9789: 2008-04-30 misha
9790:
9791: * src/classes/file.C: - stat file while loading (local only) so
9792: .adate, .mdate and .cdate available without additional ::stat
9793:
9794: 2008-04-28 misha
9795:
9796: * src/classes/file.C: - $.name and $.content-type available for
9797: stated file
9798:
9799: 2008-04-14 misha
9800:
9801: * src/targets/cgi/parser3.C: - new year in copyright %-)
9802:
9803: * src/include/pa_version.h: - new version number in head
9804:
9805: 2008-04-10 misha
9806:
9807: * tests/: 080.html, results/080.processed: - cut '0' from
9808: exponential part because of on diff OS it differ (20 or 020 for
9809: ex)
9810:
9811: * tests/: 119.html, results/119.processed: - check for encoding
9812: while creating xdoc
9813:
9814: 2008-04-09 misha
9815:
9816: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9817:
9818: * src/main/pa_common.C: - comment added
9819:
9820: * src/classes/date.C: - little refactoring
9821:
9822: 2008-04-07 misha
9823:
9824: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9825: style of ^table.save[]: prepare one big string and sabe it at
9826: once. it's safe on freebsd 4.x but use much more memory.
9827:
9828: * buildall-with-xml, buildall-without-xml: - option
9829: --disable-stringstream added (under comment. use it on freebsd
9830: 4.x)
9831:
9832: 2008-02-22 misha
9833:
9834: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9835: specified together in file::load[;http] - get back transcoding
9836: $.body[] in file::load[;http]
9837:
9838: 2008-02-21 misha
9839:
9840: * src/classes/date.C: - ^date.gmt-string[] was added
9841:
9842: * src/types/pa_value.C: - method for output date in RFC 822 format
9843: moved to pa_common.h
9844:
9845: * src/include/pa_common.h: - method for output date in RFC 822
9846: format moved here from pa_value.C
9847:
9848: * src/types/pa_vmail.C: - fixed core in sending mail with
9849: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9850:
9851: 2008-02-20 misha
9852:
9853: * src/main/pa_http.C: - transcode $.headers before escaping into
9854: specified charset while ^file::load[...;http://...] (L_URI
9855: instead of L_HTTP_HEADER) - $.cookies param available in
9856: ^file::load[;http://...] now (but we don't parse set-cookies from
9857: response yet) (cookies not transcoded as common $cookies)
9858:
9859: 2008-02-19 misha
9860:
9861: * src/main/pa_request.C: - rollback: we mustn't force taint
9862: $response:field values because in this case
9863: $response:locateion[http://...] don't works.
9864:
9865: 2008-02-15 misha
9866:
9867: * src/classes/op.C: - little refactoring
9868:
9869: * src/main/pa_http.C: - taint names of $.headers for load[;http
9870:
9871: * src/main/pa_request.C: - force taint values of $response:field
9872:
9873: 2008-02-14 misha
9874:
9875: * src/main/pa_request.C: - $response:field transcoded to
9876: $response:charset before escaping now
9877:
9878: * src/main/pa_http.C: - some outdated comments removed
9879:
9880: * src/classes/date.C: - lastdat -> last-day
9881:
9882: * src/classes/date.C: - ^date:lastday(year;month) and
9883: ^date.lastday[] were added - little code refactoring - comments
9884: changes
9885:
9886: * tests/: 159.html, results/159.processed: - test for number of
9887: days in February
9888:
9889: * src/types/pa_value.C: - fixes in code formatting
9890:
9891: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9892: and comments
9893:
9894: 2008-02-13 misha
9895:
9896: * src/main/pa_common.C: - bugfix for february at leap year
9897:
9898: 2008-01-28 misha
9899:
9900: * tests/: 160.html, results/160.processed: - more test for cache
9901: added
9902:
9903: * src/classes/op.C: - bugfix: cache body executed twice if contains
9904: unhandled exception
9905:
9906: 2008-01-25 misha
9907:
9908: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9909: bug when hashfile became inavailable after memory:compact)
9910:
9911: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9912:
9913: 2008-01-22 misha
9914:
9915: * src/classes/table.C: - little refactiring and exception texts
9916: changes in method ^table.hash[]
9917:
9918: * src/types/pa_vcookie.C: - link to cookie specification changed
9919:
9920: 2008-01-21 misha
9921:
9922: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9923: file::exec/cgi
9924:
9925: * src/classes/file.C: - bugfix: core while processing headers if
9926: executed cgi script don't return content
9927:
9928: 2008-01-18 misha
9929:
9930: * buildall-with-xml: - move to libxml2 version 2.6.31
9931:
9932: * src/include/pa_version.h, configure.in: - version number updated
9933: to '3.2.3b'
9934:
9935: 2007-12-28 misha
9936:
9937: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9938: hash.contains
9939:
9940: 2007-12-27 misha
9941:
9942: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9943: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9944: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9945: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9946: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9947: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9948: src/targets/cgi/parser3.vcproj,
9949: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9950: back to VS2003 because of Apache 1.3 module can't work if it was
9951: built in VS 2005. with cgi all file so VS2003 project files can
9952: be easy converted to the new format.
9953:
9954: 2007-12-04 misha
9955:
9956: * src/types/pa_vcode_frame.h: - changes in comment
9957:
9958: 2007-11-29 misha
9959:
9960: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9961: intercept strings any longer
9962:
9963: * tests/: 173.html, results/173.processed: - tests for
9964: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9965: but not in main code frame
9966:
9967: * tests/: 172.html, results/172.processed: - more tests for pass
9968: objects from code frames
9969:
9970: 2007-11-27 misha
9971:
9972: * tests/: 152.html, results/152.processed: - tests for converting
9973: strings 'true'/'false' to bool were added
9974:
9975: * tests/152.html: - added checks for converting strings
9976: 'true'/'false' to bool
9977:
9978: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9979: not only strings with numbers but with values 'true'/'false' as
9980: well
9981:
9982: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9983: for parser3.log increased
9984:
9985: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9986:
9987: * src/include/pa_common.h: - remove_crlf return cstring size now
9988:
9989: * src/include/pa_types.h: - constant with buffer size for
9990: parser3.log added
9991:
9992: 2007-11-16 misha
9993:
9994: * tests/cat.sh: - script for tests for file::exec/cgi
9995:
9996: * tests/171.html: - tests for file::exec/cgi
9997:
9998: * tests/results/171.processed: - tests results for file::exec/cgi
9999:
10000: 2007-11-15 misha
10001:
10002: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10003:
10004: * src/classes/file.C: - .body must be set before analyzing cgi
10005: headers
10006:
10007: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10008: only if exec/cgi return anything.
10009:
10010: 2007-11-14 misha
10011:
10012: * operators.txt: - info about new text|binary option for
10013: file::exec/cgi was added
10014:
10015: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10016: ^file:exec[[text|binary];script;...]
10017:
10018: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10019: classes/string.C, classes/table.C: - more text strings moved to
10020: the one place
10021:
10022: 2007-11-09 misha
10023:
10024: * src/types/pa_vrequest.C: - $request:argv must be taint
10025:
10026: * ChangeLog: - $request:argv [patch from Sumo]
10027:
10028: * operators.txt: - $request:argv
10029:
10030: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10031: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10032:
10033: 2007-10-25 misha
10034:
10035: * buildall-with-xml, buildall-without-xml: - options preparations
10036: for ./configure rewrited
10037:
10038: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10039: error occure in unhandled_exception finally fixed
10040:
10041: 2007-10-23 misha
10042:
10043: * tests/: 170.html, results/170.processed: - test for
10044: @method[][result]
10045:
10046: * operators.txt: - added info about node.prefix and
10047: node.namespaceURI
10048:
10049: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10050:
10051: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10052: added for node and attribute
10053:
10054: 2007-10-22 misha
10055:
10056: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10057:
10058: * src/main/pa_request.C: - added const content-transfer-encoding
10059:
10060: * src/include/pa_request.h: - added const content-transfer-encoding
10061: - ups. constants must be in lowercase (for search)
10062:
10063: * src/types/pa_vmail.C: - more constants used -
10064: content-transfer-encoding: 8bit added
10065:
10066: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10067:
10068: * src/include/pa_request.h: - more constants
10069:
10070: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10071: ommit anymore if $.content-disposition was specified - little
10072: refactoring
10073:
10074: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10075:
10076: 2007-10-17 misha
10077:
10078: * operators.txt: - info about
10079: table::create[nameless]{data}[>options<] was added
10080:
10081: * src/main/: compile.tab.C, compile.y: - if error occure while
10082: compile method don't put this method in methods table anymore.
10083: in other case the parser coredumped if @unhandled_exception
10084: method can't be compiled because of parser.compile error.
10085:
10086: * src/main/execute.C: - little code reformating
10087:
10088: * src/main/pa_request.C: - little code reformating - comment
10089: changed
10090:
10091: 2007-10-16 misha
10092:
10093: * tests/: 035.html, results/035.processed: - tests
10094: table::create[]{}[options] added
10095:
10096: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10097: options (only $.seperator[] yet)
10098:
10099: 2007-10-10 misha
10100:
10101: * src/classes/table.C: - some contstants moved to pa_common.h -
10102: some code changes
10103:
10104: 2007-10-02 misha
10105:
10106: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10107: then three time as much. but base64 encoding method still use
10108: less memory anyway.
10109:
10110: 2007-09-17 misha
10111:
10112: * operators.txt: - added info about $cookie:fields
10113:
10114: * src/types/pa_vcookie.C: - $cookie:fields available now
10115:
10116: * src/classes/hash.C: - some stuff for use with .for_each moved to
10117: common
10118:
10119: * src/include/pa_common.h: - some stuff for use with .for_each
10120: moved here
10121:
10122: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10123:
10124: 2007-09-14 misha
10125:
10126: * buildall-with-xml: - new xml libs again =)
10127:
10128: 2007-08-28 misha
10129:
10130: * operators.txt: - texts about ^table.columns[[column name]] and
10131: ^string.split[...][v][column name] were added
10132:
10133: * tests/: 168.html, 169.html, results/168.processed,
10134: results/169.processed: - tests for ^table.columns[[column name]]
10135: and ^string.split[...][v][column name] were added
10136:
10137: * src/classes/table.C: - new option ^table.columns[[column name]]
10138: was added
10139:
10140: * src/classes/string.C: - new option ^string.split[...;v;[column
10141: name]]
10142:
10143: * src/include/pa_exception.h: - error text message for
10144: ^hash._keys[], ^table.columns[] and ^string.split[]
10145:
10146: 2007-08-27 misha
10147:
10148: * src/main/untaint.C: - try to fix coredump on unix if print to
10149: body ^taint[sql][something] outside of connect
10150:
10151: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10152: outside of connect
10153:
10154: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10155: added (commented by default)
10156:
10157: 2007-08-20 misha
10158:
10159: * operators.txt: - comment about new method ^node.hasAttributes[]
10160: was added
10161:
10162: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10163: duplicated exception text strings were removed
10164:
10165: * src/include/pa_exception.h: - more exception text strings moved
10166: here
10167:
10168: * src/classes/table.C: - some duplicate exceptions' text strings
10169: removed
10170:
10171: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10172: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10173: removed
10174:
10175: * src/include/pa_exception.h: - some exception text strings movet
10176: to pa_exception
10177:
10178: * tests/: 149.html, results/149.processed: - test for
10179: ^xnode.hasAttributes[] was added - some code changes
10180:
10181: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10182: added
10183:
10184: 2007-08-17 misha
10185:
10186: * tests/: results/006.processed, results/059.processed, 006.html,
10187: 059.html: - more tests for match
10188:
10189: * tests/: 129.html, results/129.processed: - tests for
10190: ^table.hash[...][$.type[string|hash|table]] added
10191:
10192: * src/targets/cgi/parser3.C: - little syntax changes
10193:
10194: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10195: syntax changes
10196:
10197: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10198: messages in parser3.log switched off by default. If someone
10199: really still need it: use $SIGPIPE(1)
10200:
10201: 2007-08-08 misha
10202:
10203: * buildall-with-xml, buildall-without-xml: - remove libs source
10204: files by default since now
10205:
10206: 2007-08-07 misha
10207:
10208: * buildall-without-xml: - some option syntax changes
10209:
10210: * buildall-with-xml: - compile libxml2 without http support - some
10211: option syntax changes
10212:
10213: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10214:
10215: 2007-08-06 misha
10216:
10217: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10218:
10219: * tests/: 160.html, results/160.processed: - cache test was
10220: rewrited
10221:
10222: 2007-07-06 misha
10223:
10224: * tests/: 153.html, results/153.processed: - added test for
10225: ^math:sha1[string]
10226:
10227: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10228: transcoded
10229:
10230: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10231: were added
10232:
10233: 2007-06-28 misha
10234:
10235: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10236: some incorrect chars
10237:
10238: 2007-06-19 misha
10239:
10240: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10241: were moved on top because of gcc 4 had a problems during
10242: building.
10243:
10244: 2007-06-18 misha
10245:
10246: * tests/results/019.processed: - new image commited
10247:
10248: 2007-06-09 misha
10249:
10250: * src/classes/: op.C, table.C: - in while and table.select method
10251: as_expression used now
10252:
10253: * src/types/pa_vmethod_frame.h: - method as_expression was added
10254:
10255: 2007-06-08 misha
10256:
10257: * tests/: 166.html, results/166.processed: - test for
10258: ^match[...][n]
10259:
10260: * tests/: 165.html, results/165.processed: - tests for loops
10261:
10262: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10263: because of no speed/memory optimisation but some proglems with
10264: long cycles occure
10265:
10266: 2007-06-06 misha
10267:
10268: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10269: ^table.select(true) and ^table.select(1) didn't works because of
10270: awaiting junction-param only. fixed.
10271:
10272: 2007-05-24 misha
10273:
10274: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10275: with 0.5 secs interval
10276:
10277: * src/classes/op.C: - cache was rewrited. I hope it works with
10278: locking system now on unix
10279:
10280: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10281: system locks which wait till other threads release it but try get
10282: lock, if fail wait 1 sec and make 10 attempts.
10283:
10284: * src/include/pa_os.h: - consts for blocking locks + some comments
10285: were added
10286:
10287: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10288: opening files
10289:
10290: * src/classes/table.C: - changes in includes. if unclude <sstream>
10291: after our classes on unix it can't be build
10292:
10293: * src/types/pa_vhashfile.C: - not needed code removed
10294:
10295: 2007-05-23 misha
10296:
10297: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10298: include/pa_common.h: - cosmetic changes
10299:
10300: 2007-05-18 misha
10301:
10302: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10303: often. it's give some speed increasing
10304:
10305: * tests/results/160.processed: - returned time corrected
10306:
10307: * tests/160.html: - time increased because on unix 1 mean nothing
10308: :(
10309:
10310: * operators.txt: - added info about ^hash.contain[key]
10311:
10312: * src/classes/hash.C: - added ^hash.contain[key]
10313:
10314: * src/include/pa_hash.h: - added method for checking key exists in
10315: hash
10316:
10317: 2007-05-07 misha
10318:
10319: * src/include/pa_string.h: - was compilation error during build on
10320: freebsd4
10321:
10322: 2007-05-03 misha
10323:
10324: * src/classes/table.C: - option $.type[hash|string|table] was added
10325: for ^table.hash[]
10326:
10327: * src/classes/file.C: - comment removed
10328:
10329: 2007-04-26 misha
10330:
10331: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10332: real files doesn't opened in place anymore
10333:
10334: 2007-04-24 misha
10335:
10336: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10337:
10338: * src/include/pa_exception.h: "static" removed
10339:
10340: 2007-04-23 misha
10341:
10342: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10343:
10344: * src/classes/math.C: added: - ^math:ln(N) (the same as
10345: ^math:log(N)) - ^math:lg(N)
10346:
10347: * tests/: 097.html, results/097.processed: - charsets converstion
10348: during ^file::load[text;http://...] added
10349:
10350: * tests/: 164.html, results/164.processed: - check for set expires
10351: as a date
10352:
10353: * tests/: 164.html, results/164.processed: - test for hashfile
10354:
10355: * src/classes/hashfile.C: - little comment changes
10356:
10357: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10358: access
10359:
10360: * src/: classes/date.C, classes/double.C, classes/file.C,
10361: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10362: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10363: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10364: classes/xnode.h, include/pa_request.h, main/execute.C,
10365: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10366: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10367: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10368: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10369: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10370: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10371: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10372: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10373: "parser.runtime" strings were removed
10374:
10375: * src/classes/hashfile.C: - with .clear[] called files_delete()
10376: now.
10377:
10378: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10379:
10380: * src/include/pa_exception.h: - string constant with
10381: "parser.runtime" text was added
10382:
10383: 2007-04-20 misha
10384:
10385: * operators.txt: - some comments changing
10386:
10387: * operators.txt: - added info about .^hashfile.release[],
10388: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10389:
10390: * configure: =cheching for unsetenv
10391:
10392: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10393: ^hashfile.release[] were added
10394:
10395: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10396: ^string.match[][] understand new option now: return number of
10397: matches but not table wit results
10398:
10399: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10400: reopen now
10401:
10402: * src/classes/op.C: - bug. must be false
10403:
10404: * configure.in: - checking for unsetenv was added
10405:
10406: * src/types/pa_vform.C: - some comments
10407:
10408: 2007-04-18 misha
10409:
10410: * buildall-with-xml: moving to libxml2-2.6.28
10411:
10412: * buildall-with-xml, buildall-without-xml: added commented lines
10413: with --disable-safe-mode option
10414:
10415: * operators.txt: - info about $form:files
10416:
10417: 2007-04-17 misha
10418:
10419: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10420: $form:files was added
10421:
10422: * tests/: 163.html, results/163.processed: removing auto format
10423:
10424: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10425:
10426: 2007-04-16 misha
10427:
10428: * tests/: 163.html, results/163.processed: - test for .int[],
10429: floor, round, ceiling and .format[]
10430:
10431: * src/classes/file.C: - little optimization for getting args in
10432: exec/cgi
10433:
10434: 2007-04-13 misha
10435:
10436: * src/classes/file.C: - arguments for file::exec/cgi can be
10437: specified now as s table with one column
10438:
10439: 2007-03-27 misha
10440:
10441: * tests/: 162.html, results/162.processed: - test for
10442: ^table.select(^condition[$t])
10443:
10444: * tests/results/auto.p: - load windows-1251 charset for some tests
10445:
10446: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10447:
10448: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10449: 161_windows1251.txt: - added test for
10450: ^file::load[text;/local/file.txt;$.charset[...]]
10451:
10452: * tests/: results/013.processed, 013.html: - added test for
10453: checking $._default value while hash modifications
10454:
10455: * tests/: 160.html, results/160.processed: - add test for
10456: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10457:
10458: 2007-03-22 misha
10459:
10460: * src/include/pa_common.h: - "charset" string defined for
10461: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10462:
10463: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10464: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10465: added - not needed transcodes were removed from
10466: ^file::load[...;http://...]
10467:
10468: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10469: added
10470:
10471: * src/classes/date.C: - date.week was fixed
10472:
10473: * operators.txt: - added info about date.weekyear
10474:
10475: * tests/: 159.html, results/159.processed: - tests for date.week
10476: and date.weekyear added
10477:
10478: 2007-03-15 misha
10479:
10480: * src/classes/table.C: - enclose column numbers for nameless tables
10481: as well
10482:
10483: 2007-03-14 misha
10484:
10485: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10486:
10487: * src/classes/table.C: - table.save optimization: now required much
10488: less memory
10489:
10490: 2007-03-13 misha
10491:
10492: * tests/results/: 158.processed, 158.processes: - tests for
10493: table.save/table.load
10494:
10495: * tests/: 158.html, results/158.processes: - tests for
10496: table.save/table.load
10497:
10498: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10499:
10500: * buildall-with-xml: - pattern needed now for building
10501:
10502: * tests/results/097.processed: - added test results for xdoc::load
10503: & xdoc::load[http://...]
10504:
10505: * tests/097.html: - added test for xdoc::load
10506:
10507: 2007-03-12 misha
10508:
10509: * tests/: 107.html, results/107.processed: - added test for xpath
10510: '//man'
10511:
10512: 2007-03-01 misha
10513:
10514: * tests/: 097.html, results/097.processed: - added test for
10515: creating xdoc from file
10516:
10517: * tests/: results/157.processed, 157.html: - added test for
10518: file:move
10519:
10520: 2007-02-28 misha
10521:
10522: * src/classes/xdoc.C: - another attempt
10523:
10524: * src/classes/xdoc.C: - roll back last changes for a while
10525:
10526: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10527:
10528: * src/classes/file.C: - under lock we create non-exist dir anyway
10529:
10530: * tests/results/099.processed: - ever send content-disposition to
10531: client with file
10532:
10533: * tests/157.html: + test for file:copy
10534:
10535: 2007-02-26 misha
10536:
10537: * src/classes/file.C: - some similar strings moved to #define
10538: instead of to be copy/pasted many times
10539:
10540: * src/types/pa_vfile.h: - class name string ("file") moved to
10541: #define
10542:
10543: 2007-02-20 misha
10544:
10545: * configure.in: - added some strings for sqlite detection
10546:
10547: 2007-02-19 misha
10548:
10549: * operators.txt: - some comments changes
10550:
10551: * buildall-with-xml, buildall-without-xml: - some modifications
10552:
10553: 2007-02-17 misha
10554:
10555: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10556:
10557: * src/main/pa_request.C: - damn, i forgot to commit it while I
10558: change console behaviour
10559:
10560: 2007-02-12 misha
10561:
10562: * src/targets/cgi/parser3.C: - don't print headers if
10563: $console:line[data] was used during cgi execution.
10564:
10565: * src/types/pa_vconsole.h: - console class have bool flag now which
10566: marked as 'true' if class was used.
10567:
10568: * tests/: 152.html, results/152.processed: - more types was added
10569: to test 152
10570:
10571: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10572: adding 'bool' (^if($image){} caused exception)
10573:
10574: 2007-02-09 misha
10575:
10576: * tests/: 152.html, results/152.processed: - test alightly updated
10577:
10578: * tests/: 152.html, results/152.processed: - test rewrited
10579:
10580: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10581: bugfix. I broke xdoc & xnode in expression
10582:
10583: 2007-02-08 misha
10584:
10585: * tests/: 152.html, results/152.processed: - add test for checking
10586: 'def' for void, string, bool, int & double
10587:
10588: 2007-02-07 misha
10589:
10590: * operators.txt: - ^file:base64[filespec] was added
10591:
10592: * tests/results/153.processed: - result test for
10593: ^file:base64[filespec] was updated
10594:
10595: * tests/153.html: - test for ^file:base64[filespec] was added
10596:
10597: * src/types/pa_vconsole.h: - little optimization
10598:
10599: * src/classes/file.C: - ^file:base64[filespec]
10600:
10601: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10602:
10603: * src/include/pa_common.h: - declarations for
10604: ^file:base64[filespec]
10605:
10606: * src/types/pa_vcookie.C: - little optimization
10607:
10608: 2007-02-06 misha
10609:
10610: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10611: were temporary commented
10612:
10613: * src/types/pa_vbool.h: - bugfix
10614:
10615: * tests/156.html: - added test for bool cookie
10616:
10617: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10618:
10619: * tests/: 155.html, results/155.processed: - added test for check
10620: $.encloser[] option for table save/load
10621:
10622: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10623:
10624: 2007-02-05 misha
10625:
10626: * tests/results/152.processed: - newline at the end was missed
10627:
10628: * tests/results/141.processed: - math:md5 must be lowercased
10629:
10630: * src/targets/cgi/parser3.C: - 2007 in help ;)
10631:
10632: 2007-02-03 misha
10633:
10634: * tests/results/: 150.processed, 151.processed, 152.processed: -
10635: test for bool added and some content length fixes
10636:
10637: * tests/152.html: - test for bool added
10638:
10639: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10640:
10641: * operators.txt: - info bool class was added
10642:
1.116 moko 10643: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10644: classes/classes.vcproj, classes/double.C, classes/int.C,
10645: classes/string.C, classes/void.C, classes/xnode.C,
10646: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10647: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10648: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10649: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10650: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10651: types/types.vcproj: - bool class was added
10652:
10653: * src/main/pa_request.C: - fix
10654:
10655: 2007-01-18 misha
10656:
10657: * src/: main/pa_string.C, classes/string.C: - return table during
10658: ^string.match[][] even if no matched found.
10659:
10660: 2006-12-20 misha
10661:
10662: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10663: http://www.parser.ru/forum/?id=55598 ]
10664:
10665: 2006-12-19 misha
10666:
10667: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10668: details: http://www.parser.ru/forum/?id=52359
10669:
10670: * src/main/pa_request.C: - always set content-disposition for
10671: $response:body[hash here]. more details:
10672: http://www.parser.ru/forum/?id=52130
10673:
10674: 2006-12-07 misha
10675:
10676: * operators.txt: - added info about bool params in cookie set
10677:
10678: * src/types/pa_vcookie.C: - bool param in cookies available now
10679: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10680: ]
10681:
10682: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10683: was added
10684:
10685: 2006-12-02 misha
10686:
10687: * src/classes/file.C: - file_block_read used instead of native read
10688:
10689: * src/main/pa_common.C: - added file_block_read with read error
10690: detection - file_block_read used instead of native read
10691:
10692: * src/include/pa_common.h: - added file_block_read declaration
10693:
10694: 2006-12-01 misha
10695:
10696: * operators.txt: - info about $var.CLASS_NAME was added
10697:
10698: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10699: $var.CLASS_NAME added
10700:
10701: * operators.txt: - added info about ^file:copy[]
10702:
10703: * src/classes/file.C: - ^file:copy[from;fo] was added
10704:
10705: 2006-11-20 misha
10706:
10707: * src/classes/date.C: - bug fix :)
10708:
10709: 2006-11-17 misha
10710:
10711: * src/include/pa_common.h: - array in crc32 calculation was changed
10712: to static
10713:
10714: * src/main/pa_common.C: - little optimization in getMonthDays -
10715: small changes in crc32 calculation
10716:
10717: * src/classes/date.C: - not needed code was removed
10718:
10719: 2006-11-16 misha
10720:
10721: * src/types/pa_vmail.C: - fix missed brakes
10722:
10723: * src/types/pa_vmail.C: - mail:send now set content-type:
10724: multipart/related instead of multipart/mixed if file have
10725: $.content-id[]
10726:
10727: 2006-11-15 misha
10728:
10729: * src/types/pa_vdouble.h: abs -> fabs
10730:
10731: 2006-11-14 misha
10732:
10733: * operators.txt: - added info about ^file.md5[] and
10734: ^file:md5[file-name]
10735:
10736: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10737: added
10738:
10739: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10740: FILE_BUFFER_SIZE
10741:
10742: * src/classes/math.C: - hex_string was moved to pa_common.h
10743:
10744: * src/include/pa_common.h: - hex_string was moved from math.C -
10745: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10746:
10747: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10748: values was fixed
10749:
10750: 2006-11-13 misha
10751:
10752: * operators.txt: - added info about ^math:crc32[string],
10753: ^file:crc32[file-name] & ^file.crc32[]
10754:
10755: * src/classes/math.C: - added ^math:crc32[string]
10756:
10757: * src/classes/file.C: - some comments were changed - added
10758: ^file:crc32[file-name] and ^file.crc32[]
10759:
10760: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10761: crc32 calculation added
10762:
10763: 2006-11-03 misha
10764:
10765: * src/include/pa_array.h: - not needed variable removed
10766:
10767: * tests/: 150.html, 151.html, results/150.processed,
10768: results/151.processed: - 2 tests were added
10769:
10770: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10771: with $.reverse(1) were fixed
10772:
10773: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10774: query converted to $.charset during ^file::load[http://...]
10775:
10776: 2006-11-02 misha
10777:
10778: * src/include/pa_table.h: ups. forget '=' char
10779:
10780: * src/include/pa_table.h: - one more fix in
10781: .locate[...][$.reverse(1)]
10782:
10783: 2006-11-01 misha
10784:
10785: * src/classes/math.C: - bug fix, details:
10786: http://www.parser.ru/forum/?id=53360
10787:
10788: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10789: false for all records )[$.reverse(1)]
10790:
10791: * src/main/pa_http.C: - second param for this mid method is length
10792: but not end_index so this method has error and can't detect
10793: charsets in next content-types: Content-type: text/html;
10794: charset="windows-1251" Content-type: text/html;
10795: charset="windows-1251"; Content-type: text/html;
10796: charset=windows-1251;
10797:
10798: only Content-type: text/html; charset=windows-1251 was fine
10799:
10800: 2006-10-31 misha
10801:
10802: * src/classes/file.C: - empty args in file::exec removed now
10803:
10804: 2006-09-03 paf
10805:
10806: * src/classes/file.C: proper tainting of
10807: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10808:
10809: 2006-06-09 paf
10810:
10811: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10812:
10813: * src/classes/table.C: formatting
10814:
10815: * src/classes/table.C: incorporated patch from misha: Sent:
10816: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10817: ignoring string options for ^table.save[]
10818:
10819: * src/classes/hash.C: incorporated patch from misha Sent:
10820: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10821: $hash._default disappear while
10822:
10823: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10824: $.format[!uue|!base64] << new base64 option. default uue ] ]
10825:
10826: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10827: PM Subject: patch for base64 in ^mail:send[] %-)
10828:
10829: 2006-04-09 paf
10830:
10831: * src/main/compile.tab.C: ` change compiled
10832:
10833: * gnu.vcproj, operators.txt, parser3.sln,
10834: src/classes/classes.vcproj, src/classes/file.C,
10835: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10836: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10837: src/classes/xnode.C, src/include/pa_array.h,
10838: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10839: src/include/pa_memory.h, src/include/pa_request.h,
10840: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10841: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10842: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10843: src/lib/pcre/pcre_dftables.vcproj,
10844: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10845: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10846: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10847: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10848: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10849: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10850: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10851: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10852: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10853: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10854: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10855: src/types/pa_value.h, src/types/pa_vcookie.C,
10856: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10857: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10858: src/types/pa_vstatus.C, src/types/types.vcproj,
10859: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10860: ^menu, ^hash/hashfile.foreach
10861:
10862: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10863: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10864: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10865: src/classes/xnode.C, src/include/pa_array.h,
10866: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10867: src/include/pa_memory.h, src/include/pa_request.h,
10868: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10869: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10870: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10871: src/lib/pcre/pcre_dftables.vcproj,
10872: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10873: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10874: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10875: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10876: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10877: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10878: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10879: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10880: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10881: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10882: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10883: src/types/pa_value.h, src/types/pa_vcookie.C,
10884: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10885: src/types/pa_vstatus.C, src/types/types.vcproj,
10886: tests/descript.ion: ! switched to VS2005 (projects and
10887: object<info explicitly typed>.for_each(, info)) +
10888: $response:field[] setting void means removing + grammar $name`
10889: name stops now, for mysql `$field` + started ^break[]
10890: ^continue[], in ^for. TODO: to other iterators (while, menu,
10891: foreach) + all log messages += [uri=, method=, cl=]
10892:
10893: * buildall-with-xml: merged . ftp paths update
10894:
10895: * buildall-with-xml: . ftp paths update
10896:
10897: 2006-03-04 paf
10898:
10899: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10900: checks++ [thanks to Igor Zinkovsky for detailed report]
10901:
10902: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10903: Igor Zinkovsky for detailed report]
10904:
10905: 2006-03-01 paf
10906:
10907: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10908: \n to ' ' in
10909:
10910: 2006-02-18 paf
10911:
10912: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10913: \n to ' ' in
10914:
10915: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10916:
10917: 2006-02-03 paf
10918:
10919: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10920: base64
10921:
10922: * src/main/pa_common.C: ! bugfix: decoding from base64
10923:
10924: 2006-01-20 paf
10925:
10926: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10927: economy fix
10928:
10929: * src/classes/: table.C: merged from HEAD ! bugfix
10930: ^table.save[$.encloser-s now handled properly
10931:
10932: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10933: handled properly
10934:
10935: 2006-01-19 paf
10936:
10937: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10938: libgc:USE_MUNMAP activates merging of free memory blocks which
10939: helps a lot in our case: after transform we want
10940: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10941:
10942: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10943: economy fix
10944:
10945: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10946: activates merging of free memory blocks which helps a lot in our
10947: case: after transform we want CORD(main.result)->cstr[big
10948: malloc]->transcode[big malloc]
10949:
10950: 2006-01-17 paf
10951:
10952: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10953: before reading them. got rid of reallocs = became quicker and
10954: less fragmentated
10955:
10956: 2005-12-29 paf
10957:
1.116 moko 10958: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10959: configure, configure.in, src/include/pa_version.h,
10960: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10961: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10962: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10963: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10964: src/lib/ltdl/missing: . merged from 3.2.1
10965:
1.116 moko 10966: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10967: packaged when 'make dist', so do configure companion files in
10968: src/lib/ltdl
10969:
10970: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10971: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10972: missing: . now config_auto.h is created with configure [were
10973: constant]
1.95 moko 10974:
10975: * INSTALL: . references to documentation and some clarification
10976:
10977: * buildall-with-xml, buildall-without-xml: . farawell doc
10978: indication
10979:
1.116 moko 10980: * Makefile.am: . dist+=buildall*
1.95 moko 10981:
10982: 2005-12-28 paf
10983:
10984: * configure: . 3.2.1
10985:
10986: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10987: simplify build process, see INSTALL
10988:
10989: 2005-12-26 paf
10990:
10991: * configure: ver
10992:
10993: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10994: version
10995:
10996: 2005-12-21 paf
10997:
10998: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10999: compiled with bison 1.875b, it reports unexpected token names
11000:
11001: 2005-12-19 paf
11002:
11003: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11004: holds a link to xmlNode to prevent premature gc(xmlNode)
11005:
11006: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11007: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11008: src/main/main.vcproj, src/main/pa_globals.C,
11009: src/targets/cgi/parser3.vcproj,
11010: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11011: configure, configure.in, src/include/pa_version.h: . killing
11012: gdome [what a relief]
11013:
11014: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11015: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11016: run_parser.sh, results/001.processed, results/002.processed,
11017: results/003.processed, results/004.processed,
11018: results/005.processed, results/006.processed,
11019: results/008.processed, results/009.processed,
11020: results/010.processed, results/011.processed,
11021: results/012.processed, results/013.processed,
11022: results/014.processed, results/015.processed,
11023: results/016.processed, results/017.processed,
11024: results/018.processed, results/020.processed,
11025: results/021.processed, results/022.processed,
11026: results/023.processed, results/024.processed,
11027: results/025.processed, results/026.processed,
11028: results/027.processed, results/028.processed,
11029: results/029.processed, results/030.processed,
11030: results/031.processed, results/032.processed,
11031: results/033.processed, results/034.processed,
11032: results/035.processed, results/036.processed,
11033: results/037.processed, results/038.processed,
11034: results/039.processed, results/040.processed,
11035: results/041.processed, results/042.processed,
11036: results/043.processed, results/044.processed,
11037: results/045.processed, results/046.processed,
11038: results/047.processed, results/048.processed,
11039: results/049.processed, results/050.processed,
11040: results/051.processed, results/052.processed,
11041: results/053.processed, results/054.processed,
11042: results/055.processed, results/056.processed,
11043: results/057.processed, results/058.processed,
11044: results/059.processed, results/060.processed,
11045: results/061.processed, results/062.processed,
11046: results/063.processed, results/064.processed,
11047: results/065.processed, results/066.processed,
11048: results/067.processed, results/068.processed,
11049: results/069.processed, results/070.processed,
11050: results/071.processed, results/072.processed,
11051: results/073.processed, results/074.processed,
11052: results/075.processed, results/076.processed,
11053: results/077.processed, results/078.processed,
11054: results/079.processed, results/080.processed,
11055: results/081.processed, results/082.processed,
11056: results/083.processed, results/084.processed,
11057: results/085.processed, results/086.processed,
11058: results/087.processed, results/088.processed,
11059: results/089.processed, results/090.processed,
11060: results/091.processed, results/092.processed,
11061: results/093.processed, results/094.processed,
11062: results/095.processed, results/096.processed,
11063: results/097.processed, results/099.processed,
11064: results/100.processed, results/101.processed,
11065: results/102.processed, results/104.processed,
11066: results/105.processed, results/106.processed,
11067: results/107.processed, results/108.processed,
11068: results/109.processed, results/110.processed,
11069: results/111.processed, results/112.processed,
11070: results/113.processed, results/114.processed,
11071: results/115.processed, results/117.processed,
11072: results/119.processed, results/120.processed,
11073: results/121.processed, results/122.processed,
11074: results/123.processed, results/124.processed,
11075: results/125.processed, results/126.processed,
11076: results/127.processed, results/128.processed,
11077: results/129.processed, results/130.processed,
11078: results/131.processed, results/132.processed,
11079: results/133.processed, results/134.processed,
11080: results/135.processed, results/136.processed,
11081: results/138.processed, results/139.processed,
11082: results/140.processed, results/141.processed,
11083: results/142.processed, results/143.processed,
11084: results/144.processed, results/145.processed,
11085: results/146.processed, results/147.processed,
11086: results/148.processed, results/149.processed, results/auto.p: .
11087: now works if we turn off default auto.p
11088:
1.116 moko 11089: * configure: . makes
1.95 moko 11090:
11091: * src/types/pa_vxnode.C: . less warnings
11092:
11093: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11094: tests/145.html, tests/149.html, tests/descript.ion,
11095: tests/outputs/d.cmd, tests/results/142.processed,
11096: tests/results/143.processed, tests/results/144.processed,
11097: tests/results/145.processed, tests/results/146.processed,
11098: tests/results/147.processed, tests/results/148.processed,
11099: tests/results/149.processed: . removed .nodeValue from all node
11100: types other than 5 (grabbed piece from gdome)
11101:
11102: * tests/: 137.html, results/137.processed: . not handled this case
11103: yet. code does not hang from inserting parent into child,
11104: considering thing minor issue -- nodes are removed from source
11105: anyway, don't know why shold that be an error after all
11106:
11107: * src/targets/cgi/parser3.C: . style
11108:
11109: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11110: xdoc too [were barking "not element"]
11111:
11112: 2005-12-16 paf
11113:
11114: * tests/: 146.html, 147.html, 148.html: . more tests
11115:
11116: * src/classes/xnode.C: . also bark on possible errors
11117:
11118: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11119: props
11120:
11121: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11122: main/compile.y: merged from HEAD ! fixed overoptimized
11123: ^call(false) case. (confused it with ^call[] case)
11124:
11125: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11126: ^call(false) case. (confused it with ^call[] case)
11127:
11128: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11129:
11130: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11131: results/001.processed, results/002.processed,
11132: results/003.processed, results/004.processed,
11133: results/005.processed, results/006.processed,
11134: results/008.processed, results/009.processed,
11135: results/010.processed, results/011.processed,
11136: results/012.processed, results/013.processed,
11137: results/014.processed, results/015.processed,
11138: results/016.processed, results/017.processed,
11139: results/018.processed, results/019.processed,
11140: results/020.processed, results/021.processed,
11141: results/022.processed, results/023.processed,
11142: results/024.processed, results/025.processed,
11143: results/026.processed, results/027.processed,
11144: results/028.processed, results/029.processed,
11145: results/030.processed, results/031.processed,
11146: results/032.processed, results/033.processed,
11147: results/034.processed, results/035.processed,
11148: results/036.processed, results/037.processed,
11149: results/038.processed, results/039.processed,
11150: results/040.processed, results/041.processed,
11151: results/042.processed, results/043.processed,
11152: results/044.processed, results/045.processed,
11153: results/046.processed, results/047.processed,
11154: results/048.processed, results/049.processed,
11155: results/050.processed, results/051.processed,
11156: results/052.processed, results/053.processed,
11157: results/054.processed, results/055.processed,
11158: results/056.processed, results/057.processed,
11159: results/058.processed, results/059.processed,
11160: results/060.processed, results/061.processed,
11161: results/062.processed, results/063.processed,
11162: results/064.processed, results/065.processed,
11163: results/066.processed, results/067.processed,
11164: results/068.processed, results/069.processed,
11165: results/070.processed, results/071.processed,
11166: results/072.processed, results/073.processed,
11167: results/074.processed, results/075.processed,
11168: results/076.processed, results/077.processed,
11169: results/078.processed, results/079.processed,
11170: results/080.processed, results/081.processed,
11171: results/082.processed, results/083.processed,
11172: results/084.processed, results/085.processed,
11173: results/086.processed, results/087.processed,
11174: results/088.processed, results/089.processed,
11175: results/090.processed, results/091.processed,
11176: results/092.processed, results/093.processed,
11177: results/094.processed, results/095.processed,
11178: results/096.processed, results/097.processed,
11179: results/099.processed, results/101.processed,
11180: results/102.processed, results/104.processed,
11181: results/105.processed, results/106.processed,
11182: results/107.processed, results/108.processed,
11183: results/109.processed, results/110.processed,
11184: results/111.processed, results/112.processed,
11185: results/113.processed, results/114.processed,
11186: results/115.processed, results/116.processed,
11187: results/117.processed, results/118.processed,
11188: results/119.processed, results/120.processed,
11189: results/121.processed, results/122.processed,
11190: results/123.processed, results/124.processed,
11191: results/125.processed, results/126.processed,
11192: results/127.processed, results/128.processed,
11193: results/129.processed, results/130.processed,
11194: results/131.processed, results/132.processed,
11195: results/133.processed, results/134.processed,
11196: results/135.processed, results/136.processed,
11197: results/137.processed, results/138.processed,
11198: results/139.processed, results/140.processed,
11199: results/141.processed: . refreshed old tests, made them work
11200: without auto.p (in utf8) . things noted: . gif got encoded
11201: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11202: some strange year)
11203:
11204: * INSTALL: . revived linux libgc fix
11205:
11206: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11207: glib/gdome in INSTALL and patches]
11208:
11209: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11210: include/pa_charset.h, include/pa_config_includes.h,
11211: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11212: include/pa_xml_exception.h, lib/cord/Makefile.am,
11213: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11214: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11215: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11216: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11217: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11218: types/pa_vxnode.h: . started killing gdome
11219:
11220: 2005-12-13 paf
11221:
11222: * src/main/: pa_request.C: merged from HEAD ! when code in
11223: @unhandled_exception thrown another exception, print correct
11224: origin (earlier code in catch of exception inside of
11225: @unhandled_exception grabbed parent_frame(original_exception)
11226: origin and printed it, instead of true origin)
11227:
11228: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11229: another exception, print correct origin (earlier code in catch of
11230: exception inside of @unhandled_exception grabbed
11231: parent_frame(original_exception) origin and printed it, instead
11232: of true origin)
11233:
11234: 2005-12-09 paf
11235:
11236: * INSTALL: . updated INSTALL doc to work around linux stack base
11237: detection problem, due to change in gc6.4 code
11238:
11239: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11240: ignored in ^string.matched :(
11241:
11242: * src/main/pa_string.C: ! regex tainting were ignored in
11243: ^string.matched :(
11244:
11245: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11246: src/include/pa_config_fixed.h, src/include/pa_version.h,
11247: src/main/compile.y, src/main/compile_tools.h,
11248: src/main/pa_charset.C, src/main/pa_common.C,
11249: src/main/pa_globals.C, src/main/pa_string.C,
11250: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11251: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11252:
11253: 2005-12-08 paf
11254:
11255: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11256: 500 chars now handled OK [were wrapped on 500th char according to
11257: rfc, but sendmail failed to unwrap it properly]
11258:
11259: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11260: handled OK [were wrapped on 500th char according to rfc, but
11261: sendmail failed to unwrap it properly]
11262:
11263: * src/targets/isapi/parser3isapi.C: . less warnings
11264:
11265: * src/targets/isapi/parser3isapi.C: . undone some strange change
11266: since 3.1.5
11267:
11268: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11269: link fixes
11270:
11271: * src/: classes/date.C, include/pa_config_fixed.h,
11272: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11273: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11274: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11275:
11276: * src/include/pa_config_fixed.h: . removed outdated string origins
11277: [in current storage scheme there's no place for them. someday we
11278: can add third CORD to store origins and special version of parser
11279: which stores origins there [separate binary]]
11280:
11281: 2005-12-07 paf
11282:
11283: * src/targets/isapi/parser3isapi.C: . now links in release mode
11284:
11285: * src/include/pa_version.h: makefiles
11286:
11287: * src/include/pa_version.h: . not beta
11288:
11289: * configure, configure.in, src/include/pa_version.h: not beta
11290:
11291: 2005-12-06 paf
11292:
11293: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11294: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11295: decided to undo the change ^call[$void] passes void. now it will
11296: pass empty string again.
11297:
11298: * src/main/: compile.tab.C, compile.y: . version readded
11299:
11300: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11301: = ^switch[void] problem
11302:
11303: 2005-12-01 paf
11304:
11305: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11306: caused ^case[string] to be coerced to double since searching
11307: value were not string (it was vvoid)
11308:
11309: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11310: ^case[string] to be coerced to double since searching value were
11311: not string (it was vvoid)
11312:
11313: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11314: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11315:
11316: 2005-11-30 paf
11317:
11318: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11319: win32 must putenv("TZ="), on unix works only putenv("TZ")
11320:
11321: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11322: putenv("TZ="), on unix works only putenv("TZ")
11323:
11324: * INSTALL: . xml libs versions updated
11325:
11326: * src/main/pa_globals.C: //20051130 trying to remove this, author
11327: claims that fixed a lot there // 20040920 for now both
11328: workarounds needed. wait for new libxml/xsl versions
11329:
11330: 2005-11-28 paf
11331:
11332: * src/classes/table.C: merged from HEAD: ! nameless table has
11333: columns==0
11334:
11335: * src/classes/table.C: ! nameless table has columns==0
11336:
11337: * src/main/pa_http.C: merged from HEAD: ! status line check made
11338: earlier [was totally wrong]
11339:
11340: * src/main/pa_http.C: ! status line check made earlier [was totally
11341: wrong]
11342:
11343: 2005-11-25 paf
11344:
11345: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11346: undoing for now...
11347:
11348: * src/include/pa_version.h: -this reduces speed(table::load),
11349: strange. undoing
11350:
11351: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11352:
11353: * src/classes/op.C: + ^while(){}[SEPARATOR]
11354:
11355: * src/include/pa_array.h: + optimistics added: all arrays (table
11356: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11357: this speeds things up and saves memory a LOT! (not noticed
11358: negative effect on syntetic tests, future will tell...)
11359:
11360: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11361: changed gc_malloc implementation, which obscured profiling
11362:
11363: * src/classes/table.C: merged from HEAD: + optimized
11364: table::load/sql, now row ArrayString-s allocated with
11365: columns.count() elements and don't always grow from
11366: count=3[realloc,realloc]
11367:
11368: * src/classes/table.C: + optimized table::load/sql, now row
11369: ArrayString-s allocated with columns.count() elements and don't
11370: always grow from count=3[realloc,realloc]
11371:
11372: * src/classes/table.C: merged from HEAD: . ^table.save unused
11373: buffer after save
11374:
11375: * src/classes/table.C: . ^table.save unused buffer after save
11376:
11377: 2005-11-24 paf
11378:
11379: * configure.in: . merged glib2-config patch
11380:
11381: * configure.in: + trying to find glib2-config
11382:
11383: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11384: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11385: file/dir_readable to simple file/dir_exist, this would help in
11386: situations "class not found because .p file has bad rights" << in
11387: that case error would be explicit "access denied to 'this' file"
11388:
1.116 moko 11389: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11390:
11391: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11392: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11393: to simple file/dir_exist, this would help in situations "class
11394: not found because .p file has bad rights" << in that case error
11395: would be explicit "access denied to 'this' file"
11396:
11397: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11398: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11399: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11400: ^file::exec/cgi[script;$.charset[changed]
11401: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11402: encoded in $.charset charset
11403:
11404: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11405: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11406: encoded in $.charset charset
11407:
11408: * src/: include/Makefile.am, include/pa_common.h,
11409: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11410: main/pa_common.C, main/pa_http.C: . extracted http:// into
11411: separate file [preparation for
11412: ^file::cgi[script;$.form[$.field1[]
11413:
11414: 2005-11-22 paf
11415:
11416: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11417:
11418: * acinclude.m4, configure.in: . merged underquting fixes
11419:
1.116 moko 11420: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11421:
11422: * src/classes/op.C: . overmerged a little
11423:
11424: * src/main/compile.tab.C: Makefile
11425:
11426: * src/main/: pa_common.C: . less gcc warnings
11427:
11428: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11429: now reports original exception if we have no old cache
11430:
11431: * src/classes/op.C: + $exception.handled[cache] now reports
11432: original exception if we have no old cache
11433:
11434: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11435: from HEAD: + ^taint/untaint[regex] << escapes these:
11436: \^$.[]|()?*+{}
11437:
11438: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11439: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11440:
11441: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11442: getenv-ed variable, which does not work both on win32&unix.
11443: copied old TZ value now
11444:
11445: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11446: stored pointer to getenv-ed variable, which does not work both on
11447: win32&unix. copied old TZ value now
11448:
11449: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11450: getenv-ed variable, which does not work both on win32&unix.
11451: copied old TZ value now
11452:
11453: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11454: access to internal hash
11455:
11456: * src/types/pa_vresponse.C: + $response:headers access to internal
11457: hash
11458:
11459: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11460: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11461: isapi] this reduces number of "GC Warning: Repeated allocation of
11462: very large block" messages to only important onces
11463:
11464: * src/targets/isapi/parser3isapi.C: +
11465: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11466: isapi] this reduces number of "GC Warning: Repeated allocation of
11467: very large block" messages to only important onces
11468:
11469: * src/classes/string.C: merged from HEAD: + removed limitation on
11470: ^string/int/double:sql{}[$.default[({param style})] ]
11471:
11472: * src/classes/string.C: + removed limitation on
11473: ^string/int/double:sql{}[$.default[({param style})] ]
11474:
11475: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11476: with ?params or $.form option" limitation
11477:
11478: * src/main/pa_common.C: + removed "use either uri with ?params or
11479: $.form option" limitation
11480:
11481: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11482: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11483: ^file::base64[encoded] decode
11484:
11485: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11486: main/pa_common.C: + ^file.base64[] encode +
11487: ^file::base64[encoded] decode
11488:
11489: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11490: ^string:base64[encoded] decode
11491:
11492: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11493: ^string:base64[in] encode + ^string.base64[] decode
11494:
11495: 2005-11-21 paf
11496:
11497: * src/classes/file.C: + merged from HEAD:
11498: ^file::create[text;file.xml;^untaint[xml]{data}]
11499:
11500: * src/classes/file.C: +
11501: ^file::create[text;file.xml;^untaint[xml]{data}]
11502:
11503: * src/main/pa_request.C: ! merged: $response:body[file] now
11504: differes from :download, it does not return content-disposition
11505: at all now [previusely it returned valueless content-disposition]
11506:
11507: * src/main/pa_request.C: ! $response:body[file] now differes from
11508: :download, it does not return content-disposition at all now
11509: [previusely it returned valueless content-disposition]
11510:
11511: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11512: literals, reverted to just vvod, recreating empty array with each
11513: void_value token. that's absolutely needed, since that array
11514: grows
11515:
11516: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11517: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11518: types/pa_vmethod_frame.h: + merged: expression literals:
11519: true/false. ^format[$.indent(true)]
11520:
11521: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11522: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11523: types/pa_vmethod_frame.h: + expression literals: true/false.
11524: ^format[$.indent(true)]
11525:
11526: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11527: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11528: i386-pc-win32)"
11529:
11530: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11531: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11532: i386-pc-win32)"
11533:
11534: 2005-11-18 paf
11535:
11536: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11537: null}[$.default(123)] will now return default value
11538:
11539: * src/classes/op.C: + merged ^cache[] << returns current cache
11540: expiration time
11541:
11542: * src/classes/op.C: + ^cache[] << returns current cache expiration
11543: time
11544:
11545: * src/classes/table.C: ! merged ^table::create[not'nameless';
11546: failed << Exception.problem_source pointed to local var!
11547:
11548: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11549: Exception.problem_source pointed to local var!
11550:
11551: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11552: now loads VFile.ptr!=0, so such files can be saved now
11553:
11554: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11555: loads VFile.ptr!=0, so such files can be saved now
11556:
11557: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11558: only . and .. now removed from list [were removed all .*]
11559:
11560: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11561: .. now removed from list [were removed all .*]
11562:
11563: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11564: open error now checked, were not :( [stole that piece from apache
11565: 1.3 sources]
11566:
11567: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11568: checked, were not :( [stole that piece from apache 1.3 sources]
11569:
11570: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11571: untainting of @main result if returned by $result or
11572: $response:body
11573:
11574: * src/main/pa_request.C: ! ensured proper untainting of @main
11575: result if returned by $result or $response:body
11576:
11577: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11578: issue: now tries to guess content-length and allocates one big
11579: piece if possible [regretfully gc_realloc works as malloc+free,
11580: leaving lots of holes behind]
11581:
11582: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11583: fixed file load memory issue: now tries to guess content-length
11584: and allocates one big piece if possible [regretfully gc_realloc
11585: works as malloc+free, leaving lots of holes behind]
11586:
11587: 2005-11-16 paf
11588:
11589: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11590: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11591: table::save with enclosers now doubles them: "->"" !
11592: table::save/load do not remove elements from options hash
11593:
11594: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11595: [were overoptimized ^if(double_literal), compiler confused
11596: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11597:
11598: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11599: [were overoptimized ^if(double_literal), compiler confused
11600: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11601:
11602: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11603: main/pa_common.C: ! table::save with enclosers now doubles them:
11604: "->"" ! table::save/load do not remove elements from options hash
11605:
11606: 2005-11-03 paf
11607:
1.116 moko 11608: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11609: compilation, not all makefiles liked that
1.95 moko 11610:
11611: 2005-08-30 paf
11612:
11613: * src/classes/op.C: merge . speedup check of [DEFAULT]
11614:
11615: * src/classes/op.C: . speedup check of [DEFAULT]
11616:
11617: 2005-08-26 paf
11618:
11619: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11620:
11621: * src/: classes/date.C, types/pa_vdate.h: + date.week
11622:
11623: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11624: complains about bad!=nameless
11625:
11626: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11627: about bad!=nameless
11628:
11629: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11630: optional options were allowed to be empty. were checked
11631: if(is_string), changed to !defined||is_string to allow void
11632:
11633: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11634: classes/string.C, classes/table.C, classes/void.C: ! optional
11635: options were allowed to be empty. were checked if(is_string),
11636: changed to !defined||is_string to allow void
11637:
11638: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11639: as_junction where they needed as_int/double, so failed with
11640: recent "(const) now no junction" optimization
11641:
11642: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11643: merged ! many classes/* used as_junction where they needed
11644: as_int/double, so failed with recent "(const) now no junction"
11645: optimization
11646:
11647: * src/: classes/double.C, classes/int.C, classes/math.C,
11648: classes/op.C, classes/string.C, classes/table.C,
11649: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11650: used as_junction where they needed as_int/double, so failed with
11651: recent "(const) now no junction" optimization
11652:
11653: 2005-08-24 paf
11654:
11655: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11656: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11657: stripped it
11658:
11659: 2005-08-09 paf
11660:
11661: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11662: not cleared
11663:
11664: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11665: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11666: classes/hashfile.C, classes/image.C, classes/int.C,
11667: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11668: classes/response.C, classes/string.C, classes/table.C,
11669: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11670: include/pa_array.h, include/pa_cache_managers.h,
11671: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11672: include/pa_config_fixed.h, include/pa_config_includes.h,
11673: include/pa_dictionary.h, include/pa_dir.h,
11674: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11675: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11676: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11677: include/pa_request_charsets.h, include/pa_request_info.h,
11678: include/pa_sapi.h, include/pa_socks.h,
11679: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11680: include/pa_stack.h, include/pa_string.h,
11681: include/pa_stylesheet_connection.h,
11682: include/pa_stylesheet_manager.h, include/pa_table.h,
11683: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11684: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11685: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11686: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11687: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11688: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11689: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11690: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11691: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11692: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11693: main/pa_sql_driver_manager.C, main/pa_string.C,
11694: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11695: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11696: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11697: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11698: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11699: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11700: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11701: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11702: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11703: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11704: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11705: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11706: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11707: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11708: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11709: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11710: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11711: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11712: types/pa_vresponse.C, types/pa_vresponse.h,
11713: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11714: types/pa_vstateless_object.h, types/pa_vstatus.C,
11715: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11716: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11717: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11718: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11719: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11720:
11721: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11722: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11723: speedup consequent checks in vmethod_frame
11724:
11725: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11726: not cleared
11727:
11728: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11729: params: 50 max (were 10)
11730:
11731: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11732: params: 50 max (were 10)
11733:
11734: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11735: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11736: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11737: empty string) ! simplified (double) speedup consequent checks in
11738: vmethod_frame
11739:
11740: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11741: optimized constants in expressions vstring->vdouble + optimized
11742: ^call(vdouble), no junction creation, no calls later
11743:
11744: 2005-08-08 paf
11745:
11746: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11747: compile_tools.h: merged + optimized constants in expressions
11748: vstring->vdouble + optimized ^call(vdouble), no junction
11749: creation, no calls later
11750:
11751: * src/types/pa_vdouble.h: merged . double values without fractional
11752: part now default printed as %.0f instead of %g
11753:
11754: * src/types/pa_vdouble.h: . double values without fractional part
11755: now default printed as %.0f instead of %g
11756:
11757: * src/classes/hashfile.C: . merged ! second hashfile::open would
11758: cause an exception
11759:
11760: * src/classes/hashfile.C: ! second hashfile::open would cause an
11761: exception
11762:
11763: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11764: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11765: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11766: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11767: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11768: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11769: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11770: types/pa_vresponse.h, types/pa_vstateless_class.C,
11771: types/pa_vstateless_object.h, types/pa_vvoid.h,
11772: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11773: merged VJunction(new Junction) optimization from 3.1.4
11774:
11775: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11776: types/pa_vstateless_class.C: + optimized new VJunction(new
11777: Junction(params)) to new VJunction(params), thousands of mallocs
11778: removed
11779:
11780: 2005-08-05 paf
11781:
11782: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11783: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11784: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11785: creation, no calls later
11786:
11787: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11788: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11789: classes/hashfile.C, classes/image.C, classes/int.C,
11790: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11791: classes/response.C, classes/string.C, classes/table.C,
11792: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11793: include/pa_array.h, include/pa_cache_managers.h,
11794: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11795: include/pa_config_fixed.h, include/pa_config_includes.h,
11796: include/pa_dictionary.h, include/pa_dir.h,
11797: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11798: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11799: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11800: include/pa_request_charsets.h, include/pa_request_info.h,
11801: include/pa_sapi.h, include/pa_socks.h,
11802: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11803: include/pa_stack.h, include/pa_string.h,
11804: include/pa_stylesheet_connection.h,
11805: include/pa_stylesheet_manager.h, include/pa_table.h,
11806: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11807: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11808: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11809: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11810: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11811: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11812: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11813: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11814: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11815: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11816: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11817: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11818: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11819: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11820: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11821: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11822: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11823: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11824: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11825: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11826: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11827: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11828: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11829: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11830: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11831: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11832: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11833: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11834: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11835: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11836: types/pa_vstateless_object.h, types/pa_vstatus.C,
11837: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11838: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11839: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11840: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11841: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11842:
11843: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11844: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11845: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11846: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11847: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11848: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11849: optimized constants in expressions vstring->vdouble
11850:
11851: 2005-07-29 paf
11852:
11853: * src/types/pa_vclass.C: . shaped up error messages a bit
11854:
11855: * src/types/pa_vclass.C: + property getter can now be overridden
11856:
11857: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11858: bug fix: static parent fields were not replaced in case
11859: $derived:field[put] + property setter can now be overridden
11860:
11861: 2005-07-28 paf
11862:
11863: * configure, configure.in, src/classes/classes.h,
11864: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11865: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11866: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11867: src/classes/xnode.h, src/include/pa_hash.h,
11868: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11869: src/types/Makefile.am, src/types/pa_method.h,
11870: src/types/pa_value.h, src/types/pa_vclass.C,
11871: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11872: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11873: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11874: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11875: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11876: src/types/pa_vobject.C, src/types/pa_vobject.h,
11877: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11878: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11879: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11880: src/types/pa_vstateless_class.h,
1.95 moko 11881: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11882: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11883: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11884: dynamic_fields_join
11885:
11886: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11887: classes/xnode.C, include/pa_hash.h, main/execute.C,
11888: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11889: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11890: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11891: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11892: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11893: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11894: types/pa_vresponse.h, types/pa_vstateless_object.h,
11895: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11896: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11897: restored its checks in vobject.put_element->static fields |
11898: dynamic properties
11899:
11900: 2005-07-27 paf
11901:
11902: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11903: is some old code containing @set_name $name
11904:
11905: * src/types/pa_vobject.h: . fixed warning
11906:
11907: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11908: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11909:
11910: * src/: classes/xnode.C, include/pa_hash.h,
11911: types/pa_vstateless_class.C: ! new asserts were all false.
11912: regretfully reverted them all to checks
11913:
11914: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11915: classes/op.C, main/execute.C, types/pa_method.h,
11916: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11917: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11918: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11919: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11920: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11921: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11922: types/pa_vstateless_object.h, types/pa_vvoid.h,
11923: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11924: joined_dynamic_fields: removed unused param from put_method
11925: (returned to 3 params)
11926:
11927: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11928: joined_dynamic_fields: dynamic get/set works with overriding
11929: props [alpha2]
11930:
11931: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11932: works [alfa]
11933:
11934: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11935: classes/op.C, include/pa_hash.h, main/execute.C,
11936: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11937: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11938: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11939: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11940: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11941: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11942: types/pa_vresponse.h, types/pa_vstateless_class.C,
11943: types/pa_vstateless_object.h, types/pa_vvoid.h,
11944: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11945: joined_dynamic_fields: just compiled
11946:
11947: * src/: classes/date.C, classes/file.C, classes/hash.C,
11948: classes/hashfile.C, classes/image.C, classes/table.C,
11949: classes/xdoc.C, classes/xnode.h, main/execute.C,
11950: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11951: types/pa_vstateless_class.h: joined_dynamic_fields: started
11952:
11953: * src/types/pa_vobject.C: . object setters [only started, does not
11954: work yet]
11955:
11956: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11957: object setters [only started, does not work yet]
11958:
11959: 2005-07-26 paf
11960:
11961: * src/: include/pa_request.h, main/execute.C: . properties: set
11962: works [alpha2]. for classes. todo: for objects
11963:
11964: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11965: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11966: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11967: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11968: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11969: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11970: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11971: types/pa_vstateless_object.h, types/pa_vvoid.h,
11972: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11973: properties: set works [alpha1]
11974:
11975: 2005-07-25 paf
11976:
11977: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11978: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11979: properties: started, get works [alpha1, other approach]
11980:
11981: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11982: properties: started, get works [alpha2]
11983:
11984: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11985: pa_vstateless_class.h: . properties: started, get works [alpha]
11986:
11987: 2005-07-15 paf
11988:
11989: * src/: classes/classes.h, classes/op.C, main/execute.C,
11990: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11991: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11992: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11993: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11994: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11995: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11996: types/pa_vresponse.C, types/pa_vresponse.h,
11997: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11998: types/pa_vstateless_object.h, types/pa_vvoid.h,
11999: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12000: types/pa_wwrapper.h, types/types.vcproj: + started property
12001: [getters work but think of changing them too to precaching]
12002:
12003: 2005-07-08 paf
12004:
12005: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12006: gpf
12007:
12008: 2005-06-28 paf
12009:
12010: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12011: in passing empty strings to file::exec/cgi environment
12012:
12013: 2005-06-06 paf
12014:
12015: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12016: ^table:sql ^hash:sql now DO process $.bind option
12017:
12018: 2005-05-24 paf
12019:
12020: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12021: $.limit] now work again [support was broken in 3.1.4]
12022:
12023: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12024: ALL_INTERIOR_POINTERS
12025:
12026: 2005-05-12 paf
12027:
12028: * configure: 3.1.5beta
12029:
12030: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12031:
12032: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12033: $.limit] now work again [support was broken in 3.1.4]
12034:
12035: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12036: line-width [was refusing to fill if line-width >1, thanks to
12037: Seras <seras@pinxit.lt> for repro case
12038:
12039: 2005-04-25 paf
12040:
12041: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12042: correctly
12043:
12044: 2005-04-19 paf
12045:
12046: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12047: in VString violating invariant!!
12048:
12049: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12050: getenv("TZ")==null
12051:
12052: 2005-04-08 paf
12053:
12054: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12055: bugfix: when there is no char in charset one byte produces 6
12056: (ÿ <<max). increased buffer size!
12057:
12058: 2005-03-23 paf
12059:
12060: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12061: ^date.sql-string now takes TZ into account
12062:
12063: 2005-03-16 paf
12064:
12065: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12066: gcc 3.4
12067:
12068: * src/types/pa_vhash.C: . warning about eof eol
12069:
12070: 2005-02-17 paf
12071:
12072: * operators.txt, src/classes/op.C: + operator ^sleep(double
12073: seconds)
12074:
12075: 2005-02-02 paf
12076:
12077: * src/classes/xnode.C: beauty: removed needless includes
12078:
12079: 2005-01-31 paf
12080:
12081: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12082: $.partNoNumber now alias to $.part1
12083:
12084: * src/types/pa_vmail.C: change: incoming letter part contains
12085: "content-disposition" header with any value? now considering that
12086: part to be "file#" [for text/plain text/html were $.text#
12087: $.html#]
12088:
12089: * INSTALL: updatet to latest working versions available
12090:
12091: 2005-01-20 paf
12092:
12093: * configure.in, src/include/pa_version.h: version
12094:
12095: 2005-01-19 paf
12096:
1.116 moko 12097: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12098: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12099: couple warnings in parser3.C
1.95 moko 12100:
12101: 2004-12-23 paf
12102:
12103: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12104:
12105: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12106: dir to directory of script (when shbang used), not to directory
12107: of its interpreter
12108:
12109: * src/include/pa_version.h: compiled on win32...
12110:
12111: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12112: we need more hspace
12113:
12114: * configure, configure.in, src/include/pa_version.h: configured
12115: host to pa_version. will be displayed everywhere
12116:
12117: * src/main/pa_request.C: new: @unhandled_exception can prevent
12118: exception from being logged by setting $exception.handled(1)
12119:
12120: * operators.txt, src/classes/file.C: change:
12121: ^file::sql{query}[[options]] options: $.name[file name]
12122: $.content-type[application/what]
12123:
12124: * src/: include/pa_common.h, main/pa_common.C,
12125: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12126: new file
12127:
12128: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12129: bugfix: table->hash now regards _default
12130:
12131: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12132: created by accessing $name_of_method it acquired bad self=closest
12133: methodframe; instead of proper self (current class)
12134:
12135: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12136: hashfile produced bad cord
12137:
12138: 2004-12-10 paf
12139:
12140: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12141: subsequent failures though defined in .h
12142:
12143: * src/main/pa_common.C: comment on volatile
12144:
12145: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12146: alarm function were not used since the beginning due to stupid
12147: error [setsigjmp were not checked in configure.in]
12148:
12149: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12150: unix too
12151:
12152: * src/main/pa_common.C: http: exception status of send/recv errors
12153: change to most probable http.timeout
12154:
12155: * src/main/pa_common.C: win32: http connection $.timeout option now
12156: works [setsockopt on send/receive]
12157:
12158: 2004-12-08 paf
12159:
12160: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12161: cstr-ed knowing mail charset, and untainting uri lang now knows
12162: proper charset
12163:
12164: 2004-11-24 paf
12165:
12166: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12167:
12168: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12169: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12170:
12171: 2004-11-12 paf
12172:
12173: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12174: [since 3.0.4]
12175:
12176: 2004-11-09 paf
12177:
12178: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12179: writes basics to c:\parser3.log
12180:
12181: 2004-10-21 paf
12182:
12183: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12184: tainted strings [were returning clean onces]
12185:
12186: 2004-10-15 paf
12187:
12188: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12189: cycles(i=1; i=2), which was wrong, now does ONE
12190:
12191: 2004-10-12 paf
12192:
12193: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12194:
12195: 2004-10-07 paf
12196:
12197: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12198: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12199: release asserts
12200:
12201: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12202: String.dump() to stdout in detailed form [were String.v() in
12203: short form]
12204:
12205: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12206: \t\r\n as @#| and truncates long char sequences less
12207:
12208: 2004-10-06 paf
12209:
12210: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12211: win32 beauty: socket errors properly decoded
12212:
12213: 2004-10-05 paf
12214:
12215: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12216: request::configure_user/admin done always, even if no
12217: file-to-process useful in @unhandled_exception [say, if they
12218: would want to mail by SMTP something]
12219:
12220: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12221: now performed prior to file loading [and @auto executing] thus
12222: making $cookie:value available in @auto and in
12223: @unhandled_exception when IIS is configured to run interpreter
12224: even if no file exist
12225:
12226: 2004-09-20 paf
12227:
12228: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12229: somewhere where it should have called xmlMalloc and it calls
12230: xmlFree when it should have not called it. inserted two
12231: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12232: xmlFree just ignored. put away a testcase, maybe someday libxml
12233: author would fix all that. until that day: we have SLOW garbage
12234: collecting when many xml objects are alive hint: do
12235: ^memory:compact[] before xdoc::create
12236:
12237: 2004-09-17 paf
12238:
12239: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12240: error from 3.0.8 version]
12241:
12242: 2004-09-14 paf
12243:
12244: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12245: part bugfix: hashfile.foreach iterated only part if hashfile were
12246: modified inside
12247:
12248: 2004-09-13 paf
12249:
12250: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12251: [were as octal]
12252:
12253: * src/types/pa_vhashfile.C: beauty: not reproduced
12254: $hashfile.key[$novalue] bug [reported by motorin], inserted
12255: safety-check
12256:
12257: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12258: [not something obscure from sdbm lib]
12259:
12260: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12261: = strerror now returnes something and we can properly report that
12262: to client
12263:
12264: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12265: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12266:
12267: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12268: [tainted as-is] this helps //[space][newline] to remain as-is and
12269: not be unnecessary optimized away [ruining javascript]
12270:
12271: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12272: [tainted as-is]
12273:
12274: * src/classes/mail.C: bugfix: typo error
12275:
12276: 2004-09-09 paf
12277:
12278: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12279: separators bugfix: loads header with endings \r\n\r\n and \n\n
12280: (bloody yandex.server)
12281:
12282: 2004-09-06 paf
12283:
12284: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12285: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12286: encoded
12287:
12288: 2004-09-01 paf
12289:
12290: * src/types/pa_vmail.C: change: multipart/mixed changed to
12291: multipart/related outlook express have no problems showing
12292: unrelated attachments. todo: someday figure out a way of
12293: multipart/mixed multipart/related text/html
12294: image/xxx application/octet-stream << true attachments
12295:
12296: * src/types/pa_vmail.C: new:
12297: ^mail:send[$.file[$.content-disposition can be overriden new:
12298: empty mail header fields removed from letter
12299:
12300: * src/: classes/mail.C, include/pa_config_fixed.h,
12301: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12302: ^mail:send[ $.file[ $.any[header]
12303:
12304: 2004-08-30 paf
12305:
12306: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12307: warnings
12308:
12309: * src/main/pa_common.C: beauty: do not bother with charset
12310: detection when ^file::load[binary
12311:
12312: 2004-08-27 paf
12313:
12314: * src/main/pa_common.C: hack: for yandex.server http server
12315:
12316: 2004-08-18 paf
12317:
12318: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12319: possibly-chunked response
12320:
12321: 2004-08-17 paf
12322:
12323: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12324: $f.content-type now = that of http response
12325:
12326: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12327: $f.content-type now = that of http response
12328:
12329: 2004-07-30 paf
12330:
12331: * src/: include/pa_request.h, main/pa_request.C,
12332: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12333: win32: system&parser exceptions in release mode reported properly
12334: parser exception in exception handler WERE mistakenly reported as
12335: system exception, without details [in apache & isapi] +some
12336: beauty in exception text
12337:
12338: * src/: include/pa_exception.h, main/pa_request.C,
12339: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12340: release mode reported properly parser exception in exception
12341: handler WERE mistakenly reported as system exception, without
12342: details
12343:
12344: * src/main/execute.C: beauty: simplified system exception handling
12345:
12346: 2004-07-29 paf
12347:
12348: * src/classes/table.C: bugfix:
12349: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12350: were ignored, and \t used unconditionally]
12351:
12352: * src/types/Makefile.am: added vhash.c
12353:
12354: 2004-07-28 paf
12355:
12356: * src/: classes/date.C, classes/image.C, classes/math.C,
12357: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12358: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12359: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12360: failed on russian letters
12361:
12362: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12363: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12364: letters
12365:
12366: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12367: as 'currentDirectory' parameter to CreateProcess
12368:
12369: 2004-07-27 paf
12370:
12371: * src/targets/cgi/parser3.vcproj: beauty: win32:
12372: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12373: from release somewhere [to help searching for unhandled system
12374: exceptions]
12375:
12376: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12377: TZ shift
12378:
12379: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12380: but also in ctor
12381:
12382: 2004-07-26 paf
12383:
12384: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12385: src/main/pa_request.C, src/types/pa_vfile.h,
12386: src/types/pa_vhash.C, src/types/pa_vhash.h,
12387: src/types/types.vcproj: new: $response:body/download[
12388: $.file[name on disk] $.name[of file for user]
12389: $.mdate[date of last-modified. default from directory] ]
12390:
12391: * src/classes/file.C: moving file:send somewhere else..
12392:
12393: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12394: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12395: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12396: $response:download[ $.filename[filename] $.option[] ,, ]
12397:
12398: * src/classes/file.C: beauty: invalid mode thoroughly reported
12399:
12400: 2004-07-21 paf
12401:
12402: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12403: to several lines
12404:
12405: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12406:
12407: note: ms outlook[!express] shows only first 255 characters of
12408: subject
12409:
12410: 2004-07-15 paf
12411:
12412: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12413: off]
12414:
12415: 2004-07-14 paf
12416:
12417: * src/classes/table.C: bugfix: $.bind values now got untainted
12418: according to lang [were: as-is]
12419:
12420: 2004-07-07 paf
12421:
12422: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12423: checked that
12424:
12425: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12426: now untainted according to their languages. were: as-is.
12427: EVERYWHERE
12428:
12429: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12430: environment string now untainted according to their languages.
12431: were: as-is. EVERYWHERE
12432:
12433: * src/main/pa_exec.C: bufix: on unix environment string now
12434: untainted according to their languages. were: as-is. on win32:
12435: ok
12436:
12437: * parser3.vssscc: ...would not go unnoticed
12438:
12439: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12440: fails. in case on input appears nonutf, those bytes will be
12441: printed in %HH form. that can be easily decoded/recovered.
12442:
12443: this form is quite noticable, and hopefully would not go noticed
12444:
12445: 2004-07-06 paf
12446:
12447: * src/main/pa_exec.C: bufix: on unix environment string now
12448: untainted according to their languages. were: as-is. on win32:
12449: ok
12450:
12451: 2004-07-01 paf
12452:
12453: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12454: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12455: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12456: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12457: main/main.vcproj, targets/cgi/parser3.vcproj,
12458: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12459: option: global optimization ON
12460:
12461: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12462: to do xdoc::create{invalid chars} standard disables chars less
12463: then \x20, except tab, cr, lf.
12464:
12465: changed tainting so that those become '!'
12466:
12467: 2004-06-25 paf
12468:
12469: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12470: int on odd address [prev bugfix failed due to superwize
12471: optimizer, which turned memcpy into same 'ld' asm command]
12472:
12473: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12474: int on odd address
12475:
12476: 2004-06-22 paf
12477:
12478: * src/sql/pa_sql_driver.h: note: about possible optimization
12479:
12480: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12481: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12482: src/include/pa_config_includes.h: new: ^void:sql{call
12483: paf(:a)}[ $.bind[ $.a[2]
12484: ] ] output variables work. todo: check in out
12485: variables
12486:
12487: 2004-06-18 paf
12488:
12489: * src/: classes/file.C, classes/hash.C, classes/string.C,
12490: classes/table.C, classes/void.C, include/pa_globals.h,
12491: include/pa_sql_connection.h, main/compile.tab.C,
12492: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12493: $.bind[ $.a[2] ]
12494: ] input variables work. todo:output
12495:
12496: * src/targets/cgi/parser3.C: bugfix: iis specific
12497: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12498: /_bug.html?404;http://hpsv/test/
12499: --------------------------------------------------------------------------------
12500: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12501: --------------------------------------------------------------------------------
12502: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12503:
12504: 2004-06-16 paf
12505:
12506: * src/targets/cgi/parser3.C: new: iis specific
12507: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12508: $request:query
12509: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12510: $form:fields IIS-STATUS="404"
12511: IIS-DOCUMENT="http://server/_bug.html" f="v"
12512:
12513: todo: isapi too
12514:
12515: 2004-05-26 paf
12516:
12517: * src/include/pa_version.h: 3.1.3
12518:
12519: * operators.txt: beauty: removed outdated level 'table'
12520:
12521: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12522:
12523: * src/main/pa_string.C: beauty: removed 3 warnings
12524:
12525: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12526: classes/op.C: beauty: removed outdated level 'table'
12527:
12528: 2004-05-25 paf
12529:
12530: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12531: implementation. mistery: how anything worked
12532:
12533: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12534: changed, it is now safe to use url if pointers to it are stored
12535: to gc mem
12536:
12537: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12538: unknown errors reported and not cause SIGSEGV now
12539:
12540: 2004-05-24 paf
12541:
12542: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12543: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12544: less memory: CORD_chars_block originally intended to ... it was
12545: good that CORD_chars_block were not used: it consumes more memory
12546: [and, might be slow too] undoing that. [and removed that func so
12547: that it would not confuse parser developer in future]
12548:
12549: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12550: less memory: CORD_chars_block originally intended to
12551: speedup/reduce mem usage were forgotten, and were used stupid
12552: CORD_chars
12553:
12554: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12555:
12556: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12557: BIGENDIAN processors space-conserving mech failed, causing
12558: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12559: (1|2|3));
12560:
12561: 2004-05-14 paf
12562:
12563: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12564: bugfix: void now has vfile value, and $response:body[] works OK
12565:
12566: 2004-05-12 paf
12567:
12568: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12569: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12570: sources to use is_defined() {return as_bool();} along VBool
12571:
12572: 2004-05-11 paf
12573:
12574: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12575: referencing to local objects
12576:
12577: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12578: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12579: left intact
12580:
12581: 2004-04-15 paf
12582:
12583: * src/classes/date.C: merged: beauty: unused var removed
12584:
12585: * src/classes/date.C: beauty: unused var removed
12586:
12587: * src/include/: pa_exec.h: bugfix: interface without pointer
12588: provoked bug
12589:
12590: 2004-04-09 paf
12591:
12592: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12593:
12594: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12595:
12596: 2004-04-08 paf
12597:
12598: * src/classes/date.C: new: ^date::create[y-m-d
12599: h-M-s>>.milliseconds<<] now allowed, ignored so far
12600:
12601: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12602:
12603: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12604: to consult default catalog [usually, that file belongs to other
12605: user/group]
12606:
12607: 2004-04-06 paf
12608:
12609: * src/main/pa_common.C: beauty: gcc warning removed
12610:
12611: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12612: accept that trick, trying other
12613:
12614: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12615: explicit result problem
12616:
12617: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12618: explicit result problem
12619:
12620: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12621: explicit result problem
12622:
12623: * operators.txt, src/classes/string.C: new: ^string.append[string]
12624:
12625: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12626: main/execute.C: attempt_check_call_in_explicit_result_mode:
12627: failed
12628:
12629: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12630: http://i.p.a.ddress gethostbyaddr added [on some platforms
12631: gethostbyname failed with such 'domains'] now checked properly,
12632: were: needless reverse/forward dns lookup
12633:
12634: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12635: http://i.p.a.ddress gethostbyaddr added [on some platforms
12636: gethostbyname failed with such 'domains'] now checked properly,
12637: were: needless reverse/forward dns lookup
12638:
12639: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12640: @method[][result] means "no string output here" moved to lexical
12641: level [on grammar level it were too difficult]
12642:
12643: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12644: src/main/compile.y, src/main/compile_tools.h,
12645: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12646: @method[][result] means "no string output here", implemented part
12647: of that idea: compiler throws away string literal generation
12648: code. and barks nonwhitespace chars
12649:
12650: * operators.txt: truth: removed comment about $ORIGIN
12651:
12652: 2004-04-05 paf
12653:
12654: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12655: src/include/pa_version.h, src/main/pa_common.C,
12656: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12657:
12658: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12659: Konstantin Tomashevitch [mailto:konst@design.ru]
12660:
12661: * src/doc/html2chm.cmd: beauty: no need in bg here
12662:
12663: * src/doc/sources2html.cmd: beauty: same window, in bg it
12664: interfered with FAR console
12665:
12666: * configure, configure.in: 3.1.3
12667:
12668: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12669:
12670: * src/main/pa_common.C: removed warning
12671:
12672: * src/include/pa_version.h: 3.1.3
12673:
12674: 2004-04-02 paf
12675:
12676: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12677:
12678: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12679: allows to specify where to put parser log file
12680:
12681: 2004-04-01 paf
12682:
12683: * src/classes/table.C: bugfix: bugfix: table::load last line
12684: without tab and enter were ignored
12685:
12686: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12687: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12688: main/pa_socks.C, targets/cgi/parser3.C,
12689: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12690: bugfix: sql connections now are disconnected
12691:
12692: 2004-03-30 paf
12693:
12694: * src/classes/table.C: bugfix: table::load last line without tab
12695: and enter were ignored
12696:
12697: * src/classes/table.C: bufix: if last table lines were commented,
12698: gpfed
12699:
12700: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12701: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12702: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12703: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12704: doc/methoded.dox, doc/object.dox, doc/string.dox,
12705: doc/targets.dox, doc/value.dox, include/pa_version.h,
12706: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12707: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12708: bugfixes from 3.1.2, changed version to 3.1.3beta
12709:
12710: 2004-03-29 paf
12711:
12712: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12713: causes gpf
12714:
12715: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12716: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12717: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12718: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12719: value.dox: translated to english
12720:
12721: 2004-03-25 paf
12722:
12723: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12724: parser3project dependency removed
12725:
12726: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12727: bugfix: refused to compile without xml
12728:
12729: * src/types/pa_vform.C: beauty: removed warning
12730:
12731: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12732: any folder [removed last ;) folder dependency]
12733:
12734: * src/classes/classes.vcproj: bugfix: now all compiles in any
12735: folder [removed last ;) folder dependency]
12736:
12737: * src/include/pa_version.h: release
12738:
12739: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12740:
12741: * src/classes/table.C: beauty: comment& more meaningful error
12742: message
12743:
12744: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12745: $.hash[$.column_value1(true) ... ] [were producing some strang
12746: thing]
12747:
12748: 2004-03-23 paf
12749:
12750: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12751: and http status line parsing checked number of columns in table
12752: [user reported an assert]
12753:
12754: * operators.txt: example: on hashfile
12755:
12756: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12757: bugfix: junction reattach now actually reattaches a junction to
12758: new wcontext [were only assigning it to junction, which caused
12759: junction tracking to loose junction, and it's context were not
12760: killed, and it tried to process in invalid context, gpf]
12761:
12762: * src/targets/cgi/parser3.C: debug helper added
12763:
12764: 2004-03-19 paf
12765:
12766: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12767: "type(type)" in braces
12768:
12769: 2004-03-10 paf
12770:
12771: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12772: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12773: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12774: solution to search-in-namespaces problem:
12775: $xdoc.search-namespaces.x[http://pif.design.ru/]
12776: $nodes[^xdoc.select[//x:second]]
12777:
12778: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12779: expression][[NAMESPACES HASH]] allows to search for info in
12780: namespaces
12781:
12782: $nodes[^xdoc.select[//x:second][
12783: $.x[http://pif.design.ru/] ]]
12784:
12785: 2004-03-09 paf
12786:
12787: * operators.txt, src/main/pa_common.C: new:
12788: ^file::load[...][options] $.form[
12789: !$.field1[string]
12790: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12791: ] !$.body[string]
12792:
12793: GET ?here notGET(POST, HEAD, others) in content-type:
12794: application/x-www-form-urlencoded
12795:
12796: todo: upload files ability
12797:
12798: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12799: properly, done
12800:
12801: 2004-03-05 paf
12802:
12803: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12804: GET/POST $.form[$.fields started, not tested yet
12805: todo:$.field[table] for multiple values
12806:
12807: * operators.txt: new: http:// options $.user $.password basic
12808: authorization
12809:
12810: * src/main/pa_common.C: beauty: link to rtf added
12811:
12812: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12813: new: http:// options $.user $.password basic authorization
12814:
12815: * src/main/pa_common.C: beauty: removed needless vars
12816:
12817: * operators.txt: new: pgsql option [like that recently added to
12818: oracle driver] ClientCharset=parser-charset <<
12819: charset in which parser thinks client works
12820:
12821: * operators.txt: new: odbc option [like that recently added to
12822: oracle driver] ClientCharset=parser-charset <<
12823: charset in which parser thinks client works
12824:
12825: * src/sql/pa_sql_driver.h: beauty: important warning added
12826:
12827: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12828: char!
12829:
12830: * etc/parser3.charsets/windows-1251.cfg: typo
12831:
12832: 2004-03-04 paf
12833:
12834: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12835: cached, sql transcoding now goes faster
12836:
12837: * operators.txt: new: mysql option [like that recently added to
12838: oracle driver] ClientCharset=parser-charset <<
12839: charset in which parser thinks client works
12840:
12841: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12842: typo error
12843:
12844: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12845: chars commented
12846:
12847: 2004-03-03 paf
12848:
12849: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12850: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12851:
12852: 2004-03-02 paf
12853:
12854: * operators.txt: new[update typo]: !^void.left(n)
12855: nothing !^void.right(n) nothing !^void.mid(p[;n])
12856: nothing
12857:
12858: * operators.txt, src/classes/void.C: new: !^void.left(n)
12859: nothing !^void.right(n) nothing !^void.pos(p[;n])
12860: nothing
12861:
12862: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12863: ^file::sql[[name_to_become_$.name]]{} query result must be one
12864: row with columns: first: data second: file name third:
12865: content-type
12866:
12867: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12868: ^connect gets properly escaped string, which can be passed to
12869: request now this for mysql only. it's up to parser sql driver to
12870: fix zeros properly
12871:
12872: * INSTALL: note: added on building apache with this option:
12873: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12874:
12875: 2004-03-01 paf
12876:
12877: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12878: extension memory:compact befor processingrequest
12879:
12880: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12881: call sole column of result
12882:
12883: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12884: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12885: pixel color
12886:
12887: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12888: beauty: image -- less checks [were ugly impl]
12889:
12890: * src/classes/string.C: bugfix: ^string.left/right/mid with
12891: negative values now considered bad
12892:
12893: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12894:
12895: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12896: options now have unified defaults [after transform
12897: indent/omit-xml-declaration/standalone 'default' erroreously
12898: meant 'true']
12899:
12900: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12901: added [on some platforms gethostbyname failed with such
12902: 'domains']
12903:
12904: * src/include/pa_config_auto.h.in: no select check, no define
12905:
12906: * src/classes/string.C: feature: ^string.trim both parameters may
12907: be empty-strings, meaning kind=both chars=whitespaces
12908:
12909: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12910: exist
12911:
12912: * src/classes/string.C: check: trim 'chars' must not be empty,
12913: exception if it is
12914:
12915: * src/classes/string.C: changed: ^string.trim [] << both,
12916: whitespaces [start|both|end] << kind, whitespaces
12917: [start|both|end;chars] full
12918:
12919: 2004-02-27 paf
12920:
12921: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12922: method: ^string.trim[start|both|end[;chars]] default
12923: 'chars' -- whitespace chars finished
12924:
12925: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12926: src/main/pa_string.C: new method:
12927: ^string.trim[start|both|end[;chars]] default 'chars' --
12928: whitespace chars started, only start works
12929:
12930: * src/main/compile.C: bugfix: line numbers after
12931: ^process{}[$.line(-10]] can be negative, allowed to print they as
12932: signed
12933:
12934: * src/main/untaint.C: speed: there's no \n chars in output
12935: [normally], so no need to optimize them they could be retrived
12936: from databases, though. but 1. should be replaced 2. if not
12937: optimized, no harm done
12938:
12939: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12940: ^file::exec/cgi could return invalid status & zombie child can
12941: remain for short period until process exists [very bad in
12942: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12943:
12944: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12945: malicious SMTP server to attack as by returning too long status
12946: responses http://i2/tasks/edit/?id=4629448401140924947
12947:
12948: 2004-02-26 paf
12949:
12950: * operators.txt: feature: ^process...{CODE}[now has options] which
12951: are $.main[to what to rename @main] $.file[file,
12952: from which (user says) goes that CODE] $.lineno(line
12953: number in that file, where CODE starts. may be negative)
12954:
12955: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12956: src/main/compile.C, src/main/compile_tools.h,
12957: src/main/pa_request.C: feature: ^process...{CODE}[now has
12958: options] which are $.main[to what to rename @main]
12959: $.file[file, from which (user says) goes that CODE]
12960: $.lineno(line number in that file, where CODE starts. may be
12961: negative)
12962:
12963: 2004-02-25 paf
12964:
1.116 moko 12965: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12966: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12967:
12968: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12969: produces hash of column=>1
12970:
12971: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12972: with incomplete errno constants set
12973:
12974: 2004-02-24 paf
12975:
12976: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12977: "man select"
12978:
12979: * src/main/pa_os.C: beauty: <0 better then ==-1
12980:
12981: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12982:
12983: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12984:
1.116 moko 12985: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12986:
12987: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12988: unix: steps to work on unix [extracted 'to']
12989:
12990: * src/classes/mail.C: smtp on unix: steps to work on unix
12991:
12992: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12993:
1.116 moko 12994: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12995: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12996: unix [testing on solaris]
1.95 moko 12997:
12998: 2004-02-20 paf
12999:
13000: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13001: pointing that out
13002:
13003: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13004: fixed again [same solution, mistanenly removed one line]
13005:
13006: 2004-02-19 paf
13007:
13008: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13009: date::create from bad datetime in spring daylightsaving hole now
13010: OK for all platforms [on some platforms it failed]
13011:
13012: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13013: in daylightsaving hole] now throws error
13014:
13015: * src/classes/date.C: comment: mistake fixed
13016:
13017: 2004-02-18 paf
13018:
13019: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13020: now renderes in $request:charset, but in header puts
13021: $response:charset todo: make that default only so that coder
13022: could override that
13023:
13024: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13025: turns off omit-xml-declaration
13026:
13027: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13028: /.xsl for sample
13029:
13030: 2004-02-17 paf
13031:
13032: * src/classes/xdoc.C: beauty: needless helper class removed
13033:
13034: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13035: copied extra time
13036:
13037: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13038: part of libxml
13039:
13040: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13041: libxml to do the work] <xsl:output method="html"
13042: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13043: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13044: />
13045:
13046: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13047:
13048: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13049: caused assertion
13050:
13051: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13052: could hang. now such add does nothing, sub clears $hash
13053:
13054: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13055: not made quoted-printable
13056:
13057: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13058: string invariant
13059:
13060: 2004-02-16 paf
13061:
13062: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13063: cleared [were not cleared properly]
13064:
13065: 2004-02-13 paf
13066:
1.116 moko 13067: * src/include/pa_version.h: prerelease
1.95 moko 13068:
13069: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13070: used, introducing dependencies timestamp check
13071:
13072: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13073: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13074: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13075: .xsl.stamp now not used, introducing dependencies timestamp check
13076:
1.150 moko 13077: * configure.in: auto.p: @conf made relative
1.95 moko 13078:
13079: 2004-02-12 paf
13080:
13081: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13082: ruined empty <input type=file> submits. parser thought there were
13083: nameless empty file and $form:field got value of type 'file'
13084:
13085: * INSTALL: --without-threads
13086:
13087: * src/include/pa_sapi.h: 2004
13088:
13089: 2004-02-11 paf
13090:
13091: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13092: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13093: classes/hashfile.C, classes/image.C, classes/int.C,
13094: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13095: classes/response.C, classes/string.C, classes/table.C,
13096: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13097: include/pa_array.h, include/pa_cache_managers.h,
13098: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13099: include/pa_config_fixed.h, include/pa_config_includes.h,
13100: include/pa_dictionary.h, include/pa_dir.h,
13101: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13102: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13103: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13104: include/pa_request_charsets.h, include/pa_request_info.h,
13105: include/pa_socks.h, include/pa_sql_connection.h,
13106: include/pa_sql_driver_manager.h, include/pa_stack.h,
13107: include/pa_string.h, include/pa_stylesheet_connection.h,
13108: include/pa_stylesheet_manager.h, include/pa_table.h,
13109: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13110: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13111: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13112: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13113: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13114: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13115: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13116: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13117: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13118: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13119: main/pa_sql_driver_manager.C, main/pa_string.C,
13120: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13121: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13122: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13123: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13124: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13125: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13126: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13127: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13128: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13129: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13130: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13131: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13132: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13133: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13134: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13135: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13136: types/pa_vresponse.h, types/pa_vstateless_class.C,
13137: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13138: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13139: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13140: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13141: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13142: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13143:
13144: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13145: debug version of gc.dll
13146:
13147: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13148: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13149: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13150: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13151: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13152: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13153: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13154: processes
13155:
13156: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13157: main/pa_globals.C, targets/cgi/parser3.vcproj,
13158: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13159: changes to reflect libxml xsl new folders
13160:
13161: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13162: lib/smtp/smtp.vcproj, main/main.vcproj,
13163: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13164: to reflect libxml xsl new folders
13165:
13166: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13167: lib/smtp/smtp.vcproj, main/main.vcproj,
13168: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13169: types/types.vcproj: started changes to reflect libxml xsl new
13170: folders
13171:
13172: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13173: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13174: src/main/compile.tab.C, src/main/main.vcproj,
13175: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13176: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13177: started changes to reflect libxml xsl new folders
13178:
13179: 2004-02-10 paf
13180:
13181: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13182: compile. recommened latest libxml up to date
13183:
13184: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13185: pattern compilation errors", on which spent 4 hours worktime. use
13186: versions higher than that. recommended now latest up to date
13187:
13188: 2004-02-06 paf
13189:
13190: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13191: beauty: unified destructing style
13192:
13193: * src/main/untaint.C: beauty: removed old def/ifdef
13194:
13195: * src/main/untaint.C: beauty: coredump @unknown untaint language
13196: now
13197:
13198: 2004-02-03 paf
13199:
13200: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13201: targets/isapi/parser3isapi.C, types/pa_value.C,
13202: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13203: then %ld/%lu
13204:
13205: * src/main/pa_common.C: typo: %l -> %u
13206:
13207: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13208: in attributes or documents-results of transform now not xx;
13209:
13210: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13211:
13212: * src/main/pa_charset.C: bugfix: forgot to undo some
13213:
13214: * src/main/pa_charset.C: beauty: uncomment
13215: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13216: libraries
13217:
13218: 2004-02-02 paf
13219:
13220: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13221: $cookie:example[ $.value[value] $.path[/there/] ]
13222:
13223: $cookie:example[ $.value[] $.expires[session]
13224: $.path[/there/] $.domain[test.com] ]
13225:
13226: * src/types/pa_vform.C: bugfix: empty values with
13227: enctype=multipart/form-data now produce entries in $form:tables
13228: <form method=post enctype=multipart/form-data> <input type=hidden
13229: name=a> <input type=hidden name=b>
13230:
13231: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13232: <hr> <pre>$request:body
13233:
13234: 2004-01-30 paf
13235:
13236: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13237: or documents-results of transform now not xx;
13238:
13239: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13240: produce exception.
13241:
13242: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13243: bugfix: ^date::create[invalid fields now produce exception.
13244:
13245: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13246: year] now produces exception. todo: check other fields
13247:
13248: 2004-01-29 paf
13249:
13250: * src/include/pa_memory.h: typo error
13251:
13252: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13253: more byte then specified, then zeroed it << useless and
13254: potentially harmful(could gpf)
13255:
13256: 2004-01-22 paf
13257:
13258: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13259:
13260: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13261: optimization
13262:
13263: * src/main/untaint.C: bugfix: whitespace now optimized properly
13264: [were bug: ^taint[1 & 2]="1 &2"
13265:
13266: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13267: errors
13268:
13269: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13270: overflow
13271:
13272: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13273: error-reporting code * in parser-error reporting code [when no
13274: @unhandled_exception defined]
13275:
13276: fixed in one place: my *snprintf override
13277:
13278: 2004-01-13 paf
13279:
13280: * operators.txt: typo erro
13281:
13282: 2003-12-25 paf
13283:
13284: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13285: garbled [pieces after zero bytes were removed]
13286:
13287: 2003-12-22 paf
13288:
1.116 moko 13289: * src/include/Makefile.am: bugfix: removed from dist:
13290: src/include/pa_config_auto.h which were configured for
1.95 moko 13291: make-dist-platform and badly updated proper config file in target
13292: [when .tar used for updating existing source tree]
13293:
13294: * ChangeLog, operators.txt, src/classes/op.C,
13295: src/include/pa_sql_connection.h,
13296: src/include/pa_sql_driver_manager.h,
13297: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13298: feature: sql introducing ability to transcode charsets
13299:
13300: 2003-12-19 paf
13301:
13302: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13303: error message
13304:
13305: * src/main/pa_charset.C: bugfix: memory for charsethandler
13306: structure for libxml now allocated properly
13307:
13308: 2003-12-17 paf
13309:
13310: * src/types/pa_vfile.C: beauty: removed outdated cast
13311:
13312: * src/main/pa_common.C: bugfix: empty http response caused gpf
13313:
13314: * src/include/pa_string.h: bugfix: removed too strong a assert
13315:
13316: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13317: unreported xmlGenericErrors]
13318:
13319: 2003-12-15 paf
13320:
13321: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13322: works}
13323:
13324: 2003-12-11 paf
13325:
13326: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13327: id
13328: !$status:tid thread id
13329:
13330: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13331: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13332: bugfix(solaris): removed dependency on object initialization
13333: order [one more place]
13334:
13335: * src/: classes/file.C, classes/mail.C, classes/op.C,
13336: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13337: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13338: understand that
13339:
13340: * src/: classes/file.C, classes/mail.C, classes/op.C,
13341: classes/xdoc.C, include/pa_cache_managers.h,
13342: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13343: include/pa_stylesheet_manager.h, main/pa_request.C,
13344: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13345: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13346: ctor call [relying on implicit String::Body(cstr) call]
13347:
13348: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13349: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13350: object initialization order [two places]
13351:
13352: 2003-12-10 paf
13353:
13354: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13355: << time now ok
13356:
13357: * operators.txt, src/main/pa_sql_driver_manager.C,
13358: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13359: operational
13360:
13361: * ChangeLog, operators.txt, src/classes/xdoc.C,
13362: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13363: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13364: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13365: back operational
13366:
13367: 2003-12-02 paf
13368:
13369: * src/types/pa_vmail.C: bugfix:
13370: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13371: as-is forced]
13372:
13373: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13374: exceptions out of libxml callbacks: reimplemented error handling
13375: of http://localhost, parser://method and safemode check callbacks
13376:
13377: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13378: [merged from HEAD]
13379:
13380: * src/classes/image.C: nothing: comment removed
13381:
13382: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13383: addresses to int
13384:
13385: 2003-12-01 paf
13386:
13387: * src/main/pa_xml_io.C: bugfix: typo
13388:
13389: * src/main/pa_globals.C: bugfix: win32: compile prob
13390:
13391: * src/classes/xdoc.C: bugfix: typo
13392:
13393: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13394: exception
13395:
13396: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13397:
13398: 2003-11-28 paf
13399:
13400: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13401: all xml documents read
13402:
13403: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13404:
13405: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13406: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13407: replaced original open mech of xdoc::create & co to use libxml
13408: open, so that this would work for root document todo: safe mode
13409: checks to libxml: ideally to some 1 point
13410:
13411: * src/main/pa_xml_io.C: comment
13412:
13413: * operators.txt, src/main/pa_xml_io.C: leading / in
13414: http://parser[abscent params]
13415:
13416: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13417: works. todo: maybe replace original open mech of xdoc::create &
13418: co to use libxml open, so that this would work for root document
13419:
13420: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13421: "parser://method/params/here"> <test> &test^; </test> }]
13422:
13423: ^taint[^xdoc.string[]]
13424:
13425: @method[param] <!ENTITY test
13426: "test-entity-value+$form:user+$param!">
13427:
13428: 2003-11-27 paf
13429:
13430: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13431:
13432: * src/classes/date.C: bugfix: typo error
13433:
13434: 2003-11-26 paf
13435:
13436: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13437: src/main/Makefile.am, src/main/main.vcproj,
13438: src/main/pa_globals.C, src/main/pa_request.C,
13439: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13440: xml errors to hash<thread_id,error> reorganization: xml io moved
13441: to pa_xml_io.C/h
13442:
13443: * src/types/pa_value.h: warnings: --
13444:
13445: 2003-11-25 paf
13446:
13447: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13448: whatever)
13449:
13450: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13451: a, (c?x:y, z)
13452:
13453: * src/main/untaint.C: bugfix: consequences of not reading this
13454: comment: CORD_pos_chars_left /* Number of characters in cache.
13455: <= 0 ==> none */
13456:
13457: * src/include/pa_array.h: removed needless checks
13458:
13459: 2003-11-24 paf
13460:
13461: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13462: removed limit: now $form:xxx can be accessed anytime, even in
13463: @auto/conf [and request/response:charset still can be changed
13464: anytime]
13465:
13466: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13467: now not transcodes response body
13468:
13469: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13470: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13471: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13472: $xdoc.firstChild.firstChild.nodeValue[different]
13473: ^taint[^xdoc.string[]]
13474:
13475: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13476: workaround: static Hash::allocates -> static Hash_allocates
13477:
13478: 2003-11-21 paf
13479:
1.116 moko 13480: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13481: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13482: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13483:
13484: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13485:
13486: * src/classes/mail.C: bugfix: typo
13487:
13488: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13489: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13490: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13491: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13492: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13493: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13494:
13495: * src/main/pa_exec.C: bug in safe mode
13496:
13497: * src/include/Makefile.am: pa_xml_exception.h
13498:
13499: * src/targets/isapi/parser3isapi.C: more warnings --
13500:
13501: 2003-11-20 paf
13502:
13503: * src/: classes/math.C, classes/op.C, classes/string.C,
13504: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13505: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13506: --
13507:
13508: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13509: more warnings --
13510:
13511: * src/classes/xdoc.C: more warnings --
13512:
13513: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13514:
13515: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13516: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13517:
13518: * src/: classes/date.C, classes/file.C, classes/hash.C,
13519: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13520: classes/table.C, include/pa_cache_managers.h,
13521: include/pa_stylesheet_connection.h, main/pa_request.C,
13522: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13523: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13524: --
13525:
13526: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13527: can't report problem (undefined @unhandled_exception) problem
13528: source string were not reported
13529:
13530: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13531: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13532: classes/hashfile.C, classes/image.C, classes/int.C,
13533: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13534: classes/response.C, classes/string.C, classes/table.C,
13535: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13536: include/pa_array.h, include/pa_cache_managers.h,
13537: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13538: include/pa_config_fixed.h, include/pa_dictionary.h,
13539: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13540: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13541: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13542: include/pa_request.h, include/pa_request_charsets.h,
13543: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13544: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13545: include/pa_stack.h, include/pa_string.h,
13546: include/pa_stylesheet_connection.h,
13547: include/pa_stylesheet_manager.h, include/pa_table.h,
13548: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13549: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13550: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13551: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13552: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13553: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13554: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13555: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13556: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13557: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13558: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13559: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13560: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13561: targets/isapi/parser3isapi.C, types/pa_junction.h,
13562: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13563: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13564: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13565: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13566: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13567: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13568: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13569: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13570: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13571: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13572: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13573: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13574: types/pa_vresponse.h, types/pa_vstateless_class.C,
13575: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13576: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13577: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13578: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13579: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13580: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13581: const IDENT
13582:
13583: * src/: include/pa_array.h, include/pa_pool.h,
13584: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13585: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13586: types/pa_wcontext.h: more warnings --
13587:
13588: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13589: classes/file.C, classes/hash.C, classes/hashfile.C,
13590: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13591: classes/memory.C, classes/op.C, classes/string.C,
13592: classes/table.C, classes/xdoc.C, classes/xnode.C,
13593: include/pa_config_includes.h, include/pa_operation.h,
13594: include/pa_sql_connection.h, include/pa_table.h,
13595: include/pa_types.h, lib/ltdl/config_fixed.h,
13596: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13597: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13598: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13599: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13600: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13601: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13602: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13603: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13604: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13605: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13606: types/pa_vmail.C, types/pa_vobject.C,
13607: types/pa_vstateless_class.h, types/pa_vtable.C,
13608: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13609: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13610: on all projects (except libltdl=off & libsdbm=level3) found
13611: several unitialized vars
13612:
13613: 2003-11-19 paf
13614:
13615: * src/classes/op.C: more ansi C++ comp
13616:
13617: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13618: src/main/pa_request.C: ^cache[...]{body}{catch block with
13619: $exception.handled[cache] meaning "get expired cache, if any.
13620: else error"}
13621:
13622: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13623: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13624: ^cache[...]{body}{catch code with $exception.cache field}
13625:
13626: 2003-11-12 paf
13627:
13628: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13629: [copy/paste bug]
13630:
13631: 2003-11-11 paf
13632:
13633: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13634: failed]
13635:
13636: 2003-11-10 paf
13637:
13638: * src/types/pa_vconsole.h: flush
13639:
13640: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13641: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13642: read/write [for nntp]
13643:
13644: * operators.txt: mysql: transaction support: ?autocommit=0
13645:
13646: * operators.txt: comment: updated
13647:
13648: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13649: serialize version and exipire now removes entries
13650:
13651: * operators.txt: ^hashfile.delete[] removes files altogether [and
13652: dir, if could]
13653:
13654: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13655: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13656: removes files altogether [and dir, if could]
13657:
13658: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13659: nonexistent pair. .c coded that that was error. fixed
13660:
13661: * src/types/pa_vhashfile.C: sdbm: exception type change to
13662: file.access [regretfull can't split it to different exceptions
13663: without modifying sdbm source wich would prefer not to]
13664:
13665: 2003-11-07 paf
13666:
13667: * src/: classes/date.C, classes/file.C, classes/hash.C,
13668: classes/hashfile.C, classes/image.C, classes/table.C,
13669: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13670: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13671: main/execute.C, main/main.vcproj, main/pa_pool.C,
13672: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13673: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13674: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13675: destructing objects at request processing end
13676:
13677: 2003-11-06 paf
13678:
13679: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13680: updates
13681:
13682: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13683: to include sdbm
13684:
1.116 moko 13685: * src/include/: pa_config_includes.h, pa_version.h: our
13686: replacements of max& co only for cpp
1.95 moko 13687:
13688: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13689: upper dir, .am updated
13690:
13691: * tests/todo.txt: hashfile: done
13692:
13693: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13694: expiration [time in value. todo: move time to key]
13695:
13696: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13697:
13698: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13699: to do that in foreach, no errors, but surely wrong]
13700:
13701: * operators.txt, src/types/pa_vhashfile.C,
13702: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13703:
13704: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13705: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13706: foreach
13707:
13708: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13709: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13710:
13711: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13712: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13713:
13714: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13715: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13716: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13717: get/put [raw]
13718:
13719: * src/: classes/op.C, main/pa_os.C: just linked
13720:
13721: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13722: XmlException changes
13723:
13724: * src/: include/pa_charset.h, include/pa_globals.h,
13725: include/pa_stylesheet_connection.h, main/pa_exception.C:
13726: XmlException changes
13727:
13728: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13729:
13730: * src/: include/pa_common.h, include/pa_exception.h,
13731: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13732: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13733: main/pa_xml_exception.C: locking move to pa_os [along with
13734: pa_sleep] apr-impl locking done
13735:
13736: * configure, configure.in, operators.txt, parser3.sln,
13737: src/classes/classes.vcproj, src/classes/hashfile.C,
13738: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13739: src/include/pa_exception.h, src/include/pa_globals.h,
13740: src/include/pa_memory.h, src/include/pa_version.h,
13741: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13742: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13743: src/main/compile.tab.C, src/main/main.vcproj,
13744: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13745: src/types/Makefile.am, src/types/pa_vhash.C,
13746: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13747: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13748: again with sdbm from apache
13749:
13750: 2003-11-05 paf
13751:
13752: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13753: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13754: \parser3project dir anymore
13755:
13756: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13757: thoughtlessly from xalan]
13758:
13759: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13760: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13761: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13762:
13763: * src/main/helpers/CaseFolding.txt:
13764: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13765:
13766: 2003-11-04 paf
13767:
13768: * operators.txt: comment: ^mail:send[$.options[
13769:
13770: * src/classes/table.C: compiled on unix
13771:
1.116 moko 13772: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13773:
13774: * src/classes/mail.C: compiled on unix
13775:
13776: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13777: src/types/pa_vmail.h: !^mail:send[
13778: $.options[unix: string to append to sendmail command
13779: line]
13780:
13781: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13782: tests/todo.txt: ^table.save[... $.separator[^#09]
13783: $.encloser["] <nothing> by default
13784:
13785: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13786: !$.separator[^#09] !$.encloser["] <nothing> by
13787: default
13788:
13789: 2003-11-03 paf
13790:
13791: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13792: ^table::load[; options: !$.column-separator[^#09]
13793: !$.column-encloser["]
13794:
13795: * operators.txt, src/include/pa_config_fixed.h,
13796: src/types/pa_vrequest.C: $request:document-root
13797:
13798: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13799: [already included into uri=xxx]
13800:
13801: * operators.txt, src/classes/image.C, tests/todo.txt:
13802: ^image.gif[filename] for $response:download
13803:
13804: * src/classes/date.C: minor precaution
13805:
13806: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13807: !^date.unix-timestamp[]
13808:
13809: 2003-10-30 paf
13810:
13811: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13812: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13813:
13814: * src/classes/: date.C, image.C: improvement diagnostics:
13815: $now[^date::create[$undefined]] now is error
13816:
13817: * src/main/pa_common.C: read errors would now be reported 'actually
13818: read -1 bytes'
13819:
13820: 2003-10-24 paf
13821:
13822: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13823: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13824: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13825: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13826:
13827: 2003-10-22 paf
13828:
13829: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13830:
13831: 2003-10-21 paf
13832:
13833: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13834: fixed: string.match[g] without <'> option produced columns with
13835: NULL's, which gpf'ed at table.save time
13836:
13837: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13838: recoursion' message with intensive throw-catches fixed: incorrect
13839: name and line (one name upper then needed) in error message about
13840: problems inside try block
13841:
13842: 2003-10-10 paf
13843:
13844: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13845: check offset argument for validity did that in String::Body::pos
13846: myself http://i2/tasks/edit/?id=4577425257580789777
13847:
13848: 2003-10-07 paf
13849:
13850: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13851: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13852:
13853: 2003-10-03 paf
13854:
13855: * parser3.sln, src/include/pa_dictionary.h,
13856: src/main/pa_dictionary.C, src/main/pa_string.C,
13857: src/targets/cgi/parser3.vcproj: dictionary optimized by
13858: precalculating cstr&length
13859:
13860: 2003-10-02 paf
13861:
13862: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13863: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13864: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13865: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13866:
13867: 2003-09-30 paf
13868:
13869: * src/main/pa_string.C: string::replace bug fix [were ignoring
13870: occurrances after lang-mismatched
13871:
13872: 2003-09-29 paf
13873:
13874: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13875: helper
13876:
13877: * src/main/pa_string.C: string::serialize bug fix with
13878: zero-terminator
13879:
13880: * src/classes/table.C: ^nameless_table.save column row now has no
13881: \t at the end
13882:
13883: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13884: @postprocess now takes $response:body/download
13885:
13886: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13887: error message
13888:
13889: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13890:
13891: * src/classes/table.C: bugfix: flip: must produce nameless
13892: http://i2/tasks/edit/?id=4573405524674081244
13893:
13894: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13895: main/helpers/simple_folding.pl: utf-8 upper/lower
13896:
13897: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13898: to typo error http://i2/tasks/edit/?id=4573354650786434584
13899:
13900: 2003-09-26 paf
13901:
13902: * src/main/untaint.C: removed needless field
13903:
13904: * src/main/untaint.C: removed needless const
13905:
13906: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13907: String.for_each bug fixed [omited one-char cases]
13908:
13909: * src/include/pa_stack.h: bugfix: before collecting garbage,
13910: runtime-executor stack were cleared... BADLY
13911:
13912: * src/main/pa_string.C: ^stirng.replace code used old
13913: param-convention on langs.append, fixed that search fo the like,
13914: found none
13915:
13916: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13917: string::serialize/deserialize implemented Language enum assigned
13918: meaningful letters [more convinient for debugging. read warning
13919: before adding/changing anything]
13920:
13921: 2003-09-25 paf
13922:
13923: * src/: include/pa_string.h, include/pa_version.h,
13924: main/pa_string.C, main/untaint.C: templates and anonymous unions
13925: differences on unix
13926:
13927: * parser3.sln, src/classes/file.C, src/classes/image.C,
13928: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13929: src/classes/xdoc.C, src/classes/xnode.C,
13930: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13931: src/include/pa_charsets.h, src/include/pa_common.h,
13932: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13933: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13934: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13935: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13936: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13937: src/main/compile_tools.h, src/main/pa_charset.C,
13938: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13939: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13940: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13941: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13942: src/types/pa_vmail.C, src/types/pa_vmath.C,
13943: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13944: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13945:
13946: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13947: functions aligned to that of eeparser3 look
13948:
13949: * src/lib/cord/cordprnt.c: removed warnings
13950:
13951: 2003-09-24 paf
13952:
13953: * src/: classes/file.C, classes/image.C, classes/mail.C,
13954: classes/op.C, classes/xdoc.C, classes/xnode.C,
13955: include/pa_cache_managers.h, include/pa_charset.h,
13956: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13957: include/pa_sql_driver_manager.h, include/pa_string.h,
13958: include/pa_stylesheet_manager.h, include/pa_table.h,
13959: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13960: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13961: main/pa_sql_driver_manager.C, main/pa_string.C,
13962: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13963: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13964: types/pa_vstateless_class.h, types/pa_vstatus.C,
13965: types/pa_vxnode.C: v() functions of String::Body,
13966: String::Languages and String itself StringBody->String::Body
13967:
13968: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13969: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13970: never optimized anything. todo: somehow speed up harder cases:
13971: concatenationA+concatenationB when last block of A and first of B
13972: contain same letters
13973:
13974: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13975: lib/cord/include/cord.h: langs: speed up by joining adjucent
13976: blocks of same char [CORD_append_block]
13977:
13978: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13979: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13980: save space by extending blocks when appending block with c ==
13981: lastblock.c
13982:
13983: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13984: working yet :( but more working &understood :)
13985:
13986: * src/: classes/table.C, include/pa_string.h,
13987: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13988:
13989: 2003-09-23 paf
13990:
13991: * src/main/untaint.C: $a[ok!] $a works!
13992:
13993: * src/main/untaint.C: something even more works :)
13994:
13995: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13996: something more works :)
13997:
13998: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13999: lib/cord/cordxtra.c: something already works :)
14000:
14001: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14002: serialize&deserialize
14003:
14004: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14005: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14006: main/untaint.C: main idea implemented, details left
14007:
14008: 2003-09-22 paf
14009:
14010: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14011:
14012: * src/classes/xnode.C: copy/paste comment bugfix
14013:
14014: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14015: allocator returns 0, just die.
14016: http://i2/tasks/edit/?id=4570798492410259445
14017:
14018: * src/classes/xdoc.C: copy/paste comment bugfix
14019:
14020: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14021: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14022: xnode: getAttributeNS setAttributeNS removeAttributeNS
14023: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14024:
14025: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14026: chars due to bitwise operation signed-char error]
14027:
14028: 2003-09-19 paf
14029:
14030: * src/types/pa_wcontext.C: output message: more practical
14031: suggestion
14032:
14033: * src/main/pa_common.C, operators.txt: merged
14034: $f[^file::load[binary;http://...]] $f.tables
14035:
14036: 2003-09-02 paf
14037:
14038: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14039: flush stdout without referencing 'stdout' symbol. to hell with
14040: non-ansi libraries without 'stdout' symbol
14041:
14042: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14043: unix (users reported problems with some old libc)
14044:
14045: * src/types/pa_vdate.h: forgot initializer
14046:
14047: 2003-09-01 paf
14048:
14049: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14050: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14051: zone]
14052:
14053: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14054:
14055: 2003-08-19 paf
14056:
14057: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14058: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14059: simplified a little
14060:
14061: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14062: [lost fix from 3.0.8]
14063:
14064: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14065: visible here }
14066:
14067: bug fix
14068:
14069: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14070:
14071: * src/main/compile.tab.C: initialized couple of variables about
14072: which user reported runtime problems when parser were compiled
14073: with VC7, warning level4. study shows that later in bison
14074: they've fixed that. would migrate to latest bison someday
14075:
14076: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14077: recoding headers)
14078:
14079: * src/types/pa_vmail.C: works as before, same charset problems:
14080: gmime recodes to UTF-8 only headers, not body. so not recoding
14081: anything for now
14082:
14083: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14084: problems with body
14085:
14086: * src/types/pa_vmail.C: mail_receive just compiled
14087:
14088: 2003-08-18 paf
14089:
14090: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14091: main/main.vcproj, types/types.vcproj: win32: continued process
14092: detaching from \parser3project directory
14093:
14094: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14095: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14096: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14097: src/lib/pcre/pcre_dftables.dsp,
14098: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14099: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14100: src/types/types.dsp: moved to MSVC 7
14101:
14102: * gnu.vcproj.vspscc, parser3.vssscc,
14103: src/classes/classes.vcproj.vspscc,
14104: src/lib/cord/cord.vcproj.vspscc,
14105: src/lib/ltdl/libltdl.vcproj.vspscc,
14106: src/lib/md5/md5.vcproj.vspscc,
14107: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14108: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14109: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14110: src/targets/isapi/parser3isapi.vcproj.vspscc,
14111: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14112: moved to MSVC 7
14113:
14114: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14115: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14116: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14117: src/lib/pcre/pcre_dftables.vcproj,
14118: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14119: src/targets/cgi/parser3.vcproj,
14120: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14121: new VS project files
14122:
14123: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14124: .NET to detect Jalindi Igloo capabilities.
14125:
14126: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14127: src/classes/classes.awk, src/doc/footer.htm,
14128: src/include/pa_config_fixed.h, src/include/pa_version.h,
14129: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14130: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14131: src/types/pa_vmail.C: merged 3.1.0 latest changes
14132:
14133: 2003-08-15 paf
14134:
14135: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14136: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14137:
14138: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14139: non-ascii <yyy> now encoded correctly
14140:
14141: 2003-07-29 paf
14142:
1.116 moko 14143: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14144: dist
1.95 moko 14145:
14146: * src/types/pa_vmail.C: just started --with-mail-receive
14147:
14148: 2003-07-28 paf
14149:
1.116 moko 14150: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14151: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14152:
14153: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14154:
14155: 2003-07-25 paf
14156:
14157: * src/doc/footer.htm: year
14158:
14159: 2003-07-24 paf
14160:
14161: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14162: fix
14163:
14164: * src/include/pa_version.h: release
14165:
1.116 moko 14166: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14167:
14168: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14169: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14170: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14171: getting rid of win32xml pseudo project
14172:
14173: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14174:
1.116 moko 14175: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14176: configure.in, operators.txt, parser3.dsw,
1.95 moko 14177: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14178: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14179: src/classes/classes.C, src/classes/classes.awk,
14180: src/classes/classes.dsp, src/classes/classes.h,
14181: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14182: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14183: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14184: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14185: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14186: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14187: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14188: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14189: src/include/pa_array.h, src/include/pa_cache_managers.h,
14190: src/include/pa_charset.h, src/include/pa_charsets.h,
14191: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14192: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14193: src/include/pa_dictionary.h, src/include/pa_dir.h,
14194: src/include/pa_exception.h, src/include/pa_exec.h,
14195: src/include/pa_globals.h, src/include/pa_hash.h,
14196: src/include/pa_memory.h, src/include/pa_opcode.h,
14197: src/include/pa_operation.h, src/include/pa_pool.h,
14198: src/include/pa_pragma_pack_begin.h,
1.95 moko 14199: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14200: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14201: src/include/pa_sapi.h, src/include/pa_socks.h,
14202: src/include/pa_sql_connection.h,
14203: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14204: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14205: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14206: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14207: src/include/pa_uue.h, src/lib/Makefile.am,
14208: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14209: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14210: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14211: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14212: src/lib/cord/include/ec.h,
14213: src/lib/cord/include/private/Makefile.am,
14214: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14215: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14216: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14217: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14218: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14219: src/main/compile_tools.C, src/main/compile_tools.h,
14220: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14221: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14222: src/main/pa_charsets.C, src/main/pa_common.C,
14223: src/main/pa_dictionary.C, src/main/pa_dir.C,
14224: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14225: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14226: src/main/pa_request.C, src/main/pa_socks.C,
14227: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14228: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14229: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14230: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14231: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14232: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14233: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14234: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14235: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14236: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14237: src/targets/isapi/parser3isapi.dsp,
14238: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14239: src/types/pa_junction.h, src/types/pa_method.h,
14240: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14241: src/types/pa_vclass.C, src/types/pa_vclass.h,
14242: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14243: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14244: src/types/pa_vdouble.h, src/types/pa_venv.h,
14245: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14246: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14247: src/types/pa_vimage.C, src/types/pa_vimage.h,
14248: src/types/pa_vint.h, src/types/pa_vjunction.h,
14249: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14250: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14251: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14252: src/types/pa_vobject.C, src/types/pa_vobject.h,
14253: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14254: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14255: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14256: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14257: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14258: src/types/pa_vstring.h, src/types/pa_vtable.C,
14259: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14260: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14261: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14262: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14263: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14264: HEAD
14265:
14266: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14267: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14268: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14269: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14270: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14271: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14272: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14273: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14274: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14275: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14276: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14277: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14278: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14279: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14280: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14281: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14282: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14283: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14284: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14285: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14286: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14287: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14288: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14289: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14290: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14291: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14292: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14293: outputs/create-dir, results/001.processed, results/002.processed,
14294: results/003.processed, results/004.processed,
14295: results/005.processed, results/006.processed,
14296: results/007.processed, results/008.processed,
14297: results/009.processed, results/010.processed,
14298: results/011.processed, results/012.processed,
14299: results/013.processed, results/014.processed,
14300: results/015.processed, results/016.processed,
14301: results/017.processed, results/018.processed,
14302: results/019.processed, results/020.processed,
14303: results/021.processed, results/022.processed,
14304: results/023.processed, results/024.processed,
14305: results/025.processed, results/026.processed,
14306: results/027.processed, results/028.processed,
14307: results/029.processed, results/030.processed,
14308: results/031.processed, results/032.processed,
14309: results/033.processed, results/034.processed,
14310: results/035.processed, results/036.processed,
14311: results/037.processed, results/038.processed,
14312: results/039.processed, results/040.processed,
14313: results/041.processed, results/042.processed,
14314: results/043.processed, results/044.processed,
14315: results/045.processed, results/046.processed,
14316: results/047.processed, results/048.processed,
14317: results/049.processed, results/050.processed,
14318: results/051.processed, results/052.processed,
14319: results/053.processed, results/054.processed,
14320: results/055.processed, results/056.processed,
14321: results/057.processed, results/058.processed,
14322: results/059.processed, results/060.processed,
14323: results/061.processed, results/062.processed,
14324: results/063.processed, results/064.processed,
14325: results/065.processed, results/066.processed,
14326: results/067.processed, results/068.processed,
14327: results/069.processed, results/070.processed,
14328: results/071.processed, results/072.processed,
14329: results/073.processed, results/074.processed,
14330: results/075.processed, results/076.processed,
14331: results/077.processed, results/078.processed,
14332: results/079.processed, results/080.processed,
14333: results/081.processed, results/082.processed,
14334: results/083.processed, results/084.processed,
14335: results/085.processed, results/086.processed,
14336: results/087.processed, results/088.processed,
14337: results/089.processed, results/090.processed,
14338: results/091.processed, results/092.processed,
14339: results/093.processed, results/094.processed,
14340: results/095.processed, results/096.processed,
14341: results/097.processed, results/098.processed,
14342: results/099.processed, results/100.processed,
14343: results/101.processed, results/102.processed,
14344: results/103.processed, results/104.processed,
14345: results/105.processed, results/106.processed,
14346: results/107.processed, results/108.processed,
14347: results/109.processed, results/110.processed,
14348: results/111.processed, results/112.processed,
14349: results/113.processed, results/114.processed,
14350: results/115.processed, results/116.processed,
14351: results/117.processed, results/118.processed,
14352: results/119.processed, results/120.processed,
14353: results/121.processed, results/122.processed,
14354: results/123.processed, results/124.processed,
14355: results/125.processed, results/126.processed,
14356: results/127.processed, results/128.processed,
14357: results/129.processed, results/130.processed,
14358: results/131.processed, results/132.processed,
14359: results/133.processed, results/134.processed,
14360: results/135.processed, results/136.processed,
14361: results/137.processed, results/138.processed,
14362: results/139.processed, results/140.processed,
14363: results/141.processed: merged(copied) to HEAD from template_gc
14364:
14365: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14366: towards \parser3project not having to be in root
14367:
14368: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14369: module compiled [were minor unnecessary changes in lib/md5
14370: interface]
14371:
14372: * src/include/pa_version.h: release
14373:
14374: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14375:
14376: * src/classes/math.C: merged uuid bugfix
14377:
14378: * tests/: 141.html, results/141.processed: fixed bug with
14379: too-small-a-buffer
14380:
14381: * src/classes/math.C: uuid bugfix
14382:
14383: * tests/: 141.html, Makefile, results/005.processed,
14384: results/030.processed, results/075.processed,
14385: results/078.processed: to reflect date format change (were -
14386: become ' ')
14387:
14388: * src/classes/math.C: uuid bugfix
14389:
14390: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14391: debug/release changes
14392:
14393: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14394:
14395: 2003-07-23 paf
14396:
14397: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14398: renamed a little [to move to comman naming conv]
14399:
1.116 moko 14400: * src/targets/Makefile.am: apache13 splitted to simplify apache
14401: build
1.95 moko 14402:
14403: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14404: main/pa_request.C, main/pa_sql_driver_manager.C,
14405: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14406: stack top_index() fixed
14407:
14408: * src/main/pa_globals.C: minor style changes
14409:
14410: * src/: classes/op.C, include/pa_sql_connection.h: connection
14411: closing/caching fixed [connections were not closed/put to cache]
14412:
14413: 2003-07-22 paf
14414:
14415: * INSTALL: gc part updated stightly
14416:
14417: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14418: new sapi interface
14419:
14420: * src/classes/file.C: comment on OS
14421:
14422: * src/main/pa_string.C: removed reduntant invariant check [there is
14423: one deeper in cord lib]
14424:
14425: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14426:
14427: * src/main/pa_memory.C: out of memory is no longer coredump
14428:
14429: * INSTALL: disable-threads adviced
14430:
14431: 2003-07-21 paf
14432:
1.116 moko 14433: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14434:
14435: * src/classes/file.C: file::exec/cgi environment variables now must
14436: be UPPERCASE and A-Z 0-9 _-
14437:
14438: * src/classes/file.C: env passing fixed
14439:
14440: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14441:
14442: * src/main/pa_common.C: http:// CRLF now
14443:
14444: 2003-07-02 paf
14445:
14446: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14447: fields to reflect their real meaning
14448:
14449: 2003-06-27 paf
14450:
14451: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14452: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14453: file::exec/cgi .charset
14454:
14455: 2003-06-26 paf
14456:
14457: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14458: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14459: src/classes/table.C: fixed several uninitialized local
14460: structures. notably ^hash.foreach now inserts delimiters
14461: properly [were inserting it before first body]
14462:
14463: 2003-06-24 paf
14464:
14465: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14466:
14467: 2003-06-20 paf
14468:
14469: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14470: src/main/pa_globals.C: introducing
14471: $f[^file::load[binary;http://...]] $f.tables
14472:
14473: 2003-06-06 paf
14474:
14475: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14476: table. [were method lookup: inconsistent]
14477:
14478: 2003-06-02 paf
14479:
14480: * src/include/pa_memory.h: empty string clone fixed to return
14481: writable memory
14482:
14483: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14484: were not appended] which violated string invariant
14485:
14486: 2003-05-30 paf
14487:
14488: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14489: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14490:
14491: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14492: GMT ; RFC 822, updated by RFC 1123
14493:
14494: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14495: targets/isapi/parser3isapi.C: initialized request_info properly
14496:
14497: * src/classes/xnode.C: found minor bug, commended for future
14498:
14499: 2003-05-28 paf
14500:
14501: * src/classes/form.C: request_info.content_length can't be <0,
14502: size_t for some time
14503:
14504: 2003-05-26 paf
14505:
14506: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14507: forgotten <0 changed to !=STRING_NOT_FOUND
14508:
14509: * src/classes/math.C: merged ffffu from HEAD
14510:
14511: 2003-05-11 paf
14512:
14513: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14514:
14515: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14516: premature doc free. transformed document had xmlDoc reference
14517: stored to non-gc-memory (libgdome) added holding-reference
14518:
14519: 2003-04-29 paf
14520:
14521: * src/main/pa_globals.C: started digging on double free. on win32
14522: found that that's perfectly normal.
14523:
14524: 2003-04-25 paf
14525:
14526: * src/classes/table.C: table.join bug fix [bad limit check]
14527:
14528: * src/classes/math.C: merged from HEAD: simpiler hash_string
14529:
14530: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14531: print anything. changed to quicker and simplier code
14532:
14533: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14534: strict a check]
14535:
14536: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14537:
14538: 2003-04-24 paf
14539:
14540: * src/include/pa_table.h: too strict assert loosened
14541:
14542: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14543: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14544: report
14545:
14546: 2003-04-21 paf
14547:
1.116 moko 14548: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14549:
14550: * src/main/pa_globals.C: pcre memory management changed to use GC
14551: memory
14552:
14553: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14554: xmlMallocAtomic [author agreed to my suggestion], used that
14555:
14556: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14557:
14558: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14559: types/pa_vmail.C: attributed_meaning_to_string added
14560: L_UNSPECIFIED piece which was sortof OK, but violated string
14561: invariant [assertion barked on that] changed to L_PASS_APPEND,
14562: made that param obligatory
14563:
14564: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14565: fixed [assert helped]
14566:
14567: * src/include/pa_string.h: assert added [looking for bug]
14568:
14569: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14570: names on Win32 considered disk-global
14571:
14572: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14573: considered disk-global
14574:
14575: 2003-04-18 paf
14576:
14577: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14578: filenames
14579:
14580: * src/main/untaint.C: enabled '~' letter in filenames
14581:
14582: 2003-04-16 paf
14583:
14584: * src/classes/file.C: small bug introduced in autoptr times fixed
14585:
14586: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14587: HEAD
14588:
1.116 moko 14589: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14590:
14591: 2003-04-15 paf
14592:
14593: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14594: src/lib/md5/pa_md5c.c, tests/141.html,
14595: tests/results/141.processed: merged from head ^math:uuid[]
14596: ^math:uid64[] ^math:md5[string]
14597:
14598: test added: 141.html
14599:
14600: * operators.txt, src/classes/math.C: ^math:uid64[]
14601:
14602: * src/classes/math.C: ^math:uuid[]
14603:
14604: * operators.txt, src/classes/math.C: ^math:uuid[]
14605:
14606: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14607: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14608:
14609: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14610: src/include/pa_config_fixed.h, src/main/pa_common.C:
14611: ^file::load[mode;name; $.offset $.limit
14612:
14613: 2003-04-14 paf
14614:
14615: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14616: started ^math:md5
14617:
14618: * src/classes/table.C, src/include/pa_array.h,
14619: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14620: tests/results/140.processed: table $.reverse option works in
14621: create&co table $.distinct[tables] bug fix merged
14622:
14623: * src/: classes/table.C, include/pa_table.h: table
14624: $.distinct[tables] bug fixed
14625:
14626: * src/classes/table.C: more warnings
14627:
14628: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14629: removed checks in table::set_current, moved them back to
14630: table::locate implemented table::create/join ñ $.reverse
14631:
14632: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14633: removed checks in table::set_current, moved them back to
14634: table::locate
14635:
14636: 2003-04-11 paf
14637:
14638: * operators.txt, src/classes/date.C, src/classes/table.C,
14639: src/include/pa_array.h, src/include/pa_common.h,
14640: src/include/pa_config_includes.h, src/include/pa_string.h,
14641: src/include/pa_table.h, src/main/pa_request.C,
14642: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14643: src/main/pa_table.C: merged from HEAD from
14644: before_append_array_limit_sense_change to
14645: after_append_array_limit_sense_change
14646:
14647: * src/classes/table.C: typo
14648:
14649: * operators.txt, src/classes/date.C, src/classes/table.C,
14650: src/include/pa_array.h, src/include/pa_common.h,
14651: src/include/pa_config_includes.h, src/include/pa_globals.h,
14652: src/include/pa_table.h, src/main/pa_array.C,
14653: src/main/pa_globals.C, src/main/pa_request.C,
14654: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14655: src/main/pa_table.C: append_array_limit_sense_change locate
14656: accepts options same as create new option: $.reverse(1) [do not
14657: work in table::create]
14658:
14659: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14660: (stat xxx,
14661:
14662: * src/classes/: table.C: typo
14663:
14664: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14665: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14666: results/130.processed, results/131.processed,
14667: results/132.processed, results/133.processed,
14668: results/134.processed, results/135.processed,
14669: results/136.processed, results/137.processed,
14670: results/138.processed, results/139.processed: added few mustfail
14671: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14672: date/time 132.html mustfail: access to junction outside of
14673: context 133.html mustfail: access to junction outside of context,
14674: case version 134.html mustfail: hash: adding a key inside of
14675: foreach 135.html mustfail: modifying system class 136.html
14676: mustfail: $.name outside of $hash[here] 137.html mustfail:
14677: appendChild without import 138.html mustfail: invalid encoding
14678: inside of xml 139.html mustfail: bad XPath
14679:
14680: * operators.txt, src/classes/table.C, tests/084.html,
14681: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14682: tests/129.html, tests/results/125.processed,
14683: tests/results/126.processed, tests/results/127.processed,
14684: tests/results/128.processed, tests/results/129.processed: merged
14685: from HEAD ^table.hash[key][$.distinct[tables]]
14686:
14687: maked appropriate tests [changed one old nonconforming]
14688:
14689: * operators.txt, src/classes/table.C:
14690: ^table.hash[key][$.distinct[tables]]
14691:
14692: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14693: merged fix for found very old xml (dom) bug: were passing
14694: domString objects and later ERROREOUSLY freed them
14695:
14696: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14697: src/main/pa_charset.C: re-added libgdome patch. regretfully
14698: libgdome bug can not be worked around
14699:
14700: 2003-04-10 paf
14701:
14702: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14703: found very old xml (dom) bug: were passing domString objects and
14704: later ERROREOUSLY freed them
14705:
14706: * src/doc/string.dox, src/include/pa_memory.h,
14707: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14708: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14709: tests/123.html, tests/124.html, tests/results/001.processed,
14710: tests/results/002.processed, tests/results/003.processed,
14711: tests/results/004.processed, tests/results/005.processed,
14712: tests/results/006.processed, tests/results/008.processed,
14713: tests/results/009.processed, tests/results/010.processed,
14714: tests/results/011.processed, tests/results/012.processed,
14715: tests/results/013.processed, tests/results/014.processed,
14716: tests/results/015.processed, tests/results/016.processed,
14717: tests/results/017.processed, tests/results/018.processed,
14718: tests/results/020.processed, tests/results/021.processed,
14719: tests/results/022.processed, tests/results/023.processed,
14720: tests/results/024.processed, tests/results/025.processed,
14721: tests/results/026.processed, tests/results/027.processed,
14722: tests/results/028.processed, tests/results/029.processed,
14723: tests/results/030.processed, tests/results/031.processed,
14724: tests/results/032.processed, tests/results/033.processed,
14725: tests/results/034.processed, tests/results/035.processed,
14726: tests/results/036.processed, tests/results/037.processed,
14727: tests/results/038.processed, tests/results/039.processed,
14728: tests/results/040.processed, tests/results/041.processed,
14729: tests/results/042.processed, tests/results/043.processed,
14730: tests/results/044.processed, tests/results/045.processed,
14731: tests/results/046.processed, tests/results/047.processed,
14732: tests/results/048.processed, tests/results/049.processed,
14733: tests/results/050.processed, tests/results/051.processed,
14734: tests/results/052.processed, tests/results/053.processed,
14735: tests/results/054.processed, tests/results/055.processed,
14736: tests/results/056.processed, tests/results/057.processed,
14737: tests/results/058.processed, tests/results/059.processed,
14738: tests/results/060.processed, tests/results/061.processed,
14739: tests/results/062.processed, tests/results/063.processed,
14740: tests/results/064.processed, tests/results/065.processed,
14741: tests/results/066.processed, tests/results/067.processed,
14742: tests/results/068.processed, tests/results/069.processed,
14743: tests/results/070.processed, tests/results/071.processed,
14744: tests/results/072.processed, tests/results/073.processed,
14745: tests/results/074.processed, tests/results/075.processed,
14746: tests/results/076.processed, tests/results/077.processed,
14747: tests/results/078.processed, tests/results/079.processed,
14748: tests/results/080.processed, tests/results/081.processed,
14749: tests/results/082.processed, tests/results/083.processed,
14750: tests/results/084.processed, tests/results/085.processed,
14751: tests/results/086.processed, tests/results/087.processed,
14752: tests/results/088.processed, tests/results/089.processed,
14753: tests/results/090.processed, tests/results/091.processed,
14754: tests/results/092.processed, tests/results/093.processed,
14755: tests/results/094.processed, tests/results/095.processed,
14756: tests/results/096.processed, tests/results/097.processed,
14757: tests/results/101.processed, tests/results/102.processed,
14758: tests/results/104.processed, tests/results/105.processed,
14759: tests/results/106.processed, tests/results/107.processed,
14760: tests/results/108.processed, tests/results/109.processed,
14761: tests/results/110.processed, tests/results/111.processed,
14762: tests/results/112.processed, tests/results/113.processed,
14763: tests/results/114.processed, tests/results/115.processed,
14764: tests/results/116.processed, tests/results/117.processed,
14765: tests/results/118.processed, tests/results/119.processed,
14766: tests/results/120.processed, tests/results/121.processed,
14767: tests/results/122.processed, tests/results/123.processed,
14768: tests/results/124.processed: new convention: char* never 0.
14769: assert in cord on that
14770:
14771: * src/main/pa_charset.C: couple more asserts
14772:
14773: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14774: speedup
14775:
14776: * src/main/pa_charset.C: couple assertions on fantastic situations
14777: added [may be those is the case now?]
14778:
14779: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14780: that's memory from gc_malloc, not from g_malloc :(, but would
14781: hope]
14782:
14783: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14784: that's memory from gc_malloc, not from g_malloc :(, but would
14785: hope]
14786:
14787: * src/main/pa_charset.C: checked custom malloc for returning 0
14788:
14789: 2003-04-09 paf
14790:
14791: * src/classes/date.C: merged ^date.roll changes
14792:
14793: * src/classes/date.C: ^date.roll bug fix
14794:
14795: * src/classes/date.C: ^date.roll now throws less errors: month
14796: shifts handles end of month situation by reducing day number
14797: hour-hole shift reduces hour to recover
14798:
14799: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14800: Sort by function time
14801:
14802: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14803: http:// $.charset[] param done
14804:
14805: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14806: added [after volatile fix. passes on win&intel-solaris]
14807:
14808: 2003-04-08 paf
14809:
14810: * src/: classes/file.C, classes/op.C, classes/table.C,
14811: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14812: include/pa_common.h, include/pa_request_charsets.h,
14813: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14814: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14815: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14816: types/pa_vresponse.C: started http:// $.charset[] param and
14817: http response charset detection just compiled. todo:test
14818:
14819: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14820:
14821: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14822: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14823: types/pa_vmail.C: changed transcode param converntion along with
14824: string creating convention -- all strings are zero-terminated,
14825: this allowed to fix one remaining String("123", 2) case
14826:
14827: * src/: classes/date.C, classes/file.C, classes/hash.C,
14828: classes/op.C, classes/string.C, classes/table.C,
14829: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14830: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14831: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14832: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14833: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14834: violated String::invariant. started fixing [not compiled now]
14835:
14836: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14837: main/compile.tab.C, main/compile.y, main/pa_string.C,
14838: main/untaint.C, targets/cgi/parser3.C: number of string style
14839: improvements & optimizations
14840:
14841: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14842: :(]
14843:
14844: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14845: [for it's a pointer really]
14846:
14847: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14848: 'n' param. worked that around
14849:
14850: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14851: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14852: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14853: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14854: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14855:
14856: Thanks for the bug report and patch.
14857:
14858: I hadn't looked at this code in a while. Reading it now, it
14859: seems to me that the tests should also be ">= MAX_DEPTH" to
14860: comply with the invariant, though that may not matter a lot. I
14861: changed that, too.
14862:
14863: Hans
14864:
14865: 2003-04-07 paf
14866:
14867: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14868: merged from head:safe mode error message now includes numbers
14869:
14870: * src/main/execute.C: n-th attempt to make a=a work with double.
14871: problem: as_double returns it's result in fp-register compiler
14872: optimizes access to that register after b->as_double, and just
14873: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14874: from memory. _SAME_ double values do not match here. when
14875: forced to REload fp-register, values do match.
14876:
14877: tried to make them volatile.
14878:
14879: * src/main/execute.C: n-th attempt to make a=a work with double.
14880: problem: as_double returns it's result in fp-register compiler
14881: optimizes access to that register after b->as_double, and just
14882: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14883: from memory. _SAME_ double values do not match here. when
14884: forced to REload fp-register, values do match.
14885:
14886: tried to make them volatile.
14887:
14888: * src/types/pa_vobject.h: small style change
14889:
14890: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14891:
14892: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14893: mode error message now includes numbers
14894:
14895: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14896: now causes death
14897:
14898: 2003-04-04 paf
14899:
14900: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14901: incorportated pa_exec patch by From: "Victor Fedoseev"
14902: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14903: Sent: Thursday, January 23, 2003 9:14 AM
14904:
14905: huge speedup on ^file::cgi with big result
14906:
14907: * src/classes/table.C: sort table with 0 rows bug fixed
14908:
14909: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14910: fix http://i2/tasks/edit/?id=4493701604654042676
14911:
14912: @main[] $with_default[ $.a[1] $._default[default from
14913: with_default] ] ^show[$with_default]
14914:
14915: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14916: =$to_add_to.xxx=<br>
14917:
14918: ^show[$to_add_to]
14919:
14920: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14921: ^show[$cloned]
14922:
14923: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14924:
14925: } <hr>
14926:
14927: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14928: http://i2/tasks/edit/?id=4493701604654042676
14929:
14930: @main[] $with_default[ $.a[1] $._default[default from
14931: with_default] ] ^show[$with_default]
14932:
14933: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14934: =$to_add_to.xxx=<br>
14935:
14936: ^show[$to_add_to]
14937:
14938: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14939: ^show[$cloned]
14940:
14941: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14942:
14943: } <hr>
14944:
14945: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14946: http://i2/tasks/edit/?id=4507350336410850921
14947:
14948: * src/classes/xdoc.C: memory allocation func bugfix
14949: http://i2/tasks/edit/?id=4499303470368629745
14950:
14951: * src/classes/math.C: allowed random 1...
14952:
14953: * src/classes/math.C: allowed random 0..
14954:
14955: * src/main/pa_globals.C: exif mem leak
14956: http://i2/tasks/edit/?id=4480590323629807263
14957:
14958: * src/: classes/classes.dsp, main/main.dsp,
14959: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14960: fix http://i2/tasks/edit/?id=4493946731322521294
14961: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14962:
14963: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14964: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14965: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14966: links to xml libs made relative, no need to unpack parser3project
14967: to /parser3project.
14968:
14969: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14970: column more precise - tab handling bug fixed
14971:
14972: * src/main/: compile.tab.C, compile.y: more understandable error
14973: message in case @CLASS with more then one line inside
14974:
14975: * src/targets/cgi/parser3.C: more understandable error message in
14976: case of errors in @unhandled_exception
14977:
14978: 2003-04-03 paf
14979:
14980: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14981: src/main/compile.tab.C, src/main/compile.y,
14982: src/main/compile_tools.C, src/main/compile_tools.h,
14983: src/main/execute.C, src/main/pa_request.C: debug info format
14984: simplified, now it's: OP_VALUE Operation::Origin << here value*
14985:
14986: higher limits: file number (max: 255) line number (max:
14987: 64535) column number (max: 255)
14988:
14989: * src/classes/math.C: top limit
14990:
14991: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14992: precise parse error position in case of
14993:
14994: ^bug ]
14995:
14996: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14997: changed to realities, and passed [bug fixed]
14998:
14999: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15000: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15001: main/compile_tools.h, main/pa_request.C: introducing
15002: ^process...[main-method-alias]
15003:
15004: * src/: classes/date.C, classes/image.C, classes/op.C,
15005: classes/string.C, classes/table.C, classes/xdoc.C,
15006: types/pa_vmethod_frame.h: MethodParams& now [methods without
15007: params receive zero reference, but they are expected not to look
15008: there]
15009:
15010: * operators.txt, src/classes/date.C, src/classes/double.C,
15011: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15012: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15013: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15014: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15015: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15016: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15017: [methods without params receive zero reference, but they are
15018: expected not to look there]
15019:
15020: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15021: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15022: ^process...[filename] useful for better error reporting
15023: [file/line/col]
15024:
15025: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15026: types/pa_vstring.h: slightly improved error messages text: 1. is
15027: '%s', it 2. method undefined in case of ^void[]
15028:
15029: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15030: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15031: handling done. now we have error columns todo: test it
15032:
15033: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15034: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15035:
15036: this makes life easier: were: bad stack order -- were in
15037: exception catch unwind order, which didn't match execution order
15038:
15039: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15040:
15041: @first[] ^throw[a;1]
15042:
15043: showed throw a first throw b try
15044:
15045: which is no good
15046:
15047: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15048: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15049: trace reset after handled exception [old bug fixed]
15050:
15051: * src/main/: compile.tab.C, compile.y: parse position old bug
15052: fixed. position reporting made precise [both, in parse erros and
15053: runtime errors]
15054:
15055: 2003-04-02 paf
15056:
15057: * src/: include/pa_operation.h, include/pa_request.h,
15058: main/compile.C, main/compile.tab.C, main/compile.y,
15059: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15060: main/pa_exception.C, main/pa_request.C: debug info: started
15061: using. todo:complete
15062:
15063: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15064: main/compile.C, main/compile.tab.C, main/compile.y,
15065: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15066: main/pa_request.C: prepared debug info todo:use it
15067:
15068: * src/include/pa_operation.h: strange mistake fixed: forgot to
15069: return Operation class->union after switching from autoptrs.
15070:
15071: * tests/: Makefile, results/108.processed, results/117.processed:
15072: meta considered OK [it's up to coder now to remove it not needed]
15073:
15074: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15075: Dictionary constructor when moved to gc]
15076:
15077: * src/main/pa_common.C: uncommented http:// file loading
15078:
15079: * src/include/pa_array.h, src/main/execute.C,
15080: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15081: fix [gdGrowingBuf]
15082:
15083: * configure.in, src/lib/Makefile.am: removed patches
15084:
15085: * configure, src/include/pa_config_auto.h.in,
15086: src/main/pa_charset.C: --enable-assertions autoconf-ed
15087:
15088: * src/main/pa_common.C: uncommented http:// file loading
15089:
15090: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15091: xdoc::create/load
15092:
15093: * src/: classes/form.C, classes/hash.C, classes/image.C,
15094: classes/string.C, classes/table.C, classes/void.C,
15095: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15096: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15097: String::String(str,helper_length) are checked. found/fixed one
15098: place: $request:body now zero-terminated,
15099:
15100: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15101: main/compile_tools.C, main/execute.C, types/pa_value.h,
15102: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15103: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15104: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15105: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15106: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15107: types/pa_vxnode.h: more locally scoped vars in execute (more
15108: easily optimizable)
15109:
15110: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15111: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15112:
15113: * src/: include/pa_array.h, include/pa_stack.h,
15114: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15115: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15116: become assertion iterator in methodframe filler
15117:
15118: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15119: targets/cgi/parser3.C: array::get/put inlined
15120:
15121: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15122: gc_substitute_memory_management_functions +installed CORD_oom
15123: function
15124:
15125: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15126: src/include/pa_config_includes.h, src/include/pa_string.h,
15127: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15128: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15129: assertions started configure.in --enable-assertions
15130:
15131: 2003-04-01 paf
15132:
15133: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15134: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15135: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15136: gdome uses glib memory, and stores last pointer to xmlDoc there,
15137: gc misses that and collects valid memory fixed by remembering
15138: xmlDoc from dom object in xdoc. todo: do something with
15139: premature free of xdoc with xnodes/node values referring into it
15140:
15141: * src/classes/: mail.C: typo fix
15142:
15143: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15144: changes
15145:
15146: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15147: main/pa_memory.C: moved memory debugging to global level: to
15148: pa_gc_malloc
15149:
15150: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15151: debugging showed no errors. todo: debug parser memory
15152:
15153: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15154: configurations
15155:
15156: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15157: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15158: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15159: types/types.dsp: prepared xml-static configuration
15160:
15161: 2003-03-31 paf
15162:
15163: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15164: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15165: xml lib memory debugging, simple checks failed: it seems that
15166: library does realloc(bad ptr), and recording those ptrs in heap
15167: [for debugging] was bad: heap situation changes = everything
15168: works fine
15169:
15170: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15171: xmlRegisterCharEncodingHandler limitation [currently imposed
15172: limit of 10 user-defined charsets]
15173:
15174: 2003-03-28 paf
15175:
15176: * src/main/execute.C: execution stack copied to local register
15177: variable, removed lots [~2e7) of memory accesses
15178:
15179: 2003-03-27 paf
15180:
15181: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15182: works in debug, but fails in release todo: fix that
15183:
15184: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15185: targets/cgi/parser3.C: forgot to merge XML memory funcs
15186: replacement from gc branch
15187:
15188: * src/main/pa_exec.C: introducing append_help_length [radical
15189: improvement here]
15190:
15191: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15192: 'not recommened' in gc.h, on win32 noticed no difference]
15193:
15194: * src/include/pa_array.h: returned checked array get [were disabled
15195: for debugging] result:not slower [don't understand that, it were
15196: INLINED] todo: find out a way of inlining it!
15197:
15198: * src/: include/pa_string.h, lib/gc/include/gc.h,
15199: lib/gc/include/gc_fake.h, main/compile.tab.C,
15200: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15201: convention changed: all resulting strings are zero-terminated
15202:
15203: * src/: classes/date.C, classes/file.C, classes/hash.C,
15204: classes/string.C, classes/table.C, classes/void.C,
15205: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15206: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15207: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15208: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15209: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15210: types/pa_vfile.C, types/pa_vmail.C: introducing
15211: append_help_length [radical improvement here]
15212:
15213: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15214: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15215: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15216: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15217: even slower
15218:
15219: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15220: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15221: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15222: clients of &get(): most to use non-ref version, some[in tight
15223: places] to get_unchecked_ref
15224:
15225: * src/doc/memory.dox: forgot to add
15226:
15227: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15228: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15229: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15230: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15231: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15232: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15233: targets/cgi/parser3.dsp, types/pa_vmail.C,
15234: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15235: T>>&<< removed after Stack::pop wiping removed [moved to separate
15236: func] other Array & removed
15237:
15238: 2003-03-26 paf
15239:
15240: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15241: classes/table.C, include/pa_array.h, include/pa_charset.h,
15242: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15243: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15244: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15245: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15246: main/pa_exec.C, main/pa_sql_driver_manager.C,
15247: main/pa_stylesheet_manager.C, main/pa_table.C,
15248: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15249: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15250: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15251: pre-evaluated .count() in some places
15252:
15253: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15254: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15255: types/types.dsp: .dsp profiling updated
15256:
15257: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15258: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15259: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15260:
15261: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15262: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15263: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15264: use lib/gc,lib/cord
15265:
1.116 moko 15266: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15267: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15268: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15269: src/include/pa_config_includes.h, src/include/pa_request.h,
15270: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15271: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15272: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15273: src/lib/cord/include/Makefile.am,
1.116 moko 15274: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15275: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15276: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15277: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15278: src/types/pa_vform.h, src/types/pa_vhash.h,
15279: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15280: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15281: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15282: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15283: funcs ported pa_exec
1.95 moko 15284:
15285: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15286:
15287: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15288: bundled gc includes
15289:
15290: * src/: classes/op.C, include/pa_array.h,
15291: include/pa_sql_connection.h, include/pa_string.h,
15292: include/pa_version.h, main/compile.tab.C, main/compile.y,
15293: main/execute.C, main/pa_common.C, main/pa_exception.C,
15294: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15295: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15296: first real site (aval)]
15297:
15298: 2003-03-25 paf
15299:
15300: * operators.txt, src/main/pa_sql_driver_manager.C,
15301: src/types/pa_vstatus.C: $status.memory used free since_compact
15302: process
15303:
15304: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15305: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15306:
15307: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15308:
15309: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15310: src/types/pa_value.h, src/types/pa_vfile.h,
15311: src/types/pa_vobject.C, src/types/pa_vobject.h,
15312: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15313: tests/results/121.processed: untaint.C L_URI
15314:
15315: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15316: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15317: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15318: src/types/pa_vmemory.h: ^memory:compact[]
15319:
15320: * tests/results/109.processed: it was a bug in parser. updated 109
15321: test result
15322:
15323: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15324:
15325: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15326: tests/results/107.processed: fixed dom language [values are now
15327: considered tainted. it was a bug in parser. updated 107 test
15328: result
15329:
15330: * src/classes/xdoc.C: fixed transform params
15331:
15332: * src/: include/pa_stylesheet_manager.h,
15333: main/pa_stylesheet_manager.C: fixed stylesheet caching
15334:
15335: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15336: overloads for structure handling
15337:
15338: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15339: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15340: StringBody(0) ambiguilty, introducting static
15341: StringBody::Format(int)
15342:
15343: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15344: linked
15345:
15346: * src/types/pa_vxdoc.C: vxdoc compiled
15347:
15348: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15349: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15350: finalizers isntalled
15351:
15352: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15353: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15354: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15355: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15356: compiled todo: xnode.C / finalizers
15357:
15358: * src/doc/string.dox: updated: new string internals
15359:
15360: 2003-03-24 paf
15361:
15362: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15363: include/pa_charset.h, include/pa_config_fixed.h,
15364: include/pa_request.h, include/pa_stylesheet_connection.h,
15365: include/pa_stylesheet_manager.h, main/pa_charset.C,
15366: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15367: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15368: types/pa_vxnode.h: started XML
15369:
15370: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15371:
15372: * src/: classes/file.C, classes/image.C, classes/mail.C,
15373: include/pa_string.h, main/pa_common.C,
15374: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15375:
15376: * src/: classes/file.C, classes/image.C, classes/mail.C,
15377: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15378: main/pa_request.C, main/pa_sql_driver_manager.C,
15379: types/pa_vimage.h: size_t pos everywhere checks changed to check
15380: for eq STRING_NOT_FOUND
15381:
15382: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15383: optimize bit implemented
15384:
15385: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15386: String::ArrayFragment::append_positions fixed
15387:
15388: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15389: String::this_starts fixed
15390:
15391: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15392:
15393: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15394: hashcode implemented fully, including per-char callback [it can
15395: be - substr CORD node]
15396:
15397: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15398: rewritten to rewalloc with 100byte buf ahead
15399:
15400: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15401: src/include/pa_string.h, src/main/compile.tab.C,
15402: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15403: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15404: CORD_ec [bad] would rewrite as realloc now
15405:
15406: * src/: classes/date.C, classes/file.C, classes/form.C,
15407: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15408: include/pa_cache_managers.h, include/pa_charsets.h,
15409: include/pa_common.h, include/pa_request.h,
15410: include/pa_sql_driver_manager.h, include/pa_table.h,
15411: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15412: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15413: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15414: types/pa_vmail.C, types/pa_vmethod_frame.C,
15415: types/pa_vstateless_class.h: 2*2 worked :)
15416:
15417: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15418: src/include/pa_exec.h, src/include/pa_string.h,
15419: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15420: passed OK
15421:
15422: * src/: classes/hash.C, classes/string.C, classes/table.C,
15423: types/pa_value.C: all linked todo: debug
15424:
15425: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15426: types/pa_vstateless_class.C: all compiled. todo:link
15427:
15428: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15429:
15430: * src/types/pa_vtable.C: pa_vtable.C compiled
15431:
15432: * src/types/pa_vstring.C: pa_vstring.C compiled
15433:
15434: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15435:
15436: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15437: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15438: pa_vstateless_class.C, pa_vstateless_class.h:
15439: pa_vstateless_class.C compiled
15440:
15441: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15442: types/pa_vmath.C: pa_vmail.C compiled
15443:
15444: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15445:
15446: * src/types/pa_vform.C: pa_vform.C compiled
15447:
15448: * src/types/pa_vfile.C: pa_vfile.C compiled
15449:
15450: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15451: pa_vstateless_class.C: pa_vcookie.C compiled
15452:
15453: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15454: types/pa_vhash.h: pa_value.C compiled
15455:
15456: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15457: classes.lib main.lib compiled
15458:
15459: * src/classes/void.C: void.C compiled
15460:
15461: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15462: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15463: compiled
15464:
15465: * src/: classes/string.C, include/pa_request.h,
15466: include/pa_string.h, main/pa_string.C: string.C compiled
15467:
15468: * src/: classes/op.C, classes/string.C, classes/table.C,
15469: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15470: main/pa_request.C, main/pa_string.C: op.C compiled
15471:
15472: * src/classes/: math.C, op.C: math.C compiled
15473:
15474: * src/: classes/mail.C, classes/string.C, classes/table.C,
15475: types/pa_vmail.h: mail.C compiled
15476:
15477: * src/classes/: int.C, table.C: int.C compiled
15478:
15479: * src/: classes/hash.C, classes/image.C, classes/string.C,
15480: classes/table.C, include/pa_memory.h, include/pa_string.h,
15481: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15482: compiled
15483:
15484: * src/: classes/hash.C, classes/string.C, classes/table.C,
15485: classes/void.C, classes/xdoc.C, include/pa_request.h,
15486: include/pa_sql_connection.h: hash.C compiled
15487:
15488: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15489: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15490: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15491: classes/math.C, classes/op.C, classes/response.C,
15492: classes/string.C, classes/table.C, classes/void.C,
15493: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15494: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15495: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15496: file.C table.C compiled
15497:
15498: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15499: main/untaint.C: main.lib compiled
15500:
15501: 2003-03-21 paf
15502:
15503: * src/: classes/op.C, include/pa_cache_managers.h,
15504: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15505: include/pa_stylesheet_manager.h, main/pa_exception.C,
15506: main/pa_globals.C, main/pa_sql_driver_manager.C,
15507: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15508: compiled
15509:
15510: * src/: classes/hash.C, classes/image.C, classes/op.C,
15511: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15512: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15513: main/compile.C, main/pa_common.C, main/pa_request.C,
15514: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15515: pa_request.C compiled
15516:
15517: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15518: include/pa_request.h, main/execute.C, main/pa_request.C,
15519: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15520: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15521: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15522: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15523: compiled
15524:
15525: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15526: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15527: on unix
15528:
15529: * src/: include/pa_charset.h, include/pa_charsets.h,
15530: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15531: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15532: pa_charsets.C compiled
15533:
15534: * src/: classes/image.C, classes/mail.C, classes/op.C,
15535: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15536: main/compile.y, main/execute.C, main/pa_common.C,
15537: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15538: types/pa_vcode_frame.h, types/pa_vimage.h,
15539: types/pa_vmethod_frame.h: execute.C compiled
15540:
15541: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15543: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15544: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15545: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15546: include/pa_cache_managers.h, include/pa_charsets.h,
15547: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15548: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15549: include/pa_sql_driver_manager.h, include/pa_string.h,
15550: include/pa_stylesheet_connection.h,
15551: include/pa_stylesheet_manager.h, include/pa_table.h,
15552: main/compile.C, main/compile.tab.C, main/compile.y,
15553: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15554: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15555: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15556: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15557: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15558: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15559: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15560: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15561: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15562: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15563: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15564: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15565: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15566: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15567: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15568: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15569: types/pa_vresponse.h, types/pa_vstateless_class.C,
15570: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15571: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15572: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15573: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15574: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15575: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15576: [C++ CORD wrapper]
15577:
15578: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15579:
15580: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15581: $file::exec/cgi[script; $.charset[this is script's charset]
15582:
15583: command line, env values, input got transcoded before call
15584: stdout, stderr got transcoded after call
15585:
15586: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15587: by default. use: ^file::exec[...;$.stdin[$request.body]
15588:
15589: * src/main/pa_common.C: } typo bug fix
15590:
15591: * src/main/pa_common.C: } typo bug fix
15592:
15593: 2003-03-20 paf
15594:
15595: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15596: main/untaint.C: cord bug fix, but still errors todo: clear out
15597:
15598: * src/include/pa_string.h: more tests
15599:
15600: * src/main/pa_string.C: string.pos fixed
15601:
1.116 moko 15602: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15603: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15604: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15605: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15606: replaces
1.95 moko 15607:
15608: * src/: classes/image.C, include/pa_dictionary.h,
15609: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15610: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15611: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15612: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15613:
15614: * src/include/pa_string.h: warning
15615:
15616: * src/include/pa_string.h: this_starts fixed
15617:
15618: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15619: new String ctor & append params convention
15620:
15621: * src/: classes/file.C, classes/hash.C, classes/image.C,
15622: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15623: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15624: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15625: main/pa_exception.C, main/pa_exec.C,
15626: main/pa_sql_driver_manager.C, main/pa_string.C,
15627: main/pa_stylesheet_manager.C, main/untaint.C,
15628: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15629: types/pa_vmail.C: more tests OK
15630:
15631: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15632: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15633: gc/exit runned OK
15634:
15635: * src/types/pa_vmail.C: another naming problem: should not name
15636: vars like that: unpredictable close caused problems with later
15637: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15638: descriptors missing on startup: stdin; Bad file number
15639:
15640: todo: find out why so many filters(stream) here. probably wrong?
15641:
15642: * src/: include/pa_dictionary.h, include/pa_string.h,
15643: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15644: main/untaint.C: test compiled
15645:
15646: * src/: classes/image.C, classes/mail.C, classes/math.C,
15647: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15648: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15649: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15650: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15651: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15652: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15653: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15654: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15655: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15656:
15657: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15658: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15659: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15660: src/include/pa_memory.h, src/include/pa_request.h,
15661: src/include/pa_request_charsets.h,
15662: src/include/pa_sql_connection.h, src/include/pa_string.h,
15663: src/main/compile.tab.C, src/main/execute.C,
15664: src/main/pa_charset.C, src/main/pa_common.C,
15665: src/main/pa_exception.C, src/main/pa_exec.C,
15666: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15667: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15668: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15669: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15670: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15671: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15672: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15673: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15674: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15675: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15676: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15677: pa_common.C [done, without http for now]
15678:
15679: 2003-03-19 paf
15680:
15681: * src/: classes/date.C, classes/form.C, classes/hash.C,
15682: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15683: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15684: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15685: include/pa_string.h, include/pa_table.h, main/compile.C,
15686: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15687: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15688: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15689: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15690: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15691: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15692: types/pa_vstateless_class.h, types/pa_vtable.C,
15693: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15694: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15695: types/pa_wwrapper.h: started test
15696:
1.116 moko 15697: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15698: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15699:
15700: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15701: include/pa_string.h, main/pa_string.C: string compiled todo: test
15702: it
15703:
15704: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15705: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15706: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15707: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15708: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15709: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15710: types/pa_vmethod_frame.h, types/types.dsp: string
15711: reimplementation with cord+array<fragment>: 70%
15712:
15713: 2003-03-18 paf
15714:
15715: * src/: classes/date.C, classes/file.C, classes/form.C,
15716: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15717: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15718: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15719: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15720: can ignore lang in cmp and pos really, but would
15721: split properly!
15722:
15723: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15724: cord part made parser/src/lib: it's not compiled into libgc by
15725: default
15726:
15727: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15728: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15729: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15730: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15731: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15732: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15733: src/classes/xnode.C, src/classes/xnode.h,
15734: src/include/Makefile.am, src/include/pa_cache_managers.h,
15735: src/include/pa_charset.h, src/include/pa_charsets.h,
15736: src/include/pa_common.h, src/include/pa_dictionary.h,
15737: src/include/pa_exception.h, src/include/pa_exec.h,
15738: src/include/pa_globals.h, src/include/pa_hash.h,
15739: src/include/pa_memory.h, src/include/pa_pool.h,
15740: src/include/pa_request.h, src/include/pa_request_charsets.h,
15741: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15742: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15743: src/include/pa_stylesheet_connection.h,
15744: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15745: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15746: src/main/compile.C, src/main/compile.tab.C,
15747: src/main/compile_tools.C, src/main/compile_tools.h,
15748: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15749: src/main/pa_charsets.C, src/main/pa_common.C,
15750: src/main/pa_dictionary.C, src/main/pa_exception.C,
15751: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15752: src/main/pa_pool.C, src/main/pa_request.C,
15753: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15754: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15755: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15756: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15757: src/types/pa_junction.h, src/types/pa_method.h,
15758: src/types/pa_value.C, src/types/pa_value.h,
15759: src/types/pa_vclass.C, src/types/pa_vclass.h,
15760: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15761: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15762: src/types/pa_vdouble.h, src/types/pa_venv.h,
15763: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15764: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15765: src/types/pa_vimage.C, src/types/pa_vimage.h,
15766: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15767: src/types/pa_vmath.C, src/types/pa_vmath.h,
15768: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15769: src/types/pa_vobject.C, src/types/pa_vobject.h,
15770: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15771: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15772: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15773: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15774: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15775: src/types/pa_vstring.h, src/types/pa_vtable.C,
15776: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15777: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15778: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15779: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15780: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15781: gc: PA_Object done lots of replacements also
15782:
15783: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15784: gc logging
15785:
15786: 2003-03-17 paf
15787:
15788: * src/: classes/date.C, classes/file.C, classes/form.C,
15789: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15790: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15791: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15792: include/pa_string.h, include/pa_types.h, main/compile.C,
15793: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15794: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15795: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15796: main/pa_sql_driver_manager.C, main/pa_string.C,
15797: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15798: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15799: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15800: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15801: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15802: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15803: types/pa_vxnode.h: libgc attempt
15804:
15805: 2003-03-13 paf
15806:
15807: * src/: include/pa_sql_driver_manager.h,
15808: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15809: called
15810:
15811: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15812: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15813: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15814: types/pa_value.h, types/pa_vobject.h,
15815: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15816: set_base, set_derived simplified [counter leaks fixed]
15817:
15818: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15819: src/types/types.dsp: incorporated status class patch From:
15820: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15821: 2003 8:14 AM
15822:
15823: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15824: Win32 specific: QuotaPeakNonPagedPoolUsage
15825: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15826:
15827: 2003-03-12 paf
15828:
1.116 moko 15829: * configure, configure.in, src/lib/ltdl/configure,
15830: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15831: lib/ltdl/Makefile now created by /configure.in only [were by
15832: lib/ltdl/configure.in OVERWRITE]
15833:
1.116 moko 15834: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15835: linkage fixed for g++ 3.2.2
1.95 moko 15836:
15837: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15838: on using privately declared class [fixed]
15839:
15840: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15841: 3.2 rightliy complained on using privately declared class [fixed]
15842:
15843: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15844: sigpipe before request constructor now causes death
15845:
15846: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15847: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15848: not cause exception in exception handler
15849:
1.116 moko 15850: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15851: now default links libstdc++ statically. that can be overriden by
15852: --with-dynamic-stdcpp
1.95 moko 15853:
15854: 2003-03-11 paf
15855:
15856: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15857: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15858: necessity of libstdc++
15859:
15860: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15861:
15862: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15863:
15864: 2003-03-08 paf
15865:
15866: * tests/Makefile: make install & co
15867:
15868: * src/: include/pa_request.h, classes/op.C: removing
15869: vclass,object.h -> pa_request.h dependency
15870:
15871: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15872: main/pa_request.C: removing vform,response,cookie.h ->
15873: pa_request.h dependency
15874:
15875: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15876: dependency [testing...]
15877:
15878: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15879: return 0; fixed
15880:
15881: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15882: types/pa_vmail.h: vmail.C received just compiled [not tested]
15883:
15884: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15885:
15886: * src/main/pa_request.C: forgotten: ifdef XML
15887:
15888: * src/main/pa_request.C: forgotten: ifdef XML
15889:
15890: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15891: win32 and run memleak tests again
15892:
15893: * src/targets/cgi/parser3.C: charsets: see some strange things with
15894: old xml lib-- it's internal memory handling has faults
15895:
15896: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15897: problems when transcode from charset A to A.
15898:
15899: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15900: todo: still problems when transcode from charset A to A.
15901:
15902: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15903: classes/table.C, include/pa_array.h,
15904: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15905: started full-scale-site-test [~ http://parser.ru sources]
15906:
15907: some fixes
15908:
15909: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15910: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15911: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15912: results/110.processed, results/111.processed,
15913: results/112.processed, results/113.processed,
15914: results/114.processed, results/115.processed,
15915: results/116.processed, results/117.processed,
15916: results/118.processed, results/119.processed,
15917: results/120.processed: xml: tests 109 dom create/show 110 xpath
15918: selectSingle 111 xdoc.create from tainted & 112
15919: xdoc.create/output with russian attr value 113 xpath
15920: selectString/Number 114 dom attributes.count 115 xpath selectBool
15921: 116 output media-type change 117 transform by dom stylesheet 118
15922: empty transform result 119 dom setAttribute 120 nbsp letter
15923: output
15924:
15925: =END OF PREPARED XML TESTS=
15926:
15927: 2003-03-07 paf
15928:
15929: * src/classes/xdoc.C, src/include/pa_charset.h,
15930: src/include/pa_stylesheet_connection.h, tests/108.html,
15931: tests/108.xsl, tests/results/108.processed: xml: test 108
15932: transform with params [bugs fixed]
15933:
15934: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15935: from copy/paste bug
15936:
15937: * src/classes/xdoc.C, src/include/pa_charset.h,
15938: src/include/pa_request.h, src/main/execute.C,
15939: src/main/pa_charset.C, src/main/pa_exception.C,
15940: src/main/pa_globals.C, src/main/pa_request.C,
15941: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15942: src/types/pa_vxnode.C, tests/107.html,
15943: tests/results/107.processed: xml: test: 107 bug fixes
15944:
15945: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15946: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15947: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15948:
15949: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15950: string
15951:
15952: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15953: mem alloc functions used for different cases [libxml, libxsl]
15954:
15955: * src/classes/classes.C: fixed: prevent system classes from
15956: modification to lock ALL the classes, not only directly used
15957:
15958: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15959: linked
15960:
15961: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15962:
15963: 2003-03-06 paf
15964:
15965: * src/classes/xdoc.C: xdoc.C 50%
15966:
15967: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15968: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15969: main/pa_globals.C, main/pa_request.C,
15970: main/pa_stylesheet_manager.C: xnode.C compiled
15971:
15972: * src/: include/pa_stylesheet_connection.h,
15973: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15974: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15975:
15976: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15977: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15978: xml: stylesheet&manager STARTED
15979:
15980: * src/: include/pa_globals.h, main/pa_charset.C,
15981: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15982:
15983: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15984: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15985: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15986: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15987: charsets
15988:
15989: * tests/023.html: in some cases it rounded up badly. postponing
15990: solution of that problem, making more simple test
15991:
15992: * tests/: 058_paf2000.png, results/058.processed: .png added with
15993: -kb now
15994:
15995: * src/: include/pa_charset.h, include/pa_charsets.h,
15996: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15997: moved to charsets.C
15998:
15999: 2003-03-05 paf
16000:
16001: * src/classes/string.C, src/include/pa_string.h,
16002: src/main/pa_string.C, tests/105.html,
16003: tests/results/105.processed: String::match bug fixed
16004:
16005: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16006: tests/results/104.processed: ^bpt operator added [does int3 in
16007: debug build on win32]
16008:
16009: * tests/: 057.html, results/057.processed: test bug fixed
16010:
1.116 moko 16011: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16012:
16013: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16014: missing
16015:
1.116 moko 16016: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16017: forgotten files added to Makes
1.95 moko 16018:
16019: * ltmain.sh: ltmain.sh added
16020:
16021: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16022: change undone ;(
16023:
16024: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16025: made static
16026:
16027: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16028: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16029: todo:make linker happy
1.95 moko 16030:
16031: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16032: env param made optional
16033:
16034: 2003-03-04 paf
16035:
16036: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16037: types/pa_vimage.h: number of gcc compiler bugs fixed
16038:
16039: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16040: results/103.processed: tests: 103 image.copy transparence test
16041:
16042: * src/main/execute.C, tests/101.html, tests/102.html,
16043: tests/results/101.processed, tests/results/102.processed: tests:
16044: 101 method/variable name conflict test 102 form fields change
16045: should not not change anything [bug fix]
16046:
16047: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16048: results/099.processed, results/100.processed: tests: 57 date
16049: create 2002: added 99,100 response:body/download
16050:
16051: * src/classes/image.C, tests/098.html, tests/098font.gif,
16052: tests/results/098.processed: test: 98 image font text [bug fixed]
16053:
16054: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16055: tests/results/097.processed: test: 97 file::load http:// [bugs
16056: fixed]
16057:
16058: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16059: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16060: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16061: image EXIF [bug fixed]
16062:
16063: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16064: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16065: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16066: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16067: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16068: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16069: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16070: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16071: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16072: tests/094.html, tests/095.html, tests/results/061.processed,
16073: tests/results/062.processed, tests/results/063.processed,
16074: tests/results/064.processed, tests/results/065.processed,
16075: tests/results/066.processed, tests/results/067.processed,
16076: tests/results/068.processed, tests/results/069.processed,
16077: tests/results/070.processed, tests/results/071.processed,
16078: tests/results/072.processed, tests/results/073.processed,
16079: tests/results/074.processed, tests/results/075.processed,
16080: tests/results/076.processed, tests/results/077.processed,
16081: tests/results/078.processed, tests/results/080.processed,
16082: tests/results/081.processed, tests/results/082.processed,
16083: tests/results/083.processed, tests/results/084.processed,
16084: tests/results/085.processed, tests/results/086.processed,
16085: tests/results/087.processed, tests/results/088.processed,
16086: tests/results/089.processed, tests/results/090.processed,
16087: tests/results/091.processed, tests/results/092.processed,
16088: tests/results/093.processed, tests/results/094.processed,
16089: tests/results/095.processed, tests/079.html,
16090: tests/results/079.processed: tests: 61 file::stat size 62
16091: string->int autoconvert 63 double .int,dec,div,mul 64 date
16092: compare 65 file: basename,justname,justext 66 math:crypt 67
16093: string.match simple on long 68 string.match normalized simple on
16094: long 69 string.int 70 file::stat content-type 71 table.join 72
16095: hash parameter conditional pass 73 date daylightsaving,yearday 74
16096: date arithmetics 75 response date values/attributes 76 string.pos
16097: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16098: with local 80 scientific numeric literal in string autoconvert 81
16099: xor: logical and numerical 82 for delims 83 menu delims 84
16100: table.hash distinct 85 long string replace 86 throw+catch
16101: current language preserve 87 bit shifts 88 junction tests +
16102: $caller test 89 hash.foreach selfmodification 90 int/void to int
16103: 91 $caller test 92 junction is + def junction tests 93 $caller
16104: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16105:
16106: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16107: fixed] 60 string eq string [bug fixed]
16108:
16109: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16110: 058.html, 058_paf2000.png, 059.html, 060.html,
16111: results/053.processed, results/054.processed,
16112: results/055.processed, results/056.processed,
16113: results/057.processed, results/058.processed,
16114: results/059.processed, results/060.processed: test: 53
16115: string.replace 54 junctions 55 table.hash 56 call indirect 57
16116: date.create[string] 58 image.measure[png]
16117:
16118: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16119: outputs/051.processed, results/052.processed: test: 52
16120: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16121: task: fix that
16122:
16123: 2003-03-03 paf
16124:
16125: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16126: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16127: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16128: outputs/049.processed, outputs/050.processed,
16129: outputs/051.processed, results/001.processed,
16130: results/002.processed, results/003.processed,
16131: results/005.processed, results/006.processed,
16132: results/008.processed, results/009.processed,
16133: results/011.processed, results/012.processed,
16134: results/013.processed, results/014.processed,
16135: results/015.processed, results/016.processed,
16136: results/017.processed, results/020.processed,
16137: results/021.processed, results/022.processed,
16138: results/024.processed, results/025.processed,
16139: results/026.processed, results/027.processed,
16140: results/028.processed, results/029.processed,
16141: results/030.processed, results/031.processed,
16142: results/049.processed, results/050.processed,
16143: results/051.processed, results/043.processed,
16144: results/044.processed, results/045.processed,
16145: results/046.processed, results/047.processed,
16146: results/048.processed: tests: 43,44,45 date rolls 46
16147: autoevaluating junction 47 table.select 48 name with subvar 49
16148: hash-creating switch 50 process 51 started parent/child, works as
16149: it were but it were NOT GOOD, created separate task to fix that
16150:
16151: * tests/: 042.html, results/042.processed: test: 42
16152: exception.handled
16153:
16154: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16155: expression
16156:
16157: * tests/: 040.html, results/040.processed: test: 39 method result
16158: of type table 40 method param junction auto evaluate
16159:
16160: * tests/: 039.html, results/039.processed: test: 37 method result
16161: of type table
16162:
16163: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16164: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16165: tests/038.html, tests/results/033.processed,
16166: tests/results/034.processed, tests/results/035.processed,
16167: tests/results/036.processed, tests/results/037.processed,
16168: tests/results/038.processed: tests: 33 string.replace 34
16169: string.upper 35 table created 36 local/global vars with juntions
16170: 37 table clone 38 math PI & number formatting
16171:
16172: math class registring typo fixed
16173:
16174: * src/classes/op.C, src/include/pa_request.h,
16175: src/include/pa_string.h, src/main/execute.C,
16176: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16177: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16178: tests/032.html, tests/results/032.processed: uchar changed to
16179: String_UL in all places [was not everywhere] untaint test: 032
16180:
16181: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16182: tests/results/004.processed, tests/parser-cygwin.sh,
16183: tests/parser-unix.sh: removed -H command line key, now testing
16184: using .sh file with SERVER_SOFTWARE=xxx
16185:
16186: 2003-02-26 paf
16187:
16188: * src/main/execute.C, src/types/pa_vstateless_class.h,
16189: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16190: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16191: tests/results/024.processed, tests/results/025.processed,
16192: tests/results/026.processed, tests/results/027.processed,
16193: tests/results/028.processed, tests/results/029.processed,
16194: tests/results/030.processed, tests/results/031.processed: fixed
16195: bug with name_cstr mutable CharPtr more tests
16196:
16197: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16198: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16199: << abort. die now just exits
16200:
16201: * src/classes/classes.awk, src/classes/classes.h,
16202: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16203: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16204: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16205: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16206: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16207: src/classes/xnode.C, src/include/pa_memory.h,
16208: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16209: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16210: src/types/pa_vform.C, tests/015.html, tests/016.html,
16211: tests/017.html, tests/018.html, tests/019.html,
16212: tests/019paf2001.gif, tests/020.html, tests/021.html,
16213: tests/022.html, tests/023.html, tests/022_dir/a.html,
16214: tests/022_dir/b.txt, tests/022_dir/c.htm,
16215: tests/results/015.processed, tests/results/016.processed,
16216: tests/results/017.processed, tests/results/018.processed,
16217: tests/results/019.processed, tests/results/020.processed,
16218: tests/results/021.processed, tests/results/022.processed,
16219: tests/results/023.processed: methoded_array now contains all Mxxx
16220: classes SAPI::get_env now returns info on pool more tests
16221:
16222: * src/include/pa_array.h, src/include/pa_hash.h,
16223: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16224: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16225: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16226: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16227: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16228: tests/results/001.processed, tests/results/002.processed,
16229: tests/results/003.processed, tests/results/004.processed,
16230: tests/results/005.processed, tests/results/006.processed,
16231: tests/results/007.processed, tests/results/008.processed,
16232: tests/results/009.processed, tests/results/010.processed,
16233: tests/results/011.processed, tests/results/012.processed,
16234: tests/results/013.processed, tests/results/014.processed: hash
16235: cloning fixed
16236:
16237: 2003-02-25 paf
16238:
16239: * src/main/pa_common.C: typo fixed
16240:
16241: 2003-02-24 paf
16242:
16243: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16244: [one remained]
16245:
16246: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16247: [should have been get_string(&pool)] todo: check other such calls
16248:
16249: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16250: test10, bad lookups
16251:
16252: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16253: object got destructed, and xxx points to sky
16254:
16255: * ChangeLog, src/classes/string.C: match bug fixed
16256:
16257: * src/types/pa_vmail.C: body [text/html] transcoded to
16258: $.charset[specified] now
16259:
16260: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16261: which failed to handle sigsetjmp+throw: crashed inside of
16262: pre-throw code. rewritten simplier [though duplicating
16263: closesocket code]
16264:
16265: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16266: which failed to handle sigsetjmp+throw: crashed inside of
16267: pre-throw code. rewritten simplier [though duplicating
16268: closesocket code]
16269:
16270: 2003-02-21 paf
16271:
16272: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16273: $cookie:name[$.expires[date << can be now]]
16274:
16275: written makefile with regression tests [raw]
16276:
16277: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16278: tests' only [it's not forcing CGI mode now] now use -H to output
16279: CGI header when parser used in command line [useful for tests
16280: also]
16281:
16282: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16283: switches on CGI mode, and is used in regression tests
16284:
16285: * src/: include/pa_request.h, main/pa_request.C,
16286: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16287: fixed
16288:
16289: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16290: handling pa_*
16291:
16292: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16293: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16294: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16295: memory handling files
16296:
16297: * src/main/pa_array.C: pool::format_integer terminator fixed
16298:
16299: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16300: compiles OK test to show benefits of free
16301:
16302: * src/: classes/file.C, classes/image.C, classes/mail.C,
16303: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16304: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16305: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16306: use pool [as the one in ^process]
16307:
16308: * src/classes/op.C: fixed process. sould now check for all cstr's
16309: -- some must use pool [as the one in ^process]
16310:
16311: 2003-02-20 paf
16312:
16313: * src/: classes/date.C, classes/double.C, classes/file.C,
16314: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16315: classes/math.C, classes/op.C, classes/response.C,
16316: classes/string.C, classes/table.C, classes/void.C,
16317: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16318: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16319: string cmp fixed
16320:
16321: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16322: values passed OK now
16323:
16324: 2003-02-19 paf
16325:
16326: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16327: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16328: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16329: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16330: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16331: all remaning leaks resulted from pooled::malloc calls [excluding
16332: in gd -- planning complete rewrite extremely ugly code]
16333:
16334: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16335: files
16336:
16337: 2003-02-17 paf
16338:
16339: * src/: classes/date.C, classes/double.C, classes/file.C,
16340: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16341: classes/response.C, classes/string.C, classes/table.C,
16342: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16343: include/pa_stylesheet_connection.h,
16344: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16345: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16346: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16347: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16348: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16349: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16350: of unitialized simple-typed field
16351:
16352: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16353: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16354: simple-typed field fixed. todo: find&kill all like that one
16355:
16356: * src/: main/execute.C, targets/cgi/pa_pool.C,
16357: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16358: debug output fixed
16359:
16360: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16361: main/pa_request.C: stack-stored items need extra .ref to prevent
16362: object_ptr from delete[them]
16363:
16364: * src/: classes/date.C, classes/op.C, classes/table.C,
16365: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16366: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16367: main/pa_charset.C, main/pa_common.C,
16368: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16369: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16370: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16371: calls
16372:
16373: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16374: couple mem leaks rusulted from old pooled::malloc usage.
16375: todo:find more like those
16376:
16377: * src/main/: compile.C, compile_tools.C: 2*2!
16378:
16379: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16380: stackItem fixed [there were no string on stack before]
16381:
16382: * src/: main/execute.C, main/pa_request.C,
16383: types/pa_vmethod_frame.C: first letters out OK
16384:
16385: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16386: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16387: main/pa_string.C, main/untaint.C, types/pa_value.h,
16388: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16389: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16390: type not initialized with zeros :( while class fields of class
16391: types initialized with default constructors. learn C++
16392:
16393: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16394: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16395: classes/math.C, classes/xdoc.C, classes/xnode.C,
16396: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16397: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16398:
16399: 2003-02-14 paf
16400:
16401: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16402: 13 link errors
16403:
16404: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16405: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16406: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16407: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16408: errors :)
16409:
16410: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16411: classes/hash.C, classes/mail.C, classes/op.C,
16412: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16413: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16414: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16415: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16416:
16417: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16418: classes/table.C, include/pa_common.h, include/pa_globals.h,
16419: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16420: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16421: types/pa_vint.h, types/types.dsp: op compiled
16422:
16423: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16424: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16425: main/untaint.C, types/pa_vtable.h: string, response compiled
16426:
16427: 2003-02-07 paf
16428:
16429: * src/: classes/table.C, types/pa_vtable.h: table compiled
16430:
16431: 2003-02-06 paf
16432:
16433: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16434: mail compiled
16435:
16436: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16437: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16438: types/pa_vfile.h, types/pa_vimage.h: image compiled
16439:
16440: * src/classes/: file.C, form.C: form compiled
16441:
16442: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16443: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16444: types/pa_vfile.C, types/pa_vfile.h: file compiled
16445:
16446: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16447: types/pa_vmath.h: math compiled [win32]
16448:
16449: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16450: types/pa_vstring.h: hash compiled
16451:
16452: 2003-02-04 paf
16453:
16454: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16455: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16456: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16457: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16458: types/pa_vhash.h: hash 50% compiled
16459:
16460: * src/: classes/date.C, classes/file.C, classes/hash.C,
16461: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16462: classes/string.C, classes/table.C, classes/xdoc.C,
16463: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16464: main/pa_string.C: date compiled
16465:
16466: * src/classes/: classes.dsp, double.C: double compiled
16467:
16468: * src/: classes/date.C, classes/double.C, classes/file.C,
16469: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16470: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16471: classes/string.C, classes/table.C, classes/void.C,
16472: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16473: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16474: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16475: compiled
16476:
16477: * src/: classes/date.C, classes/double.C, classes/file.C,
16478: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16479: classes/math.C, classes/op.C, classes/response.C,
16480: classes/string.C, classes/table.C, classes/void.C,
16481: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16482: types/pa_vvoid.h: void compiled :)
16483:
16484: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16485: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16486: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16487: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16488: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16489: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16490: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16491: types/pa_vresponse.C, types/pa_vstateless_class.C,
16492: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16493: types/pa_wcontext.C, types/types.dsp: removed stupid
16494: value_includes.h
16495:
16496: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16497: trying to remove stupid value_includes.h
16498:
16499: * src/main/pa_exec.C: pa_exec compiled on win32
16500:
16501: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16502:
16503: * src/: include/pa_globals.h, include/pa_request.h,
16504: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16505: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16506: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16507: types/pa_vrequest.C, types/pa_vstateless_class.C,
16508: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16509:
16510: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16511: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16512: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16513:
16514: * src/: include/pa_array.h, include/pa_config_includes.h,
16515: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16516: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16517: compiled
16518:
16519: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16520: name conflicts)
16521:
16522: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16523: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16524: yelds "virtual memory exhausted" while trying to compile
16525: execute.C [eating up to 127MB]
16526:
16527: 2003-02-03 paf
16528:
16529: * src/: include/pa_config_includes.h, include/pa_hash.h,
16530: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16531: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16532: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16533: types/pa_vint.h, types/pa_vjunction.h,
16534: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16535: started gcc compiling pa_common compiled
16536:
16537: * src/: include/pa_exception.h, include/pa_pool.h,
16538: main/pa_exception.C: exception gcc change #1
16539:
1.116 moko 16540: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16541: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16542:
16543: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16544:
16545: * src/types/pa_vtable.C: vtable compiled
16546:
16547: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16548:
16549: * src/: include/pa_cache_managers.h, main/pa_request.C,
16550: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16551:
16552: * src/types/pa_vstateless_class.C: vstateless_class compiled
16553:
16554: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16555:
16556: * src/types/pa_vrequest.C: vrequest compiled
16557:
16558: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16559: pa_vobject.C, pa_vobject.h: vobject compiled
16560:
16561: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16562: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16563: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16564: compiled
16565:
16566: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16567:
16568: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16569: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16570: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16571: compiled
16572:
16573: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16574: main.lib - 0 error(s), 0 warning(s)
16575:
16576: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16577: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16578:
16579: 2003-01-31 paf
16580:
16581: * src/: include/pa_array.h, include/pa_operation.h,
16582: include/pa_request.h, main/execute.C, main/main.dsp,
16583: types/pa_vjunction.h: started last file from main library:
16584: execute
16585:
16586: * src/: include/pa_request.h, include/pa_sapi.h,
16587: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16588: main/pa_request.C, targets/cgi/parser3.C,
16589: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16590: types/pa_vhash.h: pa_request compiled
16591:
16592: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16593: include/pa_globals.h, include/pa_request.h,
16594: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16595: main/execute.C, main/main.dsp, main/pa_common.C,
16596: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16597: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16598: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16599: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16600: types/types.dsp: most pa_request compiled
16601:
16602: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16603: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16604: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16605: classes/op.C, classes/response.C, classes/string.C,
16606: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16607: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16608: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16609: include/pa_config_fixed.h, include/pa_config_includes.h,
16610: include/pa_dictionary.h, include/pa_dir.h,
16611: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16612: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16613: include/pa_pool.h, include/pa_request.h,
16614: include/pa_request_charsets.h, include/pa_request_info.h,
16615: include/pa_sapi.h, include/pa_socks.h,
16616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16617: include/pa_stack.h, include/pa_string.h,
16618: include/pa_stylesheet_connection.h,
16619: include/pa_stylesheet_manager.h, include/pa_table.h,
16620: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16621: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16622: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16623: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16624: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16625: main/compile.C, main/compile.tab.C, main/compile.y,
16626: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16627: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16628: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16629: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16630: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16631: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16632: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16633: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16634: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16635: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16636: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16637: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16638: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16639: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16640: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16641: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16642: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16643: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16644: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16645: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16646: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16647: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16648: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16649: types/pa_vresponse.h, types/pa_vstateless_class.C,
16650: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16651: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16652: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16653: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16654: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16655: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16656:
16657: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16658: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16659: src/include/pa_charsets.h, src/include/pa_common.h,
16660: src/include/pa_dictionary.h, src/include/pa_exception.h,
16661: src/include/pa_exec.h, src/include/pa_pool.h,
16662: src/include/pa_request.h, src/include/pa_sapi.h,
16663: src/include/pa_sql_connection.h,
16664: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16665: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16666: src/main/compile.tab.C, src/main/compile_tools.C,
16667: src/main/compile_tools.h, src/main/main.dsp,
16668: src/main/pa_charset.C, src/main/pa_charsets.C,
16669: src/main/pa_common.C, src/main/pa_dictionary.C,
16670: src/main/pa_exception.C, src/main/pa_exec.C,
16671: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16672: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16673: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16674: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16675: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16676: src/types/pa_vdouble.h, src/types/pa_venv.h,
16677: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16678: src/types/pa_vhash.h, src/types/pa_vimage.C,
16679: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16680: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16681: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16682: src/types/pa_vobject.C, src/types/pa_vobject.h,
16683: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16684: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16685: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16686: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16687: src/types/pa_vstring.h, src/types/pa_vtable.h,
16688: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16689: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16690: died, long live StringPtr
16691:
16692: 2003-01-30 paf
16693:
16694: * src/: include/pa_charset.h, include/pa_request.h,
16695: include/pa_sql_driver_manager.h, main/compile.tab.C,
16696: main/compile.y, main/compile_tools.h, main/pa_request.C,
16697: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16698:
16699: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16700: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16701: types/pa_vhash.h, types/pa_vmethod_frame.h,
16702: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16703: types/types.dsp: vstateless_class compiled
16704:
16705: * src/main/compile.C: compile compiled
16706:
16707: * src/: include/pa_array.h, include/pa_operation.h,
16708: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16709: main/pa_table.C: compile_tools compiled
16710:
16711: * src/: include/pa_operation.h, main/compile.y,
16712: main/compile_tools.C, main/compile_tools.h: started
16713: compile_tools. vagues ideas of how to free compiled code
16714:
16715: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16716: main/main.dsp, types/pa_value.C, types/pa_value.h,
16717: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16718: compiled
16719:
16720: 2003-01-29 paf
16721:
16722: * src/: include/pa_globals.h, include/pa_request.h,
16723: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16724: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16725: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16726: compiled
16727:
16728: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16729: now
16730:
16731: * src/: include/pa_array.h, include/pa_exception.h,
16732: include/pa_pool.h, main/pa_exception.C: gd compiled
16733:
16734: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16735: compiled
16736:
16737: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16738: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16739: types/pa_vfile.h: vfile compiled
16740:
16741: * src/: include/pa_common.h, include/pa_globals.h,
16742: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16743: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16744: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16745:
16746: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16747: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16748: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16749: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16750: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16751:
16752: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16753: main/main.dsp, main/untaint.C: more compiled
16754:
16755: * src/: include/pa_charsets.h, include/pa_request.h,
16756: include/pa_request_info.h, include/pa_string.h,
16757: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16758: types/pa_vresponse.h: vrequest compiled
16759:
16760: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16761: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16762: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16763:
16764: * src/: classes/classes.h, include/pa_charset.h,
16765: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16766: include/pa_request.h, include/pa_string.h, main/main.dsp,
16767: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16768: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16769: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16770: types/pa_vrequest.C, types/pa_vrequest.h,
16771: types/pa_vstateless_class.h, types/pa_vstring.h,
16772: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16773:
16774: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16775: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16776: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16777: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16778: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16779: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16780: types/pa_vobject.h, types/pa_vstateless_class.h,
16781: types/pa_vstateless_object.h, types/pa_vstatus.h,
16782: types/pa_vstring.h, types/types.dsp: vmath compiled
16783:
16784: 2003-01-28 paf
16785:
16786: * src/: classes/classes.h, classes/date.C, classes/file.C,
16787: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16788: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16789: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16790: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16791: compile_tools
16792:
16793: * src/: include/pa_charset.h, include/pa_exception.h,
16794: include/pa_request.h, include/pa_string.h, main/untaint.C:
16795: untaint compiled
16796:
16797: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16798: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16799: more compiled. struck with string::store_to needing to know
16800: source/client charsets
16801:
16802: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16803: types/pa_vfile.h: uue compiled
16804:
16805: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16806: table compiled
16807:
16808: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16809: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16810:
16811: * src/: include/pa_charset.h, main/pa_charset.C,
16812: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16813: introduced]
16814:
16815: * src/: classes/date.C, include/pa_charset.h,
16816: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16817: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16818: pa_charsets compiled
16819:
16820: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16821: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16822:
16823: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16824: common compiled
16825:
16826: * src/: include/pa_charsets.h, main/pa_charsets.C,
16827: main/pa_sql_driver_manager.C: pa_charsets compiled
16828:
16829: * src/: include/pa_array.h, include/pa_charset.h,
16830: include/pa_charsets.h, include/pa_pool.h,
16831: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16832: include/pa_stack.h, include/pa_string.h,
16833: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16834: sql_driver_manager compiled
16835:
16836: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16837: letter i with two dots added to koi, all ukranian letters added
16838: to win1251.
16839:
16840: typographic simbol 0xb9 deleted from win1251 [strange one & were
16841: abscent from koi]
16842:
16843: 2003-01-27 paf
16844:
16845: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16846: include/pa_sql_driver_manager.h, include/pa_string.h,
16847: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16848: sql/pa_sql_driver.h: paused on sql_manager
16849:
16850: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16851: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16852: include/pa_stack.h, main/pa_sql_driver_manager.C,
16853: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16854:
16855: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16856: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16857: include/pa_table.h, main/pa_sql_driver_manager.C,
16858: main/pa_table.C: table compiled
16859:
16860: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16861: cache_managers compiled
16862:
16863: * src/: include/pa_array.h, include/pa_charset.h,
16864: include/pa_pool.h, main/pa_charset.C: charset compiled
16865:
16866: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16867:
16868: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16869: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16870: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16871: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16872: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16873:
16874: 2003-01-24 paf
16875:
16876: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16877: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16878: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16879: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16880: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16881: types/pa_vint.h, types/pa_vjunction.h,
16882: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16883: types/pa_vstatus.h, types/pa_vstring.h: more patched
16884:
16885: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16886: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16887: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16888: main/pa_string.C, main/pa_table.C: string compiled
16889:
16890: * src/: include/pa_array.h, include/pa_common.h,
16891: include/pa_dictionary.h, include/pa_exception.h,
16892: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16893: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16894: main/pa_string.C: dictionary compiled
16895:
16896: 2003-01-23 paf
16897:
16898: * src/: include/pa_array.h, include/pa_common.h,
16899: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16900: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16901: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16902: types/pa_value.h: resurrected pool in new sense: now it's
16903: factory, producing&accounting memory chunks for read[autofree]
16904: buffers
16905:
16906: * src/: include/pa_array.h, include/pa_exception.h,
16907: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16908: main/pa_exception.C, main/pa_table.C: table compiled
16909:
16910: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16911: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16912: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16913: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16914: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16915: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16916: main/pa_table.C: aint that easy
16917:
16918: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16919: main/main.dsp: continued with Hash
16920:
16921: * src/main/pa_common.C: connect_string allocated on heap[wes on
16922: stack] now. and exception can be reported OK now [can be reported
16923: outside of pro c with that stack]
16924:
16925: 2003-01-22 paf
16926:
16927: * src/: include/pa_array.h, include/pa_charset.h,
16928: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16929: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16930: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16931: base: contains references_count. auto_ptr template calls
16932: add_ref/release
16933:
16934: 2003-01-21 paf
16935:
16936: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16937: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16938: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16939: classes/op.C, classes/response.C, classes/string.C,
16940: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16941: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16942: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16943: include/pa_config_fixed.h, include/pa_config_includes.h,
16944: include/pa_dictionary.h, include/pa_dir.h,
16945: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16946: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16947: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16948: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16949: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16950: include/pa_stack.h, include/pa_string.h,
16951: include/pa_stylesheet_connection.h,
16952: include/pa_stylesheet_manager.h, include/pa_table.h,
16953: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16954: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16955: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16956: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16957: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16958: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16959: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16960: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16961: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16962: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16963: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16964: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16965: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16966: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16967: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16968: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16969: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16970: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16971: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16972: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16973: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16974: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16975: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16976: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16977: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16978: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16979: types/pa_vstateless_object.h, types/pa_vstatus.C,
16980: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16981: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16982: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16983: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16984: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16985: 2002->2003
16986:
16987: 2003-01-16 paf
16988:
16989: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16990: src/main/pa_globals.C: http:// introducing $.any-status(1)
16991:
16992: * operators.txt, src/include/pa_config_fixed.h,
16993: src/main/pa_common.C: http request now return status. and not
16994: fail on status!=200
16995:
16996: 2003-01-15 paf
16997:
16998: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16999:
17000: 2003-01-14 paf
17001:
17002: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17003: mkinstalldirs: removed some ancient files [they in / really]
17004:
17005: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17006: regretfully needed patch in two places. in config_fixed.h made
17007: stubs for lib to compile in MSVC
17008:
17009: 2003-01-13 paf
17010:
17011: * config.guess, config.sub, ltmain.sh: removed last piece of
17012: configure.in(libtool) hacks
17013:
1.116 moko 17014: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17015: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17016: ltdl.h: moved to latest libtool (1.4.3)
17017:
17018: 2003-01-10 paf
17019:
17020: * src/lib/ltdl/: configure, configure.in: PROG_NM
17021:
17022: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17023: patches. libxml2 >= 2.5.1
17024: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17025: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17026: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17027:
17028: * INSTALL: moved to latest versions of xml libs libxml2 >=
17029: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17030: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17031: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17032:
17033: 2003-01-09 paf
17034:
17035: * INSTALL: xml,xslt,gdome lib urls updated
17036:
17037: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17038: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17039: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17040: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17041: 1.7.2
1.95 moko 17042:
17043: * depcomp: moving to automake 1.7.2
17044:
17045: 2002-12-27 paf
17046:
17047: * src/include/pa_version.h: 0007
17048:
17049: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17050: outdated parts, made links to language docs
17051:
17052: * src/include/pa_config_auto.h.in: comment
17053:
17054: 2002-12-26 paf
17055:
17056: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17057: not contain trailing / fixed.
17058:
17059: * INSTALL: changing SAFE_MODE politics
17060:
17061: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17062:
17063: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17064:
17065: 2002-12-25 paf
17066:
17067: * src/main/pa_globals.C: optimized-xml
17068:
17069: * src/main/pa_globals.C: optimized-as-is
17070:
17071: 2002-12-24 paf
17072:
17073: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17074: fixed [were really called with zero size when .html?a=&b=]
17075:
17076: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17077: with --with-sendmail
17078:
17079: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17080: fixed]
17081:
17082: 2002-12-23 paf
17083:
17084: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17085: ignoring parameters & were storing only string with default
17086: expires
17087:
17088: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17089: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17090: December 23, 2002 4:22 AM Subject: bug â
17091: Charset::transcode_buf2xchar
17092:
17093: 2002-12-20 paf
17094:
17095: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17096: non-cgi [script] runs
17097:
17098: 2002-12-19 paf
17099:
17100: * INSTALL: --without-iconv recommended [it crashes on some systems
17101: [tested on elik]] moreover, it's not needed there [parser
17102: registers charsets itself]
17103:
17104: * INSTALL: --without-iconv recommended [it crashes on some systems
17105: [tested on elik]]
17106:
17107: * operators.txt, src/include/pa_globals.h,
17108: src/include/pa_request.h, src/main/pa_globals.C,
17109: src/main/pa_request.C: $response:download
17110:
17111: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17112: compiler [win32]].
17113:
17114: 2002-12-18 paf
17115:
17116: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17117:
17118: 2002-12-17 paf
17119:
17120: * src/targets/cgi/parser3.C: merged die&iis changes
17121:
17122: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17123: to exit(1) 2. more flexible iilegal call check
17124:
17125: 2002-12-16 paf
17126:
17127: * ltmain.sh: some automakes silly insist on having this handy
17128:
17129: * src/main/untaint.C: filespec russian small 'r' changed to latin
17130: 'p' bug fix
17131:
17132: 2002-12-15 paf
17133:
17134: * src/main/untaint.C: filespec russian small 'r' changed to latin
17135: 'p'
17136:
17137: * configure.in, src/include/pa_config_auto.h.in,
17138: src/main/compile.C, src/main/pa_common.C: merged small changes
17139: from branch 6 to HEAD
17140:
17141: * src/main/compile.C: removed warning
17142:
17143: * src/main/pa_common.C: ftruncate having checked
17144:
17145: * configure.in, src/include/pa_version.h: new version
17146:
17147: 2002-12-14 paf
17148:
17149: * src/classes/table.C: removed unnecessary code
17150:
17151: * src/sql/pa_sql_driver.h: exception type fixed
17152:
17153: 2002-12-09 paf
17154:
17155: * src/types/pa_vvoid.h: $void.store[now] error
17156:
17157: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17158:
17159: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17160: tries to write core dump
17161:
17162: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17163:
17164: * src/: classes/hash.C, classes/string.C, classes/table.C,
17165: classes/void.C, main/pa_sql_driver_manager.C,
17166: sql/pa_sql_driver.h: changed exception handling mech in sql
17167: handlers #2
17168:
17169: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17170: exception handling mech in sql handlers
17171:
17172: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17173: handlers
17174:
17175: * src/: classes/hash.C, classes/string.C, classes/table.C,
17176: classes/void.C, main/pa_sql_driver_manager.C,
17177: sql/pa_sql_driver.h: changed exception handling mech in sql
17178: handlers
17179:
1.116 moko 17180: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17181: to write makefile which used libtool to install things, which is
17182: not needed
1.95 moko 17183:
17184: 2002-12-06 paf
17185:
17186: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17187: $hash.fields -- pseudo field to make 'hash' more like 'table'
17188:
17189: 2002-12-05 paf
17190:
17191: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17192: cc/bcc OK now
17193:
17194: * src/main/untaint.C: mail header closed properly
17195:
17196: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17197: header ',' allowed. still bugs in smtp [only one receiptient
17198: works, cc, bcc ignored now, and MAILED ;)]
17199:
17200: [strncpy killed, memnchr used]
17201:
17202: * src/main/pa_table.C: table-copy now current=0
17203:
17204: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17205: lowlevel proc
17206:
17207: * src/targets/cgi/parser3.C: more checks on
17208: http://domain/parser.cgi start [maybe some getenv returns "",
17209: checked that now
17210:
17211: * src/targets/cgi/parser3.C: more checks on
17212: http://domain/parser.cgi start [maybe some getenv returns "",
17213: checked that now
17214:
17215: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17216: out-of-mem errors reached log]
17217:
17218: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17219: mail:send MIME-Version default
17220:
17221: * src/main/main.dsp: pa_version included into main.dsp
17222:
17223: 2002-12-04 paf
17224:
17225: * src/types/pa_vform.C: $form:field string value cut by premature 0
17226:
17227: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17228: lib/libltdl -> lib/ltdl Win32 changes. s
17229:
17230: * src/classes/classes.awk: more strict *.C$
17231:
17232: * gnu.dsp: restored
17233:
1.116 moko 17234: * configure.in, gnu.dsp, src/lib/Makefile.am,
17235: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17236: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17237: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17238: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17239: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17240: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17241: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17242: now created with /configure, not ltdl/configure, so it does have
17243: no problems with automake. ltdl/configure
17244: AC_OUTPUT(Makefile<<removed)
1.95 moko 17245:
17246: 2002-12-02 paf
17247:
17248: * operators.txt: removed outdated status:db
17249:
17250: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17251: src/main/pa_common.C, src/main/pa_request.C,
17252: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17253: tainted parts becomes http-header
17254:
17255: 2002-11-29 paf
17256:
17257: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17258: dates now objects of type date
17259:
17260: * src/classes/image.C: file.seek removed [it were used in image.C
17261: only, and for parser user this means that jpeg image has bad
17262: size in fragment's header] now used image.format
17263:
17264: * src/: include/pa_common.h, main/pa_common.C,
17265: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17266: now handled exactly like $response:header values. e.g. can be
17267: hash [can have subattributes] & contain date values.
17268:
17269: * src/main/pa_common.C: http:// param values lang forced URI
17270:
17271: * src/main/pa_common.C: http:// tainted partes now %xx
17272:
17273: 2002-11-28 paf
17274:
17275: * operators.txt: http.timeout
17276:
17277: * src/classes/image.C: ^image.length now counts interchar space.
17278: plus space after last char
17279:
17280: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17281:
17282: * src/classes/image.C: ^image.font width measurer now scans full
17283: height [were -1]
17284:
17285: * configure.in: stopped double libltdl/Makefile generation
17286:
17287: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17288: chars [one top horizontal line of 1pixel height were missing]
17289:
17290: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17291: 'false' to go into (Hash *) parameter
17292:
17293: 2002-11-27 paf
17294:
17295: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17296: types/pa_vmail.C: response:body[file] if file nows it's name now
17297: returns content-disposition: >>attachment<<
17298:
17299: * src/classes/image.C: ^image.font << bad font file-size now
17300: properly reported
17301:
17302: 2002-11-26 paf
17303:
17304: * src/main/pa_request.C: fixed lang in reponse header
17305:
17306: * src/main/pa_common.C: utf8 prefix ignored @read text
17307:
17308: * operators.txt, src/main/pa_common.C: http:// response status!=200
17309: made exception: http.status with source=bad status#
17310:
17311: 2002-11-25 paf
17312:
17313: * configure.in, src/classes/image.C,
17314: src/include/pa_config_auto.h.in,
17315: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17316: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17317: const void related probs fixed
1.95 moko 17318:
17319: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17320:
17321: $file[^file::load[http://there]] $file.SERVER
17322:
17323: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17324: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17325: http options [invalid onces now reported] made default
17326: user-agent: paf
17327:
17328: * operators.txt, src/classes/file.C, src/classes/table.C,
17329: src/classes/xdoc.C, src/include/pa_common.h,
17330: src/include/pa_globals.h, src/main/pa_common.C,
17331: src/main/pa_globals.C, src/main/pa_request.C,
17332: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17333: now understand http:// prefix and additional params, sample:
17334: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17335: $.USER-AGENT[parser3] ]]
17336:
17337: 2002-11-22 paf
17338:
17339: * src/classes/image.C, src/include/pa_globals.h,
17340: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17341: src/types/pa_vimage.h, operators.txt: $image.exif support
17342: $image.exif.DateTime & co
17343:
17344: 2002-11-21 paf
17345:
17346: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17347: _PASS_APPENDED)
17348:
17349: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17350: EXIF information [were big block and it's size were considered
17351: negative :(]
17352:
17353: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17354: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17355: internals rewritten. no there's reader.seek, and all's ready for
17356: EXIF extraction [now we fail to measure files with EXIF info]
17357:
17358: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17359: O_TRUNC truncates even exclusevely write-locked file [thanks to
17360: Igor Milyakov <virtan@rotabanner.com> for discovering]
17361:
17362: 2002-11-20 paf
17363:
17364: * src/targets/cgi/parser3.C: logging @signal += query_string
17365:
17366: * configure.in, src/include/pa_config_auto.h.in,
17367: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17368: comment
17369:
17370: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17371:
17372: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17373: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17374: currently processed document SIGPIPE >> interrupts request
17375: processing [exception = DB rollback]
17376:
17377: * src/main/pa_exec.C: comment
17378:
17379: * src/main/pa_exec.C: pa_exec: data written only if size>0
17380:
17381: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17382: << disable HTTP-POST repassing
17383:
17384: * src/: include/pa_config_fixed.h, main/pa_common.C,
17385: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17386: pipe read errors now checked
17387:
17388: 2002-11-19 paf
17389:
17390: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17391: CGI: Illegal call
17392:
17393: 2002-11-01 paf
17394:
17395: * src/main/execute.C: comment
17396:
17397: 2002-10-31 paf
17398:
17399: * src/main/execute.C: found out why, checked that for now. todo:
17400: find out a way for that user could do that
17401:
17402: * src/types/pa_vstateless_object.h: object put replaces static
17403: parent if any
17404:
17405: * src/types/pa_vobject.C: object put replaces static parent if any
17406:
17407: * src/: classes/form.C, classes/mail.C, classes/op.C,
17408: classes/xnode.h, main/compile.tab.C, main/execute.C,
17409: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17410: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17411: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17412: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17413: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17414: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17415: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17416: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17417: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17418: types/pa_vstateless_object.h, types/pa_vstatus.C,
17419: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17420: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17421: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17422: types/pa_wwrapper.h: static fix merged
17423:
17424: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17425: $virtual_fields in dynamic, but one can reach derived
17426: static[class] variable from base
17427:
17428: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17429: types/pa_vobject.C, types/pa_vobject.h,
17430: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17431: statics, left $virtual_fields in dynamic
17432:
17433: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17434: one can't remember derivates in base class: there's so many of
17435: them. also there can be no virtual method calls in static
17436: classes
17437:
17438: * src/: classes/form.C, classes/mail.C, classes/op.C,
17439: classes/xnode.h, main/execute.C, main/pa_request.C,
17440: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17441: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17442: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17443: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17444: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17445: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17446: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17447: types/pa_vresponse.C, types/pa_vresponse.h,
17448: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17449: types/pa_vstateless_object.h, types/pa_vstatus.C,
17450: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17451: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17452: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17453: types/pa_wwrapper.h: static call $self fixed
17454:
17455: * src/main/execute.C: comment
17456:
17457: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17458: ^process[$caller.self]{...} now compiles to last derived object
17459: part of that 'self'
17460:
17461: 2002-10-29 paf
17462:
17463: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17464: re-passing [iis to blame]
17465:
17466: * src/classes/string.C: changed string.save to pass current sql
17467: connection to cstr thus one can ^connect[some server]{
17468: $s[insert into table x (x) values (^taint[sql]{value})]
17469: ^s.save[some.sql] } and he'd get in some.sql file code with
17470: properly escaped. [tried in mssql->mysql export->import of
17471: binary data]
17472:
17473: 2002-10-25 paf
17474:
17475: * src/types/pa_vresponse.C: case insensitive response user fields
17476: get/put
17477:
17478: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17479: types/pa_vresponse.C: saving for maybe-future
17480:
17481: 2002-10-23 paf
17482:
17483: * operators.txt, src/classes/table.C: ^table.hash{code}...
17484: ^table.hash(expr)...
17485:
17486: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17487:
17488: 2002-10-22 paf
17489:
17490: * src/types/: pa_vform.C, pa_vform.h: removed needless
17491: VForm::Append...(...Value)
17492:
17493: * src/main/execute.C: $.name outside of $name[...] checked
17494:
17495: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17496: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17497:
17498: 2002-10-21 paf
17499:
17500: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17501: $form:qtail $form:imap.x/y
17502:
17503: * operators.txt, src/types/pa_vform.C: $form:nameless =
17504: "?value&...", "...&value&...", "...&value"
17505:
17506: * operators.txt, src/types/pa_vform.C: $form:image-map
17507:
17508: * operators.txt, src/classes/file.C: /some/page.html:
17509: ^file:fullpath[a.gif] => /some/a.gif
17510:
17511: 2002-10-17 paf
17512:
17513: * src/main/: compile.tab.C, compile.y: operators precedence changed
17514: a little: logical not and bitwise negation precedence made
17515: highest, << and >> bitshits precedence made equal [were << higher
17516: than >>]
17517:
17518: * src/classes/op.C: exception handling fixed [were bad with
17519: contexts]
17520:
17521: 2002-10-16 paf
17522:
17523: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17524: main/pa_request.C: Request::self considered equal to
17525: VMethodFrame::self, and removed, Request::get_self() mapped to
17526: VMethodFrame.self()
17527:
17528: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17529: $hash in open field now gives old good error meesage
17530:
17531: 2002-10-15 paf
17532:
17533: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17534: use ^if($junction is junction){was and now true}
17535:
17536: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17537: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17538: types/pa_vxnode.C: xml->parser strings now have origin, which
17539: points to place where value left xml library and came to parser:
17540: place of dom field extraction/call
17541:
17542: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17543: main/compile.tab.C, main/compile.y, main/execute.C,
17544: types/pa_vmethod_frame.h: removed last pieces of old code
17545: allowing $junction.xxx at compile time
17546:
17547: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17548: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17549: objects also considered [were only classes]
17550:
17551: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17552: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17553: with CLASS self. [ (request&method_frame).self temporarily
17554: changed ]
17555:
17556: * src/classes/: hash.C, op.C: method_frame now always changed, with
17557: no exception to native calls. for&foreach changed to use
17558: method_frame.caller for their var's name context
17559:
17560: * src/: main/execute.C, targets/cgi/parser3.C,
17561: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17562: compiling to system classes disabled
17563:
17564: * operators.txt, src/classes/op.C:
17565: ^process[$caller.CLASS]{code-string} added
17566:
17567: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17568: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17569: src/types/Makefile.am, src/types/pa_vjunction.C,
17570: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17571: src/types/types.dsp: removed $junction.get $junction.set[]
17572: introducing $caller
17573:
17574: * src/types/pa_value.h: removed outdated comments. doxygen would
17575: find them lower by inheritance tree
17576:
17577: * src/types/pa_vjunction.C: ident
17578:
17579: 2002-10-14 paf
17580:
17581: * src/classes/op.C: process compiles to code's class class
17582:
17583: * src/: classes/form.C, classes/mail.C, classes/op.C,
17584: include/pa_request.h, main/compile.C, main/compile.tab.C,
17585: main/compile.y, main/execute.C, main/pa_request.C,
17586: types/pa_vstateless_class.h: operators now main-class-methods
17587:
17588: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17589: better stack trace [has "call" & co there]
17590:
17591: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17592: operators @auto now executed in MAIN context
17593:
17594: * src/main/execute.C: operator execution context now = MAIN, not
17595: closest stack frame
17596:
17597: @touchit[] $i[after]
17598:
17599: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17600: were 'after'
17601:
17602: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17603: 'after'
17604:
17605: * src/main/execute.C: comment
17606:
17607: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17608: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17609: action]
17610:
17611: * src/types/pa_vxnode.C: misreplace fixed
17612:
17613: * configure, configure.in, src/include/pa_config_auto.h.in,
17614: src/types/pa_vstatus.C, operators.txt:
17615: $status:rusage.tv_secs/usecs introduced
17616:
17617: 2002-10-09 paf
17618:
17619: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17620: on empty string [or uses (default)]
17621:
17622: 2002-10-08 paf
17623:
17624: * src/main/untaint.C: mail header quoted printable changed after
17625: RFC reread
17626:
17627: * operators.txt: plan on ^if(method
17628:
17629: * src/types/pa_vxnode.C: misreplace
17630:
17631: 2002-09-24 paf
17632:
1.116 moko 17633: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17634:
17635: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17636: mailreceive would compile on freebsd now
17637:
17638: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17639: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17640: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17641: mailreceive would compile on freebsd now
1.95 moko 17642:
17643: * src/: classes/file.C, main/untaint.C: 1. file spec language
17644: changed: now there are only few chars are untainted: * ? ' " < >
17645: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17646: one should use ^untaint[uri]{...} now]
17647:
17648: 2. $list[^file:list[dir]] now returns simply tainted names in
17649: $list.name, not tainted as filespec
17650:
17651: @russianindex[] #dir with files with russian-lang names
17652: $where[dir]
17653:
17654: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17655: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17656:
17657: 2002-09-23 paf
17658:
17659: * src/types/pa_vdouble.h: double->int round added
17660:
17661: * src/classes/date.C: date bug fix, now
17662: round(floatDays*secondsPerDay)
17663:
17664: * src/classes/date.C: date bug fix, now
17665: round(floatDays*secondsPerDay)
17666:
17667: 2002-09-20 paf
17668:
17669: * src/main/execute.C: code junction calls disabled [before: code
17670: was compiled in such a way, that there were no code-junctions in
17671: OP_CALL]
17672:
17673: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17674:
17675: @badjunctioncallinside[code] ^code[]
17676:
17677: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17678: expanding to include ^junction.method
17679:
17680: * src/main/pa_common.C: -d "DIR/" now true
17681:
17682: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17683: as internal xdoc encoding, and after decoding attributes set by
17684: dom functions now encoded OK, not as digital entities
17685:
17686: * src/classes/xdoc.C: empty transform result, being taken as file
17687: now returns empty file, not raises stupid error about "stat-ed
17688: file"
17689:
17690: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17691: allowed
17692:
17693: * src/types/types.dsp: introducing $junction.get/put(1) one can
17694: write iterators now:
17695:
17696: ^user-foreach[key;value]{$key=$value<br>}
17697:
17698: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17699: $code.value($i*2) $code }
17700:
17701: * src/main/compile_tools.h: mistype
17702:
1.116 moko 17703: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17704: thus taking linking options configure changes into account [were:
17705: ignoring]
1.95 moko 17706:
17707: * src/types/: pa_vjunction.C, Makefile.am: introducing
17708: $junction.get/put(1) one can write iterators now:
17709:
17710: ^user-foreach[key;value]{$key=$value<br>}
17711:
17712: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17713: $code.value($i*2) $code }
17714:
17715: * src/: include/pa_opcode.h, include/pa_request.h,
17716: main/compile.tab.C, main/compile.y, main/execute.C,
17717: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17718: introducing $junction.get/put(1) one can write iterators now:
17719:
17720: ^user-foreach[key;value]{$key=$value<br>}
17721:
17722: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17723: $code.value($i*2) $code }
17724:
17725: 2002-09-19 paf
17726:
1.116 moko 17727: * Makefile.am: new: make commit
1.95 moko 17728:
17729: * aclocal.m4: forced to be older
17730:
17731: 2002-09-18 paf
17732:
17733: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17734: src/main/compile.y, src/main/execute.C: << >> int shifts
17735:
17736: * src/: include/pa_common.h, include/pa_request.h,
17737: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17738: - now this - fatal error
17739:
17740: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17741: that one can pass binary data there
17742:
17743: * src/: classes/date.C, classes/double.C, classes/file.C,
17744: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17745: classes/op.C, classes/response.C, classes/string.C,
17746: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17747: include/pa_request.h: pa_request contexts made privated, plus
17748: get_{self/method_frame} to read. Request_context_saver used in
17749: ^try to save flang too. [were not saved]
17750:
17751: * src/types/pa_vresponse.C: header value chains joined before
17752: output, this should help $.subject[$var $var] from being
17753: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17754:
17755: 2002-09-17 paf
17756:
17757: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17758: removed changes, operators executed with calling self. lots of
17759: code with ^include code relies on defined/defining self variables
17760:
17761: $a[1] ^include[print_a.p] print_a.p: $a
17762:
17763: ^include[set_a.p] a=$a set_a.p: $a[1]
17764:
17765: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17766: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17767: types/pa_vstateless_class.h: operators now executed with MAIN
17768: self. it's for ^include sake, too strong a change
17769:
17770: * src/classes/op.C: made place for ^process to compile it's code to
17771: in case of no self
17772:
17773: * src/main/execute.C: found ancient param to Junction, removed.
17774: allowed passing self to native_code_operators [for ^process to
17775: work, she needs self]
17776:
17777: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17778: types/pa_vstateless_class.h: found ancient param to Junction,
17779: removed. allowed passing self to native_code_operators [for
17780: ^process to work, she needs self]
17781:
17782: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17783: types/pa_value.h, types/pa_vmethod_frame.h,
17784: types/pa_vstateless_class.h: allowed Request.self to be 0,
17785: checked that in VMethodFrame get/put and $self.
17786:
17787: * src/classes/: table.C, xdoc.C: table::sql options table::create
17788: copy options options checked, wrong option now fatal error
17789:
17790: * src/main/pa_string.C: string.replace fixed [were missing words on
17791: pieces boundaries]
17792:
1.150 moko 17793: * configure, configure.in: .so now detected [can be .sl on hpux,
17794: .dll on cygwin, .so in other cases)
1.95 moko 17795:
17796: * configure, configure.in: .so now detected [can be .sl on hpux,
17797: .dll on cygwin, .so in other cases)
17798:
17799: * operators.txt, src/classes/hash.C, src/classes/table.C,
17800: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17801: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17802: record taken [were last]
17803:
17804: * src/: classes/hash.C, classes/table.C,
17805: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17806: now errors
17807:
17808: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17809:
17810: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17811: ,2,3]
17812:
17813: 2002-09-16 paf
17814:
17815: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17816: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17817: stdout to be binary. now detected closest header break.
17818:
17819: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17820: closed right
17821:
17822: 2002-09-13 paf
17823:
17824: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17825: src/main/compile_tools.h: (expression #comment)
17826:
17827: (multiline expression #comment line2 #comment )
17828:
17829: (expression #comment with (brackets) comment) << OK
17830:
17831: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17832: bitwise !|| numerical xor now [preparing for expression
17833: #comments]
17834:
17835: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17836: error
17837:
17838: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17839: cheched in pa_socks.C
17840:
1.116 moko 17841: * configure, configure.in, src/include/pa_config_auto.h.in:
17842: HAVE_WINSOCK_H created in configure.in
1.95 moko 17843:
17844: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17845: cookie date now clean [were mistakenly tainted & that worked bad
17846: with opera -- 'happily' that worked OK with msie]
17847:
17848: 2002-09-12 paf
17849:
17850: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17851: VClass get_element now first looks to fields, next to methods &
17852: co todo: the rest reason: more speed
17853:
17854: * src/main/untaint.C: quoted printable encoding stops before
17855: \s*<...>$
17856:
17857: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17858: stops before <...>$
17859:
17860: 2002-09-11 paf
17861:
17862: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17863: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17864: forgot to check users of those funcs. not all were using that
17865: return value convention
17866:
17867: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17868: windows-1254 added
17869:
17870: 2002-09-10 paf
17871:
17872: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17873: VCodeFrame parent param were specified badly
17874:
17875: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17876: WWrapper which used in constructing objects(second param to sql
17877: method) ^...sql{}[$.default{code}] now has parent, wich helps
17878: code in hash to survivi
17879:
17880: * src/: include/pa_request.h, main/execute.C: removed redundant
17881: param to execute [stack said 'thanks']
17882:
17883: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17884: types/pa_value.h, types/pa_vcode_frame.h,
17885: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17886: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17887: responsibility to wcontext
17888:
17889: * src/classes/file.C: decided not to log exec's with stderr, that
17890: could be warnings, and it's up to scritper to log/show them
17891:
17892: * src/: classes/double.C, main/execute.C: double:sql badly called
17893: write_assign_lang, not write_no_lang, thus doing unnecessary
17894: double/string converstion, which were loosing time&precesion
17895:
17896: * src/: main/pa_charset.C, types/pa_vmail.C:
17897: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17898: case of unfinished in buffer processing, causing accidental
17899: transcode stop [in case that source enc != utf-8 & there is
17900: incomplete utf-8 sequence at the end of 16000block iside of
17901: libxml lib] tfm readed & code updated
17902:
17903: 2002-09-04 paf
17904:
17905: * configure: makes with sjlj
17906:
17907: * INSTALL, src/include/pa_config_fixed.h,
17908: src/include/pa_sql_connection.h,
17909: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17910: checked. on win32 it made default
17911:
17912: * src/include/pa_config_auto.h.in: sjlj define
17913:
17914: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17915: can not work with longjump/throw pair, and one must switch that
17916: on there. todo: detect that automatically]
17917:
17918: * src/types/pa_vxnode.C: removed too strong checks of
17919: xnode.elements. now, for instance, if element does not have any
17920: attributes, $xnode.attributes is void, not error
17921:
17922: 2002-09-02 paf
17923:
17924: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17925: removed double_result, didn't help
17926:
17927: * src/main/execute.C: double_result made to move that var away from
17928: hungry g++ optimizer (-O2), before: it were optimized and
17929: comparison operators worked badly
17930:
17931: * src/types/pa_vdate.h: removed debug
17932:
1.116 moko 17933: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17934:
17935: * src/main/execute.C: fixed numeric < & co so that thay now use
17936: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17937: unknown reason.
17938:
17939: 2002-08-29 paf
17940:
17941: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17942: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17943: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17944: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17945: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17946: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17947: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17948: [called less frequent, allowed to remove ugly
17949: Junction.change_context-s from many places, switch,
17950: mail:send..html{}, ..] request.root renamed to method_frame [more
17951: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17952: [speed up]
17953:
17954: 2002-08-28 paf
17955:
17956: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17957: tainted
17958:
17959: * src/types/pa_vcookie.C: fixed cookie delete when
17960: $cookie:name[$.value[]]
17961:
17962: * operators.txt, src/classes/string.C:
17963: ^string.split[delim[;options]]
17964:
17965: 2002-08-27 paf
17966:
1.116 moko 17967: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17968:
17969: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17970: delimiter
17971:
17972: * INSTALL: recommended latest gmime 1.0.5
17973:
17974: 2002-08-26 paf
17975:
17976: * configure, configure.in: apache13/hook added to make dist.
17977:
17978: 2002-08-23 paf
17979:
17980: * src/: include/pa_common.h, main/pa_common.C,
17981: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17982: beside binary [cgi, isapi] not accessible [due to bad rights or
17983: whatever] it's error now
17984:
17985: 2002-08-21 paf
17986:
1.116 moko 17987: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17988:
17989: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17990: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17991: class". compiled as if here they named base class
17992:
17993: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17994: cloning constructor]
17995:
17996: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17997:
1.150 moko 17998: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17999: $mail.received.file.value.content-type fixed
18000:
18001: 2002-08-20 paf
18002:
18003: * src/classes/file.C: fixed language of file:file result
18004:
18005: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18006: from 3.0.0005
18007:
18008: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18009:
18010: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18011: 3.0.0005
18012:
18013: * src/classes/void.C, operators.txt: ^void.length[] = 0
18014:
18015: 2002-08-19 paf
18016:
18017: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18018: work now
18019:
18020: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18021: error in xnode, which were not catched in xdoc]
18022:
18023: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18024: prepared: // validate each document after load/create (?)
18025: //xmlDoValidityCheckingDefaultValue = 1;
18026:
18027: 2002-08-15 paf
18028:
18029: * src/classes/classes.h: write to static var caused useless
18030: Exception, introduced Methoded::put_element wich consumes those
18031:
18032: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18033: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18034: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18035: $response:field[date] $response:field[$.xxx[date]]
18036:
18037: * src/: classes/hash.C, classes/string.C, classes/table.C,
18038: classes/void.C, include/pa_sql_connection.h: fixed source of
18039: ^hash::sql{bad}
18040:
18041: * operators.txt: $request:body unprecessed POST request body
18042:
18043: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18044:
18045: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18046: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18047:
18048: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18049: src/include/pa_request.h, src/main/pa_pool.C,
18050: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18051: $request:body r.post_data now const
18052:
18053: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18054: classes/xnode.C, main/execute.C, types/pa_value.h,
18055: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18056: types/pa_vtable.h: instead of type() checking everywhere used
18057: Value.as now user descendants can be used in params.
18058:
18059: VObject::as_*, is_defined now taken from bases. xtable(table)
18060: ^if($xtable) now OK
18061:
18062: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18063: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18064: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18065:
18066: 2002-08-14 paf
18067:
18068: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18069: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18070: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18071: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18072: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18073: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18074: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18075: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18076: types/pa_vresponse.C, types/pa_vresponse.h,
18077: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18078: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18079: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18080: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18081: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18082: & VClass
18083:
18084: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18085:
18086: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18087: removed fixopt stupidity. on stupid linux use cd /document/root
18088: ../cgi/parser3 script
18089:
18090: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18091: params, splitting them by space, excluding argv[0], argv[argc-1]
18092:
18093: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18094: fixopt.h: fixopt now preprocesses command line params, splitting
18095: them by space, excluding argv[0], argv[argc-1]
18096:
18097: * src/targets/cgi/parser3.C: -f config file
18098:
18099: * src/targets/cgi/parser3.C: fixed .log file dir
18100:
18101: 2002-08-13 paf
18102:
18103: * src/types/pa_vobject.C: allow override parent variables, useful
18104: for form descendants [in vobject too, were in vclass]
18105:
18106: * src/types/pa_vclass.C: allow override parent variables, useful
18107: for form descendants
18108:
18109: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18110: overwritten in derived(table)
18111:
18112: * src/: classes/form.C, classes/mail.C, classes/op.C,
18113: classes/xnode.h, include/pa_request.h, main/execute.C,
18114: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18115: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18116: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18117: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18118: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18119: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18120: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18121: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18122: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18123: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18124: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18125: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18126: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18127: Value::get_element(..., bool looking_down) [needed to exclude
18128: endless recoursion]
18129:
18130: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18131: fix bug with put endless recoursion todo: check 'as'
18132:
18133: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18134: reorganized modules todo: fix bug with put endless recoursion
18135: todo: check 'as'
18136:
18137: * src/types/pa_vobject.h: checked: table fields can be overwritten
18138: in derived(table)
18139:
18140: * src/types/pa_vobject.h: derived classes can have fields of their
18141: own now
18142:
18143: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18144: fixed error message on using non-created table
18145:
18146: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18147: classes/op.C, classes/xnode.h, include/pa_request.h,
18148: main/compile.C, main/compile.tab.C, main/execute.C,
18149: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18150: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18151: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18152: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18153: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18154: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18155: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18156: types/pa_vresponse.C, types/pa_vresponse.h,
18157: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18158: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18159: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18160: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18161: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18162: looking down/up tree todo: fix error message on non-constructed
18163: parents
18164:
18165: 2002-08-12 paf
18166:
18167: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18168: derived OK
18169:
18170: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18171: thorough testing
18172:
18173: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18174: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18175: types/pa_vobject.h, types/pa_vstateless_class.h,
18176: types/pa_vstateless_object.h, types/pa_wcontext.h,
18177: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18178: ^base:create[] dynamic call rewritten todo: thorough testing
18179:
18180: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18181: now instantates base class, remembers it and saves child in
18182: parent VObject.get_class now returns last child = downward
18183: virtual calls OK
18184:
18185: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18186: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18187: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18188: types/pa_vobject.h, types/pa_vresponse.h,
18189: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18190: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18191: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18192: VAliased [redundant], moved $CLASS to VObject only [parser class
18193: instance]
18194:
18195: * src/main/pa_request.C: $response:body[file] content-type check
18196: fixed [were bad when content-type is hash]
18197:
18198: 2002-08-09 paf
18199:
18200: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18201: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18202:
18203: 2002-08-08 paf
18204:
18205: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18206: src/main/pa_globals.C: year column in month calendar [week year]
18207:
18208: * src/main/execute.C: error reporting on object writes to MAIN
18209: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18210:
18211: * operators.txt, src/types/pa_vdate.h: $date.yearday
18212: $date.daylightsaving
18213:
18214: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18215: use tainted data now. only she must specify the language.
18216:
18217: ^mail:send[ $.from[paf@mail.design.ru]
18218: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18219: $.text[^taint[uri][ìîñêâà]=] ]
18220:
18221: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18222: now prints more precise origin
18223:
18224: * src/include/pa_string.h: String::first_char now not fails on
18225: empty strings ^if(-f '') now ok and in 3 other places.
18226:
18227: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18228: String::first_char now not fails on empty strings ^if(-f '') now
18229: ok and in 3 other places.
18230:
18231: 2002-08-07 paf
18232:
18233: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18234: fixed
18235:
18236: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18237:
18238: * src/: main/execute.C, types/pa_vcode_frame.h,
18239: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18240: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18241: mistakenly not completely transparent to object writes.
18242: $hash[^if(1){$hash}] now works
18243:
18244: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18245: now erasing cache file [there were bad check on that]
18246:
18247: * src/: classes/classes.dsp, classes/table.C,
18248: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18249: all Debug dirs in .dsp now named 'Debug'
18250:
1.116 moko 18251: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18252:
18253: * operators.txt, src/classes/mail.C: exception_type email.send
18254:
18255: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18256:
18257: * src/types/pa_vmail.C: mail:send empty email checked
18258:
18259: 2002-08-06 paf
18260:
18261: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18262: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18263: ^table::create[$source;$.options] ^table::join[$source;$.options]
18264:
18265: * operators.txt, src/classes/hash.C, src/classes/string.C,
18266: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18267: # $.default() }
18268:
18269: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18270:
18271: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18272: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18273: $file.content-type [instead of .mime-type] now works for
18274: file::stat also
18275:
18276: * src/main/pa_request.C: case insensitive mime_type_of
18277:
18278: 2002-08-05 paf
18279:
18280: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18281:
18282: * src/types/pa_vmail.C: file buffer relocated to parser heap
18283:
18284: * operators.txt: comment on date:calendar week column
18285:
18286: * src/main/pa_common.C: write checked
18287:
18288: * src/main/: pa_common.C: write checked
18289:
18290: * src/classes/date.C: +1 buf size for stupid snprintfs
18291:
18292: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18293: month calendar week column [ISO 8601 Week Numbers]
18294:
18295: 2002-08-02 paf
18296:
18297: * src/: include/pa_config_fixed.h, main/pa_string.C,
18298: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18299: DEBUG*
18300:
18301: * configure, configure.in, src/include/pa_version.h: release
18302: 3_0_0005
18303:
18304: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18305: multipart post fixed
18306:
18307: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18308: response transcoded source->client only when text/* or simple
18309: onoverridden $response:body
18310:
18311: 2002-08-01 paf
18312:
18313: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18314: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18315: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18316: classes/op.C, classes/response.C, classes/string.C,
18317: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18318: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18319: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18320: include/pa_config_fixed.h, include/pa_dictionary.h,
18321: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18322: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18323: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18324: include/pa_socks.h, include/pa_sql_connection.h,
18325: include/pa_sql_driver_manager.h, include/pa_stack.h,
18326: include/pa_string.h, include/pa_stylesheet_connection.h,
18327: include/pa_stylesheet_manager.h, include/pa_table.h,
18328: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18329: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18330: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18331: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18332: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18333: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18334: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18335: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18336: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18337: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18338: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18339: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18340: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18341: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18342: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18343: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18344: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18345: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18346: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18347: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18348: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18349: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18350: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18351: types/pa_vmethod_frame.h, types/pa_vobject.h,
18352: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18353: types/pa_vresponse.h, types/pa_vstateless_class.C,
18354: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18355: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18356: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18357: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18358: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18359: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18360:
18361: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18362: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18363: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18364: classes/math.C, classes/op.C, classes/response.C,
18365: classes/string.C, classes/table.C, classes/void.C,
18366: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18367: include/pa_array.h, include/pa_cache_managers.h,
18368: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18369: include/pa_config_fixed.h, include/pa_config_includes.h,
18370: include/pa_dictionary.h, include/pa_dir.h,
18371: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18372: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18373: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18374: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18376: include/pa_stack.h, include/pa_string.h,
18377: include/pa_stylesheet_connection.h,
18378: include/pa_stylesheet_manager.h, include/pa_table.h,
18379: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18380: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18381: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18382: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18383: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18384: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18385: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18386: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18387: main/pa_sql_driver_manager.C, main/pa_string.C,
18388: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18389: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18390: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18391: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18392: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18393: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18394: targets/isapi/pool_storage.h, types/pa_valiased.C,
18395: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18396: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18397: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18398: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18399: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18400: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18401: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18402: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18403: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18404: types/pa_vresponse.C, types/pa_vresponse.h,
18405: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18406: types/pa_vstateless_object.h, types/pa_vstatus.C,
18407: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18408: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18409: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18410: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18411: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18412: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18413: types/Makefile.am: ident.C* removed
18414:
18415: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18416: file:find[/can/do/this/now.txt]
18417:
18418: * src/targets/cgi/parser3.C: usage to stdout now
18419:
18420: 2002-07-31 paf
18421:
18422: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18423:
18424: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18425: default "postmaster"
18426:
18427: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18428: -f postmaster now default sendmail key word "postmaster"
18429: replaced to $.from
18430:
18431: 2002-07-30 paf
18432:
1.116 moko 18433: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18434: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18435:
18436: * src/main/pa_charset.C: comment
18437:
18438: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18439: table, &#decimal;
18440:
18441: * src/main/pa_request.C: comment
18442:
18443: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18444: paragraf]
18445:
18446: 2002-07-11 paf
18447:
18448: * src/main/pa_exec.C: build command line badly added params twice
18449: [and first time without ' ']. double wrong. fixed.
18450:
18451: * src/main/pa_exec.C: invalid .exe caused error message with params
18452: wich parser did not provide = reported badly. fixed that.
18453:
18454: * src/classes/mail.C: $MAIL[ # xxx ]
18455:
18456: now ok
18457:
18458: * operators.txt: plan: sql detailed exception
18459:
18460: 2002-07-01 paf
18461:
18462: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18463: [MForm.configure_admin were called when request.main_class ==0
18464:
18465: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18466:
18467: * src/classes/form.C: content_length type fix
18468:
18469: 2002-06-30 paf
18470:
18471: * src/classes/mail.C: merged from 4
18472:
18473: * src/classes/mail.C: restored $MAIL
18474:
18475: 2002-06-28 paf
18476:
18477: * configure, configure.in: removed paths.h
18478:
1.116 moko 18479: * configure, src/include/pa_version.h,
1.95 moko 18480: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18481: merged, makes updated
18482:
18483: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18484: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18485: src/include/pa_pool.h, src/include/pa_version.h,
18486: src/main/pa_charset.C, src/main/pa_pool.C,
18487: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18488: src/types/pa_vmail.C: merged latest updates to head
18489:
18490: 2002-06-27 paf
18491:
18492: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18493: not error now
18494:
18495: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18496: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18497: src/main/pa_charset.C, src/main/pa_pool.C:
18498: ^xdoc::create[[uri]]... base uri for document being created,
18499: imports and other relative file names would be relative to this
18500: uri default uri=path_translated
18501:
18502: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18503:
18504: 2002-06-26 paf
18505:
18506: * configure, configure.in, src/include/pa_version.h:
18507: release_3_0_0004
18508:
18509: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18510: 0 now
18511:
18512: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18513:
18514: 2002-06-25 paf
18515:
18516: * src/main/pa_string.C: emtpy string, or string of whitespaces
18517: considered bad number now
18518:
18519: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18520: now
18521:
18522: * operators.txt, src/classes/string.C: ^string.normalize [old
18523: name: optimize
18524:
18525: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18526: library configured
18527:
18528: * src/main/pa_request.C: configure_admin forced if no @conf
18529:
1.150 moko 18530: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18531: ^math:crypt updated to generate random salt when needed and to
18532: call system crypt() if not $apr1$ prefix
1.95 moko 18533:
18534: 2002-06-24 paf
18535:
18536: * INSTALL: --with-static/shared-mailreceive described
18537:
18538: * src/include/pa_config_fixed.h: ssize_t fixed
18539:
1.116 moko 18540: * configure, configure.in, src/include/pa_config_auto.h.in,
18541: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18542: src/types/pa_vmail.C: $mail:received makes update
18543:
18544: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18545: WITH_MAILRECEIVE
18546:
18547: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18548:
18549: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18550: option, for $mail:receive
18551:
18552: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18553: introducting $message:received ^mail:send rewritten with backward
18554: comp
18555:
18556: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18557: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18558: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18559: now
18560:
18561: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18562: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18563: src/include/pa_request.h, src/include/pa_string.h,
18564: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18565: src/main/pa_globals.C, src/main/pa_request.C,
18566: src/main/pa_string.C, src/main/pa_uue.C,
18567: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18568: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18569: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18570: uue to separate file introducting $message:received ^mail:send
18571: rewritten with backward comp
18572:
18573: 2002-06-21 paf
18574:
1.116 moko 18575: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18576: co changes
1.95 moko 18577:
1.116 moko 18578: * configure, configure.in, src/lib/md5/Makefile.am,
18579: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18580: restructure .in and .am files appropriate changes
1.95 moko 18581:
18582: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18583: pcre to libs/ added libs/md5 which is linked to non-apache
18584: targets ^math:crypt[password;$apr1$salt]
18585:
18586: * INSTALL, configure.in, operators.txt, parser3.dsw,
18587: src/Makefile.am, src/classes/Makefile.am,
18588: src/classes/classes.dsp, src/classes/math.C,
18589: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18590: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18591: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18592: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18593: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18594: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18595: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18596: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18597: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18598: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18599: src/lib/pcre/pcre_parser_ctype.dsp,
18600: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18601: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18602: src/main/compile.tab.C, src/main/main.dsp,
18603: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18604: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18605: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18606: to libs/ added libs/md5 which is linked to non-apache targets
18607: ^math:crypt[password;$apr1$salt]
18608:
18609: 2002-06-20 paf
18610:
1.150 moko 18611: * INSTALL, configure, configure.in, operators.txt,
18612: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18613: src/include/pa_globals.h, src/include/pa_request.h,
18614: src/main/execute.C, src/main/pa_request.C,
18615: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18616: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18617: file:justname&co & @auto/conf[filespec
1.95 moko 18618:
18619: * operators.txt, src/classes/file.C:
18620: !^file:dirname[/a/some.tar.gz]=/a
18621: !^file:dirname[/a/b/]=/a
18622: !^file:basename[/a/some.tar.gz]=some.tar.gz
18623: !^file:justname[/a/some.tar.gz]=some.tar
18624: !^file:justext[/a/some.tar.gz]=gz
18625:
18626: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18627: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18628: @conf/auto[filespec]
18629:
1.116 moko 18630: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18631:
1.150 moko 18632: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18633: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18634: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18635:
18636: 2002-06-18 paf
18637:
18638: * configure, configure.in, src/include/pa_version.h: version to
18639: configure.in
18640:
18641: * INSTALL: reflected .conf.dist dir change
18642:
1.150 moko 18643: * Makefile.am, configure, configure.in,
1.116 moko 18644: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18645: .in & *.am updated
18646:
18647: * src/classes/file.C: strncasecmp
18648:
18649: * src/classes/file.C: strcasecmp
18650:
1.150 moko 18651: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18652:
18653: * src/classes/file.C: ^file::exec[script;$.bad error case
18654: insensitive check now
18655:
18656: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18657:
18658: * configure, configure.in, src/include/pa_pool.h,
18659: src/include/pa_types.h: pack configure.in detection simplified.
18660: figured out that gcc on sparc not that stupid as thought
18661: previously: on sparc: when it sees packed class it modifies it's
18662: field-access-code to byte operations [stb, ldub] instead of 4byte
18663: operations [st, lduh] so packed must be all parts of packed
18664: class, i.e. it's parents&fields(classes). for now it's only
18665: String that packed and what was wrong is that it's parent -
18666: Pooled, were not packed. fixed that.
18667:
18668: 2002-06-14 paf
18669:
18670: * operators.txt: more precise xml-to-text options
18671:
18672: * operators.txt, src/types/pa_vxnode.C: xnode
18673: attribute_node.name/value xnode pi.node.data
18674:
18675: 2002-06-12 paf
18676:
1.116 moko 18677: * configure, configure.in, src/targets/cgi/Makefile.am,
18678: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18679:
18680: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18681: src/include/pa_globals.h, src/include/pa_request.h,
18682: src/main/compile.tab.C, src/main/pa_globals.C,
18683: src/main/pa_request.C, src/targets/cgi/parser3.C,
18684: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18685:
18686: * src/classes/mail.C: sendmail -ti [default now]
18687:
18688: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18689: to be strings. for convinient #ing
18690:
18691: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18692: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18693:
18694: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18695: main/pa_globals.C, main/pa_request.C: @conf
18696:
18697: 2002-06-11 paf
18698:
18699: * src/classes/file.C: check simplified
18700:
18701: * src/: classes/file.C, targets/cgi/parser3.dsp,
18702: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18703: valid prefix
18704:
18705: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18706: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18707: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18708:
18709: 2002-06-10 paf
18710:
18711: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18712: src/main/pa_common.C: lock failures reported now
18713:
18714: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18715: string->double @ compile time were not-enough-checking...
18716:
18717: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18718: autoconvert now ignored
18719:
18720: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18721: check
18722:
18723: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18724: $response:body content-type:name
18725:
18726: * configure, configure.in: hpux check, nsl link, no socket
18727:
18728: * operators.txt: old merge conflict removed
18729:
18730: * configure, configure.in: pack even address access on sparc&co
18731: arch checked in configure
18732:
18733: * configure, src/include/pa_version.h: makes
18734:
18735: * configure, configure.in, src/include/pa_version.h: makes
18736:
18737: * src/main/untaint.C: (bug#2) mail subject got always prepended
18738: with charset even when all letters were 7bit one
18739:
18740: * src/main/pa_common.C: merged fixed -d (bug)
18741:
18742: * src/main/pa_common.C: fixed -d (bug)
18743:
18744: 2002-06-03 paf
18745:
18746: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18747: src/classes/classes.dsp, src/main/compile.tab.C,
18748: src/main/main.dsp, src/main/pa_globals.C,
18749: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18750: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18751: .dsp-s along with reorganized cvs modules dirs structure
18752:
18753: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18754: main/pa_globals.C, targets/cgi/parser3.dsp,
18755: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18756: modules
18757:
18758: 2002-05-28 paf
18759:
18760: * src/targets/cgi/parser3.C: info.uri now ""
18761:
18762: 2002-05-17 paf
18763:
18764: * src/classes/: table.C: ^table.save << checked empty
18765: pre/match/post columns
18766:
18767: 2002-05-16 paf
18768:
18769: * src/classes/image.C: image::measure can png now
18770:
18771: 2002-05-15 paf
18772:
18773: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18774: added
18775:
18776: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18777:
18778: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18779: %H[:%M[:%S]]]]]] [-%m now
18780:
18781: 2002-05-14 paf
18782:
18783: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18784:
18785: 2002-05-07 paf
18786:
18787: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18788: src/include/pa_globals.h, src/include/pa_request.h,
18789: src/include/pa_table.h, src/main/compile.tab.C,
18790: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18791: src/main/pa_request.C, src/main/pa_table.C,
18792: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18793: src/targets/isapi/parser3isapi.dsp,
18794: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18795: name2number field now &. main_method_name now on Request pool
18796: rather on global_pool [Junction+VJunction created on same pool as
18797: name = were created on global pool, causing mem leaks]
18798:
18799: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18800: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18801: main/compile.y, main/main.dsp, main/pa_globals.C,
18802: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18803: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18804: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18805: field now &. main_method_name now on Request pool rather on
18806: global_pool [Junction+VJunction created on same pool as name =
18807: were created on global pool, causing mem leaks]
18808:
18809: 2002-05-06 paf
18810:
18811: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18812: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18813: 100*40 bytes per request memory leak [nonpool malloc in globals]
18814:
18815: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18816: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18817: 100*40 bytes per request memory leak [nonpool malloc in globals]
18818:
18819: 2002-04-30 paf
18820:
18821: * configure, src/include/pa_version.h: version now not b
18822:
18823: * src/targets/cgi/parser3.C: request.uri now never 0
18824:
18825: 2002-04-29 paf
18826:
18827: * configure.in: removed b
18828:
18829: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18830: Exception::comment/type checked in (), no there's no empty
18831: type/comment by default
18832:
18833: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18834: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18835: src/doc/value.dox, src/include/pa_exception.h,
18836: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18837: 0001
18838:
18839: 2002-04-26 paf
18840:
18841: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18842: size reduced
18843:
18844: 2002-04-25 paf
18845:
18846: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18847: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18848: now that took into account
18849:
18850: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18851: 01:03:04]
18852:
18853: * ChangeLog, operators.txt, src/classes/date.C:
18854: ^date::create[2002-12-33 01:03:04]
18855:
18856: * ChangeLog: updated changelog
18857:
18858: * src/classes/table.C: removed restriction on column count to
18859: ^table.hash to work, now must be >0 [were >1]
18860:
18861: 2002-04-24 paf
18862:
18863: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18864: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18865: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18866: targets
18867:
18868: 2002-04-23 paf
18869:
18870: * operators.txt, src/classes/string.C:
18871: int/double/string:sql{}[$.default{code}] fixed [were barking:
18872: "junction used outside of context"]
18873:
18874: 2002-04-22 paf
18875:
18876: * types.txt, src/classes/string.C, src/include/pa_string.h,
18877: src/main/pa_string.C, src/types/pa_vstring.C,
18878: src/types/pa_vstring.h: ^string.optimize[]
18879:
18880: * src/: include/pa_globals.h, include/pa_table.h,
18881: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18882: table template
18883:
18884: * src/classes/: string.C: optimize removed from string
18885: .left/right/pos
18886:
18887: * src/main/execute.C: rolled back to
18888: before_killing_userjunction_contexts
18889:
18890: * src/main/execute.C: user junctions context killed
18891:
18892: * src/main/execute.C: junctions to local contexts got
18893: cleanized&checked later
18894:
18895: 2002-04-19 paf
18896:
18897: * src/: classes/string.C, include/pa_request.h,
18898: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18899: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18900: prior to .left .right .mid .pos .match when that is profitable,
18901: and always before .replace when $ORIGINS(1) optimization disabled
18902: economy from not wasting mem on lots of strings which occur by
18903: lots of String:mid calls to get parts of source string between
18904: found_occurances
18905:
18906: * src/classes/file.C: ovector now local economy: 16 bytes per
18907: ^file:list
18908:
18909: * src/: include/pa_globals.h, include/pa_table.h,
18910: main/pa_globals.C, main/pa_string.C: String::match table columns
18911: globalized, not created @ each ^match anymore economy:
18912: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18913:
18914: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18915: removed from each String::match replace iteration, and made
18916: stacked sizeof(VTable)=12bytes economy on each replace code
18917:
18918: * src/doc/footer.htm: 2001,
18919:
18920: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18921: string.match[]['] option enables generation of $match.prematch
18922: .match .postmatch columns
18923:
18924: * src/main/pa_string.C: String::match options analized without
18925: cstr-ing them now
18926:
18927: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18928: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18929: config updated to doxygen 1.2.15, created helper which fixes
18930: minor bugs in chm project files & htm tree. changed extension to
18931: .htm
18932:
18933: 2002-04-18 paf
18934:
18935: * src/doc/doxygen.cfg: .chi generation disabled
18936:
18937: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18938: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18939: fields&methods
18940:
18941: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18942: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18943: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18944: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18945: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18946: types/pa_vresponse.h, types/pa_vstateless_class.h,
18947: types/pa_vstateless_object.h, types/pa_vstatus.h,
18948: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18949: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18950: VStateless_class to VObject
18951:
18952: * src/: main/pa_request.C, types/pa_valiased.h,
18953: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18954: types/pa_vstring.h: VStateless_string_object speicalized light
18955: version of VStateless_object
18956:
18957: * src/classes/op.C: ^throw comment param made optional
18958:
18959: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18960: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18961: and implemented down in VClass, fclass_alias removed,
18962:
18963: * src/types/pa_value.C: forced to cut that from .h because of
18964: VStateless_class usage [undefined in .h]
18965:
18966: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18967: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18968: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18969: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18970: on each CALL]
18971:
18972: * src/: classes/classes.h, classes/date.C, classes/double.C,
18973: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18974: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18975: classes/response.C, classes/string.C, classes/table.C,
18976: classes/void.C, classes/xnode.C, include/pa_globals.h,
18977: include/pa_request.h, main/execute.C, main/pa_globals.C,
18978: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18979: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18980: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18981: types/pa_vstateless_class.h, types/pa_wcontext.C,
18982: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18983: removed Value::fname
18984:
18985: 2002-04-17 paf
18986:
18987: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18988: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18989: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18990: include/pa_pool.h, include/pa_types.h: dox updated to current
18991: state, PTHROW freshen to throw & co
18992:
18993: * src/types/pa_vhash.h: vstring wrong parent fixed
18994:
18995: * src/classes/op.C: taint local result var bug fixed
18996:
18997: 2002-04-16 paf
18998:
18999: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19000: Attic asm.txt as most interesting
19001:
19002: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19003: check, preventing content-length: 0 from appearing
19004:
19005: * src/main/execute.C: $result in @main now taken into account as in
19006: usual functions
19007:
19008: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19009: & @unhandled_exception now taken into account as in usual
19010: functions
19011:
19012: * src/doc/postbuild.txt: instructions on post .html build
19013:
19014: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19015:
19016: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19017: tainted
19018:
19019: * src/main/pa_request.C: uri in error log
19020:
19021: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19022: cheched date:create(days) param for validity [later were assumed
19023: valid and crashed on invalid onces]
19024:
19025: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19026: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19027: and used that for removing VString wrapper
19028:
19029: * src/classes/op.C: exception2vhash file now tainted
19030:
19031: * src/classes/op.C: _process pseudo origin copied from local var to
19032: heap
19033:
19034: * src/classes/op.C: extra check on empty file in origin in _execute
19035:
19036: 2002-04-15 paf
19037:
19038: * src/: main/execute.C, types/pa_value.h: fixed name update
19039:
19040: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19041: functions
19042:
19043: * src/: classes/file.C, classes/hash.C, classes/op.C,
19044: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19045: started dual write_xxx_lang functions, if checked & works
19046:
19047: * src/: classes/date.C, classes/file.C, classes/mail.C,
19048: classes/string.C, classes/xnode.C, include/pa_request.h,
19049: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19050: unnecessary VString shells
19051:
19052: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19053: prev changes]
19054:
19055: * src/: classes/image.C, classes/op.C, classes/string.C,
19056: classes/table.C, include/pa_request.h, main/execute.C,
19057: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19058: StringOrValue wcontext result, now ready for dual writes
19059:
19060: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19061: checked that
19062:
19063: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19064: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19065: changed to OP_WRITE_VALUE in var get cases
19066:
19067: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19068: include/pa_request.h, main/compile.tab.C, main/compile.y,
19069: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19070: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19071: switch in hash constructor fixed [were problems with using of
19072: stacked wwrapper after it's death]
19073:
19074: 2002-04-12 paf
19075:
19076: * operators.txt, src/classes/table.C: table.select(expression) 0
19077:
19078: 2002-04-11 paf
19079:
19080: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19081: Request::process_internal codeFrame & wwrapper stacked [not
19082: wasting heap anymore]
19083:
19084: 2002-04-10 paf
19085:
19086: * src/: classes/double.C, classes/file.C, classes/hash.C,
19087: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19088: classes/string.C, classes/table.C, classes/void.C,
19089: classes/xdoc.C, include/pa_request.h, main/execute.C,
19090: main/pa_string.C: killed Request::process() wrapping
19091: VString(String) in case we need only String
19092:
19093: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19094: killed 8 bytes from String.head
19095:
19096: 2002-04-09 paf
19097:
19098: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19099: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19100: local*/char b[...]; a=b; situations
19101:
19102: * operators.txt, src/classes/xdoc.C: xslt params made literal
19103:
19104: * src/classes/xdoc.C: xslt params fixed
19105:
19106: * src/: main/pa_common.C, targets/cgi/parser3.C,
19107: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19108: not pool.malloc(MAX_NUMBER) but really neaded
19109:
19110: * operators.txt, src/classes/double.C, src/classes/int.C:
19111: int/double.int/double(default)
19112:
19113: 2002-04-04 paf
19114:
19115: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19116: [when reconstructing pieces were split by
19117: max_integral(piece.size), thus some strings to replace happen to
19118: be split into two = not replaced)
19119:
19120: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19121: standalone version = current dir
19122:
19123: * src/targets/cgi/parser3.C: document root in standalone version =
19124: current dir
19125:
19126: 2002-04-03 paf
19127:
19128: * configure, configure.in: more checks on nonexistent charset
19129:
1.116 moko 19130: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19131:
19132: 2002-04-02 paf
19133:
19134: * src/main/compile.C: parser.compile [exception name more like in
19135: doc]
19136:
19137: 2002-04-01 paf
19138:
19139: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19140: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19141: .content-type.charset, not .charset
19142:
19143: 2002-03-29 paf
19144:
19145: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19146:
19147: * operators.txt, src/classes/date.C: ^date::create now may not
19148: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19149: days' year. | 31.05->31.04 roll
19150:
19151: 2002-03-28 paf
19152:
19153: * operators.txt, src/classes/date.C, src/classes/op.C,
19154: src/include/pa_globals.h, src/include/pa_hash.h,
19155: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19156: ^cache(seconds) ^cache[date] }
19157:
19158: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19159: param
19160:
19161: 2002-03-27 paf
19162:
19163: * operators.txt, src/classes/date.C, src/classes/double.C,
19164: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19165: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19166: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19167: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19168: src/classes/xnode.C, src/include/pa_exception.h,
19169: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19170: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19171: src/main/pa_array.C, src/main/pa_charset.C,
19172: src/main/pa_charsets.C, src/main/pa_common.C,
19173: src/main/pa_dictionary.C, src/main/pa_exception.C,
19174: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19175: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19176: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19177: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19178: src/types/pa_value.h, src/types/pa_vcookie.C,
19179: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19180: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19181: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19182: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19183: src/types/pa_wwrapper.h: assigned exception types
19184:
19185: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19186: src/include/pa_request.h, src/main/execute.C,
19187: src/main/pa_request.C: decided agains resetting exception_trace,
19188: just changed name
19189:
19190: 2002-03-26 paf
19191:
19192: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19193: fixed
19194:
19195: * src/classes/op.C: forced language of $source field of exception
19196: to 'tainted', so that sql-langed-frags could be outputed outside
19197: of connect
19198:
19199: * operators.txt: removed date.roll limit of +-1 offset
19200:
19201: * src/classes/date.C: removed date.roll limit of +-1 offset
19202:
19203: * operators.txt, src/classes/date.C: fixed date roll on
19204: daylightsaving days mktime took into account tm_isdst flag, which
19205: remained from BEFORE roll, but should have been reset
19206:
19207: 2002-03-25 paf
19208:
19209: * operators.txt, src/targets/cgi/parser3.C:
19210: http_site_config_filespec
19211:
19212: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19213: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19214: with any/both --disable-foreign-group-files --disable-execs
19215:
19216: * INSTALL: "--with=sendmail=COMMAND" comment
19217:
19218: * INSTALL, configure, configure.in, src/classes/mail.C,
19219: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19220: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19221: disables execs also. introducing --sendmail
1.95 moko 19222:
19223: * operators.txt: pgsql options comment
19224:
19225: * INSTALL: comment on --disable-link-stdcpp
19226:
1.116 moko 19227: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19228: libstdc++ link skipping configure option
1.95 moko 19229:
19230: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19231: with error were put to cache with 'marked_to_rollback' flag, all
19232: consequent even OK requests rolled back
19233:
19234: 2002-03-22 paf
19235:
19236: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19237: false return
19238:
19239: * operators.txt: few comments on sets
19240:
19241: 2002-03-18 paf
19242:
19243: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19244: src/include/pa_globals.h, src/include/pa_request.h,
19245: src/include/pa_stack.h, src/main/pa_globals.C,
19246: src/main/pa_request.C: introducing ^try
19247:
19248: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19249: types/pa_vdouble.h: removed some tested @tests
19250:
19251: 2002-03-15 paf
19252:
19253: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19254:
19255: 2002-03-13 paf
19256:
19257: * src/main/pa_exception.C: checked not-pooled malloc
19258:
19259: 2002-03-11 paf
19260:
19261: * INSTALL, configure, configure.in,
19262: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19263:
19264: * src/main/pa_common.C: --disable-foreign-group-files
19265:
19266: * INSTALL: --disable-execs
19267:
19268: * src/main/pa_exec.C: --disable-execs
19269:
19270: * configure, configure.in, src/include/pa_config_auto.h.in:
19271: --disable-execs
19272:
19273: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19274:
19275: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19276: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19277:
19278: 2002-03-05 paf
19279:
19280: * operators.txt, src/classes/date.C: date week calendar columns
19281: named
19282:
19283: * operators.txt, src/classes/date.C: date week calendar columns
19284: named
19285:
19286: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19287: requires headers to be terminated with \r\n manually [refuses to
19288: separate header/body itself]
19289:
19290: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19291: targets/isapi/parser3isapi.C: isapi site config beside .dll
19292:
19293: 2002-03-04 paf
19294:
19295: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19296: in PASS language
19297:
19298: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19299: deserialize checks on broken file
19300:
19301: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19302: parser3isapi.dsp: isapi updated
19303:
19304: 2002-03-01 paf
19305:
19306: * src/main/pa_exec.C: execle -> execve, now argc OK
19307:
19308: 2002-02-28 paf
19309:
19310: * src/main/untaint.C: removed some debug comments
19311:
19312: * src/main/pa_charsets.C: when placing charset to cache using
19313: global name now [were request]
19314:
19315: * configure, configure.in: apache module updated
19316:
19317: * src/main/pa_string.C: origin by first piece preferred before last
19318: piece
19319:
19320: 2002-02-27 paf
19321:
19322: * src/main/pa_charset.C: size_t
19323:
19324: * INSTALL: shared/static-xml with-pathlink
19325:
19326: * operators.txt: SMTP comment
19327:
19328: 2002-02-26 paf
19329:
19330: * src/main/pa_exec.C: more precise names for vars, cosmetic
19331:
19332: * src/classes/xnode.C: in some situation, xpath query returned
19333: result with type NODESET, but empty nodeset member field, checked
19334: that
19335:
19336: 2002-02-22 paf
19337:
19338: * INSTALL: without-zlib comment
19339:
19340: * etc/parser3.charsets/windows-1251.cfg: °
19341:
19342: * configure, configure.in: glib###.a detection fixed
19343:
19344: * INSTALL: hashfile removed from INSTALL
19345:
1.116 moko 19346: * Makefile.am: make update
1.95 moko 19347:
19348: * src/main/pa_string.C: string iterators fixed again, so were
19349: String::join_chain
19350:
19351: * src/main/pa_string.C: string iterators fixed again, so were
19352: String::join_chain
19353:
19354: * src/: include/pa_string.h, main/pa_string.C: string iterators
19355: fixed again, so were String::join_chain
19356:
19357: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19358:
19359: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19360: "session"
19361:
1.116 moko 19362: * configure, configure.in, src/include/pa_config_auto.h.in:
19363: --with-shared-xml --with-static-xml
1.95 moko 19364:
19365: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19366: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19367: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19368: xalan&xml
19369:
19370: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19371:
19372: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19373: src/types/types.dsp: removed hashfile support from sources for
19374: now
19375:
1.116 moko 19376: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19377: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19378: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19379: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19380: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19381: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19382: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19383: src/types/Makefile.am, src/types/pa_vhashfile.C,
19384: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19385:
19386: 2002-02-21 paf
19387:
19388: * src/main/untaint.C: removed debug code, activated commented-for
19389: debug parts
19390:
1.116 moko 19391: * Makefile.am: make cvsupdate
1.95 moko 19392:
19393: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19394: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19395: append_row, not at link zero now string to string appending works
19396:
19397: 2002-02-20 paf
19398:
19399: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19400: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19401: DEBUG_STRING_APPENDS_VS_EXPANDS
19402:
19403: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19404: economy: 22%
19405:
19406: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19407: space uptimized: string::link_row removed
19408:
19409: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19410: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19411: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19412: types/pa_vstring.h: speed uptimized: string::is_empty
19413:
19414: * operators.txt, src/include/pa_common.h,
19415: src/include/pa_config_fixed.h, src/include/pa_string.h,
19416: src/include/pa_types.h, src/main/compile.tab.C,
19417: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19418: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19419: string append optimiziation idea and estimates
19420:
19421: 2002-02-19 paf
19422:
19423: * src/classes/math.C: not used directly [but erroreously reported
19424: that 'is', thus registering twice&other probs]
19425:
19426: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19427: to node [element]
19428:
19429: * src/main/compile.C: without string_origins parse error
19430: file+line+col possible
19431:
19432: * src/main/: compile.C: without string_origins not worked
19433:
19434: 2002-02-18 paf
19435:
19436: * src/types/pa_vdouble.h: since we have in_expression removed that
19437: trick i've installed into double::as_string
19438:
19439: * src/main/pa_globals.C: extern "C" was removed too fast
19440:
19441: * src/: include/pa_opcode.h, include/pa_request.h,
19442: main/compile.tab.C, main/compile.y, main/execute.C,
19443: types/pa_wcontext.h: in_expression aimed to solve old problem
19444: with string/nonstring values, now in expressions double/int
19445: values are passed as-is, without stupid tostring/fromstring
19446: conversions
19447:
19448: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19449: __cplusplus } #endif
19450:
19451: * src/main/compile.tab.C: bison env set so one could compile
19452: without cygwin installed
19453:
19454: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19455: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19456: gnome xml libs parser .dsp-s changed accordingly
19457:
19458: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19459:
19460: * operators.txt, src/classes/date.C: date::create [were date::set,
19461: with backward comp
19462:
19463: * src/classes/math.C: math:random range check fixed
19464:
19465: * src/main/: compile.tab.C, compile.y: integer division stops name
19466:
19467: * INSTALL: local install comment
19468:
1.116 moko 19469: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19470:
1.116 moko 19471: * acinclude.m4, aclocal.m4, configure, configure.in,
19472: src/include/pa_config_auto.h.in,
19473: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19474: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19475:
19476: * operators.txt: \ comment
19477:
19478: 2002-02-13 paf
19479:
19480: * src/include/pa_config_includes.h: sys/time time both included
19481: now. vaguely remember confilicts on this on some system [not on
19482: six|ablv] so when would see them again would think up proper
19483: check
19484:
1.116 moko 19485: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19486: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19487:
19488: * src/main/pa_common.C: truncation never occured when writing files
19489: on unix [since i've changed cache mech] fix
19490:
19491: * src/main/pa_common.C: strnchr: sanity check added
19492:
19493: * etc/parser3.charsets/windows-1257.cfg: id added
19494:
19495: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19496: baltic charset file generated, in generation script ispunct check
19497: added
19498:
19499: 2002-02-08 paf
19500:
1.116 moko 19501: * src/: include/Makefile.am, sql/Makefile.am,
19502: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19503:
19504: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19505: forgotten
19506:
19507: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19508:
19509: * INSTALL, README: install&others updated
19510:
19511: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19512:
1.116 moko 19513: * Makefile.am, configure, configure.in,
19514: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19515: src/classes/Makefile.am, src/main/Makefile.am,
19516: src/main/pa_status_provider.C, src/targets/Makefile.am,
19517: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19518: works
1.95 moko 19519:
19520: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19521: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19522: classes/hashfile.C, classes/int.C, classes/mail.C,
19523: classes/math.C, classes/op.C, classes/response.C,
19524: classes/string.C, classes/table.C, classes/void.C,
19525: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19526: include/pa_array.h, include/pa_cache_managers.h,
19527: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19528: include/pa_config_fixed.h, include/pa_config_includes.h,
19529: include/pa_db_connection.h, include/pa_db_manager.h,
19530: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19531: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19532: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19533: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19534: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19535: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19536: include/pa_stack.h, include/pa_string.h,
19537: include/pa_stylesheet_connection.h,
19538: include/pa_stylesheet_manager.h, include/pa_table.h,
19539: include/pa_threads.h, include/pa_types.h, main/compile.C,
19540: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19541: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19542: main/pa_db_connection.C, main/pa_db_manager.C,
19543: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19544: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19545: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19546: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19547: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19548: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19549: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19550: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19551: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19552: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19553: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19554: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19555: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19556: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19557: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19558: types/pa_vmethod_frame.h, types/pa_vobject.h,
19559: types/pa_vrequest.h, types/pa_vresponse.h,
19560: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19561: types/pa_vstateless_object.h, types/pa_vstatus.C,
19562: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19563: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19564: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19565: classes/image.C, main/pa_common.C, main/pa_exec.C,
19566: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19567: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19568: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19569: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19570: types/pa_vxnode.C, main/pa_charset.C: name spelling
19571:
19572: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19573: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19574: classes/hashfile.C, classes/image.C, classes/int.C,
19575: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19576: classes/string.C, classes/table.C, classes/void.C,
19577: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19578: include/pa_array.h, include/pa_cache_managers.h,
19579: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19580: include/pa_config_fixed.h, include/pa_config_includes.h,
19581: include/pa_db_connection.h, include/pa_db_manager.h,
19582: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19583: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19584: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19585: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19586: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19587: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19588: include/pa_stack.h, include/pa_string.h,
19589: include/pa_stylesheet_connection.h,
19590: include/pa_stylesheet_manager.h, include/pa_table.h,
19591: include/pa_threads.h, include/pa_types.h, main/compile.C,
19592: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19593: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19594: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19595: main/pa_db_connection.C, main/pa_db_manager.C,
19596: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19597: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19598: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19599: main/pa_socks.C, main/pa_sql_driver_manager.C,
19600: main/pa_status_provider.C, main/pa_string.C,
19601: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19602: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19603: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19604: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19605: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19606: targets/isapi/pool_storage.h, types/pa_valiased.C,
19607: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19608: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19609: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19610: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19611: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19612: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19613: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19614: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19615: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19616: types/pa_vresponse.h, types/pa_vstateless_class.C,
19617: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19618: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19619: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19620: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19621: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19622: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19623:
19624: 2002-02-07 paf
19625:
19626: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19627:
1.116 moko 19628: * configure, configure.in, src/include/pa_config_auto.h.in,
19629: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19630: added yet another locking function: fcntl
1.95 moko 19631:
19632: * config.sub: on cygwin configure passes it with strange i1586
19633: const, hacked it to mean i586
19634:
19635: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19636: disabled $if reference due to conflicts with local variables
19637:
19638: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19639: xdoc::set obsolete now, now xdoc::create, with both sences
19640:
19641: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19642: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19643: table::create now // 'set' name obsolete now table clone.
19644:
19645: * operators.txt, src/classes/string.C,
19646: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19647: ^int/double/string.format now can be called with normal []
19648: brackets, not stupid {} as it were implemented for some strange
19649: reason. retaining backward compatibility due to some
19650: already-implemented servers
19651:
19652: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19653: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19654: operators now detected by check at name_without_curly_rdive_read
19655: rule whether diving code constists only of
19656: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19657: with OP_GET_ELEMENT_OR_OPERATOR to form
19658: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19659:
19660: 2002-02-06 paf
19661:
19662: * configure, configure.in: prefix expanded, grr
19663:
19664: * operators.txt, src/classes/mail.C: mail:send config changed
19665:
19666: 2002-02-05 paf
19667:
19668: * operators.txt: regex options commented
19669:
19670: * src/main/: pa_exec.C: argv0 now correct
19671:
19672: * src/types/pa_vstatus.C: status:rusage 3
19673:
19674: * src/types/pa_vstatus.C: status:rusage 2
19675:
19676: * operators.txt: status:rusage described int operators
19677:
19678: * src/types/pa_vstatus.C: status:rusage 1
19679:
19680: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19681: src/types/types.dsp: status:rusage
19682:
19683: * configure.in, operators.txt, src/classes/file.C,
19684: src/classes/op.C, src/include/pa_common.h,
19685: src/include/pa_config_includes.h, src/main/compile.tab.C,
19686: src/main/pa_common.C: rewritten ^cache to use
19687: non-blocking-exclusive-caches
19688:
19689: * src/main/pa_common.C: text file read mode on win32 adjusted
19690: [speed impact. was off for debugging purpose, but forgotten
19691: afterwards]
19692:
19693: 2002-02-01 paf
19694:
19695: * src/classes/op.C: file_write does EX lock after create, while
19696: file_read does SH after open, so there's a moment after create
19697: but before EX lock when read can sneak into, and read
19698: just-created-for-writing-and-not-yet-locked file, added a check
19699: for that in ^cache...read
19700:
19701: 2002-01-31 paf
19702:
19703: * src/main/: compile.y, compile.tab.C: disabled operator call after
19704: ^xxx:
19705:
19706: * src/main/: compile.tab.C, execute.C: made operators lookup first
19707: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19708:
19709: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19710: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19711: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19712: operators check 6.1 rewritten. now check is done at compile time
19713:
19714: * src/main/execute.C: operators check 5 floated up old error of
19715: staying in 'entered class/object' state after $a($a..) it
19716: prevented operators from being called thereafter
19717:
19718: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19719: main/execute.C: operators check 4 floated up old error of staying
19720: in 'entered object' state after ^a.a(a) it prevented operators
19721: from being called thereafter
19722:
19723: * src/main/execute.C: operators check 3 floated up old error of
19724: staying in 'entered class' state after $a:a(a) it prevented
19725: operators from being called thereafter
19726:
19727: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19728: floated up old error of staying in 'entered class' state after
19729: $a:a[a] it prevented operators from being called thereafter
19730:
19731: * src/main/execute.C: operators check, thay mistakenly seen in
19732: $class:operator $object.operators contexts
19733:
19734: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19735: win32
19736:
1.116 moko 19737: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19738: src/classes/Makefile.am, src/main/Makefile.am,
19739: src/targets/cgi/Makefile.am,
1.95 moko 19740: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19741: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19742:
1.116 moko 19743: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19744: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19745: configure, configure.in, form.txt, ident.awk, install-sh,
19746: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19747: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19748: etc/parser3.charsets/Makefile.am,
19749: etc/parser3.charsets/koi8-r.cfg,
19750: etc/parser3.charsets/windows-1250.cfg,
19751: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19752: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19753: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19754: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19755: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19756: straightened installation scripts procedure made
19757: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19758: change
19759:
19760: 2002-01-30 paf
19761:
19762: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19763: removed] those comments were a mistake, and prevented libltdl
19764: from function properly
19765:
19766: 2002-01-29 paf
19767:
1.116 moko 19768: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19769: creation [modified acinclude.m4 which were creating int into just
19770: assignment LIBTOOL=../libtool] added default system
19771: config&charsetts prepared 'make install', now it installs
19772: targets/cgi/parser3 into bin directory etc/parser3.conf &
19773: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19774: $sysconfdir/parser3.charsets respectively
19775:
19776: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19777: main/pa_globals.C: few forgotten ifdef XML added
19778:
19779: 2002-01-28 paf
19780:
1.116 moko 19781: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19782: removed
19783:
19784: * src/main/pa_exception.C: dom|generic error output fix
19785:
19786: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19787:
19788: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19789:
19790: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19791: [fixed as_node helper func to accept docs]
19792:
19793: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19794: xdoc.importNode 0
19795:
19796: * src/classes/xdoc.C: xdoc::set now untaints OK
19797:
19798: 2002-01-25 paf
19799:
19800: * src/main/: compile.tab.C, compile.y: #comment before @ after
19801: @SPECIAL now works OK
19802:
19803: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19804:
19805: * src/main/pa_exec.C: max arg count now 10, and proper message on
19806: violation that added
19807:
19808: * src/classes/hash.C: unified hash::sql, now
19809: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19810:
19811: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19812: ^file:lock[filename]{code}
19813:
19814: * src/: classes/file.C, classes/op.C, classes/string.C,
19815: classes/table.C, classes/xdoc.C, include/pa_common.h,
19816: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19817: to some pa_common funcs
19818:
19819: * src/: include/pa_charset.h, main/pa_globals.C:
19820: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19821:
19822: * src/: include/pa_charset.h, main/pa_charset.C,
19823: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19824: not stupid illegal define
19825:
19826: 2002-01-24 paf
19827:
19828: * src/include/pa_version.h: changed version number
19829:
19830: * src/: classes/hashfile.C, include/pa_db_table.h,
19831: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19832: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19833: main/pa_db_connection.C, main/pa_db_table.C,
19834: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19835: hashfile without logfiles
19836:
19837: * src/: classes/hashfile.C, include/pa_db_table.h,
19838: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19839: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19840: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19841: DB_INIT_TXN init bits, thus got rid of huge log files, which
19842: cluttered disk without huge need]
19843:
19844: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19845: handy macro, which is strangly abscent in dome lib
19846:
19847: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19848:
19849: * src/classes/xdoc.C: checked empty response
19850:
19851: * src/classes/xnode.C: xdoc.select fixed context node [were always
19852: /, not self node]
19853:
19854: * src/classes/xnode.C: xnode.select returns array always now, in
19855: case 'nothing found' returns empty array
19856:
19857: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19858: be more tender with ctrl/c/v
19859:
19860: 2002-01-23 paf
19861:
19862: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19863: substituted. // 2. when dom tree with entites goes under
19864: transform text nodes // got [erroreosly] cut on first
19865: entity occurance
19866:
19867: * src/types/pa_vdouble.h: double prec. todo: get rid of
19868: twice-converting
19869:
19870: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19871: 'e' in output this is for regretful twice-converting here:
19872: $a(double value) when they write double falue they convert it to
19873: string first, thus %g were losing precesion.
19874:
19875: todo: think up some way to remove double->string string->double
19876: twice-converting
19877:
19878: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19879: %.20E now default float format this is for regretful
19880: twice-converting here: $a(double value) when they write double
19881: falue they convert it to string first, thus %g were losing
19882: precesion.
19883:
19884: todo: think up some way to remove double->string string->double
19885: twice-converting
19886:
19887: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19888: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19889: reasons in comment inside
19890:
19891: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19892: statically linked]
19893:
19894: * src/: include/pa_exception.h, main/compile.tab.C,
19895: main/pa_exception.C: removed exception va_list constructor. 1.
19896: not needed anymore 2. there were a conflict[causing errors]
19897: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19898: never detected an ambiguilty here, compiling ctor(, "hello") into
19899: ctor(, va_list) which, of course, caused gpf
19900:
19901: * src/main/pa_globals.C: removed debug xslt messages
19902:
19903: 2002-01-22 paf
19904:
19905: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19906: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19907: helps compiling stylesheet properly. example: this refused to
19908: work, <b>«<xsl:value-of select="@title"
19909: />»</b> stranly worked only this way:
19910: <b>«<xsl:value-of select="@title" />»</b>
19911:
19912: docs says "set it to 1", never going into details, so I decided
19913: to try NOT to do that
19914:
19915: * src/classes/table.C: join behaived badly in case named tables
19916: structure mismatched: 0 strings sneaked into dest failing
19917: afterwards. replaced them with empty strings
19918:
19919: 2002-01-21 paf
19920:
19921: * src/main/pa_charset.C: checked empty transcoders in
19922: transcode_cstr|buf
19923:
19924: * src/classes/xdoc.C: xdoc::load error source = filespec
19925:
19926: * src/classes/xdoc.C: transform error source now
19927: stylesheet_filespec
19928:
1.116 moko 19929: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19930: include/pa_stylesheet_connection.h, main/pa_charset.C,
19931: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19932: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19933: gnome
1.95 moko 19934:
19935: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19936: include/pa_globals.h, include/pa_stylesheet_connection.h,
19937: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19938: xslt generic error 1
19939:
19940: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19941: xml generic message 1
19942:
19943: * src/classes/table.C: ^table::load empty lines or #comments before
19944: headline
19945:
19946: * src/: include/pa_array.h, include/pa_globals.h,
19947: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19948: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19949: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19950: errors 0
19951:
19952: 2002-01-16 paf
19953:
19954: * src/: classes/hash.C, classes/op.C, classes/string.C,
19955: classes/table.C, classes/void.C, classes/xdoc.C,
19956: include/pa_db_connection.h, include/pa_request.h,
19957: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19958: include/pa_stylesheet_connection.h,
19959: include/pa_stylesheet_manager.h, main/pa_request.C,
19960: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19961: targets/cgi/pool_storage.h: auto closers to sql_connection,
19962: stylesheet_connection auto destroyers to remaining gnome objects
19963:
19964: * src/classes/xdoc.C: few comments
19965:
19966: 2002-01-15 paf
19967:
19968: * src/classes/xdoc.C: xdoc file save string
19969:
19970: ready. todo: error handling
19971:
19972: * src/classes/xdoc.C: xdoc save rewritten using
19973: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19974: result
19975:
19976: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19977: started output options parsing
19978:
19979: 2002-01-14 paf
19980:
19981: * src/classes/xdoc.C: method
19982:
19983: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19984: include/pa_pool.h, include/pa_stylesheet_connection.h,
19985: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19986: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19987: xslt transform0. TODO: use output options handle errors
19988:
19989: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19990:
19991: 2002-01-11 paf
19992:
19993: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19994: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19995: partial logical && || evaluation
19996:
19997: * src/classes/xnode.C: xpath selectNodes
19998:
19999: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20000: string/number/bool
20001:
20002: * src/classes/xnode.C: xpath selectNode 2
20003:
20004: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20005: xpath selectNode 1
20006:
20007: 2002-01-10 paf
20008:
20009: * src/classes/xnode.C: xpath selectNode -100 [just written]
20010:
20011: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20012: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20013: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20014: refcounter]
20015:
20016: 2001-12-29 paf
20017:
20018: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20019: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20020: glib works 0
20021:
20022: 2001-12-28 paf
20023:
20024: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20025: main/pa_exception.C: started glib transcoders
20026:
20027: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20028:
20029: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20030: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20031: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20032: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20033: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20034: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20035: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20036: libs just compiled in. no refcounting no xpath no xslt yet
20037:
20038: 2001-12-27 paf
20039:
20040: * src/: include/pa_charset.h, include/pa_common.h,
20041: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20042: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20043: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20044: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20045: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20046: from xalan&xerces, started the process. globals [initialization
20047: pool [charset update charset [transcodings vxnode vxdoc [DOM
20048: calls
20049:
20050: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20051: anymore
20052:
20053: 2001-12-26 paf
20054:
20055: * src/: include/pa_charset.h, include/pa_charsets.h,
20056: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20057: key globalized [bug]
20058:
20059: 2001-12-25 paf
20060:
20061: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20062: main/pa_string.C: table set & append changed splitting languages,
20063: separators now can be clean AND as-is same to mail command line
20064: $MAIN:MAIL.progX arguments
20065:
20066: 2001-12-24 paf
20067:
20068: * src/classes/mail.C: one parted text messages - no multipart
20069: mime-type anymore. for convinient if $.attach-ments
20070:
20071: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20072: main/pa_string.C: read from cache size check updated
20073:
20074: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20075:
20076: 2001-12-21 paf
20077:
20078: * src/classes/date.C: date:sql-string now returns localtime
20079:
20080: * src/main/pa_request.C: $result in @main actually not working, to
20081: hell with it for now
20082:
20083: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20084: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20085: @postprocess @exception
20086:
20087: * src/main/execute.C: junction evaluation canceled - endless
20088: recursion detected
20089:
20090: 2001-12-19 paf
20091:
20092: * src/main/pa_charset.C: charset->charset transcoding via unicode
20093: intermediate
20094:
20095: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20096:
20097: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20098:
20099: * src/classes/op.C: ^cache keypath now relative
20100:
20101: * src/classes/mail.C: changed weighting prior to sort
20102:
20103: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20104: were missing
20105:
20106: 2001-12-17 paf
20107:
20108: * src/main/pa_charset.C: ifndef XML were bad type
20109:
20110: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20111: outdated unset services_pool
20112:
20113: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20114: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20115: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20116:
20117: * src/main/untaint.C: allowed space in filespec
20118:
20119: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20120:
20121: * src/classes/image.C: no govno
20122:
20123: * src/classes/image.C: govno
20124:
20125: 2001-12-16 paf
20126:
20127: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20128:
20129: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20130: charset_connection&manager replaced by charset&charsets
20131:
20132: * src/main/pa_charset.C: name_cstr 0
20133:
20134: * src/main/untaint.C: uri lang now knows about client/source
20135: charsets
20136:
20137: * src/: classes/file.C, classes/math.C, classes/op.C,
20138: classes/string.C, classes/table.C, classes/xdoc.C,
20139: include/pa_array.h, include/pa_cache_managers.h,
20140: include/pa_charset_connection.h, include/pa_charset_manager.h,
20141: include/pa_common.h, include/pa_db_connection.h,
20142: include/pa_db_manager.h, include/pa_db_table.h,
20143: include/pa_dictionary.h, include/pa_exception.h,
20144: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20145: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20146: include/pa_sapi.h, include/pa_socks.h,
20147: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20148: include/pa_string.h, include/pa_stylesheet_connection.h,
20149: include/pa_stylesheet_manager.h, include/pa_table.h,
20150: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20151: main/pa_charset.C, main/pa_charset_connection.C,
20152: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20153: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20154: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20155: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20156: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20157: types/types.dsp: introducing Charset
20158:
20159: 2001-12-14 paf
20160:
20161: * src/: include/pa_request.h, include/pa_transcoder.h,
20162: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20163: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20164: uri lang
20165:
20166: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20167:
20168: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20169:
20170: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20171: defalts_name global
20172:
20173: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20174: include/pa_request.h, main/main.dsp,
20175: main/pa_charset_connection.C, main/pa_charset_manager.C,
20176: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20177: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20178: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20179: changed charset model. now important: $request:charset
20180: $response:charset while $response:content-type.charset become
20181: unimportant [informational]
20182:
20183: 2001-12-13 paf
20184:
20185: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20186:
20187: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20188: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20189: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20190: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20191: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20192: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20193:
20194: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20195: auto_ptr part other way, because of stupid gcc 2.96
20196: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20197: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20198: FormatterListener] /usr/include/g++-3/memory:48:
20199: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20200: _Tp1 = FormatterListener, _Tp = FormatterListener]
20201:
20202: * src/classes/xdoc.C: removed extra inc
20203:
20204: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20205:
20206: * src/include/pa_types.h: msvc head debugging flag
20207:
20208: * src/classes/xdoc.C: freed up listener
20209:
20210: * src/classes/string.C: change msg '... code is not code'
20211:
20212: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20213: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20214: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20215: [past/future prob]
20216:
20217: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20218: include/pa_config_fixed.h, include/pa_db_manager.h,
20219: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20220: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20221:
20222: * src/: include/pa_config_fixed.h, main/pa_common.C,
20223: main/pa_string.C: removed signed mismatch warnings
20224:
20225: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20226: 'expires' from header outputs
20227:
20228: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20229: row ptr
20230:
20231: * src/classes/file.C: file::cgi bug, request_method were passed to
20232: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20233:
20234: * src/classes/xdoc.C: lang list updated
20235:
20236: 2001-12-10 paf
20237:
20238: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20239:
20240: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20241: erase files like that, knowing their full name introducing //
20242: theoretical problem with, for instance, "_2B" and "." fragments,
20243: // they would yield the same // because
20244: need_file_encode('_')=false // but we need to delete such files
20245: somehow, getting names from ^index
20246:
20247: * src/main/pa_string.C: ^string.replace bug fixed [bad
20248: string::join_chank break]
20249:
20250: 2001-12-07 paf
20251:
20252: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20253: include/pa_common.h, include/pa_config_auto.h.in,
20254: include/pa_config_fixed.h, include/pa_config_includes.h,
20255: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20256: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20257: types/pa_vhashfile.C: merged from r14_simple_cache
20258:
20259: * src/main/pa_string.C: stupid sparc architecture failed to access
20260: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20261: lduh [ %i2 + 1 ], %l0
20262:
20263: bus error, fixed that
20264:
20265: * src/main/pa_string.C: strange string deserialize bug on
20266: client[pmts], a bit shortened,
20267:
20268: * src/include/pa_config_auto.h.in: makes
20269:
20270: * src/: include/pa_common.h, include/pa_config_fixed.h,
20271: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20272: file write shared lock file read
20273:
20274: * src/: classes/op.C, include/pa_common.h,
20275: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20276:
20277: 2001-12-06 paf
20278:
20279: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20280: main/pa_request.C: #ifdef RESOURCES_DEBUG
20281:
20282: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20283: info
20284:
20285: * src/classes/hashfile.C: removed transaction from ^cache
20286:
20287: 2001-12-05 paf
20288:
20289: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20290: IIS5 there were a prob with illegal call check
20291:
20292: 2001-12-04 paf
20293:
20294: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20295: main/pa_request.C: measures to log
20296:
20297: 2001-11-23 paf
20298:
20299: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20300: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20301: types/pa_vhashfile.C: merged from _0014, 1
20302:
20303: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20304: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20305: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20306: ^cache(33) would change
20307:
20308: 0660 bits in file_write & hashfile create
20309:
20310: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20311: after pa_string optimization]
20312:
20313: 2001-11-22 paf
20314:
20315: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20316: table.offset[whence]
20317:
20318: * src/classes/op.C: process cstr(,connection)
20319:
20320: * src/classes/op.C: process now gets its body on current language,
20321: not as-is
20322:
20323: * src/main/untaint.C: ORIGINS mode removed UHTML
20324:
20325: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20326: bit
20327:
1.116 moko 20328: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20329:
20330: 2001-11-21 paf
20331:
20332: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20333: <xsl:output output options made identical to xsl:output
20334: attributes exclusion: cdata-section-elements what xalan can do
20335: but that not used now: it can escape and remove CDATA sections
20336:
20337: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20338: produced by xslt
20339:
20340: * src/targets/cgi/parser3.C: removed debug cgi||1
20341:
20342: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20343:
20344: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20345: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20346: default language for {code}, it happen to change it's language
20347: from CLEAN, so later refused to split by CLEAN \t
20348:
20349: 2001-11-20 paf
20350:
1.116 moko 20351: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20352: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20353: bottom of dependeces, so that errors would popup quicklier, fixed
20354: line numbering in table::sql
20355:
20356: 2001-11-19 paf
20357:
20358: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20359: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20360: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20361: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20362: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20363: at wcontext.write
20364:
1.116 moko 20365: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20366: _set_new_handler
20367:
1.116 moko 20368: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20369: set_new_handler in apache&isapi
1.95 moko 20370:
20371: 2001-11-16 paf
20372:
20373: * src/targets/cgi/parser3.C: pool debug @ die
20374:
20375: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20376: removed 8 bytes from String, 2 bytes from
20377: string::chunk::row::item
20378:
20379: * src/main/pa_string.C: removed 1+4 bytes from String
20380:
20381: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20382: types/pa_vstring.C: removed 1+4 bytes from String
20383:
20384: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20385: 0
20386:
20387: * src/: include/pa_globals.h, include/pa_string.h,
20388: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20389: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20390: targets/cgi/parser3.C: introducing estimating
20391: String::cstr_bufsize, 0
20392:
20393: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20394:
20395: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20396:
20397: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20398: include/pa_pool.h: die in pool::fail
20399:
20400: 2001-11-15 paf
20401:
20402: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20403: main/pa_exception.C, targets/cgi/parser3.C: exception with
20404: dynamic buffer re-back now with counter
20405:
20406: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20407: static buffer back
20408:
20409: * src/targets/cgi/parser3.C: std::
20410:
20411: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20412: include/pa_config_includes.h: setnewhandler check
20413:
1.116 moko 20414: * src/include/pa_config_auto.h.in: makes
1.95 moko 20415:
20416: * src/targets/cgi/parser3.C: set_new_handler started
20417:
20418: 2001-11-14 paf
20419:
20420: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20421: was wrong
20422:
20423: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20424: was wrong
20425:
20426: * src/main/pa_request.C: z
20427:
20428: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20429: full returns win32 -1 solaris >buffer_size
20430:
20431: checked all that
20432:
20433: * src/classes/op.C: ^untaint{body} as-is default now
20434:
20435: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20436: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20437: with no_bad_constructors_try
20438:
20439: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20440: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20441: this: $bred[^string::length[]] $bred[^response::clear[]]
20442: $bred[^int::int[]]
20443:
20444: now VObject creation moved into overriden
20445: VClass::create_new_value, thus 0 from create_new_value means that
20446: class has no ctors
20447:
20448: 2001-11-13 paf
20449:
20450: * src/classes/classes.C: returned accedently removed if in foreach
20451: callbacks [when hash no-0-restructure]
20452:
20453: 2001-11-12 paf
20454:
20455: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20456: passed as-is to method, xalan makes & into & itself
20457:
20458: * src/classes/date.C: date.roll parser2 alg used
20459:
20460: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20461: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20462: main/pa_dictionary.C, main/pa_hash.C,
20463: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20464: now does not containt 0 values. put 0 actullay removes. no check
20465: on 0 value in foreach now required
20466:
20467: 2001-11-11 paf
20468:
20469: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20470:
20471: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20472:
20473: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20474: driver initialize not const
20475:
20476: 2001-11-10 paf
20477:
20478: * src/main/pa_exec.C: doc
20479:
20480: 2001-11-09 paf
20481:
20482: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20483: param properly
20484:
20485: * src/classes/string.C: string.save now does untainting before
20486: saving
20487:
20488: * src/main/pa_common.C: line endings fixing fixed last piece[was
20489: still cstr oriented]
20490:
20491: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20492: line endings fixing got rid of cstr, now must work ok with post
20493: multipart
20494:
20495: * src/types/pa_vform.C: line endings fixed at post / multipart /
20496: not file also now
20497:
20498: 2001-11-08 paf
20499:
20500: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20501: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20502: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20503: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20504: main/pa_stylesheet_manager.C: restructured Cache manager to be
20505: simple parent, not second parent [gcc 2.96 strangly refused to
20506: call virtual from second parent]
20507:
1.116 moko 20508: * src/: include/pa_common.h, main/Makefile.am,
20509: targets/cgi/pa_pool.C: makes
1.95 moko 20510:
20511: * src/: include/pa_request.h, main/pa_request.C,
20512: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20513: 'status' class enabler
20514:
20515: <Location /parser-status.html> ParserStatusAllowed </Location>
20516:
20517: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20518: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20519: include/pa_stylesheet_manager.h, main/main.dsp,
20520: main/pa_cache_managers.C, main/pa_charset_manager.C,
20521: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20522: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20523: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20524: todo: apache 'status' class enabler
20525:
20526: 2001-11-05 paf
20527:
20528: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20529: debug to normal
20530:
20531: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20532: hence i removed skipping 0 values in hash::for_each-es we need to
20533: check cleaned cache items manually. few more checks.
20534:
20535: expiring to 0 time was wrong, changed to 'now' time
20536:
20537: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20538: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20539: on apache already done :)
20540:
20541: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20542: skipping 0 values in hash::for_each-es we need to check cleaned
20543: cache items manually
20544:
20545: * src/main/: pa_db_connection.C, pa_db_table.C:
20546: parser_multithreaded check was wrong
20547:
20548: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20549: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20550: classes/hashfile.C, classes/image.C, classes/int.C,
20551: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20552: classes/string.C, classes/table.C, classes/void.C,
20553: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20554: include/pa_array.h, include/pa_charset_connection.h,
20555: include/pa_charset_manager.h, include/pa_common.h,
20556: include/pa_config_fixed.h, include/pa_config_includes.h,
20557: include/pa_db_connection.h, include/pa_db_manager.h,
20558: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20559: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20560: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20561: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20562: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20563: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20564: include/pa_stack.h, include/pa_string.h,
20565: include/pa_stylesheet_connection.h,
20566: include/pa_stylesheet_manager.h, include/pa_table.h,
20567: include/pa_threads.h, include/pa_types.h, main/compile.C,
20568: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20569: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20570: main/pa_charset_manager.C, main/pa_common.C,
20571: main/pa_db_connection.C, main/pa_db_manager.C,
20572: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20573: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20574: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20575: main/pa_socks.C, main/pa_sql_driver_manager.C,
20576: main/pa_status_provider.C, main/pa_string.C,
20577: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20578: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20579: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20580: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20581: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20582: targets/isapi/pool_storage.h, types/pa_valiased.C,
20583: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20584: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20585: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20586: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20587: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20588: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20589: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20590: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20591: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20592: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20593: types/pa_vstateless_object.h, types/pa_vstatus.h,
20594: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20595: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20596: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20597: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20598: $status:db fixed used not initialized in db_connection & db_table
20599:
20600: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20601: $status:charset
20602:
20603: * src/: classes/xdoc.C, include/pa_db_connection.h,
20604: include/pa_stylesheet_connection.h,
20605: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20606: types/pa_vstatus.h: $status:stylesheet
20607:
20608: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20609: include/pa_request.h, include/pa_sql_connection.h,
20610: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20611: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20612: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20613: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20614: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20615: types/pa_vxnode.C, types/types.dsp: started status parser class
20616:
20617: 2001-11-01 paf
20618:
20619: * src/include/pa_config_auto.h.in: makes
20620:
20621: * src/main/pa_hash.C: removed old extra include
20622:
20623: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20624: checks [for hp, there are such in math.h]
20625:
20626: * src/classes/op.C: ^for endless loop check strightened
20627:
20628: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20629: behavior in native calls. it left unchanged, so ^for ^foreach &
20630: co can use r.root to write their i & key,value there
20631:
20632: * src/classes/op.C: detected for var storage bug, fixed.
20633: todo:foreach
20634:
20635: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20636: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20637: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20638: changing of hash inside of foreach
20639:
20640: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20641: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20642: were hash.foreach
20643:
20644: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20645: types/pa_vstring.C, types/pa_vstring.h:
20646: ^foreach[key|value]{body}[[separator]|{separator}]
20647:
20648: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20649: types/pa_vcookie.C: ^hash.delete[key]
20650:
20651: 2001-10-31 paf
20652:
20653: * src/main/: compile.C, pa_common.C: completely empty file now
20654: considered "read", not ignored [not perfect trick used]
20655:
20656: * src/main/pa_common.C: simplier common ifdefs
20657:
20658: * src/main/pa_common.C: typing bug in common - bad ifdeff
20659:
20660: * src/main/pa_db_connection.C: z
20661:
20662: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20663: lockdetector flags
20664: dbenv.lk_detect=DB_LOCK_RANDOM;
20665:
20666: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20667: from accidental show [imagine user forgot @exception]
20668:
20669: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20670:
20671: * src/: classes/file.C, classes/image.C, classes/mail.C,
20672: classes/string.C, classes/xnode.C, include/pa_common.h,
20673: main/pa_common.C: ^string.save[[append;]path]
20674:
20675: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20676: main/execute.C: \ in expression: int divide 10/3=3
20677:
20678: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20679: inside of ^cache
20680:
20681: * src/: include/pa_threads.h, main/pa_db_connection.C,
20682: main/pa_db_table.C, targets/cgi/pa_threads.C,
20683: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20684: needed
20685:
20686: 2001-10-30 paf
20687:
20688: * src/: classes/classes.dsp, main/main.dsp,
20689: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20690: types/types.dsp: enabled debug incremental compile
20691:
20692: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20693: form post data line endings not reformatted now.
20694:
20695: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20696: now required [had bug when file= has no value]
20697:
20698: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20699: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20700: cstr(asis) default param removed
20701:
20702: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20703:
20704: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20705:
20706: * src/include/pa_dir.h: LOAD_DIR fixed
20707:
20708: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20709: was broken} fix_line_breaks
20710:
20711: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20712: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20713: packed with #pragma pack
20714:
1.116 moko 20715: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20716:
20717: 2001-10-29 paf
20718:
20719: * src/types/pa_wcontext.h: bitfield syntax stricter
20720:
20721: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20722: string hash.puts
20723:
20724: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20725:
20726: * src/include/pa_sql_connection.h: there were one wrong
20727: SQL_CONNECTION_FUNC_GUARDED [failed]
20728:
20729: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20730: param.someday either ifdef or remove it
20731:
20732: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20733:
20734: * src/main/untaint.C: optimizing returned after debugging
20735:
20736: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20737: main/untaint.C: memory hunging #pragma pack(1)
20738:
20739: 16 419 844 13 169 394
20740:
20741: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20742: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20743: places [todo:Array]
20744:
20745: * src/: main/execute.C, targets/cgi/pa_pool.C,
20746: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20747: types/pa_wwrapper.h: debugging memory WContext flags to bits
20748:
20749: total 5 652 652/158731 total 5 469 332/158731
20750:
20751: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20752: Array:: without cache in get/put now
20753:
20754: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20755: 18:25:27 2001] total 5 652 652/158731
20756:
20757: * src/: include/pa_string.h, main/pa_string.C,
20758: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20759: now
20760:
20761: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20762: 18:11:53 2001] total 5796092/158731
20763:
20764: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20765: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20766: key ref now
20767:
20768: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20769: 17:11:17 2001] total 16867948/202658
20770:
20771: * src/: classes/file.C, classes/image.C, classes/string.C,
20772: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20773: main/execute.C, main/pa_array.C, main/pa_common.C,
20774: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20775: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20776: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20777: string::as_int/double now usually uses stack, not heap [200K out
20778: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20779:
20780: * src/main/pa_sql_driver_manager.C: ping to have services [old
20781: hiding bug]
20782:
20783: * src/Makefile.am: .am order
20784:
20785: * src/: include/pa_array.h, include/pa_charset_manager.h,
20786: include/pa_db_connection.h, include/pa_db_manager.h,
20787: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20788: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20789: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20790: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20791: required "friend class"
20792:
20793: ../include/pa_request.h:51: friend declaration requires
20794: class-key, i.e. `friend class Temp_lang'
20795:
20796: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20797: main/pa_exception.C, main/pa_sql_driver_manager.C,
20798: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20799:
20800: the idea is to #1 jump to C++ some function to main body, where
20801: every function stack frame has exception unwind information and
20802: from there... #2 propagate_exception()
20803:
20804: 2001-10-28 paf
20805:
20806: * src/main/pa_db_connection.C: removed old consts
20807:
20808: * src/main/pa_db_connection.C: expire table [was accidently pasted
20809: with wrong type/cast]
20810:
20811: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20812: translation
20813:
1.116 moko 20814: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20815: remember to build DB2 with -fexceptions!!!
20816:
20817: * src/main/pa_db_table.C: DB_RMW defed
20818:
20819: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20820: include/pa_db_connection.h, include/pa_db_manager.h,
20821: include/pa_db_table.h, main/pa_db_connection.C,
20822: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20823:
20824: 2001-10-27 paf
20825:
20826: * src/: classes/hashfile.C, include/pa_db_connection.h,
20827: include/pa_db_table.h, main/pa_db_connection.C,
20828: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20829: types/pa_vhashfile.C: DB2 ifdefs
20830:
1.116 moko 20831: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20832: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20833: makes with DB2
20834:
1.116 moko 20835: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20836: types/Makefile.am: makes db
1.95 moko 20837:
20838: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20839: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20840: globals.C
20841:
20842: * src/: classes/hashfile.C, include/pa_db_connection.h,
20843: include/pa_db_table.h, main/pa_db_connection.C,
20844: main/pa_db_table.C: ^hashfile.clear[]
20845:
20846: * src/classes/classes.awk: no $ in var names
20847:
20848: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20849: connection&table [forgotten calls]
20850:
20851: 2001-10-26 paf
20852:
20853: * src/main/pa_db_connection.C: db checkpoints
20854:
20855: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20856: checkpoints
20857:
20858: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20859: default. but entities still reparsed. todo: tothink
20860:
20861: * src/main/pa_db_connection.C: db recover mech 2
20862:
20863: * src/: classes/hashfile.C, include/pa_db_connection.h,
20864: include/pa_db_manager.h, include/pa_db_table.h,
20865: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20866: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20867: types/pa_vhashfile.h: db connections & tables now cached at
20868: create time & multithreaded
20869:
20870: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20871: parsed_source
20872:
20873: * src/main/pa_db_connection.C: about to remove connection from
20874: vhashfile
20875:
20876: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20877: transaction commit/rollback responsibility left to parent [as it
20878: sould - else there were a bug with double free]
20879:
20880: * src/include/pa_db_table.h: db: child transaction commit/rollback
20881: responsibility left to parent [as it sould - else there were a
20882: bug with double free]
20883:
20884: 2001-10-25 paf
20885:
20886: * src/: classes/hashfile.C, include/pa_common.h,
20887: include/pa_db_connection.h, include/pa_db_manager.h,
20888: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20889: types/pa_vhashfile.C, types/pa_vhashfile.h,
20890: include/pa_db_table.h, main/pa_db_table.C: started db_home
20891: [multiple, cached] todo: autorecover [tried, but not succeded,
20892: yet]
20893:
20894: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20895:
20896: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20897: transaction parent passed
20898:
20899: 2001-10-24 parser
20900:
1.116 moko 20901: * src/classes/Makefile.am: makes
1.95 moko 20902:
20903: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20904: isapi/pool_storage.h: pool_storage fixed
20905:
20906: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20907: types/pa_vform.h: form fix_line_breaks
20908:
1.116 moko 20909: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20910:
20911: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20912: targets/cgi/pool_storage.h: makes
20913:
20914: * src/sql/pa_sql_driver.h: version
20915:
20916: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20917: types/pa_vform.C, types/pa_vform.h: .am
20918:
20919: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20920: this: DB_RMW Acquire write locks instead of read locks when doing
20921: the retrieval. Setting this flag may decrease the likelihood of
20922: deadlock during a read-modify-write cycle by immediately
20923: acquiring the write lock during the read part of the cycle so
20924: that another thread of control acquiring a read lock for the same
20925: item, in its own read-modify-write cycle, will not result in
20926: deadlock
20927:
20928: * src/targets/isapi/parser3isapi.dsp: doc
20929:
20930: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20931:
20932: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20933:
20934: * src/: classes/hashfile.C, include/pa_db_connection.h,
20935: main/pa_db_connection.C: hashfile expired deleted from db when
20936: get & iterate
20937:
20938: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20939: expiring 1
20940:
20941: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20942:
20943: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20944: db_connection not bothers with key when not returning expired
20945: data
20946:
20947: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20948: types/pa_vhashfile.C: db_cursor constructor public now
20949:
20950: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20951: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20952: stamped, todo: put_element analize
20953:
20954: * src/: include/pa_db_connection.h, include/pa_string.h,
20955: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20956: serialize. todo stamp
20957:
20958: 2001-10-23 parser
20959:
20960: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20961: classes/image.C, classes/mail.C, classes/response.C,
20962: classes/string.C, classes/table.C, classes/xdoc.C,
20963: include/pa_config_fixed.h, include/pa_db_connection.h,
20964: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20965: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20966: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20967: types/pa_vtable.C: ^hashfile.hash[]
20968:
20969: * src/: classes/hashfile.C, classes/xdoc.C,
20970: include/pa_config_fixed.h, main/pa_db_manager.C,
20971: main/pa_globals.C: ifdefs so it compiled without db
20972:
20973: * src/: classes/hashfile.C, include/pa_db_connection.h,
20974: include/pa_db_manager.h, main/pa_db_connection.C,
20975: main/pa_db_manager.C, types/pa_vhashfile.h:
20976: ^hashfile.transaction{code} ^hashfile:clear[filename]
20977: ^hashfile.delete[key]
20978:
20979: 2001-10-22 parser
20980:
20981: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20982: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20983:
20984: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20985: classes/xnode.C, include/pa_charset_connection.h,
20986: include/pa_db_connection.h, include/pa_db_manager.h,
20987: include/pa_exception.h, include/pa_sapi.h,
20988: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20989: include/pa_stylesheet_connection.h,
20990: include/pa_stylesheet_manager.h,
20991: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20992: main/pa_db_connection.C, main/pa_db_manager.C,
20993: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20994: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20995: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20996: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20997: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20998: types/types.dsp: hashfile 0
20999:
21000: * src/types/pa_vhashfile.C: z
21001:
21002: * src/: classes/classes.dsp, classes/hashfile.C,
21003: include/pa_config_fixed.h, main/execute.C,
21004: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21005: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21006:
21007: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21008:
21009: * src/: include/pa_exception.h, include/pa_request.h,
21010: main/execute.C, main/pa_exception.C, main/pa_request.C,
21011: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21012: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21013:
21014: 2001-10-19 parser
21015:
21016: * src/include/pa_pool.h: header
21017:
21018: * src/main/pa_pool.C: auto compiled on gcc
21019:
21020: * src/classes/image.C: comment
21021:
1.116 moko 21022: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21023:
21024: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21025: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21026: types/pa_vxnode.h: xnode clone got freed
21027:
21028: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21029: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21030: can free up xalandomstring resulting from pool::transcode
21031:
21032: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21033: include/pa_config_fixed.h, include/pa_exception.h,
21034: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21035: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21036: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21037: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21038: from non-xml compile
21039:
21040: * src/main/pa_request.C: pool:: context - get_context
21041:
21042: * src/: classes/classes.h, classes/date.C, classes/double.C,
21043: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21044: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21045: classes/string.C, classes/table.C, classes/void.C,
21046: include/pa_config_fixed.h, include/pa_exception.h,
21047: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21048: main/compile.C, main/compile_tools.C, main/execute.C,
21049: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21050: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21051: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21052: main/pa_string.C, main/pa_table.C, main/untaint.C,
21053: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21054: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21055: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21056: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21057: types/pa_vstateless_class.h, types/pa_vtable.C,
21058: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21059: exceptions 0
21060:
21061: * src/classes/classes.awk: $ removed
21062:
21063: 2001-10-18 parser
21064:
21065: * src/types/pa_vcookie.C: cookie:CLASS
21066:
21067: * src/main/main.dsp: project
21068:
21069: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21070: set_document & ctor question "who owns document" solved
21071:
21072: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21073:
21074: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21075: main/pa_pool.C: encoding in dom creating funcs
21076:
21077: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21078: be transformed now
21079:
21080: * src/classes/xdoc.C: dom created by create can be transformed now
21081:
21082: * src/classes/xdoc.C: z
21083:
21084: * src/classes/xdoc.C: comment
21085:
21086: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21087: create now uses XercesDocumentBridge, appendChild&co now works
21088:
21089: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21090: @ recompile
21091:
21092: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21093: $origin @exception[
21094:
21095: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21096: tag names forced to XML lang
21097:
21098: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21099: leechy-found bugs in code&doc fixed
21100:
21101: 2001-10-17 parser
21102:
21103: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21104: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21105: n functionality preserved
21106:
21107: * src/types/pa_vimage.h: removed unused vimage::save
21108:
21109: 2001-10-16 parser
21110:
21111: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21112:
21113: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21114:
21115: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21116:
21117: * src/classes/image.C: image.copy tolerance
21118:
21119: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21120: ineffective, but works for small paleted image
21121:
21122: * src/types/pa_vimage.C: comment
21123:
21124: * src/classes/image.C: gd size/resize bugfix
21125:
21126: * src/: classes/classes.dsp, main/main.dsp,
21127: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21128: types/types.dsp: ident >nul 2>&1
21129:
21130: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21131: systems
21132:
21133: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21134: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21135:
21136: 2001-10-15 parser
21137:
21138: * src/main/execute.C: z
21139:
21140: * src/classes/: xdoc.C: !::create{qualifiedName}
21141:
21142: * src/types/pa_vxnode.C: document_type_node.
21143: !readonly attribute DOMString name
21144: !notation_node.
21145: !readonly attribute DOMString publicId
21146: !readonly attribute DOMString systemId
21147:
1.116 moko 21148: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21149: ::write badly passed string too transparently [failed to
21150: intercept it]
1.95 moko 21151:
21152: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21153: include/pa_request.h, main/pa_sql_driver_manager.C,
21154: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21155: types/pa_vxnode.h: DOM1 major addtion, only few
21156: attributes/methods left
21157:
21158: 2001-10-13 parser
21159:
21160: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21161: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21162: in main handler
21163:
21164: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21165: cleanups & frees order
21166:
21167: * src/types/pa_vcode_frame.h: couple comments
21168:
21169: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21170: transparent enough to handle hash if creation&passing
21171:
21172: * src/: include/pa_config_fixed.h, main/execute.C,
21173: main/pa_exception.C: noticed that vcodeframe not transparent
21174: enough, would change now
21175:
21176: 2001-10-12 parser
21177:
21178: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21179: fixed. initialization&free on each thread!
21180:
21181: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21182: handling changed: now type of default param analized always, not
21183: only at problem time, thus helping early problem spotting
21184:
21185: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21186: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21187: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21188: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21189: multithread bug fixed. initialization&free on each thread!
21190:
21191: 2001-10-11 parser
21192:
21193: * src/classes/xnode.C: xnode.selectSingle now
21194:
21195: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21196: include/pa_pool.h, include/pa_stylesheet_connection.h,
21197: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21198: convertors out of Pool into Exception
21199:
21200: * src/main/pa_string.C: const
21201:
21202: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21203: linked pieces of same language together prior to String::replace
21204:
21205: * src/classes/hash.C: !^hash.add[addme]
21206: !^hash.sub[subme]
21207: !^a.union[b] = new
21208: !^a.intersection[b] = new
21209: !^a.intersects[b] = bool
21210:
21211: * src/classes/hash.C: !^hash::append[append_from]
21212:
21213: * src/: classes/hash.C, types/pa_vhash.h:
21214: !^hash::create[[copy_from]]
21215:
21216: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21217: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21218: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21219: fixed. got rid of empty_string, which caused errors - it hasnt
21220: exception but somebody[value.bark] tried to throw it on it's pool
21221:
1.116 moko 21222: * src/include/pa_config_auto.h.in: makes
1.95 moko 21223:
21224: 2001-10-10 parser
21225:
21226: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21227:
21228: * src/main/: compile.tab.C, compile.y: ^a[
21229:
21230: @next_method << now unclosed ] would be reported here
21231:
21232: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21233: compile error
21234:
21235: 2001-10-09 parser
21236:
1.116 moko 21237: * src/: classes/Makefile.am, main/Makefile.am,
21238: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21239:
21240: * src/classes/Makefile.am: makes
21241:
21242: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21243: win32 errors intercepted [xalan transformer patched and
21244: incorporated]
21245:
21246: * src/: classes/classes.dsp, classes/xdoc.C,
21247: include/pa_stylesheet_connection.h, main/main.dsp,
21248: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21249: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21250: patches starting
21251:
21252: * src/classes/: string.C, table.C: ^string.save[file]
21253:
21254: * src/classes/: date.C, table.C: calendar moved to date
21255:
21256: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21257: string/table] now
21258:
21259: * src/classes/: op.C, table.C: z
21260:
21261: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21262: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21263: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21264: be code [be string..]
21265:
21266: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21267: table.C: lots of
21268: params->as_int/double/as_string/as_junction/as_no_junction
21269: messages added
21270:
21271: 2001-10-08 parser
21272:
21273: * src/: classes/date.C, classes/image.C, classes/string.C,
21274: classes/table.C, classes/void.C, include/pa_request.h:
21275: params->as_int/double message added
21276:
21277: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21278:
21279: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21280: image:sector removed image:html internal "line-*" attribs
21281:
21282: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21283: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21284:
21285: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21286: way
21287:
21288: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21289: main/untaint.C: header untainting to UL_HTTP_HEADER,
21290: UL_MAIL_HEADER made nonforced [only tainted pieces]
21291:
21292: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21293: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21294: @ SAPI::log
21295:
21296: * src/main/untaint.C: \r to ' ' in origins mode
21297:
21298: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21299: set]
21300:
21301: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21302: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21303: nonstandard liaison freed up
21304:
21305: 2001-10-07 parser
21306:
21307: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21308: project
21309:
21310: 2001-10-05 parser
21311:
21312: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21313: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21314: from outputing to cerr. lots of "todos"
21315:
21316: * src/main/untaint.C: http_header tainting more gentle with
21317: enquoting now
21318:
21319: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21320: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21321: xml errorhandler. fixed string.replace a little, read @test
21322:
21323: * src/main/pa_string.C: found replace bug - first_that_starts(char
21324: *) does not have limit, and looks further eos, fixing....
21325:
21326: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21327:
21328: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21329:
21330: * src/main/: pa_charset_connection.C: ctype another mem clear
21331: bugfix
21332:
1.116 moko 21333: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21334: $result[^[$p^]z] now works fine
1.95 moko 21335:
21336: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21337: wrong. fixed it
21338:
21339: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21340: of totable appered to be vital
21341:
21342: 2001-10-04 parser
21343:
21344: * src/classes/image.C: ^image.length[text]
21345:
21346: 2001-10-03 parser
21347:
21348: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21349:
21350: * src/main/pa_request.C: restored pcre defaulting in request
21351: [mindlessly "optimized" yesterday] comment left
21352:
21353: 2001-10-02 parser
21354:
21355: * src/: main/pa_charset_manager.C,
21356: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21357: needed
21358:
21359: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21360: forgot non-xml pool.*charset needed
21361:
21362: * src/classes/table.C: # config comments fixed
21363:
21364: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21365: charset_connection #comment now
21366:
21367: * src/: classes/classes.dsp, types/types.dsp: release projects
21368: options fixed to use release msvcrt lib
21369:
21370: * src/main/pa_charset_connection.C: pcre tables now const inside
21371: removed default - pcre handles that internally fixed bug on
21372: not-cleaning tables [previously was calloced, now member]
21373:
21374: * src/: include/pa_request.h, main/pa_charset_connection.C,
21375: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21376: inside removed default - pcre handles that internally fixed bug
21377: on not-cleaning tables [previously was calloced, now member]
21378:
21379: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21380: tested charset reload on file change @ apache version = OK tested
21381: freeing up prev encoding on adding new = OK
21382:
21383: 2001-10-01 parser
21384:
21385: * src/main/pa_charset_connection.C: removed entitify external hack
21386: [internal installed]
21387:
1.116 moko 21388: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21389:
21390: * src/: include/pa_charset_connection.h,
21391: include/pa_charset_manager.h,
21392: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21393: main/pa_charset_connection.C, main/pa_charset_manager.C,
21394: main/pa_request.C: charset loading & caching mech 0
21395:
21396: * src/: include/pa_stylesheet_connection.h,
21397: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21398: main/pa_globals.C, main/pa_request.C: would make charset loading
21399: & caching mech now
21400:
21401: 2001-09-30 parser
21402:
21403: * src/main/pa_request.C: forgot to fill toTable
21404:
21405: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21406: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21407: failed on win32 for now..
21408:
21409: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21410: now charsets table configuration variable is: CHARSETS
21411:
21412: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21413: ctype with unicode 1. todo: no П entities on output somehow
21414:
21415: * src/: classes/file.C, classes/op.C, classes/string.C,
21416: include/pa_request.h, main/pa_request.C: started ctype with
21417: unicode values
21418:
21419: 2001-09-28 parser
21420:
21421: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21422: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21423: string passed AS-IS now
21424:
21425: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21426: way of user-configuring... todo: implement
21427:
21428: 2001-09-27 parser
21429:
21430: * src/classes/table.C: table.sort changed to sort table itself
21431:
21432: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21433: X^.getElementsByTagName[tagname] = array of xnode
21434: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21435: nodes removed - regretfully not supported @ xalan. maybe someday
21436: would reimplement, if needed.
21437:
21438: win32build system: solved long waiting anti-non-started-apache
21439: problem
21440:
21441: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21442: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21443: types/types.dsp: win32 ident make system so not to rebuild
21444: library [ident.C.new]
21445:
21446: 2001-09-26 parser
21447:
21448: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21449: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21450: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21451: types/pa_vxnode.C, types/types.dsp: z
21452:
21453: * src/classes/classes.C: forgot one non-xml check
21454:
1.116 moko 21455: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21456: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21457:
21458: * src/targets/cgi/parser3.C: z
21459:
21460: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21461: targets/isapi/parser3isapi.C: #ifdef SMTP
21462:
21463: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21464: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21465: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21466: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21467: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21468: types/types.dsp: xdoc&xnode now
21469:
21470: * src/: classes/classes.C, classes/classes.awk,
21471: classes/classes.dsp, classes/classes.h, classes/date.C,
21472: classes/dnode.C, classes/dnode.h, classes/dom.C,
21473: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21474: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21475: classes/op.C, classes/response.C, classes/string.C,
21476: classes/table.C, classes/void.C, include/pa_array.h,
21477: include/pa_common.h, include/pa_config_fixed.h,
21478: include/pa_config_includes.h, include/pa_dictionary.h,
21479: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21480: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21481: include/pa_socks.h, include/pa_sql_connection.h,
21482: include/pa_sql_driver_manager.h, include/pa_stack.h,
21483: include/pa_string.h, include/pa_stylesheet_connection.h,
21484: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21485: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21486: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21487: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21488: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21489: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21490: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21491: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21492: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21493: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21494: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21495: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21496: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21497: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21498: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21499: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21500: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21501: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21502: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21503: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21504: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21505: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21506: types/pa_vmethod_frame.h, types/pa_vobject.h,
21507: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21508: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21509: types/pa_vstateless_object.h, types/pa_vstring.C,
21510: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21511: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21512: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21513: main.dsp splitted to main+classes+types along to .am
21514:
21515: * src/classes/Makefile.am: removed useless var
21516:
21517: * src/: classes/classes.cmd, main/main.dsp,
21518: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21519: main.dsp
21520:
21521: 2001-09-25 parser
21522:
21523: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21524: 1251 though, todo ICU
21525:
1.116 moko 21526: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21527: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21528: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21529: types/pa_vdom.h: xml configure makes
1.95 moko 21530:
21531: 2001-09-24 parser
21532:
1.116 moko 21533: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21534: types/Makefile.am: makes
1.95 moko 21535:
1.116 moko 21536: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21537:
21538: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21539: started unix makes update
21540:
21541: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21542: started unix makes update
21543:
21544: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21545:
21546: * src/types/pa_value.h: z
21547:
21548: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21549: bugs with usinge hash/table in expressions
21550:
21551: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21552: resolved conflicts fixed [const]
21553:
21554: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21555: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21556: main/compile.C, main/compile.tab.C, main/compile.y,
21557: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21558: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21559: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21560: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21561: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21562: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21563: with before_xml [merge2 actually didn't happen - i've created
21564: tags on wrong branch. so this merge is in fact re-merge]
21565:
21566: 2001-09-21 parser
21567:
21568: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21569: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21570: produced "" in make file and sadly wrong interpreted on load]
21571:
1.116 moko 21572: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21573: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21574: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21575: include/pa_sql_driver_manager.h, include/pa_string.h,
21576: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21577: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21578: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21579:
21580: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21581: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21582: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21583: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21584: main/pa_pool.C, main/pa_request.C,
21585: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21586: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21587: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21588: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21589: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21590: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21591: types/pa_vrequest.C, types/pa_vresponse.h,
21592: types/pa_vstateless_class.C, types/pa_vstring.C,
21593: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21594: created new projects for sql drivers [planning to remove sql
21595: drivers from main cvs project] first, will join latest changes
21596:
21597: * src/classes/: dom.C: defaulted dom writing methods encoding to
21598: pool.get_charset
21599:
21600: * src/classes/dom.C: defaulted dom writing methods encoding to
21601: pool.get_charset
21602:
21603: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21604: pool.get_charset
21605:
21606: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21607: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21608: methods encoding to pool.get_charset
21609:
21610: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21611: transcoder were created right "unsupported encoding" message.
21612: not @ set time, but @ use time, so until xml output functions
21613: .string, .file, .save used - no encoding name check occur
21614:
21615: reduced transcode buffer size to 60 fixed pool cleanup - no
21616: registration needed, pools are officially destructured
21617:
21618: 2001-09-20 parser
21619:
21620: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21621:
21622: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21623: $MAIN:DEFAULTS.content-type[$.charset[here]]
21624:
21625: * src/: classes/dnode.C, classes/dom.C,
21626: include/pa_config_includes.h, include/pa_globals.h,
21627: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21628: main/pa_pool.C, targets/cgi/parser3.dsp,
21629: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21630: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21631: Pool::transcode 0
21632:
21633: * src/classes/dom.C: dom. string save file moved output xml options
21634: to last param and made it optional
21635:
21636: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21637: dnodes
21638: !$attributenode.specified = boolean
21639: true if the attribute received its value explicitly
21640: in the XML document,
21641: or if a value was assigned programatically with the
21642: setValue function.
21643: false if the attribute value came from the default value
21644: declared in the document's DTD.
21645: !$pinode.target = target of this processing instruction
21646: XML defines this as being the first token following the
21647: markup
21648: that begins the processing instruction.
21649: XPath:
21650: !^node.select[xpath/query/expression] = hash of 0->node0
21651: 1->node1
21652: !^node.select-single[xpath/query/expression] = first node if
21653: any
21654:
21655: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21656: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21657: some 'const's added
21658:
21659: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21660: expression context now, there value = size and boolean value
21661: size!=0
21662:
21663: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21664: can be used in expression context now, there value = size and
21665: boolean value size!=0
21666:
21667: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21668: types/pa_vstring.h: dnode .file .string .save moved back to dom
21669: due to strange xalan bug
21670:
21671: 2001-09-18 parser
21672:
21673: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21674: classes/image.C, classes/op.C, classes/table.C,
21675: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21676: include/pa_sql_driver_manager.h, main/compile.C,
21677: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21678: main/execute.C, main/pa_common.C, main/pa_request.C,
21679: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21680: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21681: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21682: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21683: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21684: before_xml branch ^if(def $hash) now true only when
21685: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21686:
21687: * src/: classes/op.C, main/execute.C: operators self changed to
21688: root ^for variable context changed to self
21689:
21690: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21691: dnode 1
21692:
21693: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21694: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21695:
21696: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21697: poly* fixed
21698:
21699: 2001-09-17 parser
21700:
21701: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21702: types/pa_vdom.h: started dnode+dom
21703:
21704: dnode DOM methods: $node.name $node.value
21705: ...others...
21706:
21707: ^node.xpath[/rates/USD] = hash
21708: $hash[
21709: $.0[node0]
21710: $.1[node1]
21711: ]
21712:
21713: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21714: applies to all linear primitives
21715:
21716: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21717: include/pa_stylesheet_connection.h, main/main.dsp,
21718: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21719: types/pa_vimage.h: started dnode DOM: $node.name
21720: $node.value ...others... ^node.xpath[/rates/USD] = hash
21721: dom(dnode)
21722:
21723: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21724: main/compile.y, main/compile_tools.h, main/execute.C,
21725: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21726: in expression compound($aa.zz.xx) names now can have minus '-' in
21727: name after '.'
21728:
21729: 2001-09-15 parser
21730:
21731: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21732: image: $line-width ^line(...)[**** style]
21733:
21734: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21735: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21736: pool_storage - cleanups first, allocations second. apache wisely
21737: does just like that
21738:
21739: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21740: rewritten using template, no bugs now
21741:
21742: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21743: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21744: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21745: poorly started isapi pool_storage, would rewrite using template
21746: now
21747:
21748: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21749: include/pa_stylesheet_connection.h, main/main.dsp,
21750: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21751: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21752: xalan objects freed up [introducing Pool::register_cleanup]
21753:
21754: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21755: comments
21756:
21757: 2001-09-14 parser
21758:
21759: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21760: z
21761:
21762: * src/: classes/dom.C, classes/file.C, classes/image.C,
21763: classes/mail.C, include/pa_common.h,
21764: include/pa_sql_driver_manager.h, include/pa_string.h,
21765: include/pa_stylesheet_connection.h,
21766: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21767: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21768: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21769: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21770: compiled&cached
21771:
21772: 2001-09-13 parser
21773:
21774: * src/: classes/dom.C, classes/file.C, classes/image.C,
21775: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21776:
21777: * src/classes/dom.C: dom:file content-type(.method)
21778:
21779: * src/: include/pa_common.h, include/pa_globals.h,
21780: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21781: string now more informative error messages
21782:
21783: * src/: include/pa_globals.h, include/pa_request.h,
21784: main/pa_request.C, targets/cgi/parser3.C,
21785: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21786: ParserSiteConfig .../parser3.conf
21787:
21788: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21789:
21790: 2001-09-12 parser
21791:
21792: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21793: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21794: precise error reporting: "connection string must start with
21795: protocol://" now
21796:
21797: * src/main/compile.tab.C: fixed - subname code parts actually []
21798: braced
21799:
21800: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21801: lexer on LS_USER level did [] matching without setting nestage,
21802: introduced special LS_NAME_SQUARE_PART state
21803:
21804: 2001-09-11 parser
21805:
21806: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21807: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21808: languages+=xml
21809:
21810: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21811:
21812: * src/classes/dom.C: ^dom:save/string/file[output options] output
21813: options: $.method[xml|html|text] detection fixed
21814:
21815: * src/types/pa_vdom.h: messages
21816:
21817: * src/classes/dom.C: ^dom:save/string/file[output options] output
21818: options: $.method[xml|html|text] detection fixed
21819:
21820: 2001-09-10 parser
21821:
21822: * src/classes/dom.C: ^dom:save/string/file[output options] output
21823: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21824:
21825: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21826: added]
21827:
21828: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21829: ^dom.xslt[stylesheet filename] 0
21830:
21831: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21832: ^dom.xslt[stylesheet filename] -1 doc is lying
21833:
21834: * src/classes/dom.C: ^dom.file[encoding] = file
21835:
21836: * src/classes/: dom.C: ^dom.string[encoding] 1
21837: ^dom.save[encoding;filename]
21838:
21839: * src/classes/dom.C: ^dom.string[] 0
21840:
21841: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21842:
21843: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21844: types/pa_vform.h: ^dom.save[b.xml] 0
21845:
21846: 2001-09-08 parser
21847:
21848: * src/types/pa_vform.C: $form:tables.name.field
21849:
21850: 2001-09-07 parser
21851:
21852: * src/classes/table.C: table:empty removed, superceded by ^if(def
21853: $table)...
21854:
21855: * src/targets/cgi/parser3.C: z
21856:
21857: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21858: from '' to int/double is 0]
21859:
21860: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21861: $table) is false when table is empty
21862:
21863: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21864: !$form:tables $atable[$form:tables.a]
21865: ^atable.menu{a=$atable.element}[,]
21866:
21867: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21868: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21869:
1.116 moko 21870: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21871: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21872: of dom
21873:
21874: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21875: types/pa_vform.C, types/pa_vform.h: z
21876:
21877: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21878: element [not last]
21879:
1.116 moko 21880: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21881: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21882:
21883: 2001-09-06 parser
21884:
21885: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21886: table with one column 'element' and two rows: 1 and 2
21887:
21888: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21889: table with one column 'element' and two rows: 1 and 2
21890:
21891: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21892: bad int/double conversions, and now $form:nonexistent.int(88)
21893: would return 88
21894:
21895: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21896: types/pa_vhash.h: now there's special hash key '_default'
21897: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21898: $._default[xx] ] $hash.c
21899:
21900: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21901: fixed [thanks, fif], ^; were treated there non-literally
21902:
21903: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21904: doxygen
21905:
21906: * src/: classes/image.C, classes/op.C, classes/string.C,
21907: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21908: types/pa_vtable.C: few #ifndef DOXYGEN
21909:
21910: 2001-09-05 parser
21911:
21912: * src/classes/: string.C, table.C: sql options can be void [same as
21913: image:html the other day]
21914:
21915: * src/targets/cgi/Makefile.am: .am undo
21916:
21917: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21918: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21919: macro expantion on param, simply qoutes whatever passed, undone
21920:
21921: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21922: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21923: STRINGIZE(name) #name invented
21924:
21925: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21926: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21927: MAIN_SQL_DRIVERS_NAME "drivers"
21928:
21929: moved to be availible to all users
21930:
21931: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21932: SQL_DRIVER_CREATE_FUNC_NAME
21933:
21934: * src/classes/mail.C: MAIN:MAIL check fixed
21935:
21936: 2001-09-04 parser
21937:
21938: * src/classes/image.C: image.html now can accept void params
21939:
21940: * src/targets/isapi/parser3isapi.C: z
21941:
21942: * src/targets/cgi/parser3.C: full_file_spec bug
21943:
21944: * src/targets/cgi/parser3.C: getenvcheck
21945:
21946: * src/targets/cgi/parser3.C: zz
21947:
21948: * src/targets/cgi/parser3.C: zzz
21949:
21950: * src/classes/date.C: date
21951:
21952: * src/classes/date.C: date:sql-string is now without ''
21953:
1.116 moko 21954: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21955: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21956: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21957:
1.116 moko 21958: * src/include/pa_config_auto.h.in: makes
1.95 moko 21959:
21960: 2001-09-03 parser
21961:
21962: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21963:
21964: 2001-09-01 parser
21965:
21966: * src/classes/image.C: letter_spacing
21967:
21968: * src/classes/image.C: image: font params changed
21969:
21970: * src/classes/image.C: image: as_int as_string used
21971:
21972: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21973: analized
21974:
21975: 2001-08-31 parser
21976:
21977: * src/targets/cgi/parser3.C: z
21978:
1.116 moko 21979: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21980: cygwin
1.95 moko 21981:
21982: * src/classes/void.C: void:int/double += (default)
21983:
21984: * src/classes/image.C: image:font added space param image:font
21985: changed charwidth alg, added kerning const[for now]
21986:
21987: * src/classes/: string.C, table.C: string:int/double (defaults)
21988:
21989: 2001-08-29 parser
21990:
21991: * src/main/pa_exception.C: exception redundant debug info
21992:
21993: 2001-08-28 parser
21994:
21995: * src/classes/image.C: image error msgs
21996:
21997: * src/classes/image.C: image: gifsize little endian
21998:
21999: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22000: doxygeneration
22001:
22002: * src/: classes/Makefile.am, main/Makefile.am,
22003: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22004:
22005: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22006: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22007:
22008: * src/main/compile.C: NO_STRING_ORIGIN check2
22009:
22010: * src/classes/table.C: NO_STRING_ORIGIN check
22011:
22012: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22013: storage class specifiers invalid in friend function declarations
22014:
22015: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22016: main/untaint.C, targets/cgi/parser3.C,
22017: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22018: case of limit
22019:
22020: * src/: classes/file.C, main/pa_common.C: file:move
22021: autocreate/remove dest/src dir
22022:
22023: * src/: classes/string.C, include/pa_dictionary.h,
22024: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22025: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22026: to directory constructor. string:replace
22027:
22028: 2001-08-27 parser
22029:
22030: * src/classes/image.C: fixed jpgsize alg
22031:
22032: * src/classes/image.C: fixed jpgsize alg
22033:
22034: * src/main/pa_exception.C: z
22035:
22036: * src/main/pa_common.C: removed debug info from pa_common
22037:
22038: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22039: [auto.p from current dir loading]
22040:
1.116 moko 22041: * src/: main/pa_common.C, main/pa_exception.C,
22042: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22043: for solaris -lsocket
1.95 moko 22044:
22045: 2001-08-24 parser
22046:
22047: * src/targets/cgi/parser3.C: not cgi extra \n 3
22048:
22049: * src/targets/cgi/parser3.C: not cgi extra \n 2
22050:
22051: * src/targets/cgi/parser3.C: not cgi extra \n
22052:
22053: * src/main/pa_sql_driver_manager.C: z
22054:
22055: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22056: sql* removed services from disconnect - cross-request ideological
22057: probs.
22058:
22059: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22060: cross-request ideological probs. oracle - fixed bug: cs
22061: allocated on request.pool and got freed before disconnect
22062:
22063: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22064: mallocs fixed
22065:
22066: 2001-08-23 parser
22067:
22068: * src/classes/file.C: minor bug in file:save fixed
22069:
22070: * src/main/pa_sql_driver_manager.C: oracle: dlink
22071:
22072: 2001-08-22 parser
22073:
22074: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22075: types/pa_vfile.h: file:load|save[text|binary;
22076:
22077: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22078:
22079: 2001-08-21 parser
22080:
22081: * src/classes/: file.C, table.C: ^file:list
22082:
22083: 2001-08-20 parser
22084:
22085: * src/: main/compile.tab.C, main/compile.y,
22086: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22087: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22088: recousively caused problems: inc incremeted 123 literal!! fixed
22089:
22090: 2001-08-10 parser
22091:
22092: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22093:
22094: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22095: added
22096:
22097: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22098: added
22099:
22100: * src/classes/table.C: table:sort restored [it was bad test :(]
22101:
22102: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22103: ''
22104:
22105: * src/main/: pa_request.C: wanted to make const int
22106: MAX_EXECUTE_SECONDS=1;
22107:
22108: but couldnt, set_callback_and_alarm appeared to be not exported
22109: :(
22110:
22111: * src/main/pa_string.C: string.match hanged on. there were a hang
22112: check but it weren't wise enough
22113:
22114: @parse[dateString][tmp]
22115: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22116: #end
22117:
22118: @main[] ^parse[2001-02-03]
22119:
22120: * src/classes/: table.C: table:sort now default desc
22121:
22122: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22123: table.sort now creates new sorted table
22124:
22125: 2001-08-09 parser
22126:
22127: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22128:
22129: * src/classes/hash.C: hash:_default now [was hash:default]
22130:
22131: * src/classes/op.C: case without switch check added
22132:
22133: * src/types/pa_vcookie.C: cookie name&value origins added, more
22134: precise $ORIGINS(1)
22135:
22136: * src/main/Makefile.am: .am
22137:
22138: * src/classes/void.C: void: int double copy/paste from int: bug
22139: fixed
22140:
22141: * src/classes/void.C: void: int double copy/paste from int: bug
22142: fixed
22143:
22144: 2001-08-07 parser
22145:
22146: * src/: classes/double.C, classes/int.C, classes/string.C,
22147: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22148: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22149: string, table
22150:
22151: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22152: srand made working
22153:
22154: 2001-08-06 parser
22155:
22156: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22157: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22158: main/compile.tab.C, main/compile.y, main/pa_array.C,
22159: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22160: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22161:
22162: * src/main/pa_exec.C: exec win32 real filename
22163:
22164: * src/classes/file.C: exec stderr out
22165:
22166: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22167:
22168: 2001-08-03 parser
22169:
22170: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22171:
22172: 2001-08-02 parser
22173:
22174: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22175: main/execute.C, main/pa_exec.C: introducing Array_iter
22176:
22177: * src/main/execute.C: detected quick_get recursion bug. changed to
22178: get@execute, but needs array iterator, separate from array to
22179: avoid it & use caching
22180:
22181: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22182: bug fixed
22183:
22184: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22185: main/execute.C, main/pa_globals.C: found another multithread bug
22186: in op.C (last, last global var killed) :)
22187:
22188: 2001-08-01 parser
22189:
22190: * src/: include/pa_dictionary.h, include/pa_globals.h,
22191: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22192: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22193: main/untaint.C: speeded up typo-html replacements. introducing
22194: Dictionary with first-char caching
22195:
22196: 2001-07-31 parser
22197:
22198: * src/types/Makefile.am: pa_vtable.C added to .am
22199:
22200: * src/main/compile.tab.C: added, so that could be compiled even on
22201: non-bison-enabled platforms
22202:
22203: 2001-07-28 parser
22204:
22205: * src/classes/table.C: table:hash always produces hash, when can't
22206: - empty
22207:
22208: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22209: skipped \n
22210:
22211: 2001-07-27 parser
22212:
22213: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22214: on int/double/string :sql without result and default
22215:
22216: 2001-07-26 parser
22217:
22218: * src/classes/op.C: fixed bad multithread bug with strangly global
22219: OP
22220:
22221: * src/main/compile.y: $man[$.age[zzz]] 0
22222:
22223: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22224: creation syntax problem persists. restored $: for a while.
22225: thinking of $man[$.age[zzz]] syntax now
22226:
22227: * src/: classes/double.C, classes/int.C, classes/string.C,
22228: include/pa_opcode.h, main/compile.C, main/compile.y,
22229: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22230: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22231: types/pa_wwrapper.h: fixing :: realization #1
22232:
22233: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22234: main/compile_tools.h, main/execute.C, main/pa_request.C,
22235: types/pa_vmethod_frame.h: introducing :: this is constructor call
22236: prefix. ordinary : remains for static accesses
22237:
22238: 2001-07-25 parser
22239:
22240: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22241: fields 2. methods 3. columns
22242:
22243: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22244: quote. optimized double&int tostring-s
22245:
22246: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22247: whitespace before first method decl
22248:
22249: * src/classes/table.C: allowed nontable result in table:sql,
22250: results in empty table
22251:
22252: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22253: lines before first method decl
22254:
22255: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22256: types/pa_vtable.h: ^table.record[] now $table.fields
22257:
22258: * src/main/compile.y: $var[] is now empty string, not void
22259:
22260: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22261: void
22262:
22263: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22264: main/pa_globals.C: match replace code context moved to implicit
22265: $match context
22266:
22267: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22268: main/compile_tools.h, main/execute.C: with killed, code storage
22269: introduced with former 'with' syntax
22270:
22271: 2001-07-24 parser
22272:
22273: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22274: types/pa_value.h: first get_element, next get operator
22275:
22276: * src/main/compile.y: removed @end handling
22277:
22278: * src/main/: compile.C, compile.y: @end handling method2
22279:
22280: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22281: file:move
22282:
22283: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22284: fixed
22285:
22286: 2001-07-23 parser
22287:
22288: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22289: driver
22290:
22291: * src/classes/hash.C: changed sql driver query interface
22292:
22293: * src/: classes/hash.C, classes/string.C, classes/table.C,
22294: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22295: changed sql driver query interface
22296:
22297: 2001-07-20 parser
22298:
22299: * src/types/pa_vrequest.C: X!$browser:type
22300:
22301: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22302: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22303: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22304: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22305: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22306: types/pa_vobject.h, types/pa_vrequest.C,
22307: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22308: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22309: BASE element globally removed
22310:
22311: 2001-07-18 parser
22312:
22313: * src/classes/file.C: file:exec/cgi msg
22314:
22315: * src/classes/file.C: $file:exit-code renamed to 'status'
22316:
22317: * src/: classes/file.C, main/pa_exec.C: file:exec
22318:
1.116 moko 22319: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22320: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22321: removed $id from *.in *.am
1.95 moko 22322:
22323: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22324: abbrevations
22325:
22326: * src/: classes/date.C, classes/mail.C, classes/math.C,
22327: classes/string.C, classes/table.C, include/pa_globals.h,
22328: include/pa_string.h, main/execute.C, main/pa_globals.C,
22329: main/pa_request.C, main/pa_string.C, main/untaint.C,
22330: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22331: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22332: $ORIGINS(1) output tracing mode
22333:
22334: 2001-07-13 parser
22335:
22336: * src/: classes/double.C, classes/int.C, classes/string.C,
22337: include/pa_request.h, main/execute.C, main/pa_request.C:
22338: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22339: second would not call first @auto
22340:
22341: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22342: wrong, fixed
22343:
22344: 2001-07-12 parser
22345:
22346: * src/types/pa_value.h: pa_value.putelement modification of system
22347: classes prevented
22348:
22349: 2001-07-11 parser
22350:
22351: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22352: table $piece
22353:
22354: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22355: types/pa_vstateless_class.h: $file created by file:state +=
22356: .atime .mtime .ctime +found&fixed bug with exceptions on
22357: get_junction-created objects [they were on wrong pool]
22358:
22359: 2001-07-09 parser
22360:
22361: * src/main/untaint.C: qp wrong name
22362:
22363: * src/: classes/date.C, classes/string.C, classes/table.C,
22364: main/compile.y: date format 0
22365:
22366: 2001-07-07 parser
22367:
22368: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22369: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22370: roll table calendar
22371:
22372: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22373: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22374: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22375: include/pa_request.h, main/main.dsp, types/pa_value.h,
22376: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22377: string. todo: sql, calendar
22378:
22379: 2001-07-06 parser
22380:
22381: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22382: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22383:
22384: 2001-07-03 parser
22385:
22386: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22387: classes/random.C, main/main.dsp: class random renamed to math,
22388: operators became methods
22389:
22390: * src/classes/op.C: pow sqrt
22391:
22392: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22393:
22394: 2001-07-02 parser
22395:
22396: * src/classes/table.C: ^table.columns column renamed from 'name' to
22397: 'column'
22398:
22399: * src/classes/hash.C: ^hash.keys[]
22400:
22401: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22402:
22403: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22404: 'strings'
22405:
22406: 2001-06-29 parser
22407:
22408: * src/main/: execute.C: /0 %0 checkes ver 2
22409:
22410: * src/main/execute.C: /0 %0 checke
22411:
22412: * src/classes/Makefile.am: nothing - void
22413:
22414: * src/classes/table.C: empty strings @ sql
22415:
22416: 2001-06-28 parser
22417:
22418: * src/: classes/double.C, classes/file.C, classes/form.C,
22419: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22420: classes/op.C, classes/random.C, classes/response.C,
22421: classes/string.C, classes/table.C, classes/void.C,
22422: main/compile.C, main/compile_tools.C, main/execute.C,
22423: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22424: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22425: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22426: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22427: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22428: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22429: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22430: $";
22431:
22432: * src/: classes/double.C, classes/file.C, classes/form.C,
22433: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22434: classes/op.C, classes/random.C, classes/response.C,
22435: classes/string.C, classes/table.C, classes/void.C,
22436: main/compile.C, main/compile.y, main/compile_tools.C,
22437: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22438: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22439: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22440: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22441: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22442: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22443:
22444: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22445: $class:name: == ${class:name}:
22446:
22447: * src/classes/string.C: exactly one
22448:
22449: 2001-06-27 parser
22450:
22451: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22452: types/pa_vvoid.h: nothing renamed to void
22453:
22454: * src/classes/op.C: ^switch ^case
22455:
22456: * src/main/compile.y: nothing renamed to void
22457:
22458: * src/: classes/hash.C, classes/table.C, main/compile.y,
22459: main/execute.C, main/main.dsp, main/pa_request.C,
22460: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22461: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22462: void
22463:
22464: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22465:
22466: 2001-05-28 parser
22467:
22468: * src/doc/html2chm.cmd: removed >a
22469:
22470: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22471: project options [some bugs]
22472:
22473: * src/doc/sources2html.cmd: z
22474:
22475: * src/: classes/classes.C, main/compile.C, main/compile.y,
22476: main/execute.C: operators are not in root class again
22477:
22478: 2001-05-24 parser
22479:
22480: * src/targets/cgi/parser3.dsp: project file
22481:
22482: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22483: ^log ^exp
22484:
22485: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22486: conversions in @exception[params]
22487:
22488: * src/main/pa_request.C: // no _ conversions in @exception[params]
22489:
22490: 2001-05-23 parser
22491:
22492: * src/main/pa_string.C: string cmp bug
22493:
22494: * src/classes/: mail.C, op.C: rem max 1000
22495:
22496: * src/: classes/op.C, main/compile.y: allow one empty line before
22497: LS_DEF_NAME
22498:
22499: 2001-05-22 parser
22500:
22501: * src/classes/op.C: if params code-required
22502:
22503: 2001-05-21 parser
22504:
22505: * src/types/pa_vstring.C: eoleof
22506:
22507: * src/classes/Makefile.am: .AM
22508:
22509: * src/classes/nothing.C: resultless ^sql moved to nothing:
22510:
22511: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22512:
22513: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22514: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22515: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22516: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22517: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22518: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22519: 'nothing'
22520:
22521: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22522: vstring::set_string
22523:
22524: * src/classes/: double.C, int.C, string.C: int,double;sql
22525:
22526: * src/: classes/hash.C, classes/int.C, classes/string.C,
22527: classes/table.C, include/pa_string.h, main/pa_string.C,
22528: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22529:
22530: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22531: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22532: hash:sql moved to main trunc. operators.txt updated
22533:
22534: * src/classes/: hash.C, op.C, table.C: hash:sql
22535:
22536: * src/classes/op.C: z
22537:
22538: * src/: main/compile.C, classes/classes.C: 1
22539:
22540: * src/: classes/classes.C, main/compile.C, main/compile.y,
22541: main/execute.C: 0
22542:
22543: * src/main/execute.C: z
22544:
22545: * src/targets/cgi/parser3.C: z
22546:
22547: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22548: site_auto_path "." in that case
22549:
22550: * src/targets/cgi/: parser3.C: z
22551:
22552: * src/main/pa_request.C: .am
22553:
22554: * src/: main/pa_request.C, targets/cgi/parser3.C:
22555: pcre_tables=pcre_default_tables;
22556:
22557: 2001-05-19 parser
22558:
22559: * src/main/pa_string.C: z
22560:
22561: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22562: introducing String::cstr_bufsize, returns just size+1 for as_is
22563: target.
22564:
22565: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22566: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22567: used, 4* mem wasted
22568:
22569: * src/classes/string.C: root context in match replace body now
22570: unchanged
22571:
22572: * src/types/pa_value.h: parameter # 1 based
22573:
22574: * src/main/pa_common.C: common: actual filename '%s'
22575:
22576: * src/classes/string.C: z
22577:
22578: * src/classes/Makefile.am: classes/.am
22579:
22580: * src/classes/: Makefile.am: classes/.am
22581:
22582: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22583: targets/cgi/pa_pool.C: classes/.am
22584:
22585: 2001-05-18 parser
22586:
1.116 moko 22587: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22588: pa_threads.C ins
1.95 moko 22589:
22590: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22591:
22592: 2001-05-17 parser
22593:
22594: * src/: classes/string.C, include/pa_config_fixed.h,
22595: include/pa_config_includes.h, main/compile.y,
22596: main/compile_tools.h, main/execute.C, main/pa_array.C,
22597: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22598: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22599: types/pa_vform.C: #include "pa_config_includes.h" removed from
22600: most .C
22601:
22602: * src/doc/html2chm.cmd: z
22603:
22604: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22605: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22606:
22607: * src/main/pa_sql_driver_manager.C: moved expiration to
22608: get_connection_from_cache
22609:
22610: * src/main/pa_sql_driver_manager.C: cache expiration bf
22611:
22612: * src/: classes/classes.h, include/pa_sql_connection.h,
22613: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22614: cache expiration[use SQL_Driver::disconnect]
22615:
22616: * src/main/pa_table.C: table.locate current restored on "not found"
22617:
22618: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22619: line no
22620:
22621: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22622: ANTI_ENDLESS_EXECUTE_RECOURSION
22623:
22624: * src/: classes/op.C, include/pa_sql_connection.h,
22625: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22626: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22627: 1driver and set_services fight for driver::fservices. before fix
22628:
22629: * src/: classes/op.C, include/pa_config_fixed.h,
22630: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22631: main/pa_sql_driver_manager.C: found problem at last: 2connections
22632: own 1driver and set_services fight for driver::fservices. before
22633: fix
22634:
22635: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22636: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22637: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22638: pa_threads.C
22639:
22640: * src/include/pa_threads.h: removed targets/parser
22641:
22642: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22643: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22644: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22645: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22646: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22647: headers
22648:
22649: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22650: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22651: order prevented sqlmanager to see MULTYTHREAD define
22652:
22653: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22654: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22655: put/gets
22656:
22657: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22658: from hash.h
22659:
22660: * src/: classes/op.C, include/pa_sql_connection.h,
22661: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22662: from cache ->set_services(&services);
22663:
22664: 2001-05-16 parser
22665:
22666: * src/targets/cgi/parser3.C: z
22667:
22668: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22669: debug, #ifdefed some. would debug later, on more precise sample
22670: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22671: $name.$tail[$tail!] $name.$tail } ok3
22672:
22673: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22674: removed array debug. before vstring rebasing
22675:
22676: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22677: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22678: array debugged; adjusted
22679:
22680: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22681: SQL_Driver_manager line no for connect/charset errors
22682:
22683: 2001-05-15 parser
22684:
22685: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22686: main/pa_string.C: string+array made linear grows
22687:
22688: * src/: include/pa_string.h, main/pa_string.C,
22689: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22690: grow lineary, not exponentialy
22691:
22692: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22693: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22694: with fullchunk cmps
22695:
22696: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22697: 70041= 81
22698:
22699: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22700: targets/cgi/parser3.C: detected huge mem allocation: size/times
22701: malloc 27809390/368771, calloc 3232/83. would test now
22702:
22703: * src/: classes/random.C, main/compile.y, main/execute.C,
22704: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22705: numbered params had wrong name - for instance: bad error message
22706: in ^for[] bad body type. fixed
22707:
22708: 2001-05-14 parser
22709:
22710: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22711: main/untaint.C: ^string.upper|lower[]
22712:
22713: 2001-05-11 parser
22714:
22715: * src/: classes/double.C, classes/image.C, classes/op.C,
22716: classes/string.C, classes/table.C, classes/unknown.C,
22717: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22718: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22719: types/pa_vunknown.h: op: MAX_LOOPS as_int
22720:
22721: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22722: .dsp for win32tools
22723:
22724: 2001-05-11 paf
22725:
22726: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22727: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22728: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22729: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22730:
22731: 2001-05-10 paf
22732:
22733: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22734: for C++, that's all
22735:
1.116 moko 22736: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22737: pa_config_includes.h: inline wonders
1.95 moko 22738:
22739: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22740: doc/doxygen.cmd: hash.C added
22741:
22742: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22743:
22744: * src/main/compile.y: @end grammar: allowed zero strings in control
22745: menthod
22746:
22747: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22748: pa_vstateless_object.h: changed priority: field before method
22749: lookup in vclass & vobject
22750:
22751: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22752: grammar: priorities changes [lowerd && prior] vobject: now first
22753: fields, next methods
22754:
22755: 2001-05-08 paf
22756:
22757: * src/main/pa_table.C: table columnname2item on nameless ignored
22758: bark=false. fixed
22759:
22760: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22761: types/pa_vmethod_frame.h: hash:default works at last!
22762:
22763: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22764: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22765: hash:default
22766:
22767: * src/classes/table.C: z
22768:
22769: * src/classes/table.C: table:hash always hash of hash now
22770:
22771: * src/classes/table.C: table:empty return bool now
22772:
22773: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22774: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22775: types/pa_vtable.h: table:hash
22776:
22777: * src/classes/table.C: table:record have name
22778:
22779: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22780: returns vunknown
22781:
22782: * src/classes/: double.C, int.C, op.C, string.C:
22783: int,double,string:int[] double[] string:length[] results now have
22784: hames
22785:
22786: * src/: classes/op.C, classes/table.C, main/main.dsp,
22787: types/pa_vtable.h: removed table:find. table:locate and op:eval
22788: now return bool
22789:
22790: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22791: in method checkparams again. fixed
22792:
22793: 2001-05-07 paf
22794:
22795: * src/doc/chm.cmd: cmd
22796:
22797: * src/: classes/image.C, classes/mail.C, classes/string.C,
22798: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22799: types/pa_value.h: method reported errors on wrong pool
22800:
22801: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22802: now
22803:
22804: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22805: include/code.h, include/pa_opcode.h, main/compile.C,
22806: main/compile_tools.h, main/execute.C, types/pa_value.h,
22807: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22808: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22809: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22810: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22811: types/pa_vmethod_frame.h, types/pa_vobject.h,
22812: types/pa_vrequest.h, types/pa_vresponse.h,
22813: types/pa_vstateless_class.h, types/pa_vstring.h,
22814: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22815: types/pa_wwrapper.h: pa_code.h
22816:
22817: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22818:
22819: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22820: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22821: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22822: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22823: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22824: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22825: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22826: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22827: types/pa_vtable.h: dox, split by not clean parts also
22828:
22829: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22830: types/pa_vtable.h: table: fields, then methods. so to enable
22831: 'dir' fields & co. more
22832:
22833: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22834: so to enable 'dir' fields & co.
22835:
22836: * src/main/compile.y: grammar: @end
22837:
22838: 2001-05-04 paf
22839:
22840: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22841: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22842:
22843: * src/: classes/classes.h, classes/double.C, classes/file.C,
22844: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22845: classes/op.C, classes/random.C, classes/response.C,
22846: classes/string.C, classes/table.C, classes/unknown.C,
22847: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22848: method dox
22849:
22850: 2001-05-03 paf
22851:
22852: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22853: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22854: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22855: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22856: doc/string.dox, doc/targets.dox, doc/value.dox,
22857: main/pa_request.C: dox splitted .dox files and added some
22858:
22859: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22860:
22861: 2001-05-02 paf
22862:
22863: * src/classes/: image.C, table.C: table:dir result are not tainted
22864: by file_name language now
22865:
22866: 2001-04-28 paf
22867:
22868: * src/classes/classes.inc: removed classes.inc
22869:
22870: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22871: from .am
22872:
22873: * src/classes/classes.awk: skipped classes in .awk
22874:
22875: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22876: classes/classes.inc, classes/double.C, classes/file.C,
22877: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22878: classes/string.C, classes/table.C, classes/unknown.C,
22879: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22880: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22881: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22882: pa_methoded back to classes/classes.h
22883:
22884: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22885:
22886: * src/: classes/Makefile.am, classes/classes.awk,
22887: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22888: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22889:
22890: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22891: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22892: classes/response.C, classes/string.C, classes/table.C,
22893: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22894: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22895: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22896: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22897: include|main/pa_methoded
22898:
22899: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22900: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22901:
22902: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22903: moved some configured data to request::classes_conf moved some
22904: string crations from globals to M... [works]
22905:
22906: * src/: classes/form.C, classes/mail.C, classes/op.C,
22907: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22908: main/pa_request.C: moved some configured data to
22909: request::classes_conf moved some string crations from globals to
22910: M...
22911:
22912: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22913: about to move configured data to special request hash
22914:
22915: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22916: classes/form.C, classes/mail.C, include/pa_request.h,
22917: main/pa_request.C: configure started
22918:
22919: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22920: 2. todo: methoded-configure
22921:
22922: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22923: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22924: classes/_random.h, classes/_response.h, classes/_string.h,
22925: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22926: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22927: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22928: classes/random.C, classes/response.C, classes/string.C,
22929: classes/table.C, classes/unknown.C, include/pa_globals.h,
22930: include/pa_request.h, main/compile.y, main/execute.C,
22931: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22932: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22933: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22934: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22935: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22936: types/pa_vrequest.h, types/pa_vresponse.h,
22937: types/pa_vstateless_class.h, types/pa_vstring.h,
22938: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22939: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22940: methoded-configure
22941:
22942: * src/: classes/file.C, classes/table.C, main/compile.y,
22943: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22944: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22945: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22946:
22947: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22948: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22949: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22950: classes/random.C, classes/response.C, classes/string.C,
22951: classes/table.C, classes/unknown.C, include/pa_request.h,
22952: main/compile.y, main/execute.C, main/pa_globals.C,
22953: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22954: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22955: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22956: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22957: beautifying just compiled. todo: debug, configure
22958:
22959: 2001-04-27 paf
22960:
22961: * src/: classes/file.C, classes/image.C, classes/table.C,
22962: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22963: beautifying -99
22964:
22965: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22966: classes/_response.h, classes/_unknown.h, classes/classes.C,
22967: classes/classes.h, classes/double.C, classes/file.C,
22968: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22969: classes/op.C, classes/random.C, classes/response.C,
22970: classes/string.C, include/pa_globals.h, main/main.dsp,
22971: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22972: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22973: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22974: types/pa_vunknown.h: beautifying -100
22975:
22976: * src/main/compile.y: serge@ found @CLASS bug. fixed
22977:
22978: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22979: classes/_op.h, classes/_random.h, classes/_table.h,
22980: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22981: classes/op.C, classes/random.C, classes/response.C,
22982: classes/string.C, classes/table.C, classes/unknown.C,
22983: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22984: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22985: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22986: beautifying
22987:
22988: 2001-04-26 paf
22989:
22990: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22991:
22992: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22993: documentation ++
22994:
22995: * src/: classes/_exec.h, doc/doxygen.cfg,
22996: include/pa_config_fixed.h, include/pa_config_includes.h,
22997: targets/cgi/pa_pool.C: code documentation ++
22998:
22999: * src/: classes/_image.h, classes/op.C, classes/random.C,
23000: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23001: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23002: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23003: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23004: types/pa_vmethod_frame.h, types/pa_vobject.h,
23005: types/pa_vrequest.C, types/pa_vrequest.h,
23006: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23007: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23008: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23009: code documentation ++
23010:
23011: * src/: classes/image.C, classes/mail.C, classes/string.C,
23012: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23013: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23014: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23015: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23016: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23017: types/pa_vobject.h, types/pa_vstateless_class.h,
23018: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23019:
23020: * src/main/: pa_request.C, pa_string.C: z
23021:
23022: * src/: include/pa_common.h, include/pa_types.h,
23023: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23024: connection caching fixed. request-pooled-url were stored into
23025: global connectioncache
23026:
23027: 2001-04-25 paf
23028:
23029: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23030: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23031:
23032: * src/: include/code.h, include/pa_common.h, main/compile.y,
23033: main/execute.C, main/pa_common.C: -d
23034:
23035: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23036: illegal call check a bit improved, but still under iis no mapping
23037: of dir with parser allowed!
23038:
23039: 2001-04-24 paf
23040:
23041: * src/targets/Makefile.am: apache module lib .am
23042:
23043: * src/main/pa_exec.C: windows32 buildCommand
23044:
23045: 2001-04-23 paf
23046:
23047: * src/targets/cgi/Makefile.am: win32 conditional
23048:
23049: * src/targets/cgi/Makefile.am: win32 conditional
23050:
23051: * src/targets/cgi/Makefile.am: liblink
23052:
23053: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23054: vfile fields return type
23055:
23056: * src/types/pa_vfile.h: vfile fields return type
23057:
23058: * src/include/pa_config_auto.h.in: .h.in
23059:
23060: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23061: types/Makefile: makefiles removed
23062:
23063: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23064: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23065:
23066: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23067: [tested: i & g ]
23068:
23069: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23070: @test noticed series in isapi, check how initialize_random_class
23071: is called! [must be called only once]
23072:
23073: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23074: would not be 'unknown column'
23075:
23076: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23077: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23078:
23079: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23080: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23081: [now doesnt]
23082:
23083: * src/targets/cgi/parser3.C: cgi cmdline ver
23084:
23085: * src/targets/cgi/parser3.C: cgi /// @test disable
23086: /cgi-bin/parser3/auto.p
23087:
23088: * src/main/untaint.C: untaint without charset
23089:
23090: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23091: main/pa_common.C: common: file_write /// @test mkdirs
23092: file_delete rmdirs
23093:
23094: * src/main/untaint.C: mail header only once to =?
23095:
23096: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23097: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23098: main/untaint.C: untaint - @test optimize whitespaces for
23099: all but 'html'
23100:
23101: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23102: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23103: main/untaint.C: untaint - @test mail-header
23104:
23105: 2001-04-20 paf
23106:
23107: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23108: include/pa_request.h, include/pa_string.h, main/compile.y,
23109: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23110: targets/cgi/parser3.C: $MAIN:LOCALE
23111:
23112: * src/main/untaint.C: z
23113:
23114: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23115:
23116: 2001-04-19 paf
23117:
23118: * src/main/compile_tools.h: $a$b bugfix
23119:
23120: * src/targets/cgi/parser3.C: z
23121:
23122: * src/classes/file.C: z
23123:
23124: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23125: done: header to $fields. waits for header '\' tricks
23126:
23127: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23128: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23129: changed urlencode here and in untaint.C to HTTP standard's " and
23130: \" mech
23131:
23132: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23133: http://alx/~paf/ doesnt load /auto.p
23134:
23135: 2001-04-18 paf
23136:
23137: * src/main/pa_request.C: 1
23138:
23139: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23140: linux @alx
23141:
23142: 2001-04-17 paf
23143:
23144: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23145: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23146: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23147: enabled
23148:
23149: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23150: classes/_exec.h, classes/_file.h, classes/_form.h,
23151: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23152: classes/_random.h, classes/_response.h, classes/_string.h,
23153: classes/_table.h, classes/_unknown.h, classes/file.C,
23154: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23155: include/pa_config_fixed.h, include/pa_config_includes.h,
23156: include/pa_hash.h, include/pa_sql_driver_manager.h,
23157: include/pa_version.h, main/Makefile.am, main/compile.y,
23158: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23159: main/pa_sql_driver_manager.C, sql/Makefile.am,
23160: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23161: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23162: types/pa_vform.C, types/pa_vimage.h: exec @jav
23163:
23164: * src/: include/pa_sql_driver_manager.h,
23165: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23166: types/pa_vimage.h: sql driver interface now has initialize(client
23167: .so)
23168:
23169: 2001-04-16 paf
23170:
23171: * src/Makefile.am: compile2 cygwin
23172:
23173: * src/: include/pa_config_includes.h, main/pa_exec.C,
23174: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23175:
23176: * src/targets/cgi/Makefile.am: compile0 jav
23177:
23178: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23179: classes/_exec.h, classes/_file.h, classes/_form.h,
23180: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23181: classes/_random.h, classes/_response.h, classes/_string.h,
23182: classes/_table.h, classes/_unknown.h, classes/image.C,
23183: classes/mail.C, classes/op.C, classes/random.C,
23184: include/pa_config_fixed.h, include/pa_config_includes.h,
23185: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23186: main/compile.y, main/pa_common.C, main/pa_exec.C,
23187: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23188: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23189: compile-1
23190:
23191: 2001-04-15 paf
23192:
23193: * src/classes/op.C: z
23194:
23195: * src/classes/table.C: table:empty +=process
23196:
23197: * src/types/pa_value.h: MethodParams !junction
23198:
23199: * src/: classes/_string.h, classes/double.C, classes/file.C,
23200: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23201: classes/random.C, classes/response.C, classes/string.C,
23202: classes/table.C, classes/unknown.C, main/pa_request.C:
23203: MethodParams everywhere
23204:
23205: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23206: types/pa_vmethod_frame.h: MethodParams in op.C
23207:
23208: 2001-04-12 paf
23209:
23210: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23211:
23212: * src/: classes/_unknown.h, classes/unknown.C,
23213: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23214: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23215:
23216: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23217:
23218: * src/classes/image.C: image:gif now does not have params
23219:
23220: * src/classes/image.C:
23221: image:line/fill/rectangle/bar/replace/polygon/polybar
23222:
23223: * src/: classes/image.C, classes/op.C, main/execute.C,
23224: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23225: for var now written not to r.wcontext, but to r.root cleared
23226: "entered_object" state
23227:
23228: 2001-04-11 paf
23229:
23230: * src/classes/image.C: image:create image:load
23231:
23232: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23233: just compiled
23234:
23235: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23236: todo: gif without file
23237:
23238: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23239: started porting to Pooled descendant
23240:
23241: * src/: classes/image.C, main/execute.C, main/main.dsp,
23242: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23243: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23244: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23245:
23246: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23247: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23248: end. switching to python imaging lib
23249:
23250: * src/main/main.dsp: gd+smtp made separate libs
23251:
23252: * src/: include/pa_globals.h, include/pa_string.h,
23253: main/pa_common.C, main/pa_request.C, main/untaint.C,
23254: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23255: length
23256:
23257: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23258: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23259: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23260: UL_FILE_NAME of posted file name
23261:
23262: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23263: post [broke when moved post read to core]
23264:
23265: 2001-04-10 paf
23266:
23267: * src/classes/image.C: image:html done
23268:
23269: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23270:
23271: * src/classes/image.C: z
23272:
23273: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23274: forgotten!
23275:
23276: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23277: main/pa_request.C, main/pa_string.C, main/untaint.C,
23278: types/pa_vimage.h: image:measure -90
23279:
23280: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23281: classes/_int.h, classes/_mail.h, classes/_op.h,
23282: classes/_random.h, classes/_response.h, classes/_string.h,
23283: classes/_table.h, classes/file.C, classes/mail.C,
23284: include/pa_common.h, include/pa_globals.h, main/execute.C,
23285: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23286: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23287: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23288: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23289: compiled
23290:
23291: * src/classes/mail.C: minor bug with unclear from/to
23292:
23293: * src/classes/mail.C: sendmail unix skipping defaults
23294:
23295: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23296: sendmail unix added defaults
23297:
23298: * src/classes/mail.C: unix sendmail compiled. todo:testing
23299:
23300: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23301:
23302: 2001-04-09 paf
23303:
23304: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23305: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23306: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23307: targets/isapi/parser3isapi.dsp: all targets exec
23308:
23309: * src/: include/pa_sapi.h, include/pa_string.h,
23310: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23311: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23312: args in apache:util.script
23313:
23314: * src/include/pa_string.h: written but not tested exec with env for
23315: unix
23316:
23317: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23318: targets/cgi/parser3.C: exec win32 env
23319:
23320: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23321: 0
23322:
23323: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23324: main/execute.C, main/main.dsp, main/pa_globals.C,
23325: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23326: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23327:
23328: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23329: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23330:
23331: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23332: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23333:
23334: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23335: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23336: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23337: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23338: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23339: exec class just compiled. moved post read to request core
23340:
23341: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23342: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23343: main/pa_globals.C, targets/cgi/parser3.C,
23344: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23345: are already read by vform
23346:
23347: 2001-04-08 paf
23348:
23349: * src/: classes/file.C, classes/mail.C, classes/string.C,
23350: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23351: uuencode. string<<
23352:
23353: 2001-04-07 paf
23354:
23355: * src/classes/mail.C: z
23356:
23357: * src/classes/mail.C: z
23358:
23359: * src/classes/mail.C: ^mail[$attach
23360:
23361: * src/classes/mail.C: ^attach dead end
23362:
23363: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23364: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23365: targets/isapi/parser3isapi.C: mail:send 1
23366:
23367: * src/: classes/mail.C, main/pa_request.C: z
23368:
23369: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23370: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23371: compiled
23372:
23373: * src/classes/mail.C: +=
23374:
23375: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23376: prepared
23377:
23378: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23379: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23380: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23381: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23382:
23383: 2001-04-06 paf
23384:
23385: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23386: main/pa_string.C: table:dir 1
23387:
23388: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23389: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23390:
23391: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23392: classes/root.C, include/pa_globals.h, include/pa_request.h,
23393: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23394: main/pa_request.C: renamed 'root' to 'op'
23395:
23396: * src/classes/: _op.h, op.C: renamed from 'root'
23397:
23398: * src/types/pa_valiased.C: another root inherititance skipped
23399:
23400: * src/main/: compile.C, compile.y, execute.C: operators are now not
23401: root methods of parent class. just 'ROOT' class
23402:
23403: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23404: @office
23405:
23406: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23407:
23408: 2001-04-05 paf
23409:
23410: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23411: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23412: constructor flag dropped at get_method_frame and remembered into
23413: method_frame
23414:
23415: * src/: classes/file.C, classes/root.C, classes/string.C,
23416: classes/table.C, main/pa_request.C: junction to code&expression
23417: in errors
23418:
23419: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23420: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23421: $LOCALE:ctype[Russian_Russia.1251]
23422:
23423: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23424: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23425: main/pa_table.C: hash now not thread-safe.
23426:
23427: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23428: main/untaint.C: z
23429:
23430: * src/: classes/random.C, classes/root.C, classes/table.C,
23431: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23432: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23433: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23434: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23435:
23436: * src/: classes/table.C, include/pa_sql_connection.h,
23437: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23438:
23439: * src/classes/table.C: select * from hren error contains statement
23440:
23441: * src/: classes/table.C, include/pa_sql_connection.h,
23442: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23443: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23444:
23445: * src/: classes/root.C, include/pa_sql_connection.h,
23446: include/pa_sql_driver.h, main/main.dsp,
23447: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23448: services for conv memory & error reporting
23449:
23450: 2001-04-04 paf
23451:
23452: * src/doc/doxygen.cfg: z
23453:
23454: * src/include/pa_sql_driver.h: mysql connect
23455:
23456: * src/include/pa_sql_driver.h: mysql info
23457:
23458: * src/: classes/root.C, include/pa_sql_driver.h,
23459: include/pa_sql_driver_manager.h, main/main.dsp,
23460: main/pa_sql_driver_manager.C: more manager&connection&driver
23461:
23462: * src/sql/Makefile.am: forgot to add mysql client
23463:
23464: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23465: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23466: [forgot to add libltdl, added]
23467:
23468: * src/: Makefile.am, classes/root.C, classes/string.C,
23469: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23470: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23471: include/pa_string.h, include/pa_table.h, main/main.dsp,
23472: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23473: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23474: -1000 just compiled
23475:
23476: * src/: classes/random.C, classes/root.C, classes/table.C,
23477: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23478: main/pa_request.C, types/pa_vclass.h: sql frame -10
23479:
23480: 2001-04-03 paf
23481:
23482: * src/types/pa_vform.C: z
23483:
23484: * src/: classes/string.C, types/pa_vform.C: string:match replace
23485: assigned lang
23486:
23487: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23488: {}[]< empty []
23489:
23490: * src/: classes/file.C, classes/string.C, classes/table.C,
23491: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23492: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23493:
23494: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23495: string:match replace strange matches
23496:
23497: * src/classes/string.C: string:match replace 0
23498:
23499: * src/: classes/string.C, main/pa_string.C: string:match replace
23500: prepared 2
23501:
23502: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23503: string:match replace prepared
23504:
23505: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23506: string:match replace -11
23507:
23508: * src/: classes/string.C, include/pa_globals.h,
23509: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23510: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23511:
23512: * src/: classes/string.C, include/pa_globals.h,
23513: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23514: main/pa_string.C: string:match [search] -1 just compiled
23515:
23516: * src/types/pa_vstring.C: z
23517:
23518: * src/: classes/double.C, classes/file.C, classes/form.C,
23519: classes/int.C, classes/response.C, classes/root.C,
23520: classes/string.C, classes/table.C, include/pa_string.h,
23521: main/pa_string.C: string:match -10 [frame]
23522:
23523: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23524: main/pa_request.C: z
23525:
23526: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23527: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23528: todo/tests
23529:
23530: * src/include/pa_common.h: z
23531:
23532: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23533: main/pa_request.C, targets/cgi/parser3.C,
23534: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23535: content-disposition
23536:
23537: * src/: include/pa_common.h, include/pa_globals.h,
23538: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23539: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23540:
23541: * src/: include/pa_common.h, include/pa_request.h,
23542: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23543: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23544: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23545: response:body
23546:
23547: * src/classes/table.C: table:append now uses string::split
23548:
23549: * src/classes/table.C: z
23550:
23551: * src/: classes/file.C, classes/root.C, classes/string.C,
23552: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23553: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23554: include/pa_string.h, main/execute.C, main/pa_string.C,
23555: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23556: string::pos & cmp & piece bugs fixed. string::split new
23557: table:load separated from set table:set implemented with clean \n
23558: \t searches
23559:
23560: 2001-04-02 paf
23561:
23562: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23563: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23564: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23565: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23566: it in table:set/load
23567:
23568: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23569: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23570:
23571: * src/classes/random.C: random:generate 1
23572:
23573: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23574: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23575: types/pa_value.h: random:generate
23576:
23577: 2001-03-30 paf
23578:
23579: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23580: todo: table flip and append. string::pos
23581:
23582: * src/: classes/double.C, classes/file.C, classes/int.C,
23583: classes/response.C, classes/root.C, classes/string.C,
23584: classes/table.C, main/compile.y, main/execute.C,
23585: types/pa_value.h, types/pa_vstateless_class.C,
23586: types/pa_vstateless_class.h: static|dynamic|any method
23587: registration
23588:
23589: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23590: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23591: table:flip
23592:
23593: 2001-03-29 paf
23594:
23595: * src/classes/string.C: string:xsplit forgot that they must result
23596: in 1 row N column [not vice versa]
23597:
23598: * src/classes/string.C: z
23599:
23600: * src/classes/string.C: string: rsplit
23601:
23602: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23603: string: lsplit
23604:
23605: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23606: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23607: lsplit -1
23608:
23609: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23610: string: pos
23611:
23612: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23613: string: pos -1
23614:
23615: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23616: main/compile.y, main/pa_request.C, main/pa_string.C,
23617: main/untaint.C: string: left right mid
23618:
23619: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23620: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23621: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23622: and [;] are different now.
23623:
23624: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23625: main/untaint.C: pool.request undone
23626:
23627: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23628: main/untaint.C: pool.request
23629:
23630: 2001-03-28 paf
23631:
23632: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23633: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23634: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23635: $request:browser [.type .version]; unknown.get_double now = 0.
23636:
23637: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23638: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23639: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23640: types/pa_vform.C: file:load autodetection of mime-type by
23641: user-file-name
23642:
23643: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23644: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23645: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23646:
23647: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23648: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23649: write. must be self.set
23650:
23651: * src/: classes/file.C, classes/root.C, classes/table.C,
23652: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23653:
23654: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23655: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23656: types/pa_vtable.h: table:locate just compiled
23657:
23658: 2001-03-27 paf
23659:
23660: * src/main/: execute.C, pa_common.C: fixed r/w context of
23661: code-params2, fixed ntfs hardlink slow dir update
23662:
23663: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23664: types/pa_wcontext.h: fixed r/w context of code-params
23665:
23666: * src/: classes/table.C, main/execute.C: about to change junction
23667: rcontext!!
23668:
23669: * src/: classes/double.C, classes/int.C, classes/root.C,
23670: classes/string.C, classes/table.C, main/compile_tools.C,
23671: main/execute.C, main/pa_request.C, main/untaint.C,
23672: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23673: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23674: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23675: types/pa_vunknown.h: sort 0
23676:
23677: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23678: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23679: renamed to are_static_calls_disabled
23680:
23681: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23682: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23683: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23684: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23685:
23686: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23687:
23688: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23689: started table:sort fixed minor bug in #...^{
23690:
23691: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23692: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23693: decided to have as it were. stepped back. grammar: added 'in'
23694: 'is' 'lt'&co follow-space check
23695:
23696: 2001-03-26 paf
23697:
23698: * src/: classes/file.C, classes/root.C, classes/table.C,
23699: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23700: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23701: main/pa_table.C: moved ::save to pa_table. disabled @auto
23702: invocation in ^process
23703:
23704: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23705:
23706: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23707: main/pa_array.C: table:record
23708:
23709: * src/: main/untaint.C, targets/cgi/parser3.C,
23710: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23711: targets/isapi/pool_storage.h, types/pa_valiased.h,
23712: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23713: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23714: types/pa_vtable.h: z
23715:
23716: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23717: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23718: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23719: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23720: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23721: method realisations on 'self' validity - they now can simply
23722: assume that 'self' is V{Proper} .
23723:
23724: 2001-03-25 paf
23725:
23726: * src/main/untaint.C: z
23727:
23728: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23729: lowlevel - it initialization could be skipped if failed in @auto.
23730: so that exception report would use some table
23731:
23732: * src/main/pa_request.C: table empty lines ignored. system-default
23733: content type assigned in output:result [can fail in main:auto and
23734: skipped normal defaults extraction]
23735:
23736: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23737: bug
23738:
23739: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23740: processing to table [except preliminary \r\n \r \n replacements
23741: to "\n"]
23742:
23743: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23744: move all the processing to table
23745:
23746: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23747: main/pa_table.C, main/untaint.C: returned table originating.
23748: useful for reporting typo table problems origin. think would be
23749: useful somewhere else
23750:
23751: * src/main/untaint.C: typo \r \r\n \n properly handled
23752:
23753: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23754: include/pa_table.h, main/compile.y, main/compile_tools.C,
23755: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23756: main/pa_string.C, main/pa_table.C, main/untaint.C,
23757: types/pa_vcookie.h: typo & typo-default
23758:
23759: 2001-03-24 paf
23760:
23761: * src/main/pa_common.C: z
23762:
23763: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23764: targets/cgi/parser3.C: html-typo 2
23765:
23766: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23767: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23768: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23769: main/execute.C, main/pa_array.C, main/pa_globals.C,
23770: main/pa_request.C, main/pa_string.C, main/untaint.C,
23771: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23772: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23773: noticed double default content-type prob. run cgi.cmd tomorrow
23774: first html-typo sample. detected << problem: they become ltlt too
23775: fast
23776:
23777: * src/main/compile.y: z
23778:
23779: * src/main/: compile.y, compile_tools.h: #comment
23780:
23781: * src/: classes/file.C, classes/root.C, classes/table.C,
23782: include/pa_common.h, include/pa_request.h, main/compile.y,
23783: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23784: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23785: stringified
23786:
23787: * src/types/pa_valiased.C: decided to String-ify file_read
23788:
23789: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23790: isapi/parser3isapi.dsp: cgi: sapi::log
23791:
23792: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23793: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23794: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23795: error log experiments failed - cgi under iis got no access to
23796: log. registereventsource simply failed with 5(illegal call) code,
23797: while worked OK as standalone executable. isapi: used
23798: HSE_APPEND_LOG_PARAMETER feature
23799:
23800: * src/: include/pa_common.h, include/pa_globals.h,
23801: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23802: targets/isapi/parser3isapi.C: fixed default content-type
23803: allocation storage
23804:
23805: * src/: include/pa_globals.h, include/pa_request.h,
23806: main/pa_globals.C, main/pa_request.C: z
23807:
23808: * src/: include/pa_array.h, include/pa_hash.h,
23809: include/pa_request.h, main/compile.y, main/pa_array.C,
23810: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23811: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23812: content-type
23813:
23814: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23815: sanity
23816:
23817: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23818: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23819: away freeze mech. no danger now for you can't do
23820: ^request:process[@new-method[] body] trick anymore. still
23821: remains $some_instance.process[@new-method[] possibility] but
23822: would leave it as a feature. see index for sample
23823:
23824: * src/: include/pa_common.h, main/pa_common.C,
23825: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23826: monkey every target
23827:
23828: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23829: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23830: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23831:
23832: 2001-03-23 paf
23833:
23834: * src/: include/pa_pool.h, main/pa_request.C,
23835: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23836: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23837: targets/isapi/pool_storage.h: isapi: dumb pool storage
23838:
23839: * src/targets/isapi/pa_pool.C: decided to continue with extension
23840:
23841: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23842: it would be better to rewrite as filter then to deal with pool
23843:
23844: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23845: now like in cgi, not from APPL_PHYSICAL_PATH
23846:
23847: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23848: include/pa_config_fixed.h, include/pa_config_includes.h,
23849: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23850: include/pa_version.h, main/compile.y, main/execute.C,
23851: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23852: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23853: main/untaint.C, targets/cgi/parser3.C,
23854: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23855: cgi: reinvent document_root and request_uri under iis. autoconf
23856: updated. introducing ap_config_includes
23857:
23858: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23859:
23860: * src/targets/cgi/parser3.C: cgi: only one pool now
23861:
23862: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23863: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23864: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23865: types/pa_venv.h, types/pa_vform.C: sapi made object
23866:
23867: * src/: include/pa_globals.h, main/pa_request.C,
23868: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23869: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23870: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23871:
23872: * src/: main/pa_request.C, targets/cgi/parser3.C,
23873: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23874: isapi minor env beauty
23875:
23876: * src/: main/pa_request.C, targets/cgi/parser3.C,
23877: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23878: isapi document_root 0
23879:
23880: 2001-03-22 paf
23881:
23882: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23883:
23884: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23885: isapi/parser3isapi.C: z
23886:
23887: * src/: include/pa_pool.h, main/pa_request.C,
23888: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23889:
23890: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23891: kill.pl: isapi added utils
23892:
23893: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23894: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23895: types/pa_vform.C: isapi 0
23896:
23897: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23898: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23899: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23900: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23901: started isapi
23902:
23903: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23904: some comments
23905:
23906: * src/: include/pa_globals.h, include/pa_request.h,
23907: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23908: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23909: parser_root_auto_path parser_site_auto_path
23910:
23911: * src/types/pa_vcookie.C: cookie attr decoded
23912:
23913: 2001-03-21 paf
23914:
23915: * src/targets/cgi/parser3.C: z
23916:
23917: * src/include/pa_globals.h: post. todo: config of auto.p path
23918:
23919: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23920: types/pa_venv.h: in cookie & env. todo:post
23921:
23922: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23923: classes/root.C, classes/table.C, include/pa_array.h,
23924: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23925: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23926: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23927: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23928: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23929: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23930: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23931: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23932: shifted apache branch on main trunc
23933:
23934: * src/: include/pa_common.h, include/pa_globals.h,
23935: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23936: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23937: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23938: starting mod_parser3
23939:
23940: * src/targets/cgi/parser3.C: starting mod_parser3
23941:
23942: 2001-03-20 paf
23943:
23944: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23945: targets/cgi/parser3.C: automake compiled and works. todo:make
23946: win32 ifdefs work and add ifdef unistd
23947:
23948: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23949: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23950: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23951: z
23952:
23953: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23954: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23955: locking
23956:
23957: * src/: classes/Makefile.am, types/Makefile.am: z
23958:
23959: * src/: Makefile.am, classes/file.C, classes/root.C,
23960: classes/table.C, include/pa_array.h, include/pa_request.h,
23961: include/pa_string.h, main/Makefile.am, main/execute.C,
23962: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23963: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23964: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23965: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23966:
23967: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23968: main/pa_request.C, types/pa_vfile.h: ^table:save
23969:
23970: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23971: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23972: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23973: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23974: types/pa_vform.h: z
23975:
23976: * src/include/pa_string.h: z
23977:
23978: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23979: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23980: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23981: :Value
23982:
23983: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23984: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23985: :VStateless_object
23986:
23987: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23988: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23989: :VStateless_object
23990:
23991: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23992: types/pa_valiased.C, types/pa_vform.h: commented VForm
23993:
23994: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23995: types/pa_valiased.h, types/pa_value.h,
23996: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23997: types/pa_vstateless_object.h: moved common get_element part from
23998: stateless object&class into VAliased
23999:
24000: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24001: classes/table.C, main/execute.C, main/main.dsp,
24002: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24003: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24004: now :Value
24005:
24006: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24007: main/execute.C, main/main.dsp, main/pa_globals.C,
24008: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24009:
24010: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24011: doxx
24012:
24013: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24014: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24015: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24016: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24017: and ^file:save
24018:
24019: 2001-03-19 paf
24020:
24021: * src/types/pa_vfile.C: z
24022:
24023: * src/: classes/file.C, classes/request.C, classes/table.C,
24024: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24025: main/pa_request.C, main/untaint.C, types/pa_value.h,
24026: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24027:
24028: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24029: include/pa_string.h, include/pa_table.h, main/main.dsp,
24030: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24031: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24032: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24033: classes/_file.h, classes/file.C, types/pa_vfile.C,
24034: types/pa_vfile.h: file class just compiled
24035:
24036: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24037: include/pa_table.h, include/pa_types.h, main/execute.C,
24038: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24039: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24040: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24041:
24042: * src/include/pa_pool.h: z
24043:
24044: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24045: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24046: Hash::Value to Val so to doxygen would finlly stop confusing
24047: those Value-s
24048:
24049: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24050: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24051: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24052: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24053: include/pa_types.h, main/compile.C, main/compile.y,
24054: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24055: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24056: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24057: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24058: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24059:
24060: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24061: derivates somehow unlinked. don't know why yet
24062:
24063: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24064: include/pa_string.h, include/pa_threads.h, main/compile.C,
24065: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24066: main/execute.C, main/pa_array.C, main/pa_common.C,
24067: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24068: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24069: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24070:
24071: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24072: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24073: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24074: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24075: types/pa_vrequest.h: doc: detected Value derivates prob
24076:
24077: * src/include/pa_globals.h: z
24078:
24079: * src/: classes/_request.h, classes/request.C, include/code.h,
24080: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24081: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24082: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24083: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24084: main/execute.C, main/pa_pool.C, main/pa_request.C,
24085: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24086: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24087:
24088: 2001-03-18 paf
24089:
24090: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24091: cookie: allowed access to hash-assigned
24092:
24093: * src/targets/cgi/parser3.C: z
24094:
24095: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24096: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24097: include/pa_types.h, main/main.dsp, main/pa_common.C,
24098: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24099: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24100: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24101: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24102: types/pa_vunknown.h: cookie class
24103:
24104: * src/main/pa_request.C: zero length output allowed
24105:
24106: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24107: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24108:
24109: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24110: lang switch
24111:
24112: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24113: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24114: types/pa_value.h, types/pa_vhash.h:
24115: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24116:
24117: * src/main/execute.C: z
24118:
24119: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24120: targets/cgi/parser3.C: taint[uri
24121:
24122: * src/: classes/request.C, classes/response.C, classes/root.C,
24123: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24124: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24125: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24126:
24127: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24128: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24129: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24130: types/pa_vstateless_class.C: convinient string(pool, char *src,
24131: bool tainted) ctor
24132:
24133: * src/: include/pa_hash.h, include/pa_request.h,
24134: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24135: main/pa_request.C, main/pa_string.C, main/untaint.C,
24136: targets/cgi/parser3.C: proper @exceptions params tainting
24137:
24138: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24139: response fields to header
24140:
24141: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24142: z
24143:
24144: * src/: classes/_response.h, classes/response.C,
24145: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24146: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24147: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24148: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24149: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24150: $response: 0 request::core exception rethrow
24151:
24152: 2001-03-16 paf
24153:
24154: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24155: types/pa_vrequest.h: native method' class call with less params
24156: then needed error reporting
24157:
24158: * src/: classes/_request.h, classes/request.C,
24159: include/pa_globals.h, include/pa_request.h, main/execute.C,
24160: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24161: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24162: types/pa_vrequest.h: $request : query :uri
24163:
24164: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24165: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24166: types/pa_wcontext.h: $result
24167:
24168: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24169:
24170: * src/: classes/double.C, include/code.h, main/compile.y,
24171: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24172: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24173:
24174: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24175: main/compile.y, main/execute.C, types/pa_value.h,
24176: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24177: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24178: wcontext conflict
24179:
24180: * src/: main/execute.C, types/pa_value.h,
24181: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24182: $string.field
24183:
24184: 2001-03-15 paf
24185:
24186: * src/main/pa_request.C: news sample
24187:
24188: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24189: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24190:
24191: * src/main/: compile.y, execute.C: z
24192:
24193: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24194: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24195: pre pre works
24196:
24197: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24198: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24199: fillfields just compiled
24200:
24201: 2001-03-14 paf
24202:
24203: * src/: include/pa_request.h, main/pa_request.C,
24204: targets/cgi/parser3.C: z
24205:
24206: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24207: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24208: types/pa_vstring.h: limits -1
24209:
24210: * src/: include/pa_globals.h, include/pa_request.h,
24211: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24212: main/pa_request.C, targets/cgi/parser3.C,
24213: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24214: request_info -1
24215:
24216: * src/: include/pa_globals.h, main/pa_globals.C,
24217: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24218: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24219: vform_fields_fill
24220:
24221: * src/targets/cgi/parser3.C: # if MSVC
24222:
24223: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24224: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24225:
24226: * src/targets/cgi/parser3.C: z
24227:
24228: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24229: include/pa_string.h, include/pa_types.h, main/compile.y,
24230: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24231: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24232: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24233: types/pa_vunknown.h: global handler, exceptions in parser3
24234:
24235: 2001-03-13 paf
24236:
24237: * src/: classes/form.C, main/compile.y, main/core.C,
24238: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24239: types/pa_vform.h, types/pa_vstateless_class.C,
24240: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24241: instead
24242:
24243: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24244: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24245: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24246: started cgi target
24247:
24248: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24249: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24250: before error show with parser
24251:
24252: * src/: classes/_form.h, classes/form.C, include/core.h,
24253: include/pa_request.h, main/core.C, main/pa_request.C,
24254: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24255:
24256: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24257:
24258: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24259: parser3.C: renamed targets/ parser to cgi
24260:
24261: * src/: classes/double.C, classes/env.C, classes/int.C,
24262: classes/root.C, classes/string.C, classes/table.C,
24263: include/pa_request.h, types/pa_vhash.h: z
24264:
24265: * src/: classes/_env.h, classes/env.C, classes/root.C,
24266: include/core.h, include/pa_pool.h, include/pa_request.h,
24267: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24268: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24269: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24270: [historical moment :)]
24271:
24272: * src/: include/code.h, include/pa_string.h, main/compile.y,
24273: main/execute.C, main/pa_string.C: 'value is type' expr operator
24274:
24275: * src/types/pa_venv.h: $ENV 1
24276:
24277: * src/main/execute.C: z
24278:
24279: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24280: future methods of ENV constructor if
24281:
24282: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24283: class
24284:
24285: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24286: classes/_root.h, classes/_string.h, classes/_table.h,
24287: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24288: classes/string.C, classes/table.C, include/pa_request.h,
24289: main/compile.C, main/compile_tools.h, main/core.C,
24290: main/execute.C, main/main.dsp, main/pa_request.C,
24291: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24292: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24293: types/pa_vobject.h, types/pa_vstateless_class.C,
24294: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24295: types/pa_wcontext.h: $ENV: re 0, stateless classes
24296:
24297: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24298: classes/_root.h, classes/_string.h, classes/_table.h,
24299: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24300: classes/string.C, classes/table.C, include/pa_request.h,
24301: main/compile.C, main/compile_tools.h, main/core.C,
24302: main/execute.C, main/main.dsp, main/pa_request.C,
24303: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24304: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24305: types/pa_vobject.h, types/pa_vstateless_class.C,
24306: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24307: types/pa_wcontext.h: $ENV: re 0, stateless classes
24308:
24309: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24310: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24311: yesterdays bad decision on execute_static_method
24312:
24313: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24314:
24315: * src/: classes/double.C, classes/int.C, classes/root.C,
24316: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24317:
24318: * src/main/pa_request.C: z
24319:
24320: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24321: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24322:
24323: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24324: include/pa_pool.h, main/pa_request.C:
24325: restructure_exceptions_dead_end
24326:
24327: * src/: classes/root.C, main/compile.y: ^if required junctions.
24328: allowed ; inside {} to break params
24329:
24330: * src/classes/root.C: ^eval
24331:
24332: * src/: classes/_string.h, classes/double.C, classes/int.C,
24333: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24334: string ^format
24335:
24336: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24337: 'bad' but not 'enough'
24338:
24339: * src/: classes/double.C, classes/root.C, classes/table.C,
24340: include/pa_common.h, include/pa_types.h, main/compile.y,
24341: main/pa_common.C, main/pa_request.C, main/untaint.C,
24342: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24343: types/pa_wwrapper.h: think constructing flag as is is bad
24344:
24345: * src/: classes/double.C, classes/int.C, classes/root.C,
24346: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24347: types/pa_vint.h: ^for
24348:
24349: 2001-03-12 paf
24350:
24351: * src/classes/table.C: table ^empty
24352:
24353: * src/: classes/table.C, include/pa_table.h: table ^menu
24354:
24355: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24356: ^offset ^line ^count
24357:
24358: * src/classes/root.C: ^round() ^floor() ^ceiling()
24359: ^abs() ^sign()
24360:
24361: * src/classes/: root.C, table.C: ^use
24362:
24363: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24364: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24365: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24366: ^while. switched off wcontext.constructing after write(value) or
24367: auto-vhash-constructing
24368:
24369: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24370: main/pa_request.C: fail_if_junction_ helper func
24371:
24372: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24373: include/pa_request.h, main/execute.C, main/main.dsp,
24374: main/pa_common.C, main/pa_request.C: ^process error point by
24375: actual method_name, not source. ^load
24376:
24377: * src/types/pa_vtable.h: table: no, better with string in cells...
24378:
24379: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24380: classes/_table.h, classes/table.C, main/untaint.C: z
24381:
24382: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24383: include/pa_table.h, main/core.C, main/execute.C,
24384: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24385: types/pa_value.h: table:set 0
24386:
24387: * src/: classes/root.C, include/core.h, include/pa_array.h,
24388: include/pa_request.h, include/pa_table.h, main/core.C,
24389: main/main.dsp, main/pa_request.C, main/pa_table.C,
24390: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24391: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24392: types/pa_vstring.h: freeze, ^table:create[] -1
24393:
24394: * src/: classes/root.C, types/pa_value.h: z
24395:
24396: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24397: get_method in couple places optimizing them
24398:
24399: * src/classes/root.C: z
24400:
24401: * src/: classes/root.C, types/pa_vclass.h: process temp main
24402: zeroing
24403:
24404: * src/: classes/double.C, classes/int.C, classes/root.C,
24405: classes/string.C, include/pa_common.h, include/pa_request.h,
24406: include/pa_string.h, include/pa_types.h, main/compile.C,
24407: main/compile.y, main/compile_tools.h, main/execute.C,
24408: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24409: types/pa_vmframe.h: ^process. actual names to store param and
24410: check_actual_numbered_params for better place diagnostics
24411:
24412: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24413: method-junctions bug fixed
24414:
24415: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24416: pa_vstateless_object.h, pa_vstring.h: stateless_object
24417:
24418: 2001-03-11 paf
24419:
24420: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24421: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24422: VDouble VInt base now VObject_base - without fields
24423:
24424: * src/: classes/root.C, include/core.h, main/core.C: z
24425:
24426: * src/: classes/double.C, classes/int.C, classes/root.C,
24427: classes/string.C, include/core.h, include/pa_hash.h,
24428: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24429: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24430:
24431: * src/: classes/double.C, classes/int.C, classes/root.C,
24432: include/pa_request.h, main/execute.C: intercept_string
24433:
24434: * src/: classes/double.C, classes/int.C, classes/root.C,
24435: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24436:
24437: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24438: ^inc-s(expr)
24439:
24440: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24441: classes/_root.h, classes/_string.h, classes/double.C,
24442: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24443: include/code.h, include/core.h, include/pa_array.h,
24444: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24445: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24446: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24447: include/pa_types.h, main/compile.C, main/compile.y,
24448: main/compile_tools.C, main/compile_tools.h, main/core.C,
24449: main/execute.C, main/pa_array.C, main/pa_common.C,
24450: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24451: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24452: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24453: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24454: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24455: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24456: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24457: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24458:
24459: * src/: main/pa_request.C, types/pa_vhash.h: z
24460:
24461: * src/: include/core.h, include/pa_request.h, main/core.C,
24462: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24463:
24464: * src/: include/pa_valiased.h, include/pa_value.h,
24465: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24466: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24467: include/pa_vjunction.h, include/pa_vmframe.h,
24468: include/pa_vobject.h, include/pa_vstring.h,
24469: include/pa_vunknown.h, include/pa_wcontext.h,
24470: include/pa_wwrapper.h, main/compile.y, main/core.C,
24471: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24472: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24473: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24474: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24475: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24476: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24477: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24478: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24479: include/
24480:
24481: 2001-03-10 paf
24482:
24483: * src/: include/core.h, include/pa_request.h, main/core.C,
24484: main/pa_request.C: run+auto=run
24485:
24486: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24487:
24488: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24489: classes/_root.h, classes/_string.h, classes/double.C,
24490: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24491: include/code.h, include/core.h, include/pa_array.h,
24492: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24493: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24494: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24495: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24496: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24497: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24498: include/pa_vjunction.h, include/pa_vmframe.h,
24499: include/pa_vobject.h, include/pa_vstring.h,
24500: include/pa_vunknown.h, include/pa_wcontext.h,
24501: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24502: main/compile_tools.C, main/compile_tools.h, main/core.C,
24503: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24504: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24505: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24506: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24507: main/pa_wcontext.C: sources header
24508:
24509: * src/main/pa_request.C: auto..
24510:
24511: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24512: main/pa_request.C: auto tree0
24513:
24514: * src/: include/core.h, include/pa_request.h, main/compile.y,
24515: main/core.C, main/pa_request.C: names to core.C
24516:
24517: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24518: include/pa_request.h, main/core.C, main/execute.C,
24519: main/pa_common.C, main/pa_request.C: root auto.p loaded
24520:
24521: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24522: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24523: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24524: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24525:
24526: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24527: @auto[] realised. auto.p scan togo
24528:
24529: * src/: include/pa_request.h, main/execute.C: autocalc
24530: code-junctions result now have names
24531:
24532: * src/: classes/double.C, classes/int.C, classes/root.C,
24533: classes/string.C, include/pa_request.h, include/pa_string.h,
24534: include/pa_wcontext.h, main/compile.y, main/execute.C,
24535: main/pa_string.C, main/pa_wcontext.C: tainting 0
24536:
24537: * src/classes/env.C: env:file/line
24538:
24539: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24540: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24541: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24542: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24543: main/compile_tools.C, main/compile_tools.h, main/core.C,
24544: main/execute.C, main/main.dsp, main/pa_cframe.C,
24545: main/pa_request.C, main/pa_wcontext.C: const fight finished
24546:
24547: * src/include/pa_vclass.h: const fight to go
24548:
24549: * src/: classes/_env.h, classes/env.C, classes/root.C,
24550: include/pa_request.h, include/pa_vclass.h, main/core.C,
24551: main/main.dsp: env0
24552:
24553: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24554: classes/_string.h, classes/double.C, classes/int.C,
24555: classes/root.C, classes/string.C, include/pa_request.h,
24556: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24557: include/pa_wcontext.h, main/core.C, main/main.dsp,
24558: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24559: main/pa_wcontext.C: ^lang prepare0
24560:
24561: 2001-03-09 paf
24562:
24563: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24564: construct proper naming
24565:
24566: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24567: classes/double.C, classes/int.C, classes/root.C,
24568: classes/string.C, include/code.h, include/pa_value.h,
24569: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24570: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24571: main/compile.y, main/compile_tools.C, main/core.C,
24572: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24573: and ^double[]. fixed expr type
24574:
24575: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24576: ^string.length[]
24577:
24578: 2001-03-08 paf
24579:
24580: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24581:
24582: * src/: include/pa_vclass.h, include/pa_vstring.h,
24583: include/pa_wcontext.h, main/compile.y, main/core.C,
24584: main/execute.C, main/main.dsp: dead end: vstring can't be
24585: derivated from vobject
24586:
24587: * src/: include/pa_vclass.h, include/pa_vhash.h,
24588: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24589:
24590: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24591: remained clone conseqs
24592:
24593: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24594:
24595: * src/main/pa_vclass.C: wow! vclass were out of vcs
24596:
24597: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24598: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24599: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24600: include/pa_vobject.h, include/pa_vstring.h,
24601: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24602: main/execute.C: withoud cloning. didn't need it actually, params
24603: got passed from out unnamed ewpool
24604:
24605: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24606: include/pa_vjunction.h, include/pa_vobject.h,
24607: include/pa_vunknown.h, main/compile.y: cloning dead end
24608:
24609: * src/: include/pa_bool.h, include/pa_double.h,
24610: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24611: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24612: include/pa_vjunction.h, include/pa_vmframe.h,
24613: include/pa_vobject.h, include/pa_vstring.h,
24614: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24615: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24616: to give params proper names
24617:
24618: * src/main/pa_wcontext.C: z
24619:
24620: * src/: include/pa_vmframe.h, main/execute.C: added names to
24621: unknown values in get_element and unfilled params. removed wrong
24622: name change in get_element
24623:
24624: * src/main/execute.C: z
24625:
24626: * src/main/execute.C: fixed problems calling operators in
24627: constructors
24628:
24629: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24630: detected problems calling operators in constructors
24631:
24632: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24633: autocalc def to string
24634:
24635: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24636: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24637:
24638: * src/classes/root.C: added root.c
24639:
24640: * src/: include/pa_request.h, include/pa_value.h,
24641: include/pa_vcframe.h, include/pa_vmframe.h,
24642: include/pa_wcontext.h, main/compile.C, main/compile.y,
24643: main/core.C, main/execute.C, main/pa_cframe.C,
24644: main/pa_wcontext.C: 'if' just compiled
24645:
24646: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24647: include/pa_vjunction.h, include/pa_vmframe.h,
24648: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24649: main/pa_wcontext.C: z
24650:
24651: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24652: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24653: with parameter names in operator methods
24654:
24655: * src/main/compile.y: minor renamings in .y
24656:
24657: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24658: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24659: @BASE. changed 'RUN' assignment mech
24660:
24661: * src/main/execute.C: z
24662:
24663: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24664: main/compile_tools.h, main/execute.C: made class: dynamic, not
24665: static. so to enable runtime ^use
24666:
24667: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24668:
24669: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24670: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24671:
24672: * src/main/execute.C: root root in code-junction
24673:
24674: 2001-03-07 paf
24675:
24676: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24677: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24678:
24679: * src/: include/pa_stack.h, include/pa_value.h,
24680: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24681: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24682: fixed rwcontext of {} params up
24683:
24684: * src/main/: compile.y, compile_tools.h: ^func(params)
24685:
24686: * src/main/compile.y: .y priorities syntax shaped up a bit
24687:
24688: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24689: include/pa_vunknown.h, main/compile.y, main/execute.C,
24690: main/pa_hash.C: expr def in -f
24691:
24692: * src/main/: compile.y, execute.C: expr calls
24693:
24694: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24695: fixed
24696:
24697: * src/main/compile.y: expr quoted code
24698:
24699: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24700: support0
24701:
24702: * src/main/compile.y: expr string comparisons 0
24703:
24704: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24705: main/pa_string.C: just compiled lt&co
24706:
24707: * src/main/execute.C: ^var.menu{$field} problem detected. that
24708: $field not a $var.field
24709:
24710: 2001-03-06 paf
24711:
24712: * src/main/compile.y: .y expr visible-shorter
24713:
24714: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24715: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24716: logical
24717:
24718: * src/: include/pa_vstring.h, main/compile.y: problems with
24719: skipping whitespace in yylex
24720:
24721: * src/include/pa_vbool.h: forgot this
24722:
24723: * src/: include/code.h, main/compile.y, main/execute.C: without
24724: string ops in expressions 0
24725:
24726: * src/: include/pa_value.h, include/pa_vdouble.h,
24727: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24728: main/execute.C, main/main.dsp: !~
24729:
24730: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24731: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24732: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24733: include/pa_vunknown.h, include/pa_wcontext.h,
24734: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24735: main/compile_tools.h, main/execute.C: +-*/
24736:
24737: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24738: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24739:
24740: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24741: main/execute.C: expr grammar-1 2*2=4.000000 :)
24742:
24743: * src/main/compile.y: expr grammar-1
24744:
24745: * src/main/compile.y: expr lexx1
24746:
24747: * src/main/: compile.y, execute.C, main.dsp: z
24748:
24749: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24750: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24751: main/execute.C: expr lex0 exec-1
24752:
24753: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24754:
24755: 2001-02-26 paf
24756:
24757: * src/main/compile.y: max_string in yyerror bug fix
24758:
24759: 2001-02-25 paf
24760:
24761: * src/: include/pa_value.h, include/pa_vmframe.h,
24762: include/pa_wcontext.h, main/execute.C: VAliased3
24763:
24764: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24765:
24766: * src/main/execute.C: VAliased1
24767:
24768: * src/: include/pa_request.h, include/pa_value.h,
24769: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24770: VAliased0
24771:
24772: * src/: include/pa_pool.h, include/pa_request.h,
24773: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24774: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24775: VAliased just compiled
24776:
24777: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24778: include/pa_vobject.h, main/execute.C: alias dead end
24779:
24780: * src/: include/pa_value.h, include/pa_vclass.h,
24781: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24782: main/main.dsp: no not get fields into interm VFielded class.
24783: fields & staticfields 1
24784:
24785: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24786: include/pa_vobject.h, include/pa_wcontext.h,
24787: include/pa_wwrapper.h, main/core.C, main/execute.C,
24788: main/main.dsp: would now get fields into interm VFielded class
24789:
24790: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24791: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24792: include/pa_wcontext.h, main/compile.y, main/core.C,
24793: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24794: main/pa_wcontext.C: virtuals2
24795:
24796: * src/main/compile.y: : 1
24797:
24798: * src/main/compile.y: rethought to $class:static.field.subfield
24799:
24800: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24801: $class:element
24802:
24803: * src/: include/pa_value.h, include/pa_vmframe.h,
24804: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24805: main/pa_wcontext.C: before execute class calls rewrite
24806:
24807: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24808: name RUN, also alias
24809:
24810: * src/main/compile.y: escaping bug
24811:
24812: * src/: include/pa_request.h, include/pa_value.h,
24813: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24814: main/core.C, main/execute.C, main/pa_common.C: vobject1
24815:
24816: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24817: include/pa_vmframe.h, include/pa_vobject.h,
24818: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24819: main/compile_tools.h, main/execute.C: ^class:method() just
24820: compiled
24821:
24822: 2001-02-24 paf
24823:
24824: * src/main/main.dsp: no bison -d
24825:
24826: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24827: class' err msg wrong
24828:
24829: * src/main/compile.y: z
24830:
24831: * src/main/: compile.y, core.C: yylex need some @special lines adj
24832:
24833: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24834: main/compile.y, main/compile_tools.h, main/core.C: modules0
24835:
24836: * src/: include/pa_vclass.h, main/core.C: z
24837:
24838: * src/: include/pa_value.h, include/pa_vclass.h,
24839: include/pa_vobject.h, main/main.dsp: vobject00
24840:
24841: * src/main/pa_array.C: minor bug in expanding very small arrays.
24842: 60% from 1 were 0
24843:
24844: * src/: include/pa_value.h, include/pa_wcontext.h,
24845: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24846: as bad as you've named it: wcontext.value() was not a perfect
24847: idea
24848:
24849: * src/main/execute.C: codeframe1
24850:
24851: * src/: include/pa_value.h, include/pa_vcframe.h,
24852: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24853: include/pa_vjunction.h, include/pa_vmframe.h,
24854: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24855: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24856: just compiled
24857:
24858: * src/: include/pa_vframe.h, main/compile.y: found junction
24859: ideology @: ^x{$a()) must construct current wcontext element, so
24860: smart wcontext handling needed
24861:
24862: * src/main/compile.y: fixed grammar bugs in constructor/params
24863: klinch
24864:
24865: * src/main/: compile.y, execute.C: fixed empty constructor
24866: optimized empty case. failed on calls - produced empty string
24867: param
24868:
24869: * src/main/compile.y: fixed last \n macrotemplate strip bug
24870:
24871: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24872: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24873: main/compile_tools.C, main/compile_tools.h, main/core.C,
24874: main/execute.C: code junctions0. something wrong with last \n
24875: macrotemplate strip
24876:
24877: * src/: include/pa_value.h, main/compile.C, main/core.C,
24878: main/pa_value.C: minor error reporting format beautifyings
24879:
24880: * src/: include/pa_value.h, include/pa_vclass.h,
24881: include/pa_vframe.h, main/core.C, main/execute.C,
24882: main/pa_value.C: get_method RIP. junctions everywhere. call with
24883: junctions0
24884:
24885: 2001-02-23 paf
24886:
24887: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24888: pa_wwrapper.h: lara came, can't work, sorry :(
24889:
24890: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24891: junction
24892:
24893: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24894: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24895: main/execute.C, main/main.dsp, main/pa_value.C: call0
24896:
24897: * src/: include/pa_hash.h, include/pa_value.h,
24898: include/pa_wcontext.h, main/core.C, main/execute.C,
24899: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24900: done
24901:
24902: * src/include/pa_wcontext.h: z
24903:
24904: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24905: wrong grammar in complex constructor case
24906:
24907: * src/main/: compile.y, execute.C: empty constructor bug fixed
24908:
24909: * src/main/execute.C: with result rwpool
24910:
24911: * src/: include/pa_value.h, main/core.C, main/execute.C,
24912: main/main.dsp: value named
24913:
24914: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24915: strign 2 value in 2 places in execute
24916:
24917: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24918: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24919: wcontext.put_element when wcontext fvalue==0
24920:
24921: 2001-02-22 paf
24922:
24923: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24924: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24925: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24926:
24927: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24928: erroreos checkout
24929:
24930: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24931:
24932: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24933: main/compile_tools.h, main/pa_array.C: $self.get
24934:
24935: * src/main/: compile.C, compile.y, compile_tools.C: z
24936:
24937: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24938: bit. finished now.
24939:
24940: * src/main/compile.y: $: finished
24941:
24942: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24943:
24944: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24945: main/execute.C: OP_STRING better then some xxx _VALUE
24946:
24947: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24948: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24949: string to vstring it .y all
24950:
24951: * src/: include/pa_request.h, include/pa_stack.h,
24952: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24953: all
24954:
24955: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24956: precise parse error line:col
24957:
24958: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24959: main/pa_hash.C, main/pa_pool.C: TRY...
24960:
24961: * src/: include/pa_exception.h, include/pa_pool.h,
24962: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24963: main/compile.C, main/compile.y, main/compile_tools.C,
24964: main/core.C, main/pa_array.C, main/pa_exception.C,
24965: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24966: main/pa_table.C: removed exception from request
24967:
24968: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24969: some forgotten
24970:
24971: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24972: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24973: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24974: get/put simple vars to VClass works0
24975:
24976: * src/: include/pa_array.h, include/pa_wcontext.h,
24977: main/pa_string.C: in process, but found that exceptions are too
24978: global
24979:
24980: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24981: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24982: main/execute.C, main/pa_string.C: write_value write_string 0 it
24983: seems wcontext must write strings regardles of fvalue!=0
24984:
24985: 2001-02-21 paf
24986:
24987: * src/main/execute.C: tired :)
24988:
24989: * src/main/: compile.C, compile.y, execute.C: store0
24990:
24991: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24992: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24993: include/pa_wcontext.h, main/compile.C, main/compile.y,
24994: main/execute.C, main/main.dsp, main/pa_array.C,
24995: main/pa_request.C: get put -1 [just compiled]
24996:
24997: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24998: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24999: main/main.dsp, main/pa_request.C: request core methods0
25000:
25001: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25002: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25003: execute
25004:
25005: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25006: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25007: methods and one_big_piece. now compile returns array<method*>
25008:
25009: * src/main/compile.y: more straightforward yylex[end]
25010:
25011: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25012: string.operator==(char*)
25013:
25014: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25015: main/execute.C, main/pa_array.C: after array.const get wonders
25016:
25017: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25018: pa_string.h, pa_value.h: struck with const array.gets
25019:
25020: * src/main/: execute.C: z
25021:
25022: * src/main/: compile.y, execute.C: z
25023:
25024: * src/main/: compile.C, compile.y, compile_tools.h: error
25025: processing in eval & yyerror so it wouldn't cause memleaks.
25026:
25027: * src/main/: compile.C, compile.y: failed to add absolute precies
25028: parse error positions. leaving RIGHTMOST position as
25029: @file[line:col]
25030:
25031: * src/: include/compile.h, main/compile.C, main/compile.y,
25032: main/compile_tools.h: line numbers needed. would add them to .y
25033: now internally. externally it's not as precise as needed
25034:
25035: * src/: include/code.h, include/pa_types.h, main/compile.C,
25036: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25037: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25038: compiler works ok
25039:
25040: 2001-02-20 paf
25041:
25042: * src/main/: compile.C, compile.y, compile_tools.C,
25043: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25044: not perfect
25045:
25046: * src/: include/code.h, include/compile.h, include/execute.h,
25047: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25048: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25049: main/compile.C, main/compile.y, main/compile_tools.C,
25050: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25051: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25052: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25053: compiled. execute=dump for now
25054:
25055: * src/main/core.C: core rewrite using yacc investigations now will
25056: be compile[yacc]/execute[opcodes]
25057:
25058: 2001-02-15 paf
25059:
25060: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25061: rewrite as turing machine? for it seems it would be it's too many
25062: ifs with this syntax now
25063:
25064: 2001-02-14 paf
25065:
25066: * src/main/core.C: get_params 1
25067:
25068: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25069: :( ]
25070:
25071: * src/main/core.C: varios breaks
25072:
25073: * src/main/core.C: get names 3
25074:
25075: * src/main/core.C: get names 2
25076:
25077: * src/main/core.C: get names 1
25078:
25079: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25080: names 0
25081:
25082: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25083: text repassing2 operator static vars
25084:
25085: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25086: main/pa_string.C: process text repassing
25087:
25088: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25089: module:calls changes
25090:
25091: 2001-02-13 paf
25092:
25093: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25094: ^class:calls[] started
25095:
25096: * src/: include/pa_value.h, main/core.C: z
25097:
25098: * src/main/core.C: operators : and self. prefixes
25099:
25100: * src/main/core.C: z
25101:
25102: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25103: tested
25104:
25105: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25106: optimized
25107:
25108: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25109: would change privates to better support optimization
25110:
25111: * src/: include/pa_string.h, main/pa_string.C:
25112: String_iterator::skip_to todo:optimize
25113:
25114: 2001-02-12 paf
25115:
25116: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25117: String_iterator
25118:
25119: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25120: comments
25121:
25122: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25123: self/methodref joined
25124:
25125: 2001-02-11 paf
25126:
25127: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25128: main/main.dsp: core started. core.C, context&value .h
25129:
25130: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25131: include/pa_string.h, main/main.dsp, main/pa_array.C,
25132: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25133:
25134: 2001-01-30 paf
25135:
25136: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25137: comments
25138:
25139: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25140: main/pa_pool.C: moved pa_pool.C to be target specific
25141:
25142: * src/: include/pa_exception.h, include/pa_pool.h,
25143: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25144: to & changes
25145:
25146: * src/: include/pa_exception.h, include/pa_pool.h,
25147: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25148: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25149: re-associated. that's much better even removed 'die' necessety
25150:
25151: * src/: include/pa_error.h, include/pa_exception.h,
25152: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25153: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25154: targets/Makefile.am: lowered targets/parser into subdir, added
25155: parser_Pool(Pool) failed to add. would think..
25156:
25157: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25158: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25159: main/pa_string.C, main/pa_table.C: Table more like C++ style
25160: hence lots of 'const'
25161:
25162: * src/: include/pa_error.h, include/pa_request.h,
25163: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25164: main/pa_table.C: Error fixed
25165:
25166: 2001-01-29 paf
25167:
25168: * src/: include/pa_array.h, include/pa_common.h,
25169: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25170: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25171: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25172: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25173:
25174: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25175: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25176: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25177: main/pa_string.C, main/pa_table.C: Request Error Table
25178:
25179: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25180: templates"
25181:
25182: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25183: main/main.dsp, main/pa_array.C: templates failed no template
25184: specializations [VC6], no library auto instantation [VC6, GNU c++
25185: 2.95.2-6 from latest cygwin]
25186:
25187: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25188: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25189: main/main.dsp, main/pa_array.C, main/pa_string.C,
25190: main/pa_table.C: Table started would test template Array now
25191:
25192: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25193: String originating
25194:
25195: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25196: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25197: SYNCHRONIZED(thread_safe)
25198:
25199: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25200: parts to top
25201:
25202: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25203: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25204: see: needed only in global Hash now, made Hash:: put/get
25205: SYNCHRONIZED
25206:
25207: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25208: main/pa_threads.C: added pa_threads
25209:
25210: Mutex
25211:
25212: * src/include/pa_hash.h: some comments
25213:
25214: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25215: Array& operator += (Array& src)
25216:
25217: * src/main/pa_array.C: expand not convinient, would rewrite
25218:
25219: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25220: (Array& src)
25221:
25222: rethought, would change now
25223:
25224: 2001-01-27 paf
25225:
25226: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25227: caching
25228:
25229: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25230: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25231: cache rethought to chunk caching
25232:
25233: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25234: include/pa_string.h, main/main.dsp, main/pa_array.C,
25235: main/pa_hash.C, main/pa_string.C: Array 0
25236:
25237: * src/main/pa_string.C: String::operator ==
25238:
25239: * src/main/pa_hash.C: String(&String)
25240:
25241: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25242:
25243: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25244: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25245: pa_hash[forgotten]
25246:
25247: 2001-01-26 paf
25248:
25249: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25250: removed templates [vc++ suxx]
25251:
25252: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25253: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25254:
25255: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25256:
1.119 moko 25257: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25258:
1.119 moko 25259: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25260: check
25261:
25262: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25263: dynamic row_count
25264:
25265: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25266: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25267: targets/Makefile.am: Initial revision
25268:
25269: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25270: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25271: targets/Makefile.am: creating parser3 module
25272:
E-mail: