Annotation of parser3/ChangeLog, revision 1.196
1.196 ! moko 1: 2024-09-07 moko
! 2:
! 3: * src/: classes/curl.C, classes/string.C, classes/table.C,
! 4: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
! 5: main/pa_http.C, main/pa_sql_driver_manager.C,
! 6: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
! 7: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
! 8: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
! 9: with Hash::Iterator, has_next() replaced with operator bool
! 10: (related to feature #930)
! 11:
! 12: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
! 13: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
! 14: types/pa_vstateless_class.C: Array class extended,
! 15: Array::Iterator added and used (related to feature #930)
! 16:
1.195 moko 17: 2024-08-26 moko
18:
19: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
20: should be used on argv[0] as well to match document root.
21:
1.194 moko 22: 2024-08-25 moko
23:
24: * src/main/pa_request.C: be more specific
25:
26: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
27: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
28: (fixes bug #1244)
29:
30: * src/targets/cgi/parser3.C: avoid "parser allready configured"
31: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
32: rsplit(..., '\\') is not correct when / and \ are mixed in path
33:
34: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
35:
1.193 moko 36: 2024-07-24 moko
37:
38: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
39: main/execute.C, main/pa_string.C: Warning war: clang changed
40: -Wdeprecated-register warning to -Wregister, it's easier to
41: remove all register vars then continue this fight. :)
42:
43: * src/main/: compile.y, compile.tab.C: warning war: register
44: removed
45:
1.192 moko 46: 2024-07-14 moko
47:
48: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
49: checking the HTTP request environment; if the variable is not
50: present, checking the web server process environment (implements
51: feature #1242)
52:
1.191 moko 53: 2024-05-26 moko
54:
55: * tests/: 195.html, 229.html, results/096.processed,
56: results/097.processed, results/158.processed,
57: results/186.processed, results/273.processed,
58: results/293.processed, results/317.processed,
59: results/389.processed, results/402.processed: tests updated as
60: single quote now escaped with ' in HTML tainting mode
61: (related to feature #1241)
62:
63: * src/main/untaint.C: single quote now escaped with ' in HTML
64: tainting mode (implements feature #1241)
65:
66: * tests/results/: 020.processed, 021.processed, 026.processed,
67: 042.processed, 043.processed, 057.processed, 110.processed,
68: 115.processed, 116.processed, 117.processed, 118.processed,
69: 119.processed, 120.processed, 125.processed, 126.processed,
70: 128.processed, 130.processed, 131.processed, 132.processed,
71: 133.processed, 135.processed, 136.processed, 138.processed,
72: 139.processed, 140.processed, 145.processed, 150.processed,
73: 151.processed, 165.processed, 174.processed, 181.processed,
74: 182.processed, 192.processed, 193.processed, 201.processed,
75: 213.processed, 224.processed, 226.processed, 230.processed,
76: 239.processed, 240.processed, 244.processed, 253.processed,
77: 254.processed, 261.processed, 264.processed, 269.processed,
78: 274.processed, 275.processed, 288.processed, 294.processed,
79: 296.processed, 303.processed, 306.processed, 307.processed,
80: 308.processed, 311.processed, 312.processed, 314.processed,
81: 315.processed, 316.processed, 320.processed, 323.processed,
82: 324.processed, 325.processed, 328.processed, 330.processed,
83: 332.processed, 333.processed, 337.processed, 338.processed,
84: 341.processed, 342.processed, 343.processed, 344.processed,
85: 345.processed, 348.processed, 352.processed, 356.processed,
86: 357.processed, 363.processed, 364.processed, 368.processed,
87: 372.processed, 373.processed, 376.processed, 378.processed,
88: 379.processed, 385.processed, 386.processed, 387.processed,
89: 389.processed, 390.processed, 395.processed, 397.processed,
90: 398.processed, 399.processed, 404.processed, 406.processed,
91: 413.processed, 414.processed, 420.processed, 421.processed,
92: 424.processed, auto.p: Type -> Exception type for readability
93:
94: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
95: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
96: results/119.processed, results/165.processed,
97: results/175.processed, results/192.processed,
98: results/213.processed, results/217.processed,
99: results/230.processed, results/240.processed,
100: results/298.processed, results/380.processed,
101: results/415.processed: try-catch, try-catch-comment used
102:
103: 2024-05-21 moko
104:
105: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
106: results/180.processed, results/195.processed,
107: results/224.processed, results/auto.p: @try-catch-comment added
108: and used
109:
110: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
111: 415.html, results/269.processed, results/283.processed,
112: results/auto.p: more tests are updated to prepare for apostrophe
113: escaping in HTML tainting
114:
115: * tests/results/: 181.processed, 294.processed, 296.processed,
116: 315.processed, 379.processed, 389.processed, auto.p:
117: $exception.comment printed as-is for whitespace reporting and to
118: prepare for apostrophe escaping in HTML mode
119:
1.190 moko 120: 2024-05-11 moko
121:
122: * tests/: 099.html, 100.html, results/099.processed,
123: results/100.processed: a test for non-UTF-8 filename* added
124: (related to feature #1240)
125:
126: * tests/: 293.html, results/293.processed: tainting modes tests
127: added
128:
129: * tests/results/: 099.processed, 100.processed, 205.processed,
130: 309.processed, 310.processed, 419.processed: tests results
131: updated after filename* added (related to feature #1240)
132:
133: * src/: include/pa_common.h, main/pa_request.C: The filename*
134: parameter was added to the Content-Disposition header to conform
135: with RFC 6266, with code provided by Sumo (implements feature
136: #1240)
137:
138: 2024-05-10 moko
139:
140: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
141: positive performance effect in our case
142:
1.189 moko 143: 2024-03-27 moko
144:
145: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
146: (related to feature #1236)
147:
148: 2024-03-15 moko
149:
150: * tests/: 413.html, results/413.processed: test for object still
151: can be used as file parameter (related to bug #1218)
152:
153: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
154: still can be used in file context (fixes bug #1218)
155:
156: 2024-03-14 moko
157:
158: * src/include/pa_string.h: ArrayString get() null result assert
159: also added (related to bug #1238)
160:
161: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
162: VString::empty() used instead of new VString()
163:
164: 2024-03-12 moko
165:
166: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
167: results/379.processed: test added for cookie without value
168: (related to bug #1238)
169:
170: * src/include/pa_string.h: In assertions enabled mode, ArrayString
171: values are now required to be non-null (related to bug #1238)
172:
173: * src/main/pa_http.C: cookies without value are now parsed
174: correctly (fixed bug #1238)
175:
176: 2024-03-11 moko
177:
178: * tests/run_parser.sh: for better error reporting
179:
1.188 moko 180: 2023-12-30 moko
181:
182: * tests/: 038.html, results/038.processed: test for atan2 added
183:
184: 2023-12-29 moko
185:
186: * src/classes/math.C: atan2(y,x) math function added
187:
1.187 moko 188: 2023-12-14 moko
189:
190: * tests/212.html: pcre2 compatibility (related to feature #1236)
191:
192: * tests/: 425.html, results/425.processed: test for pcre/pcre2
193: exceptions and behavour added (related to feature #1236)
194:
195: 2023-12-13 moko
196:
197: * buildall: by default parser is now bundled with pcre2 10.42,
198: --without-pcre2 option added to build with pcre-8.45 (related to
199: feature #1236)
200:
201: 2023-12-12 moko
202:
203: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
204: support added (implements feature #1236)
205:
206: * src/: include/pa_charset.h, include/pa_config_includes.h,
207: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
208: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
209: types/pa_vregex.h: Adopted patch from Yavor Doganov
210: <yavor@gnu.org> to add pcre2 library support (implements feature
211: #1236)
212:
1.186 moko 213: 2023-11-28 moko
214:
215: * src/include/pa_config_includes.h: warnings war continues
216:
217: * src/include/pa_config_includes.h: warning war
218:
219: * tests/: 424.html, results/424.processed: tests for '+' and '-'
220: number strings, whitespace and sign in exception messages
221: (related to bug #1234)
222:
1.185 moko 223: 2023-11-26 moko
224:
225: * tests/: 274.html, results/224.processed, results/274.processed:
226: tests for date double, int, bool added (related to feature #1235)
227:
228: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
229: added for date class (implements feature #1235)
230:
231: 2023-11-23 moko
232:
233: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
234: and '-' strings are no longer can be treated as number 0,
235: exception thrown (fixes bug #1234)
236:
1.184 moko 237: 2023-11-18 moko
238:
239: * src/include/pa_types.h: minor
240:
241: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
242:
243: * tests/: 389.html, results/389.processed: error messages for some
244: OS differs a bit, reducing failing tests for them
245:
246: 2023-11-17 moko
247:
248: * tests/: 423.html, results/423.processed: test for optional
249: @auto[] inheritance added (related to feature #1233)
250:
251: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
252: types/pa_vstateless_class.C: optional @auto[] inheritance
253: implemented if defined with two args (path, class name)
254: (implements feature #1233)
255:
256: * src/: classes/double.C, classes/int.C, classes/math.C,
257: include/pa_random.h, include/pa_types.h, main/pa_common.C,
258: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
259: sync double->int overflow behavour under different architectures
260: (fixes bug #1232)
261:
262: * tests/: 422.html, results/422.processed: int clipping added
263:
264: 2023-11-16 moko
265:
266: * tests/: 422.html, results/422.processed: test for int and uint
267: overflow in ^n.format[d/u/x]
268:
269: * src/classes/math.C: bugfix: crc32 should not be negative (under
270: Apple M1 when negative double converts to uint the result is 0)
271: and crc32 should be 32 bits
272:
273: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
274: on Apple M1 it's 0
275:
276: * src/classes/file.C: bugfix: crc32 should not be negative (under
277: Apple M1 when negative double converts to uint the result is 0)
278: and crc32 should be 32 bits
279:
1.183 moko 280: 2023-10-07 moko
281:
282: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
283: behavour with other OP_NUM_*, related to bug #1230
284:
285: 2023-10-06 moko
286:
287: * tests/: 338.html, results/338.processed: test for bug #1230 added
288:
289: * src/: main/execute.C, types/pa_vdate.h: force double operands to
290: be converted to double to avoid 80 bit operations in x87 mode
291: (fixes bug #1230)
292:
293: 2023-10-05 moko
294:
295: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
296: compatibility
297:
298: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
299:
300: * tests/: 421.html, results/421.processed: test to cover all
301: classes and objects nonexistent method and field exceptions
302: (related to feature #1080 and #1227)
303:
304: * tests/results/: 182.processed, 324.processed: undefined method ->
305: <type> method not found exception (related to feature #1080)
306:
307: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
308: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
309: "element can not be fetched from" for them, "field not found" for
310: all other types (related to bug #1227)
311:
312: 2023-10-03 moko
313:
314: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
315: <type> method not found" exception now thrown for static calls
316: instead of "undefined method" without class name (related to
317: feature #1080)
318:
319: 2023-10-02 moko
320:
321: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
322: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
323: <method name>, Comment: <type> method not found" exception now
324: thrown for all dynamic objects instead of "undefined method"
325: without class name (implements feature #1080)
326:
1.182 moko 327: 2023-10-01 moko
328:
329: * src/classes/json.C: we don't have a dynamic json object.
330:
331: 2023-09-28 moko
332:
333: * tests/: 420.html, results/261.processed, results/420.processed:
334: tests updated after bug #1228 fix reverted
335:
336: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
337: whitespace string is hash compatible, so we don't want $s.key to
338: return a junction
339:
340: * tests/: 261.html, 420.html, results/261.processed,
341: results/420.processed: test for bug #1227 added, test updated
342: after bug #1228 fixed
343:
344: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
345: now throws exception as $non-empty-string.field (fixes bug #1227)
346:
347: * src/types/pa_vstring.h: allow $string.method access (fixes bug
348: #1228)
349:
350: 2023-09-26 moko
351:
352: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
353: src/classes/classes.C, src/classes/classes.awk,
354: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
355: src/classes/double.C, src/classes/file.C, src/classes/form.C,
356: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
357: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
358: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
359: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
360: src/classes/regex.C, src/classes/response.C,
361: src/classes/string.C, src/classes/table.C, src/classes/void.C,
362: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
363: src/include/pa_array.h, src/include/pa_base64.h,
364: src/include/pa_cache_managers.h, src/include/pa_charset.h,
365: src/include/pa_charsets.h, src/include/pa_common.h,
366: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
367: src/include/pa_dictionary.h, src/include/pa_dir.h,
368: src/include/pa_exception.h, src/include/pa_exec.h,
369: src/include/pa_globals.h, src/include/pa_hash.h,
370: src/include/pa_http.h, src/include/pa_memory.h,
371: src/include/pa_opcode.h, src/include/pa_operation.h,
372: src/include/pa_os.h, src/include/pa_pool.h,
373: src/include/pa_random.h, src/include/pa_request.h,
374: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
375: src/include/pa_sapi.h, src/include/pa_socks.h,
376: src/include/pa_sql_connection.h,
377: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
378: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
379: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
380: src/include/pa_table.h, src/include/pa_threads.h,
381: src/include/pa_types.h, src/include/pa_uue.h,
382: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
383: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
384: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
385: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
386: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
387: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
388: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
389: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
390: src/main/compile.tab.C, src/main/compile.y,
391: src/main/compile_tools.C, src/main/compile_tools.h,
392: src/main/execute.C, src/main/pa_base64.C,
393: src/main/pa_cache_managers.C, src/main/pa_charset.C,
394: src/main/pa_charsets.C, src/main/pa_common.C,
395: src/main/pa_dictionary.C, src/main/pa_dir.C,
396: src/main/pa_exception.C, src/main/pa_exec.C,
397: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
398: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
399: src/main/pa_request.C, src/main/pa_socks.C,
400: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
401: src/main/pa_stylesheet_connection.C,
402: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
403: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
404: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
405: src/main/untaint.C, src/main/helpers/simple_folding.pl,
406: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
407: src/targets/apache/mod_parser3_core.C,
408: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
409: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
410: src/types/pa_method.h, src/types/pa_property.h,
411: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
412: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
413: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
414: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
415: src/types/pa_vcookie.h, src/types/pa_vdate.C,
416: src/types/pa_vdate.h, src/types/pa_vdouble.h,
417: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
418: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
419: src/types/pa_vhash.C, src/types/pa_vhash.h,
420: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
421: src/types/pa_vimage.C, src/types/pa_vimage.h,
422: src/types/pa_vint.h, src/types/pa_vjunction.C,
423: src/types/pa_vjunction.h, src/types/pa_vmail.C,
424: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
425: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
426: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
427: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
428: src/types/pa_vobject.h, src/types/pa_vregex.C,
429: src/types/pa_vregex.h, src/types/pa_vrequest.C,
430: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
431: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
432: src/types/pa_vstateless_class.h,
433: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
434: src/types/pa_vstatus.h, src/types/pa_vstring.C,
435: src/types/pa_vstring.h, src/types/pa_vtable.C,
436: src/types/pa_vtable.h, src/types/pa_vvoid.C,
437: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
438: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
439: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
440: src/types/pa_wwrapper.h: copyright, authors actualized
441:
1.181 moko 442: 2023-08-20 moko
443:
444: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
445: commited (related to feature #1219)
446:
447: 2023-08-16 moko
448:
449: * src/main/pa_random.C: replaced clock precision with monotonicity
450: counter, good for Windows version with low clock frequency
451: (related to feature #1229)
452:
453: 2023-08-15 moko
454:
455: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
456: fixes related to feature #1229
457:
458: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
459: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
460: (implements feature #1229)
461:
1.180 moko 462: 2023-08-02 moko
463:
464: * tests/: results/417.processed, 417.html: test for empty string
465: match after last char added (related to bug #1224)
466:
467: * src/main/pa_string.C: avoid prestart++ after last char on zero
468: length match (related to bug #1224)
469:
1.179 moko 470: 2022-11-22 moko
471:
472: * tests/: 419.html, results/419.processed: test for L_URI and path
473: removeal from filename added (related to bug #1204)
474:
475: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
476: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
477: attribute value, L_URI should be used
478:
1.178 moko 479: 2022-09-21 moko
480:
481: * src/targets/cgi/parser3.C: more clear error messages
482:
483: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
484: SAPI_Info will return 0 in read_post and post_size !=
485: content_length will be thrown
486:
1.177 moko 487: 2022-08-23 moko
488:
489: * src/types/pa_vmail.C: .tables addes as .raw contains only last
490: header value
491:
492: 2022-08-22 moko
493:
494: * tests/: 418.html, results/418.processed: test for
495: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
496: to #1225)
497:
498: * src/classes/hash.C: keep old behavoir by default
499:
500: * src/classes/hash.C: ^hash_a.intersection[hash_b;
501: $.order[self|arg] ] added (implements #1215)
502:
1.176 moko 503: 2022-03-21 moko
504:
505: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
506: xmlInitCharEncodingHandlers is called in libxml static
507: initializers before gc_substitute_memory_management_functions in
508: pa_globals and thus gc may not see reference to our
509: xmlCharEncodingHandler and free it.
510:
1.175 moko 511: 2022-01-26 moko
512:
513: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
514:
1.174 moko 515: 2021-12-28 moko
516:
517: * tests/: 417.html, results/417.processed: test for empty string
518: match added (related to bug #1224)
519:
520: * src/main/pa_string.C: empty string match now works (fixes bug
521: #1224)
522:
1.173 moko 523: 2021-12-24 moko
524:
525: * tests/: 415_dir/29.p, results/415.processed: yet another test
526:
527: 2021-12-23 moko
528:
529: * src/: classes/table.C, main/pa_request.C: warnings war
530:
531: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
532: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
533:
534: 2021-12-21 moko
535:
536: * tests/: 416.html, results/416.processed: test for ^break[] in
537: ^hash/table.select[] (related to feature #1222)
538:
539: * src/classes/: hash.C, table.C: ^break[] support for
540: ^hash/table.select[] (implements feature #1222)
541:
1.172 moko 542: 2021-11-30 moko
543:
544: * src/targets/cgi/parser3.C: default sock_ready interval changed to
545: 0.5 sec
546:
1.171 moko 547: 2021-11-10 moko
548:
549: * tests/results/415.processed: more syntax errors tests added
550:
551: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
552: 28.p: minor syntax error tests
553:
554: * src/main/pa_exception.C: pa_strdup added for compatibility
555:
556: * src/classes/curl.C: hint to call ^curl:options[
557: $.library[correct.libcurl.so.name] ] added if default load fails.
558:
559: 2021-11-09 moko
560:
561: * src/main/compile.y: error message can be on stack
562:
563: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
564:
565: * src/main/pa_charset.C: memcpy is more correct and efficient in
566: this case then strncpy
567:
568: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
569: instead of strcpy where possible
570:
571: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
572: used to avoid MAX_STRING limit in Exception comment
573:
574: * tests/results/415.processed: compiler exceptions are no longer
575: limited to MAX_STRING
576:
577: * src/main/: compile.y, compile_tools.h: Parse_control uses const
578: char * instead of fixed buffer
579:
580: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
581: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
582: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
583: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
584: results/415.processed: tests for parser.compile exceptions added
585:
586: 2021-11-08 moko
587:
588: * src/: classes/math.C, include/pa_common.h, main/compile.y,
589: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
590: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
591: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
592: drawbacks
593:
1.170 moko 594: 2021-11-06 moko
595:
596: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
597: (implements feature #1219)
598:
599: * tests/: 414.html, results/414.processed: test for
600: ^hash.rename[from;to] added (related to feature #1144)
601:
602: 2021-11-05 moko
603:
604: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
605: (related to feature #1144)
606:
607: 2021-11-04 moko
608:
609: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
610: added (implements feature #1144)
611:
1.169 moko 612: 2021-10-19 moko
613:
614: * tests/: 413.html, results/413.processed: test for hash no longer
615: is accepted as file parameter (related to bug #1218)
616:
617: * src/: classes/curl.C, classes/file.C, classes/image.C,
618: classes/math.C, classes/xdoc.C, types/pa_value.C,
619: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
620: longer is accepted as file parameter (fixes bug #1218)
621:
1.168 moko 622: 2021-07-19 moko
623:
624: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
625: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
626:
1.167 moko 627: 2021-04-16 moko
628:
629: * src/types/pa_vmail.C: message can be null when e-mail is broken,
630: processing it leads to assertions.
631:
1.166 moko 632: 2021-03-25 moko
633:
634: * tests/: 412.html, results/412.processed: test to demonstrate bug
635: #1213
636:
1.165 moko 637: 2021-02-12 moko
638:
639: * tests/: 360.html, results/360.processed, results/363.processed:
640: parser method call in expression mode no longer differs from call
641: in string mode (related to feature #1211)
642:
643: 2021-02-11 moko
644:
645: * src/types/pa_vmail.C: mail parsing with Windows line endings
646: fixed (bug #1212)
647:
648: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
649: when called $v[^test[]] vs $v(^test[]), numbers are converted to
650: strings in both calls (implements feature #1211)
651:
1.164 moko 652: 2021-01-28 moko
653:
654: * buildall, etc/auto.p.in: to remove last patch in debian package
655:
656: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
657: 3.4.7b
658:
1.162 moko 659: 2021-01-21 moko
660:
661: * src/main/pa_http.C: no alarm() in file::load when web server mode
662: is MULTITHREADED
663:
1.157 moko 664: 2021-01-20 moko
665:
1.161 moko 666: * src/targets/apache/mod_parser3.c: it is more correct to recommend
667: 'a2enmod mpm_prefork'
668:
1.160 moko 669: * src/targets/apache/mod_parser3.c: prefork name is now
670: 'libapache2-mpm-itk'
671:
672: * src/targets/apache/mod_parser3_core.C: last regular malloc
673: removed
674:
1.159 moko 675: * src/targets/isapi/Makefile.am: -pa_threads.C
676:
1.158 moko 677: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
678: 3.4.6
679:
1.157 moko 680: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
681:
682: * etc/auto.p.in: @config[result] added to simplify $cfg change in
683: /httpd.p
684:
685: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
686: ^use[/httpd.p] + optional ^preprocess[] (related to feature
687: #1203)
688:
689: 2021-01-19 moko
690:
691: * buildall: --disable-parallel-mark added to avoid "number of
692: processors" threads creation for heap marking as it conflicts
693: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
694: limits threads)
695:
1.156 moko 696: 2021-01-16 moko
697:
698: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
699: main/pa_globals.C, main/pa_memory.C,
700: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
701: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
702: feature #1209)
703:
704: 2021-01-15 moko
705:
706: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
707: 3.4.6rc
708:
709: * src/classes/json.C: get_delim added for delimiter caching (10%
710: faster on large json)
711:
712: 2021-01-14 moko
713:
714: * operators.txt: updated with 3.4.6 changes
715:
716: * tests/results/224.processed: test result modified after
717: today(shift) implemented
718:
719: * tests/: 407.html, results/407.processed: test for ^hash.select
720: option $.default(bool) added (related to feature #1172)
721:
722: * src/classes/hash.C: ^hash.select option $.default(bool) added
723: (related to feature #1172)
724:
725: * tests/: 141.html, results/141.processed: test modified for
726: feature #1185.
727:
728: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
729: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
730: options $.lower(bool) (implements feature #1185)
731:
732: 2021-01-11 moko
733:
734: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
735: #1192)
736:
737: * tests/: 411.html, results/411.processed: test for ^date::today(N)
738: added (related to feature #1192)
739:
1.155 moko 740: 2021-01-05 moko
741:
742: * tests/: 270.html, results/270.processed: test modified to work
743: under Windows
744:
745: * tests/: 390.html, 395.html, results/395.processed: tests updated
746: 4 windows
747:
748: * tests/: 410.html, results/410.processed: test for
749: $CLASS-GETTER-PROTECTED(false) added
750:
751: 2021-01-04 moko
752:
753: * tests/: 409.html, results/409.processed, results/auto.p: test for
754: $MAIN:LOCALS(true) added
755:
1.154 moko 756: 2021-01-03 moko
757:
758: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
759: types/pa_vclass.h, types/pa_vstateless_class.C,
760: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
761: +LOCALS. $main -> $MAIN in exception texts (implements feature
762: #1207)
763:
764: 2021-01-02 moko
765:
766: * etc/auto.p.in: minor
767:
768: * src/main/pa_request.C: sending headers only after opening file to
769: allow error reporting if file was not opened (foreign group,
770: etc).
771:
772: 2020-12-31 moko
773:
774: * src/: include/pa_request.h, main/pa_request.C,
775: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
776:
777: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
778: main/pa_request.C: get_class_ref added and used
779:
780: * etc/auto.p.in: @CLASS httpd added
781:
782: * etc/auto.p.in: @auto[] is now first
783:
784: 2020-12-30 moko
785:
786: * tests/: 408.html, results/408.processed: test for bug #1166
787: (windows only) added
788:
789: * src/main/pa_common.C: create_dir_for_file should not create dir
790: for trailing / (fixes bug #1166)
791:
792: * tests/: 341.html, results/341.processed: tests for
793: ^nameless_table.hash[] added (related to feature #1138)
794:
795: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
796: (implements feature #1138), extra fields in named tables no
797: longer ignored (implements feature #1138)
798:
799: * tests/results/390.processed: updated after exception text change
800:
801: 2020-12-29 moko
802:
803: * tests/: 407.html, results/407.processed: +$._default check
804:
805: * src/classes/hash.C: keep $_default in ^hash.reverse[]
806:
807: * tests/: 407.html, results/407.processed: test for ^hash.select[]
808: and ^hash.reverse[] added (releated to feature #1172)
809:
810: * src/classes/hash.C:
811: ^hash.select[key;value](bool-condition)[options hash] +
812: ^hash.reverse[] added (implements feature #1172)
813:
814: * src/types/pa_vtable.h: warning war
815:
816: * src/include/pa_config_fixed.h: win32 fix
817:
1.153 moko 818: 2020-12-27 moko
819:
820: * tests/: 406.html, results/406.processed: test results updated
821:
822: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
823: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
824: spelling
825:
826: 2020-12-26 moko
827:
828: * tests/: 406.html, results/406.processed: tests for
829: ^table.rename[] added (related to feature #1148)
830:
831: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
832: ^table.rename[column name from;column name to], ^table.rename[
833: $.[column name from][column name to] ... ] added (implements
834: feature #1148)
835:
836: 2020-12-25 moko
837:
838: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
839: request_info now on stack to avoid yet another THREAD_LOCAL
840: memory deallocation issue (now with cookies), explained in #1203
841:
842: * src/types/pa_vcookie.C: fields should be inited
843:
844: 2020-12-24 moko
845:
846: * src/include/pa_stylesheet_connection.h: looks like
847: xsltFreeStylesheet leads to memory double-free. If so, it's for
848: sure libxml bug, but we have GC anyway, so we just remove this
849: call and see...
850:
851: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
852: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
853: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
854: abort.c:65:8 frame #3: 0x00000000004da663
855: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
856: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
857: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
858: malloc.c:617:9 frame #5: 0x0000000000577f0c
859: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
860: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
861: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
862: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
863: frame #8: 0x000000000050d35c
864: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
865: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
866: frame #10: 0x00000000004436e5
867: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
868: [inlined]
869: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
870: pa_stylesheet_connection.h:62:3
871:
872: 2020-12-23 moko
873:
874: * src/classes/image.C: ^image::measure[; $.video() ] option added
875:
876: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
877: ^image::measure[; $.video(true) ] added
878:
879: * src/main/pa_exec.C: not cleared automatically in multithreaded
880: httpd mode for unknown reasons
881:
882: 2020-12-22 moko
883:
884: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
885: error_log uri of currently processed document", but never used
886: and conflicts with how libgc stops threads on FreeBSD (#define
887: SIG_SUSPEND SIGUSR1), thus removed.
888:
889: 2020-12-21 moko
890:
891: * src/main/pa_request.C: +comment
892:
1.151 moko 893: 2020-12-20 moko
894:
1.152 moko 895: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
896: it is more safe to have versions of pa_strdup with one and two
897: arguments, as helper_length=0 not always mean that strlen()
898: should be called, but means zero.
899:
900: * src/targets/isapi/parser3isapi.C: minor
901:
902: * src/main/pa_http.C: +valid_http_method
903:
1.151 moko 904: * src/: include/pa_http.h, main/pa_http.C,
905: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
906:
907: 2020-12-17 moko
908:
909: * tests/: 405.html, results/405.processed: test for split by regex
910: added (related to feature #1160)
911:
912: * src/classes/string.C: split by regex implemented (feature #1160)
913:
914: * src/classes/string.C: minor
915:
916: * tests/: 404.html, results/404.processed: test for whitespace
917: string is now OK for table argument (related to feature #1169)
918:
919: * src/: classes/image.C, classes/string.C, classes/table.C,
920: types/pa_vmethod_frame.C: whitespace string is now OK for table
921: argument (as with hash) (implements feature #1169)
922:
923: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
924: limit for comment (fixes bug #1102)
925:
926: * src/targets/cgi/parser3.C: +HAVE_TLS check
927:
928: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
929:
930: * src/include/pa_config_includes.h: HAVE_TLS used
931:
932: * configure.ac: +TLS check
933:
934: * src/main/pa_http.C: content logging added
935:
936: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
937: clear_response_headers added
938:
939: 2020-12-16 moko
940:
941: * buildall: as we now use threads, libatomic_ops still required for
942: some OS.
943:
944: * src/main/pa_request.C: whitespace
945:
946: * src/: include/pa_request.h, main/pa_request.C:
947: Request::Exception_trace::table extracted and used
948:
949: * src/main/pa_request.C: moving output_result call outside of try
950: as network exceptions should not be handled by parser code
951:
952: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
953: logging network exchange
954:
955: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
956: via network if it was network write error.
957:
958: * src/targets/cgi/parser3.C: log -> pa_log
959:
960: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
961:
962: * src/main/pa_threads.C: getpid() if no gettid() found
963:
964: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
965: we need to ignore "void" connections from browsers (browsers open
966: connections in advance and they will be empty if user does not
967: request more pages)
968:
969: 2020-12-15 moko
970:
971: * src/targets/cgi/parser3.C: avoid previous uri in logs
972:
973: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
974: RequestController not needed in httpd mode
975:
976: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
977: classes/classes.h, classes/curl.C, classes/date.C,
978: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
979: classes/hashfile.C, classes/image.C, classes/inet.C,
980: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
981: classes/memcached.C, classes/memory.C, classes/op.C,
982: classes/reflection.C, classes/regex.C, classes/response.C,
983: classes/string.C, classes/table.C, classes/void.C,
984: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
985: include/pa_array.h, include/pa_base64.h,
986: include/pa_cache_managers.h, include/pa_charset.h,
987: include/pa_charsets.h, include/pa_common.h,
988: include/pa_config_fixed.h, include/pa_config_includes.h,
989: include/pa_dictionary.h, include/pa_dir.h,
990: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
991: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
992: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
993: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
994: include/pa_request_charsets.h, include/pa_request_info.h,
995: include/pa_sapi.h, include/pa_socks.h,
996: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
997: include/pa_stack.h, include/pa_string.h,
998: include/pa_stylesheet_connection.h,
999: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1000: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1001: include/pa_uue.h, include/pa_xml_exception.h,
1002: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1003: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1004: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1005: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1006: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1007: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1008: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1009: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1010: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1011: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1012: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1013: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1014: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1015: main/pa_sql_driver_manager.C, main/pa_string.C,
1016: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1017: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1018: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1019: main/untaint.C, sql/pa_sql_driver.h,
1020: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1021: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1022: targets/isapi/parser3isapi.C, types/pa_junction.h,
1023: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1024: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1025: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1026: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1027: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1028: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1029: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1030: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1031: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1032: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1033: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1034: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1035: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1036: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1037: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1038: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1039: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1040: types/pa_vstateless_object.h, types/pa_vstatus.C,
1041: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1042: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1043: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1044: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1045: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1046:
1047: * src/main/pa_request.C: old compilers support
1048:
1049: * tests/: 362.html, results/362.processed: test updated after
1050: changes after upgrade to libxml2-2.9.9 were made (related to bug
1051: #1108)
1052:
1053: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1054: removed, as xsltFreeStylesheet has side effects on original doc.
1055: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1056: not updated after xdoc modification (part 3 of test 362).
1057: (related to bug #1108)
1058:
1059: * src/targets/isapi/parser3isapi.C: +pa_strcat
1060:
1061: * src/: classes/memory.C, include/pa_memory.h,
1062: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1063: PA_GC_GCOLLECT used
1064:
1065: * src/include/pa_memory.h: +PA_GC_COLLECT
1066:
1067: * src/targets/cgi/parser3.C: msvs support fixes
1068:
1069: * src/lib/gc/include/gc.h: more cleanup
1070:
1071: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1072:
1073: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1074: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1075:
1076: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1077:
1078: * configure.ac: pthread.h added to checked headers
1079:
1080: * src/classes/table.C: string stream is back :)
1081:
1082: * src/classes/memory.C: GC_generate_random_backtrace no longer
1083: exists
1084:
1085: * src/main/pa_globals.C: GC_dont_gc replaced
1086:
1087: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1088: left to simplify adding new functions. depricated GC_dont_gc
1089: replaced with GC_disable and GC_enable calls.
1090:
1091: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1092: CORD_from_file* not used and thus removed
1093:
1094: * src/lib/gc/include/gc_allocator.h: minor cleanup
1095:
1096: 2020-12-14 moko
1097:
1098: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1099: referenced elsewhere, or GC will collect it.
1100:
1101: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1102: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1103: elsewhere, or GC will collect them (and we'll get GPF in
1104: multithreaded enviroment). May be it can be also fixed by some
1105: GC call, not sure. But this fix costs nothing (but hours of
1106: debugging to find the issue :).
1107:
1.150 moko 1108: 2020-12-11 moko
1109:
1110: * configure.ac: gettid() check added
1111:
1112: * src/main/pa_threads.C: HAVE_GETTID used
1113:
1114: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1115:
1116: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1117: version for isapi/cgi/apache
1118:
1119: * buildall: threads are now required.
1120:
1121: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1122: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1123: main/main.vcproj: pa_threads.C moved to main
1124:
1125: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1126: isapi/pa_threads.C: pa_threads.C moved to main
1127:
1128: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1129: targets/apache/Makefile.am: pa_threads.C moved to main
1130:
1131: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1132:
1133: * src/: include/pa_stylesheet_connection.h,
1134: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1135: and weird GPF in multithreaded httpd is gone
1136:
1137: * src/include/: pa_stylesheet_connection.h,
1138: pa_sql_driver_manager.h: whitespace
1139:
1140: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1141:
1142: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1143: main/pa_stylesheet_manager.C: whitespace, warning war
1144:
1145: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1146: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1147: parser_multithreaded never used
1148:
1149: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1150:
1151: 2020-12-10 moko
1152:
1153: * src/: include/pa_config_includes.h, include/pa_http.h,
1154: main/pa_http.C, targets/cgi/parser3.C: initial support for
1155: MULTITHREADED and PARALLEL httpd server modes
1156:
1157: * src/main/pa_globals.C: GC_java_finalization is depricated
1158:
1159: 2020-12-09 moko
1160:
1161: * etc/auto.p.in: + @httpd-main
1162:
1163: * src/: include/pa_common.h, main/pa_request.C,
1164: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1165: work
1166:
1167: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1168: slow file_read_binary no longer used, send_range added
1169:
1170: 2020-12-08 moko
1171:
1172: * src/main/pa_request.C: >4Gb support
1173:
1174: * src/targets/cgi/parser3.C: msvc warning war
1175:
1176: * src/: include/pa_config_includes.h, main/pa_http.C,
1177: main/pa_request.C: msvc warnings war
1178:
1179: * src/classes/image.C: warning war
1180:
1181: * src/classes/table.C: MSVC warning war
1182:
1183: * src/targets/cgi/parser3.C: msvc warnings war
1184:
1185: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1186: added
1187:
1.149 moko 1188: 2020-12-07 moko
1189:
1.150 moko 1190: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1191: avoid logging beside system-wide auto.p
1192:
1193: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1194:
1195: * configure, configure.ac, src/include/pa_config_auto.h.in:
1196: configure options added:
1197:
1198: --with-system-cfg=FILE to specify system-wide auto.p
1199: --with-system-log=FILE to specify system-wide parser3.log
1200:
1201: * Makefile.am: bin no longer exists
1202:
1203: * configure, configure.ac: auto.p moved to etc to simplify debian
1204: package
1205:
1206: * buildall: auto.p and parser3.charsets moved to their default
1207: location after install
1208:
1209: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1210:
1211: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1212:
1.149 moko 1213: * src/targets/cgi/parser3.C: locate_config call returned to
1214: original place as it requires pa_thread_request() under Windows
1215:
1216: * src/targets/cgi/parser3.C: renaming
1217:
1218: 2020-12-06 moko
1219:
1220: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1221: check added
1222:
1223: 2020-12-04 moko
1224:
1225: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1226: main/pa_request.C: unified uint64_t lseek implemented to support
1227: >4Gb files under x86, including Windows
1228:
1229: 2020-12-02 moko
1230:
1231: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1232: with max_file_size
1233:
1234: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1235: support for processing files sized >4Gb on 32 bit planforms
1236:
1237: * tests/399.html: file moved
1238:
1239: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1240:
1241: * src/targets/cgi/pa_sapi_info.h: warning war
1242:
1243: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1244: warning war
1245:
1246: 2020-12-01 moko
1247:
1248: * src/classes/image.C: mp4 extended size (>4Gb) support added
1249:
1250: * src/classes/image.C: for "size not found" exception to be shown
1251: if size not found until eof
1252:
1253: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1254: bit linux)
1255:
1256: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1257: #1188)
1258:
1259: 2020-11-30 moko
1260:
1261: * src/classes/image.C: definitions moved closer to code
1262:
1263: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1264: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1265: 395_dir/3_VP8X.webp, results/395.processed,
1266: results/396.processed: tests for ^image::measure[] .webp support
1267: added, all image files moved into one directory (related to
1268: feature #1188)
1269:
1270: * src/classes/image.C: ^image::measure[] now supports webp (feature
1271: #1188)
1272:
1.148 moko 1273: 2020-11-29 moko
1274:
1275: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1276: processing, unnessesary defines removed
1277:
1278: 2020-11-24 moko
1279:
1280: * tests/results/: 099.processed, 100.processed, 205.processed,
1281: 309.processed, 310.processed: Content-Disposition: inline
1282: returned
1283:
1284: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1285: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1286: ] added (related to bug #1204)
1287:
1288: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1289: ] supported to avoid Content-Disposition: inline;
1290: filename="<file>.ext" but still set Content-Type for ext (related
1291: to bug #1204)
1292:
1.147 moko 1293: 2020-11-22 moko
1294:
1295: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1296: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1297:
1298: * src/main/pa_request.C: content_disposition_inline returned.
1299:
1300: 2020-11-17 moko
1301:
1302: * src/main/pa_request.C: empty main method name support
1303:
1304: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1305: config_handler added, stdout flush added.
1306:
1307: 2020-11-16 moko
1308:
1309: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1310:
1311: * tests/results/: 099.processed, 205.processed, 237.processed,
1312: 309.processed, 310.processed: Content-Disposition: inline is not
1313: required and should not contain filename="<name>"
1314:
1315: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1316: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1317: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1318:
1.146 moko 1319: 2020-11-14 moko
1320:
1321: * src/targets/cgi/parser3.C: spelling
1322:
1323: * src/targets/cgi/parser3.C: renaming
1324:
1325: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1326: relocated
1327:
1328: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1329: before request processing, which is weired
1330:
1331: 2020-11-13 moko
1332:
1333: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1334: copied in httpd.
1335:
1336: 2020-11-12 moko
1337:
1338: * src/main/pa_http.C: ALARM code unified to be used in httpd
1339:
1340: * src/: include/pa_request.h, main/pa_request.C,
1341: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1342:
1343: * src/main/pa_http.C: URI validation added
1344:
1345: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1346: can't be empty but can be null. httpd-main is now main method
1347: name for httpd mode
1348:
1349: 2020-11-11 moko
1350:
1351: * src/main/pa_request.C: path_translated can be null in httpd mode
1352:
1353: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1354: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1355: classes/xdoc.C, include/pa_request.h, main/execute.C,
1356: main/pa_request.C: r.absolute -> r.full_disk_path
1357:
1358: * src/targets/cgi/parser3.C: if filename to process is not
1359: specified, auto.p should be present.
1360:
1.145 moko 1361: 2020-11-03 moko
1362:
1363: * src/: classes/op.C, include/pa_request.h: unused argument removed
1364:
1365: * src/main/pa_request.C: content_disposition_inline is the default,
1366: not required.
1367:
1.144 moko 1368: 2020-10-29 moko
1369:
1370: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1371: ^use[file; $.main(true) ] implemented for auto.p processing and
1372: path_translated changing to correct relative files path
1373: calculation in httpd mode
1374:
1375: * src/: include/pa_request.h, main/pa_request.C:
1376: fail_on_read_problem removed, as it allways true, as if should
1377: be.
1378:
1379: * src/: include/pa_request.h, main/pa_request.C,
1380: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1381: targets/isapi/parser3isapi.C: clearing config_filespec when
1382: config was not found, thus flag not required and removed.
1383:
1384: 2020-10-28 moko
1385:
1386: * tests/: 402.html, results/402.processed: error reporting test
1387:
1388: * src/main/execute.C: better error reporting when
1389: $result[^hash::create[]] in @main.
1390:
1391: * src/main/: execute.C, pa_request.C: frame.result() should be used
1392: + minor optimization
1393:
1394: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1395: main/pa_xml_io.C: execute_*_method simplified and unified
1396:
1397: 2020-10-27 moko
1398:
1399: * tests/: 306.html, results/306.processed: a bit more testing. :)
1400:
1401: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1402: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1403: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1404: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1405: types/pa_vmethod_frame.h, types/pa_vobject.C,
1406: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1407: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1408: longer used in object-prototype mode
1409:
1410: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1411: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1412: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1413: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1414: $form:name[value] features
1415:
1.143 moko 1416: 2020-10-18 moko
1417:
1418: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1419:
1420: 2020-10-15 moko
1421:
1422: * src/main/pa_http.C: url no longer needed as
1423: ALTER_EXCEPTION_SOURCE is used
1424:
1425: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1426: main/pa_http.C: check_file_size filespec is now optional
1427:
1428: * src/: classes/curl.C, include/pa_exception.h,
1429: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1430: ALTER_EXCEPTION_COMMENT added for better error reporting
1431:
1432: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1433: results/346-curl.processed, results/379-curl.processed,
1434: results/379.processed: test results updated as load now provides
1435: better error reporting + curl responses updated
1436:
1437: 2020-10-14 moko
1438:
1439: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1440: main/pa_string.C, targets/apache/mod_parser3_core.C,
1441: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1442: checked. 10 is now default base, no hex autodetect by default
1443:
1444: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1445: connection socket closing in destructor + accept exception
1446: handling
1447:
1448: * src/targets/cgi/parser3.C: warning war
1449:
1450: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1451: main/pa_request.C, targets/apache/mod_parser3_core.C,
1452: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1453: exception handling unified
1454:
1455: 2020-10-13 moko
1456:
1457: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1458: autodetection
1459:
1460: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1461:
1462: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1463:
1464: * src/main/pa_http.C: warning war
1465:
1.142 moko 1466: 2020-10-12 moko
1467:
1.143 moko 1468: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1469: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1470: unhandled exception code optimization
1471:
1472: * src/targets/cgi/parser3.C: request_info now global variable
1473:
1474: * src/main/pa_http.C: http_read_response moved to HTTP_response
1475: class
1476:
1477: * src/: include/pa_http.h, main/pa_http.C,
1478: targets/cgi/pa_sapi_info.h: read_post implemented
1479:
1.142 moko 1480: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1481: [host:]port syntax support in httpd mode
1482:
1483: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1484: targets/cgi/parser3.C: populate_env added
1485:
1486: * src/include/pa_hash.h: to make get(char *) compiling in
1487: HashStringString
1488:
1489: 2020-10-10 moko
1490:
1491: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1492: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1493:
1494: * src/: include/pa_http.h, include/pa_request_info.h,
1495: main/pa_http.C, main/pa_string.C,
1496: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1497: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1498: types/pa_vrequest.C: initial httpd mode implementation
1499:
1.141 moko 1500: 2020-10-04 moko
1501:
1502: * src/targets/cgi/parser3.C: options together
1503:
1504: 2020-09-30 moko
1505:
1506: * src/main/pa_http.C: renamed
1507:
1.140 moko 1508: 2020-08-14 moko
1509:
1510: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1511: src/targets/cgi/Makefile.am: no httpd as separate library
1512:
1513: 2020-08-13 moko
1514:
1515: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1516: unhandled exception handler to report 500 instead of 200 it was
1517: before.
1518:
1519: * src/targets/apache/mod_parser3_core.C: minor cleanup
1520:
1521: * src/: include/pa_sapi.h, main/untaint.C,
1522: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1523: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1524: thus replaced with SAPI::die and removed
1525:
1526: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1527: cgi/parser3.C: whitespace
1528:
1529: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1530:
1531: 2020-08-12 moko
1532:
1533: * src/targets/cgi/parser3.C: duplicate info in signal logging
1534: removed, whitespace was: SIGPIPE received while executing code.
1535: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1536: cl=0]
1537:
1538: * parser3.sln: + httpd.vcproj
1539:
1540: 2020-08-11 moko
1541:
1542: * src/targets/cgi/Makefile.am: +libhttpd
1543:
1544: * configure.ac, src/lib/Makefile.am: +libhttpd
1545:
1.139 moko 1546: 2020-07-13 moko
1547:
1548: * tests/: 401.html, results/401.processed: test for hash key does
1549: not keep language, but tainted in foreach.
1550:
1.138 moko 1551: 2020-07-01 moko
1552:
1553: * tests/: 235.html, results/235.processed: test result updated as
1554: messages before attachments implemented (feature #1176)
1555:
1.137 moko 1556: 2020-06-27 moko
1557:
1558: * tests/: 400.html, results/400.processed: test updated to check
1559: ^return{code}
1560:
1561: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1562: fixed
1563:
1564: 2020-06-26 moko
1565:
1566: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1567: added (related to https://www.parser.ru/forum/?id=85319)
1568:
1569: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1570: when $result assignment was last statement in the method
1571: (https://www.parser.ru/forum/?id=85319)
1572:
1.136 moko 1573: 2020-05-23 moko
1574:
1575: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1576: whitespace, unused level removed
1577:
1578: 2020-05-19 moko
1579:
1580: * src/types/pa_vmail.C: whitespace
1581:
1582: * src/types/pa_vmail.C: files should be processed last (related to
1583: feature #1176)
1584:
1.135 moko 1585: 2020-05-12 moko
1586:
1587: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1588: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1589:
1590: * configure.ac: FreeBSD1X.X check added to avoid
1591: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1592:
1.134 moko 1593: 2020-02-26 moko
1594:
1595: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1596: compilation issue (related to bug #1201)
1597:
1598: * src/main/pa_common.C: entry_readable -> entry_exists,
1599: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1600: -f and -d now works under Windows in UTF-8 with Russian
1601: filenames.
1602:
1603: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1604: advice (related to feature #1199)
1605:
1606: 2020-02-25 moko
1607:
1608: * buildall: --silent removed
1609:
1610: * configure.ac: gmime-3.0 support
1611:
1612: * buildall: --with-system-mailreceive option added to build with
1613: system libgmime
1614:
1615: * src/types/pa_vmail.C: avoiding
1616: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1617: to feature #1199)
1618:
1.133 moko 1619: 2020-02-18 moko
1620:
1621: * src/classes/op.C: windows x64 debug mode compile fix
1622:
1623: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1624: change (releated to feature #1200)
1625:
1626: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1627: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1628: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1629: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1630: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1631: targets/apache/ApacheModuleParser3.vcproj,
1632: targets/apache/ApacheModuleParser3Core.vcproj,
1633: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1634: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1635: dependency (related to feature #1200)
1636:
1.132 moko 1637: 2020-02-12 moko
1638:
1639: * src/types/pa_vmail.C: minimize diff
1640:
1641: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1642: #1199)
1643:
1.131 moko 1644: 2020-01-18 moko
1645:
1646: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1647:
1.130 moko 1648: 2019-12-28 moko
1649:
1650: * src/targets/cgi/parser3.C: avoid empty ?
1651:
1652: 2019-12-27 moko
1653:
1654: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1655: DOCUMENT_ROOT (related to feature #1164)
1656:
1657: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1658: fcgiwrap setup (implements feature #1164)
1659:
1660: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1661: but no issues found (related to feature #1164)
1662:
1663: * src/targets/cgi/parser3.C: actualized
1664:
1665: 2019-12-26 moko
1666:
1667: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1668: removed
1669:
1670: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1671: removed
1672:
1673: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1674: allocation errors, we don't want default gc warnings (without
1675: timestamp and URI).
1676:
1677: * src/: classes/memory.C, main/pa_globals.C,
1678: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1679: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1680: pa_globals_init
1681:
1682: * src/main/pa_globals.C: setup_hex_value() removed, static array
1683: initialization used (optimization)
1684:
1685: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1686: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1687: pa_socks_init/pa_socks_done moved inside pa_globals_init
1688: (optimization)
1689:
1.129 moko 1690: 2019-12-09 moko
1691:
1692: * src/include/pa_config_fixed.h: warning war
1693:
1.128 moko 1694: 2019-12-08 moko
1695:
1696: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1697: process grammar under Unix.
1698:
1699: 2019-12-07 moko
1700:
1701: * tests/389.html: For Windows XP. :)
1702:
1703: * tests/388-sql.html: Windows compatibility added
1704:
1705: 2019-12-06 moko
1706:
1707: * src/targets/cgi/parser3.C: warning war
1708:
1709: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1710: == sizeof(CORD)) to avoid aligning bugs in future
1711:
1712: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1713: XML_STATIC
1714:
1715: * src/include/pa_request.h: StackItem() not required
1716:
1717: * src/include/pa_stack.h: warning war
1718:
1719: * src/include/pa_config_includes.h: GCC warning silenced
1720:
1721: * src/include/pa_memory.h: warning war: the program should also
1722: define 'void operator delete [](void*, std::size_t)'
1723: [-Wsized-deallocation]
1724:
1725: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1726:
1727: * src/classes/string.C: not reqired cast removed
1728:
1729: * src/classes/string.C: not reqired cast removed
1730:
1731: 2019-12-05 moko
1732:
1733: * src/lib/sdbm/pa_file_io.C: warning war
1734:
1735: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1736: enum Language : size_t - required for VS2015+ to make
1737: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1738: without it (related to feature #1198)
1739:
1740: 2019-12-04 moko
1741:
1742: * src/main/pa_base64.C: unsigned char -> uchar
1743:
1744: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1745: as other libs
1746:
1747: * src/include/pa_version.h: +amd64
1748:
1749: 2019-12-03 moko
1750:
1751: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1752: release
1753:
1754: * src/include/pa_config_includes.h: warning war
1755:
1756: * src/classes/image.C: warning war
1757:
1758: * src/main/pa_globals.C: x64 libs support
1759:
1760: * src/include/pa_config_includes.h: warning war
1761:
1762: * src/types/pa_method.h: warning war
1763:
1.127 moko 1764: 2019-11-28 moko
1765:
1766: * src/classes/math.C: vs2003 compatibility + warning war
1767:
1768: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1769: libxml2-2.9.9 (related to feature #1136)
1770:
1771: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1772: typecast for more compatibility (related to feature #1136)
1773:
1774: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1775: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1776: feature #1136)
1777:
1778: 2019-11-26 moko
1779:
1780: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1781: removed (it was failing in $$var case), condition added
1782:
1.126 moko 1783: 2019-11-25 moko
1784:
1785: * tests/: 397.html, 399.html, results/141.processed,
1786: results/399.processed: base64 options tested
1787:
1788: * src/: classes/math.C, main/pa_http.C: base64 options used
1789:
1790: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1791: implemented (feature #986)
1792:
1793: * src/main/pa_cache_managers.C: whitespace
1794:
1795: * tests/: 397.html, 399.html, results/399.processed: tests for
1796: ^base64 encode options added (related to feature #986)
1797:
1798: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1799: pa_base64_encode(file) removed - more memory, but faster and less
1800: code (related fo feature #986)
1801:
1802: 2019-11-24 moko
1803:
1804: * tests/: 155.html, results/155.processed: limit and offset in
1805: ^table::load[] now supported, thus test added
1806:
1807: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1808: main/pa_common.C: optimization: offset and limit options parsing
1809: moved inside file_load.
1810:
1811: 2019-11-23 moko
1812:
1813: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1814: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1815: optimization: file_read replaced with simplified file_read_binary
1816:
1817: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1818: types/pa_vform.C: whitespace
1819:
1820: * src/: include/pa_common.h, main/pa_common.C: never used params
1821: removed
1822:
1823: 2019-11-21 moko
1824:
1825: * tests/: 193.html, results/193.processed, results/389.processed:
1826: test results updated as now base64 does not discard tail without
1827: padding (related to feature #986)
1828:
1829: 2019-11-20 moko
1830:
1831: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1832: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1833: pa_base64_decode (related to feature #986)
1834:
1835: * tests/398.html: tests for base64 decode added (related to feature
1836: #986)
1837:
1838: * src/main/pa_base64.C: base64_decode rewritten - padding option
1839: support, padding inside base 64 supported (related to feature
1840: #096)
1841:
1842: 2019-11-19 moko
1843:
1844: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1845: FreeBSD 12
1846:
1.125 moko 1847: 2019-11-16 moko
1848:
1849: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1850: support added, step support removed (related to #986)
1851:
1852: 2019-11-15 moko
1853:
1854: * src/classes/math.C: using log since log2 is not present on
1855: FreeBSD < 8.4 (related to feature #1177)
1856:
1857: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1858: pa_base64_size extracted and used for files as well (related to
1859: feature 986)
1860:
1861: 2019-11-14 moko
1862:
1863: * tests/: 397.html, results/397.processed: + content check
1864:
1865: * tests/: 141.html, results/141.processed: make test resuls more
1866: readable
1867:
1868: * tests/: 397.html, results/193.processed, results/397.processed:
1869: test results updated after \x00 character was disabled in
1870: math:convert string mode (related to feature #1177)
1871:
1872: * src/classes/: math.C, string.C: \\x00 character disabled while
1873: converting to string (as in base64, related to feature #1177)
1874:
1875: * src/classes/file.C: more correct arguments separation
1876:
1877: * src/: classes/file.C, classes/math.C, classes/string.C,
1878: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1879: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1880: options added, but not yet implemented (related to feature #986)
1881:
1882: * src/classes/math.C: whitespace
1883:
1884: 2019-11-13 moko
1885:
1886: * tests/: 397.html, results/397.processed: +tainting test (related
1887: to feature #1177)
1888:
1889: * src/classes/math.C: as we now produce not only digits, result
1890: should be tainted (related to feature #1177)
1891:
1892: * src/main/pa_base64.C: whitespace
1893:
1894: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1895: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1896: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1897: implementation moved from pa_common.h and pa_common.C
1898:
1899: 2019-11-12 moko
1900:
1901: * tests/: 275.html, results/275.processed: out of range test fixed,
1902: as ^math:convert now supports arbitrary precision
1903:
1904: 2019-11-11 moko
1905:
1906: * tests/results/389.processed: uctualized error message
1907:
1908: * tests/: 389.html, 397.html, results/397.processed: tests for
1909: ^math:convert added (related to feature #1177)
1910:
1911: * src/classes/math.C: ^math:convert now supports arbitrary
1912: precision, alphabet support added (implements feature #1177)
1913:
1.124 moko 1914: 2019-11-06 moko
1915:
1916: * tests/: 181.html, results/181.processed: entities usage added,
1917: more entites load tests (related to bug #842 discussion)
1918:
1919: 2019-11-05 moko
1920:
1921: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1922: call from xmlFileOpen if http://localhost/<file> was not found
1923: (related to bug #842)
1924:
1925: * src/main/pa_xml_io.C: rename
1926:
1927: * src/main/pa_xml_io.C: +MemoryStream constructor
1928:
1929: * src/main/pa_xml_io.C: whitespace
1930:
1.123 moko 1931: 2019-10-31 moko
1932:
1933: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1934: XML_PARSE_NOENT) added to fix entities load, (related to feature
1935: #1181)
1936:
1.122 moko 1937: 2019-10-25 moko
1938:
1939: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1940: queries tests
1941:
1942: 2019-10-24 moko
1943:
1944: * tests/: 388-sql.html, results/388-sql.processed: support for
1945: pgsql driver test
1946:
1947: * tests/: 388-sql.html, results/388-sql.processed:
1948: multi_statements=1 now tested, mysql test now supported
1949: (connection must be specified in [parser3] section in .my.cnf)
1950: related to issues #1195 and #1194
1951:
1.121 moko 1952: 2019-09-11 moko
1953:
1954: * src/classes/int.C: whitespace
1955:
1956: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1957: exception test
1958:
1959: * tests/results/388-sql.processed: sql queries now shown (related
1960: to feature #1196)
1961:
1962: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1963: with old parser versions.
1964:
1965: * src/: classes/file.C, classes/hash.C, classes/string.C,
1966: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1967: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1968: instead of connect string in query_event_handlers exceptions
1969: (implements feature #1196)
1970:
1.120 moko 1971: 2019-09-06 moko
1972:
1973: * tests/388-sql.html: mysql compat
1974:
1975: * src/: classes/hash.C, classes/string.C, classes/table.C,
1976: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1977: sql_ variables declaration moved to pa_common.h
1978:
1.116 moko 1979: 2019-01-15 moko
1980:
1981: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1982: logically sorted
1983:
1984: 2018-12-27 moko
1985:
1986: * src/include/pa_config_includes.h: warning war:
1987: -Wdeprecated-register added for C++ 17
1988:
1989: 2018-10-15 moko
1990:
1991: * configure.ac: FreeBSD 11.2 can be build with ./configure
1992: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1993: --with-xml=/usr/local/
1994:
1995: 2018-09-24 moko
1996:
1997: * tests/: 396.html, 396.tiff, results/396.processed: test for
1998: ^image::measure[] now supports tiff added (related to feature
1999: #1188)
2000:
2001: * src/classes/image.C: ^image::measure[] now supports tiff
2002: (implements feature #1188)
2003:
2004: 2018-09-20 moko
2005:
2006: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2007: files measure added (related to ticket #1188)
2008:
2009: * src/classes/image.C: measure of bmp files implemented (related to
2010: ticket #1188)
2011:
2012: 2018-09-18 moko
2013:
2014: * tests/: 394-curl.html, results/394-curl.processed,
2015: results/auto.p: test for bug #1187 (max_file_size check for head
2016: requests) added
2017:
2018: 2018-08-24 moko
2019:
2020: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2021: response content-length check is required (fixes bug #1187)
2022:
2023: 2018-05-11 moko
2024:
2025: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2026: $.append(bool) ] option added (related to feature #919)
2027:
2028: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2029: from misha@ patch (implements feature #919)
2030:
2031: 2018-03-22 moko
2032:
2033: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2034: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2035: with 128kb buffer. Now works at least 12 times faster. :) May be
2036: Windows-only problem.
2037:
2038: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2039: build fix)
2040:
2041: 2018-02-03 moko
2042:
2043: * src/main/execute.C: removes irrelevant lines from exception stack
2044: trace when exceptions occurs in assigment (fixes bug #1165)
2045:
2046: * tests/: 393.html, results/393.processed: test for behavour after
2047: "Property can not be created, already exists field with that
2048: name" exception removed (related to feature #1183)
2049:
2050: * src/types/pa_vclass.C: "Property can not be created, already
2051: exists field with that name" exception removed (implements
2052: feature #1183)
2053:
2054: 2018-01-19 moko
2055:
2056: * src/classes/string.C: whitespace
2057:
2058: * src/classes/string.C: whitespace
2059:
2060: * tests/: 392.html, results/392.processed: test for
2061: ^regex::create[$regex] added (related to feature #1135)
2062:
2063: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2064: ^regex::create[$regex] added (implements feature #1135)
2065:
2066: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2067: commented define added (related to feature #1157)
2068:
2069: 2018-01-17 moko
2070:
2071: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2072:
2073: 2018-01-15 moko
2074:
2075: * tests/: 390.html, results/390.processed: real path replaced by
2076: stub
2077:
2078: * tests/: 391.html, results/391.processed: test for feature #1181
2079: (XML_PARSE_HUGE exception) added
2080:
2081: 2018-01-11 moko
2082:
2083: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2084: XML_PARSE_HUGE option passed by default (implements feature
2085: #1181)
2086:
2087: * src/classes/string.C: whitespace
2088:
2089: 2017-12-10 moko
2090:
2091: * tests/: 389.html, 390.html, results/389.processed,
2092: results/390.processed: image code coverage tests added (related
2093: to feature #1125)
2094:
2095: 2017-12-08 moko
2096:
2097: * tests/: 346-curl.html, 388-sql.html, 389.html,
2098: results/346-curl.processed, results/388-sql.processed,
2099: results/389.processed: more code coverage tests
2100:
2101: * tests/: 264.html, results/264.processed: code coverage for
2102: ^file::exec[]
2103:
2104: 2017-12-07 moko
2105:
2106: * tests/: 174.html, 388-sql.html, 389.html,
2107: results/388-sql.processed, results/389.processed,
2108: results/174.processed: more coverage tests
2109:
2110: * src/classes/math.C: exception text actualized
2111:
2112: 2017-12-06 moko
2113:
2114: * tests/388-sql.html: $SQL can be here
2115:
2116: * tests/results/auto.p: $SQL not required here
2117:
2118: * tests/: 388-sql.html, 389.html, Makefile,
2119: results/388-sql.processed, results/389.processed, results/auto.p:
2120: code coverage tests for sql (using sqlite) and int/double/bool
2121: added (related to feature #1125)
2122:
2123: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2124: lib/json/json.vcproj, lib/md5/md5.vcproj,
2125: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2126: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2127: targets/apache/ApacheModuleParser3Core.vcproj,
2128: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2129: types/types.vcproj: gc\include no longer required
2130:
2131: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2132: required
2133:
2134: * src/: classes/Makefile.am, classes/table.C,
2135: include/pa_config_includes.h, include/pa_string.h,
2136: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2137: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2138: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2139: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2140: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2141: used, we now include it directly
2142:
2143: 2017-12-04 moko
2144:
2145: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2146: memcached/memcached.vcproj, punycode/punycode.vcproj,
2147: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2148: where required
2149:
2150: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2151: now can be used to trace memory allocations
2152:
2153: * src/: classes/table.C, include/pa_config_includes.h,
2154: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2155: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2156: method removes, libcord also can work without libgc
2157:
2158: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2159:
2160: 2017-11-29 moko
2161:
2162: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2163: are not present (related to feature #1173)
2164:
2165: * tests/346-curl.html: test updated to test curl content-length bug
2166: (related to feature #1173)
2167:
2168: * tests/results/346-curl.processed: more test for content-length
2169: curl bug (related to feature #1173)
2170:
2171: * tests/results/346-curl.processed: test results updated after
2172: #1173 implemented
2173:
2174: 2017-11-28 moko
2175:
2176: * src/classes/curl.C: another libcurl Content-length bug walkaround
2177: (related to feature #1173)
2178:
2179: 2017-11-27 moko
2180:
2181: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2182: $.http_version[version string] added (implements feature #1173),
2183: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2184: where $post(true) bug existed.
2185:
2186: 2017-11-18 moko
2187:
2188: * src/include/pa_memory.h: warning war (related to feature #1170)
2189:
2190: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2191: feature #1170)
2192:
2193: 2017-11-17 moko
2194:
2195: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2196: std::basic_stringstream used in ^table.csv-string[] is compatible
2197: with delete usage check only under Debian 9 (related to feature
2198: #1170)
2199:
2200: 2017-11-16 moko
2201:
2202: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2203: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2204: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2205: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2206: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2207: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2208: stubs defend from accidental use (implements feature #1170)
2209:
2210: 2017-06-24 moko
2211:
2212: * configure.ac: minor fix: thanks to alx@
2213:
1.115 moko 2214: 2017-05-29 moko
2215:
2216: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2217: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2218: added to avoid cutting of UTF-8 chars (fixed bug #123)
2219:
2220: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2221: ignored, =?UTF-8?Q?= should start in case of leading space
2222: (related to bug #123)
2223:
2224: * buildall: echo -n -> printf for OS X. :)
2225:
2226: 2017-05-25 moko
2227:
2228: * tests/: 288.html, results/288.processed: test updated afted
2229: setting $o.prop without setter exception removed (related to
2230: feature #1157)
2231:
2232: * src/types/pa_vclass.C: no more "this property has no setter
2233: method" when setting $o.prop without setter (implements feature
2234: #1157)
2235:
2236: * buildall: echo \c -> echo -n for FreeBSD
2237:
2238: * configure, configure.ac, src/include/pa_config_auto.h.in,
2239: src/types/pa_vdouble.h: isfinite now checked in configure
2240:
2241: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2242: upgraded to automake 1.15
2243:
2244: 2017-05-23 moko
2245:
2246: * src/types/pa_vdouble.h: finite returned where isfinite not
2247: defined
2248:
2249: 2017-05-22 moko
2250:
2251: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2252:
2253: * buildall: extern CFLAGS setting support
2254:
2255: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2256:
2257: * buildall: http -> https
2258:
2259: * buildall: gc-7.2f -> gc-7.6.0
2260:
2261: 2017-05-20 moko
2262:
2263: * buildall: https, pcre, xml, xslt updated to current versions
2264: (related to feature #1136)
2265:
2266: 2017-05-19 moko
2267:
2268: * tests/097.html: after parser.ru moved to https
2269:
2270: 2017-05-17 moko
2271:
2272: * tests/results/: 175.processed, 372.processed: tests resuls
2273: updated after lintian spelling typos fixed (related to bug #1156)
2274:
2275: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2276: classes/string.C, classes/table.C, main/pa_charset.C,
2277: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2278: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2279: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2280:
2281: * tests/results/096.processed: +XMP
2282:
2283: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2284: $.xmp(true) options tested (test for feature #1154)
2285:
2286: * src/classes/image.C: ^image:measure[] options $.exif(false)
2287: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2288: fetched by default! (implements feature #1154)
2289:
2290: 2017-05-16 moko
2291:
2292: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2293: allowed (related to feature #1154)
2294:
2295: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2296: initial XMP implementation - without options and transcode
2297: (related to feature #1154)
2298:
2299: 2017-05-12 moko
2300:
2301: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2302: image: exif moved to ffields, skipped in ^image.html[] where
2303: iterators now used (preparation for feature #1154)
2304:
2305: 2017-05-05 moko
2306:
2307: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2308: results/387.processed: test for circular class inheritance check
2309: added (related to bug #1150)
2310:
2311: * src/types/pa_vstateless_class.C: circular class inheritance check
2312: added (fixes endless add_derived bug #1150)
2313:
2314: 2017-05-04 moko
2315:
2316: * tests/: 386.html, results/386.processed: test for
2317: $table.value(number) added (related to feature #1152)
2318:
2319: * src/types/pa_vtable.C: table put_element: column value must be
2320: string - > column value must be string compatible to allow
2321: $t.value(1) (implements feature #1152)
2322:
2323: 2017-05-03 moko
2324:
2325: * src/main/pa_request.C: $use[$method] is not possible, reverting
2326: (related to feature #1151)
2327:
2328: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2329: not possible, removing test (related to feature #1151)
2330:
2331: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2332: get_element_method added and used to allow $use[$method] and
2333: $autouse[$method] (implements feature 1151)
2334:
2335: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2336: variable added (related to feature #1151)
2337:
2338: * tests/results/226.processed: actualized after ^try-catch used
2339:
2340: * tests/: 226.html, 385.html, results/385.processed: test for
2341: @autouse in variable added
2342:
2343: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2344:
1.114 moko 2345: 2017-02-27 moko
2346:
2347: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2348:
1.113 moko 2349: 2017-02-20 moko
2350:
2351: * operators.txt: actualization + beauty
2352:
2353: 2017-02-16 moko
2354:
2355: * tests/: 384.html, results/384.processed: test for
2356: ^reflection:mixin[; $.name[] ] option added (related to feature
2357: #1089)
2358:
2359: * tests/: 384.html, results/384.processed: test for
2360: ^reflection:mixin[] added (related to feature #1089)
2361:
2362: * src/types/pa_value.h: warning war: virtual ~Value() added
2363:
1.112 moko 2364: 2017-02-15 moko
2365:
2366: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2367: fixed
2368:
2369: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2370: test added (related to feature #1069)
2371:
2372: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2373: compilation without HASH_ORDER fixed
2374:
2375: * src/: classes/reflection.C, include/pa_hash.h:
2376: $.reverse(true/false) added to ^reflection:methods[] (related to
2377: feature #1069)
2378:
2379: 2017-02-14 moko
2380:
2381: * tests/: 152.html, results/152.processed: test for $._default hash
2382: added (related to bug #1131)
2383:
2384: * tests/: 277.html, results/277.processed: test for hash with only
2385: $._default is now defined (related to bug #1131)
2386:
2387: * src/types/pa_vhash.h: hash with only $._default is now defined
2388: (fixed bug #1131)
2389:
2390: 2017-02-13 moko
2391:
2392: * tests/cat-windows.sh: cat-windows added (cygwin required)
2393:
2394: * tests/: 171.html, 264.html, 286.html, 370.html,
2395: results/320.processed, results/375.processed, results/auto.p:
2396: cat-windows.sh support added
2397:
2398: * tests/375.html: Windows support
2399:
2400: * tests/270.html: documented
2401:
2402: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2403: (not backslashes) even under Windows (broke test 270)
2404:
2405: 2017-02-12 moko
2406:
2407: * tests/: descript.ion, todo.txt: cleanup
2408:
2409: 2017-02-09 moko
2410:
2411: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2412: run_tests.cmd: Windows compatibility
2413:
2414: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2415: incorrectly (GMT) if parser is called from cygwin
2416:
1.111 moko 2417: 2017-02-08 moko
2418:
1.112 moko 2419: * operators.txt: actualization 15% completed
2420:
2421: * operators.txt: cp1251 -> utf-8
2422:
2423: * NEWS, README: minor update
2424:
2425: * src/include/pa_config_includes.h: warning war continues
2426:
2427: * src/: include/pa_config_includes.h, include/pa_memory.h,
2428: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2429: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2430: gcc 6.x issues fixed
2431:
1.111 moko 2432: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2433: classes/classes.h, classes/curl.C, classes/date.C,
2434: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2435: classes/hashfile.C, classes/image.C, classes/inet.C,
2436: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2437: classes/memcached.C, classes/memory.C, classes/op.C,
2438: classes/reflection.C, classes/regex.C, classes/response.C,
2439: classes/string.C, classes/table.C, classes/void.C,
2440: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2441: include/pa_array.h, include/pa_cache_managers.h,
2442: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2443: include/pa_config_fixed.h, include/pa_config_includes.h,
2444: include/pa_dictionary.h, include/pa_dir.h,
2445: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2446: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2447: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2448: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2449: include/pa_request_charsets.h, include/pa_request_info.h,
2450: include/pa_sapi.h, include/pa_socks.h,
2451: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2452: include/pa_stack.h, include/pa_string.h,
2453: include/pa_stylesheet_connection.h,
2454: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2455: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2456: include/pa_uue.h, include/pa_xml_exception.h,
2457: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2458: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2459: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2460: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2461: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2462: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2463: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2464: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2465: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2466: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2467: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2468: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2469: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2470: main/pa_string.C, main/pa_stylesheet_connection.C,
2471: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2472: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2473: main/untaint.C, sql/pa_sql_driver.h,
2474: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2475: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2476: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2477: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2478: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2479: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2480: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2481: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2482: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2483: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2484: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2485: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2486: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2487: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2488: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2489: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2490: types/pa_vmemcached.h, types/pa_vmemory.h,
2491: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2492: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2493: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2494: types/pa_vresponse.C, types/pa_vresponse.h,
2495: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2496: types/pa_vstateless_object.h, types/pa_vstatus.C,
2497: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2498: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2499: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2500: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2501: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2502: 2015->2017
2503:
1.110 moko 2504: 2017-02-07 moko
2505:
2506: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2507:
2508: 2017-02-06 moko
2509:
2510: * src/main/pa_common.C: minor fixes, whitespace
2511:
2512: * src/: classes/curl.C, classes/file.C, classes/image.C,
2513: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2514: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2515: now used (implements feature #1081)
2516:
2517: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2518:
2519: 2017-02-01 moko
2520:
2521: * src/include/pa_request.h: cleanup
2522:
2523: 2017-01-30 moko
2524:
2525: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2526:
2527: 2017-01-29 moko
2528:
2529: * tests/: 383.html, results/383.processed: test for
2530: ^reflection:stack[] added (related to feature #1052)
2531:
2532: * src/classes/reflection.C: else added
2533:
2534: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2535: $.max_file_lock_wait added (implements feature #1128)
2536:
2537: 2017-01-28 moko
2538:
2539: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2540: body and other cases tests added (related to featue #1014)
2541:
2542: * src/classes/curl.C: bug if response is empty fixed (related to
2543: feature #1014)
2544:
2545: 2017-01-27 moko
2546:
2547: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2548: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2549: added (implements feature #1052)
2550:
2551: 2017-01-25 moko
2552:
2553: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2554: method test added
2555:
2556: 2017-01-23 moko
2557:
2558: * src/classes/reflection.C: optimization: options->get replaced by
2559: hash iterator
2560:
2561: * tests/: 381.html, results/381.processed: now -> fixed date
2562:
2563: * src/main/pa_request.C: warning war
2564:
2565: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2566: 5Mb (fixes bug #1058)
2567:
2568: * src/classes/curl.C: warning war
2569:
2570: * tests/: 381.html, results/381.processed: tests for ^json:string
2571: $.one-line(true) option added (related to feature #1124)
2572:
2573: * src/: classes/json.C, types/pa_value.h: $json-string
2574: $.one-line(true|false) options is now supported (implements
2575: feature #1124)
2576:
2577: * tests/: 380.html, results/380.processed: test for modified
2578: $.max_file_size added (related to bug #1014)
2579:
2580: * tests/: 379.html, results/auto.p: tests for rewritten http file
2581: load added (related to bug #1014)
2582:
2583: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2584: main/pa_common.C, main/pa_http.C: check_file_size added and used
2585: in curl / file load from disk and http, http file load rewritten
2586: (related to bug #1014)
2587:
2588: 2017-01-18 moko
2589:
2590: * tests/: 378.html, results/378.processed: tests for ^result[]
2591: added (related to feature #66)
2592:
2593: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2594: Method::CO_WITHOUT_FRAME as frame still added in expression
2595: (related to feature #66)
2596:
2597: 2017-01-17 moko
2598:
2599: * tests/: 377.html, results/377.processed: test for different
2600: combinations of breaks in body and delimiter (related to bug
2601: #1077)
2602:
2603: * tests/: 376.html, results/376.processed: many ^break[] tests
2604: added (related to bug #1077)
2605:
2606: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2607: passed to native method" exception added to avoid bugs due to
2608: WRITE_EXPR_RESULT skipped and native methods execution continues
2609: after ^break[] (related to bug #1077)
2610:
2611: 2017-01-14 moko
2612:
2613: * tests/: 330.html, results/330.processed: test results updated
2614: after ^break[] bugs where fixed (related to bug #1077)
2615:
2616: * tests/: 329.html, results/329.processed: test results updated
2617: after ^break[] bugs where fixed (related to bug #1077)
2618:
2619: * tests/results/320.processed: ^return[] added
2620:
2621: 2017-01-13 moko
2622:
2623: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2624: classes/table.C, include/pa_request.h, main/execute.C,
2625: main/pa_request.C, targets/cgi/parser3.C,
2626: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2627: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2628: checked after each possible process/execute call (fixes bug
2629: #1077)
2630:
2631: 2016-12-29 moko
2632:
2633: * src/main/pa_common.C: warning war
2634:
2635: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2636: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2637: pa_file_size_limit added, ^math:random fixed for upper limit and
2638: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2639: (related to feature #1014)
2640:
2641: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2642: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2643: (related to feature #1014)
2644:
2645: 2016-12-28 moko
2646:
2647: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2648: warning war
2649:
2650: 2016-12-26 moko
2651:
2652: * tests/: 341.html, results/341.processed: test for
2653: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2654:
2655: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2656: (related to feature #1057)
2657:
2658: * src/types/pa_vdate.C: warning war continues...
2659:
2660: * src/: classes/date.C, classes/image.C, classes/table.C,
2661: include/pa_config_includes.h, types/pa_vfile.C: warning war
2662:
2663: * src/lib/gd/gifio.C: warning war / cleanup
2664:
2665: * src/lib/json/pa_json.C: warning war
2666:
2667: * src/classes/hash.C: warning war
2668:
2669: * src/types/pa_vfile.C: warning war
2670:
2671: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2672: -Wall warning war continues
2673:
2674: * configure.ac: --with-build-warnings actualized
2675:
2676: 2016-12-25 moko
2677:
2678: * src/main/pa_exec.C: -wAll warning war
2679:
2680: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2681: -wAll warning war
2682:
2683: * src/: include/pa_common.h, include/pa_sapi.h,
2684: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2685: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2686: -wAll warning war
2687:
2688: 2016-12-23 moko
2689:
2690: * src/lib/ltdl/Makefile.am: extra dist added
2691:
2692: * tests/results/344.processed: test result updated after $file.text
2693: prefetched in ^hash::create[$file] (related to feature #1075)
2694:
2695: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2696: ^hash::create[$file] (related to feature #1075)
2697:
2698: 2016-12-22 moko
2699:
2700: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2701: main/pa_request.C, main/pa_stylesheet_connection.C,
2702: types/pa_vfile.C: file_stat now return 64-bit size (implements
2703: #1014 under 32-bit unix versions)
2704:
2705: 2016-12-21 moko
2706:
2707: * tests/: 375.html, results/375.processed: test for exec returning
2708: stated file added (related to feature #1119)
2709:
2710: * src/classes/file.C: load should not return file with null body
2711: (fixes bug #1119)
2712:
2713: 2016-12-14 moko
2714:
2715: * tests/: 374.html, results/374.processed: test for $method.name
2716: added (related to feature #1117) plus method returning junction
2717: test
2718:
2719: 2016-12-13 moko
2720:
2721: * src/: include/pa_symbols.h, main/pa_symbols.C,
2722: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2723: (implements feature #1117)
2724:
2725: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2726: HEAD and TRACE can't have body (implements feature #1116)
2727:
2728: 2016-12-09 moko
2729:
2730: * tests/: 373.html, results/373.processed: tests for
2731: ^reflection:tainting added (related to feature #1098)
2732:
2733: * src/classes/reflection.C: ^reflection:tainting arguments order
2734: change (related to feature #1098)
2735:
2736: 2016-12-06 moko
2737:
2738: * src/: classes/reflection.C, include/pa_string.h,
2739: main/pa_string.C: ^reflection:tainting[$string] added (implements
2740: feature #1098)
2741:
2742: 2016-12-05 moko
2743:
2744: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2745: (fixes bug #1114)
2746:
2747: 2016-12-04 moko
2748:
2749: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2750: check added
2751:
2752: 2016-12-03 moko
2753:
2754: * tests/: 346-curl.html, results/346-curl.processed: test modified
2755: to test value.as_hash() usage
2756:
2757: * src/classes/curl.C: value.as_hash() used for correct hash
2758: processing
2759:
2760: * src/classes/reflection.C: exceptions texts fixes
2761:
2762: 2016-12-02 moko
2763:
2764: * tests/: 372.html, results/372.processed: tests for
2765: ^reflection:create[ $.class[name] $.constructor[name]
2766: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2767: feature #1094)
2768:
2769: * src/types/pa_vmethod_frame.h: comment added: params should be
2770: declared outside of *_FRAME_ACTION as MethodParams destructor
2771: will be called in ~VNativeMethodFrame
2772:
2773: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2774: ] minor fix
2775:
2776: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2777: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2778: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2779: now supported (implements feature #1094) value::as_hash added
2780: (and should be used everywhere)
2781:
2782: * src/classes/reflection.C: cleanup
2783:
2784: 2016-12-01 moko
2785:
2786: * tests/: 356.html, results/356.processed: test for method
2787: junctions class name added to the resulting hash added (related
2788: to feature #1068)
2789:
2790: * src/classes/reflection.C: for method junctions class name added
2791: to the resulting hash (related to feature #1068)
2792:
2793: 2016-11-30 moko
2794:
2795: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2796: exception (related to bug #1113)
2797:
2798: * src/types/pa_vhashfile.C: whitespace
2799:
2800: * src/main/pa_os.C: errno now returned as it should (fixes bug
2801: #1113)
2802:
2803: * tests/results/: 175.processed, 192.processed, 224.processed,
2804: 229.processed, 239.processed, 244.processed, 246.processed,
2805: 314.processed, 352.processed: tests results updated after method
2806: call exceptions improved as method now keeps its name
2807:
2808: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2809: types/pa_vmethod_frame.h: method call exceptions improved as
2810: method now keeps its name
2811:
2812: * tests/: 224.html, 239.html, results/224.processed,
2813: results/239.processed: tests and tests results updated after
2814: Request::construct exception changed
2815:
2816: * src/: classes/reflection.C, main/execute.C: Request::construct
2817: exception optimized
2818:
2819: * tests/: 371.html, results/371.processed: test for
2820: WWrapper.get_element call in $.name.key[value] code added
2821: (related to feature #1091)
2822:
2823: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2824: in $.name.key[value] code (related to feature #1091)
2825:
2826: 2016-11-29 moko
2827:
2828: * src/classes/op.C: VS warning war
2829:
2830: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2831: C4239: nonstandard extension used : 'return' : conversion from
2832: 'Value' to 'Value &' (related to feature #1020)
2833:
2834: * src/: main/execute.C, types/pa_vmethod_frame.h,
2835: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2836: used : 'return' : conversion from 'Value' to 'Value &' (related
2837: to feature #1020)
2838:
2839: * src/main/execute.C: VS warning war
2840:
2841: * src/targets/cgi/parser3.C: VS compatibility fix
2842:
2843: * src/include/pa_request.h: VS warning war
2844:
2845: * tests/: 370.html, results/370.processed: test for ^file::exec[
2846: ... $.stdin[$binary_file] ] added (related to bug #1044)
2847:
2848: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2849: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2850: $.stdin[$binary_file] (fixes bug #1044)
2851:
2852: 2016-11-28 moko
2853:
2854: * src/main/pa_exec.C: whitespace
2855:
2856: * src/main/pa_request.C: whitespace
2857:
2858: * tests/: 369.html, results/369.processed: test for
2859: $response:status usage added (related to feature #1099)
2860:
2861: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2862: if < 100 (implements feature #1099)
2863:
2864: * src/targets/cgi/parser3.C: whitespace
2865:
2866: * src/targets/cgi/parser3.C: whitespace
2867:
2868: * tests/: 368.html, results/368.processed: test updated after
2869: ^reflection:filename[$method] added (related to feature #1053)
2870:
2871: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2872: main/compile.y, main/execute.C, main/pa_request.C,
2873: types/pa_vclass.h: filename -> filespec,
2874: ^reflection:filename[$method] added (related to feature #1053)
2875:
2876: 2016-11-27 moko
2877:
2878: * tests/: 368.html, results/368.processed: test for
2879: reflection:filename[$class or object] added (related to feature
2880: #1053)
2881:
2882: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2883: types/pa_vstateless_class.h: ^reflection:filename[$class or
2884: object] added (implements feature #1053)
2885:
2886: 2016-11-26 moko
2887:
2888: * src/: include/pa_request_info.h,
2889: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2890: remove_absolute_uri -> strip_absolute_uri
2891:
2892: 2016-11-25 moko
2893:
2894: * src/: include/pa_request_info.h,
2895: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2896: request_info.remove_absolute_uri added to remove possible
2897: http://site.name/ from $request:uri (implements feature #1112)
2898:
2899: 2016-11-24 moko
2900:
2901: * tests/: 367-curl.html, results/367-curl.processed: test for
2902: previous request headers clearing after redirect added (related
2903: to bug #1109)
2904:
2905: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2906: response headers from previous requests are now cleared, only
2907: last request headers are collected (fixes bug #1109)
2908:
2909: * tests/results/: 266.processed, 321.processed, 356.processed:
2910: tests results updated as method name now added to the resulting
2911: hash for new syntax only (Imp1 compatimility fixed, related to
2912: feature #1068)
2913:
2914: * src/classes/reflection.C: method name now added to the resulting
2915: hash for new syntax only (Imp1 compatimility fixed, related to
2916: feature #1068)
2917:
2918: * tests/results/366.processed: test for native and parser
2919: implementation of ^use[] logic (related to feature #1074)
2920:
2921: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2922: for native and parser implementation of ^use[] logic (related to
2923: feature #1074)
2924:
2925: 2016-11-23 moko
2926:
2927: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2928: main/pa_request.C: @USE file now implemented as ^use[file;
2929: $.origin[origin_file] ] (implements feature #1074)
2930:
1.109 moko 2931: 2016-11-21 moko
2932:
1.110 moko 2933: * tests/: 365.html, results/365.processed: test for $caller bugs in
2934: 3.4.4 and $caller.method now tested (related to feature #1110)
2935:
2936: * tests/: 364.html, results/364.processed: $caller usage in
2937: different contexts now tested (related to feature #1110)
2938:
2939: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2940:
2941: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2942:
1.109 moko 2943: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2944: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2945: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2946: used (implements feature #1110)
2947:
2948: 2016-11-20 moko
2949:
2950: * src/types/pa_vdouble.h: whitespace
2951:
2952: 2016-11-11 moko
2953:
2954: * tests/: 363.html, results/363.processed: more tests for feature
2955: #1091 (how parser methods work in expression context)
2956:
2957: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2958: expressions strings are now written as strings, not values by
2959: write_as_string (related to feature #1091)
2960:
2961: * src/classes/op.C: to make more correct behavour in expression
2962: context
2963:
2964: 2016-11-07 moko
2965:
2966: * tests/: 362.html, results/362.processed: test for
2967: xsltParseStylesheetDoc caching as xsl modification after it added
2968: (related to bug #1108)
2969:
2970: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2971: result now cached as xdoc is modified after it (fixes bug #1108)
2972:
2973: 2016-11-06 moko
2974:
2975: * src/types/pa_vxdoc.h: whitespace
2976:
2977: 2016-11-05 moko
2978:
2979: * src/types/pa_vmethod_frame.h: cleanup
2980:
2981: 2016-11-03 moko
2982:
2983: * tests/results/244.processed: more correct exception after method
2984: frames separation
2985:
2986: * src/types/pa_vmethod_frame.h: minor optimizaion
2987:
2988: * src/types/pa_method.h: optimization: params_count added
2989:
2990: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2991: include/pa_request.h, main/execute.C, main/pa_request.C,
2992: types/pa_value.C, types/pa_vmethod_frame.C,
2993: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2994: VMethodFrame now divided into VNativeMethodFrame,
2995: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2996: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2997: and used (related to feature #1104)
2998:
2999: 2016-11-02 moko
3000:
3001: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3002: classes/double.C, classes/file.C, classes/hash.C,
3003: classes/hashfile.C, classes/image.C, classes/inet.C,
3004: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3005: classes/memcached.C, classes/op.C, classes/reflection.C,
3006: classes/regex.C, classes/string.C, classes/table.C,
3007: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3008: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3009: r.write (implements feature #1091)
3010:
3011: * src/main/execute.C: cleanup (related to feature #1104)
3012:
3013: * src/: include/pa_request.h, main/execute.C,
3014: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3015: added, in_expression removed (implements feature #1104)
3016:
3017: 2016-10-31 moko
3018:
3019: * src/types/pa_value.C: whitespace
3020:
3021: 2016-10-28 moko
3022:
3023: * tests/results/244.processed: updated after error reporting fixed
3024: in pa_wcontext.C
3025:
3026: * src/types/pa_wcontext.C: error reporting fixed
3027:
3028: * src/types/pa_wcontext.h: whitespace
3029:
3030: * src/classes/image.C: not fully readed entries are no longer
3031: processed (fixes bug #1106)
3032:
3033: 2016-10-26 moko
3034:
3035: * src/classes/image.C: whitespace
3036:
3037: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3038: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3039: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3040: longer required (related to feature #1091)
3041:
3042: * tests/results/: 264.processed, 350.processed: test results update
3043: reverted (whitespace optimization) after write_no_lang removed :)
3044: (related to feature #1091)
3045:
3046: * src/: classes/file.C, classes/hash.C, classes/op.C,
3047: classes/string.C, classes/table.C, classes/void.C,
3048: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3049: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3050: equal write_pass_lang (related to feature #1091)
3051:
3052: * tests/results/: 264.processed, 350.processed: test results
3053: updated (whitespace optimization) after write_assign_lang removed
3054: (related to feature #1091)
3055:
3056: * tests/: 361.html, results/361.processed: test for non-string
3057: ^untaint added (related to feature #1091)
3058:
3059: * src/: classes/curl.C, classes/date.C, classes/file.C,
3060: classes/hash.C, classes/op.C, classes/string.C,
3061: include/pa_request.h, main/execute.C: optimization:
3062: write_assign_lang removed as not required (first part of feature
3063: #1091 implementation)
3064:
1.108 moko 3065: 2016-10-12 moko
3066:
3067: * tests/: 360.html, results/360.processed: more test code (related
3068: to feature #1104)
3069:
3070: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3071: include/pa_request.h, main/compile.y, main/execute.C: opcode
3072: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3073: WContext is next task (implements feature #1104)
3074:
3075: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3076: / CO_WITHOUT_WCONTEXT
3077:
3078: * tests/: 360.html, results/360.processed: test for in expression
3079: state (related to feature #1104)
3080:
3081: 2016-10-11 moko
3082:
3083: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3084:
3085: * src/classes/op.C: default value removed from initializer
3086:
3087: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3088:
3089: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3090:
3091: 2016-10-10 moko
3092:
3093: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3094: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3095: to feature #42)
3096:
3097: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3098: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3099:
3100: 2016-10-08 moko
3101:
3102: * src/classes/double.C: whitespace
3103:
3104: 2016-10-07 moko
3105:
3106: * src/types/pa_vmethod_frame.h: reorder
3107:
3108: 2016-10-06 moko
3109:
3110: * src/classes/date.C: typo
3111:
3112: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3113:
3114: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3115: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3116: types/pa_vmethod_frame.h: params.get now returns Value&, not
3117: Value*
3118:
3119: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3120:
3121: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3122: removed; first as_* code rewrite
3123:
3124: 2016-10-05 moko
3125:
3126: * src/include/pa_request.h: whitespace
3127:
3128: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3129: intercept_string added (related to feature #1097)
3130:
3131: * src/: classes/image.C, classes/op.C, classes/table.C,
3132: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3133: optimization: intercept_string removed (implements feature #1097)
3134:
3135: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3136:
3137: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3138: from VCodeFrame and WWrapper as not required
3139:
3140: 2016-10-04 moko
3141:
3142: * src/: classes/curl.C, classes/date.C, classes/double.C,
3143: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3144: classes/int.C, classes/json.C, classes/op.C,
3145: classes/reflection.C, classes/string.C, classes/table.C,
3146: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3147: proces_to_value -> process after StringOrValue removed (related
3148: to feature #1020)
3149:
3150: * src/classes/form.C: whitespace
3151:
3152: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3153:
3154: * tests/: 357.html, 358.html, results/357.processed,
3155: results/358.processed, results/auto.p: test for @conf
3156: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3157:
3158: 2016-10-03 moko
3159:
3160: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3161: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3162: supported (implements feature #42)
3163:
3164: * src/types/pa_vregex.h: no reason for VRegex to be
3165: is_evaluated_expr
3166:
3167: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3168: (implements feature #1095)
3169:
3170: 2016-10-01 moko
3171:
3172: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3173: false by default (related to feature #1089)
3174:
3175: 2016-09-30 moko
3176:
3177: * src/types/pa_wcontext.h: cleanup
3178:
3179: 2016-09-29 moko
3180:
3181: * src/main/execute.C: whitespace
3182:
3183: * src/include/pa_request.h: whitespace
3184:
3185: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3186: classes/op.C, classes/table.C, include/pa_request.h,
3187: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3188: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3189: StringOrValue removed as it just slows down and adds complexity
3190: (implements feature #1020)
3191:
3192: 2016-09-28 moko
3193:
3194: * tests/: 356.html, results/266.processed, results/321.processed,
3195: results/356.processed: tests updated after name was added to
3196: method_info hash, test for ^reflection:method_info[junction]
3197: added (related to feature #1068)
3198:
3199: * src/classes/reflection.C: ^reflection:method_info[junction] now
3200: supported, method name added to the resulting hash (implements
3201: feature #1068)
3202:
3203: * tests/: 276.html, results/276.processed: more tests for
3204: ^reflection:delete[]
3205:
3206: * src/classes/reflection.C: fixed bug then ^reflection:delete
3207: didn't work on class and could damage native objects (like file)
3208:
3209: 2016-09-26 moko
3210:
3211: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3212: results/345.processed, results/346-curl.processed,
3213: results/347-curl.processed, results/348.processed: numbers added
3214: to simplify diff analysis
3215:
3216: * tests/: 352.html, results/352.processed: test result updated as
3217: method name used
3218:
3219: * src/classes/reflection.C: method name used
3220:
3221: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3222: its name
3223:
3224: * src/types/pa_method.h: whitespace
3225:
3226: * src/classes/reflection.C: both method and field with one name can
3227: exist.
3228:
3229: * src/classes/reflection.C: ^reflection:mixin added (implements
3230: feature #1089)
3231:
3232: * tests/: 355.html, results/355.processed: property appears in
3233: derived class if added in base test added
3234:
3235: * src/types/pa_vstateless_class.h: get_method declaration +
3236: whitespace
3237:
3238: * tests/: 354.html, results/354.processed: nice test from method
3239: and property with one name in class added
3240:
3241: 2016-09-23 moko
3242:
3243: * src/classes/reflection.C: ^reflection:method usage documented
3244:
3245: 2016-09-22 moko
3246:
3247: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3248: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3249: compile warning and GPF occures on VS2003 (related to feature
3250: #1087)
3251:
3252: * tests/: 350.html, results/350.processed: test added for
3253: $.encloser[] support in ^table::create (related to feature #11)
3254:
3255: * src/classes/table.C: another minor fix (related to feature #11)
3256:
1.107 moko 3257: 2016-09-21 moko
3258:
3259: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3260:
3261: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3262: classes/json.C, classes/string.C, classes/table.C,
3263: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3264: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3265: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3266: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3267: pa_charsets, vs2015 warning war
3268:
3269: * src/classes/table.C: vs2015 warning war
3270:
3271: * src/types/pa_vdate.C: vs2015 warning war
3272:
3273: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3274:
3275: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3276: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3277:
3278: * src/main/pa_common.C: vs2015 compilation fixes
3279:
3280: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3281: vs2015 compilation fixes
3282:
3283: * src/main/pa_charset.C: vs2015 warning war
3284:
3285: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3286:
3287: * src/main/pa_charset.C: vs2015 warning war
3288:
3289: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3290:
3291: * src/types/pa_vdate.C: vs2015 compilation fix
3292:
3293: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3294:
3295: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3296: VS2015 compilation fixes
3297:
3298: * src/classes/table.C: minor fix (related to feature #11)
3299:
3300: * tests/results/282.processed: no longer skipping extra enclosers
3301: (related to feature #11)
3302:
3303: * src/classes/table.C: minor fix + no longer skipping extra
3304: enclosers (related to feature #11)
3305:
3306: * src/classes/table.C: minor optimization (related to feature #11)
3307:
3308: * src/classes/table.C: minor fix and optimization (related to
3309: feature #11)
3310:
3311: 2016-09-20 moko
3312:
3313: * tests/: 353.html, results/353.processed: test for
3314: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3315: added (related to bug #1090)
3316:
3317: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3318: one_big_piece (fixes bug #1090)
3319:
3320: * tests/: 229.html, results/229.processed: code coverage tests
3321:
3322: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3323: body) was called
3324:
3325: * src/classes/op.C: whitespace
3326:
3327: * tests/: 323.html, results/323.processed: test for code junction
3328: should not be returned by ^reflection:class, ^reflection:base
3329:
3330: * src/classes/reflection.C: bugfix: code junction should not be
3331: returned by ^reflection:class, ^reflection:base
3332:
3333: * tests/: 323.html, 352.html, results/352.processed: no more
3334: exception for ^reflection:method[class;no-such-method] (related
3335: to feature #1087)
3336:
3337: * src/classes/reflection.C:
3338: ^reflection:method[class;no-such-method] : exception -> void
3339: (related to feature #1087)
3340:
3341: * src/include/pa_request.h: request::write_value added to allow
3342: write value without convertion (related to issue #1091)
3343:
3344: 2016-09-19 moko
3345:
3346: * src/main/pa_random.C: windows build fix
3347:
3348: * src/types/pa_vhash.h: warning war
3349:
3350: 2016-09-14 moko
3351:
3352: * tests/: 352.html, 552.html, results/352.processed,
3353: results/552.processed: test for ^reflection:method[] extension
3354: added (related to feature #1087)
3355:
3356: * tests/: 552.html, results/552.processed: test for
3357: ^reflection:method[] extension added (related to feature #1087)
3358:
3359: * src/classes/reflection.C: compatibility issue fixed, VClass
3360: dynamic_cast check added (related to feature #1087)
3361:
3362: * tests/: 351.html, results/351.processed: test for @auto[]
3363: inheritance bug diring ^process[] added (related to bug #1088)
3364:
3365: * src/: classes/op.C, main/pa_request.C,
3366: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3367: disable it inheritance during ^process (fixes bug #1088)
3368:
3369: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3370: added (implements feature #1087)
3371:
3372: 2016-09-13 moko
3373:
3374: * tests/: 349.html, results/auto.p: test for objects prototyping
3375: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3376: to feature #1086)
3377:
3378: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3379: types/pa_vobject.C: objects now are not class instances, but have
3380: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3381: in @conf (implements feature #1086)
3382:
3383: 2016-09-08 moko
3384:
3385: * src/: classes/file.C, classes/mail.C, classes/string.C,
3386: classes/table.C, main/pa_http.C, main/pa_string.C,
3387: include/pa_string.h: cleanup: string::split limit argument
3388: removed as no longer required, pos_after no longer reference
3389: (related to feature #11)
3390:
3391: * src/classes/table.C, tests/results/348.processed: now exception
3392: is rised when invalid option is passed to ^table::create[]
3393:
3394: * tests/: 282.cfg, 282.html, results/282.processed: more code
3395: coverage tests
3396:
3397: * tests/: 348.html, results/348.processed: code coverage tests
3398: added
3399:
3400: * tests/: 348.html, results/348.processed: generic ^table::create[]
3401: tests
3402:
3403: * tests/: 035.html, results/035.processed, results/272.processed:
3404: tests updated after $.encloser[] support for ^table::create
3405: implementation (related to feature #11)
3406:
3407: * src/classes/table.C: $.encloser[] support for ^table::create
3408: finally added (implements feature #11)
3409:
3410: 2016-09-07 moko
3411:
3412: * src/include/pa_string.h: added StringSplitHelper as friend
3413: (related to feature #11)
3414:
3415: * src/include/pa_string.h: body and langs now protected, not
3416: private to allow inheritance (related to feature #11)
3417:
3418: * src/classes/table.C: lsplit optimized before cloning for
3419: ^table::create with $.encloser[] (related to feature #11)
3420:
3421: * src/classes/table.C: optimizaion: TableControlChars.separators
3422: added and used (related to feature #11)
3423:
3424: * src/classes/table.C: spelling:
3425:
3426: TableSeparators -> TableControlChars column -> separator
3427: separators -> control_chars
3428:
3429: 2016-09-06 moko
3430:
3431: * src/main/pa_string.C: whitespace
3432:
3433: * src/main/pa_string.C: whitespace
3434:
3435: 2016-09-01 moko
3436:
3437: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3438: results OS-independent
3439:
3440: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3441: compiler (related to feature #1042)
3442:
3443: 2016-08-15 moko
3444:
3445: * src/include/pa_string.h: whitespace
3446:
3447: * src/classes/table.C: whitespace
3448:
1.106 moko 3449: 2016-08-05 moko
3450:
3451: * tests/: 344.html, results/344.processed: test for
3452: ^hash::create[$file] added (related to feature #1075)
3453:
3454: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3455: supported (implements feature #1075)
3456:
3457: 2016-08-04 moko
3458:
3459: * tests/: 341.html, results/341.processed: more code coverage tests
3460:
3461: * tests/: 346-curl.html, results/346-curl.processed: more code
3462: coverage tests for curl
3463:
3464: * tests/: 346-curl.html, results/346-curl.processed: more code
3465: coverage tests for curl
3466:
3467: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3468: results/223.processed: code coverage tests: $.form[ $.table[] ]
3469: test added
3470:
3471: * tests/: 223-curl.html, results/223-curl.processed: more code
3472: coverage tests for curl
3473:
3474: 2016-08-03 moko
3475:
3476: * src/classes/curl.C: dlink(curl_library) now called not once, but
3477: until it will be loaded, allowing to find existing library.
3478:
3479: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3480: results/347-curl.processed: more code coverage tests for curl
3481:
3482: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3483: results/339-curl.processed, results/346-curl.processed: curl
3484: functionality tests
3485:
3486: 2016-08-02 moko
3487:
3488: * tests/: 339.html, results/339.processed: test for tables in
3489: ^file:load[] and ^curl:load[] (commented) added (related to
3490: feature #1042)
3491:
3492: * tests/: 345.html, results/345.processed: code coverage tests for
3493: file class
3494:
3495: * tests/: 344.html, results/344.processed: code coverage tests
3496:
3497: * tests/: 344.html, results/344.processed: mdate removed from
3498: output
3499:
3500: * src/classes/file.C: minor bugfix: is_text should be taked from
3501: fcontent.is_text_mode() if not set (related to feature #1061)
3502:
3503: * tests/: 344.html, results/344.processed: more tests
3504:
3505: * tests/: 343.html, 344.html, results/343.processed,
3506: results/344.processed: tests for ^file::create[ $.from-charset
3507: and $.to-charset ] (related to feature #1061)
3508:
3509: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3510: aset_text_mode argument optimized
3511:
3512: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3513: checkBOM now used in detect_binary_content (related to feature
3514: #1061)
3515:
3516: * src/main/pa_request.C: load_charset no longer required to_upper
3517:
3518: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3519: preserves original file mode (if no $.mode specified)
3520:
3521: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3522: ^file::create now supports $.from-charset[] and $.to-charset
3523: options (implements feature #1061), automatic transcode is done
3524: if text file is created from binary file and charset is detected.
3525:
3526: 2016-07-30 moko
3527:
3528: * src/classes/table.C: ^t.hash[..;] now supported (related to
3529: feature #1057)
3530:
3531: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3532: added (related to feature #1057)
3533:
3534: * tests/: 286.html, results/286.processed: code tests coverage
3535:
3536: 2016-07-29 moko
3537:
3538: * src/classes/table.C: table size should be checked inside menu and
3539: foreach (related to feature #858)
3540:
3541: * src/: classes/curl.C, classes/file.C, classes/string.C,
3542: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3543: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3544: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3545: charsets.get now does str_upper inside (related to feature #1061)
3546:
3547: * tests/: 342.html, results/342.processed: more code coverage tests
3548:
3549: * tests/: 342.html, outputs/342.processed: table menu code coverage
3550: + foreach test added (related to feature #858)
3551:
3552: * tests/: 341.html, results/341.processed: tests for
3553: ^table.hash[]{code} added + code coverage tests (related to
3554: feature #1057)
3555:
3556: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3557: value} support (implements feature #1057)
3558:
3559: * src/classes/table.C: whitespace
3560:
3561: 2016-07-28 moko
3562:
3563: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3564: from URL, if not specified query string removed from url-based
3565: filenames in ^curl:load[] and ^file::load[] (related to feature
3566: #1042)
3567:
3568: 2016-07-27 moko
3569:
3570: * tests/: 340.html, results/340.processed: test for
3571: transcode_text_result=false added (related to issue #1042)
3572:
3573: 2016-07-26 moko
3574:
3575: * src/types/pa_vfile.C: file name should not be empty (if file path
3576: is folder and ends with /) (related to feature #1042)
3577:
3578: * src/main/pa_http.C: whitespace optimizaion
3579:
3580: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3581: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3582: multiple headers, ^file::load supports headers transcoding
3583: (implements feature #1042)
3584:
3585: 2016-07-25 moko
3586:
3587: * src/include/pa_common.h: PA_DEFAULT added
3588:
3589: 2016-07-22 moko
3590:
3591: * tests/: 338.html, results/338.processed: test for
3592: $date.field(value) added (related to feature #1066)
3593:
3594: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3595: $date.field(value) now supported for y/m/d/h/m/s (implements
3596: feature #1066)
3597:
1.105 moko 3598: 2016-07-21 moko
3599:
3600: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3601: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3602: arguments removed; image.C - absolute path shown in exception
3603: (implements feature #1071)
3604:
3605: * tests/: 235.html, results/235.processed: test and test result
3606: updated after static boundary in mail and Errors-To: mail header
3607: removed (related to feature #1047)
3608:
3609: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3610: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3611: used, static boundary in mail removed, Errors-To: mail header
3612: removed (implements feature #1047)
3613:
3614: 2016-07-20 moko
3615:
3616: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3617: equest.classes(): Value -> VStateless_class, part 3 (related to
3618: issue #1051)
3619:
3620: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3621: request.classes(): Value -> VStateless_class, part 2 (related to
3622: issue #1051)
3623:
3624: * tests/results/: 224.processed, 323.processed: classes without
3625: methods should not be methoded (related to issue #1051)
3626:
3627: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3628: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3629: -> VStateless_class, part 1 (related to issue #1051)
3630:
3631: * tests/: 337.html, results/337.processed: test for
3632: ^reflection:fields_reference[] and VHashReference class added
3633: (related to feature #1072)
3634:
3635: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3636: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3637: and VHashReference added, allowing ^reflection:fields_reference[]
3638: implementation (closes feature #1072)
3639:
3640: 2016-07-19 moko
3641:
3642: * tests/: 323.html, results/323.processed: we want to see
3643: "methoded"
3644:
3645: * tests/: 336.html, results/336.processed: test for $BASE:property
3646: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3647: #1059)
3648:
3649: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3650: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3651: somebody_entered_some_class, $BASE:property works again,
3652: ^BASE:method[] bugs fixed (fixes bug #1059)
3653:
3654: 2016-07-14 moko
3655:
3656: * tests/: 335.html, results/335.processed: test for feature #1055
3657: added
3658:
3659: * src/classes/hash.C: bugfix: $._default was not copied if empty
3660: feature: ^hash.contains[_default] added (implements feature
3661: #1055)
3662:
3663: 2016-07-13 moko
3664:
3665: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3666: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3667:
3668: 2016-07-05 moko
3669:
3670: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3671: in ^hash.foreach (related to feature #1073)
3672:
3673: 2016-07-04 moko
3674:
3675: * tests/: 134.html, 281.html, results/134.processed,
3676: results/281.processed: tests updated after hash blocking removed
3677: (related to feature #1073)
3678:
3679: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3680: no longer blocks on change during foreach (implements feature
3681: #1073)
3682:
3683: 2016-06-17 moko
3684:
3685: * tests/: 330.html, results/330.processed: try exception source
3686: test added (related to bug in #1062)
3687:
3688: * tests/: 334.html, results/334.processed: Exception stack trace
3689: test added (related to bug in $1062)
3690:
3691: * src/classes/op.C: Exception trace now correctly restored and
3692: errors reported (related to bug #1062)
3693:
1.104 moko 3694: 2016-05-25 moko
3695:
3696: * src/main/compile.y: minor cleanup + beauty
3697:
3698: 2016-05-24 moko
3699:
3700: * tests/: 333.html, results/333.processed: more exceptions testing
3701:
3702: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3703: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3704: features #1056, #1026)
3705:
3706: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3707: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3708: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3709: (implements feature #1056)
3710:
3711: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3712: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3713: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3714: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3715: feature #1026)
3716:
3717: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3718: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3719: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3720: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3721: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3722: feature #1026)
3723:
3724: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3725: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3726: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3727: SYMBOLS_CACHING define implemented (related to feature #1026)
3728:
3729: * src/main/main.vcproj: + ps_symbols
3730:
3731: * src/: include/Makefile.am, include/pa_string.h,
3732: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3733: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3734: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3735: types/pa_vstateless_class.C: initial implementation for symbols
3736: cache (related to feature #1026)
3737:
3738: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3739:
3740: * src/main/pa_globals.C: minor cleanup
3741:
3742: 2016-05-19 moko
3743:
3744: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3745: (related to feature #1046)
3746:
3747: * tests/: 331.html, results/331.processed: test for
3748: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3749: (related to feature #1051)
3750:
3751: * src/main/compile.y:
3752: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3753: (implements feature #1054)
3754:
3755: 2016-05-18 moko
3756:
3757: * src/types/pa_vtable.C, tests/results/324.processed: no more
3758: "column not found" exception for ^table.no-such-method[] (related
3759: to feature #1046)
3760:
3761: * tests/: 261.html, results/261.processed: test added and updated
3762: after feature #1046 implementation
3763:
3764: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3765: types/pa_vvoid.h: $string.anything works for whitespace strings,
3766: ^string.contains added for hash compatibility, $string.method no
3767: longer returns stting method (implements feature #1046)
3768:
3769: 2016-05-12 moko
3770:
3771: * src/classes/curl.C: content-type response header no longer
3772: ignored (fixes issue #1045)
3773:
3774: * tests/: 330.html, results/330.processed: test for incomplete
3775: finally execution when break occures added (related to issue
3776: #1077)
3777:
3778: * src/classes/op.C: bugfix: Request::skip reset is called before
3779: executing catch and finally code (fixes issue #1062)
3780:
3781: 2016-05-11 moko
3782:
3783: * tests/: 329.html, results/329.processed: test for invalid
3784: ^break[] behavour added (bug #1077)
3785:
3786: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3787:
3788: 2016-04-24 moko
3789:
3790: * src/types/pa_vstateless_class.h: warning war
3791:
3792: 2016-04-17 moko
3793:
3794: * tests/: 328.html, results/328.processed: test for
3795: ^break(condition) and ^continue(condition) (related to feature
3796: #1063)
3797:
3798: * src/classes/op.C: ^break(condition) and ^continue(condition)
3799: implemented (feature #1063)
3800:
3801: 2016-04-12 moko
3802:
3803: * tests/results/280.processed: ordered hash now used for class
3804: methods and properties (test results updated for feature #1069)
3805:
3806: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3807: to xdoc.C as under FreeBSD it was inited after and inheritance
3808: failed (related to issue #1051)
3809:
3810: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3811: are printed to check inheritance (related to feature #1051)
3812:
1.103 moko 3813: 2016-04-09 moko
3814:
3815: * tests/results/320.processed: ordered hash now used for class
3816: methods and properties (test results updated for feature #1069)
3817:
3818: * src/types/pa_vstateless_class.h: ordered hash now used for class
3819: methods and properties (implements feature #1069)
3820:
3821: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3822: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3823: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3824: feature #1051)
3825:
3826: 2016-04-07 moko
3827:
3828: * src/main/execute.C: returned Value in .CLASS case for VJunction
3829: (related to feature #1051)
3830:
3831: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3832: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3833: string constants deduplication (related to feature #1051)
3834:
3835: * tests/results/224.processed: test result updated (related to
3836: feature #1051)
3837:
3838: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3839: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3840: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3841: types/pa_vstatus.h: classes hash now contains only
3842: VStateless_class derived objects, .CLASS is also allways
3843: VStateless_class derived object (related to feature #1051).
3844:
3845: 2016-04-06 moko
3846:
3847: * tests/results/323.processed: test result updated after feature
3848: #1051 implementation
3849:
3850: * src/: classes/classes.h, classes/op.C, classes/response.C,
3851: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3852: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3853: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3854: types/pa_vresponse.C, types/pa_vresponse.h,
3855: types/pa_vstateless_class.h: base -> methoded_donor for static
3856: classes, type() moved from VStateless_class to VClass and
3857: Methoded (implements feature #1051)
3858:
3859: 2016-04-04 moko
3860:
3861: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3862: beauty: put_class added (related to feature #1051)
3863:
3864: 2016-04-01 moko
3865:
3866: * tests/results/: 175.processed, 192.processed, 224.processed,
3867: 229.processed, 244.processed, 246.processed, 316.processed: test
3868: results updated as class.type() removed from error messages, only
3869: type() left (related to feature #1051)
3870:
3871: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3872: classes/op.C, classes/reflection.C, main/compile.y,
3873: main/compile_tools.h, main/execute.C, main/pa_request.C,
3874: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3875: types/pa_vmethod_frame.h, types/pa_vobject.h,
3876: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3877: from VStateless_class, type() is used instead (related to feature
3878: #1051)
3879:
3880: * src/classes/mail.C: old logic restored.
3881:
3882: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3883: classes/classes.h, classes/curl.C, classes/date.C,
3884: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3885: classes/hashfile.C, classes/image.C, classes/inet.C,
3886: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3887: classes/memcached.C, classes/memory.C, classes/reflection.C,
3888: classes/regex.C, classes/response.C, classes/string.C,
3889: classes/table.C, classes/xdoc.C, classes/xnode.C,
3890: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3891: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3892: feature #1051)
3893:
3894: 2016-03-30 moko
3895:
3896: * tests/: 327.html, results/224.processed, results/327.processed:
3897: test for TZ specification in ^date::create[], TZ is kept during
3898: ^date::create[$dt] (related to feature #1048)
3899:
3900: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3901: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3902: feature #1048)
3903:
3904: 2016-03-29 moko
3905:
3906: * tests/: 315.html, results/315.processed: test for timezone format
3907: +HHmm added (related to feature #1065)
3908:
3909: * src/classes/date.C: timezone format +HHmm now supported
3910: (implements feature #1065)
3911:
3912: 2016-03-28 moko
3913:
3914: * tests/: 202.html, results/131.processed, results/202.processed,
3915: results/224.processed, results/256.processed,
3916: results/315.processed: test results updated after %.2d now
3917: default for hours offset in iso-string (was %2d), test for
3918: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3919: added (related to feature #1065)
3920:
3921: 2016-03-27 moko
3922:
3923: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3924: feature #1065)
3925:
3926: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3927: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3928: added (implements feature #1065)
3929:
3930: 2016-03-24 moko
3931:
3932: * tests/: 202.html, results/202.processed: test $date.week added
3933: (related to bug #1067)
3934:
3935: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3936: date (fix for bug #1067)
3937:
3938: 2016-03-10 moko
3939:
3940: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3941:
1.102 moko 3942: 2015-12-07 moko
3943:
3944: * tests/: 326.html, results/326.processed: test for .CLASS &
3945: .CLASS_NAME optimization added (related to feature #844)
3946:
3947: 2015-11-17 moko
3948:
3949: * tests/: 323.html, results/323.processed: order added
3950:
3951: * tests/: 325.html, results/325.processed: double range test added
3952: (related to bug #1049)
3953:
3954: 2015-11-16 moko
3955:
3956: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3957: added to disallow NaN and Infinity (fixes bug #1049)
3958:
3959: 2015-11-11 moko
3960:
3961: * tests/324.html: parser 3.4.3 execution support added (related to
3962: feature #1017)
3963:
3964: * tests/: 324.html, results/324.processed: test for
3965: GET_ELEMENT4CALL feature added (feature #1017)
3966:
1.101 moko 3967: 2015-10-29 moko
3968:
3969: * operators.txt: updated for 3.4.4
3970:
3971: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3972:
3973: * src/main/pa_exec.C: get_exit_status implemented for Windows
3974: (related to bug #1043)
3975:
3976: 2015-10-28 moko
3977:
3978: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3979: hangup during ^file::exec (fixes bug #1043)
3980:
1.100 moko 3981: 2015-10-27 moko
3982:
3983: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3984:
1.99 moko 3985: 2015-10-26 moko
3986:
1.100 moko 3987: * tests/322.html, src/classes/reflection.C: arguments reorder
3988: (related to issue #1041)
3989:
3990: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3991: Copyright year updated
3992:
1.99 moko 3993: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3994: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3995: classes/form.C, classes/hash.C, classes/hashfile.C,
3996: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3997: classes/mail.C, classes/math.C, classes/memcached.C,
3998: classes/memory.C, classes/op.C, classes/reflection.C,
3999: classes/regex.C, classes/response.C, classes/string.C,
4000: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4001: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4002: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4003: include/pa_config_fixed.h, include/pa_config_includes.h,
4004: include/pa_dictionary.h, include/pa_dir.h,
4005: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4006: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4007: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4008: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4009: include/pa_request_charsets.h, include/pa_request_info.h,
4010: include/pa_sapi.h, include/pa_socks.h,
4011: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4012: include/pa_stack.h, include/pa_string.h,
4013: include/pa_stylesheet_connection.h,
4014: include/pa_stylesheet_manager.h, include/pa_table.h,
4015: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4016: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4017: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4018: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4019: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4020: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4021: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4022: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4023: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4024: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4025: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4026: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4027: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4028: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4029: main/pa_string.C, main/pa_stylesheet_connection.C,
4030: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4031: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4032: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4033: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4034: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4035: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4036: targets/isapi/parser3isapi.C, types/pa_junction.h,
4037: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4038: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4039: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4040: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4041: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4042: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4043: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4044: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4045: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4046: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4047: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4048: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4049: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4050: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4051: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4052: types/pa_vresponse.C, types/pa_vresponse.h,
4053: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4054: types/pa_vstateless_object.h, types/pa_vstatus.C,
4055: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4056: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4057: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4058: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4059: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4060:
4061: * src/targets/cgi/parser3.C: year updated
4062:
4063: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4064: issue #1041)
4065:
4066: * tests/: 323.html, results/323.processed: test for base classes
4067: added
4068:
4069: * tests/: 261.html, results/261.processed: updated after better
4070: error reporting done for $string.key exception
4071:
4072: * src/types/pa_vstring.h: better error report for $string.key
4073: exception
4074:
4075: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4076: copied as VObject::get_element4call to remove extra virtual call
4077:
4078: * tests/: 322.html, results/322.processed: test for
4079: ^reflection:is[] added (related to feature #1041)
4080:
4081: * src/classes/reflection.C: ^reflection:is empty value is void
4082: (related to feature #1041)
4083:
4084: * src/classes/reflection.C:
4085: ^reflection:is[class_name|code|method;[context;]element_name]
4086: added (implements feature #1041)
4087:
4088: 2015-10-24 moko
4089:
4090: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4091:
1.98 moko 4092: 2015-10-22 moko
4093:
4094: * tests/: 321.html, results/321.processed: test for
4095: ^reflection:method_info[] file detection added
4096:
4097: * tests/: 320.html, results/320.processed: test for
4098: ^reflection:class_by_name[class_name] added (related to feature
4099: #993)
4100:
4101: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4102: added (implements feature #993)
4103:
4104: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4105: (related to feature #1017)
4106:
4107: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4108: added (related to issue #1039)
4109:
4110: * src/main/pa_request.C: ^throw origin fixed (related to feature
4111: #1039)
4112:
4113: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4114: for VDate
4115:
4116: * tests/results/182.processed: updated after feature #1038
4117: implemented
4118:
4119: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4120: compile-time exception origin added (test for feature #1039)
4121:
4122: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4123: main/pa_request.C: exception unification: compile-time exceptions
4124: now have origin, @USE origins also tracked (implements feature
4125: #1039)
4126:
4127: 2015-10-20 moko
4128:
4129: * src/main/pa_request.C: cleanup
4130:
4131: 2015-10-15 moko
4132:
4133: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4134:
4135: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4136: types/pa_vtable.C: new feature: no more $table.method and
4137: $hash.method, aliases for _at, _count, _key (related to feature
4138: #1017)
4139:
1.97 moko 4140: 2015-10-14 moko
4141:
1.98 moko 4142: * tests/: 317.html, results/317.processed: test for
4143: ^string.unescape[] added (related to feature #120)
4144:
1.97 moko 4145: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4146: defined" bug (described in issue #1036)
4147:
4148: * tests/: 247.html, results/247.processed: test for checkBOM added
4149: (test for bug #1037)
4150:
4151: * src/: include/pa_charsets.h, main/pa_charsets.C,
4152: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4153: it's not enforced, skips BOM signature if it complies charset
4154: (fixes bug #1037)
4155:
4156: 2015-10-13 moko
4157:
4158: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4159: linking
4160:
4161: * src/classes/inet.C: vs2003 compilation fix
4162:
4163: * src/classes/math.C: warning war
4164:
4165: * src/lib/punycode/pa_punycode.c: warning war
4166:
4167: 2015-10-12 moko
4168:
4169: * src/lib/punycode/pa_punycode.c: warning war
4170:
4171: * parser3.sln: moved parser3 first, to make it default startup
4172: project
4173:
4174: * buildall: parser "mirror" now used for external libs sources
4175: (implements feature #1036)
4176:
4177: * buildall: most external libs are updated to their current
4178: versions (related to feature #1036)
4179:
4180: * src/classes/image.C: more tags added
4181:
4182: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4183:
4184: 2015-10-11 moko
4185:
4186: * src/classes/curl.C: minor optimization (related to feature #1035)
4187:
4188: 2015-10-09 moko
4189:
4190: * src/classes/curl.C: pa_strdup added for strings from curl
4191: (related to feature #1035)
4192:
4193: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4194: ULLONG_MAX definition
4195:
4196: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4197: (implements feature #1035)
4198:
4199: * src/main/pa_charset.C: String::Body(String::C) used
4200:
4201: * src/main/pa_charset.C: exceptions unified
4202:
4203: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4204: unified
4205:
4206: * src/: classes/file.C, classes/image.C, classes/mail.C,
4207: classes/op.C, classes/xdoc.C, classes/xnode.C,
4208: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4209: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4210: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4211: String::Body(String::C) constructor added (related to bug #957)
4212:
4213: * src/classes/file.C: minor optimization
4214:
4215: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4216: Cord(char*) autocreation (related to bug #957)
4217:
4218: * src/: classes/string.C, main/untaint.C: minor optimizations
4219:
4220: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4221: String(char*, Lang, length) removed, String(C(), Lang) used
4222: instead (related to bug #957)
4223:
4224: 2015-10-08 moko
4225:
4226: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4227: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4228: main/untaint.C: Now char * is converted to CORD only using
4229: AS_CORD() to check for empty cord bug (fixes bug #957)
4230:
4231: * src/include/pa_hash.h: fixed compilation without
4232: HASH_CODE_CACHING
4233:
4234: * src/classes/string.C:
4235: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4236: feature #120)
4237:
4238: * src/main/pa_common.C: reduce js flags checks count (related to
4239: feature #120)
4240:
1.96 moko 4241: 2015-10-07 moko
4242:
4243: * tests/: 275.html, results/275.processed: test modified after
4244: unsigned long long int support implemented (feature #1034)
4245:
4246: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4247: pa_atoul added for unsigned long long int support
4248:
4249: 2015-10-06 moko
4250:
4251: * src/types/pa_vdate.C: INT_MAX used
4252:
4253: 2015-10-03 moko
4254:
4255: * tests/: 302.html, results/302.processed: test for bug #1023
4256: (\u2028, \u2029 escaping) added
4257:
4258: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4259: json:string[] (fixes bug #1023)
4260:
4261: 2015-09-29 moko
4262:
4263: * tests/305.html: try-catch added for OS without ipv6 support
4264:
4265: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4266: compilation
4267:
4268: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4269: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4270: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4271: implemented to distinguish ^hash.method from $hash.field
4272: (implements feature #1017)
4273:
4274: * src/lib/punycode/pa_punycode.c: warning war
4275:
4276: * src/include/pa_config_includes.h: warning war
4277:
4278: * src/include/pa_config_includes.h: pragma warning actualized a bit
4279:
4280: * src/include/pa_config_includes.h: warning war
4281:
4282: * src/include/pa_hash.h: clang compilation fix
4283:
4284: 2015-09-27 moko
4285:
4286: * src/main/compile.tab.C: Bison 3 is now default
4287:
4288: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4289:
4290: 2015-09-25 moko
4291:
4292: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4293: works with undefined HASH_ORDER (related to feature #196)
4294:
4295: 2015-09-24 moko
4296:
4297: * tests/: 027.html, results/027.processed: test modified to test
4298: ^hash.sort (feature #196)
4299:
4300: * src/: classes/hash.C, include/pa_hash.h:
4301: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4302: added (implements feature #196)
4303:
4304: * tests/: 316.html, results/316.processed: Added test for bug #1025
4305: (exception handling in non-cached ^cache), plus for "it does not
4306: have logical value" and "$exception.handled value must be either
4307: boolean or string 'cache'" exceptions.
4308:
4309: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4310: code (fixes bug #1025)
4311:
1.95 moko 4312: 2015-09-23 moko
4313:
4314: * src/classes/table.C: warning war
4315:
4316: * src/: classes/math.C, types/pa_vcookie.C: warning war
4317:
4318: * src/classes/file.C: warning war
4319:
4320: * src/: include/pa_table.h, main/pa_table.C: warning war
4321:
4322: * src/: main/pa_request.C, classes/date.C: warning war
4323:
4324: * src/: types/pa_vdate.C, classes/op.C: warning war
4325:
4326: * tests/: 122.html, results/122.processed: win sync: to remove
4327: differences with OS that doesn't keep timezone change history
4328:
4329: * src/types/pa_vdate.C: tzset() should be called in Windows after
4330: TZ change (related to feature #36)
4331:
4332: * tests/: 075.html, results/075.processed: win sync: to remove
4333: differences with OS that doesn't keep timezone change history
4334:
4335: * tests/: 315.html, results/315.processed: win sync: to remove
4336: differences with OS that doesn't keep timezone change history
4337:
4338: * tests/: 256.html, results/256.processed: win sync: to remove
4339: differences with OS that doesn't keep timezone change history
4340:
4341: * tests/: 124.html, results/124.processed: win results sync: to
4342: avoid hitting time change hole.
4343:
4344: * src/types/pa_vdate.C: static returned. :)
4345:
4346: 2015-09-22 moko
4347:
4348: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4349:
4350: * tests/results/131.processed: more tests for feature #1032
4351:
4352: * src/classes/date.C: minor fix related to feature #1032
4353:
4354: * operators.txt: ISO date creation documented (related to feature
4355: #1032)
4356:
4357: * operators.txt: iso-string documented (related to feature #1032)
4358:
4359: * tests/: 315.html, results/315.processed: more tests added
4360: (related to feature #1032)
4361:
4362: * tests/: 131.html, results/131.processed: date range checks
4363: updated (related to feature #36)
4364:
4365: * tests/: 315.html, results/057.processed, results/315.processed:
4366: test added for ISO date support (related to issue #315)
4367:
4368: * src/classes/date.C: more readable exceptions in date creation
4369: (related to ticket #1032)
4370:
4371: 2015-09-18 moko
4372:
4373: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4374: added (related to issue #1032)
4375:
4376: * tests/results/256.processed, src/classes/json.C: iso-string
4377: documented (related to issue #1032)
4378:
4379: * tests/: 256.html, results/256.processed: ISO date check added
4380: (related to issue #1032)
4381:
4382: * tests/: 057.html, results/057.processed, results/224.processed:
4383: tests results updated after ISO date support implemented (related
4384: to feature #1032)
4385:
4386: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4387: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4388: ^date::create[string] constructor formalized, ^date.iso-string[]
4389: added (implements feature #1032)
4390:
4391: 2015-09-05 moko
4392:
4393: * operators.txt: actualized
4394:
4395: * operators.txt: date changes documented (related to ticket #36)
4396:
4397: 2015-09-04 moko
4398:
4399: * src/types/pa_vdate.C: warning war
4400:
4401: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4402:
4403: 2015-09-03 moko
4404:
4405: * tests/results/096.processed: test result updated for 0..9999 year
4406: date range support (related to feature #36)
4407:
4408: * tests/: 314.html, results/314.processed: test for
4409: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4410: bug #1031)
4411:
4412: * src/classes/string.C: Static calls fixed for ^string:base64[],
4413: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4414:
1.116 moko 4415: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4416: configure.in -> configure.ac
1.95 moko 4417:
1.116 moko 4418: * configure, configure.in, src/include/pa_config_auto.h.in: more
4419: correct timezone check for FreeBSD Warning war: configure.in ->
4420: configure.ac
1.95 moko 4421:
4422: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4423: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4424: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4425: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4426: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4427: src/main/Makefile.am, src/targets/apache/Makefile.am,
4428: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4429: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4430: check added
4431:
4432: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4433:
4434: * tests/results/: 124.processed, 224.processed: test resuls updated
4435: for new date implementation (related to feature #36)
4436:
4437: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4438: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4439: types/pa_vdate.h: new double date implementation with internal
4440: support for extended 0..9999 year range, default timezone support
4441: (related to feature #36)
4442:
4443: 2015-08-28 moko
4444:
4445: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4446: (fixes bug #1030)
4447:
4448: 2015-08-21 moko
4449:
4450: * src/classes/inet.C: snprintf size "bug" commented
4451:
4452: * src/main/pa_common.C: snprintf comments updated
4453:
4454: 2015-08-16 moko
4455:
4456: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4457:
4458: 2015-08-11 moko
4459:
4460: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4461: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4462: can be null (fixes bug #1029)
4463:
4464: 2015-08-06 moko
4465:
1.116 moko 4466: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4467: pa_vdate.C added
1.95 moko 4468:
4469: 2015-08-05 moko
4470:
4471: * tests/: 313.html, results/313.processed: test for
4472: ^table.count[columns] and ^table.flip[] with nameless tables
4473: (feature #1003)
4474:
4475: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4476: max_cell added, now ^table.count[columns] and ^table.flip[] works
4477: correctly for nameless tables (implements feature #1003)
4478:
4479: 2015-08-03 moko
4480:
4481: * tests/312.html: test for ^table.append[$hash] and
4482: ^table.insert[$hash] added (related to feature #1028)
4483:
4484: * src/classes/table.C: ^table.append[$hash] and
4485: ^table.insert[$hash] now supported (implements feature #1028)
4486:
4487: * tests/: 312.html, results/312.processed: test row copy in
4488: ^table.hash[; $.type[table] ] added (related to feature #1016)
4489:
4490: * src/classes/table.C: row copy now created in ^table.hash[;
4491: $.type[table] ] (related to feature #1016)
4492:
4493: 2015-07-29 moko
4494:
4495: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4496: added (related to feature #1016)
4497:
4498: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4499: ^table.delete[] added to delete current row (related to feature
4500: 1016)
4501:
4502: 2015-07-28 moko
4503:
4504: * tests/: 312.html, results/312.processed: test for
4505: $table.column[value] and ^table.insert{row} (related to feature
4506: #1016)
4507:
4508: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4509: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4510: ^table.insert{row} are now implemented (feature #1016)
4511:
4512: * src/include/pa_array.h: Optimization: bool reverse removed from
4513: append(), insert() added, memmove arguments order in remove()
4514: fixed (related to feature #1016)
4515:
4516: 2015-07-23 moko
4517:
4518: * src/classes/json.C: tainted json and empty json exception added
4519: (implements feature #1015)
4520:
4521: * tests/: 311.html, results/311.processed: empty json and tainted
4522: json exception test added (related to issue #1015)
4523:
4524: 2015-07-22 moko
4525:
4526: * tests/: 311.html, results/311.processed: test for UTF-8
4527: processing added
4528:
4529: * tests/: 311.html, results/311.processed: test for
4530: json_exception_with_source added (related to issue #394)
4531:
4532: * src/classes/json.C: json_exception_with_source added (implements
4533: feature #394)
4534:
4535: 2015-06-29 moko
4536:
4537: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4538: directories are now correctly determined if _d_type == DT_UNKNOWN
4539: (closes bug #1027)
4540:
4541: 2015-06-10 moko
4542:
4543: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4544: error if libxml has LIBXML_ICU_ENABLED.
4545:
4546: 2015-06-04 moko
4547:
4548: * tests/099.html: ups, reverting
4549:
4550: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4551: results/310.processed: tests for $response:body[ $.file[] ] and
4552: $response:last-modified added
4553:
4554: * src/main/pa_request.C: last-modified check fixed
4555:
4556: 2015-06-03 moko
4557:
4558: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4559: results/205.processed, results/293.processed: $response:headers
4560: logging added (tests for feature #1007)
4561:
4562: * src/: include/pa_common.h, include/pa_request.h,
4563: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4564: $response:headers are now in uppercase (closes feature #1007)
4565:
4566: 2015-06-02 moko
4567:
4568: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4569: build errors reverted for clang compatibility
4570:
4571: 2015-06-01 moko
4572:
4573: * src/include/pa_memory.h: -pedantic build errors fixed
4574:
4575: * src/classes/math.C: -pedantic build error fixed
4576:
4577: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4578:
4579: 2015-05-31 moko
4580:
4581: * src/classes/table.C: USE_STRINGSTREAM optimized
4582:
4583: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4584: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4585: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4586: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4587: types/pa_vxnode.h: warning war (-pedantic flag)
4588:
4589: 2015-05-28 moko
4590:
4591: * tests/: 308.html, results/308.processed: test for
4592: ^table::create[$t;], etc work added (related to bug #975)
4593:
4594: * src/classes/table.C: check_option_param removed,
4595: ^table::create[$t;], etc now works (fixes bug #975)
4596:
4597: 2015-05-27 moko
4598:
4599: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4600: (Debian jessie) fixed (closes issue #1024)
4601:
4602: * tests/Makefile: sort added as in Debian jessie list become
4603: unsorted
4604:
4605: 2015-05-18 moko
4606:
4607: * tests/: 201.html, results/201.processed: test for
4608: ^string.trim[what] feature #1022
4609:
4610: * src/classes/string.C: ^string.trim[what] now supported,
4611: implements feature #1022
4612:
4613: 2015-05-17 moko
4614:
4615: * tests/results/185.processed: test result updated as feature #1021
4616: implemented (left/right accept negative parameter)
4617:
4618: * src/classes/string.C: left/right now accept negative parameter
4619: (implements feature #1021)
4620:
4621: 2015-05-08 moko
4622:
4623: * src/classes/math.C: isalnum -> pa_isalnum
4624:
4625: * src/main/execute.C: optimization in getter-junction processing
4626: (related to issue #997)
4627:
4628: 2015-05-07 moko
4629:
4630: * tests/: 307.html, results/307.processed: test for issue #997
4631: added
4632:
4633: * src/main/execute.C: process_getter result now checked if junction
4634: returned (closes issue #997)
4635:
4636: * tests/: 305.html, results/305.processed: sort added to ignore
4637: different order
4638:
4639: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4640: assignment (closes issue #994)
4641:
4642: * tests/: 306.html, results/306.processed: test for issue #994
4643: added
4644:
4645: * tests/: 303.html, results/303.processed: two more errors tested
4646:
4647: 2015-05-06 moko
4648:
4649: * tests/: 305.html, results/305.processed: test for name2ip &
4650: ip2name added (related to feature #992)
4651:
4652: * tests/: 303.html, 304.html, results/303.processed,
4653: results/304.processed: tests for idna conversion added (related
4654: to issue #849)
4655:
4656: 2015-05-02 moko
4657:
4658: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4659: implemented
4660:
4661: 2015-04-30 moko
4662:
4663: * src/main/pa_http.C: idna_host added, related to issue #849
4664:
4665: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4666: (related to issue #849)
4667:
4668: 2015-04-24 moko
4669:
4670: * src/types/pa_vjunction.C: warning war
4671:
4672: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4673: unification
4674:
4675: * src/lib/punycode/pa_idna.c: warning war
4676:
4677: 2015-04-22 moko
4678:
4679: * src/main/main.vcproj: punycode include path added
4680:
4681: * src/lib/punycode/pa_idna.c: windows compile error fixed
4682:
4683: * src/lib/punycode/pa_idna.c: warning war
4684:
4685: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4686: project file added
4687:
4688: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4689:
4690: * src/include/pa_memory.h: warning war
4691:
4692: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4693: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4694: implemented (related to feature #849)
4695:
4696: * configure.in, src/main/Makefile.am,
4697: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4698: libpunycode added in Unix
4699:
4700: 2015-04-21 moko
4701:
4702: * configure.in: large files support
4703:
4704: 2015-04-15 moko
4705:
4706: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4707: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4708: pa_punycode.h: initial version for punycode/idna support library
4709: (ticket #849)
4710:
4711: 2015-04-08 moko
4712:
4713: * src/: classes/curl.C, classes/date.C, classes/file.C,
4714: classes/image.C, classes/mail.C, classes/reflection.C,
4715: classes/string.C, classes/xnode.C, include/pa_request.h,
4716: include/pa_string.h, include/pa_stylesheet_connection.h,
4717: main/compile.y, main/compile_tools.h, main/execute.C,
4718: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4719: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4720: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4721: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4722: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4723: clang compiler warnings (closes issue #1018)
4724:
4725: * src/include/pa_string.h: String::Body comparation operators with
4726: char * added (related to issue #958)
4727:
4728: 2015-04-07 moko
4729:
4730: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4731: pa_malloc/pa_free to remove system malloc/free usage (related to
4732: issue #1018)
4733:
4734: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4735: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4736: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4737: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4738: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4739: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4740: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4741: malloc/strdup/free replaced with pa_ version and checks for
4742: accidental use of non-pa_ version added (related to issue #1018)
4743:
4744: 2015-04-03 moko
4745:
4746: * buildall: pcre-8.33 -> pcre-8.36
4747:
4748: * src/: main/compile.y, classes/form.C, classes/mail.C,
4749: classes/op.C, classes/string.C, main/compile.tab.C,
4750: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4751: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4752: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4753: ticket #958)
4754:
4755: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4756: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4757: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4758: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4759: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4760: $request:headers, $request:method added (implements feature
4761: #1007)
4762:
4763: 2015-03-17 misha
4764:
4765: * tests/302.html: - test for
4766: ^json:string[...;$._default[method-name]]
4767:
4768: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4769: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4770: option $._default[method-name] is specified in ^json:string[], a
4771: method with specified name will be called for classes/objects
4772: serialization ( new feature: #982 )
4773:
4774: 2015-03-16 misha
4775:
4776: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4777: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4778: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4779: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4780: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4781: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4782: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4783: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4784: types/pa_vrequest.h, types/pa_vstateless_class.C,
4785: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4786: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4787: $var.CLASS_NAME now have special opcodes. This can be switched
4788: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4789: on pa_opcode.h ( new feature: #844 )
4790:
4791: 2015-03-15 misha
4792:
4793: * tests/075.html: - test for $response:header[]
4794:
4795: * src/types/pa_vresponse.C: - $response:header[] deletes header
4796: that was set earlie ( new feature: #1001 )
4797:
4798: 2015-03-12 misha
4799:
4800: * tests/246.html: - more tests for ^hash._at[]
4801:
4802: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4803: accepts second param [key|value|hash] ( new feature: #1012 )
4804:
4805: 2015-03-09 moko
4806:
4807: * src/types/pa_vmail.C: exception for everything but
4808: $mail:received, closes issue #1011
4809:
4810: 2015-02-20 moko
4811:
4812: * tests/: 275.html, results/275.processed: hex detection in
4813: pa_atoui fix test (closes issue #1010)
4814:
4815: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4816: issue #1010)
4817:
4818: 2015-02-17 moko
4819:
4820: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4821: tainted.
4822:
4823: 2015-02-03 misha
4824:
4825: * tests/301.html: - test for ^json:string($double) causes
4826: exception. bugfix: #1008
4827:
4828: * src/classes/json.C: - ^json:string($double) causes exception.
4829: bugfix: #1008
4830:
4831: * tests/014.html: - updated for work with ^hash.delete[]
4832:
4833: 2015-01-12 misha
4834:
4835: * src/: classes/form.C, include/pa_common.h,
4836: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4837: types/pa_vform.h: - supports body with PUT method as well ( new
4838: feature: #1006 )
4839:
4840: * src/classes/file.C: - warnings war
4841:
4842: 2015-01-11 misha
4843:
4844: * tests/300.html: - test for ^hash.delete[] is added
4845:
4846: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4847: feature: #989 ) - tiny optimization in intersects
4848:
4849: 2015-01-06 moko
4850:
4851: * src/types/pa_vmail.C: file names transcode added, to and cc added
4852: with transcode, attachments detection fixed
4853:
4854: * src/main/pa_request.C: filling mail received after cgi/auto.p
4855: load to allow charset switch (related to issue #996)
4856:
4857: 2014-12-31 moko
4858:
4859: * src/types/pa_vmail.C: from and subject now transcoded if not
4860: UTF-8 source charset (fixes issue 996)
4861:
4862: * src/main/pa_exception.C: fixed string from stack bug (closes
4863: issue #1000)
4864:
4865: 2014-12-11 misha
4866:
4867: * src/types/pa_vhashfile.C: - check if key is not empty before
4868: access ( bug fix: #1005 )
4869:
4870: 2014-11-13 misha
4871:
4872: * src/main/compile.y: - PC.append does not reset to false while
4873: creating a new class. bugfix: #990
4874:
4875: * tests/299.html: - test for creation class after working with
4876: partial class (create+append)
4877:
4878: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4879: #995
4880:
4881: * tests/232.html: - test for @get[def] added
4882:
4883: 2014-10-12 moko
4884:
4885: * src/lib/pcre/pcre_internal.vcproj: correct path
4886:
4887: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4888: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4889: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4890: targets/apache/ApacheModuleParser3.vcproj,
4891: targets/apache/ApacheModuleParser3Core.vcproj,
4892: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4893: types/types.vcproj: project GUID inserted in *.vcproj for correct
4894: conversion in newer VS versions
4895:
4896: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4897: pcre_internal.vcproj added
4898:
4899: 2014-08-28 moko
4900:
4901: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4902: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4903: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4904:
4905: 2014-06-30 misha
4906:
4907: * tests/298.html: - tests for ^reflection:def[class;className]
4908: added
4909:
4910: * src/classes/reflection.C: - ^reflection:def[class;className]
4911: added ( new feature: #918 )
4912:
4913: 2014-06-29 misha
4914:
4915: * src/classes/table.C: - ^table::create[unsupported data] -
4916: exception comment changed to "body must be table or code" ( bug
4917: fix: #951 )
4918:
4919: * tests/: 261.html, results/261.processed: - tests for
4920: ^json:string[...;$.void[null|string]] added
4921:
4922: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4923: option $.void[string|null] added to ^json:string[...] ( new
4924: feature: #952 )
4925:
4926: 2014-06-28 moko
4927:
4928: * src/classes/curl.C: $.charset now processed before other curl
4929: options (closes issue #980)
4930:
4931: 2014-05-23 misha
4932:
4933: * src/classes/json.C: - bug fix: #987
4934:
4935: 2014-05-04 misha
4936:
4937: * tests/: 253.html, 253_json.txt: - test for
4938: ^json:parse[$.int(false)] is added
4939:
4940: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4941: default true). The option is similar to $.double(bool) but for
4942: integers.
4943:
4944: 2014-05-01 moko
4945:
4946: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4947: #12 )
4948:
4949: 2014-04-16 moko
4950:
4951: * src/main/pa_http.C: response-charset option should finally work
4952: now (fix for issue #867)
4953:
4954: * src/main/pa_http.C: response-charset option should work now (fix
4955: for issue #867)
4956:
4957: 2014-03-07 moko
4958:
4959: * buildall: libgc moved
4960:
4961: * buildall: libgc moved
4962:
4963: 2013-12-29 moko
4964:
4965: * src/classes/string.C: ^string:js-unescape result now tainted,
4966: closes issue #966
4967:
4968: * tests/: 186.html, results/186.processed: ^string:js-unescape
4969: result now tainted, issue #966
4970:
4971: 2013-12-03 moko
4972:
4973: * src/: classes/memcached.C, types/pa_vmemcached.C,
4974: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4975: option was added for http://www.parser.ru/forum/?id=79343
4976:
4977: * src/classes/file.C: bugfix for
4978: http://www.parser.ru/forum/?id=79337
4979:
4980: 2013-11-05 moko
4981:
4982: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4983:
4984: * src/main/pa_globals.C: spelling fixed
4985:
4986: 2013-10-29 moko
4987:
4988: * src/lib/json/json.vcproj: json.c -> pa_json.C
4989:
4990: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4991: #892
4992:
4993: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4994: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4995: exceptions to be thrown thougth json library), related to issue
4996: #892
4997:
4998: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4999: related to issue #896
5000:
5001: 2013-10-24 moko
5002:
5003: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5004:
5005: 2013-10-23 moko
5006:
5007: * README: actualization
5008:
5009: 2013-10-22 moko
5010:
5011: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5012: compatibility patch from Sergey Kirpichev
5013:
5014: * tests/: 297.html, results/297.processed: non-working getter fix
5015: test for issue #948
5016:
5017: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5018: called when saving value of $match variable in ^string.match[] to
5019: increase compatibility (related to issue #948).
5020:
5021: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5022: usage optimization
5023:
5024: 2013-10-21 moko
5025:
5026: * tests/: 182.html, results/182.processed: local path removed for
5027: compatibility
5028:
5029: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5030: results/244.processed, results/253.processed,
5031: results/254.processed, results/275.processed,
5032: results/281.processed: try_catch -> try-catch
5033:
5034: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5035: results/294.processed, results/296.processed: try_catch ->
5036: try-catch
5037:
5038: 2013-10-20 moko
5039:
5040: * tests/: 296.html, results/296.processed: test for xsl exception
5041: for issue #938 added.
5042:
5043: * src/: include/pa_xml_exception.h,
5044: main/pa_stylesheet_connection.C: forgotten to be replaced
5045: XmlException is now replaced (once again closes issue #938)
5046:
5047: 2013-10-18 moko
5048:
5049: * buildall: disable clock_gettime detection to avoid librt linking
5050: (which in turn depends on libpthread), related to issue #943
5051:
5052: 2013-10-18 misha
5053:
5054: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5055: lib/smtp/smtp.vcproj, main/main.vcproj,
5056: targets/apache/ApacheModuleParser3Core.vcproj,
5057: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5058: types/types.vcproj: - new locations for libxml2 includes where
5059: added to vcproj files
5060:
5061: 2013-10-18 moko
5062:
5063: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5064: fix
5065:
5066: * tests/: 295.html, results/295.processed: test for issue #948
5067: updated
5068:
5069: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5070: :)
5071:
5072: * tests/: 295.html, results/295.processed: test for issue #948
5073: added
5074:
5075: * src/: classes/hash.C, classes/string.C, classes/table.C,
5076: include/pa_request.h, types/pa_method.h: for getters and setters
5077: to be executed request.put_element should be called, not
5078: context.put_element (fixes issue #948)
5079:
5080: 2013-10-17 moko
5081:
5082: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5083: LIBXML2_NEW_BUFFER check (closes issue #943)
5084:
5085: * buildall: libxml 2.9.1 build is broken --without-reader.
5086:
5087: 2013-10-16 moko
5088:
5089: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5090:
5091: * tests/: 294.html, results/294.processed: test for issue #938
5092:
5093: * src/: classes/xdoc.C, classes/xnode.C,
5094: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5095: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5096:
5097: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5098: libxslt-1.1.26 -> libxslt-1.1.28
5099:
5100: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5101: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5102: to '?', related to issue #938
5103:
5104: 2013-10-15 moko
5105:
5106: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5107: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5108: minor optimizations (closes issue #896)
5109:
5110: * tests/results/: 292.processed, 293.processed: results updated to
5111: comply with issue #896
5112:
5113: * tests/: 292.html, 293.html, results/292.processed,
5114: results/293.processed: tests for json escaping
5115:
5116: 2013-10-14 moko
5117:
5118: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5119: and cleanup, code moved from .h to .C, no changes in code
5120:
5121: 2013-10-12 moko
5122:
5123: * tests/results/119.processed: updated test result commited
5124:
5125: * tests/: 291.html, results/291.processed: test for issue #894
5126: added
5127:
5128: * src/types/pa_wcontext.h: base methods call support function
5129: get_somebody_entered_some_class should not be true forever, as
5130: wcontext can have many get_elements calls (fixes issue #894)
5131:
5132: 2013-10-11 moko
5133:
5134: * tests/: 290.html, results/290.processed: test for junction GPF
5135: issue #942 added
5136:
5137: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5138: to native method fixed (closes issue #942)
5139:
5140: * tests/: 158.html, results/158.processed: test for csv-string[]
5141: added
5142:
5143: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5144: feature #907)
5145:
5146: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5147: feature #907)
5148:
5149: 2013-10-09 moko
5150:
5151: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5152: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5153: types/pa_vstateless_class.C: GET_default, SET_default now works
5154: properly not only in objects, but in classes as well (closes
5155: issue #903)
5156:
5157: * tests/: 289.html, results/289.processed: GET/SET_default now
5158: works in classes, not only objects, test case added, related to
5159: issue #903
5160:
5161: * tests/: 288.html, results/288.processed: test for endless
5162: recursion bug added (related to issue #903)
5163:
5164: 2013-10-05 moko
5165:
5166: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5167: classes/table.C, main/execute.C, types/pa_method.h,
5168: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5169: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5170: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5171: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5172: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5173: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5174: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5175: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5176: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5177: optimization: put_element no longer has "bool areplace" argument,
5178: related to issue #903
5179:
5180: 2013-10-03 moko
5181:
5182: * tests/results/182.processed: result for $.replace(false) test
5183: commited
5184:
5185: * src/classes/date.C: ^date::create(number) processed correctly
5186: (fixes issue #901)
5187:
5188: * src/classes/image.C: as_no_junction removed, as param can be
5189: expression (closes issue #931)
5190:
5191: * tests/233.html: test for issue #931 added
5192:
5193: 2013-10-02 moko
5194:
5195: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5196: modified, test for $.replace(false) added
5197:
5198: * src/main/compile_tools.h: forgotten class replace returned. :)
5199:
5200: 2013-09-30 moko
5201:
5202: * tests/: 141.html, results/141.processed: md5 tainting test added
5203:
5204: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5205: main/compile_tools.h, main/pa_request.C: allow_class_replace
5206: implemented; $.replace option added to ^process and ^use
5207:
5208: 2013-08-27 moko
5209:
5210: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5211: cstr_to_string_body_untaint should be called with charsets for
5212: possible uri language and connection for possible sql language.
5213: related to issue #857
5214:
5215: * buildall: and -> or fixed
5216:
5217: 2013-08-26 moko
5218:
5219: * buildall: prepare_ functions logic changed to support
5220: gc-7.2d.tar.gz extracting to gc-7.2 directory
5221:
5222: 2013-08-23 moko
5223:
5224: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5225: statically
5226:
5227: 2013-08-22 moko
5228:
5229: * src/classes/string.C: String::Empty used (related to issue #912)
5230: append_know_length removed (related to old GPF bug)
5231:
5232: 2013-08-21 moko
5233:
5234: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5235:
5236: * src/classes/math.C: ^math:digest[...;$file] support added
5237: (related to ticket #857
5238:
5239: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5240: implemented
5241:
5242: * src/types/pa_vhashfile.h: warning war
5243:
5244: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5245: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5246: anti_endless_json_string_recoursion removed from request;
5247: json_string_recoursion added to json_options; $.indent[indent
5248: value] now supported and passed within recoursion closes feature
5249: #937
5250:
5251: * tests/: 287.html, results/287.processed: test for feature #937
5252:
5253: 2013-07-31 moko
5254:
5255: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5256: compilation having #define _S
5257:
5258: * src/main/pa_globals.C: cleanup
5259:
5260: 2013-07-30 moko
5261:
5262: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5263: main/pa_common.C: vs2003 warning war
5264:
5265: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5266:
5267: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5268:
5269: * src/lib/md5/pa_sha2.c: warning war
5270:
5271: 2013-07-29 moko
5272:
5273: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5274: patches from github
5275:
5276: * src/: classes/bool.C, classes/double.C, classes/int.C,
5277: classes/memcached.C, include/pa_config_includes.h,
5278: types/pa_vfile.C, types/pa_vfile.h: warning war
5279:
5280: * src/lib/json/json.vcproj: C++ -> C
5281:
5282: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5283:
5284: * src/lib/json/: json.c, pa_json.C: windows compatibility
5285:
5286: * src/lib/json/: json.c, pa_json.C: windows compatibility
5287:
5288: * src/lib/json/: json.c, pa_json.C: warning war
5289:
5290: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5291:
5292: * src/include/pa_config_fixed.h: uint16_t added
5293:
5294: * configure.in: uint16_t check added
5295:
5296: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5297: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5298: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5299: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5300: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5301:
5302: 2013-07-25 moko
5303:
5304: * parser3.sln: dependencies added
5305:
5306: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5307: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5308: module support
5309:
5310: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5311:
5312: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5313:
5314: 2013-07-23 moko
5315:
5316: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5317: PA_DEBUG_GC_MEMORY removed
5318:
5319: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5320: PA_DEBUG_DISABLE_GC compilation fix
5321:
5322: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5323: main/pa_request.C: outdated RESOURCES_DEBUG removed
5324:
5325: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5326: garbage cleanup
5327:
5328: * src/main/pa_common.C: warning war
5329:
5330: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5331:
5332: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5333: minor cleanup
5334:
5335: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5336: uses cygwin, not WIN32 implementation
5337:
5338: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5339: able to exec shell scripts
5340:
5341: * src/classes/math.C: ifdef WIN32 cleanup
5342:
5343: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5344:
5345: * src/classes/curl.C: LT_MODULE_EXT used
5346:
5347: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5348:
5349: 2013-07-22 moko
5350:
5351: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5352: includes fix
5353:
5354: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5355:
5356: * configure.in, src/include/pa_config_includes.h,
5357: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5358: src/main/pa_exec.C: includes cleanup
5359:
5360: * src/targets/cgi/parser3.C: 2012->2013
5361:
5362: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5363:
5364: * configure.in, src/include/pa_config_includes.h,
5365: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5366: src/main/pa_random.C, src/main/pa_socks.C,
5367: src/types/pa_vstatus.C: cygwin support cleanup
5368:
5369: * configure.in: dirent.h check added
5370:
5371: * src/: include/pa_config_includes.h, include/pa_dir.h,
5372: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5373: not copied
5374:
5375: 2013-07-21 moko
5376:
5377: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5378:
5379: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5380: parser3.vcproj: unused getopt.h / getopt.c removed
5381:
5382: * operators.txt, src/classes/file.C, tests/022.html,
5383: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5384: $.stat(true)] usage commented
5385:
5386: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5387: src/main/pa_dir.C: ^file:list[] now has dir column and when
5388: $.stat(true) it has size/*date columns modified patch from misha@
5389: that closes issue #914.
5390:
5391: * src/: include/pa_config_includes.h, main/pa_globals.C:
5392: PA_RELEASE_ASSERTS removed
5393:
5394: * src/lib/md5/pa_md5c.c: minor cleanup
5395:
5396: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5397: localeconv()->decimal_point usage remoed (related to issue #934)
5398:
5399: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5400: cordprnt.c removed
5401:
5402: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5403: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5404: pa-include/pa_strings.h: includes cleanup
5405:
5406: * src/lib/md5/pa_md5c.c: headers cleanup
5407:
5408: 2013-07-20 moko
5409:
5410: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5411: cleanup
5412:
5413: 2013-07-19 moko
5414:
5415: * src/classes/math.C: extern "C" added for crypt
5416:
5417: 2013-07-18 moko
5418:
5419: * src/classes/math.C: fix redhat7.2 build
5420:
5421: 2013-07-17 moko
5422:
5423: * configure.in, src/include/pa_config_includes.h,
5424: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5425: added for uint8/32/64_t)
5426:
5427: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5428: pa_config_includes.h used for uint32/64_t
5429:
5430: 2013-07-16 moko
5431:
5432: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5433: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5434: war
5435:
5436: * src/main/compile.tab.C: compile.y was updated
5437:
5438: * src/main/compile.y: warning war
5439:
5440: * src/: include/pa_exception.h, main/pa_exception.C,
5441: main/pa_xml_exception.C: warning war
5442:
5443: * src/: include/pa_common.h, main/pa_common.C: warning war
5444:
5445: * configure.in: beauty :)
5446:
5447: * tests/: 141.html, results/141.processed: sha256/512 added
5448:
5449: 2013-07-13 moko
5450:
5451: * src/lib/md5/md5.vcproj: sha2 added
5452:
5453: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5454: classes/math.C: sha2 support (sha256/sha512 digest)
5455:
5456: 2013-07-08 moko
5457:
5458: * src/classes/image.C: directory read or other read problem message
5459: fixed (related to issue #933)
5460:
5461: 2013-07-07 moko
5462:
5463: * AUTHORS: + misha + moko. :)
5464:
5465: 2013-07-06 moko
5466:
5467: * src/: classes/curl.C, include/pa_globals.h,
5468: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5469: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5470: for lt_dlinit to be called once and lt_dlexit called at right
5471: place (related to issue #925)
5472:
5473: 2013-07-04 moko
5474:
5475: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5476: VString::as_vfile now uses vfile.set_binary_string to avoid
5477: content-type to be set, as it brokes badly designed logic in
5478: response output. This hopefully finishes issue #928.
5479:
5480: * tests/results/: 256.processed, 286.processed: file now displayed
5481: as name, size, mode, content-type
5482:
5483: * src/main/pa_common.C: read error now reported cottectly (fixes
5484: issue #933
5485:
5486: 2013-06-28 moko
5487:
5488: * tests/: 286.html, results/286.processed: test extended
5489:
5490: * tests/: 286.html, results/286.processed: Test for issue #928
5491: added. it tests default content-type change.
5492:
5493: * src/types/pa_vfile.C: closes issue #928 - default content-type
5494: now updated
5495:
5496: 2013-06-25 moko
5497:
5498: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5499: content-type for text/binary files without name added;
5500: ^file::create[$f;...] options now works properly and $f
5501: properties are default (fixes issue #928)
5502:
5503: 2013-05-16 misha
5504:
5505: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5506: added
5507:
5508: * src/main/pa_table.C: - a tiny memory optimisation while creating
5509: table if specified limit is bigger than source rows count
5510:
5511: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5512: added ( new feature: #858 )
5513:
5514: 2013-04-29 moko
5515:
5516: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5517: $.ipresolve(0|1|2) added (closes issue #891)
5518:
5519: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5520:
5521: 2013-04-24 moko
5522:
5523: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5524: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5525: types/pa_vmemcached.h: ^memcache.release[] added, calls
5526: memcached_quit (refs #893)
5527:
5528: 2013-04-22 moko
5529:
5530: * src/: include/pa_string.h, main/pa_common.C: no more double
5531: slashes in file path (fixes bug #872)
5532:
5533: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5534: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5535: #739)
5536:
5537: * tests/results/266.processed: $.max_params added (feature #915)
5538:
5539: * src/: include/pa_common.h, main/pa_http.C: response-charset
5540: option added to file::load (closes issue #867)
5541:
5542: 2013-04-20 misha
5543:
5544: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5545: commited
5546:
5547: 2013-03-15 misha
5548:
5549: * src/classes/: hash.C, table.C: - Optimisation: do not create
5550: multiple empty strings while ::sql. uae String::Empty instead
5551:
5552: 2013-03-14 misha
5553:
5554: * src/classes/reflection.C: - for user classes
5555: ^reflection:method_info[] returns $.max_params and $.extra_param
5556: with $.call_type if they available ( new feature: #915 )
5557:
5558: * src/classes/file.C: - ^file:delete[] now supports an option
5559: $.exception(false) that suppress any exception while deleting
5560: file ( new feature: #916 )
5561:
5562: * src/classes/curl.C: - parsing cookies after curl:load now should
5563: work :)
5564:
5565: 2013-03-12 misha
5566:
5567: * src/types/pa_vfile.C: - if specified file_name is empty string
5568: set default name for the file
5569:
5570: 2013-03-11 misha
5571:
5572: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5573: also available in $f.cookies
5574:
5575: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5576: moved to a separate method
5577:
5578: 2013-03-10 moko
5579:
5580: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5581: added
5582:
5583: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5584: removed (declared by autoconf)
5585:
5586: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5587: uint32_t define
5588:
5589: 2013-03-10 misha
5590:
5591: * src/classes/file.C: ^file:delete and ^file:move now support
5592: option $.keep-empty-dirs(true) ( new feature: #884 )
5593:
5594: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5595: empty dirs is added
5596:
5597: 2013-03-10 moko
5598:
5599: * src/classes/: bool.C, double.C, int.C: default can be present,
5600: but default check removed from ^int/double/bool.int/double/bool
5601: for string.int/double/bool compatibility (related to issue #913)
5602:
5603: * src/classes/string.C: ^string.int/dobule/bool no longer
5604: internally throws exception if default is present (closes issue
5605: #913)
5606:
5607: 2013-03-09 misha
5608:
5609: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5610: optimisations ( #845 )
5611:
5612: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5613:
5614: 2013-03-08 moko
5615:
5616: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5617: creates correct table (fixes issue #910)
5618:
5619: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5620: use outside of 'connect' operator (fixes issue #911)
5621:
5622: * tests/results/: 096.processed, 122.processed: test results
5623: updated as doubles now printed with 15 significant digits, not 5
5624: (fixes issue #882)
5625:
5626: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5627: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5628:
5629: 2013-02-21 moko
5630:
5631: * src/classes/table.C: _locate_name_value does not check arguments
5632: count, so we check it in advance (fixes issue #905)
5633:
5634: 2012-10-23 moko
5635:
5636: * buildall: old shell for and echo compatibility (for six)
5637:
5638: 2012-10-19 moko
5639:
5640: * buildall: --strip added --disable-safe-mode listed in usage
5641:
5642: 2012-10-17 misha
5643:
5644: * src/classes/op.C: - apply-taint should not throw "outside
5645: connect" exception with sql lang now
5646:
5647: 2012-10-17 moko
5648:
5649: * src/main/pa_request.C: bugfix: safe mode should be inited for
5650: each request (for apache module)
5651:
5652: 2012-09-26 moko
5653:
5654: * src/doc/doxygen.cfg: png -> svg
5655:
5656: 2012-09-25 moko
5657:
5658: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5659: test added
5660:
5661: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5662: double use when key is long
5663:
5664: 2012-09-16 moko
5665:
5666: * src/classes/math.C: Format -> Method Encode -> Format
5667:
5668: * tests/: 141.html, results/141.processed: math:digest hmac test
5669: added
5670:
5671: 2012-09-14 moko
5672:
5673: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5674: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5675: implementation added
5676:
5677: 2012-09-12 moko
5678:
5679: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5680: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5681: targets.dox and string.dox slightly actualized
5682:
5683: 2012-08-31 moko
5684:
5685: * ChangeLog: now generated with patched cvs2cl.pl
5686:
5687: 2012-07-29 moko
5688:
5689: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5690: result should be pushed after VMethodFrame destructor is called,
5691: as it deletes junctions from stack params (fixes issue #868)
5692:
5693: 2012-07-23 moko
5694:
5695: * INSTALL, README: buildall script usage documented, other outdated
5696: info updated.
5697:
5698: * buildall-with-xml, buildall-without-xml: replaced by buildall
5699:
5700: 2012-07-21 moko
5701:
5702: * buildall: glib does not compile when threads are disabled...
5703:
5704: * src/types/pa_vmail.C: g_assertion fixes for empty input
5705:
5706: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5707: unref, can't unref nested objects)
5708:
5709: * src/types/pa_vmail.C: another check added
5710:
5711: 2012-07-19 moko
5712:
5713: * buildall: usage added
5714:
5715: * buildall: new buildall script that unites buildall-with-xml,
5716: buildall-without-xml, --with-apache and --with-mailreceive
5717:
5718: * configure.in: support for static gmime and dynamic glib linking.
5719: fixes for FreeBSD
5720:
5721: 2012-07-17 moko
5722:
5723: * configure.in: --with-mailreceive replaced
5724: --with-static-mailreceive and --with-shared-mailreceive pathlink
5725: removed
5726:
5727: 2012-07-16 moko
5728:
5729: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5730: capitalized, content now decoded and text content converted to
5731: $request:charset. all properties are accessed by functions, this
5732: ready for dynamic load.
5733:
5734: 2012-06-28 moko
5735:
1.116 moko 5736: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5737: 32 bit
1.95 moko 5738:
5739: 2012-06-27 moko
5740:
5741: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5742: passive ftp
5743:
5744: * src/lib/ltdl/ltdl.vcproj: release build fixed
5745:
5746: * configure.in: 3.4.2 RC -> 3.4.2
5747:
5748: 2012-06-22 moko
5749:
5750: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5751: #815)
5752:
5753: * tests/: 284.html, results/284.processed: output options test
5754: (feature #265)
5755:
5756: 2012-06-22 misha
5757:
5758: * tests/215.html: - little changes
5759:
5760: 2012-06-21 moko
5761:
5762: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5763: types/pa_vxdoc.h: output_options returned and used (bugfix for
5764: feature #265)
5765:
5766: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5767: breaks long .*, default 10M restored. (issue #216)
5768:
5769: * tests/: 283.html, results/283.processed: test for issue #815
5770: added
5771:
5772: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5773: again, cstrm not required.
5774:
5775: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5776: Win32 and broken FreeBSD (issue #45)
5777:
5778: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5779:
5780: * src/main/pa_string.C: warnings war
5781:
5782: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5783: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5784: main/pa_socks.C, targets/apache/pa_threads.C,
5785: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5786: types/pa_vstatus.C: compilation under cygwin fixed
5787:
5788: 2012-06-19 moko
5789:
5790: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5791: Windows fixed
5792:
5793: * parser3.sln: removed antique pcre_ctype
5794:
5795: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5796:
5797: * src/include/pa_config_fixed.h: undefined reference to
5798: __imp__pcre_* fix for Windows
5799:
5800: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5801: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5802: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5803: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5804: define fixed
1.95 moko 5805:
5806: 2012-06-18 moko
5807:
5808: * src/classes/memcached.C: flush -> clear
5809:
5810: * src/classes/memcached.C: memcached does not support quotes even
5811: in server name
5812:
5813: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5814: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5815: called on open to check servers existance. $.key(true) syntax
5816: now supported
5817:
5818: 2012-06-17 moko
5819:
5820: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5821: cleanup
5822:
5823: * src/classes/table.C, tests/282.cfg, tests/282.html,
5824: tests/results/282.processed: encloser at the EOF bug fixed,
5825: incorrectly enclosed data now processed more logicaly (fixes
5826: #339)
5827:
5828: 2012-06-15 moko
5829:
5830: * buildall-without-xml: sync with buildall-with-xml
5831:
5832: * buildall-with-xml: download auto-detected between fetch and curl
5833:
5834: * configure.in: --with-gc and --with-pcre now also processed
5835: correctly
5836:
1.116 moko 5837: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5838: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5839: should be run on rol1 using automake / aclocal (GNU automake)
5840: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5841:
5842: * configure.in: new PARSER_VERSION logic
5843:
5844: * src/include/pa_version.h: new pa_version.h logic
5845:
5846: * src/: classes/curl.C, classes/file.C, classes/image.C,
5847: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5848: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5849: feols_normalized -> fis_text_content set_binary added
5850:
5851: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5852:
5853: 2012-06-15 misha
5854:
5855: * src/: classes/curl.C, classes/file.C, classes/image.C,
5856: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5857: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5858: ^file::create[text;content] EOLs in content now is normalized. (
5859: new feature: #815 )
5860:
5861: 2012-06-15 moko
5862:
5863: * configure.in: --disable-version-update added to disable version
5864: update with host information (for debian package) whitespace
5865: optimized
5866:
5867: * configure.in: version changed to 3.4.2 RC no-pic added for
5868: libtool
5869:
5870: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5871: it.
5872:
5873: 2012-06-14 moko
5874:
5875: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5876: tests/results/281.processed: "hash flocked" error removed for
5877: safe operations like ^h._count[] ( new feature: #335 )
5878:
1.116 moko 5879: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5880:
5881: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5882:
5883: * configure.in: --with-static/shared xml replaced with --with-xml,
5884: xml compilation check added
5885:
5886: * configure.in: --with-static/shared-gc, --with-static-pcre are
5887: replaced with --with-gc and --with-pcre test for pcre linking
5888: added
5889:
5890: 2012-06-13 moko
5891:
5892: * configure.in: apxs2 check optimized
5893:
5894: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5895: .la, includes optimized
5896:
5897: * buildall-with-xml: --with-pic looks better for -fPIC
5898:
5899: * configure.in: switched to convenience library in static linking
5900:
5901: * src/targets/apache/Makefile.am: switched to convenience library
5902: usage to avoid libtool warnings
5903:
5904: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5905: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5906: smtp/Makefile.am: switched to convenience library usage
5907:
5908: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5909:
5910: * src/targets/apache/Makefile.am: updated for libtool usage
5911:
5912: * buildall-without-xml: --with-included-ltdl added
5913:
5914: * buildall-without-xml: sync with buildall-with-xml
5915:
5916: * buildall-with-xml: --with-included-ltdl added $cflags added for
5917: -fPIC for x64 $download added for wget success check added
5918:
5919: * buildall-without-xml: --with-dynamic-stdcpp removed
5920:
5921: * configure.in: disable-static returned
5922:
5923: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5924: LIBTOOLFLAGS
5925:
5926: 2012-06-12 moko
5927:
5928: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5929: compatible with LIBTOOLFLAGS for unknown reasons
5930:
5931: * buildall-with-xml: --with-dynamic-stdcpp removed
5932:
5933: * configure.in: static/dynamic -lstdc++ linking option removed
5934: apxs2 check added
5935:
5936: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5937: option removed
5938:
5939: 2012-06-10 moko
5940:
5941: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5942: added
5943:
5944: * src/targets/cgi/pp3.cmd: old PAF stuff
5945:
1.116 moko 5946: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5947: beauty
1.95 moko 5948:
5949: * depcomp: from libtool 2.4.2
5950:
5951: * configure.in: ltdl directory removed, it has correct Makefile.in
5952:
5953: 2012-06-09 moko
5954:
1.116 moko 5955: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5956: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5957: autogenerated files updated after libtool update
5958:
1.116 moko 5959: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5960: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5961: config_auto.h.in, config_fixed.h, configure, configure.ac,
5962: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5963: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5964: config/compile, config/config.guess, config/config.sub,
5965: config/depcomp, config/install-sh, config/ltmain.sh,
5966: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5967: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5968: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5969: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5970: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5971: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5972: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5973: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5974:
5975: * configure.in: preparation for new libtool
5976:
5977: * configure.in: Some beauty added :)
5978:
5979: * src/targets/apache/Makefile.am: := -> =
5980:
5981: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5982: again. :)
5983:
5984: * src/include/pa_config_includes.h, configure.in: limits.h added,
5985: previously was taken from pcre_internal.h. :)
5986:
5987: * src/lib/pcre/Makefile.am: config.h returned
5988:
5989: * src/lib/pcre/config.h: still need this. :)
5990:
5991: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5992:
5993: * configure.in: --with-charsets removed; --with-mysql-client & co
5994: removed
5995:
5996: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5997: now in parser tree, no need to copy
5998:
5999: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6000: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6001: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6002: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6003: extracts now used old trash removed
6004:
6005: * etc/parser3.charsets/Makefile.am: charsets now in share
6006: (debian/patches/104_automake.patch) + all charsets are copied
6007:
6008: * buildall-with-xml, buildall-without-xml: curl option removed +
6009: extra arguments now supported
6010:
6011: 2012-06-08 misha
6012:
6013: * src/classes/table.C: - one params.as_hash usage was rolled back:
6014: the 2nd option in ^table.hash[] could be hash or table so
6015: .as_hash will throw an exception when table option is specified
6016:
6017: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6018: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6019: classes/table.C, classes/void.C, classes/xdoc.C,
6020: include/pa_exception.h, types/pa_vmethod_frame.C,
6021: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6022: and improved (whitespaces are allowed as empty options) -
6023: MethodParams::as_table is added - above methods are used for
6024: parsing methods' options ( new feature: #9 )
6025:
6026: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6027: to vclass. now class fields can be accessible as a hash:
6028: $h[^hash::create[$asd:CLASS]]
6029:
6030: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6031: have get_fields method so their fields can be accessed with
6032: ^reflection:fields[...] & ^reflection:field[...]
6033:
6034: 2012-06-06 misha
6035:
6036: * tests/280.html: - tests for
6037: ^reflection:method[obj-or-class;method],
6038: ^reflection:field[obj-or-class;field] and
6039: ^reflection:fields[obj-or-class] are added
6040:
6041: 2012-06-05 misha
6042:
6043: * src/classes/reflection.C: - ^reflection:method[class or
6044: object;method name] and ^reflection:field[class or object;field
6045: name] are added
6046:
6047: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6048: is used
6049:
6050: * src/types/pa_method.h: - Method::as_vjunction method is added
6051:
6052: 2012-06-05 moko
6053:
1.116 moko 6054: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6055:
6056: * src/classes/memcached.C: flish ttl fixed
6057:
6058: 2012-06-04 moko
6059:
6060: * src/classes/json.C, src/classes/op.C, tests/279.html,
6061: tests/results/279.processed: ^json:parse[] now supports $.taint
6062: option (new feature #833)
6063:
6064: 2012-06-04 misha
6065:
6066: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6067: - search_stop method was moved from pa_vcookie.C to pa_common.C
6068:
6069: 2012-06-03 misha
6070:
6071: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6072: cookies are parced and stored into $.cookies ( new feature: #31 )
6073:
6074: 2012-05-30 misha
6075:
6076: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6077: incomplete class into a scope while @USE is found
6078:
6079: * src/main/compile.y: - add incomplete class into a scope while
6080: @USE and @CLASS instructions are found ( bugfix: #838 )
6081:
6082: 2012-05-30 moko
6083:
6084: * src/types/pa_vclass.C, tests/278.html,
6085: tests/results/278.processed: removed "property has no getter
6086: method" exception when GET_DEFAULT present (fixes #269)
6087:
6088: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6089: $._default
6090:
6091: 2012-05-29 moko
6092:
6093: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6094: uninitialized values usage (new feature: #154)
6095:
6096: 2012-05-28 moko
6097:
6098: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6099: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6100: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6101: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6102: src/types/pa_vobject.C, src/types/pa_vobject.h,
6103: src/types/pa_vstring.h, src/types/pa_vtable.C,
6104: tests/results/277.processed, src/types/pa_vtable.h,
6105: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6106: ^json:string[$o; $.default[$method]] implemented for VObject (new
6107: feature #803)
6108:
6109: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6110: tests/results/277.processed: json numbers are now treated as
6111: double ( new feature: #834 )
6112:
6113: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6114: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6115: added for out of range checks, zero division in vint/vdouble
6116: check added ( fixes #832 )
6117:
6118: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6119: ( fixes #832 )
6120:
6121: 2012-05-28 misha
6122:
6123: * buildall-with-xml: - --without-lzma option is added to libxml2
6124: configure
6125:
6126: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6127: added - tests for unsupported values for options $.file, $.table
6128: and $.date are added
6129:
6130: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6131: accepts "stat" $.file[] option's value in addition to existed
6132: "text" and "base64" ( new feature: #835 )
6133:
6134: * tests/276.html: - test for
6135: ^reflection:delete[$object-or-class;field-name]
6136:
6137: * src/classes/reflection.C: -
6138: ^reflection:delete[$object-or-class;field-name] is added ( new
6139: feature: #268 )
6140:
6141: 2012-05-27 misha
6142:
6143: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6144:
6145: 2012-05-24 misha
6146:
6147: * src/include/pa_common.h: - method lastposafter was removed
6148:
6149: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6150: lastposafter - ^file:dirname[] & Co proper handle windows file
6151: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6152: work as *nix commands
6153:
6154: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6155:
6156: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6157: rskipchars were added
6158:
6159: * tests/270.html: - more tests for ^file:find[]
6160:
6161: * tests/065.html: - more tests for ^file:dirname[] & Co
6162:
6163: * src/include/pa_version.h: - must be "win32" here. it is
6164: auto-generated on *nix
6165:
6166: 2012-05-24 moko
6167:
6168: * src/classes/math.C: ^math:convert[] now supports uint32 and
6169: throws overflow exception ( new feature: #830 )
6170:
6171: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6172: uint32 support and overflow added ( new feature: #830 )
6173:
6174: 2012-05-23 moko
6175:
6176: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6177: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6178: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6179: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6180: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6181: types/pa_vregex.h, types/pa_vstateless_class.C,
6182: types/pa_vstateless_class.h, types/pa_vstring.h,
6183: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6184: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6185: "return string as-is" removed from as_expr_result. ( new feature:
6186: #831 )
6187:
6188: * tests/results/244.processed: test changed after bug #782 fix
6189: commited
6190:
6191: * tests/results/229.processed: test results for bug #782 commited
6192:
6193: * tests/: 254.html, results/254.processed: uid now just compared,
6194: not printed. :)
6195:
6196: 2012-05-20 moko
6197:
6198: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6199: feature: #341 )
6200:
6201: * tests/: 254.html, results/254.processed: test for
6202: ^reflection:uid[] added
6203:
6204: * tests/: 254.html, results/254.processed: test for
6205: ^reflection:uid[$obj] added
6206:
6207: 2012-05-17 misha
6208:
6209: * src/main/untaint.C: - do not replace ' char by _26 while
6210: exploding filespec-tainting ( new feature: #829 )
6211:
6212: 2012-05-12 moko
6213:
6214: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6215: not.
6216:
6217: 2012-05-08 moko
6218:
6219: * src/types/pa_vmethod_frame.h: bug #782 fixed
6220:
6221: * tests/229.html: test for bug #782
6222:
6223: * tests/results/259.processed, src/main/pa_request.C,
6224: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6225: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6226: src/types/pa_vvoid.h: feature #154 - first empty param now
6227: string; defined locals are empty strings; $STRICT-VARS(true)
6228: added
6229:
6230: 2012-04-27 moko
6231:
1.116 moko 6232: * src/targets/apache/Makefile.am:
1.95 moko 6233: ../../lib/memcached/libmemcached.a added
6234:
6235: 2012-04-27 misha
6236:
6237: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6238: ( #827 )
6239:
6240: 2012-04-25 moko
6241:
6242: * src/: classes/json.C, classes/memcached.C,
6243: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6244: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6245: implemented.
6246:
6247: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6248:
6249: 2012-04-23 moko
6250:
6251: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6252: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6253: types/pa_vmemcached.h: open allows options hash for new
6254: memcached(options) function
6255:
6256: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6257: not appended
6258:
6259: 2012-04-21 moko
6260:
6261: * src/classes/curl.C: '' added. :)
6262:
6263: * src/classes/classes.vcproj: new curl.h location
6264:
6265: * src/classes/curl.C: verbose output redirection from stderr to
6266: file curl option added
6267:
6268: 2012-04-20 moko
6269:
6270: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6271: contains what we need from curl, #ifdef HAVE_CURL removed
6272:
1.116 moko 6273: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6274: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6275: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6276: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6277: configure option
6278:
6279: 2012-04-19 moko
6280:
6281: * src/: classes/double.C, classes/inet.C, classes/int.C,
6282: classes/string.C, lib/gc/include/gc_allocator.h,
6283: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6284: options from sql_result_string removed. (closes issue #468)
6285:
6286: * src/types/pa_vmemcached.C: empty string fix
6287:
6288: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6289: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6290: pa_vmemcached.C
6291:
6292: 2012-04-18 moko
6293:
6294: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6295: apache2-mpm-prefork" error displayed in threaded mpm.
6296:
6297: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6298: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6299: installed (issue #354)
6300:
6301: 2012-04-16 moko
6302:
6303: * src/types/pa_vmemcached.C: call to memcached_result_create and
6304: memcached_result_free removed
6305:
6306: 2012-04-14 moko
6307:
6308: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6309:
6310: * src/types/pa_vmemcached.C: check_key added and used
6311:
6312: 2012-04-13 moko
6313:
6314: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6315: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6316: Serialization_data now added and used, VString now serialized
6317: with languages into memcached.
6318:
6319: 2012-03-28 moko
6320:
6321: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6322: lib/memcached/pa_memcached.h: result lengths added
6323:
6324: 2012-03-27 moko
6325:
6326: * src/types/pa_vmemcached.C: strdup added
6327:
6328: 2012-03-24 moko
6329:
6330: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6331: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6332: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6333:
6334: 2012-03-20 moko
6335:
1.116 moko 6336: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6337:
6338: * src/targets/cgi/Makefile.am: cleanup
6339:
6340: * src/: types/Makefile.am, types/pa_vmemcached.C,
6341: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6342:
6343: * src/: classes/Makefile.am, classes/memcached.C,
6344: lib/memcached/Makefile.am, lib/memcached/constants.h,
6345: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6346: lib/memcached/types.h, lib/Makefile.am: memcached initial
6347:
6348: 2012-03-16 moko
6349:
6350: * src/main/execute.C: ident now works under Linux + ident displays
6351: filenames (closes issue #818)
6352:
1.116 moko 6353: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6354: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6355: pa_vmethod_frame_local.h removed
6356:
6357: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6358: classes/classes.h, classes/curl.C, classes/date.C,
6359: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6360: classes/hashfile.C, classes/image.C, classes/inet.C,
6361: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6362: classes/memory.C, classes/op.C, classes/reflection.C,
6363: classes/regex.C, classes/response.C, classes/string.C,
6364: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6365: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6366: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6367: include/pa_config_fixed.h, include/pa_config_includes.h,
6368: include/pa_dictionary.h, include/pa_dir.h,
6369: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6370: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6371: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6372: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6373: include/pa_request_charsets.h, include/pa_request_info.h,
6374: include/pa_sapi.h, include/pa_socks.h,
6375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6376: include/pa_stack.h, include/pa_string.h,
6377: include/pa_stylesheet_connection.h,
6378: include/pa_stylesheet_manager.h, include/pa_table.h,
6379: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6380: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6381: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6382: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6383: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6384: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6385: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6386: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6387: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6388: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6389: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6390: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6391: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6392: main/pa_string.C, main/pa_stylesheet_connection.C,
6393: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6394: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6395: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6396: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6397: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6398: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6399: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6400: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6401: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6402: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6403: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6404: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6405: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6406: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6407: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6408: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6409: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6410: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6411: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6412: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6413: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6414: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6415: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6416: types/pa_vresponse.h, types/pa_vstateless_class.C,
6417: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6418: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6419: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6420: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6421: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6422: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6423: ident now works under Linux + ident displays filenames (closes
6424: issue #818) Copyright updated
6425:
6426: 2012-03-13 moko
6427:
6428: * src/main/pa_string.C: compilation fix for feature #741
6429:
6430: 2012-03-09 misha
6431:
6432: * tests/193.html: - tests for ^string:base64[encoded] are updated
6433:
6434: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6435: now detects invalid base64 chars in the middle of encoded stricg
6436: ( new feature: #55 )
6437:
6438: * src/include/pa_exception.h: - new exception type for base64
6439: decoding is added
6440:
6441: 2012-03-06 misha
6442:
6443: * tests/274.html: - tests for ^date::today[] and
6444: ^date.sql-string[datetime|date|time] are added
6445:
6446: * src/classes/date.C: - constructor ^date::today[] is added ( new
6447: feature: #811 ) - ^date.sql-string[] now can accept one param --
6448: strings "datetime", "date" or "time" - comments tidying up
6449:
6450: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6451: date and time
6452:
6453: 2012-03-03 misha
6454:
6455: * tests/193.html: - tests for
6456: ^string:base64[encoded;$.strict(true)] are added
6457:
6458: * tests/results/auto.p: - try-catch operator is added
6459:
6460: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6461: main/pa_common.C: - $.strict(true|false) option is added to
6462: base64 decode methods ( new feature: #55 )
6463:
6464: * src/main/pa_common.C: - base64 decode memory usage was decreased
6465: ( new feature: #819 )
6466:
6467: 2012-02-28 moko
6468:
6469: * src/classes/hash.C: ident test
6470:
6471: 2012-02-27 misha
6472:
6473: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6474:
6475: 2012-01-08 misha
6476:
6477: * tests/273.html: - tests for ^string.replace[from;to] are added
6478:
6479: * src/: classes/string.C, include/pa_dictionary.h,
6480: main/pa_dictionary.C, main/pa_string.C: -
6481: ^string.replace[from;to] is added ( new feature: #741 ) -
6482: ^string.replace[one subst here] is slightly optimized
6483:
6484: 2011-12-07 misha
6485:
6486: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6487: named table with one empty column ( bugfix: #63 )
6488:
6489: 2011-11-30 misha
6490:
6491: * src/classes/json.C: - it's possible to set user's method for
6492: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6493: #763 )
6494:
6495: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6496:
6497: 2011-11-23 misha
6498:
6499: * src/: classes/curl.C, classes/file.C, classes/image.C,
6500: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6501: types/pa_vfile.h, types/pa_vform.C: - constructor
6502: ^file::create[mode;filename;content[;options]] now accepts binary
6503: mode and file-content - new constructor's format:
6504: ^file::create[string-or-file-content[;$.name[filename]
6505: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6506: feature: #65 )
6507:
6508: * src/: include/pa_request.h, main/pa_request.C: - new method
6509: mime_type_of(const String*) is added
6510:
6511: * src/include/pa_exception.h: - new exception constant
6512: FILE_NAME_MUST_BE_SPECIFIED is added
6513:
6514: * src/classes/table.C: - bug with negative offset transformed into
6515: a feature. it means pointing to a row from the end of the table (
6516: new feature: #810 )
6517:
6518: 2011-11-19 misha
6519:
6520: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6521: â ìåòîäå _select ( new feature: #810 )
6522:
6523: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6524: options were specified together is simplified
6525:
6526: 2011-11-12 misha
6527:
6528: * src/main/pa_request.C: - forgotten fix for escaping filename in
6529: HTTP content-disposition header (a part of bug #361 )
6530:
6531: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6532: checks for ancestors' classes as well ( new feature: #456 )
6533:
6534: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6535: "without cycle" now have types "parser.break" and
6536: "parser.continue" instead of "parser.runtime" ( new feature: #799
6537: )
6538:
6539: 2011-11-11 misha
6540:
6541: * tests/results/: 099.processed, 100.processed, 205.processed,
6542: 237.processed: - since bug #361 was fixed the content of filename
6543: in HTTP headers is quoted
6544:
6545: * tests/results/270.processed: - result for test 270
6546:
6547: * tests/: 065.html, results/065.processed: - more tests for
6548: ^file:basename[] & Co were added
6549:
6550: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6551:
6552: * tests/270.html: - tests for ^file:find[] are added
6553:
6554: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6555: using option $.charset. option $.engoding is still supported but
6556: these options can not be specified together
6557:
6558: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6559: comparation charset name with string "UTF-8" ( bugfix: #759 )
6560:
6561: 2011-10-11 misha
6562:
6563: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6564: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6565: #622)
6566:
6567: 2011-09-30 misha
6568:
6569: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6570: exception "saving stat-ed file" ( bugfix: #395 )
6571:
6572: 2011-05-30 misha
6573:
6574: * src/classes/string.C: - fixed bug which was added with
6575: params.as_hash into string:sql
6576:
6577: 2011-05-29 misha
6578:
6579: * src/types/pa_value.C: - filename in content-disposition header
6580: must be quoted ( bugfix: #361 )
6581:
6582: 2011-05-27 misha
6583:
6584: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6585: created file
6586:
6587: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6588: usage
6589:
6590: * src/include/pa_exception.h: - one more string for exception was
6591: added
6592:
6593: 2011-05-25 misha
6594:
6595: * tests/269.html: - tests for checking input params in some dom
6596: methods
6597:
6598: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6599: was added. it isn't possible not wo create xdoc with invalid
6600: tagName. ( bugfix: #160 )
6601:
6602: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6603: string "data must be string" was mover from pa_exception.h to
6604: pa_xml_exception.h
6605:
6606: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6607: as_xmlncname, as_xmlname and as_xmlnsuri were added
6608:
6609: * src/main/pa_xml_exception.C: - XmlException accepts more options
6610:
6611: * src/include/pa_xml_exception.h: - XmlException accepts more
6612: options - XML-related exception's strings were added
6613:
6614: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6615: output_options were removed)
6616:
6617: 2011-05-19 misha
6618:
6619: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6620: params.as_hash is used more while parsing methods hash-options
6621:
6622: 2011-05-18 misha
6623:
6624: * operators.txt: - info about json-serialization of xdoc was added
6625:
6626: * tests/256.html: - tests for json-serialization xdoc were added
6627:
6628: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6629:
6630: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6631: classes/json.C, classes/xdoc.C: - now json:string can serialize
6632: xdoc-objects. options (the same as ^xdoc.string[]) could be
6633: specified in $.xdoc[] ( new feature: #265 )
6634:
6635: 2011-05-15 misha
6636:
6637: * tests/268.html: - tests for ^table.count[with options] were added
6638:
6639: * src/classes/table.C: - method ^table.count[] now can accept
6640: options ( new feature: #93 ): ^table.count[column] returns number
6641: of columns for named table; ^table.count[cells] returns number of
6642: cells in the current row; ^table.count[] & ^table.count[rows]
6643: return number of rows in a table.
6644:
6645: * tests/267.html: - test for checking switch/case in boolean mode
6646: was added
6647:
6648: * src/classes/op.C: - if switch's or case's value is bool, they are
6649: compared as bool values, not as double values: new feature: #351
6650:
6651: 2011-05-06 misha
6652:
6653: * tests/242.html: - EOL before EOF was added
6654:
6655: * tests/169.html: - tests for splitting empty string and void were
6656: added
6657:
6658: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6659: returned table with one empty cell)
6660:
6661: 2011-04-03 misha
6662:
6663: * src/include/pa_version.h, configure.in: - version in head was
6664: changed to 3.4.2b
6665:
6666: 2011-03-30 misha
6667:
6668: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6669: as well ( new feature #294 )
6670:
6671: 2011-03-29 misha
6672:
6673: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6674: limited to approx. 6 MB. previous limits were too big for real
6675: life. bugfix: #216
6676:
6677: 2011-03-04 moko
6678:
6679: * etc/parser3.charsets/cp866.cfg: Conforms to
6680: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6681:
6682: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6683: vlalek@
6684:
6685: 2011-02-22 misha
6686:
6687: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6688: be under #ifdef XML or parser can't be compiled without xml
6689: support
6690:
6691: 2011-02-21 misha
6692:
1.116 moko 6693: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6694: ApacheModuleParser3.vcproj was removed
6695:
6696: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6697: removed)
6698:
6699: 2011-02-20 misha
6700:
6701: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6702: $.overridden in ^reflection:method_info[...] were added
6703:
6704: * src/classes/reflection.C: - beautifying result of
6705: ^reflection:method_info[] ($.overridden/inherited)
6706:
6707: 2011-02-18 misha
6708:
6709: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6710: and pa_isalnum instead of isalpha and isalnum - bug with
6711: redundand quoting lowercased latin chars while building email
6712: body was fixed
6713:
6714: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6715: added (they check for latin chars only)
6716:
6717: 2011-02-16 misha
6718:
6719: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6720: string size for transcoding gave too small value (should ever
6721: look for availability char in dest charset inspite of the char
6722: size)
6723:
6724: 2011-02-04 moko
6725:
6726: * tests/223.html: header values now not url-encoded (issue #195)
6727:
6728: 2011-02-01 misha
6729:
6730: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6731:
6732: 2011-01-31 misha
6733:
6734: * src/main/pa_request.C: - throw exception if param file_name in
6735: use_file is empty
6736:
6737: 2011-01-08 moko
6738:
6739: * src/classes/curl.C: compilations errors fixed
6740:
6741: 2010-12-29 moko
6742:
6743: * tests/: 265.html, results/265.processed: test for issue #200
6744: added
6745:
6746: * src/main/pa_string.C: empty regex result check added (fixes issue
6747: #200)
6748:
6749: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6750:
6751: * tests/results/223.processed: header values now not url-encoded
6752: (issue #195)
6753:
6754: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6755: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6756: pa_http_safe_header_name added for headers names (fixes bug #195)
6757:
6758: 2010-12-18 misha
6759:
6760: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6761: => pa-include
6762:
6763: 2010-11-28 moko
6764:
6765: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6766:
6767: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6768: -> pa
6769:
6770: * configure.in: apr -> pa
6771:
6772: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6773:
6774: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6775: classes/Makefile.am, types/Makefile.am: apr -> pa
6776:
6777: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6778: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6779: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6780: pa-include/pa_apr.h, pa-include/pa_errno.h,
6781: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6782: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6783: module apr name conflict resolved)
6784:
6785: 2010-11-27 misha
6786:
6787: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6788: libbz2
6789:
6790: 2010-11-26 misha
6791:
6792: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6793: warnings removed
6794:
6795: 2010-11-25 moko
6796:
6797: * operators.txt: $.indent(true)
6798:
6799: * operators.txt: another bugfix. :)
6800:
6801: * operators.txt: bugfix. :)
6802:
6803: * buildall-with-xml: libxml2-2.7.8 + with-apache
6804:
6805: 2010-11-24 moko
6806:
1.116 moko 6807: * configure: apxs support
1.95 moko 6808:
6809: * configure.in: apxs support -Bstatic gc removed for OS X
6810:
6811: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6812:
6813: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6814: THREAD_LOCAL usage
6815:
6816: * src/: classes/curl.C, include/pa_config_includes.h,
6817: main/pa_globals.C: THREAD_LOCAL defined and used
6818:
6819: 2010-11-23 moko
6820:
6821: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6822: should be passed to pa_sleep, and only fractional part (bugfix:
6823: #188)
6824:
6825: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6826:
6827: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6828: GC_dont_gc=1, as in cgi version
6829:
6830: * src/targets/apache/mod_parser3.c: warning war
6831:
6832: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6833: pa_httpd.h: version removed, some trash removed
6834:
6835: * src/targets/apache/mod_parser3.c: version removed (we don't want
6836: to show it), warning war
6837:
6838: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6839: pa_httpd.h: parser_status_allowed removed + merge config
6840: functions removed (override is the default) + beauty
6841:
6842: * src/: include/pa_request.h, main/pa_request.C,
6843: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6844: hide $status used in apache module removed
6845:
6846: 2010-11-18 moko
6847:
6848: * operators.txt: $.table[compact] added for ^json:string[]
6849:
6850: 2010-11-16 moko
6851:
6852: * src/targets/apache/mod_parser3.c: some cleanup done
6853:
6854: * src/main/untaint.C: bugfix: first, second String::Body argument
6855: is hashcode; second, info.fragment_begin is original, not
6856: resulting length
6857:
6858: * src/classes/file.C: new feature: $.stdin now untainted
6859:
6860: * tests/results/264.processed: new feature: $.stdin[] now untainted
6861:
6862: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6863:
6864: * src/classes/op.C: ^apply-taint[] method added
6865:
6866: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6867: added; $.stdin untaint test added
6868:
6869: 2010-11-15 moko
6870:
6871: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6872: removed
6873:
6874: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6875: pa_httpd.h: 2x2 calculated under apache2. :)
6876:
6877: 2010-11-13 moko
6878:
6879: * src/targets/apache/mod_parser3.c: initial changes to build module
6880: with apache 2.x includes
6881:
6882: * src/targets/apache/: Makefile.am, mod_parser3.c,
6883: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6884: united apache 1.3 / apache 2.x DSO module
6885:
6886: 2010-11-09 moko
6887:
6888: * src/types/pa_method.h: check added to dissallow @method[name;*]
6889: syntax
6890:
6891: * tests/: 263.html, results/263.processed: test from method[*args]
6892: added
6893:
6894: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6895: number of params can now be passed to a method declared with *arg
6896:
6897: 2010-11-06 moko
6898:
6899: * src/classes/table.C: formating fixed. :)
6900:
6901: * src/classes/table.C: closes #4: ^table.select now supports
6902: $.limit(), $.offset, $.reverse() options
6903:
6904: * tests/: 262.html, results/262.processed: test for ^table:select
6905: with options added (feature #4)
6906:
6907: * src/include/pa_array.h: remove function added
6908:
6909: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6910: object in get_element/put_element, using static one.
6911:
6912: 2010-11-04 moko
6913:
6914: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6915: options is passed
6916:
6917: * tests/: 256.html, results/256.processed: $.table[compact] feature
6918: now tested; k and p in handler now tested.
6919:
6920: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6921: $.table[compact] feature added
6922:
6923: * src/classes/json.C: key is now passed to handler in
6924: value_json_string; ^json:string result now process tainting
6925: inside and returns clean string, related to issue #153
6926:
6927: * src/main/untaint.C: bugfix: charset can be null (in
6928: ^string:save[] as example), thus check is added
6929:
6930: 2010-10-31 moko
6931:
6932: * src/classes/string.C: error message changed (fixes issue #149)
6933:
6934: 2010-10-29 moko
6935:
6936: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6937: port is not default (fixes issue #155); exception on invalid port
6938: added.
6939:
6940: * src/main/untaint.C: '*' is now not urlencoded to allow header
6941: "Accept: */*" to be passed
6942:
6943: 2010-10-28 moko
6944:
6945: * src/classes/curl.C: bugfix: detect_charset() was throwing
6946: exception on unknown charset even if response_charset was
6947: specified
6948:
6949: 2010-10-27 moko
6950:
6951: * src/classes/string.C: ^string.append removed for void
6952: compatibility
6953:
6954: 2010-10-26 moko
6955:
6956: * src/classes/json.C: libjson supports array at top level, we too
6957: (GPF fixed)
6958:
6959: 2010-10-25 moko
6960:
6961: * tests/: 253.html, results/253.processed: libjson supports array
6962: at top level, parser now supports it as well.
6963:
6964: * tests/261.html, tests/results/261.processed,
6965: src/types/pa_vstring.h: empty string is now void compatible
6966: (allows $empty.key)
6967:
6968: 2010-10-22 misha
6969:
6970: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6971: while adding additional expires checkout)
6972:
6973: * tests/030.html: - test for session cookie was added
6974:
6975: 2010-10-21 moko
6976:
6977: * src/: classes/string.C, classes/void.C, main/execute.C,
6978: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6979: string (feature #111)
6980:
6981: * tests/: 261.html, results/261.processed: checks void from string
6982: inheritance (feature #111)
6983:
6984: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6985: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6986: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6987: now true by default
6988:
6989: 2010-10-17 moko
6990:
6991: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6992: upload now uses binary blocks instead of L_FILE_POST tainting.
6993: (bugfix: #128)
6994:
6995: * tests/: 223.html, results/223.processed: binary file upload test
6996: added, GPF (issue #128) also checked in this test
6997:
6998: 2010-10-13 misha
6999:
7000: * tests/260.html: - test for math:convert
7001:
7002: * src/classes/math.C: - error in math:convert was fixed
7003:
7004: * operators.txt: - info about
7005: ^math:convert[number](from-base;to-base) was added
7006:
7007: * src/classes/math.C: - method
7008: ^math:convert[number](from-base;to-base) for converting number
7009: represention from one base to another was added ( new feature:
7010: #23 )
7011:
7012: 2010-10-13 moko
7013:
7014: * src/main/compile.tab.C: [] now is empty string, not void
7015:
7016: * src/main/compile.y: [] now is empty string, not void
7017:
7018: * src/types/pa_vvoid.h: void now passed as parameter
7019:
7020: * tests/: 259.html, results/259.processed: to test difference
7021: between void and empty string (see ticket #111)
7022:
7023: * tests/results/152.processed: $sEmpty[] is now empty string, not
7024: void
7025:
7026: * tests/256.html: $s[$void] is no longer empty string
7027:
7028: * tests/254.html: empty string is no longer void
7029:
7030: 2010-10-12 misha
7031:
7032: * src/types/pa_vcookie.C: - check if $.expires value can be
7033: converted to date during cookies set up ( bugfix: #104 )
7034:
7035: * tests/041.html: - more tests for ^table.locate were added
7036:
7037: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7038: work ( bugfix: #129 ) - exception comment for incorrect options
7039: ^table.locate[field;value;options] was fixed
7040:
7041: 2010-10-10 moko
7042:
7043: * src/: classes/reflection.C, main/execute.C: constructor returning
7044: another object feature returned
7045:
7046: * tests/results/258.processed: test result updated as constructor
7047: returning another object feature returned
7048:
7049: * tests/: 258.html, results/258.processed: test for constructor
7050: returning another object
7051:
7052: 2010-10-08 misha
7053:
7054: * tests/257.html: - whitespaces after @METACOMMANDS and their
7055: options shouldn't cause exceptions any longer
7056:
7057: 2010-10-06 moko
7058:
7059: * src/classes/: hash.C, table.C: length from sql server is now
7060: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7061:
7062: 2010-10-02 misha
7063:
7064: * operators.txt: - the X mark was removed from ^cache[file]. it is
7065: usable to delete cache file.
7066:
7067: 2010-10-02 moko
7068:
7069: * tests/: 253.html, results/253.processed: hook_key added for key
7070: checking
7071:
7072: * src/classes/json.C: null key bug fixed
7073:
7074: 2010-09-29 misha
7075:
7076: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7077:
7078: 2010-09-25 moko
7079:
7080: * src/classes/json.C: small fixed
7081:
7082: * tests/results/: 253.processed, 255.processed: just updated
7083:
7084: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7085: results/255.processed: charset transcode test added for
7086: json:parse
7087:
7088: 2010-09-24 moko
7089:
7090: * src/types/pa_value.h: warning war :)
7091:
7092: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7093: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7094: ^json:string
7095:
7096: 2010-09-22 moko
7097:
7098: * src/main/pa_charset.C: parser charset tables declare only
7099: white-space before 0x20, thus adding the missing chars
7100:
7101: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7102: to http://unicode.org/Public/MAPPINGS/VENDORS/
7103:
7104: 2010-09-21 misha
7105:
7106: * src/main/compile.y: - some semicolons were added (VS2010 don't
7107: want to compile grammar if they are absent)
7108:
7109: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7110:
7111: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7112:
7113: * src/main/main.vcproj: - path to bison is changed
7114:
7115: 2010-09-21 moko
7116:
1.116 moko 7117: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7118: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7119: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7120:
7121: 2010-09-20 misha
7122:
7123: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7124:
7125: * src/classes/json.C: - add EOL while json-serializing hash
7126:
7127: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7128: compilers don't like 'ES'.
7129:
7130: 2010-09-17 misha
7131:
7132: * operators.txt: - info about json class was added
7133:
7134: * src/classes/json.C: - ^json:string[object]
7135:
7136: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7137: preventing infinite recursion while executing json:string was
7138: added
7139:
7140: * src/include/pa_string.h: - method append_quoted was added
7141:
7142: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7143: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7144: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7145: was added to Value & Co
7146:
7147: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7148: were used
7149:
7150: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7151: were added
7152:
7153: 2010-09-10 moko
7154:
7155: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7156: die_or_abort (backport from 3.4.1)
7157:
7158: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7159: die_or_abort (bugfix: #106)
7160:
7161: 2010-09-09 moko
7162:
7163: * src/classes/json.C: warning war. :)
7164:
7165: 2010-09-08 misha
7166:
7167: * src/lib/json/Makefile.am: - additional include directories were
7168: added (for pa_memory.h and gc.h)
7169:
7170: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7171: compile as C++ instead default - additional include directory was
7172: added (for gc.h)
7173:
7174: * src/types/pa_vform.C: - little code reformating
7175:
7176: * src/classes/file.C: - $.content-type option now can be specified
7177: in ^file::create ( new feature: #102 )
7178:
7179: 2010-09-08 moko
7180:
7181: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7182: pa_malloc/pa_free
7183:
7184: 2010-09-07 moko
7185:
7186: * tests/results/254.processed: VStateless_class:put_element
7187: exception was fixed
7188:
7189: * src/types/: pa_value.h, pa_vstateless_class.h: now
7190: VStateless_class:put_element barks self.type, not this.type
7191: (bugfix: #105)
7192:
7193: 2010-09-06 moko
7194:
7195: * src/classes/reflection.C: bugfix: new String() is required for
7196: exception handling
7197:
7198: * tests/: 254.html, results/254.processed: test modified
7199:
7200: 2010-09-05 moko
7201:
7202: * tests/: 254.html, results/254.processed: ^reflection:copy test
7203: added
7204:
7205: * src/: classes/reflection.C, include/pa_request.h:
7206: ^reflection:copy implemented (new feature: #100)
7207:
7208: 2010-09-03 moko
7209:
7210: * src/lib/json/JSON_parser.C: c++ compatiblity
7211:
7212: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7213: option testing added
7214:
7215: 2010-09-02 moko
7216:
7217: * src/classes/json.C: $.distinct[first|last|all] added
7218:
7219: 2010-09-01 moko
7220:
7221: * tests/results/253.processed: json test result
7222:
7223: * tests/: 253.html, 253_json.txt: json test added
7224:
7225: * src/classes/json.C: json.C update to actual version + hash key
7226: creation bugfix
7227:
7228: 2010-08-31 misha
7229:
7230: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7231: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7232: src/lib/Makefile.am, src/classes/Makefile.am,
7233: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7234: json library was added
7235:
7236: 2010-08-30 moko
7237:
7238: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7239: types/pa_vobject.C: cosmetic optimization in
7240: request:execute_method usage
7241:
7242: * src/: include/pa_charset.h, main/pa_charset.C: small
7243: optimization, just to decrease number of lines. :)
7244:
7245: 2010-08-27 misha
7246:
7247: * src/classes/op.C: - taint[json] was added
7248:
7249: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7250: were added
7251:
7252: * src/main/pa_exec.C: - warning fix was rolled back.
7253:
7254: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7255: include/pa_string.h: - taint[json] was added - escaping was
7256: slightly modified
7257:
7258: 2010-08-25 misha
7259:
7260: * src/classes/file.C: - typo in file:sql exception was fixed
7261:
7262: * src/main/pa_exec.C: - warning about declared and not used
7263: variable forced_allow was removed
7264:
7265: 2010-08-14 misha
7266:
7267: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7268: were removed
7269:
7270: 2010-08-11 moko
7271:
7272: * tests/: 249.html, results/249.processed: default setter and
7273: anti-recursive default getter test added
7274:
7275: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7276: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7277: types/pa_vobject.h, types/pa_vstateless_class.C,
7278: types/pa_vstateless_class.h: default setter support +
7279: anti-recursive default getter support ( new feature: #13 )
7280:
7281: * src/include/pa_hash.h: optimization: threshold member removed
7282: from hash, reducing sizeof(hash)
7283:
7284: 2010-08-10 misha
7285:
7286: * tests/196.html: - junction-method was added to the test
7287:
7288: * tests/248.html: - ups. typo :)
7289:
7290: * tests/248.html: - test for checking .match with 4 params
7291:
7292: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7293: 247_windows1251.txt: - test for "transcode file from utf-8 to
7294: $request:charset during loading if the BOM code is detected"
7295:
7296: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7297: $request:charset during loading if the BOM code is detected ( new
7298: feature: #98 )
7299:
7300: 2010-08-05 misha
7301:
7302: * src/classes/image.C: - ^image.replace now can accept only 2
7303: params. in this case the whole image is affected ( new feature:
7304: #95 )
7305:
7306: 2010-08-04 misha
7307:
7308: * tests/246.html: - test tor ^hash._at[] was added
7309:
7310: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7311: #53 )
7312:
7313: * src/include/pa_hash.h: - methods for accessing the first and the
7314: last values of ordered hash were added (first_value and
7315: last_value)
7316:
7317: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7318: (similar to others file's methods):
7319: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7320: #68 )
7321:
7322: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7323:
7324: 2010-08-01 moko
7325:
7326: * src/classes/op.C: to correctly process $result[] in code, called
7327: from ^process
7328:
7329: * tests/245.html: $result in ^process[] test added
7330:
7331: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7332: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7333: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7334: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7335: caller, self) op_call(VMethodFrame &frame, bool constructing)
7336: removed, construct(class,method) added
7337:
7338: * tests/results/: 192.processed, 244.processed: request::construct
7339: added
7340:
7341: * tests/: 244.html, 245.html, results/244.processed,
7342: results/245.processed: object creation exceptions and ^process
7343: tests added
7344:
7345: 2010-07-28 misha
7346:
7347: * tests/make_tests.cmd: - win32 EOLs
7348:
7349: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7350: tests on Win32 were added (The system timezone should be GMT+3)
7351:
7352: 2010-07-26 misha
7353:
7354: * tests/: 212.html, results/212.processed: - sizes were removed
7355: mecause they could be different on different OSs
7356:
7357: * tests/065.html: - make it "win32 friendly"
7358:
7359: 2010-07-25 misha
7360:
7361: * src/main/compile.y: - all EOLs between methods are removed during
7362: compilation ( new feature: #47 )
7363:
7364: * tests/results/149.processed: - prepare tests to trim trailing
7365: methods' EOLs
7366:
7367: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7368:
7369: * tests/: results/006.processed, results/014.processed, 006.html,
7370: 014.html, 022.html: - prepare tests to trim trailing methods'
7371: EOLs
7372:
7373: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7374: results/071.processed, results/022.processed: - prepare tests to
7375: trim trailing methods' EOLs
7376:
7377: * tests/: results/073.processed, results/109.processed,
7378: results/142.processed, results/144.processed,
7379: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7380: 144.html: - prepare tests to trim trailing methods' EOLs
7381:
7382: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7383: 149.html, 152.html, results/096.processed, results/107.processed,
7384: results/109.processed, results/142.processed,
7385: results/144.processed: - prepare tests to trim trailing methods'
7386: EOLs
7387:
7388: 2010-07-24 moko
7389:
7390: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7391: the hash order in this test
7392:
7393: * tests/014.html: to check hash order, hash no is longer sorted
7394: before print
7395:
7396: * src/include/pa_hash.h: hash copy constructor now keeps order
7397: (bugfix: #54)
7398:
7399: 2010-07-23 moko
7400:
7401: * tests/results/224.processed: @auto[] is no longer inherited
7402:
7403: * src/types/pa_vstateless_class.C, tests/227.html,
7404: tests/results/227.processed: @auto[] is no longer inherited
7405: (bugfix: #57)
7406:
7407: 2010-07-22 misha
7408:
7409: * src/classes/table.C: - don't skip comment lines during
7410: table::load if encloser or separator is set as '#' ( new feature:
7411: #30 )
7412:
7413: * src/targets/cgi/parser3.C: - don't run as cgi if
7414: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7415: #12 )
7416:
7417: * src/classes/file.C: - set PARSER_VARSION env before external
7418: script executing
7419:
7420: 2010-07-13 misha
7421:
7422: * tests/058.html: - test for suppressing @border was added - test
7423: for user attribute was added
7424:
7425: * tests/results/186.processed: unescaping from \uXXXX
7426:
7427: * tests/186.html: unescaping from \uXXXX
7428:
7429: * tests/: 239.html, results/239.processed: method call type
7430:
7431: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7432: $junction_method.CLASS_NAME (+CLASS)
7433:
7434: 2010-07-07 misha
7435:
7436: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7437: *nix
7438:
7439: 2010-07-05 misha
7440:
7441: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7442: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7443: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7444: comment strings "options must be hash", "options must be hash,
7445: not code" and "called with invalid option" were replaced by
7446: constatns - exception comment string "invalid option passed" was
7447: replaced by "called with invalid option" (now in different
7448: methods are the same exception comment string)
7449:
7450: * src/include/pa_exception.h: - more exception strings were defined
7451:
7452: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7453: types/pa_vstateless_class.h: - now we can define possible
7454: method's call type ( new feature: #5 ) 1.
7455: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7456: methods 2. @static:method[params] (only static keyword could be
7457: used here) -- for specified methods
7458:
7459: * src/main/pa_common.C: - junction points should not be deleted on
7460: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7461: cleanup
7462:
7463: 2010-07-03 misha
7464:
7465: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7466: results/158.processed, results/160.processed,
7467: results/161.processed, results/162.processed,
7468: results/163.processed: - prepare tests to trim trailing methods'
7469: EOLs
7470:
7471: * tests/results/169.processed: - prepare tests to trim trailing
7472: methods' EOLs
7473:
7474: * tests/results/: 168.processed, 169.processed: - prepare tests to
7475: trim trailing methods' EOLs
7476:
7477: * tests/: results/170.processed, results/167.processed,
7478: results/168.processed, results/169.processed, 167.html, 168.html,
7479: 169.html: - prepare tests to trim trailing methods' EOLs
7480:
7481: * tests/: results/170.processed, results/171.processed,
7482: results/172.processed, results/173.processed,
7483: results/174.processed, results/175.processed, 170.html, 171.html,
7484: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7485: trailing methods' EOLs
7486:
7487: * tests/: results/176.processed, results/180.processed,
7488: results/184.processed, results/185.processed,
7489: results/191.processed, results/192.processed,
7490: results/196.processed, results/197.processed,
7491: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7492: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7493: to trim trailing methods' EOLs
7494:
7495: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7496: results/199.processed, results/208.processed,
7497: results/209.processed, results/213.processed,
7498: results/214.processed: - prepare tests to trim trailing methods'
7499: EOLs
7500:
7501: 2010-06-29 misha
7502:
7503: * tests/: 220.html, 218.html, results/218.processed,
7504: results/215.processed, results/217.processed, 215.html, 217.html:
7505: - prepare tests to trim trailing methods' EOLs
7506:
7507: * tests/: results/224.processed, 224.html, 223.html,
7508: results/223.processed, results/220.processed: - prepare tests to
7509: trim trailing methods' EOLs
7510:
7511: * tests/results/: 226.processed, 230.processed: - prepare tests to
7512: trim trailing methods' EOLs
7513:
7514: * tests/: 229.html, results/229.processed: - prepare tests to trim
7515: trailing methods' EOLs
7516:
7517: * tests/: 232.html, 235.html, results/232.processed,
7518: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7519: results/226.processed, results/227.processed,
7520: results/228.processed, results/230.processed: - prepare tests to
7521: trim trailing methods' EOLs
7522:
7523: 2010-06-16 moko
7524:
7525: * tests/: 229.html, results/229.processed: elseif now supported in
7526: ^if
7527:
7528: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7529:
7530: 2010-06-03 misha
7531:
7532: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7533: instead of memcopy for overlaped regions
7534:
7535: 2010-05-25 misha
7536:
7537: * src/main/pa_common.C: - wanring about unused vars was removed
7538:
7539: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7540: get_method_filename was moved to execute.C
7541:
7542: 2010-05-23 misha
7543:
7544: * src/main/pa_request.C: - more accurate detection of method's file
7545:
7546: 2010-05-22 misha
7547:
7548: * src/classes/reflection.C: - bugfix: core during detection of
7549: .file if filespec isn't detected successfully
7550:
7551: 2010-05-20 misha
7552:
7553: * src/main/pa_request.C: - fix in get_method_filename
7554:
7555: * src/include/pa_request.h: - new feature: #24 -- searching
7556: included file in @USE/^use is changed. if its filespec doesn't
7557: start from '/' it will be searched in caller file directory
7558:
7559: * src/classes/reflection.C: - ^reflection:method_info returns file
7560: where the method is defined
7561:
7562: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7563: classes/op.C: - new feature: #24 -- searching included file in
7564: @USE/^use is changed. if its filespec doesn't start from '/' it
7565: will be searched in caller file directory
7566:
7567: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7568: is moved to pa_common.h
7569:
7570: 2010-05-18 misha
7571:
7572: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7573: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7574: cookie parser decode \uXXXX as well as %uXXXX
7575:
7576: 2010-05-17 misha
7577:
7578: * src/classes/curl.C: beauty: - unused param is removed in method
7579: _curl_version_action - some spaces were removed or replaced by
7580: tabs
7581:
7582: * src/classes/table.C: - bugfix: #72 core with empty value during
7583: ^table.hash[...;name_of_the_last_column][$.type[string]]
7584:
7585: 2010-05-16 misha
7586:
7587: * src/classes/curl.C: new: #61 more curl options were added
7588: (contributed by Sumo)
7589:
7590: 2010-04-29 pretender
7591:
7592: * src/main/pa_string.C: fixes #63 Split result from empty string
7593: now empty string.
7594:
7595: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7596: string type.
7597:
7598: 2010-04-28 pretender
7599:
7600: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7601: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7602: macrodefinition removed
7603:
7604: 2010-04-19 pretender
7605:
7606: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7607: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7608:
7609: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7610: fixes #64 Now file.missing exception generates in unsafe mode to.
7611:
7612: * src/classes/file.C: fixes #48 Now not throw "not save environment
7613: variable" exception in grpunlim version.
7614:
7615: 2010-04-05 misha
7616:
7617: * src/classes/string.C: - new feature: 4th param was added to
7618: match. if specified its value is returned in case of nothing was
7619: found
7620:
7621: 2010-04-01 misha
7622:
7623: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7624: multiple execution of /a/b/auto.p
7625:
7626: 2010-03-19 misha
7627:
7628: * src/main/execute.C: - core in $table1.$table2 was fixed
7629:
7630: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7631:
7632: 2010-01-27 misha
7633:
7634: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7635: trying to open file by path /existing-file/non-exixting-file
7636:
7637: 2010-01-26 misha
7638:
7639: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7640: was added (returns file)
7641:
7642: 2009-12-22 misha
7643:
7644: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7645: now parser doesn't have class curl if it was built without it
7646:
7647: 2009-12-15 misha
7648:
7649: * configure.in: - little cheat with curl include dir was added
7650:
7651: 2009-12-05 misha
7652:
7653: * src/classes/curl.C: - some fixes
7654:
7655: 2009-12-04 misha
7656:
7657: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7658: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7659: buildall-with-xml, buildall-without-xml, configure.in: - curl
7660: class was added
7661:
7662: * src/include/pa_hash.h: - hash-iterator was added
7663:
7664: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7665: was added to pcre
7666:
7667: 2009-11-27 misha
7668:
7669: * src/classes/image.C: - don't add @border attribute to output of
7670: ^image.html[] if it was specified by user with empty value
7671:
7672: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7673: root element and we are trying to access .documentElement
7674:
7675: 2009-11-11 misha
7676:
7677: * src/classes/table.C: - in ^table.flip[] look at number of columns
7678: instead of number of items in first row for named tables
7679:
7680: 2009-11-10 misha
7681:
7682: * operators.txt: - info about hash-options in ^file::create was
7683: added
7684:
7685: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7686: added
7687:
7688: 2009-11-09 misha
7689:
7690: * buildall-with-xml: - moving to libxml 2.7.6
7691:
7692: * tests/236.html: - tests for comparations cords with functions
7693: were added
7694:
7695: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7696: added
7697:
7698: * src/main/pa_http.C: - little optimisation
7699:
7700: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7701: GPF mallocs + stringstream (table.save)
7702:
7703: * src/classes/file.C: - file::create now accepts 4th param: options
7704: with $.charset
7705:
7706: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7707: bug in cord (comparation cords with functions was buggy)
7708:
7709: 2009-11-06 misha
7710:
7711: * src/main/pa_string.C: - bugfix: calculation string.length
7712: sometimes was buggy
7713:
7714: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7715: destroyed if exception occured during match/replace
7716:
7717: * src/: main/pa_charset.C, include/pa_charset.h: - method
7718: lengthUTF8Char was added
7719:
7720: * src/classes/op.C: - clean tainting lang was added for user's
7721: usage
7722:
7723: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7724: fixed: checkouts are required after GC_MALLOC
7725:
7726: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7727:
7728: * operators.txt: - actually, there is no ^untaint[xml] in
7729: file::create
7730:
7731: 2009-10-15 misha
7732:
7733: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7734: were added
7735:
7736: * tests/234.html: - more tests for checking ^taint[uri] escaping
7737: were added
7738:
7739: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7740: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7741: hacking: for dealing with transcoding+^taint[uri]
7742: transcode_and_untaint was replaced by untaint_and_transcode
7743:
7744: 2009-10-13 misha
7745:
7746: * tests/: 121.html, results/121.processed: - test transcoding +
7747: url-escaping now
7748:
7749: * tests/results/auto.p: - more helpers' methods were added
7750:
7751: * src/main/pa_globals.C: - die instead of abort
7752:
7753: 2009-10-06 misha
7754:
7755: * src/main/pa_common.C: - don't allocate memory during
7756: capitalization if input string is already capitalized
7757:
7758: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7759:
7760: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7761: use format function because it calls malloc
7762:
7763: * src/include/pa_common.h: - more capitalized headers were added
7764:
7765: * src/main/pa_common.C: - in safe mode clear executable bits during
7766: file writing
7767:
7768: 2009-10-05 misha
7769:
7770: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7771:
7772: 2009-10-03 misha
7773:
7774: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7775: ^img.text[] & ^img.length[] can work in utf-8 now
7776:
7777: * src/: include/pa_charset.h, main/pa_charset.C: - class
7778: UTF8_string_iterator was added
7779:
7780: * src/classes/image.C: - respect utf-8 when calculate alphabet
7781: length
7782:
7783: * src/classes/mail.C: - check from before get message.cstr
7784:
7785: 2009-10-02 misha
7786:
7787: * tests/233.html: - test for image.font, image.length, image.text
7788: with text in utf-8 were added
7789:
7790: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7791:
7792: * buildall-with-xml, buildall-without-xml: - comment about gc
7793: version for freebsd 4 was added
7794:
7795: 2009-10-01 misha
7796:
7797: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7798: terminator) - read_pipe were slightly optimized
7799:
7800: 2009-09-28 misha
7801:
7802: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7803: removed
7804:
7805: * src/types/pa_vmail.C: - forgot about space after ':'
7806:
7807: * src/types/pa_vmail.C: - escape filenames while preparing mail
7808: body - small simplifications
7809:
7810: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7811: inout params like pa_base64
7812:
7813: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7814: option $.debug-print(1) was added to mail:send - changes for
7815: using uue_encode which uses less memory
7816:
7817: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7818:
7819: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7820: memory now
7821:
7822: 2009-09-26 misha
7823:
7824: * src/types/pa_vmail.C: - default encoding now is base64
7825:
7826: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7827:
7828: 2009-09-25 misha
7829:
7830: * src/types/pa_vmail.C: - capitalization of headers was added to
7831: sending mail as well
7832:
7833: * buildall-with-xml: - catalog package was removed from libxml
7834:
7835: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7836: win32 absolute path
7837:
7838: * src/include/pa_common.h: - one more capitalized header was added
7839:
7840: 2009-09-22 misha
7841:
7842: * INSTALL: - comment about building just httpd binary while
7843: building apache module was added
7844:
7845: 2009-09-21 misha
7846:
7847: * buildall-with-xml: - moving to the latest versions of xml libs:
7848: libxml 2.7.4 and libxslt 1.1.25
7849:
7850: 2009-09-19 misha
7851:
7852: * tests/231.html: - test for encoding cookie in win-1251
7853:
7854: 2009-09-18 misha
7855:
7856: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7857: object] were added
7858:
7859: * operators.txt: - info about method ^reflection:fields[class or
7860: object] was added
7861:
7862: * src/classes/reflection.C: - method ^reflection:fields[class or
7863: object] was added
7864:
7865: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7866: methods get_fields were added
7867:
7868: * tests/232.html: - tests for @GET[name]
7869:
7870: * src/classes/table.C: - some changes in handling hash-options for
7871: creare, join and locate
7872:
7873: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7874: defined with option: the type of requested value
7875:
7876: 2009-09-17 misha
7877:
7878: * tests/212.html: - tests for .pattern and .options were added
7879:
7880: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7881: $regex.options were added
7882:
7883: 2009-09-11 misha
7884:
7885: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7886: rewrited. it checks not just one case of sending cookies during
7887: file::load[http], but also sending headers and fields (including
7888: files)
7889:
7890: 2009-09-10 misha
7891:
7892: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7893: was removed => now parser can open files with Russian 'r' in
7894: filename
7895:
7896: * src/main/untaint.C: - bugfix: client charset whould be analized
7897: while escaping cookies but now source charset
7898:
7899: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7900: ^tainted[uri] so it was possible to make request with incorrect
7901: http header
7902:
7903: * src/main/pa_http.C: - capitalization of http headers during
7904: file::load[http was slightly changes - bugfix: all headers which
7905: parser sends during file::load[http should be transcoded and only
7906: then escaped
7907:
7908: * src/main/untaint.C: - a bit more comments were added
7909:
7910: * src/classes/: file.C, string.C: - types where changes (minus 2
7911: warnings)
7912:
7913: * src/include/pa_common.h: - 2 capitalized strings for making http
7914: headers during file::load[http were added
7915:
7916: 2009-09-08 misha
7917:
7918: * operators.txt: - changes in file.save and string.save were added
7919:
7920: * tests/: 230.html, 230.txt: - tests for checking options in
7921: file.save and string.save were added
7922:
7923: * src/main/pa_request.C: - http headers names, which are passed to
7924: SAPI::add_header_attribute are lowercased now (it'll be
7925: capitalized in that method)
7926:
7927: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7928: classes/string.C: - file_write accepts Request_charsets and asked
7929: charset and cound transcode content before writing - string.save
7930: and file.save have option $.charset now
7931:
7932: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7933: classes/xdoc.C: - file_write accepts Request_charsets and asked
7934: charset and cound transcode content before writing
7935:
7936: * src/include/pa_exception.h: - new exception comment string was
7937: defined
7938:
7939: 2009-09-07 misha
7940:
7941: * src/main/compile.y: - grammar $name\ name stops now for regex
7942: sub-pattern\s
7943:
7944: 2009-09-04 misha
7945:
7946: * src/main/pa_http.C: - capitalization of http headers during
7947: file::load[http was implemented
7948:
7949: 2009-09-03 misha
7950:
7951: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7952: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7953: types/pa_vmail.C, targets/cgi/parser3.C,
7954: targets/isapi/parser3isapi.C: - back to storing response http
7955: headers in lowercase - capitalize them during output
7956:
7957: 2009-08-31 misha
7958:
7959: * src/classes/table.C: - allow call with any brackets (it could be
7960: useful in methods with explict result declaration)
7961:
7962: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7963: correctly if $request:charset==koi8-r
7964:
7965: 2009-08-30 misha
7966:
7967: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7968: changed: content-type => Content-type and so on
7969:
7970: * src/classes/file.C, src/include/pa_common.h,
7971: src/include/pa_request.h, src/main/pa_http.C,
7972: src/main/pa_request.C, src/types/pa_vcookie.C,
7973: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7974: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7975: tests/results/002.processed, tests/results/003.processed,
7976: tests/results/004.processed, tests/results/005.processed,
7977: tests/results/006.processed, tests/results/007.processed,
7978: tests/results/008.processed, tests/results/009.processed,
7979: tests/results/010.processed, tests/results/011.processed,
7980: tests/results/012.processed, tests/results/013.processed,
7981: tests/results/014.processed, tests/results/015.processed,
7982: tests/results/016.processed, tests/results/017.processed,
7983: tests/results/018.processed, tests/results/019.processed,
7984: tests/results/020.processed, tests/results/021.processed,
7985: tests/results/022.processed, tests/results/023.processed,
7986: tests/results/024.processed, tests/results/025.processed,
7987: tests/results/026.processed, tests/results/027.processed,
7988: tests/results/028.processed, tests/results/029.processed,
7989: tests/results/030.processed, tests/results/031.processed,
7990: tests/results/032.processed, tests/results/033.processed,
7991: tests/results/034.processed, tests/results/035.processed,
7992: tests/results/036.processed, tests/results/037.processed,
7993: tests/results/038.processed, tests/results/039.processed,
7994: tests/results/040.processed, tests/results/041.processed,
7995: tests/results/042.processed, tests/results/043.processed,
7996: tests/results/044.processed, tests/results/045.processed,
7997: tests/results/046.processed, tests/results/047.processed,
7998: tests/results/048.processed, tests/results/049.processed,
7999: tests/results/050.processed, tests/results/051.processed,
8000: tests/results/052.processed, tests/results/053.processed,
8001: tests/results/054.processed, tests/results/055.processed,
8002: tests/results/056.processed, tests/results/057.processed,
8003: tests/results/058.processed, tests/results/059.processed,
8004: tests/results/060.processed, tests/results/061.processed,
8005: tests/results/062.processed, tests/results/063.processed,
8006: tests/results/064.processed, tests/results/065.processed,
8007: tests/results/066.processed, tests/results/067.processed,
8008: tests/results/068.processed, tests/results/069.processed,
8009: tests/results/070.processed, tests/results/071.processed,
8010: tests/results/072.processed, tests/results/073.processed,
8011: tests/results/074.processed, tests/results/075.processed,
8012: tests/results/076.processed, tests/results/077.processed,
8013: tests/results/078.processed, tests/results/079.processed,
8014: tests/results/080.processed, tests/results/081.processed,
8015: tests/results/082.processed, tests/results/083.processed,
8016: tests/results/084.processed, tests/results/085.processed,
8017: tests/results/086.processed, tests/results/087.processed,
8018: tests/results/088.processed, tests/results/089.processed,
8019: tests/results/090.processed, tests/results/091.processed,
8020: tests/results/092.processed, tests/results/093.processed,
8021: tests/results/094.processed, tests/results/095.processed,
8022: tests/results/096.processed, tests/results/097.processed,
8023: tests/results/098.processed, tests/results/099.processed,
8024: tests/results/100.processed, tests/results/101.processed,
8025: tests/results/102.processed, tests/results/103.processed,
8026: tests/results/104.processed, tests/results/105.processed,
8027: tests/results/106.processed, tests/results/107.processed,
8028: tests/results/108.processed, tests/results/109.processed,
8029: tests/results/110.processed, tests/results/111.processed,
8030: tests/results/112.processed, tests/results/113.processed,
8031: tests/results/114.processed, tests/results/115.processed,
8032: tests/results/116.processed, tests/results/117.processed,
8033: tests/results/118.processed, tests/results/119.processed,
8034: tests/results/120.processed, tests/results/121.processed,
8035: tests/results/122.processed, tests/results/123.processed,
8036: tests/results/124.processed, tests/results/125.processed,
8037: tests/results/126.processed, tests/results/127.processed,
8038: tests/results/128.processed, tests/results/129.processed,
8039: tests/results/130.processed, tests/results/131.processed,
8040: tests/results/132.processed, tests/results/133.processed,
8041: tests/results/134.processed, tests/results/135.processed,
8042: tests/results/136.processed, tests/results/138.processed,
8043: tests/results/139.processed, tests/results/140.processed,
8044: tests/results/141.processed, tests/results/142.processed,
8045: tests/results/143.processed, tests/results/144.processed,
8046: tests/results/145.processed, tests/results/146.processed,
8047: tests/results/147.processed, tests/results/148.processed,
8048: tests/results/149.processed, tests/results/150.processed,
8049: tests/results/151.processed, tests/results/152.processed,
8050: tests/results/153.processed, tests/results/154.processed,
8051: tests/results/155.processed, tests/results/156.processed,
8052: tests/results/157.processed, tests/results/158.processed,
8053: tests/results/159.processed, tests/results/160.processed,
8054: tests/results/161.processed, tests/results/162.processed,
8055: tests/results/163.processed, tests/results/164.processed,
8056: tests/results/165.processed, tests/results/166.processed,
8057: tests/results/167.processed, tests/results/168.processed,
8058: tests/results/169.processed, tests/results/170.processed,
8059: tests/results/171.processed, tests/results/172.processed,
8060: tests/results/173.processed, tests/results/174.processed,
8061: tests/results/175.processed, tests/results/176.processed,
8062: tests/results/177.processed, tests/results/178.processed,
8063: tests/results/179.processed, tests/results/180.processed,
8064: tests/results/181.processed, tests/results/182.processed,
8065: tests/results/183.processed, tests/results/184.processed,
8066: tests/results/185.processed, tests/results/186.processed,
8067: tests/results/187.processed, tests/results/188.processed,
8068: tests/results/189.processed, tests/results/190.processed,
8069: tests/results/191.processed, tests/results/192.processed,
8070: tests/results/193.processed, tests/results/194.processed,
8071: tests/results/195.processed, tests/results/196.processed,
8072: tests/results/197.processed, tests/results/198.processed,
8073: tests/results/199.processed, tests/results/200.processed,
8074: tests/results/201.processed, tests/results/202.processed,
8075: tests/results/203.processed, tests/results/204.processed,
8076: tests/results/205.processed, tests/results/206.processed,
8077: tests/results/207.processed, tests/results/208.processed,
8078: tests/results/209.processed, tests/results/210.processed,
8079: tests/results/211.processed, tests/results/212.processed,
8080: tests/results/213.processed, tests/results/214.processed,
8081: tests/results/215.processed, tests/results/216.processed,
8082: tests/results/217.processed, tests/results/218.processed,
8083: tests/results/219.processed, tests/results/220.processed,
8084: tests/results/221.processed, tests/results/222.processed,
8085: tests/results/223.processed, tests/results/224.processed,
8086: tests/results/225.processed, tests/results/226.processed,
8087: tests/results/227.processed, tests/results/228.processed,
8088: tests/results/229.processed: - http headers were changed:
8089: content-type => Content-type and so on
8090:
8091: 2009-08-27 misha
8092:
8093: * src/: main/pa_random.C, include/pa_random.h,
8094: targets/cgi/parser3.C: - year was updated :)
8095:
8096: 2009-08-26 misha
8097:
8098: * tests/: 224.html, 224.p: - test for creating of parser object
8099: using constructor without params - little bugfix in test
8100:
8101: * src/main/compile_tools.h: - bugfix: should't call autouse while
8102: checking existed class while processing partial option
8103:
8104: * src/classes/reflection.C: - bugfix: core when creating object
8105: with reflection and constructor doesn't have params
8106:
8107: 2009-08-24 misha
8108:
8109: * tests/229.html: - tests for checking the number of parameters
8110: were added
8111:
8112: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8113: number of method's parameters wasn't checked correctly (the bug
8114: was introduced in 3.4.0)
8115:
8116: 2009-08-22 misha
8117:
8118: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8119: transcoded, but tainted pieces are escaped only when
8120: content-type==url-encoding
8121:
8122: * tests/228.html: - test for checking
8123: ^file::load[http://...;$.body[]]
8124:
8125: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8126: post charset was too early (charsets is empty at this moment)
8127:
8128: 2009-08-21 misha
8129:
8130: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8131: main/untaint.C: - some fixes with transcode+untaint
8132:
8133: 2009-08-15 misha
8134:
8135: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8136: was increaced to 100 (was 50)
8137:
8138: * tests/227.html: - test for checking overriding properties in
8139: static classes was added
8140:
8141: * tests/: 226.html, 226.p: - test for @autoload[] was added
8142:
8143: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8144: main/execute.C, main/pa_request.C, classes/reflection.C: -
8145: autouse was implemented
8146:
8147: 2009-08-14 misha
8148:
8149: * src/classes/reflection.C: - outdated checkout was removed
8150:
8151: * src/classes/reflection.C: - optimization - method ^dynamical was
8152: added.
8153:
8154: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8155: types/pa_vstateless_class.h, main/execute.C: - optimization
8156:
8157: * src/types/pa_vclass.C: - exception if base on sytem class
8158:
8159: 2009-08-12 misha
8160:
8161: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8162: pa_vstateless_class.h: - little optimisation
8163:
8164: 2009-08-11 misha
8165:
8166: * tests/224.html: - method_params => method_info - checking for
8167: $.inherited
8168:
8169: * src/classes/reflection.C, operators.txt: - method method_params
8170: was renamed to method_info and now it returns class name, if
8171: method was defined in ancestor
8172:
8173: * tests/225.html: - tests for cheching properties in hierarhical
8174: classes were added
8175:
8176: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8177: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8178: main/compile.y, main/execute.C, classes/classes.C: - problems
8179: with properties in new classes implementation were fixed
8180:
8181: 2009-08-10 misha
8182:
8183: * src/main/execute.C: - now constructor shouldn't be defined in
8184: class. it could be defined in parent.
8185:
8186: 2009-08-09 misha
8187:
8188: * src/classes/reflection.C: - ^reflection:methods doesn't return
8189: base's methods
8190:
8191: 2009-08-08 misha
8192:
8193: * src/: classes/classes.h, classes/date.C, classes/file.C,
8194: classes/form.C, classes/hash.C, classes/hashfile.C,
8195: classes/image.C, classes/mail.C, classes/op.C,
8196: classes/reflection.C, classes/regex.C, classes/string.C,
8197: classes/table.C, classes/xdoc.C, classes/xnode.C,
8198: classes/xnode.h, include/pa_hash.h, main/execute.C,
8199: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8200: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8201: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8202: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8203: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8204: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8205: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8206: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8207: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8208: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8209: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8210: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8211: types/pa_vresponse.C, types/pa_vresponse.h,
8212: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8213: types/pa_vstateless_object.h, types/pa_vstatus.C,
8214: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8215: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8216: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8217: types/pa_wwrapper.h, types/types.vcproj: - new classes
8218: implementation
8219:
8220: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8221: USE_MUNMAP is used. so it is disabled as a workaround.
8222:
8223: 2009-08-05 misha
8224:
8225: * src/: main/pa_common.C, include/pa_common.h: - not needed
8226: parameter was removed
8227:
8228: * src/main/pa_http.C: - bugfix: error was during detecting
8229: content-type of file which was loaded by http
8230:
8231: 2009-08-01 misha
8232:
8233: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8234: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8235: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8236: can't be disabled with defines any longer
8237:
8238: 2009-07-29 misha
8239:
8240: * src/classes/reflection.C, tests/results/224.processed: - for
8241: native methods with any call type now returned empty call_type
8242: value
8243:
8244: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8245: classes/table.C, include/pa_hash.h, include/pa_request.h,
8246: main/pa_request.C: - break in cycles was optimized
8247:
8248: * INSTALL: - more defines were described
8249:
8250: 2009-07-28 misha
8251:
8252: * operators.txt: - some changes in information about reflection
8253: class
8254:
8255: * tests/: 224.html, 224.p: - tests for reflection class
8256:
8257: * src/classes/reflection.C: - some bugs were fixed, method classes
8258: was added, refactoring
8259:
8260: 2009-07-26 misha
8261:
8262: * src/classes/classes.vcproj: - reflection class wass added to
8263: project
8264:
8265: * operators.txt: - information about reflection class was added
8266:
8267: * src/classes/reflection.C: - class was redesigned
8268:
8269: 2009-07-24 misha
8270:
8271: * src/classes/: Makefile.am, reflection.C: - class reflection was
8272: added
8273:
8274: * src/types/pa_vstateless_class.h: - method for reflection method's
8275: in classes was added
8276:
8277: 2009-07-22 misha
8278:
8279: * src/main/compile_tools.h: - bugfix: $object.$var was
8280: over-optimized. it failed if $object1.$object2.field
8281:
8282: 2009-07-16 misha
8283:
8284: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8285: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8286: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8287: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8288: one more arg: length of cord
8289:
8290: 2009-07-15 misha
8291:
8292: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8293: tainted in ^file::load[http://...;$.cookies[]]
8294:
8295: * src/classes/: op.C, regex.C, string.C: - new string with
8296: exception was used
8297:
8298: * src/include/pa_exception.h: - new string with exception was added
8299:
8300: * tests/223.html: - test for checking cookie-encoding during
8301: ^file::load[http was added
8302:
8303: * tests/: 221.html, 222.html: - tests for checking type of
8304: $table.fields.field were added
8305:
8306: * src/types/pa_vtable.C: - not used var decl was removed
8307:
8308: * src/include/pa_string.h: - use cached string length in Body::mid.
8309: it improves speed of match with brackets in pattern
8310:
8311: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8312: outside
8313:
8314: 2009-07-14 misha
8315:
8316: * src/types/pa_vtable.C: - $table.fields.a return string even if
8317: column is empty (sometime returned void) - $table.fields was
8318: added for nameless tables
8319:
8320: * src/targets/cgi/getopt.c: - one warning resolved
8321:
8322: * src/main/pa_string.C: - potentian bug fixed
8323:
8324: * src/classes/op.C: - small optimization in taint/untaint
8325:
8326: 2009-07-13 misha
8327:
8328: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8329: added
8330:
8331: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8332: souldn't add the attribut to output
8333:
8334: 2009-07-11 misha
8335:
8336: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8337: stack size was increaced to 2MB (default=1MB)
8338:
8339: 2009-07-08 misha
8340:
8341: * src/main/pa_string.C: - link to UTF-8 description was added
8342:
8343: * src/include/pa_hash.h: - hash keeps element's order in more
8344: places (ex: ._keys[])
8345:
8346: * tests/220.html: - test for checking order of elements in hash in
8347: foreach was added
8348:
8349: * tests/172.html: - small changes in printing hash
8350:
8351: * tests/129.html: - small changes in printing hash
8352:
8353: * src/: include/pa_common.h, include/pa_hash.h,
8354: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8355: types/pa_vmethod_frame.h: - hash now keeps order of elements
8356:
8357: * tests/014.html: - small changes in printing hash
8358:
8359: 2009-07-07 misha
8360:
8361: * src/classes/op.C: - new taint language "parser-code" was added
8362:
8363: * tests/219.html: - test for auto untaint parser code in process
8364: was added
8365:
8366: * src/classes/op.C: - tainted pieces in body of process are
8367: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8368:
8369: * src/: include/pa_string.h, main/untaint.C: - new language
8370: L_PARSER_CODE for auto-untaint in process was added
8371:
8372: * src/: classes/file.C, classes/hash.C, classes/image.C,
8373: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8374: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8375: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8376: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8377: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8378: code cleanup
8379:
8380: 2009-07-06 misha
8381:
8382: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8383: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8384: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8385:
8386: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8387: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8388: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8389: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8390: should be used
8391:
8392: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8393: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8394: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8395: untaint_cstr[m] should be used
8396:
8397: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8398: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8399:
8400: * tests/218.html: - test for checking automatic file-spec-taint was
8401: added
8402:
8403: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8404: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8405: classes/file.C, classes/hash.C, classes/image.C,
8406: classes/string.C, classes/table.C, classes/void.C,
8407: classes/xdoc.C: - optimizations and simplification of
8408: string.cstr(...)
8409:
8410: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8411: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8412: - optimizations and simplification of string.cstr(...)
8413:
8414: 2009-07-04 misha
8415:
8416: * tests/217.html: - test for recursion detection was added
8417:
8418: * src/: types/types.vcproj, main/main.vcproj,
8419: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8420: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8421: from .vcproj
8422:
8423: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8424:
8425: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8426: uploading files and case-insensitive http-method were added
8427:
8428: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8429: tainted pattern in ^file:list[] was added
8430:
8431: 2009-07-03 misha
8432:
8433: * src/: classes/classes.vcproj, main/main.vcproj,
8434: types/types.vcproj, targets/cgi/parser3.vcproj,
8435: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8436: for dynamic_cast) - little options changes
8437:
8438: * src/main/pa_http.C: - file::load[http works now with uploading
8439: files _and_ changing $.charset
8440:
8441: 2009-06-29 misha
8442:
8443: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8444: while creating pattern
8445:
8446: 2009-06-25 misha
8447:
8448: * src/classes/image.C, operators.txt: - options' names for
8449: ^image.font were changed to $.space, $.width and $spacing -
8450: default space width now == gif's width
8451:
8452: 2009-06-24 misha
8453:
8454: * tests/215.html: - tests for $file.mode were added
8455:
8456: * operators.txt: - added info about $file.mode and changes in
8457: ^image.font[
8458:
8459: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8460: param now could be omited - third param now could be hash (with
8461: all widths options: $.space-width, $.letter-width) - it's
8462: possible to specify tracking ($.letter-space)
8463:
8464: * src/classes/file.C: - file objects now could have mode field
8465: (text|binary)
8466:
8467: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8468:
8469: 2009-06-23 misha
8470:
8471: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8472: trim can work with utf-8 chars now
8473:
8474: 2009-06-20 misha
8475:
8476: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8477: was implemented
8478:
8479: * src/classes/table.C: - string length cacheing was implemented
8480:
8481: * src/include/pa_string.h: - string length cacheing was implemented
8482:
8483: 2009-06-17 misha
8484:
8485: * src/main/execute.C: - value param was removed from
8486: WContext::WContext
8487:
8488: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8489: pa_wwrapper.h: - value param was removed from WContext::WContext
8490: - field wcontext was removed from VCodeFrame (using fparent
8491: instead)
8492:
8493: * tests/214.html: - test with hash copying
8494:
8495: 2009-06-16 misha
8496:
8497: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8498: strings doesn't work in expression anymore
8499:
8500: * src/main/execute.C: - less calls for get_constructing() - little
8501: refactoring
8502:
8503: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8504: include/pa_request.h: - less calls for get_constructing()
8505:
8506: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8507: introduced with OPTIMIZE_SINGLE_STRING optimization
8508:
8509: 2009-06-14 misha
8510:
8511: * src/: classes/date.C, classes/file.C, classes/hash.C,
8512: classes/hashfile.C, classes/image.C, classes/regex.C,
8513: classes/table.C, classes/xdoc.C, classes/xnode.h,
8514: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8515: types/pa_vstateless_class.h, main/execute.C: - create object for
8516: storing object's fields only for parser objects
8517:
8518: 2009-06-13 misha
8519:
8520: * buildall-with-xml, buildall-without-xml: - new option was added
8521: for building GC (it slightly reduces memory usage)
8522:
8523: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8524: single string write
8525:
8526: * src/main/execute.C: - bytecode optimization of ^class:constructor
8527: - optimization of single string write
8528:
8529: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8530: - bytecode optimization of ^class:constructor
8531:
8532: 2009-06-09 misha
8533:
8534: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8535: main (better compatibility)
8536:
8537: 2009-06-08 misha
8538:
8539: * src/main/compile.y: - I've forgot to commit it :(
8540:
8541: 2009-06-07 misha
8542:
8543: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8544: WITH_READ and WITH_ROOT
8545:
8546: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8547: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8548: WITH_ROOT - little refactoring
8549:
8550: 2009-06-06 misha
8551:
8552: * tests/213.html: - tests for 3rd match string-param were added
8553:
8554: * src/classes/string.C: - 3rd match param could be string now
8555:
8556: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8557: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8558: GET_OBJECT_ELEMENT
8559:
8560: 2009-06-05 misha
8561:
8562: * src/main/pa_http.C: - bugfix: content-length was not calculated
8563: if $.body was specified
8564:
8565: 2009-06-04 misha
8566:
8567: * src/classes/op.C: - optimizing write_assign_lang in connect
8568:
8569: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8570:
8571: * src/main/execute.C: - little refactoring - optimizing
8572: write_assign_lang in taint/untaint
8573:
8574: * src/include/pa_opcode.h: - little refactoring
8575:
8576: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8577: main/compile_tools.h, main/execute.C: - optimizations for
8578: $self.field, ^self.method, $self.field[...] and $self.field(...)
8579: were added
8580:
8581: 2009-06-03 misha
8582:
8583: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8584:
8585: 2009-06-02 misha
8586:
8587: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8588: include/pa_opcode.h: - refactoring in last optimizations
8589: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8590: now but code is much easy and it is ready for further
8591: improvements.
8592:
8593: 2009-05-27 misha
8594:
8595: * src/: types/pa_junction.h, types/pa_vjunction.C,
8596: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8597: changed in destructing junctions
8598:
8599: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8600: String:Body
8601:
8602: 2009-05-26 misha
8603:
8604: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8605: one method detect_charset was deleted - bug was fixed in this
8606: method (error while detecting charset in content_type withot last
8607: ';')
8608:
8609: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8610: once
8611:
8612: 2009-05-25 misha
8613:
8614: * src/classes/file.C: - bugfix: file::exec didn't work after
8615: optimizing of helper_length
8616:
8617: 2009-05-24 misha
8618:
8619: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8620: were added - little refactoring
8621:
8622: * src/main/execute.C: - core while printing in debug log
8623: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8624: optimisations were added
8625:
8626: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8627: were added
8628:
8629: 2009-05-23 misha
8630:
8631: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8632: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8633: CORD_cat optimization
8634:
8635: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8636: - call constr optimisation under separate define now
8637:
8638: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8639: in $b should be string, not void
8640:
8641: * src/main/compile.y: - little fix for rem-cut optimisation
8642:
8643: * src/: include/pa_opcode.h, main/compile_tools.C,
8644: main/compile_tools.h, main/execute.C: - optimisations for
8645: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8646:
8647: * INSTALL: - description of some #defined were added
8648:
8649: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8650: before 1st access (memory usage is reduced if don't access to
8651: .text field)
8652:
8653: * src/include/pa_array.h: - array grows step now not static (it
8654: reduces numbers of reallocs)
8655:
8656: 2009-05-20 misha
8657:
8658: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8659: $.b(2), $c[d] and $.e[f] was added
8660:
8661: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8662: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8663: $.e[f] was added
8664:
8665: * src/main/execute.C: - debug printing moved in defines
8666:
8667: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8668: and little refactoring for OP_GET_OBJECT_ELEMENT +
8669: OP_GET_OBJECT_VAR_ELEMENT optimisation
8670:
8671: 2009-05-19 misha
8672:
8673: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8674: execute.C: - $a.$b & ^a.$b bytecode optimisation
8675:
8676: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8677: ^a.$b optimisation)
8678:
8679: * src/main/compile.y: - compiler now generate new opcodes:
8680: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8681: ^a.b - compiler now cut off ^rem{ with all content ; any number
8682: of params }
8683:
8684: * src/main/execute.C: - code for handle new opcodes
8685: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8686:
8687: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8688: added for LA2V and LA2S
8689:
8690: * src/include/pa_opcode.h: - new defines which can be used for
8691: disable some bytecode optimisation and new opcodes were added
8692:
8693: 2009-05-17 misha
8694:
8695: * src/lib/cord/cordxtra.c: - bugfix.
8696:
8697: * tests/212.html: - .size[] and .study_size[] were added to tests
8698:
8699: * operators.txt: - info about regex class was added
8700:
8701: * tests/212.html: - tests for regex class were added
8702:
8703: 2009-05-16 misha
8704:
8705: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8706: gc7.1
8707:
8708: * tests/022.html: - test for ^file:list[path;] (empty second param)
8709: was added
8710:
8711: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8712: param) should work
8713:
8714: 2009-05-15 misha
8715:
8716: * src/classes/table.C: - automatically disable stringstream usage
8717: on freebsd4
8718:
8719: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8720: scope
8721:
8722: * tests/211.html: - test with different types of access to hash was
8723: added
8724:
8725: * tests/210.html: - test which checks for loosing tainting in
8726: hash's keys was added
8727:
8728: * tests/208.html: - some parser work added. or stime == 0 %-)
8729:
8730: * src/lib/cord/cordbscs.c: - little hack was added to cord
8731:
8732: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8733:
8734: * src/include/pa_version.h, configure.in: - moko have made a lot of
8735: optimisations for increacing version number more dramatically :)
8736:
8737: * src/classes/date.C: - little refactoring: use constructor which
8738: accepts formated string
8739:
8740: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8741: which can print formatted string was added
8742:
8743: 2009-05-14 misha
8744:
8745: * src/include/pa_string.h: - type was fixed
8746:
8747: * src/: classes/hashfile.C, classes/op.C,
8748: include/pa_cache_managers.h, include/pa_charset.h,
8749: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8750: include/pa_request.h, include/pa_sql_driver_manager.h,
8751: include/pa_string.h, include/pa_stylesheet_manager.h,
8752: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8753: main/pa_charsets.C, main/pa_string.C,
8754: main/pa_stylesheet_connection.C, types/pa_value.h,
8755: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8756: types/pa_vobject.C, types/pa_vstateless_class.C,
8757: types/pa_vstateless_class.h: - hash_code caching was implemented
8758: (seaches should be faster now)
8759:
8760: * src/: classes/file.C, classes/hash.C, classes/image.C,
8761: classes/string.C, classes/table.C, include/pa_string.h,
8762: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8763: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8764: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8765: types/pa_vrequest.C: - String constructors don't have that stupid
8766: true/false param which means 'tainted'. they accept lang instead.
8767:
8768: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8769: with OPTIMIZE_RESULT
8770:
8771: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8772: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8773:
8774: 2009-05-13 misha
8775:
8776: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8777: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8778: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8779: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8780: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8781: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8782: include/pa_string.h, classes/date.C, classes/file.C,
8783: classes/hash.C, classes/image.C, classes/string.C,
8784: classes/table.C, classes/xdoc.C: - result optimisation -
8785: helper_length parameter removed from string constructors
8786:
8787: 2009-05-11 misha
8788:
8789: * tests/209.html: - tests for ^hash::create[hash] were added
8790:
8791: * tests/208.html: - tests for $status:rusage, $status:memory,
8792: ^memory:compact[] were added
8793:
8794: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8795: log10 were added
8796:
8797: * tests/206.html: - test for try with finally was added
8798:
8799: 2009-05-10 misha
8800:
8801: * tests/205.html: - test for ^file::create[...] was added
8802:
8803: * tests/204.html: - test for ^response:clear[] was added
8804:
8805: * tests/038.html: - tests for trigonometric functions were added
8806:
8807: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8808: added - more tests for .add, .sub, .union, .intersects and
8809: .intersections
8810:
8811: * tests/065.html: - test for ^file:dirname was added
8812:
8813: * tests/030.html: - test for $cookie:fields was added
8814:
8815: * tests/203.html: - test for ^h._keys[column name] was added
8816:
8817: * tests/201.html: - tests for .trim were added
8818:
8819: * tests/202.html: - tests for last-day,
8820: date:calendar[type](YYYY;MM;DD) were added
8821:
8822: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8823: .offset[type](N) were added
8824:
8825: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8826: and .pos[c](N) were added
8827:
8828: * tests/141.html: - test for math:sha1 was added
8829:
8830: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8831:
8832: 2009-05-09 misha
8833:
8834: * src/main/compile.y: - rollback
8835:
8836: 2009-05-05 misha
8837:
8838: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8839: replaced by is_empty()
8840:
8841: * src/: include/pa_string.h, main/pa_charset.C: - little
8842: optimisation: somewhere length() was replaced by is_empty()
8843:
8844: * src/classes/table.C: - little optimisation: somewhere length()
8845: was replaced by is_empty()
8846:
8847: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8848: classes/op.C, classes/table.C, main/pa_exception.C: - little
8849: optimisation: somewhere length() was replaced by is_empty()
8850:
8851: 2009-05-04 misha
8852:
8853: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8854: types/pa_vstateless_class.h, main/execute.C,
8855: include/pa_request.h, classes/hash.C, classes/op.C,
8856: classes/table.C: - more optimisations were added: some operators
8857: don't switch write context anylonger
8858:
8859: 2009-05-01 misha
8860:
8861: * src/main/compile.y: - slightly more opcode optimisations for
8862: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8863:
8864: * src/main/execute.C: - simplifying process for getters
8865:
8866: 2009-04-30 misha
8867:
8868: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8869:
8870: * tests/results/199.processed: - test for checking $result into
8871: ^rem was added
8872:
8873: * tests/199.html: - test for checking $result into ^rem was added
8874:
8875: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8876: some OS it returns list in different order)
8877:
8878: * src/: include/pa_array.h, include/pa_request.h,
8879: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8880: changes in stack impl - get_element() optimisation: 3rd param
8881: removed - bugfix: problems with reading empty input param -
8882: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8883:
8884: * tests/results/198.processed: - test for reading empty local var
8885: was added
8886:
8887: * tests/198.html: - test for reading empty local var was added
8888:
8889: 2009-04-29 misha
8890:
8891: * src/main/compile.y: - bugfix: couldn't compile because
8892: OP_VALUE__GET_ELEMENT should be unde #ifdef
8893:
8894: * src/: include/pa_array.h, include/pa_opcode.h,
8895: include/pa_request.h, main/compile.y, main/execute.C,
8896: main/pa_request.C, types/pa_vmethod_frame.C,
8897: types/pa_vmethod_frame.h: - we can work without opcode
8898: OP_STORE_PARAM, so it was removed
8899:
8900: 2009-04-28 misha
8901:
8902: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8903: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8904: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8905: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8906: 4.
8907: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8908:
8909: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8910:
8911: * src/: main/pa_string.C, classes/string.C: - !length() =>
8912: is_empty()
8913:
8914: 2009-04-27 misha
8915:
8916: * src/types/pa_vregex.h: - back explicit vars initialisation
8917:
8918: 2009-04-24 misha
8919:
8920: * src/classes/string.C: - ups. typo fixed
8921:
8922: * src/main/execute.C: - more replacements '*new VBool' to
8923: 'VBool::get' - checks for ^break[], ^continue[] and
8924: parser.interrupted were optimised
8925:
8926: * src/classes/string.C: - number of params.count() calls was
8927: slightly reduced
8928:
8929: 2009-04-23 misha
8930:
8931: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8932: make it x64 friendly
8933:
8934: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8935: parser is x64 friendly now
8936:
8937: 2009-04-22 misha
8938:
8939: * src/types/pa_vhashfile.C: - coder friendly exception about
8940: exceeding record size was added
8941:
8942: * src/classes/file.C: - use vregex object instead of direct calls
8943: methods from pcre lib
8944:
8945: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8946: classes/string.C: - use vregex object instead of direct calls
8947: methods from pcre lib
8948:
8949: * src/: include/pa_common.h, main/pa_common.C: - method
8950: print_pcre_exec_error_text was moved to class vregex
8951:
8952: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8953: was added
8954:
8955: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8956: - class vregex was added
8957:
8958: 2009-04-21 misha
8959:
8960: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8961:
8962: * src/: types/pa_junction.h, types/pa_value.C,
8963: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8964: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8965: junction-optimisation (destructors)
8966:
8967: * src/include/pa_array.h: - free under if now
8968:
8969: 2009-04-19 misha
8970:
8971: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8972:
8973: 2009-04-18 misha
8974:
8975: * src/include/pa_version.h:
8976: :q :
8977:
8978: CV:
8979: ----------------------------------------------------------------------
8980:
8981: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8982: refactoring
8983:
8984: * src/: include/pa_array.h, include/pa_hash.h,
8985: types/pa_vmethod_frame.h: - destructors under #ifdef now
8986:
8987: * src/include/pa_memory.h: - define for using destructors was added
8988:
8989: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8990: main/execute.C: - some junctions will be cached now
8991:
8992: * src/include/pa_hash.h: - hash destructor frees pairs now
8993:
8994: * src/include/pa_array.h: - inline was added to destructor
8995:
8996: * src/types/pa_method.h: - comment was changed
8997:
8998: 2009-04-17 misha
8999:
9000: * src/: include/pa_array.h, include/pa_hash.h,
9001: types/pa_vmethod_frame.h: - destructors were added
9002:
9003: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9004: renamed to always_use_result
9005:
9006: * src/main/: compile.y, compile_tools.h: - rollback changes in
9007: compiler: full backward compatibility is better
9008:
9009: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9010: result in var's hash
9011:
9012: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9013: optimisation in method_frame
9014:
9015: * src/include/pa_array.h: - optimisation in array (allocate
9016: elements only when needed)
9017:
9018: * src/types/pa_vresponse.C: - check for $response:headers field
9019: before looking at custom fields
9020:
9021: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9022: not needed to check existance var with name 'result' in var's
9023: hash
9024:
9025: * src/main/compile.y: - compiler was changed: now it detects
9026: writings to $result and set flag writo_to_result in method
9027:
9028: * src/classes/string.C: - little optimisation: no needed to write
9029: number with lang
9030:
9031: * src/main/pa_charset.C: - methods readChar and skipChar which is
9032: used for read utf8-strings were renamed - is_escaped was renamed
9033: to isEscaped (to the same name convention)
9034:
9035: * src/: types/pa_method.h, main/compile_tools.h: - flag
9036: write_to_result added. compiler get this info from code.
9037:
9038: 2009-04-16 misha
9039:
9040: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9041: String only before 1st write
9042:
9043: * src/include/pa_string.h: - not needed template removed
9044:
9045: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9046: types/pa_vjunction.C, types/pa_vproperty.C,
9047: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9048: main/pa_request.C, classes/bool.C, classes/double.C,
9049: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9050: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9051: bool objects)
9052:
9053: 2009-04-15 misha
9054:
9055: * src/lib/cord/cordxtra.c: - more optimisation
9056:
9057: * src/: include/pa_string.h, main/untaint.C: - String::append
9058: optimisation
9059:
9060: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9061: then get and can sometime be used)
9062:
9063: * src/main/pa_string.C: - String::length optimisation
9064:
9065: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9066: these methods read different strings
9067:
9068: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9069: fresult_initial_void removed + some optimisation - if $result
9070: defined we don't write to context anymore
9071:
9072: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9073: need just skip char)
9074:
9075: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9076: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9077: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9078:
9079: * src/types/pa_vvoid.h: - added get() method for retreave one
9080: instance
9081:
9082: 2009-04-11 misha
9083:
9084: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9085:
9086: * tests/197.html: - test for parser://test in xml was added
9087:
9088: * src/classes/string.C: - small optimisation
9089:
9090: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9091: optimisation
9092:
9093: 2009-04-10 misha
9094:
9095: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9096: to pcre-7.8
9097:
9098: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9099:
9100: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9101: added
9102:
9103: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9104: $request:CLASS_NAME were added
9105:
9106: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9107: were added
9108:
9109: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9110: $env:CLASS_NAME were added
9111:
9112: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9113: '@todo' now
9114:
9115: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9116: compirer
9117:
9118: * src/main/pa_string.C: - little code cleanup
9119:
9120: * src/main/pa_common.C: - describe one more UTF-8 related error
9121: during PCRE compile/execute
9122:
9123: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9124: normalizing todo-comments: '@todo' now
9125:
9126: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9127:
9128: * src/main/pa_charset.C: - type changed for making compiler happy
9129:
9130: 2009-03-10 misha
9131:
9132: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9133: in main()
9134:
9135: 2009-02-01 misha
9136:
9137: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9138: boundary
9139:
9140: 2009-01-25 misha
9141:
9142: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9143:
9144: * src/classes/file.C: - more changes for parsing different number
9145: of params for file::load
9146:
9147: * tests/193.html: - tests for exception while base64-decode binary
9148: to string was added
9149:
9150: * tests/192.html: - tests for file::load with different number of
9151: options
9152:
9153: * src/classes/math.C: - ups. forgot '+1'
9154:
9155: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9156: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9157: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9158: (new option $.encode[multipart-form/data] should be specified) -
9159: $.method[] option for file::load now is not case-sensitive
9160:
9161: * src/: include/pa_string.h, main/untaint.C: - for file post the
9162: new taint language L_FILE_POST was added
9163:
9164: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9165: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9166: stuff was moved to separate files
9167:
9168: 2009-01-23 misha
9169:
9170: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9171: spaces to tabs were converted
9172:
9173: 2009-01-12 misha
9174:
9175: * src/main/pa_http.C: - value of $.method[] option force uppercased
9176: now
9177:
9178: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9179: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9180: their names
9181:
9182: * src/main/pa_common.C: - changes in formating
9183:
9184: * src/: classes/file.C, main/pa_http.C: - some constants changed
9185: their names
9186:
9187: * src/include/pa_http.h: - some spaces were converted to tabs
9188:
9189: * src/include/pa_common.h: - some constants changed their names
9190:
9191: * src/classes/file.C: - fixed 4-th paramether for file::load -
9192: little code rewriting
9193:
9194: * src/types/pa_vfile.C: - little code rewriting
9195:
9196: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9197: types/pa_value.h: - some formating changes
9198:
9199: * src/include/pa_common.h: - some formating spaces transformed to
9200: tabs
9201:
9202: * src/classes/string.C: - exception while base64-decode binary to a
9203: string
9204:
9205: 2009-01-11 misha
9206:
9207: * configure.in: - version changed to 3.3.1b
9208:
9209: 2008-09-05 misha
9210:
9211: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9212: release_3_3_0 on 2008-09-05 10:59:35 +0000
9213:
9214: 2008-09-04 misha
9215:
9216: * tests/: 130.html, 131.html: - these exceptions not typeless
9217: anymore
9218:
9219: * src/classes/op.C: - exception with 'invalid taint language' not
9220: typeless anylonger
9221:
9222: * src/classes/image.C: - some exceptions while operations with
9223: image not typeless anymore
9224:
9225: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9226: main/pa_exec.C, main/pa_http.C: - some exceptions while
9227: operations with files not typeless anymore
9228:
9229: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9230: types/pa_vdate.h: - exceptions while checking date range not
9231: typeless anymore
9232:
9233: * src/include/pa_exception.h: - exception type string for invalid
9234: date range was added
9235:
9236: 2008-09-03 misha
9237:
9238: * src/: classes/file.C, main/pa_string.C: - exception while pce
9239: operations not typeless anymore
9240:
9241: * src/include/pa_exception.h: - exception type for pce operations
9242: was added
9243:
9244: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9245: and .CLASS_NAME insite classes
9246:
9247: * src/classes/table.C: - don't save table header whiile
9248: ^table.save[append;filename] if file exists
9249:
9250: 2008-09-02 misha
9251:
9252: * src/main/compile.y, src/main/compile_tools.h,
9253: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9254: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9255: renamed to partial and it login changed: we must mark class as
9256: partial for allow their modifications in future.
9257:
9258: 2008-08-29 misha
9259:
9260: * tests/results/022.processed: - testing taint[regex] in mask for
9261: file:list
9262:
9263: * tests/022.html: - testing taint[regex] in mask for file:list
9264:
9265: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9266: for file:list was added
9267:
9268: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9269: file:list
9270:
9271: 2008-08-26 misha
9272:
9273: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9274: last derived object
9275:
9276: * src/classes/image.C: - many strings "image.format" replaced by
9277: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9278: understand some more exif tags
9279:
9280: * src/include/pa_exception.h: - string "image.format" was added
9281:
9282: 2008-08-21 misha
9283:
9284: * src/: main/pa_string.C, classes/file.C: - use method for print
9285: pcre_exec text error
9286:
9287: * src/main/pa_common.C: - method for print pcre_exec text error was
9288: added
9289:
9290: * src/include/pa_common.h: - method declaration for print pcre_exec
9291: text error was added
9292:
9293: 2008-08-19 misha
9294:
9295: * src/main/execute.C: - bugfix: opcodes must be in separate
9296: namespace while debug execution as well
9297:
9298: * tests/: 015.html, results/015.processed: - test for escaping some
9299: parser chars was added
9300:
9301: 2008-08-18 misha
9302:
9303: * tests/: 190.html, 190.p, results/190.processed: - test for
9304: $caller.self.field + default getter in one class was added
9305:
9306: * tests/: 189.html, results/189.processed: - test for
9307: ^date::create[date object]
9308:
9309: * tests/: 188.html, results/188.processed: - tests for match with
9310: UTF-8 strings
9311:
9312: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9313: ^string.match[]
9314:
9315: * ChangeLog: - parser 3.3.0 beta13
9316:
9317: 2008-08-15 misha
9318:
1.116 moko 9319: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9320: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9321: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9322: dftables.c: - old PCRE files removed
1.95 moko 9323:
9324: * src/lib/pcre/config.h: - configuration for PCRE library
9325:
9326: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9327: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9328:
9329: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9330: library and set flag UTF8 if $request:charset is UTF-8
9331:
9332: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9333: include/pa_config_fixed.h: - moved to new PCRE library
9334:
9335: * src/: main/main.vcproj, types/types.vcproj,
9336: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9337: win32\pcre instead of parser3\src\lib\pcre
9338:
9339: * src/: include/pa_opcode.h, include/pa_operation.h,
9340: main/compile.C, main/compile.y, main/compile_tools.C,
9341: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9342: opcodes were moved to separate namespace
9343:
9344: 2008-08-14 misha
9345:
9346: * src/types/pa_vstateless_class.C: - newline at the end missed
9347:
9348: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9349: tainting
9350:
9351: 2008-08-11 misha
9352:
9353: * tests/: 187.html, 187.p, results/187.processed: - tests for
9354: $caller.self, $caller.self.field and $caller.self.field[value]
9355: were added
9356:
9357: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9358: runtime as well (for $caller.self)
9359:
9360: 2008-07-25 misha
9361:
9362: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9363: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9364: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9365: tests with international characters
9366:
9367: 2008-07-23 misha
9368:
9369: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9370: file::load[...;http://
9371:
9372: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9373: now everywhere in separate namespace
9374:
9375: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9376: for vars
9377:
9378: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9379: can be escaped by '^'
9380:
9381: 2008-07-22 misha
9382:
9383: * src/classes/string.C, tests/186.html: - names changes:
9384: escape=>js-escape, unescape=>js-unescape
9385:
9386: 2008-07-21 misha
9387:
9388: * tests/results/186.processed: - test for string escape/unescape
9389:
9390: * tests/186.html: - test for string escape/unescape
9391:
9392: * src/classes/string.C: - string has escape and unescape methods
9393: now
9394:
9395: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9396: added
9397:
9398: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9399: method-layers added (with different params)
9400:
9401: 2008-07-18 misha
9402:
9403: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9404: was added
9405:
9406: * tests/185.html: - test for ^str.pos[sub](offset) added
9407:
9408: * src/classes/string.C, src/classes/void.C, operators.txt: -
9409: ^string.pos[substr](offset) -- 2nd param accepted now
9410:
9411: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9412: strings
9413:
9414: 2008-07-17 misha
9415:
9416: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9417: helper length added for mid for small optimisation
9418:
9419: 2008-07-16 misha
9420:
9421: * tests/: 185.html, results/185.processed: - tests for
9422: length/left/right/mid/pos with utf-8 strings
9423:
9424: * src/classes/string.C: - left/right/mid/length/pos works fine for
9425: utf-8 strings
9426:
9427: * src/main/untaint.C: - comments removed
9428:
9429: * src/: include/pa_string.h, main/pa_string.C,
9430: include/pa_charset.h, main/pa_charset.C: - methods for working
9431: with pos/mid for strings in utf-8 were added
9432:
9433: 2008-07-15 misha
9434:
9435: * tests/: 184.html, results/184.processed: - test for case body as
9436: expression: $var(^switch(1){^case(1)(true)..})
9437:
9438: * src/classes/op.C: - case body can be expression now:
9439: $var(^switch(1){^case(1)(true)..})
9440:
9441: * tests/: results/183.processed, 183.html: - added test for testing
9442: new cookie encoding (%uXXXX)
9443:
9444: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9445: decoding for backward compatibility they decoded from %XX in
9446: request:charset too
9447:
9448: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9449: - cookie class now decode cookies before first access after last
9450: request:charset changing (as form class).
9451:
9452: * src/main/pa_charset.C: - added method escape for escaping cookies
9453: as %uXXXX - before transcode calculate required space for dest
9454: string. it reduce mem usage for transcode
9455:
9456: * src/include/pa_charset.h: - added method escape for escaping
9457: cookies as %uXXXX
9458:
9459: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9460: was added. will used for escaping cookies as %uXXXX
9461:
9462: * src/include/pa_common.h: - escape method has new option for skip
9463: converting '+' to a space char
9464:
9465: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9466: transcode - escape method has new option for skip converting '+'
9467: to a space char
9468:
9469: 2008-07-08 misha
9470:
9471: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9472: (no UE if more then 1 case matches anylonger) - optimization:
9473: doing searching.as_string() || searching.as_double() only once
9474:
9475: 2008-07-04 misha
9476:
9477: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9478: now ^date::create[date object] works
9479:
9480: * src/classes/string.C: - left and right added as aliases for start
9481: and end in ^string.trim[]
9482:
9483: 2008-07-03 misha
9484:
9485: * src/classes/file.C: - allow $.limit for file::sql as well
9486:
9487: * src/classes/file.C: - allow $.offset option for file::sql - force
9488: send limit=1 to query for use sql specifics authomatically
9489:
9490: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9491: if $.limit value if empty. autoconvert it as everywere
9492:
9493: 2008-07-02 misha
9494:
9495: * configure.in: - time to change version number to 3.3.0 %-)
9496:
9497: * src/include/pa_version.h: - time to change version number to
9498: 3.3.0 %-)
9499:
9500: 2008-06-26 misha
9501:
9502: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9503: $.limit(0) fixes
9504:
9505: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9506: - $.limit(0) fixes
9507:
9508: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9509: new API)
9510:
9511: * src/: include/pa_sql_driver_manager.h,
9512: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9513: classes/op.C: - document_root added
9514:
9515: * src/main/compile.tab.C: - error message was changed
9516:
9517: 2008-06-25 misha
9518:
9519: * src/main/compile.y: - error message was changed
9520:
9521: 2008-06-24 misha
9522:
9523: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9524:
9525: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9526: tests for @OPTIONS\nappend
9527:
9528: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9529:
9530: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9531:
9532: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9533:
9534: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9535: compile.y
9536:
9537: 2008-06-17 misha
9538:
9539: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9540: compilation: ^if(default){true. it's incorrect. must be
9541: exception}
9542:
9543: 2008-06-16 misha
9544:
9545: * tests/: 181.ent, 181.html, results/181.processed: - test for
9546: checking external reference loading with 'http://localhost'
9547: prefix while creating xdoc
9548:
9549: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9550: ^math:long2ip[] and ^math:ip2long[]
9551:
9552: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9553: added which use scalar stateless class method when user object
9554: used in scalar context - use get_scalar_value when user object
9555: requested in scalar context
9556:
9557: * src/main/pa_common.C: - size must be int but not size_t or we
9558: can't compare with 0 sprintf result
9559:
9560: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9561: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9562: with internal switch between local/global vars
9563:
9564: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9565: specified
9566:
9567: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9568: pa_vstateless_object.h: - stateless class and object now has
9569: private scalar field and getter/setter for working with it
9570:
9571: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9572: moved to inet static class
9573:
9574: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9575: class added (^inet:aton[IP], ^inet:ntoa(number))
9576:
9577: * tests/: 180.html, results/180.processed: - tests for
9578: ^math:long2ip(long) and ^math:ip2long[IP]
9579:
9580: * src/classes/math.C: - ^math:ip2long[IP] added
9581:
9582: 2008-06-11 misha
9583:
9584: * src/main/pa_xml_io.C: - use file_read_text again because of we
9585: need cut BOM code and remove DOS newline chars. but don't
9586: transcode it anyway.
9587:
9588: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9589: main/pa_http.C: - option for disable transcoding while file_read
9590: and file_read_text added
9591:
9592: 2008-06-10 misha
9593:
9594: * tests/: 179.html, 179.p, results/179.processed: - test for many
9595: classes in 1 file
9596:
9597: * src/main/: compile.C, compile_tools.h: - compile return list of
9598: classes now.
9599:
9600: * src/main/: compile.y, compile.tab.C: - compile return list of
9601: classes now. internals.
9602:
9603: * src/main/pa_request.C: - compile return list of classes now. try
9604: call @conf and @auto for each returned class
9605:
9606: * src/include/pa_request.h: - compile return list of classes now
9607:
9608: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9609: return list of classes when compile buf)
9610:
9611: 2008-06-07 misha
9612:
9613: * src/main/pa_request.C: - constructing VRequest object with 3rd
9614: param -- form
9615:
9616: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9617: 3rd param: form. needed for get post_charset
9618:
9619: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9620: added
9621:
9622: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9623: types/pa_vform.C, types/pa_vform.h: - some polish
9624:
9625: 2008-06-06 misha
9626:
9627: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9628: charset and decode chars from it but not from response:charset
9629:
9630: * src/main/pa_http.C: - detect_charset moved out of here
9631:
9632: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9633: methods moved here - unescape_chars accepn one charset now
9634:
9635: * src/main/pa_http.C: - new constants used - don't allow
9636: $.content-type in ^file::load[;http://;$.method[POST]] - add
9637: charset info while ^file::load[;http://;$.method[POST]] - option
9638: $.omit-post-charset(true) added to ^file::load[;http://] for
9639: disabling charset during post
9640:
9641: * src/types/pa_vform.C: - new constants used
9642:
9643: * src/include/pa_common.h: - some constants were added
9644:
9645: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9646: instead of StrEqNc
9647:
9648: * src/main/pa_common.C: - new method for caseless search
9649: c-substring in c-string - use isxdigit instead of is_hex_digit
9650:
9651: * src/include/pa_common.h: - new method for caseless search
9652: c-substring in c-string
9653:
9654: 2008-06-05 misha
9655:
9656: * tests/results/178.processed: - test for testing default getter
9657:
9658: * tests/178.html: - test for testing default getter
9659:
9660: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9661: for test for testing default getter
9662:
9663: * src/main/execute.C: - default getter soul
9664:
9665: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9666: requested objects' field not found
9667:
9668: * src/types/pa_vclass.C: - register default getter if defined - get
9669: default getter if requested field not found
9670:
9671: * src/types/pa_vstateless_object.h: - method get_default_getter was
9672: added
9673:
9674: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9675: pointer to default getter and methods for get/set it were added
9676:
9677: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9678: auto_name field (for default getter)
9679:
9680: 2008-06-04 misha
9681:
9682: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9683: transcoding, no cutting BOM code, no fixing line breaks) and get
9684: it to libxml "as is"
9685:
9686: 2008-06-03 misha
9687:
9688: * src/main/pa_common.C: - use store_Char instead of
9689: transcodeCharFromUTF8
9690:
9691: * src/: include/pa_charset.h, main/pa_charset.C: - method
9692: store_Char added, transcodeCharFromUTF8 -- removed
9693:
9694: 2008-06-02 misha
9695:
9696: * tests/: results/177.processed, 177.html: - test for checking
9697: .[acm]date after local ^file::load[] was added
9698:
9699: * tests/: results/176.processed, 176.html: - test for checking
9700: @OPTION\locals + @method[vars][locals] added
9701:
9702: * tests/results/auto.p: - CLASS_PATH specified for checking use
9703:
9704: 2008-05-30 misha
9705:
9706: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9707: @OPTION\nlocals + @method[vars][;locals;] were added
9708:
9709: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9710: moved to separate method op_code - switch from VMethodFrame to
9711: VMethodFrameGlobal + VMethodFrameLocal
9712:
9713: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9714: was moved to separate method op_code
9715:
9716: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9717: VMethodFrame now
9718:
9719: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9720: all_vars_local as well
9721:
9722: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9723: pa_vmethod_frame_local.h, Makefile.am: - who children for
9724: VMethodFrame were added: one (global) works as VMethodFrame
9725: before and second (local) write all vars in self vars scope
9726:
9727: * src/types/pa_method.h: - method has bool flag all_vars_local now
9728:
9729: 2008-05-29 misha
9730:
9731: * tests/: 129.html, results/129.processed: - more tests for
9732: ^table.hash[]
9733:
9734: * src/classes/hash.C: - ^hash::sql has a new option:
9735: $.type[hash|string|table] as ^table.hash[] one.
9736:
9737: * src/classes/op.C: - ^try has 3rd param now: finally code which
9738: executed anyway after try or catch section
9739:
9740: 2008-05-27 misha
9741:
9742: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9743: must not fail if $.distinct(1) wasn't specified
9744:
9745: 2008-05-26 misha
9746:
9747: * src/classes/op.C: - allow ^throw[my type]
9748:
9749: 2008-05-22 misha
9750:
9751: * configure.in, configure: - version number updated to 3.2.4b
9752:
9753: * src/classes/: op.C, string.C: - trim format string before
9754: eval/format
9755:
9756: * tests/: results/175.processed, 175.html: - more tests for
9757: different format strings in .format[]
9758:
9759: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9760: as well (not only %XX)
9761:
9762: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9763: charset specified - checks for format before print number
9764: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9765: (instead of tabs) removed
9766:
9767: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9768: charset specified
9769:
9770: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9771: char in requested charset from utf code was added
9772:
9773: 2008-05-19 misha
9774:
9775: * tests/: 174.html, results/174.processed: - test for
9776: ^hashfile.cleanup[] added
9777:
9778: * src/classes/hashfile.C: - optimization: don't create any key or
9779: value variable if it's name weren't specified
9780: (^hf.foreach[;v]{...})
9781:
9782: 2008-05-16 misha
9783:
9784: * src/classes/hash.C: - optimization: don't create any key variable
9785: if variable name wasn't specified (^h.foreach[;v]{...})
9786:
9787: 2008-05-15 misha
9788:
9789: * src/classes/op.C: - small changes
9790:
9791: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9792:
9793: * src/classes/hash.C: - calculate var_context once before foreach
9794:
9795: 2008-05-14 misha
9796:
9797: * src/classes/hashfile.C: - incorrect vars context calculation for
9798: ^hashfile.foreach[;]{} fixed
9799:
9800: * src/classes/: hash.C, table.C: - little optimisation
9801:
9802: * src/classes/file.C: - bugfix: double absolute path while loading
9803: file
9804:
9805: * tests/: 174.html, results/174.processed: - tests for hashfile
9806: were added
9807:
9808: * buildall-with-xml: - moving to libxslt 1.1.24
9809:
9810: 2008-04-30 misha
9811:
9812: * src/classes/file.C: - stat file while loading (local only) so
9813: .adate, .mdate and .cdate available without additional ::stat
9814:
9815: 2008-04-28 misha
9816:
9817: * src/classes/file.C: - $.name and $.content-type available for
9818: stated file
9819:
9820: 2008-04-14 misha
9821:
9822: * src/targets/cgi/parser3.C: - new year in copyright %-)
9823:
9824: * src/include/pa_version.h: - new version number in head
9825:
9826: 2008-04-10 misha
9827:
9828: * tests/: 080.html, results/080.processed: - cut '0' from
9829: exponential part because of on diff OS it differ (20 or 020 for
9830: ex)
9831:
9832: * tests/: 119.html, results/119.processed: - check for encoding
9833: while creating xdoc
9834:
9835: 2008-04-09 misha
9836:
9837: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9838:
9839: * src/main/pa_common.C: - comment added
9840:
9841: * src/classes/date.C: - little refactoring
9842:
9843: 2008-04-07 misha
9844:
9845: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9846: style of ^table.save[]: prepare one big string and sabe it at
9847: once. it's safe on freebsd 4.x but use much more memory.
9848:
9849: * buildall-with-xml, buildall-without-xml: - option
9850: --disable-stringstream added (under comment. use it on freebsd
9851: 4.x)
9852:
9853: 2008-02-22 misha
9854:
9855: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9856: specified together in file::load[;http] - get back transcoding
9857: $.body[] in file::load[;http]
9858:
9859: 2008-02-21 misha
9860:
9861: * src/classes/date.C: - ^date.gmt-string[] was added
9862:
9863: * src/types/pa_value.C: - method for output date in RFC 822 format
9864: moved to pa_common.h
9865:
9866: * src/include/pa_common.h: - method for output date in RFC 822
9867: format moved here from pa_value.C
9868:
9869: * src/types/pa_vmail.C: - fixed core in sending mail with
9870: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9871:
9872: 2008-02-20 misha
9873:
9874: * src/main/pa_http.C: - transcode $.headers before escaping into
9875: specified charset while ^file::load[...;http://...] (L_URI
9876: instead of L_HTTP_HEADER) - $.cookies param available in
9877: ^file::load[;http://...] now (but we don't parse set-cookies from
9878: response yet) (cookies not transcoded as common $cookies)
9879:
9880: 2008-02-19 misha
9881:
9882: * src/main/pa_request.C: - rollback: we mustn't force taint
9883: $response:field values because in this case
9884: $response:locateion[http://...] don't works.
9885:
9886: 2008-02-15 misha
9887:
9888: * src/classes/op.C: - little refactoring
9889:
9890: * src/main/pa_http.C: - taint names of $.headers for load[;http
9891:
9892: * src/main/pa_request.C: - force taint values of $response:field
9893:
9894: 2008-02-14 misha
9895:
9896: * src/main/pa_request.C: - $response:field transcoded to
9897: $response:charset before escaping now
9898:
9899: * src/main/pa_http.C: - some outdated comments removed
9900:
9901: * src/classes/date.C: - lastdat -> last-day
9902:
9903: * src/classes/date.C: - ^date:lastday(year;month) and
9904: ^date.lastday[] were added - little code refactoring - comments
9905: changes
9906:
9907: * tests/: 159.html, results/159.processed: - test for number of
9908: days in February
9909:
9910: * src/types/pa_value.C: - fixes in code formatting
9911:
9912: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9913: and comments
9914:
9915: 2008-02-13 misha
9916:
9917: * src/main/pa_common.C: - bugfix for february at leap year
9918:
9919: 2008-01-28 misha
9920:
9921: * tests/: 160.html, results/160.processed: - more test for cache
9922: added
9923:
9924: * src/classes/op.C: - bugfix: cache body executed twice if contains
9925: unhandled exception
9926:
9927: 2008-01-25 misha
9928:
9929: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9930: bug when hashfile became inavailable after memory:compact)
9931:
9932: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9933:
9934: 2008-01-22 misha
9935:
9936: * src/classes/table.C: - little refactiring and exception texts
9937: changes in method ^table.hash[]
9938:
9939: * src/types/pa_vcookie.C: - link to cookie specification changed
9940:
9941: 2008-01-21 misha
9942:
9943: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9944: file::exec/cgi
9945:
9946: * src/classes/file.C: - bugfix: core while processing headers if
9947: executed cgi script don't return content
9948:
9949: 2008-01-18 misha
9950:
9951: * buildall-with-xml: - move to libxml2 version 2.6.31
9952:
9953: * src/include/pa_version.h, configure.in: - version number updated
9954: to '3.2.3b'
9955:
9956: 2007-12-28 misha
9957:
9958: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9959: hash.contains
9960:
9961: 2007-12-27 misha
9962:
9963: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9964: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9965: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9966: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9967: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9968: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9969: src/targets/cgi/parser3.vcproj,
9970: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9971: back to VS2003 because of Apache 1.3 module can't work if it was
9972: built in VS 2005. with cgi all file so VS2003 project files can
9973: be easy converted to the new format.
9974:
9975: 2007-12-04 misha
9976:
9977: * src/types/pa_vcode_frame.h: - changes in comment
9978:
9979: 2007-11-29 misha
9980:
9981: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9982: intercept strings any longer
9983:
9984: * tests/: 173.html, results/173.processed: - tests for
9985: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9986: but not in main code frame
9987:
9988: * tests/: 172.html, results/172.processed: - more tests for pass
9989: objects from code frames
9990:
9991: 2007-11-27 misha
9992:
9993: * tests/: 152.html, results/152.processed: - tests for converting
9994: strings 'true'/'false' to bool were added
9995:
9996: * tests/152.html: - added checks for converting strings
9997: 'true'/'false' to bool
9998:
9999: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10000: not only strings with numbers but with values 'true'/'false' as
10001: well
10002:
10003: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10004: for parser3.log increased
10005:
10006: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10007:
10008: * src/include/pa_common.h: - remove_crlf return cstring size now
10009:
10010: * src/include/pa_types.h: - constant with buffer size for
10011: parser3.log added
10012:
10013: 2007-11-16 misha
10014:
10015: * tests/cat.sh: - script for tests for file::exec/cgi
10016:
10017: * tests/171.html: - tests for file::exec/cgi
10018:
10019: * tests/results/171.processed: - tests results for file::exec/cgi
10020:
10021: 2007-11-15 misha
10022:
10023: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10024:
10025: * src/classes/file.C: - .body must be set before analyzing cgi
10026: headers
10027:
10028: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10029: only if exec/cgi return anything.
10030:
10031: 2007-11-14 misha
10032:
10033: * operators.txt: - info about new text|binary option for
10034: file::exec/cgi was added
10035:
10036: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10037: ^file:exec[[text|binary];script;...]
10038:
10039: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10040: classes/string.C, classes/table.C: - more text strings moved to
10041: the one place
10042:
10043: 2007-11-09 misha
10044:
10045: * src/types/pa_vrequest.C: - $request:argv must be taint
10046:
10047: * ChangeLog: - $request:argv [patch from Sumo]
10048:
10049: * operators.txt: - $request:argv
10050:
10051: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10052: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10053:
10054: 2007-10-25 misha
10055:
10056: * buildall-with-xml, buildall-without-xml: - options preparations
10057: for ./configure rewrited
10058:
10059: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10060: error occure in unhandled_exception finally fixed
10061:
10062: 2007-10-23 misha
10063:
10064: * tests/: 170.html, results/170.processed: - test for
10065: @method[][result]
10066:
10067: * operators.txt: - added info about node.prefix and
10068: node.namespaceURI
10069:
10070: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10071:
10072: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10073: added for node and attribute
10074:
10075: 2007-10-22 misha
10076:
10077: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10078:
10079: * src/main/pa_request.C: - added const content-transfer-encoding
10080:
10081: * src/include/pa_request.h: - added const content-transfer-encoding
10082: - ups. constants must be in lowercase (for search)
10083:
10084: * src/types/pa_vmail.C: - more constants used -
10085: content-transfer-encoding: 8bit added
10086:
10087: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10088:
10089: * src/include/pa_request.h: - more constants
10090:
10091: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10092: ommit anymore if $.content-disposition was specified - little
10093: refactoring
10094:
10095: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10096:
10097: 2007-10-17 misha
10098:
10099: * operators.txt: - info about
10100: table::create[nameless]{data}[>options<] was added
10101:
10102: * src/main/: compile.tab.C, compile.y: - if error occure while
10103: compile method don't put this method in methods table anymore.
10104: in other case the parser coredumped if @unhandled_exception
10105: method can't be compiled because of parser.compile error.
10106:
10107: * src/main/execute.C: - little code reformating
10108:
10109: * src/main/pa_request.C: - little code reformating - comment
10110: changed
10111:
10112: 2007-10-16 misha
10113:
10114: * tests/: 035.html, results/035.processed: - tests
10115: table::create[]{}[options] added
10116:
10117: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10118: options (only $.seperator[] yet)
10119:
10120: 2007-10-10 misha
10121:
10122: * src/classes/table.C: - some contstants moved to pa_common.h -
10123: some code changes
10124:
10125: 2007-10-02 misha
10126:
10127: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10128: then three time as much. but base64 encoding method still use
10129: less memory anyway.
10130:
10131: 2007-09-17 misha
10132:
10133: * operators.txt: - added info about $cookie:fields
10134:
10135: * src/types/pa_vcookie.C: - $cookie:fields available now
10136:
10137: * src/classes/hash.C: - some stuff for use with .for_each moved to
10138: common
10139:
10140: * src/include/pa_common.h: - some stuff for use with .for_each
10141: moved here
10142:
10143: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10144:
10145: 2007-09-14 misha
10146:
10147: * buildall-with-xml: - new xml libs again =)
10148:
10149: 2007-08-28 misha
10150:
10151: * operators.txt: - texts about ^table.columns[[column name]] and
10152: ^string.split[...][v][column name] were added
10153:
10154: * tests/: 168.html, 169.html, results/168.processed,
10155: results/169.processed: - tests for ^table.columns[[column name]]
10156: and ^string.split[...][v][column name] were added
10157:
10158: * src/classes/table.C: - new option ^table.columns[[column name]]
10159: was added
10160:
10161: * src/classes/string.C: - new option ^string.split[...;v;[column
10162: name]]
10163:
10164: * src/include/pa_exception.h: - error text message for
10165: ^hash._keys[], ^table.columns[] and ^string.split[]
10166:
10167: 2007-08-27 misha
10168:
10169: * src/main/untaint.C: - try to fix coredump on unix if print to
10170: body ^taint[sql][something] outside of connect
10171:
10172: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10173: outside of connect
10174:
10175: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10176: added (commented by default)
10177:
10178: 2007-08-20 misha
10179:
10180: * operators.txt: - comment about new method ^node.hasAttributes[]
10181: was added
10182:
10183: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10184: duplicated exception text strings were removed
10185:
10186: * src/include/pa_exception.h: - more exception text strings moved
10187: here
10188:
10189: * src/classes/table.C: - some duplicate exceptions' text strings
10190: removed
10191:
10192: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10193: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10194: removed
10195:
10196: * src/include/pa_exception.h: - some exception text strings movet
10197: to pa_exception
10198:
10199: * tests/: 149.html, results/149.processed: - test for
10200: ^xnode.hasAttributes[] was added - some code changes
10201:
10202: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10203: added
10204:
10205: 2007-08-17 misha
10206:
10207: * tests/: results/006.processed, results/059.processed, 006.html,
10208: 059.html: - more tests for match
10209:
10210: * tests/: 129.html, results/129.processed: - tests for
10211: ^table.hash[...][$.type[string|hash|table]] added
10212:
10213: * src/targets/cgi/parser3.C: - little syntax changes
10214:
10215: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10216: syntax changes
10217:
10218: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10219: messages in parser3.log switched off by default. If someone
10220: really still need it: use $SIGPIPE(1)
10221:
10222: 2007-08-08 misha
10223:
10224: * buildall-with-xml, buildall-without-xml: - remove libs source
10225: files by default since now
10226:
10227: 2007-08-07 misha
10228:
10229: * buildall-without-xml: - some option syntax changes
10230:
10231: * buildall-with-xml: - compile libxml2 without http support - some
10232: option syntax changes
10233:
10234: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10235:
10236: 2007-08-06 misha
10237:
10238: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10239:
10240: * tests/: 160.html, results/160.processed: - cache test was
10241: rewrited
10242:
10243: 2007-07-06 misha
10244:
10245: * tests/: 153.html, results/153.processed: - added test for
10246: ^math:sha1[string]
10247:
10248: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10249: transcoded
10250:
10251: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10252: were added
10253:
10254: 2007-06-28 misha
10255:
10256: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10257: some incorrect chars
10258:
10259: 2007-06-19 misha
10260:
10261: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10262: were moved on top because of gcc 4 had a problems during
10263: building.
10264:
10265: 2007-06-18 misha
10266:
10267: * tests/results/019.processed: - new image commited
10268:
10269: 2007-06-09 misha
10270:
10271: * src/classes/: op.C, table.C: - in while and table.select method
10272: as_expression used now
10273:
10274: * src/types/pa_vmethod_frame.h: - method as_expression was added
10275:
10276: 2007-06-08 misha
10277:
10278: * tests/: 166.html, results/166.processed: - test for
10279: ^match[...][n]
10280:
10281: * tests/: 165.html, results/165.processed: - tests for loops
10282:
10283: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10284: because of no speed/memory optimisation but some proglems with
10285: long cycles occure
10286:
10287: 2007-06-06 misha
10288:
10289: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10290: ^table.select(true) and ^table.select(1) didn't works because of
10291: awaiting junction-param only. fixed.
10292:
10293: 2007-05-24 misha
10294:
10295: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10296: with 0.5 secs interval
10297:
10298: * src/classes/op.C: - cache was rewrited. I hope it works with
10299: locking system now on unix
10300:
10301: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10302: system locks which wait till other threads release it but try get
10303: lock, if fail wait 1 sec and make 10 attempts.
10304:
10305: * src/include/pa_os.h: - consts for blocking locks + some comments
10306: were added
10307:
10308: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10309: opening files
10310:
10311: * src/classes/table.C: - changes in includes. if unclude <sstream>
10312: after our classes on unix it can't be build
10313:
10314: * src/types/pa_vhashfile.C: - not needed code removed
10315:
10316: 2007-05-23 misha
10317:
10318: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10319: include/pa_common.h: - cosmetic changes
10320:
10321: 2007-05-18 misha
10322:
10323: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10324: often. it's give some speed increasing
10325:
10326: * tests/results/160.processed: - returned time corrected
10327:
10328: * tests/160.html: - time increased because on unix 1 mean nothing
10329: :(
10330:
10331: * operators.txt: - added info about ^hash.contain[key]
10332:
10333: * src/classes/hash.C: - added ^hash.contain[key]
10334:
10335: * src/include/pa_hash.h: - added method for checking key exists in
10336: hash
10337:
10338: 2007-05-07 misha
10339:
10340: * src/include/pa_string.h: - was compilation error during build on
10341: freebsd4
10342:
10343: 2007-05-03 misha
10344:
10345: * src/classes/table.C: - option $.type[hash|string|table] was added
10346: for ^table.hash[]
10347:
10348: * src/classes/file.C: - comment removed
10349:
10350: 2007-04-26 misha
10351:
10352: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10353: real files doesn't opened in place anymore
10354:
10355: 2007-04-24 misha
10356:
10357: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10358:
10359: * src/include/pa_exception.h: "static" removed
10360:
10361: 2007-04-23 misha
10362:
10363: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10364:
10365: * src/classes/math.C: added: - ^math:ln(N) (the same as
10366: ^math:log(N)) - ^math:lg(N)
10367:
10368: * tests/: 097.html, results/097.processed: - charsets converstion
10369: during ^file::load[text;http://...] added
10370:
10371: * tests/: 164.html, results/164.processed: - check for set expires
10372: as a date
10373:
10374: * tests/: 164.html, results/164.processed: - test for hashfile
10375:
10376: * src/classes/hashfile.C: - little comment changes
10377:
10378: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10379: access
10380:
10381: * src/: classes/date.C, classes/double.C, classes/file.C,
10382: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10383: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10384: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10385: classes/xnode.h, include/pa_request.h, main/execute.C,
10386: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10387: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10388: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10389: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10390: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10391: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10392: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10393: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10394: "parser.runtime" strings were removed
10395:
10396: * src/classes/hashfile.C: - with .clear[] called files_delete()
10397: now.
10398:
10399: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10400:
10401: * src/include/pa_exception.h: - string constant with
10402: "parser.runtime" text was added
10403:
10404: 2007-04-20 misha
10405:
10406: * operators.txt: - some comments changing
10407:
10408: * operators.txt: - added info about .^hashfile.release[],
10409: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10410:
10411: * configure: =cheching for unsetenv
10412:
10413: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10414: ^hashfile.release[] were added
10415:
10416: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10417: ^string.match[][] understand new option now: return number of
10418: matches but not table wit results
10419:
10420: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10421: reopen now
10422:
10423: * src/classes/op.C: - bug. must be false
10424:
10425: * configure.in: - checking for unsetenv was added
10426:
10427: * src/types/pa_vform.C: - some comments
10428:
10429: 2007-04-18 misha
10430:
10431: * buildall-with-xml: moving to libxml2-2.6.28
10432:
10433: * buildall-with-xml, buildall-without-xml: added commented lines
10434: with --disable-safe-mode option
10435:
10436: * operators.txt: - info about $form:files
10437:
10438: 2007-04-17 misha
10439:
10440: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10441: $form:files was added
10442:
10443: * tests/: 163.html, results/163.processed: removing auto format
10444:
10445: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10446:
10447: 2007-04-16 misha
10448:
10449: * tests/: 163.html, results/163.processed: - test for .int[],
10450: floor, round, ceiling and .format[]
10451:
10452: * src/classes/file.C: - little optimization for getting args in
10453: exec/cgi
10454:
10455: 2007-04-13 misha
10456:
10457: * src/classes/file.C: - arguments for file::exec/cgi can be
10458: specified now as s table with one column
10459:
10460: 2007-03-27 misha
10461:
10462: * tests/: 162.html, results/162.processed: - test for
10463: ^table.select(^condition[$t])
10464:
10465: * tests/results/auto.p: - load windows-1251 charset for some tests
10466:
10467: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10468:
10469: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10470: 161_windows1251.txt: - added test for
10471: ^file::load[text;/local/file.txt;$.charset[...]]
10472:
10473: * tests/: results/013.processed, 013.html: - added test for
10474: checking $._default value while hash modifications
10475:
10476: * tests/: 160.html, results/160.processed: - add test for
10477: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10478:
10479: 2007-03-22 misha
10480:
10481: * src/include/pa_common.h: - "charset" string defined for
10482: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10483:
10484: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10485: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10486: added - not needed transcodes were removed from
10487: ^file::load[...;http://...]
10488:
10489: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10490: added
10491:
10492: * src/classes/date.C: - date.week was fixed
10493:
10494: * operators.txt: - added info about date.weekyear
10495:
10496: * tests/: 159.html, results/159.processed: - tests for date.week
10497: and date.weekyear added
10498:
10499: 2007-03-15 misha
10500:
10501: * src/classes/table.C: - enclose column numbers for nameless tables
10502: as well
10503:
10504: 2007-03-14 misha
10505:
10506: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10507:
10508: * src/classes/table.C: - table.save optimization: now required much
10509: less memory
10510:
10511: 2007-03-13 misha
10512:
10513: * tests/results/: 158.processed, 158.processes: - tests for
10514: table.save/table.load
10515:
10516: * tests/: 158.html, results/158.processes: - tests for
10517: table.save/table.load
10518:
10519: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10520:
10521: * buildall-with-xml: - pattern needed now for building
10522:
10523: * tests/results/097.processed: - added test results for xdoc::load
10524: & xdoc::load[http://...]
10525:
10526: * tests/097.html: - added test for xdoc::load
10527:
10528: 2007-03-12 misha
10529:
10530: * tests/: 107.html, results/107.processed: - added test for xpath
10531: '//man'
10532:
10533: 2007-03-01 misha
10534:
10535: * tests/: 097.html, results/097.processed: - added test for
10536: creating xdoc from file
10537:
10538: * tests/: results/157.processed, 157.html: - added test for
10539: file:move
10540:
10541: 2007-02-28 misha
10542:
10543: * src/classes/xdoc.C: - another attempt
10544:
10545: * src/classes/xdoc.C: - roll back last changes for a while
10546:
10547: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10548:
10549: * src/classes/file.C: - under lock we create non-exist dir anyway
10550:
10551: * tests/results/099.processed: - ever send content-disposition to
10552: client with file
10553:
10554: * tests/157.html: + test for file:copy
10555:
10556: 2007-02-26 misha
10557:
10558: * src/classes/file.C: - some similar strings moved to #define
10559: instead of to be copy/pasted many times
10560:
10561: * src/types/pa_vfile.h: - class name string ("file") moved to
10562: #define
10563:
10564: 2007-02-20 misha
10565:
10566: * configure.in: - added some strings for sqlite detection
10567:
10568: 2007-02-19 misha
10569:
10570: * operators.txt: - some comments changes
10571:
10572: * buildall-with-xml, buildall-without-xml: - some modifications
10573:
10574: 2007-02-17 misha
10575:
10576: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10577:
10578: * src/main/pa_request.C: - damn, i forgot to commit it while I
10579: change console behaviour
10580:
10581: 2007-02-12 misha
10582:
10583: * src/targets/cgi/parser3.C: - don't print headers if
10584: $console:line[data] was used during cgi execution.
10585:
10586: * src/types/pa_vconsole.h: - console class have bool flag now which
10587: marked as 'true' if class was used.
10588:
10589: * tests/: 152.html, results/152.processed: - more types was added
10590: to test 152
10591:
10592: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10593: adding 'bool' (^if($image){} caused exception)
10594:
10595: 2007-02-09 misha
10596:
10597: * tests/: 152.html, results/152.processed: - test alightly updated
10598:
10599: * tests/: 152.html, results/152.processed: - test rewrited
10600:
10601: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10602: bugfix. I broke xdoc & xnode in expression
10603:
10604: 2007-02-08 misha
10605:
10606: * tests/: 152.html, results/152.processed: - add test for checking
10607: 'def' for void, string, bool, int & double
10608:
10609: 2007-02-07 misha
10610:
10611: * operators.txt: - ^file:base64[filespec] was added
10612:
10613: * tests/results/153.processed: - result test for
10614: ^file:base64[filespec] was updated
10615:
10616: * tests/153.html: - test for ^file:base64[filespec] was added
10617:
10618: * src/types/pa_vconsole.h: - little optimization
10619:
10620: * src/classes/file.C: - ^file:base64[filespec]
10621:
10622: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10623:
10624: * src/include/pa_common.h: - declarations for
10625: ^file:base64[filespec]
10626:
10627: * src/types/pa_vcookie.C: - little optimization
10628:
10629: 2007-02-06 misha
10630:
10631: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10632: were temporary commented
10633:
10634: * src/types/pa_vbool.h: - bugfix
10635:
10636: * tests/156.html: - added test for bool cookie
10637:
10638: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10639:
10640: * tests/: 155.html, results/155.processed: - added test for check
10641: $.encloser[] option for table save/load
10642:
10643: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10644:
10645: 2007-02-05 misha
10646:
10647: * tests/results/152.processed: - newline at the end was missed
10648:
10649: * tests/results/141.processed: - math:md5 must be lowercased
10650:
10651: * src/targets/cgi/parser3.C: - 2007 in help ;)
10652:
10653: 2007-02-03 misha
10654:
10655: * tests/results/: 150.processed, 151.processed, 152.processed: -
10656: test for bool added and some content length fixes
10657:
10658: * tests/152.html: - test for bool added
10659:
10660: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10661:
10662: * operators.txt: - info bool class was added
10663:
1.116 moko 10664: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10665: classes/classes.vcproj, classes/double.C, classes/int.C,
10666: classes/string.C, classes/void.C, classes/xnode.C,
10667: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10668: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10669: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10670: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10671: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10672: types/types.vcproj: - bool class was added
10673:
10674: * src/main/pa_request.C: - fix
10675:
10676: 2007-01-18 misha
10677:
10678: * src/: main/pa_string.C, classes/string.C: - return table during
10679: ^string.match[][] even if no matched found.
10680:
10681: 2006-12-20 misha
10682:
10683: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10684: http://www.parser.ru/forum/?id=55598 ]
10685:
10686: 2006-12-19 misha
10687:
10688: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10689: details: http://www.parser.ru/forum/?id=52359
10690:
10691: * src/main/pa_request.C: - always set content-disposition for
10692: $response:body[hash here]. more details:
10693: http://www.parser.ru/forum/?id=52130
10694:
10695: 2006-12-07 misha
10696:
10697: * operators.txt: - added info about bool params in cookie set
10698:
10699: * src/types/pa_vcookie.C: - bool param in cookies available now
10700: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10701: ]
10702:
10703: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10704: was added
10705:
10706: 2006-12-02 misha
10707:
10708: * src/classes/file.C: - file_block_read used instead of native read
10709:
10710: * src/main/pa_common.C: - added file_block_read with read error
10711: detection - file_block_read used instead of native read
10712:
10713: * src/include/pa_common.h: - added file_block_read declaration
10714:
10715: 2006-12-01 misha
10716:
10717: * operators.txt: - info about $var.CLASS_NAME was added
10718:
10719: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10720: $var.CLASS_NAME added
10721:
10722: * operators.txt: - added info about ^file:copy[]
10723:
10724: * src/classes/file.C: - ^file:copy[from;fo] was added
10725:
10726: 2006-11-20 misha
10727:
10728: * src/classes/date.C: - bug fix :)
10729:
10730: 2006-11-17 misha
10731:
10732: * src/include/pa_common.h: - array in crc32 calculation was changed
10733: to static
10734:
10735: * src/main/pa_common.C: - little optimization in getMonthDays -
10736: small changes in crc32 calculation
10737:
10738: * src/classes/date.C: - not needed code was removed
10739:
10740: 2006-11-16 misha
10741:
10742: * src/types/pa_vmail.C: - fix missed brakes
10743:
10744: * src/types/pa_vmail.C: - mail:send now set content-type:
10745: multipart/related instead of multipart/mixed if file have
10746: $.content-id[]
10747:
10748: 2006-11-15 misha
10749:
10750: * src/types/pa_vdouble.h: abs -> fabs
10751:
10752: 2006-11-14 misha
10753:
10754: * operators.txt: - added info about ^file.md5[] and
10755: ^file:md5[file-name]
10756:
10757: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10758: added
10759:
10760: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10761: FILE_BUFFER_SIZE
10762:
10763: * src/classes/math.C: - hex_string was moved to pa_common.h
10764:
10765: * src/include/pa_common.h: - hex_string was moved from math.C -
10766: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10767:
10768: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10769: values was fixed
10770:
10771: 2006-11-13 misha
10772:
10773: * operators.txt: - added info about ^math:crc32[string],
10774: ^file:crc32[file-name] & ^file.crc32[]
10775:
10776: * src/classes/math.C: - added ^math:crc32[string]
10777:
10778: * src/classes/file.C: - some comments were changed - added
10779: ^file:crc32[file-name] and ^file.crc32[]
10780:
10781: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10782: crc32 calculation added
10783:
10784: 2006-11-03 misha
10785:
10786: * src/include/pa_array.h: - not needed variable removed
10787:
10788: * tests/: 150.html, 151.html, results/150.processed,
10789: results/151.processed: - 2 tests were added
10790:
10791: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10792: with $.reverse(1) were fixed
10793:
10794: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10795: query converted to $.charset during ^file::load[http://...]
10796:
10797: 2006-11-02 misha
10798:
10799: * src/include/pa_table.h: ups. forget '=' char
10800:
10801: * src/include/pa_table.h: - one more fix in
10802: .locate[...][$.reverse(1)]
10803:
10804: 2006-11-01 misha
10805:
10806: * src/classes/math.C: - bug fix, details:
10807: http://www.parser.ru/forum/?id=53360
10808:
10809: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10810: false for all records )[$.reverse(1)]
10811:
10812: * src/main/pa_http.C: - second param for this mid method is length
10813: but not end_index so this method has error and can't detect
10814: charsets in next content-types: Content-type: text/html;
10815: charset="windows-1251" Content-type: text/html;
10816: charset="windows-1251"; Content-type: text/html;
10817: charset=windows-1251;
10818:
10819: only Content-type: text/html; charset=windows-1251 was fine
10820:
10821: 2006-10-31 misha
10822:
10823: * src/classes/file.C: - empty args in file::exec removed now
10824:
10825: 2006-09-03 paf
10826:
10827: * src/classes/file.C: proper tainting of
10828: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10829:
10830: 2006-06-09 paf
10831:
10832: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10833:
10834: * src/classes/table.C: formatting
10835:
10836: * src/classes/table.C: incorporated patch from misha: Sent:
10837: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10838: ignoring string options for ^table.save[]
10839:
10840: * src/classes/hash.C: incorporated patch from misha Sent:
10841: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10842: $hash._default disappear while
10843:
10844: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10845: $.format[!uue|!base64] << new base64 option. default uue ] ]
10846:
10847: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10848: PM Subject: patch for base64 in ^mail:send[] %-)
10849:
10850: 2006-04-09 paf
10851:
10852: * src/main/compile.tab.C: ` change compiled
10853:
10854: * gnu.vcproj, operators.txt, parser3.sln,
10855: src/classes/classes.vcproj, src/classes/file.C,
10856: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10857: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10858: src/classes/xnode.C, src/include/pa_array.h,
10859: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10860: src/include/pa_memory.h, src/include/pa_request.h,
10861: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10862: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10863: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10864: src/lib/pcre/pcre_dftables.vcproj,
10865: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10866: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10867: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10868: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10869: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10870: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10871: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10872: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10873: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10874: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10875: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10876: src/types/pa_value.h, src/types/pa_vcookie.C,
10877: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10878: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10879: src/types/pa_vstatus.C, src/types/types.vcproj,
10880: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10881: ^menu, ^hash/hashfile.foreach
10882:
10883: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10884: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10885: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10886: src/classes/xnode.C, src/include/pa_array.h,
10887: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10888: src/include/pa_memory.h, src/include/pa_request.h,
10889: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10890: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10891: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10892: src/lib/pcre/pcre_dftables.vcproj,
10893: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10894: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10895: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10896: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10897: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10898: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10899: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10900: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10901: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10902: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10903: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10904: src/types/pa_value.h, src/types/pa_vcookie.C,
10905: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10906: src/types/pa_vstatus.C, src/types/types.vcproj,
10907: tests/descript.ion: ! switched to VS2005 (projects and
10908: object<info explicitly typed>.for_each(, info)) +
10909: $response:field[] setting void means removing + grammar $name`
10910: name stops now, for mysql `$field` + started ^break[]
10911: ^continue[], in ^for. TODO: to other iterators (while, menu,
10912: foreach) + all log messages += [uri=, method=, cl=]
10913:
10914: * buildall-with-xml: merged . ftp paths update
10915:
10916: * buildall-with-xml: . ftp paths update
10917:
10918: 2006-03-04 paf
10919:
10920: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10921: checks++ [thanks to Igor Zinkovsky for detailed report]
10922:
10923: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10924: Igor Zinkovsky for detailed report]
10925:
10926: 2006-03-01 paf
10927:
10928: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10929: \n to ' ' in
10930:
10931: 2006-02-18 paf
10932:
10933: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10934: \n to ' ' in
10935:
10936: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10937:
10938: 2006-02-03 paf
10939:
10940: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10941: base64
10942:
10943: * src/main/pa_common.C: ! bugfix: decoding from base64
10944:
10945: 2006-01-20 paf
10946:
10947: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10948: economy fix
10949:
10950: * src/classes/: table.C: merged from HEAD ! bugfix
10951: ^table.save[$.encloser-s now handled properly
10952:
10953: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10954: handled properly
10955:
10956: 2006-01-19 paf
10957:
10958: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10959: libgc:USE_MUNMAP activates merging of free memory blocks which
10960: helps a lot in our case: after transform we want
10961: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10962:
10963: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10964: economy fix
10965:
10966: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10967: activates merging of free memory blocks which helps a lot in our
10968: case: after transform we want CORD(main.result)->cstr[big
10969: malloc]->transcode[big malloc]
10970:
10971: 2006-01-17 paf
10972:
10973: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10974: before reading them. got rid of reallocs = became quicker and
10975: less fragmentated
10976:
10977: 2005-12-29 paf
10978:
1.116 moko 10979: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10980: configure, configure.in, src/include/pa_version.h,
10981: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10982: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10983: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10984: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10985: src/lib/ltdl/missing: . merged from 3.2.1
10986:
1.116 moko 10987: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10988: packaged when 'make dist', so do configure companion files in
10989: src/lib/ltdl
10990:
10991: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10992: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10993: missing: . now config_auto.h is created with configure [were
10994: constant]
1.95 moko 10995:
10996: * INSTALL: . references to documentation and some clarification
10997:
10998: * buildall-with-xml, buildall-without-xml: . farawell doc
10999: indication
11000:
1.116 moko 11001: * Makefile.am: . dist+=buildall*
1.95 moko 11002:
11003: 2005-12-28 paf
11004:
11005: * configure: . 3.2.1
11006:
11007: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11008: simplify build process, see INSTALL
11009:
11010: 2005-12-26 paf
11011:
11012: * configure: ver
11013:
11014: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11015: version
11016:
11017: 2005-12-21 paf
11018:
11019: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11020: compiled with bison 1.875b, it reports unexpected token names
11021:
11022: 2005-12-19 paf
11023:
11024: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11025: holds a link to xmlNode to prevent premature gc(xmlNode)
11026:
11027: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11028: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11029: src/main/main.vcproj, src/main/pa_globals.C,
11030: src/targets/cgi/parser3.vcproj,
11031: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11032: configure, configure.in, src/include/pa_version.h: . killing
11033: gdome [what a relief]
11034:
11035: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11036: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11037: run_parser.sh, results/001.processed, results/002.processed,
11038: results/003.processed, results/004.processed,
11039: results/005.processed, results/006.processed,
11040: results/008.processed, results/009.processed,
11041: results/010.processed, results/011.processed,
11042: results/012.processed, results/013.processed,
11043: results/014.processed, results/015.processed,
11044: results/016.processed, results/017.processed,
11045: results/018.processed, results/020.processed,
11046: results/021.processed, results/022.processed,
11047: results/023.processed, results/024.processed,
11048: results/025.processed, results/026.processed,
11049: results/027.processed, results/028.processed,
11050: results/029.processed, results/030.processed,
11051: results/031.processed, results/032.processed,
11052: results/033.processed, results/034.processed,
11053: results/035.processed, results/036.processed,
11054: results/037.processed, results/038.processed,
11055: results/039.processed, results/040.processed,
11056: results/041.processed, results/042.processed,
11057: results/043.processed, results/044.processed,
11058: results/045.processed, results/046.processed,
11059: results/047.processed, results/048.processed,
11060: results/049.processed, results/050.processed,
11061: results/051.processed, results/052.processed,
11062: results/053.processed, results/054.processed,
11063: results/055.processed, results/056.processed,
11064: results/057.processed, results/058.processed,
11065: results/059.processed, results/060.processed,
11066: results/061.processed, results/062.processed,
11067: results/063.processed, results/064.processed,
11068: results/065.processed, results/066.processed,
11069: results/067.processed, results/068.processed,
11070: results/069.processed, results/070.processed,
11071: results/071.processed, results/072.processed,
11072: results/073.processed, results/074.processed,
11073: results/075.processed, results/076.processed,
11074: results/077.processed, results/078.processed,
11075: results/079.processed, results/080.processed,
11076: results/081.processed, results/082.processed,
11077: results/083.processed, results/084.processed,
11078: results/085.processed, results/086.processed,
11079: results/087.processed, results/088.processed,
11080: results/089.processed, results/090.processed,
11081: results/091.processed, results/092.processed,
11082: results/093.processed, results/094.processed,
11083: results/095.processed, results/096.processed,
11084: results/097.processed, results/099.processed,
11085: results/100.processed, results/101.processed,
11086: results/102.processed, results/104.processed,
11087: results/105.processed, results/106.processed,
11088: results/107.processed, results/108.processed,
11089: results/109.processed, results/110.processed,
11090: results/111.processed, results/112.processed,
11091: results/113.processed, results/114.processed,
11092: results/115.processed, results/117.processed,
11093: results/119.processed, results/120.processed,
11094: results/121.processed, results/122.processed,
11095: results/123.processed, results/124.processed,
11096: results/125.processed, results/126.processed,
11097: results/127.processed, results/128.processed,
11098: results/129.processed, results/130.processed,
11099: results/131.processed, results/132.processed,
11100: results/133.processed, results/134.processed,
11101: results/135.processed, results/136.processed,
11102: results/138.processed, results/139.processed,
11103: results/140.processed, results/141.processed,
11104: results/142.processed, results/143.processed,
11105: results/144.processed, results/145.processed,
11106: results/146.processed, results/147.processed,
11107: results/148.processed, results/149.processed, results/auto.p: .
11108: now works if we turn off default auto.p
11109:
1.116 moko 11110: * configure: . makes
1.95 moko 11111:
11112: * src/types/pa_vxnode.C: . less warnings
11113:
11114: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11115: tests/145.html, tests/149.html, tests/descript.ion,
11116: tests/outputs/d.cmd, tests/results/142.processed,
11117: tests/results/143.processed, tests/results/144.processed,
11118: tests/results/145.processed, tests/results/146.processed,
11119: tests/results/147.processed, tests/results/148.processed,
11120: tests/results/149.processed: . removed .nodeValue from all node
11121: types other than 5 (grabbed piece from gdome)
11122:
11123: * tests/: 137.html, results/137.processed: . not handled this case
11124: yet. code does not hang from inserting parent into child,
11125: considering thing minor issue -- nodes are removed from source
11126: anyway, don't know why shold that be an error after all
11127:
11128: * src/targets/cgi/parser3.C: . style
11129:
11130: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11131: xdoc too [were barking "not element"]
11132:
11133: 2005-12-16 paf
11134:
11135: * tests/: 146.html, 147.html, 148.html: . more tests
11136:
11137: * src/classes/xnode.C: . also bark on possible errors
11138:
11139: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11140: props
11141:
11142: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11143: main/compile.y: merged from HEAD ! fixed overoptimized
11144: ^call(false) case. (confused it with ^call[] case)
11145:
11146: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11147: ^call(false) case. (confused it with ^call[] case)
11148:
11149: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11150:
11151: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11152: results/001.processed, results/002.processed,
11153: results/003.processed, results/004.processed,
11154: results/005.processed, results/006.processed,
11155: results/008.processed, results/009.processed,
11156: results/010.processed, results/011.processed,
11157: results/012.processed, results/013.processed,
11158: results/014.processed, results/015.processed,
11159: results/016.processed, results/017.processed,
11160: results/018.processed, results/019.processed,
11161: results/020.processed, results/021.processed,
11162: results/022.processed, results/023.processed,
11163: results/024.processed, results/025.processed,
11164: results/026.processed, results/027.processed,
11165: results/028.processed, results/029.processed,
11166: results/030.processed, results/031.processed,
11167: results/032.processed, results/033.processed,
11168: results/034.processed, results/035.processed,
11169: results/036.processed, results/037.processed,
11170: results/038.processed, results/039.processed,
11171: results/040.processed, results/041.processed,
11172: results/042.processed, results/043.processed,
11173: results/044.processed, results/045.processed,
11174: results/046.processed, results/047.processed,
11175: results/048.processed, results/049.processed,
11176: results/050.processed, results/051.processed,
11177: results/052.processed, results/053.processed,
11178: results/054.processed, results/055.processed,
11179: results/056.processed, results/057.processed,
11180: results/058.processed, results/059.processed,
11181: results/060.processed, results/061.processed,
11182: results/062.processed, results/063.processed,
11183: results/064.processed, results/065.processed,
11184: results/066.processed, results/067.processed,
11185: results/068.processed, results/069.processed,
11186: results/070.processed, results/071.processed,
11187: results/072.processed, results/073.processed,
11188: results/074.processed, results/075.processed,
11189: results/076.processed, results/077.processed,
11190: results/078.processed, results/079.processed,
11191: results/080.processed, results/081.processed,
11192: results/082.processed, results/083.processed,
11193: results/084.processed, results/085.processed,
11194: results/086.processed, results/087.processed,
11195: results/088.processed, results/089.processed,
11196: results/090.processed, results/091.processed,
11197: results/092.processed, results/093.processed,
11198: results/094.processed, results/095.processed,
11199: results/096.processed, results/097.processed,
11200: results/099.processed, results/101.processed,
11201: results/102.processed, results/104.processed,
11202: results/105.processed, results/106.processed,
11203: results/107.processed, results/108.processed,
11204: results/109.processed, results/110.processed,
11205: results/111.processed, results/112.processed,
11206: results/113.processed, results/114.processed,
11207: results/115.processed, results/116.processed,
11208: results/117.processed, results/118.processed,
11209: results/119.processed, results/120.processed,
11210: results/121.processed, results/122.processed,
11211: results/123.processed, results/124.processed,
11212: results/125.processed, results/126.processed,
11213: results/127.processed, results/128.processed,
11214: results/129.processed, results/130.processed,
11215: results/131.processed, results/132.processed,
11216: results/133.processed, results/134.processed,
11217: results/135.processed, results/136.processed,
11218: results/137.processed, results/138.processed,
11219: results/139.processed, results/140.processed,
11220: results/141.processed: . refreshed old tests, made them work
11221: without auto.p (in utf8) . things noted: . gif got encoded
11222: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11223: some strange year)
11224:
11225: * INSTALL: . revived linux libgc fix
11226:
11227: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11228: glib/gdome in INSTALL and patches]
11229:
11230: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11231: include/pa_charset.h, include/pa_config_includes.h,
11232: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11233: include/pa_xml_exception.h, lib/cord/Makefile.am,
11234: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11235: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11236: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11237: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11238: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11239: types/pa_vxnode.h: . started killing gdome
11240:
11241: 2005-12-13 paf
11242:
11243: * src/main/: pa_request.C: merged from HEAD ! when code in
11244: @unhandled_exception thrown another exception, print correct
11245: origin (earlier code in catch of exception inside of
11246: @unhandled_exception grabbed parent_frame(original_exception)
11247: origin and printed it, instead of true origin)
11248:
11249: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11250: another exception, print correct origin (earlier code in catch of
11251: exception inside of @unhandled_exception grabbed
11252: parent_frame(original_exception) origin and printed it, instead
11253: of true origin)
11254:
11255: 2005-12-09 paf
11256:
11257: * INSTALL: . updated INSTALL doc to work around linux stack base
11258: detection problem, due to change in gc6.4 code
11259:
11260: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11261: ignored in ^string.matched :(
11262:
11263: * src/main/pa_string.C: ! regex tainting were ignored in
11264: ^string.matched :(
11265:
11266: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11267: src/include/pa_config_fixed.h, src/include/pa_version.h,
11268: src/main/compile.y, src/main/compile_tools.h,
11269: src/main/pa_charset.C, src/main/pa_common.C,
11270: src/main/pa_globals.C, src/main/pa_string.C,
11271: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11272: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11273:
11274: 2005-12-08 paf
11275:
11276: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11277: 500 chars now handled OK [were wrapped on 500th char according to
11278: rfc, but sendmail failed to unwrap it properly]
11279:
11280: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11281: handled OK [were wrapped on 500th char according to rfc, but
11282: sendmail failed to unwrap it properly]
11283:
11284: * src/targets/isapi/parser3isapi.C: . less warnings
11285:
11286: * src/targets/isapi/parser3isapi.C: . undone some strange change
11287: since 3.1.5
11288:
11289: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11290: link fixes
11291:
11292: * src/: classes/date.C, include/pa_config_fixed.h,
11293: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11294: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11295: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11296:
11297: * src/include/pa_config_fixed.h: . removed outdated string origins
11298: [in current storage scheme there's no place for them. someday we
11299: can add third CORD to store origins and special version of parser
11300: which stores origins there [separate binary]]
11301:
11302: 2005-12-07 paf
11303:
11304: * src/targets/isapi/parser3isapi.C: . now links in release mode
11305:
11306: * src/include/pa_version.h: makefiles
11307:
11308: * src/include/pa_version.h: . not beta
11309:
11310: * configure, configure.in, src/include/pa_version.h: not beta
11311:
11312: 2005-12-06 paf
11313:
11314: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11315: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11316: decided to undo the change ^call[$void] passes void. now it will
11317: pass empty string again.
11318:
11319: * src/main/: compile.tab.C, compile.y: . version readded
11320:
11321: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11322: = ^switch[void] problem
11323:
11324: 2005-12-01 paf
11325:
11326: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11327: caused ^case[string] to be coerced to double since searching
11328: value were not string (it was vvoid)
11329:
11330: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11331: ^case[string] to be coerced to double since searching value were
11332: not string (it was vvoid)
11333:
11334: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11335: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11336:
11337: 2005-11-30 paf
11338:
11339: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11340: win32 must putenv("TZ="), on unix works only putenv("TZ")
11341:
11342: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11343: putenv("TZ="), on unix works only putenv("TZ")
11344:
11345: * INSTALL: . xml libs versions updated
11346:
11347: * src/main/pa_globals.C: //20051130 trying to remove this, author
11348: claims that fixed a lot there // 20040920 for now both
11349: workarounds needed. wait for new libxml/xsl versions
11350:
11351: 2005-11-28 paf
11352:
11353: * src/classes/table.C: merged from HEAD: ! nameless table has
11354: columns==0
11355:
11356: * src/classes/table.C: ! nameless table has columns==0
11357:
11358: * src/main/pa_http.C: merged from HEAD: ! status line check made
11359: earlier [was totally wrong]
11360:
11361: * src/main/pa_http.C: ! status line check made earlier [was totally
11362: wrong]
11363:
11364: 2005-11-25 paf
11365:
11366: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11367: undoing for now...
11368:
11369: * src/include/pa_version.h: -this reduces speed(table::load),
11370: strange. undoing
11371:
11372: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11373:
11374: * src/classes/op.C: + ^while(){}[SEPARATOR]
11375:
11376: * src/include/pa_array.h: + optimistics added: all arrays (table
11377: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11378: this speeds things up and saves memory a LOT! (not noticed
11379: negative effect on syntetic tests, future will tell...)
11380:
11381: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11382: changed gc_malloc implementation, which obscured profiling
11383:
11384: * src/classes/table.C: merged from HEAD: + optimized
11385: table::load/sql, now row ArrayString-s allocated with
11386: columns.count() elements and don't always grow from
11387: count=3[realloc,realloc]
11388:
11389: * src/classes/table.C: + optimized table::load/sql, now row
11390: ArrayString-s allocated with columns.count() elements and don't
11391: always grow from count=3[realloc,realloc]
11392:
11393: * src/classes/table.C: merged from HEAD: . ^table.save unused
11394: buffer after save
11395:
11396: * src/classes/table.C: . ^table.save unused buffer after save
11397:
11398: 2005-11-24 paf
11399:
11400: * configure.in: . merged glib2-config patch
11401:
11402: * configure.in: + trying to find glib2-config
11403:
11404: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11405: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11406: file/dir_readable to simple file/dir_exist, this would help in
11407: situations "class not found because .p file has bad rights" << in
11408: that case error would be explicit "access denied to 'this' file"
11409:
1.116 moko 11410: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11411:
11412: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11413: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11414: to simple file/dir_exist, this would help in situations "class
11415: not found because .p file has bad rights" << in that case error
11416: would be explicit "access denied to 'this' file"
11417:
11418: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11419: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11420: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11421: ^file::exec/cgi[script;$.charset[changed]
11422: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11423: encoded in $.charset charset
11424:
11425: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11426: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11427: encoded in $.charset charset
11428:
11429: * src/: include/Makefile.am, include/pa_common.h,
11430: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11431: main/pa_common.C, main/pa_http.C: . extracted http:// into
11432: separate file [preparation for
11433: ^file::cgi[script;$.form[$.field1[]
11434:
11435: 2005-11-22 paf
11436:
11437: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11438:
11439: * acinclude.m4, configure.in: . merged underquting fixes
11440:
1.116 moko 11441: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11442:
11443: * src/classes/op.C: . overmerged a little
11444:
11445: * src/main/compile.tab.C: Makefile
11446:
11447: * src/main/: pa_common.C: . less gcc warnings
11448:
11449: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11450: now reports original exception if we have no old cache
11451:
11452: * src/classes/op.C: + $exception.handled[cache] now reports
11453: original exception if we have no old cache
11454:
11455: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11456: from HEAD: + ^taint/untaint[regex] << escapes these:
11457: \^$.[]|()?*+{}
11458:
11459: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11460: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11461:
11462: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11463: getenv-ed variable, which does not work both on win32&unix.
11464: copied old TZ value now
11465:
11466: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11467: stored pointer to getenv-ed variable, which does not work both on
11468: win32&unix. copied old TZ value now
11469:
11470: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11471: getenv-ed variable, which does not work both on win32&unix.
11472: copied old TZ value now
11473:
11474: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11475: access to internal hash
11476:
11477: * src/types/pa_vresponse.C: + $response:headers access to internal
11478: hash
11479:
11480: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11481: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11482: isapi] this reduces number of "GC Warning: Repeated allocation of
11483: very large block" messages to only important onces
11484:
11485: * src/targets/isapi/parser3isapi.C: +
11486: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11487: isapi] this reduces number of "GC Warning: Repeated allocation of
11488: very large block" messages to only important onces
11489:
11490: * src/classes/string.C: merged from HEAD: + removed limitation on
11491: ^string/int/double:sql{}[$.default[({param style})] ]
11492:
11493: * src/classes/string.C: + removed limitation on
11494: ^string/int/double:sql{}[$.default[({param style})] ]
11495:
11496: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11497: with ?params or $.form option" limitation
11498:
11499: * src/main/pa_common.C: + removed "use either uri with ?params or
11500: $.form option" limitation
11501:
11502: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11503: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11504: ^file::base64[encoded] decode
11505:
11506: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11507: main/pa_common.C: + ^file.base64[] encode +
11508: ^file::base64[encoded] decode
11509:
11510: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11511: ^string:base64[encoded] decode
11512:
11513: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11514: ^string:base64[in] encode + ^string.base64[] decode
11515:
11516: 2005-11-21 paf
11517:
11518: * src/classes/file.C: + merged from HEAD:
11519: ^file::create[text;file.xml;^untaint[xml]{data}]
11520:
11521: * src/classes/file.C: +
11522: ^file::create[text;file.xml;^untaint[xml]{data}]
11523:
11524: * src/main/pa_request.C: ! merged: $response:body[file] now
11525: differes from :download, it does not return content-disposition
11526: at all now [previusely it returned valueless content-disposition]
11527:
11528: * src/main/pa_request.C: ! $response:body[file] now differes from
11529: :download, it does not return content-disposition at all now
11530: [previusely it returned valueless content-disposition]
11531:
11532: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11533: literals, reverted to just vvod, recreating empty array with each
11534: void_value token. that's absolutely needed, since that array
11535: grows
11536:
11537: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11538: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11539: types/pa_vmethod_frame.h: + merged: expression literals:
11540: true/false. ^format[$.indent(true)]
11541:
11542: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11543: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11544: types/pa_vmethod_frame.h: + expression literals: true/false.
11545: ^format[$.indent(true)]
11546:
11547: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11548: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11549: i386-pc-win32)"
11550:
11551: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11552: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11553: i386-pc-win32)"
11554:
11555: 2005-11-18 paf
11556:
11557: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11558: null}[$.default(123)] will now return default value
11559:
11560: * src/classes/op.C: + merged ^cache[] << returns current cache
11561: expiration time
11562:
11563: * src/classes/op.C: + ^cache[] << returns current cache expiration
11564: time
11565:
11566: * src/classes/table.C: ! merged ^table::create[not'nameless';
11567: failed << Exception.problem_source pointed to local var!
11568:
11569: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11570: Exception.problem_source pointed to local var!
11571:
11572: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11573: now loads VFile.ptr!=0, so such files can be saved now
11574:
11575: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11576: loads VFile.ptr!=0, so such files can be saved now
11577:
11578: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11579: only . and .. now removed from list [were removed all .*]
11580:
11581: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11582: .. now removed from list [were removed all .*]
11583:
11584: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11585: open error now checked, were not :( [stole that piece from apache
11586: 1.3 sources]
11587:
11588: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11589: checked, were not :( [stole that piece from apache 1.3 sources]
11590:
11591: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11592: untainting of @main result if returned by $result or
11593: $response:body
11594:
11595: * src/main/pa_request.C: ! ensured proper untainting of @main
11596: result if returned by $result or $response:body
11597:
11598: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11599: issue: now tries to guess content-length and allocates one big
11600: piece if possible [regretfully gc_realloc works as malloc+free,
11601: leaving lots of holes behind]
11602:
11603: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11604: fixed file load memory issue: now tries to guess content-length
11605: and allocates one big piece if possible [regretfully gc_realloc
11606: works as malloc+free, leaving lots of holes behind]
11607:
11608: 2005-11-16 paf
11609:
11610: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11611: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11612: table::save with enclosers now doubles them: "->"" !
11613: table::save/load do not remove elements from options hash
11614:
11615: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11616: [were overoptimized ^if(double_literal), compiler confused
11617: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11618:
11619: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11620: [were overoptimized ^if(double_literal), compiler confused
11621: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11622:
11623: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11624: main/pa_common.C: ! table::save with enclosers now doubles them:
11625: "->"" ! table::save/load do not remove elements from options hash
11626:
11627: 2005-11-03 paf
11628:
1.116 moko 11629: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11630: compilation, not all makefiles liked that
1.95 moko 11631:
11632: 2005-08-30 paf
11633:
11634: * src/classes/op.C: merge . speedup check of [DEFAULT]
11635:
11636: * src/classes/op.C: . speedup check of [DEFAULT]
11637:
11638: 2005-08-26 paf
11639:
11640: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11641:
11642: * src/: classes/date.C, types/pa_vdate.h: + date.week
11643:
11644: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11645: complains about bad!=nameless
11646:
11647: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11648: about bad!=nameless
11649:
11650: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11651: optional options were allowed to be empty. were checked
11652: if(is_string), changed to !defined||is_string to allow void
11653:
11654: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11655: classes/string.C, classes/table.C, classes/void.C: ! optional
11656: options were allowed to be empty. were checked if(is_string),
11657: changed to !defined||is_string to allow void
11658:
11659: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11660: as_junction where they needed as_int/double, so failed with
11661: recent "(const) now no junction" optimization
11662:
11663: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11664: merged ! many classes/* used as_junction where they needed
11665: as_int/double, so failed with recent "(const) now no junction"
11666: optimization
11667:
11668: * src/: classes/double.C, classes/int.C, classes/math.C,
11669: classes/op.C, classes/string.C, classes/table.C,
11670: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11671: used as_junction where they needed as_int/double, so failed with
11672: recent "(const) now no junction" optimization
11673:
11674: 2005-08-24 paf
11675:
11676: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11677: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11678: stripped it
11679:
11680: 2005-08-09 paf
11681:
11682: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11683: not cleared
11684:
11685: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11686: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11687: classes/hashfile.C, classes/image.C, classes/int.C,
11688: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11689: classes/response.C, classes/string.C, classes/table.C,
11690: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11691: include/pa_array.h, include/pa_cache_managers.h,
11692: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11693: include/pa_config_fixed.h, include/pa_config_includes.h,
11694: include/pa_dictionary.h, include/pa_dir.h,
11695: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11696: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11697: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11698: include/pa_request_charsets.h, include/pa_request_info.h,
11699: include/pa_sapi.h, include/pa_socks.h,
11700: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11701: include/pa_stack.h, include/pa_string.h,
11702: include/pa_stylesheet_connection.h,
11703: include/pa_stylesheet_manager.h, include/pa_table.h,
11704: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11705: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11706: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11707: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11708: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11709: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11710: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11711: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11712: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11713: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11714: main/pa_sql_driver_manager.C, main/pa_string.C,
11715: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11716: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11717: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11718: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11719: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11720: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11721: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11722: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11723: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11724: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11725: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11726: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11727: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11728: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11729: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11730: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11731: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11732: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11733: types/pa_vresponse.C, types/pa_vresponse.h,
11734: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11735: types/pa_vstateless_object.h, types/pa_vstatus.C,
11736: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11737: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11738: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11739: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11740: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11741:
11742: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11743: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11744: speedup consequent checks in vmethod_frame
11745:
11746: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11747: not cleared
11748:
11749: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11750: params: 50 max (were 10)
11751:
11752: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11753: params: 50 max (were 10)
11754:
11755: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11756: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11757: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11758: empty string) ! simplified (double) speedup consequent checks in
11759: vmethod_frame
11760:
11761: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11762: optimized constants in expressions vstring->vdouble + optimized
11763: ^call(vdouble), no junction creation, no calls later
11764:
11765: 2005-08-08 paf
11766:
11767: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11768: compile_tools.h: merged + optimized constants in expressions
11769: vstring->vdouble + optimized ^call(vdouble), no junction
11770: creation, no calls later
11771:
11772: * src/types/pa_vdouble.h: merged . double values without fractional
11773: part now default printed as %.0f instead of %g
11774:
11775: * src/types/pa_vdouble.h: . double values without fractional part
11776: now default printed as %.0f instead of %g
11777:
11778: * src/classes/hashfile.C: . merged ! second hashfile::open would
11779: cause an exception
11780:
11781: * src/classes/hashfile.C: ! second hashfile::open would cause an
11782: exception
11783:
11784: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11785: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11786: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11787: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11788: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11789: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11790: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11791: types/pa_vresponse.h, types/pa_vstateless_class.C,
11792: types/pa_vstateless_object.h, types/pa_vvoid.h,
11793: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11794: merged VJunction(new Junction) optimization from 3.1.4
11795:
11796: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11797: types/pa_vstateless_class.C: + optimized new VJunction(new
11798: Junction(params)) to new VJunction(params), thousands of mallocs
11799: removed
11800:
11801: 2005-08-05 paf
11802:
11803: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11804: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11805: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11806: creation, no calls later
11807:
11808: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11809: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11810: classes/hashfile.C, classes/image.C, classes/int.C,
11811: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11812: classes/response.C, classes/string.C, classes/table.C,
11813: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11814: include/pa_array.h, include/pa_cache_managers.h,
11815: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11816: include/pa_config_fixed.h, include/pa_config_includes.h,
11817: include/pa_dictionary.h, include/pa_dir.h,
11818: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11819: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11820: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11821: include/pa_request_charsets.h, include/pa_request_info.h,
11822: include/pa_sapi.h, include/pa_socks.h,
11823: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11824: include/pa_stack.h, include/pa_string.h,
11825: include/pa_stylesheet_connection.h,
11826: include/pa_stylesheet_manager.h, include/pa_table.h,
11827: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11828: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11829: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11830: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11831: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11832: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11833: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11834: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11835: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11836: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11837: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11838: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11839: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11840: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11841: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11842: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11843: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11844: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11845: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11846: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11847: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11848: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11849: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11850: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11851: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11852: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11853: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11854: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11855: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11856: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11857: types/pa_vstateless_object.h, types/pa_vstatus.C,
11858: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11859: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11860: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11861: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11862: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11863:
11864: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11865: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11866: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11867: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11868: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11869: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11870: optimized constants in expressions vstring->vdouble
11871:
11872: 2005-07-29 paf
11873:
11874: * src/types/pa_vclass.C: . shaped up error messages a bit
11875:
11876: * src/types/pa_vclass.C: + property getter can now be overridden
11877:
11878: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11879: bug fix: static parent fields were not replaced in case
11880: $derived:field[put] + property setter can now be overridden
11881:
11882: 2005-07-28 paf
11883:
11884: * configure, configure.in, src/classes/classes.h,
11885: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11886: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11887: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11888: src/classes/xnode.h, src/include/pa_hash.h,
11889: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11890: src/types/Makefile.am, src/types/pa_method.h,
11891: src/types/pa_value.h, src/types/pa_vclass.C,
11892: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11893: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11894: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11895: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11896: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11897: src/types/pa_vobject.C, src/types/pa_vobject.h,
11898: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11899: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11900: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11901: src/types/pa_vstateless_class.h,
1.95 moko 11902: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11903: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11904: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11905: dynamic_fields_join
11906:
11907: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11908: classes/xnode.C, include/pa_hash.h, main/execute.C,
11909: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11910: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11911: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11912: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11913: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11914: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11915: types/pa_vresponse.h, types/pa_vstateless_object.h,
11916: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11917: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11918: restored its checks in vobject.put_element->static fields |
11919: dynamic properties
11920:
11921: 2005-07-27 paf
11922:
11923: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11924: is some old code containing @set_name $name
11925:
11926: * src/types/pa_vobject.h: . fixed warning
11927:
11928: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11929: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11930:
11931: * src/: classes/xnode.C, include/pa_hash.h,
11932: types/pa_vstateless_class.C: ! new asserts were all false.
11933: regretfully reverted them all to checks
11934:
11935: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11936: classes/op.C, main/execute.C, types/pa_method.h,
11937: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11938: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11939: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11940: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11941: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11942: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
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: removed unused param from put_method
11946: (returned to 3 params)
11947:
11948: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11949: joined_dynamic_fields: dynamic get/set works with overriding
11950: props [alpha2]
11951:
11952: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11953: works [alfa]
11954:
11955: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11956: classes/op.C, include/pa_hash.h, main/execute.C,
11957: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11958: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11959: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11960: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11961: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11962: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11963: types/pa_vresponse.h, types/pa_vstateless_class.C,
11964: types/pa_vstateless_object.h, types/pa_vvoid.h,
11965: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11966: joined_dynamic_fields: just compiled
11967:
11968: * src/: classes/date.C, classes/file.C, classes/hash.C,
11969: classes/hashfile.C, classes/image.C, classes/table.C,
11970: classes/xdoc.C, classes/xnode.h, main/execute.C,
11971: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11972: types/pa_vstateless_class.h: joined_dynamic_fields: started
11973:
11974: * src/types/pa_vobject.C: . object setters [only started, does not
11975: work yet]
11976:
11977: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11978: object setters [only started, does not work yet]
11979:
11980: 2005-07-26 paf
11981:
11982: * src/: include/pa_request.h, main/execute.C: . properties: set
11983: works [alpha2]. for classes. todo: for objects
11984:
11985: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11986: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11987: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11988: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11989: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11990: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11991: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11992: types/pa_vstateless_object.h, types/pa_vvoid.h,
11993: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11994: properties: set works [alpha1]
11995:
11996: 2005-07-25 paf
11997:
11998: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11999: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12000: properties: started, get works [alpha1, other approach]
12001:
12002: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12003: properties: started, get works [alpha2]
12004:
12005: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12006: pa_vstateless_class.h: . properties: started, get works [alpha]
12007:
12008: 2005-07-15 paf
12009:
12010: * src/: classes/classes.h, classes/op.C, main/execute.C,
12011: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12012: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12013: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12014: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12015: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12016: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12017: types/pa_vresponse.C, types/pa_vresponse.h,
12018: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12019: types/pa_vstateless_object.h, types/pa_vvoid.h,
12020: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12021: types/pa_wwrapper.h, types/types.vcproj: + started property
12022: [getters work but think of changing them too to precaching]
12023:
12024: 2005-07-08 paf
12025:
12026: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12027: gpf
12028:
12029: 2005-06-28 paf
12030:
12031: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12032: in passing empty strings to file::exec/cgi environment
12033:
12034: 2005-06-06 paf
12035:
12036: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12037: ^table:sql ^hash:sql now DO process $.bind option
12038:
12039: 2005-05-24 paf
12040:
12041: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12042: $.limit] now work again [support was broken in 3.1.4]
12043:
12044: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12045: ALL_INTERIOR_POINTERS
12046:
12047: 2005-05-12 paf
12048:
12049: * configure: 3.1.5beta
12050:
12051: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12052:
12053: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12054: $.limit] now work again [support was broken in 3.1.4]
12055:
12056: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12057: line-width [was refusing to fill if line-width >1, thanks to
12058: Seras <seras@pinxit.lt> for repro case
12059:
12060: 2005-04-25 paf
12061:
12062: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12063: correctly
12064:
12065: 2005-04-19 paf
12066:
12067: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12068: in VString violating invariant!!
12069:
12070: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12071: getenv("TZ")==null
12072:
12073: 2005-04-08 paf
12074:
12075: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12076: bugfix: when there is no char in charset one byte produces 6
12077: (ÿ <<max). increased buffer size!
12078:
12079: 2005-03-23 paf
12080:
12081: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12082: ^date.sql-string now takes TZ into account
12083:
12084: 2005-03-16 paf
12085:
12086: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12087: gcc 3.4
12088:
12089: * src/types/pa_vhash.C: . warning about eof eol
12090:
12091: 2005-02-17 paf
12092:
12093: * operators.txt, src/classes/op.C: + operator ^sleep(double
12094: seconds)
12095:
12096: 2005-02-02 paf
12097:
12098: * src/classes/xnode.C: beauty: removed needless includes
12099:
12100: 2005-01-31 paf
12101:
12102: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12103: $.partNoNumber now alias to $.part1
12104:
12105: * src/types/pa_vmail.C: change: incoming letter part contains
12106: "content-disposition" header with any value? now considering that
12107: part to be "file#" [for text/plain text/html were $.text#
12108: $.html#]
12109:
12110: * INSTALL: updatet to latest working versions available
12111:
12112: 2005-01-20 paf
12113:
12114: * configure.in, src/include/pa_version.h: version
12115:
12116: 2005-01-19 paf
12117:
1.116 moko 12118: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12119: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12120: couple warnings in parser3.C
1.95 moko 12121:
12122: 2004-12-23 paf
12123:
12124: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12125:
12126: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12127: dir to directory of script (when shbang used), not to directory
12128: of its interpreter
12129:
12130: * src/include/pa_version.h: compiled on win32...
12131:
12132: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12133: we need more hspace
12134:
12135: * configure, configure.in, src/include/pa_version.h: configured
12136: host to pa_version. will be displayed everywhere
12137:
12138: * src/main/pa_request.C: new: @unhandled_exception can prevent
12139: exception from being logged by setting $exception.handled(1)
12140:
12141: * operators.txt, src/classes/file.C: change:
12142: ^file::sql{query}[[options]] options: $.name[file name]
12143: $.content-type[application/what]
12144:
12145: * src/: include/pa_common.h, main/pa_common.C,
12146: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12147: new file
12148:
12149: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12150: bugfix: table->hash now regards _default
12151:
12152: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12153: created by accessing $name_of_method it acquired bad self=closest
12154: methodframe; instead of proper self (current class)
12155:
12156: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12157: hashfile produced bad cord
12158:
12159: 2004-12-10 paf
12160:
12161: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12162: subsequent failures though defined in .h
12163:
12164: * src/main/pa_common.C: comment on volatile
12165:
12166: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12167: alarm function were not used since the beginning due to stupid
12168: error [setsigjmp were not checked in configure.in]
12169:
12170: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12171: unix too
12172:
12173: * src/main/pa_common.C: http: exception status of send/recv errors
12174: change to most probable http.timeout
12175:
12176: * src/main/pa_common.C: win32: http connection $.timeout option now
12177: works [setsockopt on send/receive]
12178:
12179: 2004-12-08 paf
12180:
12181: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12182: cstr-ed knowing mail charset, and untainting uri lang now knows
12183: proper charset
12184:
12185: 2004-11-24 paf
12186:
12187: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12188:
12189: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12190: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12191:
12192: 2004-11-12 paf
12193:
12194: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12195: [since 3.0.4]
12196:
12197: 2004-11-09 paf
12198:
12199: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12200: writes basics to c:\parser3.log
12201:
12202: 2004-10-21 paf
12203:
12204: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12205: tainted strings [were returning clean onces]
12206:
12207: 2004-10-15 paf
12208:
12209: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12210: cycles(i=1; i=2), which was wrong, now does ONE
12211:
12212: 2004-10-12 paf
12213:
12214: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12215:
12216: 2004-10-07 paf
12217:
12218: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12219: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12220: release asserts
12221:
12222: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12223: String.dump() to stdout in detailed form [were String.v() in
12224: short form]
12225:
12226: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12227: \t\r\n as @#| and truncates long char sequences less
12228:
12229: 2004-10-06 paf
12230:
12231: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12232: win32 beauty: socket errors properly decoded
12233:
12234: 2004-10-05 paf
12235:
12236: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12237: request::configure_user/admin done always, even if no
12238: file-to-process useful in @unhandled_exception [say, if they
12239: would want to mail by SMTP something]
12240:
12241: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12242: now performed prior to file loading [and @auto executing] thus
12243: making $cookie:value available in @auto and in
12244: @unhandled_exception when IIS is configured to run interpreter
12245: even if no file exist
12246:
12247: 2004-09-20 paf
12248:
12249: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12250: somewhere where it should have called xmlMalloc and it calls
12251: xmlFree when it should have not called it. inserted two
12252: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12253: xmlFree just ignored. put away a testcase, maybe someday libxml
12254: author would fix all that. until that day: we have SLOW garbage
12255: collecting when many xml objects are alive hint: do
12256: ^memory:compact[] before xdoc::create
12257:
12258: 2004-09-17 paf
12259:
12260: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12261: error from 3.0.8 version]
12262:
12263: 2004-09-14 paf
12264:
12265: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12266: part bugfix: hashfile.foreach iterated only part if hashfile were
12267: modified inside
12268:
12269: 2004-09-13 paf
12270:
12271: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12272: [were as octal]
12273:
12274: * src/types/pa_vhashfile.C: beauty: not reproduced
12275: $hashfile.key[$novalue] bug [reported by motorin], inserted
12276: safety-check
12277:
12278: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12279: [not something obscure from sdbm lib]
12280:
12281: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12282: = strerror now returnes something and we can properly report that
12283: to client
12284:
12285: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12286: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12287:
12288: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12289: [tainted as-is] this helps //[space][newline] to remain as-is and
12290: not be unnecessary optimized away [ruining javascript]
12291:
12292: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12293: [tainted as-is]
12294:
12295: * src/classes/mail.C: bugfix: typo error
12296:
12297: 2004-09-09 paf
12298:
12299: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12300: separators bugfix: loads header with endings \r\n\r\n and \n\n
12301: (bloody yandex.server)
12302:
12303: 2004-09-06 paf
12304:
12305: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12306: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12307: encoded
12308:
12309: 2004-09-01 paf
12310:
12311: * src/types/pa_vmail.C: change: multipart/mixed changed to
12312: multipart/related outlook express have no problems showing
12313: unrelated attachments. todo: someday figure out a way of
12314: multipart/mixed multipart/related text/html
12315: image/xxx application/octet-stream << true attachments
12316:
12317: * src/types/pa_vmail.C: new:
12318: ^mail:send[$.file[$.content-disposition can be overriden new:
12319: empty mail header fields removed from letter
12320:
12321: * src/: classes/mail.C, include/pa_config_fixed.h,
12322: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12323: ^mail:send[ $.file[ $.any[header]
12324:
12325: 2004-08-30 paf
12326:
12327: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12328: warnings
12329:
12330: * src/main/pa_common.C: beauty: do not bother with charset
12331: detection when ^file::load[binary
12332:
12333: 2004-08-27 paf
12334:
12335: * src/main/pa_common.C: hack: for yandex.server http server
12336:
12337: 2004-08-18 paf
12338:
12339: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12340: possibly-chunked response
12341:
12342: 2004-08-17 paf
12343:
12344: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12345: $f.content-type now = that of http response
12346:
12347: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12348: $f.content-type now = that of http response
12349:
12350: 2004-07-30 paf
12351:
12352: * src/: include/pa_request.h, main/pa_request.C,
12353: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12354: win32: system&parser exceptions in release mode reported properly
12355: parser exception in exception handler WERE mistakenly reported as
12356: system exception, without details [in apache & isapi] +some
12357: beauty in exception text
12358:
12359: * src/: include/pa_exception.h, main/pa_request.C,
12360: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12361: release mode reported properly parser exception in exception
12362: handler WERE mistakenly reported as system exception, without
12363: details
12364:
12365: * src/main/execute.C: beauty: simplified system exception handling
12366:
12367: 2004-07-29 paf
12368:
12369: * src/classes/table.C: bugfix:
12370: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12371: were ignored, and \t used unconditionally]
12372:
12373: * src/types/Makefile.am: added vhash.c
12374:
12375: 2004-07-28 paf
12376:
12377: * src/: classes/date.C, classes/image.C, classes/math.C,
12378: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12379: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12380: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12381: failed on russian letters
12382:
12383: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12384: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12385: letters
12386:
12387: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12388: as 'currentDirectory' parameter to CreateProcess
12389:
12390: 2004-07-27 paf
12391:
12392: * src/targets/cgi/parser3.vcproj: beauty: win32:
12393: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12394: from release somewhere [to help searching for unhandled system
12395: exceptions]
12396:
12397: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12398: TZ shift
12399:
12400: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12401: but also in ctor
12402:
12403: 2004-07-26 paf
12404:
12405: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12406: src/main/pa_request.C, src/types/pa_vfile.h,
12407: src/types/pa_vhash.C, src/types/pa_vhash.h,
12408: src/types/types.vcproj: new: $response:body/download[
12409: $.file[name on disk] $.name[of file for user]
12410: $.mdate[date of last-modified. default from directory] ]
12411:
12412: * src/classes/file.C: moving file:send somewhere else..
12413:
12414: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12415: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12416: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12417: $response:download[ $.filename[filename] $.option[] ,, ]
12418:
12419: * src/classes/file.C: beauty: invalid mode thoroughly reported
12420:
12421: 2004-07-21 paf
12422:
12423: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12424: to several lines
12425:
12426: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12427:
12428: note: ms outlook[!express] shows only first 255 characters of
12429: subject
12430:
12431: 2004-07-15 paf
12432:
12433: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12434: off]
12435:
12436: 2004-07-14 paf
12437:
12438: * src/classes/table.C: bugfix: $.bind values now got untainted
12439: according to lang [were: as-is]
12440:
12441: 2004-07-07 paf
12442:
12443: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12444: checked that
12445:
12446: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12447: now untainted according to their languages. were: as-is.
12448: EVERYWHERE
12449:
12450: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12451: environment string now untainted according to their languages.
12452: were: as-is. EVERYWHERE
12453:
12454: * src/main/pa_exec.C: bufix: on unix environment string now
12455: untainted according to their languages. were: as-is. on win32:
12456: ok
12457:
12458: * parser3.vssscc: ...would not go unnoticed
12459:
12460: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12461: fails. in case on input appears nonutf, those bytes will be
12462: printed in %HH form. that can be easily decoded/recovered.
12463:
12464: this form is quite noticable, and hopefully would not go noticed
12465:
12466: 2004-07-06 paf
12467:
12468: * src/main/pa_exec.C: bufix: on unix environment string now
12469: untainted according to their languages. were: as-is. on win32:
12470: ok
12471:
12472: 2004-07-01 paf
12473:
12474: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12475: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12476: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12477: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12478: main/main.vcproj, targets/cgi/parser3.vcproj,
12479: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12480: option: global optimization ON
12481:
12482: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12483: to do xdoc::create{invalid chars} standard disables chars less
12484: then \x20, except tab, cr, lf.
12485:
12486: changed tainting so that those become '!'
12487:
12488: 2004-06-25 paf
12489:
12490: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12491: int on odd address [prev bugfix failed due to superwize
12492: optimizer, which turned memcpy into same 'ld' asm command]
12493:
12494: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12495: int on odd address
12496:
12497: 2004-06-22 paf
12498:
12499: * src/sql/pa_sql_driver.h: note: about possible optimization
12500:
12501: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12502: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12503: src/include/pa_config_includes.h: new: ^void:sql{call
12504: paf(:a)}[ $.bind[ $.a[2]
12505: ] ] output variables work. todo: check in out
12506: variables
12507:
12508: 2004-06-18 paf
12509:
12510: * src/: classes/file.C, classes/hash.C, classes/string.C,
12511: classes/table.C, classes/void.C, include/pa_globals.h,
12512: include/pa_sql_connection.h, main/compile.tab.C,
12513: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12514: $.bind[ $.a[2] ]
12515: ] input variables work. todo:output
12516:
12517: * src/targets/cgi/parser3.C: bugfix: iis specific
12518: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12519: /_bug.html?404;http://hpsv/test/
12520: --------------------------------------------------------------------------------
12521: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12522: --------------------------------------------------------------------------------
12523: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12524:
12525: 2004-06-16 paf
12526:
12527: * src/targets/cgi/parser3.C: new: iis specific
12528: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12529: $request:query
12530: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12531: $form:fields IIS-STATUS="404"
12532: IIS-DOCUMENT="http://server/_bug.html" f="v"
12533:
12534: todo: isapi too
12535:
12536: 2004-05-26 paf
12537:
12538: * src/include/pa_version.h: 3.1.3
12539:
12540: * operators.txt: beauty: removed outdated level 'table'
12541:
12542: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12543:
12544: * src/main/pa_string.C: beauty: removed 3 warnings
12545:
12546: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12547: classes/op.C: beauty: removed outdated level 'table'
12548:
12549: 2004-05-25 paf
12550:
12551: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12552: implementation. mistery: how anything worked
12553:
12554: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12555: changed, it is now safe to use url if pointers to it are stored
12556: to gc mem
12557:
12558: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12559: unknown errors reported and not cause SIGSEGV now
12560:
12561: 2004-05-24 paf
12562:
12563: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12564: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12565: less memory: CORD_chars_block originally intended to ... it was
12566: good that CORD_chars_block were not used: it consumes more memory
12567: [and, might be slow too] undoing that. [and removed that func so
12568: that it would not confuse parser developer in future]
12569:
12570: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12571: less memory: CORD_chars_block originally intended to
12572: speedup/reduce mem usage were forgotten, and were used stupid
12573: CORD_chars
12574:
12575: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12576:
12577: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12578: BIGENDIAN processors space-conserving mech failed, causing
12579: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12580: (1|2|3));
12581:
12582: 2004-05-14 paf
12583:
12584: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12585: bugfix: void now has vfile value, and $response:body[] works OK
12586:
12587: 2004-05-12 paf
12588:
12589: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12590: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12591: sources to use is_defined() {return as_bool();} along VBool
12592:
12593: 2004-05-11 paf
12594:
12595: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12596: referencing to local objects
12597:
12598: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12599: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12600: left intact
12601:
12602: 2004-04-15 paf
12603:
12604: * src/classes/date.C: merged: beauty: unused var removed
12605:
12606: * src/classes/date.C: beauty: unused var removed
12607:
12608: * src/include/: pa_exec.h: bugfix: interface without pointer
12609: provoked bug
12610:
12611: 2004-04-09 paf
12612:
12613: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12614:
12615: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12616:
12617: 2004-04-08 paf
12618:
12619: * src/classes/date.C: new: ^date::create[y-m-d
12620: h-M-s>>.milliseconds<<] now allowed, ignored so far
12621:
12622: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12623:
12624: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12625: to consult default catalog [usually, that file belongs to other
12626: user/group]
12627:
12628: 2004-04-06 paf
12629:
12630: * src/main/pa_common.C: beauty: gcc warning removed
12631:
12632: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12633: accept that trick, trying other
12634:
12635: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12636: explicit result problem
12637:
12638: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12639: explicit result problem
12640:
12641: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12642: explicit result problem
12643:
12644: * operators.txt, src/classes/string.C: new: ^string.append[string]
12645:
12646: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12647: main/execute.C: attempt_check_call_in_explicit_result_mode:
12648: failed
12649:
12650: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12651: http://i.p.a.ddress gethostbyaddr added [on some platforms
12652: gethostbyname failed with such 'domains'] now checked properly,
12653: were: needless reverse/forward dns lookup
12654:
12655: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12656: http://i.p.a.ddress gethostbyaddr added [on some platforms
12657: gethostbyname failed with such 'domains'] now checked properly,
12658: were: needless reverse/forward dns lookup
12659:
12660: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12661: @method[][result] means "no string output here" moved to lexical
12662: level [on grammar level it were too difficult]
12663:
12664: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12665: src/main/compile.y, src/main/compile_tools.h,
12666: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12667: @method[][result] means "no string output here", implemented part
12668: of that idea: compiler throws away string literal generation
12669: code. and barks nonwhitespace chars
12670:
12671: * operators.txt: truth: removed comment about $ORIGIN
12672:
12673: 2004-04-05 paf
12674:
12675: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12676: src/include/pa_version.h, src/main/pa_common.C,
12677: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12678:
12679: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12680: Konstantin Tomashevitch [mailto:konst@design.ru]
12681:
12682: * src/doc/html2chm.cmd: beauty: no need in bg here
12683:
12684: * src/doc/sources2html.cmd: beauty: same window, in bg it
12685: interfered with FAR console
12686:
12687: * configure, configure.in: 3.1.3
12688:
12689: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12690:
12691: * src/main/pa_common.C: removed warning
12692:
12693: * src/include/pa_version.h: 3.1.3
12694:
12695: 2004-04-02 paf
12696:
12697: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12698:
12699: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12700: allows to specify where to put parser log file
12701:
12702: 2004-04-01 paf
12703:
12704: * src/classes/table.C: bugfix: bugfix: table::load last line
12705: without tab and enter were ignored
12706:
12707: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12708: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12709: main/pa_socks.C, targets/cgi/parser3.C,
12710: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12711: bugfix: sql connections now are disconnected
12712:
12713: 2004-03-30 paf
12714:
12715: * src/classes/table.C: bugfix: table::load last line without tab
12716: and enter were ignored
12717:
12718: * src/classes/table.C: bufix: if last table lines were commented,
12719: gpfed
12720:
12721: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12722: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12723: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12724: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12725: doc/methoded.dox, doc/object.dox, doc/string.dox,
12726: doc/targets.dox, doc/value.dox, include/pa_version.h,
12727: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12728: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12729: bugfixes from 3.1.2, changed version to 3.1.3beta
12730:
12731: 2004-03-29 paf
12732:
12733: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12734: causes gpf
12735:
12736: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12737: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12738: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12739: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12740: value.dox: translated to english
12741:
12742: 2004-03-25 paf
12743:
12744: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12745: parser3project dependency removed
12746:
12747: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12748: bugfix: refused to compile without xml
12749:
12750: * src/types/pa_vform.C: beauty: removed warning
12751:
12752: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12753: any folder [removed last ;) folder dependency]
12754:
12755: * src/classes/classes.vcproj: bugfix: now all compiles in any
12756: folder [removed last ;) folder dependency]
12757:
12758: * src/include/pa_version.h: release
12759:
12760: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12761:
12762: * src/classes/table.C: beauty: comment& more meaningful error
12763: message
12764:
12765: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12766: $.hash[$.column_value1(true) ... ] [were producing some strang
12767: thing]
12768:
12769: 2004-03-23 paf
12770:
12771: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12772: and http status line parsing checked number of columns in table
12773: [user reported an assert]
12774:
12775: * operators.txt: example: on hashfile
12776:
12777: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12778: bugfix: junction reattach now actually reattaches a junction to
12779: new wcontext [were only assigning it to junction, which caused
12780: junction tracking to loose junction, and it's context were not
12781: killed, and it tried to process in invalid context, gpf]
12782:
12783: * src/targets/cgi/parser3.C: debug helper added
12784:
12785: 2004-03-19 paf
12786:
12787: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12788: "type(type)" in braces
12789:
12790: 2004-03-10 paf
12791:
12792: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12793: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12794: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12795: solution to search-in-namespaces problem:
12796: $xdoc.search-namespaces.x[http://pif.design.ru/]
12797: $nodes[^xdoc.select[//x:second]]
12798:
12799: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12800: expression][[NAMESPACES HASH]] allows to search for info in
12801: namespaces
12802:
12803: $nodes[^xdoc.select[//x:second][
12804: $.x[http://pif.design.ru/] ]]
12805:
12806: 2004-03-09 paf
12807:
12808: * operators.txt, src/main/pa_common.C: new:
12809: ^file::load[...][options] $.form[
12810: !$.field1[string]
12811: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12812: ] !$.body[string]
12813:
12814: GET ?here notGET(POST, HEAD, others) in content-type:
12815: application/x-www-form-urlencoded
12816:
12817: todo: upload files ability
12818:
12819: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12820: properly, done
12821:
12822: 2004-03-05 paf
12823:
12824: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12825: GET/POST $.form[$.fields started, not tested yet
12826: todo:$.field[table] for multiple values
12827:
12828: * operators.txt: new: http:// options $.user $.password basic
12829: authorization
12830:
12831: * src/main/pa_common.C: beauty: link to rtf added
12832:
12833: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12834: new: http:// options $.user $.password basic authorization
12835:
12836: * src/main/pa_common.C: beauty: removed needless vars
12837:
12838: * operators.txt: new: pgsql option [like that recently added to
12839: oracle driver] ClientCharset=parser-charset <<
12840: charset in which parser thinks client works
12841:
12842: * operators.txt: new: odbc option [like that recently added to
12843: oracle driver] ClientCharset=parser-charset <<
12844: charset in which parser thinks client works
12845:
12846: * src/sql/pa_sql_driver.h: beauty: important warning added
12847:
12848: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12849: char!
12850:
12851: * etc/parser3.charsets/windows-1251.cfg: typo
12852:
12853: 2004-03-04 paf
12854:
12855: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12856: cached, sql transcoding now goes faster
12857:
12858: * operators.txt: new: mysql option [like that recently added to
12859: oracle driver] ClientCharset=parser-charset <<
12860: charset in which parser thinks client works
12861:
12862: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12863: typo error
12864:
12865: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12866: chars commented
12867:
12868: 2004-03-03 paf
12869:
12870: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12871: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12872:
12873: 2004-03-02 paf
12874:
12875: * operators.txt: new[update typo]: !^void.left(n)
12876: nothing !^void.right(n) nothing !^void.mid(p[;n])
12877: nothing
12878:
12879: * operators.txt, src/classes/void.C: new: !^void.left(n)
12880: nothing !^void.right(n) nothing !^void.pos(p[;n])
12881: nothing
12882:
12883: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12884: ^file::sql[[name_to_become_$.name]]{} query result must be one
12885: row with columns: first: data second: file name third:
12886: content-type
12887:
12888: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12889: ^connect gets properly escaped string, which can be passed to
12890: request now this for mysql only. it's up to parser sql driver to
12891: fix zeros properly
12892:
12893: * INSTALL: note: added on building apache with this option:
12894: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12895:
12896: 2004-03-01 paf
12897:
12898: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12899: extension memory:compact befor processingrequest
12900:
12901: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12902: call sole column of result
12903:
12904: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12905: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12906: pixel color
12907:
12908: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12909: beauty: image -- less checks [were ugly impl]
12910:
12911: * src/classes/string.C: bugfix: ^string.left/right/mid with
12912: negative values now considered bad
12913:
12914: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12915:
12916: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12917: options now have unified defaults [after transform
12918: indent/omit-xml-declaration/standalone 'default' erroreously
12919: meant 'true']
12920:
12921: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12922: added [on some platforms gethostbyname failed with such
12923: 'domains']
12924:
12925: * src/include/pa_config_auto.h.in: no select check, no define
12926:
12927: * src/classes/string.C: feature: ^string.trim both parameters may
12928: be empty-strings, meaning kind=both chars=whitespaces
12929:
12930: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12931: exist
12932:
12933: * src/classes/string.C: check: trim 'chars' must not be empty,
12934: exception if it is
12935:
12936: * src/classes/string.C: changed: ^string.trim [] << both,
12937: whitespaces [start|both|end] << kind, whitespaces
12938: [start|both|end;chars] full
12939:
12940: 2004-02-27 paf
12941:
12942: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12943: method: ^string.trim[start|both|end[;chars]] default
12944: 'chars' -- whitespace chars finished
12945:
12946: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12947: src/main/pa_string.C: new method:
12948: ^string.trim[start|both|end[;chars]] default 'chars' --
12949: whitespace chars started, only start works
12950:
12951: * src/main/compile.C: bugfix: line numbers after
12952: ^process{}[$.line(-10]] can be negative, allowed to print they as
12953: signed
12954:
12955: * src/main/untaint.C: speed: there's no \n chars in output
12956: [normally], so no need to optimize them they could be retrived
12957: from databases, though. but 1. should be replaced 2. if not
12958: optimized, no harm done
12959:
12960: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12961: ^file::exec/cgi could return invalid status & zombie child can
12962: remain for short period until process exists [very bad in
12963: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12964:
12965: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12966: malicious SMTP server to attack as by returning too long status
12967: responses http://i2/tasks/edit/?id=4629448401140924947
12968:
12969: 2004-02-26 paf
12970:
12971: * operators.txt: feature: ^process...{CODE}[now has options] which
12972: are $.main[to what to rename @main] $.file[file,
12973: from which (user says) goes that CODE] $.lineno(line
12974: number in that file, where CODE starts. may be negative)
12975:
12976: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12977: src/main/compile.C, src/main/compile_tools.h,
12978: src/main/pa_request.C: feature: ^process...{CODE}[now has
12979: options] which are $.main[to what to rename @main]
12980: $.file[file, from which (user says) goes that CODE]
12981: $.lineno(line number in that file, where CODE starts. may be
12982: negative)
12983:
12984: 2004-02-25 paf
12985:
1.116 moko 12986: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12987: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12988:
12989: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12990: produces hash of column=>1
12991:
12992: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12993: with incomplete errno constants set
12994:
12995: 2004-02-24 paf
12996:
12997: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12998: "man select"
12999:
13000: * src/main/pa_os.C: beauty: <0 better then ==-1
13001:
13002: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13003:
13004: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13005:
1.116 moko 13006: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13007:
13008: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13009: unix: steps to work on unix [extracted 'to']
13010:
13011: * src/classes/mail.C: smtp on unix: steps to work on unix
13012:
13013: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13014:
1.116 moko 13015: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13016: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13017: unix [testing on solaris]
1.95 moko 13018:
13019: 2004-02-20 paf
13020:
13021: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13022: pointing that out
13023:
13024: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13025: fixed again [same solution, mistanenly removed one line]
13026:
13027: 2004-02-19 paf
13028:
13029: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13030: date::create from bad datetime in spring daylightsaving hole now
13031: OK for all platforms [on some platforms it failed]
13032:
13033: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13034: in daylightsaving hole] now throws error
13035:
13036: * src/classes/date.C: comment: mistake fixed
13037:
13038: 2004-02-18 paf
13039:
13040: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13041: now renderes in $request:charset, but in header puts
13042: $response:charset todo: make that default only so that coder
13043: could override that
13044:
13045: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13046: turns off omit-xml-declaration
13047:
13048: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13049: /.xsl for sample
13050:
13051: 2004-02-17 paf
13052:
13053: * src/classes/xdoc.C: beauty: needless helper class removed
13054:
13055: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13056: copied extra time
13057:
13058: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13059: part of libxml
13060:
13061: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13062: libxml to do the work] <xsl:output method="html"
13063: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13064: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13065: />
13066:
13067: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13068:
13069: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13070: caused assertion
13071:
13072: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13073: could hang. now such add does nothing, sub clears $hash
13074:
13075: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13076: not made quoted-printable
13077:
13078: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13079: string invariant
13080:
13081: 2004-02-16 paf
13082:
13083: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13084: cleared [were not cleared properly]
13085:
13086: 2004-02-13 paf
13087:
1.116 moko 13088: * src/include/pa_version.h: prerelease
1.95 moko 13089:
13090: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13091: used, introducing dependencies timestamp check
13092:
13093: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13094: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13095: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13096: .xsl.stamp now not used, introducing dependencies timestamp check
13097:
1.150 moko 13098: * configure.in: auto.p: @conf made relative
1.95 moko 13099:
13100: 2004-02-12 paf
13101:
13102: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13103: ruined empty <input type=file> submits. parser thought there were
13104: nameless empty file and $form:field got value of type 'file'
13105:
13106: * INSTALL: --without-threads
13107:
13108: * src/include/pa_sapi.h: 2004
13109:
13110: 2004-02-11 paf
13111:
13112: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13113: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13114: classes/hashfile.C, classes/image.C, classes/int.C,
13115: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13116: classes/response.C, classes/string.C, classes/table.C,
13117: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13118: include/pa_array.h, include/pa_cache_managers.h,
13119: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13120: include/pa_config_fixed.h, include/pa_config_includes.h,
13121: include/pa_dictionary.h, include/pa_dir.h,
13122: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13123: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13124: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13125: include/pa_request_charsets.h, include/pa_request_info.h,
13126: include/pa_socks.h, include/pa_sql_connection.h,
13127: include/pa_sql_driver_manager.h, include/pa_stack.h,
13128: include/pa_string.h, include/pa_stylesheet_connection.h,
13129: include/pa_stylesheet_manager.h, include/pa_table.h,
13130: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13131: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13132: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13133: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13134: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13135: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13136: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13137: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13138: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13139: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13140: main/pa_sql_driver_manager.C, main/pa_string.C,
13141: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13142: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13143: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13144: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13145: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13146: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13147: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13148: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13149: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13150: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13151: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13152: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13153: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13154: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13155: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13156: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13157: types/pa_vresponse.h, types/pa_vstateless_class.C,
13158: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13159: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13160: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13161: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13162: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13163: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13164:
13165: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13166: debug version of gc.dll
13167:
13168: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13169: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13170: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13171: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13172: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13173: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13174: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13175: processes
13176:
13177: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13178: main/pa_globals.C, targets/cgi/parser3.vcproj,
13179: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13180: changes to reflect libxml xsl new folders
13181:
13182: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13183: lib/smtp/smtp.vcproj, main/main.vcproj,
13184: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13185: to reflect libxml xsl new folders
13186:
13187: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13188: lib/smtp/smtp.vcproj, main/main.vcproj,
13189: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13190: types/types.vcproj: started changes to reflect libxml xsl new
13191: folders
13192:
13193: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13194: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13195: src/main/compile.tab.C, src/main/main.vcproj,
13196: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13197: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13198: started changes to reflect libxml xsl new folders
13199:
13200: 2004-02-10 paf
13201:
13202: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13203: compile. recommened latest libxml up to date
13204:
13205: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13206: pattern compilation errors", on which spent 4 hours worktime. use
13207: versions higher than that. recommended now latest up to date
13208:
13209: 2004-02-06 paf
13210:
13211: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13212: beauty: unified destructing style
13213:
13214: * src/main/untaint.C: beauty: removed old def/ifdef
13215:
13216: * src/main/untaint.C: beauty: coredump @unknown untaint language
13217: now
13218:
13219: 2004-02-03 paf
13220:
13221: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13222: targets/isapi/parser3isapi.C, types/pa_value.C,
13223: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13224: then %ld/%lu
13225:
13226: * src/main/pa_common.C: typo: %l -> %u
13227:
13228: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13229: in attributes or documents-results of transform now not xx;
13230:
13231: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13232:
13233: * src/main/pa_charset.C: bugfix: forgot to undo some
13234:
13235: * src/main/pa_charset.C: beauty: uncomment
13236: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13237: libraries
13238:
13239: 2004-02-02 paf
13240:
13241: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13242: $cookie:example[ $.value[value] $.path[/there/] ]
13243:
13244: $cookie:example[ $.value[] $.expires[session]
13245: $.path[/there/] $.domain[test.com] ]
13246:
13247: * src/types/pa_vform.C: bugfix: empty values with
13248: enctype=multipart/form-data now produce entries in $form:tables
13249: <form method=post enctype=multipart/form-data> <input type=hidden
13250: name=a> <input type=hidden name=b>
13251:
13252: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13253: <hr> <pre>$request:body
13254:
13255: 2004-01-30 paf
13256:
13257: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13258: or documents-results of transform now not xx;
13259:
13260: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13261: produce exception.
13262:
13263: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13264: bugfix: ^date::create[invalid fields now produce exception.
13265:
13266: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13267: year] now produces exception. todo: check other fields
13268:
13269: 2004-01-29 paf
13270:
13271: * src/include/pa_memory.h: typo error
13272:
13273: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13274: more byte then specified, then zeroed it << useless and
13275: potentially harmful(could gpf)
13276:
13277: 2004-01-22 paf
13278:
13279: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13280:
13281: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13282: optimization
13283:
13284: * src/main/untaint.C: bugfix: whitespace now optimized properly
13285: [were bug: ^taint[1 & 2]="1 &2"
13286:
13287: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13288: errors
13289:
13290: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13291: overflow
13292:
13293: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13294: error-reporting code * in parser-error reporting code [when no
13295: @unhandled_exception defined]
13296:
13297: fixed in one place: my *snprintf override
13298:
13299: 2004-01-13 paf
13300:
13301: * operators.txt: typo erro
13302:
13303: 2003-12-25 paf
13304:
13305: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13306: garbled [pieces after zero bytes were removed]
13307:
13308: 2003-12-22 paf
13309:
1.116 moko 13310: * src/include/Makefile.am: bugfix: removed from dist:
13311: src/include/pa_config_auto.h which were configured for
1.95 moko 13312: make-dist-platform and badly updated proper config file in target
13313: [when .tar used for updating existing source tree]
13314:
13315: * ChangeLog, operators.txt, src/classes/op.C,
13316: src/include/pa_sql_connection.h,
13317: src/include/pa_sql_driver_manager.h,
13318: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13319: feature: sql introducing ability to transcode charsets
13320:
13321: 2003-12-19 paf
13322:
13323: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13324: error message
13325:
13326: * src/main/pa_charset.C: bugfix: memory for charsethandler
13327: structure for libxml now allocated properly
13328:
13329: 2003-12-17 paf
13330:
13331: * src/types/pa_vfile.C: beauty: removed outdated cast
13332:
13333: * src/main/pa_common.C: bugfix: empty http response caused gpf
13334:
13335: * src/include/pa_string.h: bugfix: removed too strong a assert
13336:
13337: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13338: unreported xmlGenericErrors]
13339:
13340: 2003-12-15 paf
13341:
13342: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13343: works}
13344:
13345: 2003-12-11 paf
13346:
13347: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13348: id
13349: !$status:tid thread id
13350:
13351: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13352: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13353: bugfix(solaris): removed dependency on object initialization
13354: order [one more place]
13355:
13356: * src/: classes/file.C, classes/mail.C, classes/op.C,
13357: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13358: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13359: understand that
13360:
13361: * src/: classes/file.C, classes/mail.C, classes/op.C,
13362: classes/xdoc.C, include/pa_cache_managers.h,
13363: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13364: include/pa_stylesheet_manager.h, main/pa_request.C,
13365: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13366: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13367: ctor call [relying on implicit String::Body(cstr) call]
13368:
13369: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13370: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13371: object initialization order [two places]
13372:
13373: 2003-12-10 paf
13374:
13375: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13376: << time now ok
13377:
13378: * operators.txt, src/main/pa_sql_driver_manager.C,
13379: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13380: operational
13381:
13382: * ChangeLog, operators.txt, src/classes/xdoc.C,
13383: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13384: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13385: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13386: back operational
13387:
13388: 2003-12-02 paf
13389:
13390: * src/types/pa_vmail.C: bugfix:
13391: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13392: as-is forced]
13393:
13394: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13395: exceptions out of libxml callbacks: reimplemented error handling
13396: of http://localhost, parser://method and safemode check callbacks
13397:
13398: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13399: [merged from HEAD]
13400:
13401: * src/classes/image.C: nothing: comment removed
13402:
13403: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13404: addresses to int
13405:
13406: 2003-12-01 paf
13407:
13408: * src/main/pa_xml_io.C: bugfix: typo
13409:
13410: * src/main/pa_globals.C: bugfix: win32: compile prob
13411:
13412: * src/classes/xdoc.C: bugfix: typo
13413:
13414: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13415: exception
13416:
13417: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13418:
13419: 2003-11-28 paf
13420:
13421: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13422: all xml documents read
13423:
13424: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13425:
13426: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13427: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13428: replaced original open mech of xdoc::create & co to use libxml
13429: open, so that this would work for root document todo: safe mode
13430: checks to libxml: ideally to some 1 point
13431:
13432: * src/main/pa_xml_io.C: comment
13433:
13434: * operators.txt, src/main/pa_xml_io.C: leading / in
13435: http://parser[abscent params]
13436:
13437: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13438: works. todo: maybe replace original open mech of xdoc::create &
13439: co to use libxml open, so that this would work for root document
13440:
13441: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13442: "parser://method/params/here"> <test> &test^; </test> }]
13443:
13444: ^taint[^xdoc.string[]]
13445:
13446: @method[param] <!ENTITY test
13447: "test-entity-value+$form:user+$param!">
13448:
13449: 2003-11-27 paf
13450:
13451: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13452:
13453: * src/classes/date.C: bugfix: typo error
13454:
13455: 2003-11-26 paf
13456:
13457: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13458: src/main/Makefile.am, src/main/main.vcproj,
13459: src/main/pa_globals.C, src/main/pa_request.C,
13460: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13461: xml errors to hash<thread_id,error> reorganization: xml io moved
13462: to pa_xml_io.C/h
13463:
13464: * src/types/pa_value.h: warnings: --
13465:
13466: 2003-11-25 paf
13467:
13468: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13469: whatever)
13470:
13471: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13472: a, (c?x:y, z)
13473:
13474: * src/main/untaint.C: bugfix: consequences of not reading this
13475: comment: CORD_pos_chars_left /* Number of characters in cache.
13476: <= 0 ==> none */
13477:
13478: * src/include/pa_array.h: removed needless checks
13479:
13480: 2003-11-24 paf
13481:
13482: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13483: removed limit: now $form:xxx can be accessed anytime, even in
13484: @auto/conf [and request/response:charset still can be changed
13485: anytime]
13486:
13487: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13488: now not transcodes response body
13489:
13490: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13491: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13492: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13493: $xdoc.firstChild.firstChild.nodeValue[different]
13494: ^taint[^xdoc.string[]]
13495:
13496: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13497: workaround: static Hash::allocates -> static Hash_allocates
13498:
13499: 2003-11-21 paf
13500:
1.116 moko 13501: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13502: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13503: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13504:
13505: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13506:
13507: * src/classes/mail.C: bugfix: typo
13508:
13509: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13510: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13511: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13512: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13513: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13514: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13515:
13516: * src/main/pa_exec.C: bug in safe mode
13517:
13518: * src/include/Makefile.am: pa_xml_exception.h
13519:
13520: * src/targets/isapi/parser3isapi.C: more warnings --
13521:
13522: 2003-11-20 paf
13523:
13524: * src/: classes/math.C, classes/op.C, classes/string.C,
13525: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13526: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13527: --
13528:
13529: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13530: more warnings --
13531:
13532: * src/classes/xdoc.C: more warnings --
13533:
13534: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13535:
13536: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13537: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13538:
13539: * src/: classes/date.C, classes/file.C, classes/hash.C,
13540: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13541: classes/table.C, include/pa_cache_managers.h,
13542: include/pa_stylesheet_connection.h, main/pa_request.C,
13543: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13544: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13545: --
13546:
13547: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13548: can't report problem (undefined @unhandled_exception) problem
13549: source string were not reported
13550:
13551: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13552: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13553: classes/hashfile.C, classes/image.C, classes/int.C,
13554: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13555: classes/response.C, classes/string.C, classes/table.C,
13556: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13557: include/pa_array.h, include/pa_cache_managers.h,
13558: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13559: include/pa_config_fixed.h, include/pa_dictionary.h,
13560: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13561: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13562: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13563: include/pa_request.h, include/pa_request_charsets.h,
13564: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13565: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13566: include/pa_stack.h, include/pa_string.h,
13567: include/pa_stylesheet_connection.h,
13568: include/pa_stylesheet_manager.h, include/pa_table.h,
13569: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13570: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13571: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13572: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13573: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13574: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13575: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13576: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13577: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13578: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13579: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13580: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13581: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13582: targets/isapi/parser3isapi.C, types/pa_junction.h,
13583: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13584: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13585: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13586: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13587: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13588: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13589: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13590: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13591: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13592: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13593: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13594: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13595: types/pa_vresponse.h, types/pa_vstateless_class.C,
13596: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13597: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13598: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13599: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13600: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13601: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13602: const IDENT
13603:
13604: * src/: include/pa_array.h, include/pa_pool.h,
13605: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13606: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13607: types/pa_wcontext.h: more warnings --
13608:
13609: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13610: classes/file.C, classes/hash.C, classes/hashfile.C,
13611: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13612: classes/memory.C, classes/op.C, classes/string.C,
13613: classes/table.C, classes/xdoc.C, classes/xnode.C,
13614: include/pa_config_includes.h, include/pa_operation.h,
13615: include/pa_sql_connection.h, include/pa_table.h,
13616: include/pa_types.h, lib/ltdl/config_fixed.h,
13617: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13618: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13619: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13620: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13621: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13622: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13623: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13624: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13625: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13626: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13627: types/pa_vmail.C, types/pa_vobject.C,
13628: types/pa_vstateless_class.h, types/pa_vtable.C,
13629: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13630: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13631: on all projects (except libltdl=off & libsdbm=level3) found
13632: several unitialized vars
13633:
13634: 2003-11-19 paf
13635:
13636: * src/classes/op.C: more ansi C++ comp
13637:
13638: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13639: src/main/pa_request.C: ^cache[...]{body}{catch block with
13640: $exception.handled[cache] meaning "get expired cache, if any.
13641: else error"}
13642:
13643: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13644: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13645: ^cache[...]{body}{catch code with $exception.cache field}
13646:
13647: 2003-11-12 paf
13648:
13649: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13650: [copy/paste bug]
13651:
13652: 2003-11-11 paf
13653:
13654: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13655: failed]
13656:
13657: 2003-11-10 paf
13658:
13659: * src/types/pa_vconsole.h: flush
13660:
13661: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13662: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13663: read/write [for nntp]
13664:
13665: * operators.txt: mysql: transaction support: ?autocommit=0
13666:
13667: * operators.txt: comment: updated
13668:
13669: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13670: serialize version and exipire now removes entries
13671:
13672: * operators.txt: ^hashfile.delete[] removes files altogether [and
13673: dir, if could]
13674:
13675: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13676: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13677: removes files altogether [and dir, if could]
13678:
13679: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13680: nonexistent pair. .c coded that that was error. fixed
13681:
13682: * src/types/pa_vhashfile.C: sdbm: exception type change to
13683: file.access [regretfull can't split it to different exceptions
13684: without modifying sdbm source wich would prefer not to]
13685:
13686: 2003-11-07 paf
13687:
13688: * src/: classes/date.C, classes/file.C, classes/hash.C,
13689: classes/hashfile.C, classes/image.C, classes/table.C,
13690: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13691: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13692: main/execute.C, main/main.vcproj, main/pa_pool.C,
13693: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13694: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13695: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13696: destructing objects at request processing end
13697:
13698: 2003-11-06 paf
13699:
13700: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13701: updates
13702:
13703: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13704: to include sdbm
13705:
1.116 moko 13706: * src/include/: pa_config_includes.h, pa_version.h: our
13707: replacements of max& co only for cpp
1.95 moko 13708:
13709: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13710: upper dir, .am updated
13711:
13712: * tests/todo.txt: hashfile: done
13713:
13714: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13715: expiration [time in value. todo: move time to key]
13716:
13717: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13718:
13719: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13720: to do that in foreach, no errors, but surely wrong]
13721:
13722: * operators.txt, src/types/pa_vhashfile.C,
13723: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13724:
13725: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13726: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13727: foreach
13728:
13729: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13730: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13731:
13732: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13733: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13734:
13735: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13736: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13737: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13738: get/put [raw]
13739:
13740: * src/: classes/op.C, main/pa_os.C: just linked
13741:
13742: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13743: XmlException changes
13744:
13745: * src/: include/pa_charset.h, include/pa_globals.h,
13746: include/pa_stylesheet_connection.h, main/pa_exception.C:
13747: XmlException changes
13748:
13749: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13750:
13751: * src/: include/pa_common.h, include/pa_exception.h,
13752: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13753: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13754: main/pa_xml_exception.C: locking move to pa_os [along with
13755: pa_sleep] apr-impl locking done
13756:
13757: * configure, configure.in, operators.txt, parser3.sln,
13758: src/classes/classes.vcproj, src/classes/hashfile.C,
13759: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13760: src/include/pa_exception.h, src/include/pa_globals.h,
13761: src/include/pa_memory.h, src/include/pa_version.h,
13762: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13763: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13764: src/main/compile.tab.C, src/main/main.vcproj,
13765: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13766: src/types/Makefile.am, src/types/pa_vhash.C,
13767: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13768: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13769: again with sdbm from apache
13770:
13771: 2003-11-05 paf
13772:
13773: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13774: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13775: \parser3project dir anymore
13776:
13777: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13778: thoughtlessly from xalan]
13779:
13780: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13781: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13782: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13783:
13784: * src/main/helpers/CaseFolding.txt:
13785: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13786:
13787: 2003-11-04 paf
13788:
13789: * operators.txt: comment: ^mail:send[$.options[
13790:
13791: * src/classes/table.C: compiled on unix
13792:
1.116 moko 13793: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13794:
13795: * src/classes/mail.C: compiled on unix
13796:
13797: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13798: src/types/pa_vmail.h: !^mail:send[
13799: $.options[unix: string to append to sendmail command
13800: line]
13801:
13802: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13803: tests/todo.txt: ^table.save[... $.separator[^#09]
13804: $.encloser["] <nothing> by default
13805:
13806: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13807: !$.separator[^#09] !$.encloser["] <nothing> by
13808: default
13809:
13810: 2003-11-03 paf
13811:
13812: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13813: ^table::load[; options: !$.column-separator[^#09]
13814: !$.column-encloser["]
13815:
13816: * operators.txt, src/include/pa_config_fixed.h,
13817: src/types/pa_vrequest.C: $request:document-root
13818:
13819: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13820: [already included into uri=xxx]
13821:
13822: * operators.txt, src/classes/image.C, tests/todo.txt:
13823: ^image.gif[filename] for $response:download
13824:
13825: * src/classes/date.C: minor precaution
13826:
13827: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13828: !^date.unix-timestamp[]
13829:
13830: 2003-10-30 paf
13831:
13832: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13833: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13834:
13835: * src/classes/: date.C, image.C: improvement diagnostics:
13836: $now[^date::create[$undefined]] now is error
13837:
13838: * src/main/pa_common.C: read errors would now be reported 'actually
13839: read -1 bytes'
13840:
13841: 2003-10-24 paf
13842:
13843: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13844: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13845: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13846: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13847:
13848: 2003-10-22 paf
13849:
13850: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13851:
13852: 2003-10-21 paf
13853:
13854: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13855: fixed: string.match[g] without <'> option produced columns with
13856: NULL's, which gpf'ed at table.save time
13857:
13858: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13859: recoursion' message with intensive throw-catches fixed: incorrect
13860: name and line (one name upper then needed) in error message about
13861: problems inside try block
13862:
13863: 2003-10-10 paf
13864:
13865: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13866: check offset argument for validity did that in String::Body::pos
13867: myself http://i2/tasks/edit/?id=4577425257580789777
13868:
13869: 2003-10-07 paf
13870:
13871: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13872: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13873:
13874: 2003-10-03 paf
13875:
13876: * parser3.sln, src/include/pa_dictionary.h,
13877: src/main/pa_dictionary.C, src/main/pa_string.C,
13878: src/targets/cgi/parser3.vcproj: dictionary optimized by
13879: precalculating cstr&length
13880:
13881: 2003-10-02 paf
13882:
13883: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13884: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13885: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13886: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13887:
13888: 2003-09-30 paf
13889:
13890: * src/main/pa_string.C: string::replace bug fix [were ignoring
13891: occurrances after lang-mismatched
13892:
13893: 2003-09-29 paf
13894:
13895: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13896: helper
13897:
13898: * src/main/pa_string.C: string::serialize bug fix with
13899: zero-terminator
13900:
13901: * src/classes/table.C: ^nameless_table.save column row now has no
13902: \t at the end
13903:
13904: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13905: @postprocess now takes $response:body/download
13906:
13907: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13908: error message
13909:
13910: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13911:
13912: * src/classes/table.C: bugfix: flip: must produce nameless
13913: http://i2/tasks/edit/?id=4573405524674081244
13914:
13915: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13916: main/helpers/simple_folding.pl: utf-8 upper/lower
13917:
13918: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13919: to typo error http://i2/tasks/edit/?id=4573354650786434584
13920:
13921: 2003-09-26 paf
13922:
13923: * src/main/untaint.C: removed needless field
13924:
13925: * src/main/untaint.C: removed needless const
13926:
13927: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13928: String.for_each bug fixed [omited one-char cases]
13929:
13930: * src/include/pa_stack.h: bugfix: before collecting garbage,
13931: runtime-executor stack were cleared... BADLY
13932:
13933: * src/main/pa_string.C: ^stirng.replace code used old
13934: param-convention on langs.append, fixed that search fo the like,
13935: found none
13936:
13937: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13938: string::serialize/deserialize implemented Language enum assigned
13939: meaningful letters [more convinient for debugging. read warning
13940: before adding/changing anything]
13941:
13942: 2003-09-25 paf
13943:
13944: * src/: include/pa_string.h, include/pa_version.h,
13945: main/pa_string.C, main/untaint.C: templates and anonymous unions
13946: differences on unix
13947:
13948: * parser3.sln, src/classes/file.C, src/classes/image.C,
13949: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13950: src/classes/xdoc.C, src/classes/xnode.C,
13951: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13952: src/include/pa_charsets.h, src/include/pa_common.h,
13953: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13954: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13955: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13956: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13957: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13958: src/main/compile_tools.h, src/main/pa_charset.C,
13959: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13960: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13961: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13962: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13963: src/types/pa_vmail.C, src/types/pa_vmath.C,
13964: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13965: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13966:
13967: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13968: functions aligned to that of eeparser3 look
13969:
13970: * src/lib/cord/cordprnt.c: removed warnings
13971:
13972: 2003-09-24 paf
13973:
13974: * src/: classes/file.C, classes/image.C, classes/mail.C,
13975: classes/op.C, classes/xdoc.C, classes/xnode.C,
13976: include/pa_cache_managers.h, include/pa_charset.h,
13977: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13978: include/pa_sql_driver_manager.h, include/pa_string.h,
13979: include/pa_stylesheet_manager.h, include/pa_table.h,
13980: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13981: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13982: main/pa_sql_driver_manager.C, main/pa_string.C,
13983: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13984: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13985: types/pa_vstateless_class.h, types/pa_vstatus.C,
13986: types/pa_vxnode.C: v() functions of String::Body,
13987: String::Languages and String itself StringBody->String::Body
13988:
13989: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13990: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13991: never optimized anything. todo: somehow speed up harder cases:
13992: concatenationA+concatenationB when last block of A and first of B
13993: contain same letters
13994:
13995: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13996: lib/cord/include/cord.h: langs: speed up by joining adjucent
13997: blocks of same char [CORD_append_block]
13998:
13999: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14000: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14001: save space by extending blocks when appending block with c ==
14002: lastblock.c
14003:
14004: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14005: working yet :( but more working &understood :)
14006:
14007: * src/: classes/table.C, include/pa_string.h,
14008: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14009:
14010: 2003-09-23 paf
14011:
14012: * src/main/untaint.C: $a[ok!] $a works!
14013:
14014: * src/main/untaint.C: something even more works :)
14015:
14016: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14017: something more works :)
14018:
14019: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14020: lib/cord/cordxtra.c: something already works :)
14021:
14022: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14023: serialize&deserialize
14024:
14025: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14026: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14027: main/untaint.C: main idea implemented, details left
14028:
14029: 2003-09-22 paf
14030:
14031: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14032:
14033: * src/classes/xnode.C: copy/paste comment bugfix
14034:
14035: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14036: allocator returns 0, just die.
14037: http://i2/tasks/edit/?id=4570798492410259445
14038:
14039: * src/classes/xdoc.C: copy/paste comment bugfix
14040:
14041: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14042: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14043: xnode: getAttributeNS setAttributeNS removeAttributeNS
14044: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14045:
14046: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14047: chars due to bitwise operation signed-char error]
14048:
14049: 2003-09-19 paf
14050:
14051: * src/types/pa_wcontext.C: output message: more practical
14052: suggestion
14053:
14054: * src/main/pa_common.C, operators.txt: merged
14055: $f[^file::load[binary;http://...]] $f.tables
14056:
14057: 2003-09-02 paf
14058:
14059: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14060: flush stdout without referencing 'stdout' symbol. to hell with
14061: non-ansi libraries without 'stdout' symbol
14062:
14063: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14064: unix (users reported problems with some old libc)
14065:
14066: * src/types/pa_vdate.h: forgot initializer
14067:
14068: 2003-09-01 paf
14069:
14070: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14071: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14072: zone]
14073:
14074: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14075:
14076: 2003-08-19 paf
14077:
14078: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14079: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14080: simplified a little
14081:
14082: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14083: [lost fix from 3.0.8]
14084:
14085: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14086: visible here }
14087:
14088: bug fix
14089:
14090: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14091:
14092: * src/main/compile.tab.C: initialized couple of variables about
14093: which user reported runtime problems when parser were compiled
14094: with VC7, warning level4. study shows that later in bison
14095: they've fixed that. would migrate to latest bison someday
14096:
14097: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14098: recoding headers)
14099:
14100: * src/types/pa_vmail.C: works as before, same charset problems:
14101: gmime recodes to UTF-8 only headers, not body. so not recoding
14102: anything for now
14103:
14104: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14105: problems with body
14106:
14107: * src/types/pa_vmail.C: mail_receive just compiled
14108:
14109: 2003-08-18 paf
14110:
14111: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14112: main/main.vcproj, types/types.vcproj: win32: continued process
14113: detaching from \parser3project directory
14114:
14115: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14116: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14117: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14118: src/lib/pcre/pcre_dftables.dsp,
14119: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14120: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14121: src/types/types.dsp: moved to MSVC 7
14122:
14123: * gnu.vcproj.vspscc, parser3.vssscc,
14124: src/classes/classes.vcproj.vspscc,
14125: src/lib/cord/cord.vcproj.vspscc,
14126: src/lib/ltdl/libltdl.vcproj.vspscc,
14127: src/lib/md5/md5.vcproj.vspscc,
14128: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14129: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14130: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14131: src/targets/isapi/parser3isapi.vcproj.vspscc,
14132: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14133: moved to MSVC 7
14134:
14135: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14136: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14137: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14138: src/lib/pcre/pcre_dftables.vcproj,
14139: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14140: src/targets/cgi/parser3.vcproj,
14141: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14142: new VS project files
14143:
14144: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14145: .NET to detect Jalindi Igloo capabilities.
14146:
14147: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14148: src/classes/classes.awk, src/doc/footer.htm,
14149: src/include/pa_config_fixed.h, src/include/pa_version.h,
14150: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14151: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14152: src/types/pa_vmail.C: merged 3.1.0 latest changes
14153:
14154: 2003-08-15 paf
14155:
14156: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14157: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14158:
14159: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14160: non-ascii <yyy> now encoded correctly
14161:
14162: 2003-07-29 paf
14163:
1.116 moko 14164: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14165: dist
1.95 moko 14166:
14167: * src/types/pa_vmail.C: just started --with-mail-receive
14168:
14169: 2003-07-28 paf
14170:
1.116 moko 14171: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14172: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14173:
14174: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14175:
14176: 2003-07-25 paf
14177:
14178: * src/doc/footer.htm: year
14179:
14180: 2003-07-24 paf
14181:
14182: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14183: fix
14184:
14185: * src/include/pa_version.h: release
14186:
1.116 moko 14187: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14188:
14189: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14190: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14191: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14192: getting rid of win32xml pseudo project
14193:
14194: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14195:
1.116 moko 14196: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14197: configure.in, operators.txt, parser3.dsw,
1.95 moko 14198: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14199: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14200: src/classes/classes.C, src/classes/classes.awk,
14201: src/classes/classes.dsp, src/classes/classes.h,
14202: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14203: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14204: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14205: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14206: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14207: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14208: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14209: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14210: src/include/pa_array.h, src/include/pa_cache_managers.h,
14211: src/include/pa_charset.h, src/include/pa_charsets.h,
14212: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14213: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14214: src/include/pa_dictionary.h, src/include/pa_dir.h,
14215: src/include/pa_exception.h, src/include/pa_exec.h,
14216: src/include/pa_globals.h, src/include/pa_hash.h,
14217: src/include/pa_memory.h, src/include/pa_opcode.h,
14218: src/include/pa_operation.h, src/include/pa_pool.h,
14219: src/include/pa_pragma_pack_begin.h,
1.95 moko 14220: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14221: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14222: src/include/pa_sapi.h, src/include/pa_socks.h,
14223: src/include/pa_sql_connection.h,
14224: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14225: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14226: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14227: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14228: src/include/pa_uue.h, src/lib/Makefile.am,
14229: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14230: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14231: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14232: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14233: src/lib/cord/include/ec.h,
14234: src/lib/cord/include/private/Makefile.am,
14235: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14236: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14237: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14238: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14239: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14240: src/main/compile_tools.C, src/main/compile_tools.h,
14241: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14242: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14243: src/main/pa_charsets.C, src/main/pa_common.C,
14244: src/main/pa_dictionary.C, src/main/pa_dir.C,
14245: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14246: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14247: src/main/pa_request.C, src/main/pa_socks.C,
14248: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14249: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14250: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14251: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14252: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14253: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14254: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14255: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14256: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14257: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14258: src/targets/isapi/parser3isapi.dsp,
14259: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14260: src/types/pa_junction.h, src/types/pa_method.h,
14261: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14262: src/types/pa_vclass.C, src/types/pa_vclass.h,
14263: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14264: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14265: src/types/pa_vdouble.h, src/types/pa_venv.h,
14266: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14267: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14268: src/types/pa_vimage.C, src/types/pa_vimage.h,
14269: src/types/pa_vint.h, src/types/pa_vjunction.h,
14270: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14271: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14272: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14273: src/types/pa_vobject.C, src/types/pa_vobject.h,
14274: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14275: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14276: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14277: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14278: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14279: src/types/pa_vstring.h, src/types/pa_vtable.C,
14280: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14281: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14282: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14283: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14284: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14285: HEAD
14286:
14287: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14288: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14289: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14290: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14291: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14292: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14293: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14294: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14295: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14296: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14297: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14298: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14299: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14300: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14301: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14302: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14303: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14304: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14305: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14306: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14307: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14308: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14309: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14310: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14311: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14312: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14313: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14314: outputs/create-dir, results/001.processed, results/002.processed,
14315: results/003.processed, results/004.processed,
14316: results/005.processed, results/006.processed,
14317: results/007.processed, results/008.processed,
14318: results/009.processed, results/010.processed,
14319: results/011.processed, results/012.processed,
14320: results/013.processed, results/014.processed,
14321: results/015.processed, results/016.processed,
14322: results/017.processed, results/018.processed,
14323: results/019.processed, results/020.processed,
14324: results/021.processed, results/022.processed,
14325: results/023.processed, results/024.processed,
14326: results/025.processed, results/026.processed,
14327: results/027.processed, results/028.processed,
14328: results/029.processed, results/030.processed,
14329: results/031.processed, results/032.processed,
14330: results/033.processed, results/034.processed,
14331: results/035.processed, results/036.processed,
14332: results/037.processed, results/038.processed,
14333: results/039.processed, results/040.processed,
14334: results/041.processed, results/042.processed,
14335: results/043.processed, results/044.processed,
14336: results/045.processed, results/046.processed,
14337: results/047.processed, results/048.processed,
14338: results/049.processed, results/050.processed,
14339: results/051.processed, results/052.processed,
14340: results/053.processed, results/054.processed,
14341: results/055.processed, results/056.processed,
14342: results/057.processed, results/058.processed,
14343: results/059.processed, results/060.processed,
14344: results/061.processed, results/062.processed,
14345: results/063.processed, results/064.processed,
14346: results/065.processed, results/066.processed,
14347: results/067.processed, results/068.processed,
14348: results/069.processed, results/070.processed,
14349: results/071.processed, results/072.processed,
14350: results/073.processed, results/074.processed,
14351: results/075.processed, results/076.processed,
14352: results/077.processed, results/078.processed,
14353: results/079.processed, results/080.processed,
14354: results/081.processed, results/082.processed,
14355: results/083.processed, results/084.processed,
14356: results/085.processed, results/086.processed,
14357: results/087.processed, results/088.processed,
14358: results/089.processed, results/090.processed,
14359: results/091.processed, results/092.processed,
14360: results/093.processed, results/094.processed,
14361: results/095.processed, results/096.processed,
14362: results/097.processed, results/098.processed,
14363: results/099.processed, results/100.processed,
14364: results/101.processed, results/102.processed,
14365: results/103.processed, results/104.processed,
14366: results/105.processed, results/106.processed,
14367: results/107.processed, results/108.processed,
14368: results/109.processed, results/110.processed,
14369: results/111.processed, results/112.processed,
14370: results/113.processed, results/114.processed,
14371: results/115.processed, results/116.processed,
14372: results/117.processed, results/118.processed,
14373: results/119.processed, results/120.processed,
14374: results/121.processed, results/122.processed,
14375: results/123.processed, results/124.processed,
14376: results/125.processed, results/126.processed,
14377: results/127.processed, results/128.processed,
14378: results/129.processed, results/130.processed,
14379: results/131.processed, results/132.processed,
14380: results/133.processed, results/134.processed,
14381: results/135.processed, results/136.processed,
14382: results/137.processed, results/138.processed,
14383: results/139.processed, results/140.processed,
14384: results/141.processed: merged(copied) to HEAD from template_gc
14385:
14386: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14387: towards \parser3project not having to be in root
14388:
14389: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14390: module compiled [were minor unnecessary changes in lib/md5
14391: interface]
14392:
14393: * src/include/pa_version.h: release
14394:
14395: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14396:
14397: * src/classes/math.C: merged uuid bugfix
14398:
14399: * tests/: 141.html, results/141.processed: fixed bug with
14400: too-small-a-buffer
14401:
14402: * src/classes/math.C: uuid bugfix
14403:
14404: * tests/: 141.html, Makefile, results/005.processed,
14405: results/030.processed, results/075.processed,
14406: results/078.processed: to reflect date format change (were -
14407: become ' ')
14408:
14409: * src/classes/math.C: uuid bugfix
14410:
14411: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14412: debug/release changes
14413:
14414: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14415:
14416: 2003-07-23 paf
14417:
14418: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14419: renamed a little [to move to comman naming conv]
14420:
1.116 moko 14421: * src/targets/Makefile.am: apache13 splitted to simplify apache
14422: build
1.95 moko 14423:
14424: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14425: main/pa_request.C, main/pa_sql_driver_manager.C,
14426: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14427: stack top_index() fixed
14428:
14429: * src/main/pa_globals.C: minor style changes
14430:
14431: * src/: classes/op.C, include/pa_sql_connection.h: connection
14432: closing/caching fixed [connections were not closed/put to cache]
14433:
14434: 2003-07-22 paf
14435:
14436: * INSTALL: gc part updated stightly
14437:
14438: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14439: new sapi interface
14440:
14441: * src/classes/file.C: comment on OS
14442:
14443: * src/main/pa_string.C: removed reduntant invariant check [there is
14444: one deeper in cord lib]
14445:
14446: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14447:
14448: * src/main/pa_memory.C: out of memory is no longer coredump
14449:
14450: * INSTALL: disable-threads adviced
14451:
14452: 2003-07-21 paf
14453:
1.116 moko 14454: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14455:
14456: * src/classes/file.C: file::exec/cgi environment variables now must
14457: be UPPERCASE and A-Z 0-9 _-
14458:
14459: * src/classes/file.C: env passing fixed
14460:
14461: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14462:
14463: * src/main/pa_common.C: http:// CRLF now
14464:
14465: 2003-07-02 paf
14466:
14467: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14468: fields to reflect their real meaning
14469:
14470: 2003-06-27 paf
14471:
14472: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14473: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14474: file::exec/cgi .charset
14475:
14476: 2003-06-26 paf
14477:
14478: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14479: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14480: src/classes/table.C: fixed several uninitialized local
14481: structures. notably ^hash.foreach now inserts delimiters
14482: properly [were inserting it before first body]
14483:
14484: 2003-06-24 paf
14485:
14486: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14487:
14488: 2003-06-20 paf
14489:
14490: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14491: src/main/pa_globals.C: introducing
14492: $f[^file::load[binary;http://...]] $f.tables
14493:
14494: 2003-06-06 paf
14495:
14496: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14497: table. [were method lookup: inconsistent]
14498:
14499: 2003-06-02 paf
14500:
14501: * src/include/pa_memory.h: empty string clone fixed to return
14502: writable memory
14503:
14504: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14505: were not appended] which violated string invariant
14506:
14507: 2003-05-30 paf
14508:
14509: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14510: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14511:
14512: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14513: GMT ; RFC 822, updated by RFC 1123
14514:
14515: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14516: targets/isapi/parser3isapi.C: initialized request_info properly
14517:
14518: * src/classes/xnode.C: found minor bug, commended for future
14519:
14520: 2003-05-28 paf
14521:
14522: * src/classes/form.C: request_info.content_length can't be <0,
14523: size_t for some time
14524:
14525: 2003-05-26 paf
14526:
14527: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14528: forgotten <0 changed to !=STRING_NOT_FOUND
14529:
14530: * src/classes/math.C: merged ffffu from HEAD
14531:
14532: 2003-05-11 paf
14533:
14534: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14535:
14536: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14537: premature doc free. transformed document had xmlDoc reference
14538: stored to non-gc-memory (libgdome) added holding-reference
14539:
14540: 2003-04-29 paf
14541:
14542: * src/main/pa_globals.C: started digging on double free. on win32
14543: found that that's perfectly normal.
14544:
14545: 2003-04-25 paf
14546:
14547: * src/classes/table.C: table.join bug fix [bad limit check]
14548:
14549: * src/classes/math.C: merged from HEAD: simpiler hash_string
14550:
14551: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14552: print anything. changed to quicker and simplier code
14553:
14554: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14555: strict a check]
14556:
14557: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14558:
14559: 2003-04-24 paf
14560:
14561: * src/include/pa_table.h: too strict assert loosened
14562:
14563: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14564: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14565: report
14566:
14567: 2003-04-21 paf
14568:
1.116 moko 14569: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14570:
14571: * src/main/pa_globals.C: pcre memory management changed to use GC
14572: memory
14573:
14574: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14575: xmlMallocAtomic [author agreed to my suggestion], used that
14576:
14577: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14578:
14579: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14580: types/pa_vmail.C: attributed_meaning_to_string added
14581: L_UNSPECIFIED piece which was sortof OK, but violated string
14582: invariant [assertion barked on that] changed to L_PASS_APPEND,
14583: made that param obligatory
14584:
14585: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14586: fixed [assert helped]
14587:
14588: * src/include/pa_string.h: assert added [looking for bug]
14589:
14590: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14591: names on Win32 considered disk-global
14592:
14593: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14594: considered disk-global
14595:
14596: 2003-04-18 paf
14597:
14598: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14599: filenames
14600:
14601: * src/main/untaint.C: enabled '~' letter in filenames
14602:
14603: 2003-04-16 paf
14604:
14605: * src/classes/file.C: small bug introduced in autoptr times fixed
14606:
14607: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14608: HEAD
14609:
1.116 moko 14610: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14611:
14612: 2003-04-15 paf
14613:
14614: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14615: src/lib/md5/pa_md5c.c, tests/141.html,
14616: tests/results/141.processed: merged from head ^math:uuid[]
14617: ^math:uid64[] ^math:md5[string]
14618:
14619: test added: 141.html
14620:
14621: * operators.txt, src/classes/math.C: ^math:uid64[]
14622:
14623: * src/classes/math.C: ^math:uuid[]
14624:
14625: * operators.txt, src/classes/math.C: ^math:uuid[]
14626:
14627: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14628: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14629:
14630: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14631: src/include/pa_config_fixed.h, src/main/pa_common.C:
14632: ^file::load[mode;name; $.offset $.limit
14633:
14634: 2003-04-14 paf
14635:
14636: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14637: started ^math:md5
14638:
14639: * src/classes/table.C, src/include/pa_array.h,
14640: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14641: tests/results/140.processed: table $.reverse option works in
14642: create&co table $.distinct[tables] bug fix merged
14643:
14644: * src/: classes/table.C, include/pa_table.h: table
14645: $.distinct[tables] bug fixed
14646:
14647: * src/classes/table.C: more warnings
14648:
14649: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14650: removed checks in table::set_current, moved them back to
14651: table::locate implemented table::create/join ñ $.reverse
14652:
14653: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14654: removed checks in table::set_current, moved them back to
14655: table::locate
14656:
14657: 2003-04-11 paf
14658:
14659: * operators.txt, src/classes/date.C, src/classes/table.C,
14660: src/include/pa_array.h, src/include/pa_common.h,
14661: src/include/pa_config_includes.h, src/include/pa_string.h,
14662: src/include/pa_table.h, src/main/pa_request.C,
14663: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14664: src/main/pa_table.C: merged from HEAD from
14665: before_append_array_limit_sense_change to
14666: after_append_array_limit_sense_change
14667:
14668: * src/classes/table.C: typo
14669:
14670: * operators.txt, src/classes/date.C, src/classes/table.C,
14671: src/include/pa_array.h, src/include/pa_common.h,
14672: src/include/pa_config_includes.h, src/include/pa_globals.h,
14673: src/include/pa_table.h, src/main/pa_array.C,
14674: src/main/pa_globals.C, src/main/pa_request.C,
14675: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14676: src/main/pa_table.C: append_array_limit_sense_change locate
14677: accepts options same as create new option: $.reverse(1) [do not
14678: work in table::create]
14679:
14680: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14681: (stat xxx,
14682:
14683: * src/classes/: table.C: typo
14684:
14685: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14686: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14687: results/130.processed, results/131.processed,
14688: results/132.processed, results/133.processed,
14689: results/134.processed, results/135.processed,
14690: results/136.processed, results/137.processed,
14691: results/138.processed, results/139.processed: added few mustfail
14692: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14693: date/time 132.html mustfail: access to junction outside of
14694: context 133.html mustfail: access to junction outside of context,
14695: case version 134.html mustfail: hash: adding a key inside of
14696: foreach 135.html mustfail: modifying system class 136.html
14697: mustfail: $.name outside of $hash[here] 137.html mustfail:
14698: appendChild without import 138.html mustfail: invalid encoding
14699: inside of xml 139.html mustfail: bad XPath
14700:
14701: * operators.txt, src/classes/table.C, tests/084.html,
14702: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14703: tests/129.html, tests/results/125.processed,
14704: tests/results/126.processed, tests/results/127.processed,
14705: tests/results/128.processed, tests/results/129.processed: merged
14706: from HEAD ^table.hash[key][$.distinct[tables]]
14707:
14708: maked appropriate tests [changed one old nonconforming]
14709:
14710: * operators.txt, src/classes/table.C:
14711: ^table.hash[key][$.distinct[tables]]
14712:
14713: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14714: merged fix for found very old xml (dom) bug: were passing
14715: domString objects and later ERROREOUSLY freed them
14716:
14717: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14718: src/main/pa_charset.C: re-added libgdome patch. regretfully
14719: libgdome bug can not be worked around
14720:
14721: 2003-04-10 paf
14722:
14723: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14724: found very old xml (dom) bug: were passing domString objects and
14725: later ERROREOUSLY freed them
14726:
14727: * src/doc/string.dox, src/include/pa_memory.h,
14728: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14729: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14730: tests/123.html, tests/124.html, tests/results/001.processed,
14731: tests/results/002.processed, tests/results/003.processed,
14732: tests/results/004.processed, tests/results/005.processed,
14733: tests/results/006.processed, tests/results/008.processed,
14734: tests/results/009.processed, tests/results/010.processed,
14735: tests/results/011.processed, tests/results/012.processed,
14736: tests/results/013.processed, tests/results/014.processed,
14737: tests/results/015.processed, tests/results/016.processed,
14738: tests/results/017.processed, tests/results/018.processed,
14739: tests/results/020.processed, tests/results/021.processed,
14740: tests/results/022.processed, tests/results/023.processed,
14741: tests/results/024.processed, tests/results/025.processed,
14742: tests/results/026.processed, tests/results/027.processed,
14743: tests/results/028.processed, tests/results/029.processed,
14744: tests/results/030.processed, tests/results/031.processed,
14745: tests/results/032.processed, tests/results/033.processed,
14746: tests/results/034.processed, tests/results/035.processed,
14747: tests/results/036.processed, tests/results/037.processed,
14748: tests/results/038.processed, tests/results/039.processed,
14749: tests/results/040.processed, tests/results/041.processed,
14750: tests/results/042.processed, tests/results/043.processed,
14751: tests/results/044.processed, tests/results/045.processed,
14752: tests/results/046.processed, tests/results/047.processed,
14753: tests/results/048.processed, tests/results/049.processed,
14754: tests/results/050.processed, tests/results/051.processed,
14755: tests/results/052.processed, tests/results/053.processed,
14756: tests/results/054.processed, tests/results/055.processed,
14757: tests/results/056.processed, tests/results/057.processed,
14758: tests/results/058.processed, tests/results/059.processed,
14759: tests/results/060.processed, tests/results/061.processed,
14760: tests/results/062.processed, tests/results/063.processed,
14761: tests/results/064.processed, tests/results/065.processed,
14762: tests/results/066.processed, tests/results/067.processed,
14763: tests/results/068.processed, tests/results/069.processed,
14764: tests/results/070.processed, tests/results/071.processed,
14765: tests/results/072.processed, tests/results/073.processed,
14766: tests/results/074.processed, tests/results/075.processed,
14767: tests/results/076.processed, tests/results/077.processed,
14768: tests/results/078.processed, tests/results/079.processed,
14769: tests/results/080.processed, tests/results/081.processed,
14770: tests/results/082.processed, tests/results/083.processed,
14771: tests/results/084.processed, tests/results/085.processed,
14772: tests/results/086.processed, tests/results/087.processed,
14773: tests/results/088.processed, tests/results/089.processed,
14774: tests/results/090.processed, tests/results/091.processed,
14775: tests/results/092.processed, tests/results/093.processed,
14776: tests/results/094.processed, tests/results/095.processed,
14777: tests/results/096.processed, tests/results/097.processed,
14778: tests/results/101.processed, tests/results/102.processed,
14779: tests/results/104.processed, tests/results/105.processed,
14780: tests/results/106.processed, tests/results/107.processed,
14781: tests/results/108.processed, tests/results/109.processed,
14782: tests/results/110.processed, tests/results/111.processed,
14783: tests/results/112.processed, tests/results/113.processed,
14784: tests/results/114.processed, tests/results/115.processed,
14785: tests/results/116.processed, tests/results/117.processed,
14786: tests/results/118.processed, tests/results/119.processed,
14787: tests/results/120.processed, tests/results/121.processed,
14788: tests/results/122.processed, tests/results/123.processed,
14789: tests/results/124.processed: new convention: char* never 0.
14790: assert in cord on that
14791:
14792: * src/main/pa_charset.C: couple more asserts
14793:
14794: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14795: speedup
14796:
14797: * src/main/pa_charset.C: couple assertions on fantastic situations
14798: added [may be those is the case now?]
14799:
14800: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14801: that's memory from gc_malloc, not from g_malloc :(, but would
14802: hope]
14803:
14804: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14805: that's memory from gc_malloc, not from g_malloc :(, but would
14806: hope]
14807:
14808: * src/main/pa_charset.C: checked custom malloc for returning 0
14809:
14810: 2003-04-09 paf
14811:
14812: * src/classes/date.C: merged ^date.roll changes
14813:
14814: * src/classes/date.C: ^date.roll bug fix
14815:
14816: * src/classes/date.C: ^date.roll now throws less errors: month
14817: shifts handles end of month situation by reducing day number
14818: hour-hole shift reduces hour to recover
14819:
14820: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14821: Sort by function time
14822:
14823: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14824: http:// $.charset[] param done
14825:
14826: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14827: added [after volatile fix. passes on win&intel-solaris]
14828:
14829: 2003-04-08 paf
14830:
14831: * src/: classes/file.C, classes/op.C, classes/table.C,
14832: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14833: include/pa_common.h, include/pa_request_charsets.h,
14834: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14835: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14836: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14837: types/pa_vresponse.C: started http:// $.charset[] param and
14838: http response charset detection just compiled. todo:test
14839:
14840: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14841:
14842: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14843: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14844: types/pa_vmail.C: changed transcode param converntion along with
14845: string creating convention -- all strings are zero-terminated,
14846: this allowed to fix one remaining String("123", 2) case
14847:
14848: * src/: classes/date.C, classes/file.C, classes/hash.C,
14849: classes/op.C, classes/string.C, classes/table.C,
14850: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14851: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14852: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14853: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14854: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14855: violated String::invariant. started fixing [not compiled now]
14856:
14857: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14858: main/compile.tab.C, main/compile.y, main/pa_string.C,
14859: main/untaint.C, targets/cgi/parser3.C: number of string style
14860: improvements & optimizations
14861:
14862: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14863: :(]
14864:
14865: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14866: [for it's a pointer really]
14867:
14868: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14869: 'n' param. worked that around
14870:
14871: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14872: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14873: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14874: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14875: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14876:
14877: Thanks for the bug report and patch.
14878:
14879: I hadn't looked at this code in a while. Reading it now, it
14880: seems to me that the tests should also be ">= MAX_DEPTH" to
14881: comply with the invariant, though that may not matter a lot. I
14882: changed that, too.
14883:
14884: Hans
14885:
14886: 2003-04-07 paf
14887:
14888: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14889: merged from head:safe mode error message now includes numbers
14890:
14891: * src/main/execute.C: n-th attempt to make a=a work with double.
14892: problem: as_double returns it's result in fp-register compiler
14893: optimizes access to that register after b->as_double, and just
14894: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14895: from memory. _SAME_ double values do not match here. when
14896: forced to REload fp-register, values do match.
14897:
14898: tried to make them volatile.
14899:
14900: * src/main/execute.C: n-th attempt to make a=a work with double.
14901: problem: as_double returns it's result in fp-register compiler
14902: optimizes access to that register after b->as_double, and just
14903: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14904: from memory. _SAME_ double values do not match here. when
14905: forced to REload fp-register, values do match.
14906:
14907: tried to make them volatile.
14908:
14909: * src/types/pa_vobject.h: small style change
14910:
14911: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14912:
14913: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14914: mode error message now includes numbers
14915:
14916: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14917: now causes death
14918:
14919: 2003-04-04 paf
14920:
14921: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14922: incorportated pa_exec patch by From: "Victor Fedoseev"
14923: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14924: Sent: Thursday, January 23, 2003 9:14 AM
14925:
14926: huge speedup on ^file::cgi with big result
14927:
14928: * src/classes/table.C: sort table with 0 rows bug fixed
14929:
14930: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14931: fix http://i2/tasks/edit/?id=4493701604654042676
14932:
14933: @main[] $with_default[ $.a[1] $._default[default from
14934: with_default] ] ^show[$with_default]
14935:
14936: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14937: =$to_add_to.xxx=<br>
14938:
14939: ^show[$to_add_to]
14940:
14941: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14942: ^show[$cloned]
14943:
14944: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14945:
14946: } <hr>
14947:
14948: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14949: http://i2/tasks/edit/?id=4493701604654042676
14950:
14951: @main[] $with_default[ $.a[1] $._default[default from
14952: with_default] ] ^show[$with_default]
14953:
14954: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14955: =$to_add_to.xxx=<br>
14956:
14957: ^show[$to_add_to]
14958:
14959: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14960: ^show[$cloned]
14961:
14962: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14963:
14964: } <hr>
14965:
14966: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14967: http://i2/tasks/edit/?id=4507350336410850921
14968:
14969: * src/classes/xdoc.C: memory allocation func bugfix
14970: http://i2/tasks/edit/?id=4499303470368629745
14971:
14972: * src/classes/math.C: allowed random 1...
14973:
14974: * src/classes/math.C: allowed random 0..
14975:
14976: * src/main/pa_globals.C: exif mem leak
14977: http://i2/tasks/edit/?id=4480590323629807263
14978:
14979: * src/: classes/classes.dsp, main/main.dsp,
14980: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14981: fix http://i2/tasks/edit/?id=4493946731322521294
14982: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14983:
14984: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14985: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14986: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14987: links to xml libs made relative, no need to unpack parser3project
14988: to /parser3project.
14989:
14990: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14991: column more precise - tab handling bug fixed
14992:
14993: * src/main/: compile.tab.C, compile.y: more understandable error
14994: message in case @CLASS with more then one line inside
14995:
14996: * src/targets/cgi/parser3.C: more understandable error message in
14997: case of errors in @unhandled_exception
14998:
14999: 2003-04-03 paf
15000:
15001: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15002: src/main/compile.tab.C, src/main/compile.y,
15003: src/main/compile_tools.C, src/main/compile_tools.h,
15004: src/main/execute.C, src/main/pa_request.C: debug info format
15005: simplified, now it's: OP_VALUE Operation::Origin << here value*
15006:
15007: higher limits: file number (max: 255) line number (max:
15008: 64535) column number (max: 255)
15009:
15010: * src/classes/math.C: top limit
15011:
15012: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15013: precise parse error position in case of
15014:
15015: ^bug ]
15016:
15017: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15018: changed to realities, and passed [bug fixed]
15019:
15020: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15021: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15022: main/compile_tools.h, main/pa_request.C: introducing
15023: ^process...[main-method-alias]
15024:
15025: * src/: classes/date.C, classes/image.C, classes/op.C,
15026: classes/string.C, classes/table.C, classes/xdoc.C,
15027: types/pa_vmethod_frame.h: MethodParams& now [methods without
15028: params receive zero reference, but they are expected not to look
15029: there]
15030:
15031: * operators.txt, src/classes/date.C, src/classes/double.C,
15032: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15033: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15034: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15035: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15036: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15037: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15038: [methods without params receive zero reference, but they are
15039: expected not to look there]
15040:
15041: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15042: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15043: ^process...[filename] useful for better error reporting
15044: [file/line/col]
15045:
15046: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15047: types/pa_vstring.h: slightly improved error messages text: 1. is
15048: '%s', it 2. method undefined in case of ^void[]
15049:
15050: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15051: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15052: handling done. now we have error columns todo: test it
15053:
15054: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15055: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15056:
15057: this makes life easier: were: bad stack order -- were in
15058: exception catch unwind order, which didn't match execution order
15059:
15060: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15061:
15062: @first[] ^throw[a;1]
15063:
15064: showed throw a first throw b try
15065:
15066: which is no good
15067:
15068: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15069: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15070: trace reset after handled exception [old bug fixed]
15071:
15072: * src/main/: compile.tab.C, compile.y: parse position old bug
15073: fixed. position reporting made precise [both, in parse erros and
15074: runtime errors]
15075:
15076: 2003-04-02 paf
15077:
15078: * src/: include/pa_operation.h, include/pa_request.h,
15079: main/compile.C, main/compile.tab.C, main/compile.y,
15080: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15081: main/pa_exception.C, main/pa_request.C: debug info: started
15082: using. todo:complete
15083:
15084: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15085: main/compile.C, main/compile.tab.C, main/compile.y,
15086: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15087: main/pa_request.C: prepared debug info todo:use it
15088:
15089: * src/include/pa_operation.h: strange mistake fixed: forgot to
15090: return Operation class->union after switching from autoptrs.
15091:
15092: * tests/: Makefile, results/108.processed, results/117.processed:
15093: meta considered OK [it's up to coder now to remove it not needed]
15094:
15095: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15096: Dictionary constructor when moved to gc]
15097:
15098: * src/main/pa_common.C: uncommented http:// file loading
15099:
15100: * src/include/pa_array.h, src/main/execute.C,
15101: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15102: fix [gdGrowingBuf]
15103:
15104: * configure.in, src/lib/Makefile.am: removed patches
15105:
15106: * configure, src/include/pa_config_auto.h.in,
15107: src/main/pa_charset.C: --enable-assertions autoconf-ed
15108:
15109: * src/main/pa_common.C: uncommented http:// file loading
15110:
15111: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15112: xdoc::create/load
15113:
15114: * src/: classes/form.C, classes/hash.C, classes/image.C,
15115: classes/string.C, classes/table.C, classes/void.C,
15116: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15117: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15118: String::String(str,helper_length) are checked. found/fixed one
15119: place: $request:body now zero-terminated,
15120:
15121: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15122: main/compile_tools.C, main/execute.C, types/pa_value.h,
15123: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15124: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15125: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15126: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15127: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15128: types/pa_vxnode.h: more locally scoped vars in execute (more
15129: easily optimizable)
15130:
15131: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15132: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15133:
15134: * src/: include/pa_array.h, include/pa_stack.h,
15135: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15136: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15137: become assertion iterator in methodframe filler
15138:
15139: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15140: targets/cgi/parser3.C: array::get/put inlined
15141:
15142: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15143: gc_substitute_memory_management_functions +installed CORD_oom
15144: function
15145:
15146: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15147: src/include/pa_config_includes.h, src/include/pa_string.h,
15148: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15149: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15150: assertions started configure.in --enable-assertions
15151:
15152: 2003-04-01 paf
15153:
15154: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15155: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15156: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15157: gdome uses glib memory, and stores last pointer to xmlDoc there,
15158: gc misses that and collects valid memory fixed by remembering
15159: xmlDoc from dom object in xdoc. todo: do something with
15160: premature free of xdoc with xnodes/node values referring into it
15161:
15162: * src/classes/: mail.C: typo fix
15163:
15164: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15165: changes
15166:
15167: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15168: main/pa_memory.C: moved memory debugging to global level: to
15169: pa_gc_malloc
15170:
15171: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15172: debugging showed no errors. todo: debug parser memory
15173:
15174: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15175: configurations
15176:
15177: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15178: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15179: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15180: types/types.dsp: prepared xml-static configuration
15181:
15182: 2003-03-31 paf
15183:
15184: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15185: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15186: xml lib memory debugging, simple checks failed: it seems that
15187: library does realloc(bad ptr), and recording those ptrs in heap
15188: [for debugging] was bad: heap situation changes = everything
15189: works fine
15190:
15191: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15192: xmlRegisterCharEncodingHandler limitation [currently imposed
15193: limit of 10 user-defined charsets]
15194:
15195: 2003-03-28 paf
15196:
15197: * src/main/execute.C: execution stack copied to local register
15198: variable, removed lots [~2e7) of memory accesses
15199:
15200: 2003-03-27 paf
15201:
15202: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15203: works in debug, but fails in release todo: fix that
15204:
15205: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15206: targets/cgi/parser3.C: forgot to merge XML memory funcs
15207: replacement from gc branch
15208:
15209: * src/main/pa_exec.C: introducing append_help_length [radical
15210: improvement here]
15211:
15212: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15213: 'not recommened' in gc.h, on win32 noticed no difference]
15214:
15215: * src/include/pa_array.h: returned checked array get [were disabled
15216: for debugging] result:not slower [don't understand that, it were
15217: INLINED] todo: find out a way of inlining it!
15218:
15219: * src/: include/pa_string.h, lib/gc/include/gc.h,
15220: lib/gc/include/gc_fake.h, main/compile.tab.C,
15221: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15222: convention changed: all resulting strings are zero-terminated
15223:
15224: * src/: classes/date.C, classes/file.C, classes/hash.C,
15225: classes/string.C, classes/table.C, classes/void.C,
15226: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15227: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15228: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15229: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15230: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15231: types/pa_vfile.C, types/pa_vmail.C: introducing
15232: append_help_length [radical improvement here]
15233:
15234: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15235: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15236: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15237: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15238: even slower
15239:
15240: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15241: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15242: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15243: clients of &get(): most to use non-ref version, some[in tight
15244: places] to get_unchecked_ref
15245:
15246: * src/doc/memory.dox: forgot to add
15247:
15248: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15249: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15250: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15251: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15252: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15253: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15254: targets/cgi/parser3.dsp, types/pa_vmail.C,
15255: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15256: T>>&<< removed after Stack::pop wiping removed [moved to separate
15257: func] other Array & removed
15258:
15259: 2003-03-26 paf
15260:
15261: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15262: classes/table.C, include/pa_array.h, include/pa_charset.h,
15263: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15264: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15265: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15266: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15267: main/pa_exec.C, main/pa_sql_driver_manager.C,
15268: main/pa_stylesheet_manager.C, main/pa_table.C,
15269: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15270: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15271: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15272: pre-evaluated .count() in some places
15273:
15274: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15275: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15276: types/types.dsp: .dsp profiling updated
15277:
15278: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15279: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15280: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15281:
15282: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15283: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15284: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15285: use lib/gc,lib/cord
15286:
1.116 moko 15287: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15288: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15289: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15290: src/include/pa_config_includes.h, src/include/pa_request.h,
15291: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15292: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15293: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15294: src/lib/cord/include/Makefile.am,
1.116 moko 15295: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15296: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15297: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15298: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15299: src/types/pa_vform.h, src/types/pa_vhash.h,
15300: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15301: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15302: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15303: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15304: funcs ported pa_exec
1.95 moko 15305:
15306: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15307:
15308: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15309: bundled gc includes
15310:
15311: * src/: classes/op.C, include/pa_array.h,
15312: include/pa_sql_connection.h, include/pa_string.h,
15313: include/pa_version.h, main/compile.tab.C, main/compile.y,
15314: main/execute.C, main/pa_common.C, main/pa_exception.C,
15315: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15316: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15317: first real site (aval)]
15318:
15319: 2003-03-25 paf
15320:
15321: * operators.txt, src/main/pa_sql_driver_manager.C,
15322: src/types/pa_vstatus.C: $status.memory used free since_compact
15323: process
15324:
15325: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15326: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15327:
15328: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15329:
15330: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15331: src/types/pa_value.h, src/types/pa_vfile.h,
15332: src/types/pa_vobject.C, src/types/pa_vobject.h,
15333: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15334: tests/results/121.processed: untaint.C L_URI
15335:
15336: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15337: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15338: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15339: src/types/pa_vmemory.h: ^memory:compact[]
15340:
15341: * tests/results/109.processed: it was a bug in parser. updated 109
15342: test result
15343:
15344: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15345:
15346: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15347: tests/results/107.processed: fixed dom language [values are now
15348: considered tainted. it was a bug in parser. updated 107 test
15349: result
15350:
15351: * src/classes/xdoc.C: fixed transform params
15352:
15353: * src/: include/pa_stylesheet_manager.h,
15354: main/pa_stylesheet_manager.C: fixed stylesheet caching
15355:
15356: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15357: overloads for structure handling
15358:
15359: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15360: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15361: StringBody(0) ambiguilty, introducting static
15362: StringBody::Format(int)
15363:
15364: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15365: linked
15366:
15367: * src/types/pa_vxdoc.C: vxdoc compiled
15368:
15369: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15370: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15371: finalizers isntalled
15372:
15373: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15374: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15375: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15376: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15377: compiled todo: xnode.C / finalizers
15378:
15379: * src/doc/string.dox: updated: new string internals
15380:
15381: 2003-03-24 paf
15382:
15383: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15384: include/pa_charset.h, include/pa_config_fixed.h,
15385: include/pa_request.h, include/pa_stylesheet_connection.h,
15386: include/pa_stylesheet_manager.h, main/pa_charset.C,
15387: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15388: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15389: types/pa_vxnode.h: started XML
15390:
15391: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15392:
15393: * src/: classes/file.C, classes/image.C, classes/mail.C,
15394: include/pa_string.h, main/pa_common.C,
15395: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15396:
15397: * src/: classes/file.C, classes/image.C, classes/mail.C,
15398: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15399: main/pa_request.C, main/pa_sql_driver_manager.C,
15400: types/pa_vimage.h: size_t pos everywhere checks changed to check
15401: for eq STRING_NOT_FOUND
15402:
15403: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15404: optimize bit implemented
15405:
15406: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15407: String::ArrayFragment::append_positions fixed
15408:
15409: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15410: String::this_starts fixed
15411:
15412: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15413:
15414: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15415: hashcode implemented fully, including per-char callback [it can
15416: be - substr CORD node]
15417:
15418: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15419: rewritten to rewalloc with 100byte buf ahead
15420:
15421: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15422: src/include/pa_string.h, src/main/compile.tab.C,
15423: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15424: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15425: CORD_ec [bad] would rewrite as realloc now
15426:
15427: * src/: classes/date.C, classes/file.C, classes/form.C,
15428: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15429: include/pa_cache_managers.h, include/pa_charsets.h,
15430: include/pa_common.h, include/pa_request.h,
15431: include/pa_sql_driver_manager.h, include/pa_table.h,
15432: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15433: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15434: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15435: types/pa_vmail.C, types/pa_vmethod_frame.C,
15436: types/pa_vstateless_class.h: 2*2 worked :)
15437:
15438: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15439: src/include/pa_exec.h, src/include/pa_string.h,
15440: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15441: passed OK
15442:
15443: * src/: classes/hash.C, classes/string.C, classes/table.C,
15444: types/pa_value.C: all linked todo: debug
15445:
15446: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15447: types/pa_vstateless_class.C: all compiled. todo:link
15448:
15449: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15450:
15451: * src/types/pa_vtable.C: pa_vtable.C compiled
15452:
15453: * src/types/pa_vstring.C: pa_vstring.C compiled
15454:
15455: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15456:
15457: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15458: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15459: pa_vstateless_class.C, pa_vstateless_class.h:
15460: pa_vstateless_class.C compiled
15461:
15462: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15463: types/pa_vmath.C: pa_vmail.C compiled
15464:
15465: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15466:
15467: * src/types/pa_vform.C: pa_vform.C compiled
15468:
15469: * src/types/pa_vfile.C: pa_vfile.C compiled
15470:
15471: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15472: pa_vstateless_class.C: pa_vcookie.C compiled
15473:
15474: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15475: types/pa_vhash.h: pa_value.C compiled
15476:
15477: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15478: classes.lib main.lib compiled
15479:
15480: * src/classes/void.C: void.C compiled
15481:
15482: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15483: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15484: compiled
15485:
15486: * src/: classes/string.C, include/pa_request.h,
15487: include/pa_string.h, main/pa_string.C: string.C compiled
15488:
15489: * src/: classes/op.C, classes/string.C, classes/table.C,
15490: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15491: main/pa_request.C, main/pa_string.C: op.C compiled
15492:
15493: * src/classes/: math.C, op.C: math.C compiled
15494:
15495: * src/: classes/mail.C, classes/string.C, classes/table.C,
15496: types/pa_vmail.h: mail.C compiled
15497:
15498: * src/classes/: int.C, table.C: int.C compiled
15499:
15500: * src/: classes/hash.C, classes/image.C, classes/string.C,
15501: classes/table.C, include/pa_memory.h, include/pa_string.h,
15502: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15503: compiled
15504:
15505: * src/: classes/hash.C, classes/string.C, classes/table.C,
15506: classes/void.C, classes/xdoc.C, include/pa_request.h,
15507: include/pa_sql_connection.h: hash.C compiled
15508:
15509: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15510: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15511: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15512: classes/math.C, classes/op.C, classes/response.C,
15513: classes/string.C, classes/table.C, classes/void.C,
15514: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15515: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15516: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15517: file.C table.C compiled
15518:
15519: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15520: main/untaint.C: main.lib compiled
15521:
15522: 2003-03-21 paf
15523:
15524: * src/: classes/op.C, include/pa_cache_managers.h,
15525: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15526: include/pa_stylesheet_manager.h, main/pa_exception.C,
15527: main/pa_globals.C, main/pa_sql_driver_manager.C,
15528: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15529: compiled
15530:
15531: * src/: classes/hash.C, classes/image.C, classes/op.C,
15532: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15533: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15534: main/compile.C, main/pa_common.C, main/pa_request.C,
15535: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15536: pa_request.C compiled
15537:
15538: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15539: include/pa_request.h, main/execute.C, main/pa_request.C,
15540: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15541: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15542: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15543: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15544: compiled
15545:
15546: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15547: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15548: on unix
15549:
15550: * src/: include/pa_charset.h, include/pa_charsets.h,
15551: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15552: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15553: pa_charsets.C compiled
15554:
15555: * src/: classes/image.C, classes/mail.C, classes/op.C,
15556: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15557: main/compile.y, main/execute.C, main/pa_common.C,
15558: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15559: types/pa_vcode_frame.h, types/pa_vimage.h,
15560: types/pa_vmethod_frame.h: execute.C compiled
15561:
15562: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15563: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15564: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15565: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15566: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15567: include/pa_cache_managers.h, include/pa_charsets.h,
15568: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15569: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15570: include/pa_sql_driver_manager.h, include/pa_string.h,
15571: include/pa_stylesheet_connection.h,
15572: include/pa_stylesheet_manager.h, include/pa_table.h,
15573: main/compile.C, main/compile.tab.C, main/compile.y,
15574: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15575: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15576: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15577: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15578: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15579: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15580: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15581: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15582: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15583: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15584: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15585: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15586: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15587: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15588: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15589: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15590: types/pa_vresponse.h, types/pa_vstateless_class.C,
15591: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15592: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15593: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15594: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15595: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15596: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15597: [C++ CORD wrapper]
15598:
15599: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15600:
15601: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15602: $file::exec/cgi[script; $.charset[this is script's charset]
15603:
15604: command line, env values, input got transcoded before call
15605: stdout, stderr got transcoded after call
15606:
15607: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15608: by default. use: ^file::exec[...;$.stdin[$request.body]
15609:
15610: * src/main/pa_common.C: } typo bug fix
15611:
15612: * src/main/pa_common.C: } typo bug fix
15613:
15614: 2003-03-20 paf
15615:
15616: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15617: main/untaint.C: cord bug fix, but still errors todo: clear out
15618:
15619: * src/include/pa_string.h: more tests
15620:
15621: * src/main/pa_string.C: string.pos fixed
15622:
1.116 moko 15623: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15624: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15625: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15626: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15627: replaces
1.95 moko 15628:
15629: * src/: classes/image.C, include/pa_dictionary.h,
15630: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15631: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15632: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15633: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15634:
15635: * src/include/pa_string.h: warning
15636:
15637: * src/include/pa_string.h: this_starts fixed
15638:
15639: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15640: new String ctor & append params convention
15641:
15642: * src/: classes/file.C, classes/hash.C, classes/image.C,
15643: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15644: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15645: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15646: main/pa_exception.C, main/pa_exec.C,
15647: main/pa_sql_driver_manager.C, main/pa_string.C,
15648: main/pa_stylesheet_manager.C, main/untaint.C,
15649: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15650: types/pa_vmail.C: more tests OK
15651:
15652: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15653: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15654: gc/exit runned OK
15655:
15656: * src/types/pa_vmail.C: another naming problem: should not name
15657: vars like that: unpredictable close caused problems with later
15658: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15659: descriptors missing on startup: stdin; Bad file number
15660:
15661: todo: find out why so many filters(stream) here. probably wrong?
15662:
15663: * src/: include/pa_dictionary.h, include/pa_string.h,
15664: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15665: main/untaint.C: test compiled
15666:
15667: * src/: classes/image.C, classes/mail.C, classes/math.C,
15668: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15669: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15670: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15671: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15672: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15673: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15674: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15675: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15676: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15677:
15678: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15679: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15680: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15681: src/include/pa_memory.h, src/include/pa_request.h,
15682: src/include/pa_request_charsets.h,
15683: src/include/pa_sql_connection.h, src/include/pa_string.h,
15684: src/main/compile.tab.C, src/main/execute.C,
15685: src/main/pa_charset.C, src/main/pa_common.C,
15686: src/main/pa_exception.C, src/main/pa_exec.C,
15687: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15688: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15689: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15690: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15691: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15692: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15693: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15694: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15695: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15696: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15697: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15698: pa_common.C [done, without http for now]
15699:
15700: 2003-03-19 paf
15701:
15702: * src/: classes/date.C, classes/form.C, classes/hash.C,
15703: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15704: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15705: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15706: include/pa_string.h, include/pa_table.h, main/compile.C,
15707: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15708: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15709: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15710: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15711: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15712: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15713: types/pa_vstateless_class.h, types/pa_vtable.C,
15714: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15715: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15716: types/pa_wwrapper.h: started test
15717:
1.116 moko 15718: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15719: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15720:
15721: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15722: include/pa_string.h, main/pa_string.C: string compiled todo: test
15723: it
15724:
15725: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15726: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15727: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15728: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15729: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15730: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15731: types/pa_vmethod_frame.h, types/types.dsp: string
15732: reimplementation with cord+array<fragment>: 70%
15733:
15734: 2003-03-18 paf
15735:
15736: * src/: classes/date.C, classes/file.C, classes/form.C,
15737: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15738: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15739: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15740: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15741: can ignore lang in cmp and pos really, but would
15742: split properly!
15743:
15744: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15745: cord part made parser/src/lib: it's not compiled into libgc by
15746: default
15747:
15748: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15749: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15750: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15751: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15752: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15753: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15754: src/classes/xnode.C, src/classes/xnode.h,
15755: src/include/Makefile.am, src/include/pa_cache_managers.h,
15756: src/include/pa_charset.h, src/include/pa_charsets.h,
15757: src/include/pa_common.h, src/include/pa_dictionary.h,
15758: src/include/pa_exception.h, src/include/pa_exec.h,
15759: src/include/pa_globals.h, src/include/pa_hash.h,
15760: src/include/pa_memory.h, src/include/pa_pool.h,
15761: src/include/pa_request.h, src/include/pa_request_charsets.h,
15762: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15763: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15764: src/include/pa_stylesheet_connection.h,
15765: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15766: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15767: src/main/compile.C, src/main/compile.tab.C,
15768: src/main/compile_tools.C, src/main/compile_tools.h,
15769: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15770: src/main/pa_charsets.C, src/main/pa_common.C,
15771: src/main/pa_dictionary.C, src/main/pa_exception.C,
15772: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15773: src/main/pa_pool.C, src/main/pa_request.C,
15774: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15775: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15776: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15777: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15778: src/types/pa_junction.h, src/types/pa_method.h,
15779: src/types/pa_value.C, src/types/pa_value.h,
15780: src/types/pa_vclass.C, src/types/pa_vclass.h,
15781: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15782: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15783: src/types/pa_vdouble.h, src/types/pa_venv.h,
15784: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15785: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15786: src/types/pa_vimage.C, src/types/pa_vimage.h,
15787: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15788: src/types/pa_vmath.C, src/types/pa_vmath.h,
15789: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15790: src/types/pa_vobject.C, src/types/pa_vobject.h,
15791: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15792: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15793: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15794: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15795: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15796: src/types/pa_vstring.h, src/types/pa_vtable.C,
15797: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15798: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15799: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15800: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15801: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15802: gc: PA_Object done lots of replacements also
15803:
15804: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15805: gc logging
15806:
15807: 2003-03-17 paf
15808:
15809: * src/: classes/date.C, classes/file.C, classes/form.C,
15810: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15811: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15812: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15813: include/pa_string.h, include/pa_types.h, main/compile.C,
15814: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15815: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15816: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15817: main/pa_sql_driver_manager.C, main/pa_string.C,
15818: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15819: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15820: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15821: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15822: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15823: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15824: types/pa_vxnode.h: libgc attempt
15825:
15826: 2003-03-13 paf
15827:
15828: * src/: include/pa_sql_driver_manager.h,
15829: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15830: called
15831:
15832: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15833: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15834: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15835: types/pa_value.h, types/pa_vobject.h,
15836: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15837: set_base, set_derived simplified [counter leaks fixed]
15838:
15839: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15840: src/types/types.dsp: incorporated status class patch From:
15841: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15842: 2003 8:14 AM
15843:
15844: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15845: Win32 specific: QuotaPeakNonPagedPoolUsage
15846: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15847:
15848: 2003-03-12 paf
15849:
1.116 moko 15850: * configure, configure.in, src/lib/ltdl/configure,
15851: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15852: lib/ltdl/Makefile now created by /configure.in only [were by
15853: lib/ltdl/configure.in OVERWRITE]
15854:
1.116 moko 15855: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15856: linkage fixed for g++ 3.2.2
1.95 moko 15857:
15858: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15859: on using privately declared class [fixed]
15860:
15861: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15862: 3.2 rightliy complained on using privately declared class [fixed]
15863:
15864: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15865: sigpipe before request constructor now causes death
15866:
15867: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15868: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15869: not cause exception in exception handler
15870:
1.116 moko 15871: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15872: now default links libstdc++ statically. that can be overriden by
15873: --with-dynamic-stdcpp
1.95 moko 15874:
15875: 2003-03-11 paf
15876:
15877: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15878: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15879: necessity of libstdc++
15880:
15881: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15882:
15883: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15884:
15885: 2003-03-08 paf
15886:
15887: * tests/Makefile: make install & co
15888:
15889: * src/: include/pa_request.h, classes/op.C: removing
15890: vclass,object.h -> pa_request.h dependency
15891:
15892: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15893: main/pa_request.C: removing vform,response,cookie.h ->
15894: pa_request.h dependency
15895:
15896: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15897: dependency [testing...]
15898:
15899: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15900: return 0; fixed
15901:
15902: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15903: types/pa_vmail.h: vmail.C received just compiled [not tested]
15904:
15905: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15906:
15907: * src/main/pa_request.C: forgotten: ifdef XML
15908:
15909: * src/main/pa_request.C: forgotten: ifdef XML
15910:
15911: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15912: win32 and run memleak tests again
15913:
15914: * src/targets/cgi/parser3.C: charsets: see some strange things with
15915: old xml lib-- it's internal memory handling has faults
15916:
15917: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15918: problems when transcode from charset A to A.
15919:
15920: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15921: todo: still problems when transcode from charset A to A.
15922:
15923: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15924: classes/table.C, include/pa_array.h,
15925: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15926: started full-scale-site-test [~ http://parser.ru sources]
15927:
15928: some fixes
15929:
15930: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15931: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15932: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15933: results/110.processed, results/111.processed,
15934: results/112.processed, results/113.processed,
15935: results/114.processed, results/115.processed,
15936: results/116.processed, results/117.processed,
15937: results/118.processed, results/119.processed,
15938: results/120.processed: xml: tests 109 dom create/show 110 xpath
15939: selectSingle 111 xdoc.create from tainted & 112
15940: xdoc.create/output with russian attr value 113 xpath
15941: selectString/Number 114 dom attributes.count 115 xpath selectBool
15942: 116 output media-type change 117 transform by dom stylesheet 118
15943: empty transform result 119 dom setAttribute 120 nbsp letter
15944: output
15945:
15946: =END OF PREPARED XML TESTS=
15947:
15948: 2003-03-07 paf
15949:
15950: * src/classes/xdoc.C, src/include/pa_charset.h,
15951: src/include/pa_stylesheet_connection.h, tests/108.html,
15952: tests/108.xsl, tests/results/108.processed: xml: test 108
15953: transform with params [bugs fixed]
15954:
15955: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15956: from copy/paste bug
15957:
15958: * src/classes/xdoc.C, src/include/pa_charset.h,
15959: src/include/pa_request.h, src/main/execute.C,
15960: src/main/pa_charset.C, src/main/pa_exception.C,
15961: src/main/pa_globals.C, src/main/pa_request.C,
15962: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15963: src/types/pa_vxnode.C, tests/107.html,
15964: tests/results/107.processed: xml: test: 107 bug fixes
15965:
15966: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15967: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15968: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15969:
15970: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15971: string
15972:
15973: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15974: mem alloc functions used for different cases [libxml, libxsl]
15975:
15976: * src/classes/classes.C: fixed: prevent system classes from
15977: modification to lock ALL the classes, not only directly used
15978:
15979: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15980: linked
15981:
15982: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15983:
15984: 2003-03-06 paf
15985:
15986: * src/classes/xdoc.C: xdoc.C 50%
15987:
15988: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15989: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15990: main/pa_globals.C, main/pa_request.C,
15991: main/pa_stylesheet_manager.C: xnode.C compiled
15992:
15993: * src/: include/pa_stylesheet_connection.h,
15994: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15995: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15996:
15997: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15998: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15999: xml: stylesheet&manager STARTED
16000:
16001: * src/: include/pa_globals.h, main/pa_charset.C,
16002: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16003:
16004: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16005: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16006: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16007: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16008: charsets
16009:
16010: * tests/023.html: in some cases it rounded up badly. postponing
16011: solution of that problem, making more simple test
16012:
16013: * tests/: 058_paf2000.png, results/058.processed: .png added with
16014: -kb now
16015:
16016: * src/: include/pa_charset.h, include/pa_charsets.h,
16017: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16018: moved to charsets.C
16019:
16020: 2003-03-05 paf
16021:
16022: * src/classes/string.C, src/include/pa_string.h,
16023: src/main/pa_string.C, tests/105.html,
16024: tests/results/105.processed: String::match bug fixed
16025:
16026: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16027: tests/results/104.processed: ^bpt operator added [does int3 in
16028: debug build on win32]
16029:
16030: * tests/: 057.html, results/057.processed: test bug fixed
16031:
1.116 moko 16032: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16033:
16034: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16035: missing
16036:
1.116 moko 16037: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16038: forgotten files added to Makes
1.95 moko 16039:
16040: * ltmain.sh: ltmain.sh added
16041:
16042: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16043: change undone ;(
16044:
16045: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16046: made static
16047:
16048: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16049: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16050: todo:make linker happy
1.95 moko 16051:
16052: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16053: env param made optional
16054:
16055: 2003-03-04 paf
16056:
16057: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16058: types/pa_vimage.h: number of gcc compiler bugs fixed
16059:
16060: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16061: results/103.processed: tests: 103 image.copy transparence test
16062:
16063: * src/main/execute.C, tests/101.html, tests/102.html,
16064: tests/results/101.processed, tests/results/102.processed: tests:
16065: 101 method/variable name conflict test 102 form fields change
16066: should not not change anything [bug fix]
16067:
16068: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16069: results/099.processed, results/100.processed: tests: 57 date
16070: create 2002: added 99,100 response:body/download
16071:
16072: * src/classes/image.C, tests/098.html, tests/098font.gif,
16073: tests/results/098.processed: test: 98 image font text [bug fixed]
16074:
16075: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16076: tests/results/097.processed: test: 97 file::load http:// [bugs
16077: fixed]
16078:
16079: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16080: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16081: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16082: image EXIF [bug fixed]
16083:
16084: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16085: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16086: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16087: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16088: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16089: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16090: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16091: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16092: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16093: tests/094.html, tests/095.html, tests/results/061.processed,
16094: tests/results/062.processed, tests/results/063.processed,
16095: tests/results/064.processed, tests/results/065.processed,
16096: tests/results/066.processed, tests/results/067.processed,
16097: tests/results/068.processed, tests/results/069.processed,
16098: tests/results/070.processed, tests/results/071.processed,
16099: tests/results/072.processed, tests/results/073.processed,
16100: tests/results/074.processed, tests/results/075.processed,
16101: tests/results/076.processed, tests/results/077.processed,
16102: tests/results/078.processed, tests/results/080.processed,
16103: tests/results/081.processed, tests/results/082.processed,
16104: tests/results/083.processed, tests/results/084.processed,
16105: tests/results/085.processed, tests/results/086.processed,
16106: tests/results/087.processed, tests/results/088.processed,
16107: tests/results/089.processed, tests/results/090.processed,
16108: tests/results/091.processed, tests/results/092.processed,
16109: tests/results/093.processed, tests/results/094.processed,
16110: tests/results/095.processed, tests/079.html,
16111: tests/results/079.processed: tests: 61 file::stat size 62
16112: string->int autoconvert 63 double .int,dec,div,mul 64 date
16113: compare 65 file: basename,justname,justext 66 math:crypt 67
16114: string.match simple on long 68 string.match normalized simple on
16115: long 69 string.int 70 file::stat content-type 71 table.join 72
16116: hash parameter conditional pass 73 date daylightsaving,yearday 74
16117: date arithmetics 75 response date values/attributes 76 string.pos
16118: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16119: with local 80 scientific numeric literal in string autoconvert 81
16120: xor: logical and numerical 82 for delims 83 menu delims 84
16121: table.hash distinct 85 long string replace 86 throw+catch
16122: current language preserve 87 bit shifts 88 junction tests +
16123: $caller test 89 hash.foreach selfmodification 90 int/void to int
16124: 91 $caller test 92 junction is + def junction tests 93 $caller
16125: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16126:
16127: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16128: fixed] 60 string eq string [bug fixed]
16129:
16130: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16131: 058.html, 058_paf2000.png, 059.html, 060.html,
16132: results/053.processed, results/054.processed,
16133: results/055.processed, results/056.processed,
16134: results/057.processed, results/058.processed,
16135: results/059.processed, results/060.processed: test: 53
16136: string.replace 54 junctions 55 table.hash 56 call indirect 57
16137: date.create[string] 58 image.measure[png]
16138:
16139: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16140: outputs/051.processed, results/052.processed: test: 52
16141: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16142: task: fix that
16143:
16144: 2003-03-03 paf
16145:
16146: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16147: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16148: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16149: outputs/049.processed, outputs/050.processed,
16150: outputs/051.processed, results/001.processed,
16151: results/002.processed, results/003.processed,
16152: results/005.processed, results/006.processed,
16153: results/008.processed, results/009.processed,
16154: results/011.processed, results/012.processed,
16155: results/013.processed, results/014.processed,
16156: results/015.processed, results/016.processed,
16157: results/017.processed, results/020.processed,
16158: results/021.processed, results/022.processed,
16159: results/024.processed, results/025.processed,
16160: results/026.processed, results/027.processed,
16161: results/028.processed, results/029.processed,
16162: results/030.processed, results/031.processed,
16163: results/049.processed, results/050.processed,
16164: results/051.processed, results/043.processed,
16165: results/044.processed, results/045.processed,
16166: results/046.processed, results/047.processed,
16167: results/048.processed: tests: 43,44,45 date rolls 46
16168: autoevaluating junction 47 table.select 48 name with subvar 49
16169: hash-creating switch 50 process 51 started parent/child, works as
16170: it were but it were NOT GOOD, created separate task to fix that
16171:
16172: * tests/: 042.html, results/042.processed: test: 42
16173: exception.handled
16174:
16175: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16176: expression
16177:
16178: * tests/: 040.html, results/040.processed: test: 39 method result
16179: of type table 40 method param junction auto evaluate
16180:
16181: * tests/: 039.html, results/039.processed: test: 37 method result
16182: of type table
16183:
16184: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16185: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16186: tests/038.html, tests/results/033.processed,
16187: tests/results/034.processed, tests/results/035.processed,
16188: tests/results/036.processed, tests/results/037.processed,
16189: tests/results/038.processed: tests: 33 string.replace 34
16190: string.upper 35 table created 36 local/global vars with juntions
16191: 37 table clone 38 math PI & number formatting
16192:
16193: math class registring typo fixed
16194:
16195: * src/classes/op.C, src/include/pa_request.h,
16196: src/include/pa_string.h, src/main/execute.C,
16197: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16198: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16199: tests/032.html, tests/results/032.processed: uchar changed to
16200: String_UL in all places [was not everywhere] untaint test: 032
16201:
16202: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16203: tests/results/004.processed, tests/parser-cygwin.sh,
16204: tests/parser-unix.sh: removed -H command line key, now testing
16205: using .sh file with SERVER_SOFTWARE=xxx
16206:
16207: 2003-02-26 paf
16208:
16209: * src/main/execute.C, src/types/pa_vstateless_class.h,
16210: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16211: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16212: tests/results/024.processed, tests/results/025.processed,
16213: tests/results/026.processed, tests/results/027.processed,
16214: tests/results/028.processed, tests/results/029.processed,
16215: tests/results/030.processed, tests/results/031.processed: fixed
16216: bug with name_cstr mutable CharPtr more tests
16217:
16218: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16219: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16220: << abort. die now just exits
16221:
16222: * src/classes/classes.awk, src/classes/classes.h,
16223: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16224: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16225: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16226: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16227: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16228: src/classes/xnode.C, src/include/pa_memory.h,
16229: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16230: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16231: src/types/pa_vform.C, tests/015.html, tests/016.html,
16232: tests/017.html, tests/018.html, tests/019.html,
16233: tests/019paf2001.gif, tests/020.html, tests/021.html,
16234: tests/022.html, tests/023.html, tests/022_dir/a.html,
16235: tests/022_dir/b.txt, tests/022_dir/c.htm,
16236: tests/results/015.processed, tests/results/016.processed,
16237: tests/results/017.processed, tests/results/018.processed,
16238: tests/results/019.processed, tests/results/020.processed,
16239: tests/results/021.processed, tests/results/022.processed,
16240: tests/results/023.processed: methoded_array now contains all Mxxx
16241: classes SAPI::get_env now returns info on pool more tests
16242:
16243: * src/include/pa_array.h, src/include/pa_hash.h,
16244: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16245: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16246: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16247: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16248: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16249: tests/results/001.processed, tests/results/002.processed,
16250: tests/results/003.processed, tests/results/004.processed,
16251: tests/results/005.processed, tests/results/006.processed,
16252: tests/results/007.processed, tests/results/008.processed,
16253: tests/results/009.processed, tests/results/010.processed,
16254: tests/results/011.processed, tests/results/012.processed,
16255: tests/results/013.processed, tests/results/014.processed: hash
16256: cloning fixed
16257:
16258: 2003-02-25 paf
16259:
16260: * src/main/pa_common.C: typo fixed
16261:
16262: 2003-02-24 paf
16263:
16264: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16265: [one remained]
16266:
16267: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16268: [should have been get_string(&pool)] todo: check other such calls
16269:
16270: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16271: test10, bad lookups
16272:
16273: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16274: object got destructed, and xxx points to sky
16275:
16276: * ChangeLog, src/classes/string.C: match bug fixed
16277:
16278: * src/types/pa_vmail.C: body [text/html] transcoded to
16279: $.charset[specified] now
16280:
16281: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16282: which failed to handle sigsetjmp+throw: crashed inside of
16283: pre-throw code. rewritten simplier [though duplicating
16284: closesocket code]
16285:
16286: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16287: which failed to handle sigsetjmp+throw: crashed inside of
16288: pre-throw code. rewritten simplier [though duplicating
16289: closesocket code]
16290:
16291: 2003-02-21 paf
16292:
16293: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16294: $cookie:name[$.expires[date << can be now]]
16295:
16296: written makefile with regression tests [raw]
16297:
16298: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16299: tests' only [it's not forcing CGI mode now] now use -H to output
16300: CGI header when parser used in command line [useful for tests
16301: also]
16302:
16303: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16304: switches on CGI mode, and is used in regression tests
16305:
16306: * src/: include/pa_request.h, main/pa_request.C,
16307: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16308: fixed
16309:
16310: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16311: handling pa_*
16312:
16313: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16314: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16315: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16316: memory handling files
16317:
16318: * src/main/pa_array.C: pool::format_integer terminator fixed
16319:
16320: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16321: compiles OK test to show benefits of free
16322:
16323: * src/: classes/file.C, classes/image.C, classes/mail.C,
16324: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16325: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16326: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16327: use pool [as the one in ^process]
16328:
16329: * src/classes/op.C: fixed process. sould now check for all cstr's
16330: -- some must use pool [as the one in ^process]
16331:
16332: 2003-02-20 paf
16333:
16334: * src/: classes/date.C, classes/double.C, classes/file.C,
16335: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16336: classes/math.C, classes/op.C, classes/response.C,
16337: classes/string.C, classes/table.C, classes/void.C,
16338: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16339: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16340: string cmp fixed
16341:
16342: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16343: values passed OK now
16344:
16345: 2003-02-19 paf
16346:
16347: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16348: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16349: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16350: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16351: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16352: all remaning leaks resulted from pooled::malloc calls [excluding
16353: in gd -- planning complete rewrite extremely ugly code]
16354:
16355: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16356: files
16357:
16358: 2003-02-17 paf
16359:
16360: * src/: classes/date.C, classes/double.C, classes/file.C,
16361: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16362: classes/response.C, classes/string.C, classes/table.C,
16363: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16364: include/pa_stylesheet_connection.h,
16365: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16366: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16367: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16368: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16369: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16370: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16371: of unitialized simple-typed field
16372:
16373: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16374: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16375: simple-typed field fixed. todo: find&kill all like that one
16376:
16377: * src/: main/execute.C, targets/cgi/pa_pool.C,
16378: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16379: debug output fixed
16380:
16381: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16382: main/pa_request.C: stack-stored items need extra .ref to prevent
16383: object_ptr from delete[them]
16384:
16385: * src/: classes/date.C, classes/op.C, classes/table.C,
16386: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16387: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16388: main/pa_charset.C, main/pa_common.C,
16389: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16390: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16391: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16392: calls
16393:
16394: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16395: couple mem leaks rusulted from old pooled::malloc usage.
16396: todo:find more like those
16397:
16398: * src/main/: compile.C, compile_tools.C: 2*2!
16399:
16400: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16401: stackItem fixed [there were no string on stack before]
16402:
16403: * src/: main/execute.C, main/pa_request.C,
16404: types/pa_vmethod_frame.C: first letters out OK
16405:
16406: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16407: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16408: main/pa_string.C, main/untaint.C, types/pa_value.h,
16409: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16410: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16411: type not initialized with zeros :( while class fields of class
16412: types initialized with default constructors. learn C++
16413:
16414: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16415: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16416: classes/math.C, classes/xdoc.C, classes/xnode.C,
16417: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16418: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16419:
16420: 2003-02-14 paf
16421:
16422: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16423: 13 link errors
16424:
16425: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16426: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16427: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16428: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16429: errors :)
16430:
16431: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16432: classes/hash.C, classes/mail.C, classes/op.C,
16433: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16434: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16435: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16436: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16437:
16438: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16439: classes/table.C, include/pa_common.h, include/pa_globals.h,
16440: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16441: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16442: types/pa_vint.h, types/types.dsp: op compiled
16443:
16444: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16445: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16446: main/untaint.C, types/pa_vtable.h: string, response compiled
16447:
16448: 2003-02-07 paf
16449:
16450: * src/: classes/table.C, types/pa_vtable.h: table compiled
16451:
16452: 2003-02-06 paf
16453:
16454: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16455: mail compiled
16456:
16457: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16458: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16459: types/pa_vfile.h, types/pa_vimage.h: image compiled
16460:
16461: * src/classes/: file.C, form.C: form compiled
16462:
16463: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16464: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16465: types/pa_vfile.C, types/pa_vfile.h: file compiled
16466:
16467: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16468: types/pa_vmath.h: math compiled [win32]
16469:
16470: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16471: types/pa_vstring.h: hash compiled
16472:
16473: 2003-02-04 paf
16474:
16475: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16476: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16477: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16478: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16479: types/pa_vhash.h: hash 50% compiled
16480:
16481: * src/: classes/date.C, classes/file.C, classes/hash.C,
16482: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16483: classes/string.C, classes/table.C, classes/xdoc.C,
16484: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16485: main/pa_string.C: date compiled
16486:
16487: * src/classes/: classes.dsp, double.C: double compiled
16488:
16489: * src/: classes/date.C, classes/double.C, classes/file.C,
16490: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16491: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16492: classes/string.C, classes/table.C, classes/void.C,
16493: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16494: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16495: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16496: compiled
16497:
16498: * src/: classes/date.C, classes/double.C, classes/file.C,
16499: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16500: classes/math.C, classes/op.C, classes/response.C,
16501: classes/string.C, classes/table.C, classes/void.C,
16502: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16503: types/pa_vvoid.h: void compiled :)
16504:
16505: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16506: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16507: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16508: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16509: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16510: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16511: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16512: types/pa_vresponse.C, types/pa_vstateless_class.C,
16513: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16514: types/pa_wcontext.C, types/types.dsp: removed stupid
16515: value_includes.h
16516:
16517: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16518: trying to remove stupid value_includes.h
16519:
16520: * src/main/pa_exec.C: pa_exec compiled on win32
16521:
16522: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16523:
16524: * src/: include/pa_globals.h, include/pa_request.h,
16525: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16526: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16527: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16528: types/pa_vrequest.C, types/pa_vstateless_class.C,
16529: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16530:
16531: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16532: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16533: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16534:
16535: * src/: include/pa_array.h, include/pa_config_includes.h,
16536: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16537: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16538: compiled
16539:
16540: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16541: name conflicts)
16542:
16543: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16544: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16545: yelds "virtual memory exhausted" while trying to compile
16546: execute.C [eating up to 127MB]
16547:
16548: 2003-02-03 paf
16549:
16550: * src/: include/pa_config_includes.h, include/pa_hash.h,
16551: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16552: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16553: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16554: types/pa_vint.h, types/pa_vjunction.h,
16555: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16556: started gcc compiling pa_common compiled
16557:
16558: * src/: include/pa_exception.h, include/pa_pool.h,
16559: main/pa_exception.C: exception gcc change #1
16560:
1.116 moko 16561: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16562: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16563:
16564: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16565:
16566: * src/types/pa_vtable.C: vtable compiled
16567:
16568: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16569:
16570: * src/: include/pa_cache_managers.h, main/pa_request.C,
16571: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16572:
16573: * src/types/pa_vstateless_class.C: vstateless_class compiled
16574:
16575: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16576:
16577: * src/types/pa_vrequest.C: vrequest compiled
16578:
16579: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16580: pa_vobject.C, pa_vobject.h: vobject compiled
16581:
16582: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16583: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16584: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16585: compiled
16586:
16587: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16588:
16589: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16590: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16591: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16592: compiled
16593:
16594: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16595: main.lib - 0 error(s), 0 warning(s)
16596:
16597: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16598: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16599:
16600: 2003-01-31 paf
16601:
16602: * src/: include/pa_array.h, include/pa_operation.h,
16603: include/pa_request.h, main/execute.C, main/main.dsp,
16604: types/pa_vjunction.h: started last file from main library:
16605: execute
16606:
16607: * src/: include/pa_request.h, include/pa_sapi.h,
16608: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16609: main/pa_request.C, targets/cgi/parser3.C,
16610: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16611: types/pa_vhash.h: pa_request compiled
16612:
16613: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16614: include/pa_globals.h, include/pa_request.h,
16615: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16616: main/execute.C, main/main.dsp, main/pa_common.C,
16617: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16618: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16619: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16620: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16621: types/types.dsp: most pa_request compiled
16622:
16623: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16624: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16625: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16626: classes/op.C, classes/response.C, classes/string.C,
16627: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16628: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16629: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16630: include/pa_config_fixed.h, include/pa_config_includes.h,
16631: include/pa_dictionary.h, include/pa_dir.h,
16632: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16633: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16634: include/pa_pool.h, include/pa_request.h,
16635: include/pa_request_charsets.h, include/pa_request_info.h,
16636: include/pa_sapi.h, include/pa_socks.h,
16637: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16638: include/pa_stack.h, include/pa_string.h,
16639: include/pa_stylesheet_connection.h,
16640: include/pa_stylesheet_manager.h, include/pa_table.h,
16641: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16642: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16643: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16644: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16645: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16646: main/compile.C, main/compile.tab.C, main/compile.y,
16647: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16648: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16649: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16650: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16651: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16652: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16653: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16654: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16655: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16656: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16657: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16658: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16659: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16660: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16661: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16662: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16663: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16664: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16665: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16666: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16667: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16668: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16669: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16670: types/pa_vresponse.h, types/pa_vstateless_class.C,
16671: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16672: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16673: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16674: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16675: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16676: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16677:
16678: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16679: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16680: src/include/pa_charsets.h, src/include/pa_common.h,
16681: src/include/pa_dictionary.h, src/include/pa_exception.h,
16682: src/include/pa_exec.h, src/include/pa_pool.h,
16683: src/include/pa_request.h, src/include/pa_sapi.h,
16684: src/include/pa_sql_connection.h,
16685: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16686: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16687: src/main/compile.tab.C, src/main/compile_tools.C,
16688: src/main/compile_tools.h, src/main/main.dsp,
16689: src/main/pa_charset.C, src/main/pa_charsets.C,
16690: src/main/pa_common.C, src/main/pa_dictionary.C,
16691: src/main/pa_exception.C, src/main/pa_exec.C,
16692: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16693: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16694: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16695: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16696: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16697: src/types/pa_vdouble.h, src/types/pa_venv.h,
16698: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16699: src/types/pa_vhash.h, src/types/pa_vimage.C,
16700: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16701: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16702: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16703: src/types/pa_vobject.C, src/types/pa_vobject.h,
16704: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16705: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16706: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16707: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16708: src/types/pa_vstring.h, src/types/pa_vtable.h,
16709: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16710: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16711: died, long live StringPtr
16712:
16713: 2003-01-30 paf
16714:
16715: * src/: include/pa_charset.h, include/pa_request.h,
16716: include/pa_sql_driver_manager.h, main/compile.tab.C,
16717: main/compile.y, main/compile_tools.h, main/pa_request.C,
16718: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16719:
16720: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16721: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16722: types/pa_vhash.h, types/pa_vmethod_frame.h,
16723: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16724: types/types.dsp: vstateless_class compiled
16725:
16726: * src/main/compile.C: compile compiled
16727:
16728: * src/: include/pa_array.h, include/pa_operation.h,
16729: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16730: main/pa_table.C: compile_tools compiled
16731:
16732: * src/: include/pa_operation.h, main/compile.y,
16733: main/compile_tools.C, main/compile_tools.h: started
16734: compile_tools. vagues ideas of how to free compiled code
16735:
16736: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16737: main/main.dsp, types/pa_value.C, types/pa_value.h,
16738: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16739: compiled
16740:
16741: 2003-01-29 paf
16742:
16743: * src/: include/pa_globals.h, include/pa_request.h,
16744: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16745: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16746: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16747: compiled
16748:
16749: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16750: now
16751:
16752: * src/: include/pa_array.h, include/pa_exception.h,
16753: include/pa_pool.h, main/pa_exception.C: gd compiled
16754:
16755: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16756: compiled
16757:
16758: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16759: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16760: types/pa_vfile.h: vfile compiled
16761:
16762: * src/: include/pa_common.h, include/pa_globals.h,
16763: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16764: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16765: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16766:
16767: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16768: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16769: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16770: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16771: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16772:
16773: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16774: main/main.dsp, main/untaint.C: more compiled
16775:
16776: * src/: include/pa_charsets.h, include/pa_request.h,
16777: include/pa_request_info.h, include/pa_string.h,
16778: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16779: types/pa_vresponse.h: vrequest compiled
16780:
16781: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16782: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16783: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16784:
16785: * src/: classes/classes.h, include/pa_charset.h,
16786: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16787: include/pa_request.h, include/pa_string.h, main/main.dsp,
16788: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16789: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16790: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16791: types/pa_vrequest.C, types/pa_vrequest.h,
16792: types/pa_vstateless_class.h, types/pa_vstring.h,
16793: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16794:
16795: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16796: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16797: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16798: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16799: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16800: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16801: types/pa_vobject.h, types/pa_vstateless_class.h,
16802: types/pa_vstateless_object.h, types/pa_vstatus.h,
16803: types/pa_vstring.h, types/types.dsp: vmath compiled
16804:
16805: 2003-01-28 paf
16806:
16807: * src/: classes/classes.h, classes/date.C, classes/file.C,
16808: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16809: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16810: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16811: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16812: compile_tools
16813:
16814: * src/: include/pa_charset.h, include/pa_exception.h,
16815: include/pa_request.h, include/pa_string.h, main/untaint.C:
16816: untaint compiled
16817:
16818: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16819: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16820: more compiled. struck with string::store_to needing to know
16821: source/client charsets
16822:
16823: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16824: types/pa_vfile.h: uue compiled
16825:
16826: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16827: table compiled
16828:
16829: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16830: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16831:
16832: * src/: include/pa_charset.h, main/pa_charset.C,
16833: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16834: introduced]
16835:
16836: * src/: classes/date.C, include/pa_charset.h,
16837: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16838: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16839: pa_charsets compiled
16840:
16841: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16842: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16843:
16844: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16845: common compiled
16846:
16847: * src/: include/pa_charsets.h, main/pa_charsets.C,
16848: main/pa_sql_driver_manager.C: pa_charsets compiled
16849:
16850: * src/: include/pa_array.h, include/pa_charset.h,
16851: include/pa_charsets.h, include/pa_pool.h,
16852: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16853: include/pa_stack.h, include/pa_string.h,
16854: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16855: sql_driver_manager compiled
16856:
16857: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16858: letter i with two dots added to koi, all ukranian letters added
16859: to win1251.
16860:
16861: typographic simbol 0xb9 deleted from win1251 [strange one & were
16862: abscent from koi]
16863:
16864: 2003-01-27 paf
16865:
16866: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16867: include/pa_sql_driver_manager.h, include/pa_string.h,
16868: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16869: sql/pa_sql_driver.h: paused on sql_manager
16870:
16871: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16872: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16873: include/pa_stack.h, main/pa_sql_driver_manager.C,
16874: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16875:
16876: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16877: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16878: include/pa_table.h, main/pa_sql_driver_manager.C,
16879: main/pa_table.C: table compiled
16880:
16881: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16882: cache_managers compiled
16883:
16884: * src/: include/pa_array.h, include/pa_charset.h,
16885: include/pa_pool.h, main/pa_charset.C: charset compiled
16886:
16887: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16888:
16889: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16890: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16891: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16892: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16893: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16894:
16895: 2003-01-24 paf
16896:
16897: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16898: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16899: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16900: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16901: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16902: types/pa_vint.h, types/pa_vjunction.h,
16903: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16904: types/pa_vstatus.h, types/pa_vstring.h: more patched
16905:
16906: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16907: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16908: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16909: main/pa_string.C, main/pa_table.C: string compiled
16910:
16911: * src/: include/pa_array.h, include/pa_common.h,
16912: include/pa_dictionary.h, include/pa_exception.h,
16913: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16914: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16915: main/pa_string.C: dictionary compiled
16916:
16917: 2003-01-23 paf
16918:
16919: * src/: include/pa_array.h, include/pa_common.h,
16920: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16921: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16922: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16923: types/pa_value.h: resurrected pool in new sense: now it's
16924: factory, producing&accounting memory chunks for read[autofree]
16925: buffers
16926:
16927: * src/: include/pa_array.h, include/pa_exception.h,
16928: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16929: main/pa_exception.C, main/pa_table.C: table compiled
16930:
16931: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16932: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16933: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16934: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16935: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16936: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16937: main/pa_table.C: aint that easy
16938:
16939: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16940: main/main.dsp: continued with Hash
16941:
16942: * src/main/pa_common.C: connect_string allocated on heap[wes on
16943: stack] now. and exception can be reported OK now [can be reported
16944: outside of pro c with that stack]
16945:
16946: 2003-01-22 paf
16947:
16948: * src/: include/pa_array.h, include/pa_charset.h,
16949: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16950: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16951: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16952: base: contains references_count. auto_ptr template calls
16953: add_ref/release
16954:
16955: 2003-01-21 paf
16956:
16957: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16958: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16959: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16960: classes/op.C, classes/response.C, classes/string.C,
16961: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16962: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16963: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16964: include/pa_config_fixed.h, include/pa_config_includes.h,
16965: include/pa_dictionary.h, include/pa_dir.h,
16966: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16967: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16968: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16969: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16970: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16971: include/pa_stack.h, include/pa_string.h,
16972: include/pa_stylesheet_connection.h,
16973: include/pa_stylesheet_manager.h, include/pa_table.h,
16974: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16975: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16976: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16977: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16978: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16979: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16980: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16981: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16982: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16983: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16984: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16985: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16986: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16987: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16988: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16989: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16990: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16991: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16992: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16993: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16994: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16995: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16996: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16997: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16998: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16999: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17000: types/pa_vstateless_object.h, types/pa_vstatus.C,
17001: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17002: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17003: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17004: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17005: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17006: 2002->2003
17007:
17008: 2003-01-16 paf
17009:
17010: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17011: src/main/pa_globals.C: http:// introducing $.any-status(1)
17012:
17013: * operators.txt, src/include/pa_config_fixed.h,
17014: src/main/pa_common.C: http request now return status. and not
17015: fail on status!=200
17016:
17017: 2003-01-15 paf
17018:
17019: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17020:
17021: 2003-01-14 paf
17022:
17023: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17024: mkinstalldirs: removed some ancient files [they in / really]
17025:
17026: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17027: regretfully needed patch in two places. in config_fixed.h made
17028: stubs for lib to compile in MSVC
17029:
17030: 2003-01-13 paf
17031:
17032: * config.guess, config.sub, ltmain.sh: removed last piece of
17033: configure.in(libtool) hacks
17034:
1.116 moko 17035: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17036: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17037: ltdl.h: moved to latest libtool (1.4.3)
17038:
17039: 2003-01-10 paf
17040:
17041: * src/lib/ltdl/: configure, configure.in: PROG_NM
17042:
17043: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17044: patches. libxml2 >= 2.5.1
17045: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17046: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17047: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17048:
17049: * INSTALL: moved to latest versions of xml libs libxml2 >=
17050: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17051: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17052: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17053:
17054: 2003-01-09 paf
17055:
17056: * INSTALL: xml,xslt,gdome lib urls updated
17057:
17058: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17059: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17060: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17061: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17062: 1.7.2
1.95 moko 17063:
17064: * depcomp: moving to automake 1.7.2
17065:
17066: 2002-12-27 paf
17067:
17068: * src/include/pa_version.h: 0007
17069:
17070: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17071: outdated parts, made links to language docs
17072:
17073: * src/include/pa_config_auto.h.in: comment
17074:
17075: 2002-12-26 paf
17076:
17077: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17078: not contain trailing / fixed.
17079:
17080: * INSTALL: changing SAFE_MODE politics
17081:
17082: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17083:
17084: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17085:
17086: 2002-12-25 paf
17087:
17088: * src/main/pa_globals.C: optimized-xml
17089:
17090: * src/main/pa_globals.C: optimized-as-is
17091:
17092: 2002-12-24 paf
17093:
17094: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17095: fixed [were really called with zero size when .html?a=&b=]
17096:
17097: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17098: with --with-sendmail
17099:
17100: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17101: fixed]
17102:
17103: 2002-12-23 paf
17104:
17105: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17106: ignoring parameters & were storing only string with default
17107: expires
17108:
17109: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17110: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17111: December 23, 2002 4:22 AM Subject: bug â
17112: Charset::transcode_buf2xchar
17113:
17114: 2002-12-20 paf
17115:
17116: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17117: non-cgi [script] runs
17118:
17119: 2002-12-19 paf
17120:
17121: * INSTALL: --without-iconv recommended [it crashes on some systems
17122: [tested on elik]] moreover, it's not needed there [parser
17123: registers charsets itself]
17124:
17125: * INSTALL: --without-iconv recommended [it crashes on some systems
17126: [tested on elik]]
17127:
17128: * operators.txt, src/include/pa_globals.h,
17129: src/include/pa_request.h, src/main/pa_globals.C,
17130: src/main/pa_request.C: $response:download
17131:
17132: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17133: compiler [win32]].
17134:
17135: 2002-12-18 paf
17136:
17137: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17138:
17139: 2002-12-17 paf
17140:
17141: * src/targets/cgi/parser3.C: merged die&iis changes
17142:
17143: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17144: to exit(1) 2. more flexible iilegal call check
17145:
17146: 2002-12-16 paf
17147:
17148: * ltmain.sh: some automakes silly insist on having this handy
17149:
17150: * src/main/untaint.C: filespec russian small 'r' changed to latin
17151: 'p' bug fix
17152:
17153: 2002-12-15 paf
17154:
17155: * src/main/untaint.C: filespec russian small 'r' changed to latin
17156: 'p'
17157:
17158: * configure.in, src/include/pa_config_auto.h.in,
17159: src/main/compile.C, src/main/pa_common.C: merged small changes
17160: from branch 6 to HEAD
17161:
17162: * src/main/compile.C: removed warning
17163:
17164: * src/main/pa_common.C: ftruncate having checked
17165:
17166: * configure.in, src/include/pa_version.h: new version
17167:
17168: 2002-12-14 paf
17169:
17170: * src/classes/table.C: removed unnecessary code
17171:
17172: * src/sql/pa_sql_driver.h: exception type fixed
17173:
17174: 2002-12-09 paf
17175:
17176: * src/types/pa_vvoid.h: $void.store[now] error
17177:
17178: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17179:
17180: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17181: tries to write core dump
17182:
17183: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17184:
17185: * src/: classes/hash.C, classes/string.C, classes/table.C,
17186: classes/void.C, main/pa_sql_driver_manager.C,
17187: sql/pa_sql_driver.h: changed exception handling mech in sql
17188: handlers #2
17189:
17190: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17191: exception handling mech in sql handlers
17192:
17193: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17194: handlers
17195:
17196: * src/: classes/hash.C, classes/string.C, classes/table.C,
17197: classes/void.C, main/pa_sql_driver_manager.C,
17198: sql/pa_sql_driver.h: changed exception handling mech in sql
17199: handlers
17200:
1.116 moko 17201: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17202: to write makefile which used libtool to install things, which is
17203: not needed
1.95 moko 17204:
17205: 2002-12-06 paf
17206:
17207: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17208: $hash.fields -- pseudo field to make 'hash' more like 'table'
17209:
17210: 2002-12-05 paf
17211:
17212: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17213: cc/bcc OK now
17214:
17215: * src/main/untaint.C: mail header closed properly
17216:
17217: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17218: header ',' allowed. still bugs in smtp [only one receiptient
17219: works, cc, bcc ignored now, and MAILED ;)]
17220:
17221: [strncpy killed, memnchr used]
17222:
17223: * src/main/pa_table.C: table-copy now current=0
17224:
17225: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17226: lowlevel proc
17227:
17228: * src/targets/cgi/parser3.C: more checks on
17229: http://domain/parser.cgi start [maybe some getenv returns "",
17230: checked that now
17231:
17232: * src/targets/cgi/parser3.C: more checks on
17233: http://domain/parser.cgi start [maybe some getenv returns "",
17234: checked that now
17235:
17236: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17237: out-of-mem errors reached log]
17238:
17239: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17240: mail:send MIME-Version default
17241:
17242: * src/main/main.dsp: pa_version included into main.dsp
17243:
17244: 2002-12-04 paf
17245:
17246: * src/types/pa_vform.C: $form:field string value cut by premature 0
17247:
17248: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17249: lib/libltdl -> lib/ltdl Win32 changes. s
17250:
17251: * src/classes/classes.awk: more strict *.C$
17252:
17253: * gnu.dsp: restored
17254:
1.116 moko 17255: * configure.in, gnu.dsp, src/lib/Makefile.am,
17256: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17257: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17258: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17259: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17260: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17261: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17262: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17263: now created with /configure, not ltdl/configure, so it does have
17264: no problems with automake. ltdl/configure
17265: AC_OUTPUT(Makefile<<removed)
1.95 moko 17266:
17267: 2002-12-02 paf
17268:
17269: * operators.txt: removed outdated status:db
17270:
17271: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17272: src/main/pa_common.C, src/main/pa_request.C,
17273: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17274: tainted parts becomes http-header
17275:
17276: 2002-11-29 paf
17277:
17278: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17279: dates now objects of type date
17280:
17281: * src/classes/image.C: file.seek removed [it were used in image.C
17282: only, and for parser user this means that jpeg image has bad
17283: size in fragment's header] now used image.format
17284:
17285: * src/: include/pa_common.h, main/pa_common.C,
17286: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17287: now handled exactly like $response:header values. e.g. can be
17288: hash [can have subattributes] & contain date values.
17289:
17290: * src/main/pa_common.C: http:// param values lang forced URI
17291:
17292: * src/main/pa_common.C: http:// tainted partes now %xx
17293:
17294: 2002-11-28 paf
17295:
17296: * operators.txt: http.timeout
17297:
17298: * src/classes/image.C: ^image.length now counts interchar space.
17299: plus space after last char
17300:
17301: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17302:
17303: * src/classes/image.C: ^image.font width measurer now scans full
17304: height [were -1]
17305:
17306: * configure.in: stopped double libltdl/Makefile generation
17307:
17308: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17309: chars [one top horizontal line of 1pixel height were missing]
17310:
17311: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17312: 'false' to go into (Hash *) parameter
17313:
17314: 2002-11-27 paf
17315:
17316: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17317: types/pa_vmail.C: response:body[file] if file nows it's name now
17318: returns content-disposition: >>attachment<<
17319:
17320: * src/classes/image.C: ^image.font << bad font file-size now
17321: properly reported
17322:
17323: 2002-11-26 paf
17324:
17325: * src/main/pa_request.C: fixed lang in reponse header
17326:
17327: * src/main/pa_common.C: utf8 prefix ignored @read text
17328:
17329: * operators.txt, src/main/pa_common.C: http:// response status!=200
17330: made exception: http.status with source=bad status#
17331:
17332: 2002-11-25 paf
17333:
17334: * configure.in, src/classes/image.C,
17335: src/include/pa_config_auto.h.in,
17336: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17337: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17338: const void related probs fixed
1.95 moko 17339:
17340: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17341:
17342: $file[^file::load[http://there]] $file.SERVER
17343:
17344: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17345: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17346: http options [invalid onces now reported] made default
17347: user-agent: paf
17348:
17349: * operators.txt, src/classes/file.C, src/classes/table.C,
17350: src/classes/xdoc.C, src/include/pa_common.h,
17351: src/include/pa_globals.h, src/main/pa_common.C,
17352: src/main/pa_globals.C, src/main/pa_request.C,
17353: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17354: now understand http:// prefix and additional params, sample:
17355: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17356: $.USER-AGENT[parser3] ]]
17357:
17358: 2002-11-22 paf
17359:
17360: * src/classes/image.C, src/include/pa_globals.h,
17361: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17362: src/types/pa_vimage.h, operators.txt: $image.exif support
17363: $image.exif.DateTime & co
17364:
17365: 2002-11-21 paf
17366:
17367: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17368: _PASS_APPENDED)
17369:
17370: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17371: EXIF information [were big block and it's size were considered
17372: negative :(]
17373:
17374: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17375: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17376: internals rewritten. no there's reader.seek, and all's ready for
17377: EXIF extraction [now we fail to measure files with EXIF info]
17378:
17379: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17380: O_TRUNC truncates even exclusevely write-locked file [thanks to
17381: Igor Milyakov <virtan@rotabanner.com> for discovering]
17382:
17383: 2002-11-20 paf
17384:
17385: * src/targets/cgi/parser3.C: logging @signal += query_string
17386:
17387: * configure.in, src/include/pa_config_auto.h.in,
17388: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17389: comment
17390:
17391: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17392:
17393: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17394: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17395: currently processed document SIGPIPE >> interrupts request
17396: processing [exception = DB rollback]
17397:
17398: * src/main/pa_exec.C: comment
17399:
17400: * src/main/pa_exec.C: pa_exec: data written only if size>0
17401:
17402: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17403: << disable HTTP-POST repassing
17404:
17405: * src/: include/pa_config_fixed.h, main/pa_common.C,
17406: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17407: pipe read errors now checked
17408:
17409: 2002-11-19 paf
17410:
17411: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17412: CGI: Illegal call
17413:
17414: 2002-11-01 paf
17415:
17416: * src/main/execute.C: comment
17417:
17418: 2002-10-31 paf
17419:
17420: * src/main/execute.C: found out why, checked that for now. todo:
17421: find out a way for that user could do that
17422:
17423: * src/types/pa_vstateless_object.h: object put replaces static
17424: parent if any
17425:
17426: * src/types/pa_vobject.C: object put replaces static parent if any
17427:
17428: * src/: classes/form.C, classes/mail.C, classes/op.C,
17429: classes/xnode.h, main/compile.tab.C, main/execute.C,
17430: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17431: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17432: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17433: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17434: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17435: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17436: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17437: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17438: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17439: types/pa_vstateless_object.h, types/pa_vstatus.C,
17440: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17441: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17442: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17443: types/pa_wwrapper.h: static fix merged
17444:
17445: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17446: $virtual_fields in dynamic, but one can reach derived
17447: static[class] variable from base
17448:
17449: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17450: types/pa_vobject.C, types/pa_vobject.h,
17451: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17452: statics, left $virtual_fields in dynamic
17453:
17454: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17455: one can't remember derivates in base class: there's so many of
17456: them. also there can be no virtual method calls in static
17457: classes
17458:
17459: * src/: classes/form.C, classes/mail.C, classes/op.C,
17460: classes/xnode.h, main/execute.C, main/pa_request.C,
17461: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17462: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17463: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17464: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17465: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17466: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17467: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17468: types/pa_vresponse.C, types/pa_vresponse.h,
17469: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17470: types/pa_vstateless_object.h, types/pa_vstatus.C,
17471: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17472: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17473: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17474: types/pa_wwrapper.h: static call $self fixed
17475:
17476: * src/main/execute.C: comment
17477:
17478: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17479: ^process[$caller.self]{...} now compiles to last derived object
17480: part of that 'self'
17481:
17482: 2002-10-29 paf
17483:
17484: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17485: re-passing [iis to blame]
17486:
17487: * src/classes/string.C: changed string.save to pass current sql
17488: connection to cstr thus one can ^connect[some server]{
17489: $s[insert into table x (x) values (^taint[sql]{value})]
17490: ^s.save[some.sql] } and he'd get in some.sql file code with
17491: properly escaped. [tried in mssql->mysql export->import of
17492: binary data]
17493:
17494: 2002-10-25 paf
17495:
17496: * src/types/pa_vresponse.C: case insensitive response user fields
17497: get/put
17498:
17499: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17500: types/pa_vresponse.C: saving for maybe-future
17501:
17502: 2002-10-23 paf
17503:
17504: * operators.txt, src/classes/table.C: ^table.hash{code}...
17505: ^table.hash(expr)...
17506:
17507: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17508:
17509: 2002-10-22 paf
17510:
17511: * src/types/: pa_vform.C, pa_vform.h: removed needless
17512: VForm::Append...(...Value)
17513:
17514: * src/main/execute.C: $.name outside of $name[...] checked
17515:
17516: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17517: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17518:
17519: 2002-10-21 paf
17520:
17521: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17522: $form:qtail $form:imap.x/y
17523:
17524: * operators.txt, src/types/pa_vform.C: $form:nameless =
17525: "?value&...", "...&value&...", "...&value"
17526:
17527: * operators.txt, src/types/pa_vform.C: $form:image-map
17528:
17529: * operators.txt, src/classes/file.C: /some/page.html:
17530: ^file:fullpath[a.gif] => /some/a.gif
17531:
17532: 2002-10-17 paf
17533:
17534: * src/main/: compile.tab.C, compile.y: operators precedence changed
17535: a little: logical not and bitwise negation precedence made
17536: highest, << and >> bitshits precedence made equal [were << higher
17537: than >>]
17538:
17539: * src/classes/op.C: exception handling fixed [were bad with
17540: contexts]
17541:
17542: 2002-10-16 paf
17543:
17544: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17545: main/pa_request.C: Request::self considered equal to
17546: VMethodFrame::self, and removed, Request::get_self() mapped to
17547: VMethodFrame.self()
17548:
17549: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17550: $hash in open field now gives old good error meesage
17551:
17552: 2002-10-15 paf
17553:
17554: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17555: use ^if($junction is junction){was and now true}
17556:
17557: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17558: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17559: types/pa_vxnode.C: xml->parser strings now have origin, which
17560: points to place where value left xml library and came to parser:
17561: place of dom field extraction/call
17562:
17563: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17564: main/compile.tab.C, main/compile.y, main/execute.C,
17565: types/pa_vmethod_frame.h: removed last pieces of old code
17566: allowing $junction.xxx at compile time
17567:
17568: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17569: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17570: objects also considered [were only classes]
17571:
17572: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17573: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17574: with CLASS self. [ (request&method_frame).self temporarily
17575: changed ]
17576:
17577: * src/classes/: hash.C, op.C: method_frame now always changed, with
17578: no exception to native calls. for&foreach changed to use
17579: method_frame.caller for their var's name context
17580:
17581: * src/: main/execute.C, targets/cgi/parser3.C,
17582: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17583: compiling to system classes disabled
17584:
17585: * operators.txt, src/classes/op.C:
17586: ^process[$caller.CLASS]{code-string} added
17587:
17588: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17589: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17590: src/types/Makefile.am, src/types/pa_vjunction.C,
17591: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17592: src/types/types.dsp: removed $junction.get $junction.set[]
17593: introducing $caller
17594:
17595: * src/types/pa_value.h: removed outdated comments. doxygen would
17596: find them lower by inheritance tree
17597:
17598: * src/types/pa_vjunction.C: ident
17599:
17600: 2002-10-14 paf
17601:
17602: * src/classes/op.C: process compiles to code's class class
17603:
17604: * src/: classes/form.C, classes/mail.C, classes/op.C,
17605: include/pa_request.h, main/compile.C, main/compile.tab.C,
17606: main/compile.y, main/execute.C, main/pa_request.C,
17607: types/pa_vstateless_class.h: operators now main-class-methods
17608:
17609: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17610: better stack trace [has "call" & co there]
17611:
17612: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17613: operators @auto now executed in MAIN context
17614:
17615: * src/main/execute.C: operator execution context now = MAIN, not
17616: closest stack frame
17617:
17618: @touchit[] $i[after]
17619:
17620: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17621: were 'after'
17622:
17623: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17624: 'after'
17625:
17626: * src/main/execute.C: comment
17627:
17628: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17629: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17630: action]
17631:
17632: * src/types/pa_vxnode.C: misreplace fixed
17633:
17634: * configure, configure.in, src/include/pa_config_auto.h.in,
17635: src/types/pa_vstatus.C, operators.txt:
17636: $status:rusage.tv_secs/usecs introduced
17637:
17638: 2002-10-09 paf
17639:
17640: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17641: on empty string [or uses (default)]
17642:
17643: 2002-10-08 paf
17644:
17645: * src/main/untaint.C: mail header quoted printable changed after
17646: RFC reread
17647:
17648: * operators.txt: plan on ^if(method
17649:
17650: * src/types/pa_vxnode.C: misreplace
17651:
17652: 2002-09-24 paf
17653:
1.116 moko 17654: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17655:
17656: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17657: mailreceive would compile on freebsd now
17658:
17659: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17660: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17661: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17662: mailreceive would compile on freebsd now
1.95 moko 17663:
17664: * src/: classes/file.C, main/untaint.C: 1. file spec language
17665: changed: now there are only few chars are untainted: * ? ' " < >
17666: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17667: one should use ^untaint[uri]{...} now]
17668:
17669: 2. $list[^file:list[dir]] now returns simply tainted names in
17670: $list.name, not tainted as filespec
17671:
17672: @russianindex[] #dir with files with russian-lang names
17673: $where[dir]
17674:
17675: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17676: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17677:
17678: 2002-09-23 paf
17679:
17680: * src/types/pa_vdouble.h: double->int round added
17681:
17682: * src/classes/date.C: date bug fix, now
17683: round(floatDays*secondsPerDay)
17684:
17685: * src/classes/date.C: date bug fix, now
17686: round(floatDays*secondsPerDay)
17687:
17688: 2002-09-20 paf
17689:
17690: * src/main/execute.C: code junction calls disabled [before: code
17691: was compiled in such a way, that there were no code-junctions in
17692: OP_CALL]
17693:
17694: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17695:
17696: @badjunctioncallinside[code] ^code[]
17697:
17698: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17699: expanding to include ^junction.method
17700:
17701: * src/main/pa_common.C: -d "DIR/" now true
17702:
17703: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17704: as internal xdoc encoding, and after decoding attributes set by
17705: dom functions now encoded OK, not as digital entities
17706:
17707: * src/classes/xdoc.C: empty transform result, being taken as file
17708: now returns empty file, not raises stupid error about "stat-ed
17709: file"
17710:
17711: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17712: allowed
17713:
17714: * src/types/types.dsp: introducing $junction.get/put(1) one can
17715: write iterators now:
17716:
17717: ^user-foreach[key;value]{$key=$value<br>}
17718:
17719: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17720: $code.value($i*2) $code }
17721:
17722: * src/main/compile_tools.h: mistype
17723:
1.116 moko 17724: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17725: thus taking linking options configure changes into account [were:
17726: ignoring]
1.95 moko 17727:
17728: * src/types/: pa_vjunction.C, Makefile.am: introducing
17729: $junction.get/put(1) one can write iterators now:
17730:
17731: ^user-foreach[key;value]{$key=$value<br>}
17732:
17733: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17734: $code.value($i*2) $code }
17735:
17736: * src/: include/pa_opcode.h, include/pa_request.h,
17737: main/compile.tab.C, main/compile.y, main/execute.C,
17738: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17739: introducing $junction.get/put(1) one can write iterators now:
17740:
17741: ^user-foreach[key;value]{$key=$value<br>}
17742:
17743: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17744: $code.value($i*2) $code }
17745:
17746: 2002-09-19 paf
17747:
1.116 moko 17748: * Makefile.am: new: make commit
1.95 moko 17749:
17750: * aclocal.m4: forced to be older
17751:
17752: 2002-09-18 paf
17753:
17754: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17755: src/main/compile.y, src/main/execute.C: << >> int shifts
17756:
17757: * src/: include/pa_common.h, include/pa_request.h,
17758: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17759: - now this - fatal error
17760:
17761: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17762: that one can pass binary data there
17763:
17764: * src/: classes/date.C, classes/double.C, classes/file.C,
17765: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17766: classes/op.C, classes/response.C, classes/string.C,
17767: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17768: include/pa_request.h: pa_request contexts made privated, plus
17769: get_{self/method_frame} to read. Request_context_saver used in
17770: ^try to save flang too. [were not saved]
17771:
17772: * src/types/pa_vresponse.C: header value chains joined before
17773: output, this should help $.subject[$var $var] from being
17774: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17775:
17776: 2002-09-17 paf
17777:
17778: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17779: removed changes, operators executed with calling self. lots of
17780: code with ^include code relies on defined/defining self variables
17781:
17782: $a[1] ^include[print_a.p] print_a.p: $a
17783:
17784: ^include[set_a.p] a=$a set_a.p: $a[1]
17785:
17786: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17787: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17788: types/pa_vstateless_class.h: operators now executed with MAIN
17789: self. it's for ^include sake, too strong a change
17790:
17791: * src/classes/op.C: made place for ^process to compile it's code to
17792: in case of no self
17793:
17794: * src/main/execute.C: found ancient param to Junction, removed.
17795: allowed passing self to native_code_operators [for ^process to
17796: work, she needs self]
17797:
17798: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17799: types/pa_vstateless_class.h: found ancient param to Junction,
17800: removed. allowed passing self to native_code_operators [for
17801: ^process to work, she needs self]
17802:
17803: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17804: types/pa_value.h, types/pa_vmethod_frame.h,
17805: types/pa_vstateless_class.h: allowed Request.self to be 0,
17806: checked that in VMethodFrame get/put and $self.
17807:
17808: * src/classes/: table.C, xdoc.C: table::sql options table::create
17809: copy options options checked, wrong option now fatal error
17810:
17811: * src/main/pa_string.C: string.replace fixed [were missing words on
17812: pieces boundaries]
17813:
1.150 moko 17814: * configure, configure.in: .so now detected [can be .sl on hpux,
17815: .dll on cygwin, .so in other cases)
1.95 moko 17816:
17817: * configure, configure.in: .so now detected [can be .sl on hpux,
17818: .dll on cygwin, .so in other cases)
17819:
17820: * operators.txt, src/classes/hash.C, src/classes/table.C,
17821: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17822: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17823: record taken [were last]
17824:
17825: * src/: classes/hash.C, classes/table.C,
17826: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17827: now errors
17828:
17829: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17830:
17831: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17832: ,2,3]
17833:
17834: 2002-09-16 paf
17835:
17836: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17837: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17838: stdout to be binary. now detected closest header break.
17839:
17840: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17841: closed right
17842:
17843: 2002-09-13 paf
17844:
17845: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17846: src/main/compile_tools.h: (expression #comment)
17847:
17848: (multiline expression #comment line2 #comment )
17849:
17850: (expression #comment with (brackets) comment) << OK
17851:
17852: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17853: bitwise !|| numerical xor now [preparing for expression
17854: #comments]
17855:
17856: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17857: error
17858:
17859: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17860: cheched in pa_socks.C
17861:
1.116 moko 17862: * configure, configure.in, src/include/pa_config_auto.h.in:
17863: HAVE_WINSOCK_H created in configure.in
1.95 moko 17864:
17865: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17866: cookie date now clean [were mistakenly tainted & that worked bad
17867: with opera -- 'happily' that worked OK with msie]
17868:
17869: 2002-09-12 paf
17870:
17871: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17872: VClass get_element now first looks to fields, next to methods &
17873: co todo: the rest reason: more speed
17874:
17875: * src/main/untaint.C: quoted printable encoding stops before
17876: \s*<...>$
17877:
17878: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17879: stops before <...>$
17880:
17881: 2002-09-11 paf
17882:
17883: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17884: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17885: forgot to check users of those funcs. not all were using that
17886: return value convention
17887:
17888: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17889: windows-1254 added
17890:
17891: 2002-09-10 paf
17892:
17893: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17894: VCodeFrame parent param were specified badly
17895:
17896: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17897: WWrapper which used in constructing objects(second param to sql
17898: method) ^...sql{}[$.default{code}] now has parent, wich helps
17899: code in hash to survivi
17900:
17901: * src/: include/pa_request.h, main/execute.C: removed redundant
17902: param to execute [stack said 'thanks']
17903:
17904: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17905: types/pa_value.h, types/pa_vcode_frame.h,
17906: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17907: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17908: responsibility to wcontext
17909:
17910: * src/classes/file.C: decided not to log exec's with stderr, that
17911: could be warnings, and it's up to scritper to log/show them
17912:
17913: * src/: classes/double.C, main/execute.C: double:sql badly called
17914: write_assign_lang, not write_no_lang, thus doing unnecessary
17915: double/string converstion, which were loosing time&precesion
17916:
17917: * src/: main/pa_charset.C, types/pa_vmail.C:
17918: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17919: case of unfinished in buffer processing, causing accidental
17920: transcode stop [in case that source enc != utf-8 & there is
17921: incomplete utf-8 sequence at the end of 16000block iside of
17922: libxml lib] tfm readed & code updated
17923:
17924: 2002-09-04 paf
17925:
17926: * configure: makes with sjlj
17927:
17928: * INSTALL, src/include/pa_config_fixed.h,
17929: src/include/pa_sql_connection.h,
17930: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17931: checked. on win32 it made default
17932:
17933: * src/include/pa_config_auto.h.in: sjlj define
17934:
17935: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17936: can not work with longjump/throw pair, and one must switch that
17937: on there. todo: detect that automatically]
17938:
17939: * src/types/pa_vxnode.C: removed too strong checks of
17940: xnode.elements. now, for instance, if element does not have any
17941: attributes, $xnode.attributes is void, not error
17942:
17943: 2002-09-02 paf
17944:
17945: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17946: removed double_result, didn't help
17947:
17948: * src/main/execute.C: double_result made to move that var away from
17949: hungry g++ optimizer (-O2), before: it were optimized and
17950: comparison operators worked badly
17951:
17952: * src/types/pa_vdate.h: removed debug
17953:
1.116 moko 17954: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17955:
17956: * src/main/execute.C: fixed numeric < & co so that thay now use
17957: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17958: unknown reason.
17959:
17960: 2002-08-29 paf
17961:
17962: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17963: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17964: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17965: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17966: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17967: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17968: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17969: [called less frequent, allowed to remove ugly
17970: Junction.change_context-s from many places, switch,
17971: mail:send..html{}, ..] request.root renamed to method_frame [more
17972: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17973: [speed up]
17974:
17975: 2002-08-28 paf
17976:
17977: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17978: tainted
17979:
17980: * src/types/pa_vcookie.C: fixed cookie delete when
17981: $cookie:name[$.value[]]
17982:
17983: * operators.txt, src/classes/string.C:
17984: ^string.split[delim[;options]]
17985:
17986: 2002-08-27 paf
17987:
1.116 moko 17988: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17989:
17990: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17991: delimiter
17992:
17993: * INSTALL: recommended latest gmime 1.0.5
17994:
17995: 2002-08-26 paf
17996:
17997: * configure, configure.in: apache13/hook added to make dist.
17998:
17999: 2002-08-23 paf
18000:
18001: * src/: include/pa_common.h, main/pa_common.C,
18002: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18003: beside binary [cgi, isapi] not accessible [due to bad rights or
18004: whatever] it's error now
18005:
18006: 2002-08-21 paf
18007:
1.116 moko 18008: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18009:
18010: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18011: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18012: class". compiled as if here they named base class
18013:
18014: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18015: cloning constructor]
18016:
18017: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18018:
1.150 moko 18019: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18020: $mail.received.file.value.content-type fixed
18021:
18022: 2002-08-20 paf
18023:
18024: * src/classes/file.C: fixed language of file:file result
18025:
18026: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18027: from 3.0.0005
18028:
18029: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18030:
18031: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18032: 3.0.0005
18033:
18034: * src/classes/void.C, operators.txt: ^void.length[] = 0
18035:
18036: 2002-08-19 paf
18037:
18038: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18039: work now
18040:
18041: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18042: error in xnode, which were not catched in xdoc]
18043:
18044: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18045: prepared: // validate each document after load/create (?)
18046: //xmlDoValidityCheckingDefaultValue = 1;
18047:
18048: 2002-08-15 paf
18049:
18050: * src/classes/classes.h: write to static var caused useless
18051: Exception, introduced Methoded::put_element wich consumes those
18052:
18053: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18054: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18055: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18056: $response:field[date] $response:field[$.xxx[date]]
18057:
18058: * src/: classes/hash.C, classes/string.C, classes/table.C,
18059: classes/void.C, include/pa_sql_connection.h: fixed source of
18060: ^hash::sql{bad}
18061:
18062: * operators.txt: $request:body unprecessed POST request body
18063:
18064: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18065:
18066: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18067: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18068:
18069: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18070: src/include/pa_request.h, src/main/pa_pool.C,
18071: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18072: $request:body r.post_data now const
18073:
18074: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18075: classes/xnode.C, main/execute.C, types/pa_value.h,
18076: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18077: types/pa_vtable.h: instead of type() checking everywhere used
18078: Value.as now user descendants can be used in params.
18079:
18080: VObject::as_*, is_defined now taken from bases. xtable(table)
18081: ^if($xtable) now OK
18082:
18083: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18084: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18085: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18086:
18087: 2002-08-14 paf
18088:
18089: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18090: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18091: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18092: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18093: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18094: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18095: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18096: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18097: types/pa_vresponse.C, types/pa_vresponse.h,
18098: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18099: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18100: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18101: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18102: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18103: & VClass
18104:
18105: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18106:
18107: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18108: removed fixopt stupidity. on stupid linux use cd /document/root
18109: ../cgi/parser3 script
18110:
18111: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18112: params, splitting them by space, excluding argv[0], argv[argc-1]
18113:
18114: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18115: fixopt.h: fixopt now preprocesses command line params, splitting
18116: them by space, excluding argv[0], argv[argc-1]
18117:
18118: * src/targets/cgi/parser3.C: -f config file
18119:
18120: * src/targets/cgi/parser3.C: fixed .log file dir
18121:
18122: 2002-08-13 paf
18123:
18124: * src/types/pa_vobject.C: allow override parent variables, useful
18125: for form descendants [in vobject too, were in vclass]
18126:
18127: * src/types/pa_vclass.C: allow override parent variables, useful
18128: for form descendants
18129:
18130: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18131: overwritten in derived(table)
18132:
18133: * src/: classes/form.C, classes/mail.C, classes/op.C,
18134: classes/xnode.h, include/pa_request.h, main/execute.C,
18135: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18136: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18137: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18138: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18139: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18140: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18141: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18142: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18143: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18144: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18145: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18146: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18147: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18148: Value::get_element(..., bool looking_down) [needed to exclude
18149: endless recoursion]
18150:
18151: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18152: fix bug with put endless recoursion todo: check 'as'
18153:
18154: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18155: reorganized modules todo: fix bug with put endless recoursion
18156: todo: check 'as'
18157:
18158: * src/types/pa_vobject.h: checked: table fields can be overwritten
18159: in derived(table)
18160:
18161: * src/types/pa_vobject.h: derived classes can have fields of their
18162: own now
18163:
18164: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18165: fixed error message on using non-created table
18166:
18167: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18168: classes/op.C, classes/xnode.h, include/pa_request.h,
18169: main/compile.C, main/compile.tab.C, main/execute.C,
18170: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18171: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18172: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18173: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18174: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18175: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18176: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18177: types/pa_vresponse.C, types/pa_vresponse.h,
18178: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18179: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18180: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18181: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18182: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18183: looking down/up tree todo: fix error message on non-constructed
18184: parents
18185:
18186: 2002-08-12 paf
18187:
18188: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18189: derived OK
18190:
18191: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18192: thorough testing
18193:
18194: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18195: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18196: types/pa_vobject.h, types/pa_vstateless_class.h,
18197: types/pa_vstateless_object.h, types/pa_wcontext.h,
18198: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18199: ^base:create[] dynamic call rewritten todo: thorough testing
18200:
18201: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18202: now instantates base class, remembers it and saves child in
18203: parent VObject.get_class now returns last child = downward
18204: virtual calls OK
18205:
18206: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18207: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18208: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18209: types/pa_vobject.h, types/pa_vresponse.h,
18210: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18211: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18212: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18213: VAliased [redundant], moved $CLASS to VObject only [parser class
18214: instance]
18215:
18216: * src/main/pa_request.C: $response:body[file] content-type check
18217: fixed [were bad when content-type is hash]
18218:
18219: 2002-08-09 paf
18220:
18221: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18222: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18223:
18224: 2002-08-08 paf
18225:
18226: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18227: src/main/pa_globals.C: year column in month calendar [week year]
18228:
18229: * src/main/execute.C: error reporting on object writes to MAIN
18230: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18231:
18232: * operators.txt, src/types/pa_vdate.h: $date.yearday
18233: $date.daylightsaving
18234:
18235: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18236: use tainted data now. only she must specify the language.
18237:
18238: ^mail:send[ $.from[paf@mail.design.ru]
18239: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18240: $.text[^taint[uri][ìîñêâà]=] ]
18241:
18242: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18243: now prints more precise origin
18244:
18245: * src/include/pa_string.h: String::first_char now not fails on
18246: empty strings ^if(-f '') now ok and in 3 other places.
18247:
18248: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18249: String::first_char now not fails on empty strings ^if(-f '') now
18250: ok and in 3 other places.
18251:
18252: 2002-08-07 paf
18253:
18254: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18255: fixed
18256:
18257: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18258:
18259: * src/: main/execute.C, types/pa_vcode_frame.h,
18260: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18261: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18262: mistakenly not completely transparent to object writes.
18263: $hash[^if(1){$hash}] now works
18264:
18265: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18266: now erasing cache file [there were bad check on that]
18267:
18268: * src/: classes/classes.dsp, classes/table.C,
18269: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18270: all Debug dirs in .dsp now named 'Debug'
18271:
1.116 moko 18272: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18273:
18274: * operators.txt, src/classes/mail.C: exception_type email.send
18275:
18276: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18277:
18278: * src/types/pa_vmail.C: mail:send empty email checked
18279:
18280: 2002-08-06 paf
18281:
18282: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18283: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18284: ^table::create[$source;$.options] ^table::join[$source;$.options]
18285:
18286: * operators.txt, src/classes/hash.C, src/classes/string.C,
18287: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18288: # $.default() }
18289:
18290: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18291:
18292: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18293: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18294: $file.content-type [instead of .mime-type] now works for
18295: file::stat also
18296:
18297: * src/main/pa_request.C: case insensitive mime_type_of
18298:
18299: 2002-08-05 paf
18300:
18301: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18302:
18303: * src/types/pa_vmail.C: file buffer relocated to parser heap
18304:
18305: * operators.txt: comment on date:calendar week column
18306:
18307: * src/main/pa_common.C: write checked
18308:
18309: * src/main/: pa_common.C: write checked
18310:
18311: * src/classes/date.C: +1 buf size for stupid snprintfs
18312:
18313: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18314: month calendar week column [ISO 8601 Week Numbers]
18315:
18316: 2002-08-02 paf
18317:
18318: * src/: include/pa_config_fixed.h, main/pa_string.C,
18319: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18320: DEBUG*
18321:
18322: * configure, configure.in, src/include/pa_version.h: release
18323: 3_0_0005
18324:
18325: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18326: multipart post fixed
18327:
18328: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18329: response transcoded source->client only when text/* or simple
18330: onoverridden $response:body
18331:
18332: 2002-08-01 paf
18333:
18334: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18335: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18336: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18337: classes/op.C, classes/response.C, classes/string.C,
18338: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18339: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18340: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18341: include/pa_config_fixed.h, include/pa_dictionary.h,
18342: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18343: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18344: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18345: include/pa_socks.h, include/pa_sql_connection.h,
18346: include/pa_sql_driver_manager.h, include/pa_stack.h,
18347: include/pa_string.h, include/pa_stylesheet_connection.h,
18348: include/pa_stylesheet_manager.h, include/pa_table.h,
18349: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18350: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18351: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18352: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18353: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18354: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18355: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18356: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18357: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18358: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18359: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18360: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18361: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18362: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18363: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18364: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18365: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18366: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18367: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18368: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18369: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18370: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18371: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18372: types/pa_vmethod_frame.h, types/pa_vobject.h,
18373: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18374: types/pa_vresponse.h, types/pa_vstateless_class.C,
18375: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18376: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18377: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18378: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18379: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18380: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18381:
18382: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18383: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18384: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18385: classes/math.C, classes/op.C, classes/response.C,
18386: classes/string.C, classes/table.C, classes/void.C,
18387: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18388: include/pa_array.h, include/pa_cache_managers.h,
18389: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18390: include/pa_config_fixed.h, include/pa_config_includes.h,
18391: include/pa_dictionary.h, include/pa_dir.h,
18392: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18393: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18394: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18395: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18396: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18397: include/pa_stack.h, include/pa_string.h,
18398: include/pa_stylesheet_connection.h,
18399: include/pa_stylesheet_manager.h, include/pa_table.h,
18400: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18401: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18402: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18403: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18404: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18405: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18406: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18407: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18408: main/pa_sql_driver_manager.C, main/pa_string.C,
18409: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18410: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18411: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18412: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18413: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18414: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18415: targets/isapi/pool_storage.h, types/pa_valiased.C,
18416: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18417: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18418: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18419: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18420: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18421: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18422: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18423: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18424: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18425: types/pa_vresponse.C, types/pa_vresponse.h,
18426: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18427: types/pa_vstateless_object.h, types/pa_vstatus.C,
18428: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18429: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18430: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18431: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18432: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18433: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18434: types/Makefile.am: ident.C* removed
18435:
18436: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18437: file:find[/can/do/this/now.txt]
18438:
18439: * src/targets/cgi/parser3.C: usage to stdout now
18440:
18441: 2002-07-31 paf
18442:
18443: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18444:
18445: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18446: default "postmaster"
18447:
18448: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18449: -f postmaster now default sendmail key word "postmaster"
18450: replaced to $.from
18451:
18452: 2002-07-30 paf
18453:
1.116 moko 18454: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18455: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18456:
18457: * src/main/pa_charset.C: comment
18458:
18459: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18460: table, &#decimal;
18461:
18462: * src/main/pa_request.C: comment
18463:
18464: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18465: paragraf]
18466:
18467: 2002-07-11 paf
18468:
18469: * src/main/pa_exec.C: build command line badly added params twice
18470: [and first time without ' ']. double wrong. fixed.
18471:
18472: * src/main/pa_exec.C: invalid .exe caused error message with params
18473: wich parser did not provide = reported badly. fixed that.
18474:
18475: * src/classes/mail.C: $MAIL[ # xxx ]
18476:
18477: now ok
18478:
18479: * operators.txt: plan: sql detailed exception
18480:
18481: 2002-07-01 paf
18482:
18483: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18484: [MForm.configure_admin were called when request.main_class ==0
18485:
18486: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18487:
18488: * src/classes/form.C: content_length type fix
18489:
18490: 2002-06-30 paf
18491:
18492: * src/classes/mail.C: merged from 4
18493:
18494: * src/classes/mail.C: restored $MAIL
18495:
18496: 2002-06-28 paf
18497:
18498: * configure, configure.in: removed paths.h
18499:
1.116 moko 18500: * configure, src/include/pa_version.h,
1.95 moko 18501: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18502: merged, makes updated
18503:
18504: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18505: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18506: src/include/pa_pool.h, src/include/pa_version.h,
18507: src/main/pa_charset.C, src/main/pa_pool.C,
18508: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18509: src/types/pa_vmail.C: merged latest updates to head
18510:
18511: 2002-06-27 paf
18512:
18513: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18514: not error now
18515:
18516: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18517: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18518: src/main/pa_charset.C, src/main/pa_pool.C:
18519: ^xdoc::create[[uri]]... base uri for document being created,
18520: imports and other relative file names would be relative to this
18521: uri default uri=path_translated
18522:
18523: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18524:
18525: 2002-06-26 paf
18526:
18527: * configure, configure.in, src/include/pa_version.h:
18528: release_3_0_0004
18529:
18530: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18531: 0 now
18532:
18533: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18534:
18535: 2002-06-25 paf
18536:
18537: * src/main/pa_string.C: emtpy string, or string of whitespaces
18538: considered bad number now
18539:
18540: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18541: now
18542:
18543: * operators.txt, src/classes/string.C: ^string.normalize [old
18544: name: optimize
18545:
18546: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18547: library configured
18548:
18549: * src/main/pa_request.C: configure_admin forced if no @conf
18550:
1.150 moko 18551: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18552: ^math:crypt updated to generate random salt when needed and to
18553: call system crypt() if not $apr1$ prefix
1.95 moko 18554:
18555: 2002-06-24 paf
18556:
18557: * INSTALL: --with-static/shared-mailreceive described
18558:
18559: * src/include/pa_config_fixed.h: ssize_t fixed
18560:
1.116 moko 18561: * configure, configure.in, src/include/pa_config_auto.h.in,
18562: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18563: src/types/pa_vmail.C: $mail:received makes update
18564:
18565: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18566: WITH_MAILRECEIVE
18567:
18568: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18569:
18570: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18571: option, for $mail:receive
18572:
18573: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18574: introducting $message:received ^mail:send rewritten with backward
18575: comp
18576:
18577: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18578: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18579: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18580: now
18581:
18582: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18583: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18584: src/include/pa_request.h, src/include/pa_string.h,
18585: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18586: src/main/pa_globals.C, src/main/pa_request.C,
18587: src/main/pa_string.C, src/main/pa_uue.C,
18588: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18589: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18590: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18591: uue to separate file introducting $message:received ^mail:send
18592: rewritten with backward comp
18593:
18594: 2002-06-21 paf
18595:
1.116 moko 18596: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18597: co changes
1.95 moko 18598:
1.116 moko 18599: * configure, configure.in, src/lib/md5/Makefile.am,
18600: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18601: restructure .in and .am files appropriate changes
1.95 moko 18602:
18603: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18604: pcre to libs/ added libs/md5 which is linked to non-apache
18605: targets ^math:crypt[password;$apr1$salt]
18606:
18607: * INSTALL, configure.in, operators.txt, parser3.dsw,
18608: src/Makefile.am, src/classes/Makefile.am,
18609: src/classes/classes.dsp, src/classes/math.C,
18610: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18611: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18612: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18613: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18614: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18615: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18616: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18617: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18618: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18619: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18620: src/lib/pcre/pcre_parser_ctype.dsp,
18621: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18622: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18623: src/main/compile.tab.C, src/main/main.dsp,
18624: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18625: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18626: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18627: to libs/ added libs/md5 which is linked to non-apache targets
18628: ^math:crypt[password;$apr1$salt]
18629:
18630: 2002-06-20 paf
18631:
1.150 moko 18632: * INSTALL, configure, configure.in, operators.txt,
18633: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18634: src/include/pa_globals.h, src/include/pa_request.h,
18635: src/main/execute.C, src/main/pa_request.C,
18636: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18637: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18638: file:justname&co & @auto/conf[filespec
1.95 moko 18639:
18640: * operators.txt, src/classes/file.C:
18641: !^file:dirname[/a/some.tar.gz]=/a
18642: !^file:dirname[/a/b/]=/a
18643: !^file:basename[/a/some.tar.gz]=some.tar.gz
18644: !^file:justname[/a/some.tar.gz]=some.tar
18645: !^file:justext[/a/some.tar.gz]=gz
18646:
18647: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18648: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18649: @conf/auto[filespec]
18650:
1.116 moko 18651: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18652:
1.150 moko 18653: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18654: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18655: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18656:
18657: 2002-06-18 paf
18658:
18659: * configure, configure.in, src/include/pa_version.h: version to
18660: configure.in
18661:
18662: * INSTALL: reflected .conf.dist dir change
18663:
1.150 moko 18664: * Makefile.am, configure, configure.in,
1.116 moko 18665: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18666: .in & *.am updated
18667:
18668: * src/classes/file.C: strncasecmp
18669:
18670: * src/classes/file.C: strcasecmp
18671:
1.150 moko 18672: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18673:
18674: * src/classes/file.C: ^file::exec[script;$.bad error case
18675: insensitive check now
18676:
18677: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18678:
18679: * configure, configure.in, src/include/pa_pool.h,
18680: src/include/pa_types.h: pack configure.in detection simplified.
18681: figured out that gcc on sparc not that stupid as thought
18682: previously: on sparc: when it sees packed class it modifies it's
18683: field-access-code to byte operations [stb, ldub] instead of 4byte
18684: operations [st, lduh] so packed must be all parts of packed
18685: class, i.e. it's parents&fields(classes). for now it's only
18686: String that packed and what was wrong is that it's parent -
18687: Pooled, were not packed. fixed that.
18688:
18689: 2002-06-14 paf
18690:
18691: * operators.txt: more precise xml-to-text options
18692:
18693: * operators.txt, src/types/pa_vxnode.C: xnode
18694: attribute_node.name/value xnode pi.node.data
18695:
18696: 2002-06-12 paf
18697:
1.116 moko 18698: * configure, configure.in, src/targets/cgi/Makefile.am,
18699: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18700:
18701: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18702: src/include/pa_globals.h, src/include/pa_request.h,
18703: src/main/compile.tab.C, src/main/pa_globals.C,
18704: src/main/pa_request.C, src/targets/cgi/parser3.C,
18705: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18706:
18707: * src/classes/mail.C: sendmail -ti [default now]
18708:
18709: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18710: to be strings. for convinient #ing
18711:
18712: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18713: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18714:
18715: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18716: main/pa_globals.C, main/pa_request.C: @conf
18717:
18718: 2002-06-11 paf
18719:
18720: * src/classes/file.C: check simplified
18721:
18722: * src/: classes/file.C, targets/cgi/parser3.dsp,
18723: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18724: valid prefix
18725:
18726: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18727: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18728: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18729:
18730: 2002-06-10 paf
18731:
18732: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18733: src/main/pa_common.C: lock failures reported now
18734:
18735: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18736: string->double @ compile time were not-enough-checking...
18737:
18738: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18739: autoconvert now ignored
18740:
18741: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18742: check
18743:
18744: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18745: $response:body content-type:name
18746:
18747: * configure, configure.in: hpux check, nsl link, no socket
18748:
18749: * operators.txt: old merge conflict removed
18750:
18751: * configure, configure.in: pack even address access on sparc&co
18752: arch checked in configure
18753:
18754: * configure, src/include/pa_version.h: makes
18755:
18756: * configure, configure.in, src/include/pa_version.h: makes
18757:
18758: * src/main/untaint.C: (bug#2) mail subject got always prepended
18759: with charset even when all letters were 7bit one
18760:
18761: * src/main/pa_common.C: merged fixed -d (bug)
18762:
18763: * src/main/pa_common.C: fixed -d (bug)
18764:
18765: 2002-06-03 paf
18766:
18767: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18768: src/classes/classes.dsp, src/main/compile.tab.C,
18769: src/main/main.dsp, src/main/pa_globals.C,
18770: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18771: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18772: .dsp-s along with reorganized cvs modules dirs structure
18773:
18774: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18775: main/pa_globals.C, targets/cgi/parser3.dsp,
18776: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18777: modules
18778:
18779: 2002-05-28 paf
18780:
18781: * src/targets/cgi/parser3.C: info.uri now ""
18782:
18783: 2002-05-17 paf
18784:
18785: * src/classes/: table.C: ^table.save << checked empty
18786: pre/match/post columns
18787:
18788: 2002-05-16 paf
18789:
18790: * src/classes/image.C: image::measure can png now
18791:
18792: 2002-05-15 paf
18793:
18794: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18795: added
18796:
18797: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18798:
18799: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18800: %H[:%M[:%S]]]]]] [-%m now
18801:
18802: 2002-05-14 paf
18803:
18804: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18805:
18806: 2002-05-07 paf
18807:
18808: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18809: src/include/pa_globals.h, src/include/pa_request.h,
18810: src/include/pa_table.h, src/main/compile.tab.C,
18811: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18812: src/main/pa_request.C, src/main/pa_table.C,
18813: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18814: src/targets/isapi/parser3isapi.dsp,
18815: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18816: name2number field now &. main_method_name now on Request pool
18817: rather on global_pool [Junction+VJunction created on same pool as
18818: name = were created on global pool, causing mem leaks]
18819:
18820: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18821: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18822: main/compile.y, main/main.dsp, main/pa_globals.C,
18823: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18824: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18825: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18826: field now &. main_method_name now on Request pool rather on
18827: global_pool [Junction+VJunction created on same pool as name =
18828: were created on global pool, causing mem leaks]
18829:
18830: 2002-05-06 paf
18831:
18832: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18833: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18834: 100*40 bytes per request memory leak [nonpool malloc in globals]
18835:
18836: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18837: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18838: 100*40 bytes per request memory leak [nonpool malloc in globals]
18839:
18840: 2002-04-30 paf
18841:
18842: * configure, src/include/pa_version.h: version now not b
18843:
18844: * src/targets/cgi/parser3.C: request.uri now never 0
18845:
18846: 2002-04-29 paf
18847:
18848: * configure.in: removed b
18849:
18850: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18851: Exception::comment/type checked in (), no there's no empty
18852: type/comment by default
18853:
18854: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18855: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18856: src/doc/value.dox, src/include/pa_exception.h,
18857: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18858: 0001
18859:
18860: 2002-04-26 paf
18861:
18862: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18863: size reduced
18864:
18865: 2002-04-25 paf
18866:
18867: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18868: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18869: now that took into account
18870:
18871: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18872: 01:03:04]
18873:
18874: * ChangeLog, operators.txt, src/classes/date.C:
18875: ^date::create[2002-12-33 01:03:04]
18876:
18877: * ChangeLog: updated changelog
18878:
18879: * src/classes/table.C: removed restriction on column count to
18880: ^table.hash to work, now must be >0 [were >1]
18881:
18882: 2002-04-24 paf
18883:
18884: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18885: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18886: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18887: targets
18888:
18889: 2002-04-23 paf
18890:
18891: * operators.txt, src/classes/string.C:
18892: int/double/string:sql{}[$.default{code}] fixed [were barking:
18893: "junction used outside of context"]
18894:
18895: 2002-04-22 paf
18896:
18897: * types.txt, src/classes/string.C, src/include/pa_string.h,
18898: src/main/pa_string.C, src/types/pa_vstring.C,
18899: src/types/pa_vstring.h: ^string.optimize[]
18900:
18901: * src/: include/pa_globals.h, include/pa_table.h,
18902: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18903: table template
18904:
18905: * src/classes/: string.C: optimize removed from string
18906: .left/right/pos
18907:
18908: * src/main/execute.C: rolled back to
18909: before_killing_userjunction_contexts
18910:
18911: * src/main/execute.C: user junctions context killed
18912:
18913: * src/main/execute.C: junctions to local contexts got
18914: cleanized&checked later
18915:
18916: 2002-04-19 paf
18917:
18918: * src/: classes/string.C, include/pa_request.h,
18919: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18920: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18921: prior to .left .right .mid .pos .match when that is profitable,
18922: and always before .replace when $ORIGINS(1) optimization disabled
18923: economy from not wasting mem on lots of strings which occur by
18924: lots of String:mid calls to get parts of source string between
18925: found_occurances
18926:
18927: * src/classes/file.C: ovector now local economy: 16 bytes per
18928: ^file:list
18929:
18930: * src/: include/pa_globals.h, include/pa_table.h,
18931: main/pa_globals.C, main/pa_string.C: String::match table columns
18932: globalized, not created @ each ^match anymore economy:
18933: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18934:
18935: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18936: removed from each String::match replace iteration, and made
18937: stacked sizeof(VTable)=12bytes economy on each replace code
18938:
18939: * src/doc/footer.htm: 2001,
18940:
18941: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18942: string.match[]['] option enables generation of $match.prematch
18943: .match .postmatch columns
18944:
18945: * src/main/pa_string.C: String::match options analized without
18946: cstr-ing them now
18947:
18948: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18949: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18950: config updated to doxygen 1.2.15, created helper which fixes
18951: minor bugs in chm project files & htm tree. changed extension to
18952: .htm
18953:
18954: 2002-04-18 paf
18955:
18956: * src/doc/doxygen.cfg: .chi generation disabled
18957:
18958: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18959: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18960: fields&methods
18961:
18962: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18963: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18964: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18965: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18966: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18967: types/pa_vresponse.h, types/pa_vstateless_class.h,
18968: types/pa_vstateless_object.h, types/pa_vstatus.h,
18969: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18970: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18971: VStateless_class to VObject
18972:
18973: * src/: main/pa_request.C, types/pa_valiased.h,
18974: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18975: types/pa_vstring.h: VStateless_string_object speicalized light
18976: version of VStateless_object
18977:
18978: * src/classes/op.C: ^throw comment param made optional
18979:
18980: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18981: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18982: and implemented down in VClass, fclass_alias removed,
18983:
18984: * src/types/pa_value.C: forced to cut that from .h because of
18985: VStateless_class usage [undefined in .h]
18986:
18987: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18988: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18989: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18990: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18991: on each CALL]
18992:
18993: * src/: classes/classes.h, classes/date.C, classes/double.C,
18994: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18995: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18996: classes/response.C, classes/string.C, classes/table.C,
18997: classes/void.C, classes/xnode.C, include/pa_globals.h,
18998: include/pa_request.h, main/execute.C, main/pa_globals.C,
18999: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19000: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19001: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19002: types/pa_vstateless_class.h, types/pa_wcontext.C,
19003: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19004: removed Value::fname
19005:
19006: 2002-04-17 paf
19007:
19008: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19009: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19010: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19011: include/pa_pool.h, include/pa_types.h: dox updated to current
19012: state, PTHROW freshen to throw & co
19013:
19014: * src/types/pa_vhash.h: vstring wrong parent fixed
19015:
19016: * src/classes/op.C: taint local result var bug fixed
19017:
19018: 2002-04-16 paf
19019:
19020: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19021: Attic asm.txt as most interesting
19022:
19023: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19024: check, preventing content-length: 0 from appearing
19025:
19026: * src/main/execute.C: $result in @main now taken into account as in
19027: usual functions
19028:
19029: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19030: & @unhandled_exception now taken into account as in usual
19031: functions
19032:
19033: * src/doc/postbuild.txt: instructions on post .html build
19034:
19035: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19036:
19037: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19038: tainted
19039:
19040: * src/main/pa_request.C: uri in error log
19041:
19042: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19043: cheched date:create(days) param for validity [later were assumed
19044: valid and crashed on invalid onces]
19045:
19046: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19047: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19048: and used that for removing VString wrapper
19049:
19050: * src/classes/op.C: exception2vhash file now tainted
19051:
19052: * src/classes/op.C: _process pseudo origin copied from local var to
19053: heap
19054:
19055: * src/classes/op.C: extra check on empty file in origin in _execute
19056:
19057: 2002-04-15 paf
19058:
19059: * src/: main/execute.C, types/pa_value.h: fixed name update
19060:
19061: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19062: functions
19063:
19064: * src/: classes/file.C, classes/hash.C, classes/op.C,
19065: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19066: started dual write_xxx_lang functions, if checked & works
19067:
19068: * src/: classes/date.C, classes/file.C, classes/mail.C,
19069: classes/string.C, classes/xnode.C, include/pa_request.h,
19070: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19071: unnecessary VString shells
19072:
19073: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19074: prev changes]
19075:
19076: * src/: classes/image.C, classes/op.C, classes/string.C,
19077: classes/table.C, include/pa_request.h, main/execute.C,
19078: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19079: StringOrValue wcontext result, now ready for dual writes
19080:
19081: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19082: checked that
19083:
19084: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19085: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19086: changed to OP_WRITE_VALUE in var get cases
19087:
19088: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19089: include/pa_request.h, main/compile.tab.C, main/compile.y,
19090: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19091: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19092: switch in hash constructor fixed [were problems with using of
19093: stacked wwrapper after it's death]
19094:
19095: 2002-04-12 paf
19096:
19097: * operators.txt, src/classes/table.C: table.select(expression) 0
19098:
19099: 2002-04-11 paf
19100:
19101: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19102: Request::process_internal codeFrame & wwrapper stacked [not
19103: wasting heap anymore]
19104:
19105: 2002-04-10 paf
19106:
19107: * src/: classes/double.C, classes/file.C, classes/hash.C,
19108: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19109: classes/string.C, classes/table.C, classes/void.C,
19110: classes/xdoc.C, include/pa_request.h, main/execute.C,
19111: main/pa_string.C: killed Request::process() wrapping
19112: VString(String) in case we need only String
19113:
19114: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19115: killed 8 bytes from String.head
19116:
19117: 2002-04-09 paf
19118:
19119: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19120: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19121: local*/char b[...]; a=b; situations
19122:
19123: * operators.txt, src/classes/xdoc.C: xslt params made literal
19124:
19125: * src/classes/xdoc.C: xslt params fixed
19126:
19127: * src/: main/pa_common.C, targets/cgi/parser3.C,
19128: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19129: not pool.malloc(MAX_NUMBER) but really neaded
19130:
19131: * operators.txt, src/classes/double.C, src/classes/int.C:
19132: int/double.int/double(default)
19133:
19134: 2002-04-04 paf
19135:
19136: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19137: [when reconstructing pieces were split by
19138: max_integral(piece.size), thus some strings to replace happen to
19139: be split into two = not replaced)
19140:
19141: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19142: standalone version = current dir
19143:
19144: * src/targets/cgi/parser3.C: document root in standalone version =
19145: current dir
19146:
19147: 2002-04-03 paf
19148:
19149: * configure, configure.in: more checks on nonexistent charset
19150:
1.116 moko 19151: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19152:
19153: 2002-04-02 paf
19154:
19155: * src/main/compile.C: parser.compile [exception name more like in
19156: doc]
19157:
19158: 2002-04-01 paf
19159:
19160: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19161: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19162: .content-type.charset, not .charset
19163:
19164: 2002-03-29 paf
19165:
19166: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19167:
19168: * operators.txt, src/classes/date.C: ^date::create now may not
19169: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19170: days' year. | 31.05->31.04 roll
19171:
19172: 2002-03-28 paf
19173:
19174: * operators.txt, src/classes/date.C, src/classes/op.C,
19175: src/include/pa_globals.h, src/include/pa_hash.h,
19176: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19177: ^cache(seconds) ^cache[date] }
19178:
19179: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19180: param
19181:
19182: 2002-03-27 paf
19183:
19184: * operators.txt, src/classes/date.C, src/classes/double.C,
19185: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19186: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19187: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19188: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19189: src/classes/xnode.C, src/include/pa_exception.h,
19190: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19191: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19192: src/main/pa_array.C, src/main/pa_charset.C,
19193: src/main/pa_charsets.C, src/main/pa_common.C,
19194: src/main/pa_dictionary.C, src/main/pa_exception.C,
19195: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19196: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19197: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19198: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19199: src/types/pa_value.h, src/types/pa_vcookie.C,
19200: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19201: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19202: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19203: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19204: src/types/pa_wwrapper.h: assigned exception types
19205:
19206: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19207: src/include/pa_request.h, src/main/execute.C,
19208: src/main/pa_request.C: decided agains resetting exception_trace,
19209: just changed name
19210:
19211: 2002-03-26 paf
19212:
19213: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19214: fixed
19215:
19216: * src/classes/op.C: forced language of $source field of exception
19217: to 'tainted', so that sql-langed-frags could be outputed outside
19218: of connect
19219:
19220: * operators.txt: removed date.roll limit of +-1 offset
19221:
19222: * src/classes/date.C: removed date.roll limit of +-1 offset
19223:
19224: * operators.txt, src/classes/date.C: fixed date roll on
19225: daylightsaving days mktime took into account tm_isdst flag, which
19226: remained from BEFORE roll, but should have been reset
19227:
19228: 2002-03-25 paf
19229:
19230: * operators.txt, src/targets/cgi/parser3.C:
19231: http_site_config_filespec
19232:
19233: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19234: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19235: with any/both --disable-foreign-group-files --disable-execs
19236:
19237: * INSTALL: "--with=sendmail=COMMAND" comment
19238:
19239: * INSTALL, configure, configure.in, src/classes/mail.C,
19240: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19241: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19242: disables execs also. introducing --sendmail
1.95 moko 19243:
19244: * operators.txt: pgsql options comment
19245:
19246: * INSTALL: comment on --disable-link-stdcpp
19247:
1.116 moko 19248: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19249: libstdc++ link skipping configure option
1.95 moko 19250:
19251: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19252: with error were put to cache with 'marked_to_rollback' flag, all
19253: consequent even OK requests rolled back
19254:
19255: 2002-03-22 paf
19256:
19257: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19258: false return
19259:
19260: * operators.txt: few comments on sets
19261:
19262: 2002-03-18 paf
19263:
19264: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19265: src/include/pa_globals.h, src/include/pa_request.h,
19266: src/include/pa_stack.h, src/main/pa_globals.C,
19267: src/main/pa_request.C: introducing ^try
19268:
19269: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19270: types/pa_vdouble.h: removed some tested @tests
19271:
19272: 2002-03-15 paf
19273:
19274: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19275:
19276: 2002-03-13 paf
19277:
19278: * src/main/pa_exception.C: checked not-pooled malloc
19279:
19280: 2002-03-11 paf
19281:
19282: * INSTALL, configure, configure.in,
19283: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19284:
19285: * src/main/pa_common.C: --disable-foreign-group-files
19286:
19287: * INSTALL: --disable-execs
19288:
19289: * src/main/pa_exec.C: --disable-execs
19290:
19291: * configure, configure.in, src/include/pa_config_auto.h.in:
19292: --disable-execs
19293:
19294: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19295:
19296: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19297: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19298:
19299: 2002-03-05 paf
19300:
19301: * operators.txt, src/classes/date.C: date week calendar columns
19302: named
19303:
19304: * operators.txt, src/classes/date.C: date week calendar columns
19305: named
19306:
19307: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19308: requires headers to be terminated with \r\n manually [refuses to
19309: separate header/body itself]
19310:
19311: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19312: targets/isapi/parser3isapi.C: isapi site config beside .dll
19313:
19314: 2002-03-04 paf
19315:
19316: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19317: in PASS language
19318:
19319: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19320: deserialize checks on broken file
19321:
19322: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19323: parser3isapi.dsp: isapi updated
19324:
19325: 2002-03-01 paf
19326:
19327: * src/main/pa_exec.C: execle -> execve, now argc OK
19328:
19329: 2002-02-28 paf
19330:
19331: * src/main/untaint.C: removed some debug comments
19332:
19333: * src/main/pa_charsets.C: when placing charset to cache using
19334: global name now [were request]
19335:
19336: * configure, configure.in: apache module updated
19337:
19338: * src/main/pa_string.C: origin by first piece preferred before last
19339: piece
19340:
19341: 2002-02-27 paf
19342:
19343: * src/main/pa_charset.C: size_t
19344:
19345: * INSTALL: shared/static-xml with-pathlink
19346:
19347: * operators.txt: SMTP comment
19348:
19349: 2002-02-26 paf
19350:
19351: * src/main/pa_exec.C: more precise names for vars, cosmetic
19352:
19353: * src/classes/xnode.C: in some situation, xpath query returned
19354: result with type NODESET, but empty nodeset member field, checked
19355: that
19356:
19357: 2002-02-22 paf
19358:
19359: * INSTALL: without-zlib comment
19360:
19361: * etc/parser3.charsets/windows-1251.cfg: °
19362:
19363: * configure, configure.in: glib###.a detection fixed
19364:
19365: * INSTALL: hashfile removed from INSTALL
19366:
1.116 moko 19367: * Makefile.am: make update
1.95 moko 19368:
19369: * src/main/pa_string.C: string iterators fixed again, so were
19370: String::join_chain
19371:
19372: * src/main/pa_string.C: string iterators fixed again, so were
19373: String::join_chain
19374:
19375: * src/: include/pa_string.h, main/pa_string.C: string iterators
19376: fixed again, so were String::join_chain
19377:
19378: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19379:
19380: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19381: "session"
19382:
1.116 moko 19383: * configure, configure.in, src/include/pa_config_auto.h.in:
19384: --with-shared-xml --with-static-xml
1.95 moko 19385:
19386: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19387: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19388: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19389: xalan&xml
19390:
19391: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19392:
19393: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19394: src/types/types.dsp: removed hashfile support from sources for
19395: now
19396:
1.116 moko 19397: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19398: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19399: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19400: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19401: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19402: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19403: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19404: src/types/Makefile.am, src/types/pa_vhashfile.C,
19405: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19406:
19407: 2002-02-21 paf
19408:
19409: * src/main/untaint.C: removed debug code, activated commented-for
19410: debug parts
19411:
1.116 moko 19412: * Makefile.am: make cvsupdate
1.95 moko 19413:
19414: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19415: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19416: append_row, not at link zero now string to string appending works
19417:
19418: 2002-02-20 paf
19419:
19420: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19421: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19422: DEBUG_STRING_APPENDS_VS_EXPANDS
19423:
19424: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19425: economy: 22%
19426:
19427: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19428: space uptimized: string::link_row removed
19429:
19430: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19431: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19432: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19433: types/pa_vstring.h: speed uptimized: string::is_empty
19434:
19435: * operators.txt, src/include/pa_common.h,
19436: src/include/pa_config_fixed.h, src/include/pa_string.h,
19437: src/include/pa_types.h, src/main/compile.tab.C,
19438: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19439: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19440: string append optimiziation idea and estimates
19441:
19442: 2002-02-19 paf
19443:
19444: * src/classes/math.C: not used directly [but erroreously reported
19445: that 'is', thus registering twice&other probs]
19446:
19447: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19448: to node [element]
19449:
19450: * src/main/compile.C: without string_origins parse error
19451: file+line+col possible
19452:
19453: * src/main/: compile.C: without string_origins not worked
19454:
19455: 2002-02-18 paf
19456:
19457: * src/types/pa_vdouble.h: since we have in_expression removed that
19458: trick i've installed into double::as_string
19459:
19460: * src/main/pa_globals.C: extern "C" was removed too fast
19461:
19462: * src/: include/pa_opcode.h, include/pa_request.h,
19463: main/compile.tab.C, main/compile.y, main/execute.C,
19464: types/pa_wcontext.h: in_expression aimed to solve old problem
19465: with string/nonstring values, now in expressions double/int
19466: values are passed as-is, without stupid tostring/fromstring
19467: conversions
19468:
19469: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19470: __cplusplus } #endif
19471:
19472: * src/main/compile.tab.C: bison env set so one could compile
19473: without cygwin installed
19474:
19475: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19476: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19477: gnome xml libs parser .dsp-s changed accordingly
19478:
19479: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19480:
19481: * operators.txt, src/classes/date.C: date::create [were date::set,
19482: with backward comp
19483:
19484: * src/classes/math.C: math:random range check fixed
19485:
19486: * src/main/: compile.tab.C, compile.y: integer division stops name
19487:
19488: * INSTALL: local install comment
19489:
1.116 moko 19490: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19491:
1.116 moko 19492: * acinclude.m4, aclocal.m4, configure, configure.in,
19493: src/include/pa_config_auto.h.in,
19494: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19495: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19496:
19497: * operators.txt: \ comment
19498:
19499: 2002-02-13 paf
19500:
19501: * src/include/pa_config_includes.h: sys/time time both included
19502: now. vaguely remember confilicts on this on some system [not on
19503: six|ablv] so when would see them again would think up proper
19504: check
19505:
1.116 moko 19506: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19507: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19508:
19509: * src/main/pa_common.C: truncation never occured when writing files
19510: on unix [since i've changed cache mech] fix
19511:
19512: * src/main/pa_common.C: strnchr: sanity check added
19513:
19514: * etc/parser3.charsets/windows-1257.cfg: id added
19515:
19516: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19517: baltic charset file generated, in generation script ispunct check
19518: added
19519:
19520: 2002-02-08 paf
19521:
1.116 moko 19522: * src/: include/Makefile.am, sql/Makefile.am,
19523: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19524:
19525: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19526: forgotten
19527:
19528: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19529:
19530: * INSTALL, README: install&others updated
19531:
19532: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19533:
1.116 moko 19534: * Makefile.am, configure, configure.in,
19535: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19536: src/classes/Makefile.am, src/main/Makefile.am,
19537: src/main/pa_status_provider.C, src/targets/Makefile.am,
19538: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19539: works
1.95 moko 19540:
19541: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19543: classes/hashfile.C, classes/int.C, classes/mail.C,
19544: classes/math.C, classes/op.C, classes/response.C,
19545: classes/string.C, classes/table.C, classes/void.C,
19546: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19547: include/pa_array.h, include/pa_cache_managers.h,
19548: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19549: include/pa_config_fixed.h, include/pa_config_includes.h,
19550: include/pa_db_connection.h, include/pa_db_manager.h,
19551: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19552: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19553: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19554: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19555: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19556: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19557: include/pa_stack.h, include/pa_string.h,
19558: include/pa_stylesheet_connection.h,
19559: include/pa_stylesheet_manager.h, include/pa_table.h,
19560: include/pa_threads.h, include/pa_types.h, main/compile.C,
19561: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19562: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19563: main/pa_db_connection.C, main/pa_db_manager.C,
19564: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19565: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19566: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19567: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19568: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19569: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19570: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19571: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19572: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19573: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19574: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19575: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19576: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19577: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19578: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19579: types/pa_vmethod_frame.h, types/pa_vobject.h,
19580: types/pa_vrequest.h, types/pa_vresponse.h,
19581: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19582: types/pa_vstateless_object.h, types/pa_vstatus.C,
19583: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19584: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19585: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19586: classes/image.C, main/pa_common.C, main/pa_exec.C,
19587: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19588: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19589: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19590: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19591: types/pa_vxnode.C, main/pa_charset.C: name spelling
19592:
19593: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19594: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19595: classes/hashfile.C, classes/image.C, classes/int.C,
19596: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19597: classes/string.C, classes/table.C, classes/void.C,
19598: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19599: include/pa_array.h, include/pa_cache_managers.h,
19600: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19601: include/pa_config_fixed.h, include/pa_config_includes.h,
19602: include/pa_db_connection.h, include/pa_db_manager.h,
19603: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19604: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19605: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19606: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19607: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19608: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19609: include/pa_stack.h, include/pa_string.h,
19610: include/pa_stylesheet_connection.h,
19611: include/pa_stylesheet_manager.h, include/pa_table.h,
19612: include/pa_threads.h, include/pa_types.h, main/compile.C,
19613: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19614: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19615: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19616: main/pa_db_connection.C, main/pa_db_manager.C,
19617: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19618: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19619: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19620: main/pa_socks.C, main/pa_sql_driver_manager.C,
19621: main/pa_status_provider.C, main/pa_string.C,
19622: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19623: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19624: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19625: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19626: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19627: targets/isapi/pool_storage.h, types/pa_valiased.C,
19628: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19629: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19630: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19631: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19632: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19633: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19634: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19635: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19636: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19637: types/pa_vresponse.h, types/pa_vstateless_class.C,
19638: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19639: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19640: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19641: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19642: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19643: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19644:
19645: 2002-02-07 paf
19646:
19647: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19648:
1.116 moko 19649: * configure, configure.in, src/include/pa_config_auto.h.in,
19650: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19651: added yet another locking function: fcntl
1.95 moko 19652:
19653: * config.sub: on cygwin configure passes it with strange i1586
19654: const, hacked it to mean i586
19655:
19656: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19657: disabled $if reference due to conflicts with local variables
19658:
19659: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19660: xdoc::set obsolete now, now xdoc::create, with both sences
19661:
19662: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19663: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19664: table::create now // 'set' name obsolete now table clone.
19665:
19666: * operators.txt, src/classes/string.C,
19667: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19668: ^int/double/string.format now can be called with normal []
19669: brackets, not stupid {} as it were implemented for some strange
19670: reason. retaining backward compatibility due to some
19671: already-implemented servers
19672:
19673: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19674: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19675: operators now detected by check at name_without_curly_rdive_read
19676: rule whether diving code constists only of
19677: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19678: with OP_GET_ELEMENT_OR_OPERATOR to form
19679: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19680:
19681: 2002-02-06 paf
19682:
19683: * configure, configure.in: prefix expanded, grr
19684:
19685: * operators.txt, src/classes/mail.C: mail:send config changed
19686:
19687: 2002-02-05 paf
19688:
19689: * operators.txt: regex options commented
19690:
19691: * src/main/: pa_exec.C: argv0 now correct
19692:
19693: * src/types/pa_vstatus.C: status:rusage 3
19694:
19695: * src/types/pa_vstatus.C: status:rusage 2
19696:
19697: * operators.txt: status:rusage described int operators
19698:
19699: * src/types/pa_vstatus.C: status:rusage 1
19700:
19701: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19702: src/types/types.dsp: status:rusage
19703:
19704: * configure.in, operators.txt, src/classes/file.C,
19705: src/classes/op.C, src/include/pa_common.h,
19706: src/include/pa_config_includes.h, src/main/compile.tab.C,
19707: src/main/pa_common.C: rewritten ^cache to use
19708: non-blocking-exclusive-caches
19709:
19710: * src/main/pa_common.C: text file read mode on win32 adjusted
19711: [speed impact. was off for debugging purpose, but forgotten
19712: afterwards]
19713:
19714: 2002-02-01 paf
19715:
19716: * src/classes/op.C: file_write does EX lock after create, while
19717: file_read does SH after open, so there's a moment after create
19718: but before EX lock when read can sneak into, and read
19719: just-created-for-writing-and-not-yet-locked file, added a check
19720: for that in ^cache...read
19721:
19722: 2002-01-31 paf
19723:
19724: * src/main/: compile.y, compile.tab.C: disabled operator call after
19725: ^xxx:
19726:
19727: * src/main/: compile.tab.C, execute.C: made operators lookup first
19728: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19729:
19730: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19731: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19732: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19733: operators check 6.1 rewritten. now check is done at compile time
19734:
19735: * src/main/execute.C: operators check 5 floated up old error of
19736: staying in 'entered class/object' state after $a($a..) it
19737: prevented operators from being called thereafter
19738:
19739: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19740: main/execute.C: operators check 4 floated up old error of staying
19741: in 'entered object' state after ^a.a(a) it prevented operators
19742: from being called thereafter
19743:
19744: * src/main/execute.C: operators check 3 floated up old error of
19745: staying in 'entered class' state after $a:a(a) it prevented
19746: operators from being called thereafter
19747:
19748: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19749: floated up old error of staying in 'entered class' state after
19750: $a:a[a] it prevented operators from being called thereafter
19751:
19752: * src/main/execute.C: operators check, thay mistakenly seen in
19753: $class:operator $object.operators contexts
19754:
19755: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19756: win32
19757:
1.116 moko 19758: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19759: src/classes/Makefile.am, src/main/Makefile.am,
19760: src/targets/cgi/Makefile.am,
1.95 moko 19761: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19762: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19763:
1.116 moko 19764: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19765: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19766: configure, configure.in, form.txt, ident.awk, install-sh,
19767: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19768: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19769: etc/parser3.charsets/Makefile.am,
19770: etc/parser3.charsets/koi8-r.cfg,
19771: etc/parser3.charsets/windows-1250.cfg,
19772: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19773: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19774: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19775: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19776: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19777: straightened installation scripts procedure made
19778: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19779: change
19780:
19781: 2002-01-30 paf
19782:
19783: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19784: removed] those comments were a mistake, and prevented libltdl
19785: from function properly
19786:
19787: 2002-01-29 paf
19788:
1.116 moko 19789: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19790: creation [modified acinclude.m4 which were creating int into just
19791: assignment LIBTOOL=../libtool] added default system
19792: config&charsetts prepared 'make install', now it installs
19793: targets/cgi/parser3 into bin directory etc/parser3.conf &
19794: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19795: $sysconfdir/parser3.charsets respectively
19796:
19797: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19798: main/pa_globals.C: few forgotten ifdef XML added
19799:
19800: 2002-01-28 paf
19801:
1.116 moko 19802: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19803: removed
19804:
19805: * src/main/pa_exception.C: dom|generic error output fix
19806:
19807: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19808:
19809: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19810:
19811: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19812: [fixed as_node helper func to accept docs]
19813:
19814: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19815: xdoc.importNode 0
19816:
19817: * src/classes/xdoc.C: xdoc::set now untaints OK
19818:
19819: 2002-01-25 paf
19820:
19821: * src/main/: compile.tab.C, compile.y: #comment before @ after
19822: @SPECIAL now works OK
19823:
19824: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19825:
19826: * src/main/pa_exec.C: max arg count now 10, and proper message on
19827: violation that added
19828:
19829: * src/classes/hash.C: unified hash::sql, now
19830: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19831:
19832: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19833: ^file:lock[filename]{code}
19834:
19835: * src/: classes/file.C, classes/op.C, classes/string.C,
19836: classes/table.C, classes/xdoc.C, include/pa_common.h,
19837: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19838: to some pa_common funcs
19839:
19840: * src/: include/pa_charset.h, main/pa_globals.C:
19841: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19842:
19843: * src/: include/pa_charset.h, main/pa_charset.C,
19844: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19845: not stupid illegal define
19846:
19847: 2002-01-24 paf
19848:
19849: * src/include/pa_version.h: changed version number
19850:
19851: * src/: classes/hashfile.C, include/pa_db_table.h,
19852: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19853: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19854: main/pa_db_connection.C, main/pa_db_table.C,
19855: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19856: hashfile without logfiles
19857:
19858: * src/: classes/hashfile.C, include/pa_db_table.h,
19859: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19860: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19861: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19862: DB_INIT_TXN init bits, thus got rid of huge log files, which
19863: cluttered disk without huge need]
19864:
19865: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19866: handy macro, which is strangly abscent in dome lib
19867:
19868: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19869:
19870: * src/classes/xdoc.C: checked empty response
19871:
19872: * src/classes/xnode.C: xdoc.select fixed context node [were always
19873: /, not self node]
19874:
19875: * src/classes/xnode.C: xnode.select returns array always now, in
19876: case 'nothing found' returns empty array
19877:
19878: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19879: be more tender with ctrl/c/v
19880:
19881: 2002-01-23 paf
19882:
19883: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19884: substituted. // 2. when dom tree with entites goes under
19885: transform text nodes // got [erroreosly] cut on first
19886: entity occurance
19887:
19888: * src/types/pa_vdouble.h: double prec. todo: get rid of
19889: twice-converting
19890:
19891: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19892: 'e' in output this is for regretful twice-converting here:
19893: $a(double value) when they write double falue they convert it to
19894: string first, thus %g were losing precesion.
19895:
19896: todo: think up some way to remove double->string string->double
19897: twice-converting
19898:
19899: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19900: %.20E now default float format this is for regretful
19901: twice-converting here: $a(double value) when they write double
19902: falue they convert it to string first, thus %g were losing
19903: precesion.
19904:
19905: todo: think up some way to remove double->string string->double
19906: twice-converting
19907:
19908: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19909: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19910: reasons in comment inside
19911:
19912: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19913: statically linked]
19914:
19915: * src/: include/pa_exception.h, main/compile.tab.C,
19916: main/pa_exception.C: removed exception va_list constructor. 1.
19917: not needed anymore 2. there were a conflict[causing errors]
19918: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19919: never detected an ambiguilty here, compiling ctor(, "hello") into
19920: ctor(, va_list) which, of course, caused gpf
19921:
19922: * src/main/pa_globals.C: removed debug xslt messages
19923:
19924: 2002-01-22 paf
19925:
19926: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19927: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19928: helps compiling stylesheet properly. example: this refused to
19929: work, <b>«<xsl:value-of select="@title"
19930: />»</b> stranly worked only this way:
19931: <b>«<xsl:value-of select="@title" />»</b>
19932:
19933: docs says "set it to 1", never going into details, so I decided
19934: to try NOT to do that
19935:
19936: * src/classes/table.C: join behaived badly in case named tables
19937: structure mismatched: 0 strings sneaked into dest failing
19938: afterwards. replaced them with empty strings
19939:
19940: 2002-01-21 paf
19941:
19942: * src/main/pa_charset.C: checked empty transcoders in
19943: transcode_cstr|buf
19944:
19945: * src/classes/xdoc.C: xdoc::load error source = filespec
19946:
19947: * src/classes/xdoc.C: transform error source now
19948: stylesheet_filespec
19949:
1.116 moko 19950: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19951: include/pa_stylesheet_connection.h, main/pa_charset.C,
19952: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19953: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19954: gnome
1.95 moko 19955:
19956: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19957: include/pa_globals.h, include/pa_stylesheet_connection.h,
19958: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19959: xslt generic error 1
19960:
19961: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19962: xml generic message 1
19963:
19964: * src/classes/table.C: ^table::load empty lines or #comments before
19965: headline
19966:
19967: * src/: include/pa_array.h, include/pa_globals.h,
19968: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19969: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19970: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19971: errors 0
19972:
19973: 2002-01-16 paf
19974:
19975: * src/: classes/hash.C, classes/op.C, classes/string.C,
19976: classes/table.C, classes/void.C, classes/xdoc.C,
19977: include/pa_db_connection.h, include/pa_request.h,
19978: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19979: include/pa_stylesheet_connection.h,
19980: include/pa_stylesheet_manager.h, main/pa_request.C,
19981: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19982: targets/cgi/pool_storage.h: auto closers to sql_connection,
19983: stylesheet_connection auto destroyers to remaining gnome objects
19984:
19985: * src/classes/xdoc.C: few comments
19986:
19987: 2002-01-15 paf
19988:
19989: * src/classes/xdoc.C: xdoc file save string
19990:
19991: ready. todo: error handling
19992:
19993: * src/classes/xdoc.C: xdoc save rewritten using
19994: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19995: result
19996:
19997: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19998: started output options parsing
19999:
20000: 2002-01-14 paf
20001:
20002: * src/classes/xdoc.C: method
20003:
20004: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20005: include/pa_pool.h, include/pa_stylesheet_connection.h,
20006: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20007: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20008: xslt transform0. TODO: use output options handle errors
20009:
20010: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20011:
20012: 2002-01-11 paf
20013:
20014: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20015: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20016: partial logical && || evaluation
20017:
20018: * src/classes/xnode.C: xpath selectNodes
20019:
20020: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20021: string/number/bool
20022:
20023: * src/classes/xnode.C: xpath selectNode 2
20024:
20025: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20026: xpath selectNode 1
20027:
20028: 2002-01-10 paf
20029:
20030: * src/classes/xnode.C: xpath selectNode -100 [just written]
20031:
20032: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20033: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20034: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20035: refcounter]
20036:
20037: 2001-12-29 paf
20038:
20039: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20040: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20041: glib works 0
20042:
20043: 2001-12-28 paf
20044:
20045: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20046: main/pa_exception.C: started glib transcoders
20047:
20048: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20049:
20050: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20051: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20052: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20053: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20054: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20055: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20056: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20057: libs just compiled in. no refcounting no xpath no xslt yet
20058:
20059: 2001-12-27 paf
20060:
20061: * src/: include/pa_charset.h, include/pa_common.h,
20062: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20063: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20064: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20065: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20066: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20067: from xalan&xerces, started the process. globals [initialization
20068: pool [charset update charset [transcodings vxnode vxdoc [DOM
20069: calls
20070:
20071: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20072: anymore
20073:
20074: 2001-12-26 paf
20075:
20076: * src/: include/pa_charset.h, include/pa_charsets.h,
20077: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20078: key globalized [bug]
20079:
20080: 2001-12-25 paf
20081:
20082: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20083: main/pa_string.C: table set & append changed splitting languages,
20084: separators now can be clean AND as-is same to mail command line
20085: $MAIN:MAIL.progX arguments
20086:
20087: 2001-12-24 paf
20088:
20089: * src/classes/mail.C: one parted text messages - no multipart
20090: mime-type anymore. for convinient if $.attach-ments
20091:
20092: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20093: main/pa_string.C: read from cache size check updated
20094:
20095: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20096:
20097: 2001-12-21 paf
20098:
20099: * src/classes/date.C: date:sql-string now returns localtime
20100:
20101: * src/main/pa_request.C: $result in @main actually not working, to
20102: hell with it for now
20103:
20104: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20105: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20106: @postprocess @exception
20107:
20108: * src/main/execute.C: junction evaluation canceled - endless
20109: recursion detected
20110:
20111: 2001-12-19 paf
20112:
20113: * src/main/pa_charset.C: charset->charset transcoding via unicode
20114: intermediate
20115:
20116: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20117:
20118: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20119:
20120: * src/classes/op.C: ^cache keypath now relative
20121:
20122: * src/classes/mail.C: changed weighting prior to sort
20123:
20124: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20125: were missing
20126:
20127: 2001-12-17 paf
20128:
20129: * src/main/pa_charset.C: ifndef XML were bad type
20130:
20131: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20132: outdated unset services_pool
20133:
20134: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20135: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20136: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20137:
20138: * src/main/untaint.C: allowed space in filespec
20139:
20140: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20141:
20142: * src/classes/image.C: no govno
20143:
20144: * src/classes/image.C: govno
20145:
20146: 2001-12-16 paf
20147:
20148: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20149:
20150: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20151: charset_connection&manager replaced by charset&charsets
20152:
20153: * src/main/pa_charset.C: name_cstr 0
20154:
20155: * src/main/untaint.C: uri lang now knows about client/source
20156: charsets
20157:
20158: * src/: classes/file.C, classes/math.C, classes/op.C,
20159: classes/string.C, classes/table.C, classes/xdoc.C,
20160: include/pa_array.h, include/pa_cache_managers.h,
20161: include/pa_charset_connection.h, include/pa_charset_manager.h,
20162: include/pa_common.h, include/pa_db_connection.h,
20163: include/pa_db_manager.h, include/pa_db_table.h,
20164: include/pa_dictionary.h, include/pa_exception.h,
20165: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20166: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20167: include/pa_sapi.h, include/pa_socks.h,
20168: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20169: include/pa_string.h, include/pa_stylesheet_connection.h,
20170: include/pa_stylesheet_manager.h, include/pa_table.h,
20171: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20172: main/pa_charset.C, main/pa_charset_connection.C,
20173: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20174: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20175: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20176: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20177: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20178: types/types.dsp: introducing Charset
20179:
20180: 2001-12-14 paf
20181:
20182: * src/: include/pa_request.h, include/pa_transcoder.h,
20183: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20184: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20185: uri lang
20186:
20187: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20188:
20189: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20190:
20191: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20192: defalts_name global
20193:
20194: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20195: include/pa_request.h, main/main.dsp,
20196: main/pa_charset_connection.C, main/pa_charset_manager.C,
20197: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20198: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20199: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20200: changed charset model. now important: $request:charset
20201: $response:charset while $response:content-type.charset become
20202: unimportant [informational]
20203:
20204: 2001-12-13 paf
20205:
20206: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20207:
20208: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20209: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20210: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20211: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20212: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20213: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20214:
20215: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20216: auto_ptr part other way, because of stupid gcc 2.96
20217: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20218: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20219: FormatterListener] /usr/include/g++-3/memory:48:
20220: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20221: _Tp1 = FormatterListener, _Tp = FormatterListener]
20222:
20223: * src/classes/xdoc.C: removed extra inc
20224:
20225: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20226:
20227: * src/include/pa_types.h: msvc head debugging flag
20228:
20229: * src/classes/xdoc.C: freed up listener
20230:
20231: * src/classes/string.C: change msg '... code is not code'
20232:
20233: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20234: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20235: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20236: [past/future prob]
20237:
20238: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20239: include/pa_config_fixed.h, include/pa_db_manager.h,
20240: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20241: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20242:
20243: * src/: include/pa_config_fixed.h, main/pa_common.C,
20244: main/pa_string.C: removed signed mismatch warnings
20245:
20246: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20247: 'expires' from header outputs
20248:
20249: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20250: row ptr
20251:
20252: * src/classes/file.C: file::cgi bug, request_method were passed to
20253: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20254:
20255: * src/classes/xdoc.C: lang list updated
20256:
20257: 2001-12-10 paf
20258:
20259: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20260:
20261: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20262: erase files like that, knowing their full name introducing //
20263: theoretical problem with, for instance, "_2B" and "." fragments,
20264: // they would yield the same // because
20265: need_file_encode('_')=false // but we need to delete such files
20266: somehow, getting names from ^index
20267:
20268: * src/main/pa_string.C: ^string.replace bug fixed [bad
20269: string::join_chank break]
20270:
20271: 2001-12-07 paf
20272:
20273: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20274: include/pa_common.h, include/pa_config_auto.h.in,
20275: include/pa_config_fixed.h, include/pa_config_includes.h,
20276: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20277: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20278: types/pa_vhashfile.C: merged from r14_simple_cache
20279:
20280: * src/main/pa_string.C: stupid sparc architecture failed to access
20281: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20282: lduh [ %i2 + 1 ], %l0
20283:
20284: bus error, fixed that
20285:
20286: * src/main/pa_string.C: strange string deserialize bug on
20287: client[pmts], a bit shortened,
20288:
20289: * src/include/pa_config_auto.h.in: makes
20290:
20291: * src/: include/pa_common.h, include/pa_config_fixed.h,
20292: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20293: file write shared lock file read
20294:
20295: * src/: classes/op.C, include/pa_common.h,
20296: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20297:
20298: 2001-12-06 paf
20299:
20300: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20301: main/pa_request.C: #ifdef RESOURCES_DEBUG
20302:
20303: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20304: info
20305:
20306: * src/classes/hashfile.C: removed transaction from ^cache
20307:
20308: 2001-12-05 paf
20309:
20310: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20311: IIS5 there were a prob with illegal call check
20312:
20313: 2001-12-04 paf
20314:
20315: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20316: main/pa_request.C: measures to log
20317:
20318: 2001-11-23 paf
20319:
20320: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20321: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20322: types/pa_vhashfile.C: merged from _0014, 1
20323:
20324: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20325: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20326: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20327: ^cache(33) would change
20328:
20329: 0660 bits in file_write & hashfile create
20330:
20331: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20332: after pa_string optimization]
20333:
20334: 2001-11-22 paf
20335:
20336: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20337: table.offset[whence]
20338:
20339: * src/classes/op.C: process cstr(,connection)
20340:
20341: * src/classes/op.C: process now gets its body on current language,
20342: not as-is
20343:
20344: * src/main/untaint.C: ORIGINS mode removed UHTML
20345:
20346: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20347: bit
20348:
1.116 moko 20349: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20350:
20351: 2001-11-21 paf
20352:
20353: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20354: <xsl:output output options made identical to xsl:output
20355: attributes exclusion: cdata-section-elements what xalan can do
20356: but that not used now: it can escape and remove CDATA sections
20357:
20358: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20359: produced by xslt
20360:
20361: * src/targets/cgi/parser3.C: removed debug cgi||1
20362:
20363: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20364:
20365: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20366: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20367: default language for {code}, it happen to change it's language
20368: from CLEAN, so later refused to split by CLEAN \t
20369:
20370: 2001-11-20 paf
20371:
1.116 moko 20372: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20373: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20374: bottom of dependeces, so that errors would popup quicklier, fixed
20375: line numbering in table::sql
20376:
20377: 2001-11-19 paf
20378:
20379: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20380: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20381: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20382: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20383: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20384: at wcontext.write
20385:
1.116 moko 20386: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20387: _set_new_handler
20388:
1.116 moko 20389: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20390: set_new_handler in apache&isapi
1.95 moko 20391:
20392: 2001-11-16 paf
20393:
20394: * src/targets/cgi/parser3.C: pool debug @ die
20395:
20396: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20397: removed 8 bytes from String, 2 bytes from
20398: string::chunk::row::item
20399:
20400: * src/main/pa_string.C: removed 1+4 bytes from String
20401:
20402: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20403: types/pa_vstring.C: removed 1+4 bytes from String
20404:
20405: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20406: 0
20407:
20408: * src/: include/pa_globals.h, include/pa_string.h,
20409: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20410: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20411: targets/cgi/parser3.C: introducing estimating
20412: String::cstr_bufsize, 0
20413:
20414: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20415:
20416: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20417:
20418: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20419: include/pa_pool.h: die in pool::fail
20420:
20421: 2001-11-15 paf
20422:
20423: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20424: main/pa_exception.C, targets/cgi/parser3.C: exception with
20425: dynamic buffer re-back now with counter
20426:
20427: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20428: static buffer back
20429:
20430: * src/targets/cgi/parser3.C: std::
20431:
20432: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20433: include/pa_config_includes.h: setnewhandler check
20434:
1.116 moko 20435: * src/include/pa_config_auto.h.in: makes
1.95 moko 20436:
20437: * src/targets/cgi/parser3.C: set_new_handler started
20438:
20439: 2001-11-14 paf
20440:
20441: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20442: was wrong
20443:
20444: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20445: was wrong
20446:
20447: * src/main/pa_request.C: z
20448:
20449: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20450: full returns win32 -1 solaris >buffer_size
20451:
20452: checked all that
20453:
20454: * src/classes/op.C: ^untaint{body} as-is default now
20455:
20456: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20457: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20458: with no_bad_constructors_try
20459:
20460: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20461: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20462: this: $bred[^string::length[]] $bred[^response::clear[]]
20463: $bred[^int::int[]]
20464:
20465: now VObject creation moved into overriden
20466: VClass::create_new_value, thus 0 from create_new_value means that
20467: class has no ctors
20468:
20469: 2001-11-13 paf
20470:
20471: * src/classes/classes.C: returned accedently removed if in foreach
20472: callbacks [when hash no-0-restructure]
20473:
20474: 2001-11-12 paf
20475:
20476: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20477: passed as-is to method, xalan makes & into & itself
20478:
20479: * src/classes/date.C: date.roll parser2 alg used
20480:
20481: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20482: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20483: main/pa_dictionary.C, main/pa_hash.C,
20484: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20485: now does not containt 0 values. put 0 actullay removes. no check
20486: on 0 value in foreach now required
20487:
20488: 2001-11-11 paf
20489:
20490: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20491:
20492: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20493:
20494: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20495: driver initialize not const
20496:
20497: 2001-11-10 paf
20498:
20499: * src/main/pa_exec.C: doc
20500:
20501: 2001-11-09 paf
20502:
20503: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20504: param properly
20505:
20506: * src/classes/string.C: string.save now does untainting before
20507: saving
20508:
20509: * src/main/pa_common.C: line endings fixing fixed last piece[was
20510: still cstr oriented]
20511:
20512: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20513: line endings fixing got rid of cstr, now must work ok with post
20514: multipart
20515:
20516: * src/types/pa_vform.C: line endings fixed at post / multipart /
20517: not file also now
20518:
20519: 2001-11-08 paf
20520:
20521: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20522: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20523: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20524: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20525: main/pa_stylesheet_manager.C: restructured Cache manager to be
20526: simple parent, not second parent [gcc 2.96 strangly refused to
20527: call virtual from second parent]
20528:
1.116 moko 20529: * src/: include/pa_common.h, main/Makefile.am,
20530: targets/cgi/pa_pool.C: makes
1.95 moko 20531:
20532: * src/: include/pa_request.h, main/pa_request.C,
20533: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20534: 'status' class enabler
20535:
20536: <Location /parser-status.html> ParserStatusAllowed </Location>
20537:
20538: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20539: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20540: include/pa_stylesheet_manager.h, main/main.dsp,
20541: main/pa_cache_managers.C, main/pa_charset_manager.C,
20542: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20543: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20544: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20545: todo: apache 'status' class enabler
20546:
20547: 2001-11-05 paf
20548:
20549: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20550: debug to normal
20551:
20552: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20553: hence i removed skipping 0 values in hash::for_each-es we need to
20554: check cleaned cache items manually. few more checks.
20555:
20556: expiring to 0 time was wrong, changed to 'now' time
20557:
20558: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20559: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20560: on apache already done :)
20561:
20562: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20563: skipping 0 values in hash::for_each-es we need to check cleaned
20564: cache items manually
20565:
20566: * src/main/: pa_db_connection.C, pa_db_table.C:
20567: parser_multithreaded check was wrong
20568:
20569: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20570: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20571: classes/hashfile.C, classes/image.C, classes/int.C,
20572: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20573: classes/string.C, classes/table.C, classes/void.C,
20574: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20575: include/pa_array.h, include/pa_charset_connection.h,
20576: include/pa_charset_manager.h, include/pa_common.h,
20577: include/pa_config_fixed.h, include/pa_config_includes.h,
20578: include/pa_db_connection.h, include/pa_db_manager.h,
20579: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20580: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20581: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20582: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20583: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20584: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20585: include/pa_stack.h, include/pa_string.h,
20586: include/pa_stylesheet_connection.h,
20587: include/pa_stylesheet_manager.h, include/pa_table.h,
20588: include/pa_threads.h, include/pa_types.h, main/compile.C,
20589: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20590: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20591: main/pa_charset_manager.C, main/pa_common.C,
20592: main/pa_db_connection.C, main/pa_db_manager.C,
20593: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20594: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20595: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20596: main/pa_socks.C, main/pa_sql_driver_manager.C,
20597: main/pa_status_provider.C, main/pa_string.C,
20598: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20599: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20600: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20601: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20602: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20603: targets/isapi/pool_storage.h, types/pa_valiased.C,
20604: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20605: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20606: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20607: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20608: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20609: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20610: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20611: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20612: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20613: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20614: types/pa_vstateless_object.h, types/pa_vstatus.h,
20615: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20616: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20617: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20618: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20619: $status:db fixed used not initialized in db_connection & db_table
20620:
20621: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20622: $status:charset
20623:
20624: * src/: classes/xdoc.C, include/pa_db_connection.h,
20625: include/pa_stylesheet_connection.h,
20626: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20627: types/pa_vstatus.h: $status:stylesheet
20628:
20629: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20630: include/pa_request.h, include/pa_sql_connection.h,
20631: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20632: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20633: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20634: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20635: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20636: types/pa_vxnode.C, types/types.dsp: started status parser class
20637:
20638: 2001-11-01 paf
20639:
20640: * src/include/pa_config_auto.h.in: makes
20641:
20642: * src/main/pa_hash.C: removed old extra include
20643:
20644: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20645: checks [for hp, there are such in math.h]
20646:
20647: * src/classes/op.C: ^for endless loop check strightened
20648:
20649: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20650: behavior in native calls. it left unchanged, so ^for ^foreach &
20651: co can use r.root to write their i & key,value there
20652:
20653: * src/classes/op.C: detected for var storage bug, fixed.
20654: todo:foreach
20655:
20656: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20657: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20658: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20659: changing of hash inside of foreach
20660:
20661: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20662: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20663: were hash.foreach
20664:
20665: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20666: types/pa_vstring.C, types/pa_vstring.h:
20667: ^foreach[key|value]{body}[[separator]|{separator}]
20668:
20669: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20670: types/pa_vcookie.C: ^hash.delete[key]
20671:
20672: 2001-10-31 paf
20673:
20674: * src/main/: compile.C, pa_common.C: completely empty file now
20675: considered "read", not ignored [not perfect trick used]
20676:
20677: * src/main/pa_common.C: simplier common ifdefs
20678:
20679: * src/main/pa_common.C: typing bug in common - bad ifdeff
20680:
20681: * src/main/pa_db_connection.C: z
20682:
20683: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20684: lockdetector flags
20685: dbenv.lk_detect=DB_LOCK_RANDOM;
20686:
20687: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20688: from accidental show [imagine user forgot @exception]
20689:
20690: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20691:
20692: * src/: classes/file.C, classes/image.C, classes/mail.C,
20693: classes/string.C, classes/xnode.C, include/pa_common.h,
20694: main/pa_common.C: ^string.save[[append;]path]
20695:
20696: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20697: main/execute.C: \ in expression: int divide 10/3=3
20698:
20699: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20700: inside of ^cache
20701:
20702: * src/: include/pa_threads.h, main/pa_db_connection.C,
20703: main/pa_db_table.C, targets/cgi/pa_threads.C,
20704: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20705: needed
20706:
20707: 2001-10-30 paf
20708:
20709: * src/: classes/classes.dsp, main/main.dsp,
20710: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20711: types/types.dsp: enabled debug incremental compile
20712:
20713: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20714: form post data line endings not reformatted now.
20715:
20716: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20717: now required [had bug when file= has no value]
20718:
20719: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20720: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20721: cstr(asis) default param removed
20722:
20723: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20724:
20725: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20726:
20727: * src/include/pa_dir.h: LOAD_DIR fixed
20728:
20729: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20730: was broken} fix_line_breaks
20731:
20732: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20733: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20734: packed with #pragma pack
20735:
1.116 moko 20736: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20737:
20738: 2001-10-29 paf
20739:
20740: * src/types/pa_wcontext.h: bitfield syntax stricter
20741:
20742: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20743: string hash.puts
20744:
20745: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20746:
20747: * src/include/pa_sql_connection.h: there were one wrong
20748: SQL_CONNECTION_FUNC_GUARDED [failed]
20749:
20750: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20751: param.someday either ifdef or remove it
20752:
20753: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20754:
20755: * src/main/untaint.C: optimizing returned after debugging
20756:
20757: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20758: main/untaint.C: memory hunging #pragma pack(1)
20759:
20760: 16 419 844 13 169 394
20761:
20762: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20763: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20764: places [todo:Array]
20765:
20766: * src/: main/execute.C, targets/cgi/pa_pool.C,
20767: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20768: types/pa_wwrapper.h: debugging memory WContext flags to bits
20769:
20770: total 5 652 652/158731 total 5 469 332/158731
20771:
20772: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20773: Array:: without cache in get/put now
20774:
20775: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20776: 18:25:27 2001] total 5 652 652/158731
20777:
20778: * src/: include/pa_string.h, main/pa_string.C,
20779: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20780: now
20781:
20782: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20783: 18:11:53 2001] total 5796092/158731
20784:
20785: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20786: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20787: key ref now
20788:
20789: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20790: 17:11:17 2001] total 16867948/202658
20791:
20792: * src/: classes/file.C, classes/image.C, classes/string.C,
20793: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20794: main/execute.C, main/pa_array.C, main/pa_common.C,
20795: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20796: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20797: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20798: string::as_int/double now usually uses stack, not heap [200K out
20799: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20800:
20801: * src/main/pa_sql_driver_manager.C: ping to have services [old
20802: hiding bug]
20803:
20804: * src/Makefile.am: .am order
20805:
20806: * src/: include/pa_array.h, include/pa_charset_manager.h,
20807: include/pa_db_connection.h, include/pa_db_manager.h,
20808: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20809: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20810: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20811: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20812: required "friend class"
20813:
20814: ../include/pa_request.h:51: friend declaration requires
20815: class-key, i.e. `friend class Temp_lang'
20816:
20817: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20818: main/pa_exception.C, main/pa_sql_driver_manager.C,
20819: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20820:
20821: the idea is to #1 jump to C++ some function to main body, where
20822: every function stack frame has exception unwind information and
20823: from there... #2 propagate_exception()
20824:
20825: 2001-10-28 paf
20826:
20827: * src/main/pa_db_connection.C: removed old consts
20828:
20829: * src/main/pa_db_connection.C: expire table [was accidently pasted
20830: with wrong type/cast]
20831:
20832: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20833: translation
20834:
1.116 moko 20835: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20836: remember to build DB2 with -fexceptions!!!
20837:
20838: * src/main/pa_db_table.C: DB_RMW defed
20839:
20840: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20841: include/pa_db_connection.h, include/pa_db_manager.h,
20842: include/pa_db_table.h, main/pa_db_connection.C,
20843: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20844:
20845: 2001-10-27 paf
20846:
20847: * src/: classes/hashfile.C, include/pa_db_connection.h,
20848: include/pa_db_table.h, main/pa_db_connection.C,
20849: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20850: types/pa_vhashfile.C: DB2 ifdefs
20851:
1.116 moko 20852: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20853: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20854: makes with DB2
20855:
1.116 moko 20856: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20857: types/Makefile.am: makes db
1.95 moko 20858:
20859: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20860: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20861: globals.C
20862:
20863: * src/: classes/hashfile.C, include/pa_db_connection.h,
20864: include/pa_db_table.h, main/pa_db_connection.C,
20865: main/pa_db_table.C: ^hashfile.clear[]
20866:
20867: * src/classes/classes.awk: no $ in var names
20868:
20869: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20870: connection&table [forgotten calls]
20871:
20872: 2001-10-26 paf
20873:
20874: * src/main/pa_db_connection.C: db checkpoints
20875:
20876: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20877: checkpoints
20878:
20879: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20880: default. but entities still reparsed. todo: tothink
20881:
20882: * src/main/pa_db_connection.C: db recover mech 2
20883:
20884: * src/: classes/hashfile.C, include/pa_db_connection.h,
20885: include/pa_db_manager.h, include/pa_db_table.h,
20886: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20887: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20888: types/pa_vhashfile.h: db connections & tables now cached at
20889: create time & multithreaded
20890:
20891: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20892: parsed_source
20893:
20894: * src/main/pa_db_connection.C: about to remove connection from
20895: vhashfile
20896:
20897: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20898: transaction commit/rollback responsibility left to parent [as it
20899: sould - else there were a bug with double free]
20900:
20901: * src/include/pa_db_table.h: db: child transaction commit/rollback
20902: responsibility left to parent [as it sould - else there were a
20903: bug with double free]
20904:
20905: 2001-10-25 paf
20906:
20907: * src/: classes/hashfile.C, include/pa_common.h,
20908: include/pa_db_connection.h, include/pa_db_manager.h,
20909: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20910: types/pa_vhashfile.C, types/pa_vhashfile.h,
20911: include/pa_db_table.h, main/pa_db_table.C: started db_home
20912: [multiple, cached] todo: autorecover [tried, but not succeded,
20913: yet]
20914:
20915: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20916:
20917: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20918: transaction parent passed
20919:
20920: 2001-10-24 parser
20921:
1.116 moko 20922: * src/classes/Makefile.am: makes
1.95 moko 20923:
20924: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20925: isapi/pool_storage.h: pool_storage fixed
20926:
20927: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20928: types/pa_vform.h: form fix_line_breaks
20929:
1.116 moko 20930: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20931:
20932: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20933: targets/cgi/pool_storage.h: makes
20934:
20935: * src/sql/pa_sql_driver.h: version
20936:
20937: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20938: types/pa_vform.C, types/pa_vform.h: .am
20939:
20940: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20941: this: DB_RMW Acquire write locks instead of read locks when doing
20942: the retrieval. Setting this flag may decrease the likelihood of
20943: deadlock during a read-modify-write cycle by immediately
20944: acquiring the write lock during the read part of the cycle so
20945: that another thread of control acquiring a read lock for the same
20946: item, in its own read-modify-write cycle, will not result in
20947: deadlock
20948:
20949: * src/targets/isapi/parser3isapi.dsp: doc
20950:
20951: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20952:
20953: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20954:
20955: * src/: classes/hashfile.C, include/pa_db_connection.h,
20956: main/pa_db_connection.C: hashfile expired deleted from db when
20957: get & iterate
20958:
20959: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20960: expiring 1
20961:
20962: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20963:
20964: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20965: db_connection not bothers with key when not returning expired
20966: data
20967:
20968: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20969: types/pa_vhashfile.C: db_cursor constructor public now
20970:
20971: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20972: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20973: stamped, todo: put_element analize
20974:
20975: * src/: include/pa_db_connection.h, include/pa_string.h,
20976: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20977: serialize. todo stamp
20978:
20979: 2001-10-23 parser
20980:
20981: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20982: classes/image.C, classes/mail.C, classes/response.C,
20983: classes/string.C, classes/table.C, classes/xdoc.C,
20984: include/pa_config_fixed.h, include/pa_db_connection.h,
20985: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20986: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20987: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20988: types/pa_vtable.C: ^hashfile.hash[]
20989:
20990: * src/: classes/hashfile.C, classes/xdoc.C,
20991: include/pa_config_fixed.h, main/pa_db_manager.C,
20992: main/pa_globals.C: ifdefs so it compiled without db
20993:
20994: * src/: classes/hashfile.C, include/pa_db_connection.h,
20995: include/pa_db_manager.h, main/pa_db_connection.C,
20996: main/pa_db_manager.C, types/pa_vhashfile.h:
20997: ^hashfile.transaction{code} ^hashfile:clear[filename]
20998: ^hashfile.delete[key]
20999:
21000: 2001-10-22 parser
21001:
21002: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21003: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21004:
21005: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21006: classes/xnode.C, include/pa_charset_connection.h,
21007: include/pa_db_connection.h, include/pa_db_manager.h,
21008: include/pa_exception.h, include/pa_sapi.h,
21009: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21010: include/pa_stylesheet_connection.h,
21011: include/pa_stylesheet_manager.h,
21012: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21013: main/pa_db_connection.C, main/pa_db_manager.C,
21014: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21015: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21016: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21017: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21018: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21019: types/types.dsp: hashfile 0
21020:
21021: * src/types/pa_vhashfile.C: z
21022:
21023: * src/: classes/classes.dsp, classes/hashfile.C,
21024: include/pa_config_fixed.h, main/execute.C,
21025: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21026: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21027:
21028: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21029:
21030: * src/: include/pa_exception.h, include/pa_request.h,
21031: main/execute.C, main/pa_exception.C, main/pa_request.C,
21032: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21033: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21034:
21035: 2001-10-19 parser
21036:
21037: * src/include/pa_pool.h: header
21038:
21039: * src/main/pa_pool.C: auto compiled on gcc
21040:
21041: * src/classes/image.C: comment
21042:
1.116 moko 21043: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21044:
21045: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21046: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21047: types/pa_vxnode.h: xnode clone got freed
21048:
21049: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21050: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21051: can free up xalandomstring resulting from pool::transcode
21052:
21053: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21054: include/pa_config_fixed.h, include/pa_exception.h,
21055: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21056: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21057: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21058: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21059: from non-xml compile
21060:
21061: * src/main/pa_request.C: pool:: context - get_context
21062:
21063: * src/: classes/classes.h, classes/date.C, classes/double.C,
21064: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21065: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21066: classes/string.C, classes/table.C, classes/void.C,
21067: include/pa_config_fixed.h, include/pa_exception.h,
21068: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21069: main/compile.C, main/compile_tools.C, main/execute.C,
21070: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21071: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21072: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21073: main/pa_string.C, main/pa_table.C, main/untaint.C,
21074: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21075: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21076: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21077: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21078: types/pa_vstateless_class.h, types/pa_vtable.C,
21079: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21080: exceptions 0
21081:
21082: * src/classes/classes.awk: $ removed
21083:
21084: 2001-10-18 parser
21085:
21086: * src/types/pa_vcookie.C: cookie:CLASS
21087:
21088: * src/main/main.dsp: project
21089:
21090: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21091: set_document & ctor question "who owns document" solved
21092:
21093: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21094:
21095: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21096: main/pa_pool.C: encoding in dom creating funcs
21097:
21098: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21099: be transformed now
21100:
21101: * src/classes/xdoc.C: dom created by create can be transformed now
21102:
21103: * src/classes/xdoc.C: z
21104:
21105: * src/classes/xdoc.C: comment
21106:
21107: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21108: create now uses XercesDocumentBridge, appendChild&co now works
21109:
21110: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21111: @ recompile
21112:
21113: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21114: $origin @exception[
21115:
21116: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21117: tag names forced to XML lang
21118:
21119: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21120: leechy-found bugs in code&doc fixed
21121:
21122: 2001-10-17 parser
21123:
21124: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21125: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21126: n functionality preserved
21127:
21128: * src/types/pa_vimage.h: removed unused vimage::save
21129:
21130: 2001-10-16 parser
21131:
21132: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21133:
21134: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21135:
21136: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21137:
21138: * src/classes/image.C: image.copy tolerance
21139:
21140: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21141: ineffective, but works for small paleted image
21142:
21143: * src/types/pa_vimage.C: comment
21144:
21145: * src/classes/image.C: gd size/resize bugfix
21146:
21147: * src/: classes/classes.dsp, main/main.dsp,
21148: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21149: types/types.dsp: ident >nul 2>&1
21150:
21151: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21152: systems
21153:
21154: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21155: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21156:
21157: 2001-10-15 parser
21158:
21159: * src/main/execute.C: z
21160:
21161: * src/classes/: xdoc.C: !::create{qualifiedName}
21162:
21163: * src/types/pa_vxnode.C: document_type_node.
21164: !readonly attribute DOMString name
21165: !notation_node.
21166: !readonly attribute DOMString publicId
21167: !readonly attribute DOMString systemId
21168:
1.116 moko 21169: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21170: ::write badly passed string too transparently [failed to
21171: intercept it]
1.95 moko 21172:
21173: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21174: include/pa_request.h, main/pa_sql_driver_manager.C,
21175: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21176: types/pa_vxnode.h: DOM1 major addtion, only few
21177: attributes/methods left
21178:
21179: 2001-10-13 parser
21180:
21181: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21182: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21183: in main handler
21184:
21185: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21186: cleanups & frees order
21187:
21188: * src/types/pa_vcode_frame.h: couple comments
21189:
21190: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21191: transparent enough to handle hash if creation&passing
21192:
21193: * src/: include/pa_config_fixed.h, main/execute.C,
21194: main/pa_exception.C: noticed that vcodeframe not transparent
21195: enough, would change now
21196:
21197: 2001-10-12 parser
21198:
21199: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21200: fixed. initialization&free on each thread!
21201:
21202: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21203: handling changed: now type of default param analized always, not
21204: only at problem time, thus helping early problem spotting
21205:
21206: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21207: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21208: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21209: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21210: multithread bug fixed. initialization&free on each thread!
21211:
21212: 2001-10-11 parser
21213:
21214: * src/classes/xnode.C: xnode.selectSingle now
21215:
21216: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21217: include/pa_pool.h, include/pa_stylesheet_connection.h,
21218: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21219: convertors out of Pool into Exception
21220:
21221: * src/main/pa_string.C: const
21222:
21223: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21224: linked pieces of same language together prior to String::replace
21225:
21226: * src/classes/hash.C: !^hash.add[addme]
21227: !^hash.sub[subme]
21228: !^a.union[b] = new
21229: !^a.intersection[b] = new
21230: !^a.intersects[b] = bool
21231:
21232: * src/classes/hash.C: !^hash::append[append_from]
21233:
21234: * src/: classes/hash.C, types/pa_vhash.h:
21235: !^hash::create[[copy_from]]
21236:
21237: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21238: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21239: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21240: fixed. got rid of empty_string, which caused errors - it hasnt
21241: exception but somebody[value.bark] tried to throw it on it's pool
21242:
1.116 moko 21243: * src/include/pa_config_auto.h.in: makes
1.95 moko 21244:
21245: 2001-10-10 parser
21246:
21247: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21248:
21249: * src/main/: compile.tab.C, compile.y: ^a[
21250:
21251: @next_method << now unclosed ] would be reported here
21252:
21253: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21254: compile error
21255:
21256: 2001-10-09 parser
21257:
1.116 moko 21258: * src/: classes/Makefile.am, main/Makefile.am,
21259: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21260:
21261: * src/classes/Makefile.am: makes
21262:
21263: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21264: win32 errors intercepted [xalan transformer patched and
21265: incorporated]
21266:
21267: * src/: classes/classes.dsp, classes/xdoc.C,
21268: include/pa_stylesheet_connection.h, main/main.dsp,
21269: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21270: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21271: patches starting
21272:
21273: * src/classes/: string.C, table.C: ^string.save[file]
21274:
21275: * src/classes/: date.C, table.C: calendar moved to date
21276:
21277: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21278: string/table] now
21279:
21280: * src/classes/: op.C, table.C: z
21281:
21282: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21283: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21284: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21285: be code [be string..]
21286:
21287: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21288: table.C: lots of
21289: params->as_int/double/as_string/as_junction/as_no_junction
21290: messages added
21291:
21292: 2001-10-08 parser
21293:
21294: * src/: classes/date.C, classes/image.C, classes/string.C,
21295: classes/table.C, classes/void.C, include/pa_request.h:
21296: params->as_int/double message added
21297:
21298: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21299:
21300: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21301: image:sector removed image:html internal "line-*" attribs
21302:
21303: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21304: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21305:
21306: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21307: way
21308:
21309: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21310: main/untaint.C: header untainting to UL_HTTP_HEADER,
21311: UL_MAIL_HEADER made nonforced [only tainted pieces]
21312:
21313: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21314: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21315: @ SAPI::log
21316:
21317: * src/main/untaint.C: \r to ' ' in origins mode
21318:
21319: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21320: set]
21321:
21322: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21323: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21324: nonstandard liaison freed up
21325:
21326: 2001-10-07 parser
21327:
21328: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21329: project
21330:
21331: 2001-10-05 parser
21332:
21333: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21334: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21335: from outputing to cerr. lots of "todos"
21336:
21337: * src/main/untaint.C: http_header tainting more gentle with
21338: enquoting now
21339:
21340: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21341: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21342: xml errorhandler. fixed string.replace a little, read @test
21343:
21344: * src/main/pa_string.C: found replace bug - first_that_starts(char
21345: *) does not have limit, and looks further eos, fixing....
21346:
21347: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21348:
21349: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21350:
21351: * src/main/: pa_charset_connection.C: ctype another mem clear
21352: bugfix
21353:
1.116 moko 21354: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21355: $result[^[$p^]z] now works fine
1.95 moko 21356:
21357: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21358: wrong. fixed it
21359:
21360: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21361: of totable appered to be vital
21362:
21363: 2001-10-04 parser
21364:
21365: * src/classes/image.C: ^image.length[text]
21366:
21367: 2001-10-03 parser
21368:
21369: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21370:
21371: * src/main/pa_request.C: restored pcre defaulting in request
21372: [mindlessly "optimized" yesterday] comment left
21373:
21374: 2001-10-02 parser
21375:
21376: * src/: main/pa_charset_manager.C,
21377: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21378: needed
21379:
21380: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21381: forgot non-xml pool.*charset needed
21382:
21383: * src/classes/table.C: # config comments fixed
21384:
21385: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21386: charset_connection #comment now
21387:
21388: * src/: classes/classes.dsp, types/types.dsp: release projects
21389: options fixed to use release msvcrt lib
21390:
21391: * src/main/pa_charset_connection.C: pcre tables now const inside
21392: removed default - pcre handles that internally fixed bug on
21393: not-cleaning tables [previously was calloced, now member]
21394:
21395: * src/: include/pa_request.h, main/pa_charset_connection.C,
21396: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21397: inside removed default - pcre handles that internally fixed bug
21398: on not-cleaning tables [previously was calloced, now member]
21399:
21400: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21401: tested charset reload on file change @ apache version = OK tested
21402: freeing up prev encoding on adding new = OK
21403:
21404: 2001-10-01 parser
21405:
21406: * src/main/pa_charset_connection.C: removed entitify external hack
21407: [internal installed]
21408:
1.116 moko 21409: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21410:
21411: * src/: include/pa_charset_connection.h,
21412: include/pa_charset_manager.h,
21413: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21414: main/pa_charset_connection.C, main/pa_charset_manager.C,
21415: main/pa_request.C: charset loading & caching mech 0
21416:
21417: * src/: include/pa_stylesheet_connection.h,
21418: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21419: main/pa_globals.C, main/pa_request.C: would make charset loading
21420: & caching mech now
21421:
21422: 2001-09-30 parser
21423:
21424: * src/main/pa_request.C: forgot to fill toTable
21425:
21426: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21427: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21428: failed on win32 for now..
21429:
21430: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21431: now charsets table configuration variable is: CHARSETS
21432:
21433: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21434: ctype with unicode 1. todo: no П entities on output somehow
21435:
21436: * src/: classes/file.C, classes/op.C, classes/string.C,
21437: include/pa_request.h, main/pa_request.C: started ctype with
21438: unicode values
21439:
21440: 2001-09-28 parser
21441:
21442: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21443: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21444: string passed AS-IS now
21445:
21446: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21447: way of user-configuring... todo: implement
21448:
21449: 2001-09-27 parser
21450:
21451: * src/classes/table.C: table.sort changed to sort table itself
21452:
21453: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21454: X^.getElementsByTagName[tagname] = array of xnode
21455: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21456: nodes removed - regretfully not supported @ xalan. maybe someday
21457: would reimplement, if needed.
21458:
21459: win32build system: solved long waiting anti-non-started-apache
21460: problem
21461:
21462: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21463: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21464: types/types.dsp: win32 ident make system so not to rebuild
21465: library [ident.C.new]
21466:
21467: 2001-09-26 parser
21468:
21469: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21470: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21471: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21472: types/pa_vxnode.C, types/types.dsp: z
21473:
21474: * src/classes/classes.C: forgot one non-xml check
21475:
1.116 moko 21476: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21477: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21478:
21479: * src/targets/cgi/parser3.C: z
21480:
21481: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21482: targets/isapi/parser3isapi.C: #ifdef SMTP
21483:
21484: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21485: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21486: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21487: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21488: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21489: types/types.dsp: xdoc&xnode now
21490:
21491: * src/: classes/classes.C, classes/classes.awk,
21492: classes/classes.dsp, classes/classes.h, classes/date.C,
21493: classes/dnode.C, classes/dnode.h, classes/dom.C,
21494: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21495: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21496: classes/op.C, classes/response.C, classes/string.C,
21497: classes/table.C, classes/void.C, include/pa_array.h,
21498: include/pa_common.h, include/pa_config_fixed.h,
21499: include/pa_config_includes.h, include/pa_dictionary.h,
21500: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21501: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21502: include/pa_socks.h, include/pa_sql_connection.h,
21503: include/pa_sql_driver_manager.h, include/pa_stack.h,
21504: include/pa_string.h, include/pa_stylesheet_connection.h,
21505: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21506: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21507: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21508: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21509: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21510: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21511: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21512: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21513: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21514: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21515: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21516: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21517: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21518: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21519: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21520: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21521: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21522: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21523: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21524: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21525: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21526: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21527: types/pa_vmethod_frame.h, types/pa_vobject.h,
21528: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21529: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21530: types/pa_vstateless_object.h, types/pa_vstring.C,
21531: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21532: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21533: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21534: main.dsp splitted to main+classes+types along to .am
21535:
21536: * src/classes/Makefile.am: removed useless var
21537:
21538: * src/: classes/classes.cmd, main/main.dsp,
21539: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21540: main.dsp
21541:
21542: 2001-09-25 parser
21543:
21544: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21545: 1251 though, todo ICU
21546:
1.116 moko 21547: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21548: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21549: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21550: types/pa_vdom.h: xml configure makes
1.95 moko 21551:
21552: 2001-09-24 parser
21553:
1.116 moko 21554: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21555: types/Makefile.am: makes
1.95 moko 21556:
1.116 moko 21557: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21558:
21559: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21560: started unix makes update
21561:
21562: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21563: started unix makes update
21564:
21565: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21566:
21567: * src/types/pa_value.h: z
21568:
21569: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21570: bugs with usinge hash/table in expressions
21571:
21572: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21573: resolved conflicts fixed [const]
21574:
21575: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21576: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21577: main/compile.C, main/compile.tab.C, main/compile.y,
21578: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21579: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21580: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21581: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21582: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21583: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21584: with before_xml [merge2 actually didn't happen - i've created
21585: tags on wrong branch. so this merge is in fact re-merge]
21586:
21587: 2001-09-21 parser
21588:
21589: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21590: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21591: produced "" in make file and sadly wrong interpreted on load]
21592:
1.116 moko 21593: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21594: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21595: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21596: include/pa_sql_driver_manager.h, include/pa_string.h,
21597: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21598: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21599: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21600:
21601: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21602: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21603: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21604: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21605: main/pa_pool.C, main/pa_request.C,
21606: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21607: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21608: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21609: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21610: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21611: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21612: types/pa_vrequest.C, types/pa_vresponse.h,
21613: types/pa_vstateless_class.C, types/pa_vstring.C,
21614: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21615: created new projects for sql drivers [planning to remove sql
21616: drivers from main cvs project] first, will join latest changes
21617:
21618: * src/classes/: dom.C: defaulted dom writing methods encoding to
21619: pool.get_charset
21620:
21621: * src/classes/dom.C: defaulted dom writing methods encoding to
21622: pool.get_charset
21623:
21624: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21625: pool.get_charset
21626:
21627: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21628: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21629: methods encoding to pool.get_charset
21630:
21631: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21632: transcoder were created right "unsupported encoding" message.
21633: not @ set time, but @ use time, so until xml output functions
21634: .string, .file, .save used - no encoding name check occur
21635:
21636: reduced transcode buffer size to 60 fixed pool cleanup - no
21637: registration needed, pools are officially destructured
21638:
21639: 2001-09-20 parser
21640:
21641: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21642:
21643: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21644: $MAIN:DEFAULTS.content-type[$.charset[here]]
21645:
21646: * src/: classes/dnode.C, classes/dom.C,
21647: include/pa_config_includes.h, include/pa_globals.h,
21648: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21649: main/pa_pool.C, targets/cgi/parser3.dsp,
21650: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21651: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21652: Pool::transcode 0
21653:
21654: * src/classes/dom.C: dom. string save file moved output xml options
21655: to last param and made it optional
21656:
21657: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21658: dnodes
21659: !$attributenode.specified = boolean
21660: true if the attribute received its value explicitly
21661: in the XML document,
21662: or if a value was assigned programatically with the
21663: setValue function.
21664: false if the attribute value came from the default value
21665: declared in the document's DTD.
21666: !$pinode.target = target of this processing instruction
21667: XML defines this as being the first token following the
21668: markup
21669: that begins the processing instruction.
21670: XPath:
21671: !^node.select[xpath/query/expression] = hash of 0->node0
21672: 1->node1
21673: !^node.select-single[xpath/query/expression] = first node if
21674: any
21675:
21676: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21677: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21678: some 'const's added
21679:
21680: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21681: expression context now, there value = size and boolean value
21682: size!=0
21683:
21684: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21685: can be used in expression context now, there value = size and
21686: boolean value size!=0
21687:
21688: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21689: types/pa_vstring.h: dnode .file .string .save moved back to dom
21690: due to strange xalan bug
21691:
21692: 2001-09-18 parser
21693:
21694: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21695: classes/image.C, classes/op.C, classes/table.C,
21696: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21697: include/pa_sql_driver_manager.h, main/compile.C,
21698: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21699: main/execute.C, main/pa_common.C, main/pa_request.C,
21700: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21701: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21702: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21703: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21704: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21705: before_xml branch ^if(def $hash) now true only when
21706: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21707:
21708: * src/: classes/op.C, main/execute.C: operators self changed to
21709: root ^for variable context changed to self
21710:
21711: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21712: dnode 1
21713:
21714: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21715: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21716:
21717: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21718: poly* fixed
21719:
21720: 2001-09-17 parser
21721:
21722: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21723: types/pa_vdom.h: started dnode+dom
21724:
21725: dnode DOM methods: $node.name $node.value
21726: ...others...
21727:
21728: ^node.xpath[/rates/USD] = hash
21729: $hash[
21730: $.0[node0]
21731: $.1[node1]
21732: ]
21733:
21734: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21735: applies to all linear primitives
21736:
21737: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21738: include/pa_stylesheet_connection.h, main/main.dsp,
21739: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21740: types/pa_vimage.h: started dnode DOM: $node.name
21741: $node.value ...others... ^node.xpath[/rates/USD] = hash
21742: dom(dnode)
21743:
21744: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21745: main/compile.y, main/compile_tools.h, main/execute.C,
21746: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21747: in expression compound($aa.zz.xx) names now can have minus '-' in
21748: name after '.'
21749:
21750: 2001-09-15 parser
21751:
21752: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21753: image: $line-width ^line(...)[**** style]
21754:
21755: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21756: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21757: pool_storage - cleanups first, allocations second. apache wisely
21758: does just like that
21759:
21760: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21761: rewritten using template, no bugs now
21762:
21763: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21764: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21765: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21766: poorly started isapi pool_storage, would rewrite using template
21767: now
21768:
21769: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21770: include/pa_stylesheet_connection.h, main/main.dsp,
21771: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21772: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21773: xalan objects freed up [introducing Pool::register_cleanup]
21774:
21775: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21776: comments
21777:
21778: 2001-09-14 parser
21779:
21780: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21781: z
21782:
21783: * src/: classes/dom.C, classes/file.C, classes/image.C,
21784: classes/mail.C, include/pa_common.h,
21785: include/pa_sql_driver_manager.h, include/pa_string.h,
21786: include/pa_stylesheet_connection.h,
21787: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21788: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21789: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21790: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21791: compiled&cached
21792:
21793: 2001-09-13 parser
21794:
21795: * src/: classes/dom.C, classes/file.C, classes/image.C,
21796: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21797:
21798: * src/classes/dom.C: dom:file content-type(.method)
21799:
21800: * src/: include/pa_common.h, include/pa_globals.h,
21801: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21802: string now more informative error messages
21803:
21804: * src/: include/pa_globals.h, include/pa_request.h,
21805: main/pa_request.C, targets/cgi/parser3.C,
21806: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21807: ParserSiteConfig .../parser3.conf
21808:
21809: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21810:
21811: 2001-09-12 parser
21812:
21813: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21814: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21815: precise error reporting: "connection string must start with
21816: protocol://" now
21817:
21818: * src/main/compile.tab.C: fixed - subname code parts actually []
21819: braced
21820:
21821: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21822: lexer on LS_USER level did [] matching without setting nestage,
21823: introduced special LS_NAME_SQUARE_PART state
21824:
21825: 2001-09-11 parser
21826:
21827: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21828: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21829: languages+=xml
21830:
21831: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21832:
21833: * src/classes/dom.C: ^dom:save/string/file[output options] output
21834: options: $.method[xml|html|text] detection fixed
21835:
21836: * src/types/pa_vdom.h: messages
21837:
21838: * src/classes/dom.C: ^dom:save/string/file[output options] output
21839: options: $.method[xml|html|text] detection fixed
21840:
21841: 2001-09-10 parser
21842:
21843: * src/classes/dom.C: ^dom:save/string/file[output options] output
21844: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21845:
21846: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21847: added]
21848:
21849: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21850: ^dom.xslt[stylesheet filename] 0
21851:
21852: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21853: ^dom.xslt[stylesheet filename] -1 doc is lying
21854:
21855: * src/classes/dom.C: ^dom.file[encoding] = file
21856:
21857: * src/classes/: dom.C: ^dom.string[encoding] 1
21858: ^dom.save[encoding;filename]
21859:
21860: * src/classes/dom.C: ^dom.string[] 0
21861:
21862: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21863:
21864: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21865: types/pa_vform.h: ^dom.save[b.xml] 0
21866:
21867: 2001-09-08 parser
21868:
21869: * src/types/pa_vform.C: $form:tables.name.field
21870:
21871: 2001-09-07 parser
21872:
21873: * src/classes/table.C: table:empty removed, superceded by ^if(def
21874: $table)...
21875:
21876: * src/targets/cgi/parser3.C: z
21877:
21878: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21879: from '' to int/double is 0]
21880:
21881: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21882: $table) is false when table is empty
21883:
21884: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21885: !$form:tables $atable[$form:tables.a]
21886: ^atable.menu{a=$atable.element}[,]
21887:
21888: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21889: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21890:
1.116 moko 21891: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21892: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21893: of dom
21894:
21895: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21896: types/pa_vform.C, types/pa_vform.h: z
21897:
21898: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21899: element [not last]
21900:
1.116 moko 21901: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21902: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21903:
21904: 2001-09-06 parser
21905:
21906: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21907: table with one column 'element' and two rows: 1 and 2
21908:
21909: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21910: table with one column 'element' and two rows: 1 and 2
21911:
21912: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21913: bad int/double conversions, and now $form:nonexistent.int(88)
21914: would return 88
21915:
21916: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21917: types/pa_vhash.h: now there's special hash key '_default'
21918: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21919: $._default[xx] ] $hash.c
21920:
21921: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21922: fixed [thanks, fif], ^; were treated there non-literally
21923:
21924: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21925: doxygen
21926:
21927: * src/: classes/image.C, classes/op.C, classes/string.C,
21928: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21929: types/pa_vtable.C: few #ifndef DOXYGEN
21930:
21931: 2001-09-05 parser
21932:
21933: * src/classes/: string.C, table.C: sql options can be void [same as
21934: image:html the other day]
21935:
21936: * src/targets/cgi/Makefile.am: .am undo
21937:
21938: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21939: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21940: macro expantion on param, simply qoutes whatever passed, undone
21941:
21942: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21943: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21944: STRINGIZE(name) #name invented
21945:
21946: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21947: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21948: MAIN_SQL_DRIVERS_NAME "drivers"
21949:
21950: moved to be availible to all users
21951:
21952: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21953: SQL_DRIVER_CREATE_FUNC_NAME
21954:
21955: * src/classes/mail.C: MAIN:MAIL check fixed
21956:
21957: 2001-09-04 parser
21958:
21959: * src/classes/image.C: image.html now can accept void params
21960:
21961: * src/targets/isapi/parser3isapi.C: z
21962:
21963: * src/targets/cgi/parser3.C: full_file_spec bug
21964:
21965: * src/targets/cgi/parser3.C: getenvcheck
21966:
21967: * src/targets/cgi/parser3.C: zz
21968:
21969: * src/targets/cgi/parser3.C: zzz
21970:
21971: * src/classes/date.C: date
21972:
21973: * src/classes/date.C: date:sql-string is now without ''
21974:
1.116 moko 21975: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21976: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21977: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21978:
1.116 moko 21979: * src/include/pa_config_auto.h.in: makes
1.95 moko 21980:
21981: 2001-09-03 parser
21982:
21983: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21984:
21985: 2001-09-01 parser
21986:
21987: * src/classes/image.C: letter_spacing
21988:
21989: * src/classes/image.C: image: font params changed
21990:
21991: * src/classes/image.C: image: as_int as_string used
21992:
21993: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21994: analized
21995:
21996: 2001-08-31 parser
21997:
21998: * src/targets/cgi/parser3.C: z
21999:
1.116 moko 22000: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22001: cygwin
1.95 moko 22002:
22003: * src/classes/void.C: void:int/double += (default)
22004:
22005: * src/classes/image.C: image:font added space param image:font
22006: changed charwidth alg, added kerning const[for now]
22007:
22008: * src/classes/: string.C, table.C: string:int/double (defaults)
22009:
22010: 2001-08-29 parser
22011:
22012: * src/main/pa_exception.C: exception redundant debug info
22013:
22014: 2001-08-28 parser
22015:
22016: * src/classes/image.C: image error msgs
22017:
22018: * src/classes/image.C: image: gifsize little endian
22019:
22020: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22021: doxygeneration
22022:
22023: * src/: classes/Makefile.am, main/Makefile.am,
22024: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22025:
22026: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22027: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22028:
22029: * src/main/compile.C: NO_STRING_ORIGIN check2
22030:
22031: * src/classes/table.C: NO_STRING_ORIGIN check
22032:
22033: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22034: storage class specifiers invalid in friend function declarations
22035:
22036: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22037: main/untaint.C, targets/cgi/parser3.C,
22038: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22039: case of limit
22040:
22041: * src/: classes/file.C, main/pa_common.C: file:move
22042: autocreate/remove dest/src dir
22043:
22044: * src/: classes/string.C, include/pa_dictionary.h,
22045: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22046: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22047: to directory constructor. string:replace
22048:
22049: 2001-08-27 parser
22050:
22051: * src/classes/image.C: fixed jpgsize alg
22052:
22053: * src/classes/image.C: fixed jpgsize alg
22054:
22055: * src/main/pa_exception.C: z
22056:
22057: * src/main/pa_common.C: removed debug info from pa_common
22058:
22059: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22060: [auto.p from current dir loading]
22061:
1.116 moko 22062: * src/: main/pa_common.C, main/pa_exception.C,
22063: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22064: for solaris -lsocket
1.95 moko 22065:
22066: 2001-08-24 parser
22067:
22068: * src/targets/cgi/parser3.C: not cgi extra \n 3
22069:
22070: * src/targets/cgi/parser3.C: not cgi extra \n 2
22071:
22072: * src/targets/cgi/parser3.C: not cgi extra \n
22073:
22074: * src/main/pa_sql_driver_manager.C: z
22075:
22076: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22077: sql* removed services from disconnect - cross-request ideological
22078: probs.
22079:
22080: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22081: cross-request ideological probs. oracle - fixed bug: cs
22082: allocated on request.pool and got freed before disconnect
22083:
22084: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22085: mallocs fixed
22086:
22087: 2001-08-23 parser
22088:
22089: * src/classes/file.C: minor bug in file:save fixed
22090:
22091: * src/main/pa_sql_driver_manager.C: oracle: dlink
22092:
22093: 2001-08-22 parser
22094:
22095: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22096: types/pa_vfile.h: file:load|save[text|binary;
22097:
22098: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22099:
22100: 2001-08-21 parser
22101:
22102: * src/classes/: file.C, table.C: ^file:list
22103:
22104: 2001-08-20 parser
22105:
22106: * src/: main/compile.tab.C, main/compile.y,
22107: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22108: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22109: recousively caused problems: inc incremeted 123 literal!! fixed
22110:
22111: 2001-08-10 parser
22112:
22113: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22114:
22115: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22116: added
22117:
22118: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22119: added
22120:
22121: * src/classes/table.C: table:sort restored [it was bad test :(]
22122:
22123: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22124: ''
22125:
22126: * src/main/: pa_request.C: wanted to make const int
22127: MAX_EXECUTE_SECONDS=1;
22128:
22129: but couldnt, set_callback_and_alarm appeared to be not exported
22130: :(
22131:
22132: * src/main/pa_string.C: string.match hanged on. there were a hang
22133: check but it weren't wise enough
22134:
22135: @parse[dateString][tmp]
22136: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22137: #end
22138:
22139: @main[] ^parse[2001-02-03]
22140:
22141: * src/classes/: table.C: table:sort now default desc
22142:
22143: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22144: table.sort now creates new sorted table
22145:
22146: 2001-08-09 parser
22147:
22148: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22149:
22150: * src/classes/hash.C: hash:_default now [was hash:default]
22151:
22152: * src/classes/op.C: case without switch check added
22153:
22154: * src/types/pa_vcookie.C: cookie name&value origins added, more
22155: precise $ORIGINS(1)
22156:
22157: * src/main/Makefile.am: .am
22158:
22159: * src/classes/void.C: void: int double copy/paste from int: bug
22160: fixed
22161:
22162: * src/classes/void.C: void: int double copy/paste from int: bug
22163: fixed
22164:
22165: 2001-08-07 parser
22166:
22167: * src/: classes/double.C, classes/int.C, classes/string.C,
22168: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22169: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22170: string, table
22171:
22172: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22173: srand made working
22174:
22175: 2001-08-06 parser
22176:
22177: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22178: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22179: main/compile.tab.C, main/compile.y, main/pa_array.C,
22180: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22181: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22182:
22183: * src/main/pa_exec.C: exec win32 real filename
22184:
22185: * src/classes/file.C: exec stderr out
22186:
22187: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22188:
22189: 2001-08-03 parser
22190:
22191: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22192:
22193: 2001-08-02 parser
22194:
22195: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22196: main/execute.C, main/pa_exec.C: introducing Array_iter
22197:
22198: * src/main/execute.C: detected quick_get recursion bug. changed to
22199: get@execute, but needs array iterator, separate from array to
22200: avoid it & use caching
22201:
22202: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22203: bug fixed
22204:
22205: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22206: main/execute.C, main/pa_globals.C: found another multithread bug
22207: in op.C (last, last global var killed) :)
22208:
22209: 2001-08-01 parser
22210:
22211: * src/: include/pa_dictionary.h, include/pa_globals.h,
22212: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22213: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22214: main/untaint.C: speeded up typo-html replacements. introducing
22215: Dictionary with first-char caching
22216:
22217: 2001-07-31 parser
22218:
22219: * src/types/Makefile.am: pa_vtable.C added to .am
22220:
22221: * src/main/compile.tab.C: added, so that could be compiled even on
22222: non-bison-enabled platforms
22223:
22224: 2001-07-28 parser
22225:
22226: * src/classes/table.C: table:hash always produces hash, when can't
22227: - empty
22228:
22229: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22230: skipped \n
22231:
22232: 2001-07-27 parser
22233:
22234: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22235: on int/double/string :sql without result and default
22236:
22237: 2001-07-26 parser
22238:
22239: * src/classes/op.C: fixed bad multithread bug with strangly global
22240: OP
22241:
22242: * src/main/compile.y: $man[$.age[zzz]] 0
22243:
22244: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22245: creation syntax problem persists. restored $: for a while.
22246: thinking of $man[$.age[zzz]] syntax now
22247:
22248: * src/: classes/double.C, classes/int.C, classes/string.C,
22249: include/pa_opcode.h, main/compile.C, main/compile.y,
22250: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22251: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22252: types/pa_wwrapper.h: fixing :: realization #1
22253:
22254: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22255: main/compile_tools.h, main/execute.C, main/pa_request.C,
22256: types/pa_vmethod_frame.h: introducing :: this is constructor call
22257: prefix. ordinary : remains for static accesses
22258:
22259: 2001-07-25 parser
22260:
22261: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22262: fields 2. methods 3. columns
22263:
22264: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22265: quote. optimized double&int tostring-s
22266:
22267: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22268: whitespace before first method decl
22269:
22270: * src/classes/table.C: allowed nontable result in table:sql,
22271: results in empty table
22272:
22273: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22274: lines before first method decl
22275:
22276: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22277: types/pa_vtable.h: ^table.record[] now $table.fields
22278:
22279: * src/main/compile.y: $var[] is now empty string, not void
22280:
22281: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22282: void
22283:
22284: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22285: main/pa_globals.C: match replace code context moved to implicit
22286: $match context
22287:
22288: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22289: main/compile_tools.h, main/execute.C: with killed, code storage
22290: introduced with former 'with' syntax
22291:
22292: 2001-07-24 parser
22293:
22294: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22295: types/pa_value.h: first get_element, next get operator
22296:
22297: * src/main/compile.y: removed @end handling
22298:
22299: * src/main/: compile.C, compile.y: @end handling method2
22300:
22301: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22302: file:move
22303:
22304: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22305: fixed
22306:
22307: 2001-07-23 parser
22308:
22309: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22310: driver
22311:
22312: * src/classes/hash.C: changed sql driver query interface
22313:
22314: * src/: classes/hash.C, classes/string.C, classes/table.C,
22315: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22316: changed sql driver query interface
22317:
22318: 2001-07-20 parser
22319:
22320: * src/types/pa_vrequest.C: X!$browser:type
22321:
22322: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22323: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22324: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22325: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22326: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22327: types/pa_vobject.h, types/pa_vrequest.C,
22328: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22329: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22330: BASE element globally removed
22331:
22332: 2001-07-18 parser
22333:
22334: * src/classes/file.C: file:exec/cgi msg
22335:
22336: * src/classes/file.C: $file:exit-code renamed to 'status'
22337:
22338: * src/: classes/file.C, main/pa_exec.C: file:exec
22339:
1.116 moko 22340: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22341: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22342: removed $id from *.in *.am
1.95 moko 22343:
22344: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22345: abbrevations
22346:
22347: * src/: classes/date.C, classes/mail.C, classes/math.C,
22348: classes/string.C, classes/table.C, include/pa_globals.h,
22349: include/pa_string.h, main/execute.C, main/pa_globals.C,
22350: main/pa_request.C, main/pa_string.C, main/untaint.C,
22351: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22352: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22353: $ORIGINS(1) output tracing mode
22354:
22355: 2001-07-13 parser
22356:
22357: * src/: classes/double.C, classes/int.C, classes/string.C,
22358: include/pa_request.h, main/execute.C, main/pa_request.C:
22359: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22360: second would not call first @auto
22361:
22362: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22363: wrong, fixed
22364:
22365: 2001-07-12 parser
22366:
22367: * src/types/pa_value.h: pa_value.putelement modification of system
22368: classes prevented
22369:
22370: 2001-07-11 parser
22371:
22372: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22373: table $piece
22374:
22375: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22376: types/pa_vstateless_class.h: $file created by file:state +=
22377: .atime .mtime .ctime +found&fixed bug with exceptions on
22378: get_junction-created objects [they were on wrong pool]
22379:
22380: 2001-07-09 parser
22381:
22382: * src/main/untaint.C: qp wrong name
22383:
22384: * src/: classes/date.C, classes/string.C, classes/table.C,
22385: main/compile.y: date format 0
22386:
22387: 2001-07-07 parser
22388:
22389: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22390: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22391: roll table calendar
22392:
22393: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22394: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22395: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22396: include/pa_request.h, main/main.dsp, types/pa_value.h,
22397: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22398: string. todo: sql, calendar
22399:
22400: 2001-07-06 parser
22401:
22402: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22403: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22404:
22405: 2001-07-03 parser
22406:
22407: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22408: classes/random.C, main/main.dsp: class random renamed to math,
22409: operators became methods
22410:
22411: * src/classes/op.C: pow sqrt
22412:
22413: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22414:
22415: 2001-07-02 parser
22416:
22417: * src/classes/table.C: ^table.columns column renamed from 'name' to
22418: 'column'
22419:
22420: * src/classes/hash.C: ^hash.keys[]
22421:
22422: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22423:
22424: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22425: 'strings'
22426:
22427: 2001-06-29 parser
22428:
22429: * src/main/: execute.C: /0 %0 checkes ver 2
22430:
22431: * src/main/execute.C: /0 %0 checke
22432:
22433: * src/classes/Makefile.am: nothing - void
22434:
22435: * src/classes/table.C: empty strings @ sql
22436:
22437: 2001-06-28 parser
22438:
22439: * src/: classes/double.C, classes/file.C, classes/form.C,
22440: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22441: classes/op.C, classes/random.C, classes/response.C,
22442: classes/string.C, classes/table.C, classes/void.C,
22443: main/compile.C, main/compile_tools.C, main/execute.C,
22444: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22445: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22446: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22447: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22448: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22449: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22450: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22451: $";
22452:
22453: * src/: classes/double.C, classes/file.C, classes/form.C,
22454: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22455: classes/op.C, classes/random.C, classes/response.C,
22456: classes/string.C, classes/table.C, classes/void.C,
22457: main/compile.C, main/compile.y, main/compile_tools.C,
22458: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22459: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22460: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22461: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22462: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22463: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22464:
22465: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22466: $class:name: == ${class:name}:
22467:
22468: * src/classes/string.C: exactly one
22469:
22470: 2001-06-27 parser
22471:
22472: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22473: types/pa_vvoid.h: nothing renamed to void
22474:
22475: * src/classes/op.C: ^switch ^case
22476:
22477: * src/main/compile.y: nothing renamed to void
22478:
22479: * src/: classes/hash.C, classes/table.C, main/compile.y,
22480: main/execute.C, main/main.dsp, main/pa_request.C,
22481: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22482: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22483: void
22484:
22485: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22486:
22487: 2001-05-28 parser
22488:
22489: * src/doc/html2chm.cmd: removed >a
22490:
22491: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22492: project options [some bugs]
22493:
22494: * src/doc/sources2html.cmd: z
22495:
22496: * src/: classes/classes.C, main/compile.C, main/compile.y,
22497: main/execute.C: operators are not in root class again
22498:
22499: 2001-05-24 parser
22500:
22501: * src/targets/cgi/parser3.dsp: project file
22502:
22503: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22504: ^log ^exp
22505:
22506: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22507: conversions in @exception[params]
22508:
22509: * src/main/pa_request.C: // no _ conversions in @exception[params]
22510:
22511: 2001-05-23 parser
22512:
22513: * src/main/pa_string.C: string cmp bug
22514:
22515: * src/classes/: mail.C, op.C: rem max 1000
22516:
22517: * src/: classes/op.C, main/compile.y: allow one empty line before
22518: LS_DEF_NAME
22519:
22520: 2001-05-22 parser
22521:
22522: * src/classes/op.C: if params code-required
22523:
22524: 2001-05-21 parser
22525:
22526: * src/types/pa_vstring.C: eoleof
22527:
22528: * src/classes/Makefile.am: .AM
22529:
22530: * src/classes/nothing.C: resultless ^sql moved to nothing:
22531:
22532: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22533:
22534: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22535: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22536: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22537: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22538: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22539: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22540: 'nothing'
22541:
22542: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22543: vstring::set_string
22544:
22545: * src/classes/: double.C, int.C, string.C: int,double;sql
22546:
22547: * src/: classes/hash.C, classes/int.C, classes/string.C,
22548: classes/table.C, include/pa_string.h, main/pa_string.C,
22549: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22550:
22551: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22552: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22553: hash:sql moved to main trunc. operators.txt updated
22554:
22555: * src/classes/: hash.C, op.C, table.C: hash:sql
22556:
22557: * src/classes/op.C: z
22558:
22559: * src/: main/compile.C, classes/classes.C: 1
22560:
22561: * src/: classes/classes.C, main/compile.C, main/compile.y,
22562: main/execute.C: 0
22563:
22564: * src/main/execute.C: z
22565:
22566: * src/targets/cgi/parser3.C: z
22567:
22568: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22569: site_auto_path "." in that case
22570:
22571: * src/targets/cgi/: parser3.C: z
22572:
22573: * src/main/pa_request.C: .am
22574:
22575: * src/: main/pa_request.C, targets/cgi/parser3.C:
22576: pcre_tables=pcre_default_tables;
22577:
22578: 2001-05-19 parser
22579:
22580: * src/main/pa_string.C: z
22581:
22582: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22583: introducing String::cstr_bufsize, returns just size+1 for as_is
22584: target.
22585:
22586: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22587: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22588: used, 4* mem wasted
22589:
22590: * src/classes/string.C: root context in match replace body now
22591: unchanged
22592:
22593: * src/types/pa_value.h: parameter # 1 based
22594:
22595: * src/main/pa_common.C: common: actual filename '%s'
22596:
22597: * src/classes/string.C: z
22598:
22599: * src/classes/Makefile.am: classes/.am
22600:
22601: * src/classes/: Makefile.am: classes/.am
22602:
22603: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22604: targets/cgi/pa_pool.C: classes/.am
22605:
22606: 2001-05-18 parser
22607:
1.116 moko 22608: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22609: pa_threads.C ins
1.95 moko 22610:
22611: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22612:
22613: 2001-05-17 parser
22614:
22615: * src/: classes/string.C, include/pa_config_fixed.h,
22616: include/pa_config_includes.h, main/compile.y,
22617: main/compile_tools.h, main/execute.C, main/pa_array.C,
22618: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22619: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22620: types/pa_vform.C: #include "pa_config_includes.h" removed from
22621: most .C
22622:
22623: * src/doc/html2chm.cmd: z
22624:
22625: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22626: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22627:
22628: * src/main/pa_sql_driver_manager.C: moved expiration to
22629: get_connection_from_cache
22630:
22631: * src/main/pa_sql_driver_manager.C: cache expiration bf
22632:
22633: * src/: classes/classes.h, include/pa_sql_connection.h,
22634: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22635: cache expiration[use SQL_Driver::disconnect]
22636:
22637: * src/main/pa_table.C: table.locate current restored on "not found"
22638:
22639: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22640: line no
22641:
22642: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22643: ANTI_ENDLESS_EXECUTE_RECOURSION
22644:
22645: * src/: classes/op.C, include/pa_sql_connection.h,
22646: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22647: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22648: 1driver and set_services fight for driver::fservices. before fix
22649:
22650: * src/: classes/op.C, include/pa_config_fixed.h,
22651: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22652: main/pa_sql_driver_manager.C: found problem at last: 2connections
22653: own 1driver and set_services fight for driver::fservices. before
22654: fix
22655:
22656: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22657: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22658: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22659: pa_threads.C
22660:
22661: * src/include/pa_threads.h: removed targets/parser
22662:
22663: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22664: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22665: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22666: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22667: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22668: headers
22669:
22670: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22671: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22672: order prevented sqlmanager to see MULTYTHREAD define
22673:
22674: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22675: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22676: put/gets
22677:
22678: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22679: from hash.h
22680:
22681: * src/: classes/op.C, include/pa_sql_connection.h,
22682: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22683: from cache ->set_services(&services);
22684:
22685: 2001-05-16 parser
22686:
22687: * src/targets/cgi/parser3.C: z
22688:
22689: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22690: debug, #ifdefed some. would debug later, on more precise sample
22691: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22692: $name.$tail[$tail!] $name.$tail } ok3
22693:
22694: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22695: removed array debug. before vstring rebasing
22696:
22697: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22698: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22699: array debugged; adjusted
22700:
22701: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22702: SQL_Driver_manager line no for connect/charset errors
22703:
22704: 2001-05-15 parser
22705:
22706: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22707: main/pa_string.C: string+array made linear grows
22708:
22709: * src/: include/pa_string.h, main/pa_string.C,
22710: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22711: grow lineary, not exponentialy
22712:
22713: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22714: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22715: with fullchunk cmps
22716:
22717: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22718: 70041= 81
22719:
22720: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22721: targets/cgi/parser3.C: detected huge mem allocation: size/times
22722: malloc 27809390/368771, calloc 3232/83. would test now
22723:
22724: * src/: classes/random.C, main/compile.y, main/execute.C,
22725: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22726: numbered params had wrong name - for instance: bad error message
22727: in ^for[] bad body type. fixed
22728:
22729: 2001-05-14 parser
22730:
22731: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22732: main/untaint.C: ^string.upper|lower[]
22733:
22734: 2001-05-11 parser
22735:
22736: * src/: classes/double.C, classes/image.C, classes/op.C,
22737: classes/string.C, classes/table.C, classes/unknown.C,
22738: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22739: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22740: types/pa_vunknown.h: op: MAX_LOOPS as_int
22741:
22742: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22743: .dsp for win32tools
22744:
22745: 2001-05-11 paf
22746:
22747: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22748: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22749: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22750: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22751:
22752: 2001-05-10 paf
22753:
22754: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22755: for C++, that's all
22756:
1.116 moko 22757: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22758: pa_config_includes.h: inline wonders
1.95 moko 22759:
22760: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22761: doc/doxygen.cmd: hash.C added
22762:
22763: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22764:
22765: * src/main/compile.y: @end grammar: allowed zero strings in control
22766: menthod
22767:
22768: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22769: pa_vstateless_object.h: changed priority: field before method
22770: lookup in vclass & vobject
22771:
22772: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22773: grammar: priorities changes [lowerd && prior] vobject: now first
22774: fields, next methods
22775:
22776: 2001-05-08 paf
22777:
22778: * src/main/pa_table.C: table columnname2item on nameless ignored
22779: bark=false. fixed
22780:
22781: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22782: types/pa_vmethod_frame.h: hash:default works at last!
22783:
22784: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22785: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22786: hash:default
22787:
22788: * src/classes/table.C: z
22789:
22790: * src/classes/table.C: table:hash always hash of hash now
22791:
22792: * src/classes/table.C: table:empty return bool now
22793:
22794: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22795: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22796: types/pa_vtable.h: table:hash
22797:
22798: * src/classes/table.C: table:record have name
22799:
22800: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22801: returns vunknown
22802:
22803: * src/classes/: double.C, int.C, op.C, string.C:
22804: int,double,string:int[] double[] string:length[] results now have
22805: hames
22806:
22807: * src/: classes/op.C, classes/table.C, main/main.dsp,
22808: types/pa_vtable.h: removed table:find. table:locate and op:eval
22809: now return bool
22810:
22811: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22812: in method checkparams again. fixed
22813:
22814: 2001-05-07 paf
22815:
22816: * src/doc/chm.cmd: cmd
22817:
22818: * src/: classes/image.C, classes/mail.C, classes/string.C,
22819: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22820: types/pa_value.h: method reported errors on wrong pool
22821:
22822: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22823: now
22824:
22825: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22826: include/code.h, include/pa_opcode.h, main/compile.C,
22827: main/compile_tools.h, main/execute.C, types/pa_value.h,
22828: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22829: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22830: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22831: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22832: types/pa_vmethod_frame.h, types/pa_vobject.h,
22833: types/pa_vrequest.h, types/pa_vresponse.h,
22834: types/pa_vstateless_class.h, types/pa_vstring.h,
22835: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22836: types/pa_wwrapper.h: pa_code.h
22837:
22838: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22839:
22840: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22841: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22842: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22843: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22844: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22845: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22846: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22847: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22848: types/pa_vtable.h: dox, split by not clean parts also
22849:
22850: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22851: types/pa_vtable.h: table: fields, then methods. so to enable
22852: 'dir' fields & co. more
22853:
22854: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22855: so to enable 'dir' fields & co.
22856:
22857: * src/main/compile.y: grammar: @end
22858:
22859: 2001-05-04 paf
22860:
22861: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22862: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22863:
22864: * src/: classes/classes.h, classes/double.C, classes/file.C,
22865: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22866: classes/op.C, classes/random.C, classes/response.C,
22867: classes/string.C, classes/table.C, classes/unknown.C,
22868: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22869: method dox
22870:
22871: 2001-05-03 paf
22872:
22873: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22874: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22875: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22876: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22877: doc/string.dox, doc/targets.dox, doc/value.dox,
22878: main/pa_request.C: dox splitted .dox files and added some
22879:
22880: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22881:
22882: 2001-05-02 paf
22883:
22884: * src/classes/: image.C, table.C: table:dir result are not tainted
22885: by file_name language now
22886:
22887: 2001-04-28 paf
22888:
22889: * src/classes/classes.inc: removed classes.inc
22890:
22891: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22892: from .am
22893:
22894: * src/classes/classes.awk: skipped classes in .awk
22895:
22896: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22897: classes/classes.inc, classes/double.C, classes/file.C,
22898: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22899: classes/string.C, classes/table.C, classes/unknown.C,
22900: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22901: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22902: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22903: pa_methoded back to classes/classes.h
22904:
22905: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22906:
22907: * src/: classes/Makefile.am, classes/classes.awk,
22908: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22909: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22910:
22911: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22912: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22913: classes/response.C, classes/string.C, classes/table.C,
22914: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22915: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22916: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22917: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22918: include|main/pa_methoded
22919:
22920: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22921: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22922:
22923: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22924: moved some configured data to request::classes_conf moved some
22925: string crations from globals to M... [works]
22926:
22927: * src/: classes/form.C, classes/mail.C, classes/op.C,
22928: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22929: main/pa_request.C: moved some configured data to
22930: request::classes_conf moved some string crations from globals to
22931: M...
22932:
22933: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22934: about to move configured data to special request hash
22935:
22936: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22937: classes/form.C, classes/mail.C, include/pa_request.h,
22938: main/pa_request.C: configure started
22939:
22940: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22941: 2. todo: methoded-configure
22942:
22943: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22944: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22945: classes/_random.h, classes/_response.h, classes/_string.h,
22946: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22947: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22948: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22949: classes/random.C, classes/response.C, classes/string.C,
22950: classes/table.C, classes/unknown.C, include/pa_globals.h,
22951: include/pa_request.h, main/compile.y, main/execute.C,
22952: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22953: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22954: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22955: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22956: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22957: types/pa_vrequest.h, types/pa_vresponse.h,
22958: types/pa_vstateless_class.h, types/pa_vstring.h,
22959: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22960: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22961: methoded-configure
22962:
22963: * src/: classes/file.C, classes/table.C, main/compile.y,
22964: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22965: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22966: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22967:
22968: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22969: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22970: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22971: classes/random.C, classes/response.C, classes/string.C,
22972: classes/table.C, classes/unknown.C, include/pa_request.h,
22973: main/compile.y, main/execute.C, main/pa_globals.C,
22974: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22975: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22976: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22977: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22978: beautifying just compiled. todo: debug, configure
22979:
22980: 2001-04-27 paf
22981:
22982: * src/: classes/file.C, classes/image.C, classes/table.C,
22983: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22984: beautifying -99
22985:
22986: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22987: classes/_response.h, classes/_unknown.h, classes/classes.C,
22988: classes/classes.h, classes/double.C, classes/file.C,
22989: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22990: classes/op.C, classes/random.C, classes/response.C,
22991: classes/string.C, include/pa_globals.h, main/main.dsp,
22992: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22993: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22994: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22995: types/pa_vunknown.h: beautifying -100
22996:
22997: * src/main/compile.y: serge@ found @CLASS bug. fixed
22998:
22999: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23000: classes/_op.h, classes/_random.h, classes/_table.h,
23001: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23002: classes/op.C, classes/random.C, classes/response.C,
23003: classes/string.C, classes/table.C, classes/unknown.C,
23004: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23005: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23006: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23007: beautifying
23008:
23009: 2001-04-26 paf
23010:
23011: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23012:
23013: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23014: documentation ++
23015:
23016: * src/: classes/_exec.h, doc/doxygen.cfg,
23017: include/pa_config_fixed.h, include/pa_config_includes.h,
23018: targets/cgi/pa_pool.C: code documentation ++
23019:
23020: * src/: classes/_image.h, classes/op.C, classes/random.C,
23021: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23022: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23023: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23024: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23025: types/pa_vmethod_frame.h, types/pa_vobject.h,
23026: types/pa_vrequest.C, types/pa_vrequest.h,
23027: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23028: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23029: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23030: code documentation ++
23031:
23032: * src/: classes/image.C, classes/mail.C, classes/string.C,
23033: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23034: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23035: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23036: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23037: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23038: types/pa_vobject.h, types/pa_vstateless_class.h,
23039: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23040:
23041: * src/main/: pa_request.C, pa_string.C: z
23042:
23043: * src/: include/pa_common.h, include/pa_types.h,
23044: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23045: connection caching fixed. request-pooled-url were stored into
23046: global connectioncache
23047:
23048: 2001-04-25 paf
23049:
23050: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23051: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23052:
23053: * src/: include/code.h, include/pa_common.h, main/compile.y,
23054: main/execute.C, main/pa_common.C: -d
23055:
23056: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23057: illegal call check a bit improved, but still under iis no mapping
23058: of dir with parser allowed!
23059:
23060: 2001-04-24 paf
23061:
23062: * src/targets/Makefile.am: apache module lib .am
23063:
23064: * src/main/pa_exec.C: windows32 buildCommand
23065:
23066: 2001-04-23 paf
23067:
23068: * src/targets/cgi/Makefile.am: win32 conditional
23069:
23070: * src/targets/cgi/Makefile.am: win32 conditional
23071:
23072: * src/targets/cgi/Makefile.am: liblink
23073:
23074: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23075: vfile fields return type
23076:
23077: * src/types/pa_vfile.h: vfile fields return type
23078:
23079: * src/include/pa_config_auto.h.in: .h.in
23080:
23081: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23082: types/Makefile: makefiles removed
23083:
23084: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23085: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23086:
23087: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23088: [tested: i & g ]
23089:
23090: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23091: @test noticed series in isapi, check how initialize_random_class
23092: is called! [must be called only once]
23093:
23094: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23095: would not be 'unknown column'
23096:
23097: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23098: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23099:
23100: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23101: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23102: [now doesnt]
23103:
23104: * src/targets/cgi/parser3.C: cgi cmdline ver
23105:
23106: * src/targets/cgi/parser3.C: cgi /// @test disable
23107: /cgi-bin/parser3/auto.p
23108:
23109: * src/main/untaint.C: untaint without charset
23110:
23111: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23112: main/pa_common.C: common: file_write /// @test mkdirs
23113: file_delete rmdirs
23114:
23115: * src/main/untaint.C: mail header only once to =?
23116:
23117: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23118: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23119: main/untaint.C: untaint - @test optimize whitespaces for
23120: all but 'html'
23121:
23122: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23123: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23124: main/untaint.C: untaint - @test mail-header
23125:
23126: 2001-04-20 paf
23127:
23128: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23129: include/pa_request.h, include/pa_string.h, main/compile.y,
23130: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23131: targets/cgi/parser3.C: $MAIN:LOCALE
23132:
23133: * src/main/untaint.C: z
23134:
23135: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23136:
23137: 2001-04-19 paf
23138:
23139: * src/main/compile_tools.h: $a$b bugfix
23140:
23141: * src/targets/cgi/parser3.C: z
23142:
23143: * src/classes/file.C: z
23144:
23145: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23146: done: header to $fields. waits for header '\' tricks
23147:
23148: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23149: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23150: changed urlencode here and in untaint.C to HTTP standard's " and
23151: \" mech
23152:
23153: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23154: http://alx/~paf/ doesnt load /auto.p
23155:
23156: 2001-04-18 paf
23157:
23158: * src/main/pa_request.C: 1
23159:
23160: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23161: linux @alx
23162:
23163: 2001-04-17 paf
23164:
23165: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23166: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23167: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23168: enabled
23169:
23170: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23171: classes/_exec.h, classes/_file.h, classes/_form.h,
23172: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23173: classes/_random.h, classes/_response.h, classes/_string.h,
23174: classes/_table.h, classes/_unknown.h, classes/file.C,
23175: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23176: include/pa_config_fixed.h, include/pa_config_includes.h,
23177: include/pa_hash.h, include/pa_sql_driver_manager.h,
23178: include/pa_version.h, main/Makefile.am, main/compile.y,
23179: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23180: main/pa_sql_driver_manager.C, sql/Makefile.am,
23181: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23182: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23183: types/pa_vform.C, types/pa_vimage.h: exec @jav
23184:
23185: * src/: include/pa_sql_driver_manager.h,
23186: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23187: types/pa_vimage.h: sql driver interface now has initialize(client
23188: .so)
23189:
23190: 2001-04-16 paf
23191:
23192: * src/Makefile.am: compile2 cygwin
23193:
23194: * src/: include/pa_config_includes.h, main/pa_exec.C,
23195: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23196:
23197: * src/targets/cgi/Makefile.am: compile0 jav
23198:
23199: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23200: classes/_exec.h, classes/_file.h, classes/_form.h,
23201: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23202: classes/_random.h, classes/_response.h, classes/_string.h,
23203: classes/_table.h, classes/_unknown.h, classes/image.C,
23204: classes/mail.C, classes/op.C, classes/random.C,
23205: include/pa_config_fixed.h, include/pa_config_includes.h,
23206: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23207: main/compile.y, main/pa_common.C, main/pa_exec.C,
23208: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23209: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23210: compile-1
23211:
23212: 2001-04-15 paf
23213:
23214: * src/classes/op.C: z
23215:
23216: * src/classes/table.C: table:empty +=process
23217:
23218: * src/types/pa_value.h: MethodParams !junction
23219:
23220: * src/: classes/_string.h, classes/double.C, classes/file.C,
23221: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23222: classes/random.C, classes/response.C, classes/string.C,
23223: classes/table.C, classes/unknown.C, main/pa_request.C:
23224: MethodParams everywhere
23225:
23226: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23227: types/pa_vmethod_frame.h: MethodParams in op.C
23228:
23229: 2001-04-12 paf
23230:
23231: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23232:
23233: * src/: classes/_unknown.h, classes/unknown.C,
23234: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23235: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23236:
23237: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23238:
23239: * src/classes/image.C: image:gif now does not have params
23240:
23241: * src/classes/image.C:
23242: image:line/fill/rectangle/bar/replace/polygon/polybar
23243:
23244: * src/: classes/image.C, classes/op.C, main/execute.C,
23245: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23246: for var now written not to r.wcontext, but to r.root cleared
23247: "entered_object" state
23248:
23249: 2001-04-11 paf
23250:
23251: * src/classes/image.C: image:create image:load
23252:
23253: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23254: just compiled
23255:
23256: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23257: todo: gif without file
23258:
23259: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23260: started porting to Pooled descendant
23261:
23262: * src/: classes/image.C, main/execute.C, main/main.dsp,
23263: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23264: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23265: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23266:
23267: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23268: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23269: end. switching to python imaging lib
23270:
23271: * src/main/main.dsp: gd+smtp made separate libs
23272:
23273: * src/: include/pa_globals.h, include/pa_string.h,
23274: main/pa_common.C, main/pa_request.C, main/untaint.C,
23275: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23276: length
23277:
23278: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23279: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23280: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23281: UL_FILE_NAME of posted file name
23282:
23283: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23284: post [broke when moved post read to core]
23285:
23286: 2001-04-10 paf
23287:
23288: * src/classes/image.C: image:html done
23289:
23290: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23291:
23292: * src/classes/image.C: z
23293:
23294: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23295: forgotten!
23296:
23297: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23298: main/pa_request.C, main/pa_string.C, main/untaint.C,
23299: types/pa_vimage.h: image:measure -90
23300:
23301: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23302: classes/_int.h, classes/_mail.h, classes/_op.h,
23303: classes/_random.h, classes/_response.h, classes/_string.h,
23304: classes/_table.h, classes/file.C, classes/mail.C,
23305: include/pa_common.h, include/pa_globals.h, main/execute.C,
23306: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23307: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23308: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23309: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23310: compiled
23311:
23312: * src/classes/mail.C: minor bug with unclear from/to
23313:
23314: * src/classes/mail.C: sendmail unix skipping defaults
23315:
23316: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23317: sendmail unix added defaults
23318:
23319: * src/classes/mail.C: unix sendmail compiled. todo:testing
23320:
23321: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23322:
23323: 2001-04-09 paf
23324:
23325: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23326: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23327: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23328: targets/isapi/parser3isapi.dsp: all targets exec
23329:
23330: * src/: include/pa_sapi.h, include/pa_string.h,
23331: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23332: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23333: args in apache:util.script
23334:
23335: * src/include/pa_string.h: written but not tested exec with env for
23336: unix
23337:
23338: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23339: targets/cgi/parser3.C: exec win32 env
23340:
23341: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23342: 0
23343:
23344: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23345: main/execute.C, main/main.dsp, main/pa_globals.C,
23346: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23347: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23348:
23349: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23350: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23351:
23352: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23353: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23354:
23355: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23356: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23357: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23358: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23359: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23360: exec class just compiled. moved post read to request core
23361:
23362: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23363: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23364: main/pa_globals.C, targets/cgi/parser3.C,
23365: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23366: are already read by vform
23367:
23368: 2001-04-08 paf
23369:
23370: * src/: classes/file.C, classes/mail.C, classes/string.C,
23371: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23372: uuencode. string<<
23373:
23374: 2001-04-07 paf
23375:
23376: * src/classes/mail.C: z
23377:
23378: * src/classes/mail.C: z
23379:
23380: * src/classes/mail.C: ^mail[$attach
23381:
23382: * src/classes/mail.C: ^attach dead end
23383:
23384: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23385: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23386: targets/isapi/parser3isapi.C: mail:send 1
23387:
23388: * src/: classes/mail.C, main/pa_request.C: z
23389:
23390: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23391: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23392: compiled
23393:
23394: * src/classes/mail.C: +=
23395:
23396: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23397: prepared
23398:
23399: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23400: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23401: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23402: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23403:
23404: 2001-04-06 paf
23405:
23406: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23407: main/pa_string.C: table:dir 1
23408:
23409: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23410: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23411:
23412: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23413: classes/root.C, include/pa_globals.h, include/pa_request.h,
23414: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23415: main/pa_request.C: renamed 'root' to 'op'
23416:
23417: * src/classes/: _op.h, op.C: renamed from 'root'
23418:
23419: * src/types/pa_valiased.C: another root inherititance skipped
23420:
23421: * src/main/: compile.C, compile.y, execute.C: operators are now not
23422: root methods of parent class. just 'ROOT' class
23423:
23424: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23425: @office
23426:
23427: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23428:
23429: 2001-04-05 paf
23430:
23431: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23432: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23433: constructor flag dropped at get_method_frame and remembered into
23434: method_frame
23435:
23436: * src/: classes/file.C, classes/root.C, classes/string.C,
23437: classes/table.C, main/pa_request.C: junction to code&expression
23438: in errors
23439:
23440: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23441: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23442: $LOCALE:ctype[Russian_Russia.1251]
23443:
23444: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23445: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23446: main/pa_table.C: hash now not thread-safe.
23447:
23448: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23449: main/untaint.C: z
23450:
23451: * src/: classes/random.C, classes/root.C, classes/table.C,
23452: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23453: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23454: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23455: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23456:
23457: * src/: classes/table.C, include/pa_sql_connection.h,
23458: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23459:
23460: * src/classes/table.C: select * from hren error contains statement
23461:
23462: * src/: classes/table.C, include/pa_sql_connection.h,
23463: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23464: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23465:
23466: * src/: classes/root.C, include/pa_sql_connection.h,
23467: include/pa_sql_driver.h, main/main.dsp,
23468: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23469: services for conv memory & error reporting
23470:
23471: 2001-04-04 paf
23472:
23473: * src/doc/doxygen.cfg: z
23474:
23475: * src/include/pa_sql_driver.h: mysql connect
23476:
23477: * src/include/pa_sql_driver.h: mysql info
23478:
23479: * src/: classes/root.C, include/pa_sql_driver.h,
23480: include/pa_sql_driver_manager.h, main/main.dsp,
23481: main/pa_sql_driver_manager.C: more manager&connection&driver
23482:
23483: * src/sql/Makefile.am: forgot to add mysql client
23484:
23485: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23486: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23487: [forgot to add libltdl, added]
23488:
23489: * src/: Makefile.am, classes/root.C, classes/string.C,
23490: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23491: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23492: include/pa_string.h, include/pa_table.h, main/main.dsp,
23493: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23494: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23495: -1000 just compiled
23496:
23497: * src/: classes/random.C, classes/root.C, classes/table.C,
23498: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23499: main/pa_request.C, types/pa_vclass.h: sql frame -10
23500:
23501: 2001-04-03 paf
23502:
23503: * src/types/pa_vform.C: z
23504:
23505: * src/: classes/string.C, types/pa_vform.C: string:match replace
23506: assigned lang
23507:
23508: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23509: {}[]< empty []
23510:
23511: * src/: classes/file.C, classes/string.C, classes/table.C,
23512: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23513: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23514:
23515: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23516: string:match replace strange matches
23517:
23518: * src/classes/string.C: string:match replace 0
23519:
23520: * src/: classes/string.C, main/pa_string.C: string:match replace
23521: prepared 2
23522:
23523: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23524: string:match replace prepared
23525:
23526: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23527: string:match replace -11
23528:
23529: * src/: classes/string.C, include/pa_globals.h,
23530: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23531: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23532:
23533: * src/: classes/string.C, include/pa_globals.h,
23534: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23535: main/pa_string.C: string:match [search] -1 just compiled
23536:
23537: * src/types/pa_vstring.C: z
23538:
23539: * src/: classes/double.C, classes/file.C, classes/form.C,
23540: classes/int.C, classes/response.C, classes/root.C,
23541: classes/string.C, classes/table.C, include/pa_string.h,
23542: main/pa_string.C: string:match -10 [frame]
23543:
23544: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23545: main/pa_request.C: z
23546:
23547: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23548: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23549: todo/tests
23550:
23551: * src/include/pa_common.h: z
23552:
23553: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23554: main/pa_request.C, targets/cgi/parser3.C,
23555: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23556: content-disposition
23557:
23558: * src/: include/pa_common.h, include/pa_globals.h,
23559: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23560: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23561:
23562: * src/: include/pa_common.h, include/pa_request.h,
23563: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23564: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23565: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23566: response:body
23567:
23568: * src/classes/table.C: table:append now uses string::split
23569:
23570: * src/classes/table.C: z
23571:
23572: * src/: classes/file.C, classes/root.C, classes/string.C,
23573: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23574: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23575: include/pa_string.h, main/execute.C, main/pa_string.C,
23576: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23577: string::pos & cmp & piece bugs fixed. string::split new
23578: table:load separated from set table:set implemented with clean \n
23579: \t searches
23580:
23581: 2001-04-02 paf
23582:
23583: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23584: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23585: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23586: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23587: it in table:set/load
23588:
23589: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23590: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23591:
23592: * src/classes/random.C: random:generate 1
23593:
23594: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23595: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23596: types/pa_value.h: random:generate
23597:
23598: 2001-03-30 paf
23599:
23600: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23601: todo: table flip and append. string::pos
23602:
23603: * src/: classes/double.C, classes/file.C, classes/int.C,
23604: classes/response.C, classes/root.C, classes/string.C,
23605: classes/table.C, main/compile.y, main/execute.C,
23606: types/pa_value.h, types/pa_vstateless_class.C,
23607: types/pa_vstateless_class.h: static|dynamic|any method
23608: registration
23609:
23610: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23611: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23612: table:flip
23613:
23614: 2001-03-29 paf
23615:
23616: * src/classes/string.C: string:xsplit forgot that they must result
23617: in 1 row N column [not vice versa]
23618:
23619: * src/classes/string.C: z
23620:
23621: * src/classes/string.C: string: rsplit
23622:
23623: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23624: string: lsplit
23625:
23626: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23627: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23628: lsplit -1
23629:
23630: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23631: string: pos
23632:
23633: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23634: string: pos -1
23635:
23636: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23637: main/compile.y, main/pa_request.C, main/pa_string.C,
23638: main/untaint.C: string: left right mid
23639:
23640: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23641: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23642: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23643: and [;] are different now.
23644:
23645: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23646: main/untaint.C: pool.request undone
23647:
23648: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23649: main/untaint.C: pool.request
23650:
23651: 2001-03-28 paf
23652:
23653: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23654: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23655: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23656: $request:browser [.type .version]; unknown.get_double now = 0.
23657:
23658: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23659: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23660: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23661: types/pa_vform.C: file:load autodetection of mime-type by
23662: user-file-name
23663:
23664: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23665: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23666: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23667:
23668: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23669: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23670: write. must be self.set
23671:
23672: * src/: classes/file.C, classes/root.C, classes/table.C,
23673: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23674:
23675: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23676: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23677: types/pa_vtable.h: table:locate just compiled
23678:
23679: 2001-03-27 paf
23680:
23681: * src/main/: execute.C, pa_common.C: fixed r/w context of
23682: code-params2, fixed ntfs hardlink slow dir update
23683:
23684: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23685: types/pa_wcontext.h: fixed r/w context of code-params
23686:
23687: * src/: classes/table.C, main/execute.C: about to change junction
23688: rcontext!!
23689:
23690: * src/: classes/double.C, classes/int.C, classes/root.C,
23691: classes/string.C, classes/table.C, main/compile_tools.C,
23692: main/execute.C, main/pa_request.C, main/untaint.C,
23693: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23694: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23695: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23696: types/pa_vunknown.h: sort 0
23697:
23698: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23699: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23700: renamed to are_static_calls_disabled
23701:
23702: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23703: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23704: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23705: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23706:
23707: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23708:
23709: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23710: started table:sort fixed minor bug in #...^{
23711:
23712: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23713: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23714: decided to have as it were. stepped back. grammar: added 'in'
23715: 'is' 'lt'&co follow-space check
23716:
23717: 2001-03-26 paf
23718:
23719: * src/: classes/file.C, classes/root.C, classes/table.C,
23720: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23721: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23722: main/pa_table.C: moved ::save to pa_table. disabled @auto
23723: invocation in ^process
23724:
23725: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23726:
23727: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23728: main/pa_array.C: table:record
23729:
23730: * src/: main/untaint.C, targets/cgi/parser3.C,
23731: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23732: targets/isapi/pool_storage.h, types/pa_valiased.h,
23733: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23734: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23735: types/pa_vtable.h: z
23736:
23737: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23738: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23739: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23740: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23741: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23742: method realisations on 'self' validity - they now can simply
23743: assume that 'self' is V{Proper} .
23744:
23745: 2001-03-25 paf
23746:
23747: * src/main/untaint.C: z
23748:
23749: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23750: lowlevel - it initialization could be skipped if failed in @auto.
23751: so that exception report would use some table
23752:
23753: * src/main/pa_request.C: table empty lines ignored. system-default
23754: content type assigned in output:result [can fail in main:auto and
23755: skipped normal defaults extraction]
23756:
23757: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23758: bug
23759:
23760: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23761: processing to table [except preliminary \r\n \r \n replacements
23762: to "\n"]
23763:
23764: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23765: move all the processing to table
23766:
23767: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23768: main/pa_table.C, main/untaint.C: returned table originating.
23769: useful for reporting typo table problems origin. think would be
23770: useful somewhere else
23771:
23772: * src/main/untaint.C: typo \r \r\n \n properly handled
23773:
23774: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23775: include/pa_table.h, main/compile.y, main/compile_tools.C,
23776: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23777: main/pa_string.C, main/pa_table.C, main/untaint.C,
23778: types/pa_vcookie.h: typo & typo-default
23779:
23780: 2001-03-24 paf
23781:
23782: * src/main/pa_common.C: z
23783:
23784: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23785: targets/cgi/parser3.C: html-typo 2
23786:
23787: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23788: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23789: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23790: main/execute.C, main/pa_array.C, main/pa_globals.C,
23791: main/pa_request.C, main/pa_string.C, main/untaint.C,
23792: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23793: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23794: noticed double default content-type prob. run cgi.cmd tomorrow
23795: first html-typo sample. detected << problem: they become ltlt too
23796: fast
23797:
23798: * src/main/compile.y: z
23799:
23800: * src/main/: compile.y, compile_tools.h: #comment
23801:
23802: * src/: classes/file.C, classes/root.C, classes/table.C,
23803: include/pa_common.h, include/pa_request.h, main/compile.y,
23804: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23805: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23806: stringified
23807:
23808: * src/types/pa_valiased.C: decided to String-ify file_read
23809:
23810: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23811: isapi/parser3isapi.dsp: cgi: sapi::log
23812:
23813: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23814: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23815: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23816: error log experiments failed - cgi under iis got no access to
23817: log. registereventsource simply failed with 5(illegal call) code,
23818: while worked OK as standalone executable. isapi: used
23819: HSE_APPEND_LOG_PARAMETER feature
23820:
23821: * src/: include/pa_common.h, include/pa_globals.h,
23822: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23823: targets/isapi/parser3isapi.C: fixed default content-type
23824: allocation storage
23825:
23826: * src/: include/pa_globals.h, include/pa_request.h,
23827: main/pa_globals.C, main/pa_request.C: z
23828:
23829: * src/: include/pa_array.h, include/pa_hash.h,
23830: include/pa_request.h, main/compile.y, main/pa_array.C,
23831: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23832: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23833: content-type
23834:
23835: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23836: sanity
23837:
23838: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23839: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23840: away freeze mech. no danger now for you can't do
23841: ^request:process[@new-method[] body] trick anymore. still
23842: remains $some_instance.process[@new-method[] possibility] but
23843: would leave it as a feature. see index for sample
23844:
23845: * src/: include/pa_common.h, main/pa_common.C,
23846: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23847: monkey every target
23848:
23849: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23850: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23851: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23852:
23853: 2001-03-23 paf
23854:
23855: * src/: include/pa_pool.h, main/pa_request.C,
23856: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23857: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23858: targets/isapi/pool_storage.h: isapi: dumb pool storage
23859:
23860: * src/targets/isapi/pa_pool.C: decided to continue with extension
23861:
23862: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23863: it would be better to rewrite as filter then to deal with pool
23864:
23865: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23866: now like in cgi, not from APPL_PHYSICAL_PATH
23867:
23868: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23869: include/pa_config_fixed.h, include/pa_config_includes.h,
23870: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23871: include/pa_version.h, main/compile.y, main/execute.C,
23872: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23873: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23874: main/untaint.C, targets/cgi/parser3.C,
23875: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23876: cgi: reinvent document_root and request_uri under iis. autoconf
23877: updated. introducing ap_config_includes
23878:
23879: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23880:
23881: * src/targets/cgi/parser3.C: cgi: only one pool now
23882:
23883: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23884: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23885: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23886: types/pa_venv.h, types/pa_vform.C: sapi made object
23887:
23888: * src/: include/pa_globals.h, main/pa_request.C,
23889: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23890: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23891: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23892:
23893: * src/: main/pa_request.C, targets/cgi/parser3.C,
23894: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23895: isapi minor env beauty
23896:
23897: * src/: main/pa_request.C, targets/cgi/parser3.C,
23898: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23899: isapi document_root 0
23900:
23901: 2001-03-22 paf
23902:
23903: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23904:
23905: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23906: isapi/parser3isapi.C: z
23907:
23908: * src/: include/pa_pool.h, main/pa_request.C,
23909: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23910:
23911: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23912: kill.pl: isapi added utils
23913:
23914: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23915: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23916: types/pa_vform.C: isapi 0
23917:
23918: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23919: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23920: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23921: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23922: started isapi
23923:
23924: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23925: some comments
23926:
23927: * src/: include/pa_globals.h, include/pa_request.h,
23928: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23929: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23930: parser_root_auto_path parser_site_auto_path
23931:
23932: * src/types/pa_vcookie.C: cookie attr decoded
23933:
23934: 2001-03-21 paf
23935:
23936: * src/targets/cgi/parser3.C: z
23937:
23938: * src/include/pa_globals.h: post. todo: config of auto.p path
23939:
23940: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23941: types/pa_venv.h: in cookie & env. todo:post
23942:
23943: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23944: classes/root.C, classes/table.C, include/pa_array.h,
23945: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23946: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23947: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23948: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23949: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23950: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23951: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23952: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23953: shifted apache branch on main trunc
23954:
23955: * src/: include/pa_common.h, include/pa_globals.h,
23956: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23957: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23958: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23959: starting mod_parser3
23960:
23961: * src/targets/cgi/parser3.C: starting mod_parser3
23962:
23963: 2001-03-20 paf
23964:
23965: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23966: targets/cgi/parser3.C: automake compiled and works. todo:make
23967: win32 ifdefs work and add ifdef unistd
23968:
23969: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23970: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23971: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23972: z
23973:
23974: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23975: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23976: locking
23977:
23978: * src/: classes/Makefile.am, types/Makefile.am: z
23979:
23980: * src/: Makefile.am, classes/file.C, classes/root.C,
23981: classes/table.C, include/pa_array.h, include/pa_request.h,
23982: include/pa_string.h, main/Makefile.am, main/execute.C,
23983: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23984: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23985: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23986: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23987:
23988: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23989: main/pa_request.C, types/pa_vfile.h: ^table:save
23990:
23991: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23992: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23993: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23994: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23995: types/pa_vform.h: z
23996:
23997: * src/include/pa_string.h: z
23998:
23999: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24000: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24001: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24002: :Value
24003:
24004: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24005: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24006: :VStateless_object
24007:
24008: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24009: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24010: :VStateless_object
24011:
24012: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24013: types/pa_valiased.C, types/pa_vform.h: commented VForm
24014:
24015: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24016: types/pa_valiased.h, types/pa_value.h,
24017: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24018: types/pa_vstateless_object.h: moved common get_element part from
24019: stateless object&class into VAliased
24020:
24021: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24022: classes/table.C, main/execute.C, main/main.dsp,
24023: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24024: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24025: now :Value
24026:
24027: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24028: main/execute.C, main/main.dsp, main/pa_globals.C,
24029: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24030:
24031: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24032: doxx
24033:
24034: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24035: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24036: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24037: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24038: and ^file:save
24039:
24040: 2001-03-19 paf
24041:
24042: * src/types/pa_vfile.C: z
24043:
24044: * src/: classes/file.C, classes/request.C, classes/table.C,
24045: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24046: main/pa_request.C, main/untaint.C, types/pa_value.h,
24047: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24048:
24049: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24050: include/pa_string.h, include/pa_table.h, main/main.dsp,
24051: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24052: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24053: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24054: classes/_file.h, classes/file.C, types/pa_vfile.C,
24055: types/pa_vfile.h: file class just compiled
24056:
24057: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24058: include/pa_table.h, include/pa_types.h, main/execute.C,
24059: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24060: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24061: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24062:
24063: * src/include/pa_pool.h: z
24064:
24065: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24066: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24067: Hash::Value to Val so to doxygen would finlly stop confusing
24068: those Value-s
24069:
24070: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24071: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24072: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24073: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24074: include/pa_types.h, main/compile.C, main/compile.y,
24075: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24076: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24077: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24078: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24079: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24080:
24081: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24082: derivates somehow unlinked. don't know why yet
24083:
24084: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24085: include/pa_string.h, include/pa_threads.h, main/compile.C,
24086: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24087: main/execute.C, main/pa_array.C, main/pa_common.C,
24088: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24089: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24090: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24091:
24092: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24093: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24094: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24095: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24096: types/pa_vrequest.h: doc: detected Value derivates prob
24097:
24098: * src/include/pa_globals.h: z
24099:
24100: * src/: classes/_request.h, classes/request.C, include/code.h,
24101: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24102: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24103: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24104: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24105: main/execute.C, main/pa_pool.C, main/pa_request.C,
24106: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24107: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24108:
24109: 2001-03-18 paf
24110:
24111: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24112: cookie: allowed access to hash-assigned
24113:
24114: * src/targets/cgi/parser3.C: z
24115:
24116: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24117: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24118: include/pa_types.h, main/main.dsp, main/pa_common.C,
24119: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24120: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24121: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24122: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24123: types/pa_vunknown.h: cookie class
24124:
24125: * src/main/pa_request.C: zero length output allowed
24126:
24127: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24128: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24129:
24130: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24131: lang switch
24132:
24133: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24134: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24135: types/pa_value.h, types/pa_vhash.h:
24136: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24137:
24138: * src/main/execute.C: z
24139:
24140: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24141: targets/cgi/parser3.C: taint[uri
24142:
24143: * src/: classes/request.C, classes/response.C, classes/root.C,
24144: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24145: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24146: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24147:
24148: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24149: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24150: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24151: types/pa_vstateless_class.C: convinient string(pool, char *src,
24152: bool tainted) ctor
24153:
24154: * src/: include/pa_hash.h, include/pa_request.h,
24155: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24156: main/pa_request.C, main/pa_string.C, main/untaint.C,
24157: targets/cgi/parser3.C: proper @exceptions params tainting
24158:
24159: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24160: response fields to header
24161:
24162: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24163: z
24164:
24165: * src/: classes/_response.h, classes/response.C,
24166: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24167: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24168: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24169: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24170: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24171: $response: 0 request::core exception rethrow
24172:
24173: 2001-03-16 paf
24174:
24175: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24176: types/pa_vrequest.h: native method' class call with less params
24177: then needed error reporting
24178:
24179: * src/: classes/_request.h, classes/request.C,
24180: include/pa_globals.h, include/pa_request.h, main/execute.C,
24181: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24182: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24183: types/pa_vrequest.h: $request : query :uri
24184:
24185: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24186: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24187: types/pa_wcontext.h: $result
24188:
24189: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24190:
24191: * src/: classes/double.C, include/code.h, main/compile.y,
24192: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24193: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24194:
24195: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24196: main/compile.y, main/execute.C, types/pa_value.h,
24197: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24198: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24199: wcontext conflict
24200:
24201: * src/: main/execute.C, types/pa_value.h,
24202: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24203: $string.field
24204:
24205: 2001-03-15 paf
24206:
24207: * src/main/pa_request.C: news sample
24208:
24209: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24210: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24211:
24212: * src/main/: compile.y, execute.C: z
24213:
24214: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24215: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24216: pre pre works
24217:
24218: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24219: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24220: fillfields just compiled
24221:
24222: 2001-03-14 paf
24223:
24224: * src/: include/pa_request.h, main/pa_request.C,
24225: targets/cgi/parser3.C: z
24226:
24227: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24228: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24229: types/pa_vstring.h: limits -1
24230:
24231: * src/: include/pa_globals.h, include/pa_request.h,
24232: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24233: main/pa_request.C, targets/cgi/parser3.C,
24234: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24235: request_info -1
24236:
24237: * src/: include/pa_globals.h, main/pa_globals.C,
24238: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24239: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24240: vform_fields_fill
24241:
24242: * src/targets/cgi/parser3.C: # if MSVC
24243:
24244: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24245: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24246:
24247: * src/targets/cgi/parser3.C: z
24248:
24249: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24250: include/pa_string.h, include/pa_types.h, main/compile.y,
24251: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24252: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24253: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24254: types/pa_vunknown.h: global handler, exceptions in parser3
24255:
24256: 2001-03-13 paf
24257:
24258: * src/: classes/form.C, main/compile.y, main/core.C,
24259: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24260: types/pa_vform.h, types/pa_vstateless_class.C,
24261: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24262: instead
24263:
24264: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24265: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24266: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24267: started cgi target
24268:
24269: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24270: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24271: before error show with parser
24272:
24273: * src/: classes/_form.h, classes/form.C, include/core.h,
24274: include/pa_request.h, main/core.C, main/pa_request.C,
24275: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24276:
24277: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24278:
24279: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24280: parser3.C: renamed targets/ parser to cgi
24281:
24282: * src/: classes/double.C, classes/env.C, classes/int.C,
24283: classes/root.C, classes/string.C, classes/table.C,
24284: include/pa_request.h, types/pa_vhash.h: z
24285:
24286: * src/: classes/_env.h, classes/env.C, classes/root.C,
24287: include/core.h, include/pa_pool.h, include/pa_request.h,
24288: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24289: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24290: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24291: [historical moment :)]
24292:
24293: * src/: include/code.h, include/pa_string.h, main/compile.y,
24294: main/execute.C, main/pa_string.C: 'value is type' expr operator
24295:
24296: * src/types/pa_venv.h: $ENV 1
24297:
24298: * src/main/execute.C: z
24299:
24300: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24301: future methods of ENV constructor if
24302:
24303: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24304: class
24305:
24306: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24307: classes/_root.h, classes/_string.h, classes/_table.h,
24308: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24309: classes/string.C, classes/table.C, include/pa_request.h,
24310: main/compile.C, main/compile_tools.h, main/core.C,
24311: main/execute.C, main/main.dsp, main/pa_request.C,
24312: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24313: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24314: types/pa_vobject.h, types/pa_vstateless_class.C,
24315: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24316: types/pa_wcontext.h: $ENV: re 0, stateless classes
24317:
24318: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24319: classes/_root.h, classes/_string.h, classes/_table.h,
24320: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24321: classes/string.C, classes/table.C, include/pa_request.h,
24322: main/compile.C, main/compile_tools.h, main/core.C,
24323: main/execute.C, main/main.dsp, main/pa_request.C,
24324: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24325: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24326: types/pa_vobject.h, types/pa_vstateless_class.C,
24327: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24328: types/pa_wcontext.h: $ENV: re 0, stateless classes
24329:
24330: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24331: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24332: yesterdays bad decision on execute_static_method
24333:
24334: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24335:
24336: * src/: classes/double.C, classes/int.C, classes/root.C,
24337: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24338:
24339: * src/main/pa_request.C: z
24340:
24341: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24342: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24343:
24344: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24345: include/pa_pool.h, main/pa_request.C:
24346: restructure_exceptions_dead_end
24347:
24348: * src/: classes/root.C, main/compile.y: ^if required junctions.
24349: allowed ; inside {} to break params
24350:
24351: * src/classes/root.C: ^eval
24352:
24353: * src/: classes/_string.h, classes/double.C, classes/int.C,
24354: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24355: string ^format
24356:
24357: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24358: 'bad' but not 'enough'
24359:
24360: * src/: classes/double.C, classes/root.C, classes/table.C,
24361: include/pa_common.h, include/pa_types.h, main/compile.y,
24362: main/pa_common.C, main/pa_request.C, main/untaint.C,
24363: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24364: types/pa_wwrapper.h: think constructing flag as is is bad
24365:
24366: * src/: classes/double.C, classes/int.C, classes/root.C,
24367: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24368: types/pa_vint.h: ^for
24369:
24370: 2001-03-12 paf
24371:
24372: * src/classes/table.C: table ^empty
24373:
24374: * src/: classes/table.C, include/pa_table.h: table ^menu
24375:
24376: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24377: ^offset ^line ^count
24378:
24379: * src/classes/root.C: ^round() ^floor() ^ceiling()
24380: ^abs() ^sign()
24381:
24382: * src/classes/: root.C, table.C: ^use
24383:
24384: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24385: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24386: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24387: ^while. switched off wcontext.constructing after write(value) or
24388: auto-vhash-constructing
24389:
24390: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24391: main/pa_request.C: fail_if_junction_ helper func
24392:
24393: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24394: include/pa_request.h, main/execute.C, main/main.dsp,
24395: main/pa_common.C, main/pa_request.C: ^process error point by
24396: actual method_name, not source. ^load
24397:
24398: * src/types/pa_vtable.h: table: no, better with string in cells...
24399:
24400: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24401: classes/_table.h, classes/table.C, main/untaint.C: z
24402:
24403: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24404: include/pa_table.h, main/core.C, main/execute.C,
24405: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24406: types/pa_value.h: table:set 0
24407:
24408: * src/: classes/root.C, include/core.h, include/pa_array.h,
24409: include/pa_request.h, include/pa_table.h, main/core.C,
24410: main/main.dsp, main/pa_request.C, main/pa_table.C,
24411: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24412: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24413: types/pa_vstring.h: freeze, ^table:create[] -1
24414:
24415: * src/: classes/root.C, types/pa_value.h: z
24416:
24417: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24418: get_method in couple places optimizing them
24419:
24420: * src/classes/root.C: z
24421:
24422: * src/: classes/root.C, types/pa_vclass.h: process temp main
24423: zeroing
24424:
24425: * src/: classes/double.C, classes/int.C, classes/root.C,
24426: classes/string.C, include/pa_common.h, include/pa_request.h,
24427: include/pa_string.h, include/pa_types.h, main/compile.C,
24428: main/compile.y, main/compile_tools.h, main/execute.C,
24429: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24430: types/pa_vmframe.h: ^process. actual names to store param and
24431: check_actual_numbered_params for better place diagnostics
24432:
24433: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24434: method-junctions bug fixed
24435:
24436: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24437: pa_vstateless_object.h, pa_vstring.h: stateless_object
24438:
24439: 2001-03-11 paf
24440:
24441: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24442: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24443: VDouble VInt base now VObject_base - without fields
24444:
24445: * src/: classes/root.C, include/core.h, main/core.C: z
24446:
24447: * src/: classes/double.C, classes/int.C, classes/root.C,
24448: classes/string.C, include/core.h, include/pa_hash.h,
24449: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24450: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24451:
24452: * src/: classes/double.C, classes/int.C, classes/root.C,
24453: include/pa_request.h, main/execute.C: intercept_string
24454:
24455: * src/: classes/double.C, classes/int.C, classes/root.C,
24456: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24457:
24458: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24459: ^inc-s(expr)
24460:
24461: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24462: classes/_root.h, classes/_string.h, classes/double.C,
24463: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24464: include/code.h, include/core.h, include/pa_array.h,
24465: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24466: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24467: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24468: include/pa_types.h, main/compile.C, main/compile.y,
24469: main/compile_tools.C, main/compile_tools.h, main/core.C,
24470: main/execute.C, main/pa_array.C, main/pa_common.C,
24471: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24472: main/pa_request.C, main/pa_string.C, main/pa_table.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: headers updated
24479:
24480: * src/: main/pa_request.C, types/pa_vhash.h: z
24481:
24482: * src/: include/core.h, include/pa_request.h, main/core.C,
24483: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24484:
24485: * src/: include/pa_valiased.h, include/pa_value.h,
24486: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24487: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24488: include/pa_vjunction.h, include/pa_vmframe.h,
24489: include/pa_vobject.h, include/pa_vstring.h,
24490: include/pa_vunknown.h, include/pa_wcontext.h,
24491: include/pa_wwrapper.h, main/compile.y, main/core.C,
24492: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24493: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24494: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24495: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24496: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24497: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24498: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24499: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24500: include/
24501:
24502: 2001-03-10 paf
24503:
24504: * src/: include/core.h, include/pa_request.h, main/core.C,
24505: main/pa_request.C: run+auto=run
24506:
24507: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24508:
24509: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24510: classes/_root.h, classes/_string.h, classes/double.C,
24511: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24512: include/code.h, include/core.h, include/pa_array.h,
24513: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24514: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24515: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24516: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24517: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24518: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24519: include/pa_vjunction.h, include/pa_vmframe.h,
24520: include/pa_vobject.h, include/pa_vstring.h,
24521: include/pa_vunknown.h, include/pa_wcontext.h,
24522: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24523: main/compile_tools.C, main/compile_tools.h, main/core.C,
24524: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24525: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24526: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24527: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24528: main/pa_wcontext.C: sources header
24529:
24530: * src/main/pa_request.C: auto..
24531:
24532: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24533: main/pa_request.C: auto tree0
24534:
24535: * src/: include/core.h, include/pa_request.h, main/compile.y,
24536: main/core.C, main/pa_request.C: names to core.C
24537:
24538: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24539: include/pa_request.h, main/core.C, main/execute.C,
24540: main/pa_common.C, main/pa_request.C: root auto.p loaded
24541:
24542: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24543: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24544: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24545: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24546:
24547: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24548: @auto[] realised. auto.p scan togo
24549:
24550: * src/: include/pa_request.h, main/execute.C: autocalc
24551: code-junctions result now have names
24552:
24553: * src/: classes/double.C, classes/int.C, classes/root.C,
24554: classes/string.C, include/pa_request.h, include/pa_string.h,
24555: include/pa_wcontext.h, main/compile.y, main/execute.C,
24556: main/pa_string.C, main/pa_wcontext.C: tainting 0
24557:
24558: * src/classes/env.C: env:file/line
24559:
24560: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24561: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24562: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24563: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24564: main/compile_tools.C, main/compile_tools.h, main/core.C,
24565: main/execute.C, main/main.dsp, main/pa_cframe.C,
24566: main/pa_request.C, main/pa_wcontext.C: const fight finished
24567:
24568: * src/include/pa_vclass.h: const fight to go
24569:
24570: * src/: classes/_env.h, classes/env.C, classes/root.C,
24571: include/pa_request.h, include/pa_vclass.h, main/core.C,
24572: main/main.dsp: env0
24573:
24574: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24575: classes/_string.h, classes/double.C, classes/int.C,
24576: classes/root.C, classes/string.C, include/pa_request.h,
24577: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24578: include/pa_wcontext.h, main/core.C, main/main.dsp,
24579: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24580: main/pa_wcontext.C: ^lang prepare0
24581:
24582: 2001-03-09 paf
24583:
24584: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24585: construct proper naming
24586:
24587: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24588: classes/double.C, classes/int.C, classes/root.C,
24589: classes/string.C, include/code.h, include/pa_value.h,
24590: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24591: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24592: main/compile.y, main/compile_tools.C, main/core.C,
24593: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24594: and ^double[]. fixed expr type
24595:
24596: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24597: ^string.length[]
24598:
24599: 2001-03-08 paf
24600:
24601: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24602:
24603: * src/: include/pa_vclass.h, include/pa_vstring.h,
24604: include/pa_wcontext.h, main/compile.y, main/core.C,
24605: main/execute.C, main/main.dsp: dead end: vstring can't be
24606: derivated from vobject
24607:
24608: * src/: include/pa_vclass.h, include/pa_vhash.h,
24609: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24610:
24611: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24612: remained clone conseqs
24613:
24614: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24615:
24616: * src/main/pa_vclass.C: wow! vclass were out of vcs
24617:
24618: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24619: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24620: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24621: include/pa_vobject.h, include/pa_vstring.h,
24622: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24623: main/execute.C: withoud cloning. didn't need it actually, params
24624: got passed from out unnamed ewpool
24625:
24626: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24627: include/pa_vjunction.h, include/pa_vobject.h,
24628: include/pa_vunknown.h, main/compile.y: cloning dead end
24629:
24630: * src/: include/pa_bool.h, include/pa_double.h,
24631: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24632: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24633: include/pa_vjunction.h, include/pa_vmframe.h,
24634: include/pa_vobject.h, include/pa_vstring.h,
24635: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24636: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24637: to give params proper names
24638:
24639: * src/main/pa_wcontext.C: z
24640:
24641: * src/: include/pa_vmframe.h, main/execute.C: added names to
24642: unknown values in get_element and unfilled params. removed wrong
24643: name change in get_element
24644:
24645: * src/main/execute.C: z
24646:
24647: * src/main/execute.C: fixed problems calling operators in
24648: constructors
24649:
24650: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24651: detected problems calling operators in constructors
24652:
24653: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24654: autocalc def to string
24655:
24656: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24657: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24658:
24659: * src/classes/root.C: added root.c
24660:
24661: * src/: include/pa_request.h, include/pa_value.h,
24662: include/pa_vcframe.h, include/pa_vmframe.h,
24663: include/pa_wcontext.h, main/compile.C, main/compile.y,
24664: main/core.C, main/execute.C, main/pa_cframe.C,
24665: main/pa_wcontext.C: 'if' just compiled
24666:
24667: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24668: include/pa_vjunction.h, include/pa_vmframe.h,
24669: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24670: main/pa_wcontext.C: z
24671:
24672: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24673: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24674: with parameter names in operator methods
24675:
24676: * src/main/compile.y: minor renamings in .y
24677:
24678: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24679: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24680: @BASE. changed 'RUN' assignment mech
24681:
24682: * src/main/execute.C: z
24683:
24684: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24685: main/compile_tools.h, main/execute.C: made class: dynamic, not
24686: static. so to enable runtime ^use
24687:
24688: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24689:
24690: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24691: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24692:
24693: * src/main/execute.C: root root in code-junction
24694:
24695: 2001-03-07 paf
24696:
24697: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24698: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24699:
24700: * src/: include/pa_stack.h, include/pa_value.h,
24701: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24702: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24703: fixed rwcontext of {} params up
24704:
24705: * src/main/: compile.y, compile_tools.h: ^func(params)
24706:
24707: * src/main/compile.y: .y priorities syntax shaped up a bit
24708:
24709: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24710: include/pa_vunknown.h, main/compile.y, main/execute.C,
24711: main/pa_hash.C: expr def in -f
24712:
24713: * src/main/: compile.y, execute.C: expr calls
24714:
24715: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24716: fixed
24717:
24718: * src/main/compile.y: expr quoted code
24719:
24720: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24721: support0
24722:
24723: * src/main/compile.y: expr string comparisons 0
24724:
24725: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24726: main/pa_string.C: just compiled lt&co
24727:
24728: * src/main/execute.C: ^var.menu{$field} problem detected. that
24729: $field not a $var.field
24730:
24731: 2001-03-06 paf
24732:
24733: * src/main/compile.y: .y expr visible-shorter
24734:
24735: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24736: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24737: logical
24738:
24739: * src/: include/pa_vstring.h, main/compile.y: problems with
24740: skipping whitespace in yylex
24741:
24742: * src/include/pa_vbool.h: forgot this
24743:
24744: * src/: include/code.h, main/compile.y, main/execute.C: without
24745: string ops in expressions 0
24746:
24747: * src/: include/pa_value.h, include/pa_vdouble.h,
24748: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24749: main/execute.C, main/main.dsp: !~
24750:
24751: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24752: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24753: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24754: include/pa_vunknown.h, include/pa_wcontext.h,
24755: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24756: main/compile_tools.h, main/execute.C: +-*/
24757:
24758: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24759: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24760:
24761: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24762: main/execute.C: expr grammar-1 2*2=4.000000 :)
24763:
24764: * src/main/compile.y: expr grammar-1
24765:
24766: * src/main/compile.y: expr lexx1
24767:
24768: * src/main/: compile.y, execute.C, main.dsp: z
24769:
24770: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24771: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24772: main/execute.C: expr lex0 exec-1
24773:
24774: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24775:
24776: 2001-02-26 paf
24777:
24778: * src/main/compile.y: max_string in yyerror bug fix
24779:
24780: 2001-02-25 paf
24781:
24782: * src/: include/pa_value.h, include/pa_vmframe.h,
24783: include/pa_wcontext.h, main/execute.C: VAliased3
24784:
24785: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24786:
24787: * src/main/execute.C: VAliased1
24788:
24789: * src/: include/pa_request.h, include/pa_value.h,
24790: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24791: VAliased0
24792:
24793: * src/: include/pa_pool.h, include/pa_request.h,
24794: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24795: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24796: VAliased just compiled
24797:
24798: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24799: include/pa_vobject.h, main/execute.C: alias dead end
24800:
24801: * src/: include/pa_value.h, include/pa_vclass.h,
24802: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24803: main/main.dsp: no not get fields into interm VFielded class.
24804: fields & staticfields 1
24805:
24806: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24807: include/pa_vobject.h, include/pa_wcontext.h,
24808: include/pa_wwrapper.h, main/core.C, main/execute.C,
24809: main/main.dsp: would now get fields into interm VFielded class
24810:
24811: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24812: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24813: include/pa_wcontext.h, main/compile.y, main/core.C,
24814: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24815: main/pa_wcontext.C: virtuals2
24816:
24817: * src/main/compile.y: : 1
24818:
24819: * src/main/compile.y: rethought to $class:static.field.subfield
24820:
24821: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24822: $class:element
24823:
24824: * src/: include/pa_value.h, include/pa_vmframe.h,
24825: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24826: main/pa_wcontext.C: before execute class calls rewrite
24827:
24828: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24829: name RUN, also alias
24830:
24831: * src/main/compile.y: escaping bug
24832:
24833: * src/: include/pa_request.h, include/pa_value.h,
24834: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24835: main/core.C, main/execute.C, main/pa_common.C: vobject1
24836:
24837: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24838: include/pa_vmframe.h, include/pa_vobject.h,
24839: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24840: main/compile_tools.h, main/execute.C: ^class:method() just
24841: compiled
24842:
24843: 2001-02-24 paf
24844:
24845: * src/main/main.dsp: no bison -d
24846:
24847: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24848: class' err msg wrong
24849:
24850: * src/main/compile.y: z
24851:
24852: * src/main/: compile.y, core.C: yylex need some @special lines adj
24853:
24854: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24855: main/compile.y, main/compile_tools.h, main/core.C: modules0
24856:
24857: * src/: include/pa_vclass.h, main/core.C: z
24858:
24859: * src/: include/pa_value.h, include/pa_vclass.h,
24860: include/pa_vobject.h, main/main.dsp: vobject00
24861:
24862: * src/main/pa_array.C: minor bug in expanding very small arrays.
24863: 60% from 1 were 0
24864:
24865: * src/: include/pa_value.h, include/pa_wcontext.h,
24866: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24867: as bad as you've named it: wcontext.value() was not a perfect
24868: idea
24869:
24870: * src/main/execute.C: codeframe1
24871:
24872: * src/: include/pa_value.h, include/pa_vcframe.h,
24873: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24874: include/pa_vjunction.h, include/pa_vmframe.h,
24875: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24876: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24877: just compiled
24878:
24879: * src/: include/pa_vframe.h, main/compile.y: found junction
24880: ideology @: ^x{$a()) must construct current wcontext element, so
24881: smart wcontext handling needed
24882:
24883: * src/main/compile.y: fixed grammar bugs in constructor/params
24884: klinch
24885:
24886: * src/main/: compile.y, execute.C: fixed empty constructor
24887: optimized empty case. failed on calls - produced empty string
24888: param
24889:
24890: * src/main/compile.y: fixed last \n macrotemplate strip bug
24891:
24892: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24893: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24894: main/compile_tools.C, main/compile_tools.h, main/core.C,
24895: main/execute.C: code junctions0. something wrong with last \n
24896: macrotemplate strip
24897:
24898: * src/: include/pa_value.h, main/compile.C, main/core.C,
24899: main/pa_value.C: minor error reporting format beautifyings
24900:
24901: * src/: include/pa_value.h, include/pa_vclass.h,
24902: include/pa_vframe.h, main/core.C, main/execute.C,
24903: main/pa_value.C: get_method RIP. junctions everywhere. call with
24904: junctions0
24905:
24906: 2001-02-23 paf
24907:
24908: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24909: pa_wwrapper.h: lara came, can't work, sorry :(
24910:
24911: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24912: junction
24913:
24914: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24915: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24916: main/execute.C, main/main.dsp, main/pa_value.C: call0
24917:
24918: * src/: include/pa_hash.h, include/pa_value.h,
24919: include/pa_wcontext.h, main/core.C, main/execute.C,
24920: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24921: done
24922:
24923: * src/include/pa_wcontext.h: z
24924:
24925: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24926: wrong grammar in complex constructor case
24927:
24928: * src/main/: compile.y, execute.C: empty constructor bug fixed
24929:
24930: * src/main/execute.C: with result rwpool
24931:
24932: * src/: include/pa_value.h, main/core.C, main/execute.C,
24933: main/main.dsp: value named
24934:
24935: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24936: strign 2 value in 2 places in execute
24937:
24938: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24939: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24940: wcontext.put_element when wcontext fvalue==0
24941:
24942: 2001-02-22 paf
24943:
24944: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24945: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24946: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24947:
24948: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24949: erroreos checkout
24950:
24951: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24952:
24953: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24954: main/compile_tools.h, main/pa_array.C: $self.get
24955:
24956: * src/main/: compile.C, compile.y, compile_tools.C: z
24957:
24958: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24959: bit. finished now.
24960:
24961: * src/main/compile.y: $: finished
24962:
24963: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24964:
24965: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24966: main/execute.C: OP_STRING better then some xxx _VALUE
24967:
24968: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24969: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24970: string to vstring it .y all
24971:
24972: * src/: include/pa_request.h, include/pa_stack.h,
24973: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24974: all
24975:
24976: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24977: precise parse error line:col
24978:
24979: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24980: main/pa_hash.C, main/pa_pool.C: TRY...
24981:
24982: * src/: include/pa_exception.h, include/pa_pool.h,
24983: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24984: main/compile.C, main/compile.y, main/compile_tools.C,
24985: main/core.C, main/pa_array.C, main/pa_exception.C,
24986: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24987: main/pa_table.C: removed exception from request
24988:
24989: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24990: some forgotten
24991:
24992: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24993: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24994: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24995: get/put simple vars to VClass works0
24996:
24997: * src/: include/pa_array.h, include/pa_wcontext.h,
24998: main/pa_string.C: in process, but found that exceptions are too
24999: global
25000:
25001: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25002: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25003: main/execute.C, main/pa_string.C: write_value write_string 0 it
25004: seems wcontext must write strings regardles of fvalue!=0
25005:
25006: 2001-02-21 paf
25007:
25008: * src/main/execute.C: tired :)
25009:
25010: * src/main/: compile.C, compile.y, execute.C: store0
25011:
25012: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25013: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25014: include/pa_wcontext.h, main/compile.C, main/compile.y,
25015: main/execute.C, main/main.dsp, main/pa_array.C,
25016: main/pa_request.C: get put -1 [just compiled]
25017:
25018: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25019: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25020: main/main.dsp, main/pa_request.C: request core methods0
25021:
25022: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25023: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25024: execute
25025:
25026: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25027: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25028: methods and one_big_piece. now compile returns array<method*>
25029:
25030: * src/main/compile.y: more straightforward yylex[end]
25031:
25032: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25033: string.operator==(char*)
25034:
25035: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25036: main/execute.C, main/pa_array.C: after array.const get wonders
25037:
25038: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25039: pa_string.h, pa_value.h: struck with const array.gets
25040:
25041: * src/main/: execute.C: z
25042:
25043: * src/main/: compile.y, execute.C: z
25044:
25045: * src/main/: compile.C, compile.y, compile_tools.h: error
25046: processing in eval & yyerror so it wouldn't cause memleaks.
25047:
25048: * src/main/: compile.C, compile.y: failed to add absolute precies
25049: parse error positions. leaving RIGHTMOST position as
25050: @file[line:col]
25051:
25052: * src/: include/compile.h, main/compile.C, main/compile.y,
25053: main/compile_tools.h: line numbers needed. would add them to .y
25054: now internally. externally it's not as precise as needed
25055:
25056: * src/: include/code.h, include/pa_types.h, main/compile.C,
25057: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25058: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25059: compiler works ok
25060:
25061: 2001-02-20 paf
25062:
25063: * src/main/: compile.C, compile.y, compile_tools.C,
25064: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25065: not perfect
25066:
25067: * src/: include/code.h, include/compile.h, include/execute.h,
25068: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25069: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25070: main/compile.C, main/compile.y, main/compile_tools.C,
25071: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25072: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25073: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25074: compiled. execute=dump for now
25075:
25076: * src/main/core.C: core rewrite using yacc investigations now will
25077: be compile[yacc]/execute[opcodes]
25078:
25079: 2001-02-15 paf
25080:
25081: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25082: rewrite as turing machine? for it seems it would be it's too many
25083: ifs with this syntax now
25084:
25085: 2001-02-14 paf
25086:
25087: * src/main/core.C: get_params 1
25088:
25089: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25090: :( ]
25091:
25092: * src/main/core.C: varios breaks
25093:
25094: * src/main/core.C: get names 3
25095:
25096: * src/main/core.C: get names 2
25097:
25098: * src/main/core.C: get names 1
25099:
25100: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25101: names 0
25102:
25103: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25104: text repassing2 operator static vars
25105:
25106: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25107: main/pa_string.C: process text repassing
25108:
25109: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25110: module:calls changes
25111:
25112: 2001-02-13 paf
25113:
25114: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25115: ^class:calls[] started
25116:
25117: * src/: include/pa_value.h, main/core.C: z
25118:
25119: * src/main/core.C: operators : and self. prefixes
25120:
25121: * src/main/core.C: z
25122:
25123: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25124: tested
25125:
25126: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25127: optimized
25128:
25129: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25130: would change privates to better support optimization
25131:
25132: * src/: include/pa_string.h, main/pa_string.C:
25133: String_iterator::skip_to todo:optimize
25134:
25135: 2001-02-12 paf
25136:
25137: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25138: String_iterator
25139:
25140: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25141: comments
25142:
25143: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25144: self/methodref joined
25145:
25146: 2001-02-11 paf
25147:
25148: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25149: main/main.dsp: core started. core.C, context&value .h
25150:
25151: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25152: include/pa_string.h, main/main.dsp, main/pa_array.C,
25153: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25154:
25155: 2001-01-30 paf
25156:
25157: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25158: comments
25159:
25160: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25161: main/pa_pool.C: moved pa_pool.C to be target specific
25162:
25163: * src/: include/pa_exception.h, include/pa_pool.h,
25164: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25165: to & changes
25166:
25167: * src/: include/pa_exception.h, include/pa_pool.h,
25168: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25169: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25170: re-associated. that's much better even removed 'die' necessety
25171:
25172: * src/: include/pa_error.h, include/pa_exception.h,
25173: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25174: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25175: targets/Makefile.am: lowered targets/parser into subdir, added
25176: parser_Pool(Pool) failed to add. would think..
25177:
25178: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25179: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25180: main/pa_string.C, main/pa_table.C: Table more like C++ style
25181: hence lots of 'const'
25182:
25183: * src/: include/pa_error.h, include/pa_request.h,
25184: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25185: main/pa_table.C: Error fixed
25186:
25187: 2001-01-29 paf
25188:
25189: * src/: include/pa_array.h, include/pa_common.h,
25190: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25191: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25192: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25193: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25194:
25195: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25196: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25197: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25198: main/pa_string.C, main/pa_table.C: Request Error Table
25199:
25200: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25201: templates"
25202:
25203: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25204: main/main.dsp, main/pa_array.C: templates failed no template
25205: specializations [VC6], no library auto instantation [VC6, GNU c++
25206: 2.95.2-6 from latest cygwin]
25207:
25208: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25209: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25210: main/main.dsp, main/pa_array.C, main/pa_string.C,
25211: main/pa_table.C: Table started would test template Array now
25212:
25213: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25214: String originating
25215:
25216: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25217: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25218: SYNCHRONIZED(thread_safe)
25219:
25220: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25221: parts to top
25222:
25223: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25224: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25225: see: needed only in global Hash now, made Hash:: put/get
25226: SYNCHRONIZED
25227:
25228: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25229: main/pa_threads.C: added pa_threads
25230:
25231: Mutex
25232:
25233: * src/include/pa_hash.h: some comments
25234:
25235: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25236: Array& operator += (Array& src)
25237:
25238: * src/main/pa_array.C: expand not convinient, would rewrite
25239:
25240: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25241: (Array& src)
25242:
25243: rethought, would change now
25244:
25245: 2001-01-27 paf
25246:
25247: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25248: caching
25249:
25250: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25251: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25252: cache rethought to chunk caching
25253:
25254: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25255: include/pa_string.h, main/main.dsp, main/pa_array.C,
25256: main/pa_hash.C, main/pa_string.C: Array 0
25257:
25258: * src/main/pa_string.C: String::operator ==
25259:
25260: * src/main/pa_hash.C: String(&String)
25261:
25262: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25263:
25264: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25265: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25266: pa_hash[forgotten]
25267:
25268: 2001-01-26 paf
25269:
25270: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25271: removed templates [vc++ suxx]
25272:
25273: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25274: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25275:
25276: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25277:
1.119 moko 25278: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25279:
1.119 moko 25280: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25281: check
25282:
25283: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25284: dynamic row_count
25285:
25286: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25287: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25288: targets/Makefile.am: Initial revision
25289:
25290: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25291: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25292: targets/Makefile.am: creating parser3 module
25293:
E-mail: