Annotation of parser3/ChangeLog, revision 1.193
1.193 ! moko 1: 2024-07-24 moko
! 2:
! 3: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
! 4: main/execute.C, main/pa_string.C: Warning war: clang changed
! 5: -Wdeprecated-register warning to -Wregister, it's easier to
! 6: remove all register vars then continue this fight. :)
! 7:
! 8: * src/main/: compile.y, compile.tab.C: warning war: register
! 9: removed
! 10:
1.192 moko 11: 2024-07-14 moko
12:
13: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
14: checking the HTTP request environment; if the variable is not
15: present, checking the web server process environment (implements
16: feature #1242)
17:
1.191 moko 18: 2024-05-26 moko
19:
20: * tests/: 195.html, 229.html, results/096.processed,
21: results/097.processed, results/158.processed,
22: results/186.processed, results/273.processed,
23: results/293.processed, results/317.processed,
24: results/389.processed, results/402.processed: tests updated as
25: single quote now escaped with ' in HTML tainting mode
26: (related to feature #1241)
27:
28: * src/main/untaint.C: single quote now escaped with ' in HTML
29: tainting mode (implements feature #1241)
30:
31: * tests/results/: 020.processed, 021.processed, 026.processed,
32: 042.processed, 043.processed, 057.processed, 110.processed,
33: 115.processed, 116.processed, 117.processed, 118.processed,
34: 119.processed, 120.processed, 125.processed, 126.processed,
35: 128.processed, 130.processed, 131.processed, 132.processed,
36: 133.processed, 135.processed, 136.processed, 138.processed,
37: 139.processed, 140.processed, 145.processed, 150.processed,
38: 151.processed, 165.processed, 174.processed, 181.processed,
39: 182.processed, 192.processed, 193.processed, 201.processed,
40: 213.processed, 224.processed, 226.processed, 230.processed,
41: 239.processed, 240.processed, 244.processed, 253.processed,
42: 254.processed, 261.processed, 264.processed, 269.processed,
43: 274.processed, 275.processed, 288.processed, 294.processed,
44: 296.processed, 303.processed, 306.processed, 307.processed,
45: 308.processed, 311.processed, 312.processed, 314.processed,
46: 315.processed, 316.processed, 320.processed, 323.processed,
47: 324.processed, 325.processed, 328.processed, 330.processed,
48: 332.processed, 333.processed, 337.processed, 338.processed,
49: 341.processed, 342.processed, 343.processed, 344.processed,
50: 345.processed, 348.processed, 352.processed, 356.processed,
51: 357.processed, 363.processed, 364.processed, 368.processed,
52: 372.processed, 373.processed, 376.processed, 378.processed,
53: 379.processed, 385.processed, 386.processed, 387.processed,
54: 389.processed, 390.processed, 395.processed, 397.processed,
55: 398.processed, 399.processed, 404.processed, 406.processed,
56: 413.processed, 414.processed, 420.processed, 421.processed,
57: 424.processed, auto.p: Type -> Exception type for readability
58:
59: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
60: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
61: results/119.processed, results/165.processed,
62: results/175.processed, results/192.processed,
63: results/213.processed, results/217.processed,
64: results/230.processed, results/240.processed,
65: results/298.processed, results/380.processed,
66: results/415.processed: try-catch, try-catch-comment used
67:
68: 2024-05-21 moko
69:
70: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
71: results/180.processed, results/195.processed,
72: results/224.processed, results/auto.p: @try-catch-comment added
73: and used
74:
75: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
76: 415.html, results/269.processed, results/283.processed,
77: results/auto.p: more tests are updated to prepare for apostrophe
78: escaping in HTML tainting
79:
80: * tests/results/: 181.processed, 294.processed, 296.processed,
81: 315.processed, 379.processed, 389.processed, auto.p:
82: $exception.comment printed as-is for whitespace reporting and to
83: prepare for apostrophe escaping in HTML mode
84:
1.190 moko 85: 2024-05-11 moko
86:
87: * tests/: 099.html, 100.html, results/099.processed,
88: results/100.processed: a test for non-UTF-8 filename* added
89: (related to feature #1240)
90:
91: * tests/: 293.html, results/293.processed: tainting modes tests
92: added
93:
94: * tests/results/: 099.processed, 100.processed, 205.processed,
95: 309.processed, 310.processed, 419.processed: tests results
96: updated after filename* added (related to feature #1240)
97:
98: * src/: include/pa_common.h, main/pa_request.C: The filename*
99: parameter was added to the Content-Disposition header to conform
100: with RFC 6266, with code provided by Sumo (implements feature
101: #1240)
102:
103: 2024-05-10 moko
104:
105: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
106: positive performance effect in our case
107:
1.189 moko 108: 2024-03-27 moko
109:
110: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
111: (related to feature #1236)
112:
113: 2024-03-15 moko
114:
115: * tests/: 413.html, results/413.processed: test for object still
116: can be used as file parameter (related to bug #1218)
117:
118: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
119: still can be used in file context (fixes bug #1218)
120:
121: 2024-03-14 moko
122:
123: * src/include/pa_string.h: ArrayString get() null result assert
124: also added (related to bug #1238)
125:
126: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
127: VString::empty() used instead of new VString()
128:
129: 2024-03-12 moko
130:
131: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
132: results/379.processed: test added for cookie without value
133: (related to bug #1238)
134:
135: * src/include/pa_string.h: In assertions enabled mode, ArrayString
136: values are now required to be non-null (related to bug #1238)
137:
138: * src/main/pa_http.C: cookies without value are now parsed
139: correctly (fixed bug #1238)
140:
141: 2024-03-11 moko
142:
143: * tests/run_parser.sh: for better error reporting
144:
1.188 moko 145: 2023-12-30 moko
146:
147: * tests/: 038.html, results/038.processed: test for atan2 added
148:
149: 2023-12-29 moko
150:
151: * src/classes/math.C: atan2(y,x) math function added
152:
1.187 moko 153: 2023-12-14 moko
154:
155: * tests/212.html: pcre2 compatibility (related to feature #1236)
156:
157: * tests/: 425.html, results/425.processed: test for pcre/pcre2
158: exceptions and behavour added (related to feature #1236)
159:
160: 2023-12-13 moko
161:
162: * buildall: by default parser is now bundled with pcre2 10.42,
163: --without-pcre2 option added to build with pcre-8.45 (related to
164: feature #1236)
165:
166: 2023-12-12 moko
167:
168: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
169: support added (implements feature #1236)
170:
171: * src/: include/pa_charset.h, include/pa_config_includes.h,
172: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
173: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
174: types/pa_vregex.h: Adopted patch from Yavor Doganov
175: <yavor@gnu.org> to add pcre2 library support (implements feature
176: #1236)
177:
1.186 moko 178: 2023-11-28 moko
179:
180: * src/include/pa_config_includes.h: warnings war continues
181:
182: * src/include/pa_config_includes.h: warning war
183:
184: * tests/: 424.html, results/424.processed: tests for '+' and '-'
185: number strings, whitespace and sign in exception messages
186: (related to bug #1234)
187:
1.185 moko 188: 2023-11-26 moko
189:
190: * tests/: 274.html, results/224.processed, results/274.processed:
191: tests for date double, int, bool added (related to feature #1235)
192:
193: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
194: added for date class (implements feature #1235)
195:
196: 2023-11-23 moko
197:
198: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
199: and '-' strings are no longer can be treated as number 0,
200: exception thrown (fixes bug #1234)
201:
1.184 moko 202: 2023-11-18 moko
203:
204: * src/include/pa_types.h: minor
205:
206: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
207:
208: * tests/: 389.html, results/389.processed: error messages for some
209: OS differs a bit, reducing failing tests for them
210:
211: 2023-11-17 moko
212:
213: * tests/: 423.html, results/423.processed: test for optional
214: @auto[] inheritance added (related to feature #1233)
215:
216: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
217: types/pa_vstateless_class.C: optional @auto[] inheritance
218: implemented if defined with two args (path, class name)
219: (implements feature #1233)
220:
221: * src/: classes/double.C, classes/int.C, classes/math.C,
222: include/pa_random.h, include/pa_types.h, main/pa_common.C,
223: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
224: sync double->int overflow behavour under different architectures
225: (fixes bug #1232)
226:
227: * tests/: 422.html, results/422.processed: int clipping added
228:
229: 2023-11-16 moko
230:
231: * tests/: 422.html, results/422.processed: test for int and uint
232: overflow in ^n.format[d/u/x]
233:
234: * src/classes/math.C: bugfix: crc32 should not be negative (under
235: Apple M1 when negative double converts to uint the result is 0)
236: and crc32 should be 32 bits
237:
238: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
239: on Apple M1 it's 0
240:
241: * src/classes/file.C: bugfix: crc32 should not be negative (under
242: Apple M1 when negative double converts to uint the result is 0)
243: and crc32 should be 32 bits
244:
1.183 moko 245: 2023-10-07 moko
246:
247: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
248: behavour with other OP_NUM_*, related to bug #1230
249:
250: 2023-10-06 moko
251:
252: * tests/: 338.html, results/338.processed: test for bug #1230 added
253:
254: * src/: main/execute.C, types/pa_vdate.h: force double operands to
255: be converted to double to avoid 80 bit operations in x87 mode
256: (fixes bug #1230)
257:
258: 2023-10-05 moko
259:
260: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
261: compatibility
262:
263: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
264:
265: * tests/: 421.html, results/421.processed: test to cover all
266: classes and objects nonexistent method and field exceptions
267: (related to feature #1080 and #1227)
268:
269: * tests/results/: 182.processed, 324.processed: undefined method ->
270: <type> method not found exception (related to feature #1080)
271:
272: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
273: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
274: "element can not be fetched from" for them, "field not found" for
275: all other types (related to bug #1227)
276:
277: 2023-10-03 moko
278:
279: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
280: <type> method not found" exception now thrown for static calls
281: instead of "undefined method" without class name (related to
282: feature #1080)
283:
284: 2023-10-02 moko
285:
286: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
287: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
288: <method name>, Comment: <type> method not found" exception now
289: thrown for all dynamic objects instead of "undefined method"
290: without class name (implements feature #1080)
291:
1.182 moko 292: 2023-10-01 moko
293:
294: * src/classes/json.C: we don't have a dynamic json object.
295:
296: 2023-09-28 moko
297:
298: * tests/: 420.html, results/261.processed, results/420.processed:
299: tests updated after bug #1228 fix reverted
300:
301: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
302: whitespace string is hash compatible, so we don't want $s.key to
303: return a junction
304:
305: * tests/: 261.html, 420.html, results/261.processed,
306: results/420.processed: test for bug #1227 added, test updated
307: after bug #1228 fixed
308:
309: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
310: now throws exception as $non-empty-string.field (fixes bug #1227)
311:
312: * src/types/pa_vstring.h: allow $string.method access (fixes bug
313: #1228)
314:
315: 2023-09-26 moko
316:
317: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
318: src/classes/classes.C, src/classes/classes.awk,
319: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
320: src/classes/double.C, src/classes/file.C, src/classes/form.C,
321: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
322: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
323: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
324: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
325: src/classes/regex.C, src/classes/response.C,
326: src/classes/string.C, src/classes/table.C, src/classes/void.C,
327: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
328: src/include/pa_array.h, src/include/pa_base64.h,
329: src/include/pa_cache_managers.h, src/include/pa_charset.h,
330: src/include/pa_charsets.h, src/include/pa_common.h,
331: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
332: src/include/pa_dictionary.h, src/include/pa_dir.h,
333: src/include/pa_exception.h, src/include/pa_exec.h,
334: src/include/pa_globals.h, src/include/pa_hash.h,
335: src/include/pa_http.h, src/include/pa_memory.h,
336: src/include/pa_opcode.h, src/include/pa_operation.h,
337: src/include/pa_os.h, src/include/pa_pool.h,
338: src/include/pa_random.h, src/include/pa_request.h,
339: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
340: src/include/pa_sapi.h, src/include/pa_socks.h,
341: src/include/pa_sql_connection.h,
342: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
343: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
344: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
345: src/include/pa_table.h, src/include/pa_threads.h,
346: src/include/pa_types.h, src/include/pa_uue.h,
347: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
348: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
349: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
350: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
351: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
352: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
353: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
354: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
355: src/main/compile.tab.C, src/main/compile.y,
356: src/main/compile_tools.C, src/main/compile_tools.h,
357: src/main/execute.C, src/main/pa_base64.C,
358: src/main/pa_cache_managers.C, src/main/pa_charset.C,
359: src/main/pa_charsets.C, src/main/pa_common.C,
360: src/main/pa_dictionary.C, src/main/pa_dir.C,
361: src/main/pa_exception.C, src/main/pa_exec.C,
362: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
363: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
364: src/main/pa_request.C, src/main/pa_socks.C,
365: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
366: src/main/pa_stylesheet_connection.C,
367: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
368: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
369: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
370: src/main/untaint.C, src/main/helpers/simple_folding.pl,
371: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
372: src/targets/apache/mod_parser3_core.C,
373: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
374: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
375: src/types/pa_method.h, src/types/pa_property.h,
376: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
377: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
378: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
379: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
380: src/types/pa_vcookie.h, src/types/pa_vdate.C,
381: src/types/pa_vdate.h, src/types/pa_vdouble.h,
382: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
383: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
384: src/types/pa_vhash.C, src/types/pa_vhash.h,
385: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
386: src/types/pa_vimage.C, src/types/pa_vimage.h,
387: src/types/pa_vint.h, src/types/pa_vjunction.C,
388: src/types/pa_vjunction.h, src/types/pa_vmail.C,
389: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
390: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
391: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
392: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
393: src/types/pa_vobject.h, src/types/pa_vregex.C,
394: src/types/pa_vregex.h, src/types/pa_vrequest.C,
395: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
396: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
397: src/types/pa_vstateless_class.h,
398: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
399: src/types/pa_vstatus.h, src/types/pa_vstring.C,
400: src/types/pa_vstring.h, src/types/pa_vtable.C,
401: src/types/pa_vtable.h, src/types/pa_vvoid.C,
402: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
403: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
404: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
405: src/types/pa_wwrapper.h: copyright, authors actualized
406:
1.181 moko 407: 2023-08-20 moko
408:
409: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
410: commited (related to feature #1219)
411:
412: 2023-08-16 moko
413:
414: * src/main/pa_random.C: replaced clock precision with monotonicity
415: counter, good for Windows version with low clock frequency
416: (related to feature #1229)
417:
418: 2023-08-15 moko
419:
420: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
421: fixes related to feature #1229
422:
423: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
424: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
425: (implements feature #1229)
426:
1.180 moko 427: 2023-08-02 moko
428:
429: * tests/: results/417.processed, 417.html: test for empty string
430: match after last char added (related to bug #1224)
431:
432: * src/main/pa_string.C: avoid prestart++ after last char on zero
433: length match (related to bug #1224)
434:
1.179 moko 435: 2022-11-22 moko
436:
437: * tests/: 419.html, results/419.processed: test for L_URI and path
438: removeal from filename added (related to bug #1204)
439:
440: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
441: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
442: attribute value, L_URI should be used
443:
1.178 moko 444: 2022-09-21 moko
445:
446: * src/targets/cgi/parser3.C: more clear error messages
447:
448: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
449: SAPI_Info will return 0 in read_post and post_size !=
450: content_length will be thrown
451:
1.177 moko 452: 2022-08-23 moko
453:
454: * src/types/pa_vmail.C: .tables addes as .raw contains only last
455: header value
456:
457: 2022-08-22 moko
458:
459: * tests/: 418.html, results/418.processed: test for
460: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
461: to #1225)
462:
463: * src/classes/hash.C: keep old behavoir by default
464:
465: * src/classes/hash.C: ^hash_a.intersection[hash_b;
466: $.order[self|arg] ] added (implements #1215)
467:
1.176 moko 468: 2022-03-21 moko
469:
470: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
471: xmlInitCharEncodingHandlers is called in libxml static
472: initializers before gc_substitute_memory_management_functions in
473: pa_globals and thus gc may not see reference to our
474: xmlCharEncodingHandler and free it.
475:
1.175 moko 476: 2022-01-26 moko
477:
478: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
479:
1.174 moko 480: 2021-12-28 moko
481:
482: * tests/: 417.html, results/417.processed: test for empty string
483: match added (related to bug #1224)
484:
485: * src/main/pa_string.C: empty string match now works (fixes bug
486: #1224)
487:
1.173 moko 488: 2021-12-24 moko
489:
490: * tests/: 415_dir/29.p, results/415.processed: yet another test
491:
492: 2021-12-23 moko
493:
494: * src/: classes/table.C, main/pa_request.C: warnings war
495:
496: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
497: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
498:
499: 2021-12-21 moko
500:
501: * tests/: 416.html, results/416.processed: test for ^break[] in
502: ^hash/table.select[] (related to feature #1222)
503:
504: * src/classes/: hash.C, table.C: ^break[] support for
505: ^hash/table.select[] (implements feature #1222)
506:
1.172 moko 507: 2021-11-30 moko
508:
509: * src/targets/cgi/parser3.C: default sock_ready interval changed to
510: 0.5 sec
511:
1.171 moko 512: 2021-11-10 moko
513:
514: * tests/results/415.processed: more syntax errors tests added
515:
516: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
517: 28.p: minor syntax error tests
518:
519: * src/main/pa_exception.C: pa_strdup added for compatibility
520:
521: * src/classes/curl.C: hint to call ^curl:options[
522: $.library[correct.libcurl.so.name] ] added if default load fails.
523:
524: 2021-11-09 moko
525:
526: * src/main/compile.y: error message can be on stack
527:
528: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
529:
530: * src/main/pa_charset.C: memcpy is more correct and efficient in
531: this case then strncpy
532:
533: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
534: instead of strcpy where possible
535:
536: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
537: used to avoid MAX_STRING limit in Exception comment
538:
539: * tests/results/415.processed: compiler exceptions are no longer
540: limited to MAX_STRING
541:
542: * src/main/: compile.y, compile_tools.h: Parse_control uses const
543: char * instead of fixed buffer
544:
545: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
546: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
547: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
548: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
549: results/415.processed: tests for parser.compile exceptions added
550:
551: 2021-11-08 moko
552:
553: * src/: classes/math.C, include/pa_common.h, main/compile.y,
554: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
555: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
556: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
557: drawbacks
558:
1.170 moko 559: 2021-11-06 moko
560:
561: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
562: (implements feature #1219)
563:
564: * tests/: 414.html, results/414.processed: test for
565: ^hash.rename[from;to] added (related to feature #1144)
566:
567: 2021-11-05 moko
568:
569: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
570: (related to feature #1144)
571:
572: 2021-11-04 moko
573:
574: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
575: added (implements feature #1144)
576:
1.169 moko 577: 2021-10-19 moko
578:
579: * tests/: 413.html, results/413.processed: test for hash no longer
580: is accepted as file parameter (related to bug #1218)
581:
582: * src/: classes/curl.C, classes/file.C, classes/image.C,
583: classes/math.C, classes/xdoc.C, types/pa_value.C,
584: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
585: longer is accepted as file parameter (fixes bug #1218)
586:
1.168 moko 587: 2021-07-19 moko
588:
589: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
590: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
591:
1.167 moko 592: 2021-04-16 moko
593:
594: * src/types/pa_vmail.C: message can be null when e-mail is broken,
595: processing it leads to assertions.
596:
1.166 moko 597: 2021-03-25 moko
598:
599: * tests/: 412.html, results/412.processed: test to demonstrate bug
600: #1213
601:
1.165 moko 602: 2021-02-12 moko
603:
604: * tests/: 360.html, results/360.processed, results/363.processed:
605: parser method call in expression mode no longer differs from call
606: in string mode (related to feature #1211)
607:
608: 2021-02-11 moko
609:
610: * src/types/pa_vmail.C: mail parsing with Windows line endings
611: fixed (bug #1212)
612:
613: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
614: when called $v[^test[]] vs $v(^test[]), numbers are converted to
615: strings in both calls (implements feature #1211)
616:
1.164 moko 617: 2021-01-28 moko
618:
619: * buildall, etc/auto.p.in: to remove last patch in debian package
620:
621: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
622: 3.4.7b
623:
1.162 moko 624: 2021-01-21 moko
625:
626: * src/main/pa_http.C: no alarm() in file::load when web server mode
627: is MULTITHREADED
628:
1.157 moko 629: 2021-01-20 moko
630:
1.161 moko 631: * src/targets/apache/mod_parser3.c: it is more correct to recommend
632: 'a2enmod mpm_prefork'
633:
1.160 moko 634: * src/targets/apache/mod_parser3.c: prefork name is now
635: 'libapache2-mpm-itk'
636:
637: * src/targets/apache/mod_parser3_core.C: last regular malloc
638: removed
639:
1.159 moko 640: * src/targets/isapi/Makefile.am: -pa_threads.C
641:
1.158 moko 642: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
643: 3.4.6
644:
1.157 moko 645: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
646:
647: * etc/auto.p.in: @config[result] added to simplify $cfg change in
648: /httpd.p
649:
650: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
651: ^use[/httpd.p] + optional ^preprocess[] (related to feature
652: #1203)
653:
654: 2021-01-19 moko
655:
656: * buildall: --disable-parallel-mark added to avoid "number of
657: processors" threads creation for heap marking as it conflicts
658: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
659: limits threads)
660:
1.156 moko 661: 2021-01-16 moko
662:
663: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
664: main/pa_globals.C, main/pa_memory.C,
665: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
666: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
667: feature #1209)
668:
669: 2021-01-15 moko
670:
671: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
672: 3.4.6rc
673:
674: * src/classes/json.C: get_delim added for delimiter caching (10%
675: faster on large json)
676:
677: 2021-01-14 moko
678:
679: * operators.txt: updated with 3.4.6 changes
680:
681: * tests/results/224.processed: test result modified after
682: today(shift) implemented
683:
684: * tests/: 407.html, results/407.processed: test for ^hash.select
685: option $.default(bool) added (related to feature #1172)
686:
687: * src/classes/hash.C: ^hash.select option $.default(bool) added
688: (related to feature #1172)
689:
690: * tests/: 141.html, results/141.processed: test modified for
691: feature #1185.
692:
693: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
694: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
695: options $.lower(bool) (implements feature #1185)
696:
697: 2021-01-11 moko
698:
699: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
700: #1192)
701:
702: * tests/: 411.html, results/411.processed: test for ^date::today(N)
703: added (related to feature #1192)
704:
1.155 moko 705: 2021-01-05 moko
706:
707: * tests/: 270.html, results/270.processed: test modified to work
708: under Windows
709:
710: * tests/: 390.html, 395.html, results/395.processed: tests updated
711: 4 windows
712:
713: * tests/: 410.html, results/410.processed: test for
714: $CLASS-GETTER-PROTECTED(false) added
715:
716: 2021-01-04 moko
717:
718: * tests/: 409.html, results/409.processed, results/auto.p: test for
719: $MAIN:LOCALS(true) added
720:
1.154 moko 721: 2021-01-03 moko
722:
723: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
724: types/pa_vclass.h, types/pa_vstateless_class.C,
725: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
726: +LOCALS. $main -> $MAIN in exception texts (implements feature
727: #1207)
728:
729: 2021-01-02 moko
730:
731: * etc/auto.p.in: minor
732:
733: * src/main/pa_request.C: sending headers only after opening file to
734: allow error reporting if file was not opened (foreign group,
735: etc).
736:
737: 2020-12-31 moko
738:
739: * src/: include/pa_request.h, main/pa_request.C,
740: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
741:
742: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
743: main/pa_request.C: get_class_ref added and used
744:
745: * etc/auto.p.in: @CLASS httpd added
746:
747: * etc/auto.p.in: @auto[] is now first
748:
749: 2020-12-30 moko
750:
751: * tests/: 408.html, results/408.processed: test for bug #1166
752: (windows only) added
753:
754: * src/main/pa_common.C: create_dir_for_file should not create dir
755: for trailing / (fixes bug #1166)
756:
757: * tests/: 341.html, results/341.processed: tests for
758: ^nameless_table.hash[] added (related to feature #1138)
759:
760: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
761: (implements feature #1138), extra fields in named tables no
762: longer ignored (implements feature #1138)
763:
764: * tests/results/390.processed: updated after exception text change
765:
766: 2020-12-29 moko
767:
768: * tests/: 407.html, results/407.processed: +$._default check
769:
770: * src/classes/hash.C: keep $_default in ^hash.reverse[]
771:
772: * tests/: 407.html, results/407.processed: test for ^hash.select[]
773: and ^hash.reverse[] added (releated to feature #1172)
774:
775: * src/classes/hash.C:
776: ^hash.select[key;value](bool-condition)[options hash] +
777: ^hash.reverse[] added (implements feature #1172)
778:
779: * src/types/pa_vtable.h: warning war
780:
781: * src/include/pa_config_fixed.h: win32 fix
782:
1.153 moko 783: 2020-12-27 moko
784:
785: * tests/: 406.html, results/406.processed: test results updated
786:
787: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
788: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
789: spelling
790:
791: 2020-12-26 moko
792:
793: * tests/: 406.html, results/406.processed: tests for
794: ^table.rename[] added (related to feature #1148)
795:
796: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
797: ^table.rename[column name from;column name to], ^table.rename[
798: $.[column name from][column name to] ... ] added (implements
799: feature #1148)
800:
801: 2020-12-25 moko
802:
803: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
804: request_info now on stack to avoid yet another THREAD_LOCAL
805: memory deallocation issue (now with cookies), explained in #1203
806:
807: * src/types/pa_vcookie.C: fields should be inited
808:
809: 2020-12-24 moko
810:
811: * src/include/pa_stylesheet_connection.h: looks like
812: xsltFreeStylesheet leads to memory double-free. If so, it's for
813: sure libxml bug, but we have GC anyway, so we just remove this
814: call and see...
815:
816: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
817: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
818: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
819: abort.c:65:8 frame #3: 0x00000000004da663
820: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
821: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
822: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
823: malloc.c:617:9 frame #5: 0x0000000000577f0c
824: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
825: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
826: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
827: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
828: frame #8: 0x000000000050d35c
829: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
830: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
831: frame #10: 0x00000000004436e5
832: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
833: [inlined]
834: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
835: pa_stylesheet_connection.h:62:3
836:
837: 2020-12-23 moko
838:
839: * src/classes/image.C: ^image::measure[; $.video() ] option added
840:
841: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
842: ^image::measure[; $.video(true) ] added
843:
844: * src/main/pa_exec.C: not cleared automatically in multithreaded
845: httpd mode for unknown reasons
846:
847: 2020-12-22 moko
848:
849: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
850: error_log uri of currently processed document", but never used
851: and conflicts with how libgc stops threads on FreeBSD (#define
852: SIG_SUSPEND SIGUSR1), thus removed.
853:
854: 2020-12-21 moko
855:
856: * src/main/pa_request.C: +comment
857:
1.151 moko 858: 2020-12-20 moko
859:
1.152 moko 860: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
861: it is more safe to have versions of pa_strdup with one and two
862: arguments, as helper_length=0 not always mean that strlen()
863: should be called, but means zero.
864:
865: * src/targets/isapi/parser3isapi.C: minor
866:
867: * src/main/pa_http.C: +valid_http_method
868:
1.151 moko 869: * src/: include/pa_http.h, main/pa_http.C,
870: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
871:
872: 2020-12-17 moko
873:
874: * tests/: 405.html, results/405.processed: test for split by regex
875: added (related to feature #1160)
876:
877: * src/classes/string.C: split by regex implemented (feature #1160)
878:
879: * src/classes/string.C: minor
880:
881: * tests/: 404.html, results/404.processed: test for whitespace
882: string is now OK for table argument (related to feature #1169)
883:
884: * src/: classes/image.C, classes/string.C, classes/table.C,
885: types/pa_vmethod_frame.C: whitespace string is now OK for table
886: argument (as with hash) (implements feature #1169)
887:
888: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
889: limit for comment (fixes bug #1102)
890:
891: * src/targets/cgi/parser3.C: +HAVE_TLS check
892:
893: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
894:
895: * src/include/pa_config_includes.h: HAVE_TLS used
896:
897: * configure.ac: +TLS check
898:
899: * src/main/pa_http.C: content logging added
900:
901: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
902: clear_response_headers added
903:
904: 2020-12-16 moko
905:
906: * buildall: as we now use threads, libatomic_ops still required for
907: some OS.
908:
909: * src/main/pa_request.C: whitespace
910:
911: * src/: include/pa_request.h, main/pa_request.C:
912: Request::Exception_trace::table extracted and used
913:
914: * src/main/pa_request.C: moving output_result call outside of try
915: as network exceptions should not be handled by parser code
916:
917: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
918: logging network exchange
919:
920: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
921: via network if it was network write error.
922:
923: * src/targets/cgi/parser3.C: log -> pa_log
924:
925: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
926:
927: * src/main/pa_threads.C: getpid() if no gettid() found
928:
929: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
930: we need to ignore "void" connections from browsers (browsers open
931: connections in advance and they will be empty if user does not
932: request more pages)
933:
934: 2020-12-15 moko
935:
936: * src/targets/cgi/parser3.C: avoid previous uri in logs
937:
938: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
939: RequestController not needed in httpd mode
940:
941: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
942: classes/classes.h, classes/curl.C, classes/date.C,
943: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
944: classes/hashfile.C, classes/image.C, classes/inet.C,
945: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
946: classes/memcached.C, classes/memory.C, classes/op.C,
947: classes/reflection.C, classes/regex.C, classes/response.C,
948: classes/string.C, classes/table.C, classes/void.C,
949: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
950: include/pa_array.h, include/pa_base64.h,
951: include/pa_cache_managers.h, include/pa_charset.h,
952: include/pa_charsets.h, include/pa_common.h,
953: include/pa_config_fixed.h, include/pa_config_includes.h,
954: include/pa_dictionary.h, include/pa_dir.h,
955: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
956: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
957: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
958: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
959: include/pa_request_charsets.h, include/pa_request_info.h,
960: include/pa_sapi.h, include/pa_socks.h,
961: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
962: include/pa_stack.h, include/pa_string.h,
963: include/pa_stylesheet_connection.h,
964: include/pa_stylesheet_manager.h, include/pa_symbols.h,
965: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
966: include/pa_uue.h, include/pa_xml_exception.h,
967: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
968: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
969: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
970: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
971: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
972: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
973: main/compile.tab.C, main/compile.y, main/compile_tools.C,
974: main/compile_tools.h, main/execute.C, main/pa_base64.C,
975: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
976: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
977: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
978: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
979: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
980: main/pa_sql_driver_manager.C, main/pa_string.C,
981: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
982: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
983: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
984: main/untaint.C, sql/pa_sql_driver.h,
985: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
986: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
987: targets/isapi/parser3isapi.C, types/pa_junction.h,
988: types/pa_method.h, types/pa_property.h, types/pa_value.C,
989: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
990: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
991: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
992: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
993: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
994: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
995: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
996: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
997: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
998: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
999: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1000: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1001: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1002: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1003: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1004: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1005: types/pa_vstateless_object.h, types/pa_vstatus.C,
1006: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1007: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1008: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1009: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1010: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1011:
1012: * src/main/pa_request.C: old compilers support
1013:
1014: * tests/: 362.html, results/362.processed: test updated after
1015: changes after upgrade to libxml2-2.9.9 were made (related to bug
1016: #1108)
1017:
1018: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1019: removed, as xsltFreeStylesheet has side effects on original doc.
1020: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1021: not updated after xdoc modification (part 3 of test 362).
1022: (related to bug #1108)
1023:
1024: * src/targets/isapi/parser3isapi.C: +pa_strcat
1025:
1026: * src/: classes/memory.C, include/pa_memory.h,
1027: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1028: PA_GC_GCOLLECT used
1029:
1030: * src/include/pa_memory.h: +PA_GC_COLLECT
1031:
1032: * src/targets/cgi/parser3.C: msvs support fixes
1033:
1034: * src/lib/gc/include/gc.h: more cleanup
1035:
1036: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1037:
1038: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1039: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1040:
1041: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1042:
1043: * configure.ac: pthread.h added to checked headers
1044:
1045: * src/classes/table.C: string stream is back :)
1046:
1047: * src/classes/memory.C: GC_generate_random_backtrace no longer
1048: exists
1049:
1050: * src/main/pa_globals.C: GC_dont_gc replaced
1051:
1052: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1053: left to simplify adding new functions. depricated GC_dont_gc
1054: replaced with GC_disable and GC_enable calls.
1055:
1056: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1057: CORD_from_file* not used and thus removed
1058:
1059: * src/lib/gc/include/gc_allocator.h: minor cleanup
1060:
1061: 2020-12-14 moko
1062:
1063: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1064: referenced elsewhere, or GC will collect it.
1065:
1066: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1067: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1068: elsewhere, or GC will collect them (and we'll get GPF in
1069: multithreaded enviroment). May be it can be also fixed by some
1070: GC call, not sure. But this fix costs nothing (but hours of
1071: debugging to find the issue :).
1072:
1.150 moko 1073: 2020-12-11 moko
1074:
1075: * configure.ac: gettid() check added
1076:
1077: * src/main/pa_threads.C: HAVE_GETTID used
1078:
1079: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1080:
1081: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1082: version for isapi/cgi/apache
1083:
1084: * buildall: threads are now required.
1085:
1086: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1087: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1088: main/main.vcproj: pa_threads.C moved to main
1089:
1090: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1091: isapi/pa_threads.C: pa_threads.C moved to main
1092:
1093: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1094: targets/apache/Makefile.am: pa_threads.C moved to main
1095:
1096: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1097:
1098: * src/: include/pa_stylesheet_connection.h,
1099: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1100: and weird GPF in multithreaded httpd is gone
1101:
1102: * src/include/: pa_stylesheet_connection.h,
1103: pa_sql_driver_manager.h: whitespace
1104:
1105: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1106:
1107: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1108: main/pa_stylesheet_manager.C: whitespace, warning war
1109:
1110: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1111: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1112: parser_multithreaded never used
1113:
1114: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1115:
1116: 2020-12-10 moko
1117:
1118: * src/: include/pa_config_includes.h, include/pa_http.h,
1119: main/pa_http.C, targets/cgi/parser3.C: initial support for
1120: MULTITHREADED and PARALLEL httpd server modes
1121:
1122: * src/main/pa_globals.C: GC_java_finalization is depricated
1123:
1124: 2020-12-09 moko
1125:
1126: * etc/auto.p.in: + @httpd-main
1127:
1128: * src/: include/pa_common.h, main/pa_request.C,
1129: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1130: work
1131:
1132: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1133: slow file_read_binary no longer used, send_range added
1134:
1135: 2020-12-08 moko
1136:
1137: * src/main/pa_request.C: >4Gb support
1138:
1139: * src/targets/cgi/parser3.C: msvc warning war
1140:
1141: * src/: include/pa_config_includes.h, main/pa_http.C,
1142: main/pa_request.C: msvc warnings war
1143:
1144: * src/classes/image.C: warning war
1145:
1146: * src/classes/table.C: MSVC warning war
1147:
1148: * src/targets/cgi/parser3.C: msvc warnings war
1149:
1150: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1151: added
1152:
1.149 moko 1153: 2020-12-07 moko
1154:
1.150 moko 1155: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1156: avoid logging beside system-wide auto.p
1157:
1158: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1159:
1160: * configure, configure.ac, src/include/pa_config_auto.h.in:
1161: configure options added:
1162:
1163: --with-system-cfg=FILE to specify system-wide auto.p
1164: --with-system-log=FILE to specify system-wide parser3.log
1165:
1166: * Makefile.am: bin no longer exists
1167:
1168: * configure, configure.ac: auto.p moved to etc to simplify debian
1169: package
1170:
1171: * buildall: auto.p and parser3.charsets moved to their default
1172: location after install
1173:
1174: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1175:
1176: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1177:
1.149 moko 1178: * src/targets/cgi/parser3.C: locate_config call returned to
1179: original place as it requires pa_thread_request() under Windows
1180:
1181: * src/targets/cgi/parser3.C: renaming
1182:
1183: 2020-12-06 moko
1184:
1185: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1186: check added
1187:
1188: 2020-12-04 moko
1189:
1190: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1191: main/pa_request.C: unified uint64_t lseek implemented to support
1192: >4Gb files under x86, including Windows
1193:
1194: 2020-12-02 moko
1195:
1196: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1197: with max_file_size
1198:
1199: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1200: support for processing files sized >4Gb on 32 bit planforms
1201:
1202: * tests/399.html: file moved
1203:
1204: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1205:
1206: * src/targets/cgi/pa_sapi_info.h: warning war
1207:
1208: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1209: warning war
1210:
1211: 2020-12-01 moko
1212:
1213: * src/classes/image.C: mp4 extended size (>4Gb) support added
1214:
1215: * src/classes/image.C: for "size not found" exception to be shown
1216: if size not found until eof
1217:
1218: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1219: bit linux)
1220:
1221: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1222: #1188)
1223:
1224: 2020-11-30 moko
1225:
1226: * src/classes/image.C: definitions moved closer to code
1227:
1228: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1229: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1230: 395_dir/3_VP8X.webp, results/395.processed,
1231: results/396.processed: tests for ^image::measure[] .webp support
1232: added, all image files moved into one directory (related to
1233: feature #1188)
1234:
1235: * src/classes/image.C: ^image::measure[] now supports webp (feature
1236: #1188)
1237:
1.148 moko 1238: 2020-11-29 moko
1239:
1240: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1241: processing, unnessesary defines removed
1242:
1243: 2020-11-24 moko
1244:
1245: * tests/results/: 099.processed, 100.processed, 205.processed,
1246: 309.processed, 310.processed: Content-Disposition: inline
1247: returned
1248:
1249: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1250: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1251: ] added (related to bug #1204)
1252:
1253: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1254: ] supported to avoid Content-Disposition: inline;
1255: filename="<file>.ext" but still set Content-Type for ext (related
1256: to bug #1204)
1257:
1.147 moko 1258: 2020-11-22 moko
1259:
1260: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1261: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1262:
1263: * src/main/pa_request.C: content_disposition_inline returned.
1264:
1265: 2020-11-17 moko
1266:
1267: * src/main/pa_request.C: empty main method name support
1268:
1269: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1270: config_handler added, stdout flush added.
1271:
1272: 2020-11-16 moko
1273:
1274: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1275:
1276: * tests/results/: 099.processed, 205.processed, 237.processed,
1277: 309.processed, 310.processed: Content-Disposition: inline is not
1278: required and should not contain filename="<name>"
1279:
1280: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1281: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1282: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1283:
1.146 moko 1284: 2020-11-14 moko
1285:
1286: * src/targets/cgi/parser3.C: spelling
1287:
1288: * src/targets/cgi/parser3.C: renaming
1289:
1290: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1291: relocated
1292:
1293: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1294: before request processing, which is weired
1295:
1296: 2020-11-13 moko
1297:
1298: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1299: copied in httpd.
1300:
1301: 2020-11-12 moko
1302:
1303: * src/main/pa_http.C: ALARM code unified to be used in httpd
1304:
1305: * src/: include/pa_request.h, main/pa_request.C,
1306: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1307:
1308: * src/main/pa_http.C: URI validation added
1309:
1310: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1311: can't be empty but can be null. httpd-main is now main method
1312: name for httpd mode
1313:
1314: 2020-11-11 moko
1315:
1316: * src/main/pa_request.C: path_translated can be null in httpd mode
1317:
1318: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1319: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1320: classes/xdoc.C, include/pa_request.h, main/execute.C,
1321: main/pa_request.C: r.absolute -> r.full_disk_path
1322:
1323: * src/targets/cgi/parser3.C: if filename to process is not
1324: specified, auto.p should be present.
1325:
1.145 moko 1326: 2020-11-03 moko
1327:
1328: * src/: classes/op.C, include/pa_request.h: unused argument removed
1329:
1330: * src/main/pa_request.C: content_disposition_inline is the default,
1331: not required.
1332:
1.144 moko 1333: 2020-10-29 moko
1334:
1335: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1336: ^use[file; $.main(true) ] implemented for auto.p processing and
1337: path_translated changing to correct relative files path
1338: calculation in httpd mode
1339:
1340: * src/: include/pa_request.h, main/pa_request.C:
1341: fail_on_read_problem removed, as it allways true, as if should
1342: be.
1343:
1344: * src/: include/pa_request.h, main/pa_request.C,
1345: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1346: targets/isapi/parser3isapi.C: clearing config_filespec when
1347: config was not found, thus flag not required and removed.
1348:
1349: 2020-10-28 moko
1350:
1351: * tests/: 402.html, results/402.processed: error reporting test
1352:
1353: * src/main/execute.C: better error reporting when
1354: $result[^hash::create[]] in @main.
1355:
1356: * src/main/: execute.C, pa_request.C: frame.result() should be used
1357: + minor optimization
1358:
1359: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1360: main/pa_xml_io.C: execute_*_method simplified and unified
1361:
1362: 2020-10-27 moko
1363:
1364: * tests/: 306.html, results/306.processed: a bit more testing. :)
1365:
1366: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1367: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1368: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1369: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1370: types/pa_vmethod_frame.h, types/pa_vobject.C,
1371: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1372: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1373: longer used in object-prototype mode
1374:
1375: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1376: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1377: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1378: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1379: $form:name[value] features
1380:
1.143 moko 1381: 2020-10-18 moko
1382:
1383: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1384:
1385: 2020-10-15 moko
1386:
1387: * src/main/pa_http.C: url no longer needed as
1388: ALTER_EXCEPTION_SOURCE is used
1389:
1390: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1391: main/pa_http.C: check_file_size filespec is now optional
1392:
1393: * src/: classes/curl.C, include/pa_exception.h,
1394: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1395: ALTER_EXCEPTION_COMMENT added for better error reporting
1396:
1397: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1398: results/346-curl.processed, results/379-curl.processed,
1399: results/379.processed: test results updated as load now provides
1400: better error reporting + curl responses updated
1401:
1402: 2020-10-14 moko
1403:
1404: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1405: main/pa_string.C, targets/apache/mod_parser3_core.C,
1406: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1407: checked. 10 is now default base, no hex autodetect by default
1408:
1409: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1410: connection socket closing in destructor + accept exception
1411: handling
1412:
1413: * src/targets/cgi/parser3.C: warning war
1414:
1415: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1416: main/pa_request.C, targets/apache/mod_parser3_core.C,
1417: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1418: exception handling unified
1419:
1420: 2020-10-13 moko
1421:
1422: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1423: autodetection
1424:
1425: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1426:
1427: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1428:
1429: * src/main/pa_http.C: warning war
1430:
1.142 moko 1431: 2020-10-12 moko
1432:
1.143 moko 1433: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1434: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1435: unhandled exception code optimization
1436:
1437: * src/targets/cgi/parser3.C: request_info now global variable
1438:
1439: * src/main/pa_http.C: http_read_response moved to HTTP_response
1440: class
1441:
1442: * src/: include/pa_http.h, main/pa_http.C,
1443: targets/cgi/pa_sapi_info.h: read_post implemented
1444:
1.142 moko 1445: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1446: [host:]port syntax support in httpd mode
1447:
1448: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1449: targets/cgi/parser3.C: populate_env added
1450:
1451: * src/include/pa_hash.h: to make get(char *) compiling in
1452: HashStringString
1453:
1454: 2020-10-10 moko
1455:
1456: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1457: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1458:
1459: * src/: include/pa_http.h, include/pa_request_info.h,
1460: main/pa_http.C, main/pa_string.C,
1461: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1462: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1463: types/pa_vrequest.C: initial httpd mode implementation
1464:
1.141 moko 1465: 2020-10-04 moko
1466:
1467: * src/targets/cgi/parser3.C: options together
1468:
1469: 2020-09-30 moko
1470:
1471: * src/main/pa_http.C: renamed
1472:
1.140 moko 1473: 2020-08-14 moko
1474:
1475: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1476: src/targets/cgi/Makefile.am: no httpd as separate library
1477:
1478: 2020-08-13 moko
1479:
1480: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1481: unhandled exception handler to report 500 instead of 200 it was
1482: before.
1483:
1484: * src/targets/apache/mod_parser3_core.C: minor cleanup
1485:
1486: * src/: include/pa_sapi.h, main/untaint.C,
1487: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1488: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1489: thus replaced with SAPI::die and removed
1490:
1491: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1492: cgi/parser3.C: whitespace
1493:
1494: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1495:
1496: 2020-08-12 moko
1497:
1498: * src/targets/cgi/parser3.C: duplicate info in signal logging
1499: removed, whitespace was: SIGPIPE received while executing code.
1500: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1501: cl=0]
1502:
1503: * parser3.sln: + httpd.vcproj
1504:
1505: 2020-08-11 moko
1506:
1507: * src/targets/cgi/Makefile.am: +libhttpd
1508:
1509: * configure.ac, src/lib/Makefile.am: +libhttpd
1510:
1.139 moko 1511: 2020-07-13 moko
1512:
1513: * tests/: 401.html, results/401.processed: test for hash key does
1514: not keep language, but tainted in foreach.
1515:
1.138 moko 1516: 2020-07-01 moko
1517:
1518: * tests/: 235.html, results/235.processed: test result updated as
1519: messages before attachments implemented (feature #1176)
1520:
1.137 moko 1521: 2020-06-27 moko
1522:
1523: * tests/: 400.html, results/400.processed: test updated to check
1524: ^return{code}
1525:
1526: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1527: fixed
1528:
1529: 2020-06-26 moko
1530:
1531: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1532: added (related to https://www.parser.ru/forum/?id=85319)
1533:
1534: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1535: when $result assignment was last statement in the method
1536: (https://www.parser.ru/forum/?id=85319)
1537:
1.136 moko 1538: 2020-05-23 moko
1539:
1540: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1541: whitespace, unused level removed
1542:
1543: 2020-05-19 moko
1544:
1545: * src/types/pa_vmail.C: whitespace
1546:
1547: * src/types/pa_vmail.C: files should be processed last (related to
1548: feature #1176)
1549:
1.135 moko 1550: 2020-05-12 moko
1551:
1552: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1553: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1554:
1555: * configure.ac: FreeBSD1X.X check added to avoid
1556: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1557:
1.134 moko 1558: 2020-02-26 moko
1559:
1560: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1561: compilation issue (related to bug #1201)
1562:
1563: * src/main/pa_common.C: entry_readable -> entry_exists,
1564: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1565: -f and -d now works under Windows in UTF-8 with Russian
1566: filenames.
1567:
1568: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1569: advice (related to feature #1199)
1570:
1571: 2020-02-25 moko
1572:
1573: * buildall: --silent removed
1574:
1575: * configure.ac: gmime-3.0 support
1576:
1577: * buildall: --with-system-mailreceive option added to build with
1578: system libgmime
1579:
1580: * src/types/pa_vmail.C: avoiding
1581: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1582: to feature #1199)
1583:
1.133 moko 1584: 2020-02-18 moko
1585:
1586: * src/classes/op.C: windows x64 debug mode compile fix
1587:
1588: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1589: change (releated to feature #1200)
1590:
1591: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1592: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1593: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1594: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1595: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1596: targets/apache/ApacheModuleParser3.vcproj,
1597: targets/apache/ApacheModuleParser3Core.vcproj,
1598: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1599: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1600: dependency (related to feature #1200)
1601:
1.132 moko 1602: 2020-02-12 moko
1603:
1604: * src/types/pa_vmail.C: minimize diff
1605:
1606: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1607: #1199)
1608:
1.131 moko 1609: 2020-01-18 moko
1610:
1611: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1612:
1.130 moko 1613: 2019-12-28 moko
1614:
1615: * src/targets/cgi/parser3.C: avoid empty ?
1616:
1617: 2019-12-27 moko
1618:
1619: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1620: DOCUMENT_ROOT (related to feature #1164)
1621:
1622: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1623: fcgiwrap setup (implements feature #1164)
1624:
1625: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1626: but no issues found (related to feature #1164)
1627:
1628: * src/targets/cgi/parser3.C: actualized
1629:
1630: 2019-12-26 moko
1631:
1632: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1633: removed
1634:
1635: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1636: removed
1637:
1638: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1639: allocation errors, we don't want default gc warnings (without
1640: timestamp and URI).
1641:
1642: * src/: classes/memory.C, main/pa_globals.C,
1643: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1644: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1645: pa_globals_init
1646:
1647: * src/main/pa_globals.C: setup_hex_value() removed, static array
1648: initialization used (optimization)
1649:
1650: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1651: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1652: pa_socks_init/pa_socks_done moved inside pa_globals_init
1653: (optimization)
1654:
1.129 moko 1655: 2019-12-09 moko
1656:
1657: * src/include/pa_config_fixed.h: warning war
1658:
1.128 moko 1659: 2019-12-08 moko
1660:
1661: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1662: process grammar under Unix.
1663:
1664: 2019-12-07 moko
1665:
1666: * tests/389.html: For Windows XP. :)
1667:
1668: * tests/388-sql.html: Windows compatibility added
1669:
1670: 2019-12-06 moko
1671:
1672: * src/targets/cgi/parser3.C: warning war
1673:
1674: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1675: == sizeof(CORD)) to avoid aligning bugs in future
1676:
1677: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1678: XML_STATIC
1679:
1680: * src/include/pa_request.h: StackItem() not required
1681:
1682: * src/include/pa_stack.h: warning war
1683:
1684: * src/include/pa_config_includes.h: GCC warning silenced
1685:
1686: * src/include/pa_memory.h: warning war: the program should also
1687: define 'void operator delete [](void*, std::size_t)'
1688: [-Wsized-deallocation]
1689:
1690: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1691:
1692: * src/classes/string.C: not reqired cast removed
1693:
1694: * src/classes/string.C: not reqired cast removed
1695:
1696: 2019-12-05 moko
1697:
1698: * src/lib/sdbm/pa_file_io.C: warning war
1699:
1700: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1701: enum Language : size_t - required for VS2015+ to make
1702: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1703: without it (related to feature #1198)
1704:
1705: 2019-12-04 moko
1706:
1707: * src/main/pa_base64.C: unsigned char -> uchar
1708:
1709: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1710: as other libs
1711:
1712: * src/include/pa_version.h: +amd64
1713:
1714: 2019-12-03 moko
1715:
1716: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1717: release
1718:
1719: * src/include/pa_config_includes.h: warning war
1720:
1721: * src/classes/image.C: warning war
1722:
1723: * src/main/pa_globals.C: x64 libs support
1724:
1725: * src/include/pa_config_includes.h: warning war
1726:
1727: * src/types/pa_method.h: warning war
1728:
1.127 moko 1729: 2019-11-28 moko
1730:
1731: * src/classes/math.C: vs2003 compatibility + warning war
1732:
1733: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1734: libxml2-2.9.9 (related to feature #1136)
1735:
1736: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1737: typecast for more compatibility (related to feature #1136)
1738:
1739: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1740: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1741: feature #1136)
1742:
1743: 2019-11-26 moko
1744:
1745: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1746: removed (it was failing in $$var case), condition added
1747:
1.126 moko 1748: 2019-11-25 moko
1749:
1750: * tests/: 397.html, 399.html, results/141.processed,
1751: results/399.processed: base64 options tested
1752:
1753: * src/: classes/math.C, main/pa_http.C: base64 options used
1754:
1755: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1756: implemented (feature #986)
1757:
1758: * src/main/pa_cache_managers.C: whitespace
1759:
1760: * tests/: 397.html, 399.html, results/399.processed: tests for
1761: ^base64 encode options added (related to feature #986)
1762:
1763: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1764: pa_base64_encode(file) removed - more memory, but faster and less
1765: code (related fo feature #986)
1766:
1767: 2019-11-24 moko
1768:
1769: * tests/: 155.html, results/155.processed: limit and offset in
1770: ^table::load[] now supported, thus test added
1771:
1772: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1773: main/pa_common.C: optimization: offset and limit options parsing
1774: moved inside file_load.
1775:
1776: 2019-11-23 moko
1777:
1778: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1779: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1780: optimization: file_read replaced with simplified file_read_binary
1781:
1782: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1783: types/pa_vform.C: whitespace
1784:
1785: * src/: include/pa_common.h, main/pa_common.C: never used params
1786: removed
1787:
1788: 2019-11-21 moko
1789:
1790: * tests/: 193.html, results/193.processed, results/389.processed:
1791: test results updated as now base64 does not discard tail without
1792: padding (related to feature #986)
1793:
1794: 2019-11-20 moko
1795:
1796: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1797: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1798: pa_base64_decode (related to feature #986)
1799:
1800: * tests/398.html: tests for base64 decode added (related to feature
1801: #986)
1802:
1803: * src/main/pa_base64.C: base64_decode rewritten - padding option
1804: support, padding inside base 64 supported (related to feature
1805: #096)
1806:
1807: 2019-11-19 moko
1808:
1809: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1810: FreeBSD 12
1811:
1.125 moko 1812: 2019-11-16 moko
1813:
1814: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1815: support added, step support removed (related to #986)
1816:
1817: 2019-11-15 moko
1818:
1819: * src/classes/math.C: using log since log2 is not present on
1820: FreeBSD < 8.4 (related to feature #1177)
1821:
1822: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1823: pa_base64_size extracted and used for files as well (related to
1824: feature 986)
1825:
1826: 2019-11-14 moko
1827:
1828: * tests/: 397.html, results/397.processed: + content check
1829:
1830: * tests/: 141.html, results/141.processed: make test resuls more
1831: readable
1832:
1833: * tests/: 397.html, results/193.processed, results/397.processed:
1834: test results updated after \x00 character was disabled in
1835: math:convert string mode (related to feature #1177)
1836:
1837: * src/classes/: math.C, string.C: \\x00 character disabled while
1838: converting to string (as in base64, related to feature #1177)
1839:
1840: * src/classes/file.C: more correct arguments separation
1841:
1842: * src/: classes/file.C, classes/math.C, classes/string.C,
1843: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1844: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1845: options added, but not yet implemented (related to feature #986)
1846:
1847: * src/classes/math.C: whitespace
1848:
1849: 2019-11-13 moko
1850:
1851: * tests/: 397.html, results/397.processed: +tainting test (related
1852: to feature #1177)
1853:
1854: * src/classes/math.C: as we now produce not only digits, result
1855: should be tainted (related to feature #1177)
1856:
1857: * src/main/pa_base64.C: whitespace
1858:
1859: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1860: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1861: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1862: implementation moved from pa_common.h and pa_common.C
1863:
1864: 2019-11-12 moko
1865:
1866: * tests/: 275.html, results/275.processed: out of range test fixed,
1867: as ^math:convert now supports arbitrary precision
1868:
1869: 2019-11-11 moko
1870:
1871: * tests/results/389.processed: uctualized error message
1872:
1873: * tests/: 389.html, 397.html, results/397.processed: tests for
1874: ^math:convert added (related to feature #1177)
1875:
1876: * src/classes/math.C: ^math:convert now supports arbitrary
1877: precision, alphabet support added (implements feature #1177)
1878:
1.124 moko 1879: 2019-11-06 moko
1880:
1881: * tests/: 181.html, results/181.processed: entities usage added,
1882: more entites load tests (related to bug #842 discussion)
1883:
1884: 2019-11-05 moko
1885:
1886: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1887: call from xmlFileOpen if http://localhost/<file> was not found
1888: (related to bug #842)
1889:
1890: * src/main/pa_xml_io.C: rename
1891:
1892: * src/main/pa_xml_io.C: +MemoryStream constructor
1893:
1894: * src/main/pa_xml_io.C: whitespace
1895:
1.123 moko 1896: 2019-10-31 moko
1897:
1898: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1899: XML_PARSE_NOENT) added to fix entities load, (related to feature
1900: #1181)
1901:
1.122 moko 1902: 2019-10-25 moko
1903:
1904: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1905: queries tests
1906:
1907: 2019-10-24 moko
1908:
1909: * tests/: 388-sql.html, results/388-sql.processed: support for
1910: pgsql driver test
1911:
1912: * tests/: 388-sql.html, results/388-sql.processed:
1913: multi_statements=1 now tested, mysql test now supported
1914: (connection must be specified in [parser3] section in .my.cnf)
1915: related to issues #1195 and #1194
1916:
1.121 moko 1917: 2019-09-11 moko
1918:
1919: * src/classes/int.C: whitespace
1920:
1921: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1922: exception test
1923:
1924: * tests/results/388-sql.processed: sql queries now shown (related
1925: to feature #1196)
1926:
1927: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1928: with old parser versions.
1929:
1930: * src/: classes/file.C, classes/hash.C, classes/string.C,
1931: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1932: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1933: instead of connect string in query_event_handlers exceptions
1934: (implements feature #1196)
1935:
1.120 moko 1936: 2019-09-06 moko
1937:
1938: * tests/388-sql.html: mysql compat
1939:
1940: * src/: classes/hash.C, classes/string.C, classes/table.C,
1941: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1942: sql_ variables declaration moved to pa_common.h
1943:
1.116 moko 1944: 2019-01-15 moko
1945:
1946: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1947: logically sorted
1948:
1949: 2018-12-27 moko
1950:
1951: * src/include/pa_config_includes.h: warning war:
1952: -Wdeprecated-register added for C++ 17
1953:
1954: 2018-10-15 moko
1955:
1956: * configure.ac: FreeBSD 11.2 can be build with ./configure
1957: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1958: --with-xml=/usr/local/
1959:
1960: 2018-09-24 moko
1961:
1962: * tests/: 396.html, 396.tiff, results/396.processed: test for
1963: ^image::measure[] now supports tiff added (related to feature
1964: #1188)
1965:
1966: * src/classes/image.C: ^image::measure[] now supports tiff
1967: (implements feature #1188)
1968:
1969: 2018-09-20 moko
1970:
1971: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1972: files measure added (related to ticket #1188)
1973:
1974: * src/classes/image.C: measure of bmp files implemented (related to
1975: ticket #1188)
1976:
1977: 2018-09-18 moko
1978:
1979: * tests/: 394-curl.html, results/394-curl.processed,
1980: results/auto.p: test for bug #1187 (max_file_size check for head
1981: requests) added
1982:
1983: 2018-08-24 moko
1984:
1985: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1986: response content-length check is required (fixes bug #1187)
1987:
1988: 2018-05-11 moko
1989:
1990: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1991: $.append(bool) ] option added (related to feature #919)
1992:
1993: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1994: from misha@ patch (implements feature #919)
1995:
1996: 2018-03-22 moko
1997:
1998: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1999: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2000: with 128kb buffer. Now works at least 12 times faster. :) May be
2001: Windows-only problem.
2002:
2003: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2004: build fix)
2005:
2006: 2018-02-03 moko
2007:
2008: * src/main/execute.C: removes irrelevant lines from exception stack
2009: trace when exceptions occurs in assigment (fixes bug #1165)
2010:
2011: * tests/: 393.html, results/393.processed: test for behavour after
2012: "Property can not be created, already exists field with that
2013: name" exception removed (related to feature #1183)
2014:
2015: * src/types/pa_vclass.C: "Property can not be created, already
2016: exists field with that name" exception removed (implements
2017: feature #1183)
2018:
2019: 2018-01-19 moko
2020:
2021: * src/classes/string.C: whitespace
2022:
2023: * src/classes/string.C: whitespace
2024:
2025: * tests/: 392.html, results/392.processed: test for
2026: ^regex::create[$regex] added (related to feature #1135)
2027:
2028: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2029: ^regex::create[$regex] added (implements feature #1135)
2030:
2031: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2032: commented define added (related to feature #1157)
2033:
2034: 2018-01-17 moko
2035:
2036: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2037:
2038: 2018-01-15 moko
2039:
2040: * tests/: 390.html, results/390.processed: real path replaced by
2041: stub
2042:
2043: * tests/: 391.html, results/391.processed: test for feature #1181
2044: (XML_PARSE_HUGE exception) added
2045:
2046: 2018-01-11 moko
2047:
2048: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2049: XML_PARSE_HUGE option passed by default (implements feature
2050: #1181)
2051:
2052: * src/classes/string.C: whitespace
2053:
2054: 2017-12-10 moko
2055:
2056: * tests/: 389.html, 390.html, results/389.processed,
2057: results/390.processed: image code coverage tests added (related
2058: to feature #1125)
2059:
2060: 2017-12-08 moko
2061:
2062: * tests/: 346-curl.html, 388-sql.html, 389.html,
2063: results/346-curl.processed, results/388-sql.processed,
2064: results/389.processed: more code coverage tests
2065:
2066: * tests/: 264.html, results/264.processed: code coverage for
2067: ^file::exec[]
2068:
2069: 2017-12-07 moko
2070:
2071: * tests/: 174.html, 388-sql.html, 389.html,
2072: results/388-sql.processed, results/389.processed,
2073: results/174.processed: more coverage tests
2074:
2075: * src/classes/math.C: exception text actualized
2076:
2077: 2017-12-06 moko
2078:
2079: * tests/388-sql.html: $SQL can be here
2080:
2081: * tests/results/auto.p: $SQL not required here
2082:
2083: * tests/: 388-sql.html, 389.html, Makefile,
2084: results/388-sql.processed, results/389.processed, results/auto.p:
2085: code coverage tests for sql (using sqlite) and int/double/bool
2086: added (related to feature #1125)
2087:
2088: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2089: lib/json/json.vcproj, lib/md5/md5.vcproj,
2090: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2091: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2092: targets/apache/ApacheModuleParser3Core.vcproj,
2093: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2094: types/types.vcproj: gc\include no longer required
2095:
2096: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2097: required
2098:
2099: * src/: classes/Makefile.am, classes/table.C,
2100: include/pa_config_includes.h, include/pa_string.h,
2101: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2102: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2103: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2104: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2105: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2106: used, we now include it directly
2107:
2108: 2017-12-04 moko
2109:
2110: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2111: memcached/memcached.vcproj, punycode/punycode.vcproj,
2112: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2113: where required
2114:
2115: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2116: now can be used to trace memory allocations
2117:
2118: * src/: classes/table.C, include/pa_config_includes.h,
2119: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2120: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2121: method removes, libcord also can work without libgc
2122:
2123: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2124:
2125: 2017-11-29 moko
2126:
2127: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2128: are not present (related to feature #1173)
2129:
2130: * tests/346-curl.html: test updated to test curl content-length bug
2131: (related to feature #1173)
2132:
2133: * tests/results/346-curl.processed: more test for content-length
2134: curl bug (related to feature #1173)
2135:
2136: * tests/results/346-curl.processed: test results updated after
2137: #1173 implemented
2138:
2139: 2017-11-28 moko
2140:
2141: * src/classes/curl.C: another libcurl Content-length bug walkaround
2142: (related to feature #1173)
2143:
2144: 2017-11-27 moko
2145:
2146: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2147: $.http_version[version string] added (implements feature #1173),
2148: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2149: where $post(true) bug existed.
2150:
2151: 2017-11-18 moko
2152:
2153: * src/include/pa_memory.h: warning war (related to feature #1170)
2154:
2155: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2156: feature #1170)
2157:
2158: 2017-11-17 moko
2159:
2160: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2161: std::basic_stringstream used in ^table.csv-string[] is compatible
2162: with delete usage check only under Debian 9 (related to feature
2163: #1170)
2164:
2165: 2017-11-16 moko
2166:
2167: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2168: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2169: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2170: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2171: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2172: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2173: stubs defend from accidental use (implements feature #1170)
2174:
2175: 2017-06-24 moko
2176:
2177: * configure.ac: minor fix: thanks to alx@
2178:
1.115 moko 2179: 2017-05-29 moko
2180:
2181: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2182: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2183: added to avoid cutting of UTF-8 chars (fixed bug #123)
2184:
2185: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2186: ignored, =?UTF-8?Q?= should start in case of leading space
2187: (related to bug #123)
2188:
2189: * buildall: echo -n -> printf for OS X. :)
2190:
2191: 2017-05-25 moko
2192:
2193: * tests/: 288.html, results/288.processed: test updated afted
2194: setting $o.prop without setter exception removed (related to
2195: feature #1157)
2196:
2197: * src/types/pa_vclass.C: no more "this property has no setter
2198: method" when setting $o.prop without setter (implements feature
2199: #1157)
2200:
2201: * buildall: echo \c -> echo -n for FreeBSD
2202:
2203: * configure, configure.ac, src/include/pa_config_auto.h.in,
2204: src/types/pa_vdouble.h: isfinite now checked in configure
2205:
2206: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2207: upgraded to automake 1.15
2208:
2209: 2017-05-23 moko
2210:
2211: * src/types/pa_vdouble.h: finite returned where isfinite not
2212: defined
2213:
2214: 2017-05-22 moko
2215:
2216: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2217:
2218: * buildall: extern CFLAGS setting support
2219:
2220: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2221:
2222: * buildall: http -> https
2223:
2224: * buildall: gc-7.2f -> gc-7.6.0
2225:
2226: 2017-05-20 moko
2227:
2228: * buildall: https, pcre, xml, xslt updated to current versions
2229: (related to feature #1136)
2230:
2231: 2017-05-19 moko
2232:
2233: * tests/097.html: after parser.ru moved to https
2234:
2235: 2017-05-17 moko
2236:
2237: * tests/results/: 175.processed, 372.processed: tests resuls
2238: updated after lintian spelling typos fixed (related to bug #1156)
2239:
2240: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2241: classes/string.C, classes/table.C, main/pa_charset.C,
2242: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2243: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2244: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2245:
2246: * tests/results/096.processed: +XMP
2247:
2248: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2249: $.xmp(true) options tested (test for feature #1154)
2250:
2251: * src/classes/image.C: ^image:measure[] options $.exif(false)
2252: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2253: fetched by default! (implements feature #1154)
2254:
2255: 2017-05-16 moko
2256:
2257: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2258: allowed (related to feature #1154)
2259:
2260: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2261: initial XMP implementation - without options and transcode
2262: (related to feature #1154)
2263:
2264: 2017-05-12 moko
2265:
2266: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2267: image: exif moved to ffields, skipped in ^image.html[] where
2268: iterators now used (preparation for feature #1154)
2269:
2270: 2017-05-05 moko
2271:
2272: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2273: results/387.processed: test for circular class inheritance check
2274: added (related to bug #1150)
2275:
2276: * src/types/pa_vstateless_class.C: circular class inheritance check
2277: added (fixes endless add_derived bug #1150)
2278:
2279: 2017-05-04 moko
2280:
2281: * tests/: 386.html, results/386.processed: test for
2282: $table.value(number) added (related to feature #1152)
2283:
2284: * src/types/pa_vtable.C: table put_element: column value must be
2285: string - > column value must be string compatible to allow
2286: $t.value(1) (implements feature #1152)
2287:
2288: 2017-05-03 moko
2289:
2290: * src/main/pa_request.C: $use[$method] is not possible, reverting
2291: (related to feature #1151)
2292:
2293: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2294: not possible, removing test (related to feature #1151)
2295:
2296: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2297: get_element_method added and used to allow $use[$method] and
2298: $autouse[$method] (implements feature 1151)
2299:
2300: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2301: variable added (related to feature #1151)
2302:
2303: * tests/results/226.processed: actualized after ^try-catch used
2304:
2305: * tests/: 226.html, 385.html, results/385.processed: test for
2306: @autouse in variable added
2307:
2308: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2309:
1.114 moko 2310: 2017-02-27 moko
2311:
2312: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2313:
1.113 moko 2314: 2017-02-20 moko
2315:
2316: * operators.txt: actualization + beauty
2317:
2318: 2017-02-16 moko
2319:
2320: * tests/: 384.html, results/384.processed: test for
2321: ^reflection:mixin[; $.name[] ] option added (related to feature
2322: #1089)
2323:
2324: * tests/: 384.html, results/384.processed: test for
2325: ^reflection:mixin[] added (related to feature #1089)
2326:
2327: * src/types/pa_value.h: warning war: virtual ~Value() added
2328:
1.112 moko 2329: 2017-02-15 moko
2330:
2331: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2332: fixed
2333:
2334: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2335: test added (related to feature #1069)
2336:
2337: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2338: compilation without HASH_ORDER fixed
2339:
2340: * src/: classes/reflection.C, include/pa_hash.h:
2341: $.reverse(true/false) added to ^reflection:methods[] (related to
2342: feature #1069)
2343:
2344: 2017-02-14 moko
2345:
2346: * tests/: 152.html, results/152.processed: test for $._default hash
2347: added (related to bug #1131)
2348:
2349: * tests/: 277.html, results/277.processed: test for hash with only
2350: $._default is now defined (related to bug #1131)
2351:
2352: * src/types/pa_vhash.h: hash with only $._default is now defined
2353: (fixed bug #1131)
2354:
2355: 2017-02-13 moko
2356:
2357: * tests/cat-windows.sh: cat-windows added (cygwin required)
2358:
2359: * tests/: 171.html, 264.html, 286.html, 370.html,
2360: results/320.processed, results/375.processed, results/auto.p:
2361: cat-windows.sh support added
2362:
2363: * tests/375.html: Windows support
2364:
2365: * tests/270.html: documented
2366:
2367: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2368: (not backslashes) even under Windows (broke test 270)
2369:
2370: 2017-02-12 moko
2371:
2372: * tests/: descript.ion, todo.txt: cleanup
2373:
2374: 2017-02-09 moko
2375:
2376: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2377: run_tests.cmd: Windows compatibility
2378:
2379: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2380: incorrectly (GMT) if parser is called from cygwin
2381:
1.111 moko 2382: 2017-02-08 moko
2383:
1.112 moko 2384: * operators.txt: actualization 15% completed
2385:
2386: * operators.txt: cp1251 -> utf-8
2387:
2388: * NEWS, README: minor update
2389:
2390: * src/include/pa_config_includes.h: warning war continues
2391:
2392: * src/: include/pa_config_includes.h, include/pa_memory.h,
2393: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2394: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2395: gcc 6.x issues fixed
2396:
1.111 moko 2397: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2398: classes/classes.h, classes/curl.C, classes/date.C,
2399: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2400: classes/hashfile.C, classes/image.C, classes/inet.C,
2401: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2402: classes/memcached.C, classes/memory.C, classes/op.C,
2403: classes/reflection.C, classes/regex.C, classes/response.C,
2404: classes/string.C, classes/table.C, classes/void.C,
2405: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2406: include/pa_array.h, include/pa_cache_managers.h,
2407: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2408: include/pa_config_fixed.h, include/pa_config_includes.h,
2409: include/pa_dictionary.h, include/pa_dir.h,
2410: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2411: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2412: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2413: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2414: include/pa_request_charsets.h, include/pa_request_info.h,
2415: include/pa_sapi.h, include/pa_socks.h,
2416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2417: include/pa_stack.h, include/pa_string.h,
2418: include/pa_stylesheet_connection.h,
2419: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2420: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2421: include/pa_uue.h, include/pa_xml_exception.h,
2422: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2423: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2424: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2425: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2426: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2427: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2428: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2429: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2430: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2431: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2432: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2433: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2434: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2435: main/pa_string.C, main/pa_stylesheet_connection.C,
2436: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2437: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2438: main/untaint.C, sql/pa_sql_driver.h,
2439: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2440: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2441: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2442: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2443: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2444: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2445: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2446: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2447: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2448: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2449: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2450: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2451: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2452: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2453: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2454: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2455: types/pa_vmemcached.h, types/pa_vmemory.h,
2456: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2457: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2458: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2459: types/pa_vresponse.C, types/pa_vresponse.h,
2460: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2461: types/pa_vstateless_object.h, types/pa_vstatus.C,
2462: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2463: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2464: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2465: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2466: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2467: 2015->2017
2468:
1.110 moko 2469: 2017-02-07 moko
2470:
2471: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2472:
2473: 2017-02-06 moko
2474:
2475: * src/main/pa_common.C: minor fixes, whitespace
2476:
2477: * src/: classes/curl.C, classes/file.C, classes/image.C,
2478: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2479: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2480: now used (implements feature #1081)
2481:
2482: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2483:
2484: 2017-02-01 moko
2485:
2486: * src/include/pa_request.h: cleanup
2487:
2488: 2017-01-30 moko
2489:
2490: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2491:
2492: 2017-01-29 moko
2493:
2494: * tests/: 383.html, results/383.processed: test for
2495: ^reflection:stack[] added (related to feature #1052)
2496:
2497: * src/classes/reflection.C: else added
2498:
2499: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2500: $.max_file_lock_wait added (implements feature #1128)
2501:
2502: 2017-01-28 moko
2503:
2504: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2505: body and other cases tests added (related to featue #1014)
2506:
2507: * src/classes/curl.C: bug if response is empty fixed (related to
2508: feature #1014)
2509:
2510: 2017-01-27 moko
2511:
2512: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2513: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2514: added (implements feature #1052)
2515:
2516: 2017-01-25 moko
2517:
2518: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2519: method test added
2520:
2521: 2017-01-23 moko
2522:
2523: * src/classes/reflection.C: optimization: options->get replaced by
2524: hash iterator
2525:
2526: * tests/: 381.html, results/381.processed: now -> fixed date
2527:
2528: * src/main/pa_request.C: warning war
2529:
2530: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2531: 5Mb (fixes bug #1058)
2532:
2533: * src/classes/curl.C: warning war
2534:
2535: * tests/: 381.html, results/381.processed: tests for ^json:string
2536: $.one-line(true) option added (related to feature #1124)
2537:
2538: * src/: classes/json.C, types/pa_value.h: $json-string
2539: $.one-line(true|false) options is now supported (implements
2540: feature #1124)
2541:
2542: * tests/: 380.html, results/380.processed: test for modified
2543: $.max_file_size added (related to bug #1014)
2544:
2545: * tests/: 379.html, results/auto.p: tests for rewritten http file
2546: load added (related to bug #1014)
2547:
2548: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2549: main/pa_common.C, main/pa_http.C: check_file_size added and used
2550: in curl / file load from disk and http, http file load rewritten
2551: (related to bug #1014)
2552:
2553: 2017-01-18 moko
2554:
2555: * tests/: 378.html, results/378.processed: tests for ^result[]
2556: added (related to feature #66)
2557:
2558: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2559: Method::CO_WITHOUT_FRAME as frame still added in expression
2560: (related to feature #66)
2561:
2562: 2017-01-17 moko
2563:
2564: * tests/: 377.html, results/377.processed: test for different
2565: combinations of breaks in body and delimiter (related to bug
2566: #1077)
2567:
2568: * tests/: 376.html, results/376.processed: many ^break[] tests
2569: added (related to bug #1077)
2570:
2571: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2572: passed to native method" exception added to avoid bugs due to
2573: WRITE_EXPR_RESULT skipped and native methods execution continues
2574: after ^break[] (related to bug #1077)
2575:
2576: 2017-01-14 moko
2577:
2578: * tests/: 330.html, results/330.processed: test results updated
2579: after ^break[] bugs where fixed (related to bug #1077)
2580:
2581: * tests/: 329.html, results/329.processed: test results updated
2582: after ^break[] bugs where fixed (related to bug #1077)
2583:
2584: * tests/results/320.processed: ^return[] added
2585:
2586: 2017-01-13 moko
2587:
2588: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2589: classes/table.C, include/pa_request.h, main/execute.C,
2590: main/pa_request.C, targets/cgi/parser3.C,
2591: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2592: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2593: checked after each possible process/execute call (fixes bug
2594: #1077)
2595:
2596: 2016-12-29 moko
2597:
2598: * src/main/pa_common.C: warning war
2599:
2600: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2601: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2602: pa_file_size_limit added, ^math:random fixed for upper limit and
2603: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2604: (related to feature #1014)
2605:
2606: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2607: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2608: (related to feature #1014)
2609:
2610: 2016-12-28 moko
2611:
2612: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2613: warning war
2614:
2615: 2016-12-26 moko
2616:
2617: * tests/: 341.html, results/341.processed: test for
2618: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2619:
2620: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2621: (related to feature #1057)
2622:
2623: * src/types/pa_vdate.C: warning war continues...
2624:
2625: * src/: classes/date.C, classes/image.C, classes/table.C,
2626: include/pa_config_includes.h, types/pa_vfile.C: warning war
2627:
2628: * src/lib/gd/gifio.C: warning war / cleanup
2629:
2630: * src/lib/json/pa_json.C: warning war
2631:
2632: * src/classes/hash.C: warning war
2633:
2634: * src/types/pa_vfile.C: warning war
2635:
2636: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2637: -Wall warning war continues
2638:
2639: * configure.ac: --with-build-warnings actualized
2640:
2641: 2016-12-25 moko
2642:
2643: * src/main/pa_exec.C: -wAll warning war
2644:
2645: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2646: -wAll warning war
2647:
2648: * src/: include/pa_common.h, include/pa_sapi.h,
2649: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2650: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2651: -wAll warning war
2652:
2653: 2016-12-23 moko
2654:
2655: * src/lib/ltdl/Makefile.am: extra dist added
2656:
2657: * tests/results/344.processed: test result updated after $file.text
2658: prefetched in ^hash::create[$file] (related to feature #1075)
2659:
2660: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2661: ^hash::create[$file] (related to feature #1075)
2662:
2663: 2016-12-22 moko
2664:
2665: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2666: main/pa_request.C, main/pa_stylesheet_connection.C,
2667: types/pa_vfile.C: file_stat now return 64-bit size (implements
2668: #1014 under 32-bit unix versions)
2669:
2670: 2016-12-21 moko
2671:
2672: * tests/: 375.html, results/375.processed: test for exec returning
2673: stated file added (related to feature #1119)
2674:
2675: * src/classes/file.C: load should not return file with null body
2676: (fixes bug #1119)
2677:
2678: 2016-12-14 moko
2679:
2680: * tests/: 374.html, results/374.processed: test for $method.name
2681: added (related to feature #1117) plus method returning junction
2682: test
2683:
2684: 2016-12-13 moko
2685:
2686: * src/: include/pa_symbols.h, main/pa_symbols.C,
2687: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2688: (implements feature #1117)
2689:
2690: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2691: HEAD and TRACE can't have body (implements feature #1116)
2692:
2693: 2016-12-09 moko
2694:
2695: * tests/: 373.html, results/373.processed: tests for
2696: ^reflection:tainting added (related to feature #1098)
2697:
2698: * src/classes/reflection.C: ^reflection:tainting arguments order
2699: change (related to feature #1098)
2700:
2701: 2016-12-06 moko
2702:
2703: * src/: classes/reflection.C, include/pa_string.h,
2704: main/pa_string.C: ^reflection:tainting[$string] added (implements
2705: feature #1098)
2706:
2707: 2016-12-05 moko
2708:
2709: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2710: (fixes bug #1114)
2711:
2712: 2016-12-04 moko
2713:
2714: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2715: check added
2716:
2717: 2016-12-03 moko
2718:
2719: * tests/: 346-curl.html, results/346-curl.processed: test modified
2720: to test value.as_hash() usage
2721:
2722: * src/classes/curl.C: value.as_hash() used for correct hash
2723: processing
2724:
2725: * src/classes/reflection.C: exceptions texts fixes
2726:
2727: 2016-12-02 moko
2728:
2729: * tests/: 372.html, results/372.processed: tests for
2730: ^reflection:create[ $.class[name] $.constructor[name]
2731: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2732: feature #1094)
2733:
2734: * src/types/pa_vmethod_frame.h: comment added: params should be
2735: declared outside of *_FRAME_ACTION as MethodParams destructor
2736: will be called in ~VNativeMethodFrame
2737:
2738: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2739: ] minor fix
2740:
2741: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2742: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2743: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2744: now supported (implements feature #1094) value::as_hash added
2745: (and should be used everywhere)
2746:
2747: * src/classes/reflection.C: cleanup
2748:
2749: 2016-12-01 moko
2750:
2751: * tests/: 356.html, results/356.processed: test for method
2752: junctions class name added to the resulting hash added (related
2753: to feature #1068)
2754:
2755: * src/classes/reflection.C: for method junctions class name added
2756: to the resulting hash (related to feature #1068)
2757:
2758: 2016-11-30 moko
2759:
2760: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2761: exception (related to bug #1113)
2762:
2763: * src/types/pa_vhashfile.C: whitespace
2764:
2765: * src/main/pa_os.C: errno now returned as it should (fixes bug
2766: #1113)
2767:
2768: * tests/results/: 175.processed, 192.processed, 224.processed,
2769: 229.processed, 239.processed, 244.processed, 246.processed,
2770: 314.processed, 352.processed: tests results updated after method
2771: call exceptions improved as method now keeps its name
2772:
2773: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2774: types/pa_vmethod_frame.h: method call exceptions improved as
2775: method now keeps its name
2776:
2777: * tests/: 224.html, 239.html, results/224.processed,
2778: results/239.processed: tests and tests results updated after
2779: Request::construct exception changed
2780:
2781: * src/: classes/reflection.C, main/execute.C: Request::construct
2782: exception optimized
2783:
2784: * tests/: 371.html, results/371.processed: test for
2785: WWrapper.get_element call in $.name.key[value] code added
2786: (related to feature #1091)
2787:
2788: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2789: in $.name.key[value] code (related to feature #1091)
2790:
2791: 2016-11-29 moko
2792:
2793: * src/classes/op.C: VS warning war
2794:
2795: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2796: C4239: nonstandard extension used : 'return' : conversion from
2797: 'Value' to 'Value &' (related to feature #1020)
2798:
2799: * src/: main/execute.C, types/pa_vmethod_frame.h,
2800: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2801: used : 'return' : conversion from 'Value' to 'Value &' (related
2802: to feature #1020)
2803:
2804: * src/main/execute.C: VS warning war
2805:
2806: * src/targets/cgi/parser3.C: VS compatibility fix
2807:
2808: * src/include/pa_request.h: VS warning war
2809:
2810: * tests/: 370.html, results/370.processed: test for ^file::exec[
2811: ... $.stdin[$binary_file] ] added (related to bug #1044)
2812:
2813: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2814: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2815: $.stdin[$binary_file] (fixes bug #1044)
2816:
2817: 2016-11-28 moko
2818:
2819: * src/main/pa_exec.C: whitespace
2820:
2821: * src/main/pa_request.C: whitespace
2822:
2823: * tests/: 369.html, results/369.processed: test for
2824: $response:status usage added (related to feature #1099)
2825:
2826: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2827: if < 100 (implements feature #1099)
2828:
2829: * src/targets/cgi/parser3.C: whitespace
2830:
2831: * src/targets/cgi/parser3.C: whitespace
2832:
2833: * tests/: 368.html, results/368.processed: test updated after
2834: ^reflection:filename[$method] added (related to feature #1053)
2835:
2836: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2837: main/compile.y, main/execute.C, main/pa_request.C,
2838: types/pa_vclass.h: filename -> filespec,
2839: ^reflection:filename[$method] added (related to feature #1053)
2840:
2841: 2016-11-27 moko
2842:
2843: * tests/: 368.html, results/368.processed: test for
2844: reflection:filename[$class or object] added (related to feature
2845: #1053)
2846:
2847: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2848: types/pa_vstateless_class.h: ^reflection:filename[$class or
2849: object] added (implements feature #1053)
2850:
2851: 2016-11-26 moko
2852:
2853: * src/: include/pa_request_info.h,
2854: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2855: remove_absolute_uri -> strip_absolute_uri
2856:
2857: 2016-11-25 moko
2858:
2859: * src/: include/pa_request_info.h,
2860: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2861: request_info.remove_absolute_uri added to remove possible
2862: http://site.name/ from $request:uri (implements feature #1112)
2863:
2864: 2016-11-24 moko
2865:
2866: * tests/: 367-curl.html, results/367-curl.processed: test for
2867: previous request headers clearing after redirect added (related
2868: to bug #1109)
2869:
2870: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2871: response headers from previous requests are now cleared, only
2872: last request headers are collected (fixes bug #1109)
2873:
2874: * tests/results/: 266.processed, 321.processed, 356.processed:
2875: tests results updated as method name now added to the resulting
2876: hash for new syntax only (Imp1 compatimility fixed, related to
2877: feature #1068)
2878:
2879: * src/classes/reflection.C: method name now added to the resulting
2880: hash for new syntax only (Imp1 compatimility fixed, related to
2881: feature #1068)
2882:
2883: * tests/results/366.processed: test for native and parser
2884: implementation of ^use[] logic (related to feature #1074)
2885:
2886: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2887: for native and parser implementation of ^use[] logic (related to
2888: feature #1074)
2889:
2890: 2016-11-23 moko
2891:
2892: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2893: main/pa_request.C: @USE file now implemented as ^use[file;
2894: $.origin[origin_file] ] (implements feature #1074)
2895:
1.109 moko 2896: 2016-11-21 moko
2897:
1.110 moko 2898: * tests/: 365.html, results/365.processed: test for $caller bugs in
2899: 3.4.4 and $caller.method now tested (related to feature #1110)
2900:
2901: * tests/: 364.html, results/364.processed: $caller usage in
2902: different contexts now tested (related to feature #1110)
2903:
2904: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2905:
2906: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2907:
1.109 moko 2908: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2909: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2910: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2911: used (implements feature #1110)
2912:
2913: 2016-11-20 moko
2914:
2915: * src/types/pa_vdouble.h: whitespace
2916:
2917: 2016-11-11 moko
2918:
2919: * tests/: 363.html, results/363.processed: more tests for feature
2920: #1091 (how parser methods work in expression context)
2921:
2922: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2923: expressions strings are now written as strings, not values by
2924: write_as_string (related to feature #1091)
2925:
2926: * src/classes/op.C: to make more correct behavour in expression
2927: context
2928:
2929: 2016-11-07 moko
2930:
2931: * tests/: 362.html, results/362.processed: test for
2932: xsltParseStylesheetDoc caching as xsl modification after it added
2933: (related to bug #1108)
2934:
2935: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2936: result now cached as xdoc is modified after it (fixes bug #1108)
2937:
2938: 2016-11-06 moko
2939:
2940: * src/types/pa_vxdoc.h: whitespace
2941:
2942: 2016-11-05 moko
2943:
2944: * src/types/pa_vmethod_frame.h: cleanup
2945:
2946: 2016-11-03 moko
2947:
2948: * tests/results/244.processed: more correct exception after method
2949: frames separation
2950:
2951: * src/types/pa_vmethod_frame.h: minor optimizaion
2952:
2953: * src/types/pa_method.h: optimization: params_count added
2954:
2955: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2956: include/pa_request.h, main/execute.C, main/pa_request.C,
2957: types/pa_value.C, types/pa_vmethod_frame.C,
2958: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2959: VMethodFrame now divided into VNativeMethodFrame,
2960: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2961: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2962: and used (related to feature #1104)
2963:
2964: 2016-11-02 moko
2965:
2966: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2967: classes/double.C, classes/file.C, classes/hash.C,
2968: classes/hashfile.C, classes/image.C, classes/inet.C,
2969: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2970: classes/memcached.C, classes/op.C, classes/reflection.C,
2971: classes/regex.C, classes/string.C, classes/table.C,
2972: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2973: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2974: r.write (implements feature #1091)
2975:
2976: * src/main/execute.C: cleanup (related to feature #1104)
2977:
2978: * src/: include/pa_request.h, main/execute.C,
2979: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2980: added, in_expression removed (implements feature #1104)
2981:
2982: 2016-10-31 moko
2983:
2984: * src/types/pa_value.C: whitespace
2985:
2986: 2016-10-28 moko
2987:
2988: * tests/results/244.processed: updated after error reporting fixed
2989: in pa_wcontext.C
2990:
2991: * src/types/pa_wcontext.C: error reporting fixed
2992:
2993: * src/types/pa_wcontext.h: whitespace
2994:
2995: * src/classes/image.C: not fully readed entries are no longer
2996: processed (fixes bug #1106)
2997:
2998: 2016-10-26 moko
2999:
3000: * src/classes/image.C: whitespace
3001:
3002: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3003: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3004: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3005: longer required (related to feature #1091)
3006:
3007: * tests/results/: 264.processed, 350.processed: test results update
3008: reverted (whitespace optimization) after write_no_lang removed :)
3009: (related to feature #1091)
3010:
3011: * src/: classes/file.C, classes/hash.C, classes/op.C,
3012: classes/string.C, classes/table.C, classes/void.C,
3013: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3014: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3015: equal write_pass_lang (related to feature #1091)
3016:
3017: * tests/results/: 264.processed, 350.processed: test results
3018: updated (whitespace optimization) after write_assign_lang removed
3019: (related to feature #1091)
3020:
3021: * tests/: 361.html, results/361.processed: test for non-string
3022: ^untaint added (related to feature #1091)
3023:
3024: * src/: classes/curl.C, classes/date.C, classes/file.C,
3025: classes/hash.C, classes/op.C, classes/string.C,
3026: include/pa_request.h, main/execute.C: optimization:
3027: write_assign_lang removed as not required (first part of feature
3028: #1091 implementation)
3029:
1.108 moko 3030: 2016-10-12 moko
3031:
3032: * tests/: 360.html, results/360.processed: more test code (related
3033: to feature #1104)
3034:
3035: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3036: include/pa_request.h, main/compile.y, main/execute.C: opcode
3037: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3038: WContext is next task (implements feature #1104)
3039:
3040: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3041: / CO_WITHOUT_WCONTEXT
3042:
3043: * tests/: 360.html, results/360.processed: test for in expression
3044: state (related to feature #1104)
3045:
3046: 2016-10-11 moko
3047:
3048: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3049:
3050: * src/classes/op.C: default value removed from initializer
3051:
3052: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3053:
3054: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3055:
3056: 2016-10-10 moko
3057:
3058: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3059: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3060: to feature #42)
3061:
3062: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3063: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3064:
3065: 2016-10-08 moko
3066:
3067: * src/classes/double.C: whitespace
3068:
3069: 2016-10-07 moko
3070:
3071: * src/types/pa_vmethod_frame.h: reorder
3072:
3073: 2016-10-06 moko
3074:
3075: * src/classes/date.C: typo
3076:
3077: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3078:
3079: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3080: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3081: types/pa_vmethod_frame.h: params.get now returns Value&, not
3082: Value*
3083:
3084: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3085:
3086: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3087: removed; first as_* code rewrite
3088:
3089: 2016-10-05 moko
3090:
3091: * src/include/pa_request.h: whitespace
3092:
3093: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3094: intercept_string added (related to feature #1097)
3095:
3096: * src/: classes/image.C, classes/op.C, classes/table.C,
3097: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3098: optimization: intercept_string removed (implements feature #1097)
3099:
3100: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3101:
3102: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3103: from VCodeFrame and WWrapper as not required
3104:
3105: 2016-10-04 moko
3106:
3107: * src/: classes/curl.C, classes/date.C, classes/double.C,
3108: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3109: classes/int.C, classes/json.C, classes/op.C,
3110: classes/reflection.C, classes/string.C, classes/table.C,
3111: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3112: proces_to_value -> process after StringOrValue removed (related
3113: to feature #1020)
3114:
3115: * src/classes/form.C: whitespace
3116:
3117: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3118:
3119: * tests/: 357.html, 358.html, results/357.processed,
3120: results/358.processed, results/auto.p: test for @conf
3121: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3122:
3123: 2016-10-03 moko
3124:
3125: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3126: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3127: supported (implements feature #42)
3128:
3129: * src/types/pa_vregex.h: no reason for VRegex to be
3130: is_evaluated_expr
3131:
3132: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3133: (implements feature #1095)
3134:
3135: 2016-10-01 moko
3136:
3137: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3138: false by default (related to feature #1089)
3139:
3140: 2016-09-30 moko
3141:
3142: * src/types/pa_wcontext.h: cleanup
3143:
3144: 2016-09-29 moko
3145:
3146: * src/main/execute.C: whitespace
3147:
3148: * src/include/pa_request.h: whitespace
3149:
3150: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3151: classes/op.C, classes/table.C, include/pa_request.h,
3152: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3153: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3154: StringOrValue removed as it just slows down and adds complexity
3155: (implements feature #1020)
3156:
3157: 2016-09-28 moko
3158:
3159: * tests/: 356.html, results/266.processed, results/321.processed,
3160: results/356.processed: tests updated after name was added to
3161: method_info hash, test for ^reflection:method_info[junction]
3162: added (related to feature #1068)
3163:
3164: * src/classes/reflection.C: ^reflection:method_info[junction] now
3165: supported, method name added to the resulting hash (implements
3166: feature #1068)
3167:
3168: * tests/: 276.html, results/276.processed: more tests for
3169: ^reflection:delete[]
3170:
3171: * src/classes/reflection.C: fixed bug then ^reflection:delete
3172: didn't work on class and could damage native objects (like file)
3173:
3174: 2016-09-26 moko
3175:
3176: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3177: results/345.processed, results/346-curl.processed,
3178: results/347-curl.processed, results/348.processed: numbers added
3179: to simplify diff analysis
3180:
3181: * tests/: 352.html, results/352.processed: test result updated as
3182: method name used
3183:
3184: * src/classes/reflection.C: method name used
3185:
3186: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3187: its name
3188:
3189: * src/types/pa_method.h: whitespace
3190:
3191: * src/classes/reflection.C: both method and field with one name can
3192: exist.
3193:
3194: * src/classes/reflection.C: ^reflection:mixin added (implements
3195: feature #1089)
3196:
3197: * tests/: 355.html, results/355.processed: property appears in
3198: derived class if added in base test added
3199:
3200: * src/types/pa_vstateless_class.h: get_method declaration +
3201: whitespace
3202:
3203: * tests/: 354.html, results/354.processed: nice test from method
3204: and property with one name in class added
3205:
3206: 2016-09-23 moko
3207:
3208: * src/classes/reflection.C: ^reflection:method usage documented
3209:
3210: 2016-09-22 moko
3211:
3212: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3213: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3214: compile warning and GPF occures on VS2003 (related to feature
3215: #1087)
3216:
3217: * tests/: 350.html, results/350.processed: test added for
3218: $.encloser[] support in ^table::create (related to feature #11)
3219:
3220: * src/classes/table.C: another minor fix (related to feature #11)
3221:
1.107 moko 3222: 2016-09-21 moko
3223:
3224: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3225:
3226: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3227: classes/json.C, classes/string.C, classes/table.C,
3228: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3229: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3230: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3231: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3232: pa_charsets, vs2015 warning war
3233:
3234: * src/classes/table.C: vs2015 warning war
3235:
3236: * src/types/pa_vdate.C: vs2015 warning war
3237:
3238: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3239:
3240: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3241: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3242:
3243: * src/main/pa_common.C: vs2015 compilation fixes
3244:
3245: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3246: vs2015 compilation fixes
3247:
3248: * src/main/pa_charset.C: vs2015 warning war
3249:
3250: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3251:
3252: * src/main/pa_charset.C: vs2015 warning war
3253:
3254: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3255:
3256: * src/types/pa_vdate.C: vs2015 compilation fix
3257:
3258: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3259:
3260: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3261: VS2015 compilation fixes
3262:
3263: * src/classes/table.C: minor fix (related to feature #11)
3264:
3265: * tests/results/282.processed: no longer skipping extra enclosers
3266: (related to feature #11)
3267:
3268: * src/classes/table.C: minor fix + no longer skipping extra
3269: enclosers (related to feature #11)
3270:
3271: * src/classes/table.C: minor optimization (related to feature #11)
3272:
3273: * src/classes/table.C: minor fix and optimization (related to
3274: feature #11)
3275:
3276: 2016-09-20 moko
3277:
3278: * tests/: 353.html, results/353.processed: test for
3279: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3280: added (related to bug #1090)
3281:
3282: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3283: one_big_piece (fixes bug #1090)
3284:
3285: * tests/: 229.html, results/229.processed: code coverage tests
3286:
3287: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3288: body) was called
3289:
3290: * src/classes/op.C: whitespace
3291:
3292: * tests/: 323.html, results/323.processed: test for code junction
3293: should not be returned by ^reflection:class, ^reflection:base
3294:
3295: * src/classes/reflection.C: bugfix: code junction should not be
3296: returned by ^reflection:class, ^reflection:base
3297:
3298: * tests/: 323.html, 352.html, results/352.processed: no more
3299: exception for ^reflection:method[class;no-such-method] (related
3300: to feature #1087)
3301:
3302: * src/classes/reflection.C:
3303: ^reflection:method[class;no-such-method] : exception -> void
3304: (related to feature #1087)
3305:
3306: * src/include/pa_request.h: request::write_value added to allow
3307: write value without convertion (related to issue #1091)
3308:
3309: 2016-09-19 moko
3310:
3311: * src/main/pa_random.C: windows build fix
3312:
3313: * src/types/pa_vhash.h: warning war
3314:
3315: 2016-09-14 moko
3316:
3317: * tests/: 352.html, 552.html, results/352.processed,
3318: results/552.processed: test for ^reflection:method[] extension
3319: added (related to feature #1087)
3320:
3321: * tests/: 552.html, results/552.processed: test for
3322: ^reflection:method[] extension added (related to feature #1087)
3323:
3324: * src/classes/reflection.C: compatibility issue fixed, VClass
3325: dynamic_cast check added (related to feature #1087)
3326:
3327: * tests/: 351.html, results/351.processed: test for @auto[]
3328: inheritance bug diring ^process[] added (related to bug #1088)
3329:
3330: * src/: classes/op.C, main/pa_request.C,
3331: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3332: disable it inheritance during ^process (fixes bug #1088)
3333:
3334: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3335: added (implements feature #1087)
3336:
3337: 2016-09-13 moko
3338:
3339: * tests/: 349.html, results/auto.p: test for objects prototyping
3340: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3341: to feature #1086)
3342:
3343: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3344: types/pa_vobject.C: objects now are not class instances, but have
3345: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3346: in @conf (implements feature #1086)
3347:
3348: 2016-09-08 moko
3349:
3350: * src/: classes/file.C, classes/mail.C, classes/string.C,
3351: classes/table.C, main/pa_http.C, main/pa_string.C,
3352: include/pa_string.h: cleanup: string::split limit argument
3353: removed as no longer required, pos_after no longer reference
3354: (related to feature #11)
3355:
3356: * src/classes/table.C, tests/results/348.processed: now exception
3357: is rised when invalid option is passed to ^table::create[]
3358:
3359: * tests/: 282.cfg, 282.html, results/282.processed: more code
3360: coverage tests
3361:
3362: * tests/: 348.html, results/348.processed: code coverage tests
3363: added
3364:
3365: * tests/: 348.html, results/348.processed: generic ^table::create[]
3366: tests
3367:
3368: * tests/: 035.html, results/035.processed, results/272.processed:
3369: tests updated after $.encloser[] support for ^table::create
3370: implementation (related to feature #11)
3371:
3372: * src/classes/table.C: $.encloser[] support for ^table::create
3373: finally added (implements feature #11)
3374:
3375: 2016-09-07 moko
3376:
3377: * src/include/pa_string.h: added StringSplitHelper as friend
3378: (related to feature #11)
3379:
3380: * src/include/pa_string.h: body and langs now protected, not
3381: private to allow inheritance (related to feature #11)
3382:
3383: * src/classes/table.C: lsplit optimized before cloning for
3384: ^table::create with $.encloser[] (related to feature #11)
3385:
3386: * src/classes/table.C: optimizaion: TableControlChars.separators
3387: added and used (related to feature #11)
3388:
3389: * src/classes/table.C: spelling:
3390:
3391: TableSeparators -> TableControlChars column -> separator
3392: separators -> control_chars
3393:
3394: 2016-09-06 moko
3395:
3396: * src/main/pa_string.C: whitespace
3397:
3398: * src/main/pa_string.C: whitespace
3399:
3400: 2016-09-01 moko
3401:
3402: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3403: results OS-independent
3404:
3405: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3406: compiler (related to feature #1042)
3407:
3408: 2016-08-15 moko
3409:
3410: * src/include/pa_string.h: whitespace
3411:
3412: * src/classes/table.C: whitespace
3413:
1.106 moko 3414: 2016-08-05 moko
3415:
3416: * tests/: 344.html, results/344.processed: test for
3417: ^hash::create[$file] added (related to feature #1075)
3418:
3419: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3420: supported (implements feature #1075)
3421:
3422: 2016-08-04 moko
3423:
3424: * tests/: 341.html, results/341.processed: more code coverage tests
3425:
3426: * tests/: 346-curl.html, results/346-curl.processed: more code
3427: coverage tests for curl
3428:
3429: * tests/: 346-curl.html, results/346-curl.processed: more code
3430: coverage tests for curl
3431:
3432: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3433: results/223.processed: code coverage tests: $.form[ $.table[] ]
3434: test added
3435:
3436: * tests/: 223-curl.html, results/223-curl.processed: more code
3437: coverage tests for curl
3438:
3439: 2016-08-03 moko
3440:
3441: * src/classes/curl.C: dlink(curl_library) now called not once, but
3442: until it will be loaded, allowing to find existing library.
3443:
3444: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3445: results/347-curl.processed: more code coverage tests for curl
3446:
3447: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3448: results/339-curl.processed, results/346-curl.processed: curl
3449: functionality tests
3450:
3451: 2016-08-02 moko
3452:
3453: * tests/: 339.html, results/339.processed: test for tables in
3454: ^file:load[] and ^curl:load[] (commented) added (related to
3455: feature #1042)
3456:
3457: * tests/: 345.html, results/345.processed: code coverage tests for
3458: file class
3459:
3460: * tests/: 344.html, results/344.processed: code coverage tests
3461:
3462: * tests/: 344.html, results/344.processed: mdate removed from
3463: output
3464:
3465: * src/classes/file.C: minor bugfix: is_text should be taked from
3466: fcontent.is_text_mode() if not set (related to feature #1061)
3467:
3468: * tests/: 344.html, results/344.processed: more tests
3469:
3470: * tests/: 343.html, 344.html, results/343.processed,
3471: results/344.processed: tests for ^file::create[ $.from-charset
3472: and $.to-charset ] (related to feature #1061)
3473:
3474: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3475: aset_text_mode argument optimized
3476:
3477: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3478: checkBOM now used in detect_binary_content (related to feature
3479: #1061)
3480:
3481: * src/main/pa_request.C: load_charset no longer required to_upper
3482:
3483: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3484: preserves original file mode (if no $.mode specified)
3485:
3486: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3487: ^file::create now supports $.from-charset[] and $.to-charset
3488: options (implements feature #1061), automatic transcode is done
3489: if text file is created from binary file and charset is detected.
3490:
3491: 2016-07-30 moko
3492:
3493: * src/classes/table.C: ^t.hash[..;] now supported (related to
3494: feature #1057)
3495:
3496: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3497: added (related to feature #1057)
3498:
3499: * tests/: 286.html, results/286.processed: code tests coverage
3500:
3501: 2016-07-29 moko
3502:
3503: * src/classes/table.C: table size should be checked inside menu and
3504: foreach (related to feature #858)
3505:
3506: * src/: classes/curl.C, classes/file.C, classes/string.C,
3507: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3508: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3509: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3510: charsets.get now does str_upper inside (related to feature #1061)
3511:
3512: * tests/: 342.html, results/342.processed: more code coverage tests
3513:
3514: * tests/: 342.html, outputs/342.processed: table menu code coverage
3515: + foreach test added (related to feature #858)
3516:
3517: * tests/: 341.html, results/341.processed: tests for
3518: ^table.hash[]{code} added + code coverage tests (related to
3519: feature #1057)
3520:
3521: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3522: value} support (implements feature #1057)
3523:
3524: * src/classes/table.C: whitespace
3525:
3526: 2016-07-28 moko
3527:
3528: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3529: from URL, if not specified query string removed from url-based
3530: filenames in ^curl:load[] and ^file::load[] (related to feature
3531: #1042)
3532:
3533: 2016-07-27 moko
3534:
3535: * tests/: 340.html, results/340.processed: test for
3536: transcode_text_result=false added (related to issue #1042)
3537:
3538: 2016-07-26 moko
3539:
3540: * src/types/pa_vfile.C: file name should not be empty (if file path
3541: is folder and ends with /) (related to feature #1042)
3542:
3543: * src/main/pa_http.C: whitespace optimizaion
3544:
3545: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3546: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3547: multiple headers, ^file::load supports headers transcoding
3548: (implements feature #1042)
3549:
3550: 2016-07-25 moko
3551:
3552: * src/include/pa_common.h: PA_DEFAULT added
3553:
3554: 2016-07-22 moko
3555:
3556: * tests/: 338.html, results/338.processed: test for
3557: $date.field(value) added (related to feature #1066)
3558:
3559: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3560: $date.field(value) now supported for y/m/d/h/m/s (implements
3561: feature #1066)
3562:
1.105 moko 3563: 2016-07-21 moko
3564:
3565: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3566: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3567: arguments removed; image.C - absolute path shown in exception
3568: (implements feature #1071)
3569:
3570: * tests/: 235.html, results/235.processed: test and test result
3571: updated after static boundary in mail and Errors-To: mail header
3572: removed (related to feature #1047)
3573:
3574: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3575: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3576: used, static boundary in mail removed, Errors-To: mail header
3577: removed (implements feature #1047)
3578:
3579: 2016-07-20 moko
3580:
3581: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3582: equest.classes(): Value -> VStateless_class, part 3 (related to
3583: issue #1051)
3584:
3585: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3586: request.classes(): Value -> VStateless_class, part 2 (related to
3587: issue #1051)
3588:
3589: * tests/results/: 224.processed, 323.processed: classes without
3590: methods should not be methoded (related to issue #1051)
3591:
3592: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3593: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3594: -> VStateless_class, part 1 (related to issue #1051)
3595:
3596: * tests/: 337.html, results/337.processed: test for
3597: ^reflection:fields_reference[] and VHashReference class added
3598: (related to feature #1072)
3599:
3600: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3601: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3602: and VHashReference added, allowing ^reflection:fields_reference[]
3603: implementation (closes feature #1072)
3604:
3605: 2016-07-19 moko
3606:
3607: * tests/: 323.html, results/323.processed: we want to see
3608: "methoded"
3609:
3610: * tests/: 336.html, results/336.processed: test for $BASE:property
3611: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3612: #1059)
3613:
3614: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3615: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3616: somebody_entered_some_class, $BASE:property works again,
3617: ^BASE:method[] bugs fixed (fixes bug #1059)
3618:
3619: 2016-07-14 moko
3620:
3621: * tests/: 335.html, results/335.processed: test for feature #1055
3622: added
3623:
3624: * src/classes/hash.C: bugfix: $._default was not copied if empty
3625: feature: ^hash.contains[_default] added (implements feature
3626: #1055)
3627:
3628: 2016-07-13 moko
3629:
3630: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3631: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3632:
3633: 2016-07-05 moko
3634:
3635: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3636: in ^hash.foreach (related to feature #1073)
3637:
3638: 2016-07-04 moko
3639:
3640: * tests/: 134.html, 281.html, results/134.processed,
3641: results/281.processed: tests updated after hash blocking removed
3642: (related to feature #1073)
3643:
3644: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3645: no longer blocks on change during foreach (implements feature
3646: #1073)
3647:
3648: 2016-06-17 moko
3649:
3650: * tests/: 330.html, results/330.processed: try exception source
3651: test added (related to bug in #1062)
3652:
3653: * tests/: 334.html, results/334.processed: Exception stack trace
3654: test added (related to bug in $1062)
3655:
3656: * src/classes/op.C: Exception trace now correctly restored and
3657: errors reported (related to bug #1062)
3658:
1.104 moko 3659: 2016-05-25 moko
3660:
3661: * src/main/compile.y: minor cleanup + beauty
3662:
3663: 2016-05-24 moko
3664:
3665: * tests/: 333.html, results/333.processed: more exceptions testing
3666:
3667: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3668: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3669: features #1056, #1026)
3670:
3671: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3672: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3673: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3674: (implements feature #1056)
3675:
3676: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3677: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3678: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3679: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3680: feature #1026)
3681:
3682: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3683: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3684: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3685: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3686: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3687: feature #1026)
3688:
3689: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3690: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3691: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3692: SYMBOLS_CACHING define implemented (related to feature #1026)
3693:
3694: * src/main/main.vcproj: + ps_symbols
3695:
3696: * src/: include/Makefile.am, include/pa_string.h,
3697: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3698: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3699: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3700: types/pa_vstateless_class.C: initial implementation for symbols
3701: cache (related to feature #1026)
3702:
3703: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3704:
3705: * src/main/pa_globals.C: minor cleanup
3706:
3707: 2016-05-19 moko
3708:
3709: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3710: (related to feature #1046)
3711:
3712: * tests/: 331.html, results/331.processed: test for
3713: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3714: (related to feature #1051)
3715:
3716: * src/main/compile.y:
3717: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3718: (implements feature #1054)
3719:
3720: 2016-05-18 moko
3721:
3722: * src/types/pa_vtable.C, tests/results/324.processed: no more
3723: "column not found" exception for ^table.no-such-method[] (related
3724: to feature #1046)
3725:
3726: * tests/: 261.html, results/261.processed: test added and updated
3727: after feature #1046 implementation
3728:
3729: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3730: types/pa_vvoid.h: $string.anything works for whitespace strings,
3731: ^string.contains added for hash compatibility, $string.method no
3732: longer returns stting method (implements feature #1046)
3733:
3734: 2016-05-12 moko
3735:
3736: * src/classes/curl.C: content-type response header no longer
3737: ignored (fixes issue #1045)
3738:
3739: * tests/: 330.html, results/330.processed: test for incomplete
3740: finally execution when break occures added (related to issue
3741: #1077)
3742:
3743: * src/classes/op.C: bugfix: Request::skip reset is called before
3744: executing catch and finally code (fixes issue #1062)
3745:
3746: 2016-05-11 moko
3747:
3748: * tests/: 329.html, results/329.processed: test for invalid
3749: ^break[] behavour added (bug #1077)
3750:
3751: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3752:
3753: 2016-04-24 moko
3754:
3755: * src/types/pa_vstateless_class.h: warning war
3756:
3757: 2016-04-17 moko
3758:
3759: * tests/: 328.html, results/328.processed: test for
3760: ^break(condition) and ^continue(condition) (related to feature
3761: #1063)
3762:
3763: * src/classes/op.C: ^break(condition) and ^continue(condition)
3764: implemented (feature #1063)
3765:
3766: 2016-04-12 moko
3767:
3768: * tests/results/280.processed: ordered hash now used for class
3769: methods and properties (test results updated for feature #1069)
3770:
3771: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3772: to xdoc.C as under FreeBSD it was inited after and inheritance
3773: failed (related to issue #1051)
3774:
3775: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3776: are printed to check inheritance (related to feature #1051)
3777:
1.103 moko 3778: 2016-04-09 moko
3779:
3780: * tests/results/320.processed: ordered hash now used for class
3781: methods and properties (test results updated for feature #1069)
3782:
3783: * src/types/pa_vstateless_class.h: ordered hash now used for class
3784: methods and properties (implements feature #1069)
3785:
3786: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3787: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3788: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3789: feature #1051)
3790:
3791: 2016-04-07 moko
3792:
3793: * src/main/execute.C: returned Value in .CLASS case for VJunction
3794: (related to feature #1051)
3795:
3796: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3797: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3798: string constants deduplication (related to feature #1051)
3799:
3800: * tests/results/224.processed: test result updated (related to
3801: feature #1051)
3802:
3803: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3804: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3805: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3806: types/pa_vstatus.h: classes hash now contains only
3807: VStateless_class derived objects, .CLASS is also allways
3808: VStateless_class derived object (related to feature #1051).
3809:
3810: 2016-04-06 moko
3811:
3812: * tests/results/323.processed: test result updated after feature
3813: #1051 implementation
3814:
3815: * src/: classes/classes.h, classes/op.C, classes/response.C,
3816: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3817: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3818: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3819: types/pa_vresponse.C, types/pa_vresponse.h,
3820: types/pa_vstateless_class.h: base -> methoded_donor for static
3821: classes, type() moved from VStateless_class to VClass and
3822: Methoded (implements feature #1051)
3823:
3824: 2016-04-04 moko
3825:
3826: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3827: beauty: put_class added (related to feature #1051)
3828:
3829: 2016-04-01 moko
3830:
3831: * tests/results/: 175.processed, 192.processed, 224.processed,
3832: 229.processed, 244.processed, 246.processed, 316.processed: test
3833: results updated as class.type() removed from error messages, only
3834: type() left (related to feature #1051)
3835:
3836: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3837: classes/op.C, classes/reflection.C, main/compile.y,
3838: main/compile_tools.h, main/execute.C, main/pa_request.C,
3839: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3840: types/pa_vmethod_frame.h, types/pa_vobject.h,
3841: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3842: from VStateless_class, type() is used instead (related to feature
3843: #1051)
3844:
3845: * src/classes/mail.C: old logic restored.
3846:
3847: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3848: classes/classes.h, classes/curl.C, classes/date.C,
3849: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3850: classes/hashfile.C, classes/image.C, classes/inet.C,
3851: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3852: classes/memcached.C, classes/memory.C, classes/reflection.C,
3853: classes/regex.C, classes/response.C, classes/string.C,
3854: classes/table.C, classes/xdoc.C, classes/xnode.C,
3855: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3856: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3857: feature #1051)
3858:
3859: 2016-03-30 moko
3860:
3861: * tests/: 327.html, results/224.processed, results/327.processed:
3862: test for TZ specification in ^date::create[], TZ is kept during
3863: ^date::create[$dt] (related to feature #1048)
3864:
3865: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3866: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3867: feature #1048)
3868:
3869: 2016-03-29 moko
3870:
3871: * tests/: 315.html, results/315.processed: test for timezone format
3872: +HHmm added (related to feature #1065)
3873:
3874: * src/classes/date.C: timezone format +HHmm now supported
3875: (implements feature #1065)
3876:
3877: 2016-03-28 moko
3878:
3879: * tests/: 202.html, results/131.processed, results/202.processed,
3880: results/224.processed, results/256.processed,
3881: results/315.processed: test results updated after %.2d now
3882: default for hours offset in iso-string (was %2d), test for
3883: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3884: added (related to feature #1065)
3885:
3886: 2016-03-27 moko
3887:
3888: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3889: feature #1065)
3890:
3891: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3892: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3893: added (implements feature #1065)
3894:
3895: 2016-03-24 moko
3896:
3897: * tests/: 202.html, results/202.processed: test $date.week added
3898: (related to bug #1067)
3899:
3900: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3901: date (fix for bug #1067)
3902:
3903: 2016-03-10 moko
3904:
3905: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3906:
1.102 moko 3907: 2015-12-07 moko
3908:
3909: * tests/: 326.html, results/326.processed: test for .CLASS &
3910: .CLASS_NAME optimization added (related to feature #844)
3911:
3912: 2015-11-17 moko
3913:
3914: * tests/: 323.html, results/323.processed: order added
3915:
3916: * tests/: 325.html, results/325.processed: double range test added
3917: (related to bug #1049)
3918:
3919: 2015-11-16 moko
3920:
3921: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3922: added to disallow NaN and Infinity (fixes bug #1049)
3923:
3924: 2015-11-11 moko
3925:
3926: * tests/324.html: parser 3.4.3 execution support added (related to
3927: feature #1017)
3928:
3929: * tests/: 324.html, results/324.processed: test for
3930: GET_ELEMENT4CALL feature added (feature #1017)
3931:
1.101 moko 3932: 2015-10-29 moko
3933:
3934: * operators.txt: updated for 3.4.4
3935:
3936: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3937:
3938: * src/main/pa_exec.C: get_exit_status implemented for Windows
3939: (related to bug #1043)
3940:
3941: 2015-10-28 moko
3942:
3943: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3944: hangup during ^file::exec (fixes bug #1043)
3945:
1.100 moko 3946: 2015-10-27 moko
3947:
3948: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3949:
1.99 moko 3950: 2015-10-26 moko
3951:
1.100 moko 3952: * tests/322.html, src/classes/reflection.C: arguments reorder
3953: (related to issue #1041)
3954:
3955: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3956: Copyright year updated
3957:
1.99 moko 3958: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3959: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3960: classes/form.C, classes/hash.C, classes/hashfile.C,
3961: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3962: classes/mail.C, classes/math.C, classes/memcached.C,
3963: classes/memory.C, classes/op.C, classes/reflection.C,
3964: classes/regex.C, classes/response.C, classes/string.C,
3965: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3966: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3967: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3968: include/pa_config_fixed.h, include/pa_config_includes.h,
3969: include/pa_dictionary.h, include/pa_dir.h,
3970: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3971: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3972: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3973: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3974: include/pa_request_charsets.h, include/pa_request_info.h,
3975: include/pa_sapi.h, include/pa_socks.h,
3976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3977: include/pa_stack.h, include/pa_string.h,
3978: include/pa_stylesheet_connection.h,
3979: include/pa_stylesheet_manager.h, include/pa_table.h,
3980: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3981: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3982: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3983: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3984: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3985: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3986: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3987: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3988: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3989: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3990: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3991: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3992: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3993: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3994: main/pa_string.C, main/pa_stylesheet_connection.C,
3995: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3996: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3997: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3998: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3999: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4000: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4001: targets/isapi/parser3isapi.C, types/pa_junction.h,
4002: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4003: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4004: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4005: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4006: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4007: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4008: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4009: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4010: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4011: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4012: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4013: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4014: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4015: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4016: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4017: types/pa_vresponse.C, types/pa_vresponse.h,
4018: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4019: types/pa_vstateless_object.h, types/pa_vstatus.C,
4020: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4021: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4022: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4023: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4024: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4025:
4026: * src/targets/cgi/parser3.C: year updated
4027:
4028: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4029: issue #1041)
4030:
4031: * tests/: 323.html, results/323.processed: test for base classes
4032: added
4033:
4034: * tests/: 261.html, results/261.processed: updated after better
4035: error reporting done for $string.key exception
4036:
4037: * src/types/pa_vstring.h: better error report for $string.key
4038: exception
4039:
4040: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4041: copied as VObject::get_element4call to remove extra virtual call
4042:
4043: * tests/: 322.html, results/322.processed: test for
4044: ^reflection:is[] added (related to feature #1041)
4045:
4046: * src/classes/reflection.C: ^reflection:is empty value is void
4047: (related to feature #1041)
4048:
4049: * src/classes/reflection.C:
4050: ^reflection:is[class_name|code|method;[context;]element_name]
4051: added (implements feature #1041)
4052:
4053: 2015-10-24 moko
4054:
4055: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4056:
1.98 moko 4057: 2015-10-22 moko
4058:
4059: * tests/: 321.html, results/321.processed: test for
4060: ^reflection:method_info[] file detection added
4061:
4062: * tests/: 320.html, results/320.processed: test for
4063: ^reflection:class_by_name[class_name] added (related to feature
4064: #993)
4065:
4066: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4067: added (implements feature #993)
4068:
4069: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4070: (related to feature #1017)
4071:
4072: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4073: added (related to issue #1039)
4074:
4075: * src/main/pa_request.C: ^throw origin fixed (related to feature
4076: #1039)
4077:
4078: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4079: for VDate
4080:
4081: * tests/results/182.processed: updated after feature #1038
4082: implemented
4083:
4084: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4085: compile-time exception origin added (test for feature #1039)
4086:
4087: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4088: main/pa_request.C: exception unification: compile-time exceptions
4089: now have origin, @USE origins also tracked (implements feature
4090: #1039)
4091:
4092: 2015-10-20 moko
4093:
4094: * src/main/pa_request.C: cleanup
4095:
4096: 2015-10-15 moko
4097:
4098: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4099:
4100: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4101: types/pa_vtable.C: new feature: no more $table.method and
4102: $hash.method, aliases for _at, _count, _key (related to feature
4103: #1017)
4104:
1.97 moko 4105: 2015-10-14 moko
4106:
1.98 moko 4107: * tests/: 317.html, results/317.processed: test for
4108: ^string.unescape[] added (related to feature #120)
4109:
1.97 moko 4110: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4111: defined" bug (described in issue #1036)
4112:
4113: * tests/: 247.html, results/247.processed: test for checkBOM added
4114: (test for bug #1037)
4115:
4116: * src/: include/pa_charsets.h, main/pa_charsets.C,
4117: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4118: it's not enforced, skips BOM signature if it complies charset
4119: (fixes bug #1037)
4120:
4121: 2015-10-13 moko
4122:
4123: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4124: linking
4125:
4126: * src/classes/inet.C: vs2003 compilation fix
4127:
4128: * src/classes/math.C: warning war
4129:
4130: * src/lib/punycode/pa_punycode.c: warning war
4131:
4132: 2015-10-12 moko
4133:
4134: * src/lib/punycode/pa_punycode.c: warning war
4135:
4136: * parser3.sln: moved parser3 first, to make it default startup
4137: project
4138:
4139: * buildall: parser "mirror" now used for external libs sources
4140: (implements feature #1036)
4141:
4142: * buildall: most external libs are updated to their current
4143: versions (related to feature #1036)
4144:
4145: * src/classes/image.C: more tags added
4146:
4147: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4148:
4149: 2015-10-11 moko
4150:
4151: * src/classes/curl.C: minor optimization (related to feature #1035)
4152:
4153: 2015-10-09 moko
4154:
4155: * src/classes/curl.C: pa_strdup added for strings from curl
4156: (related to feature #1035)
4157:
4158: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4159: ULLONG_MAX definition
4160:
4161: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4162: (implements feature #1035)
4163:
4164: * src/main/pa_charset.C: String::Body(String::C) used
4165:
4166: * src/main/pa_charset.C: exceptions unified
4167:
4168: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4169: unified
4170:
4171: * src/: classes/file.C, classes/image.C, classes/mail.C,
4172: classes/op.C, classes/xdoc.C, classes/xnode.C,
4173: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4174: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4175: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4176: String::Body(String::C) constructor added (related to bug #957)
4177:
4178: * src/classes/file.C: minor optimization
4179:
4180: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4181: Cord(char*) autocreation (related to bug #957)
4182:
4183: * src/: classes/string.C, main/untaint.C: minor optimizations
4184:
4185: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4186: String(char*, Lang, length) removed, String(C(), Lang) used
4187: instead (related to bug #957)
4188:
4189: 2015-10-08 moko
4190:
4191: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4192: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4193: main/untaint.C: Now char * is converted to CORD only using
4194: AS_CORD() to check for empty cord bug (fixes bug #957)
4195:
4196: * src/include/pa_hash.h: fixed compilation without
4197: HASH_CODE_CACHING
4198:
4199: * src/classes/string.C:
4200: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4201: feature #120)
4202:
4203: * src/main/pa_common.C: reduce js flags checks count (related to
4204: feature #120)
4205:
1.96 moko 4206: 2015-10-07 moko
4207:
4208: * tests/: 275.html, results/275.processed: test modified after
4209: unsigned long long int support implemented (feature #1034)
4210:
4211: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4212: pa_atoul added for unsigned long long int support
4213:
4214: 2015-10-06 moko
4215:
4216: * src/types/pa_vdate.C: INT_MAX used
4217:
4218: 2015-10-03 moko
4219:
4220: * tests/: 302.html, results/302.processed: test for bug #1023
4221: (\u2028, \u2029 escaping) added
4222:
4223: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4224: json:string[] (fixes bug #1023)
4225:
4226: 2015-09-29 moko
4227:
4228: * tests/305.html: try-catch added for OS without ipv6 support
4229:
4230: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4231: compilation
4232:
4233: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4234: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4235: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4236: implemented to distinguish ^hash.method from $hash.field
4237: (implements feature #1017)
4238:
4239: * src/lib/punycode/pa_punycode.c: warning war
4240:
4241: * src/include/pa_config_includes.h: warning war
4242:
4243: * src/include/pa_config_includes.h: pragma warning actualized a bit
4244:
4245: * src/include/pa_config_includes.h: warning war
4246:
4247: * src/include/pa_hash.h: clang compilation fix
4248:
4249: 2015-09-27 moko
4250:
4251: * src/main/compile.tab.C: Bison 3 is now default
4252:
4253: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4254:
4255: 2015-09-25 moko
4256:
4257: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4258: works with undefined HASH_ORDER (related to feature #196)
4259:
4260: 2015-09-24 moko
4261:
4262: * tests/: 027.html, results/027.processed: test modified to test
4263: ^hash.sort (feature #196)
4264:
4265: * src/: classes/hash.C, include/pa_hash.h:
4266: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4267: added (implements feature #196)
4268:
4269: * tests/: 316.html, results/316.processed: Added test for bug #1025
4270: (exception handling in non-cached ^cache), plus for "it does not
4271: have logical value" and "$exception.handled value must be either
4272: boolean or string 'cache'" exceptions.
4273:
4274: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4275: code (fixes bug #1025)
4276:
1.95 moko 4277: 2015-09-23 moko
4278:
4279: * src/classes/table.C: warning war
4280:
4281: * src/: classes/math.C, types/pa_vcookie.C: warning war
4282:
4283: * src/classes/file.C: warning war
4284:
4285: * src/: include/pa_table.h, main/pa_table.C: warning war
4286:
4287: * src/: main/pa_request.C, classes/date.C: warning war
4288:
4289: * src/: types/pa_vdate.C, classes/op.C: warning war
4290:
4291: * tests/: 122.html, results/122.processed: win sync: to remove
4292: differences with OS that doesn't keep timezone change history
4293:
4294: * src/types/pa_vdate.C: tzset() should be called in Windows after
4295: TZ change (related to feature #36)
4296:
4297: * tests/: 075.html, results/075.processed: win sync: to remove
4298: differences with OS that doesn't keep timezone change history
4299:
4300: * tests/: 315.html, results/315.processed: win sync: to remove
4301: differences with OS that doesn't keep timezone change history
4302:
4303: * tests/: 256.html, results/256.processed: win sync: to remove
4304: differences with OS that doesn't keep timezone change history
4305:
4306: * tests/: 124.html, results/124.processed: win results sync: to
4307: avoid hitting time change hole.
4308:
4309: * src/types/pa_vdate.C: static returned. :)
4310:
4311: 2015-09-22 moko
4312:
4313: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4314:
4315: * tests/results/131.processed: more tests for feature #1032
4316:
4317: * src/classes/date.C: minor fix related to feature #1032
4318:
4319: * operators.txt: ISO date creation documented (related to feature
4320: #1032)
4321:
4322: * operators.txt: iso-string documented (related to feature #1032)
4323:
4324: * tests/: 315.html, results/315.processed: more tests added
4325: (related to feature #1032)
4326:
4327: * tests/: 131.html, results/131.processed: date range checks
4328: updated (related to feature #36)
4329:
4330: * tests/: 315.html, results/057.processed, results/315.processed:
4331: test added for ISO date support (related to issue #315)
4332:
4333: * src/classes/date.C: more readable exceptions in date creation
4334: (related to ticket #1032)
4335:
4336: 2015-09-18 moko
4337:
4338: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4339: added (related to issue #1032)
4340:
4341: * tests/results/256.processed, src/classes/json.C: iso-string
4342: documented (related to issue #1032)
4343:
4344: * tests/: 256.html, results/256.processed: ISO date check added
4345: (related to issue #1032)
4346:
4347: * tests/: 057.html, results/057.processed, results/224.processed:
4348: tests results updated after ISO date support implemented (related
4349: to feature #1032)
4350:
4351: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4352: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4353: ^date::create[string] constructor formalized, ^date.iso-string[]
4354: added (implements feature #1032)
4355:
4356: 2015-09-05 moko
4357:
4358: * operators.txt: actualized
4359:
4360: * operators.txt: date changes documented (related to ticket #36)
4361:
4362: 2015-09-04 moko
4363:
4364: * src/types/pa_vdate.C: warning war
4365:
4366: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4367:
4368: 2015-09-03 moko
4369:
4370: * tests/results/096.processed: test result updated for 0..9999 year
4371: date range support (related to feature #36)
4372:
4373: * tests/: 314.html, results/314.processed: test for
4374: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4375: bug #1031)
4376:
4377: * src/classes/string.C: Static calls fixed for ^string:base64[],
4378: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4379:
1.116 moko 4380: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4381: configure.in -> configure.ac
1.95 moko 4382:
1.116 moko 4383: * configure, configure.in, src/include/pa_config_auto.h.in: more
4384: correct timezone check for FreeBSD Warning war: configure.in ->
4385: configure.ac
1.95 moko 4386:
4387: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4388: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4389: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4390: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4391: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4392: src/main/Makefile.am, src/targets/apache/Makefile.am,
4393: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4394: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4395: check added
4396:
4397: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4398:
4399: * tests/results/: 124.processed, 224.processed: test resuls updated
4400: for new date implementation (related to feature #36)
4401:
4402: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4403: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4404: types/pa_vdate.h: new double date implementation with internal
4405: support for extended 0..9999 year range, default timezone support
4406: (related to feature #36)
4407:
4408: 2015-08-28 moko
4409:
4410: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4411: (fixes bug #1030)
4412:
4413: 2015-08-21 moko
4414:
4415: * src/classes/inet.C: snprintf size "bug" commented
4416:
4417: * src/main/pa_common.C: snprintf comments updated
4418:
4419: 2015-08-16 moko
4420:
4421: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4422:
4423: 2015-08-11 moko
4424:
4425: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4426: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4427: can be null (fixes bug #1029)
4428:
4429: 2015-08-06 moko
4430:
1.116 moko 4431: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4432: pa_vdate.C added
1.95 moko 4433:
4434: 2015-08-05 moko
4435:
4436: * tests/: 313.html, results/313.processed: test for
4437: ^table.count[columns] and ^table.flip[] with nameless tables
4438: (feature #1003)
4439:
4440: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4441: max_cell added, now ^table.count[columns] and ^table.flip[] works
4442: correctly for nameless tables (implements feature #1003)
4443:
4444: 2015-08-03 moko
4445:
4446: * tests/312.html: test for ^table.append[$hash] and
4447: ^table.insert[$hash] added (related to feature #1028)
4448:
4449: * src/classes/table.C: ^table.append[$hash] and
4450: ^table.insert[$hash] now supported (implements feature #1028)
4451:
4452: * tests/: 312.html, results/312.processed: test row copy in
4453: ^table.hash[; $.type[table] ] added (related to feature #1016)
4454:
4455: * src/classes/table.C: row copy now created in ^table.hash[;
4456: $.type[table] ] (related to feature #1016)
4457:
4458: 2015-07-29 moko
4459:
4460: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4461: added (related to feature #1016)
4462:
4463: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4464: ^table.delete[] added to delete current row (related to feature
4465: 1016)
4466:
4467: 2015-07-28 moko
4468:
4469: * tests/: 312.html, results/312.processed: test for
4470: $table.column[value] and ^table.insert{row} (related to feature
4471: #1016)
4472:
4473: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4474: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4475: ^table.insert{row} are now implemented (feature #1016)
4476:
4477: * src/include/pa_array.h: Optimization: bool reverse removed from
4478: append(), insert() added, memmove arguments order in remove()
4479: fixed (related to feature #1016)
4480:
4481: 2015-07-23 moko
4482:
4483: * src/classes/json.C: tainted json and empty json exception added
4484: (implements feature #1015)
4485:
4486: * tests/: 311.html, results/311.processed: empty json and tainted
4487: json exception test added (related to issue #1015)
4488:
4489: 2015-07-22 moko
4490:
4491: * tests/: 311.html, results/311.processed: test for UTF-8
4492: processing added
4493:
4494: * tests/: 311.html, results/311.processed: test for
4495: json_exception_with_source added (related to issue #394)
4496:
4497: * src/classes/json.C: json_exception_with_source added (implements
4498: feature #394)
4499:
4500: 2015-06-29 moko
4501:
4502: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4503: directories are now correctly determined if _d_type == DT_UNKNOWN
4504: (closes bug #1027)
4505:
4506: 2015-06-10 moko
4507:
4508: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4509: error if libxml has LIBXML_ICU_ENABLED.
4510:
4511: 2015-06-04 moko
4512:
4513: * tests/099.html: ups, reverting
4514:
4515: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4516: results/310.processed: tests for $response:body[ $.file[] ] and
4517: $response:last-modified added
4518:
4519: * src/main/pa_request.C: last-modified check fixed
4520:
4521: 2015-06-03 moko
4522:
4523: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4524: results/205.processed, results/293.processed: $response:headers
4525: logging added (tests for feature #1007)
4526:
4527: * src/: include/pa_common.h, include/pa_request.h,
4528: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4529: $response:headers are now in uppercase (closes feature #1007)
4530:
4531: 2015-06-02 moko
4532:
4533: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4534: build errors reverted for clang compatibility
4535:
4536: 2015-06-01 moko
4537:
4538: * src/include/pa_memory.h: -pedantic build errors fixed
4539:
4540: * src/classes/math.C: -pedantic build error fixed
4541:
4542: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4543:
4544: 2015-05-31 moko
4545:
4546: * src/classes/table.C: USE_STRINGSTREAM optimized
4547:
4548: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4549: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4550: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4551: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4552: types/pa_vxnode.h: warning war (-pedantic flag)
4553:
4554: 2015-05-28 moko
4555:
4556: * tests/: 308.html, results/308.processed: test for
4557: ^table::create[$t;], etc work added (related to bug #975)
4558:
4559: * src/classes/table.C: check_option_param removed,
4560: ^table::create[$t;], etc now works (fixes bug #975)
4561:
4562: 2015-05-27 moko
4563:
4564: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4565: (Debian jessie) fixed (closes issue #1024)
4566:
4567: * tests/Makefile: sort added as in Debian jessie list become
4568: unsorted
4569:
4570: 2015-05-18 moko
4571:
4572: * tests/: 201.html, results/201.processed: test for
4573: ^string.trim[what] feature #1022
4574:
4575: * src/classes/string.C: ^string.trim[what] now supported,
4576: implements feature #1022
4577:
4578: 2015-05-17 moko
4579:
4580: * tests/results/185.processed: test result updated as feature #1021
4581: implemented (left/right accept negative parameter)
4582:
4583: * src/classes/string.C: left/right now accept negative parameter
4584: (implements feature #1021)
4585:
4586: 2015-05-08 moko
4587:
4588: * src/classes/math.C: isalnum -> pa_isalnum
4589:
4590: * src/main/execute.C: optimization in getter-junction processing
4591: (related to issue #997)
4592:
4593: 2015-05-07 moko
4594:
4595: * tests/: 307.html, results/307.processed: test for issue #997
4596: added
4597:
4598: * src/main/execute.C: process_getter result now checked if junction
4599: returned (closes issue #997)
4600:
4601: * tests/: 305.html, results/305.processed: sort added to ignore
4602: different order
4603:
4604: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4605: assignment (closes issue #994)
4606:
4607: * tests/: 306.html, results/306.processed: test for issue #994
4608: added
4609:
4610: * tests/: 303.html, results/303.processed: two more errors tested
4611:
4612: 2015-05-06 moko
4613:
4614: * tests/: 305.html, results/305.processed: test for name2ip &
4615: ip2name added (related to feature #992)
4616:
4617: * tests/: 303.html, 304.html, results/303.processed,
4618: results/304.processed: tests for idna conversion added (related
4619: to issue #849)
4620:
4621: 2015-05-02 moko
4622:
4623: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4624: implemented
4625:
4626: 2015-04-30 moko
4627:
4628: * src/main/pa_http.C: idna_host added, related to issue #849
4629:
4630: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4631: (related to issue #849)
4632:
4633: 2015-04-24 moko
4634:
4635: * src/types/pa_vjunction.C: warning war
4636:
4637: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4638: unification
4639:
4640: * src/lib/punycode/pa_idna.c: warning war
4641:
4642: 2015-04-22 moko
4643:
4644: * src/main/main.vcproj: punycode include path added
4645:
4646: * src/lib/punycode/pa_idna.c: windows compile error fixed
4647:
4648: * src/lib/punycode/pa_idna.c: warning war
4649:
4650: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4651: project file added
4652:
4653: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4654:
4655: * src/include/pa_memory.h: warning war
4656:
4657: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4658: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4659: implemented (related to feature #849)
4660:
4661: * configure.in, src/main/Makefile.am,
4662: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4663: libpunycode added in Unix
4664:
4665: 2015-04-21 moko
4666:
4667: * configure.in: large files support
4668:
4669: 2015-04-15 moko
4670:
4671: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4672: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4673: pa_punycode.h: initial version for punycode/idna support library
4674: (ticket #849)
4675:
4676: 2015-04-08 moko
4677:
4678: * src/: classes/curl.C, classes/date.C, classes/file.C,
4679: classes/image.C, classes/mail.C, classes/reflection.C,
4680: classes/string.C, classes/xnode.C, include/pa_request.h,
4681: include/pa_string.h, include/pa_stylesheet_connection.h,
4682: main/compile.y, main/compile_tools.h, main/execute.C,
4683: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4684: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4685: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4686: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4687: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4688: clang compiler warnings (closes issue #1018)
4689:
4690: * src/include/pa_string.h: String::Body comparation operators with
4691: char * added (related to issue #958)
4692:
4693: 2015-04-07 moko
4694:
4695: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4696: pa_malloc/pa_free to remove system malloc/free usage (related to
4697: issue #1018)
4698:
4699: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4700: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4701: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4702: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4703: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4704: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4705: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4706: malloc/strdup/free replaced with pa_ version and checks for
4707: accidental use of non-pa_ version added (related to issue #1018)
4708:
4709: 2015-04-03 moko
4710:
4711: * buildall: pcre-8.33 -> pcre-8.36
4712:
4713: * src/: main/compile.y, classes/form.C, classes/mail.C,
4714: classes/op.C, classes/string.C, main/compile.tab.C,
4715: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4716: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4717: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4718: ticket #958)
4719:
4720: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4721: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4722: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4723: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4724: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4725: $request:headers, $request:method added (implements feature
4726: #1007)
4727:
4728: 2015-03-17 misha
4729:
4730: * tests/302.html: - test for
4731: ^json:string[...;$._default[method-name]]
4732:
4733: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4734: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4735: option $._default[method-name] is specified in ^json:string[], a
4736: method with specified name will be called for classes/objects
4737: serialization ( new feature: #982 )
4738:
4739: 2015-03-16 misha
4740:
4741: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4742: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4743: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4744: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4745: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4746: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4747: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4748: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4749: types/pa_vrequest.h, types/pa_vstateless_class.C,
4750: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4751: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4752: $var.CLASS_NAME now have special opcodes. This can be switched
4753: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4754: on pa_opcode.h ( new feature: #844 )
4755:
4756: 2015-03-15 misha
4757:
4758: * tests/075.html: - test for $response:header[]
4759:
4760: * src/types/pa_vresponse.C: - $response:header[] deletes header
4761: that was set earlie ( new feature: #1001 )
4762:
4763: 2015-03-12 misha
4764:
4765: * tests/246.html: - more tests for ^hash._at[]
4766:
4767: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4768: accepts second param [key|value|hash] ( new feature: #1012 )
4769:
4770: 2015-03-09 moko
4771:
4772: * src/types/pa_vmail.C: exception for everything but
4773: $mail:received, closes issue #1011
4774:
4775: 2015-02-20 moko
4776:
4777: * tests/: 275.html, results/275.processed: hex detection in
4778: pa_atoui fix test (closes issue #1010)
4779:
4780: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4781: issue #1010)
4782:
4783: 2015-02-17 moko
4784:
4785: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4786: tainted.
4787:
4788: 2015-02-03 misha
4789:
4790: * tests/301.html: - test for ^json:string($double) causes
4791: exception. bugfix: #1008
4792:
4793: * src/classes/json.C: - ^json:string($double) causes exception.
4794: bugfix: #1008
4795:
4796: * tests/014.html: - updated for work with ^hash.delete[]
4797:
4798: 2015-01-12 misha
4799:
4800: * src/: classes/form.C, include/pa_common.h,
4801: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4802: types/pa_vform.h: - supports body with PUT method as well ( new
4803: feature: #1006 )
4804:
4805: * src/classes/file.C: - warnings war
4806:
4807: 2015-01-11 misha
4808:
4809: * tests/300.html: - test for ^hash.delete[] is added
4810:
4811: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4812: feature: #989 ) - tiny optimization in intersects
4813:
4814: 2015-01-06 moko
4815:
4816: * src/types/pa_vmail.C: file names transcode added, to and cc added
4817: with transcode, attachments detection fixed
4818:
4819: * src/main/pa_request.C: filling mail received after cgi/auto.p
4820: load to allow charset switch (related to issue #996)
4821:
4822: 2014-12-31 moko
4823:
4824: * src/types/pa_vmail.C: from and subject now transcoded if not
4825: UTF-8 source charset (fixes issue 996)
4826:
4827: * src/main/pa_exception.C: fixed string from stack bug (closes
4828: issue #1000)
4829:
4830: 2014-12-11 misha
4831:
4832: * src/types/pa_vhashfile.C: - check if key is not empty before
4833: access ( bug fix: #1005 )
4834:
4835: 2014-11-13 misha
4836:
4837: * src/main/compile.y: - PC.append does not reset to false while
4838: creating a new class. bugfix: #990
4839:
4840: * tests/299.html: - test for creation class after working with
4841: partial class (create+append)
4842:
4843: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4844: #995
4845:
4846: * tests/232.html: - test for @get[def] added
4847:
4848: 2014-10-12 moko
4849:
4850: * src/lib/pcre/pcre_internal.vcproj: correct path
4851:
4852: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4853: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4854: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4855: targets/apache/ApacheModuleParser3.vcproj,
4856: targets/apache/ApacheModuleParser3Core.vcproj,
4857: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4858: types/types.vcproj: project GUID inserted in *.vcproj for correct
4859: conversion in newer VS versions
4860:
4861: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4862: pcre_internal.vcproj added
4863:
4864: 2014-08-28 moko
4865:
4866: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4867: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4868: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4869:
4870: 2014-06-30 misha
4871:
4872: * tests/298.html: - tests for ^reflection:def[class;className]
4873: added
4874:
4875: * src/classes/reflection.C: - ^reflection:def[class;className]
4876: added ( new feature: #918 )
4877:
4878: 2014-06-29 misha
4879:
4880: * src/classes/table.C: - ^table::create[unsupported data] -
4881: exception comment changed to "body must be table or code" ( bug
4882: fix: #951 )
4883:
4884: * tests/: 261.html, results/261.processed: - tests for
4885: ^json:string[...;$.void[null|string]] added
4886:
4887: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4888: option $.void[string|null] added to ^json:string[...] ( new
4889: feature: #952 )
4890:
4891: 2014-06-28 moko
4892:
4893: * src/classes/curl.C: $.charset now processed before other curl
4894: options (closes issue #980)
4895:
4896: 2014-05-23 misha
4897:
4898: * src/classes/json.C: - bug fix: #987
4899:
4900: 2014-05-04 misha
4901:
4902: * tests/: 253.html, 253_json.txt: - test for
4903: ^json:parse[$.int(false)] is added
4904:
4905: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4906: default true). The option is similar to $.double(bool) but for
4907: integers.
4908:
4909: 2014-05-01 moko
4910:
4911: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4912: #12 )
4913:
4914: 2014-04-16 moko
4915:
4916: * src/main/pa_http.C: response-charset option should finally work
4917: now (fix for issue #867)
4918:
4919: * src/main/pa_http.C: response-charset option should work now (fix
4920: for issue #867)
4921:
4922: 2014-03-07 moko
4923:
4924: * buildall: libgc moved
4925:
4926: * buildall: libgc moved
4927:
4928: 2013-12-29 moko
4929:
4930: * src/classes/string.C: ^string:js-unescape result now tainted,
4931: closes issue #966
4932:
4933: * tests/: 186.html, results/186.processed: ^string:js-unescape
4934: result now tainted, issue #966
4935:
4936: 2013-12-03 moko
4937:
4938: * src/: classes/memcached.C, types/pa_vmemcached.C,
4939: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4940: option was added for http://www.parser.ru/forum/?id=79343
4941:
4942: * src/classes/file.C: bugfix for
4943: http://www.parser.ru/forum/?id=79337
4944:
4945: 2013-11-05 moko
4946:
4947: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4948:
4949: * src/main/pa_globals.C: spelling fixed
4950:
4951: 2013-10-29 moko
4952:
4953: * src/lib/json/json.vcproj: json.c -> pa_json.C
4954:
4955: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4956: #892
4957:
4958: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4959: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4960: exceptions to be thrown thougth json library), related to issue
4961: #892
4962:
4963: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4964: related to issue #896
4965:
4966: 2013-10-24 moko
4967:
4968: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4969:
4970: 2013-10-23 moko
4971:
4972: * README: actualization
4973:
4974: 2013-10-22 moko
4975:
4976: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4977: compatibility patch from Sergey Kirpichev
4978:
4979: * tests/: 297.html, results/297.processed: non-working getter fix
4980: test for issue #948
4981:
4982: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4983: called when saving value of $match variable in ^string.match[] to
4984: increase compatibility (related to issue #948).
4985:
4986: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4987: usage optimization
4988:
4989: 2013-10-21 moko
4990:
4991: * tests/: 182.html, results/182.processed: local path removed for
4992: compatibility
4993:
4994: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4995: results/244.processed, results/253.processed,
4996: results/254.processed, results/275.processed,
4997: results/281.processed: try_catch -> try-catch
4998:
4999: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5000: results/294.processed, results/296.processed: try_catch ->
5001: try-catch
5002:
5003: 2013-10-20 moko
5004:
5005: * tests/: 296.html, results/296.processed: test for xsl exception
5006: for issue #938 added.
5007:
5008: * src/: include/pa_xml_exception.h,
5009: main/pa_stylesheet_connection.C: forgotten to be replaced
5010: XmlException is now replaced (once again closes issue #938)
5011:
5012: 2013-10-18 moko
5013:
5014: * buildall: disable clock_gettime detection to avoid librt linking
5015: (which in turn depends on libpthread), related to issue #943
5016:
5017: 2013-10-18 misha
5018:
5019: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5020: lib/smtp/smtp.vcproj, main/main.vcproj,
5021: targets/apache/ApacheModuleParser3Core.vcproj,
5022: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5023: types/types.vcproj: - new locations for libxml2 includes where
5024: added to vcproj files
5025:
5026: 2013-10-18 moko
5027:
5028: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5029: fix
5030:
5031: * tests/: 295.html, results/295.processed: test for issue #948
5032: updated
5033:
5034: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5035: :)
5036:
5037: * tests/: 295.html, results/295.processed: test for issue #948
5038: added
5039:
5040: * src/: classes/hash.C, classes/string.C, classes/table.C,
5041: include/pa_request.h, types/pa_method.h: for getters and setters
5042: to be executed request.put_element should be called, not
5043: context.put_element (fixes issue #948)
5044:
5045: 2013-10-17 moko
5046:
5047: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5048: LIBXML2_NEW_BUFFER check (closes issue #943)
5049:
5050: * buildall: libxml 2.9.1 build is broken --without-reader.
5051:
5052: 2013-10-16 moko
5053:
5054: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5055:
5056: * tests/: 294.html, results/294.processed: test for issue #938
5057:
5058: * src/: classes/xdoc.C, classes/xnode.C,
5059: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5060: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5061:
5062: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5063: libxslt-1.1.26 -> libxslt-1.1.28
5064:
5065: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5066: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5067: to '?', related to issue #938
5068:
5069: 2013-10-15 moko
5070:
5071: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5072: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5073: minor optimizations (closes issue #896)
5074:
5075: * tests/results/: 292.processed, 293.processed: results updated to
5076: comply with issue #896
5077:
5078: * tests/: 292.html, 293.html, results/292.processed,
5079: results/293.processed: tests for json escaping
5080:
5081: 2013-10-14 moko
5082:
5083: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5084: and cleanup, code moved from .h to .C, no changes in code
5085:
5086: 2013-10-12 moko
5087:
5088: * tests/results/119.processed: updated test result commited
5089:
5090: * tests/: 291.html, results/291.processed: test for issue #894
5091: added
5092:
5093: * src/types/pa_wcontext.h: base methods call support function
5094: get_somebody_entered_some_class should not be true forever, as
5095: wcontext can have many get_elements calls (fixes issue #894)
5096:
5097: 2013-10-11 moko
5098:
5099: * tests/: 290.html, results/290.processed: test for junction GPF
5100: issue #942 added
5101:
5102: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5103: to native method fixed (closes issue #942)
5104:
5105: * tests/: 158.html, results/158.processed: test for csv-string[]
5106: added
5107:
5108: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5109: feature #907)
5110:
5111: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5112: feature #907)
5113:
5114: 2013-10-09 moko
5115:
5116: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5117: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5118: types/pa_vstateless_class.C: GET_default, SET_default now works
5119: properly not only in objects, but in classes as well (closes
5120: issue #903)
5121:
5122: * tests/: 289.html, results/289.processed: GET/SET_default now
5123: works in classes, not only objects, test case added, related to
5124: issue #903
5125:
5126: * tests/: 288.html, results/288.processed: test for endless
5127: recursion bug added (related to issue #903)
5128:
5129: 2013-10-05 moko
5130:
5131: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5132: classes/table.C, main/execute.C, types/pa_method.h,
5133: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5134: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5135: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5136: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5137: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5138: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5139: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5140: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5141: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5142: optimization: put_element no longer has "bool areplace" argument,
5143: related to issue #903
5144:
5145: 2013-10-03 moko
5146:
5147: * tests/results/182.processed: result for $.replace(false) test
5148: commited
5149:
5150: * src/classes/date.C: ^date::create(number) processed correctly
5151: (fixes issue #901)
5152:
5153: * src/classes/image.C: as_no_junction removed, as param can be
5154: expression (closes issue #931)
5155:
5156: * tests/233.html: test for issue #931 added
5157:
5158: 2013-10-02 moko
5159:
5160: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5161: modified, test for $.replace(false) added
5162:
5163: * src/main/compile_tools.h: forgotten class replace returned. :)
5164:
5165: 2013-09-30 moko
5166:
5167: * tests/: 141.html, results/141.processed: md5 tainting test added
5168:
5169: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5170: main/compile_tools.h, main/pa_request.C: allow_class_replace
5171: implemented; $.replace option added to ^process and ^use
5172:
5173: 2013-08-27 moko
5174:
5175: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5176: cstr_to_string_body_untaint should be called with charsets for
5177: possible uri language and connection for possible sql language.
5178: related to issue #857
5179:
5180: * buildall: and -> or fixed
5181:
5182: 2013-08-26 moko
5183:
5184: * buildall: prepare_ functions logic changed to support
5185: gc-7.2d.tar.gz extracting to gc-7.2 directory
5186:
5187: 2013-08-23 moko
5188:
5189: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5190: statically
5191:
5192: 2013-08-22 moko
5193:
5194: * src/classes/string.C: String::Empty used (related to issue #912)
5195: append_know_length removed (related to old GPF bug)
5196:
5197: 2013-08-21 moko
5198:
5199: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5200:
5201: * src/classes/math.C: ^math:digest[...;$file] support added
5202: (related to ticket #857
5203:
5204: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5205: implemented
5206:
5207: * src/types/pa_vhashfile.h: warning war
5208:
5209: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5210: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5211: anti_endless_json_string_recoursion removed from request;
5212: json_string_recoursion added to json_options; $.indent[indent
5213: value] now supported and passed within recoursion closes feature
5214: #937
5215:
5216: * tests/: 287.html, results/287.processed: test for feature #937
5217:
5218: 2013-07-31 moko
5219:
5220: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5221: compilation having #define _S
5222:
5223: * src/main/pa_globals.C: cleanup
5224:
5225: 2013-07-30 moko
5226:
5227: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5228: main/pa_common.C: vs2003 warning war
5229:
5230: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5231:
5232: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5233:
5234: * src/lib/md5/pa_sha2.c: warning war
5235:
5236: 2013-07-29 moko
5237:
5238: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5239: patches from github
5240:
5241: * src/: classes/bool.C, classes/double.C, classes/int.C,
5242: classes/memcached.C, include/pa_config_includes.h,
5243: types/pa_vfile.C, types/pa_vfile.h: warning war
5244:
5245: * src/lib/json/json.vcproj: C++ -> C
5246:
5247: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5248:
5249: * src/lib/json/: json.c, pa_json.C: windows compatibility
5250:
5251: * src/lib/json/: json.c, pa_json.C: windows compatibility
5252:
5253: * src/lib/json/: json.c, pa_json.C: warning war
5254:
5255: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5256:
5257: * src/include/pa_config_fixed.h: uint16_t added
5258:
5259: * configure.in: uint16_t check added
5260:
5261: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5262: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5263: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5264: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5265: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5266:
5267: 2013-07-25 moko
5268:
5269: * parser3.sln: dependencies added
5270:
5271: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5272: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5273: module support
5274:
5275: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5276:
5277: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5278:
5279: 2013-07-23 moko
5280:
5281: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5282: PA_DEBUG_GC_MEMORY removed
5283:
5284: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5285: PA_DEBUG_DISABLE_GC compilation fix
5286:
5287: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5288: main/pa_request.C: outdated RESOURCES_DEBUG removed
5289:
5290: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5291: garbage cleanup
5292:
5293: * src/main/pa_common.C: warning war
5294:
5295: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5296:
5297: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5298: minor cleanup
5299:
5300: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5301: uses cygwin, not WIN32 implementation
5302:
5303: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5304: able to exec shell scripts
5305:
5306: * src/classes/math.C: ifdef WIN32 cleanup
5307:
5308: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5309:
5310: * src/classes/curl.C: LT_MODULE_EXT used
5311:
5312: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5313:
5314: 2013-07-22 moko
5315:
5316: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5317: includes fix
5318:
5319: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5320:
5321: * configure.in, src/include/pa_config_includes.h,
5322: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5323: src/main/pa_exec.C: includes cleanup
5324:
5325: * src/targets/cgi/parser3.C: 2012->2013
5326:
5327: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5328:
5329: * configure.in, src/include/pa_config_includes.h,
5330: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5331: src/main/pa_random.C, src/main/pa_socks.C,
5332: src/types/pa_vstatus.C: cygwin support cleanup
5333:
5334: * configure.in: dirent.h check added
5335:
5336: * src/: include/pa_config_includes.h, include/pa_dir.h,
5337: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5338: not copied
5339:
5340: 2013-07-21 moko
5341:
5342: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5343:
5344: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5345: parser3.vcproj: unused getopt.h / getopt.c removed
5346:
5347: * operators.txt, src/classes/file.C, tests/022.html,
5348: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5349: $.stat(true)] usage commented
5350:
5351: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5352: src/main/pa_dir.C: ^file:list[] now has dir column and when
5353: $.stat(true) it has size/*date columns modified patch from misha@
5354: that closes issue #914.
5355:
5356: * src/: include/pa_config_includes.h, main/pa_globals.C:
5357: PA_RELEASE_ASSERTS removed
5358:
5359: * src/lib/md5/pa_md5c.c: minor cleanup
5360:
5361: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5362: localeconv()->decimal_point usage remoed (related to issue #934)
5363:
5364: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5365: cordprnt.c removed
5366:
5367: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5368: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5369: pa-include/pa_strings.h: includes cleanup
5370:
5371: * src/lib/md5/pa_md5c.c: headers cleanup
5372:
5373: 2013-07-20 moko
5374:
5375: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5376: cleanup
5377:
5378: 2013-07-19 moko
5379:
5380: * src/classes/math.C: extern "C" added for crypt
5381:
5382: 2013-07-18 moko
5383:
5384: * src/classes/math.C: fix redhat7.2 build
5385:
5386: 2013-07-17 moko
5387:
5388: * configure.in, src/include/pa_config_includes.h,
5389: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5390: added for uint8/32/64_t)
5391:
5392: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5393: pa_config_includes.h used for uint32/64_t
5394:
5395: 2013-07-16 moko
5396:
5397: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5398: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5399: war
5400:
5401: * src/main/compile.tab.C: compile.y was updated
5402:
5403: * src/main/compile.y: warning war
5404:
5405: * src/: include/pa_exception.h, main/pa_exception.C,
5406: main/pa_xml_exception.C: warning war
5407:
5408: * src/: include/pa_common.h, main/pa_common.C: warning war
5409:
5410: * configure.in: beauty :)
5411:
5412: * tests/: 141.html, results/141.processed: sha256/512 added
5413:
5414: 2013-07-13 moko
5415:
5416: * src/lib/md5/md5.vcproj: sha2 added
5417:
5418: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5419: classes/math.C: sha2 support (sha256/sha512 digest)
5420:
5421: 2013-07-08 moko
5422:
5423: * src/classes/image.C: directory read or other read problem message
5424: fixed (related to issue #933)
5425:
5426: 2013-07-07 moko
5427:
5428: * AUTHORS: + misha + moko. :)
5429:
5430: 2013-07-06 moko
5431:
5432: * src/: classes/curl.C, include/pa_globals.h,
5433: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5434: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5435: for lt_dlinit to be called once and lt_dlexit called at right
5436: place (related to issue #925)
5437:
5438: 2013-07-04 moko
5439:
5440: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5441: VString::as_vfile now uses vfile.set_binary_string to avoid
5442: content-type to be set, as it brokes badly designed logic in
5443: response output. This hopefully finishes issue #928.
5444:
5445: * tests/results/: 256.processed, 286.processed: file now displayed
5446: as name, size, mode, content-type
5447:
5448: * src/main/pa_common.C: read error now reported cottectly (fixes
5449: issue #933
5450:
5451: 2013-06-28 moko
5452:
5453: * tests/: 286.html, results/286.processed: test extended
5454:
5455: * tests/: 286.html, results/286.processed: Test for issue #928
5456: added. it tests default content-type change.
5457:
5458: * src/types/pa_vfile.C: closes issue #928 - default content-type
5459: now updated
5460:
5461: 2013-06-25 moko
5462:
5463: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5464: content-type for text/binary files without name added;
5465: ^file::create[$f;...] options now works properly and $f
5466: properties are default (fixes issue #928)
5467:
5468: 2013-05-16 misha
5469:
5470: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5471: added
5472:
5473: * src/main/pa_table.C: - a tiny memory optimisation while creating
5474: table if specified limit is bigger than source rows count
5475:
5476: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5477: added ( new feature: #858 )
5478:
5479: 2013-04-29 moko
5480:
5481: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5482: $.ipresolve(0|1|2) added (closes issue #891)
5483:
5484: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5485:
5486: 2013-04-24 moko
5487:
5488: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5489: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5490: types/pa_vmemcached.h: ^memcache.release[] added, calls
5491: memcached_quit (refs #893)
5492:
5493: 2013-04-22 moko
5494:
5495: * src/: include/pa_string.h, main/pa_common.C: no more double
5496: slashes in file path (fixes bug #872)
5497:
5498: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5499: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5500: #739)
5501:
5502: * tests/results/266.processed: $.max_params added (feature #915)
5503:
5504: * src/: include/pa_common.h, main/pa_http.C: response-charset
5505: option added to file::load (closes issue #867)
5506:
5507: 2013-04-20 misha
5508:
5509: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5510: commited
5511:
5512: 2013-03-15 misha
5513:
5514: * src/classes/: hash.C, table.C: - Optimisation: do not create
5515: multiple empty strings while ::sql. uae String::Empty instead
5516:
5517: 2013-03-14 misha
5518:
5519: * src/classes/reflection.C: - for user classes
5520: ^reflection:method_info[] returns $.max_params and $.extra_param
5521: with $.call_type if they available ( new feature: #915 )
5522:
5523: * src/classes/file.C: - ^file:delete[] now supports an option
5524: $.exception(false) that suppress any exception while deleting
5525: file ( new feature: #916 )
5526:
5527: * src/classes/curl.C: - parsing cookies after curl:load now should
5528: work :)
5529:
5530: 2013-03-12 misha
5531:
5532: * src/types/pa_vfile.C: - if specified file_name is empty string
5533: set default name for the file
5534:
5535: 2013-03-11 misha
5536:
5537: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5538: also available in $f.cookies
5539:
5540: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5541: moved to a separate method
5542:
5543: 2013-03-10 moko
5544:
5545: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5546: added
5547:
5548: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5549: removed (declared by autoconf)
5550:
5551: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5552: uint32_t define
5553:
5554: 2013-03-10 misha
5555:
5556: * src/classes/file.C: ^file:delete and ^file:move now support
5557: option $.keep-empty-dirs(true) ( new feature: #884 )
5558:
5559: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5560: empty dirs is added
5561:
5562: 2013-03-10 moko
5563:
5564: * src/classes/: bool.C, double.C, int.C: default can be present,
5565: but default check removed from ^int/double/bool.int/double/bool
5566: for string.int/double/bool compatibility (related to issue #913)
5567:
5568: * src/classes/string.C: ^string.int/dobule/bool no longer
5569: internally throws exception if default is present (closes issue
5570: #913)
5571:
5572: 2013-03-09 misha
5573:
5574: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5575: optimisations ( #845 )
5576:
5577: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5578:
5579: 2013-03-08 moko
5580:
5581: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5582: creates correct table (fixes issue #910)
5583:
5584: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5585: use outside of 'connect' operator (fixes issue #911)
5586:
5587: * tests/results/: 096.processed, 122.processed: test results
5588: updated as doubles now printed with 15 significant digits, not 5
5589: (fixes issue #882)
5590:
5591: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5592: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5593:
5594: 2013-02-21 moko
5595:
5596: * src/classes/table.C: _locate_name_value does not check arguments
5597: count, so we check it in advance (fixes issue #905)
5598:
5599: 2012-10-23 moko
5600:
5601: * buildall: old shell for and echo compatibility (for six)
5602:
5603: 2012-10-19 moko
5604:
5605: * buildall: --strip added --disable-safe-mode listed in usage
5606:
5607: 2012-10-17 misha
5608:
5609: * src/classes/op.C: - apply-taint should not throw "outside
5610: connect" exception with sql lang now
5611:
5612: 2012-10-17 moko
5613:
5614: * src/main/pa_request.C: bugfix: safe mode should be inited for
5615: each request (for apache module)
5616:
5617: 2012-09-26 moko
5618:
5619: * src/doc/doxygen.cfg: png -> svg
5620:
5621: 2012-09-25 moko
5622:
5623: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5624: test added
5625:
5626: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5627: double use when key is long
5628:
5629: 2012-09-16 moko
5630:
5631: * src/classes/math.C: Format -> Method Encode -> Format
5632:
5633: * tests/: 141.html, results/141.processed: math:digest hmac test
5634: added
5635:
5636: 2012-09-14 moko
5637:
5638: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5639: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5640: implementation added
5641:
5642: 2012-09-12 moko
5643:
5644: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5645: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5646: targets.dox and string.dox slightly actualized
5647:
5648: 2012-08-31 moko
5649:
5650: * ChangeLog: now generated with patched cvs2cl.pl
5651:
5652: 2012-07-29 moko
5653:
5654: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5655: result should be pushed after VMethodFrame destructor is called,
5656: as it deletes junctions from stack params (fixes issue #868)
5657:
5658: 2012-07-23 moko
5659:
5660: * INSTALL, README: buildall script usage documented, other outdated
5661: info updated.
5662:
5663: * buildall-with-xml, buildall-without-xml: replaced by buildall
5664:
5665: 2012-07-21 moko
5666:
5667: * buildall: glib does not compile when threads are disabled...
5668:
5669: * src/types/pa_vmail.C: g_assertion fixes for empty input
5670:
5671: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5672: unref, can't unref nested objects)
5673:
5674: * src/types/pa_vmail.C: another check added
5675:
5676: 2012-07-19 moko
5677:
5678: * buildall: usage added
5679:
5680: * buildall: new buildall script that unites buildall-with-xml,
5681: buildall-without-xml, --with-apache and --with-mailreceive
5682:
5683: * configure.in: support for static gmime and dynamic glib linking.
5684: fixes for FreeBSD
5685:
5686: 2012-07-17 moko
5687:
5688: * configure.in: --with-mailreceive replaced
5689: --with-static-mailreceive and --with-shared-mailreceive pathlink
5690: removed
5691:
5692: 2012-07-16 moko
5693:
5694: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5695: capitalized, content now decoded and text content converted to
5696: $request:charset. all properties are accessed by functions, this
5697: ready for dynamic load.
5698:
5699: 2012-06-28 moko
5700:
1.116 moko 5701: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5702: 32 bit
1.95 moko 5703:
5704: 2012-06-27 moko
5705:
5706: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5707: passive ftp
5708:
5709: * src/lib/ltdl/ltdl.vcproj: release build fixed
5710:
5711: * configure.in: 3.4.2 RC -> 3.4.2
5712:
5713: 2012-06-22 moko
5714:
5715: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5716: #815)
5717:
5718: * tests/: 284.html, results/284.processed: output options test
5719: (feature #265)
5720:
5721: 2012-06-22 misha
5722:
5723: * tests/215.html: - little changes
5724:
5725: 2012-06-21 moko
5726:
5727: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5728: types/pa_vxdoc.h: output_options returned and used (bugfix for
5729: feature #265)
5730:
5731: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5732: breaks long .*, default 10M restored. (issue #216)
5733:
5734: * tests/: 283.html, results/283.processed: test for issue #815
5735: added
5736:
5737: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5738: again, cstrm not required.
5739:
5740: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5741: Win32 and broken FreeBSD (issue #45)
5742:
5743: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5744:
5745: * src/main/pa_string.C: warnings war
5746:
5747: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5748: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5749: main/pa_socks.C, targets/apache/pa_threads.C,
5750: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5751: types/pa_vstatus.C: compilation under cygwin fixed
5752:
5753: 2012-06-19 moko
5754:
5755: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5756: Windows fixed
5757:
5758: * parser3.sln: removed antique pcre_ctype
5759:
5760: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5761:
5762: * src/include/pa_config_fixed.h: undefined reference to
5763: __imp__pcre_* fix for Windows
5764:
5765: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5766: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5767: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5768: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5769: define fixed
1.95 moko 5770:
5771: 2012-06-18 moko
5772:
5773: * src/classes/memcached.C: flush -> clear
5774:
5775: * src/classes/memcached.C: memcached does not support quotes even
5776: in server name
5777:
5778: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5779: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5780: called on open to check servers existance. $.key(true) syntax
5781: now supported
5782:
5783: 2012-06-17 moko
5784:
5785: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5786: cleanup
5787:
5788: * src/classes/table.C, tests/282.cfg, tests/282.html,
5789: tests/results/282.processed: encloser at the EOF bug fixed,
5790: incorrectly enclosed data now processed more logicaly (fixes
5791: #339)
5792:
5793: 2012-06-15 moko
5794:
5795: * buildall-without-xml: sync with buildall-with-xml
5796:
5797: * buildall-with-xml: download auto-detected between fetch and curl
5798:
5799: * configure.in: --with-gc and --with-pcre now also processed
5800: correctly
5801:
1.116 moko 5802: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5803: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5804: should be run on rol1 using automake / aclocal (GNU automake)
5805: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5806:
5807: * configure.in: new PARSER_VERSION logic
5808:
5809: * src/include/pa_version.h: new pa_version.h logic
5810:
5811: * src/: classes/curl.C, classes/file.C, classes/image.C,
5812: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5813: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5814: feols_normalized -> fis_text_content set_binary added
5815:
5816: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5817:
5818: 2012-06-15 misha
5819:
5820: * src/: classes/curl.C, classes/file.C, classes/image.C,
5821: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5822: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5823: ^file::create[text;content] EOLs in content now is normalized. (
5824: new feature: #815 )
5825:
5826: 2012-06-15 moko
5827:
5828: * configure.in: --disable-version-update added to disable version
5829: update with host information (for debian package) whitespace
5830: optimized
5831:
5832: * configure.in: version changed to 3.4.2 RC no-pic added for
5833: libtool
5834:
5835: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5836: it.
5837:
5838: 2012-06-14 moko
5839:
5840: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5841: tests/results/281.processed: "hash flocked" error removed for
5842: safe operations like ^h._count[] ( new feature: #335 )
5843:
1.116 moko 5844: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5845:
5846: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5847:
5848: * configure.in: --with-static/shared xml replaced with --with-xml,
5849: xml compilation check added
5850:
5851: * configure.in: --with-static/shared-gc, --with-static-pcre are
5852: replaced with --with-gc and --with-pcre test for pcre linking
5853: added
5854:
5855: 2012-06-13 moko
5856:
5857: * configure.in: apxs2 check optimized
5858:
5859: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5860: .la, includes optimized
5861:
5862: * buildall-with-xml: --with-pic looks better for -fPIC
5863:
5864: * configure.in: switched to convenience library in static linking
5865:
5866: * src/targets/apache/Makefile.am: switched to convenience library
5867: usage to avoid libtool warnings
5868:
5869: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5870: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5871: smtp/Makefile.am: switched to convenience library usage
5872:
5873: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5874:
5875: * src/targets/apache/Makefile.am: updated for libtool usage
5876:
5877: * buildall-without-xml: --with-included-ltdl added
5878:
5879: * buildall-without-xml: sync with buildall-with-xml
5880:
5881: * buildall-with-xml: --with-included-ltdl added $cflags added for
5882: -fPIC for x64 $download added for wget success check added
5883:
5884: * buildall-without-xml: --with-dynamic-stdcpp removed
5885:
5886: * configure.in: disable-static returned
5887:
5888: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5889: LIBTOOLFLAGS
5890:
5891: 2012-06-12 moko
5892:
5893: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5894: compatible with LIBTOOLFLAGS for unknown reasons
5895:
5896: * buildall-with-xml: --with-dynamic-stdcpp removed
5897:
5898: * configure.in: static/dynamic -lstdc++ linking option removed
5899: apxs2 check added
5900:
5901: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5902: option removed
5903:
5904: 2012-06-10 moko
5905:
5906: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5907: added
5908:
5909: * src/targets/cgi/pp3.cmd: old PAF stuff
5910:
1.116 moko 5911: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5912: beauty
1.95 moko 5913:
5914: * depcomp: from libtool 2.4.2
5915:
5916: * configure.in: ltdl directory removed, it has correct Makefile.in
5917:
5918: 2012-06-09 moko
5919:
1.116 moko 5920: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5921: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5922: autogenerated files updated after libtool update
5923:
1.116 moko 5924: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5925: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5926: config_auto.h.in, config_fixed.h, configure, configure.ac,
5927: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5928: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5929: config/compile, config/config.guess, config/config.sub,
5930: config/depcomp, config/install-sh, config/ltmain.sh,
5931: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5932: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5933: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5934: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5935: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5936: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5937: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5938: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5939:
5940: * configure.in: preparation for new libtool
5941:
5942: * configure.in: Some beauty added :)
5943:
5944: * src/targets/apache/Makefile.am: := -> =
5945:
5946: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5947: again. :)
5948:
5949: * src/include/pa_config_includes.h, configure.in: limits.h added,
5950: previously was taken from pcre_internal.h. :)
5951:
5952: * src/lib/pcre/Makefile.am: config.h returned
5953:
5954: * src/lib/pcre/config.h: still need this. :)
5955:
5956: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5957:
5958: * configure.in: --with-charsets removed; --with-mysql-client & co
5959: removed
5960:
5961: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5962: now in parser tree, no need to copy
5963:
5964: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5965: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5966: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5967: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5968: extracts now used old trash removed
5969:
5970: * etc/parser3.charsets/Makefile.am: charsets now in share
5971: (debian/patches/104_automake.patch) + all charsets are copied
5972:
5973: * buildall-with-xml, buildall-without-xml: curl option removed +
5974: extra arguments now supported
5975:
5976: 2012-06-08 misha
5977:
5978: * src/classes/table.C: - one params.as_hash usage was rolled back:
5979: the 2nd option in ^table.hash[] could be hash or table so
5980: .as_hash will throw an exception when table option is specified
5981:
5982: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5983: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5984: classes/table.C, classes/void.C, classes/xdoc.C,
5985: include/pa_exception.h, types/pa_vmethod_frame.C,
5986: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5987: and improved (whitespaces are allowed as empty options) -
5988: MethodParams::as_table is added - above methods are used for
5989: parsing methods' options ( new feature: #9 )
5990:
5991: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5992: to vclass. now class fields can be accessible as a hash:
5993: $h[^hash::create[$asd:CLASS]]
5994:
5995: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5996: have get_fields method so their fields can be accessed with
5997: ^reflection:fields[...] & ^reflection:field[...]
5998:
5999: 2012-06-06 misha
6000:
6001: * tests/280.html: - tests for
6002: ^reflection:method[obj-or-class;method],
6003: ^reflection:field[obj-or-class;field] and
6004: ^reflection:fields[obj-or-class] are added
6005:
6006: 2012-06-05 misha
6007:
6008: * src/classes/reflection.C: - ^reflection:method[class or
6009: object;method name] and ^reflection:field[class or object;field
6010: name] are added
6011:
6012: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6013: is used
6014:
6015: * src/types/pa_method.h: - Method::as_vjunction method is added
6016:
6017: 2012-06-05 moko
6018:
1.116 moko 6019: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6020:
6021: * src/classes/memcached.C: flish ttl fixed
6022:
6023: 2012-06-04 moko
6024:
6025: * src/classes/json.C, src/classes/op.C, tests/279.html,
6026: tests/results/279.processed: ^json:parse[] now supports $.taint
6027: option (new feature #833)
6028:
6029: 2012-06-04 misha
6030:
6031: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6032: - search_stop method was moved from pa_vcookie.C to pa_common.C
6033:
6034: 2012-06-03 misha
6035:
6036: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6037: cookies are parced and stored into $.cookies ( new feature: #31 )
6038:
6039: 2012-05-30 misha
6040:
6041: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6042: incomplete class into a scope while @USE is found
6043:
6044: * src/main/compile.y: - add incomplete class into a scope while
6045: @USE and @CLASS instructions are found ( bugfix: #838 )
6046:
6047: 2012-05-30 moko
6048:
6049: * src/types/pa_vclass.C, tests/278.html,
6050: tests/results/278.processed: removed "property has no getter
6051: method" exception when GET_DEFAULT present (fixes #269)
6052:
6053: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6054: $._default
6055:
6056: 2012-05-29 moko
6057:
6058: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6059: uninitialized values usage (new feature: #154)
6060:
6061: 2012-05-28 moko
6062:
6063: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6064: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6065: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6066: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6067: src/types/pa_vobject.C, src/types/pa_vobject.h,
6068: src/types/pa_vstring.h, src/types/pa_vtable.C,
6069: tests/results/277.processed, src/types/pa_vtable.h,
6070: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6071: ^json:string[$o; $.default[$method]] implemented for VObject (new
6072: feature #803)
6073:
6074: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6075: tests/results/277.processed: json numbers are now treated as
6076: double ( new feature: #834 )
6077:
6078: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6079: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6080: added for out of range checks, zero division in vint/vdouble
6081: check added ( fixes #832 )
6082:
6083: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6084: ( fixes #832 )
6085:
6086: 2012-05-28 misha
6087:
6088: * buildall-with-xml: - --without-lzma option is added to libxml2
6089: configure
6090:
6091: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6092: added - tests for unsupported values for options $.file, $.table
6093: and $.date are added
6094:
6095: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6096: accepts "stat" $.file[] option's value in addition to existed
6097: "text" and "base64" ( new feature: #835 )
6098:
6099: * tests/276.html: - test for
6100: ^reflection:delete[$object-or-class;field-name]
6101:
6102: * src/classes/reflection.C: -
6103: ^reflection:delete[$object-or-class;field-name] is added ( new
6104: feature: #268 )
6105:
6106: 2012-05-27 misha
6107:
6108: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6109:
6110: 2012-05-24 misha
6111:
6112: * src/include/pa_common.h: - method lastposafter was removed
6113:
6114: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6115: lastposafter - ^file:dirname[] & Co proper handle windows file
6116: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6117: work as *nix commands
6118:
6119: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6120:
6121: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6122: rskipchars were added
6123:
6124: * tests/270.html: - more tests for ^file:find[]
6125:
6126: * tests/065.html: - more tests for ^file:dirname[] & Co
6127:
6128: * src/include/pa_version.h: - must be "win32" here. it is
6129: auto-generated on *nix
6130:
6131: 2012-05-24 moko
6132:
6133: * src/classes/math.C: ^math:convert[] now supports uint32 and
6134: throws overflow exception ( new feature: #830 )
6135:
6136: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6137: uint32 support and overflow added ( new feature: #830 )
6138:
6139: 2012-05-23 moko
6140:
6141: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6142: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6143: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6144: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6145: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6146: types/pa_vregex.h, types/pa_vstateless_class.C,
6147: types/pa_vstateless_class.h, types/pa_vstring.h,
6148: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6149: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6150: "return string as-is" removed from as_expr_result. ( new feature:
6151: #831 )
6152:
6153: * tests/results/244.processed: test changed after bug #782 fix
6154: commited
6155:
6156: * tests/results/229.processed: test results for bug #782 commited
6157:
6158: * tests/: 254.html, results/254.processed: uid now just compared,
6159: not printed. :)
6160:
6161: 2012-05-20 moko
6162:
6163: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6164: feature: #341 )
6165:
6166: * tests/: 254.html, results/254.processed: test for
6167: ^reflection:uid[] added
6168:
6169: * tests/: 254.html, results/254.processed: test for
6170: ^reflection:uid[$obj] added
6171:
6172: 2012-05-17 misha
6173:
6174: * src/main/untaint.C: - do not replace ' char by _26 while
6175: exploding filespec-tainting ( new feature: #829 )
6176:
6177: 2012-05-12 moko
6178:
6179: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6180: not.
6181:
6182: 2012-05-08 moko
6183:
6184: * src/types/pa_vmethod_frame.h: bug #782 fixed
6185:
6186: * tests/229.html: test for bug #782
6187:
6188: * tests/results/259.processed, src/main/pa_request.C,
6189: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6190: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6191: src/types/pa_vvoid.h: feature #154 - first empty param now
6192: string; defined locals are empty strings; $STRICT-VARS(true)
6193: added
6194:
6195: 2012-04-27 moko
6196:
1.116 moko 6197: * src/targets/apache/Makefile.am:
1.95 moko 6198: ../../lib/memcached/libmemcached.a added
6199:
6200: 2012-04-27 misha
6201:
6202: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6203: ( #827 )
6204:
6205: 2012-04-25 moko
6206:
6207: * src/: classes/json.C, classes/memcached.C,
6208: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6209: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6210: implemented.
6211:
6212: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6213:
6214: 2012-04-23 moko
6215:
6216: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6217: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6218: types/pa_vmemcached.h: open allows options hash for new
6219: memcached(options) function
6220:
6221: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6222: not appended
6223:
6224: 2012-04-21 moko
6225:
6226: * src/classes/curl.C: '' added. :)
6227:
6228: * src/classes/classes.vcproj: new curl.h location
6229:
6230: * src/classes/curl.C: verbose output redirection from stderr to
6231: file curl option added
6232:
6233: 2012-04-20 moko
6234:
6235: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6236: contains what we need from curl, #ifdef HAVE_CURL removed
6237:
1.116 moko 6238: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6239: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6240: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6241: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6242: configure option
6243:
6244: 2012-04-19 moko
6245:
6246: * src/: classes/double.C, classes/inet.C, classes/int.C,
6247: classes/string.C, lib/gc/include/gc_allocator.h,
6248: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6249: options from sql_result_string removed. (closes issue #468)
6250:
6251: * src/types/pa_vmemcached.C: empty string fix
6252:
6253: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6254: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6255: pa_vmemcached.C
6256:
6257: 2012-04-18 moko
6258:
6259: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6260: apache2-mpm-prefork" error displayed in threaded mpm.
6261:
6262: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6263: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6264: installed (issue #354)
6265:
6266: 2012-04-16 moko
6267:
6268: * src/types/pa_vmemcached.C: call to memcached_result_create and
6269: memcached_result_free removed
6270:
6271: 2012-04-14 moko
6272:
6273: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6274:
6275: * src/types/pa_vmemcached.C: check_key added and used
6276:
6277: 2012-04-13 moko
6278:
6279: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6280: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6281: Serialization_data now added and used, VString now serialized
6282: with languages into memcached.
6283:
6284: 2012-03-28 moko
6285:
6286: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6287: lib/memcached/pa_memcached.h: result lengths added
6288:
6289: 2012-03-27 moko
6290:
6291: * src/types/pa_vmemcached.C: strdup added
6292:
6293: 2012-03-24 moko
6294:
6295: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6296: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6297: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6298:
6299: 2012-03-20 moko
6300:
1.116 moko 6301: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6302:
6303: * src/targets/cgi/Makefile.am: cleanup
6304:
6305: * src/: types/Makefile.am, types/pa_vmemcached.C,
6306: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6307:
6308: * src/: classes/Makefile.am, classes/memcached.C,
6309: lib/memcached/Makefile.am, lib/memcached/constants.h,
6310: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6311: lib/memcached/types.h, lib/Makefile.am: memcached initial
6312:
6313: 2012-03-16 moko
6314:
6315: * src/main/execute.C: ident now works under Linux + ident displays
6316: filenames (closes issue #818)
6317:
1.116 moko 6318: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6319: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6320: pa_vmethod_frame_local.h removed
6321:
6322: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6323: classes/classes.h, classes/curl.C, classes/date.C,
6324: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6325: classes/hashfile.C, classes/image.C, classes/inet.C,
6326: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6327: classes/memory.C, classes/op.C, classes/reflection.C,
6328: classes/regex.C, classes/response.C, classes/string.C,
6329: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6330: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6331: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6332: include/pa_config_fixed.h, include/pa_config_includes.h,
6333: include/pa_dictionary.h, include/pa_dir.h,
6334: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6335: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6336: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6337: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6338: include/pa_request_charsets.h, include/pa_request_info.h,
6339: include/pa_sapi.h, include/pa_socks.h,
6340: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6341: include/pa_stack.h, include/pa_string.h,
6342: include/pa_stylesheet_connection.h,
6343: include/pa_stylesheet_manager.h, include/pa_table.h,
6344: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6345: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6346: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6347: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6348: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6349: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6350: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6351: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6352: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6353: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6354: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6355: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6356: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6357: main/pa_string.C, main/pa_stylesheet_connection.C,
6358: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6359: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6360: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6361: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6362: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6363: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6364: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6365: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6366: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6367: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6368: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6369: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6370: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6371: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6372: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6373: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6374: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6375: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6376: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6377: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6378: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6379: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6380: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6381: types/pa_vresponse.h, types/pa_vstateless_class.C,
6382: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6383: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6384: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6385: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6386: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6387: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6388: ident now works under Linux + ident displays filenames (closes
6389: issue #818) Copyright updated
6390:
6391: 2012-03-13 moko
6392:
6393: * src/main/pa_string.C: compilation fix for feature #741
6394:
6395: 2012-03-09 misha
6396:
6397: * tests/193.html: - tests for ^string:base64[encoded] are updated
6398:
6399: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6400: now detects invalid base64 chars in the middle of encoded stricg
6401: ( new feature: #55 )
6402:
6403: * src/include/pa_exception.h: - new exception type for base64
6404: decoding is added
6405:
6406: 2012-03-06 misha
6407:
6408: * tests/274.html: - tests for ^date::today[] and
6409: ^date.sql-string[datetime|date|time] are added
6410:
6411: * src/classes/date.C: - constructor ^date::today[] is added ( new
6412: feature: #811 ) - ^date.sql-string[] now can accept one param --
6413: strings "datetime", "date" or "time" - comments tidying up
6414:
6415: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6416: date and time
6417:
6418: 2012-03-03 misha
6419:
6420: * tests/193.html: - tests for
6421: ^string:base64[encoded;$.strict(true)] are added
6422:
6423: * tests/results/auto.p: - try-catch operator is added
6424:
6425: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6426: main/pa_common.C: - $.strict(true|false) option is added to
6427: base64 decode methods ( new feature: #55 )
6428:
6429: * src/main/pa_common.C: - base64 decode memory usage was decreased
6430: ( new feature: #819 )
6431:
6432: 2012-02-28 moko
6433:
6434: * src/classes/hash.C: ident test
6435:
6436: 2012-02-27 misha
6437:
6438: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6439:
6440: 2012-01-08 misha
6441:
6442: * tests/273.html: - tests for ^string.replace[from;to] are added
6443:
6444: * src/: classes/string.C, include/pa_dictionary.h,
6445: main/pa_dictionary.C, main/pa_string.C: -
6446: ^string.replace[from;to] is added ( new feature: #741 ) -
6447: ^string.replace[one subst here] is slightly optimized
6448:
6449: 2011-12-07 misha
6450:
6451: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6452: named table with one empty column ( bugfix: #63 )
6453:
6454: 2011-11-30 misha
6455:
6456: * src/classes/json.C: - it's possible to set user's method for
6457: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6458: #763 )
6459:
6460: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6461:
6462: 2011-11-23 misha
6463:
6464: * src/: classes/curl.C, classes/file.C, classes/image.C,
6465: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6466: types/pa_vfile.h, types/pa_vform.C: - constructor
6467: ^file::create[mode;filename;content[;options]] now accepts binary
6468: mode and file-content - new constructor's format:
6469: ^file::create[string-or-file-content[;$.name[filename]
6470: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6471: feature: #65 )
6472:
6473: * src/: include/pa_request.h, main/pa_request.C: - new method
6474: mime_type_of(const String*) is added
6475:
6476: * src/include/pa_exception.h: - new exception constant
6477: FILE_NAME_MUST_BE_SPECIFIED is added
6478:
6479: * src/classes/table.C: - bug with negative offset transformed into
6480: a feature. it means pointing to a row from the end of the table (
6481: new feature: #810 )
6482:
6483: 2011-11-19 misha
6484:
6485: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6486: â ìåòîäå _select ( new feature: #810 )
6487:
6488: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6489: options were specified together is simplified
6490:
6491: 2011-11-12 misha
6492:
6493: * src/main/pa_request.C: - forgotten fix for escaping filename in
6494: HTTP content-disposition header (a part of bug #361 )
6495:
6496: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6497: checks for ancestors' classes as well ( new feature: #456 )
6498:
6499: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6500: "without cycle" now have types "parser.break" and
6501: "parser.continue" instead of "parser.runtime" ( new feature: #799
6502: )
6503:
6504: 2011-11-11 misha
6505:
6506: * tests/results/: 099.processed, 100.processed, 205.processed,
6507: 237.processed: - since bug #361 was fixed the content of filename
6508: in HTTP headers is quoted
6509:
6510: * tests/results/270.processed: - result for test 270
6511:
6512: * tests/: 065.html, results/065.processed: - more tests for
6513: ^file:basename[] & Co were added
6514:
6515: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6516:
6517: * tests/270.html: - tests for ^file:find[] are added
6518:
6519: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6520: using option $.charset. option $.engoding is still supported but
6521: these options can not be specified together
6522:
6523: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6524: comparation charset name with string "UTF-8" ( bugfix: #759 )
6525:
6526: 2011-10-11 misha
6527:
6528: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6529: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6530: #622)
6531:
6532: 2011-09-30 misha
6533:
6534: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6535: exception "saving stat-ed file" ( bugfix: #395 )
6536:
6537: 2011-05-30 misha
6538:
6539: * src/classes/string.C: - fixed bug which was added with
6540: params.as_hash into string:sql
6541:
6542: 2011-05-29 misha
6543:
6544: * src/types/pa_value.C: - filename in content-disposition header
6545: must be quoted ( bugfix: #361 )
6546:
6547: 2011-05-27 misha
6548:
6549: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6550: created file
6551:
6552: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6553: usage
6554:
6555: * src/include/pa_exception.h: - one more string for exception was
6556: added
6557:
6558: 2011-05-25 misha
6559:
6560: * tests/269.html: - tests for checking input params in some dom
6561: methods
6562:
6563: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6564: was added. it isn't possible not wo create xdoc with invalid
6565: tagName. ( bugfix: #160 )
6566:
6567: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6568: string "data must be string" was mover from pa_exception.h to
6569: pa_xml_exception.h
6570:
6571: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6572: as_xmlncname, as_xmlname and as_xmlnsuri were added
6573:
6574: * src/main/pa_xml_exception.C: - XmlException accepts more options
6575:
6576: * src/include/pa_xml_exception.h: - XmlException accepts more
6577: options - XML-related exception's strings were added
6578:
6579: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6580: output_options were removed)
6581:
6582: 2011-05-19 misha
6583:
6584: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6585: params.as_hash is used more while parsing methods hash-options
6586:
6587: 2011-05-18 misha
6588:
6589: * operators.txt: - info about json-serialization of xdoc was added
6590:
6591: * tests/256.html: - tests for json-serialization xdoc were added
6592:
6593: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6594:
6595: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6596: classes/json.C, classes/xdoc.C: - now json:string can serialize
6597: xdoc-objects. options (the same as ^xdoc.string[]) could be
6598: specified in $.xdoc[] ( new feature: #265 )
6599:
6600: 2011-05-15 misha
6601:
6602: * tests/268.html: - tests for ^table.count[with options] were added
6603:
6604: * src/classes/table.C: - method ^table.count[] now can accept
6605: options ( new feature: #93 ): ^table.count[column] returns number
6606: of columns for named table; ^table.count[cells] returns number of
6607: cells in the current row; ^table.count[] & ^table.count[rows]
6608: return number of rows in a table.
6609:
6610: * tests/267.html: - test for checking switch/case in boolean mode
6611: was added
6612:
6613: * src/classes/op.C: - if switch's or case's value is bool, they are
6614: compared as bool values, not as double values: new feature: #351
6615:
6616: 2011-05-06 misha
6617:
6618: * tests/242.html: - EOL before EOF was added
6619:
6620: * tests/169.html: - tests for splitting empty string and void were
6621: added
6622:
6623: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6624: returned table with one empty cell)
6625:
6626: 2011-04-03 misha
6627:
6628: * src/include/pa_version.h, configure.in: - version in head was
6629: changed to 3.4.2b
6630:
6631: 2011-03-30 misha
6632:
6633: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6634: as well ( new feature #294 )
6635:
6636: 2011-03-29 misha
6637:
6638: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6639: limited to approx. 6 MB. previous limits were too big for real
6640: life. bugfix: #216
6641:
6642: 2011-03-04 moko
6643:
6644: * etc/parser3.charsets/cp866.cfg: Conforms to
6645: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6646:
6647: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6648: vlalek@
6649:
6650: 2011-02-22 misha
6651:
6652: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6653: be under #ifdef XML or parser can't be compiled without xml
6654: support
6655:
6656: 2011-02-21 misha
6657:
1.116 moko 6658: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6659: ApacheModuleParser3.vcproj was removed
6660:
6661: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6662: removed)
6663:
6664: 2011-02-20 misha
6665:
6666: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6667: $.overridden in ^reflection:method_info[...] were added
6668:
6669: * src/classes/reflection.C: - beautifying result of
6670: ^reflection:method_info[] ($.overridden/inherited)
6671:
6672: 2011-02-18 misha
6673:
6674: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6675: and pa_isalnum instead of isalpha and isalnum - bug with
6676: redundand quoting lowercased latin chars while building email
6677: body was fixed
6678:
6679: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6680: added (they check for latin chars only)
6681:
6682: 2011-02-16 misha
6683:
6684: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6685: string size for transcoding gave too small value (should ever
6686: look for availability char in dest charset inspite of the char
6687: size)
6688:
6689: 2011-02-04 moko
6690:
6691: * tests/223.html: header values now not url-encoded (issue #195)
6692:
6693: 2011-02-01 misha
6694:
6695: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6696:
6697: 2011-01-31 misha
6698:
6699: * src/main/pa_request.C: - throw exception if param file_name in
6700: use_file is empty
6701:
6702: 2011-01-08 moko
6703:
6704: * src/classes/curl.C: compilations errors fixed
6705:
6706: 2010-12-29 moko
6707:
6708: * tests/: 265.html, results/265.processed: test for issue #200
6709: added
6710:
6711: * src/main/pa_string.C: empty regex result check added (fixes issue
6712: #200)
6713:
6714: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6715:
6716: * tests/results/223.processed: header values now not url-encoded
6717: (issue #195)
6718:
6719: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6720: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6721: pa_http_safe_header_name added for headers names (fixes bug #195)
6722:
6723: 2010-12-18 misha
6724:
6725: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6726: => pa-include
6727:
6728: 2010-11-28 moko
6729:
6730: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6731:
6732: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6733: -> pa
6734:
6735: * configure.in: apr -> pa
6736:
6737: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6738:
6739: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6740: classes/Makefile.am, types/Makefile.am: apr -> pa
6741:
6742: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6743: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6744: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6745: pa-include/pa_apr.h, pa-include/pa_errno.h,
6746: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6747: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6748: module apr name conflict resolved)
6749:
6750: 2010-11-27 misha
6751:
6752: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6753: libbz2
6754:
6755: 2010-11-26 misha
6756:
6757: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6758: warnings removed
6759:
6760: 2010-11-25 moko
6761:
6762: * operators.txt: $.indent(true)
6763:
6764: * operators.txt: another bugfix. :)
6765:
6766: * operators.txt: bugfix. :)
6767:
6768: * buildall-with-xml: libxml2-2.7.8 + with-apache
6769:
6770: 2010-11-24 moko
6771:
1.116 moko 6772: * configure: apxs support
1.95 moko 6773:
6774: * configure.in: apxs support -Bstatic gc removed for OS X
6775:
6776: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6777:
6778: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6779: THREAD_LOCAL usage
6780:
6781: * src/: classes/curl.C, include/pa_config_includes.h,
6782: main/pa_globals.C: THREAD_LOCAL defined and used
6783:
6784: 2010-11-23 moko
6785:
6786: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6787: should be passed to pa_sleep, and only fractional part (bugfix:
6788: #188)
6789:
6790: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6791:
6792: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6793: GC_dont_gc=1, as in cgi version
6794:
6795: * src/targets/apache/mod_parser3.c: warning war
6796:
6797: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6798: pa_httpd.h: version removed, some trash removed
6799:
6800: * src/targets/apache/mod_parser3.c: version removed (we don't want
6801: to show it), warning war
6802:
6803: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6804: pa_httpd.h: parser_status_allowed removed + merge config
6805: functions removed (override is the default) + beauty
6806:
6807: * src/: include/pa_request.h, main/pa_request.C,
6808: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6809: hide $status used in apache module removed
6810:
6811: 2010-11-18 moko
6812:
6813: * operators.txt: $.table[compact] added for ^json:string[]
6814:
6815: 2010-11-16 moko
6816:
6817: * src/targets/apache/mod_parser3.c: some cleanup done
6818:
6819: * src/main/untaint.C: bugfix: first, second String::Body argument
6820: is hashcode; second, info.fragment_begin is original, not
6821: resulting length
6822:
6823: * src/classes/file.C: new feature: $.stdin now untainted
6824:
6825: * tests/results/264.processed: new feature: $.stdin[] now untainted
6826:
6827: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6828:
6829: * src/classes/op.C: ^apply-taint[] method added
6830:
6831: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6832: added; $.stdin untaint test added
6833:
6834: 2010-11-15 moko
6835:
6836: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6837: removed
6838:
6839: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6840: pa_httpd.h: 2x2 calculated under apache2. :)
6841:
6842: 2010-11-13 moko
6843:
6844: * src/targets/apache/mod_parser3.c: initial changes to build module
6845: with apache 2.x includes
6846:
6847: * src/targets/apache/: Makefile.am, mod_parser3.c,
6848: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6849: united apache 1.3 / apache 2.x DSO module
6850:
6851: 2010-11-09 moko
6852:
6853: * src/types/pa_method.h: check added to dissallow @method[name;*]
6854: syntax
6855:
6856: * tests/: 263.html, results/263.processed: test from method[*args]
6857: added
6858:
6859: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6860: number of params can now be passed to a method declared with *arg
6861:
6862: 2010-11-06 moko
6863:
6864: * src/classes/table.C: formating fixed. :)
6865:
6866: * src/classes/table.C: closes #4: ^table.select now supports
6867: $.limit(), $.offset, $.reverse() options
6868:
6869: * tests/: 262.html, results/262.processed: test for ^table:select
6870: with options added (feature #4)
6871:
6872: * src/include/pa_array.h: remove function added
6873:
6874: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6875: object in get_element/put_element, using static one.
6876:
6877: 2010-11-04 moko
6878:
6879: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6880: options is passed
6881:
6882: * tests/: 256.html, results/256.processed: $.table[compact] feature
6883: now tested; k and p in handler now tested.
6884:
6885: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6886: $.table[compact] feature added
6887:
6888: * src/classes/json.C: key is now passed to handler in
6889: value_json_string; ^json:string result now process tainting
6890: inside and returns clean string, related to issue #153
6891:
6892: * src/main/untaint.C: bugfix: charset can be null (in
6893: ^string:save[] as example), thus check is added
6894:
6895: 2010-10-31 moko
6896:
6897: * src/classes/string.C: error message changed (fixes issue #149)
6898:
6899: 2010-10-29 moko
6900:
6901: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6902: port is not default (fixes issue #155); exception on invalid port
6903: added.
6904:
6905: * src/main/untaint.C: '*' is now not urlencoded to allow header
6906: "Accept: */*" to be passed
6907:
6908: 2010-10-28 moko
6909:
6910: * src/classes/curl.C: bugfix: detect_charset() was throwing
6911: exception on unknown charset even if response_charset was
6912: specified
6913:
6914: 2010-10-27 moko
6915:
6916: * src/classes/string.C: ^string.append removed for void
6917: compatibility
6918:
6919: 2010-10-26 moko
6920:
6921: * src/classes/json.C: libjson supports array at top level, we too
6922: (GPF fixed)
6923:
6924: 2010-10-25 moko
6925:
6926: * tests/: 253.html, results/253.processed: libjson supports array
6927: at top level, parser now supports it as well.
6928:
6929: * tests/261.html, tests/results/261.processed,
6930: src/types/pa_vstring.h: empty string is now void compatible
6931: (allows $empty.key)
6932:
6933: 2010-10-22 misha
6934:
6935: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6936: while adding additional expires checkout)
6937:
6938: * tests/030.html: - test for session cookie was added
6939:
6940: 2010-10-21 moko
6941:
6942: * src/: classes/string.C, classes/void.C, main/execute.C,
6943: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6944: string (feature #111)
6945:
6946: * tests/: 261.html, results/261.processed: checks void from string
6947: inheritance (feature #111)
6948:
6949: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6950: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6951: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6952: now true by default
6953:
6954: 2010-10-17 moko
6955:
6956: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6957: upload now uses binary blocks instead of L_FILE_POST tainting.
6958: (bugfix: #128)
6959:
6960: * tests/: 223.html, results/223.processed: binary file upload test
6961: added, GPF (issue #128) also checked in this test
6962:
6963: 2010-10-13 misha
6964:
6965: * tests/260.html: - test for math:convert
6966:
6967: * src/classes/math.C: - error in math:convert was fixed
6968:
6969: * operators.txt: - info about
6970: ^math:convert[number](from-base;to-base) was added
6971:
6972: * src/classes/math.C: - method
6973: ^math:convert[number](from-base;to-base) for converting number
6974: represention from one base to another was added ( new feature:
6975: #23 )
6976:
6977: 2010-10-13 moko
6978:
6979: * src/main/compile.tab.C: [] now is empty string, not void
6980:
6981: * src/main/compile.y: [] now is empty string, not void
6982:
6983: * src/types/pa_vvoid.h: void now passed as parameter
6984:
6985: * tests/: 259.html, results/259.processed: to test difference
6986: between void and empty string (see ticket #111)
6987:
6988: * tests/results/152.processed: $sEmpty[] is now empty string, not
6989: void
6990:
6991: * tests/256.html: $s[$void] is no longer empty string
6992:
6993: * tests/254.html: empty string is no longer void
6994:
6995: 2010-10-12 misha
6996:
6997: * src/types/pa_vcookie.C: - check if $.expires value can be
6998: converted to date during cookies set up ( bugfix: #104 )
6999:
7000: * tests/041.html: - more tests for ^table.locate were added
7001:
7002: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7003: work ( bugfix: #129 ) - exception comment for incorrect options
7004: ^table.locate[field;value;options] was fixed
7005:
7006: 2010-10-10 moko
7007:
7008: * src/: classes/reflection.C, main/execute.C: constructor returning
7009: another object feature returned
7010:
7011: * tests/results/258.processed: test result updated as constructor
7012: returning another object feature returned
7013:
7014: * tests/: 258.html, results/258.processed: test for constructor
7015: returning another object
7016:
7017: 2010-10-08 misha
7018:
7019: * tests/257.html: - whitespaces after @METACOMMANDS and their
7020: options shouldn't cause exceptions any longer
7021:
7022: 2010-10-06 moko
7023:
7024: * src/classes/: hash.C, table.C: length from sql server is now
7025: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7026:
7027: 2010-10-02 misha
7028:
7029: * operators.txt: - the X mark was removed from ^cache[file]. it is
7030: usable to delete cache file.
7031:
7032: 2010-10-02 moko
7033:
7034: * tests/: 253.html, results/253.processed: hook_key added for key
7035: checking
7036:
7037: * src/classes/json.C: null key bug fixed
7038:
7039: 2010-09-29 misha
7040:
7041: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7042:
7043: 2010-09-25 moko
7044:
7045: * src/classes/json.C: small fixed
7046:
7047: * tests/results/: 253.processed, 255.processed: just updated
7048:
7049: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7050: results/255.processed: charset transcode test added for
7051: json:parse
7052:
7053: 2010-09-24 moko
7054:
7055: * src/types/pa_value.h: warning war :)
7056:
7057: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7058: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7059: ^json:string
7060:
7061: 2010-09-22 moko
7062:
7063: * src/main/pa_charset.C: parser charset tables declare only
7064: white-space before 0x20, thus adding the missing chars
7065:
7066: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7067: to http://unicode.org/Public/MAPPINGS/VENDORS/
7068:
7069: 2010-09-21 misha
7070:
7071: * src/main/compile.y: - some semicolons were added (VS2010 don't
7072: want to compile grammar if they are absent)
7073:
7074: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7075:
7076: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7077:
7078: * src/main/main.vcproj: - path to bison is changed
7079:
7080: 2010-09-21 moko
7081:
1.116 moko 7082: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7083: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7084: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7085:
7086: 2010-09-20 misha
7087:
7088: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7089:
7090: * src/classes/json.C: - add EOL while json-serializing hash
7091:
7092: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7093: compilers don't like 'ES'.
7094:
7095: 2010-09-17 misha
7096:
7097: * operators.txt: - info about json class was added
7098:
7099: * src/classes/json.C: - ^json:string[object]
7100:
7101: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7102: preventing infinite recursion while executing json:string was
7103: added
7104:
7105: * src/include/pa_string.h: - method append_quoted was added
7106:
7107: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7108: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7109: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7110: was added to Value & Co
7111:
7112: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7113: were used
7114:
7115: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7116: were added
7117:
7118: 2010-09-10 moko
7119:
7120: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7121: die_or_abort (backport from 3.4.1)
7122:
7123: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7124: die_or_abort (bugfix: #106)
7125:
7126: 2010-09-09 moko
7127:
7128: * src/classes/json.C: warning war. :)
7129:
7130: 2010-09-08 misha
7131:
7132: * src/lib/json/Makefile.am: - additional include directories were
7133: added (for pa_memory.h and gc.h)
7134:
7135: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7136: compile as C++ instead default - additional include directory was
7137: added (for gc.h)
7138:
7139: * src/types/pa_vform.C: - little code reformating
7140:
7141: * src/classes/file.C: - $.content-type option now can be specified
7142: in ^file::create ( new feature: #102 )
7143:
7144: 2010-09-08 moko
7145:
7146: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7147: pa_malloc/pa_free
7148:
7149: 2010-09-07 moko
7150:
7151: * tests/results/254.processed: VStateless_class:put_element
7152: exception was fixed
7153:
7154: * src/types/: pa_value.h, pa_vstateless_class.h: now
7155: VStateless_class:put_element barks self.type, not this.type
7156: (bugfix: #105)
7157:
7158: 2010-09-06 moko
7159:
7160: * src/classes/reflection.C: bugfix: new String() is required for
7161: exception handling
7162:
7163: * tests/: 254.html, results/254.processed: test modified
7164:
7165: 2010-09-05 moko
7166:
7167: * tests/: 254.html, results/254.processed: ^reflection:copy test
7168: added
7169:
7170: * src/: classes/reflection.C, include/pa_request.h:
7171: ^reflection:copy implemented (new feature: #100)
7172:
7173: 2010-09-03 moko
7174:
7175: * src/lib/json/JSON_parser.C: c++ compatiblity
7176:
7177: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7178: option testing added
7179:
7180: 2010-09-02 moko
7181:
7182: * src/classes/json.C: $.distinct[first|last|all] added
7183:
7184: 2010-09-01 moko
7185:
7186: * tests/results/253.processed: json test result
7187:
7188: * tests/: 253.html, 253_json.txt: json test added
7189:
7190: * src/classes/json.C: json.C update to actual version + hash key
7191: creation bugfix
7192:
7193: 2010-08-31 misha
7194:
7195: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7196: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7197: src/lib/Makefile.am, src/classes/Makefile.am,
7198: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7199: json library was added
7200:
7201: 2010-08-30 moko
7202:
7203: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7204: types/pa_vobject.C: cosmetic optimization in
7205: request:execute_method usage
7206:
7207: * src/: include/pa_charset.h, main/pa_charset.C: small
7208: optimization, just to decrease number of lines. :)
7209:
7210: 2010-08-27 misha
7211:
7212: * src/classes/op.C: - taint[json] was added
7213:
7214: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7215: were added
7216:
7217: * src/main/pa_exec.C: - warning fix was rolled back.
7218:
7219: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7220: include/pa_string.h: - taint[json] was added - escaping was
7221: slightly modified
7222:
7223: 2010-08-25 misha
7224:
7225: * src/classes/file.C: - typo in file:sql exception was fixed
7226:
7227: * src/main/pa_exec.C: - warning about declared and not used
7228: variable forced_allow was removed
7229:
7230: 2010-08-14 misha
7231:
7232: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7233: were removed
7234:
7235: 2010-08-11 moko
7236:
7237: * tests/: 249.html, results/249.processed: default setter and
7238: anti-recursive default getter test added
7239:
7240: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7241: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7242: types/pa_vobject.h, types/pa_vstateless_class.C,
7243: types/pa_vstateless_class.h: default setter support +
7244: anti-recursive default getter support ( new feature: #13 )
7245:
7246: * src/include/pa_hash.h: optimization: threshold member removed
7247: from hash, reducing sizeof(hash)
7248:
7249: 2010-08-10 misha
7250:
7251: * tests/196.html: - junction-method was added to the test
7252:
7253: * tests/248.html: - ups. typo :)
7254:
7255: * tests/248.html: - test for checking .match with 4 params
7256:
7257: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7258: 247_windows1251.txt: - test for "transcode file from utf-8 to
7259: $request:charset during loading if the BOM code is detected"
7260:
7261: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7262: $request:charset during loading if the BOM code is detected ( new
7263: feature: #98 )
7264:
7265: 2010-08-05 misha
7266:
7267: * src/classes/image.C: - ^image.replace now can accept only 2
7268: params. in this case the whole image is affected ( new feature:
7269: #95 )
7270:
7271: 2010-08-04 misha
7272:
7273: * tests/246.html: - test tor ^hash._at[] was added
7274:
7275: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7276: #53 )
7277:
7278: * src/include/pa_hash.h: - methods for accessing the first and the
7279: last values of ordered hash were added (first_value and
7280: last_value)
7281:
7282: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7283: (similar to others file's methods):
7284: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7285: #68 )
7286:
7287: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7288:
7289: 2010-08-01 moko
7290:
7291: * src/classes/op.C: to correctly process $result[] in code, called
7292: from ^process
7293:
7294: * tests/245.html: $result in ^process[] test added
7295:
7296: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7297: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7298: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7299: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7300: caller, self) op_call(VMethodFrame &frame, bool constructing)
7301: removed, construct(class,method) added
7302:
7303: * tests/results/: 192.processed, 244.processed: request::construct
7304: added
7305:
7306: * tests/: 244.html, 245.html, results/244.processed,
7307: results/245.processed: object creation exceptions and ^process
7308: tests added
7309:
7310: 2010-07-28 misha
7311:
7312: * tests/make_tests.cmd: - win32 EOLs
7313:
7314: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7315: tests on Win32 were added (The system timezone should be GMT+3)
7316:
7317: 2010-07-26 misha
7318:
7319: * tests/: 212.html, results/212.processed: - sizes were removed
7320: mecause they could be different on different OSs
7321:
7322: * tests/065.html: - make it "win32 friendly"
7323:
7324: 2010-07-25 misha
7325:
7326: * src/main/compile.y: - all EOLs between methods are removed during
7327: compilation ( new feature: #47 )
7328:
7329: * tests/results/149.processed: - prepare tests to trim trailing
7330: methods' EOLs
7331:
7332: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7333:
7334: * tests/: results/006.processed, results/014.processed, 006.html,
7335: 014.html, 022.html: - prepare tests to trim trailing methods'
7336: EOLs
7337:
7338: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7339: results/071.processed, results/022.processed: - prepare tests to
7340: trim trailing methods' EOLs
7341:
7342: * tests/: results/073.processed, results/109.processed,
7343: results/142.processed, results/144.processed,
7344: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7345: 144.html: - prepare tests to trim trailing methods' EOLs
7346:
7347: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7348: 149.html, 152.html, results/096.processed, results/107.processed,
7349: results/109.processed, results/142.processed,
7350: results/144.processed: - prepare tests to trim trailing methods'
7351: EOLs
7352:
7353: 2010-07-24 moko
7354:
7355: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7356: the hash order in this test
7357:
7358: * tests/014.html: to check hash order, hash no is longer sorted
7359: before print
7360:
7361: * src/include/pa_hash.h: hash copy constructor now keeps order
7362: (bugfix: #54)
7363:
7364: 2010-07-23 moko
7365:
7366: * tests/results/224.processed: @auto[] is no longer inherited
7367:
7368: * src/types/pa_vstateless_class.C, tests/227.html,
7369: tests/results/227.processed: @auto[] is no longer inherited
7370: (bugfix: #57)
7371:
7372: 2010-07-22 misha
7373:
7374: * src/classes/table.C: - don't skip comment lines during
7375: table::load if encloser or separator is set as '#' ( new feature:
7376: #30 )
7377:
7378: * src/targets/cgi/parser3.C: - don't run as cgi if
7379: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7380: #12 )
7381:
7382: * src/classes/file.C: - set PARSER_VARSION env before external
7383: script executing
7384:
7385: 2010-07-13 misha
7386:
7387: * tests/058.html: - test for suppressing @border was added - test
7388: for user attribute was added
7389:
7390: * tests/results/186.processed: unescaping from \uXXXX
7391:
7392: * tests/186.html: unescaping from \uXXXX
7393:
7394: * tests/: 239.html, results/239.processed: method call type
7395:
7396: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7397: $junction_method.CLASS_NAME (+CLASS)
7398:
7399: 2010-07-07 misha
7400:
7401: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7402: *nix
7403:
7404: 2010-07-05 misha
7405:
7406: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7407: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7408: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7409: comment strings "options must be hash", "options must be hash,
7410: not code" and "called with invalid option" were replaced by
7411: constatns - exception comment string "invalid option passed" was
7412: replaced by "called with invalid option" (now in different
7413: methods are the same exception comment string)
7414:
7415: * src/include/pa_exception.h: - more exception strings were defined
7416:
7417: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7418: types/pa_vstateless_class.h: - now we can define possible
7419: method's call type ( new feature: #5 ) 1.
7420: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7421: methods 2. @static:method[params] (only static keyword could be
7422: used here) -- for specified methods
7423:
7424: * src/main/pa_common.C: - junction points should not be deleted on
7425: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7426: cleanup
7427:
7428: 2010-07-03 misha
7429:
7430: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7431: results/158.processed, results/160.processed,
7432: results/161.processed, results/162.processed,
7433: results/163.processed: - prepare tests to trim trailing methods'
7434: EOLs
7435:
7436: * tests/results/169.processed: - prepare tests to trim trailing
7437: methods' EOLs
7438:
7439: * tests/results/: 168.processed, 169.processed: - prepare tests to
7440: trim trailing methods' EOLs
7441:
7442: * tests/: results/170.processed, results/167.processed,
7443: results/168.processed, results/169.processed, 167.html, 168.html,
7444: 169.html: - prepare tests to trim trailing methods' EOLs
7445:
7446: * tests/: results/170.processed, results/171.processed,
7447: results/172.processed, results/173.processed,
7448: results/174.processed, results/175.processed, 170.html, 171.html,
7449: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7450: trailing methods' EOLs
7451:
7452: * tests/: results/176.processed, results/180.processed,
7453: results/184.processed, results/185.processed,
7454: results/191.processed, results/192.processed,
7455: results/196.processed, results/197.processed,
7456: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7457: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7458: to trim trailing methods' EOLs
7459:
7460: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7461: results/199.processed, results/208.processed,
7462: results/209.processed, results/213.processed,
7463: results/214.processed: - prepare tests to trim trailing methods'
7464: EOLs
7465:
7466: 2010-06-29 misha
7467:
7468: * tests/: 220.html, 218.html, results/218.processed,
7469: results/215.processed, results/217.processed, 215.html, 217.html:
7470: - prepare tests to trim trailing methods' EOLs
7471:
7472: * tests/: results/224.processed, 224.html, 223.html,
7473: results/223.processed, results/220.processed: - prepare tests to
7474: trim trailing methods' EOLs
7475:
7476: * tests/results/: 226.processed, 230.processed: - prepare tests to
7477: trim trailing methods' EOLs
7478:
7479: * tests/: 229.html, results/229.processed: - prepare tests to trim
7480: trailing methods' EOLs
7481:
7482: * tests/: 232.html, 235.html, results/232.processed,
7483: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7484: results/226.processed, results/227.processed,
7485: results/228.processed, results/230.processed: - prepare tests to
7486: trim trailing methods' EOLs
7487:
7488: 2010-06-16 moko
7489:
7490: * tests/: 229.html, results/229.processed: elseif now supported in
7491: ^if
7492:
7493: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7494:
7495: 2010-06-03 misha
7496:
7497: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7498: instead of memcopy for overlaped regions
7499:
7500: 2010-05-25 misha
7501:
7502: * src/main/pa_common.C: - wanring about unused vars was removed
7503:
7504: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7505: get_method_filename was moved to execute.C
7506:
7507: 2010-05-23 misha
7508:
7509: * src/main/pa_request.C: - more accurate detection of method's file
7510:
7511: 2010-05-22 misha
7512:
7513: * src/classes/reflection.C: - bugfix: core during detection of
7514: .file if filespec isn't detected successfully
7515:
7516: 2010-05-20 misha
7517:
7518: * src/main/pa_request.C: - fix in get_method_filename
7519:
7520: * src/include/pa_request.h: - new feature: #24 -- searching
7521: included file in @USE/^use is changed. if its filespec doesn't
7522: start from '/' it will be searched in caller file directory
7523:
7524: * src/classes/reflection.C: - ^reflection:method_info returns file
7525: where the method is defined
7526:
7527: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7528: classes/op.C: - new feature: #24 -- searching included file in
7529: @USE/^use is changed. if its filespec doesn't start from '/' it
7530: will be searched in caller file directory
7531:
7532: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7533: is moved to pa_common.h
7534:
7535: 2010-05-18 misha
7536:
7537: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7538: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7539: cookie parser decode \uXXXX as well as %uXXXX
7540:
7541: 2010-05-17 misha
7542:
7543: * src/classes/curl.C: beauty: - unused param is removed in method
7544: _curl_version_action - some spaces were removed or replaced by
7545: tabs
7546:
7547: * src/classes/table.C: - bugfix: #72 core with empty value during
7548: ^table.hash[...;name_of_the_last_column][$.type[string]]
7549:
7550: 2010-05-16 misha
7551:
7552: * src/classes/curl.C: new: #61 more curl options were added
7553: (contributed by Sumo)
7554:
7555: 2010-04-29 pretender
7556:
7557: * src/main/pa_string.C: fixes #63 Split result from empty string
7558: now empty string.
7559:
7560: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7561: string type.
7562:
7563: 2010-04-28 pretender
7564:
7565: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7566: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7567: macrodefinition removed
7568:
7569: 2010-04-19 pretender
7570:
7571: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7572: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7573:
7574: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7575: fixes #64 Now file.missing exception generates in unsafe mode to.
7576:
7577: * src/classes/file.C: fixes #48 Now not throw "not save environment
7578: variable" exception in grpunlim version.
7579:
7580: 2010-04-05 misha
7581:
7582: * src/classes/string.C: - new feature: 4th param was added to
7583: match. if specified its value is returned in case of nothing was
7584: found
7585:
7586: 2010-04-01 misha
7587:
7588: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7589: multiple execution of /a/b/auto.p
7590:
7591: 2010-03-19 misha
7592:
7593: * src/main/execute.C: - core in $table1.$table2 was fixed
7594:
7595: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7596:
7597: 2010-01-27 misha
7598:
7599: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7600: trying to open file by path /existing-file/non-exixting-file
7601:
7602: 2010-01-26 misha
7603:
7604: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7605: was added (returns file)
7606:
7607: 2009-12-22 misha
7608:
7609: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7610: now parser doesn't have class curl if it was built without it
7611:
7612: 2009-12-15 misha
7613:
7614: * configure.in: - little cheat with curl include dir was added
7615:
7616: 2009-12-05 misha
7617:
7618: * src/classes/curl.C: - some fixes
7619:
7620: 2009-12-04 misha
7621:
7622: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7623: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7624: buildall-with-xml, buildall-without-xml, configure.in: - curl
7625: class was added
7626:
7627: * src/include/pa_hash.h: - hash-iterator was added
7628:
7629: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7630: was added to pcre
7631:
7632: 2009-11-27 misha
7633:
7634: * src/classes/image.C: - don't add @border attribute to output of
7635: ^image.html[] if it was specified by user with empty value
7636:
7637: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7638: root element and we are trying to access .documentElement
7639:
7640: 2009-11-11 misha
7641:
7642: * src/classes/table.C: - in ^table.flip[] look at number of columns
7643: instead of number of items in first row for named tables
7644:
7645: 2009-11-10 misha
7646:
7647: * operators.txt: - info about hash-options in ^file::create was
7648: added
7649:
7650: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7651: added
7652:
7653: 2009-11-09 misha
7654:
7655: * buildall-with-xml: - moving to libxml 2.7.6
7656:
7657: * tests/236.html: - tests for comparations cords with functions
7658: were added
7659:
7660: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7661: added
7662:
7663: * src/main/pa_http.C: - little optimisation
7664:
7665: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7666: GPF mallocs + stringstream (table.save)
7667:
7668: * src/classes/file.C: - file::create now accepts 4th param: options
7669: with $.charset
7670:
7671: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7672: bug in cord (comparation cords with functions was buggy)
7673:
7674: 2009-11-06 misha
7675:
7676: * src/main/pa_string.C: - bugfix: calculation string.length
7677: sometimes was buggy
7678:
7679: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7680: destroyed if exception occured during match/replace
7681:
7682: * src/: main/pa_charset.C, include/pa_charset.h: - method
7683: lengthUTF8Char was added
7684:
7685: * src/classes/op.C: - clean tainting lang was added for user's
7686: usage
7687:
7688: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7689: fixed: checkouts are required after GC_MALLOC
7690:
7691: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7692:
7693: * operators.txt: - actually, there is no ^untaint[xml] in
7694: file::create
7695:
7696: 2009-10-15 misha
7697:
7698: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7699: were added
7700:
7701: * tests/234.html: - more tests for checking ^taint[uri] escaping
7702: were added
7703:
7704: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7705: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7706: hacking: for dealing with transcoding+^taint[uri]
7707: transcode_and_untaint was replaced by untaint_and_transcode
7708:
7709: 2009-10-13 misha
7710:
7711: * tests/: 121.html, results/121.processed: - test transcoding +
7712: url-escaping now
7713:
7714: * tests/results/auto.p: - more helpers' methods were added
7715:
7716: * src/main/pa_globals.C: - die instead of abort
7717:
7718: 2009-10-06 misha
7719:
7720: * src/main/pa_common.C: - don't allocate memory during
7721: capitalization if input string is already capitalized
7722:
7723: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7724:
7725: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7726: use format function because it calls malloc
7727:
7728: * src/include/pa_common.h: - more capitalized headers were added
7729:
7730: * src/main/pa_common.C: - in safe mode clear executable bits during
7731: file writing
7732:
7733: 2009-10-05 misha
7734:
7735: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7736:
7737: 2009-10-03 misha
7738:
7739: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7740: ^img.text[] & ^img.length[] can work in utf-8 now
7741:
7742: * src/: include/pa_charset.h, main/pa_charset.C: - class
7743: UTF8_string_iterator was added
7744:
7745: * src/classes/image.C: - respect utf-8 when calculate alphabet
7746: length
7747:
7748: * src/classes/mail.C: - check from before get message.cstr
7749:
7750: 2009-10-02 misha
7751:
7752: * tests/233.html: - test for image.font, image.length, image.text
7753: with text in utf-8 were added
7754:
7755: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7756:
7757: * buildall-with-xml, buildall-without-xml: - comment about gc
7758: version for freebsd 4 was added
7759:
7760: 2009-10-01 misha
7761:
7762: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7763: terminator) - read_pipe were slightly optimized
7764:
7765: 2009-09-28 misha
7766:
7767: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7768: removed
7769:
7770: * src/types/pa_vmail.C: - forgot about space after ':'
7771:
7772: * src/types/pa_vmail.C: - escape filenames while preparing mail
7773: body - small simplifications
7774:
7775: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7776: inout params like pa_base64
7777:
7778: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7779: option $.debug-print(1) was added to mail:send - changes for
7780: using uue_encode which uses less memory
7781:
7782: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7783:
7784: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7785: memory now
7786:
7787: 2009-09-26 misha
7788:
7789: * src/types/pa_vmail.C: - default encoding now is base64
7790:
7791: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7792:
7793: 2009-09-25 misha
7794:
7795: * src/types/pa_vmail.C: - capitalization of headers was added to
7796: sending mail as well
7797:
7798: * buildall-with-xml: - catalog package was removed from libxml
7799:
7800: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7801: win32 absolute path
7802:
7803: * src/include/pa_common.h: - one more capitalized header was added
7804:
7805: 2009-09-22 misha
7806:
7807: * INSTALL: - comment about building just httpd binary while
7808: building apache module was added
7809:
7810: 2009-09-21 misha
7811:
7812: * buildall-with-xml: - moving to the latest versions of xml libs:
7813: libxml 2.7.4 and libxslt 1.1.25
7814:
7815: 2009-09-19 misha
7816:
7817: * tests/231.html: - test for encoding cookie in win-1251
7818:
7819: 2009-09-18 misha
7820:
7821: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7822: object] were added
7823:
7824: * operators.txt: - info about method ^reflection:fields[class or
7825: object] was added
7826:
7827: * src/classes/reflection.C: - method ^reflection:fields[class or
7828: object] was added
7829:
7830: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7831: methods get_fields were added
7832:
7833: * tests/232.html: - tests for @GET[name]
7834:
7835: * src/classes/table.C: - some changes in handling hash-options for
7836: creare, join and locate
7837:
7838: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7839: defined with option: the type of requested value
7840:
7841: 2009-09-17 misha
7842:
7843: * tests/212.html: - tests for .pattern and .options were added
7844:
7845: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7846: $regex.options were added
7847:
7848: 2009-09-11 misha
7849:
7850: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7851: rewrited. it checks not just one case of sending cookies during
7852: file::load[http], but also sending headers and fields (including
7853: files)
7854:
7855: 2009-09-10 misha
7856:
7857: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7858: was removed => now parser can open files with Russian 'r' in
7859: filename
7860:
7861: * src/main/untaint.C: - bugfix: client charset whould be analized
7862: while escaping cookies but now source charset
7863:
7864: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7865: ^tainted[uri] so it was possible to make request with incorrect
7866: http header
7867:
7868: * src/main/pa_http.C: - capitalization of http headers during
7869: file::load[http was slightly changes - bugfix: all headers which
7870: parser sends during file::load[http should be transcoded and only
7871: then escaped
7872:
7873: * src/main/untaint.C: - a bit more comments were added
7874:
7875: * src/classes/: file.C, string.C: - types where changes (minus 2
7876: warnings)
7877:
7878: * src/include/pa_common.h: - 2 capitalized strings for making http
7879: headers during file::load[http were added
7880:
7881: 2009-09-08 misha
7882:
7883: * operators.txt: - changes in file.save and string.save were added
7884:
7885: * tests/: 230.html, 230.txt: - tests for checking options in
7886: file.save and string.save were added
7887:
7888: * src/main/pa_request.C: - http headers names, which are passed to
7889: SAPI::add_header_attribute are lowercased now (it'll be
7890: capitalized in that method)
7891:
7892: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7893: classes/string.C: - file_write accepts Request_charsets and asked
7894: charset and cound transcode content before writing - string.save
7895: and file.save have option $.charset now
7896:
7897: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7898: classes/xdoc.C: - file_write accepts Request_charsets and asked
7899: charset and cound transcode content before writing
7900:
7901: * src/include/pa_exception.h: - new exception comment string was
7902: defined
7903:
7904: 2009-09-07 misha
7905:
7906: * src/main/compile.y: - grammar $name\ name stops now for regex
7907: sub-pattern\s
7908:
7909: 2009-09-04 misha
7910:
7911: * src/main/pa_http.C: - capitalization of http headers during
7912: file::load[http was implemented
7913:
7914: 2009-09-03 misha
7915:
7916: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7917: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7918: types/pa_vmail.C, targets/cgi/parser3.C,
7919: targets/isapi/parser3isapi.C: - back to storing response http
7920: headers in lowercase - capitalize them during output
7921:
7922: 2009-08-31 misha
7923:
7924: * src/classes/table.C: - allow call with any brackets (it could be
7925: useful in methods with explict result declaration)
7926:
7927: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7928: correctly if $request:charset==koi8-r
7929:
7930: 2009-08-30 misha
7931:
7932: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7933: changed: content-type => Content-type and so on
7934:
7935: * src/classes/file.C, src/include/pa_common.h,
7936: src/include/pa_request.h, src/main/pa_http.C,
7937: src/main/pa_request.C, src/types/pa_vcookie.C,
7938: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7939: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7940: tests/results/002.processed, tests/results/003.processed,
7941: tests/results/004.processed, tests/results/005.processed,
7942: tests/results/006.processed, tests/results/007.processed,
7943: tests/results/008.processed, tests/results/009.processed,
7944: tests/results/010.processed, tests/results/011.processed,
7945: tests/results/012.processed, tests/results/013.processed,
7946: tests/results/014.processed, tests/results/015.processed,
7947: tests/results/016.processed, tests/results/017.processed,
7948: tests/results/018.processed, tests/results/019.processed,
7949: tests/results/020.processed, tests/results/021.processed,
7950: tests/results/022.processed, tests/results/023.processed,
7951: tests/results/024.processed, tests/results/025.processed,
7952: tests/results/026.processed, tests/results/027.processed,
7953: tests/results/028.processed, tests/results/029.processed,
7954: tests/results/030.processed, tests/results/031.processed,
7955: tests/results/032.processed, tests/results/033.processed,
7956: tests/results/034.processed, tests/results/035.processed,
7957: tests/results/036.processed, tests/results/037.processed,
7958: tests/results/038.processed, tests/results/039.processed,
7959: tests/results/040.processed, tests/results/041.processed,
7960: tests/results/042.processed, tests/results/043.processed,
7961: tests/results/044.processed, tests/results/045.processed,
7962: tests/results/046.processed, tests/results/047.processed,
7963: tests/results/048.processed, tests/results/049.processed,
7964: tests/results/050.processed, tests/results/051.processed,
7965: tests/results/052.processed, tests/results/053.processed,
7966: tests/results/054.processed, tests/results/055.processed,
7967: tests/results/056.processed, tests/results/057.processed,
7968: tests/results/058.processed, tests/results/059.processed,
7969: tests/results/060.processed, tests/results/061.processed,
7970: tests/results/062.processed, tests/results/063.processed,
7971: tests/results/064.processed, tests/results/065.processed,
7972: tests/results/066.processed, tests/results/067.processed,
7973: tests/results/068.processed, tests/results/069.processed,
7974: tests/results/070.processed, tests/results/071.processed,
7975: tests/results/072.processed, tests/results/073.processed,
7976: tests/results/074.processed, tests/results/075.processed,
7977: tests/results/076.processed, tests/results/077.processed,
7978: tests/results/078.processed, tests/results/079.processed,
7979: tests/results/080.processed, tests/results/081.processed,
7980: tests/results/082.processed, tests/results/083.processed,
7981: tests/results/084.processed, tests/results/085.processed,
7982: tests/results/086.processed, tests/results/087.processed,
7983: tests/results/088.processed, tests/results/089.processed,
7984: tests/results/090.processed, tests/results/091.processed,
7985: tests/results/092.processed, tests/results/093.processed,
7986: tests/results/094.processed, tests/results/095.processed,
7987: tests/results/096.processed, tests/results/097.processed,
7988: tests/results/098.processed, tests/results/099.processed,
7989: tests/results/100.processed, tests/results/101.processed,
7990: tests/results/102.processed, tests/results/103.processed,
7991: tests/results/104.processed, tests/results/105.processed,
7992: tests/results/106.processed, tests/results/107.processed,
7993: tests/results/108.processed, tests/results/109.processed,
7994: tests/results/110.processed, tests/results/111.processed,
7995: tests/results/112.processed, tests/results/113.processed,
7996: tests/results/114.processed, tests/results/115.processed,
7997: tests/results/116.processed, tests/results/117.processed,
7998: tests/results/118.processed, tests/results/119.processed,
7999: tests/results/120.processed, tests/results/121.processed,
8000: tests/results/122.processed, tests/results/123.processed,
8001: tests/results/124.processed, tests/results/125.processed,
8002: tests/results/126.processed, tests/results/127.processed,
8003: tests/results/128.processed, tests/results/129.processed,
8004: tests/results/130.processed, tests/results/131.processed,
8005: tests/results/132.processed, tests/results/133.processed,
8006: tests/results/134.processed, tests/results/135.processed,
8007: tests/results/136.processed, tests/results/138.processed,
8008: tests/results/139.processed, tests/results/140.processed,
8009: tests/results/141.processed, tests/results/142.processed,
8010: tests/results/143.processed, tests/results/144.processed,
8011: tests/results/145.processed, tests/results/146.processed,
8012: tests/results/147.processed, tests/results/148.processed,
8013: tests/results/149.processed, tests/results/150.processed,
8014: tests/results/151.processed, tests/results/152.processed,
8015: tests/results/153.processed, tests/results/154.processed,
8016: tests/results/155.processed, tests/results/156.processed,
8017: tests/results/157.processed, tests/results/158.processed,
8018: tests/results/159.processed, tests/results/160.processed,
8019: tests/results/161.processed, tests/results/162.processed,
8020: tests/results/163.processed, tests/results/164.processed,
8021: tests/results/165.processed, tests/results/166.processed,
8022: tests/results/167.processed, tests/results/168.processed,
8023: tests/results/169.processed, tests/results/170.processed,
8024: tests/results/171.processed, tests/results/172.processed,
8025: tests/results/173.processed, tests/results/174.processed,
8026: tests/results/175.processed, tests/results/176.processed,
8027: tests/results/177.processed, tests/results/178.processed,
8028: tests/results/179.processed, tests/results/180.processed,
8029: tests/results/181.processed, tests/results/182.processed,
8030: tests/results/183.processed, tests/results/184.processed,
8031: tests/results/185.processed, tests/results/186.processed,
8032: tests/results/187.processed, tests/results/188.processed,
8033: tests/results/189.processed, tests/results/190.processed,
8034: tests/results/191.processed, tests/results/192.processed,
8035: tests/results/193.processed, tests/results/194.processed,
8036: tests/results/195.processed, tests/results/196.processed,
8037: tests/results/197.processed, tests/results/198.processed,
8038: tests/results/199.processed, tests/results/200.processed,
8039: tests/results/201.processed, tests/results/202.processed,
8040: tests/results/203.processed, tests/results/204.processed,
8041: tests/results/205.processed, tests/results/206.processed,
8042: tests/results/207.processed, tests/results/208.processed,
8043: tests/results/209.processed, tests/results/210.processed,
8044: tests/results/211.processed, tests/results/212.processed,
8045: tests/results/213.processed, tests/results/214.processed,
8046: tests/results/215.processed, tests/results/216.processed,
8047: tests/results/217.processed, tests/results/218.processed,
8048: tests/results/219.processed, tests/results/220.processed,
8049: tests/results/221.processed, tests/results/222.processed,
8050: tests/results/223.processed, tests/results/224.processed,
8051: tests/results/225.processed, tests/results/226.processed,
8052: tests/results/227.processed, tests/results/228.processed,
8053: tests/results/229.processed: - http headers were changed:
8054: content-type => Content-type and so on
8055:
8056: 2009-08-27 misha
8057:
8058: * src/: main/pa_random.C, include/pa_random.h,
8059: targets/cgi/parser3.C: - year was updated :)
8060:
8061: 2009-08-26 misha
8062:
8063: * tests/: 224.html, 224.p: - test for creating of parser object
8064: using constructor without params - little bugfix in test
8065:
8066: * src/main/compile_tools.h: - bugfix: should't call autouse while
8067: checking existed class while processing partial option
8068:
8069: * src/classes/reflection.C: - bugfix: core when creating object
8070: with reflection and constructor doesn't have params
8071:
8072: 2009-08-24 misha
8073:
8074: * tests/229.html: - tests for checking the number of parameters
8075: were added
8076:
8077: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8078: number of method's parameters wasn't checked correctly (the bug
8079: was introduced in 3.4.0)
8080:
8081: 2009-08-22 misha
8082:
8083: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8084: transcoded, but tainted pieces are escaped only when
8085: content-type==url-encoding
8086:
8087: * tests/228.html: - test for checking
8088: ^file::load[http://...;$.body[]]
8089:
8090: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8091: post charset was too early (charsets is empty at this moment)
8092:
8093: 2009-08-21 misha
8094:
8095: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8096: main/untaint.C: - some fixes with transcode+untaint
8097:
8098: 2009-08-15 misha
8099:
8100: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8101: was increaced to 100 (was 50)
8102:
8103: * tests/227.html: - test for checking overriding properties in
8104: static classes was added
8105:
8106: * tests/: 226.html, 226.p: - test for @autoload[] was added
8107:
8108: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8109: main/execute.C, main/pa_request.C, classes/reflection.C: -
8110: autouse was implemented
8111:
8112: 2009-08-14 misha
8113:
8114: * src/classes/reflection.C: - outdated checkout was removed
8115:
8116: * src/classes/reflection.C: - optimization - method ^dynamical was
8117: added.
8118:
8119: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8120: types/pa_vstateless_class.h, main/execute.C: - optimization
8121:
8122: * src/types/pa_vclass.C: - exception if base on sytem class
8123:
8124: 2009-08-12 misha
8125:
8126: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8127: pa_vstateless_class.h: - little optimisation
8128:
8129: 2009-08-11 misha
8130:
8131: * tests/224.html: - method_params => method_info - checking for
8132: $.inherited
8133:
8134: * src/classes/reflection.C, operators.txt: - method method_params
8135: was renamed to method_info and now it returns class name, if
8136: method was defined in ancestor
8137:
8138: * tests/225.html: - tests for cheching properties in hierarhical
8139: classes were added
8140:
8141: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8142: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8143: main/compile.y, main/execute.C, classes/classes.C: - problems
8144: with properties in new classes implementation were fixed
8145:
8146: 2009-08-10 misha
8147:
8148: * src/main/execute.C: - now constructor shouldn't be defined in
8149: class. it could be defined in parent.
8150:
8151: 2009-08-09 misha
8152:
8153: * src/classes/reflection.C: - ^reflection:methods doesn't return
8154: base's methods
8155:
8156: 2009-08-08 misha
8157:
8158: * src/: classes/classes.h, classes/date.C, classes/file.C,
8159: classes/form.C, classes/hash.C, classes/hashfile.C,
8160: classes/image.C, classes/mail.C, classes/op.C,
8161: classes/reflection.C, classes/regex.C, classes/string.C,
8162: classes/table.C, classes/xdoc.C, classes/xnode.C,
8163: classes/xnode.h, include/pa_hash.h, main/execute.C,
8164: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8165: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8166: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8167: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8168: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8169: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8170: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8171: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8172: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8173: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8174: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8175: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8176: types/pa_vresponse.C, types/pa_vresponse.h,
8177: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8178: types/pa_vstateless_object.h, types/pa_vstatus.C,
8179: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8180: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8181: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8182: types/pa_wwrapper.h, types/types.vcproj: - new classes
8183: implementation
8184:
8185: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8186: USE_MUNMAP is used. so it is disabled as a workaround.
8187:
8188: 2009-08-05 misha
8189:
8190: * src/: main/pa_common.C, include/pa_common.h: - not needed
8191: parameter was removed
8192:
8193: * src/main/pa_http.C: - bugfix: error was during detecting
8194: content-type of file which was loaded by http
8195:
8196: 2009-08-01 misha
8197:
8198: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8199: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8200: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8201: can't be disabled with defines any longer
8202:
8203: 2009-07-29 misha
8204:
8205: * src/classes/reflection.C, tests/results/224.processed: - for
8206: native methods with any call type now returned empty call_type
8207: value
8208:
8209: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8210: classes/table.C, include/pa_hash.h, include/pa_request.h,
8211: main/pa_request.C: - break in cycles was optimized
8212:
8213: * INSTALL: - more defines were described
8214:
8215: 2009-07-28 misha
8216:
8217: * operators.txt: - some changes in information about reflection
8218: class
8219:
8220: * tests/: 224.html, 224.p: - tests for reflection class
8221:
8222: * src/classes/reflection.C: - some bugs were fixed, method classes
8223: was added, refactoring
8224:
8225: 2009-07-26 misha
8226:
8227: * src/classes/classes.vcproj: - reflection class wass added to
8228: project
8229:
8230: * operators.txt: - information about reflection class was added
8231:
8232: * src/classes/reflection.C: - class was redesigned
8233:
8234: 2009-07-24 misha
8235:
8236: * src/classes/: Makefile.am, reflection.C: - class reflection was
8237: added
8238:
8239: * src/types/pa_vstateless_class.h: - method for reflection method's
8240: in classes was added
8241:
8242: 2009-07-22 misha
8243:
8244: * src/main/compile_tools.h: - bugfix: $object.$var was
8245: over-optimized. it failed if $object1.$object2.field
8246:
8247: 2009-07-16 misha
8248:
8249: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8250: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8251: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8252: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8253: one more arg: length of cord
8254:
8255: 2009-07-15 misha
8256:
8257: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8258: tainted in ^file::load[http://...;$.cookies[]]
8259:
8260: * src/classes/: op.C, regex.C, string.C: - new string with
8261: exception was used
8262:
8263: * src/include/pa_exception.h: - new string with exception was added
8264:
8265: * tests/223.html: - test for checking cookie-encoding during
8266: ^file::load[http was added
8267:
8268: * tests/: 221.html, 222.html: - tests for checking type of
8269: $table.fields.field were added
8270:
8271: * src/types/pa_vtable.C: - not used var decl was removed
8272:
8273: * src/include/pa_string.h: - use cached string length in Body::mid.
8274: it improves speed of match with brackets in pattern
8275:
8276: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8277: outside
8278:
8279: 2009-07-14 misha
8280:
8281: * src/types/pa_vtable.C: - $table.fields.a return string even if
8282: column is empty (sometime returned void) - $table.fields was
8283: added for nameless tables
8284:
8285: * src/targets/cgi/getopt.c: - one warning resolved
8286:
8287: * src/main/pa_string.C: - potentian bug fixed
8288:
8289: * src/classes/op.C: - small optimization in taint/untaint
8290:
8291: 2009-07-13 misha
8292:
8293: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8294: added
8295:
8296: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8297: souldn't add the attribut to output
8298:
8299: 2009-07-11 misha
8300:
8301: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8302: stack size was increaced to 2MB (default=1MB)
8303:
8304: 2009-07-08 misha
8305:
8306: * src/main/pa_string.C: - link to UTF-8 description was added
8307:
8308: * src/include/pa_hash.h: - hash keeps element's order in more
8309: places (ex: ._keys[])
8310:
8311: * tests/220.html: - test for checking order of elements in hash in
8312: foreach was added
8313:
8314: * tests/172.html: - small changes in printing hash
8315:
8316: * tests/129.html: - small changes in printing hash
8317:
8318: * src/: include/pa_common.h, include/pa_hash.h,
8319: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8320: types/pa_vmethod_frame.h: - hash now keeps order of elements
8321:
8322: * tests/014.html: - small changes in printing hash
8323:
8324: 2009-07-07 misha
8325:
8326: * src/classes/op.C: - new taint language "parser-code" was added
8327:
8328: * tests/219.html: - test for auto untaint parser code in process
8329: was added
8330:
8331: * src/classes/op.C: - tainted pieces in body of process are
8332: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8333:
8334: * src/: include/pa_string.h, main/untaint.C: - new language
8335: L_PARSER_CODE for auto-untaint in process was added
8336:
8337: * src/: classes/file.C, classes/hash.C, classes/image.C,
8338: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8339: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8340: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8341: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8342: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8343: code cleanup
8344:
8345: 2009-07-06 misha
8346:
8347: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8348: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8349: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8350:
8351: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8352: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8353: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8354: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8355: should be used
8356:
8357: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8358: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8359: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8360: untaint_cstr[m] should be used
8361:
8362: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8363: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8364:
8365: * tests/218.html: - test for checking automatic file-spec-taint was
8366: added
8367:
8368: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8369: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8370: classes/file.C, classes/hash.C, classes/image.C,
8371: classes/string.C, classes/table.C, classes/void.C,
8372: classes/xdoc.C: - optimizations and simplification of
8373: string.cstr(...)
8374:
8375: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8376: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8377: - optimizations and simplification of string.cstr(...)
8378:
8379: 2009-07-04 misha
8380:
8381: * tests/217.html: - test for recursion detection was added
8382:
8383: * src/: types/types.vcproj, main/main.vcproj,
8384: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8385: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8386: from .vcproj
8387:
8388: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8389:
8390: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8391: uploading files and case-insensitive http-method were added
8392:
8393: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8394: tainted pattern in ^file:list[] was added
8395:
8396: 2009-07-03 misha
8397:
8398: * src/: classes/classes.vcproj, main/main.vcproj,
8399: types/types.vcproj, targets/cgi/parser3.vcproj,
8400: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8401: for dynamic_cast) - little options changes
8402:
8403: * src/main/pa_http.C: - file::load[http works now with uploading
8404: files _and_ changing $.charset
8405:
8406: 2009-06-29 misha
8407:
8408: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8409: while creating pattern
8410:
8411: 2009-06-25 misha
8412:
8413: * src/classes/image.C, operators.txt: - options' names for
8414: ^image.font were changed to $.space, $.width and $spacing -
8415: default space width now == gif's width
8416:
8417: 2009-06-24 misha
8418:
8419: * tests/215.html: - tests for $file.mode were added
8420:
8421: * operators.txt: - added info about $file.mode and changes in
8422: ^image.font[
8423:
8424: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8425: param now could be omited - third param now could be hash (with
8426: all widths options: $.space-width, $.letter-width) - it's
8427: possible to specify tracking ($.letter-space)
8428:
8429: * src/classes/file.C: - file objects now could have mode field
8430: (text|binary)
8431:
8432: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8433:
8434: 2009-06-23 misha
8435:
8436: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8437: trim can work with utf-8 chars now
8438:
8439: 2009-06-20 misha
8440:
8441: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8442: was implemented
8443:
8444: * src/classes/table.C: - string length cacheing was implemented
8445:
8446: * src/include/pa_string.h: - string length cacheing was implemented
8447:
8448: 2009-06-17 misha
8449:
8450: * src/main/execute.C: - value param was removed from
8451: WContext::WContext
8452:
8453: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8454: pa_wwrapper.h: - value param was removed from WContext::WContext
8455: - field wcontext was removed from VCodeFrame (using fparent
8456: instead)
8457:
8458: * tests/214.html: - test with hash copying
8459:
8460: 2009-06-16 misha
8461:
8462: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8463: strings doesn't work in expression anymore
8464:
8465: * src/main/execute.C: - less calls for get_constructing() - little
8466: refactoring
8467:
8468: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8469: include/pa_request.h: - less calls for get_constructing()
8470:
8471: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8472: introduced with OPTIMIZE_SINGLE_STRING optimization
8473:
8474: 2009-06-14 misha
8475:
8476: * src/: classes/date.C, classes/file.C, classes/hash.C,
8477: classes/hashfile.C, classes/image.C, classes/regex.C,
8478: classes/table.C, classes/xdoc.C, classes/xnode.h,
8479: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8480: types/pa_vstateless_class.h, main/execute.C: - create object for
8481: storing object's fields only for parser objects
8482:
8483: 2009-06-13 misha
8484:
8485: * buildall-with-xml, buildall-without-xml: - new option was added
8486: for building GC (it slightly reduces memory usage)
8487:
8488: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8489: single string write
8490:
8491: * src/main/execute.C: - bytecode optimization of ^class:constructor
8492: - optimization of single string write
8493:
8494: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8495: - bytecode optimization of ^class:constructor
8496:
8497: 2009-06-09 misha
8498:
8499: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8500: main (better compatibility)
8501:
8502: 2009-06-08 misha
8503:
8504: * src/main/compile.y: - I've forgot to commit it :(
8505:
8506: 2009-06-07 misha
8507:
8508: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8509: WITH_READ and WITH_ROOT
8510:
8511: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8512: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8513: WITH_ROOT - little refactoring
8514:
8515: 2009-06-06 misha
8516:
8517: * tests/213.html: - tests for 3rd match string-param were added
8518:
8519: * src/classes/string.C: - 3rd match param could be string now
8520:
8521: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8522: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8523: GET_OBJECT_ELEMENT
8524:
8525: 2009-06-05 misha
8526:
8527: * src/main/pa_http.C: - bugfix: content-length was not calculated
8528: if $.body was specified
8529:
8530: 2009-06-04 misha
8531:
8532: * src/classes/op.C: - optimizing write_assign_lang in connect
8533:
8534: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8535:
8536: * src/main/execute.C: - little refactoring - optimizing
8537: write_assign_lang in taint/untaint
8538:
8539: * src/include/pa_opcode.h: - little refactoring
8540:
8541: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8542: main/compile_tools.h, main/execute.C: - optimizations for
8543: $self.field, ^self.method, $self.field[...] and $self.field(...)
8544: were added
8545:
8546: 2009-06-03 misha
8547:
8548: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8549:
8550: 2009-06-02 misha
8551:
8552: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8553: include/pa_opcode.h: - refactoring in last optimizations
8554: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8555: now but code is much easy and it is ready for further
8556: improvements.
8557:
8558: 2009-05-27 misha
8559:
8560: * src/: types/pa_junction.h, types/pa_vjunction.C,
8561: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8562: changed in destructing junctions
8563:
8564: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8565: String:Body
8566:
8567: 2009-05-26 misha
8568:
8569: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8570: one method detect_charset was deleted - bug was fixed in this
8571: method (error while detecting charset in content_type withot last
8572: ';')
8573:
8574: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8575: once
8576:
8577: 2009-05-25 misha
8578:
8579: * src/classes/file.C: - bugfix: file::exec didn't work after
8580: optimizing of helper_length
8581:
8582: 2009-05-24 misha
8583:
8584: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8585: were added - little refactoring
8586:
8587: * src/main/execute.C: - core while printing in debug log
8588: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8589: optimisations were added
8590:
8591: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8592: were added
8593:
8594: 2009-05-23 misha
8595:
8596: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8597: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8598: CORD_cat optimization
8599:
8600: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8601: - call constr optimisation under separate define now
8602:
8603: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8604: in $b should be string, not void
8605:
8606: * src/main/compile.y: - little fix for rem-cut optimisation
8607:
8608: * src/: include/pa_opcode.h, main/compile_tools.C,
8609: main/compile_tools.h, main/execute.C: - optimisations for
8610: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8611:
8612: * INSTALL: - description of some #defined were added
8613:
8614: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8615: before 1st access (memory usage is reduced if don't access to
8616: .text field)
8617:
8618: * src/include/pa_array.h: - array grows step now not static (it
8619: reduces numbers of reallocs)
8620:
8621: 2009-05-20 misha
8622:
8623: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8624: $.b(2), $c[d] and $.e[f] was added
8625:
8626: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8627: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8628: $.e[f] was added
8629:
8630: * src/main/execute.C: - debug printing moved in defines
8631:
8632: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8633: and little refactoring for OP_GET_OBJECT_ELEMENT +
8634: OP_GET_OBJECT_VAR_ELEMENT optimisation
8635:
8636: 2009-05-19 misha
8637:
8638: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8639: execute.C: - $a.$b & ^a.$b bytecode optimisation
8640:
8641: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8642: ^a.$b optimisation)
8643:
8644: * src/main/compile.y: - compiler now generate new opcodes:
8645: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8646: ^a.b - compiler now cut off ^rem{ with all content ; any number
8647: of params }
8648:
8649: * src/main/execute.C: - code for handle new opcodes
8650: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8651:
8652: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8653: added for LA2V and LA2S
8654:
8655: * src/include/pa_opcode.h: - new defines which can be used for
8656: disable some bytecode optimisation and new opcodes were added
8657:
8658: 2009-05-17 misha
8659:
8660: * src/lib/cord/cordxtra.c: - bugfix.
8661:
8662: * tests/212.html: - .size[] and .study_size[] were added to tests
8663:
8664: * operators.txt: - info about regex class was added
8665:
8666: * tests/212.html: - tests for regex class were added
8667:
8668: 2009-05-16 misha
8669:
8670: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8671: gc7.1
8672:
8673: * tests/022.html: - test for ^file:list[path;] (empty second param)
8674: was added
8675:
8676: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8677: param) should work
8678:
8679: 2009-05-15 misha
8680:
8681: * src/classes/table.C: - automatically disable stringstream usage
8682: on freebsd4
8683:
8684: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8685: scope
8686:
8687: * tests/211.html: - test with different types of access to hash was
8688: added
8689:
8690: * tests/210.html: - test which checks for loosing tainting in
8691: hash's keys was added
8692:
8693: * tests/208.html: - some parser work added. or stime == 0 %-)
8694:
8695: * src/lib/cord/cordbscs.c: - little hack was added to cord
8696:
8697: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8698:
8699: * src/include/pa_version.h, configure.in: - moko have made a lot of
8700: optimisations for increacing version number more dramatically :)
8701:
8702: * src/classes/date.C: - little refactoring: use constructor which
8703: accepts formated string
8704:
8705: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8706: which can print formatted string was added
8707:
8708: 2009-05-14 misha
8709:
8710: * src/include/pa_string.h: - type was fixed
8711:
8712: * src/: classes/hashfile.C, classes/op.C,
8713: include/pa_cache_managers.h, include/pa_charset.h,
8714: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8715: include/pa_request.h, include/pa_sql_driver_manager.h,
8716: include/pa_string.h, include/pa_stylesheet_manager.h,
8717: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8718: main/pa_charsets.C, main/pa_string.C,
8719: main/pa_stylesheet_connection.C, types/pa_value.h,
8720: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8721: types/pa_vobject.C, types/pa_vstateless_class.C,
8722: types/pa_vstateless_class.h: - hash_code caching was implemented
8723: (seaches should be faster now)
8724:
8725: * src/: classes/file.C, classes/hash.C, classes/image.C,
8726: classes/string.C, classes/table.C, include/pa_string.h,
8727: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8728: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8729: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8730: types/pa_vrequest.C: - String constructors don't have that stupid
8731: true/false param which means 'tainted'. they accept lang instead.
8732:
8733: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8734: with OPTIMIZE_RESULT
8735:
8736: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8737: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8738:
8739: 2009-05-13 misha
8740:
8741: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8742: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8743: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8744: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8745: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8746: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8747: include/pa_string.h, classes/date.C, classes/file.C,
8748: classes/hash.C, classes/image.C, classes/string.C,
8749: classes/table.C, classes/xdoc.C: - result optimisation -
8750: helper_length parameter removed from string constructors
8751:
8752: 2009-05-11 misha
8753:
8754: * tests/209.html: - tests for ^hash::create[hash] were added
8755:
8756: * tests/208.html: - tests for $status:rusage, $status:memory,
8757: ^memory:compact[] were added
8758:
8759: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8760: log10 were added
8761:
8762: * tests/206.html: - test for try with finally was added
8763:
8764: 2009-05-10 misha
8765:
8766: * tests/205.html: - test for ^file::create[...] was added
8767:
8768: * tests/204.html: - test for ^response:clear[] was added
8769:
8770: * tests/038.html: - tests for trigonometric functions were added
8771:
8772: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8773: added - more tests for .add, .sub, .union, .intersects and
8774: .intersections
8775:
8776: * tests/065.html: - test for ^file:dirname was added
8777:
8778: * tests/030.html: - test for $cookie:fields was added
8779:
8780: * tests/203.html: - test for ^h._keys[column name] was added
8781:
8782: * tests/201.html: - tests for .trim were added
8783:
8784: * tests/202.html: - tests for last-day,
8785: date:calendar[type](YYYY;MM;DD) were added
8786:
8787: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8788: .offset[type](N) were added
8789:
8790: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8791: and .pos[c](N) were added
8792:
8793: * tests/141.html: - test for math:sha1 was added
8794:
8795: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8796:
8797: 2009-05-09 misha
8798:
8799: * src/main/compile.y: - rollback
8800:
8801: 2009-05-05 misha
8802:
8803: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8804: replaced by is_empty()
8805:
8806: * src/: include/pa_string.h, main/pa_charset.C: - little
8807: optimisation: somewhere length() was replaced by is_empty()
8808:
8809: * src/classes/table.C: - little optimisation: somewhere length()
8810: was replaced by is_empty()
8811:
8812: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8813: classes/op.C, classes/table.C, main/pa_exception.C: - little
8814: optimisation: somewhere length() was replaced by is_empty()
8815:
8816: 2009-05-04 misha
8817:
8818: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8819: types/pa_vstateless_class.h, main/execute.C,
8820: include/pa_request.h, classes/hash.C, classes/op.C,
8821: classes/table.C: - more optimisations were added: some operators
8822: don't switch write context anylonger
8823:
8824: 2009-05-01 misha
8825:
8826: * src/main/compile.y: - slightly more opcode optimisations for
8827: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8828:
8829: * src/main/execute.C: - simplifying process for getters
8830:
8831: 2009-04-30 misha
8832:
8833: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8834:
8835: * tests/results/199.processed: - test for checking $result into
8836: ^rem was added
8837:
8838: * tests/199.html: - test for checking $result into ^rem was added
8839:
8840: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8841: some OS it returns list in different order)
8842:
8843: * src/: include/pa_array.h, include/pa_request.h,
8844: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8845: changes in stack impl - get_element() optimisation: 3rd param
8846: removed - bugfix: problems with reading empty input param -
8847: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8848:
8849: * tests/results/198.processed: - test for reading empty local var
8850: was added
8851:
8852: * tests/198.html: - test for reading empty local var was added
8853:
8854: 2009-04-29 misha
8855:
8856: * src/main/compile.y: - bugfix: couldn't compile because
8857: OP_VALUE__GET_ELEMENT should be unde #ifdef
8858:
8859: * src/: include/pa_array.h, include/pa_opcode.h,
8860: include/pa_request.h, main/compile.y, main/execute.C,
8861: main/pa_request.C, types/pa_vmethod_frame.C,
8862: types/pa_vmethod_frame.h: - we can work without opcode
8863: OP_STORE_PARAM, so it was removed
8864:
8865: 2009-04-28 misha
8866:
8867: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8868: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8869: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8870: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8871: 4.
8872: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8873:
8874: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8875:
8876: * src/: main/pa_string.C, classes/string.C: - !length() =>
8877: is_empty()
8878:
8879: 2009-04-27 misha
8880:
8881: * src/types/pa_vregex.h: - back explicit vars initialisation
8882:
8883: 2009-04-24 misha
8884:
8885: * src/classes/string.C: - ups. typo fixed
8886:
8887: * src/main/execute.C: - more replacements '*new VBool' to
8888: 'VBool::get' - checks for ^break[], ^continue[] and
8889: parser.interrupted were optimised
8890:
8891: * src/classes/string.C: - number of params.count() calls was
8892: slightly reduced
8893:
8894: 2009-04-23 misha
8895:
8896: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8897: make it x64 friendly
8898:
8899: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8900: parser is x64 friendly now
8901:
8902: 2009-04-22 misha
8903:
8904: * src/types/pa_vhashfile.C: - coder friendly exception about
8905: exceeding record size was added
8906:
8907: * src/classes/file.C: - use vregex object instead of direct calls
8908: methods from pcre lib
8909:
8910: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8911: classes/string.C: - use vregex object instead of direct calls
8912: methods from pcre lib
8913:
8914: * src/: include/pa_common.h, main/pa_common.C: - method
8915: print_pcre_exec_error_text was moved to class vregex
8916:
8917: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8918: was added
8919:
8920: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8921: - class vregex was added
8922:
8923: 2009-04-21 misha
8924:
8925: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8926:
8927: * src/: types/pa_junction.h, types/pa_value.C,
8928: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8929: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8930: junction-optimisation (destructors)
8931:
8932: * src/include/pa_array.h: - free under if now
8933:
8934: 2009-04-19 misha
8935:
8936: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8937:
8938: 2009-04-18 misha
8939:
8940: * src/include/pa_version.h:
8941: :q :
8942:
8943: CV:
8944: ----------------------------------------------------------------------
8945:
8946: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8947: refactoring
8948:
8949: * src/: include/pa_array.h, include/pa_hash.h,
8950: types/pa_vmethod_frame.h: - destructors under #ifdef now
8951:
8952: * src/include/pa_memory.h: - define for using destructors was added
8953:
8954: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8955: main/execute.C: - some junctions will be cached now
8956:
8957: * src/include/pa_hash.h: - hash destructor frees pairs now
8958:
8959: * src/include/pa_array.h: - inline was added to destructor
8960:
8961: * src/types/pa_method.h: - comment was changed
8962:
8963: 2009-04-17 misha
8964:
8965: * src/: include/pa_array.h, include/pa_hash.h,
8966: types/pa_vmethod_frame.h: - destructors were added
8967:
8968: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8969: renamed to always_use_result
8970:
8971: * src/main/: compile.y, compile_tools.h: - rollback changes in
8972: compiler: full backward compatibility is better
8973:
8974: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8975: result in var's hash
8976:
8977: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8978: optimisation in method_frame
8979:
8980: * src/include/pa_array.h: - optimisation in array (allocate
8981: elements only when needed)
8982:
8983: * src/types/pa_vresponse.C: - check for $response:headers field
8984: before looking at custom fields
8985:
8986: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8987: not needed to check existance var with name 'result' in var's
8988: hash
8989:
8990: * src/main/compile.y: - compiler was changed: now it detects
8991: writings to $result and set flag writo_to_result in method
8992:
8993: * src/classes/string.C: - little optimisation: no needed to write
8994: number with lang
8995:
8996: * src/main/pa_charset.C: - methods readChar and skipChar which is
8997: used for read utf8-strings were renamed - is_escaped was renamed
8998: to isEscaped (to the same name convention)
8999:
9000: * src/: types/pa_method.h, main/compile_tools.h: - flag
9001: write_to_result added. compiler get this info from code.
9002:
9003: 2009-04-16 misha
9004:
9005: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9006: String only before 1st write
9007:
9008: * src/include/pa_string.h: - not needed template removed
9009:
9010: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9011: types/pa_vjunction.C, types/pa_vproperty.C,
9012: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9013: main/pa_request.C, classes/bool.C, classes/double.C,
9014: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9015: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9016: bool objects)
9017:
9018: 2009-04-15 misha
9019:
9020: * src/lib/cord/cordxtra.c: - more optimisation
9021:
9022: * src/: include/pa_string.h, main/untaint.C: - String::append
9023: optimisation
9024:
9025: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9026: then get and can sometime be used)
9027:
9028: * src/main/pa_string.C: - String::length optimisation
9029:
9030: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9031: these methods read different strings
9032:
9033: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9034: fresult_initial_void removed + some optimisation - if $result
9035: defined we don't write to context anymore
9036:
9037: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9038: need just skip char)
9039:
9040: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9041: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9042: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9043:
9044: * src/types/pa_vvoid.h: - added get() method for retreave one
9045: instance
9046:
9047: 2009-04-11 misha
9048:
9049: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9050:
9051: * tests/197.html: - test for parser://test in xml was added
9052:
9053: * src/classes/string.C: - small optimisation
9054:
9055: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9056: optimisation
9057:
9058: 2009-04-10 misha
9059:
9060: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9061: to pcre-7.8
9062:
9063: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9064:
9065: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9066: added
9067:
9068: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9069: $request:CLASS_NAME were added
9070:
9071: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9072: were added
9073:
9074: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9075: $env:CLASS_NAME were added
9076:
9077: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9078: '@todo' now
9079:
9080: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9081: compirer
9082:
9083: * src/main/pa_string.C: - little code cleanup
9084:
9085: * src/main/pa_common.C: - describe one more UTF-8 related error
9086: during PCRE compile/execute
9087:
9088: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9089: normalizing todo-comments: '@todo' now
9090:
9091: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9092:
9093: * src/main/pa_charset.C: - type changed for making compiler happy
9094:
9095: 2009-03-10 misha
9096:
9097: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9098: in main()
9099:
9100: 2009-02-01 misha
9101:
9102: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9103: boundary
9104:
9105: 2009-01-25 misha
9106:
9107: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9108:
9109: * src/classes/file.C: - more changes for parsing different number
9110: of params for file::load
9111:
9112: * tests/193.html: - tests for exception while base64-decode binary
9113: to string was added
9114:
9115: * tests/192.html: - tests for file::load with different number of
9116: options
9117:
9118: * src/classes/math.C: - ups. forgot '+1'
9119:
9120: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9121: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9122: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9123: (new option $.encode[multipart-form/data] should be specified) -
9124: $.method[] option for file::load now is not case-sensitive
9125:
9126: * src/: include/pa_string.h, main/untaint.C: - for file post the
9127: new taint language L_FILE_POST was added
9128:
9129: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9130: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9131: stuff was moved to separate files
9132:
9133: 2009-01-23 misha
9134:
9135: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9136: spaces to tabs were converted
9137:
9138: 2009-01-12 misha
9139:
9140: * src/main/pa_http.C: - value of $.method[] option force uppercased
9141: now
9142:
9143: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9144: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9145: their names
9146:
9147: * src/main/pa_common.C: - changes in formating
9148:
9149: * src/: classes/file.C, main/pa_http.C: - some constants changed
9150: their names
9151:
9152: * src/include/pa_http.h: - some spaces were converted to tabs
9153:
9154: * src/include/pa_common.h: - some constants changed their names
9155:
9156: * src/classes/file.C: - fixed 4-th paramether for file::load -
9157: little code rewriting
9158:
9159: * src/types/pa_vfile.C: - little code rewriting
9160:
9161: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9162: types/pa_value.h: - some formating changes
9163:
9164: * src/include/pa_common.h: - some formating spaces transformed to
9165: tabs
9166:
9167: * src/classes/string.C: - exception while base64-decode binary to a
9168: string
9169:
9170: 2009-01-11 misha
9171:
9172: * configure.in: - version changed to 3.3.1b
9173:
9174: 2008-09-05 misha
9175:
9176: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9177: release_3_3_0 on 2008-09-05 10:59:35 +0000
9178:
9179: 2008-09-04 misha
9180:
9181: * tests/: 130.html, 131.html: - these exceptions not typeless
9182: anymore
9183:
9184: * src/classes/op.C: - exception with 'invalid taint language' not
9185: typeless anylonger
9186:
9187: * src/classes/image.C: - some exceptions while operations with
9188: image not typeless anymore
9189:
9190: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9191: main/pa_exec.C, main/pa_http.C: - some exceptions while
9192: operations with files not typeless anymore
9193:
9194: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9195: types/pa_vdate.h: - exceptions while checking date range not
9196: typeless anymore
9197:
9198: * src/include/pa_exception.h: - exception type string for invalid
9199: date range was added
9200:
9201: 2008-09-03 misha
9202:
9203: * src/: classes/file.C, main/pa_string.C: - exception while pce
9204: operations not typeless anymore
9205:
9206: * src/include/pa_exception.h: - exception type for pce operations
9207: was added
9208:
9209: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9210: and .CLASS_NAME insite classes
9211:
9212: * src/classes/table.C: - don't save table header whiile
9213: ^table.save[append;filename] if file exists
9214:
9215: 2008-09-02 misha
9216:
9217: * src/main/compile.y, src/main/compile_tools.h,
9218: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9219: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9220: renamed to partial and it login changed: we must mark class as
9221: partial for allow their modifications in future.
9222:
9223: 2008-08-29 misha
9224:
9225: * tests/results/022.processed: - testing taint[regex] in mask for
9226: file:list
9227:
9228: * tests/022.html: - testing taint[regex] in mask for file:list
9229:
9230: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9231: for file:list was added
9232:
9233: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9234: file:list
9235:
9236: 2008-08-26 misha
9237:
9238: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9239: last derived object
9240:
9241: * src/classes/image.C: - many strings "image.format" replaced by
9242: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9243: understand some more exif tags
9244:
9245: * src/include/pa_exception.h: - string "image.format" was added
9246:
9247: 2008-08-21 misha
9248:
9249: * src/: main/pa_string.C, classes/file.C: - use method for print
9250: pcre_exec text error
9251:
9252: * src/main/pa_common.C: - method for print pcre_exec text error was
9253: added
9254:
9255: * src/include/pa_common.h: - method declaration for print pcre_exec
9256: text error was added
9257:
9258: 2008-08-19 misha
9259:
9260: * src/main/execute.C: - bugfix: opcodes must be in separate
9261: namespace while debug execution as well
9262:
9263: * tests/: 015.html, results/015.processed: - test for escaping some
9264: parser chars was added
9265:
9266: 2008-08-18 misha
9267:
9268: * tests/: 190.html, 190.p, results/190.processed: - test for
9269: $caller.self.field + default getter in one class was added
9270:
9271: * tests/: 189.html, results/189.processed: - test for
9272: ^date::create[date object]
9273:
9274: * tests/: 188.html, results/188.processed: - tests for match with
9275: UTF-8 strings
9276:
9277: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9278: ^string.match[]
9279:
9280: * ChangeLog: - parser 3.3.0 beta13
9281:
9282: 2008-08-15 misha
9283:
1.116 moko 9284: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9285: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9286: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9287: dftables.c: - old PCRE files removed
1.95 moko 9288:
9289: * src/lib/pcre/config.h: - configuration for PCRE library
9290:
9291: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9292: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9293:
9294: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9295: library and set flag UTF8 if $request:charset is UTF-8
9296:
9297: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9298: include/pa_config_fixed.h: - moved to new PCRE library
9299:
9300: * src/: main/main.vcproj, types/types.vcproj,
9301: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9302: win32\pcre instead of parser3\src\lib\pcre
9303:
9304: * src/: include/pa_opcode.h, include/pa_operation.h,
9305: main/compile.C, main/compile.y, main/compile_tools.C,
9306: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9307: opcodes were moved to separate namespace
9308:
9309: 2008-08-14 misha
9310:
9311: * src/types/pa_vstateless_class.C: - newline at the end missed
9312:
9313: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9314: tainting
9315:
9316: 2008-08-11 misha
9317:
9318: * tests/: 187.html, 187.p, results/187.processed: - tests for
9319: $caller.self, $caller.self.field and $caller.self.field[value]
9320: were added
9321:
9322: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9323: runtime as well (for $caller.self)
9324:
9325: 2008-07-25 misha
9326:
9327: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9328: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9329: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9330: tests with international characters
9331:
9332: 2008-07-23 misha
9333:
9334: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9335: file::load[...;http://
9336:
9337: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9338: now everywhere in separate namespace
9339:
9340: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9341: for vars
9342:
9343: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9344: can be escaped by '^'
9345:
9346: 2008-07-22 misha
9347:
9348: * src/classes/string.C, tests/186.html: - names changes:
9349: escape=>js-escape, unescape=>js-unescape
9350:
9351: 2008-07-21 misha
9352:
9353: * tests/results/186.processed: - test for string escape/unescape
9354:
9355: * tests/186.html: - test for string escape/unescape
9356:
9357: * src/classes/string.C: - string has escape and unescape methods
9358: now
9359:
9360: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9361: added
9362:
9363: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9364: method-layers added (with different params)
9365:
9366: 2008-07-18 misha
9367:
9368: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9369: was added
9370:
9371: * tests/185.html: - test for ^str.pos[sub](offset) added
9372:
9373: * src/classes/string.C, src/classes/void.C, operators.txt: -
9374: ^string.pos[substr](offset) -- 2nd param accepted now
9375:
9376: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9377: strings
9378:
9379: 2008-07-17 misha
9380:
9381: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9382: helper length added for mid for small optimisation
9383:
9384: 2008-07-16 misha
9385:
9386: * tests/: 185.html, results/185.processed: - tests for
9387: length/left/right/mid/pos with utf-8 strings
9388:
9389: * src/classes/string.C: - left/right/mid/length/pos works fine for
9390: utf-8 strings
9391:
9392: * src/main/untaint.C: - comments removed
9393:
9394: * src/: include/pa_string.h, main/pa_string.C,
9395: include/pa_charset.h, main/pa_charset.C: - methods for working
9396: with pos/mid for strings in utf-8 were added
9397:
9398: 2008-07-15 misha
9399:
9400: * tests/: 184.html, results/184.processed: - test for case body as
9401: expression: $var(^switch(1){^case(1)(true)..})
9402:
9403: * src/classes/op.C: - case body can be expression now:
9404: $var(^switch(1){^case(1)(true)..})
9405:
9406: * tests/: results/183.processed, 183.html: - added test for testing
9407: new cookie encoding (%uXXXX)
9408:
9409: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9410: decoding for backward compatibility they decoded from %XX in
9411: request:charset too
9412:
9413: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9414: - cookie class now decode cookies before first access after last
9415: request:charset changing (as form class).
9416:
9417: * src/main/pa_charset.C: - added method escape for escaping cookies
9418: as %uXXXX - before transcode calculate required space for dest
9419: string. it reduce mem usage for transcode
9420:
9421: * src/include/pa_charset.h: - added method escape for escaping
9422: cookies as %uXXXX
9423:
9424: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9425: was added. will used for escaping cookies as %uXXXX
9426:
9427: * src/include/pa_common.h: - escape method has new option for skip
9428: converting '+' to a space char
9429:
9430: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9431: transcode - escape method has new option for skip converting '+'
9432: to a space char
9433:
9434: 2008-07-08 misha
9435:
9436: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9437: (no UE if more then 1 case matches anylonger) - optimization:
9438: doing searching.as_string() || searching.as_double() only once
9439:
9440: 2008-07-04 misha
9441:
9442: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9443: now ^date::create[date object] works
9444:
9445: * src/classes/string.C: - left and right added as aliases for start
9446: and end in ^string.trim[]
9447:
9448: 2008-07-03 misha
9449:
9450: * src/classes/file.C: - allow $.limit for file::sql as well
9451:
9452: * src/classes/file.C: - allow $.offset option for file::sql - force
9453: send limit=1 to query for use sql specifics authomatically
9454:
9455: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9456: if $.limit value if empty. autoconvert it as everywere
9457:
9458: 2008-07-02 misha
9459:
9460: * configure.in: - time to change version number to 3.3.0 %-)
9461:
9462: * src/include/pa_version.h: - time to change version number to
9463: 3.3.0 %-)
9464:
9465: 2008-06-26 misha
9466:
9467: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9468: $.limit(0) fixes
9469:
9470: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9471: - $.limit(0) fixes
9472:
9473: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9474: new API)
9475:
9476: * src/: include/pa_sql_driver_manager.h,
9477: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9478: classes/op.C: - document_root added
9479:
9480: * src/main/compile.tab.C: - error message was changed
9481:
9482: 2008-06-25 misha
9483:
9484: * src/main/compile.y: - error message was changed
9485:
9486: 2008-06-24 misha
9487:
9488: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9489:
9490: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9491: tests for @OPTIONS\nappend
9492:
9493: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9494:
9495: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9496:
9497: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9498:
9499: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9500: compile.y
9501:
9502: 2008-06-17 misha
9503:
9504: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9505: compilation: ^if(default){true. it's incorrect. must be
9506: exception}
9507:
9508: 2008-06-16 misha
9509:
9510: * tests/: 181.ent, 181.html, results/181.processed: - test for
9511: checking external reference loading with 'http://localhost'
9512: prefix while creating xdoc
9513:
9514: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9515: ^math:long2ip[] and ^math:ip2long[]
9516:
9517: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9518: added which use scalar stateless class method when user object
9519: used in scalar context - use get_scalar_value when user object
9520: requested in scalar context
9521:
9522: * src/main/pa_common.C: - size must be int but not size_t or we
9523: can't compare with 0 sprintf result
9524:
9525: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9526: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9527: with internal switch between local/global vars
9528:
9529: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9530: specified
9531:
9532: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9533: pa_vstateless_object.h: - stateless class and object now has
9534: private scalar field and getter/setter for working with it
9535:
9536: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9537: moved to inet static class
9538:
9539: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9540: class added (^inet:aton[IP], ^inet:ntoa(number))
9541:
9542: * tests/: 180.html, results/180.processed: - tests for
9543: ^math:long2ip(long) and ^math:ip2long[IP]
9544:
9545: * src/classes/math.C: - ^math:ip2long[IP] added
9546:
9547: 2008-06-11 misha
9548:
9549: * src/main/pa_xml_io.C: - use file_read_text again because of we
9550: need cut BOM code and remove DOS newline chars. but don't
9551: transcode it anyway.
9552:
9553: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9554: main/pa_http.C: - option for disable transcoding while file_read
9555: and file_read_text added
9556:
9557: 2008-06-10 misha
9558:
9559: * tests/: 179.html, 179.p, results/179.processed: - test for many
9560: classes in 1 file
9561:
9562: * src/main/: compile.C, compile_tools.h: - compile return list of
9563: classes now.
9564:
9565: * src/main/: compile.y, compile.tab.C: - compile return list of
9566: classes now. internals.
9567:
9568: * src/main/pa_request.C: - compile return list of classes now. try
9569: call @conf and @auto for each returned class
9570:
9571: * src/include/pa_request.h: - compile return list of classes now
9572:
9573: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9574: return list of classes when compile buf)
9575:
9576: 2008-06-07 misha
9577:
9578: * src/main/pa_request.C: - constructing VRequest object with 3rd
9579: param -- form
9580:
9581: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9582: 3rd param: form. needed for get post_charset
9583:
9584: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9585: added
9586:
9587: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9588: types/pa_vform.C, types/pa_vform.h: - some polish
9589:
9590: 2008-06-06 misha
9591:
9592: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9593: charset and decode chars from it but not from response:charset
9594:
9595: * src/main/pa_http.C: - detect_charset moved out of here
9596:
9597: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9598: methods moved here - unescape_chars accepn one charset now
9599:
9600: * src/main/pa_http.C: - new constants used - don't allow
9601: $.content-type in ^file::load[;http://;$.method[POST]] - add
9602: charset info while ^file::load[;http://;$.method[POST]] - option
9603: $.omit-post-charset(true) added to ^file::load[;http://] for
9604: disabling charset during post
9605:
9606: * src/types/pa_vform.C: - new constants used
9607:
9608: * src/include/pa_common.h: - some constants were added
9609:
9610: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9611: instead of StrEqNc
9612:
9613: * src/main/pa_common.C: - new method for caseless search
9614: c-substring in c-string - use isxdigit instead of is_hex_digit
9615:
9616: * src/include/pa_common.h: - new method for caseless search
9617: c-substring in c-string
9618:
9619: 2008-06-05 misha
9620:
9621: * tests/results/178.processed: - test for testing default getter
9622:
9623: * tests/178.html: - test for testing default getter
9624:
9625: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9626: for test for testing default getter
9627:
9628: * src/main/execute.C: - default getter soul
9629:
9630: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9631: requested objects' field not found
9632:
9633: * src/types/pa_vclass.C: - register default getter if defined - get
9634: default getter if requested field not found
9635:
9636: * src/types/pa_vstateless_object.h: - method get_default_getter was
9637: added
9638:
9639: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9640: pointer to default getter and methods for get/set it were added
9641:
9642: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9643: auto_name field (for default getter)
9644:
9645: 2008-06-04 misha
9646:
9647: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9648: transcoding, no cutting BOM code, no fixing line breaks) and get
9649: it to libxml "as is"
9650:
9651: 2008-06-03 misha
9652:
9653: * src/main/pa_common.C: - use store_Char instead of
9654: transcodeCharFromUTF8
9655:
9656: * src/: include/pa_charset.h, main/pa_charset.C: - method
9657: store_Char added, transcodeCharFromUTF8 -- removed
9658:
9659: 2008-06-02 misha
9660:
9661: * tests/: results/177.processed, 177.html: - test for checking
9662: .[acm]date after local ^file::load[] was added
9663:
9664: * tests/: results/176.processed, 176.html: - test for checking
9665: @OPTION\locals + @method[vars][locals] added
9666:
9667: * tests/results/auto.p: - CLASS_PATH specified for checking use
9668:
9669: 2008-05-30 misha
9670:
9671: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9672: @OPTION\nlocals + @method[vars][;locals;] were added
9673:
9674: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9675: moved to separate method op_code - switch from VMethodFrame to
9676: VMethodFrameGlobal + VMethodFrameLocal
9677:
9678: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9679: was moved to separate method op_code
9680:
9681: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9682: VMethodFrame now
9683:
9684: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9685: all_vars_local as well
9686:
9687: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9688: pa_vmethod_frame_local.h, Makefile.am: - who children for
9689: VMethodFrame were added: one (global) works as VMethodFrame
9690: before and second (local) write all vars in self vars scope
9691:
9692: * src/types/pa_method.h: - method has bool flag all_vars_local now
9693:
9694: 2008-05-29 misha
9695:
9696: * tests/: 129.html, results/129.processed: - more tests for
9697: ^table.hash[]
9698:
9699: * src/classes/hash.C: - ^hash::sql has a new option:
9700: $.type[hash|string|table] as ^table.hash[] one.
9701:
9702: * src/classes/op.C: - ^try has 3rd param now: finally code which
9703: executed anyway after try or catch section
9704:
9705: 2008-05-27 misha
9706:
9707: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9708: must not fail if $.distinct(1) wasn't specified
9709:
9710: 2008-05-26 misha
9711:
9712: * src/classes/op.C: - allow ^throw[my type]
9713:
9714: 2008-05-22 misha
9715:
9716: * configure.in, configure: - version number updated to 3.2.4b
9717:
9718: * src/classes/: op.C, string.C: - trim format string before
9719: eval/format
9720:
9721: * tests/: results/175.processed, 175.html: - more tests for
9722: different format strings in .format[]
9723:
9724: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9725: as well (not only %XX)
9726:
9727: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9728: charset specified - checks for format before print number
9729: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9730: (instead of tabs) removed
9731:
9732: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9733: charset specified
9734:
9735: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9736: char in requested charset from utf code was added
9737:
9738: 2008-05-19 misha
9739:
9740: * tests/: 174.html, results/174.processed: - test for
9741: ^hashfile.cleanup[] added
9742:
9743: * src/classes/hashfile.C: - optimization: don't create any key or
9744: value variable if it's name weren't specified
9745: (^hf.foreach[;v]{...})
9746:
9747: 2008-05-16 misha
9748:
9749: * src/classes/hash.C: - optimization: don't create any key variable
9750: if variable name wasn't specified (^h.foreach[;v]{...})
9751:
9752: 2008-05-15 misha
9753:
9754: * src/classes/op.C: - small changes
9755:
9756: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9757:
9758: * src/classes/hash.C: - calculate var_context once before foreach
9759:
9760: 2008-05-14 misha
9761:
9762: * src/classes/hashfile.C: - incorrect vars context calculation for
9763: ^hashfile.foreach[;]{} fixed
9764:
9765: * src/classes/: hash.C, table.C: - little optimisation
9766:
9767: * src/classes/file.C: - bugfix: double absolute path while loading
9768: file
9769:
9770: * tests/: 174.html, results/174.processed: - tests for hashfile
9771: were added
9772:
9773: * buildall-with-xml: - moving to libxslt 1.1.24
9774:
9775: 2008-04-30 misha
9776:
9777: * src/classes/file.C: - stat file while loading (local only) so
9778: .adate, .mdate and .cdate available without additional ::stat
9779:
9780: 2008-04-28 misha
9781:
9782: * src/classes/file.C: - $.name and $.content-type available for
9783: stated file
9784:
9785: 2008-04-14 misha
9786:
9787: * src/targets/cgi/parser3.C: - new year in copyright %-)
9788:
9789: * src/include/pa_version.h: - new version number in head
9790:
9791: 2008-04-10 misha
9792:
9793: * tests/: 080.html, results/080.processed: - cut '0' from
9794: exponential part because of on diff OS it differ (20 or 020 for
9795: ex)
9796:
9797: * tests/: 119.html, results/119.processed: - check for encoding
9798: while creating xdoc
9799:
9800: 2008-04-09 misha
9801:
9802: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9803:
9804: * src/main/pa_common.C: - comment added
9805:
9806: * src/classes/date.C: - little refactoring
9807:
9808: 2008-04-07 misha
9809:
9810: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9811: style of ^table.save[]: prepare one big string and sabe it at
9812: once. it's safe on freebsd 4.x but use much more memory.
9813:
9814: * buildall-with-xml, buildall-without-xml: - option
9815: --disable-stringstream added (under comment. use it on freebsd
9816: 4.x)
9817:
9818: 2008-02-22 misha
9819:
9820: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9821: specified together in file::load[;http] - get back transcoding
9822: $.body[] in file::load[;http]
9823:
9824: 2008-02-21 misha
9825:
9826: * src/classes/date.C: - ^date.gmt-string[] was added
9827:
9828: * src/types/pa_value.C: - method for output date in RFC 822 format
9829: moved to pa_common.h
9830:
9831: * src/include/pa_common.h: - method for output date in RFC 822
9832: format moved here from pa_value.C
9833:
9834: * src/types/pa_vmail.C: - fixed core in sending mail with
9835: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9836:
9837: 2008-02-20 misha
9838:
9839: * src/main/pa_http.C: - transcode $.headers before escaping into
9840: specified charset while ^file::load[...;http://...] (L_URI
9841: instead of L_HTTP_HEADER) - $.cookies param available in
9842: ^file::load[;http://...] now (but we don't parse set-cookies from
9843: response yet) (cookies not transcoded as common $cookies)
9844:
9845: 2008-02-19 misha
9846:
9847: * src/main/pa_request.C: - rollback: we mustn't force taint
9848: $response:field values because in this case
9849: $response:locateion[http://...] don't works.
9850:
9851: 2008-02-15 misha
9852:
9853: * src/classes/op.C: - little refactoring
9854:
9855: * src/main/pa_http.C: - taint names of $.headers for load[;http
9856:
9857: * src/main/pa_request.C: - force taint values of $response:field
9858:
9859: 2008-02-14 misha
9860:
9861: * src/main/pa_request.C: - $response:field transcoded to
9862: $response:charset before escaping now
9863:
9864: * src/main/pa_http.C: - some outdated comments removed
9865:
9866: * src/classes/date.C: - lastdat -> last-day
9867:
9868: * src/classes/date.C: - ^date:lastday(year;month) and
9869: ^date.lastday[] were added - little code refactoring - comments
9870: changes
9871:
9872: * tests/: 159.html, results/159.processed: - test for number of
9873: days in February
9874:
9875: * src/types/pa_value.C: - fixes in code formatting
9876:
9877: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9878: and comments
9879:
9880: 2008-02-13 misha
9881:
9882: * src/main/pa_common.C: - bugfix for february at leap year
9883:
9884: 2008-01-28 misha
9885:
9886: * tests/: 160.html, results/160.processed: - more test for cache
9887: added
9888:
9889: * src/classes/op.C: - bugfix: cache body executed twice if contains
9890: unhandled exception
9891:
9892: 2008-01-25 misha
9893:
9894: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9895: bug when hashfile became inavailable after memory:compact)
9896:
9897: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9898:
9899: 2008-01-22 misha
9900:
9901: * src/classes/table.C: - little refactiring and exception texts
9902: changes in method ^table.hash[]
9903:
9904: * src/types/pa_vcookie.C: - link to cookie specification changed
9905:
9906: 2008-01-21 misha
9907:
9908: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9909: file::exec/cgi
9910:
9911: * src/classes/file.C: - bugfix: core while processing headers if
9912: executed cgi script don't return content
9913:
9914: 2008-01-18 misha
9915:
9916: * buildall-with-xml: - move to libxml2 version 2.6.31
9917:
9918: * src/include/pa_version.h, configure.in: - version number updated
9919: to '3.2.3b'
9920:
9921: 2007-12-28 misha
9922:
9923: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9924: hash.contains
9925:
9926: 2007-12-27 misha
9927:
9928: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9929: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9930: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9931: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9932: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9933: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9934: src/targets/cgi/parser3.vcproj,
9935: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9936: back to VS2003 because of Apache 1.3 module can't work if it was
9937: built in VS 2005. with cgi all file so VS2003 project files can
9938: be easy converted to the new format.
9939:
9940: 2007-12-04 misha
9941:
9942: * src/types/pa_vcode_frame.h: - changes in comment
9943:
9944: 2007-11-29 misha
9945:
9946: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9947: intercept strings any longer
9948:
9949: * tests/: 173.html, results/173.processed: - tests for
9950: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9951: but not in main code frame
9952:
9953: * tests/: 172.html, results/172.processed: - more tests for pass
9954: objects from code frames
9955:
9956: 2007-11-27 misha
9957:
9958: * tests/: 152.html, results/152.processed: - tests for converting
9959: strings 'true'/'false' to bool were added
9960:
9961: * tests/152.html: - added checks for converting strings
9962: 'true'/'false' to bool
9963:
9964: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9965: not only strings with numbers but with values 'true'/'false' as
9966: well
9967:
9968: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9969: for parser3.log increased
9970:
9971: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9972:
9973: * src/include/pa_common.h: - remove_crlf return cstring size now
9974:
9975: * src/include/pa_types.h: - constant with buffer size for
9976: parser3.log added
9977:
9978: 2007-11-16 misha
9979:
9980: * tests/cat.sh: - script for tests for file::exec/cgi
9981:
9982: * tests/171.html: - tests for file::exec/cgi
9983:
9984: * tests/results/171.processed: - tests results for file::exec/cgi
9985:
9986: 2007-11-15 misha
9987:
9988: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9989:
9990: * src/classes/file.C: - .body must be set before analyzing cgi
9991: headers
9992:
9993: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9994: only if exec/cgi return anything.
9995:
9996: 2007-11-14 misha
9997:
9998: * operators.txt: - info about new text|binary option for
9999: file::exec/cgi was added
10000:
10001: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10002: ^file:exec[[text|binary];script;...]
10003:
10004: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10005: classes/string.C, classes/table.C: - more text strings moved to
10006: the one place
10007:
10008: 2007-11-09 misha
10009:
10010: * src/types/pa_vrequest.C: - $request:argv must be taint
10011:
10012: * ChangeLog: - $request:argv [patch from Sumo]
10013:
10014: * operators.txt: - $request:argv
10015:
10016: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10017: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10018:
10019: 2007-10-25 misha
10020:
10021: * buildall-with-xml, buildall-without-xml: - options preparations
10022: for ./configure rewrited
10023:
10024: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10025: error occure in unhandled_exception finally fixed
10026:
10027: 2007-10-23 misha
10028:
10029: * tests/: 170.html, results/170.processed: - test for
10030: @method[][result]
10031:
10032: * operators.txt: - added info about node.prefix and
10033: node.namespaceURI
10034:
10035: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10036:
10037: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10038: added for node and attribute
10039:
10040: 2007-10-22 misha
10041:
10042: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10043:
10044: * src/main/pa_request.C: - added const content-transfer-encoding
10045:
10046: * src/include/pa_request.h: - added const content-transfer-encoding
10047: - ups. constants must be in lowercase (for search)
10048:
10049: * src/types/pa_vmail.C: - more constants used -
10050: content-transfer-encoding: 8bit added
10051:
10052: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10053:
10054: * src/include/pa_request.h: - more constants
10055:
10056: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10057: ommit anymore if $.content-disposition was specified - little
10058: refactoring
10059:
10060: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10061:
10062: 2007-10-17 misha
10063:
10064: * operators.txt: - info about
10065: table::create[nameless]{data}[>options<] was added
10066:
10067: * src/main/: compile.tab.C, compile.y: - if error occure while
10068: compile method don't put this method in methods table anymore.
10069: in other case the parser coredumped if @unhandled_exception
10070: method can't be compiled because of parser.compile error.
10071:
10072: * src/main/execute.C: - little code reformating
10073:
10074: * src/main/pa_request.C: - little code reformating - comment
10075: changed
10076:
10077: 2007-10-16 misha
10078:
10079: * tests/: 035.html, results/035.processed: - tests
10080: table::create[]{}[options] added
10081:
10082: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10083: options (only $.seperator[] yet)
10084:
10085: 2007-10-10 misha
10086:
10087: * src/classes/table.C: - some contstants moved to pa_common.h -
10088: some code changes
10089:
10090: 2007-10-02 misha
10091:
10092: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10093: then three time as much. but base64 encoding method still use
10094: less memory anyway.
10095:
10096: 2007-09-17 misha
10097:
10098: * operators.txt: - added info about $cookie:fields
10099:
10100: * src/types/pa_vcookie.C: - $cookie:fields available now
10101:
10102: * src/classes/hash.C: - some stuff for use with .for_each moved to
10103: common
10104:
10105: * src/include/pa_common.h: - some stuff for use with .for_each
10106: moved here
10107:
10108: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10109:
10110: 2007-09-14 misha
10111:
10112: * buildall-with-xml: - new xml libs again =)
10113:
10114: 2007-08-28 misha
10115:
10116: * operators.txt: - texts about ^table.columns[[column name]] and
10117: ^string.split[...][v][column name] were added
10118:
10119: * tests/: 168.html, 169.html, results/168.processed,
10120: results/169.processed: - tests for ^table.columns[[column name]]
10121: and ^string.split[...][v][column name] were added
10122:
10123: * src/classes/table.C: - new option ^table.columns[[column name]]
10124: was added
10125:
10126: * src/classes/string.C: - new option ^string.split[...;v;[column
10127: name]]
10128:
10129: * src/include/pa_exception.h: - error text message for
10130: ^hash._keys[], ^table.columns[] and ^string.split[]
10131:
10132: 2007-08-27 misha
10133:
10134: * src/main/untaint.C: - try to fix coredump on unix if print to
10135: body ^taint[sql][something] outside of connect
10136:
10137: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10138: outside of connect
10139:
10140: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10141: added (commented by default)
10142:
10143: 2007-08-20 misha
10144:
10145: * operators.txt: - comment about new method ^node.hasAttributes[]
10146: was added
10147:
10148: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10149: duplicated exception text strings were removed
10150:
10151: * src/include/pa_exception.h: - more exception text strings moved
10152: here
10153:
10154: * src/classes/table.C: - some duplicate exceptions' text strings
10155: removed
10156:
10157: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10158: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10159: removed
10160:
10161: * src/include/pa_exception.h: - some exception text strings movet
10162: to pa_exception
10163:
10164: * tests/: 149.html, results/149.processed: - test for
10165: ^xnode.hasAttributes[] was added - some code changes
10166:
10167: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10168: added
10169:
10170: 2007-08-17 misha
10171:
10172: * tests/: results/006.processed, results/059.processed, 006.html,
10173: 059.html: - more tests for match
10174:
10175: * tests/: 129.html, results/129.processed: - tests for
10176: ^table.hash[...][$.type[string|hash|table]] added
10177:
10178: * src/targets/cgi/parser3.C: - little syntax changes
10179:
10180: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10181: syntax changes
10182:
10183: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10184: messages in parser3.log switched off by default. If someone
10185: really still need it: use $SIGPIPE(1)
10186:
10187: 2007-08-08 misha
10188:
10189: * buildall-with-xml, buildall-without-xml: - remove libs source
10190: files by default since now
10191:
10192: 2007-08-07 misha
10193:
10194: * buildall-without-xml: - some option syntax changes
10195:
10196: * buildall-with-xml: - compile libxml2 without http support - some
10197: option syntax changes
10198:
10199: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10200:
10201: 2007-08-06 misha
10202:
10203: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10204:
10205: * tests/: 160.html, results/160.processed: - cache test was
10206: rewrited
10207:
10208: 2007-07-06 misha
10209:
10210: * tests/: 153.html, results/153.processed: - added test for
10211: ^math:sha1[string]
10212:
10213: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10214: transcoded
10215:
10216: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10217: were added
10218:
10219: 2007-06-28 misha
10220:
10221: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10222: some incorrect chars
10223:
10224: 2007-06-19 misha
10225:
10226: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10227: were moved on top because of gcc 4 had a problems during
10228: building.
10229:
10230: 2007-06-18 misha
10231:
10232: * tests/results/019.processed: - new image commited
10233:
10234: 2007-06-09 misha
10235:
10236: * src/classes/: op.C, table.C: - in while and table.select method
10237: as_expression used now
10238:
10239: * src/types/pa_vmethod_frame.h: - method as_expression was added
10240:
10241: 2007-06-08 misha
10242:
10243: * tests/: 166.html, results/166.processed: - test for
10244: ^match[...][n]
10245:
10246: * tests/: 165.html, results/165.processed: - tests for loops
10247:
10248: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10249: because of no speed/memory optimisation but some proglems with
10250: long cycles occure
10251:
10252: 2007-06-06 misha
10253:
10254: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10255: ^table.select(true) and ^table.select(1) didn't works because of
10256: awaiting junction-param only. fixed.
10257:
10258: 2007-05-24 misha
10259:
10260: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10261: with 0.5 secs interval
10262:
10263: * src/classes/op.C: - cache was rewrited. I hope it works with
10264: locking system now on unix
10265:
10266: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10267: system locks which wait till other threads release it but try get
10268: lock, if fail wait 1 sec and make 10 attempts.
10269:
10270: * src/include/pa_os.h: - consts for blocking locks + some comments
10271: were added
10272:
10273: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10274: opening files
10275:
10276: * src/classes/table.C: - changes in includes. if unclude <sstream>
10277: after our classes on unix it can't be build
10278:
10279: * src/types/pa_vhashfile.C: - not needed code removed
10280:
10281: 2007-05-23 misha
10282:
10283: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10284: include/pa_common.h: - cosmetic changes
10285:
10286: 2007-05-18 misha
10287:
10288: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10289: often. it's give some speed increasing
10290:
10291: * tests/results/160.processed: - returned time corrected
10292:
10293: * tests/160.html: - time increased because on unix 1 mean nothing
10294: :(
10295:
10296: * operators.txt: - added info about ^hash.contain[key]
10297:
10298: * src/classes/hash.C: - added ^hash.contain[key]
10299:
10300: * src/include/pa_hash.h: - added method for checking key exists in
10301: hash
10302:
10303: 2007-05-07 misha
10304:
10305: * src/include/pa_string.h: - was compilation error during build on
10306: freebsd4
10307:
10308: 2007-05-03 misha
10309:
10310: * src/classes/table.C: - option $.type[hash|string|table] was added
10311: for ^table.hash[]
10312:
10313: * src/classes/file.C: - comment removed
10314:
10315: 2007-04-26 misha
10316:
10317: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10318: real files doesn't opened in place anymore
10319:
10320: 2007-04-24 misha
10321:
10322: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10323:
10324: * src/include/pa_exception.h: "static" removed
10325:
10326: 2007-04-23 misha
10327:
10328: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10329:
10330: * src/classes/math.C: added: - ^math:ln(N) (the same as
10331: ^math:log(N)) - ^math:lg(N)
10332:
10333: * tests/: 097.html, results/097.processed: - charsets converstion
10334: during ^file::load[text;http://...] added
10335:
10336: * tests/: 164.html, results/164.processed: - check for set expires
10337: as a date
10338:
10339: * tests/: 164.html, results/164.processed: - test for hashfile
10340:
10341: * src/classes/hashfile.C: - little comment changes
10342:
10343: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10344: access
10345:
10346: * src/: classes/date.C, classes/double.C, classes/file.C,
10347: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10348: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10349: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10350: classes/xnode.h, include/pa_request.h, main/execute.C,
10351: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10352: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10353: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10354: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10355: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10356: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10357: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10358: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10359: "parser.runtime" strings were removed
10360:
10361: * src/classes/hashfile.C: - with .clear[] called files_delete()
10362: now.
10363:
10364: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10365:
10366: * src/include/pa_exception.h: - string constant with
10367: "parser.runtime" text was added
10368:
10369: 2007-04-20 misha
10370:
10371: * operators.txt: - some comments changing
10372:
10373: * operators.txt: - added info about .^hashfile.release[],
10374: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10375:
10376: * configure: =cheching for unsetenv
10377:
10378: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10379: ^hashfile.release[] were added
10380:
10381: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10382: ^string.match[][] understand new option now: return number of
10383: matches but not table wit results
10384:
10385: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10386: reopen now
10387:
10388: * src/classes/op.C: - bug. must be false
10389:
10390: * configure.in: - checking for unsetenv was added
10391:
10392: * src/types/pa_vform.C: - some comments
10393:
10394: 2007-04-18 misha
10395:
10396: * buildall-with-xml: moving to libxml2-2.6.28
10397:
10398: * buildall-with-xml, buildall-without-xml: added commented lines
10399: with --disable-safe-mode option
10400:
10401: * operators.txt: - info about $form:files
10402:
10403: 2007-04-17 misha
10404:
10405: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10406: $form:files was added
10407:
10408: * tests/: 163.html, results/163.processed: removing auto format
10409:
10410: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10411:
10412: 2007-04-16 misha
10413:
10414: * tests/: 163.html, results/163.processed: - test for .int[],
10415: floor, round, ceiling and .format[]
10416:
10417: * src/classes/file.C: - little optimization for getting args in
10418: exec/cgi
10419:
10420: 2007-04-13 misha
10421:
10422: * src/classes/file.C: - arguments for file::exec/cgi can be
10423: specified now as s table with one column
10424:
10425: 2007-03-27 misha
10426:
10427: * tests/: 162.html, results/162.processed: - test for
10428: ^table.select(^condition[$t])
10429:
10430: * tests/results/auto.p: - load windows-1251 charset for some tests
10431:
10432: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10433:
10434: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10435: 161_windows1251.txt: - added test for
10436: ^file::load[text;/local/file.txt;$.charset[...]]
10437:
10438: * tests/: results/013.processed, 013.html: - added test for
10439: checking $._default value while hash modifications
10440:
10441: * tests/: 160.html, results/160.processed: - add test for
10442: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10443:
10444: 2007-03-22 misha
10445:
10446: * src/include/pa_common.h: - "charset" string defined for
10447: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10448:
10449: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10450: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10451: added - not needed transcodes were removed from
10452: ^file::load[...;http://...]
10453:
10454: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10455: added
10456:
10457: * src/classes/date.C: - date.week was fixed
10458:
10459: * operators.txt: - added info about date.weekyear
10460:
10461: * tests/: 159.html, results/159.processed: - tests for date.week
10462: and date.weekyear added
10463:
10464: 2007-03-15 misha
10465:
10466: * src/classes/table.C: - enclose column numbers for nameless tables
10467: as well
10468:
10469: 2007-03-14 misha
10470:
10471: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10472:
10473: * src/classes/table.C: - table.save optimization: now required much
10474: less memory
10475:
10476: 2007-03-13 misha
10477:
10478: * tests/results/: 158.processed, 158.processes: - tests for
10479: table.save/table.load
10480:
10481: * tests/: 158.html, results/158.processes: - tests for
10482: table.save/table.load
10483:
10484: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10485:
10486: * buildall-with-xml: - pattern needed now for building
10487:
10488: * tests/results/097.processed: - added test results for xdoc::load
10489: & xdoc::load[http://...]
10490:
10491: * tests/097.html: - added test for xdoc::load
10492:
10493: 2007-03-12 misha
10494:
10495: * tests/: 107.html, results/107.processed: - added test for xpath
10496: '//man'
10497:
10498: 2007-03-01 misha
10499:
10500: * tests/: 097.html, results/097.processed: - added test for
10501: creating xdoc from file
10502:
10503: * tests/: results/157.processed, 157.html: - added test for
10504: file:move
10505:
10506: 2007-02-28 misha
10507:
10508: * src/classes/xdoc.C: - another attempt
10509:
10510: * src/classes/xdoc.C: - roll back last changes for a while
10511:
10512: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10513:
10514: * src/classes/file.C: - under lock we create non-exist dir anyway
10515:
10516: * tests/results/099.processed: - ever send content-disposition to
10517: client with file
10518:
10519: * tests/157.html: + test for file:copy
10520:
10521: 2007-02-26 misha
10522:
10523: * src/classes/file.C: - some similar strings moved to #define
10524: instead of to be copy/pasted many times
10525:
10526: * src/types/pa_vfile.h: - class name string ("file") moved to
10527: #define
10528:
10529: 2007-02-20 misha
10530:
10531: * configure.in: - added some strings for sqlite detection
10532:
10533: 2007-02-19 misha
10534:
10535: * operators.txt: - some comments changes
10536:
10537: * buildall-with-xml, buildall-without-xml: - some modifications
10538:
10539: 2007-02-17 misha
10540:
10541: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10542:
10543: * src/main/pa_request.C: - damn, i forgot to commit it while I
10544: change console behaviour
10545:
10546: 2007-02-12 misha
10547:
10548: * src/targets/cgi/parser3.C: - don't print headers if
10549: $console:line[data] was used during cgi execution.
10550:
10551: * src/types/pa_vconsole.h: - console class have bool flag now which
10552: marked as 'true' if class was used.
10553:
10554: * tests/: 152.html, results/152.processed: - more types was added
10555: to test 152
10556:
10557: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10558: adding 'bool' (^if($image){} caused exception)
10559:
10560: 2007-02-09 misha
10561:
10562: * tests/: 152.html, results/152.processed: - test alightly updated
10563:
10564: * tests/: 152.html, results/152.processed: - test rewrited
10565:
10566: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10567: bugfix. I broke xdoc & xnode in expression
10568:
10569: 2007-02-08 misha
10570:
10571: * tests/: 152.html, results/152.processed: - add test for checking
10572: 'def' for void, string, bool, int & double
10573:
10574: 2007-02-07 misha
10575:
10576: * operators.txt: - ^file:base64[filespec] was added
10577:
10578: * tests/results/153.processed: - result test for
10579: ^file:base64[filespec] was updated
10580:
10581: * tests/153.html: - test for ^file:base64[filespec] was added
10582:
10583: * src/types/pa_vconsole.h: - little optimization
10584:
10585: * src/classes/file.C: - ^file:base64[filespec]
10586:
10587: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10588:
10589: * src/include/pa_common.h: - declarations for
10590: ^file:base64[filespec]
10591:
10592: * src/types/pa_vcookie.C: - little optimization
10593:
10594: 2007-02-06 misha
10595:
10596: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10597: were temporary commented
10598:
10599: * src/types/pa_vbool.h: - bugfix
10600:
10601: * tests/156.html: - added test for bool cookie
10602:
10603: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10604:
10605: * tests/: 155.html, results/155.processed: - added test for check
10606: $.encloser[] option for table save/load
10607:
10608: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10609:
10610: 2007-02-05 misha
10611:
10612: * tests/results/152.processed: - newline at the end was missed
10613:
10614: * tests/results/141.processed: - math:md5 must be lowercased
10615:
10616: * src/targets/cgi/parser3.C: - 2007 in help ;)
10617:
10618: 2007-02-03 misha
10619:
10620: * tests/results/: 150.processed, 151.processed, 152.processed: -
10621: test for bool added and some content length fixes
10622:
10623: * tests/152.html: - test for bool added
10624:
10625: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10626:
10627: * operators.txt: - info bool class was added
10628:
1.116 moko 10629: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10630: classes/classes.vcproj, classes/double.C, classes/int.C,
10631: classes/string.C, classes/void.C, classes/xnode.C,
10632: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10633: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10634: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10635: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10636: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10637: types/types.vcproj: - bool class was added
10638:
10639: * src/main/pa_request.C: - fix
10640:
10641: 2007-01-18 misha
10642:
10643: * src/: main/pa_string.C, classes/string.C: - return table during
10644: ^string.match[][] even if no matched found.
10645:
10646: 2006-12-20 misha
10647:
10648: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10649: http://www.parser.ru/forum/?id=55598 ]
10650:
10651: 2006-12-19 misha
10652:
10653: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10654: details: http://www.parser.ru/forum/?id=52359
10655:
10656: * src/main/pa_request.C: - always set content-disposition for
10657: $response:body[hash here]. more details:
10658: http://www.parser.ru/forum/?id=52130
10659:
10660: 2006-12-07 misha
10661:
10662: * operators.txt: - added info about bool params in cookie set
10663:
10664: * src/types/pa_vcookie.C: - bool param in cookies available now
10665: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10666: ]
10667:
10668: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10669: was added
10670:
10671: 2006-12-02 misha
10672:
10673: * src/classes/file.C: - file_block_read used instead of native read
10674:
10675: * src/main/pa_common.C: - added file_block_read with read error
10676: detection - file_block_read used instead of native read
10677:
10678: * src/include/pa_common.h: - added file_block_read declaration
10679:
10680: 2006-12-01 misha
10681:
10682: * operators.txt: - info about $var.CLASS_NAME was added
10683:
10684: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10685: $var.CLASS_NAME added
10686:
10687: * operators.txt: - added info about ^file:copy[]
10688:
10689: * src/classes/file.C: - ^file:copy[from;fo] was added
10690:
10691: 2006-11-20 misha
10692:
10693: * src/classes/date.C: - bug fix :)
10694:
10695: 2006-11-17 misha
10696:
10697: * src/include/pa_common.h: - array in crc32 calculation was changed
10698: to static
10699:
10700: * src/main/pa_common.C: - little optimization in getMonthDays -
10701: small changes in crc32 calculation
10702:
10703: * src/classes/date.C: - not needed code was removed
10704:
10705: 2006-11-16 misha
10706:
10707: * src/types/pa_vmail.C: - fix missed brakes
10708:
10709: * src/types/pa_vmail.C: - mail:send now set content-type:
10710: multipart/related instead of multipart/mixed if file have
10711: $.content-id[]
10712:
10713: 2006-11-15 misha
10714:
10715: * src/types/pa_vdouble.h: abs -> fabs
10716:
10717: 2006-11-14 misha
10718:
10719: * operators.txt: - added info about ^file.md5[] and
10720: ^file:md5[file-name]
10721:
10722: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10723: added
10724:
10725: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10726: FILE_BUFFER_SIZE
10727:
10728: * src/classes/math.C: - hex_string was moved to pa_common.h
10729:
10730: * src/include/pa_common.h: - hex_string was moved from math.C -
10731: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10732:
10733: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10734: values was fixed
10735:
10736: 2006-11-13 misha
10737:
10738: * operators.txt: - added info about ^math:crc32[string],
10739: ^file:crc32[file-name] & ^file.crc32[]
10740:
10741: * src/classes/math.C: - added ^math:crc32[string]
10742:
10743: * src/classes/file.C: - some comments were changed - added
10744: ^file:crc32[file-name] and ^file.crc32[]
10745:
10746: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10747: crc32 calculation added
10748:
10749: 2006-11-03 misha
10750:
10751: * src/include/pa_array.h: - not needed variable removed
10752:
10753: * tests/: 150.html, 151.html, results/150.processed,
10754: results/151.processed: - 2 tests were added
10755:
10756: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10757: with $.reverse(1) were fixed
10758:
10759: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10760: query converted to $.charset during ^file::load[http://...]
10761:
10762: 2006-11-02 misha
10763:
10764: * src/include/pa_table.h: ups. forget '=' char
10765:
10766: * src/include/pa_table.h: - one more fix in
10767: .locate[...][$.reverse(1)]
10768:
10769: 2006-11-01 misha
10770:
10771: * src/classes/math.C: - bug fix, details:
10772: http://www.parser.ru/forum/?id=53360
10773:
10774: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10775: false for all records )[$.reverse(1)]
10776:
10777: * src/main/pa_http.C: - second param for this mid method is length
10778: but not end_index so this method has error and can't detect
10779: charsets in next content-types: Content-type: text/html;
10780: charset="windows-1251" Content-type: text/html;
10781: charset="windows-1251"; Content-type: text/html;
10782: charset=windows-1251;
10783:
10784: only Content-type: text/html; charset=windows-1251 was fine
10785:
10786: 2006-10-31 misha
10787:
10788: * src/classes/file.C: - empty args in file::exec removed now
10789:
10790: 2006-09-03 paf
10791:
10792: * src/classes/file.C: proper tainting of
10793: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10794:
10795: 2006-06-09 paf
10796:
10797: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10798:
10799: * src/classes/table.C: formatting
10800:
10801: * src/classes/table.C: incorporated patch from misha: Sent:
10802: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10803: ignoring string options for ^table.save[]
10804:
10805: * src/classes/hash.C: incorporated patch from misha Sent:
10806: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10807: $hash._default disappear while
10808:
10809: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10810: $.format[!uue|!base64] << new base64 option. default uue ] ]
10811:
10812: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10813: PM Subject: patch for base64 in ^mail:send[] %-)
10814:
10815: 2006-04-09 paf
10816:
10817: * src/main/compile.tab.C: ` change compiled
10818:
10819: * gnu.vcproj, operators.txt, parser3.sln,
10820: src/classes/classes.vcproj, src/classes/file.C,
10821: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10822: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10823: src/classes/xnode.C, src/include/pa_array.h,
10824: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10825: src/include/pa_memory.h, src/include/pa_request.h,
10826: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10827: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10828: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10829: src/lib/pcre/pcre_dftables.vcproj,
10830: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10831: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10832: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10833: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10834: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10835: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10836: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10837: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10838: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10839: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10840: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10841: src/types/pa_value.h, src/types/pa_vcookie.C,
10842: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10843: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10844: src/types/pa_vstatus.C, src/types/types.vcproj,
10845: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10846: ^menu, ^hash/hashfile.foreach
10847:
10848: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10849: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10850: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10851: src/classes/xnode.C, src/include/pa_array.h,
10852: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10853: src/include/pa_memory.h, src/include/pa_request.h,
10854: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10855: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10856: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10857: src/lib/pcre/pcre_dftables.vcproj,
10858: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10859: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10860: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10861: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10862: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10863: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10864: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10865: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10866: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10867: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10868: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10869: src/types/pa_value.h, src/types/pa_vcookie.C,
10870: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10871: src/types/pa_vstatus.C, src/types/types.vcproj,
10872: tests/descript.ion: ! switched to VS2005 (projects and
10873: object<info explicitly typed>.for_each(, info)) +
10874: $response:field[] setting void means removing + grammar $name`
10875: name stops now, for mysql `$field` + started ^break[]
10876: ^continue[], in ^for. TODO: to other iterators (while, menu,
10877: foreach) + all log messages += [uri=, method=, cl=]
10878:
10879: * buildall-with-xml: merged . ftp paths update
10880:
10881: * buildall-with-xml: . ftp paths update
10882:
10883: 2006-03-04 paf
10884:
10885: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10886: checks++ [thanks to Igor Zinkovsky for detailed report]
10887:
10888: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10889: Igor Zinkovsky for detailed report]
10890:
10891: 2006-03-01 paf
10892:
10893: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10894: \n to ' ' in
10895:
10896: 2006-02-18 paf
10897:
10898: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10899: \n to ' ' in
10900:
10901: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10902:
10903: 2006-02-03 paf
10904:
10905: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10906: base64
10907:
10908: * src/main/pa_common.C: ! bugfix: decoding from base64
10909:
10910: 2006-01-20 paf
10911:
10912: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10913: economy fix
10914:
10915: * src/classes/: table.C: merged from HEAD ! bugfix
10916: ^table.save[$.encloser-s now handled properly
10917:
10918: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10919: handled properly
10920:
10921: 2006-01-19 paf
10922:
10923: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10924: libgc:USE_MUNMAP activates merging of free memory blocks which
10925: helps a lot in our case: after transform we want
10926: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10927:
10928: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10929: economy fix
10930:
10931: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10932: activates merging of free memory blocks which helps a lot in our
10933: case: after transform we want CORD(main.result)->cstr[big
10934: malloc]->transcode[big malloc]
10935:
10936: 2006-01-17 paf
10937:
10938: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10939: before reading them. got rid of reallocs = became quicker and
10940: less fragmentated
10941:
10942: 2005-12-29 paf
10943:
1.116 moko 10944: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10945: configure, configure.in, src/include/pa_version.h,
10946: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10947: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10948: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10949: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10950: src/lib/ltdl/missing: . merged from 3.2.1
10951:
1.116 moko 10952: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10953: packaged when 'make dist', so do configure companion files in
10954: src/lib/ltdl
10955:
10956: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10957: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10958: missing: . now config_auto.h is created with configure [were
10959: constant]
1.95 moko 10960:
10961: * INSTALL: . references to documentation and some clarification
10962:
10963: * buildall-with-xml, buildall-without-xml: . farawell doc
10964: indication
10965:
1.116 moko 10966: * Makefile.am: . dist+=buildall*
1.95 moko 10967:
10968: 2005-12-28 paf
10969:
10970: * configure: . 3.2.1
10971:
10972: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10973: simplify build process, see INSTALL
10974:
10975: 2005-12-26 paf
10976:
10977: * configure: ver
10978:
10979: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10980: version
10981:
10982: 2005-12-21 paf
10983:
10984: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10985: compiled with bison 1.875b, it reports unexpected token names
10986:
10987: 2005-12-19 paf
10988:
10989: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10990: holds a link to xmlNode to prevent premature gc(xmlNode)
10991:
10992: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10993: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10994: src/main/main.vcproj, src/main/pa_globals.C,
10995: src/targets/cgi/parser3.vcproj,
10996: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10997: configure, configure.in, src/include/pa_version.h: . killing
10998: gdome [what a relief]
10999:
11000: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11001: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11002: run_parser.sh, results/001.processed, results/002.processed,
11003: results/003.processed, results/004.processed,
11004: results/005.processed, results/006.processed,
11005: results/008.processed, results/009.processed,
11006: results/010.processed, results/011.processed,
11007: results/012.processed, results/013.processed,
11008: results/014.processed, results/015.processed,
11009: results/016.processed, results/017.processed,
11010: results/018.processed, results/020.processed,
11011: results/021.processed, results/022.processed,
11012: results/023.processed, results/024.processed,
11013: results/025.processed, results/026.processed,
11014: results/027.processed, results/028.processed,
11015: results/029.processed, results/030.processed,
11016: results/031.processed, results/032.processed,
11017: results/033.processed, results/034.processed,
11018: results/035.processed, results/036.processed,
11019: results/037.processed, results/038.processed,
11020: results/039.processed, results/040.processed,
11021: results/041.processed, results/042.processed,
11022: results/043.processed, results/044.processed,
11023: results/045.processed, results/046.processed,
11024: results/047.processed, results/048.processed,
11025: results/049.processed, results/050.processed,
11026: results/051.processed, results/052.processed,
11027: results/053.processed, results/054.processed,
11028: results/055.processed, results/056.processed,
11029: results/057.processed, results/058.processed,
11030: results/059.processed, results/060.processed,
11031: results/061.processed, results/062.processed,
11032: results/063.processed, results/064.processed,
11033: results/065.processed, results/066.processed,
11034: results/067.processed, results/068.processed,
11035: results/069.processed, results/070.processed,
11036: results/071.processed, results/072.processed,
11037: results/073.processed, results/074.processed,
11038: results/075.processed, results/076.processed,
11039: results/077.processed, results/078.processed,
11040: results/079.processed, results/080.processed,
11041: results/081.processed, results/082.processed,
11042: results/083.processed, results/084.processed,
11043: results/085.processed, results/086.processed,
11044: results/087.processed, results/088.processed,
11045: results/089.processed, results/090.processed,
11046: results/091.processed, results/092.processed,
11047: results/093.processed, results/094.processed,
11048: results/095.processed, results/096.processed,
11049: results/097.processed, results/099.processed,
11050: results/100.processed, results/101.processed,
11051: results/102.processed, results/104.processed,
11052: results/105.processed, results/106.processed,
11053: results/107.processed, results/108.processed,
11054: results/109.processed, results/110.processed,
11055: results/111.processed, results/112.processed,
11056: results/113.processed, results/114.processed,
11057: results/115.processed, results/117.processed,
11058: results/119.processed, results/120.processed,
11059: results/121.processed, results/122.processed,
11060: results/123.processed, results/124.processed,
11061: results/125.processed, results/126.processed,
11062: results/127.processed, results/128.processed,
11063: results/129.processed, results/130.processed,
11064: results/131.processed, results/132.processed,
11065: results/133.processed, results/134.processed,
11066: results/135.processed, results/136.processed,
11067: results/138.processed, results/139.processed,
11068: results/140.processed, results/141.processed,
11069: results/142.processed, results/143.processed,
11070: results/144.processed, results/145.processed,
11071: results/146.processed, results/147.processed,
11072: results/148.processed, results/149.processed, results/auto.p: .
11073: now works if we turn off default auto.p
11074:
1.116 moko 11075: * configure: . makes
1.95 moko 11076:
11077: * src/types/pa_vxnode.C: . less warnings
11078:
11079: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11080: tests/145.html, tests/149.html, tests/descript.ion,
11081: tests/outputs/d.cmd, tests/results/142.processed,
11082: tests/results/143.processed, tests/results/144.processed,
11083: tests/results/145.processed, tests/results/146.processed,
11084: tests/results/147.processed, tests/results/148.processed,
11085: tests/results/149.processed: . removed .nodeValue from all node
11086: types other than 5 (grabbed piece from gdome)
11087:
11088: * tests/: 137.html, results/137.processed: . not handled this case
11089: yet. code does not hang from inserting parent into child,
11090: considering thing minor issue -- nodes are removed from source
11091: anyway, don't know why shold that be an error after all
11092:
11093: * src/targets/cgi/parser3.C: . style
11094:
11095: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11096: xdoc too [were barking "not element"]
11097:
11098: 2005-12-16 paf
11099:
11100: * tests/: 146.html, 147.html, 148.html: . more tests
11101:
11102: * src/classes/xnode.C: . also bark on possible errors
11103:
11104: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11105: props
11106:
11107: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11108: main/compile.y: merged from HEAD ! fixed overoptimized
11109: ^call(false) case. (confused it with ^call[] case)
11110:
11111: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11112: ^call(false) case. (confused it with ^call[] case)
11113:
11114: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11115:
11116: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11117: results/001.processed, results/002.processed,
11118: results/003.processed, results/004.processed,
11119: results/005.processed, results/006.processed,
11120: results/008.processed, results/009.processed,
11121: results/010.processed, results/011.processed,
11122: results/012.processed, results/013.processed,
11123: results/014.processed, results/015.processed,
11124: results/016.processed, results/017.processed,
11125: results/018.processed, results/019.processed,
11126: results/020.processed, results/021.processed,
11127: results/022.processed, results/023.processed,
11128: results/024.processed, results/025.processed,
11129: results/026.processed, results/027.processed,
11130: results/028.processed, results/029.processed,
11131: results/030.processed, results/031.processed,
11132: results/032.processed, results/033.processed,
11133: results/034.processed, results/035.processed,
11134: results/036.processed, results/037.processed,
11135: results/038.processed, results/039.processed,
11136: results/040.processed, results/041.processed,
11137: results/042.processed, results/043.processed,
11138: results/044.processed, results/045.processed,
11139: results/046.processed, results/047.processed,
11140: results/048.processed, results/049.processed,
11141: results/050.processed, results/051.processed,
11142: results/052.processed, results/053.processed,
11143: results/054.processed, results/055.processed,
11144: results/056.processed, results/057.processed,
11145: results/058.processed, results/059.processed,
11146: results/060.processed, results/061.processed,
11147: results/062.processed, results/063.processed,
11148: results/064.processed, results/065.processed,
11149: results/066.processed, results/067.processed,
11150: results/068.processed, results/069.processed,
11151: results/070.processed, results/071.processed,
11152: results/072.processed, results/073.processed,
11153: results/074.processed, results/075.processed,
11154: results/076.processed, results/077.processed,
11155: results/078.processed, results/079.processed,
11156: results/080.processed, results/081.processed,
11157: results/082.processed, results/083.processed,
11158: results/084.processed, results/085.processed,
11159: results/086.processed, results/087.processed,
11160: results/088.processed, results/089.processed,
11161: results/090.processed, results/091.processed,
11162: results/092.processed, results/093.processed,
11163: results/094.processed, results/095.processed,
11164: results/096.processed, results/097.processed,
11165: results/099.processed, results/101.processed,
11166: results/102.processed, results/104.processed,
11167: results/105.processed, results/106.processed,
11168: results/107.processed, results/108.processed,
11169: results/109.processed, results/110.processed,
11170: results/111.processed, results/112.processed,
11171: results/113.processed, results/114.processed,
11172: results/115.processed, results/116.processed,
11173: results/117.processed, results/118.processed,
11174: results/119.processed, results/120.processed,
11175: results/121.processed, results/122.processed,
11176: results/123.processed, results/124.processed,
11177: results/125.processed, results/126.processed,
11178: results/127.processed, results/128.processed,
11179: results/129.processed, results/130.processed,
11180: results/131.processed, results/132.processed,
11181: results/133.processed, results/134.processed,
11182: results/135.processed, results/136.processed,
11183: results/137.processed, results/138.processed,
11184: results/139.processed, results/140.processed,
11185: results/141.processed: . refreshed old tests, made them work
11186: without auto.p (in utf8) . things noted: . gif got encoded
11187: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11188: some strange year)
11189:
11190: * INSTALL: . revived linux libgc fix
11191:
11192: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11193: glib/gdome in INSTALL and patches]
11194:
11195: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11196: include/pa_charset.h, include/pa_config_includes.h,
11197: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11198: include/pa_xml_exception.h, lib/cord/Makefile.am,
11199: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11200: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11201: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11202: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11203: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11204: types/pa_vxnode.h: . started killing gdome
11205:
11206: 2005-12-13 paf
11207:
11208: * src/main/: pa_request.C: merged from HEAD ! when code in
11209: @unhandled_exception thrown another exception, print correct
11210: origin (earlier code in catch of exception inside of
11211: @unhandled_exception grabbed parent_frame(original_exception)
11212: origin and printed it, instead of true origin)
11213:
11214: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11215: another exception, print correct origin (earlier code in catch of
11216: exception inside of @unhandled_exception grabbed
11217: parent_frame(original_exception) origin and printed it, instead
11218: of true origin)
11219:
11220: 2005-12-09 paf
11221:
11222: * INSTALL: . updated INSTALL doc to work around linux stack base
11223: detection problem, due to change in gc6.4 code
11224:
11225: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11226: ignored in ^string.matched :(
11227:
11228: * src/main/pa_string.C: ! regex tainting were ignored in
11229: ^string.matched :(
11230:
11231: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11232: src/include/pa_config_fixed.h, src/include/pa_version.h,
11233: src/main/compile.y, src/main/compile_tools.h,
11234: src/main/pa_charset.C, src/main/pa_common.C,
11235: src/main/pa_globals.C, src/main/pa_string.C,
11236: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11237: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11238:
11239: 2005-12-08 paf
11240:
11241: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11242: 500 chars now handled OK [were wrapped on 500th char according to
11243: rfc, but sendmail failed to unwrap it properly]
11244:
11245: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11246: handled OK [were wrapped on 500th char according to rfc, but
11247: sendmail failed to unwrap it properly]
11248:
11249: * src/targets/isapi/parser3isapi.C: . less warnings
11250:
11251: * src/targets/isapi/parser3isapi.C: . undone some strange change
11252: since 3.1.5
11253:
11254: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11255: link fixes
11256:
11257: * src/: classes/date.C, include/pa_config_fixed.h,
11258: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11259: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11260: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11261:
11262: * src/include/pa_config_fixed.h: . removed outdated string origins
11263: [in current storage scheme there's no place for them. someday we
11264: can add third CORD to store origins and special version of parser
11265: which stores origins there [separate binary]]
11266:
11267: 2005-12-07 paf
11268:
11269: * src/targets/isapi/parser3isapi.C: . now links in release mode
11270:
11271: * src/include/pa_version.h: makefiles
11272:
11273: * src/include/pa_version.h: . not beta
11274:
11275: * configure, configure.in, src/include/pa_version.h: not beta
11276:
11277: 2005-12-06 paf
11278:
11279: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11280: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11281: decided to undo the change ^call[$void] passes void. now it will
11282: pass empty string again.
11283:
11284: * src/main/: compile.tab.C, compile.y: . version readded
11285:
11286: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11287: = ^switch[void] problem
11288:
11289: 2005-12-01 paf
11290:
11291: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11292: caused ^case[string] to be coerced to double since searching
11293: value were not string (it was vvoid)
11294:
11295: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11296: ^case[string] to be coerced to double since searching value were
11297: not string (it was vvoid)
11298:
11299: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11300: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11301:
11302: 2005-11-30 paf
11303:
11304: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11305: win32 must putenv("TZ="), on unix works only putenv("TZ")
11306:
11307: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11308: putenv("TZ="), on unix works only putenv("TZ")
11309:
11310: * INSTALL: . xml libs versions updated
11311:
11312: * src/main/pa_globals.C: //20051130 trying to remove this, author
11313: claims that fixed a lot there // 20040920 for now both
11314: workarounds needed. wait for new libxml/xsl versions
11315:
11316: 2005-11-28 paf
11317:
11318: * src/classes/table.C: merged from HEAD: ! nameless table has
11319: columns==0
11320:
11321: * src/classes/table.C: ! nameless table has columns==0
11322:
11323: * src/main/pa_http.C: merged from HEAD: ! status line check made
11324: earlier [was totally wrong]
11325:
11326: * src/main/pa_http.C: ! status line check made earlier [was totally
11327: wrong]
11328:
11329: 2005-11-25 paf
11330:
11331: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11332: undoing for now...
11333:
11334: * src/include/pa_version.h: -this reduces speed(table::load),
11335: strange. undoing
11336:
11337: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11338:
11339: * src/classes/op.C: + ^while(){}[SEPARATOR]
11340:
11341: * src/include/pa_array.h: + optimistics added: all arrays (table
11342: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11343: this speeds things up and saves memory a LOT! (not noticed
11344: negative effect on syntetic tests, future will tell...)
11345:
11346: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11347: changed gc_malloc implementation, which obscured profiling
11348:
11349: * src/classes/table.C: merged from HEAD: + optimized
11350: table::load/sql, now row ArrayString-s allocated with
11351: columns.count() elements and don't always grow from
11352: count=3[realloc,realloc]
11353:
11354: * src/classes/table.C: + optimized table::load/sql, now row
11355: ArrayString-s allocated with columns.count() elements and don't
11356: always grow from count=3[realloc,realloc]
11357:
11358: * src/classes/table.C: merged from HEAD: . ^table.save unused
11359: buffer after save
11360:
11361: * src/classes/table.C: . ^table.save unused buffer after save
11362:
11363: 2005-11-24 paf
11364:
11365: * configure.in: . merged glib2-config patch
11366:
11367: * configure.in: + trying to find glib2-config
11368:
11369: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11370: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11371: file/dir_readable to simple file/dir_exist, this would help in
11372: situations "class not found because .p file has bad rights" << in
11373: that case error would be explicit "access denied to 'this' file"
11374:
1.116 moko 11375: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11376:
11377: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11378: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11379: to simple file/dir_exist, this would help in situations "class
11380: not found because .p file has bad rights" << in that case error
11381: would be explicit "access denied to 'this' file"
11382:
11383: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11384: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11385: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11386: ^file::exec/cgi[script;$.charset[changed]
11387: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11388: encoded in $.charset charset
11389:
11390: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11391: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11392: encoded in $.charset charset
11393:
11394: * src/: include/Makefile.am, include/pa_common.h,
11395: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11396: main/pa_common.C, main/pa_http.C: . extracted http:// into
11397: separate file [preparation for
11398: ^file::cgi[script;$.form[$.field1[]
11399:
11400: 2005-11-22 paf
11401:
11402: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11403:
11404: * acinclude.m4, configure.in: . merged underquting fixes
11405:
1.116 moko 11406: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11407:
11408: * src/classes/op.C: . overmerged a little
11409:
11410: * src/main/compile.tab.C: Makefile
11411:
11412: * src/main/: pa_common.C: . less gcc warnings
11413:
11414: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11415: now reports original exception if we have no old cache
11416:
11417: * src/classes/op.C: + $exception.handled[cache] now reports
11418: original exception if we have no old cache
11419:
11420: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11421: from HEAD: + ^taint/untaint[regex] << escapes these:
11422: \^$.[]|()?*+{}
11423:
11424: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11425: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11426:
11427: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11428: getenv-ed variable, which does not work both on win32&unix.
11429: copied old TZ value now
11430:
11431: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11432: stored pointer to getenv-ed variable, which does not work both on
11433: win32&unix. copied old TZ value now
11434:
11435: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11436: getenv-ed variable, which does not work both on win32&unix.
11437: copied old TZ value now
11438:
11439: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11440: access to internal hash
11441:
11442: * src/types/pa_vresponse.C: + $response:headers access to internal
11443: hash
11444:
11445: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11446: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11447: isapi] this reduces number of "GC Warning: Repeated allocation of
11448: very large block" messages to only important onces
11449:
11450: * src/targets/isapi/parser3isapi.C: +
11451: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11452: isapi] this reduces number of "GC Warning: Repeated allocation of
11453: very large block" messages to only important onces
11454:
11455: * src/classes/string.C: merged from HEAD: + removed limitation on
11456: ^string/int/double:sql{}[$.default[({param style})] ]
11457:
11458: * src/classes/string.C: + removed limitation on
11459: ^string/int/double:sql{}[$.default[({param style})] ]
11460:
11461: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11462: with ?params or $.form option" limitation
11463:
11464: * src/main/pa_common.C: + removed "use either uri with ?params or
11465: $.form option" limitation
11466:
11467: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11468: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11469: ^file::base64[encoded] decode
11470:
11471: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11472: main/pa_common.C: + ^file.base64[] encode +
11473: ^file::base64[encoded] decode
11474:
11475: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11476: ^string:base64[encoded] decode
11477:
11478: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11479: ^string:base64[in] encode + ^string.base64[] decode
11480:
11481: 2005-11-21 paf
11482:
11483: * src/classes/file.C: + merged from HEAD:
11484: ^file::create[text;file.xml;^untaint[xml]{data}]
11485:
11486: * src/classes/file.C: +
11487: ^file::create[text;file.xml;^untaint[xml]{data}]
11488:
11489: * src/main/pa_request.C: ! merged: $response:body[file] now
11490: differes from :download, it does not return content-disposition
11491: at all now [previusely it returned valueless content-disposition]
11492:
11493: * src/main/pa_request.C: ! $response:body[file] now differes from
11494: :download, it does not return content-disposition at all now
11495: [previusely it returned valueless content-disposition]
11496:
11497: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11498: literals, reverted to just vvod, recreating empty array with each
11499: void_value token. that's absolutely needed, since that array
11500: grows
11501:
11502: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11503: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11504: types/pa_vmethod_frame.h: + merged: expression literals:
11505: true/false. ^format[$.indent(true)]
11506:
11507: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11508: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11509: types/pa_vmethod_frame.h: + expression literals: true/false.
11510: ^format[$.indent(true)]
11511:
11512: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11513: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11514: i386-pc-win32)"
11515:
11516: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11517: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11518: i386-pc-win32)"
11519:
11520: 2005-11-18 paf
11521:
11522: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11523: null}[$.default(123)] will now return default value
11524:
11525: * src/classes/op.C: + merged ^cache[] << returns current cache
11526: expiration time
11527:
11528: * src/classes/op.C: + ^cache[] << returns current cache expiration
11529: time
11530:
11531: * src/classes/table.C: ! merged ^table::create[not'nameless';
11532: failed << Exception.problem_source pointed to local var!
11533:
11534: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11535: Exception.problem_source pointed to local var!
11536:
11537: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11538: now loads VFile.ptr!=0, so such files can be saved now
11539:
11540: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11541: loads VFile.ptr!=0, so such files can be saved now
11542:
11543: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11544: only . and .. now removed from list [were removed all .*]
11545:
11546: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11547: .. now removed from list [were removed all .*]
11548:
11549: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11550: open error now checked, were not :( [stole that piece from apache
11551: 1.3 sources]
11552:
11553: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11554: checked, were not :( [stole that piece from apache 1.3 sources]
11555:
11556: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11557: untainting of @main result if returned by $result or
11558: $response:body
11559:
11560: * src/main/pa_request.C: ! ensured proper untainting of @main
11561: result if returned by $result or $response:body
11562:
11563: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11564: issue: now tries to guess content-length and allocates one big
11565: piece if possible [regretfully gc_realloc works as malloc+free,
11566: leaving lots of holes behind]
11567:
11568: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11569: fixed file load memory issue: now tries to guess content-length
11570: and allocates one big piece if possible [regretfully gc_realloc
11571: works as malloc+free, leaving lots of holes behind]
11572:
11573: 2005-11-16 paf
11574:
11575: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11576: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11577: table::save with enclosers now doubles them: "->"" !
11578: table::save/load do not remove elements from options hash
11579:
11580: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11581: [were overoptimized ^if(double_literal), compiler confused
11582: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11583:
11584: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11585: [were overoptimized ^if(double_literal), compiler confused
11586: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11587:
11588: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11589: main/pa_common.C: ! table::save with enclosers now doubles them:
11590: "->"" ! table::save/load do not remove elements from options hash
11591:
11592: 2005-11-03 paf
11593:
1.116 moko 11594: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11595: compilation, not all makefiles liked that
1.95 moko 11596:
11597: 2005-08-30 paf
11598:
11599: * src/classes/op.C: merge . speedup check of [DEFAULT]
11600:
11601: * src/classes/op.C: . speedup check of [DEFAULT]
11602:
11603: 2005-08-26 paf
11604:
11605: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11606:
11607: * src/: classes/date.C, types/pa_vdate.h: + date.week
11608:
11609: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11610: complains about bad!=nameless
11611:
11612: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11613: about bad!=nameless
11614:
11615: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11616: optional options were allowed to be empty. were checked
11617: if(is_string), changed to !defined||is_string to allow void
11618:
11619: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11620: classes/string.C, classes/table.C, classes/void.C: ! optional
11621: options were allowed to be empty. were checked if(is_string),
11622: changed to !defined||is_string to allow void
11623:
11624: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11625: as_junction where they needed as_int/double, so failed with
11626: recent "(const) now no junction" optimization
11627:
11628: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11629: merged ! many classes/* used as_junction where they needed
11630: as_int/double, so failed with recent "(const) now no junction"
11631: optimization
11632:
11633: * src/: classes/double.C, classes/int.C, classes/math.C,
11634: classes/op.C, classes/string.C, classes/table.C,
11635: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11636: used as_junction where they needed as_int/double, so failed with
11637: recent "(const) now no junction" optimization
11638:
11639: 2005-08-24 paf
11640:
11641: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11642: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11643: stripped it
11644:
11645: 2005-08-09 paf
11646:
11647: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11648: not cleared
11649:
11650: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11651: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11652: classes/hashfile.C, classes/image.C, classes/int.C,
11653: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11654: classes/response.C, classes/string.C, classes/table.C,
11655: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11656: include/pa_array.h, include/pa_cache_managers.h,
11657: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11658: include/pa_config_fixed.h, include/pa_config_includes.h,
11659: include/pa_dictionary.h, include/pa_dir.h,
11660: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11661: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11662: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11663: include/pa_request_charsets.h, include/pa_request_info.h,
11664: include/pa_sapi.h, include/pa_socks.h,
11665: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11666: include/pa_stack.h, include/pa_string.h,
11667: include/pa_stylesheet_connection.h,
11668: include/pa_stylesheet_manager.h, include/pa_table.h,
11669: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11670: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11671: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11672: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11673: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11674: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11675: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11676: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11677: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11678: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11679: main/pa_sql_driver_manager.C, main/pa_string.C,
11680: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11681: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11682: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11683: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11684: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11685: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11686: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11687: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11688: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11689: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11690: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11691: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11692: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11693: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11694: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11695: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11696: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11697: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11698: types/pa_vresponse.C, types/pa_vresponse.h,
11699: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11700: types/pa_vstateless_object.h, types/pa_vstatus.C,
11701: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11702: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11703: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11704: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11705: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11706:
11707: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11708: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11709: speedup consequent checks in vmethod_frame
11710:
11711: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11712: not cleared
11713:
11714: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11715: params: 50 max (were 10)
11716:
11717: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11718: params: 50 max (were 10)
11719:
11720: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11721: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11722: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11723: empty string) ! simplified (double) speedup consequent checks in
11724: vmethod_frame
11725:
11726: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11727: optimized constants in expressions vstring->vdouble + optimized
11728: ^call(vdouble), no junction creation, no calls later
11729:
11730: 2005-08-08 paf
11731:
11732: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11733: compile_tools.h: merged + optimized constants in expressions
11734: vstring->vdouble + optimized ^call(vdouble), no junction
11735: creation, no calls later
11736:
11737: * src/types/pa_vdouble.h: merged . double values without fractional
11738: part now default printed as %.0f instead of %g
11739:
11740: * src/types/pa_vdouble.h: . double values without fractional part
11741: now default printed as %.0f instead of %g
11742:
11743: * src/classes/hashfile.C: . merged ! second hashfile::open would
11744: cause an exception
11745:
11746: * src/classes/hashfile.C: ! second hashfile::open would cause an
11747: exception
11748:
11749: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11750: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11751: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11752: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11753: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11754: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11755: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11756: types/pa_vresponse.h, types/pa_vstateless_class.C,
11757: types/pa_vstateless_object.h, types/pa_vvoid.h,
11758: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11759: merged VJunction(new Junction) optimization from 3.1.4
11760:
11761: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11762: types/pa_vstateless_class.C: + optimized new VJunction(new
11763: Junction(params)) to new VJunction(params), thousands of mallocs
11764: removed
11765:
11766: 2005-08-05 paf
11767:
11768: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11769: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11770: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11771: creation, no calls later
11772:
11773: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11774: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11775: classes/hashfile.C, classes/image.C, classes/int.C,
11776: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11777: classes/response.C, classes/string.C, classes/table.C,
11778: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11779: include/pa_array.h, include/pa_cache_managers.h,
11780: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11781: include/pa_config_fixed.h, include/pa_config_includes.h,
11782: include/pa_dictionary.h, include/pa_dir.h,
11783: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11784: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11785: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11786: include/pa_request_charsets.h, include/pa_request_info.h,
11787: include/pa_sapi.h, include/pa_socks.h,
11788: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11789: include/pa_stack.h, include/pa_string.h,
11790: include/pa_stylesheet_connection.h,
11791: include/pa_stylesheet_manager.h, include/pa_table.h,
11792: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11793: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11794: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11795: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11796: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11797: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11798: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11799: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11800: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11801: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11802: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11803: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11804: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11805: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11806: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11807: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11808: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11809: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11810: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11811: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11812: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11813: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11814: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11815: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11816: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11817: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11818: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11819: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11820: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11821: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11822: types/pa_vstateless_object.h, types/pa_vstatus.C,
11823: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11824: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11825: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11826: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11827: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11828:
11829: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11830: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11831: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11832: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11833: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11834: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11835: optimized constants in expressions vstring->vdouble
11836:
11837: 2005-07-29 paf
11838:
11839: * src/types/pa_vclass.C: . shaped up error messages a bit
11840:
11841: * src/types/pa_vclass.C: + property getter can now be overridden
11842:
11843: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11844: bug fix: static parent fields were not replaced in case
11845: $derived:field[put] + property setter can now be overridden
11846:
11847: 2005-07-28 paf
11848:
11849: * configure, configure.in, src/classes/classes.h,
11850: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11851: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11852: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11853: src/classes/xnode.h, src/include/pa_hash.h,
11854: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11855: src/types/Makefile.am, src/types/pa_method.h,
11856: src/types/pa_value.h, src/types/pa_vclass.C,
11857: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11858: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11859: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11860: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11861: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11862: src/types/pa_vobject.C, src/types/pa_vobject.h,
11863: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11864: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11865: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11866: src/types/pa_vstateless_class.h,
1.95 moko 11867: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11868: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11869: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11870: dynamic_fields_join
11871:
11872: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11873: classes/xnode.C, include/pa_hash.h, main/execute.C,
11874: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11875: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11876: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11877: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11878: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11879: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11880: types/pa_vresponse.h, types/pa_vstateless_object.h,
11881: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11882: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11883: restored its checks in vobject.put_element->static fields |
11884: dynamic properties
11885:
11886: 2005-07-27 paf
11887:
11888: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11889: is some old code containing @set_name $name
11890:
11891: * src/types/pa_vobject.h: . fixed warning
11892:
11893: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11894: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11895:
11896: * src/: classes/xnode.C, include/pa_hash.h,
11897: types/pa_vstateless_class.C: ! new asserts were all false.
11898: regretfully reverted them all to checks
11899:
11900: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11901: classes/op.C, main/execute.C, types/pa_method.h,
11902: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11903: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11904: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11905: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11906: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11907: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11908: types/pa_vstateless_object.h, types/pa_vvoid.h,
11909: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11910: joined_dynamic_fields: removed unused param from put_method
11911: (returned to 3 params)
11912:
11913: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11914: joined_dynamic_fields: dynamic get/set works with overriding
11915: props [alpha2]
11916:
11917: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11918: works [alfa]
11919:
11920: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11921: classes/op.C, include/pa_hash.h, main/execute.C,
11922: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11923: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11924: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11925: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11926: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11927: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11928: types/pa_vresponse.h, types/pa_vstateless_class.C,
11929: types/pa_vstateless_object.h, types/pa_vvoid.h,
11930: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11931: joined_dynamic_fields: just compiled
11932:
11933: * src/: classes/date.C, classes/file.C, classes/hash.C,
11934: classes/hashfile.C, classes/image.C, classes/table.C,
11935: classes/xdoc.C, classes/xnode.h, main/execute.C,
11936: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11937: types/pa_vstateless_class.h: joined_dynamic_fields: started
11938:
11939: * src/types/pa_vobject.C: . object setters [only started, does not
11940: work yet]
11941:
11942: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11943: object setters [only started, does not work yet]
11944:
11945: 2005-07-26 paf
11946:
11947: * src/: include/pa_request.h, main/execute.C: . properties: set
11948: works [alpha2]. for classes. todo: for objects
11949:
11950: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11951: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11952: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11953: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11954: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11955: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11956: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11957: types/pa_vstateless_object.h, types/pa_vvoid.h,
11958: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11959: properties: set works [alpha1]
11960:
11961: 2005-07-25 paf
11962:
11963: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11964: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11965: properties: started, get works [alpha1, other approach]
11966:
11967: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11968: properties: started, get works [alpha2]
11969:
11970: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11971: pa_vstateless_class.h: . properties: started, get works [alpha]
11972:
11973: 2005-07-15 paf
11974:
11975: * src/: classes/classes.h, classes/op.C, main/execute.C,
11976: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11977: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11978: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11979: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11980: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11981: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11982: types/pa_vresponse.C, types/pa_vresponse.h,
11983: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11984: types/pa_vstateless_object.h, types/pa_vvoid.h,
11985: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11986: types/pa_wwrapper.h, types/types.vcproj: + started property
11987: [getters work but think of changing them too to precaching]
11988:
11989: 2005-07-08 paf
11990:
11991: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11992: gpf
11993:
11994: 2005-06-28 paf
11995:
11996: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11997: in passing empty strings to file::exec/cgi environment
11998:
11999: 2005-06-06 paf
12000:
12001: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12002: ^table:sql ^hash:sql now DO process $.bind option
12003:
12004: 2005-05-24 paf
12005:
12006: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12007: $.limit] now work again [support was broken in 3.1.4]
12008:
12009: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12010: ALL_INTERIOR_POINTERS
12011:
12012: 2005-05-12 paf
12013:
12014: * configure: 3.1.5beta
12015:
12016: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12017:
12018: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12019: $.limit] now work again [support was broken in 3.1.4]
12020:
12021: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12022: line-width [was refusing to fill if line-width >1, thanks to
12023: Seras <seras@pinxit.lt> for repro case
12024:
12025: 2005-04-25 paf
12026:
12027: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12028: correctly
12029:
12030: 2005-04-19 paf
12031:
12032: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12033: in VString violating invariant!!
12034:
12035: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12036: getenv("TZ")==null
12037:
12038: 2005-04-08 paf
12039:
12040: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12041: bugfix: when there is no char in charset one byte produces 6
12042: (ÿ <<max). increased buffer size!
12043:
12044: 2005-03-23 paf
12045:
12046: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12047: ^date.sql-string now takes TZ into account
12048:
12049: 2005-03-16 paf
12050:
12051: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12052: gcc 3.4
12053:
12054: * src/types/pa_vhash.C: . warning about eof eol
12055:
12056: 2005-02-17 paf
12057:
12058: * operators.txt, src/classes/op.C: + operator ^sleep(double
12059: seconds)
12060:
12061: 2005-02-02 paf
12062:
12063: * src/classes/xnode.C: beauty: removed needless includes
12064:
12065: 2005-01-31 paf
12066:
12067: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12068: $.partNoNumber now alias to $.part1
12069:
12070: * src/types/pa_vmail.C: change: incoming letter part contains
12071: "content-disposition" header with any value? now considering that
12072: part to be "file#" [for text/plain text/html were $.text#
12073: $.html#]
12074:
12075: * INSTALL: updatet to latest working versions available
12076:
12077: 2005-01-20 paf
12078:
12079: * configure.in, src/include/pa_version.h: version
12080:
12081: 2005-01-19 paf
12082:
1.116 moko 12083: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12084: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12085: couple warnings in parser3.C
1.95 moko 12086:
12087: 2004-12-23 paf
12088:
12089: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12090:
12091: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12092: dir to directory of script (when shbang used), not to directory
12093: of its interpreter
12094:
12095: * src/include/pa_version.h: compiled on win32...
12096:
12097: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12098: we need more hspace
12099:
12100: * configure, configure.in, src/include/pa_version.h: configured
12101: host to pa_version. will be displayed everywhere
12102:
12103: * src/main/pa_request.C: new: @unhandled_exception can prevent
12104: exception from being logged by setting $exception.handled(1)
12105:
12106: * operators.txt, src/classes/file.C: change:
12107: ^file::sql{query}[[options]] options: $.name[file name]
12108: $.content-type[application/what]
12109:
12110: * src/: include/pa_common.h, main/pa_common.C,
12111: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12112: new file
12113:
12114: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12115: bugfix: table->hash now regards _default
12116:
12117: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12118: created by accessing $name_of_method it acquired bad self=closest
12119: methodframe; instead of proper self (current class)
12120:
12121: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12122: hashfile produced bad cord
12123:
12124: 2004-12-10 paf
12125:
12126: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12127: subsequent failures though defined in .h
12128:
12129: * src/main/pa_common.C: comment on volatile
12130:
12131: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12132: alarm function were not used since the beginning due to stupid
12133: error [setsigjmp were not checked in configure.in]
12134:
12135: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12136: unix too
12137:
12138: * src/main/pa_common.C: http: exception status of send/recv errors
12139: change to most probable http.timeout
12140:
12141: * src/main/pa_common.C: win32: http connection $.timeout option now
12142: works [setsockopt on send/receive]
12143:
12144: 2004-12-08 paf
12145:
12146: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12147: cstr-ed knowing mail charset, and untainting uri lang now knows
12148: proper charset
12149:
12150: 2004-11-24 paf
12151:
12152: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12153:
12154: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12155: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12156:
12157: 2004-11-12 paf
12158:
12159: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12160: [since 3.0.4]
12161:
12162: 2004-11-09 paf
12163:
12164: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12165: writes basics to c:\parser3.log
12166:
12167: 2004-10-21 paf
12168:
12169: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12170: tainted strings [were returning clean onces]
12171:
12172: 2004-10-15 paf
12173:
12174: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12175: cycles(i=1; i=2), which was wrong, now does ONE
12176:
12177: 2004-10-12 paf
12178:
12179: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12180:
12181: 2004-10-07 paf
12182:
12183: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12184: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12185: release asserts
12186:
12187: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12188: String.dump() to stdout in detailed form [were String.v() in
12189: short form]
12190:
12191: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12192: \t\r\n as @#| and truncates long char sequences less
12193:
12194: 2004-10-06 paf
12195:
12196: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12197: win32 beauty: socket errors properly decoded
12198:
12199: 2004-10-05 paf
12200:
12201: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12202: request::configure_user/admin done always, even if no
12203: file-to-process useful in @unhandled_exception [say, if they
12204: would want to mail by SMTP something]
12205:
12206: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12207: now performed prior to file loading [and @auto executing] thus
12208: making $cookie:value available in @auto and in
12209: @unhandled_exception when IIS is configured to run interpreter
12210: even if no file exist
12211:
12212: 2004-09-20 paf
12213:
12214: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12215: somewhere where it should have called xmlMalloc and it calls
12216: xmlFree when it should have not called it. inserted two
12217: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12218: xmlFree just ignored. put away a testcase, maybe someday libxml
12219: author would fix all that. until that day: we have SLOW garbage
12220: collecting when many xml objects are alive hint: do
12221: ^memory:compact[] before xdoc::create
12222:
12223: 2004-09-17 paf
12224:
12225: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12226: error from 3.0.8 version]
12227:
12228: 2004-09-14 paf
12229:
12230: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12231: part bugfix: hashfile.foreach iterated only part if hashfile were
12232: modified inside
12233:
12234: 2004-09-13 paf
12235:
12236: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12237: [were as octal]
12238:
12239: * src/types/pa_vhashfile.C: beauty: not reproduced
12240: $hashfile.key[$novalue] bug [reported by motorin], inserted
12241: safety-check
12242:
12243: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12244: [not something obscure from sdbm lib]
12245:
12246: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12247: = strerror now returnes something and we can properly report that
12248: to client
12249:
12250: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12251: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12252:
12253: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12254: [tainted as-is] this helps //[space][newline] to remain as-is and
12255: not be unnecessary optimized away [ruining javascript]
12256:
12257: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12258: [tainted as-is]
12259:
12260: * src/classes/mail.C: bugfix: typo error
12261:
12262: 2004-09-09 paf
12263:
12264: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12265: separators bugfix: loads header with endings \r\n\r\n and \n\n
12266: (bloody yandex.server)
12267:
12268: 2004-09-06 paf
12269:
12270: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12271: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12272: encoded
12273:
12274: 2004-09-01 paf
12275:
12276: * src/types/pa_vmail.C: change: multipart/mixed changed to
12277: multipart/related outlook express have no problems showing
12278: unrelated attachments. todo: someday figure out a way of
12279: multipart/mixed multipart/related text/html
12280: image/xxx application/octet-stream << true attachments
12281:
12282: * src/types/pa_vmail.C: new:
12283: ^mail:send[$.file[$.content-disposition can be overriden new:
12284: empty mail header fields removed from letter
12285:
12286: * src/: classes/mail.C, include/pa_config_fixed.h,
12287: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12288: ^mail:send[ $.file[ $.any[header]
12289:
12290: 2004-08-30 paf
12291:
12292: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12293: warnings
12294:
12295: * src/main/pa_common.C: beauty: do not bother with charset
12296: detection when ^file::load[binary
12297:
12298: 2004-08-27 paf
12299:
12300: * src/main/pa_common.C: hack: for yandex.server http server
12301:
12302: 2004-08-18 paf
12303:
12304: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12305: possibly-chunked response
12306:
12307: 2004-08-17 paf
12308:
12309: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12310: $f.content-type now = that of http response
12311:
12312: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12313: $f.content-type now = that of http response
12314:
12315: 2004-07-30 paf
12316:
12317: * src/: include/pa_request.h, main/pa_request.C,
12318: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12319: win32: system&parser exceptions in release mode reported properly
12320: parser exception in exception handler WERE mistakenly reported as
12321: system exception, without details [in apache & isapi] +some
12322: beauty in exception text
12323:
12324: * src/: include/pa_exception.h, main/pa_request.C,
12325: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12326: release mode reported properly parser exception in exception
12327: handler WERE mistakenly reported as system exception, without
12328: details
12329:
12330: * src/main/execute.C: beauty: simplified system exception handling
12331:
12332: 2004-07-29 paf
12333:
12334: * src/classes/table.C: bugfix:
12335: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12336: were ignored, and \t used unconditionally]
12337:
12338: * src/types/Makefile.am: added vhash.c
12339:
12340: 2004-07-28 paf
12341:
12342: * src/: classes/date.C, classes/image.C, classes/math.C,
12343: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12344: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12345: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12346: failed on russian letters
12347:
12348: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12349: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12350: letters
12351:
12352: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12353: as 'currentDirectory' parameter to CreateProcess
12354:
12355: 2004-07-27 paf
12356:
12357: * src/targets/cgi/parser3.vcproj: beauty: win32:
12358: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12359: from release somewhere [to help searching for unhandled system
12360: exceptions]
12361:
12362: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12363: TZ shift
12364:
12365: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12366: but also in ctor
12367:
12368: 2004-07-26 paf
12369:
12370: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12371: src/main/pa_request.C, src/types/pa_vfile.h,
12372: src/types/pa_vhash.C, src/types/pa_vhash.h,
12373: src/types/types.vcproj: new: $response:body/download[
12374: $.file[name on disk] $.name[of file for user]
12375: $.mdate[date of last-modified. default from directory] ]
12376:
12377: * src/classes/file.C: moving file:send somewhere else..
12378:
12379: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12380: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12381: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12382: $response:download[ $.filename[filename] $.option[] ,, ]
12383:
12384: * src/classes/file.C: beauty: invalid mode thoroughly reported
12385:
12386: 2004-07-21 paf
12387:
12388: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12389: to several lines
12390:
12391: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12392:
12393: note: ms outlook[!express] shows only first 255 characters of
12394: subject
12395:
12396: 2004-07-15 paf
12397:
12398: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12399: off]
12400:
12401: 2004-07-14 paf
12402:
12403: * src/classes/table.C: bugfix: $.bind values now got untainted
12404: according to lang [were: as-is]
12405:
12406: 2004-07-07 paf
12407:
12408: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12409: checked that
12410:
12411: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12412: now untainted according to their languages. were: as-is.
12413: EVERYWHERE
12414:
12415: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12416: environment string now untainted according to their languages.
12417: were: as-is. EVERYWHERE
12418:
12419: * src/main/pa_exec.C: bufix: on unix environment string now
12420: untainted according to their languages. were: as-is. on win32:
12421: ok
12422:
12423: * parser3.vssscc: ...would not go unnoticed
12424:
12425: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12426: fails. in case on input appears nonutf, those bytes will be
12427: printed in %HH form. that can be easily decoded/recovered.
12428:
12429: this form is quite noticable, and hopefully would not go noticed
12430:
12431: 2004-07-06 paf
12432:
12433: * src/main/pa_exec.C: bufix: on unix environment string now
12434: untainted according to their languages. were: as-is. on win32:
12435: ok
12436:
12437: 2004-07-01 paf
12438:
12439: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12440: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12441: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12442: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12443: main/main.vcproj, targets/cgi/parser3.vcproj,
12444: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12445: option: global optimization ON
12446:
12447: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12448: to do xdoc::create{invalid chars} standard disables chars less
12449: then \x20, except tab, cr, lf.
12450:
12451: changed tainting so that those become '!'
12452:
12453: 2004-06-25 paf
12454:
12455: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12456: int on odd address [prev bugfix failed due to superwize
12457: optimizer, which turned memcpy into same 'ld' asm command]
12458:
12459: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12460: int on odd address
12461:
12462: 2004-06-22 paf
12463:
12464: * src/sql/pa_sql_driver.h: note: about possible optimization
12465:
12466: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12467: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12468: src/include/pa_config_includes.h: new: ^void:sql{call
12469: paf(:a)}[ $.bind[ $.a[2]
12470: ] ] output variables work. todo: check in out
12471: variables
12472:
12473: 2004-06-18 paf
12474:
12475: * src/: classes/file.C, classes/hash.C, classes/string.C,
12476: classes/table.C, classes/void.C, include/pa_globals.h,
12477: include/pa_sql_connection.h, main/compile.tab.C,
12478: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12479: $.bind[ $.a[2] ]
12480: ] input variables work. todo:output
12481:
12482: * src/targets/cgi/parser3.C: bugfix: iis specific
12483: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12484: /_bug.html?404;http://hpsv/test/
12485: --------------------------------------------------------------------------------
12486: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12487: --------------------------------------------------------------------------------
12488: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12489:
12490: 2004-06-16 paf
12491:
12492: * src/targets/cgi/parser3.C: new: iis specific
12493: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12494: $request:query
12495: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12496: $form:fields IIS-STATUS="404"
12497: IIS-DOCUMENT="http://server/_bug.html" f="v"
12498:
12499: todo: isapi too
12500:
12501: 2004-05-26 paf
12502:
12503: * src/include/pa_version.h: 3.1.3
12504:
12505: * operators.txt: beauty: removed outdated level 'table'
12506:
12507: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12508:
12509: * src/main/pa_string.C: beauty: removed 3 warnings
12510:
12511: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12512: classes/op.C: beauty: removed outdated level 'table'
12513:
12514: 2004-05-25 paf
12515:
12516: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12517: implementation. mistery: how anything worked
12518:
12519: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12520: changed, it is now safe to use url if pointers to it are stored
12521: to gc mem
12522:
12523: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12524: unknown errors reported and not cause SIGSEGV now
12525:
12526: 2004-05-24 paf
12527:
12528: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12529: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12530: less memory: CORD_chars_block originally intended to ... it was
12531: good that CORD_chars_block were not used: it consumes more memory
12532: [and, might be slow too] undoing that. [and removed that func so
12533: that it would not confuse parser developer in future]
12534:
12535: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12536: less memory: CORD_chars_block originally intended to
12537: speedup/reduce mem usage were forgotten, and were used stupid
12538: CORD_chars
12539:
12540: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12541:
12542: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12543: BIGENDIAN processors space-conserving mech failed, causing
12544: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12545: (1|2|3));
12546:
12547: 2004-05-14 paf
12548:
12549: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12550: bugfix: void now has vfile value, and $response:body[] works OK
12551:
12552: 2004-05-12 paf
12553:
12554: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12555: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12556: sources to use is_defined() {return as_bool();} along VBool
12557:
12558: 2004-05-11 paf
12559:
12560: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12561: referencing to local objects
12562:
12563: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12564: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12565: left intact
12566:
12567: 2004-04-15 paf
12568:
12569: * src/classes/date.C: merged: beauty: unused var removed
12570:
12571: * src/classes/date.C: beauty: unused var removed
12572:
12573: * src/include/: pa_exec.h: bugfix: interface without pointer
12574: provoked bug
12575:
12576: 2004-04-09 paf
12577:
12578: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12579:
12580: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12581:
12582: 2004-04-08 paf
12583:
12584: * src/classes/date.C: new: ^date::create[y-m-d
12585: h-M-s>>.milliseconds<<] now allowed, ignored so far
12586:
12587: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12588:
12589: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12590: to consult default catalog [usually, that file belongs to other
12591: user/group]
12592:
12593: 2004-04-06 paf
12594:
12595: * src/main/pa_common.C: beauty: gcc warning removed
12596:
12597: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12598: accept that trick, trying other
12599:
12600: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12601: explicit result problem
12602:
12603: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12604: explicit result problem
12605:
12606: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12607: explicit result problem
12608:
12609: * operators.txt, src/classes/string.C: new: ^string.append[string]
12610:
12611: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12612: main/execute.C: attempt_check_call_in_explicit_result_mode:
12613: failed
12614:
12615: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12616: http://i.p.a.ddress gethostbyaddr added [on some platforms
12617: gethostbyname failed with such 'domains'] now checked properly,
12618: were: needless reverse/forward dns lookup
12619:
12620: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12621: http://i.p.a.ddress gethostbyaddr added [on some platforms
12622: gethostbyname failed with such 'domains'] now checked properly,
12623: were: needless reverse/forward dns lookup
12624:
12625: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12626: @method[][result] means "no string output here" moved to lexical
12627: level [on grammar level it were too difficult]
12628:
12629: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12630: src/main/compile.y, src/main/compile_tools.h,
12631: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12632: @method[][result] means "no string output here", implemented part
12633: of that idea: compiler throws away string literal generation
12634: code. and barks nonwhitespace chars
12635:
12636: * operators.txt: truth: removed comment about $ORIGIN
12637:
12638: 2004-04-05 paf
12639:
12640: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12641: src/include/pa_version.h, src/main/pa_common.C,
12642: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12643:
12644: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12645: Konstantin Tomashevitch [mailto:konst@design.ru]
12646:
12647: * src/doc/html2chm.cmd: beauty: no need in bg here
12648:
12649: * src/doc/sources2html.cmd: beauty: same window, in bg it
12650: interfered with FAR console
12651:
12652: * configure, configure.in: 3.1.3
12653:
12654: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12655:
12656: * src/main/pa_common.C: removed warning
12657:
12658: * src/include/pa_version.h: 3.1.3
12659:
12660: 2004-04-02 paf
12661:
12662: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12663:
12664: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12665: allows to specify where to put parser log file
12666:
12667: 2004-04-01 paf
12668:
12669: * src/classes/table.C: bugfix: bugfix: table::load last line
12670: without tab and enter were ignored
12671:
12672: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12673: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12674: main/pa_socks.C, targets/cgi/parser3.C,
12675: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12676: bugfix: sql connections now are disconnected
12677:
12678: 2004-03-30 paf
12679:
12680: * src/classes/table.C: bugfix: table::load last line without tab
12681: and enter were ignored
12682:
12683: * src/classes/table.C: bufix: if last table lines were commented,
12684: gpfed
12685:
12686: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12687: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12688: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12689: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12690: doc/methoded.dox, doc/object.dox, doc/string.dox,
12691: doc/targets.dox, doc/value.dox, include/pa_version.h,
12692: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12693: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12694: bugfixes from 3.1.2, changed version to 3.1.3beta
12695:
12696: 2004-03-29 paf
12697:
12698: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12699: causes gpf
12700:
12701: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12702: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12703: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12704: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12705: value.dox: translated to english
12706:
12707: 2004-03-25 paf
12708:
12709: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12710: parser3project dependency removed
12711:
12712: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12713: bugfix: refused to compile without xml
12714:
12715: * src/types/pa_vform.C: beauty: removed warning
12716:
12717: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12718: any folder [removed last ;) folder dependency]
12719:
12720: * src/classes/classes.vcproj: bugfix: now all compiles in any
12721: folder [removed last ;) folder dependency]
12722:
12723: * src/include/pa_version.h: release
12724:
12725: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12726:
12727: * src/classes/table.C: beauty: comment& more meaningful error
12728: message
12729:
12730: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12731: $.hash[$.column_value1(true) ... ] [were producing some strang
12732: thing]
12733:
12734: 2004-03-23 paf
12735:
12736: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12737: and http status line parsing checked number of columns in table
12738: [user reported an assert]
12739:
12740: * operators.txt: example: on hashfile
12741:
12742: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12743: bugfix: junction reattach now actually reattaches a junction to
12744: new wcontext [were only assigning it to junction, which caused
12745: junction tracking to loose junction, and it's context were not
12746: killed, and it tried to process in invalid context, gpf]
12747:
12748: * src/targets/cgi/parser3.C: debug helper added
12749:
12750: 2004-03-19 paf
12751:
12752: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12753: "type(type)" in braces
12754:
12755: 2004-03-10 paf
12756:
12757: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12758: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12759: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12760: solution to search-in-namespaces problem:
12761: $xdoc.search-namespaces.x[http://pif.design.ru/]
12762: $nodes[^xdoc.select[//x:second]]
12763:
12764: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12765: expression][[NAMESPACES HASH]] allows to search for info in
12766: namespaces
12767:
12768: $nodes[^xdoc.select[//x:second][
12769: $.x[http://pif.design.ru/] ]]
12770:
12771: 2004-03-09 paf
12772:
12773: * operators.txt, src/main/pa_common.C: new:
12774: ^file::load[...][options] $.form[
12775: !$.field1[string]
12776: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12777: ] !$.body[string]
12778:
12779: GET ?here notGET(POST, HEAD, others) in content-type:
12780: application/x-www-form-urlencoded
12781:
12782: todo: upload files ability
12783:
12784: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12785: properly, done
12786:
12787: 2004-03-05 paf
12788:
12789: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12790: GET/POST $.form[$.fields started, not tested yet
12791: todo:$.field[table] for multiple values
12792:
12793: * operators.txt: new: http:// options $.user $.password basic
12794: authorization
12795:
12796: * src/main/pa_common.C: beauty: link to rtf added
12797:
12798: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12799: new: http:// options $.user $.password basic authorization
12800:
12801: * src/main/pa_common.C: beauty: removed needless vars
12802:
12803: * operators.txt: new: pgsql option [like that recently added to
12804: oracle driver] ClientCharset=parser-charset <<
12805: charset in which parser thinks client works
12806:
12807: * operators.txt: new: odbc option [like that recently added to
12808: oracle driver] ClientCharset=parser-charset <<
12809: charset in which parser thinks client works
12810:
12811: * src/sql/pa_sql_driver.h: beauty: important warning added
12812:
12813: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12814: char!
12815:
12816: * etc/parser3.charsets/windows-1251.cfg: typo
12817:
12818: 2004-03-04 paf
12819:
12820: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12821: cached, sql transcoding now goes faster
12822:
12823: * operators.txt: new: mysql option [like that recently added to
12824: oracle driver] ClientCharset=parser-charset <<
12825: charset in which parser thinks client works
12826:
12827: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12828: typo error
12829:
12830: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12831: chars commented
12832:
12833: 2004-03-03 paf
12834:
12835: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12836: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12837:
12838: 2004-03-02 paf
12839:
12840: * operators.txt: new[update typo]: !^void.left(n)
12841: nothing !^void.right(n) nothing !^void.mid(p[;n])
12842: nothing
12843:
12844: * operators.txt, src/classes/void.C: new: !^void.left(n)
12845: nothing !^void.right(n) nothing !^void.pos(p[;n])
12846: nothing
12847:
12848: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12849: ^file::sql[[name_to_become_$.name]]{} query result must be one
12850: row with columns: first: data second: file name third:
12851: content-type
12852:
12853: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12854: ^connect gets properly escaped string, which can be passed to
12855: request now this for mysql only. it's up to parser sql driver to
12856: fix zeros properly
12857:
12858: * INSTALL: note: added on building apache with this option:
12859: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12860:
12861: 2004-03-01 paf
12862:
12863: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12864: extension memory:compact befor processingrequest
12865:
12866: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12867: call sole column of result
12868:
12869: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12870: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12871: pixel color
12872:
12873: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12874: beauty: image -- less checks [were ugly impl]
12875:
12876: * src/classes/string.C: bugfix: ^string.left/right/mid with
12877: negative values now considered bad
12878:
12879: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12880:
12881: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12882: options now have unified defaults [after transform
12883: indent/omit-xml-declaration/standalone 'default' erroreously
12884: meant 'true']
12885:
12886: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12887: added [on some platforms gethostbyname failed with such
12888: 'domains']
12889:
12890: * src/include/pa_config_auto.h.in: no select check, no define
12891:
12892: * src/classes/string.C: feature: ^string.trim both parameters may
12893: be empty-strings, meaning kind=both chars=whitespaces
12894:
12895: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12896: exist
12897:
12898: * src/classes/string.C: check: trim 'chars' must not be empty,
12899: exception if it is
12900:
12901: * src/classes/string.C: changed: ^string.trim [] << both,
12902: whitespaces [start|both|end] << kind, whitespaces
12903: [start|both|end;chars] full
12904:
12905: 2004-02-27 paf
12906:
12907: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12908: method: ^string.trim[start|both|end[;chars]] default
12909: 'chars' -- whitespace chars finished
12910:
12911: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12912: src/main/pa_string.C: new method:
12913: ^string.trim[start|both|end[;chars]] default 'chars' --
12914: whitespace chars started, only start works
12915:
12916: * src/main/compile.C: bugfix: line numbers after
12917: ^process{}[$.line(-10]] can be negative, allowed to print they as
12918: signed
12919:
12920: * src/main/untaint.C: speed: there's no \n chars in output
12921: [normally], so no need to optimize them they could be retrived
12922: from databases, though. but 1. should be replaced 2. if not
12923: optimized, no harm done
12924:
12925: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12926: ^file::exec/cgi could return invalid status & zombie child can
12927: remain for short period until process exists [very bad in
12928: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12929:
12930: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12931: malicious SMTP server to attack as by returning too long status
12932: responses http://i2/tasks/edit/?id=4629448401140924947
12933:
12934: 2004-02-26 paf
12935:
12936: * operators.txt: feature: ^process...{CODE}[now has options] which
12937: are $.main[to what to rename @main] $.file[file,
12938: from which (user says) goes that CODE] $.lineno(line
12939: number in that file, where CODE starts. may be negative)
12940:
12941: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12942: src/main/compile.C, src/main/compile_tools.h,
12943: src/main/pa_request.C: feature: ^process...{CODE}[now has
12944: options] which are $.main[to what to rename @main]
12945: $.file[file, from which (user says) goes that CODE]
12946: $.lineno(line number in that file, where CODE starts. may be
12947: negative)
12948:
12949: 2004-02-25 paf
12950:
1.116 moko 12951: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12952: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12953:
12954: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12955: produces hash of column=>1
12956:
12957: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12958: with incomplete errno constants set
12959:
12960: 2004-02-24 paf
12961:
12962: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12963: "man select"
12964:
12965: * src/main/pa_os.C: beauty: <0 better then ==-1
12966:
12967: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12968:
12969: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12970:
1.116 moko 12971: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12972:
12973: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12974: unix: steps to work on unix [extracted 'to']
12975:
12976: * src/classes/mail.C: smtp on unix: steps to work on unix
12977:
12978: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12979:
1.116 moko 12980: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12981: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12982: unix [testing on solaris]
1.95 moko 12983:
12984: 2004-02-20 paf
12985:
12986: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12987: pointing that out
12988:
12989: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12990: fixed again [same solution, mistanenly removed one line]
12991:
12992: 2004-02-19 paf
12993:
12994: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12995: date::create from bad datetime in spring daylightsaving hole now
12996: OK for all platforms [on some platforms it failed]
12997:
12998: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12999: in daylightsaving hole] now throws error
13000:
13001: * src/classes/date.C: comment: mistake fixed
13002:
13003: 2004-02-18 paf
13004:
13005: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13006: now renderes in $request:charset, but in header puts
13007: $response:charset todo: make that default only so that coder
13008: could override that
13009:
13010: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13011: turns off omit-xml-declaration
13012:
13013: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13014: /.xsl for sample
13015:
13016: 2004-02-17 paf
13017:
13018: * src/classes/xdoc.C: beauty: needless helper class removed
13019:
13020: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13021: copied extra time
13022:
13023: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13024: part of libxml
13025:
13026: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13027: libxml to do the work] <xsl:output method="html"
13028: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13029: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13030: />
13031:
13032: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13033:
13034: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13035: caused assertion
13036:
13037: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13038: could hang. now such add does nothing, sub clears $hash
13039:
13040: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13041: not made quoted-printable
13042:
13043: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13044: string invariant
13045:
13046: 2004-02-16 paf
13047:
13048: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13049: cleared [were not cleared properly]
13050:
13051: 2004-02-13 paf
13052:
1.116 moko 13053: * src/include/pa_version.h: prerelease
1.95 moko 13054:
13055: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13056: used, introducing dependencies timestamp check
13057:
13058: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13059: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13060: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13061: .xsl.stamp now not used, introducing dependencies timestamp check
13062:
1.150 moko 13063: * configure.in: auto.p: @conf made relative
1.95 moko 13064:
13065: 2004-02-12 paf
13066:
13067: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13068: ruined empty <input type=file> submits. parser thought there were
13069: nameless empty file and $form:field got value of type 'file'
13070:
13071: * INSTALL: --without-threads
13072:
13073: * src/include/pa_sapi.h: 2004
13074:
13075: 2004-02-11 paf
13076:
13077: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13078: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13079: classes/hashfile.C, classes/image.C, classes/int.C,
13080: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13081: classes/response.C, classes/string.C, classes/table.C,
13082: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13083: include/pa_array.h, include/pa_cache_managers.h,
13084: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13085: include/pa_config_fixed.h, include/pa_config_includes.h,
13086: include/pa_dictionary.h, include/pa_dir.h,
13087: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13088: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13089: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13090: include/pa_request_charsets.h, include/pa_request_info.h,
13091: include/pa_socks.h, include/pa_sql_connection.h,
13092: include/pa_sql_driver_manager.h, include/pa_stack.h,
13093: include/pa_string.h, include/pa_stylesheet_connection.h,
13094: include/pa_stylesheet_manager.h, include/pa_table.h,
13095: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13096: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13097: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13098: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13099: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13100: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13101: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13102: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13103: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13104: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13105: main/pa_sql_driver_manager.C, main/pa_string.C,
13106: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13107: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13108: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13109: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13110: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13111: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13112: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13113: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13114: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13115: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13116: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13117: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13118: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13119: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13120: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13121: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13122: types/pa_vresponse.h, types/pa_vstateless_class.C,
13123: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13124: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13125: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13126: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13128: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13129:
13130: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13131: debug version of gc.dll
13132:
13133: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13134: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13135: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13136: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13137: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13138: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13139: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13140: processes
13141:
13142: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13143: main/pa_globals.C, targets/cgi/parser3.vcproj,
13144: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13145: changes to reflect libxml xsl new folders
13146:
13147: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13148: lib/smtp/smtp.vcproj, main/main.vcproj,
13149: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13150: to reflect libxml xsl new folders
13151:
13152: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13153: lib/smtp/smtp.vcproj, main/main.vcproj,
13154: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13155: types/types.vcproj: started changes to reflect libxml xsl new
13156: folders
13157:
13158: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13159: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13160: src/main/compile.tab.C, src/main/main.vcproj,
13161: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13162: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13163: started changes to reflect libxml xsl new folders
13164:
13165: 2004-02-10 paf
13166:
13167: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13168: compile. recommened latest libxml up to date
13169:
13170: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13171: pattern compilation errors", on which spent 4 hours worktime. use
13172: versions higher than that. recommended now latest up to date
13173:
13174: 2004-02-06 paf
13175:
13176: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13177: beauty: unified destructing style
13178:
13179: * src/main/untaint.C: beauty: removed old def/ifdef
13180:
13181: * src/main/untaint.C: beauty: coredump @unknown untaint language
13182: now
13183:
13184: 2004-02-03 paf
13185:
13186: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13187: targets/isapi/parser3isapi.C, types/pa_value.C,
13188: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13189: then %ld/%lu
13190:
13191: * src/main/pa_common.C: typo: %l -> %u
13192:
13193: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13194: in attributes or documents-results of transform now not xx;
13195:
13196: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13197:
13198: * src/main/pa_charset.C: bugfix: forgot to undo some
13199:
13200: * src/main/pa_charset.C: beauty: uncomment
13201: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13202: libraries
13203:
13204: 2004-02-02 paf
13205:
13206: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13207: $cookie:example[ $.value[value] $.path[/there/] ]
13208:
13209: $cookie:example[ $.value[] $.expires[session]
13210: $.path[/there/] $.domain[test.com] ]
13211:
13212: * src/types/pa_vform.C: bugfix: empty values with
13213: enctype=multipart/form-data now produce entries in $form:tables
13214: <form method=post enctype=multipart/form-data> <input type=hidden
13215: name=a> <input type=hidden name=b>
13216:
13217: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13218: <hr> <pre>$request:body
13219:
13220: 2004-01-30 paf
13221:
13222: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13223: or documents-results of transform now not xx;
13224:
13225: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13226: produce exception.
13227:
13228: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13229: bugfix: ^date::create[invalid fields now produce exception.
13230:
13231: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13232: year] now produces exception. todo: check other fields
13233:
13234: 2004-01-29 paf
13235:
13236: * src/include/pa_memory.h: typo error
13237:
13238: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13239: more byte then specified, then zeroed it << useless and
13240: potentially harmful(could gpf)
13241:
13242: 2004-01-22 paf
13243:
13244: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13245:
13246: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13247: optimization
13248:
13249: * src/main/untaint.C: bugfix: whitespace now optimized properly
13250: [were bug: ^taint[1 & 2]="1 &2"
13251:
13252: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13253: errors
13254:
13255: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13256: overflow
13257:
13258: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13259: error-reporting code * in parser-error reporting code [when no
13260: @unhandled_exception defined]
13261:
13262: fixed in one place: my *snprintf override
13263:
13264: 2004-01-13 paf
13265:
13266: * operators.txt: typo erro
13267:
13268: 2003-12-25 paf
13269:
13270: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13271: garbled [pieces after zero bytes were removed]
13272:
13273: 2003-12-22 paf
13274:
1.116 moko 13275: * src/include/Makefile.am: bugfix: removed from dist:
13276: src/include/pa_config_auto.h which were configured for
1.95 moko 13277: make-dist-platform and badly updated proper config file in target
13278: [when .tar used for updating existing source tree]
13279:
13280: * ChangeLog, operators.txt, src/classes/op.C,
13281: src/include/pa_sql_connection.h,
13282: src/include/pa_sql_driver_manager.h,
13283: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13284: feature: sql introducing ability to transcode charsets
13285:
13286: 2003-12-19 paf
13287:
13288: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13289: error message
13290:
13291: * src/main/pa_charset.C: bugfix: memory for charsethandler
13292: structure for libxml now allocated properly
13293:
13294: 2003-12-17 paf
13295:
13296: * src/types/pa_vfile.C: beauty: removed outdated cast
13297:
13298: * src/main/pa_common.C: bugfix: empty http response caused gpf
13299:
13300: * src/include/pa_string.h: bugfix: removed too strong a assert
13301:
13302: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13303: unreported xmlGenericErrors]
13304:
13305: 2003-12-15 paf
13306:
13307: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13308: works}
13309:
13310: 2003-12-11 paf
13311:
13312: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13313: id
13314: !$status:tid thread id
13315:
13316: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13317: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13318: bugfix(solaris): removed dependency on object initialization
13319: order [one more place]
13320:
13321: * src/: classes/file.C, classes/mail.C, classes/op.C,
13322: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13323: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13324: understand that
13325:
13326: * src/: classes/file.C, classes/mail.C, classes/op.C,
13327: classes/xdoc.C, include/pa_cache_managers.h,
13328: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13329: include/pa_stylesheet_manager.h, main/pa_request.C,
13330: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13331: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13332: ctor call [relying on implicit String::Body(cstr) call]
13333:
13334: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13335: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13336: object initialization order [two places]
13337:
13338: 2003-12-10 paf
13339:
13340: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13341: << time now ok
13342:
13343: * operators.txt, src/main/pa_sql_driver_manager.C,
13344: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13345: operational
13346:
13347: * ChangeLog, operators.txt, src/classes/xdoc.C,
13348: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13349: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13350: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13351: back operational
13352:
13353: 2003-12-02 paf
13354:
13355: * src/types/pa_vmail.C: bugfix:
13356: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13357: as-is forced]
13358:
13359: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13360: exceptions out of libxml callbacks: reimplemented error handling
13361: of http://localhost, parser://method and safemode check callbacks
13362:
13363: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13364: [merged from HEAD]
13365:
13366: * src/classes/image.C: nothing: comment removed
13367:
13368: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13369: addresses to int
13370:
13371: 2003-12-01 paf
13372:
13373: * src/main/pa_xml_io.C: bugfix: typo
13374:
13375: * src/main/pa_globals.C: bugfix: win32: compile prob
13376:
13377: * src/classes/xdoc.C: bugfix: typo
13378:
13379: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13380: exception
13381:
13382: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13383:
13384: 2003-11-28 paf
13385:
13386: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13387: all xml documents read
13388:
13389: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13390:
13391: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13392: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13393: replaced original open mech of xdoc::create & co to use libxml
13394: open, so that this would work for root document todo: safe mode
13395: checks to libxml: ideally to some 1 point
13396:
13397: * src/main/pa_xml_io.C: comment
13398:
13399: * operators.txt, src/main/pa_xml_io.C: leading / in
13400: http://parser[abscent params]
13401:
13402: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13403: works. todo: maybe replace original open mech of xdoc::create &
13404: co to use libxml open, so that this would work for root document
13405:
13406: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13407: "parser://method/params/here"> <test> &test^; </test> }]
13408:
13409: ^taint[^xdoc.string[]]
13410:
13411: @method[param] <!ENTITY test
13412: "test-entity-value+$form:user+$param!">
13413:
13414: 2003-11-27 paf
13415:
13416: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13417:
13418: * src/classes/date.C: bugfix: typo error
13419:
13420: 2003-11-26 paf
13421:
13422: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13423: src/main/Makefile.am, src/main/main.vcproj,
13424: src/main/pa_globals.C, src/main/pa_request.C,
13425: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13426: xml errors to hash<thread_id,error> reorganization: xml io moved
13427: to pa_xml_io.C/h
13428:
13429: * src/types/pa_value.h: warnings: --
13430:
13431: 2003-11-25 paf
13432:
13433: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13434: whatever)
13435:
13436: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13437: a, (c?x:y, z)
13438:
13439: * src/main/untaint.C: bugfix: consequences of not reading this
13440: comment: CORD_pos_chars_left /* Number of characters in cache.
13441: <= 0 ==> none */
13442:
13443: * src/include/pa_array.h: removed needless checks
13444:
13445: 2003-11-24 paf
13446:
13447: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13448: removed limit: now $form:xxx can be accessed anytime, even in
13449: @auto/conf [and request/response:charset still can be changed
13450: anytime]
13451:
13452: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13453: now not transcodes response body
13454:
13455: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13456: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13457: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13458: $xdoc.firstChild.firstChild.nodeValue[different]
13459: ^taint[^xdoc.string[]]
13460:
13461: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13462: workaround: static Hash::allocates -> static Hash_allocates
13463:
13464: 2003-11-21 paf
13465:
1.116 moko 13466: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13467: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13468: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13469:
13470: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13471:
13472: * src/classes/mail.C: bugfix: typo
13473:
13474: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13475: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13476: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13477: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13478: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13479: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13480:
13481: * src/main/pa_exec.C: bug in safe mode
13482:
13483: * src/include/Makefile.am: pa_xml_exception.h
13484:
13485: * src/targets/isapi/parser3isapi.C: more warnings --
13486:
13487: 2003-11-20 paf
13488:
13489: * src/: classes/math.C, classes/op.C, classes/string.C,
13490: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13491: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13492: --
13493:
13494: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13495: more warnings --
13496:
13497: * src/classes/xdoc.C: more warnings --
13498:
13499: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13500:
13501: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13502: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13503:
13504: * src/: classes/date.C, classes/file.C, classes/hash.C,
13505: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13506: classes/table.C, include/pa_cache_managers.h,
13507: include/pa_stylesheet_connection.h, main/pa_request.C,
13508: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13509: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13510: --
13511:
13512: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13513: can't report problem (undefined @unhandled_exception) problem
13514: source string were not reported
13515:
13516: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13517: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13518: classes/hashfile.C, classes/image.C, classes/int.C,
13519: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13520: classes/response.C, classes/string.C, classes/table.C,
13521: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13522: include/pa_array.h, include/pa_cache_managers.h,
13523: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13524: include/pa_config_fixed.h, include/pa_dictionary.h,
13525: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13526: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13527: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13528: include/pa_request.h, include/pa_request_charsets.h,
13529: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13530: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13531: include/pa_stack.h, include/pa_string.h,
13532: include/pa_stylesheet_connection.h,
13533: include/pa_stylesheet_manager.h, include/pa_table.h,
13534: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13535: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13536: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13537: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13538: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13539: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13540: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13541: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13542: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13543: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13544: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13545: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13546: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13547: targets/isapi/parser3isapi.C, types/pa_junction.h,
13548: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13549: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13550: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13551: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13552: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13553: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13554: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13555: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13556: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13557: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13558: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13559: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13560: types/pa_vresponse.h, types/pa_vstateless_class.C,
13561: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13562: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13563: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13564: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13565: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13566: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13567: const IDENT
13568:
13569: * src/: include/pa_array.h, include/pa_pool.h,
13570: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13571: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13572: types/pa_wcontext.h: more warnings --
13573:
13574: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13575: classes/file.C, classes/hash.C, classes/hashfile.C,
13576: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13577: classes/memory.C, classes/op.C, classes/string.C,
13578: classes/table.C, classes/xdoc.C, classes/xnode.C,
13579: include/pa_config_includes.h, include/pa_operation.h,
13580: include/pa_sql_connection.h, include/pa_table.h,
13581: include/pa_types.h, lib/ltdl/config_fixed.h,
13582: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13583: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13584: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13585: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13586: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13587: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13588: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13589: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13590: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13591: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13592: types/pa_vmail.C, types/pa_vobject.C,
13593: types/pa_vstateless_class.h, types/pa_vtable.C,
13594: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13595: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13596: on all projects (except libltdl=off & libsdbm=level3) found
13597: several unitialized vars
13598:
13599: 2003-11-19 paf
13600:
13601: * src/classes/op.C: more ansi C++ comp
13602:
13603: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13604: src/main/pa_request.C: ^cache[...]{body}{catch block with
13605: $exception.handled[cache] meaning "get expired cache, if any.
13606: else error"}
13607:
13608: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13609: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13610: ^cache[...]{body}{catch code with $exception.cache field}
13611:
13612: 2003-11-12 paf
13613:
13614: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13615: [copy/paste bug]
13616:
13617: 2003-11-11 paf
13618:
13619: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13620: failed]
13621:
13622: 2003-11-10 paf
13623:
13624: * src/types/pa_vconsole.h: flush
13625:
13626: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13627: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13628: read/write [for nntp]
13629:
13630: * operators.txt: mysql: transaction support: ?autocommit=0
13631:
13632: * operators.txt: comment: updated
13633:
13634: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13635: serialize version and exipire now removes entries
13636:
13637: * operators.txt: ^hashfile.delete[] removes files altogether [and
13638: dir, if could]
13639:
13640: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13641: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13642: removes files altogether [and dir, if could]
13643:
13644: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13645: nonexistent pair. .c coded that that was error. fixed
13646:
13647: * src/types/pa_vhashfile.C: sdbm: exception type change to
13648: file.access [regretfull can't split it to different exceptions
13649: without modifying sdbm source wich would prefer not to]
13650:
13651: 2003-11-07 paf
13652:
13653: * src/: classes/date.C, classes/file.C, classes/hash.C,
13654: classes/hashfile.C, classes/image.C, classes/table.C,
13655: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13656: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13657: main/execute.C, main/main.vcproj, main/pa_pool.C,
13658: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13659: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13660: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13661: destructing objects at request processing end
13662:
13663: 2003-11-06 paf
13664:
13665: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13666: updates
13667:
13668: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13669: to include sdbm
13670:
1.116 moko 13671: * src/include/: pa_config_includes.h, pa_version.h: our
13672: replacements of max& co only for cpp
1.95 moko 13673:
13674: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13675: upper dir, .am updated
13676:
13677: * tests/todo.txt: hashfile: done
13678:
13679: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13680: expiration [time in value. todo: move time to key]
13681:
13682: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13683:
13684: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13685: to do that in foreach, no errors, but surely wrong]
13686:
13687: * operators.txt, src/types/pa_vhashfile.C,
13688: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13689:
13690: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13691: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13692: foreach
13693:
13694: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13695: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13696:
13697: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13698: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13699:
13700: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13701: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13702: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13703: get/put [raw]
13704:
13705: * src/: classes/op.C, main/pa_os.C: just linked
13706:
13707: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13708: XmlException changes
13709:
13710: * src/: include/pa_charset.h, include/pa_globals.h,
13711: include/pa_stylesheet_connection.h, main/pa_exception.C:
13712: XmlException changes
13713:
13714: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13715:
13716: * src/: include/pa_common.h, include/pa_exception.h,
13717: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13718: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13719: main/pa_xml_exception.C: locking move to pa_os [along with
13720: pa_sleep] apr-impl locking done
13721:
13722: * configure, configure.in, operators.txt, parser3.sln,
13723: src/classes/classes.vcproj, src/classes/hashfile.C,
13724: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13725: src/include/pa_exception.h, src/include/pa_globals.h,
13726: src/include/pa_memory.h, src/include/pa_version.h,
13727: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13728: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13729: src/main/compile.tab.C, src/main/main.vcproj,
13730: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13731: src/types/Makefile.am, src/types/pa_vhash.C,
13732: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13733: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13734: again with sdbm from apache
13735:
13736: 2003-11-05 paf
13737:
13738: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13739: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13740: \parser3project dir anymore
13741:
13742: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13743: thoughtlessly from xalan]
13744:
13745: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13746: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13747: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13748:
13749: * src/main/helpers/CaseFolding.txt:
13750: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13751:
13752: 2003-11-04 paf
13753:
13754: * operators.txt: comment: ^mail:send[$.options[
13755:
13756: * src/classes/table.C: compiled on unix
13757:
1.116 moko 13758: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13759:
13760: * src/classes/mail.C: compiled on unix
13761:
13762: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13763: src/types/pa_vmail.h: !^mail:send[
13764: $.options[unix: string to append to sendmail command
13765: line]
13766:
13767: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13768: tests/todo.txt: ^table.save[... $.separator[^#09]
13769: $.encloser["] <nothing> by default
13770:
13771: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13772: !$.separator[^#09] !$.encloser["] <nothing> by
13773: default
13774:
13775: 2003-11-03 paf
13776:
13777: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13778: ^table::load[; options: !$.column-separator[^#09]
13779: !$.column-encloser["]
13780:
13781: * operators.txt, src/include/pa_config_fixed.h,
13782: src/types/pa_vrequest.C: $request:document-root
13783:
13784: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13785: [already included into uri=xxx]
13786:
13787: * operators.txt, src/classes/image.C, tests/todo.txt:
13788: ^image.gif[filename] for $response:download
13789:
13790: * src/classes/date.C: minor precaution
13791:
13792: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13793: !^date.unix-timestamp[]
13794:
13795: 2003-10-30 paf
13796:
13797: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13798: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13799:
13800: * src/classes/: date.C, image.C: improvement diagnostics:
13801: $now[^date::create[$undefined]] now is error
13802:
13803: * src/main/pa_common.C: read errors would now be reported 'actually
13804: read -1 bytes'
13805:
13806: 2003-10-24 paf
13807:
13808: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13809: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13810: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13811: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13812:
13813: 2003-10-22 paf
13814:
13815: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13816:
13817: 2003-10-21 paf
13818:
13819: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13820: fixed: string.match[g] without <'> option produced columns with
13821: NULL's, which gpf'ed at table.save time
13822:
13823: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13824: recoursion' message with intensive throw-catches fixed: incorrect
13825: name and line (one name upper then needed) in error message about
13826: problems inside try block
13827:
13828: 2003-10-10 paf
13829:
13830: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13831: check offset argument for validity did that in String::Body::pos
13832: myself http://i2/tasks/edit/?id=4577425257580789777
13833:
13834: 2003-10-07 paf
13835:
13836: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13837: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13838:
13839: 2003-10-03 paf
13840:
13841: * parser3.sln, src/include/pa_dictionary.h,
13842: src/main/pa_dictionary.C, src/main/pa_string.C,
13843: src/targets/cgi/parser3.vcproj: dictionary optimized by
13844: precalculating cstr&length
13845:
13846: 2003-10-02 paf
13847:
13848: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13849: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13850: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13851: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13852:
13853: 2003-09-30 paf
13854:
13855: * src/main/pa_string.C: string::replace bug fix [were ignoring
13856: occurrances after lang-mismatched
13857:
13858: 2003-09-29 paf
13859:
13860: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13861: helper
13862:
13863: * src/main/pa_string.C: string::serialize bug fix with
13864: zero-terminator
13865:
13866: * src/classes/table.C: ^nameless_table.save column row now has no
13867: \t at the end
13868:
13869: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13870: @postprocess now takes $response:body/download
13871:
13872: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13873: error message
13874:
13875: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13876:
13877: * src/classes/table.C: bugfix: flip: must produce nameless
13878: http://i2/tasks/edit/?id=4573405524674081244
13879:
13880: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13881: main/helpers/simple_folding.pl: utf-8 upper/lower
13882:
13883: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13884: to typo error http://i2/tasks/edit/?id=4573354650786434584
13885:
13886: 2003-09-26 paf
13887:
13888: * src/main/untaint.C: removed needless field
13889:
13890: * src/main/untaint.C: removed needless const
13891:
13892: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13893: String.for_each bug fixed [omited one-char cases]
13894:
13895: * src/include/pa_stack.h: bugfix: before collecting garbage,
13896: runtime-executor stack were cleared... BADLY
13897:
13898: * src/main/pa_string.C: ^stirng.replace code used old
13899: param-convention on langs.append, fixed that search fo the like,
13900: found none
13901:
13902: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13903: string::serialize/deserialize implemented Language enum assigned
13904: meaningful letters [more convinient for debugging. read warning
13905: before adding/changing anything]
13906:
13907: 2003-09-25 paf
13908:
13909: * src/: include/pa_string.h, include/pa_version.h,
13910: main/pa_string.C, main/untaint.C: templates and anonymous unions
13911: differences on unix
13912:
13913: * parser3.sln, src/classes/file.C, src/classes/image.C,
13914: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13915: src/classes/xdoc.C, src/classes/xnode.C,
13916: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13917: src/include/pa_charsets.h, src/include/pa_common.h,
13918: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13919: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13920: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13921: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13922: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13923: src/main/compile_tools.h, src/main/pa_charset.C,
13924: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13925: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13926: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13927: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13928: src/types/pa_vmail.C, src/types/pa_vmath.C,
13929: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13930: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13931:
13932: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13933: functions aligned to that of eeparser3 look
13934:
13935: * src/lib/cord/cordprnt.c: removed warnings
13936:
13937: 2003-09-24 paf
13938:
13939: * src/: classes/file.C, classes/image.C, classes/mail.C,
13940: classes/op.C, classes/xdoc.C, classes/xnode.C,
13941: include/pa_cache_managers.h, include/pa_charset.h,
13942: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13943: include/pa_sql_driver_manager.h, include/pa_string.h,
13944: include/pa_stylesheet_manager.h, include/pa_table.h,
13945: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13946: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13947: main/pa_sql_driver_manager.C, main/pa_string.C,
13948: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13949: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13950: types/pa_vstateless_class.h, types/pa_vstatus.C,
13951: types/pa_vxnode.C: v() functions of String::Body,
13952: String::Languages and String itself StringBody->String::Body
13953:
13954: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13955: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13956: never optimized anything. todo: somehow speed up harder cases:
13957: concatenationA+concatenationB when last block of A and first of B
13958: contain same letters
13959:
13960: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13961: lib/cord/include/cord.h: langs: speed up by joining adjucent
13962: blocks of same char [CORD_append_block]
13963:
13964: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13965: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13966: save space by extending blocks when appending block with c ==
13967: lastblock.c
13968:
13969: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13970: working yet :( but more working &understood :)
13971:
13972: * src/: classes/table.C, include/pa_string.h,
13973: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13974:
13975: 2003-09-23 paf
13976:
13977: * src/main/untaint.C: $a[ok!] $a works!
13978:
13979: * src/main/untaint.C: something even more works :)
13980:
13981: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13982: something more works :)
13983:
13984: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13985: lib/cord/cordxtra.c: something already works :)
13986:
13987: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13988: serialize&deserialize
13989:
13990: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13991: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13992: main/untaint.C: main idea implemented, details left
13993:
13994: 2003-09-22 paf
13995:
13996: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13997:
13998: * src/classes/xnode.C: copy/paste comment bugfix
13999:
14000: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14001: allocator returns 0, just die.
14002: http://i2/tasks/edit/?id=4570798492410259445
14003:
14004: * src/classes/xdoc.C: copy/paste comment bugfix
14005:
14006: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14007: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14008: xnode: getAttributeNS setAttributeNS removeAttributeNS
14009: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14010:
14011: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14012: chars due to bitwise operation signed-char error]
14013:
14014: 2003-09-19 paf
14015:
14016: * src/types/pa_wcontext.C: output message: more practical
14017: suggestion
14018:
14019: * src/main/pa_common.C, operators.txt: merged
14020: $f[^file::load[binary;http://...]] $f.tables
14021:
14022: 2003-09-02 paf
14023:
14024: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14025: flush stdout without referencing 'stdout' symbol. to hell with
14026: non-ansi libraries without 'stdout' symbol
14027:
14028: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14029: unix (users reported problems with some old libc)
14030:
14031: * src/types/pa_vdate.h: forgot initializer
14032:
14033: 2003-09-01 paf
14034:
14035: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14036: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14037: zone]
14038:
14039: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14040:
14041: 2003-08-19 paf
14042:
14043: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14044: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14045: simplified a little
14046:
14047: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14048: [lost fix from 3.0.8]
14049:
14050: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14051: visible here }
14052:
14053: bug fix
14054:
14055: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14056:
14057: * src/main/compile.tab.C: initialized couple of variables about
14058: which user reported runtime problems when parser were compiled
14059: with VC7, warning level4. study shows that later in bison
14060: they've fixed that. would migrate to latest bison someday
14061:
14062: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14063: recoding headers)
14064:
14065: * src/types/pa_vmail.C: works as before, same charset problems:
14066: gmime recodes to UTF-8 only headers, not body. so not recoding
14067: anything for now
14068:
14069: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14070: problems with body
14071:
14072: * src/types/pa_vmail.C: mail_receive just compiled
14073:
14074: 2003-08-18 paf
14075:
14076: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14077: main/main.vcproj, types/types.vcproj: win32: continued process
14078: detaching from \parser3project directory
14079:
14080: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14081: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14082: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14083: src/lib/pcre/pcre_dftables.dsp,
14084: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14085: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14086: src/types/types.dsp: moved to MSVC 7
14087:
14088: * gnu.vcproj.vspscc, parser3.vssscc,
14089: src/classes/classes.vcproj.vspscc,
14090: src/lib/cord/cord.vcproj.vspscc,
14091: src/lib/ltdl/libltdl.vcproj.vspscc,
14092: src/lib/md5/md5.vcproj.vspscc,
14093: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14094: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14095: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14096: src/targets/isapi/parser3isapi.vcproj.vspscc,
14097: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14098: moved to MSVC 7
14099:
14100: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14101: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14102: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14103: src/lib/pcre/pcre_dftables.vcproj,
14104: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14105: src/targets/cgi/parser3.vcproj,
14106: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14107: new VS project files
14108:
14109: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14110: .NET to detect Jalindi Igloo capabilities.
14111:
14112: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14113: src/classes/classes.awk, src/doc/footer.htm,
14114: src/include/pa_config_fixed.h, src/include/pa_version.h,
14115: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14116: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14117: src/types/pa_vmail.C: merged 3.1.0 latest changes
14118:
14119: 2003-08-15 paf
14120:
14121: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14122: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14123:
14124: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14125: non-ascii <yyy> now encoded correctly
14126:
14127: 2003-07-29 paf
14128:
1.116 moko 14129: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14130: dist
1.95 moko 14131:
14132: * src/types/pa_vmail.C: just started --with-mail-receive
14133:
14134: 2003-07-28 paf
14135:
1.116 moko 14136: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14137: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14138:
14139: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14140:
14141: 2003-07-25 paf
14142:
14143: * src/doc/footer.htm: year
14144:
14145: 2003-07-24 paf
14146:
14147: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14148: fix
14149:
14150: * src/include/pa_version.h: release
14151:
1.116 moko 14152: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14153:
14154: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14155: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14156: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14157: getting rid of win32xml pseudo project
14158:
14159: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14160:
1.116 moko 14161: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14162: configure.in, operators.txt, parser3.dsw,
1.95 moko 14163: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14164: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14165: src/classes/classes.C, src/classes/classes.awk,
14166: src/classes/classes.dsp, src/classes/classes.h,
14167: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14168: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14169: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14170: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14171: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14172: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14173: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14174: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14175: src/include/pa_array.h, src/include/pa_cache_managers.h,
14176: src/include/pa_charset.h, src/include/pa_charsets.h,
14177: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14178: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14179: src/include/pa_dictionary.h, src/include/pa_dir.h,
14180: src/include/pa_exception.h, src/include/pa_exec.h,
14181: src/include/pa_globals.h, src/include/pa_hash.h,
14182: src/include/pa_memory.h, src/include/pa_opcode.h,
14183: src/include/pa_operation.h, src/include/pa_pool.h,
14184: src/include/pa_pragma_pack_begin.h,
1.95 moko 14185: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14186: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14187: src/include/pa_sapi.h, src/include/pa_socks.h,
14188: src/include/pa_sql_connection.h,
14189: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14190: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14191: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14192: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14193: src/include/pa_uue.h, src/lib/Makefile.am,
14194: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14195: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14196: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14197: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14198: src/lib/cord/include/ec.h,
14199: src/lib/cord/include/private/Makefile.am,
14200: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14201: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14202: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14203: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14204: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14205: src/main/compile_tools.C, src/main/compile_tools.h,
14206: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14207: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14208: src/main/pa_charsets.C, src/main/pa_common.C,
14209: src/main/pa_dictionary.C, src/main/pa_dir.C,
14210: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14211: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14212: src/main/pa_request.C, src/main/pa_socks.C,
14213: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14214: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14215: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14216: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14217: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14218: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14219: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14220: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14221: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14222: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14223: src/targets/isapi/parser3isapi.dsp,
14224: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14225: src/types/pa_junction.h, src/types/pa_method.h,
14226: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14227: src/types/pa_vclass.C, src/types/pa_vclass.h,
14228: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14229: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14230: src/types/pa_vdouble.h, src/types/pa_venv.h,
14231: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14232: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14233: src/types/pa_vimage.C, src/types/pa_vimage.h,
14234: src/types/pa_vint.h, src/types/pa_vjunction.h,
14235: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14236: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14237: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14238: src/types/pa_vobject.C, src/types/pa_vobject.h,
14239: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14240: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14241: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14242: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14243: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14244: src/types/pa_vstring.h, src/types/pa_vtable.C,
14245: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14246: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14247: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14248: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14249: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14250: HEAD
14251:
14252: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14253: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14254: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14255: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14256: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14257: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14258: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14259: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14260: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14261: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14262: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14263: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14264: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14265: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14266: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14267: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14268: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14269: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14270: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14271: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14272: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14273: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14274: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14275: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14276: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14277: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14278: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14279: outputs/create-dir, results/001.processed, results/002.processed,
14280: results/003.processed, results/004.processed,
14281: results/005.processed, results/006.processed,
14282: results/007.processed, results/008.processed,
14283: results/009.processed, results/010.processed,
14284: results/011.processed, results/012.processed,
14285: results/013.processed, results/014.processed,
14286: results/015.processed, results/016.processed,
14287: results/017.processed, results/018.processed,
14288: results/019.processed, results/020.processed,
14289: results/021.processed, results/022.processed,
14290: results/023.processed, results/024.processed,
14291: results/025.processed, results/026.processed,
14292: results/027.processed, results/028.processed,
14293: results/029.processed, results/030.processed,
14294: results/031.processed, results/032.processed,
14295: results/033.processed, results/034.processed,
14296: results/035.processed, results/036.processed,
14297: results/037.processed, results/038.processed,
14298: results/039.processed, results/040.processed,
14299: results/041.processed, results/042.processed,
14300: results/043.processed, results/044.processed,
14301: results/045.processed, results/046.processed,
14302: results/047.processed, results/048.processed,
14303: results/049.processed, results/050.processed,
14304: results/051.processed, results/052.processed,
14305: results/053.processed, results/054.processed,
14306: results/055.processed, results/056.processed,
14307: results/057.processed, results/058.processed,
14308: results/059.processed, results/060.processed,
14309: results/061.processed, results/062.processed,
14310: results/063.processed, results/064.processed,
14311: results/065.processed, results/066.processed,
14312: results/067.processed, results/068.processed,
14313: results/069.processed, results/070.processed,
14314: results/071.processed, results/072.processed,
14315: results/073.processed, results/074.processed,
14316: results/075.processed, results/076.processed,
14317: results/077.processed, results/078.processed,
14318: results/079.processed, results/080.processed,
14319: results/081.processed, results/082.processed,
14320: results/083.processed, results/084.processed,
14321: results/085.processed, results/086.processed,
14322: results/087.processed, results/088.processed,
14323: results/089.processed, results/090.processed,
14324: results/091.processed, results/092.processed,
14325: results/093.processed, results/094.processed,
14326: results/095.processed, results/096.processed,
14327: results/097.processed, results/098.processed,
14328: results/099.processed, results/100.processed,
14329: results/101.processed, results/102.processed,
14330: results/103.processed, results/104.processed,
14331: results/105.processed, results/106.processed,
14332: results/107.processed, results/108.processed,
14333: results/109.processed, results/110.processed,
14334: results/111.processed, results/112.processed,
14335: results/113.processed, results/114.processed,
14336: results/115.processed, results/116.processed,
14337: results/117.processed, results/118.processed,
14338: results/119.processed, results/120.processed,
14339: results/121.processed, results/122.processed,
14340: results/123.processed, results/124.processed,
14341: results/125.processed, results/126.processed,
14342: results/127.processed, results/128.processed,
14343: results/129.processed, results/130.processed,
14344: results/131.processed, results/132.processed,
14345: results/133.processed, results/134.processed,
14346: results/135.processed, results/136.processed,
14347: results/137.processed, results/138.processed,
14348: results/139.processed, results/140.processed,
14349: results/141.processed: merged(copied) to HEAD from template_gc
14350:
14351: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14352: towards \parser3project not having to be in root
14353:
14354: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14355: module compiled [were minor unnecessary changes in lib/md5
14356: interface]
14357:
14358: * src/include/pa_version.h: release
14359:
14360: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14361:
14362: * src/classes/math.C: merged uuid bugfix
14363:
14364: * tests/: 141.html, results/141.processed: fixed bug with
14365: too-small-a-buffer
14366:
14367: * src/classes/math.C: uuid bugfix
14368:
14369: * tests/: 141.html, Makefile, results/005.processed,
14370: results/030.processed, results/075.processed,
14371: results/078.processed: to reflect date format change (were -
14372: become ' ')
14373:
14374: * src/classes/math.C: uuid bugfix
14375:
14376: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14377: debug/release changes
14378:
14379: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14380:
14381: 2003-07-23 paf
14382:
14383: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14384: renamed a little [to move to comman naming conv]
14385:
1.116 moko 14386: * src/targets/Makefile.am: apache13 splitted to simplify apache
14387: build
1.95 moko 14388:
14389: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14390: main/pa_request.C, main/pa_sql_driver_manager.C,
14391: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14392: stack top_index() fixed
14393:
14394: * src/main/pa_globals.C: minor style changes
14395:
14396: * src/: classes/op.C, include/pa_sql_connection.h: connection
14397: closing/caching fixed [connections were not closed/put to cache]
14398:
14399: 2003-07-22 paf
14400:
14401: * INSTALL: gc part updated stightly
14402:
14403: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14404: new sapi interface
14405:
14406: * src/classes/file.C: comment on OS
14407:
14408: * src/main/pa_string.C: removed reduntant invariant check [there is
14409: one deeper in cord lib]
14410:
14411: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14412:
14413: * src/main/pa_memory.C: out of memory is no longer coredump
14414:
14415: * INSTALL: disable-threads adviced
14416:
14417: 2003-07-21 paf
14418:
1.116 moko 14419: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14420:
14421: * src/classes/file.C: file::exec/cgi environment variables now must
14422: be UPPERCASE and A-Z 0-9 _-
14423:
14424: * src/classes/file.C: env passing fixed
14425:
14426: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14427:
14428: * src/main/pa_common.C: http:// CRLF now
14429:
14430: 2003-07-02 paf
14431:
14432: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14433: fields to reflect their real meaning
14434:
14435: 2003-06-27 paf
14436:
14437: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14438: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14439: file::exec/cgi .charset
14440:
14441: 2003-06-26 paf
14442:
14443: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14444: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14445: src/classes/table.C: fixed several uninitialized local
14446: structures. notably ^hash.foreach now inserts delimiters
14447: properly [were inserting it before first body]
14448:
14449: 2003-06-24 paf
14450:
14451: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14452:
14453: 2003-06-20 paf
14454:
14455: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14456: src/main/pa_globals.C: introducing
14457: $f[^file::load[binary;http://...]] $f.tables
14458:
14459: 2003-06-06 paf
14460:
14461: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14462: table. [were method lookup: inconsistent]
14463:
14464: 2003-06-02 paf
14465:
14466: * src/include/pa_memory.h: empty string clone fixed to return
14467: writable memory
14468:
14469: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14470: were not appended] which violated string invariant
14471:
14472: 2003-05-30 paf
14473:
14474: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14475: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14476:
14477: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14478: GMT ; RFC 822, updated by RFC 1123
14479:
14480: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14481: targets/isapi/parser3isapi.C: initialized request_info properly
14482:
14483: * src/classes/xnode.C: found minor bug, commended for future
14484:
14485: 2003-05-28 paf
14486:
14487: * src/classes/form.C: request_info.content_length can't be <0,
14488: size_t for some time
14489:
14490: 2003-05-26 paf
14491:
14492: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14493: forgotten <0 changed to !=STRING_NOT_FOUND
14494:
14495: * src/classes/math.C: merged ffffu from HEAD
14496:
14497: 2003-05-11 paf
14498:
14499: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14500:
14501: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14502: premature doc free. transformed document had xmlDoc reference
14503: stored to non-gc-memory (libgdome) added holding-reference
14504:
14505: 2003-04-29 paf
14506:
14507: * src/main/pa_globals.C: started digging on double free. on win32
14508: found that that's perfectly normal.
14509:
14510: 2003-04-25 paf
14511:
14512: * src/classes/table.C: table.join bug fix [bad limit check]
14513:
14514: * src/classes/math.C: merged from HEAD: simpiler hash_string
14515:
14516: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14517: print anything. changed to quicker and simplier code
14518:
14519: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14520: strict a check]
14521:
14522: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14523:
14524: 2003-04-24 paf
14525:
14526: * src/include/pa_table.h: too strict assert loosened
14527:
14528: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14529: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14530: report
14531:
14532: 2003-04-21 paf
14533:
1.116 moko 14534: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14535:
14536: * src/main/pa_globals.C: pcre memory management changed to use GC
14537: memory
14538:
14539: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14540: xmlMallocAtomic [author agreed to my suggestion], used that
14541:
14542: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14543:
14544: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14545: types/pa_vmail.C: attributed_meaning_to_string added
14546: L_UNSPECIFIED piece which was sortof OK, but violated string
14547: invariant [assertion barked on that] changed to L_PASS_APPEND,
14548: made that param obligatory
14549:
14550: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14551: fixed [assert helped]
14552:
14553: * src/include/pa_string.h: assert added [looking for bug]
14554:
14555: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14556: names on Win32 considered disk-global
14557:
14558: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14559: considered disk-global
14560:
14561: 2003-04-18 paf
14562:
14563: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14564: filenames
14565:
14566: * src/main/untaint.C: enabled '~' letter in filenames
14567:
14568: 2003-04-16 paf
14569:
14570: * src/classes/file.C: small bug introduced in autoptr times fixed
14571:
14572: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14573: HEAD
14574:
1.116 moko 14575: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14576:
14577: 2003-04-15 paf
14578:
14579: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14580: src/lib/md5/pa_md5c.c, tests/141.html,
14581: tests/results/141.processed: merged from head ^math:uuid[]
14582: ^math:uid64[] ^math:md5[string]
14583:
14584: test added: 141.html
14585:
14586: * operators.txt, src/classes/math.C: ^math:uid64[]
14587:
14588: * src/classes/math.C: ^math:uuid[]
14589:
14590: * operators.txt, src/classes/math.C: ^math:uuid[]
14591:
14592: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14593: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14594:
14595: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14596: src/include/pa_config_fixed.h, src/main/pa_common.C:
14597: ^file::load[mode;name; $.offset $.limit
14598:
14599: 2003-04-14 paf
14600:
14601: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14602: started ^math:md5
14603:
14604: * src/classes/table.C, src/include/pa_array.h,
14605: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14606: tests/results/140.processed: table $.reverse option works in
14607: create&co table $.distinct[tables] bug fix merged
14608:
14609: * src/: classes/table.C, include/pa_table.h: table
14610: $.distinct[tables] bug fixed
14611:
14612: * src/classes/table.C: more warnings
14613:
14614: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14615: removed checks in table::set_current, moved them back to
14616: table::locate implemented table::create/join ñ $.reverse
14617:
14618: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14619: removed checks in table::set_current, moved them back to
14620: table::locate
14621:
14622: 2003-04-11 paf
14623:
14624: * operators.txt, src/classes/date.C, src/classes/table.C,
14625: src/include/pa_array.h, src/include/pa_common.h,
14626: src/include/pa_config_includes.h, src/include/pa_string.h,
14627: src/include/pa_table.h, src/main/pa_request.C,
14628: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14629: src/main/pa_table.C: merged from HEAD from
14630: before_append_array_limit_sense_change to
14631: after_append_array_limit_sense_change
14632:
14633: * src/classes/table.C: typo
14634:
14635: * operators.txt, src/classes/date.C, src/classes/table.C,
14636: src/include/pa_array.h, src/include/pa_common.h,
14637: src/include/pa_config_includes.h, src/include/pa_globals.h,
14638: src/include/pa_table.h, src/main/pa_array.C,
14639: src/main/pa_globals.C, src/main/pa_request.C,
14640: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14641: src/main/pa_table.C: append_array_limit_sense_change locate
14642: accepts options same as create new option: $.reverse(1) [do not
14643: work in table::create]
14644:
14645: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14646: (stat xxx,
14647:
14648: * src/classes/: table.C: typo
14649:
14650: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14651: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14652: results/130.processed, results/131.processed,
14653: results/132.processed, results/133.processed,
14654: results/134.processed, results/135.processed,
14655: results/136.processed, results/137.processed,
14656: results/138.processed, results/139.processed: added few mustfail
14657: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14658: date/time 132.html mustfail: access to junction outside of
14659: context 133.html mustfail: access to junction outside of context,
14660: case version 134.html mustfail: hash: adding a key inside of
14661: foreach 135.html mustfail: modifying system class 136.html
14662: mustfail: $.name outside of $hash[here] 137.html mustfail:
14663: appendChild without import 138.html mustfail: invalid encoding
14664: inside of xml 139.html mustfail: bad XPath
14665:
14666: * operators.txt, src/classes/table.C, tests/084.html,
14667: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14668: tests/129.html, tests/results/125.processed,
14669: tests/results/126.processed, tests/results/127.processed,
14670: tests/results/128.processed, tests/results/129.processed: merged
14671: from HEAD ^table.hash[key][$.distinct[tables]]
14672:
14673: maked appropriate tests [changed one old nonconforming]
14674:
14675: * operators.txt, src/classes/table.C:
14676: ^table.hash[key][$.distinct[tables]]
14677:
14678: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14679: merged fix for found very old xml (dom) bug: were passing
14680: domString objects and later ERROREOUSLY freed them
14681:
14682: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14683: src/main/pa_charset.C: re-added libgdome patch. regretfully
14684: libgdome bug can not be worked around
14685:
14686: 2003-04-10 paf
14687:
14688: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14689: found very old xml (dom) bug: were passing domString objects and
14690: later ERROREOUSLY freed them
14691:
14692: * src/doc/string.dox, src/include/pa_memory.h,
14693: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14694: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14695: tests/123.html, tests/124.html, tests/results/001.processed,
14696: tests/results/002.processed, tests/results/003.processed,
14697: tests/results/004.processed, tests/results/005.processed,
14698: tests/results/006.processed, tests/results/008.processed,
14699: tests/results/009.processed, tests/results/010.processed,
14700: tests/results/011.processed, tests/results/012.processed,
14701: tests/results/013.processed, tests/results/014.processed,
14702: tests/results/015.processed, tests/results/016.processed,
14703: tests/results/017.processed, tests/results/018.processed,
14704: tests/results/020.processed, tests/results/021.processed,
14705: tests/results/022.processed, tests/results/023.processed,
14706: tests/results/024.processed, tests/results/025.processed,
14707: tests/results/026.processed, tests/results/027.processed,
14708: tests/results/028.processed, tests/results/029.processed,
14709: tests/results/030.processed, tests/results/031.processed,
14710: tests/results/032.processed, tests/results/033.processed,
14711: tests/results/034.processed, tests/results/035.processed,
14712: tests/results/036.processed, tests/results/037.processed,
14713: tests/results/038.processed, tests/results/039.processed,
14714: tests/results/040.processed, tests/results/041.processed,
14715: tests/results/042.processed, tests/results/043.processed,
14716: tests/results/044.processed, tests/results/045.processed,
14717: tests/results/046.processed, tests/results/047.processed,
14718: tests/results/048.processed, tests/results/049.processed,
14719: tests/results/050.processed, tests/results/051.processed,
14720: tests/results/052.processed, tests/results/053.processed,
14721: tests/results/054.processed, tests/results/055.processed,
14722: tests/results/056.processed, tests/results/057.processed,
14723: tests/results/058.processed, tests/results/059.processed,
14724: tests/results/060.processed, tests/results/061.processed,
14725: tests/results/062.processed, tests/results/063.processed,
14726: tests/results/064.processed, tests/results/065.processed,
14727: tests/results/066.processed, tests/results/067.processed,
14728: tests/results/068.processed, tests/results/069.processed,
14729: tests/results/070.processed, tests/results/071.processed,
14730: tests/results/072.processed, tests/results/073.processed,
14731: tests/results/074.processed, tests/results/075.processed,
14732: tests/results/076.processed, tests/results/077.processed,
14733: tests/results/078.processed, tests/results/079.processed,
14734: tests/results/080.processed, tests/results/081.processed,
14735: tests/results/082.processed, tests/results/083.processed,
14736: tests/results/084.processed, tests/results/085.processed,
14737: tests/results/086.processed, tests/results/087.processed,
14738: tests/results/088.processed, tests/results/089.processed,
14739: tests/results/090.processed, tests/results/091.processed,
14740: tests/results/092.processed, tests/results/093.processed,
14741: tests/results/094.processed, tests/results/095.processed,
14742: tests/results/096.processed, tests/results/097.processed,
14743: tests/results/101.processed, tests/results/102.processed,
14744: tests/results/104.processed, tests/results/105.processed,
14745: tests/results/106.processed, tests/results/107.processed,
14746: tests/results/108.processed, tests/results/109.processed,
14747: tests/results/110.processed, tests/results/111.processed,
14748: tests/results/112.processed, tests/results/113.processed,
14749: tests/results/114.processed, tests/results/115.processed,
14750: tests/results/116.processed, tests/results/117.processed,
14751: tests/results/118.processed, tests/results/119.processed,
14752: tests/results/120.processed, tests/results/121.processed,
14753: tests/results/122.processed, tests/results/123.processed,
14754: tests/results/124.processed: new convention: char* never 0.
14755: assert in cord on that
14756:
14757: * src/main/pa_charset.C: couple more asserts
14758:
14759: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14760: speedup
14761:
14762: * src/main/pa_charset.C: couple assertions on fantastic situations
14763: added [may be those is the case now?]
14764:
14765: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14766: that's memory from gc_malloc, not from g_malloc :(, but would
14767: hope]
14768:
14769: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14770: that's memory from gc_malloc, not from g_malloc :(, but would
14771: hope]
14772:
14773: * src/main/pa_charset.C: checked custom malloc for returning 0
14774:
14775: 2003-04-09 paf
14776:
14777: * src/classes/date.C: merged ^date.roll changes
14778:
14779: * src/classes/date.C: ^date.roll bug fix
14780:
14781: * src/classes/date.C: ^date.roll now throws less errors: month
14782: shifts handles end of month situation by reducing day number
14783: hour-hole shift reduces hour to recover
14784:
14785: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14786: Sort by function time
14787:
14788: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14789: http:// $.charset[] param done
14790:
14791: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14792: added [after volatile fix. passes on win&intel-solaris]
14793:
14794: 2003-04-08 paf
14795:
14796: * src/: classes/file.C, classes/op.C, classes/table.C,
14797: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14798: include/pa_common.h, include/pa_request_charsets.h,
14799: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14800: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14801: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14802: types/pa_vresponse.C: started http:// $.charset[] param and
14803: http response charset detection just compiled. todo:test
14804:
14805: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14806:
14807: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14808: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14809: types/pa_vmail.C: changed transcode param converntion along with
14810: string creating convention -- all strings are zero-terminated,
14811: this allowed to fix one remaining String("123", 2) case
14812:
14813: * src/: classes/date.C, classes/file.C, classes/hash.C,
14814: classes/op.C, classes/string.C, classes/table.C,
14815: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14816: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14817: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14818: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14819: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14820: violated String::invariant. started fixing [not compiled now]
14821:
14822: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14823: main/compile.tab.C, main/compile.y, main/pa_string.C,
14824: main/untaint.C, targets/cgi/parser3.C: number of string style
14825: improvements & optimizations
14826:
14827: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14828: :(]
14829:
14830: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14831: [for it's a pointer really]
14832:
14833: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14834: 'n' param. worked that around
14835:
14836: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14837: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14838: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14839: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14840: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14841:
14842: Thanks for the bug report and patch.
14843:
14844: I hadn't looked at this code in a while. Reading it now, it
14845: seems to me that the tests should also be ">= MAX_DEPTH" to
14846: comply with the invariant, though that may not matter a lot. I
14847: changed that, too.
14848:
14849: Hans
14850:
14851: 2003-04-07 paf
14852:
14853: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14854: merged from head:safe mode error message now includes numbers
14855:
14856: * src/main/execute.C: n-th attempt to make a=a work with double.
14857: problem: as_double returns it's result in fp-register compiler
14858: optimizes access to that register after b->as_double, and just
14859: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14860: from memory. _SAME_ double values do not match here. when
14861: forced to REload fp-register, values do match.
14862:
14863: tried to make them volatile.
14864:
14865: * src/main/execute.C: n-th attempt to make a=a work with double.
14866: problem: as_double returns it's result in fp-register compiler
14867: optimizes access to that register after b->as_double, and just
14868: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14869: from memory. _SAME_ double values do not match here. when
14870: forced to REload fp-register, values do match.
14871:
14872: tried to make them volatile.
14873:
14874: * src/types/pa_vobject.h: small style change
14875:
14876: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14877:
14878: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14879: mode error message now includes numbers
14880:
14881: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14882: now causes death
14883:
14884: 2003-04-04 paf
14885:
14886: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14887: incorportated pa_exec patch by From: "Victor Fedoseev"
14888: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14889: Sent: Thursday, January 23, 2003 9:14 AM
14890:
14891: huge speedup on ^file::cgi with big result
14892:
14893: * src/classes/table.C: sort table with 0 rows bug fixed
14894:
14895: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14896: fix http://i2/tasks/edit/?id=4493701604654042676
14897:
14898: @main[] $with_default[ $.a[1] $._default[default from
14899: with_default] ] ^show[$with_default]
14900:
14901: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14902: =$to_add_to.xxx=<br>
14903:
14904: ^show[$to_add_to]
14905:
14906: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14907: ^show[$cloned]
14908:
14909: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14910:
14911: } <hr>
14912:
14913: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14914: http://i2/tasks/edit/?id=4493701604654042676
14915:
14916: @main[] $with_default[ $.a[1] $._default[default from
14917: with_default] ] ^show[$with_default]
14918:
14919: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14920: =$to_add_to.xxx=<br>
14921:
14922: ^show[$to_add_to]
14923:
14924: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14925: ^show[$cloned]
14926:
14927: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14928:
14929: } <hr>
14930:
14931: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14932: http://i2/tasks/edit/?id=4507350336410850921
14933:
14934: * src/classes/xdoc.C: memory allocation func bugfix
14935: http://i2/tasks/edit/?id=4499303470368629745
14936:
14937: * src/classes/math.C: allowed random 1...
14938:
14939: * src/classes/math.C: allowed random 0..
14940:
14941: * src/main/pa_globals.C: exif mem leak
14942: http://i2/tasks/edit/?id=4480590323629807263
14943:
14944: * src/: classes/classes.dsp, main/main.dsp,
14945: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14946: fix http://i2/tasks/edit/?id=4493946731322521294
14947: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14948:
14949: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14950: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14951: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14952: links to xml libs made relative, no need to unpack parser3project
14953: to /parser3project.
14954:
14955: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14956: column more precise - tab handling bug fixed
14957:
14958: * src/main/: compile.tab.C, compile.y: more understandable error
14959: message in case @CLASS with more then one line inside
14960:
14961: * src/targets/cgi/parser3.C: more understandable error message in
14962: case of errors in @unhandled_exception
14963:
14964: 2003-04-03 paf
14965:
14966: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14967: src/main/compile.tab.C, src/main/compile.y,
14968: src/main/compile_tools.C, src/main/compile_tools.h,
14969: src/main/execute.C, src/main/pa_request.C: debug info format
14970: simplified, now it's: OP_VALUE Operation::Origin << here value*
14971:
14972: higher limits: file number (max: 255) line number (max:
14973: 64535) column number (max: 255)
14974:
14975: * src/classes/math.C: top limit
14976:
14977: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14978: precise parse error position in case of
14979:
14980: ^bug ]
14981:
14982: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14983: changed to realities, and passed [bug fixed]
14984:
14985: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14986: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14987: main/compile_tools.h, main/pa_request.C: introducing
14988: ^process...[main-method-alias]
14989:
14990: * src/: classes/date.C, classes/image.C, classes/op.C,
14991: classes/string.C, classes/table.C, classes/xdoc.C,
14992: types/pa_vmethod_frame.h: MethodParams& now [methods without
14993: params receive zero reference, but they are expected not to look
14994: there]
14995:
14996: * operators.txt, src/classes/date.C, src/classes/double.C,
14997: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14998: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14999: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15000: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15001: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15002: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15003: [methods without params receive zero reference, but they are
15004: expected not to look there]
15005:
15006: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15007: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15008: ^process...[filename] useful for better error reporting
15009: [file/line/col]
15010:
15011: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15012: types/pa_vstring.h: slightly improved error messages text: 1. is
15013: '%s', it 2. method undefined in case of ^void[]
15014:
15015: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15016: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15017: handling done. now we have error columns todo: test it
15018:
15019: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15020: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15021:
15022: this makes life easier: were: bad stack order -- were in
15023: exception catch unwind order, which didn't match execution order
15024:
15025: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15026:
15027: @first[] ^throw[a;1]
15028:
15029: showed throw a first throw b try
15030:
15031: which is no good
15032:
15033: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15034: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15035: trace reset after handled exception [old bug fixed]
15036:
15037: * src/main/: compile.tab.C, compile.y: parse position old bug
15038: fixed. position reporting made precise [both, in parse erros and
15039: runtime errors]
15040:
15041: 2003-04-02 paf
15042:
15043: * src/: include/pa_operation.h, include/pa_request.h,
15044: main/compile.C, main/compile.tab.C, main/compile.y,
15045: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15046: main/pa_exception.C, main/pa_request.C: debug info: started
15047: using. todo:complete
15048:
15049: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15050: main/compile.C, main/compile.tab.C, main/compile.y,
15051: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15052: main/pa_request.C: prepared debug info todo:use it
15053:
15054: * src/include/pa_operation.h: strange mistake fixed: forgot to
15055: return Operation class->union after switching from autoptrs.
15056:
15057: * tests/: Makefile, results/108.processed, results/117.processed:
15058: meta considered OK [it's up to coder now to remove it not needed]
15059:
15060: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15061: Dictionary constructor when moved to gc]
15062:
15063: * src/main/pa_common.C: uncommented http:// file loading
15064:
15065: * src/include/pa_array.h, src/main/execute.C,
15066: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15067: fix [gdGrowingBuf]
15068:
15069: * configure.in, src/lib/Makefile.am: removed patches
15070:
15071: * configure, src/include/pa_config_auto.h.in,
15072: src/main/pa_charset.C: --enable-assertions autoconf-ed
15073:
15074: * src/main/pa_common.C: uncommented http:// file loading
15075:
15076: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15077: xdoc::create/load
15078:
15079: * src/: classes/form.C, classes/hash.C, classes/image.C,
15080: classes/string.C, classes/table.C, classes/void.C,
15081: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15082: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15083: String::String(str,helper_length) are checked. found/fixed one
15084: place: $request:body now zero-terminated,
15085:
15086: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15087: main/compile_tools.C, main/execute.C, types/pa_value.h,
15088: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15089: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15090: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15091: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15092: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15093: types/pa_vxnode.h: more locally scoped vars in execute (more
15094: easily optimizable)
15095:
15096: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15097: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15098:
15099: * src/: include/pa_array.h, include/pa_stack.h,
15100: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15101: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15102: become assertion iterator in methodframe filler
15103:
15104: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15105: targets/cgi/parser3.C: array::get/put inlined
15106:
15107: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15108: gc_substitute_memory_management_functions +installed CORD_oom
15109: function
15110:
15111: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15112: src/include/pa_config_includes.h, src/include/pa_string.h,
15113: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15114: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15115: assertions started configure.in --enable-assertions
15116:
15117: 2003-04-01 paf
15118:
15119: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15120: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15121: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15122: gdome uses glib memory, and stores last pointer to xmlDoc there,
15123: gc misses that and collects valid memory fixed by remembering
15124: xmlDoc from dom object in xdoc. todo: do something with
15125: premature free of xdoc with xnodes/node values referring into it
15126:
15127: * src/classes/: mail.C: typo fix
15128:
15129: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15130: changes
15131:
15132: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15133: main/pa_memory.C: moved memory debugging to global level: to
15134: pa_gc_malloc
15135:
15136: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15137: debugging showed no errors. todo: debug parser memory
15138:
15139: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15140: configurations
15141:
15142: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15143: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15144: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15145: types/types.dsp: prepared xml-static configuration
15146:
15147: 2003-03-31 paf
15148:
15149: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15150: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15151: xml lib memory debugging, simple checks failed: it seems that
15152: library does realloc(bad ptr), and recording those ptrs in heap
15153: [for debugging] was bad: heap situation changes = everything
15154: works fine
15155:
15156: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15157: xmlRegisterCharEncodingHandler limitation [currently imposed
15158: limit of 10 user-defined charsets]
15159:
15160: 2003-03-28 paf
15161:
15162: * src/main/execute.C: execution stack copied to local register
15163: variable, removed lots [~2e7) of memory accesses
15164:
15165: 2003-03-27 paf
15166:
15167: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15168: works in debug, but fails in release todo: fix that
15169:
15170: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15171: targets/cgi/parser3.C: forgot to merge XML memory funcs
15172: replacement from gc branch
15173:
15174: * src/main/pa_exec.C: introducing append_help_length [radical
15175: improvement here]
15176:
15177: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15178: 'not recommened' in gc.h, on win32 noticed no difference]
15179:
15180: * src/include/pa_array.h: returned checked array get [were disabled
15181: for debugging] result:not slower [don't understand that, it were
15182: INLINED] todo: find out a way of inlining it!
15183:
15184: * src/: include/pa_string.h, lib/gc/include/gc.h,
15185: lib/gc/include/gc_fake.h, main/compile.tab.C,
15186: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15187: convention changed: all resulting strings are zero-terminated
15188:
15189: * src/: classes/date.C, classes/file.C, classes/hash.C,
15190: classes/string.C, classes/table.C, classes/void.C,
15191: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15192: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15193: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15194: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15195: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15196: types/pa_vfile.C, types/pa_vmail.C: introducing
15197: append_help_length [radical improvement here]
15198:
15199: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15200: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15201: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15202: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15203: even slower
15204:
15205: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15206: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15207: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15208: clients of &get(): most to use non-ref version, some[in tight
15209: places] to get_unchecked_ref
15210:
15211: * src/doc/memory.dox: forgot to add
15212:
15213: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15214: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15215: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15216: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15217: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15218: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15219: targets/cgi/parser3.dsp, types/pa_vmail.C,
15220: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15221: T>>&<< removed after Stack::pop wiping removed [moved to separate
15222: func] other Array & removed
15223:
15224: 2003-03-26 paf
15225:
15226: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15227: classes/table.C, include/pa_array.h, include/pa_charset.h,
15228: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15229: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15230: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15231: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15232: main/pa_exec.C, main/pa_sql_driver_manager.C,
15233: main/pa_stylesheet_manager.C, main/pa_table.C,
15234: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15235: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15236: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15237: pre-evaluated .count() in some places
15238:
15239: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15240: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15241: types/types.dsp: .dsp profiling updated
15242:
15243: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15244: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15245: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15246:
15247: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15248: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15249: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15250: use lib/gc,lib/cord
15251:
1.116 moko 15252: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15253: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15254: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15255: src/include/pa_config_includes.h, src/include/pa_request.h,
15256: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15257: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15258: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15259: src/lib/cord/include/Makefile.am,
1.116 moko 15260: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15261: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15262: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15263: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15264: src/types/pa_vform.h, src/types/pa_vhash.h,
15265: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15266: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15267: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15268: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15269: funcs ported pa_exec
1.95 moko 15270:
15271: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15272:
15273: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15274: bundled gc includes
15275:
15276: * src/: classes/op.C, include/pa_array.h,
15277: include/pa_sql_connection.h, include/pa_string.h,
15278: include/pa_version.h, main/compile.tab.C, main/compile.y,
15279: main/execute.C, main/pa_common.C, main/pa_exception.C,
15280: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15281: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15282: first real site (aval)]
15283:
15284: 2003-03-25 paf
15285:
15286: * operators.txt, src/main/pa_sql_driver_manager.C,
15287: src/types/pa_vstatus.C: $status.memory used free since_compact
15288: process
15289:
15290: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15291: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15292:
15293: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15294:
15295: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15296: src/types/pa_value.h, src/types/pa_vfile.h,
15297: src/types/pa_vobject.C, src/types/pa_vobject.h,
15298: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15299: tests/results/121.processed: untaint.C L_URI
15300:
15301: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15302: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15303: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15304: src/types/pa_vmemory.h: ^memory:compact[]
15305:
15306: * tests/results/109.processed: it was a bug in parser. updated 109
15307: test result
15308:
15309: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15310:
15311: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15312: tests/results/107.processed: fixed dom language [values are now
15313: considered tainted. it was a bug in parser. updated 107 test
15314: result
15315:
15316: * src/classes/xdoc.C: fixed transform params
15317:
15318: * src/: include/pa_stylesheet_manager.h,
15319: main/pa_stylesheet_manager.C: fixed stylesheet caching
15320:
15321: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15322: overloads for structure handling
15323:
15324: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15325: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15326: StringBody(0) ambiguilty, introducting static
15327: StringBody::Format(int)
15328:
15329: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15330: linked
15331:
15332: * src/types/pa_vxdoc.C: vxdoc compiled
15333:
15334: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15335: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15336: finalizers isntalled
15337:
15338: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15339: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15340: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15341: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15342: compiled todo: xnode.C / finalizers
15343:
15344: * src/doc/string.dox: updated: new string internals
15345:
15346: 2003-03-24 paf
15347:
15348: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15349: include/pa_charset.h, include/pa_config_fixed.h,
15350: include/pa_request.h, include/pa_stylesheet_connection.h,
15351: include/pa_stylesheet_manager.h, main/pa_charset.C,
15352: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15353: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15354: types/pa_vxnode.h: started XML
15355:
15356: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15357:
15358: * src/: classes/file.C, classes/image.C, classes/mail.C,
15359: include/pa_string.h, main/pa_common.C,
15360: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15361:
15362: * src/: classes/file.C, classes/image.C, classes/mail.C,
15363: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15364: main/pa_request.C, main/pa_sql_driver_manager.C,
15365: types/pa_vimage.h: size_t pos everywhere checks changed to check
15366: for eq STRING_NOT_FOUND
15367:
15368: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15369: optimize bit implemented
15370:
15371: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15372: String::ArrayFragment::append_positions fixed
15373:
15374: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15375: String::this_starts fixed
15376:
15377: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15378:
15379: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15380: hashcode implemented fully, including per-char callback [it can
15381: be - substr CORD node]
15382:
15383: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15384: rewritten to rewalloc with 100byte buf ahead
15385:
15386: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15387: src/include/pa_string.h, src/main/compile.tab.C,
15388: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15389: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15390: CORD_ec [bad] would rewrite as realloc now
15391:
15392: * src/: classes/date.C, classes/file.C, classes/form.C,
15393: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15394: include/pa_cache_managers.h, include/pa_charsets.h,
15395: include/pa_common.h, include/pa_request.h,
15396: include/pa_sql_driver_manager.h, include/pa_table.h,
15397: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15398: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15399: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15400: types/pa_vmail.C, types/pa_vmethod_frame.C,
15401: types/pa_vstateless_class.h: 2*2 worked :)
15402:
15403: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15404: src/include/pa_exec.h, src/include/pa_string.h,
15405: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15406: passed OK
15407:
15408: * src/: classes/hash.C, classes/string.C, classes/table.C,
15409: types/pa_value.C: all linked todo: debug
15410:
15411: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15412: types/pa_vstateless_class.C: all compiled. todo:link
15413:
15414: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15415:
15416: * src/types/pa_vtable.C: pa_vtable.C compiled
15417:
15418: * src/types/pa_vstring.C: pa_vstring.C compiled
15419:
15420: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15421:
15422: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15423: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15424: pa_vstateless_class.C, pa_vstateless_class.h:
15425: pa_vstateless_class.C compiled
15426:
15427: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15428: types/pa_vmath.C: pa_vmail.C compiled
15429:
15430: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15431:
15432: * src/types/pa_vform.C: pa_vform.C compiled
15433:
15434: * src/types/pa_vfile.C: pa_vfile.C compiled
15435:
15436: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15437: pa_vstateless_class.C: pa_vcookie.C compiled
15438:
15439: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15440: types/pa_vhash.h: pa_value.C compiled
15441:
15442: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15443: classes.lib main.lib compiled
15444:
15445: * src/classes/void.C: void.C compiled
15446:
15447: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15448: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15449: compiled
15450:
15451: * src/: classes/string.C, include/pa_request.h,
15452: include/pa_string.h, main/pa_string.C: string.C compiled
15453:
15454: * src/: classes/op.C, classes/string.C, classes/table.C,
15455: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15456: main/pa_request.C, main/pa_string.C: op.C compiled
15457:
15458: * src/classes/: math.C, op.C: math.C compiled
15459:
15460: * src/: classes/mail.C, classes/string.C, classes/table.C,
15461: types/pa_vmail.h: mail.C compiled
15462:
15463: * src/classes/: int.C, table.C: int.C compiled
15464:
15465: * src/: classes/hash.C, classes/image.C, classes/string.C,
15466: classes/table.C, include/pa_memory.h, include/pa_string.h,
15467: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15468: compiled
15469:
15470: * src/: classes/hash.C, classes/string.C, classes/table.C,
15471: classes/void.C, classes/xdoc.C, include/pa_request.h,
15472: include/pa_sql_connection.h: hash.C compiled
15473:
15474: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15475: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15476: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15477: classes/math.C, classes/op.C, classes/response.C,
15478: classes/string.C, classes/table.C, classes/void.C,
15479: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15480: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15481: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15482: file.C table.C compiled
15483:
15484: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15485: main/untaint.C: main.lib compiled
15486:
15487: 2003-03-21 paf
15488:
15489: * src/: classes/op.C, include/pa_cache_managers.h,
15490: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15491: include/pa_stylesheet_manager.h, main/pa_exception.C,
15492: main/pa_globals.C, main/pa_sql_driver_manager.C,
15493: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15494: compiled
15495:
15496: * src/: classes/hash.C, classes/image.C, classes/op.C,
15497: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15498: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15499: main/compile.C, main/pa_common.C, main/pa_request.C,
15500: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15501: pa_request.C compiled
15502:
15503: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15504: include/pa_request.h, main/execute.C, main/pa_request.C,
15505: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15506: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15507: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15508: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15509: compiled
15510:
15511: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15512: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15513: on unix
15514:
15515: * src/: include/pa_charset.h, include/pa_charsets.h,
15516: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15517: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15518: pa_charsets.C compiled
15519:
15520: * src/: classes/image.C, classes/mail.C, classes/op.C,
15521: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15522: main/compile.y, main/execute.C, main/pa_common.C,
15523: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15524: types/pa_vcode_frame.h, types/pa_vimage.h,
15525: types/pa_vmethod_frame.h: execute.C compiled
15526:
15527: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15528: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15529: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15530: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15531: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15532: include/pa_cache_managers.h, include/pa_charsets.h,
15533: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15534: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15535: include/pa_sql_driver_manager.h, include/pa_string.h,
15536: include/pa_stylesheet_connection.h,
15537: include/pa_stylesheet_manager.h, include/pa_table.h,
15538: main/compile.C, main/compile.tab.C, main/compile.y,
15539: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15540: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15541: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15542: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15543: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15544: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15545: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15546: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15547: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15548: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15549: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15550: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15551: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15552: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15553: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15554: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15555: types/pa_vresponse.h, types/pa_vstateless_class.C,
15556: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15557: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15558: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15559: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15560: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15561: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15562: [C++ CORD wrapper]
15563:
15564: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15565:
15566: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15567: $file::exec/cgi[script; $.charset[this is script's charset]
15568:
15569: command line, env values, input got transcoded before call
15570: stdout, stderr got transcoded after call
15571:
15572: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15573: by default. use: ^file::exec[...;$.stdin[$request.body]
15574:
15575: * src/main/pa_common.C: } typo bug fix
15576:
15577: * src/main/pa_common.C: } typo bug fix
15578:
15579: 2003-03-20 paf
15580:
15581: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15582: main/untaint.C: cord bug fix, but still errors todo: clear out
15583:
15584: * src/include/pa_string.h: more tests
15585:
15586: * src/main/pa_string.C: string.pos fixed
15587:
1.116 moko 15588: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15589: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15590: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15591: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15592: replaces
1.95 moko 15593:
15594: * src/: classes/image.C, include/pa_dictionary.h,
15595: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15596: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15597: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15598: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15599:
15600: * src/include/pa_string.h: warning
15601:
15602: * src/include/pa_string.h: this_starts fixed
15603:
15604: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15605: new String ctor & append params convention
15606:
15607: * src/: classes/file.C, classes/hash.C, classes/image.C,
15608: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15609: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15610: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15611: main/pa_exception.C, main/pa_exec.C,
15612: main/pa_sql_driver_manager.C, main/pa_string.C,
15613: main/pa_stylesheet_manager.C, main/untaint.C,
15614: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15615: types/pa_vmail.C: more tests OK
15616:
15617: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15618: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15619: gc/exit runned OK
15620:
15621: * src/types/pa_vmail.C: another naming problem: should not name
15622: vars like that: unpredictable close caused problems with later
15623: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15624: descriptors missing on startup: stdin; Bad file number
15625:
15626: todo: find out why so many filters(stream) here. probably wrong?
15627:
15628: * src/: include/pa_dictionary.h, include/pa_string.h,
15629: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15630: main/untaint.C: test compiled
15631:
15632: * src/: classes/image.C, classes/mail.C, classes/math.C,
15633: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15634: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15635: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15636: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15637: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15638: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15639: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15640: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15641: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15642:
15643: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15644: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15645: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15646: src/include/pa_memory.h, src/include/pa_request.h,
15647: src/include/pa_request_charsets.h,
15648: src/include/pa_sql_connection.h, src/include/pa_string.h,
15649: src/main/compile.tab.C, src/main/execute.C,
15650: src/main/pa_charset.C, src/main/pa_common.C,
15651: src/main/pa_exception.C, src/main/pa_exec.C,
15652: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15653: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15654: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15655: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15656: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15657: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15658: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15659: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15660: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15661: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15662: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15663: pa_common.C [done, without http for now]
15664:
15665: 2003-03-19 paf
15666:
15667: * src/: classes/date.C, classes/form.C, classes/hash.C,
15668: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15669: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15670: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15671: include/pa_string.h, include/pa_table.h, main/compile.C,
15672: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15673: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15674: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15675: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15676: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15677: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15678: types/pa_vstateless_class.h, types/pa_vtable.C,
15679: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15680: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15681: types/pa_wwrapper.h: started test
15682:
1.116 moko 15683: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15684: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15685:
15686: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15687: include/pa_string.h, main/pa_string.C: string compiled todo: test
15688: it
15689:
15690: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15691: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15692: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15693: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15694: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15695: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15696: types/pa_vmethod_frame.h, types/types.dsp: string
15697: reimplementation with cord+array<fragment>: 70%
15698:
15699: 2003-03-18 paf
15700:
15701: * src/: classes/date.C, classes/file.C, classes/form.C,
15702: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15703: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15704: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15705: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15706: can ignore lang in cmp and pos really, but would
15707: split properly!
15708:
15709: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15710: cord part made parser/src/lib: it's not compiled into libgc by
15711: default
15712:
15713: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15714: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15715: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15716: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15717: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15718: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15719: src/classes/xnode.C, src/classes/xnode.h,
15720: src/include/Makefile.am, src/include/pa_cache_managers.h,
15721: src/include/pa_charset.h, src/include/pa_charsets.h,
15722: src/include/pa_common.h, src/include/pa_dictionary.h,
15723: src/include/pa_exception.h, src/include/pa_exec.h,
15724: src/include/pa_globals.h, src/include/pa_hash.h,
15725: src/include/pa_memory.h, src/include/pa_pool.h,
15726: src/include/pa_request.h, src/include/pa_request_charsets.h,
15727: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15728: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15729: src/include/pa_stylesheet_connection.h,
15730: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15731: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15732: src/main/compile.C, src/main/compile.tab.C,
15733: src/main/compile_tools.C, src/main/compile_tools.h,
15734: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15735: src/main/pa_charsets.C, src/main/pa_common.C,
15736: src/main/pa_dictionary.C, src/main/pa_exception.C,
15737: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15738: src/main/pa_pool.C, src/main/pa_request.C,
15739: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15740: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15741: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15742: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15743: src/types/pa_junction.h, src/types/pa_method.h,
15744: src/types/pa_value.C, src/types/pa_value.h,
15745: src/types/pa_vclass.C, src/types/pa_vclass.h,
15746: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15747: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15748: src/types/pa_vdouble.h, src/types/pa_venv.h,
15749: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15750: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15751: src/types/pa_vimage.C, src/types/pa_vimage.h,
15752: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15753: src/types/pa_vmath.C, src/types/pa_vmath.h,
15754: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15755: src/types/pa_vobject.C, src/types/pa_vobject.h,
15756: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15757: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15758: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15759: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15760: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15761: src/types/pa_vstring.h, src/types/pa_vtable.C,
15762: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15763: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15764: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15765: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15766: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15767: gc: PA_Object done lots of replacements also
15768:
15769: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15770: gc logging
15771:
15772: 2003-03-17 paf
15773:
15774: * src/: classes/date.C, classes/file.C, classes/form.C,
15775: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15776: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15777: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15778: include/pa_string.h, include/pa_types.h, main/compile.C,
15779: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15780: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15781: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15782: main/pa_sql_driver_manager.C, main/pa_string.C,
15783: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15784: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15785: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15786: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15787: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15788: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15789: types/pa_vxnode.h: libgc attempt
15790:
15791: 2003-03-13 paf
15792:
15793: * src/: include/pa_sql_driver_manager.h,
15794: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15795: called
15796:
15797: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15798: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15799: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15800: types/pa_value.h, types/pa_vobject.h,
15801: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15802: set_base, set_derived simplified [counter leaks fixed]
15803:
15804: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15805: src/types/types.dsp: incorporated status class patch From:
15806: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15807: 2003 8:14 AM
15808:
15809: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15810: Win32 specific: QuotaPeakNonPagedPoolUsage
15811: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15812:
15813: 2003-03-12 paf
15814:
1.116 moko 15815: * configure, configure.in, src/lib/ltdl/configure,
15816: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15817: lib/ltdl/Makefile now created by /configure.in only [were by
15818: lib/ltdl/configure.in OVERWRITE]
15819:
1.116 moko 15820: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15821: linkage fixed for g++ 3.2.2
1.95 moko 15822:
15823: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15824: on using privately declared class [fixed]
15825:
15826: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15827: 3.2 rightliy complained on using privately declared class [fixed]
15828:
15829: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15830: sigpipe before request constructor now causes death
15831:
15832: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15833: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15834: not cause exception in exception handler
15835:
1.116 moko 15836: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15837: now default links libstdc++ statically. that can be overriden by
15838: --with-dynamic-stdcpp
1.95 moko 15839:
15840: 2003-03-11 paf
15841:
15842: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15843: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15844: necessity of libstdc++
15845:
15846: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15847:
15848: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15849:
15850: 2003-03-08 paf
15851:
15852: * tests/Makefile: make install & co
15853:
15854: * src/: include/pa_request.h, classes/op.C: removing
15855: vclass,object.h -> pa_request.h dependency
15856:
15857: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15858: main/pa_request.C: removing vform,response,cookie.h ->
15859: pa_request.h dependency
15860:
15861: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15862: dependency [testing...]
15863:
15864: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15865: return 0; fixed
15866:
15867: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15868: types/pa_vmail.h: vmail.C received just compiled [not tested]
15869:
15870: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15871:
15872: * src/main/pa_request.C: forgotten: ifdef XML
15873:
15874: * src/main/pa_request.C: forgotten: ifdef XML
15875:
15876: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15877: win32 and run memleak tests again
15878:
15879: * src/targets/cgi/parser3.C: charsets: see some strange things with
15880: old xml lib-- it's internal memory handling has faults
15881:
15882: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15883: problems when transcode from charset A to A.
15884:
15885: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15886: todo: still problems when transcode from charset A to A.
15887:
15888: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15889: classes/table.C, include/pa_array.h,
15890: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15891: started full-scale-site-test [~ http://parser.ru sources]
15892:
15893: some fixes
15894:
15895: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15896: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15897: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15898: results/110.processed, results/111.processed,
15899: results/112.processed, results/113.processed,
15900: results/114.processed, results/115.processed,
15901: results/116.processed, results/117.processed,
15902: results/118.processed, results/119.processed,
15903: results/120.processed: xml: tests 109 dom create/show 110 xpath
15904: selectSingle 111 xdoc.create from tainted & 112
15905: xdoc.create/output with russian attr value 113 xpath
15906: selectString/Number 114 dom attributes.count 115 xpath selectBool
15907: 116 output media-type change 117 transform by dom stylesheet 118
15908: empty transform result 119 dom setAttribute 120 nbsp letter
15909: output
15910:
15911: =END OF PREPARED XML TESTS=
15912:
15913: 2003-03-07 paf
15914:
15915: * src/classes/xdoc.C, src/include/pa_charset.h,
15916: src/include/pa_stylesheet_connection.h, tests/108.html,
15917: tests/108.xsl, tests/results/108.processed: xml: test 108
15918: transform with params [bugs fixed]
15919:
15920: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15921: from copy/paste bug
15922:
15923: * src/classes/xdoc.C, src/include/pa_charset.h,
15924: src/include/pa_request.h, src/main/execute.C,
15925: src/main/pa_charset.C, src/main/pa_exception.C,
15926: src/main/pa_globals.C, src/main/pa_request.C,
15927: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15928: src/types/pa_vxnode.C, tests/107.html,
15929: tests/results/107.processed: xml: test: 107 bug fixes
15930:
15931: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15932: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15933: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15934:
15935: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15936: string
15937:
15938: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15939: mem alloc functions used for different cases [libxml, libxsl]
15940:
15941: * src/classes/classes.C: fixed: prevent system classes from
15942: modification to lock ALL the classes, not only directly used
15943:
15944: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15945: linked
15946:
15947: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15948:
15949: 2003-03-06 paf
15950:
15951: * src/classes/xdoc.C: xdoc.C 50%
15952:
15953: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15954: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15955: main/pa_globals.C, main/pa_request.C,
15956: main/pa_stylesheet_manager.C: xnode.C compiled
15957:
15958: * src/: include/pa_stylesheet_connection.h,
15959: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15960: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15961:
15962: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15963: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15964: xml: stylesheet&manager STARTED
15965:
15966: * src/: include/pa_globals.h, main/pa_charset.C,
15967: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15968:
15969: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15970: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15971: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15972: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15973: charsets
15974:
15975: * tests/023.html: in some cases it rounded up badly. postponing
15976: solution of that problem, making more simple test
15977:
15978: * tests/: 058_paf2000.png, results/058.processed: .png added with
15979: -kb now
15980:
15981: * src/: include/pa_charset.h, include/pa_charsets.h,
15982: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15983: moved to charsets.C
15984:
15985: 2003-03-05 paf
15986:
15987: * src/classes/string.C, src/include/pa_string.h,
15988: src/main/pa_string.C, tests/105.html,
15989: tests/results/105.processed: String::match bug fixed
15990:
15991: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15992: tests/results/104.processed: ^bpt operator added [does int3 in
15993: debug build on win32]
15994:
15995: * tests/: 057.html, results/057.processed: test bug fixed
15996:
1.116 moko 15997: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15998:
15999: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16000: missing
16001:
1.116 moko 16002: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16003: forgotten files added to Makes
1.95 moko 16004:
16005: * ltmain.sh: ltmain.sh added
16006:
16007: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16008: change undone ;(
16009:
16010: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16011: made static
16012:
16013: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16014: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16015: todo:make linker happy
1.95 moko 16016:
16017: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16018: env param made optional
16019:
16020: 2003-03-04 paf
16021:
16022: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16023: types/pa_vimage.h: number of gcc compiler bugs fixed
16024:
16025: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16026: results/103.processed: tests: 103 image.copy transparence test
16027:
16028: * src/main/execute.C, tests/101.html, tests/102.html,
16029: tests/results/101.processed, tests/results/102.processed: tests:
16030: 101 method/variable name conflict test 102 form fields change
16031: should not not change anything [bug fix]
16032:
16033: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16034: results/099.processed, results/100.processed: tests: 57 date
16035: create 2002: added 99,100 response:body/download
16036:
16037: * src/classes/image.C, tests/098.html, tests/098font.gif,
16038: tests/results/098.processed: test: 98 image font text [bug fixed]
16039:
16040: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16041: tests/results/097.processed: test: 97 file::load http:// [bugs
16042: fixed]
16043:
16044: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16045: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16046: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16047: image EXIF [bug fixed]
16048:
16049: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16050: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16051: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16052: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16053: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16054: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16055: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16056: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16057: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16058: tests/094.html, tests/095.html, tests/results/061.processed,
16059: tests/results/062.processed, tests/results/063.processed,
16060: tests/results/064.processed, tests/results/065.processed,
16061: tests/results/066.processed, tests/results/067.processed,
16062: tests/results/068.processed, tests/results/069.processed,
16063: tests/results/070.processed, tests/results/071.processed,
16064: tests/results/072.processed, tests/results/073.processed,
16065: tests/results/074.processed, tests/results/075.processed,
16066: tests/results/076.processed, tests/results/077.processed,
16067: tests/results/078.processed, tests/results/080.processed,
16068: tests/results/081.processed, tests/results/082.processed,
16069: tests/results/083.processed, tests/results/084.processed,
16070: tests/results/085.processed, tests/results/086.processed,
16071: tests/results/087.processed, tests/results/088.processed,
16072: tests/results/089.processed, tests/results/090.processed,
16073: tests/results/091.processed, tests/results/092.processed,
16074: tests/results/093.processed, tests/results/094.processed,
16075: tests/results/095.processed, tests/079.html,
16076: tests/results/079.processed: tests: 61 file::stat size 62
16077: string->int autoconvert 63 double .int,dec,div,mul 64 date
16078: compare 65 file: basename,justname,justext 66 math:crypt 67
16079: string.match simple on long 68 string.match normalized simple on
16080: long 69 string.int 70 file::stat content-type 71 table.join 72
16081: hash parameter conditional pass 73 date daylightsaving,yearday 74
16082: date arithmetics 75 response date values/attributes 76 string.pos
16083: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16084: with local 80 scientific numeric literal in string autoconvert 81
16085: xor: logical and numerical 82 for delims 83 menu delims 84
16086: table.hash distinct 85 long string replace 86 throw+catch
16087: current language preserve 87 bit shifts 88 junction tests +
16088: $caller test 89 hash.foreach selfmodification 90 int/void to int
16089: 91 $caller test 92 junction is + def junction tests 93 $caller
16090: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16091:
16092: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16093: fixed] 60 string eq string [bug fixed]
16094:
16095: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16096: 058.html, 058_paf2000.png, 059.html, 060.html,
16097: results/053.processed, results/054.processed,
16098: results/055.processed, results/056.processed,
16099: results/057.processed, results/058.processed,
16100: results/059.processed, results/060.processed: test: 53
16101: string.replace 54 junctions 55 table.hash 56 call indirect 57
16102: date.create[string] 58 image.measure[png]
16103:
16104: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16105: outputs/051.processed, results/052.processed: test: 52
16106: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16107: task: fix that
16108:
16109: 2003-03-03 paf
16110:
16111: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16112: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16113: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16114: outputs/049.processed, outputs/050.processed,
16115: outputs/051.processed, results/001.processed,
16116: results/002.processed, results/003.processed,
16117: results/005.processed, results/006.processed,
16118: results/008.processed, results/009.processed,
16119: results/011.processed, results/012.processed,
16120: results/013.processed, results/014.processed,
16121: results/015.processed, results/016.processed,
16122: results/017.processed, results/020.processed,
16123: results/021.processed, results/022.processed,
16124: results/024.processed, results/025.processed,
16125: results/026.processed, results/027.processed,
16126: results/028.processed, results/029.processed,
16127: results/030.processed, results/031.processed,
16128: results/049.processed, results/050.processed,
16129: results/051.processed, results/043.processed,
16130: results/044.processed, results/045.processed,
16131: results/046.processed, results/047.processed,
16132: results/048.processed: tests: 43,44,45 date rolls 46
16133: autoevaluating junction 47 table.select 48 name with subvar 49
16134: hash-creating switch 50 process 51 started parent/child, works as
16135: it were but it were NOT GOOD, created separate task to fix that
16136:
16137: * tests/: 042.html, results/042.processed: test: 42
16138: exception.handled
16139:
16140: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16141: expression
16142:
16143: * tests/: 040.html, results/040.processed: test: 39 method result
16144: of type table 40 method param junction auto evaluate
16145:
16146: * tests/: 039.html, results/039.processed: test: 37 method result
16147: of type table
16148:
16149: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16150: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16151: tests/038.html, tests/results/033.processed,
16152: tests/results/034.processed, tests/results/035.processed,
16153: tests/results/036.processed, tests/results/037.processed,
16154: tests/results/038.processed: tests: 33 string.replace 34
16155: string.upper 35 table created 36 local/global vars with juntions
16156: 37 table clone 38 math PI & number formatting
16157:
16158: math class registring typo fixed
16159:
16160: * src/classes/op.C, src/include/pa_request.h,
16161: src/include/pa_string.h, src/main/execute.C,
16162: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16163: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16164: tests/032.html, tests/results/032.processed: uchar changed to
16165: String_UL in all places [was not everywhere] untaint test: 032
16166:
16167: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16168: tests/results/004.processed, tests/parser-cygwin.sh,
16169: tests/parser-unix.sh: removed -H command line key, now testing
16170: using .sh file with SERVER_SOFTWARE=xxx
16171:
16172: 2003-02-26 paf
16173:
16174: * src/main/execute.C, src/types/pa_vstateless_class.h,
16175: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16176: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16177: tests/results/024.processed, tests/results/025.processed,
16178: tests/results/026.processed, tests/results/027.processed,
16179: tests/results/028.processed, tests/results/029.processed,
16180: tests/results/030.processed, tests/results/031.processed: fixed
16181: bug with name_cstr mutable CharPtr more tests
16182:
16183: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16184: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16185: << abort. die now just exits
16186:
16187: * src/classes/classes.awk, src/classes/classes.h,
16188: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16189: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16190: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16191: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16192: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16193: src/classes/xnode.C, src/include/pa_memory.h,
16194: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16195: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16196: src/types/pa_vform.C, tests/015.html, tests/016.html,
16197: tests/017.html, tests/018.html, tests/019.html,
16198: tests/019paf2001.gif, tests/020.html, tests/021.html,
16199: tests/022.html, tests/023.html, tests/022_dir/a.html,
16200: tests/022_dir/b.txt, tests/022_dir/c.htm,
16201: tests/results/015.processed, tests/results/016.processed,
16202: tests/results/017.processed, tests/results/018.processed,
16203: tests/results/019.processed, tests/results/020.processed,
16204: tests/results/021.processed, tests/results/022.processed,
16205: tests/results/023.processed: methoded_array now contains all Mxxx
16206: classes SAPI::get_env now returns info on pool more tests
16207:
16208: * src/include/pa_array.h, src/include/pa_hash.h,
16209: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16210: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16211: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16212: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16213: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16214: tests/results/001.processed, tests/results/002.processed,
16215: tests/results/003.processed, tests/results/004.processed,
16216: tests/results/005.processed, tests/results/006.processed,
16217: tests/results/007.processed, tests/results/008.processed,
16218: tests/results/009.processed, tests/results/010.processed,
16219: tests/results/011.processed, tests/results/012.processed,
16220: tests/results/013.processed, tests/results/014.processed: hash
16221: cloning fixed
16222:
16223: 2003-02-25 paf
16224:
16225: * src/main/pa_common.C: typo fixed
16226:
16227: 2003-02-24 paf
16228:
16229: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16230: [one remained]
16231:
16232: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16233: [should have been get_string(&pool)] todo: check other such calls
16234:
16235: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16236: test10, bad lookups
16237:
16238: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16239: object got destructed, and xxx points to sky
16240:
16241: * ChangeLog, src/classes/string.C: match bug fixed
16242:
16243: * src/types/pa_vmail.C: body [text/html] transcoded to
16244: $.charset[specified] now
16245:
16246: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16247: which failed to handle sigsetjmp+throw: crashed inside of
16248: pre-throw code. rewritten simplier [though duplicating
16249: closesocket code]
16250:
16251: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16252: which failed to handle sigsetjmp+throw: crashed inside of
16253: pre-throw code. rewritten simplier [though duplicating
16254: closesocket code]
16255:
16256: 2003-02-21 paf
16257:
16258: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16259: $cookie:name[$.expires[date << can be now]]
16260:
16261: written makefile with regression tests [raw]
16262:
16263: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16264: tests' only [it's not forcing CGI mode now] now use -H to output
16265: CGI header when parser used in command line [useful for tests
16266: also]
16267:
16268: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16269: switches on CGI mode, and is used in regression tests
16270:
16271: * src/: include/pa_request.h, main/pa_request.C,
16272: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16273: fixed
16274:
16275: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16276: handling pa_*
16277:
16278: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16279: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16280: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16281: memory handling files
16282:
16283: * src/main/pa_array.C: pool::format_integer terminator fixed
16284:
16285: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16286: compiles OK test to show benefits of free
16287:
16288: * src/: classes/file.C, classes/image.C, classes/mail.C,
16289: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16290: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16291: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16292: use pool [as the one in ^process]
16293:
16294: * src/classes/op.C: fixed process. sould now check for all cstr's
16295: -- some must use pool [as the one in ^process]
16296:
16297: 2003-02-20 paf
16298:
16299: * src/: classes/date.C, classes/double.C, classes/file.C,
16300: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16301: classes/math.C, classes/op.C, classes/response.C,
16302: classes/string.C, classes/table.C, classes/void.C,
16303: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16304: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16305: string cmp fixed
16306:
16307: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16308: values passed OK now
16309:
16310: 2003-02-19 paf
16311:
16312: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16313: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16314: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16315: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16316: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16317: all remaning leaks resulted from pooled::malloc calls [excluding
16318: in gd -- planning complete rewrite extremely ugly code]
16319:
16320: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16321: files
16322:
16323: 2003-02-17 paf
16324:
16325: * src/: classes/date.C, classes/double.C, classes/file.C,
16326: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16327: classes/response.C, classes/string.C, classes/table.C,
16328: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16329: include/pa_stylesheet_connection.h,
16330: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16331: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16332: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16333: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16334: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16335: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16336: of unitialized simple-typed field
16337:
16338: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16339: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16340: simple-typed field fixed. todo: find&kill all like that one
16341:
16342: * src/: main/execute.C, targets/cgi/pa_pool.C,
16343: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16344: debug output fixed
16345:
16346: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16347: main/pa_request.C: stack-stored items need extra .ref to prevent
16348: object_ptr from delete[them]
16349:
16350: * src/: classes/date.C, classes/op.C, classes/table.C,
16351: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16352: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16353: main/pa_charset.C, main/pa_common.C,
16354: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16355: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16356: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16357: calls
16358:
16359: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16360: couple mem leaks rusulted from old pooled::malloc usage.
16361: todo:find more like those
16362:
16363: * src/main/: compile.C, compile_tools.C: 2*2!
16364:
16365: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16366: stackItem fixed [there were no string on stack before]
16367:
16368: * src/: main/execute.C, main/pa_request.C,
16369: types/pa_vmethod_frame.C: first letters out OK
16370:
16371: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16372: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16373: main/pa_string.C, main/untaint.C, types/pa_value.h,
16374: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16375: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16376: type not initialized with zeros :( while class fields of class
16377: types initialized with default constructors. learn C++
16378:
16379: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16380: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16381: classes/math.C, classes/xdoc.C, classes/xnode.C,
16382: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16383: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16384:
16385: 2003-02-14 paf
16386:
16387: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16388: 13 link errors
16389:
16390: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16391: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16392: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16393: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16394: errors :)
16395:
16396: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16397: classes/hash.C, classes/mail.C, classes/op.C,
16398: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16399: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16400: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16401: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16402:
16403: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16404: classes/table.C, include/pa_common.h, include/pa_globals.h,
16405: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16406: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16407: types/pa_vint.h, types/types.dsp: op compiled
16408:
16409: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16410: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16411: main/untaint.C, types/pa_vtable.h: string, response compiled
16412:
16413: 2003-02-07 paf
16414:
16415: * src/: classes/table.C, types/pa_vtable.h: table compiled
16416:
16417: 2003-02-06 paf
16418:
16419: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16420: mail compiled
16421:
16422: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16423: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16424: types/pa_vfile.h, types/pa_vimage.h: image compiled
16425:
16426: * src/classes/: file.C, form.C: form compiled
16427:
16428: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16429: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16430: types/pa_vfile.C, types/pa_vfile.h: file compiled
16431:
16432: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16433: types/pa_vmath.h: math compiled [win32]
16434:
16435: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16436: types/pa_vstring.h: hash compiled
16437:
16438: 2003-02-04 paf
16439:
16440: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16441: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16442: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16443: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16444: types/pa_vhash.h: hash 50% compiled
16445:
16446: * src/: classes/date.C, classes/file.C, classes/hash.C,
16447: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16448: classes/string.C, classes/table.C, classes/xdoc.C,
16449: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16450: main/pa_string.C: date compiled
16451:
16452: * src/classes/: classes.dsp, double.C: double compiled
16453:
16454: * src/: classes/date.C, classes/double.C, classes/file.C,
16455: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16456: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16457: classes/string.C, classes/table.C, classes/void.C,
16458: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16459: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16460: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16461: compiled
16462:
16463: * src/: classes/date.C, classes/double.C, classes/file.C,
16464: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16465: classes/math.C, classes/op.C, classes/response.C,
16466: classes/string.C, classes/table.C, classes/void.C,
16467: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16468: types/pa_vvoid.h: void compiled :)
16469:
16470: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16471: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16472: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16473: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16474: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16475: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16476: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16477: types/pa_vresponse.C, types/pa_vstateless_class.C,
16478: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16479: types/pa_wcontext.C, types/types.dsp: removed stupid
16480: value_includes.h
16481:
16482: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16483: trying to remove stupid value_includes.h
16484:
16485: * src/main/pa_exec.C: pa_exec compiled on win32
16486:
16487: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16488:
16489: * src/: include/pa_globals.h, include/pa_request.h,
16490: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16491: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16492: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16493: types/pa_vrequest.C, types/pa_vstateless_class.C,
16494: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16495:
16496: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16497: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16498: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16499:
16500: * src/: include/pa_array.h, include/pa_config_includes.h,
16501: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16502: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16503: compiled
16504:
16505: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16506: name conflicts)
16507:
16508: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16509: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16510: yelds "virtual memory exhausted" while trying to compile
16511: execute.C [eating up to 127MB]
16512:
16513: 2003-02-03 paf
16514:
16515: * src/: include/pa_config_includes.h, include/pa_hash.h,
16516: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16517: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16518: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16519: types/pa_vint.h, types/pa_vjunction.h,
16520: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16521: started gcc compiling pa_common compiled
16522:
16523: * src/: include/pa_exception.h, include/pa_pool.h,
16524: main/pa_exception.C: exception gcc change #1
16525:
1.116 moko 16526: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16527: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16528:
16529: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16530:
16531: * src/types/pa_vtable.C: vtable compiled
16532:
16533: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16534:
16535: * src/: include/pa_cache_managers.h, main/pa_request.C,
16536: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16537:
16538: * src/types/pa_vstateless_class.C: vstateless_class compiled
16539:
16540: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16541:
16542: * src/types/pa_vrequest.C: vrequest compiled
16543:
16544: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16545: pa_vobject.C, pa_vobject.h: vobject compiled
16546:
16547: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16548: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16549: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16550: compiled
16551:
16552: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16553:
16554: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16555: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16556: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16557: compiled
16558:
16559: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16560: main.lib - 0 error(s), 0 warning(s)
16561:
16562: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16563: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16564:
16565: 2003-01-31 paf
16566:
16567: * src/: include/pa_array.h, include/pa_operation.h,
16568: include/pa_request.h, main/execute.C, main/main.dsp,
16569: types/pa_vjunction.h: started last file from main library:
16570: execute
16571:
16572: * src/: include/pa_request.h, include/pa_sapi.h,
16573: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16574: main/pa_request.C, targets/cgi/parser3.C,
16575: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16576: types/pa_vhash.h: pa_request compiled
16577:
16578: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16579: include/pa_globals.h, include/pa_request.h,
16580: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16581: main/execute.C, main/main.dsp, main/pa_common.C,
16582: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16583: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16584: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16585: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16586: types/types.dsp: most pa_request compiled
16587:
16588: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16589: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16590: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16591: classes/op.C, classes/response.C, classes/string.C,
16592: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16593: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16594: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16595: include/pa_config_fixed.h, include/pa_config_includes.h,
16596: include/pa_dictionary.h, include/pa_dir.h,
16597: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16598: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16599: include/pa_pool.h, include/pa_request.h,
16600: include/pa_request_charsets.h, include/pa_request_info.h,
16601: include/pa_sapi.h, include/pa_socks.h,
16602: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16603: include/pa_stack.h, include/pa_string.h,
16604: include/pa_stylesheet_connection.h,
16605: include/pa_stylesheet_manager.h, include/pa_table.h,
16606: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16607: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16608: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16609: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16610: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16611: main/compile.C, main/compile.tab.C, main/compile.y,
16612: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16613: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16614: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16615: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16616: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16617: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16618: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16619: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16620: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16621: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16622: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16623: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16624: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16625: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16626: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16627: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16628: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16629: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16630: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16631: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16632: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16633: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16634: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16635: types/pa_vresponse.h, types/pa_vstateless_class.C,
16636: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16637: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16638: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16639: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16640: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16641: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16642:
16643: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16644: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16645: src/include/pa_charsets.h, src/include/pa_common.h,
16646: src/include/pa_dictionary.h, src/include/pa_exception.h,
16647: src/include/pa_exec.h, src/include/pa_pool.h,
16648: src/include/pa_request.h, src/include/pa_sapi.h,
16649: src/include/pa_sql_connection.h,
16650: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16651: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16652: src/main/compile.tab.C, src/main/compile_tools.C,
16653: src/main/compile_tools.h, src/main/main.dsp,
16654: src/main/pa_charset.C, src/main/pa_charsets.C,
16655: src/main/pa_common.C, src/main/pa_dictionary.C,
16656: src/main/pa_exception.C, src/main/pa_exec.C,
16657: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16658: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16659: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16660: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16661: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16662: src/types/pa_vdouble.h, src/types/pa_venv.h,
16663: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16664: src/types/pa_vhash.h, src/types/pa_vimage.C,
16665: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16666: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16667: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16668: src/types/pa_vobject.C, src/types/pa_vobject.h,
16669: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16670: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16671: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16672: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16673: src/types/pa_vstring.h, src/types/pa_vtable.h,
16674: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16675: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16676: died, long live StringPtr
16677:
16678: 2003-01-30 paf
16679:
16680: * src/: include/pa_charset.h, include/pa_request.h,
16681: include/pa_sql_driver_manager.h, main/compile.tab.C,
16682: main/compile.y, main/compile_tools.h, main/pa_request.C,
16683: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16684:
16685: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16686: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16687: types/pa_vhash.h, types/pa_vmethod_frame.h,
16688: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16689: types/types.dsp: vstateless_class compiled
16690:
16691: * src/main/compile.C: compile compiled
16692:
16693: * src/: include/pa_array.h, include/pa_operation.h,
16694: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16695: main/pa_table.C: compile_tools compiled
16696:
16697: * src/: include/pa_operation.h, main/compile.y,
16698: main/compile_tools.C, main/compile_tools.h: started
16699: compile_tools. vagues ideas of how to free compiled code
16700:
16701: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16702: main/main.dsp, types/pa_value.C, types/pa_value.h,
16703: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16704: compiled
16705:
16706: 2003-01-29 paf
16707:
16708: * src/: include/pa_globals.h, include/pa_request.h,
16709: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16710: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16711: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16712: compiled
16713:
16714: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16715: now
16716:
16717: * src/: include/pa_array.h, include/pa_exception.h,
16718: include/pa_pool.h, main/pa_exception.C: gd compiled
16719:
16720: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16721: compiled
16722:
16723: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16724: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16725: types/pa_vfile.h: vfile compiled
16726:
16727: * src/: include/pa_common.h, include/pa_globals.h,
16728: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16729: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16730: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16731:
16732: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16733: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16734: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16735: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16736: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16737:
16738: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16739: main/main.dsp, main/untaint.C: more compiled
16740:
16741: * src/: include/pa_charsets.h, include/pa_request.h,
16742: include/pa_request_info.h, include/pa_string.h,
16743: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16744: types/pa_vresponse.h: vrequest compiled
16745:
16746: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16747: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16748: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16749:
16750: * src/: classes/classes.h, include/pa_charset.h,
16751: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16752: include/pa_request.h, include/pa_string.h, main/main.dsp,
16753: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16754: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16755: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16756: types/pa_vrequest.C, types/pa_vrequest.h,
16757: types/pa_vstateless_class.h, types/pa_vstring.h,
16758: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16759:
16760: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16761: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16762: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16763: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16764: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16765: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16766: types/pa_vobject.h, types/pa_vstateless_class.h,
16767: types/pa_vstateless_object.h, types/pa_vstatus.h,
16768: types/pa_vstring.h, types/types.dsp: vmath compiled
16769:
16770: 2003-01-28 paf
16771:
16772: * src/: classes/classes.h, classes/date.C, classes/file.C,
16773: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16774: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16775: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16776: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16777: compile_tools
16778:
16779: * src/: include/pa_charset.h, include/pa_exception.h,
16780: include/pa_request.h, include/pa_string.h, main/untaint.C:
16781: untaint compiled
16782:
16783: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16784: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16785: more compiled. struck with string::store_to needing to know
16786: source/client charsets
16787:
16788: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16789: types/pa_vfile.h: uue compiled
16790:
16791: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16792: table compiled
16793:
16794: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16795: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16796:
16797: * src/: include/pa_charset.h, main/pa_charset.C,
16798: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16799: introduced]
16800:
16801: * src/: classes/date.C, include/pa_charset.h,
16802: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16803: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16804: pa_charsets compiled
16805:
16806: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16807: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16808:
16809: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16810: common compiled
16811:
16812: * src/: include/pa_charsets.h, main/pa_charsets.C,
16813: main/pa_sql_driver_manager.C: pa_charsets compiled
16814:
16815: * src/: include/pa_array.h, include/pa_charset.h,
16816: include/pa_charsets.h, include/pa_pool.h,
16817: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16818: include/pa_stack.h, include/pa_string.h,
16819: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16820: sql_driver_manager compiled
16821:
16822: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16823: letter i with two dots added to koi, all ukranian letters added
16824: to win1251.
16825:
16826: typographic simbol 0xb9 deleted from win1251 [strange one & were
16827: abscent from koi]
16828:
16829: 2003-01-27 paf
16830:
16831: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16832: include/pa_sql_driver_manager.h, include/pa_string.h,
16833: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16834: sql/pa_sql_driver.h: paused on sql_manager
16835:
16836: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16837: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16838: include/pa_stack.h, main/pa_sql_driver_manager.C,
16839: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16840:
16841: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16842: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16843: include/pa_table.h, main/pa_sql_driver_manager.C,
16844: main/pa_table.C: table compiled
16845:
16846: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16847: cache_managers compiled
16848:
16849: * src/: include/pa_array.h, include/pa_charset.h,
16850: include/pa_pool.h, main/pa_charset.C: charset compiled
16851:
16852: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16853:
16854: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16855: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16856: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16857: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16858: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16859:
16860: 2003-01-24 paf
16861:
16862: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16863: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16864: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16865: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16866: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16867: types/pa_vint.h, types/pa_vjunction.h,
16868: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16869: types/pa_vstatus.h, types/pa_vstring.h: more patched
16870:
16871: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16872: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16873: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16874: main/pa_string.C, main/pa_table.C: string compiled
16875:
16876: * src/: include/pa_array.h, include/pa_common.h,
16877: include/pa_dictionary.h, include/pa_exception.h,
16878: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16879: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16880: main/pa_string.C: dictionary compiled
16881:
16882: 2003-01-23 paf
16883:
16884: * src/: include/pa_array.h, include/pa_common.h,
16885: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16886: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16887: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16888: types/pa_value.h: resurrected pool in new sense: now it's
16889: factory, producing&accounting memory chunks for read[autofree]
16890: buffers
16891:
16892: * src/: include/pa_array.h, include/pa_exception.h,
16893: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16894: main/pa_exception.C, main/pa_table.C: table compiled
16895:
16896: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16897: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16898: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16899: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16900: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16901: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16902: main/pa_table.C: aint that easy
16903:
16904: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16905: main/main.dsp: continued with Hash
16906:
16907: * src/main/pa_common.C: connect_string allocated on heap[wes on
16908: stack] now. and exception can be reported OK now [can be reported
16909: outside of pro c with that stack]
16910:
16911: 2003-01-22 paf
16912:
16913: * src/: include/pa_array.h, include/pa_charset.h,
16914: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16915: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16916: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16917: base: contains references_count. auto_ptr template calls
16918: add_ref/release
16919:
16920: 2003-01-21 paf
16921:
16922: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16923: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16924: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16925: classes/op.C, classes/response.C, classes/string.C,
16926: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16927: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16928: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16929: include/pa_config_fixed.h, include/pa_config_includes.h,
16930: include/pa_dictionary.h, include/pa_dir.h,
16931: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16932: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16933: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16934: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16935: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16936: include/pa_stack.h, include/pa_string.h,
16937: include/pa_stylesheet_connection.h,
16938: include/pa_stylesheet_manager.h, include/pa_table.h,
16939: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16940: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16941: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16942: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16943: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16944: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16945: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16946: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16947: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16948: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16949: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16950: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16951: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16952: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16953: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16954: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16955: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16956: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16957: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16958: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16959: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16960: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16961: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16962: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16963: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16964: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16965: types/pa_vstateless_object.h, types/pa_vstatus.C,
16966: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16967: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16968: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16969: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16970: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16971: 2002->2003
16972:
16973: 2003-01-16 paf
16974:
16975: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16976: src/main/pa_globals.C: http:// introducing $.any-status(1)
16977:
16978: * operators.txt, src/include/pa_config_fixed.h,
16979: src/main/pa_common.C: http request now return status. and not
16980: fail on status!=200
16981:
16982: 2003-01-15 paf
16983:
16984: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16985:
16986: 2003-01-14 paf
16987:
16988: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16989: mkinstalldirs: removed some ancient files [they in / really]
16990:
16991: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16992: regretfully needed patch in two places. in config_fixed.h made
16993: stubs for lib to compile in MSVC
16994:
16995: 2003-01-13 paf
16996:
16997: * config.guess, config.sub, ltmain.sh: removed last piece of
16998: configure.in(libtool) hacks
16999:
1.116 moko 17000: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17001: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17002: ltdl.h: moved to latest libtool (1.4.3)
17003:
17004: 2003-01-10 paf
17005:
17006: * src/lib/ltdl/: configure, configure.in: PROG_NM
17007:
17008: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17009: patches. libxml2 >= 2.5.1
17010: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17011: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17012: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17013:
17014: * INSTALL: moved to latest versions of xml libs libxml2 >=
17015: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17016: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17017: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17018:
17019: 2003-01-09 paf
17020:
17021: * INSTALL: xml,xslt,gdome lib urls updated
17022:
17023: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17024: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17025: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17026: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17027: 1.7.2
1.95 moko 17028:
17029: * depcomp: moving to automake 1.7.2
17030:
17031: 2002-12-27 paf
17032:
17033: * src/include/pa_version.h: 0007
17034:
17035: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17036: outdated parts, made links to language docs
17037:
17038: * src/include/pa_config_auto.h.in: comment
17039:
17040: 2002-12-26 paf
17041:
17042: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17043: not contain trailing / fixed.
17044:
17045: * INSTALL: changing SAFE_MODE politics
17046:
17047: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17048:
17049: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17050:
17051: 2002-12-25 paf
17052:
17053: * src/main/pa_globals.C: optimized-xml
17054:
17055: * src/main/pa_globals.C: optimized-as-is
17056:
17057: 2002-12-24 paf
17058:
17059: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17060: fixed [were really called with zero size when .html?a=&b=]
17061:
17062: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17063: with --with-sendmail
17064:
17065: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17066: fixed]
17067:
17068: 2002-12-23 paf
17069:
17070: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17071: ignoring parameters & were storing only string with default
17072: expires
17073:
17074: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17075: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17076: December 23, 2002 4:22 AM Subject: bug â
17077: Charset::transcode_buf2xchar
17078:
17079: 2002-12-20 paf
17080:
17081: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17082: non-cgi [script] runs
17083:
17084: 2002-12-19 paf
17085:
17086: * INSTALL: --without-iconv recommended [it crashes on some systems
17087: [tested on elik]] moreover, it's not needed there [parser
17088: registers charsets itself]
17089:
17090: * INSTALL: --without-iconv recommended [it crashes on some systems
17091: [tested on elik]]
17092:
17093: * operators.txt, src/include/pa_globals.h,
17094: src/include/pa_request.h, src/main/pa_globals.C,
17095: src/main/pa_request.C: $response:download
17096:
17097: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17098: compiler [win32]].
17099:
17100: 2002-12-18 paf
17101:
17102: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17103:
17104: 2002-12-17 paf
17105:
17106: * src/targets/cgi/parser3.C: merged die&iis changes
17107:
17108: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17109: to exit(1) 2. more flexible iilegal call check
17110:
17111: 2002-12-16 paf
17112:
17113: * ltmain.sh: some automakes silly insist on having this handy
17114:
17115: * src/main/untaint.C: filespec russian small 'r' changed to latin
17116: 'p' bug fix
17117:
17118: 2002-12-15 paf
17119:
17120: * src/main/untaint.C: filespec russian small 'r' changed to latin
17121: 'p'
17122:
17123: * configure.in, src/include/pa_config_auto.h.in,
17124: src/main/compile.C, src/main/pa_common.C: merged small changes
17125: from branch 6 to HEAD
17126:
17127: * src/main/compile.C: removed warning
17128:
17129: * src/main/pa_common.C: ftruncate having checked
17130:
17131: * configure.in, src/include/pa_version.h: new version
17132:
17133: 2002-12-14 paf
17134:
17135: * src/classes/table.C: removed unnecessary code
17136:
17137: * src/sql/pa_sql_driver.h: exception type fixed
17138:
17139: 2002-12-09 paf
17140:
17141: * src/types/pa_vvoid.h: $void.store[now] error
17142:
17143: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17144:
17145: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17146: tries to write core dump
17147:
17148: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17149:
17150: * src/: classes/hash.C, classes/string.C, classes/table.C,
17151: classes/void.C, main/pa_sql_driver_manager.C,
17152: sql/pa_sql_driver.h: changed exception handling mech in sql
17153: handlers #2
17154:
17155: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17156: exception handling mech in sql handlers
17157:
17158: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17159: handlers
17160:
17161: * src/: classes/hash.C, classes/string.C, classes/table.C,
17162: classes/void.C, main/pa_sql_driver_manager.C,
17163: sql/pa_sql_driver.h: changed exception handling mech in sql
17164: handlers
17165:
1.116 moko 17166: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17167: to write makefile which used libtool to install things, which is
17168: not needed
1.95 moko 17169:
17170: 2002-12-06 paf
17171:
17172: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17173: $hash.fields -- pseudo field to make 'hash' more like 'table'
17174:
17175: 2002-12-05 paf
17176:
17177: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17178: cc/bcc OK now
17179:
17180: * src/main/untaint.C: mail header closed properly
17181:
17182: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17183: header ',' allowed. still bugs in smtp [only one receiptient
17184: works, cc, bcc ignored now, and MAILED ;)]
17185:
17186: [strncpy killed, memnchr used]
17187:
17188: * src/main/pa_table.C: table-copy now current=0
17189:
17190: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17191: lowlevel proc
17192:
17193: * src/targets/cgi/parser3.C: more checks on
17194: http://domain/parser.cgi start [maybe some getenv returns "",
17195: checked that now
17196:
17197: * src/targets/cgi/parser3.C: more checks on
17198: http://domain/parser.cgi start [maybe some getenv returns "",
17199: checked that now
17200:
17201: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17202: out-of-mem errors reached log]
17203:
17204: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17205: mail:send MIME-Version default
17206:
17207: * src/main/main.dsp: pa_version included into main.dsp
17208:
17209: 2002-12-04 paf
17210:
17211: * src/types/pa_vform.C: $form:field string value cut by premature 0
17212:
17213: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17214: lib/libltdl -> lib/ltdl Win32 changes. s
17215:
17216: * src/classes/classes.awk: more strict *.C$
17217:
17218: * gnu.dsp: restored
17219:
1.116 moko 17220: * configure.in, gnu.dsp, src/lib/Makefile.am,
17221: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17222: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17223: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17224: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17225: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17226: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17227: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17228: now created with /configure, not ltdl/configure, so it does have
17229: no problems with automake. ltdl/configure
17230: AC_OUTPUT(Makefile<<removed)
1.95 moko 17231:
17232: 2002-12-02 paf
17233:
17234: * operators.txt: removed outdated status:db
17235:
17236: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17237: src/main/pa_common.C, src/main/pa_request.C,
17238: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17239: tainted parts becomes http-header
17240:
17241: 2002-11-29 paf
17242:
17243: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17244: dates now objects of type date
17245:
17246: * src/classes/image.C: file.seek removed [it were used in image.C
17247: only, and for parser user this means that jpeg image has bad
17248: size in fragment's header] now used image.format
17249:
17250: * src/: include/pa_common.h, main/pa_common.C,
17251: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17252: now handled exactly like $response:header values. e.g. can be
17253: hash [can have subattributes] & contain date values.
17254:
17255: * src/main/pa_common.C: http:// param values lang forced URI
17256:
17257: * src/main/pa_common.C: http:// tainted partes now %xx
17258:
17259: 2002-11-28 paf
17260:
17261: * operators.txt: http.timeout
17262:
17263: * src/classes/image.C: ^image.length now counts interchar space.
17264: plus space after last char
17265:
17266: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17267:
17268: * src/classes/image.C: ^image.font width measurer now scans full
17269: height [were -1]
17270:
17271: * configure.in: stopped double libltdl/Makefile generation
17272:
17273: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17274: chars [one top horizontal line of 1pixel height were missing]
17275:
17276: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17277: 'false' to go into (Hash *) parameter
17278:
17279: 2002-11-27 paf
17280:
17281: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17282: types/pa_vmail.C: response:body[file] if file nows it's name now
17283: returns content-disposition: >>attachment<<
17284:
17285: * src/classes/image.C: ^image.font << bad font file-size now
17286: properly reported
17287:
17288: 2002-11-26 paf
17289:
17290: * src/main/pa_request.C: fixed lang in reponse header
17291:
17292: * src/main/pa_common.C: utf8 prefix ignored @read text
17293:
17294: * operators.txt, src/main/pa_common.C: http:// response status!=200
17295: made exception: http.status with source=bad status#
17296:
17297: 2002-11-25 paf
17298:
17299: * configure.in, src/classes/image.C,
17300: src/include/pa_config_auto.h.in,
17301: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17302: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17303: const void related probs fixed
1.95 moko 17304:
17305: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17306:
17307: $file[^file::load[http://there]] $file.SERVER
17308:
17309: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17310: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17311: http options [invalid onces now reported] made default
17312: user-agent: paf
17313:
17314: * operators.txt, src/classes/file.C, src/classes/table.C,
17315: src/classes/xdoc.C, src/include/pa_common.h,
17316: src/include/pa_globals.h, src/main/pa_common.C,
17317: src/main/pa_globals.C, src/main/pa_request.C,
17318: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17319: now understand http:// prefix and additional params, sample:
17320: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17321: $.USER-AGENT[parser3] ]]
17322:
17323: 2002-11-22 paf
17324:
17325: * src/classes/image.C, src/include/pa_globals.h,
17326: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17327: src/types/pa_vimage.h, operators.txt: $image.exif support
17328: $image.exif.DateTime & co
17329:
17330: 2002-11-21 paf
17331:
17332: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17333: _PASS_APPENDED)
17334:
17335: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17336: EXIF information [were big block and it's size were considered
17337: negative :(]
17338:
17339: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17340: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17341: internals rewritten. no there's reader.seek, and all's ready for
17342: EXIF extraction [now we fail to measure files with EXIF info]
17343:
17344: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17345: O_TRUNC truncates even exclusevely write-locked file [thanks to
17346: Igor Milyakov <virtan@rotabanner.com> for discovering]
17347:
17348: 2002-11-20 paf
17349:
17350: * src/targets/cgi/parser3.C: logging @signal += query_string
17351:
17352: * configure.in, src/include/pa_config_auto.h.in,
17353: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17354: comment
17355:
17356: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17357:
17358: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17359: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17360: currently processed document SIGPIPE >> interrupts request
17361: processing [exception = DB rollback]
17362:
17363: * src/main/pa_exec.C: comment
17364:
17365: * src/main/pa_exec.C: pa_exec: data written only if size>0
17366:
17367: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17368: << disable HTTP-POST repassing
17369:
17370: * src/: include/pa_config_fixed.h, main/pa_common.C,
17371: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17372: pipe read errors now checked
17373:
17374: 2002-11-19 paf
17375:
17376: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17377: CGI: Illegal call
17378:
17379: 2002-11-01 paf
17380:
17381: * src/main/execute.C: comment
17382:
17383: 2002-10-31 paf
17384:
17385: * src/main/execute.C: found out why, checked that for now. todo:
17386: find out a way for that user could do that
17387:
17388: * src/types/pa_vstateless_object.h: object put replaces static
17389: parent if any
17390:
17391: * src/types/pa_vobject.C: object put replaces static parent if any
17392:
17393: * src/: classes/form.C, classes/mail.C, classes/op.C,
17394: classes/xnode.h, main/compile.tab.C, main/execute.C,
17395: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17396: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17397: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17398: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17399: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17400: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17401: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17402: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17403: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17404: types/pa_vstateless_object.h, types/pa_vstatus.C,
17405: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17406: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17407: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17408: types/pa_wwrapper.h: static fix merged
17409:
17410: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17411: $virtual_fields in dynamic, but one can reach derived
17412: static[class] variable from base
17413:
17414: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17415: types/pa_vobject.C, types/pa_vobject.h,
17416: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17417: statics, left $virtual_fields in dynamic
17418:
17419: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17420: one can't remember derivates in base class: there's so many of
17421: them. also there can be no virtual method calls in static
17422: classes
17423:
17424: * src/: classes/form.C, classes/mail.C, classes/op.C,
17425: classes/xnode.h, main/execute.C, main/pa_request.C,
17426: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17427: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17428: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17429: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17430: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17431: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17432: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17433: types/pa_vresponse.C, types/pa_vresponse.h,
17434: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17435: types/pa_vstateless_object.h, types/pa_vstatus.C,
17436: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17437: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17438: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17439: types/pa_wwrapper.h: static call $self fixed
17440:
17441: * src/main/execute.C: comment
17442:
17443: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17444: ^process[$caller.self]{...} now compiles to last derived object
17445: part of that 'self'
17446:
17447: 2002-10-29 paf
17448:
17449: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17450: re-passing [iis to blame]
17451:
17452: * src/classes/string.C: changed string.save to pass current sql
17453: connection to cstr thus one can ^connect[some server]{
17454: $s[insert into table x (x) values (^taint[sql]{value})]
17455: ^s.save[some.sql] } and he'd get in some.sql file code with
17456: properly escaped. [tried in mssql->mysql export->import of
17457: binary data]
17458:
17459: 2002-10-25 paf
17460:
17461: * src/types/pa_vresponse.C: case insensitive response user fields
17462: get/put
17463:
17464: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17465: types/pa_vresponse.C: saving for maybe-future
17466:
17467: 2002-10-23 paf
17468:
17469: * operators.txt, src/classes/table.C: ^table.hash{code}...
17470: ^table.hash(expr)...
17471:
17472: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17473:
17474: 2002-10-22 paf
17475:
17476: * src/types/: pa_vform.C, pa_vform.h: removed needless
17477: VForm::Append...(...Value)
17478:
17479: * src/main/execute.C: $.name outside of $name[...] checked
17480:
17481: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17482: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17483:
17484: 2002-10-21 paf
17485:
17486: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17487: $form:qtail $form:imap.x/y
17488:
17489: * operators.txt, src/types/pa_vform.C: $form:nameless =
17490: "?value&...", "...&value&...", "...&value"
17491:
17492: * operators.txt, src/types/pa_vform.C: $form:image-map
17493:
17494: * operators.txt, src/classes/file.C: /some/page.html:
17495: ^file:fullpath[a.gif] => /some/a.gif
17496:
17497: 2002-10-17 paf
17498:
17499: * src/main/: compile.tab.C, compile.y: operators precedence changed
17500: a little: logical not and bitwise negation precedence made
17501: highest, << and >> bitshits precedence made equal [were << higher
17502: than >>]
17503:
17504: * src/classes/op.C: exception handling fixed [were bad with
17505: contexts]
17506:
17507: 2002-10-16 paf
17508:
17509: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17510: main/pa_request.C: Request::self considered equal to
17511: VMethodFrame::self, and removed, Request::get_self() mapped to
17512: VMethodFrame.self()
17513:
17514: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17515: $hash in open field now gives old good error meesage
17516:
17517: 2002-10-15 paf
17518:
17519: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17520: use ^if($junction is junction){was and now true}
17521:
17522: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17523: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17524: types/pa_vxnode.C: xml->parser strings now have origin, which
17525: points to place where value left xml library and came to parser:
17526: place of dom field extraction/call
17527:
17528: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17529: main/compile.tab.C, main/compile.y, main/execute.C,
17530: types/pa_vmethod_frame.h: removed last pieces of old code
17531: allowing $junction.xxx at compile time
17532:
17533: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17534: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17535: objects also considered [were only classes]
17536:
17537: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17538: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17539: with CLASS self. [ (request&method_frame).self temporarily
17540: changed ]
17541:
17542: * src/classes/: hash.C, op.C: method_frame now always changed, with
17543: no exception to native calls. for&foreach changed to use
17544: method_frame.caller for their var's name context
17545:
17546: * src/: main/execute.C, targets/cgi/parser3.C,
17547: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17548: compiling to system classes disabled
17549:
17550: * operators.txt, src/classes/op.C:
17551: ^process[$caller.CLASS]{code-string} added
17552:
17553: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17554: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17555: src/types/Makefile.am, src/types/pa_vjunction.C,
17556: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17557: src/types/types.dsp: removed $junction.get $junction.set[]
17558: introducing $caller
17559:
17560: * src/types/pa_value.h: removed outdated comments. doxygen would
17561: find them lower by inheritance tree
17562:
17563: * src/types/pa_vjunction.C: ident
17564:
17565: 2002-10-14 paf
17566:
17567: * src/classes/op.C: process compiles to code's class class
17568:
17569: * src/: classes/form.C, classes/mail.C, classes/op.C,
17570: include/pa_request.h, main/compile.C, main/compile.tab.C,
17571: main/compile.y, main/execute.C, main/pa_request.C,
17572: types/pa_vstateless_class.h: operators now main-class-methods
17573:
17574: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17575: better stack trace [has "call" & co there]
17576:
17577: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17578: operators @auto now executed in MAIN context
17579:
17580: * src/main/execute.C: operator execution context now = MAIN, not
17581: closest stack frame
17582:
17583: @touchit[] $i[after]
17584:
17585: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17586: were 'after'
17587:
17588: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17589: 'after'
17590:
17591: * src/main/execute.C: comment
17592:
17593: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17594: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17595: action]
17596:
17597: * src/types/pa_vxnode.C: misreplace fixed
17598:
17599: * configure, configure.in, src/include/pa_config_auto.h.in,
17600: src/types/pa_vstatus.C, operators.txt:
17601: $status:rusage.tv_secs/usecs introduced
17602:
17603: 2002-10-09 paf
17604:
17605: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17606: on empty string [or uses (default)]
17607:
17608: 2002-10-08 paf
17609:
17610: * src/main/untaint.C: mail header quoted printable changed after
17611: RFC reread
17612:
17613: * operators.txt: plan on ^if(method
17614:
17615: * src/types/pa_vxnode.C: misreplace
17616:
17617: 2002-09-24 paf
17618:
1.116 moko 17619: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17620:
17621: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17622: mailreceive would compile on freebsd now
17623:
17624: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17625: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17626: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17627: mailreceive would compile on freebsd now
1.95 moko 17628:
17629: * src/: classes/file.C, main/untaint.C: 1. file spec language
17630: changed: now there are only few chars are untainted: * ? ' " < >
17631: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17632: one should use ^untaint[uri]{...} now]
17633:
17634: 2. $list[^file:list[dir]] now returns simply tainted names in
17635: $list.name, not tainted as filespec
17636:
17637: @russianindex[] #dir with files with russian-lang names
17638: $where[dir]
17639:
17640: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17641: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17642:
17643: 2002-09-23 paf
17644:
17645: * src/types/pa_vdouble.h: double->int round added
17646:
17647: * src/classes/date.C: date bug fix, now
17648: round(floatDays*secondsPerDay)
17649:
17650: * src/classes/date.C: date bug fix, now
17651: round(floatDays*secondsPerDay)
17652:
17653: 2002-09-20 paf
17654:
17655: * src/main/execute.C: code junction calls disabled [before: code
17656: was compiled in such a way, that there were no code-junctions in
17657: OP_CALL]
17658:
17659: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17660:
17661: @badjunctioncallinside[code] ^code[]
17662:
17663: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17664: expanding to include ^junction.method
17665:
17666: * src/main/pa_common.C: -d "DIR/" now true
17667:
17668: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17669: as internal xdoc encoding, and after decoding attributes set by
17670: dom functions now encoded OK, not as digital entities
17671:
17672: * src/classes/xdoc.C: empty transform result, being taken as file
17673: now returns empty file, not raises stupid error about "stat-ed
17674: file"
17675:
17676: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17677: allowed
17678:
17679: * src/types/types.dsp: introducing $junction.get/put(1) one can
17680: write iterators now:
17681:
17682: ^user-foreach[key;value]{$key=$value<br>}
17683:
17684: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17685: $code.value($i*2) $code }
17686:
17687: * src/main/compile_tools.h: mistype
17688:
1.116 moko 17689: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17690: thus taking linking options configure changes into account [were:
17691: ignoring]
1.95 moko 17692:
17693: * src/types/: pa_vjunction.C, Makefile.am: introducing
17694: $junction.get/put(1) one can write iterators now:
17695:
17696: ^user-foreach[key;value]{$key=$value<br>}
17697:
17698: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17699: $code.value($i*2) $code }
17700:
17701: * src/: include/pa_opcode.h, include/pa_request.h,
17702: main/compile.tab.C, main/compile.y, main/execute.C,
17703: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17704: introducing $junction.get/put(1) one can write iterators now:
17705:
17706: ^user-foreach[key;value]{$key=$value<br>}
17707:
17708: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17709: $code.value($i*2) $code }
17710:
17711: 2002-09-19 paf
17712:
1.116 moko 17713: * Makefile.am: new: make commit
1.95 moko 17714:
17715: * aclocal.m4: forced to be older
17716:
17717: 2002-09-18 paf
17718:
17719: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17720: src/main/compile.y, src/main/execute.C: << >> int shifts
17721:
17722: * src/: include/pa_common.h, include/pa_request.h,
17723: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17724: - now this - fatal error
17725:
17726: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17727: that one can pass binary data there
17728:
17729: * src/: classes/date.C, classes/double.C, classes/file.C,
17730: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17731: classes/op.C, classes/response.C, classes/string.C,
17732: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17733: include/pa_request.h: pa_request contexts made privated, plus
17734: get_{self/method_frame} to read. Request_context_saver used in
17735: ^try to save flang too. [were not saved]
17736:
17737: * src/types/pa_vresponse.C: header value chains joined before
17738: output, this should help $.subject[$var $var] from being
17739: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17740:
17741: 2002-09-17 paf
17742:
17743: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17744: removed changes, operators executed with calling self. lots of
17745: code with ^include code relies on defined/defining self variables
17746:
17747: $a[1] ^include[print_a.p] print_a.p: $a
17748:
17749: ^include[set_a.p] a=$a set_a.p: $a[1]
17750:
17751: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17752: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17753: types/pa_vstateless_class.h: operators now executed with MAIN
17754: self. it's for ^include sake, too strong a change
17755:
17756: * src/classes/op.C: made place for ^process to compile it's code to
17757: in case of no self
17758:
17759: * src/main/execute.C: found ancient param to Junction, removed.
17760: allowed passing self to native_code_operators [for ^process to
17761: work, she needs self]
17762:
17763: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17764: types/pa_vstateless_class.h: found ancient param to Junction,
17765: removed. allowed passing self to native_code_operators [for
17766: ^process to work, she needs self]
17767:
17768: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17769: types/pa_value.h, types/pa_vmethod_frame.h,
17770: types/pa_vstateless_class.h: allowed Request.self to be 0,
17771: checked that in VMethodFrame get/put and $self.
17772:
17773: * src/classes/: table.C, xdoc.C: table::sql options table::create
17774: copy options options checked, wrong option now fatal error
17775:
17776: * src/main/pa_string.C: string.replace fixed [were missing words on
17777: pieces boundaries]
17778:
1.150 moko 17779: * configure, configure.in: .so now detected [can be .sl on hpux,
17780: .dll on cygwin, .so in other cases)
1.95 moko 17781:
17782: * configure, configure.in: .so now detected [can be .sl on hpux,
17783: .dll on cygwin, .so in other cases)
17784:
17785: * operators.txt, src/classes/hash.C, src/classes/table.C,
17786: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17787: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17788: record taken [were last]
17789:
17790: * src/: classes/hash.C, classes/table.C,
17791: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17792: now errors
17793:
17794: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17795:
17796: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17797: ,2,3]
17798:
17799: 2002-09-16 paf
17800:
17801: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17802: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17803: stdout to be binary. now detected closest header break.
17804:
17805: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17806: closed right
17807:
17808: 2002-09-13 paf
17809:
17810: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17811: src/main/compile_tools.h: (expression #comment)
17812:
17813: (multiline expression #comment line2 #comment )
17814:
17815: (expression #comment with (brackets) comment) << OK
17816:
17817: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17818: bitwise !|| numerical xor now [preparing for expression
17819: #comments]
17820:
17821: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17822: error
17823:
17824: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17825: cheched in pa_socks.C
17826:
1.116 moko 17827: * configure, configure.in, src/include/pa_config_auto.h.in:
17828: HAVE_WINSOCK_H created in configure.in
1.95 moko 17829:
17830: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17831: cookie date now clean [were mistakenly tainted & that worked bad
17832: with opera -- 'happily' that worked OK with msie]
17833:
17834: 2002-09-12 paf
17835:
17836: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17837: VClass get_element now first looks to fields, next to methods &
17838: co todo: the rest reason: more speed
17839:
17840: * src/main/untaint.C: quoted printable encoding stops before
17841: \s*<...>$
17842:
17843: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17844: stops before <...>$
17845:
17846: 2002-09-11 paf
17847:
17848: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17849: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17850: forgot to check users of those funcs. not all were using that
17851: return value convention
17852:
17853: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17854: windows-1254 added
17855:
17856: 2002-09-10 paf
17857:
17858: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17859: VCodeFrame parent param were specified badly
17860:
17861: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17862: WWrapper which used in constructing objects(second param to sql
17863: method) ^...sql{}[$.default{code}] now has parent, wich helps
17864: code in hash to survivi
17865:
17866: * src/: include/pa_request.h, main/execute.C: removed redundant
17867: param to execute [stack said 'thanks']
17868:
17869: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17870: types/pa_value.h, types/pa_vcode_frame.h,
17871: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17872: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17873: responsibility to wcontext
17874:
17875: * src/classes/file.C: decided not to log exec's with stderr, that
17876: could be warnings, and it's up to scritper to log/show them
17877:
17878: * src/: classes/double.C, main/execute.C: double:sql badly called
17879: write_assign_lang, not write_no_lang, thus doing unnecessary
17880: double/string converstion, which were loosing time&precesion
17881:
17882: * src/: main/pa_charset.C, types/pa_vmail.C:
17883: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17884: case of unfinished in buffer processing, causing accidental
17885: transcode stop [in case that source enc != utf-8 & there is
17886: incomplete utf-8 sequence at the end of 16000block iside of
17887: libxml lib] tfm readed & code updated
17888:
17889: 2002-09-04 paf
17890:
17891: * configure: makes with sjlj
17892:
17893: * INSTALL, src/include/pa_config_fixed.h,
17894: src/include/pa_sql_connection.h,
17895: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17896: checked. on win32 it made default
17897:
17898: * src/include/pa_config_auto.h.in: sjlj define
17899:
17900: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17901: can not work with longjump/throw pair, and one must switch that
17902: on there. todo: detect that automatically]
17903:
17904: * src/types/pa_vxnode.C: removed too strong checks of
17905: xnode.elements. now, for instance, if element does not have any
17906: attributes, $xnode.attributes is void, not error
17907:
17908: 2002-09-02 paf
17909:
17910: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17911: removed double_result, didn't help
17912:
17913: * src/main/execute.C: double_result made to move that var away from
17914: hungry g++ optimizer (-O2), before: it were optimized and
17915: comparison operators worked badly
17916:
17917: * src/types/pa_vdate.h: removed debug
17918:
1.116 moko 17919: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17920:
17921: * src/main/execute.C: fixed numeric < & co so that thay now use
17922: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17923: unknown reason.
17924:
17925: 2002-08-29 paf
17926:
17927: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17928: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17929: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17930: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17931: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17932: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17933: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17934: [called less frequent, allowed to remove ugly
17935: Junction.change_context-s from many places, switch,
17936: mail:send..html{}, ..] request.root renamed to method_frame [more
17937: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17938: [speed up]
17939:
17940: 2002-08-28 paf
17941:
17942: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17943: tainted
17944:
17945: * src/types/pa_vcookie.C: fixed cookie delete when
17946: $cookie:name[$.value[]]
17947:
17948: * operators.txt, src/classes/string.C:
17949: ^string.split[delim[;options]]
17950:
17951: 2002-08-27 paf
17952:
1.116 moko 17953: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17954:
17955: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17956: delimiter
17957:
17958: * INSTALL: recommended latest gmime 1.0.5
17959:
17960: 2002-08-26 paf
17961:
17962: * configure, configure.in: apache13/hook added to make dist.
17963:
17964: 2002-08-23 paf
17965:
17966: * src/: include/pa_common.h, main/pa_common.C,
17967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17968: beside binary [cgi, isapi] not accessible [due to bad rights or
17969: whatever] it's error now
17970:
17971: 2002-08-21 paf
17972:
1.116 moko 17973: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17974:
17975: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17976: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17977: class". compiled as if here they named base class
17978:
17979: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17980: cloning constructor]
17981:
17982: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17983:
1.150 moko 17984: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17985: $mail.received.file.value.content-type fixed
17986:
17987: 2002-08-20 paf
17988:
17989: * src/classes/file.C: fixed language of file:file result
17990:
17991: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17992: from 3.0.0005
17993:
17994: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17995:
17996: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17997: 3.0.0005
17998:
17999: * src/classes/void.C, operators.txt: ^void.length[] = 0
18000:
18001: 2002-08-19 paf
18002:
18003: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18004: work now
18005:
18006: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18007: error in xnode, which were not catched in xdoc]
18008:
18009: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18010: prepared: // validate each document after load/create (?)
18011: //xmlDoValidityCheckingDefaultValue = 1;
18012:
18013: 2002-08-15 paf
18014:
18015: * src/classes/classes.h: write to static var caused useless
18016: Exception, introduced Methoded::put_element wich consumes those
18017:
18018: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18019: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18020: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18021: $response:field[date] $response:field[$.xxx[date]]
18022:
18023: * src/: classes/hash.C, classes/string.C, classes/table.C,
18024: classes/void.C, include/pa_sql_connection.h: fixed source of
18025: ^hash::sql{bad}
18026:
18027: * operators.txt: $request:body unprecessed POST request body
18028:
18029: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18030:
18031: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18032: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18033:
18034: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18035: src/include/pa_request.h, src/main/pa_pool.C,
18036: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18037: $request:body r.post_data now const
18038:
18039: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18040: classes/xnode.C, main/execute.C, types/pa_value.h,
18041: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18042: types/pa_vtable.h: instead of type() checking everywhere used
18043: Value.as now user descendants can be used in params.
18044:
18045: VObject::as_*, is_defined now taken from bases. xtable(table)
18046: ^if($xtable) now OK
18047:
18048: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18049: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18050: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18051:
18052: 2002-08-14 paf
18053:
18054: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18055: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18056: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18057: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18058: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18059: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18060: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18061: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18062: types/pa_vresponse.C, types/pa_vresponse.h,
18063: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18064: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18065: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18066: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18067: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18068: & VClass
18069:
18070: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18071:
18072: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18073: removed fixopt stupidity. on stupid linux use cd /document/root
18074: ../cgi/parser3 script
18075:
18076: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18077: params, splitting them by space, excluding argv[0], argv[argc-1]
18078:
18079: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18080: fixopt.h: fixopt now preprocesses command line params, splitting
18081: them by space, excluding argv[0], argv[argc-1]
18082:
18083: * src/targets/cgi/parser3.C: -f config file
18084:
18085: * src/targets/cgi/parser3.C: fixed .log file dir
18086:
18087: 2002-08-13 paf
18088:
18089: * src/types/pa_vobject.C: allow override parent variables, useful
18090: for form descendants [in vobject too, were in vclass]
18091:
18092: * src/types/pa_vclass.C: allow override parent variables, useful
18093: for form descendants
18094:
18095: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18096: overwritten in derived(table)
18097:
18098: * src/: classes/form.C, classes/mail.C, classes/op.C,
18099: classes/xnode.h, include/pa_request.h, main/execute.C,
18100: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18101: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18102: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18103: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18104: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18105: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18106: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18107: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18108: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18109: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18110: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18111: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18112: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18113: Value::get_element(..., bool looking_down) [needed to exclude
18114: endless recoursion]
18115:
18116: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18117: fix bug with put endless recoursion todo: check 'as'
18118:
18119: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18120: reorganized modules todo: fix bug with put endless recoursion
18121: todo: check 'as'
18122:
18123: * src/types/pa_vobject.h: checked: table fields can be overwritten
18124: in derived(table)
18125:
18126: * src/types/pa_vobject.h: derived classes can have fields of their
18127: own now
18128:
18129: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18130: fixed error message on using non-created table
18131:
18132: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18133: classes/op.C, classes/xnode.h, include/pa_request.h,
18134: main/compile.C, main/compile.tab.C, main/execute.C,
18135: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18136: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18137: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18138: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18139: types/pa_vimage.C, 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.h, types/pa_vrequest.C, types/pa_vrequest.h,
18142: 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: VObject.get/out now
18148: looking down/up tree todo: fix error message on non-constructed
18149: parents
18150:
18151: 2002-08-12 paf
18152:
18153: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18154: derived OK
18155:
18156: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18157: thorough testing
18158:
18159: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18160: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18161: types/pa_vobject.h, types/pa_vstateless_class.h,
18162: types/pa_vstateless_object.h, types/pa_wcontext.h,
18163: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18164: ^base:create[] dynamic call rewritten todo: thorough testing
18165:
18166: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18167: now instantates base class, remembers it and saves child in
18168: parent VObject.get_class now returns last child = downward
18169: virtual calls OK
18170:
18171: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18172: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18173: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18174: types/pa_vobject.h, types/pa_vresponse.h,
18175: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18176: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18177: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18178: VAliased [redundant], moved $CLASS to VObject only [parser class
18179: instance]
18180:
18181: * src/main/pa_request.C: $response:body[file] content-type check
18182: fixed [were bad when content-type is hash]
18183:
18184: 2002-08-09 paf
18185:
18186: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18187: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18188:
18189: 2002-08-08 paf
18190:
18191: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18192: src/main/pa_globals.C: year column in month calendar [week year]
18193:
18194: * src/main/execute.C: error reporting on object writes to MAIN
18195: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18196:
18197: * operators.txt, src/types/pa_vdate.h: $date.yearday
18198: $date.daylightsaving
18199:
18200: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18201: use tainted data now. only she must specify the language.
18202:
18203: ^mail:send[ $.from[paf@mail.design.ru]
18204: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18205: $.text[^taint[uri][ìîñêâà]=] ]
18206:
18207: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18208: now prints more precise origin
18209:
18210: * src/include/pa_string.h: String::first_char now not fails on
18211: empty strings ^if(-f '') now ok and in 3 other places.
18212:
18213: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18214: String::first_char now not fails on empty strings ^if(-f '') now
18215: ok and in 3 other places.
18216:
18217: 2002-08-07 paf
18218:
18219: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18220: fixed
18221:
18222: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18223:
18224: * src/: main/execute.C, types/pa_vcode_frame.h,
18225: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18226: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18227: mistakenly not completely transparent to object writes.
18228: $hash[^if(1){$hash}] now works
18229:
18230: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18231: now erasing cache file [there were bad check on that]
18232:
18233: * src/: classes/classes.dsp, classes/table.C,
18234: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18235: all Debug dirs in .dsp now named 'Debug'
18236:
1.116 moko 18237: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18238:
18239: * operators.txt, src/classes/mail.C: exception_type email.send
18240:
18241: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18242:
18243: * src/types/pa_vmail.C: mail:send empty email checked
18244:
18245: 2002-08-06 paf
18246:
18247: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18248: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18249: ^table::create[$source;$.options] ^table::join[$source;$.options]
18250:
18251: * operators.txt, src/classes/hash.C, src/classes/string.C,
18252: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18253: # $.default() }
18254:
18255: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18256:
18257: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18258: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18259: $file.content-type [instead of .mime-type] now works for
18260: file::stat also
18261:
18262: * src/main/pa_request.C: case insensitive mime_type_of
18263:
18264: 2002-08-05 paf
18265:
18266: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18267:
18268: * src/types/pa_vmail.C: file buffer relocated to parser heap
18269:
18270: * operators.txt: comment on date:calendar week column
18271:
18272: * src/main/pa_common.C: write checked
18273:
18274: * src/main/: pa_common.C: write checked
18275:
18276: * src/classes/date.C: +1 buf size for stupid snprintfs
18277:
18278: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18279: month calendar week column [ISO 8601 Week Numbers]
18280:
18281: 2002-08-02 paf
18282:
18283: * src/: include/pa_config_fixed.h, main/pa_string.C,
18284: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18285: DEBUG*
18286:
18287: * configure, configure.in, src/include/pa_version.h: release
18288: 3_0_0005
18289:
18290: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18291: multipart post fixed
18292:
18293: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18294: response transcoded source->client only when text/* or simple
18295: onoverridden $response:body
18296:
18297: 2002-08-01 paf
18298:
18299: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18300: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18301: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18302: classes/op.C, classes/response.C, classes/string.C,
18303: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18304: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18305: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18306: include/pa_config_fixed.h, include/pa_dictionary.h,
18307: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18308: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18309: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18310: include/pa_socks.h, include/pa_sql_connection.h,
18311: include/pa_sql_driver_manager.h, include/pa_stack.h,
18312: include/pa_string.h, include/pa_stylesheet_connection.h,
18313: include/pa_stylesheet_manager.h, include/pa_table.h,
18314: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18315: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18316: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18317: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18318: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18319: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18320: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18321: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18322: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18323: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18324: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18325: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18326: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18327: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18328: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18329: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18330: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18331: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18332: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18333: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18334: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18335: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18336: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18337: types/pa_vmethod_frame.h, types/pa_vobject.h,
18338: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18339: types/pa_vresponse.h, types/pa_vstateless_class.C,
18340: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18341: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18342: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18343: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18344: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18345: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18346:
18347: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18348: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18349: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18350: classes/math.C, classes/op.C, classes/response.C,
18351: classes/string.C, classes/table.C, classes/void.C,
18352: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18353: include/pa_array.h, include/pa_cache_managers.h,
18354: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18355: include/pa_config_fixed.h, include/pa_config_includes.h,
18356: include/pa_dictionary.h, include/pa_dir.h,
18357: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18358: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18359: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18360: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18361: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18362: include/pa_stack.h, include/pa_string.h,
18363: include/pa_stylesheet_connection.h,
18364: include/pa_stylesheet_manager.h, include/pa_table.h,
18365: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18366: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18367: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18368: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18369: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18370: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18371: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18372: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18373: main/pa_sql_driver_manager.C, main/pa_string.C,
18374: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18375: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18376: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18377: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18378: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18379: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18380: targets/isapi/pool_storage.h, types/pa_valiased.C,
18381: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18382: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18383: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18384: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18385: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18386: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18387: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18388: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18389: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18390: types/pa_vresponse.C, types/pa_vresponse.h,
18391: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18392: types/pa_vstateless_object.h, types/pa_vstatus.C,
18393: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18394: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18396: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18397: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18398: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18399: types/Makefile.am: ident.C* removed
18400:
18401: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18402: file:find[/can/do/this/now.txt]
18403:
18404: * src/targets/cgi/parser3.C: usage to stdout now
18405:
18406: 2002-07-31 paf
18407:
18408: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18409:
18410: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18411: default "postmaster"
18412:
18413: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18414: -f postmaster now default sendmail key word "postmaster"
18415: replaced to $.from
18416:
18417: 2002-07-30 paf
18418:
1.116 moko 18419: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18420: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18421:
18422: * src/main/pa_charset.C: comment
18423:
18424: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18425: table, &#decimal;
18426:
18427: * src/main/pa_request.C: comment
18428:
18429: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18430: paragraf]
18431:
18432: 2002-07-11 paf
18433:
18434: * src/main/pa_exec.C: build command line badly added params twice
18435: [and first time without ' ']. double wrong. fixed.
18436:
18437: * src/main/pa_exec.C: invalid .exe caused error message with params
18438: wich parser did not provide = reported badly. fixed that.
18439:
18440: * src/classes/mail.C: $MAIL[ # xxx ]
18441:
18442: now ok
18443:
18444: * operators.txt: plan: sql detailed exception
18445:
18446: 2002-07-01 paf
18447:
18448: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18449: [MForm.configure_admin were called when request.main_class ==0
18450:
18451: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18452:
18453: * src/classes/form.C: content_length type fix
18454:
18455: 2002-06-30 paf
18456:
18457: * src/classes/mail.C: merged from 4
18458:
18459: * src/classes/mail.C: restored $MAIL
18460:
18461: 2002-06-28 paf
18462:
18463: * configure, configure.in: removed paths.h
18464:
1.116 moko 18465: * configure, src/include/pa_version.h,
1.95 moko 18466: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18467: merged, makes updated
18468:
18469: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18470: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18471: src/include/pa_pool.h, src/include/pa_version.h,
18472: src/main/pa_charset.C, src/main/pa_pool.C,
18473: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18474: src/types/pa_vmail.C: merged latest updates to head
18475:
18476: 2002-06-27 paf
18477:
18478: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18479: not error now
18480:
18481: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18482: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18483: src/main/pa_charset.C, src/main/pa_pool.C:
18484: ^xdoc::create[[uri]]... base uri for document being created,
18485: imports and other relative file names would be relative to this
18486: uri default uri=path_translated
18487:
18488: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18489:
18490: 2002-06-26 paf
18491:
18492: * configure, configure.in, src/include/pa_version.h:
18493: release_3_0_0004
18494:
18495: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18496: 0 now
18497:
18498: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18499:
18500: 2002-06-25 paf
18501:
18502: * src/main/pa_string.C: emtpy string, or string of whitespaces
18503: considered bad number now
18504:
18505: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18506: now
18507:
18508: * operators.txt, src/classes/string.C: ^string.normalize [old
18509: name: optimize
18510:
18511: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18512: library configured
18513:
18514: * src/main/pa_request.C: configure_admin forced if no @conf
18515:
1.150 moko 18516: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18517: ^math:crypt updated to generate random salt when needed and to
18518: call system crypt() if not $apr1$ prefix
1.95 moko 18519:
18520: 2002-06-24 paf
18521:
18522: * INSTALL: --with-static/shared-mailreceive described
18523:
18524: * src/include/pa_config_fixed.h: ssize_t fixed
18525:
1.116 moko 18526: * configure, configure.in, src/include/pa_config_auto.h.in,
18527: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18528: src/types/pa_vmail.C: $mail:received makes update
18529:
18530: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18531: WITH_MAILRECEIVE
18532:
18533: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18534:
18535: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18536: option, for $mail:receive
18537:
18538: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18539: introducting $message:received ^mail:send rewritten with backward
18540: comp
18541:
18542: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18543: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18544: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18545: now
18546:
18547: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18548: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18549: src/include/pa_request.h, src/include/pa_string.h,
18550: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18551: src/main/pa_globals.C, src/main/pa_request.C,
18552: src/main/pa_string.C, src/main/pa_uue.C,
18553: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18554: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18555: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18556: uue to separate file introducting $message:received ^mail:send
18557: rewritten with backward comp
18558:
18559: 2002-06-21 paf
18560:
1.116 moko 18561: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18562: co changes
1.95 moko 18563:
1.116 moko 18564: * configure, configure.in, src/lib/md5/Makefile.am,
18565: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18566: restructure .in and .am files appropriate changes
1.95 moko 18567:
18568: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18569: pcre to libs/ added libs/md5 which is linked to non-apache
18570: targets ^math:crypt[password;$apr1$salt]
18571:
18572: * INSTALL, configure.in, operators.txt, parser3.dsw,
18573: src/Makefile.am, src/classes/Makefile.am,
18574: src/classes/classes.dsp, src/classes/math.C,
18575: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18576: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18577: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18578: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18579: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18580: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18581: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18582: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18583: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18584: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18585: src/lib/pcre/pcre_parser_ctype.dsp,
18586: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18587: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18588: src/main/compile.tab.C, src/main/main.dsp,
18589: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18590: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18591: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18592: to libs/ added libs/md5 which is linked to non-apache targets
18593: ^math:crypt[password;$apr1$salt]
18594:
18595: 2002-06-20 paf
18596:
1.150 moko 18597: * INSTALL, configure, configure.in, operators.txt,
18598: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18599: src/include/pa_globals.h, src/include/pa_request.h,
18600: src/main/execute.C, src/main/pa_request.C,
18601: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18602: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18603: file:justname&co & @auto/conf[filespec
1.95 moko 18604:
18605: * operators.txt, src/classes/file.C:
18606: !^file:dirname[/a/some.tar.gz]=/a
18607: !^file:dirname[/a/b/]=/a
18608: !^file:basename[/a/some.tar.gz]=some.tar.gz
18609: !^file:justname[/a/some.tar.gz]=some.tar
18610: !^file:justext[/a/some.tar.gz]=gz
18611:
18612: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18613: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18614: @conf/auto[filespec]
18615:
1.116 moko 18616: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18617:
1.150 moko 18618: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18619: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18620: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18621:
18622: 2002-06-18 paf
18623:
18624: * configure, configure.in, src/include/pa_version.h: version to
18625: configure.in
18626:
18627: * INSTALL: reflected .conf.dist dir change
18628:
1.150 moko 18629: * Makefile.am, configure, configure.in,
1.116 moko 18630: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18631: .in & *.am updated
18632:
18633: * src/classes/file.C: strncasecmp
18634:
18635: * src/classes/file.C: strcasecmp
18636:
1.150 moko 18637: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18638:
18639: * src/classes/file.C: ^file::exec[script;$.bad error case
18640: insensitive check now
18641:
18642: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18643:
18644: * configure, configure.in, src/include/pa_pool.h,
18645: src/include/pa_types.h: pack configure.in detection simplified.
18646: figured out that gcc on sparc not that stupid as thought
18647: previously: on sparc: when it sees packed class it modifies it's
18648: field-access-code to byte operations [stb, ldub] instead of 4byte
18649: operations [st, lduh] so packed must be all parts of packed
18650: class, i.e. it's parents&fields(classes). for now it's only
18651: String that packed and what was wrong is that it's parent -
18652: Pooled, were not packed. fixed that.
18653:
18654: 2002-06-14 paf
18655:
18656: * operators.txt: more precise xml-to-text options
18657:
18658: * operators.txt, src/types/pa_vxnode.C: xnode
18659: attribute_node.name/value xnode pi.node.data
18660:
18661: 2002-06-12 paf
18662:
1.116 moko 18663: * configure, configure.in, src/targets/cgi/Makefile.am,
18664: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18665:
18666: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18667: src/include/pa_globals.h, src/include/pa_request.h,
18668: src/main/compile.tab.C, src/main/pa_globals.C,
18669: src/main/pa_request.C, src/targets/cgi/parser3.C,
18670: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18671:
18672: * src/classes/mail.C: sendmail -ti [default now]
18673:
18674: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18675: to be strings. for convinient #ing
18676:
18677: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18678: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18679:
18680: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18681: main/pa_globals.C, main/pa_request.C: @conf
18682:
18683: 2002-06-11 paf
18684:
18685: * src/classes/file.C: check simplified
18686:
18687: * src/: classes/file.C, targets/cgi/parser3.dsp,
18688: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18689: valid prefix
18690:
18691: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18692: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18693: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18694:
18695: 2002-06-10 paf
18696:
18697: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18698: src/main/pa_common.C: lock failures reported now
18699:
18700: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18701: string->double @ compile time were not-enough-checking...
18702:
18703: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18704: autoconvert now ignored
18705:
18706: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18707: check
18708:
18709: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18710: $response:body content-type:name
18711:
18712: * configure, configure.in: hpux check, nsl link, no socket
18713:
18714: * operators.txt: old merge conflict removed
18715:
18716: * configure, configure.in: pack even address access on sparc&co
18717: arch checked in configure
18718:
18719: * configure, src/include/pa_version.h: makes
18720:
18721: * configure, configure.in, src/include/pa_version.h: makes
18722:
18723: * src/main/untaint.C: (bug#2) mail subject got always prepended
18724: with charset even when all letters were 7bit one
18725:
18726: * src/main/pa_common.C: merged fixed -d (bug)
18727:
18728: * src/main/pa_common.C: fixed -d (bug)
18729:
18730: 2002-06-03 paf
18731:
18732: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18733: src/classes/classes.dsp, src/main/compile.tab.C,
18734: src/main/main.dsp, src/main/pa_globals.C,
18735: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18736: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18737: .dsp-s along with reorganized cvs modules dirs structure
18738:
18739: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18740: main/pa_globals.C, targets/cgi/parser3.dsp,
18741: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18742: modules
18743:
18744: 2002-05-28 paf
18745:
18746: * src/targets/cgi/parser3.C: info.uri now ""
18747:
18748: 2002-05-17 paf
18749:
18750: * src/classes/: table.C: ^table.save << checked empty
18751: pre/match/post columns
18752:
18753: 2002-05-16 paf
18754:
18755: * src/classes/image.C: image::measure can png now
18756:
18757: 2002-05-15 paf
18758:
18759: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18760: added
18761:
18762: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18763:
18764: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18765: %H[:%M[:%S]]]]]] [-%m now
18766:
18767: 2002-05-14 paf
18768:
18769: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18770:
18771: 2002-05-07 paf
18772:
18773: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18774: src/include/pa_globals.h, src/include/pa_request.h,
18775: src/include/pa_table.h, src/main/compile.tab.C,
18776: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18777: src/main/pa_request.C, src/main/pa_table.C,
18778: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18779: src/targets/isapi/parser3isapi.dsp,
18780: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18781: name2number field now &. main_method_name now on Request pool
18782: rather on global_pool [Junction+VJunction created on same pool as
18783: name = were created on global pool, causing mem leaks]
18784:
18785: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18786: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18787: main/compile.y, main/main.dsp, main/pa_globals.C,
18788: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18789: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18790: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18791: field now &. main_method_name now on Request pool rather on
18792: global_pool [Junction+VJunction created on same pool as name =
18793: were created on global pool, causing mem leaks]
18794:
18795: 2002-05-06 paf
18796:
18797: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18798: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18799: 100*40 bytes per request memory leak [nonpool malloc in globals]
18800:
18801: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18802: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18803: 100*40 bytes per request memory leak [nonpool malloc in globals]
18804:
18805: 2002-04-30 paf
18806:
18807: * configure, src/include/pa_version.h: version now not b
18808:
18809: * src/targets/cgi/parser3.C: request.uri now never 0
18810:
18811: 2002-04-29 paf
18812:
18813: * configure.in: removed b
18814:
18815: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18816: Exception::comment/type checked in (), no there's no empty
18817: type/comment by default
18818:
18819: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18820: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18821: src/doc/value.dox, src/include/pa_exception.h,
18822: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18823: 0001
18824:
18825: 2002-04-26 paf
18826:
18827: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18828: size reduced
18829:
18830: 2002-04-25 paf
18831:
18832: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18833: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18834: now that took into account
18835:
18836: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18837: 01:03:04]
18838:
18839: * ChangeLog, operators.txt, src/classes/date.C:
18840: ^date::create[2002-12-33 01:03:04]
18841:
18842: * ChangeLog: updated changelog
18843:
18844: * src/classes/table.C: removed restriction on column count to
18845: ^table.hash to work, now must be >0 [were >1]
18846:
18847: 2002-04-24 paf
18848:
18849: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18850: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18851: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18852: targets
18853:
18854: 2002-04-23 paf
18855:
18856: * operators.txt, src/classes/string.C:
18857: int/double/string:sql{}[$.default{code}] fixed [were barking:
18858: "junction used outside of context"]
18859:
18860: 2002-04-22 paf
18861:
18862: * types.txt, src/classes/string.C, src/include/pa_string.h,
18863: src/main/pa_string.C, src/types/pa_vstring.C,
18864: src/types/pa_vstring.h: ^string.optimize[]
18865:
18866: * src/: include/pa_globals.h, include/pa_table.h,
18867: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18868: table template
18869:
18870: * src/classes/: string.C: optimize removed from string
18871: .left/right/pos
18872:
18873: * src/main/execute.C: rolled back to
18874: before_killing_userjunction_contexts
18875:
18876: * src/main/execute.C: user junctions context killed
18877:
18878: * src/main/execute.C: junctions to local contexts got
18879: cleanized&checked later
18880:
18881: 2002-04-19 paf
18882:
18883: * src/: classes/string.C, include/pa_request.h,
18884: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18885: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18886: prior to .left .right .mid .pos .match when that is profitable,
18887: and always before .replace when $ORIGINS(1) optimization disabled
18888: economy from not wasting mem on lots of strings which occur by
18889: lots of String:mid calls to get parts of source string between
18890: found_occurances
18891:
18892: * src/classes/file.C: ovector now local economy: 16 bytes per
18893: ^file:list
18894:
18895: * src/: include/pa_globals.h, include/pa_table.h,
18896: main/pa_globals.C, main/pa_string.C: String::match table columns
18897: globalized, not created @ each ^match anymore economy:
18898: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18899:
18900: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18901: removed from each String::match replace iteration, and made
18902: stacked sizeof(VTable)=12bytes economy on each replace code
18903:
18904: * src/doc/footer.htm: 2001,
18905:
18906: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18907: string.match[]['] option enables generation of $match.prematch
18908: .match .postmatch columns
18909:
18910: * src/main/pa_string.C: String::match options analized without
18911: cstr-ing them now
18912:
18913: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18914: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18915: config updated to doxygen 1.2.15, created helper which fixes
18916: minor bugs in chm project files & htm tree. changed extension to
18917: .htm
18918:
18919: 2002-04-18 paf
18920:
18921: * src/doc/doxygen.cfg: .chi generation disabled
18922:
18923: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18924: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18925: fields&methods
18926:
18927: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18928: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18929: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18930: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18931: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18932: types/pa_vresponse.h, types/pa_vstateless_class.h,
18933: types/pa_vstateless_object.h, types/pa_vstatus.h,
18934: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18935: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18936: VStateless_class to VObject
18937:
18938: * src/: main/pa_request.C, types/pa_valiased.h,
18939: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18940: types/pa_vstring.h: VStateless_string_object speicalized light
18941: version of VStateless_object
18942:
18943: * src/classes/op.C: ^throw comment param made optional
18944:
18945: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18946: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18947: and implemented down in VClass, fclass_alias removed,
18948:
18949: * src/types/pa_value.C: forced to cut that from .h because of
18950: VStateless_class usage [undefined in .h]
18951:
18952: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18953: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18954: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18955: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18956: on each CALL]
18957:
18958: * src/: classes/classes.h, classes/date.C, classes/double.C,
18959: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18960: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18961: classes/response.C, classes/string.C, classes/table.C,
18962: classes/void.C, classes/xnode.C, include/pa_globals.h,
18963: include/pa_request.h, main/execute.C, main/pa_globals.C,
18964: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18965: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18966: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18967: types/pa_vstateless_class.h, types/pa_wcontext.C,
18968: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18969: removed Value::fname
18970:
18971: 2002-04-17 paf
18972:
18973: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18974: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18975: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18976: include/pa_pool.h, include/pa_types.h: dox updated to current
18977: state, PTHROW freshen to throw & co
18978:
18979: * src/types/pa_vhash.h: vstring wrong parent fixed
18980:
18981: * src/classes/op.C: taint local result var bug fixed
18982:
18983: 2002-04-16 paf
18984:
18985: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18986: Attic asm.txt as most interesting
18987:
18988: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18989: check, preventing content-length: 0 from appearing
18990:
18991: * src/main/execute.C: $result in @main now taken into account as in
18992: usual functions
18993:
18994: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18995: & @unhandled_exception now taken into account as in usual
18996: functions
18997:
18998: * src/doc/postbuild.txt: instructions on post .html build
18999:
19000: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19001:
19002: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19003: tainted
19004:
19005: * src/main/pa_request.C: uri in error log
19006:
19007: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19008: cheched date:create(days) param for validity [later were assumed
19009: valid and crashed on invalid onces]
19010:
19011: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19012: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19013: and used that for removing VString wrapper
19014:
19015: * src/classes/op.C: exception2vhash file now tainted
19016:
19017: * src/classes/op.C: _process pseudo origin copied from local var to
19018: heap
19019:
19020: * src/classes/op.C: extra check on empty file in origin in _execute
19021:
19022: 2002-04-15 paf
19023:
19024: * src/: main/execute.C, types/pa_value.h: fixed name update
19025:
19026: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19027: functions
19028:
19029: * src/: classes/file.C, classes/hash.C, classes/op.C,
19030: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19031: started dual write_xxx_lang functions, if checked & works
19032:
19033: * src/: classes/date.C, classes/file.C, classes/mail.C,
19034: classes/string.C, classes/xnode.C, include/pa_request.h,
19035: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19036: unnecessary VString shells
19037:
19038: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19039: prev changes]
19040:
19041: * src/: classes/image.C, classes/op.C, classes/string.C,
19042: classes/table.C, include/pa_request.h, main/execute.C,
19043: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19044: StringOrValue wcontext result, now ready for dual writes
19045:
19046: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19047: checked that
19048:
19049: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19050: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19051: changed to OP_WRITE_VALUE in var get cases
19052:
19053: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19054: include/pa_request.h, main/compile.tab.C, main/compile.y,
19055: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19056: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19057: switch in hash constructor fixed [were problems with using of
19058: stacked wwrapper after it's death]
19059:
19060: 2002-04-12 paf
19061:
19062: * operators.txt, src/classes/table.C: table.select(expression) 0
19063:
19064: 2002-04-11 paf
19065:
19066: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19067: Request::process_internal codeFrame & wwrapper stacked [not
19068: wasting heap anymore]
19069:
19070: 2002-04-10 paf
19071:
19072: * src/: classes/double.C, classes/file.C, classes/hash.C,
19073: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19074: classes/string.C, classes/table.C, classes/void.C,
19075: classes/xdoc.C, include/pa_request.h, main/execute.C,
19076: main/pa_string.C: killed Request::process() wrapping
19077: VString(String) in case we need only String
19078:
19079: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19080: killed 8 bytes from String.head
19081:
19082: 2002-04-09 paf
19083:
19084: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19085: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19086: local*/char b[...]; a=b; situations
19087:
19088: * operators.txt, src/classes/xdoc.C: xslt params made literal
19089:
19090: * src/classes/xdoc.C: xslt params fixed
19091:
19092: * src/: main/pa_common.C, targets/cgi/parser3.C,
19093: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19094: not pool.malloc(MAX_NUMBER) but really neaded
19095:
19096: * operators.txt, src/classes/double.C, src/classes/int.C:
19097: int/double.int/double(default)
19098:
19099: 2002-04-04 paf
19100:
19101: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19102: [when reconstructing pieces were split by
19103: max_integral(piece.size), thus some strings to replace happen to
19104: be split into two = not replaced)
19105:
19106: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19107: standalone version = current dir
19108:
19109: * src/targets/cgi/parser3.C: document root in standalone version =
19110: current dir
19111:
19112: 2002-04-03 paf
19113:
19114: * configure, configure.in: more checks on nonexistent charset
19115:
1.116 moko 19116: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19117:
19118: 2002-04-02 paf
19119:
19120: * src/main/compile.C: parser.compile [exception name more like in
19121: doc]
19122:
19123: 2002-04-01 paf
19124:
19125: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19126: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19127: .content-type.charset, not .charset
19128:
19129: 2002-03-29 paf
19130:
19131: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19132:
19133: * operators.txt, src/classes/date.C: ^date::create now may not
19134: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19135: days' year. | 31.05->31.04 roll
19136:
19137: 2002-03-28 paf
19138:
19139: * operators.txt, src/classes/date.C, src/classes/op.C,
19140: src/include/pa_globals.h, src/include/pa_hash.h,
19141: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19142: ^cache(seconds) ^cache[date] }
19143:
19144: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19145: param
19146:
19147: 2002-03-27 paf
19148:
19149: * operators.txt, src/classes/date.C, src/classes/double.C,
19150: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19151: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19152: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19153: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19154: src/classes/xnode.C, src/include/pa_exception.h,
19155: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19156: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19157: src/main/pa_array.C, src/main/pa_charset.C,
19158: src/main/pa_charsets.C, src/main/pa_common.C,
19159: src/main/pa_dictionary.C, src/main/pa_exception.C,
19160: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19161: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19162: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19163: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19164: src/types/pa_value.h, src/types/pa_vcookie.C,
19165: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19166: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19167: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19168: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19169: src/types/pa_wwrapper.h: assigned exception types
19170:
19171: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19172: src/include/pa_request.h, src/main/execute.C,
19173: src/main/pa_request.C: decided agains resetting exception_trace,
19174: just changed name
19175:
19176: 2002-03-26 paf
19177:
19178: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19179: fixed
19180:
19181: * src/classes/op.C: forced language of $source field of exception
19182: to 'tainted', so that sql-langed-frags could be outputed outside
19183: of connect
19184:
19185: * operators.txt: removed date.roll limit of +-1 offset
19186:
19187: * src/classes/date.C: removed date.roll limit of +-1 offset
19188:
19189: * operators.txt, src/classes/date.C: fixed date roll on
19190: daylightsaving days mktime took into account tm_isdst flag, which
19191: remained from BEFORE roll, but should have been reset
19192:
19193: 2002-03-25 paf
19194:
19195: * operators.txt, src/targets/cgi/parser3.C:
19196: http_site_config_filespec
19197:
19198: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19199: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19200: with any/both --disable-foreign-group-files --disable-execs
19201:
19202: * INSTALL: "--with=sendmail=COMMAND" comment
19203:
19204: * INSTALL, configure, configure.in, src/classes/mail.C,
19205: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19206: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19207: disables execs also. introducing --sendmail
1.95 moko 19208:
19209: * operators.txt: pgsql options comment
19210:
19211: * INSTALL: comment on --disable-link-stdcpp
19212:
1.116 moko 19213: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19214: libstdc++ link skipping configure option
1.95 moko 19215:
19216: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19217: with error were put to cache with 'marked_to_rollback' flag, all
19218: consequent even OK requests rolled back
19219:
19220: 2002-03-22 paf
19221:
19222: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19223: false return
19224:
19225: * operators.txt: few comments on sets
19226:
19227: 2002-03-18 paf
19228:
19229: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19230: src/include/pa_globals.h, src/include/pa_request.h,
19231: src/include/pa_stack.h, src/main/pa_globals.C,
19232: src/main/pa_request.C: introducing ^try
19233:
19234: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19235: types/pa_vdouble.h: removed some tested @tests
19236:
19237: 2002-03-15 paf
19238:
19239: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19240:
19241: 2002-03-13 paf
19242:
19243: * src/main/pa_exception.C: checked not-pooled malloc
19244:
19245: 2002-03-11 paf
19246:
19247: * INSTALL, configure, configure.in,
19248: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19249:
19250: * src/main/pa_common.C: --disable-foreign-group-files
19251:
19252: * INSTALL: --disable-execs
19253:
19254: * src/main/pa_exec.C: --disable-execs
19255:
19256: * configure, configure.in, src/include/pa_config_auto.h.in:
19257: --disable-execs
19258:
19259: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19260:
19261: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19262: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19263:
19264: 2002-03-05 paf
19265:
19266: * operators.txt, src/classes/date.C: date week calendar columns
19267: named
19268:
19269: * operators.txt, src/classes/date.C: date week calendar columns
19270: named
19271:
19272: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19273: requires headers to be terminated with \r\n manually [refuses to
19274: separate header/body itself]
19275:
19276: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19277: targets/isapi/parser3isapi.C: isapi site config beside .dll
19278:
19279: 2002-03-04 paf
19280:
19281: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19282: in PASS language
19283:
19284: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19285: deserialize checks on broken file
19286:
19287: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19288: parser3isapi.dsp: isapi updated
19289:
19290: 2002-03-01 paf
19291:
19292: * src/main/pa_exec.C: execle -> execve, now argc OK
19293:
19294: 2002-02-28 paf
19295:
19296: * src/main/untaint.C: removed some debug comments
19297:
19298: * src/main/pa_charsets.C: when placing charset to cache using
19299: global name now [were request]
19300:
19301: * configure, configure.in: apache module updated
19302:
19303: * src/main/pa_string.C: origin by first piece preferred before last
19304: piece
19305:
19306: 2002-02-27 paf
19307:
19308: * src/main/pa_charset.C: size_t
19309:
19310: * INSTALL: shared/static-xml with-pathlink
19311:
19312: * operators.txt: SMTP comment
19313:
19314: 2002-02-26 paf
19315:
19316: * src/main/pa_exec.C: more precise names for vars, cosmetic
19317:
19318: * src/classes/xnode.C: in some situation, xpath query returned
19319: result with type NODESET, but empty nodeset member field, checked
19320: that
19321:
19322: 2002-02-22 paf
19323:
19324: * INSTALL: without-zlib comment
19325:
19326: * etc/parser3.charsets/windows-1251.cfg: °
19327:
19328: * configure, configure.in: glib###.a detection fixed
19329:
19330: * INSTALL: hashfile removed from INSTALL
19331:
1.116 moko 19332: * Makefile.am: make update
1.95 moko 19333:
19334: * src/main/pa_string.C: string iterators fixed again, so were
19335: String::join_chain
19336:
19337: * src/main/pa_string.C: string iterators fixed again, so were
19338: String::join_chain
19339:
19340: * src/: include/pa_string.h, main/pa_string.C: string iterators
19341: fixed again, so were String::join_chain
19342:
19343: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19344:
19345: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19346: "session"
19347:
1.116 moko 19348: * configure, configure.in, src/include/pa_config_auto.h.in:
19349: --with-shared-xml --with-static-xml
1.95 moko 19350:
19351: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19352: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19353: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19354: xalan&xml
19355:
19356: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19357:
19358: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19359: src/types/types.dsp: removed hashfile support from sources for
19360: now
19361:
1.116 moko 19362: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19363: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19364: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19365: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19366: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19367: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19368: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19369: src/types/Makefile.am, src/types/pa_vhashfile.C,
19370: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19371:
19372: 2002-02-21 paf
19373:
19374: * src/main/untaint.C: removed debug code, activated commented-for
19375: debug parts
19376:
1.116 moko 19377: * Makefile.am: make cvsupdate
1.95 moko 19378:
19379: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19380: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19381: append_row, not at link zero now string to string appending works
19382:
19383: 2002-02-20 paf
19384:
19385: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19386: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19387: DEBUG_STRING_APPENDS_VS_EXPANDS
19388:
19389: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19390: economy: 22%
19391:
19392: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19393: space uptimized: string::link_row removed
19394:
19395: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19396: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19397: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19398: types/pa_vstring.h: speed uptimized: string::is_empty
19399:
19400: * operators.txt, src/include/pa_common.h,
19401: src/include/pa_config_fixed.h, src/include/pa_string.h,
19402: src/include/pa_types.h, src/main/compile.tab.C,
19403: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19404: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19405: string append optimiziation idea and estimates
19406:
19407: 2002-02-19 paf
19408:
19409: * src/classes/math.C: not used directly [but erroreously reported
19410: that 'is', thus registering twice&other probs]
19411:
19412: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19413: to node [element]
19414:
19415: * src/main/compile.C: without string_origins parse error
19416: file+line+col possible
19417:
19418: * src/main/: compile.C: without string_origins not worked
19419:
19420: 2002-02-18 paf
19421:
19422: * src/types/pa_vdouble.h: since we have in_expression removed that
19423: trick i've installed into double::as_string
19424:
19425: * src/main/pa_globals.C: extern "C" was removed too fast
19426:
19427: * src/: include/pa_opcode.h, include/pa_request.h,
19428: main/compile.tab.C, main/compile.y, main/execute.C,
19429: types/pa_wcontext.h: in_expression aimed to solve old problem
19430: with string/nonstring values, now in expressions double/int
19431: values are passed as-is, without stupid tostring/fromstring
19432: conversions
19433:
19434: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19435: __cplusplus } #endif
19436:
19437: * src/main/compile.tab.C: bison env set so one could compile
19438: without cygwin installed
19439:
19440: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19441: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19442: gnome xml libs parser .dsp-s changed accordingly
19443:
19444: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19445:
19446: * operators.txt, src/classes/date.C: date::create [were date::set,
19447: with backward comp
19448:
19449: * src/classes/math.C: math:random range check fixed
19450:
19451: * src/main/: compile.tab.C, compile.y: integer division stops name
19452:
19453: * INSTALL: local install comment
19454:
1.116 moko 19455: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19456:
1.116 moko 19457: * acinclude.m4, aclocal.m4, configure, configure.in,
19458: src/include/pa_config_auto.h.in,
19459: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19460: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19461:
19462: * operators.txt: \ comment
19463:
19464: 2002-02-13 paf
19465:
19466: * src/include/pa_config_includes.h: sys/time time both included
19467: now. vaguely remember confilicts on this on some system [not on
19468: six|ablv] so when would see them again would think up proper
19469: check
19470:
1.116 moko 19471: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19472: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19473:
19474: * src/main/pa_common.C: truncation never occured when writing files
19475: on unix [since i've changed cache mech] fix
19476:
19477: * src/main/pa_common.C: strnchr: sanity check added
19478:
19479: * etc/parser3.charsets/windows-1257.cfg: id added
19480:
19481: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19482: baltic charset file generated, in generation script ispunct check
19483: added
19484:
19485: 2002-02-08 paf
19486:
1.116 moko 19487: * src/: include/Makefile.am, sql/Makefile.am,
19488: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19489:
19490: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19491: forgotten
19492:
19493: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19494:
19495: * INSTALL, README: install&others updated
19496:
19497: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19498:
1.116 moko 19499: * Makefile.am, configure, configure.in,
19500: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19501: src/classes/Makefile.am, src/main/Makefile.am,
19502: src/main/pa_status_provider.C, src/targets/Makefile.am,
19503: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19504: works
1.95 moko 19505:
19506: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19507: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19508: classes/hashfile.C, classes/int.C, classes/mail.C,
19509: classes/math.C, classes/op.C, classes/response.C,
19510: classes/string.C, classes/table.C, classes/void.C,
19511: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19512: include/pa_array.h, include/pa_cache_managers.h,
19513: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19514: include/pa_config_fixed.h, include/pa_config_includes.h,
19515: include/pa_db_connection.h, include/pa_db_manager.h,
19516: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19517: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19518: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19519: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19520: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19521: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19522: include/pa_stack.h, include/pa_string.h,
19523: include/pa_stylesheet_connection.h,
19524: include/pa_stylesheet_manager.h, include/pa_table.h,
19525: include/pa_threads.h, include/pa_types.h, main/compile.C,
19526: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19527: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19528: main/pa_db_connection.C, main/pa_db_manager.C,
19529: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19530: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19531: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19532: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19533: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19534: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19535: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19536: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19537: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19538: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19539: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19540: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19541: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19542: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19543: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19544: types/pa_vmethod_frame.h, types/pa_vobject.h,
19545: types/pa_vrequest.h, types/pa_vresponse.h,
19546: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19547: types/pa_vstateless_object.h, types/pa_vstatus.C,
19548: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19549: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19550: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19551: classes/image.C, main/pa_common.C, main/pa_exec.C,
19552: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19553: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19554: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19555: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19556: types/pa_vxnode.C, main/pa_charset.C: name spelling
19557:
19558: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19559: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19560: classes/hashfile.C, classes/image.C, classes/int.C,
19561: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19562: classes/string.C, classes/table.C, classes/void.C,
19563: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19564: include/pa_array.h, include/pa_cache_managers.h,
19565: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19566: include/pa_config_fixed.h, include/pa_config_includes.h,
19567: include/pa_db_connection.h, include/pa_db_manager.h,
19568: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19569: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19570: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19571: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19572: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19573: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19574: include/pa_stack.h, include/pa_string.h,
19575: include/pa_stylesheet_connection.h,
19576: include/pa_stylesheet_manager.h, include/pa_table.h,
19577: include/pa_threads.h, include/pa_types.h, main/compile.C,
19578: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19579: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19580: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19581: main/pa_db_connection.C, main/pa_db_manager.C,
19582: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19583: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19584: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19585: main/pa_socks.C, main/pa_sql_driver_manager.C,
19586: main/pa_status_provider.C, main/pa_string.C,
19587: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19588: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19589: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19590: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19591: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19592: targets/isapi/pool_storage.h, types/pa_valiased.C,
19593: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19594: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19595: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19596: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19597: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19598: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19599: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19600: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19601: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19602: types/pa_vresponse.h, types/pa_vstateless_class.C,
19603: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19604: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19605: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19606: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19607: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19608: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19609:
19610: 2002-02-07 paf
19611:
19612: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19613:
1.116 moko 19614: * configure, configure.in, src/include/pa_config_auto.h.in,
19615: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19616: added yet another locking function: fcntl
1.95 moko 19617:
19618: * config.sub: on cygwin configure passes it with strange i1586
19619: const, hacked it to mean i586
19620:
19621: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19622: disabled $if reference due to conflicts with local variables
19623:
19624: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19625: xdoc::set obsolete now, now xdoc::create, with both sences
19626:
19627: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19628: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19629: table::create now // 'set' name obsolete now table clone.
19630:
19631: * operators.txt, src/classes/string.C,
19632: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19633: ^int/double/string.format now can be called with normal []
19634: brackets, not stupid {} as it were implemented for some strange
19635: reason. retaining backward compatibility due to some
19636: already-implemented servers
19637:
19638: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19639: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19640: operators now detected by check at name_without_curly_rdive_read
19641: rule whether diving code constists only of
19642: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19643: with OP_GET_ELEMENT_OR_OPERATOR to form
19644: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19645:
19646: 2002-02-06 paf
19647:
19648: * configure, configure.in: prefix expanded, grr
19649:
19650: * operators.txt, src/classes/mail.C: mail:send config changed
19651:
19652: 2002-02-05 paf
19653:
19654: * operators.txt: regex options commented
19655:
19656: * src/main/: pa_exec.C: argv0 now correct
19657:
19658: * src/types/pa_vstatus.C: status:rusage 3
19659:
19660: * src/types/pa_vstatus.C: status:rusage 2
19661:
19662: * operators.txt: status:rusage described int operators
19663:
19664: * src/types/pa_vstatus.C: status:rusage 1
19665:
19666: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19667: src/types/types.dsp: status:rusage
19668:
19669: * configure.in, operators.txt, src/classes/file.C,
19670: src/classes/op.C, src/include/pa_common.h,
19671: src/include/pa_config_includes.h, src/main/compile.tab.C,
19672: src/main/pa_common.C: rewritten ^cache to use
19673: non-blocking-exclusive-caches
19674:
19675: * src/main/pa_common.C: text file read mode on win32 adjusted
19676: [speed impact. was off for debugging purpose, but forgotten
19677: afterwards]
19678:
19679: 2002-02-01 paf
19680:
19681: * src/classes/op.C: file_write does EX lock after create, while
19682: file_read does SH after open, so there's a moment after create
19683: but before EX lock when read can sneak into, and read
19684: just-created-for-writing-and-not-yet-locked file, added a check
19685: for that in ^cache...read
19686:
19687: 2002-01-31 paf
19688:
19689: * src/main/: compile.y, compile.tab.C: disabled operator call after
19690: ^xxx:
19691:
19692: * src/main/: compile.tab.C, execute.C: made operators lookup first
19693: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19694:
19695: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19696: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19697: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19698: operators check 6.1 rewritten. now check is done at compile time
19699:
19700: * src/main/execute.C: operators check 5 floated up old error of
19701: staying in 'entered class/object' state after $a($a..) it
19702: prevented operators from being called thereafter
19703:
19704: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19705: main/execute.C: operators check 4 floated up old error of staying
19706: in 'entered object' state after ^a.a(a) it prevented operators
19707: from being called thereafter
19708:
19709: * src/main/execute.C: operators check 3 floated up old error of
19710: staying in 'entered class' state after $a:a(a) it prevented
19711: operators from being called thereafter
19712:
19713: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19714: floated up old error of staying in 'entered class' state after
19715: $a:a[a] it prevented operators from being called thereafter
19716:
19717: * src/main/execute.C: operators check, thay mistakenly seen in
19718: $class:operator $object.operators contexts
19719:
19720: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19721: win32
19722:
1.116 moko 19723: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19724: src/classes/Makefile.am, src/main/Makefile.am,
19725: src/targets/cgi/Makefile.am,
1.95 moko 19726: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19727: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19728:
1.116 moko 19729: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19730: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19731: configure, configure.in, form.txt, ident.awk, install-sh,
19732: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19733: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19734: etc/parser3.charsets/Makefile.am,
19735: etc/parser3.charsets/koi8-r.cfg,
19736: etc/parser3.charsets/windows-1250.cfg,
19737: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19738: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19739: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19740: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19741: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19742: straightened installation scripts procedure made
19743: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19744: change
19745:
19746: 2002-01-30 paf
19747:
19748: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19749: removed] those comments were a mistake, and prevented libltdl
19750: from function properly
19751:
19752: 2002-01-29 paf
19753:
1.116 moko 19754: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19755: creation [modified acinclude.m4 which were creating int into just
19756: assignment LIBTOOL=../libtool] added default system
19757: config&charsetts prepared 'make install', now it installs
19758: targets/cgi/parser3 into bin directory etc/parser3.conf &
19759: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19760: $sysconfdir/parser3.charsets respectively
19761:
19762: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19763: main/pa_globals.C: few forgotten ifdef XML added
19764:
19765: 2002-01-28 paf
19766:
1.116 moko 19767: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19768: removed
19769:
19770: * src/main/pa_exception.C: dom|generic error output fix
19771:
19772: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19773:
19774: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19775:
19776: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19777: [fixed as_node helper func to accept docs]
19778:
19779: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19780: xdoc.importNode 0
19781:
19782: * src/classes/xdoc.C: xdoc::set now untaints OK
19783:
19784: 2002-01-25 paf
19785:
19786: * src/main/: compile.tab.C, compile.y: #comment before @ after
19787: @SPECIAL now works OK
19788:
19789: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19790:
19791: * src/main/pa_exec.C: max arg count now 10, and proper message on
19792: violation that added
19793:
19794: * src/classes/hash.C: unified hash::sql, now
19795: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19796:
19797: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19798: ^file:lock[filename]{code}
19799:
19800: * src/: classes/file.C, classes/op.C, classes/string.C,
19801: classes/table.C, classes/xdoc.C, include/pa_common.h,
19802: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19803: to some pa_common funcs
19804:
19805: * src/: include/pa_charset.h, main/pa_globals.C:
19806: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19807:
19808: * src/: include/pa_charset.h, main/pa_charset.C,
19809: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19810: not stupid illegal define
19811:
19812: 2002-01-24 paf
19813:
19814: * src/include/pa_version.h: changed version number
19815:
19816: * src/: classes/hashfile.C, include/pa_db_table.h,
19817: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19818: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19819: main/pa_db_connection.C, main/pa_db_table.C,
19820: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19821: hashfile without logfiles
19822:
19823: * src/: classes/hashfile.C, include/pa_db_table.h,
19824: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19825: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19826: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19827: DB_INIT_TXN init bits, thus got rid of huge log files, which
19828: cluttered disk without huge need]
19829:
19830: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19831: handy macro, which is strangly abscent in dome lib
19832:
19833: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19834:
19835: * src/classes/xdoc.C: checked empty response
19836:
19837: * src/classes/xnode.C: xdoc.select fixed context node [were always
19838: /, not self node]
19839:
19840: * src/classes/xnode.C: xnode.select returns array always now, in
19841: case 'nothing found' returns empty array
19842:
19843: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19844: be more tender with ctrl/c/v
19845:
19846: 2002-01-23 paf
19847:
19848: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19849: substituted. // 2. when dom tree with entites goes under
19850: transform text nodes // got [erroreosly] cut on first
19851: entity occurance
19852:
19853: * src/types/pa_vdouble.h: double prec. todo: get rid of
19854: twice-converting
19855:
19856: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19857: 'e' in output this is for regretful twice-converting here:
19858: $a(double value) when they write double falue they convert it to
19859: string first, thus %g were losing precesion.
19860:
19861: todo: think up some way to remove double->string string->double
19862: twice-converting
19863:
19864: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19865: %.20E now default float format this is for regretful
19866: twice-converting here: $a(double value) when they write double
19867: falue they convert it to string first, thus %g were losing
19868: precesion.
19869:
19870: todo: think up some way to remove double->string string->double
19871: twice-converting
19872:
19873: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19874: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19875: reasons in comment inside
19876:
19877: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19878: statically linked]
19879:
19880: * src/: include/pa_exception.h, main/compile.tab.C,
19881: main/pa_exception.C: removed exception va_list constructor. 1.
19882: not needed anymore 2. there were a conflict[causing errors]
19883: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19884: never detected an ambiguilty here, compiling ctor(, "hello") into
19885: ctor(, va_list) which, of course, caused gpf
19886:
19887: * src/main/pa_globals.C: removed debug xslt messages
19888:
19889: 2002-01-22 paf
19890:
19891: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19892: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19893: helps compiling stylesheet properly. example: this refused to
19894: work, <b>«<xsl:value-of select="@title"
19895: />»</b> stranly worked only this way:
19896: <b>«<xsl:value-of select="@title" />»</b>
19897:
19898: docs says "set it to 1", never going into details, so I decided
19899: to try NOT to do that
19900:
19901: * src/classes/table.C: join behaived badly in case named tables
19902: structure mismatched: 0 strings sneaked into dest failing
19903: afterwards. replaced them with empty strings
19904:
19905: 2002-01-21 paf
19906:
19907: * src/main/pa_charset.C: checked empty transcoders in
19908: transcode_cstr|buf
19909:
19910: * src/classes/xdoc.C: xdoc::load error source = filespec
19911:
19912: * src/classes/xdoc.C: transform error source now
19913: stylesheet_filespec
19914:
1.116 moko 19915: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19916: include/pa_stylesheet_connection.h, main/pa_charset.C,
19917: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19918: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19919: gnome
1.95 moko 19920:
19921: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19922: include/pa_globals.h, include/pa_stylesheet_connection.h,
19923: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19924: xslt generic error 1
19925:
19926: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19927: xml generic message 1
19928:
19929: * src/classes/table.C: ^table::load empty lines or #comments before
19930: headline
19931:
19932: * src/: include/pa_array.h, include/pa_globals.h,
19933: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19934: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19935: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19936: errors 0
19937:
19938: 2002-01-16 paf
19939:
19940: * src/: classes/hash.C, classes/op.C, classes/string.C,
19941: classes/table.C, classes/void.C, classes/xdoc.C,
19942: include/pa_db_connection.h, include/pa_request.h,
19943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19944: include/pa_stylesheet_connection.h,
19945: include/pa_stylesheet_manager.h, main/pa_request.C,
19946: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19947: targets/cgi/pool_storage.h: auto closers to sql_connection,
19948: stylesheet_connection auto destroyers to remaining gnome objects
19949:
19950: * src/classes/xdoc.C: few comments
19951:
19952: 2002-01-15 paf
19953:
19954: * src/classes/xdoc.C: xdoc file save string
19955:
19956: ready. todo: error handling
19957:
19958: * src/classes/xdoc.C: xdoc save rewritten using
19959: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19960: result
19961:
19962: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19963: started output options parsing
19964:
19965: 2002-01-14 paf
19966:
19967: * src/classes/xdoc.C: method
19968:
19969: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19970: include/pa_pool.h, include/pa_stylesheet_connection.h,
19971: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19972: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19973: xslt transform0. TODO: use output options handle errors
19974:
19975: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19976:
19977: 2002-01-11 paf
19978:
19979: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19980: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19981: partial logical && || evaluation
19982:
19983: * src/classes/xnode.C: xpath selectNodes
19984:
19985: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19986: string/number/bool
19987:
19988: * src/classes/xnode.C: xpath selectNode 2
19989:
19990: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19991: xpath selectNode 1
19992:
19993: 2002-01-10 paf
19994:
19995: * src/classes/xnode.C: xpath selectNode -100 [just written]
19996:
19997: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19998: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19999: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20000: refcounter]
20001:
20002: 2001-12-29 paf
20003:
20004: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20005: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20006: glib works 0
20007:
20008: 2001-12-28 paf
20009:
20010: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20011: main/pa_exception.C: started glib transcoders
20012:
20013: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20014:
20015: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20016: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20017: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20018: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20019: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20020: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20021: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20022: libs just compiled in. no refcounting no xpath no xslt yet
20023:
20024: 2001-12-27 paf
20025:
20026: * src/: include/pa_charset.h, include/pa_common.h,
20027: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20028: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20029: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20030: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20031: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20032: from xalan&xerces, started the process. globals [initialization
20033: pool [charset update charset [transcodings vxnode vxdoc [DOM
20034: calls
20035:
20036: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20037: anymore
20038:
20039: 2001-12-26 paf
20040:
20041: * src/: include/pa_charset.h, include/pa_charsets.h,
20042: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20043: key globalized [bug]
20044:
20045: 2001-12-25 paf
20046:
20047: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20048: main/pa_string.C: table set & append changed splitting languages,
20049: separators now can be clean AND as-is same to mail command line
20050: $MAIN:MAIL.progX arguments
20051:
20052: 2001-12-24 paf
20053:
20054: * src/classes/mail.C: one parted text messages - no multipart
20055: mime-type anymore. for convinient if $.attach-ments
20056:
20057: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20058: main/pa_string.C: read from cache size check updated
20059:
20060: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20061:
20062: 2001-12-21 paf
20063:
20064: * src/classes/date.C: date:sql-string now returns localtime
20065:
20066: * src/main/pa_request.C: $result in @main actually not working, to
20067: hell with it for now
20068:
20069: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20070: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20071: @postprocess @exception
20072:
20073: * src/main/execute.C: junction evaluation canceled - endless
20074: recursion detected
20075:
20076: 2001-12-19 paf
20077:
20078: * src/main/pa_charset.C: charset->charset transcoding via unicode
20079: intermediate
20080:
20081: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20082:
20083: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20084:
20085: * src/classes/op.C: ^cache keypath now relative
20086:
20087: * src/classes/mail.C: changed weighting prior to sort
20088:
20089: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20090: were missing
20091:
20092: 2001-12-17 paf
20093:
20094: * src/main/pa_charset.C: ifndef XML were bad type
20095:
20096: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20097: outdated unset services_pool
20098:
20099: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20100: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20101: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20102:
20103: * src/main/untaint.C: allowed space in filespec
20104:
20105: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20106:
20107: * src/classes/image.C: no govno
20108:
20109: * src/classes/image.C: govno
20110:
20111: 2001-12-16 paf
20112:
20113: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20114:
20115: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20116: charset_connection&manager replaced by charset&charsets
20117:
20118: * src/main/pa_charset.C: name_cstr 0
20119:
20120: * src/main/untaint.C: uri lang now knows about client/source
20121: charsets
20122:
20123: * src/: classes/file.C, classes/math.C, classes/op.C,
20124: classes/string.C, classes/table.C, classes/xdoc.C,
20125: include/pa_array.h, include/pa_cache_managers.h,
20126: include/pa_charset_connection.h, include/pa_charset_manager.h,
20127: include/pa_common.h, include/pa_db_connection.h,
20128: include/pa_db_manager.h, include/pa_db_table.h,
20129: include/pa_dictionary.h, include/pa_exception.h,
20130: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20131: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20132: include/pa_sapi.h, include/pa_socks.h,
20133: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20134: include/pa_string.h, include/pa_stylesheet_connection.h,
20135: include/pa_stylesheet_manager.h, include/pa_table.h,
20136: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20137: main/pa_charset.C, main/pa_charset_connection.C,
20138: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20139: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20140: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20141: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20142: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20143: types/types.dsp: introducing Charset
20144:
20145: 2001-12-14 paf
20146:
20147: * src/: include/pa_request.h, include/pa_transcoder.h,
20148: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20149: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20150: uri lang
20151:
20152: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20153:
20154: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20155:
20156: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20157: defalts_name global
20158:
20159: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20160: include/pa_request.h, main/main.dsp,
20161: main/pa_charset_connection.C, main/pa_charset_manager.C,
20162: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20163: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20164: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20165: changed charset model. now important: $request:charset
20166: $response:charset while $response:content-type.charset become
20167: unimportant [informational]
20168:
20169: 2001-12-13 paf
20170:
20171: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20172:
20173: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20174: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20175: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20176: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20177: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20178: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20179:
20180: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20181: auto_ptr part other way, because of stupid gcc 2.96
20182: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20183: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20184: FormatterListener] /usr/include/g++-3/memory:48:
20185: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20186: _Tp1 = FormatterListener, _Tp = FormatterListener]
20187:
20188: * src/classes/xdoc.C: removed extra inc
20189:
20190: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20191:
20192: * src/include/pa_types.h: msvc head debugging flag
20193:
20194: * src/classes/xdoc.C: freed up listener
20195:
20196: * src/classes/string.C: change msg '... code is not code'
20197:
20198: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20199: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20200: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20201: [past/future prob]
20202:
20203: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20204: include/pa_config_fixed.h, include/pa_db_manager.h,
20205: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20206: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20207:
20208: * src/: include/pa_config_fixed.h, main/pa_common.C,
20209: main/pa_string.C: removed signed mismatch warnings
20210:
20211: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20212: 'expires' from header outputs
20213:
20214: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20215: row ptr
20216:
20217: * src/classes/file.C: file::cgi bug, request_method were passed to
20218: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20219:
20220: * src/classes/xdoc.C: lang list updated
20221:
20222: 2001-12-10 paf
20223:
20224: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20225:
20226: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20227: erase files like that, knowing their full name introducing //
20228: theoretical problem with, for instance, "_2B" and "." fragments,
20229: // they would yield the same // because
20230: need_file_encode('_')=false // but we need to delete such files
20231: somehow, getting names from ^index
20232:
20233: * src/main/pa_string.C: ^string.replace bug fixed [bad
20234: string::join_chank break]
20235:
20236: 2001-12-07 paf
20237:
20238: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20239: include/pa_common.h, include/pa_config_auto.h.in,
20240: include/pa_config_fixed.h, include/pa_config_includes.h,
20241: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20242: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20243: types/pa_vhashfile.C: merged from r14_simple_cache
20244:
20245: * src/main/pa_string.C: stupid sparc architecture failed to access
20246: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20247: lduh [ %i2 + 1 ], %l0
20248:
20249: bus error, fixed that
20250:
20251: * src/main/pa_string.C: strange string deserialize bug on
20252: client[pmts], a bit shortened,
20253:
20254: * src/include/pa_config_auto.h.in: makes
20255:
20256: * src/: include/pa_common.h, include/pa_config_fixed.h,
20257: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20258: file write shared lock file read
20259:
20260: * src/: classes/op.C, include/pa_common.h,
20261: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20262:
20263: 2001-12-06 paf
20264:
20265: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20266: main/pa_request.C: #ifdef RESOURCES_DEBUG
20267:
20268: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20269: info
20270:
20271: * src/classes/hashfile.C: removed transaction from ^cache
20272:
20273: 2001-12-05 paf
20274:
20275: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20276: IIS5 there were a prob with illegal call check
20277:
20278: 2001-12-04 paf
20279:
20280: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20281: main/pa_request.C: measures to log
20282:
20283: 2001-11-23 paf
20284:
20285: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20286: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20287: types/pa_vhashfile.C: merged from _0014, 1
20288:
20289: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20290: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20291: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20292: ^cache(33) would change
20293:
20294: 0660 bits in file_write & hashfile create
20295:
20296: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20297: after pa_string optimization]
20298:
20299: 2001-11-22 paf
20300:
20301: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20302: table.offset[whence]
20303:
20304: * src/classes/op.C: process cstr(,connection)
20305:
20306: * src/classes/op.C: process now gets its body on current language,
20307: not as-is
20308:
20309: * src/main/untaint.C: ORIGINS mode removed UHTML
20310:
20311: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20312: bit
20313:
1.116 moko 20314: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20315:
20316: 2001-11-21 paf
20317:
20318: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20319: <xsl:output output options made identical to xsl:output
20320: attributes exclusion: cdata-section-elements what xalan can do
20321: but that not used now: it can escape and remove CDATA sections
20322:
20323: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20324: produced by xslt
20325:
20326: * src/targets/cgi/parser3.C: removed debug cgi||1
20327:
20328: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20329:
20330: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20331: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20332: default language for {code}, it happen to change it's language
20333: from CLEAN, so later refused to split by CLEAN \t
20334:
20335: 2001-11-20 paf
20336:
1.116 moko 20337: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20338: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20339: bottom of dependeces, so that errors would popup quicklier, fixed
20340: line numbering in table::sql
20341:
20342: 2001-11-19 paf
20343:
20344: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20345: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20346: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20347: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20348: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20349: at wcontext.write
20350:
1.116 moko 20351: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20352: _set_new_handler
20353:
1.116 moko 20354: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20355: set_new_handler in apache&isapi
1.95 moko 20356:
20357: 2001-11-16 paf
20358:
20359: * src/targets/cgi/parser3.C: pool debug @ die
20360:
20361: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20362: removed 8 bytes from String, 2 bytes from
20363: string::chunk::row::item
20364:
20365: * src/main/pa_string.C: removed 1+4 bytes from String
20366:
20367: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20368: types/pa_vstring.C: removed 1+4 bytes from String
20369:
20370: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20371: 0
20372:
20373: * src/: include/pa_globals.h, include/pa_string.h,
20374: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20375: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20376: targets/cgi/parser3.C: introducing estimating
20377: String::cstr_bufsize, 0
20378:
20379: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20380:
20381: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20382:
20383: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20384: include/pa_pool.h: die in pool::fail
20385:
20386: 2001-11-15 paf
20387:
20388: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20389: main/pa_exception.C, targets/cgi/parser3.C: exception with
20390: dynamic buffer re-back now with counter
20391:
20392: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20393: static buffer back
20394:
20395: * src/targets/cgi/parser3.C: std::
20396:
20397: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20398: include/pa_config_includes.h: setnewhandler check
20399:
1.116 moko 20400: * src/include/pa_config_auto.h.in: makes
1.95 moko 20401:
20402: * src/targets/cgi/parser3.C: set_new_handler started
20403:
20404: 2001-11-14 paf
20405:
20406: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20407: was wrong
20408:
20409: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20410: was wrong
20411:
20412: * src/main/pa_request.C: z
20413:
20414: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20415: full returns win32 -1 solaris >buffer_size
20416:
20417: checked all that
20418:
20419: * src/classes/op.C: ^untaint{body} as-is default now
20420:
20421: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20422: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20423: with no_bad_constructors_try
20424:
20425: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20426: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20427: this: $bred[^string::length[]] $bred[^response::clear[]]
20428: $bred[^int::int[]]
20429:
20430: now VObject creation moved into overriden
20431: VClass::create_new_value, thus 0 from create_new_value means that
20432: class has no ctors
20433:
20434: 2001-11-13 paf
20435:
20436: * src/classes/classes.C: returned accedently removed if in foreach
20437: callbacks [when hash no-0-restructure]
20438:
20439: 2001-11-12 paf
20440:
20441: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20442: passed as-is to method, xalan makes & into & itself
20443:
20444: * src/classes/date.C: date.roll parser2 alg used
20445:
20446: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20447: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20448: main/pa_dictionary.C, main/pa_hash.C,
20449: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20450: now does not containt 0 values. put 0 actullay removes. no check
20451: on 0 value in foreach now required
20452:
20453: 2001-11-11 paf
20454:
20455: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20456:
20457: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20458:
20459: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20460: driver initialize not const
20461:
20462: 2001-11-10 paf
20463:
20464: * src/main/pa_exec.C: doc
20465:
20466: 2001-11-09 paf
20467:
20468: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20469: param properly
20470:
20471: * src/classes/string.C: string.save now does untainting before
20472: saving
20473:
20474: * src/main/pa_common.C: line endings fixing fixed last piece[was
20475: still cstr oriented]
20476:
20477: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20478: line endings fixing got rid of cstr, now must work ok with post
20479: multipart
20480:
20481: * src/types/pa_vform.C: line endings fixed at post / multipart /
20482: not file also now
20483:
20484: 2001-11-08 paf
20485:
20486: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20487: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20488: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20489: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20490: main/pa_stylesheet_manager.C: restructured Cache manager to be
20491: simple parent, not second parent [gcc 2.96 strangly refused to
20492: call virtual from second parent]
20493:
1.116 moko 20494: * src/: include/pa_common.h, main/Makefile.am,
20495: targets/cgi/pa_pool.C: makes
1.95 moko 20496:
20497: * src/: include/pa_request.h, main/pa_request.C,
20498: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20499: 'status' class enabler
20500:
20501: <Location /parser-status.html> ParserStatusAllowed </Location>
20502:
20503: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20504: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20505: include/pa_stylesheet_manager.h, main/main.dsp,
20506: main/pa_cache_managers.C, main/pa_charset_manager.C,
20507: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20508: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20509: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20510: todo: apache 'status' class enabler
20511:
20512: 2001-11-05 paf
20513:
20514: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20515: debug to normal
20516:
20517: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20518: hence i removed skipping 0 values in hash::for_each-es we need to
20519: check cleaned cache items manually. few more checks.
20520:
20521: expiring to 0 time was wrong, changed to 'now' time
20522:
20523: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20524: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20525: on apache already done :)
20526:
20527: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20528: skipping 0 values in hash::for_each-es we need to check cleaned
20529: cache items manually
20530:
20531: * src/main/: pa_db_connection.C, pa_db_table.C:
20532: parser_multithreaded check was wrong
20533:
20534: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20535: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20536: classes/hashfile.C, classes/image.C, classes/int.C,
20537: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20538: classes/string.C, classes/table.C, classes/void.C,
20539: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20540: include/pa_array.h, include/pa_charset_connection.h,
20541: include/pa_charset_manager.h, include/pa_common.h,
20542: include/pa_config_fixed.h, include/pa_config_includes.h,
20543: include/pa_db_connection.h, include/pa_db_manager.h,
20544: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20545: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20546: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20547: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20548: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20549: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20550: include/pa_stack.h, include/pa_string.h,
20551: include/pa_stylesheet_connection.h,
20552: include/pa_stylesheet_manager.h, include/pa_table.h,
20553: include/pa_threads.h, include/pa_types.h, main/compile.C,
20554: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20555: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20556: main/pa_charset_manager.C, main/pa_common.C,
20557: main/pa_db_connection.C, main/pa_db_manager.C,
20558: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20559: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20560: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20561: main/pa_socks.C, main/pa_sql_driver_manager.C,
20562: main/pa_status_provider.C, main/pa_string.C,
20563: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20564: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20565: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20566: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20567: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20568: targets/isapi/pool_storage.h, types/pa_valiased.C,
20569: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20570: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20571: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20572: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20573: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20574: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20575: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20576: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20577: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20578: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20579: types/pa_vstateless_object.h, types/pa_vstatus.h,
20580: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20581: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20582: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20583: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20584: $status:db fixed used not initialized in db_connection & db_table
20585:
20586: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20587: $status:charset
20588:
20589: * src/: classes/xdoc.C, include/pa_db_connection.h,
20590: include/pa_stylesheet_connection.h,
20591: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20592: types/pa_vstatus.h: $status:stylesheet
20593:
20594: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20595: include/pa_request.h, include/pa_sql_connection.h,
20596: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20597: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20598: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20599: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20600: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20601: types/pa_vxnode.C, types/types.dsp: started status parser class
20602:
20603: 2001-11-01 paf
20604:
20605: * src/include/pa_config_auto.h.in: makes
20606:
20607: * src/main/pa_hash.C: removed old extra include
20608:
20609: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20610: checks [for hp, there are such in math.h]
20611:
20612: * src/classes/op.C: ^for endless loop check strightened
20613:
20614: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20615: behavior in native calls. it left unchanged, so ^for ^foreach &
20616: co can use r.root to write their i & key,value there
20617:
20618: * src/classes/op.C: detected for var storage bug, fixed.
20619: todo:foreach
20620:
20621: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20622: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20623: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20624: changing of hash inside of foreach
20625:
20626: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20627: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20628: were hash.foreach
20629:
20630: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20631: types/pa_vstring.C, types/pa_vstring.h:
20632: ^foreach[key|value]{body}[[separator]|{separator}]
20633:
20634: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20635: types/pa_vcookie.C: ^hash.delete[key]
20636:
20637: 2001-10-31 paf
20638:
20639: * src/main/: compile.C, pa_common.C: completely empty file now
20640: considered "read", not ignored [not perfect trick used]
20641:
20642: * src/main/pa_common.C: simplier common ifdefs
20643:
20644: * src/main/pa_common.C: typing bug in common - bad ifdeff
20645:
20646: * src/main/pa_db_connection.C: z
20647:
20648: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20649: lockdetector flags
20650: dbenv.lk_detect=DB_LOCK_RANDOM;
20651:
20652: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20653: from accidental show [imagine user forgot @exception]
20654:
20655: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20656:
20657: * src/: classes/file.C, classes/image.C, classes/mail.C,
20658: classes/string.C, classes/xnode.C, include/pa_common.h,
20659: main/pa_common.C: ^string.save[[append;]path]
20660:
20661: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20662: main/execute.C: \ in expression: int divide 10/3=3
20663:
20664: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20665: inside of ^cache
20666:
20667: * src/: include/pa_threads.h, main/pa_db_connection.C,
20668: main/pa_db_table.C, targets/cgi/pa_threads.C,
20669: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20670: needed
20671:
20672: 2001-10-30 paf
20673:
20674: * src/: classes/classes.dsp, main/main.dsp,
20675: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20676: types/types.dsp: enabled debug incremental compile
20677:
20678: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20679: form post data line endings not reformatted now.
20680:
20681: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20682: now required [had bug when file= has no value]
20683:
20684: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20685: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20686: cstr(asis) default param removed
20687:
20688: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20689:
20690: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20691:
20692: * src/include/pa_dir.h: LOAD_DIR fixed
20693:
20694: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20695: was broken} fix_line_breaks
20696:
20697: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20698: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20699: packed with #pragma pack
20700:
1.116 moko 20701: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20702:
20703: 2001-10-29 paf
20704:
20705: * src/types/pa_wcontext.h: bitfield syntax stricter
20706:
20707: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20708: string hash.puts
20709:
20710: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20711:
20712: * src/include/pa_sql_connection.h: there were one wrong
20713: SQL_CONNECTION_FUNC_GUARDED [failed]
20714:
20715: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20716: param.someday either ifdef or remove it
20717:
20718: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20719:
20720: * src/main/untaint.C: optimizing returned after debugging
20721:
20722: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20723: main/untaint.C: memory hunging #pragma pack(1)
20724:
20725: 16 419 844 13 169 394
20726:
20727: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20728: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20729: places [todo:Array]
20730:
20731: * src/: main/execute.C, targets/cgi/pa_pool.C,
20732: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20733: types/pa_wwrapper.h: debugging memory WContext flags to bits
20734:
20735: total 5 652 652/158731 total 5 469 332/158731
20736:
20737: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20738: Array:: without cache in get/put now
20739:
20740: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20741: 18:25:27 2001] total 5 652 652/158731
20742:
20743: * src/: include/pa_string.h, main/pa_string.C,
20744: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20745: now
20746:
20747: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20748: 18:11:53 2001] total 5796092/158731
20749:
20750: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20751: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20752: key ref now
20753:
20754: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20755: 17:11:17 2001] total 16867948/202658
20756:
20757: * src/: classes/file.C, classes/image.C, classes/string.C,
20758: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20759: main/execute.C, main/pa_array.C, main/pa_common.C,
20760: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20761: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20762: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20763: string::as_int/double now usually uses stack, not heap [200K out
20764: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20765:
20766: * src/main/pa_sql_driver_manager.C: ping to have services [old
20767: hiding bug]
20768:
20769: * src/Makefile.am: .am order
20770:
20771: * src/: include/pa_array.h, include/pa_charset_manager.h,
20772: include/pa_db_connection.h, include/pa_db_manager.h,
20773: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20774: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20775: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20776: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20777: required "friend class"
20778:
20779: ../include/pa_request.h:51: friend declaration requires
20780: class-key, i.e. `friend class Temp_lang'
20781:
20782: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20783: main/pa_exception.C, main/pa_sql_driver_manager.C,
20784: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20785:
20786: the idea is to #1 jump to C++ some function to main body, where
20787: every function stack frame has exception unwind information and
20788: from there... #2 propagate_exception()
20789:
20790: 2001-10-28 paf
20791:
20792: * src/main/pa_db_connection.C: removed old consts
20793:
20794: * src/main/pa_db_connection.C: expire table [was accidently pasted
20795: with wrong type/cast]
20796:
20797: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20798: translation
20799:
1.116 moko 20800: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20801: remember to build DB2 with -fexceptions!!!
20802:
20803: * src/main/pa_db_table.C: DB_RMW defed
20804:
20805: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20806: include/pa_db_connection.h, include/pa_db_manager.h,
20807: include/pa_db_table.h, main/pa_db_connection.C,
20808: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20809:
20810: 2001-10-27 paf
20811:
20812: * src/: classes/hashfile.C, include/pa_db_connection.h,
20813: include/pa_db_table.h, main/pa_db_connection.C,
20814: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20815: types/pa_vhashfile.C: DB2 ifdefs
20816:
1.116 moko 20817: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20818: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20819: makes with DB2
20820:
1.116 moko 20821: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20822: types/Makefile.am: makes db
1.95 moko 20823:
20824: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20825: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20826: globals.C
20827:
20828: * src/: classes/hashfile.C, include/pa_db_connection.h,
20829: include/pa_db_table.h, main/pa_db_connection.C,
20830: main/pa_db_table.C: ^hashfile.clear[]
20831:
20832: * src/classes/classes.awk: no $ in var names
20833:
20834: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20835: connection&table [forgotten calls]
20836:
20837: 2001-10-26 paf
20838:
20839: * src/main/pa_db_connection.C: db checkpoints
20840:
20841: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20842: checkpoints
20843:
20844: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20845: default. but entities still reparsed. todo: tothink
20846:
20847: * src/main/pa_db_connection.C: db recover mech 2
20848:
20849: * src/: classes/hashfile.C, include/pa_db_connection.h,
20850: include/pa_db_manager.h, include/pa_db_table.h,
20851: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20852: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20853: types/pa_vhashfile.h: db connections & tables now cached at
20854: create time & multithreaded
20855:
20856: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20857: parsed_source
20858:
20859: * src/main/pa_db_connection.C: about to remove connection from
20860: vhashfile
20861:
20862: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20863: transaction commit/rollback responsibility left to parent [as it
20864: sould - else there were a bug with double free]
20865:
20866: * src/include/pa_db_table.h: db: child transaction commit/rollback
20867: responsibility left to parent [as it sould - else there were a
20868: bug with double free]
20869:
20870: 2001-10-25 paf
20871:
20872: * src/: classes/hashfile.C, include/pa_common.h,
20873: include/pa_db_connection.h, include/pa_db_manager.h,
20874: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20875: types/pa_vhashfile.C, types/pa_vhashfile.h,
20876: include/pa_db_table.h, main/pa_db_table.C: started db_home
20877: [multiple, cached] todo: autorecover [tried, but not succeded,
20878: yet]
20879:
20880: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20881:
20882: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20883: transaction parent passed
20884:
20885: 2001-10-24 parser
20886:
1.116 moko 20887: * src/classes/Makefile.am: makes
1.95 moko 20888:
20889: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20890: isapi/pool_storage.h: pool_storage fixed
20891:
20892: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20893: types/pa_vform.h: form fix_line_breaks
20894:
1.116 moko 20895: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20896:
20897: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20898: targets/cgi/pool_storage.h: makes
20899:
20900: * src/sql/pa_sql_driver.h: version
20901:
20902: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20903: types/pa_vform.C, types/pa_vform.h: .am
20904:
20905: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20906: this: DB_RMW Acquire write locks instead of read locks when doing
20907: the retrieval. Setting this flag may decrease the likelihood of
20908: deadlock during a read-modify-write cycle by immediately
20909: acquiring the write lock during the read part of the cycle so
20910: that another thread of control acquiring a read lock for the same
20911: item, in its own read-modify-write cycle, will not result in
20912: deadlock
20913:
20914: * src/targets/isapi/parser3isapi.dsp: doc
20915:
20916: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20917:
20918: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20919:
20920: * src/: classes/hashfile.C, include/pa_db_connection.h,
20921: main/pa_db_connection.C: hashfile expired deleted from db when
20922: get & iterate
20923:
20924: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20925: expiring 1
20926:
20927: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20928:
20929: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20930: db_connection not bothers with key when not returning expired
20931: data
20932:
20933: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20934: types/pa_vhashfile.C: db_cursor constructor public now
20935:
20936: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20937: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20938: stamped, todo: put_element analize
20939:
20940: * src/: include/pa_db_connection.h, include/pa_string.h,
20941: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20942: serialize. todo stamp
20943:
20944: 2001-10-23 parser
20945:
20946: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20947: classes/image.C, classes/mail.C, classes/response.C,
20948: classes/string.C, classes/table.C, classes/xdoc.C,
20949: include/pa_config_fixed.h, include/pa_db_connection.h,
20950: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20951: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20952: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20953: types/pa_vtable.C: ^hashfile.hash[]
20954:
20955: * src/: classes/hashfile.C, classes/xdoc.C,
20956: include/pa_config_fixed.h, main/pa_db_manager.C,
20957: main/pa_globals.C: ifdefs so it compiled without db
20958:
20959: * src/: classes/hashfile.C, include/pa_db_connection.h,
20960: include/pa_db_manager.h, main/pa_db_connection.C,
20961: main/pa_db_manager.C, types/pa_vhashfile.h:
20962: ^hashfile.transaction{code} ^hashfile:clear[filename]
20963: ^hashfile.delete[key]
20964:
20965: 2001-10-22 parser
20966:
20967: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20968: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20969:
20970: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20971: classes/xnode.C, include/pa_charset_connection.h,
20972: include/pa_db_connection.h, include/pa_db_manager.h,
20973: include/pa_exception.h, include/pa_sapi.h,
20974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20975: include/pa_stylesheet_connection.h,
20976: include/pa_stylesheet_manager.h,
20977: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20978: main/pa_db_connection.C, main/pa_db_manager.C,
20979: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20980: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20981: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20982: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20983: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20984: types/types.dsp: hashfile 0
20985:
20986: * src/types/pa_vhashfile.C: z
20987:
20988: * src/: classes/classes.dsp, classes/hashfile.C,
20989: include/pa_config_fixed.h, main/execute.C,
20990: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20991: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20992:
20993: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20994:
20995: * src/: include/pa_exception.h, include/pa_request.h,
20996: main/execute.C, main/pa_exception.C, main/pa_request.C,
20997: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20998: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20999:
21000: 2001-10-19 parser
21001:
21002: * src/include/pa_pool.h: header
21003:
21004: * src/main/pa_pool.C: auto compiled on gcc
21005:
21006: * src/classes/image.C: comment
21007:
1.116 moko 21008: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21009:
21010: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21011: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21012: types/pa_vxnode.h: xnode clone got freed
21013:
21014: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21015: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21016: can free up xalandomstring resulting from pool::transcode
21017:
21018: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21019: include/pa_config_fixed.h, include/pa_exception.h,
21020: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21021: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21022: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21023: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21024: from non-xml compile
21025:
21026: * src/main/pa_request.C: pool:: context - get_context
21027:
21028: * src/: classes/classes.h, classes/date.C, classes/double.C,
21029: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21030: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21031: classes/string.C, classes/table.C, classes/void.C,
21032: include/pa_config_fixed.h, include/pa_exception.h,
21033: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21034: main/compile.C, main/compile_tools.C, main/execute.C,
21035: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21036: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21037: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21038: main/pa_string.C, main/pa_table.C, main/untaint.C,
21039: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21040: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21041: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21042: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21043: types/pa_vstateless_class.h, types/pa_vtable.C,
21044: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21045: exceptions 0
21046:
21047: * src/classes/classes.awk: $ removed
21048:
21049: 2001-10-18 parser
21050:
21051: * src/types/pa_vcookie.C: cookie:CLASS
21052:
21053: * src/main/main.dsp: project
21054:
21055: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21056: set_document & ctor question "who owns document" solved
21057:
21058: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21059:
21060: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21061: main/pa_pool.C: encoding in dom creating funcs
21062:
21063: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21064: be transformed now
21065:
21066: * src/classes/xdoc.C: dom created by create can be transformed now
21067:
21068: * src/classes/xdoc.C: z
21069:
21070: * src/classes/xdoc.C: comment
21071:
21072: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21073: create now uses XercesDocumentBridge, appendChild&co now works
21074:
21075: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21076: @ recompile
21077:
21078: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21079: $origin @exception[
21080:
21081: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21082: tag names forced to XML lang
21083:
21084: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21085: leechy-found bugs in code&doc fixed
21086:
21087: 2001-10-17 parser
21088:
21089: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21090: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21091: n functionality preserved
21092:
21093: * src/types/pa_vimage.h: removed unused vimage::save
21094:
21095: 2001-10-16 parser
21096:
21097: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21098:
21099: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21100:
21101: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21102:
21103: * src/classes/image.C: image.copy tolerance
21104:
21105: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21106: ineffective, but works for small paleted image
21107:
21108: * src/types/pa_vimage.C: comment
21109:
21110: * src/classes/image.C: gd size/resize bugfix
21111:
21112: * src/: classes/classes.dsp, main/main.dsp,
21113: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21114: types/types.dsp: ident >nul 2>&1
21115:
21116: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21117: systems
21118:
21119: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21120: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21121:
21122: 2001-10-15 parser
21123:
21124: * src/main/execute.C: z
21125:
21126: * src/classes/: xdoc.C: !::create{qualifiedName}
21127:
21128: * src/types/pa_vxnode.C: document_type_node.
21129: !readonly attribute DOMString name
21130: !notation_node.
21131: !readonly attribute DOMString publicId
21132: !readonly attribute DOMString systemId
21133:
1.116 moko 21134: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21135: ::write badly passed string too transparently [failed to
21136: intercept it]
1.95 moko 21137:
21138: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21139: include/pa_request.h, main/pa_sql_driver_manager.C,
21140: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21141: types/pa_vxnode.h: DOM1 major addtion, only few
21142: attributes/methods left
21143:
21144: 2001-10-13 parser
21145:
21146: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21147: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21148: in main handler
21149:
21150: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21151: cleanups & frees order
21152:
21153: * src/types/pa_vcode_frame.h: couple comments
21154:
21155: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21156: transparent enough to handle hash if creation&passing
21157:
21158: * src/: include/pa_config_fixed.h, main/execute.C,
21159: main/pa_exception.C: noticed that vcodeframe not transparent
21160: enough, would change now
21161:
21162: 2001-10-12 parser
21163:
21164: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21165: fixed. initialization&free on each thread!
21166:
21167: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21168: handling changed: now type of default param analized always, not
21169: only at problem time, thus helping early problem spotting
21170:
21171: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21172: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21173: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21174: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21175: multithread bug fixed. initialization&free on each thread!
21176:
21177: 2001-10-11 parser
21178:
21179: * src/classes/xnode.C: xnode.selectSingle now
21180:
21181: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21182: include/pa_pool.h, include/pa_stylesheet_connection.h,
21183: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21184: convertors out of Pool into Exception
21185:
21186: * src/main/pa_string.C: const
21187:
21188: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21189: linked pieces of same language together prior to String::replace
21190:
21191: * src/classes/hash.C: !^hash.add[addme]
21192: !^hash.sub[subme]
21193: !^a.union[b] = new
21194: !^a.intersection[b] = new
21195: !^a.intersects[b] = bool
21196:
21197: * src/classes/hash.C: !^hash::append[append_from]
21198:
21199: * src/: classes/hash.C, types/pa_vhash.h:
21200: !^hash::create[[copy_from]]
21201:
21202: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21203: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21204: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21205: fixed. got rid of empty_string, which caused errors - it hasnt
21206: exception but somebody[value.bark] tried to throw it on it's pool
21207:
1.116 moko 21208: * src/include/pa_config_auto.h.in: makes
1.95 moko 21209:
21210: 2001-10-10 parser
21211:
21212: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21213:
21214: * src/main/: compile.tab.C, compile.y: ^a[
21215:
21216: @next_method << now unclosed ] would be reported here
21217:
21218: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21219: compile error
21220:
21221: 2001-10-09 parser
21222:
1.116 moko 21223: * src/: classes/Makefile.am, main/Makefile.am,
21224: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21225:
21226: * src/classes/Makefile.am: makes
21227:
21228: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21229: win32 errors intercepted [xalan transformer patched and
21230: incorporated]
21231:
21232: * src/: classes/classes.dsp, classes/xdoc.C,
21233: include/pa_stylesheet_connection.h, main/main.dsp,
21234: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21235: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21236: patches starting
21237:
21238: * src/classes/: string.C, table.C: ^string.save[file]
21239:
21240: * src/classes/: date.C, table.C: calendar moved to date
21241:
21242: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21243: string/table] now
21244:
21245: * src/classes/: op.C, table.C: z
21246:
21247: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21248: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21249: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21250: be code [be string..]
21251:
21252: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21253: table.C: lots of
21254: params->as_int/double/as_string/as_junction/as_no_junction
21255: messages added
21256:
21257: 2001-10-08 parser
21258:
21259: * src/: classes/date.C, classes/image.C, classes/string.C,
21260: classes/table.C, classes/void.C, include/pa_request.h:
21261: params->as_int/double message added
21262:
21263: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21264:
21265: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21266: image:sector removed image:html internal "line-*" attribs
21267:
21268: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21269: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21270:
21271: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21272: way
21273:
21274: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21275: main/untaint.C: header untainting to UL_HTTP_HEADER,
21276: UL_MAIL_HEADER made nonforced [only tainted pieces]
21277:
21278: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21279: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21280: @ SAPI::log
21281:
21282: * src/main/untaint.C: \r to ' ' in origins mode
21283:
21284: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21285: set]
21286:
21287: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21288: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21289: nonstandard liaison freed up
21290:
21291: 2001-10-07 parser
21292:
21293: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21294: project
21295:
21296: 2001-10-05 parser
21297:
21298: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21299: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21300: from outputing to cerr. lots of "todos"
21301:
21302: * src/main/untaint.C: http_header tainting more gentle with
21303: enquoting now
21304:
21305: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21306: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21307: xml errorhandler. fixed string.replace a little, read @test
21308:
21309: * src/main/pa_string.C: found replace bug - first_that_starts(char
21310: *) does not have limit, and looks further eos, fixing....
21311:
21312: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21313:
21314: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21315:
21316: * src/main/: pa_charset_connection.C: ctype another mem clear
21317: bugfix
21318:
1.116 moko 21319: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21320: $result[^[$p^]z] now works fine
1.95 moko 21321:
21322: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21323: wrong. fixed it
21324:
21325: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21326: of totable appered to be vital
21327:
21328: 2001-10-04 parser
21329:
21330: * src/classes/image.C: ^image.length[text]
21331:
21332: 2001-10-03 parser
21333:
21334: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21335:
21336: * src/main/pa_request.C: restored pcre defaulting in request
21337: [mindlessly "optimized" yesterday] comment left
21338:
21339: 2001-10-02 parser
21340:
21341: * src/: main/pa_charset_manager.C,
21342: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21343: needed
21344:
21345: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21346: forgot non-xml pool.*charset needed
21347:
21348: * src/classes/table.C: # config comments fixed
21349:
21350: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21351: charset_connection #comment now
21352:
21353: * src/: classes/classes.dsp, types/types.dsp: release projects
21354: options fixed to use release msvcrt lib
21355:
21356: * src/main/pa_charset_connection.C: pcre tables now const inside
21357: removed default - pcre handles that internally fixed bug on
21358: not-cleaning tables [previously was calloced, now member]
21359:
21360: * src/: include/pa_request.h, main/pa_charset_connection.C,
21361: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21362: inside removed default - pcre handles that internally fixed bug
21363: on not-cleaning tables [previously was calloced, now member]
21364:
21365: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21366: tested charset reload on file change @ apache version = OK tested
21367: freeing up prev encoding on adding new = OK
21368:
21369: 2001-10-01 parser
21370:
21371: * src/main/pa_charset_connection.C: removed entitify external hack
21372: [internal installed]
21373:
1.116 moko 21374: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21375:
21376: * src/: include/pa_charset_connection.h,
21377: include/pa_charset_manager.h,
21378: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21379: main/pa_charset_connection.C, main/pa_charset_manager.C,
21380: main/pa_request.C: charset loading & caching mech 0
21381:
21382: * src/: include/pa_stylesheet_connection.h,
21383: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21384: main/pa_globals.C, main/pa_request.C: would make charset loading
21385: & caching mech now
21386:
21387: 2001-09-30 parser
21388:
21389: * src/main/pa_request.C: forgot to fill toTable
21390:
21391: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21392: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21393: failed on win32 for now..
21394:
21395: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21396: now charsets table configuration variable is: CHARSETS
21397:
21398: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21399: ctype with unicode 1. todo: no П entities on output somehow
21400:
21401: * src/: classes/file.C, classes/op.C, classes/string.C,
21402: include/pa_request.h, main/pa_request.C: started ctype with
21403: unicode values
21404:
21405: 2001-09-28 parser
21406:
21407: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21408: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21409: string passed AS-IS now
21410:
21411: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21412: way of user-configuring... todo: implement
21413:
21414: 2001-09-27 parser
21415:
21416: * src/classes/table.C: table.sort changed to sort table itself
21417:
21418: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21419: X^.getElementsByTagName[tagname] = array of xnode
21420: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21421: nodes removed - regretfully not supported @ xalan. maybe someday
21422: would reimplement, if needed.
21423:
21424: win32build system: solved long waiting anti-non-started-apache
21425: problem
21426:
21427: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21428: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21429: types/types.dsp: win32 ident make system so not to rebuild
21430: library [ident.C.new]
21431:
21432: 2001-09-26 parser
21433:
21434: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21435: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21436: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21437: types/pa_vxnode.C, types/types.dsp: z
21438:
21439: * src/classes/classes.C: forgot one non-xml check
21440:
1.116 moko 21441: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21442: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21443:
21444: * src/targets/cgi/parser3.C: z
21445:
21446: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21447: targets/isapi/parser3isapi.C: #ifdef SMTP
21448:
21449: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21450: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21451: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21452: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21453: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21454: types/types.dsp: xdoc&xnode now
21455:
21456: * src/: classes/classes.C, classes/classes.awk,
21457: classes/classes.dsp, classes/classes.h, classes/date.C,
21458: classes/dnode.C, classes/dnode.h, classes/dom.C,
21459: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21460: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21461: classes/op.C, classes/response.C, classes/string.C,
21462: classes/table.C, classes/void.C, include/pa_array.h,
21463: include/pa_common.h, include/pa_config_fixed.h,
21464: include/pa_config_includes.h, include/pa_dictionary.h,
21465: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21466: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21467: include/pa_socks.h, include/pa_sql_connection.h,
21468: include/pa_sql_driver_manager.h, include/pa_stack.h,
21469: include/pa_string.h, include/pa_stylesheet_connection.h,
21470: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21471: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21472: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21473: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21474: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21475: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21476: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21477: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21478: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21479: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21480: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21481: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21482: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21483: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21484: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21485: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21486: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21487: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21488: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21489: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21490: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21491: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21492: types/pa_vmethod_frame.h, types/pa_vobject.h,
21493: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21494: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21495: types/pa_vstateless_object.h, types/pa_vstring.C,
21496: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21497: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21498: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21499: main.dsp splitted to main+classes+types along to .am
21500:
21501: * src/classes/Makefile.am: removed useless var
21502:
21503: * src/: classes/classes.cmd, main/main.dsp,
21504: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21505: main.dsp
21506:
21507: 2001-09-25 parser
21508:
21509: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21510: 1251 though, todo ICU
21511:
1.116 moko 21512: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21513: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21514: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21515: types/pa_vdom.h: xml configure makes
1.95 moko 21516:
21517: 2001-09-24 parser
21518:
1.116 moko 21519: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21520: types/Makefile.am: makes
1.95 moko 21521:
1.116 moko 21522: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21523:
21524: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21525: started unix makes update
21526:
21527: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21528: started unix makes update
21529:
21530: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21531:
21532: * src/types/pa_value.h: z
21533:
21534: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21535: bugs with usinge hash/table in expressions
21536:
21537: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21538: resolved conflicts fixed [const]
21539:
21540: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21541: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21542: main/compile.C, main/compile.tab.C, main/compile.y,
21543: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21544: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21545: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21546: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21547: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21548: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21549: with before_xml [merge2 actually didn't happen - i've created
21550: tags on wrong branch. so this merge is in fact re-merge]
21551:
21552: 2001-09-21 parser
21553:
21554: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21555: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21556: produced "" in make file and sadly wrong interpreted on load]
21557:
1.116 moko 21558: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21559: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21560: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21561: include/pa_sql_driver_manager.h, include/pa_string.h,
21562: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21563: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21564: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21565:
21566: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21567: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21568: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21569: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21570: main/pa_pool.C, main/pa_request.C,
21571: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21572: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21573: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21574: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21575: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21576: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21577: types/pa_vrequest.C, types/pa_vresponse.h,
21578: types/pa_vstateless_class.C, types/pa_vstring.C,
21579: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21580: created new projects for sql drivers [planning to remove sql
21581: drivers from main cvs project] first, will join latest changes
21582:
21583: * src/classes/: dom.C: defaulted dom writing methods encoding to
21584: pool.get_charset
21585:
21586: * src/classes/dom.C: defaulted dom writing methods encoding to
21587: pool.get_charset
21588:
21589: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21590: pool.get_charset
21591:
21592: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21593: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21594: methods encoding to pool.get_charset
21595:
21596: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21597: transcoder were created right "unsupported encoding" message.
21598: not @ set time, but @ use time, so until xml output functions
21599: .string, .file, .save used - no encoding name check occur
21600:
21601: reduced transcode buffer size to 60 fixed pool cleanup - no
21602: registration needed, pools are officially destructured
21603:
21604: 2001-09-20 parser
21605:
21606: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21607:
21608: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21609: $MAIN:DEFAULTS.content-type[$.charset[here]]
21610:
21611: * src/: classes/dnode.C, classes/dom.C,
21612: include/pa_config_includes.h, include/pa_globals.h,
21613: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21614: main/pa_pool.C, targets/cgi/parser3.dsp,
21615: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21616: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21617: Pool::transcode 0
21618:
21619: * src/classes/dom.C: dom. string save file moved output xml options
21620: to last param and made it optional
21621:
21622: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21623: dnodes
21624: !$attributenode.specified = boolean
21625: true if the attribute received its value explicitly
21626: in the XML document,
21627: or if a value was assigned programatically with the
21628: setValue function.
21629: false if the attribute value came from the default value
21630: declared in the document's DTD.
21631: !$pinode.target = target of this processing instruction
21632: XML defines this as being the first token following the
21633: markup
21634: that begins the processing instruction.
21635: XPath:
21636: !^node.select[xpath/query/expression] = hash of 0->node0
21637: 1->node1
21638: !^node.select-single[xpath/query/expression] = first node if
21639: any
21640:
21641: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21642: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21643: some 'const's added
21644:
21645: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21646: expression context now, there value = size and boolean value
21647: size!=0
21648:
21649: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21650: can be used in expression context now, there value = size and
21651: boolean value size!=0
21652:
21653: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21654: types/pa_vstring.h: dnode .file .string .save moved back to dom
21655: due to strange xalan bug
21656:
21657: 2001-09-18 parser
21658:
21659: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21660: classes/image.C, classes/op.C, classes/table.C,
21661: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21662: include/pa_sql_driver_manager.h, main/compile.C,
21663: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21664: main/execute.C, main/pa_common.C, main/pa_request.C,
21665: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21666: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21667: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21668: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21669: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21670: before_xml branch ^if(def $hash) now true only when
21671: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21672:
21673: * src/: classes/op.C, main/execute.C: operators self changed to
21674: root ^for variable context changed to self
21675:
21676: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21677: dnode 1
21678:
21679: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21680: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21681:
21682: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21683: poly* fixed
21684:
21685: 2001-09-17 parser
21686:
21687: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21688: types/pa_vdom.h: started dnode+dom
21689:
21690: dnode DOM methods: $node.name $node.value
21691: ...others...
21692:
21693: ^node.xpath[/rates/USD] = hash
21694: $hash[
21695: $.0[node0]
21696: $.1[node1]
21697: ]
21698:
21699: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21700: applies to all linear primitives
21701:
21702: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21703: include/pa_stylesheet_connection.h, main/main.dsp,
21704: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21705: types/pa_vimage.h: started dnode DOM: $node.name
21706: $node.value ...others... ^node.xpath[/rates/USD] = hash
21707: dom(dnode)
21708:
21709: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21710: main/compile.y, main/compile_tools.h, main/execute.C,
21711: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21712: in expression compound($aa.zz.xx) names now can have minus '-' in
21713: name after '.'
21714:
21715: 2001-09-15 parser
21716:
21717: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21718: image: $line-width ^line(...)[**** style]
21719:
21720: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21721: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21722: pool_storage - cleanups first, allocations second. apache wisely
21723: does just like that
21724:
21725: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21726: rewritten using template, no bugs now
21727:
21728: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21729: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21730: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21731: poorly started isapi pool_storage, would rewrite using template
21732: now
21733:
21734: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21735: include/pa_stylesheet_connection.h, main/main.dsp,
21736: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21737: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21738: xalan objects freed up [introducing Pool::register_cleanup]
21739:
21740: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21741: comments
21742:
21743: 2001-09-14 parser
21744:
21745: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21746: z
21747:
21748: * src/: classes/dom.C, classes/file.C, classes/image.C,
21749: classes/mail.C, include/pa_common.h,
21750: include/pa_sql_driver_manager.h, include/pa_string.h,
21751: include/pa_stylesheet_connection.h,
21752: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21753: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21754: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21755: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21756: compiled&cached
21757:
21758: 2001-09-13 parser
21759:
21760: * src/: classes/dom.C, classes/file.C, classes/image.C,
21761: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21762:
21763: * src/classes/dom.C: dom:file content-type(.method)
21764:
21765: * src/: include/pa_common.h, include/pa_globals.h,
21766: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21767: string now more informative error messages
21768:
21769: * src/: include/pa_globals.h, include/pa_request.h,
21770: main/pa_request.C, targets/cgi/parser3.C,
21771: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21772: ParserSiteConfig .../parser3.conf
21773:
21774: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21775:
21776: 2001-09-12 parser
21777:
21778: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21779: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21780: precise error reporting: "connection string must start with
21781: protocol://" now
21782:
21783: * src/main/compile.tab.C: fixed - subname code parts actually []
21784: braced
21785:
21786: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21787: lexer on LS_USER level did [] matching without setting nestage,
21788: introduced special LS_NAME_SQUARE_PART state
21789:
21790: 2001-09-11 parser
21791:
21792: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21793: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21794: languages+=xml
21795:
21796: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21797:
21798: * src/classes/dom.C: ^dom:save/string/file[output options] output
21799: options: $.method[xml|html|text] detection fixed
21800:
21801: * src/types/pa_vdom.h: messages
21802:
21803: * src/classes/dom.C: ^dom:save/string/file[output options] output
21804: options: $.method[xml|html|text] detection fixed
21805:
21806: 2001-09-10 parser
21807:
21808: * src/classes/dom.C: ^dom:save/string/file[output options] output
21809: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21810:
21811: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21812: added]
21813:
21814: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21815: ^dom.xslt[stylesheet filename] 0
21816:
21817: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21818: ^dom.xslt[stylesheet filename] -1 doc is lying
21819:
21820: * src/classes/dom.C: ^dom.file[encoding] = file
21821:
21822: * src/classes/: dom.C: ^dom.string[encoding] 1
21823: ^dom.save[encoding;filename]
21824:
21825: * src/classes/dom.C: ^dom.string[] 0
21826:
21827: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21828:
21829: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21830: types/pa_vform.h: ^dom.save[b.xml] 0
21831:
21832: 2001-09-08 parser
21833:
21834: * src/types/pa_vform.C: $form:tables.name.field
21835:
21836: 2001-09-07 parser
21837:
21838: * src/classes/table.C: table:empty removed, superceded by ^if(def
21839: $table)...
21840:
21841: * src/targets/cgi/parser3.C: z
21842:
21843: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21844: from '' to int/double is 0]
21845:
21846: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21847: $table) is false when table is empty
21848:
21849: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21850: !$form:tables $atable[$form:tables.a]
21851: ^atable.menu{a=$atable.element}[,]
21852:
21853: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21854: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21855:
1.116 moko 21856: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21857: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21858: of dom
21859:
21860: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21861: types/pa_vform.C, types/pa_vform.h: z
21862:
21863: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21864: element [not last]
21865:
1.116 moko 21866: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21867: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21868:
21869: 2001-09-06 parser
21870:
21871: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21872: table with one column 'element' and two rows: 1 and 2
21873:
21874: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21875: table with one column 'element' and two rows: 1 and 2
21876:
21877: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21878: bad int/double conversions, and now $form:nonexistent.int(88)
21879: would return 88
21880:
21881: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21882: types/pa_vhash.h: now there's special hash key '_default'
21883: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21884: $._default[xx] ] $hash.c
21885:
21886: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21887: fixed [thanks, fif], ^; were treated there non-literally
21888:
21889: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21890: doxygen
21891:
21892: * src/: classes/image.C, classes/op.C, classes/string.C,
21893: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21894: types/pa_vtable.C: few #ifndef DOXYGEN
21895:
21896: 2001-09-05 parser
21897:
21898: * src/classes/: string.C, table.C: sql options can be void [same as
21899: image:html the other day]
21900:
21901: * src/targets/cgi/Makefile.am: .am undo
21902:
21903: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21904: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21905: macro expantion on param, simply qoutes whatever passed, undone
21906:
21907: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21908: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21909: STRINGIZE(name) #name invented
21910:
21911: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21912: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21913: MAIN_SQL_DRIVERS_NAME "drivers"
21914:
21915: moved to be availible to all users
21916:
21917: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21918: SQL_DRIVER_CREATE_FUNC_NAME
21919:
21920: * src/classes/mail.C: MAIN:MAIL check fixed
21921:
21922: 2001-09-04 parser
21923:
21924: * src/classes/image.C: image.html now can accept void params
21925:
21926: * src/targets/isapi/parser3isapi.C: z
21927:
21928: * src/targets/cgi/parser3.C: full_file_spec bug
21929:
21930: * src/targets/cgi/parser3.C: getenvcheck
21931:
21932: * src/targets/cgi/parser3.C: zz
21933:
21934: * src/targets/cgi/parser3.C: zzz
21935:
21936: * src/classes/date.C: date
21937:
21938: * src/classes/date.C: date:sql-string is now without ''
21939:
1.116 moko 21940: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21941: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21942: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21943:
1.116 moko 21944: * src/include/pa_config_auto.h.in: makes
1.95 moko 21945:
21946: 2001-09-03 parser
21947:
21948: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21949:
21950: 2001-09-01 parser
21951:
21952: * src/classes/image.C: letter_spacing
21953:
21954: * src/classes/image.C: image: font params changed
21955:
21956: * src/classes/image.C: image: as_int as_string used
21957:
21958: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21959: analized
21960:
21961: 2001-08-31 parser
21962:
21963: * src/targets/cgi/parser3.C: z
21964:
1.116 moko 21965: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21966: cygwin
1.95 moko 21967:
21968: * src/classes/void.C: void:int/double += (default)
21969:
21970: * src/classes/image.C: image:font added space param image:font
21971: changed charwidth alg, added kerning const[for now]
21972:
21973: * src/classes/: string.C, table.C: string:int/double (defaults)
21974:
21975: 2001-08-29 parser
21976:
21977: * src/main/pa_exception.C: exception redundant debug info
21978:
21979: 2001-08-28 parser
21980:
21981: * src/classes/image.C: image error msgs
21982:
21983: * src/classes/image.C: image: gifsize little endian
21984:
21985: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21986: doxygeneration
21987:
21988: * src/: classes/Makefile.am, main/Makefile.am,
21989: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21990:
21991: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21992: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21993:
21994: * src/main/compile.C: NO_STRING_ORIGIN check2
21995:
21996: * src/classes/table.C: NO_STRING_ORIGIN check
21997:
21998: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21999: storage class specifiers invalid in friend function declarations
22000:
22001: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22002: main/untaint.C, targets/cgi/parser3.C,
22003: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22004: case of limit
22005:
22006: * src/: classes/file.C, main/pa_common.C: file:move
22007: autocreate/remove dest/src dir
22008:
22009: * src/: classes/string.C, include/pa_dictionary.h,
22010: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22011: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22012: to directory constructor. string:replace
22013:
22014: 2001-08-27 parser
22015:
22016: * src/classes/image.C: fixed jpgsize alg
22017:
22018: * src/classes/image.C: fixed jpgsize alg
22019:
22020: * src/main/pa_exception.C: z
22021:
22022: * src/main/pa_common.C: removed debug info from pa_common
22023:
22024: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22025: [auto.p from current dir loading]
22026:
1.116 moko 22027: * src/: main/pa_common.C, main/pa_exception.C,
22028: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22029: for solaris -lsocket
1.95 moko 22030:
22031: 2001-08-24 parser
22032:
22033: * src/targets/cgi/parser3.C: not cgi extra \n 3
22034:
22035: * src/targets/cgi/parser3.C: not cgi extra \n 2
22036:
22037: * src/targets/cgi/parser3.C: not cgi extra \n
22038:
22039: * src/main/pa_sql_driver_manager.C: z
22040:
22041: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22042: sql* removed services from disconnect - cross-request ideological
22043: probs.
22044:
22045: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22046: cross-request ideological probs. oracle - fixed bug: cs
22047: allocated on request.pool and got freed before disconnect
22048:
22049: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22050: mallocs fixed
22051:
22052: 2001-08-23 parser
22053:
22054: * src/classes/file.C: minor bug in file:save fixed
22055:
22056: * src/main/pa_sql_driver_manager.C: oracle: dlink
22057:
22058: 2001-08-22 parser
22059:
22060: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22061: types/pa_vfile.h: file:load|save[text|binary;
22062:
22063: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22064:
22065: 2001-08-21 parser
22066:
22067: * src/classes/: file.C, table.C: ^file:list
22068:
22069: 2001-08-20 parser
22070:
22071: * src/: main/compile.tab.C, main/compile.y,
22072: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22073: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22074: recousively caused problems: inc incremeted 123 literal!! fixed
22075:
22076: 2001-08-10 parser
22077:
22078: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22079:
22080: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22081: added
22082:
22083: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22084: added
22085:
22086: * src/classes/table.C: table:sort restored [it was bad test :(]
22087:
22088: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22089: ''
22090:
22091: * src/main/: pa_request.C: wanted to make const int
22092: MAX_EXECUTE_SECONDS=1;
22093:
22094: but couldnt, set_callback_and_alarm appeared to be not exported
22095: :(
22096:
22097: * src/main/pa_string.C: string.match hanged on. there were a hang
22098: check but it weren't wise enough
22099:
22100: @parse[dateString][tmp]
22101: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22102: #end
22103:
22104: @main[] ^parse[2001-02-03]
22105:
22106: * src/classes/: table.C: table:sort now default desc
22107:
22108: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22109: table.sort now creates new sorted table
22110:
22111: 2001-08-09 parser
22112:
22113: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22114:
22115: * src/classes/hash.C: hash:_default now [was hash:default]
22116:
22117: * src/classes/op.C: case without switch check added
22118:
22119: * src/types/pa_vcookie.C: cookie name&value origins added, more
22120: precise $ORIGINS(1)
22121:
22122: * src/main/Makefile.am: .am
22123:
22124: * src/classes/void.C: void: int double copy/paste from int: bug
22125: fixed
22126:
22127: * src/classes/void.C: void: int double copy/paste from int: bug
22128: fixed
22129:
22130: 2001-08-07 parser
22131:
22132: * src/: classes/double.C, classes/int.C, classes/string.C,
22133: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22134: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22135: string, table
22136:
22137: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22138: srand made working
22139:
22140: 2001-08-06 parser
22141:
22142: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22143: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22144: main/compile.tab.C, main/compile.y, main/pa_array.C,
22145: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22146: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22147:
22148: * src/main/pa_exec.C: exec win32 real filename
22149:
22150: * src/classes/file.C: exec stderr out
22151:
22152: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22153:
22154: 2001-08-03 parser
22155:
22156: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22157:
22158: 2001-08-02 parser
22159:
22160: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22161: main/execute.C, main/pa_exec.C: introducing Array_iter
22162:
22163: * src/main/execute.C: detected quick_get recursion bug. changed to
22164: get@execute, but needs array iterator, separate from array to
22165: avoid it & use caching
22166:
22167: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22168: bug fixed
22169:
22170: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22171: main/execute.C, main/pa_globals.C: found another multithread bug
22172: in op.C (last, last global var killed) :)
22173:
22174: 2001-08-01 parser
22175:
22176: * src/: include/pa_dictionary.h, include/pa_globals.h,
22177: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22178: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22179: main/untaint.C: speeded up typo-html replacements. introducing
22180: Dictionary with first-char caching
22181:
22182: 2001-07-31 parser
22183:
22184: * src/types/Makefile.am: pa_vtable.C added to .am
22185:
22186: * src/main/compile.tab.C: added, so that could be compiled even on
22187: non-bison-enabled platforms
22188:
22189: 2001-07-28 parser
22190:
22191: * src/classes/table.C: table:hash always produces hash, when can't
22192: - empty
22193:
22194: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22195: skipped \n
22196:
22197: 2001-07-27 parser
22198:
22199: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22200: on int/double/string :sql without result and default
22201:
22202: 2001-07-26 parser
22203:
22204: * src/classes/op.C: fixed bad multithread bug with strangly global
22205: OP
22206:
22207: * src/main/compile.y: $man[$.age[zzz]] 0
22208:
22209: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22210: creation syntax problem persists. restored $: for a while.
22211: thinking of $man[$.age[zzz]] syntax now
22212:
22213: * src/: classes/double.C, classes/int.C, classes/string.C,
22214: include/pa_opcode.h, main/compile.C, main/compile.y,
22215: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22216: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22217: types/pa_wwrapper.h: fixing :: realization #1
22218:
22219: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22220: main/compile_tools.h, main/execute.C, main/pa_request.C,
22221: types/pa_vmethod_frame.h: introducing :: this is constructor call
22222: prefix. ordinary : remains for static accesses
22223:
22224: 2001-07-25 parser
22225:
22226: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22227: fields 2. methods 3. columns
22228:
22229: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22230: quote. optimized double&int tostring-s
22231:
22232: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22233: whitespace before first method decl
22234:
22235: * src/classes/table.C: allowed nontable result in table:sql,
22236: results in empty table
22237:
22238: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22239: lines before first method decl
22240:
22241: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22242: types/pa_vtable.h: ^table.record[] now $table.fields
22243:
22244: * src/main/compile.y: $var[] is now empty string, not void
22245:
22246: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22247: void
22248:
22249: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22250: main/pa_globals.C: match replace code context moved to implicit
22251: $match context
22252:
22253: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22254: main/compile_tools.h, main/execute.C: with killed, code storage
22255: introduced with former 'with' syntax
22256:
22257: 2001-07-24 parser
22258:
22259: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22260: types/pa_value.h: first get_element, next get operator
22261:
22262: * src/main/compile.y: removed @end handling
22263:
22264: * src/main/: compile.C, compile.y: @end handling method2
22265:
22266: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22267: file:move
22268:
22269: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22270: fixed
22271:
22272: 2001-07-23 parser
22273:
22274: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22275: driver
22276:
22277: * src/classes/hash.C: changed sql driver query interface
22278:
22279: * src/: classes/hash.C, classes/string.C, classes/table.C,
22280: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22281: changed sql driver query interface
22282:
22283: 2001-07-20 parser
22284:
22285: * src/types/pa_vrequest.C: X!$browser:type
22286:
22287: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22288: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22289: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22290: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22291: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22292: types/pa_vobject.h, types/pa_vrequest.C,
22293: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22294: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22295: BASE element globally removed
22296:
22297: 2001-07-18 parser
22298:
22299: * src/classes/file.C: file:exec/cgi msg
22300:
22301: * src/classes/file.C: $file:exit-code renamed to 'status'
22302:
22303: * src/: classes/file.C, main/pa_exec.C: file:exec
22304:
1.116 moko 22305: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22306: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22307: removed $id from *.in *.am
1.95 moko 22308:
22309: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22310: abbrevations
22311:
22312: * src/: classes/date.C, classes/mail.C, classes/math.C,
22313: classes/string.C, classes/table.C, include/pa_globals.h,
22314: include/pa_string.h, main/execute.C, main/pa_globals.C,
22315: main/pa_request.C, main/pa_string.C, main/untaint.C,
22316: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22317: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22318: $ORIGINS(1) output tracing mode
22319:
22320: 2001-07-13 parser
22321:
22322: * src/: classes/double.C, classes/int.C, classes/string.C,
22323: include/pa_request.h, main/execute.C, main/pa_request.C:
22324: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22325: second would not call first @auto
22326:
22327: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22328: wrong, fixed
22329:
22330: 2001-07-12 parser
22331:
22332: * src/types/pa_value.h: pa_value.putelement modification of system
22333: classes prevented
22334:
22335: 2001-07-11 parser
22336:
22337: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22338: table $piece
22339:
22340: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22341: types/pa_vstateless_class.h: $file created by file:state +=
22342: .atime .mtime .ctime +found&fixed bug with exceptions on
22343: get_junction-created objects [they were on wrong pool]
22344:
22345: 2001-07-09 parser
22346:
22347: * src/main/untaint.C: qp wrong name
22348:
22349: * src/: classes/date.C, classes/string.C, classes/table.C,
22350: main/compile.y: date format 0
22351:
22352: 2001-07-07 parser
22353:
22354: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22355: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22356: roll table calendar
22357:
22358: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22359: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22360: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22361: include/pa_request.h, main/main.dsp, types/pa_value.h,
22362: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22363: string. todo: sql, calendar
22364:
22365: 2001-07-06 parser
22366:
22367: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22368: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22369:
22370: 2001-07-03 parser
22371:
22372: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22373: classes/random.C, main/main.dsp: class random renamed to math,
22374: operators became methods
22375:
22376: * src/classes/op.C: pow sqrt
22377:
22378: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22379:
22380: 2001-07-02 parser
22381:
22382: * src/classes/table.C: ^table.columns column renamed from 'name' to
22383: 'column'
22384:
22385: * src/classes/hash.C: ^hash.keys[]
22386:
22387: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22388:
22389: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22390: 'strings'
22391:
22392: 2001-06-29 parser
22393:
22394: * src/main/: execute.C: /0 %0 checkes ver 2
22395:
22396: * src/main/execute.C: /0 %0 checke
22397:
22398: * src/classes/Makefile.am: nothing - void
22399:
22400: * src/classes/table.C: empty strings @ sql
22401:
22402: 2001-06-28 parser
22403:
22404: * src/: classes/double.C, classes/file.C, classes/form.C,
22405: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22406: classes/op.C, classes/random.C, classes/response.C,
22407: classes/string.C, classes/table.C, classes/void.C,
22408: main/compile.C, main/compile_tools.C, main/execute.C,
22409: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22410: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22411: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22412: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22413: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22414: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22415: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22416: $";
22417:
22418: * src/: classes/double.C, classes/file.C, classes/form.C,
22419: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22420: classes/op.C, classes/random.C, classes/response.C,
22421: classes/string.C, classes/table.C, classes/void.C,
22422: main/compile.C, main/compile.y, main/compile_tools.C,
22423: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22424: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22425: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22426: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22427: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22428: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22429:
22430: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22431: $class:name: == ${class:name}:
22432:
22433: * src/classes/string.C: exactly one
22434:
22435: 2001-06-27 parser
22436:
22437: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22438: types/pa_vvoid.h: nothing renamed to void
22439:
22440: * src/classes/op.C: ^switch ^case
22441:
22442: * src/main/compile.y: nothing renamed to void
22443:
22444: * src/: classes/hash.C, classes/table.C, main/compile.y,
22445: main/execute.C, main/main.dsp, main/pa_request.C,
22446: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22447: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22448: void
22449:
22450: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22451:
22452: 2001-05-28 parser
22453:
22454: * src/doc/html2chm.cmd: removed >a
22455:
22456: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22457: project options [some bugs]
22458:
22459: * src/doc/sources2html.cmd: z
22460:
22461: * src/: classes/classes.C, main/compile.C, main/compile.y,
22462: main/execute.C: operators are not in root class again
22463:
22464: 2001-05-24 parser
22465:
22466: * src/targets/cgi/parser3.dsp: project file
22467:
22468: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22469: ^log ^exp
22470:
22471: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22472: conversions in @exception[params]
22473:
22474: * src/main/pa_request.C: // no _ conversions in @exception[params]
22475:
22476: 2001-05-23 parser
22477:
22478: * src/main/pa_string.C: string cmp bug
22479:
22480: * src/classes/: mail.C, op.C: rem max 1000
22481:
22482: * src/: classes/op.C, main/compile.y: allow one empty line before
22483: LS_DEF_NAME
22484:
22485: 2001-05-22 parser
22486:
22487: * src/classes/op.C: if params code-required
22488:
22489: 2001-05-21 parser
22490:
22491: * src/types/pa_vstring.C: eoleof
22492:
22493: * src/classes/Makefile.am: .AM
22494:
22495: * src/classes/nothing.C: resultless ^sql moved to nothing:
22496:
22497: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22498:
22499: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22500: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22501: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22502: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22503: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22504: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22505: 'nothing'
22506:
22507: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22508: vstring::set_string
22509:
22510: * src/classes/: double.C, int.C, string.C: int,double;sql
22511:
22512: * src/: classes/hash.C, classes/int.C, classes/string.C,
22513: classes/table.C, include/pa_string.h, main/pa_string.C,
22514: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22515:
22516: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22517: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22518: hash:sql moved to main trunc. operators.txt updated
22519:
22520: * src/classes/: hash.C, op.C, table.C: hash:sql
22521:
22522: * src/classes/op.C: z
22523:
22524: * src/: main/compile.C, classes/classes.C: 1
22525:
22526: * src/: classes/classes.C, main/compile.C, main/compile.y,
22527: main/execute.C: 0
22528:
22529: * src/main/execute.C: z
22530:
22531: * src/targets/cgi/parser3.C: z
22532:
22533: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22534: site_auto_path "." in that case
22535:
22536: * src/targets/cgi/: parser3.C: z
22537:
22538: * src/main/pa_request.C: .am
22539:
22540: * src/: main/pa_request.C, targets/cgi/parser3.C:
22541: pcre_tables=pcre_default_tables;
22542:
22543: 2001-05-19 parser
22544:
22545: * src/main/pa_string.C: z
22546:
22547: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22548: introducing String::cstr_bufsize, returns just size+1 for as_is
22549: target.
22550:
22551: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22552: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22553: used, 4* mem wasted
22554:
22555: * src/classes/string.C: root context in match replace body now
22556: unchanged
22557:
22558: * src/types/pa_value.h: parameter # 1 based
22559:
22560: * src/main/pa_common.C: common: actual filename '%s'
22561:
22562: * src/classes/string.C: z
22563:
22564: * src/classes/Makefile.am: classes/.am
22565:
22566: * src/classes/: Makefile.am: classes/.am
22567:
22568: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22569: targets/cgi/pa_pool.C: classes/.am
22570:
22571: 2001-05-18 parser
22572:
1.116 moko 22573: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22574: pa_threads.C ins
1.95 moko 22575:
22576: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22577:
22578: 2001-05-17 parser
22579:
22580: * src/: classes/string.C, include/pa_config_fixed.h,
22581: include/pa_config_includes.h, main/compile.y,
22582: main/compile_tools.h, main/execute.C, main/pa_array.C,
22583: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22584: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22585: types/pa_vform.C: #include "pa_config_includes.h" removed from
22586: most .C
22587:
22588: * src/doc/html2chm.cmd: z
22589:
22590: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22591: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22592:
22593: * src/main/pa_sql_driver_manager.C: moved expiration to
22594: get_connection_from_cache
22595:
22596: * src/main/pa_sql_driver_manager.C: cache expiration bf
22597:
22598: * src/: classes/classes.h, include/pa_sql_connection.h,
22599: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22600: cache expiration[use SQL_Driver::disconnect]
22601:
22602: * src/main/pa_table.C: table.locate current restored on "not found"
22603:
22604: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22605: line no
22606:
22607: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22608: ANTI_ENDLESS_EXECUTE_RECOURSION
22609:
22610: * src/: classes/op.C, include/pa_sql_connection.h,
22611: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22612: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22613: 1driver and set_services fight for driver::fservices. before fix
22614:
22615: * src/: classes/op.C, include/pa_config_fixed.h,
22616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22617: main/pa_sql_driver_manager.C: found problem at last: 2connections
22618: own 1driver and set_services fight for driver::fservices. before
22619: fix
22620:
22621: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22622: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22623: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22624: pa_threads.C
22625:
22626: * src/include/pa_threads.h: removed targets/parser
22627:
22628: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22629: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22630: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22631: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22632: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22633: headers
22634:
22635: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22636: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22637: order prevented sqlmanager to see MULTYTHREAD define
22638:
22639: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22640: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22641: put/gets
22642:
22643: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22644: from hash.h
22645:
22646: * src/: classes/op.C, include/pa_sql_connection.h,
22647: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22648: from cache ->set_services(&services);
22649:
22650: 2001-05-16 parser
22651:
22652: * src/targets/cgi/parser3.C: z
22653:
22654: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22655: debug, #ifdefed some. would debug later, on more precise sample
22656: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22657: $name.$tail[$tail!] $name.$tail } ok3
22658:
22659: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22660: removed array debug. before vstring rebasing
22661:
22662: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22663: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22664: array debugged; adjusted
22665:
22666: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22667: SQL_Driver_manager line no for connect/charset errors
22668:
22669: 2001-05-15 parser
22670:
22671: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22672: main/pa_string.C: string+array made linear grows
22673:
22674: * src/: include/pa_string.h, main/pa_string.C,
22675: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22676: grow lineary, not exponentialy
22677:
22678: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22679: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22680: with fullchunk cmps
22681:
22682: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22683: 70041= 81
22684:
22685: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22686: targets/cgi/parser3.C: detected huge mem allocation: size/times
22687: malloc 27809390/368771, calloc 3232/83. would test now
22688:
22689: * src/: classes/random.C, main/compile.y, main/execute.C,
22690: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22691: numbered params had wrong name - for instance: bad error message
22692: in ^for[] bad body type. fixed
22693:
22694: 2001-05-14 parser
22695:
22696: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22697: main/untaint.C: ^string.upper|lower[]
22698:
22699: 2001-05-11 parser
22700:
22701: * src/: classes/double.C, classes/image.C, classes/op.C,
22702: classes/string.C, classes/table.C, classes/unknown.C,
22703: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22704: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22705: types/pa_vunknown.h: op: MAX_LOOPS as_int
22706:
22707: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22708: .dsp for win32tools
22709:
22710: 2001-05-11 paf
22711:
22712: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22713: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22714: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22715: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22716:
22717: 2001-05-10 paf
22718:
22719: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22720: for C++, that's all
22721:
1.116 moko 22722: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22723: pa_config_includes.h: inline wonders
1.95 moko 22724:
22725: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22726: doc/doxygen.cmd: hash.C added
22727:
22728: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22729:
22730: * src/main/compile.y: @end grammar: allowed zero strings in control
22731: menthod
22732:
22733: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22734: pa_vstateless_object.h: changed priority: field before method
22735: lookup in vclass & vobject
22736:
22737: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22738: grammar: priorities changes [lowerd && prior] vobject: now first
22739: fields, next methods
22740:
22741: 2001-05-08 paf
22742:
22743: * src/main/pa_table.C: table columnname2item on nameless ignored
22744: bark=false. fixed
22745:
22746: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22747: types/pa_vmethod_frame.h: hash:default works at last!
22748:
22749: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22750: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22751: hash:default
22752:
22753: * src/classes/table.C: z
22754:
22755: * src/classes/table.C: table:hash always hash of hash now
22756:
22757: * src/classes/table.C: table:empty return bool now
22758:
22759: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22760: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22761: types/pa_vtable.h: table:hash
22762:
22763: * src/classes/table.C: table:record have name
22764:
22765: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22766: returns vunknown
22767:
22768: * src/classes/: double.C, int.C, op.C, string.C:
22769: int,double,string:int[] double[] string:length[] results now have
22770: hames
22771:
22772: * src/: classes/op.C, classes/table.C, main/main.dsp,
22773: types/pa_vtable.h: removed table:find. table:locate and op:eval
22774: now return bool
22775:
22776: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22777: in method checkparams again. fixed
22778:
22779: 2001-05-07 paf
22780:
22781: * src/doc/chm.cmd: cmd
22782:
22783: * src/: classes/image.C, classes/mail.C, classes/string.C,
22784: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22785: types/pa_value.h: method reported errors on wrong pool
22786:
22787: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22788: now
22789:
22790: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22791: include/code.h, include/pa_opcode.h, main/compile.C,
22792: main/compile_tools.h, main/execute.C, types/pa_value.h,
22793: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22794: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22795: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22796: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22797: types/pa_vmethod_frame.h, types/pa_vobject.h,
22798: types/pa_vrequest.h, types/pa_vresponse.h,
22799: types/pa_vstateless_class.h, types/pa_vstring.h,
22800: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22801: types/pa_wwrapper.h: pa_code.h
22802:
22803: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22804:
22805: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22806: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22807: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22808: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22809: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22810: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22811: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22812: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22813: types/pa_vtable.h: dox, split by not clean parts also
22814:
22815: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22816: types/pa_vtable.h: table: fields, then methods. so to enable
22817: 'dir' fields & co. more
22818:
22819: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22820: so to enable 'dir' fields & co.
22821:
22822: * src/main/compile.y: grammar: @end
22823:
22824: 2001-05-04 paf
22825:
22826: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22827: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22828:
22829: * src/: classes/classes.h, classes/double.C, classes/file.C,
22830: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22831: classes/op.C, classes/random.C, classes/response.C,
22832: classes/string.C, classes/table.C, classes/unknown.C,
22833: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22834: method dox
22835:
22836: 2001-05-03 paf
22837:
22838: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22839: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22840: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22841: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22842: doc/string.dox, doc/targets.dox, doc/value.dox,
22843: main/pa_request.C: dox splitted .dox files and added some
22844:
22845: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22846:
22847: 2001-05-02 paf
22848:
22849: * src/classes/: image.C, table.C: table:dir result are not tainted
22850: by file_name language now
22851:
22852: 2001-04-28 paf
22853:
22854: * src/classes/classes.inc: removed classes.inc
22855:
22856: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22857: from .am
22858:
22859: * src/classes/classes.awk: skipped classes in .awk
22860:
22861: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22862: classes/classes.inc, classes/double.C, classes/file.C,
22863: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22864: classes/string.C, classes/table.C, classes/unknown.C,
22865: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22866: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22867: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22868: pa_methoded back to classes/classes.h
22869:
22870: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22871:
22872: * src/: classes/Makefile.am, classes/classes.awk,
22873: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22874: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22875:
22876: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22877: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22878: classes/response.C, classes/string.C, classes/table.C,
22879: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22880: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22881: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22882: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22883: include|main/pa_methoded
22884:
22885: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22886: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22887:
22888: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22889: moved some configured data to request::classes_conf moved some
22890: string crations from globals to M... [works]
22891:
22892: * src/: classes/form.C, classes/mail.C, classes/op.C,
22893: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22894: main/pa_request.C: moved some configured data to
22895: request::classes_conf moved some string crations from globals to
22896: M...
22897:
22898: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22899: about to move configured data to special request hash
22900:
22901: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22902: classes/form.C, classes/mail.C, include/pa_request.h,
22903: main/pa_request.C: configure started
22904:
22905: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22906: 2. todo: methoded-configure
22907:
22908: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22909: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22910: classes/_random.h, classes/_response.h, classes/_string.h,
22911: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22912: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22913: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22914: classes/random.C, classes/response.C, classes/string.C,
22915: classes/table.C, classes/unknown.C, include/pa_globals.h,
22916: include/pa_request.h, main/compile.y, main/execute.C,
22917: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22918: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22919: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22920: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22921: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22922: types/pa_vrequest.h, types/pa_vresponse.h,
22923: types/pa_vstateless_class.h, types/pa_vstring.h,
22924: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22925: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22926: methoded-configure
22927:
22928: * src/: classes/file.C, classes/table.C, main/compile.y,
22929: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22930: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22931: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22932:
22933: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22934: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22935: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22936: classes/random.C, classes/response.C, classes/string.C,
22937: classes/table.C, classes/unknown.C, include/pa_request.h,
22938: main/compile.y, main/execute.C, main/pa_globals.C,
22939: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22940: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22941: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22942: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22943: beautifying just compiled. todo: debug, configure
22944:
22945: 2001-04-27 paf
22946:
22947: * src/: classes/file.C, classes/image.C, classes/table.C,
22948: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22949: beautifying -99
22950:
22951: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22952: classes/_response.h, classes/_unknown.h, classes/classes.C,
22953: classes/classes.h, classes/double.C, classes/file.C,
22954: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22955: classes/op.C, classes/random.C, classes/response.C,
22956: classes/string.C, include/pa_globals.h, main/main.dsp,
22957: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22958: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22959: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22960: types/pa_vunknown.h: beautifying -100
22961:
22962: * src/main/compile.y: serge@ found @CLASS bug. fixed
22963:
22964: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22965: classes/_op.h, classes/_random.h, classes/_table.h,
22966: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22967: classes/op.C, classes/random.C, classes/response.C,
22968: classes/string.C, classes/table.C, classes/unknown.C,
22969: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22970: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22971: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22972: beautifying
22973:
22974: 2001-04-26 paf
22975:
22976: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22977:
22978: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22979: documentation ++
22980:
22981: * src/: classes/_exec.h, doc/doxygen.cfg,
22982: include/pa_config_fixed.h, include/pa_config_includes.h,
22983: targets/cgi/pa_pool.C: code documentation ++
22984:
22985: * src/: classes/_image.h, classes/op.C, classes/random.C,
22986: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22987: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22988: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22989: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22990: types/pa_vmethod_frame.h, types/pa_vobject.h,
22991: types/pa_vrequest.C, types/pa_vrequest.h,
22992: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22993: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22994: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22995: code documentation ++
22996:
22997: * src/: classes/image.C, classes/mail.C, classes/string.C,
22998: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22999: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23000: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23001: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23002: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23003: types/pa_vobject.h, types/pa_vstateless_class.h,
23004: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23005:
23006: * src/main/: pa_request.C, pa_string.C: z
23007:
23008: * src/: include/pa_common.h, include/pa_types.h,
23009: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23010: connection caching fixed. request-pooled-url were stored into
23011: global connectioncache
23012:
23013: 2001-04-25 paf
23014:
23015: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23016: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23017:
23018: * src/: include/code.h, include/pa_common.h, main/compile.y,
23019: main/execute.C, main/pa_common.C: -d
23020:
23021: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23022: illegal call check a bit improved, but still under iis no mapping
23023: of dir with parser allowed!
23024:
23025: 2001-04-24 paf
23026:
23027: * src/targets/Makefile.am: apache module lib .am
23028:
23029: * src/main/pa_exec.C: windows32 buildCommand
23030:
23031: 2001-04-23 paf
23032:
23033: * src/targets/cgi/Makefile.am: win32 conditional
23034:
23035: * src/targets/cgi/Makefile.am: win32 conditional
23036:
23037: * src/targets/cgi/Makefile.am: liblink
23038:
23039: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23040: vfile fields return type
23041:
23042: * src/types/pa_vfile.h: vfile fields return type
23043:
23044: * src/include/pa_config_auto.h.in: .h.in
23045:
23046: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23047: types/Makefile: makefiles removed
23048:
23049: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23050: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23051:
23052: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23053: [tested: i & g ]
23054:
23055: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23056: @test noticed series in isapi, check how initialize_random_class
23057: is called! [must be called only once]
23058:
23059: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23060: would not be 'unknown column'
23061:
23062: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23063: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23064:
23065: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23066: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23067: [now doesnt]
23068:
23069: * src/targets/cgi/parser3.C: cgi cmdline ver
23070:
23071: * src/targets/cgi/parser3.C: cgi /// @test disable
23072: /cgi-bin/parser3/auto.p
23073:
23074: * src/main/untaint.C: untaint without charset
23075:
23076: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23077: main/pa_common.C: common: file_write /// @test mkdirs
23078: file_delete rmdirs
23079:
23080: * src/main/untaint.C: mail header only once to =?
23081:
23082: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23083: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23084: main/untaint.C: untaint - @test optimize whitespaces for
23085: all but 'html'
23086:
23087: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23088: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23089: main/untaint.C: untaint - @test mail-header
23090:
23091: 2001-04-20 paf
23092:
23093: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23094: include/pa_request.h, include/pa_string.h, main/compile.y,
23095: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23096: targets/cgi/parser3.C: $MAIN:LOCALE
23097:
23098: * src/main/untaint.C: z
23099:
23100: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23101:
23102: 2001-04-19 paf
23103:
23104: * src/main/compile_tools.h: $a$b bugfix
23105:
23106: * src/targets/cgi/parser3.C: z
23107:
23108: * src/classes/file.C: z
23109:
23110: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23111: done: header to $fields. waits for header '\' tricks
23112:
23113: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23114: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23115: changed urlencode here and in untaint.C to HTTP standard's " and
23116: \" mech
23117:
23118: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23119: http://alx/~paf/ doesnt load /auto.p
23120:
23121: 2001-04-18 paf
23122:
23123: * src/main/pa_request.C: 1
23124:
23125: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23126: linux @alx
23127:
23128: 2001-04-17 paf
23129:
23130: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23131: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23132: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23133: enabled
23134:
23135: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23136: classes/_exec.h, classes/_file.h, classes/_form.h,
23137: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23138: classes/_random.h, classes/_response.h, classes/_string.h,
23139: classes/_table.h, classes/_unknown.h, classes/file.C,
23140: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23141: include/pa_config_fixed.h, include/pa_config_includes.h,
23142: include/pa_hash.h, include/pa_sql_driver_manager.h,
23143: include/pa_version.h, main/Makefile.am, main/compile.y,
23144: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23145: main/pa_sql_driver_manager.C, sql/Makefile.am,
23146: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23147: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23148: types/pa_vform.C, types/pa_vimage.h: exec @jav
23149:
23150: * src/: include/pa_sql_driver_manager.h,
23151: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23152: types/pa_vimage.h: sql driver interface now has initialize(client
23153: .so)
23154:
23155: 2001-04-16 paf
23156:
23157: * src/Makefile.am: compile2 cygwin
23158:
23159: * src/: include/pa_config_includes.h, main/pa_exec.C,
23160: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23161:
23162: * src/targets/cgi/Makefile.am: compile0 jav
23163:
23164: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23165: classes/_exec.h, classes/_file.h, classes/_form.h,
23166: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23167: classes/_random.h, classes/_response.h, classes/_string.h,
23168: classes/_table.h, classes/_unknown.h, classes/image.C,
23169: classes/mail.C, classes/op.C, classes/random.C,
23170: include/pa_config_fixed.h, include/pa_config_includes.h,
23171: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23172: main/compile.y, main/pa_common.C, main/pa_exec.C,
23173: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23174: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23175: compile-1
23176:
23177: 2001-04-15 paf
23178:
23179: * src/classes/op.C: z
23180:
23181: * src/classes/table.C: table:empty +=process
23182:
23183: * src/types/pa_value.h: MethodParams !junction
23184:
23185: * src/: classes/_string.h, classes/double.C, classes/file.C,
23186: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23187: classes/random.C, classes/response.C, classes/string.C,
23188: classes/table.C, classes/unknown.C, main/pa_request.C:
23189: MethodParams everywhere
23190:
23191: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23192: types/pa_vmethod_frame.h: MethodParams in op.C
23193:
23194: 2001-04-12 paf
23195:
23196: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23197:
23198: * src/: classes/_unknown.h, classes/unknown.C,
23199: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23200: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23201:
23202: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23203:
23204: * src/classes/image.C: image:gif now does not have params
23205:
23206: * src/classes/image.C:
23207: image:line/fill/rectangle/bar/replace/polygon/polybar
23208:
23209: * src/: classes/image.C, classes/op.C, main/execute.C,
23210: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23211: for var now written not to r.wcontext, but to r.root cleared
23212: "entered_object" state
23213:
23214: 2001-04-11 paf
23215:
23216: * src/classes/image.C: image:create image:load
23217:
23218: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23219: just compiled
23220:
23221: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23222: todo: gif without file
23223:
23224: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23225: started porting to Pooled descendant
23226:
23227: * src/: classes/image.C, main/execute.C, main/main.dsp,
23228: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23229: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23230: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23231:
23232: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23233: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23234: end. switching to python imaging lib
23235:
23236: * src/main/main.dsp: gd+smtp made separate libs
23237:
23238: * src/: include/pa_globals.h, include/pa_string.h,
23239: main/pa_common.C, main/pa_request.C, main/untaint.C,
23240: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23241: length
23242:
23243: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23244: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23245: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23246: UL_FILE_NAME of posted file name
23247:
23248: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23249: post [broke when moved post read to core]
23250:
23251: 2001-04-10 paf
23252:
23253: * src/classes/image.C: image:html done
23254:
23255: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23256:
23257: * src/classes/image.C: z
23258:
23259: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23260: forgotten!
23261:
23262: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23263: main/pa_request.C, main/pa_string.C, main/untaint.C,
23264: types/pa_vimage.h: image:measure -90
23265:
23266: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23267: classes/_int.h, classes/_mail.h, classes/_op.h,
23268: classes/_random.h, classes/_response.h, classes/_string.h,
23269: classes/_table.h, classes/file.C, classes/mail.C,
23270: include/pa_common.h, include/pa_globals.h, main/execute.C,
23271: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23272: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23273: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23274: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23275: compiled
23276:
23277: * src/classes/mail.C: minor bug with unclear from/to
23278:
23279: * src/classes/mail.C: sendmail unix skipping defaults
23280:
23281: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23282: sendmail unix added defaults
23283:
23284: * src/classes/mail.C: unix sendmail compiled. todo:testing
23285:
23286: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23287:
23288: 2001-04-09 paf
23289:
23290: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23291: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23292: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23293: targets/isapi/parser3isapi.dsp: all targets exec
23294:
23295: * src/: include/pa_sapi.h, include/pa_string.h,
23296: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23297: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23298: args in apache:util.script
23299:
23300: * src/include/pa_string.h: written but not tested exec with env for
23301: unix
23302:
23303: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23304: targets/cgi/parser3.C: exec win32 env
23305:
23306: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23307: 0
23308:
23309: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23310: main/execute.C, main/main.dsp, main/pa_globals.C,
23311: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23312: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23313:
23314: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23315: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23316:
23317: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23318: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23319:
23320: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23321: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23322: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23323: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23324: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23325: exec class just compiled. moved post read to request core
23326:
23327: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23328: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23329: main/pa_globals.C, targets/cgi/parser3.C,
23330: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23331: are already read by vform
23332:
23333: 2001-04-08 paf
23334:
23335: * src/: classes/file.C, classes/mail.C, classes/string.C,
23336: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23337: uuencode. string<<
23338:
23339: 2001-04-07 paf
23340:
23341: * src/classes/mail.C: z
23342:
23343: * src/classes/mail.C: z
23344:
23345: * src/classes/mail.C: ^mail[$attach
23346:
23347: * src/classes/mail.C: ^attach dead end
23348:
23349: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23350: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23351: targets/isapi/parser3isapi.C: mail:send 1
23352:
23353: * src/: classes/mail.C, main/pa_request.C: z
23354:
23355: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23356: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23357: compiled
23358:
23359: * src/classes/mail.C: +=
23360:
23361: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23362: prepared
23363:
23364: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23365: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23366: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23367: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23368:
23369: 2001-04-06 paf
23370:
23371: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23372: main/pa_string.C: table:dir 1
23373:
23374: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23375: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23376:
23377: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23378: classes/root.C, include/pa_globals.h, include/pa_request.h,
23379: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23380: main/pa_request.C: renamed 'root' to 'op'
23381:
23382: * src/classes/: _op.h, op.C: renamed from 'root'
23383:
23384: * src/types/pa_valiased.C: another root inherititance skipped
23385:
23386: * src/main/: compile.C, compile.y, execute.C: operators are now not
23387: root methods of parent class. just 'ROOT' class
23388:
23389: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23390: @office
23391:
23392: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23393:
23394: 2001-04-05 paf
23395:
23396: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23397: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23398: constructor flag dropped at get_method_frame and remembered into
23399: method_frame
23400:
23401: * src/: classes/file.C, classes/root.C, classes/string.C,
23402: classes/table.C, main/pa_request.C: junction to code&expression
23403: in errors
23404:
23405: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23406: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23407: $LOCALE:ctype[Russian_Russia.1251]
23408:
23409: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23410: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23411: main/pa_table.C: hash now not thread-safe.
23412:
23413: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23414: main/untaint.C: z
23415:
23416: * src/: classes/random.C, classes/root.C, classes/table.C,
23417: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23418: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23419: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23420: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23421:
23422: * src/: classes/table.C, include/pa_sql_connection.h,
23423: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23424:
23425: * src/classes/table.C: select * from hren error contains statement
23426:
23427: * src/: classes/table.C, include/pa_sql_connection.h,
23428: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23429: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23430:
23431: * src/: classes/root.C, include/pa_sql_connection.h,
23432: include/pa_sql_driver.h, main/main.dsp,
23433: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23434: services for conv memory & error reporting
23435:
23436: 2001-04-04 paf
23437:
23438: * src/doc/doxygen.cfg: z
23439:
23440: * src/include/pa_sql_driver.h: mysql connect
23441:
23442: * src/include/pa_sql_driver.h: mysql info
23443:
23444: * src/: classes/root.C, include/pa_sql_driver.h,
23445: include/pa_sql_driver_manager.h, main/main.dsp,
23446: main/pa_sql_driver_manager.C: more manager&connection&driver
23447:
23448: * src/sql/Makefile.am: forgot to add mysql client
23449:
23450: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23451: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23452: [forgot to add libltdl, added]
23453:
23454: * src/: Makefile.am, classes/root.C, classes/string.C,
23455: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23456: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23457: include/pa_string.h, include/pa_table.h, main/main.dsp,
23458: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23459: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23460: -1000 just compiled
23461:
23462: * src/: classes/random.C, classes/root.C, classes/table.C,
23463: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23464: main/pa_request.C, types/pa_vclass.h: sql frame -10
23465:
23466: 2001-04-03 paf
23467:
23468: * src/types/pa_vform.C: z
23469:
23470: * src/: classes/string.C, types/pa_vform.C: string:match replace
23471: assigned lang
23472:
23473: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23474: {}[]< empty []
23475:
23476: * src/: classes/file.C, classes/string.C, classes/table.C,
23477: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23478: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23479:
23480: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23481: string:match replace strange matches
23482:
23483: * src/classes/string.C: string:match replace 0
23484:
23485: * src/: classes/string.C, main/pa_string.C: string:match replace
23486: prepared 2
23487:
23488: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23489: string:match replace prepared
23490:
23491: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23492: string:match replace -11
23493:
23494: * src/: classes/string.C, include/pa_globals.h,
23495: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23496: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23497:
23498: * src/: classes/string.C, include/pa_globals.h,
23499: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23500: main/pa_string.C: string:match [search] -1 just compiled
23501:
23502: * src/types/pa_vstring.C: z
23503:
23504: * src/: classes/double.C, classes/file.C, classes/form.C,
23505: classes/int.C, classes/response.C, classes/root.C,
23506: classes/string.C, classes/table.C, include/pa_string.h,
23507: main/pa_string.C: string:match -10 [frame]
23508:
23509: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23510: main/pa_request.C: z
23511:
23512: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23513: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23514: todo/tests
23515:
23516: * src/include/pa_common.h: z
23517:
23518: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23519: main/pa_request.C, targets/cgi/parser3.C,
23520: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23521: content-disposition
23522:
23523: * src/: include/pa_common.h, include/pa_globals.h,
23524: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23525: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23526:
23527: * src/: include/pa_common.h, include/pa_request.h,
23528: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23529: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23530: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23531: response:body
23532:
23533: * src/classes/table.C: table:append now uses string::split
23534:
23535: * src/classes/table.C: z
23536:
23537: * src/: classes/file.C, classes/root.C, classes/string.C,
23538: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23539: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23540: include/pa_string.h, main/execute.C, main/pa_string.C,
23541: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23542: string::pos & cmp & piece bugs fixed. string::split new
23543: table:load separated from set table:set implemented with clean \n
23544: \t searches
23545:
23546: 2001-04-02 paf
23547:
23548: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23549: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23550: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23551: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23552: it in table:set/load
23553:
23554: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23555: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23556:
23557: * src/classes/random.C: random:generate 1
23558:
23559: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23560: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23561: types/pa_value.h: random:generate
23562:
23563: 2001-03-30 paf
23564:
23565: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23566: todo: table flip and append. string::pos
23567:
23568: * src/: classes/double.C, classes/file.C, classes/int.C,
23569: classes/response.C, classes/root.C, classes/string.C,
23570: classes/table.C, main/compile.y, main/execute.C,
23571: types/pa_value.h, types/pa_vstateless_class.C,
23572: types/pa_vstateless_class.h: static|dynamic|any method
23573: registration
23574:
23575: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23576: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23577: table:flip
23578:
23579: 2001-03-29 paf
23580:
23581: * src/classes/string.C: string:xsplit forgot that they must result
23582: in 1 row N column [not vice versa]
23583:
23584: * src/classes/string.C: z
23585:
23586: * src/classes/string.C: string: rsplit
23587:
23588: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23589: string: lsplit
23590:
23591: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23592: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23593: lsplit -1
23594:
23595: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23596: string: pos
23597:
23598: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23599: string: pos -1
23600:
23601: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23602: main/compile.y, main/pa_request.C, main/pa_string.C,
23603: main/untaint.C: string: left right mid
23604:
23605: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23606: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23607: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23608: and [;] are different now.
23609:
23610: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23611: main/untaint.C: pool.request undone
23612:
23613: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23614: main/untaint.C: pool.request
23615:
23616: 2001-03-28 paf
23617:
23618: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23619: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23620: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23621: $request:browser [.type .version]; unknown.get_double now = 0.
23622:
23623: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23624: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23625: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23626: types/pa_vform.C: file:load autodetection of mime-type by
23627: user-file-name
23628:
23629: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23630: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23631: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23632:
23633: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23634: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23635: write. must be self.set
23636:
23637: * src/: classes/file.C, classes/root.C, classes/table.C,
23638: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23639:
23640: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23641: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23642: types/pa_vtable.h: table:locate just compiled
23643:
23644: 2001-03-27 paf
23645:
23646: * src/main/: execute.C, pa_common.C: fixed r/w context of
23647: code-params2, fixed ntfs hardlink slow dir update
23648:
23649: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23650: types/pa_wcontext.h: fixed r/w context of code-params
23651:
23652: * src/: classes/table.C, main/execute.C: about to change junction
23653: rcontext!!
23654:
23655: * src/: classes/double.C, classes/int.C, classes/root.C,
23656: classes/string.C, classes/table.C, main/compile_tools.C,
23657: main/execute.C, main/pa_request.C, main/untaint.C,
23658: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23659: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23660: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23661: types/pa_vunknown.h: sort 0
23662:
23663: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23664: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23665: renamed to are_static_calls_disabled
23666:
23667: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23668: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23669: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23670: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23671:
23672: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23673:
23674: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23675: started table:sort fixed minor bug in #...^{
23676:
23677: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23678: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23679: decided to have as it were. stepped back. grammar: added 'in'
23680: 'is' 'lt'&co follow-space check
23681:
23682: 2001-03-26 paf
23683:
23684: * src/: classes/file.C, classes/root.C, classes/table.C,
23685: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23686: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23687: main/pa_table.C: moved ::save to pa_table. disabled @auto
23688: invocation in ^process
23689:
23690: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23691:
23692: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23693: main/pa_array.C: table:record
23694:
23695: * src/: main/untaint.C, targets/cgi/parser3.C,
23696: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23697: targets/isapi/pool_storage.h, types/pa_valiased.h,
23698: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23699: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23700: types/pa_vtable.h: z
23701:
23702: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23703: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23704: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23705: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23706: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23707: method realisations on 'self' validity - they now can simply
23708: assume that 'self' is V{Proper} .
23709:
23710: 2001-03-25 paf
23711:
23712: * src/main/untaint.C: z
23713:
23714: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23715: lowlevel - it initialization could be skipped if failed in @auto.
23716: so that exception report would use some table
23717:
23718: * src/main/pa_request.C: table empty lines ignored. system-default
23719: content type assigned in output:result [can fail in main:auto and
23720: skipped normal defaults extraction]
23721:
23722: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23723: bug
23724:
23725: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23726: processing to table [except preliminary \r\n \r \n replacements
23727: to "\n"]
23728:
23729: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23730: move all the processing to table
23731:
23732: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23733: main/pa_table.C, main/untaint.C: returned table originating.
23734: useful for reporting typo table problems origin. think would be
23735: useful somewhere else
23736:
23737: * src/main/untaint.C: typo \r \r\n \n properly handled
23738:
23739: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23740: include/pa_table.h, main/compile.y, main/compile_tools.C,
23741: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23742: main/pa_string.C, main/pa_table.C, main/untaint.C,
23743: types/pa_vcookie.h: typo & typo-default
23744:
23745: 2001-03-24 paf
23746:
23747: * src/main/pa_common.C: z
23748:
23749: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23750: targets/cgi/parser3.C: html-typo 2
23751:
23752: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23753: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23754: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23755: main/execute.C, main/pa_array.C, main/pa_globals.C,
23756: main/pa_request.C, main/pa_string.C, main/untaint.C,
23757: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23758: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23759: noticed double default content-type prob. run cgi.cmd tomorrow
23760: first html-typo sample. detected << problem: they become ltlt too
23761: fast
23762:
23763: * src/main/compile.y: z
23764:
23765: * src/main/: compile.y, compile_tools.h: #comment
23766:
23767: * src/: classes/file.C, classes/root.C, classes/table.C,
23768: include/pa_common.h, include/pa_request.h, main/compile.y,
23769: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23770: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23771: stringified
23772:
23773: * src/types/pa_valiased.C: decided to String-ify file_read
23774:
23775: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23776: isapi/parser3isapi.dsp: cgi: sapi::log
23777:
23778: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23779: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23780: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23781: error log experiments failed - cgi under iis got no access to
23782: log. registereventsource simply failed with 5(illegal call) code,
23783: while worked OK as standalone executable. isapi: used
23784: HSE_APPEND_LOG_PARAMETER feature
23785:
23786: * src/: include/pa_common.h, include/pa_globals.h,
23787: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23788: targets/isapi/parser3isapi.C: fixed default content-type
23789: allocation storage
23790:
23791: * src/: include/pa_globals.h, include/pa_request.h,
23792: main/pa_globals.C, main/pa_request.C: z
23793:
23794: * src/: include/pa_array.h, include/pa_hash.h,
23795: include/pa_request.h, main/compile.y, main/pa_array.C,
23796: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23797: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23798: content-type
23799:
23800: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23801: sanity
23802:
23803: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23804: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23805: away freeze mech. no danger now for you can't do
23806: ^request:process[@new-method[] body] trick anymore. still
23807: remains $some_instance.process[@new-method[] possibility] but
23808: would leave it as a feature. see index for sample
23809:
23810: * src/: include/pa_common.h, main/pa_common.C,
23811: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23812: monkey every target
23813:
23814: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23815: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23816: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23817:
23818: 2001-03-23 paf
23819:
23820: * src/: include/pa_pool.h, main/pa_request.C,
23821: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23822: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23823: targets/isapi/pool_storage.h: isapi: dumb pool storage
23824:
23825: * src/targets/isapi/pa_pool.C: decided to continue with extension
23826:
23827: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23828: it would be better to rewrite as filter then to deal with pool
23829:
23830: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23831: now like in cgi, not from APPL_PHYSICAL_PATH
23832:
23833: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23834: include/pa_config_fixed.h, include/pa_config_includes.h,
23835: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23836: include/pa_version.h, main/compile.y, main/execute.C,
23837: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23838: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23839: main/untaint.C, targets/cgi/parser3.C,
23840: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23841: cgi: reinvent document_root and request_uri under iis. autoconf
23842: updated. introducing ap_config_includes
23843:
23844: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23845:
23846: * src/targets/cgi/parser3.C: cgi: only one pool now
23847:
23848: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23849: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23850: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23851: types/pa_venv.h, types/pa_vform.C: sapi made object
23852:
23853: * src/: include/pa_globals.h, main/pa_request.C,
23854: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23855: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23856: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23857:
23858: * src/: main/pa_request.C, targets/cgi/parser3.C,
23859: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23860: isapi minor env beauty
23861:
23862: * src/: main/pa_request.C, targets/cgi/parser3.C,
23863: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23864: isapi document_root 0
23865:
23866: 2001-03-22 paf
23867:
23868: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23869:
23870: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23871: isapi/parser3isapi.C: z
23872:
23873: * src/: include/pa_pool.h, main/pa_request.C,
23874: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23875:
23876: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23877: kill.pl: isapi added utils
23878:
23879: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23880: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23881: types/pa_vform.C: isapi 0
23882:
23883: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23884: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23885: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23886: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23887: started isapi
23888:
23889: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23890: some comments
23891:
23892: * src/: include/pa_globals.h, include/pa_request.h,
23893: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23894: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23895: parser_root_auto_path parser_site_auto_path
23896:
23897: * src/types/pa_vcookie.C: cookie attr decoded
23898:
23899: 2001-03-21 paf
23900:
23901: * src/targets/cgi/parser3.C: z
23902:
23903: * src/include/pa_globals.h: post. todo: config of auto.p path
23904:
23905: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23906: types/pa_venv.h: in cookie & env. todo:post
23907:
23908: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23909: classes/root.C, classes/table.C, include/pa_array.h,
23910: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23911: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23912: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23913: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23914: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23915: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23916: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23917: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23918: shifted apache branch on main trunc
23919:
23920: * src/: include/pa_common.h, include/pa_globals.h,
23921: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23922: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23923: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23924: starting mod_parser3
23925:
23926: * src/targets/cgi/parser3.C: starting mod_parser3
23927:
23928: 2001-03-20 paf
23929:
23930: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23931: targets/cgi/parser3.C: automake compiled and works. todo:make
23932: win32 ifdefs work and add ifdef unistd
23933:
23934: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23935: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23936: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23937: z
23938:
23939: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23940: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23941: locking
23942:
23943: * src/: classes/Makefile.am, types/Makefile.am: z
23944:
23945: * src/: Makefile.am, classes/file.C, classes/root.C,
23946: classes/table.C, include/pa_array.h, include/pa_request.h,
23947: include/pa_string.h, main/Makefile.am, main/execute.C,
23948: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23949: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23950: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23951: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23952:
23953: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23954: main/pa_request.C, types/pa_vfile.h: ^table:save
23955:
23956: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23957: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23958: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23959: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23960: types/pa_vform.h: z
23961:
23962: * src/include/pa_string.h: z
23963:
23964: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23965: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23966: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23967: :Value
23968:
23969: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23970: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23971: :VStateless_object
23972:
23973: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23974: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23975: :VStateless_object
23976:
23977: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23978: types/pa_valiased.C, types/pa_vform.h: commented VForm
23979:
23980: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23981: types/pa_valiased.h, types/pa_value.h,
23982: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23983: types/pa_vstateless_object.h: moved common get_element part from
23984: stateless object&class into VAliased
23985:
23986: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23987: classes/table.C, main/execute.C, main/main.dsp,
23988: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23989: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23990: now :Value
23991:
23992: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23993: main/execute.C, main/main.dsp, main/pa_globals.C,
23994: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23995:
23996: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23997: doxx
23998:
23999: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24000: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24001: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24002: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24003: and ^file:save
24004:
24005: 2001-03-19 paf
24006:
24007: * src/types/pa_vfile.C: z
24008:
24009: * src/: classes/file.C, classes/request.C, classes/table.C,
24010: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24011: main/pa_request.C, main/untaint.C, types/pa_value.h,
24012: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24013:
24014: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24015: include/pa_string.h, include/pa_table.h, main/main.dsp,
24016: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24017: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24018: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24019: classes/_file.h, classes/file.C, types/pa_vfile.C,
24020: types/pa_vfile.h: file class just compiled
24021:
24022: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24023: include/pa_table.h, include/pa_types.h, main/execute.C,
24024: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24025: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24026: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24027:
24028: * src/include/pa_pool.h: z
24029:
24030: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24031: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24032: Hash::Value to Val so to doxygen would finlly stop confusing
24033: those Value-s
24034:
24035: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24036: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24037: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24038: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24039: include/pa_types.h, main/compile.C, main/compile.y,
24040: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24041: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24042: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24043: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24044: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24045:
24046: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24047: derivates somehow unlinked. don't know why yet
24048:
24049: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24050: include/pa_string.h, include/pa_threads.h, main/compile.C,
24051: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24052: main/execute.C, main/pa_array.C, main/pa_common.C,
24053: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24054: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24055: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24056:
24057: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24058: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24059: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24060: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24061: types/pa_vrequest.h: doc: detected Value derivates prob
24062:
24063: * src/include/pa_globals.h: z
24064:
24065: * src/: classes/_request.h, classes/request.C, include/code.h,
24066: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24067: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24068: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24069: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24070: main/execute.C, main/pa_pool.C, main/pa_request.C,
24071: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24072: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24073:
24074: 2001-03-18 paf
24075:
24076: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24077: cookie: allowed access to hash-assigned
24078:
24079: * src/targets/cgi/parser3.C: z
24080:
24081: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24082: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24083: include/pa_types.h, main/main.dsp, main/pa_common.C,
24084: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24085: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24086: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24087: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24088: types/pa_vunknown.h: cookie class
24089:
24090: * src/main/pa_request.C: zero length output allowed
24091:
24092: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24093: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24094:
24095: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24096: lang switch
24097:
24098: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24099: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24100: types/pa_value.h, types/pa_vhash.h:
24101: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24102:
24103: * src/main/execute.C: z
24104:
24105: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24106: targets/cgi/parser3.C: taint[uri
24107:
24108: * src/: classes/request.C, classes/response.C, classes/root.C,
24109: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24110: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24111: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24112:
24113: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24114: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24115: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24116: types/pa_vstateless_class.C: convinient string(pool, char *src,
24117: bool tainted) ctor
24118:
24119: * src/: include/pa_hash.h, include/pa_request.h,
24120: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24121: main/pa_request.C, main/pa_string.C, main/untaint.C,
24122: targets/cgi/parser3.C: proper @exceptions params tainting
24123:
24124: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24125: response fields to header
24126:
24127: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24128: z
24129:
24130: * src/: classes/_response.h, classes/response.C,
24131: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24132: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24133: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24134: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24135: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24136: $response: 0 request::core exception rethrow
24137:
24138: 2001-03-16 paf
24139:
24140: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24141: types/pa_vrequest.h: native method' class call with less params
24142: then needed error reporting
24143:
24144: * src/: classes/_request.h, classes/request.C,
24145: include/pa_globals.h, include/pa_request.h, main/execute.C,
24146: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24147: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24148: types/pa_vrequest.h: $request : query :uri
24149:
24150: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24151: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24152: types/pa_wcontext.h: $result
24153:
24154: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24155:
24156: * src/: classes/double.C, include/code.h, main/compile.y,
24157: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24158: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24159:
24160: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24161: main/compile.y, main/execute.C, types/pa_value.h,
24162: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24163: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24164: wcontext conflict
24165:
24166: * src/: main/execute.C, types/pa_value.h,
24167: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24168: $string.field
24169:
24170: 2001-03-15 paf
24171:
24172: * src/main/pa_request.C: news sample
24173:
24174: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24175: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24176:
24177: * src/main/: compile.y, execute.C: z
24178:
24179: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24180: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24181: pre pre works
24182:
24183: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24184: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24185: fillfields just compiled
24186:
24187: 2001-03-14 paf
24188:
24189: * src/: include/pa_request.h, main/pa_request.C,
24190: targets/cgi/parser3.C: z
24191:
24192: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24193: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24194: types/pa_vstring.h: limits -1
24195:
24196: * src/: include/pa_globals.h, include/pa_request.h,
24197: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24198: main/pa_request.C, targets/cgi/parser3.C,
24199: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24200: request_info -1
24201:
24202: * src/: include/pa_globals.h, main/pa_globals.C,
24203: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24204: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24205: vform_fields_fill
24206:
24207: * src/targets/cgi/parser3.C: # if MSVC
24208:
24209: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24210: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24211:
24212: * src/targets/cgi/parser3.C: z
24213:
24214: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24215: include/pa_string.h, include/pa_types.h, main/compile.y,
24216: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24217: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24218: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24219: types/pa_vunknown.h: global handler, exceptions in parser3
24220:
24221: 2001-03-13 paf
24222:
24223: * src/: classes/form.C, main/compile.y, main/core.C,
24224: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24225: types/pa_vform.h, types/pa_vstateless_class.C,
24226: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24227: instead
24228:
24229: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24230: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24231: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24232: started cgi target
24233:
24234: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24235: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24236: before error show with parser
24237:
24238: * src/: classes/_form.h, classes/form.C, include/core.h,
24239: include/pa_request.h, main/core.C, main/pa_request.C,
24240: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24241:
24242: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24243:
24244: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24245: parser3.C: renamed targets/ parser to cgi
24246:
24247: * src/: classes/double.C, classes/env.C, classes/int.C,
24248: classes/root.C, classes/string.C, classes/table.C,
24249: include/pa_request.h, types/pa_vhash.h: z
24250:
24251: * src/: classes/_env.h, classes/env.C, classes/root.C,
24252: include/core.h, include/pa_pool.h, include/pa_request.h,
24253: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24254: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24255: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24256: [historical moment :)]
24257:
24258: * src/: include/code.h, include/pa_string.h, main/compile.y,
24259: main/execute.C, main/pa_string.C: 'value is type' expr operator
24260:
24261: * src/types/pa_venv.h: $ENV 1
24262:
24263: * src/main/execute.C: z
24264:
24265: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24266: future methods of ENV constructor if
24267:
24268: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24269: class
24270:
24271: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24272: classes/_root.h, classes/_string.h, classes/_table.h,
24273: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24274: classes/string.C, classes/table.C, include/pa_request.h,
24275: main/compile.C, main/compile_tools.h, main/core.C,
24276: main/execute.C, main/main.dsp, main/pa_request.C,
24277: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24278: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24279: types/pa_vobject.h, types/pa_vstateless_class.C,
24280: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24281: types/pa_wcontext.h: $ENV: re 0, stateless classes
24282:
24283: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24284: classes/_root.h, classes/_string.h, classes/_table.h,
24285: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24286: classes/string.C, classes/table.C, include/pa_request.h,
24287: main/compile.C, main/compile_tools.h, main/core.C,
24288: main/execute.C, main/main.dsp, main/pa_request.C,
24289: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24290: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24291: types/pa_vobject.h, types/pa_vstateless_class.C,
24292: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24293: types/pa_wcontext.h: $ENV: re 0, stateless classes
24294:
24295: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24296: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24297: yesterdays bad decision on execute_static_method
24298:
24299: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24300:
24301: * src/: classes/double.C, classes/int.C, classes/root.C,
24302: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24303:
24304: * src/main/pa_request.C: z
24305:
24306: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24307: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24308:
24309: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24310: include/pa_pool.h, main/pa_request.C:
24311: restructure_exceptions_dead_end
24312:
24313: * src/: classes/root.C, main/compile.y: ^if required junctions.
24314: allowed ; inside {} to break params
24315:
24316: * src/classes/root.C: ^eval
24317:
24318: * src/: classes/_string.h, classes/double.C, classes/int.C,
24319: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24320: string ^format
24321:
24322: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24323: 'bad' but not 'enough'
24324:
24325: * src/: classes/double.C, classes/root.C, classes/table.C,
24326: include/pa_common.h, include/pa_types.h, main/compile.y,
24327: main/pa_common.C, main/pa_request.C, main/untaint.C,
24328: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24329: types/pa_wwrapper.h: think constructing flag as is is bad
24330:
24331: * src/: classes/double.C, classes/int.C, classes/root.C,
24332: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24333: types/pa_vint.h: ^for
24334:
24335: 2001-03-12 paf
24336:
24337: * src/classes/table.C: table ^empty
24338:
24339: * src/: classes/table.C, include/pa_table.h: table ^menu
24340:
24341: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24342: ^offset ^line ^count
24343:
24344: * src/classes/root.C: ^round() ^floor() ^ceiling()
24345: ^abs() ^sign()
24346:
24347: * src/classes/: root.C, table.C: ^use
24348:
24349: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24350: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24351: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24352: ^while. switched off wcontext.constructing after write(value) or
24353: auto-vhash-constructing
24354:
24355: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24356: main/pa_request.C: fail_if_junction_ helper func
24357:
24358: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24359: include/pa_request.h, main/execute.C, main/main.dsp,
24360: main/pa_common.C, main/pa_request.C: ^process error point by
24361: actual method_name, not source. ^load
24362:
24363: * src/types/pa_vtable.h: table: no, better with string in cells...
24364:
24365: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24366: classes/_table.h, classes/table.C, main/untaint.C: z
24367:
24368: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24369: include/pa_table.h, main/core.C, main/execute.C,
24370: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24371: types/pa_value.h: table:set 0
24372:
24373: * src/: classes/root.C, include/core.h, include/pa_array.h,
24374: include/pa_request.h, include/pa_table.h, main/core.C,
24375: main/main.dsp, main/pa_request.C, main/pa_table.C,
24376: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24377: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24378: types/pa_vstring.h: freeze, ^table:create[] -1
24379:
24380: * src/: classes/root.C, types/pa_value.h: z
24381:
24382: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24383: get_method in couple places optimizing them
24384:
24385: * src/classes/root.C: z
24386:
24387: * src/: classes/root.C, types/pa_vclass.h: process temp main
24388: zeroing
24389:
24390: * src/: classes/double.C, classes/int.C, classes/root.C,
24391: classes/string.C, include/pa_common.h, include/pa_request.h,
24392: include/pa_string.h, include/pa_types.h, main/compile.C,
24393: main/compile.y, main/compile_tools.h, main/execute.C,
24394: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24395: types/pa_vmframe.h: ^process. actual names to store param and
24396: check_actual_numbered_params for better place diagnostics
24397:
24398: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24399: method-junctions bug fixed
24400:
24401: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24402: pa_vstateless_object.h, pa_vstring.h: stateless_object
24403:
24404: 2001-03-11 paf
24405:
24406: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24407: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24408: VDouble VInt base now VObject_base - without fields
24409:
24410: * src/: classes/root.C, include/core.h, main/core.C: z
24411:
24412: * src/: classes/double.C, classes/int.C, classes/root.C,
24413: classes/string.C, include/core.h, include/pa_hash.h,
24414: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24415: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24416:
24417: * src/: classes/double.C, classes/int.C, classes/root.C,
24418: include/pa_request.h, main/execute.C: intercept_string
24419:
24420: * src/: classes/double.C, classes/int.C, classes/root.C,
24421: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24422:
24423: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24424: ^inc-s(expr)
24425:
24426: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24427: classes/_root.h, classes/_string.h, classes/double.C,
24428: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24429: include/code.h, include/core.h, include/pa_array.h,
24430: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24431: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24432: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24433: include/pa_types.h, main/compile.C, main/compile.y,
24434: main/compile_tools.C, main/compile_tools.h, main/core.C,
24435: main/execute.C, main/pa_array.C, main/pa_common.C,
24436: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24437: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24438: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24439: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24440: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24441: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24442: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24443: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24444:
24445: * src/: main/pa_request.C, types/pa_vhash.h: z
24446:
24447: * src/: include/core.h, include/pa_request.h, main/core.C,
24448: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24449:
24450: * src/: include/pa_valiased.h, include/pa_value.h,
24451: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24452: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24453: include/pa_vjunction.h, include/pa_vmframe.h,
24454: include/pa_vobject.h, include/pa_vstring.h,
24455: include/pa_vunknown.h, include/pa_wcontext.h,
24456: include/pa_wwrapper.h, main/compile.y, main/core.C,
24457: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24458: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24459: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24460: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24461: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24462: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24463: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24464: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24465: include/
24466:
24467: 2001-03-10 paf
24468:
24469: * src/: include/core.h, include/pa_request.h, main/core.C,
24470: main/pa_request.C: run+auto=run
24471:
24472: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24473:
24474: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24475: classes/_root.h, classes/_string.h, classes/double.C,
24476: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24477: include/code.h, include/core.h, include/pa_array.h,
24478: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24479: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24480: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24481: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24482: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24483: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24484: include/pa_vjunction.h, include/pa_vmframe.h,
24485: include/pa_vobject.h, include/pa_vstring.h,
24486: include/pa_vunknown.h, include/pa_wcontext.h,
24487: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24488: main/compile_tools.C, main/compile_tools.h, main/core.C,
24489: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24490: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24491: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24492: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24493: main/pa_wcontext.C: sources header
24494:
24495: * src/main/pa_request.C: auto..
24496:
24497: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24498: main/pa_request.C: auto tree0
24499:
24500: * src/: include/core.h, include/pa_request.h, main/compile.y,
24501: main/core.C, main/pa_request.C: names to core.C
24502:
24503: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24504: include/pa_request.h, main/core.C, main/execute.C,
24505: main/pa_common.C, main/pa_request.C: root auto.p loaded
24506:
24507: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24508: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24509: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24510: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24511:
24512: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24513: @auto[] realised. auto.p scan togo
24514:
24515: * src/: include/pa_request.h, main/execute.C: autocalc
24516: code-junctions result now have names
24517:
24518: * src/: classes/double.C, classes/int.C, classes/root.C,
24519: classes/string.C, include/pa_request.h, include/pa_string.h,
24520: include/pa_wcontext.h, main/compile.y, main/execute.C,
24521: main/pa_string.C, main/pa_wcontext.C: tainting 0
24522:
24523: * src/classes/env.C: env:file/line
24524:
24525: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24526: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24527: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24528: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24529: main/compile_tools.C, main/compile_tools.h, main/core.C,
24530: main/execute.C, main/main.dsp, main/pa_cframe.C,
24531: main/pa_request.C, main/pa_wcontext.C: const fight finished
24532:
24533: * src/include/pa_vclass.h: const fight to go
24534:
24535: * src/: classes/_env.h, classes/env.C, classes/root.C,
24536: include/pa_request.h, include/pa_vclass.h, main/core.C,
24537: main/main.dsp: env0
24538:
24539: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24540: classes/_string.h, classes/double.C, classes/int.C,
24541: classes/root.C, classes/string.C, include/pa_request.h,
24542: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24543: include/pa_wcontext.h, main/core.C, main/main.dsp,
24544: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24545: main/pa_wcontext.C: ^lang prepare0
24546:
24547: 2001-03-09 paf
24548:
24549: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24550: construct proper naming
24551:
24552: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24553: classes/double.C, classes/int.C, classes/root.C,
24554: classes/string.C, include/code.h, include/pa_value.h,
24555: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24556: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24557: main/compile.y, main/compile_tools.C, main/core.C,
24558: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24559: and ^double[]. fixed expr type
24560:
24561: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24562: ^string.length[]
24563:
24564: 2001-03-08 paf
24565:
24566: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24567:
24568: * src/: include/pa_vclass.h, include/pa_vstring.h,
24569: include/pa_wcontext.h, main/compile.y, main/core.C,
24570: main/execute.C, main/main.dsp: dead end: vstring can't be
24571: derivated from vobject
24572:
24573: * src/: include/pa_vclass.h, include/pa_vhash.h,
24574: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24575:
24576: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24577: remained clone conseqs
24578:
24579: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24580:
24581: * src/main/pa_vclass.C: wow! vclass were out of vcs
24582:
24583: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24584: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24585: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24586: include/pa_vobject.h, include/pa_vstring.h,
24587: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24588: main/execute.C: withoud cloning. didn't need it actually, params
24589: got passed from out unnamed ewpool
24590:
24591: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24592: include/pa_vjunction.h, include/pa_vobject.h,
24593: include/pa_vunknown.h, main/compile.y: cloning dead end
24594:
24595: * src/: include/pa_bool.h, include/pa_double.h,
24596: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24597: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24598: include/pa_vjunction.h, include/pa_vmframe.h,
24599: include/pa_vobject.h, include/pa_vstring.h,
24600: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24601: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24602: to give params proper names
24603:
24604: * src/main/pa_wcontext.C: z
24605:
24606: * src/: include/pa_vmframe.h, main/execute.C: added names to
24607: unknown values in get_element and unfilled params. removed wrong
24608: name change in get_element
24609:
24610: * src/main/execute.C: z
24611:
24612: * src/main/execute.C: fixed problems calling operators in
24613: constructors
24614:
24615: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24616: detected problems calling operators in constructors
24617:
24618: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24619: autocalc def to string
24620:
24621: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24622: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24623:
24624: * src/classes/root.C: added root.c
24625:
24626: * src/: include/pa_request.h, include/pa_value.h,
24627: include/pa_vcframe.h, include/pa_vmframe.h,
24628: include/pa_wcontext.h, main/compile.C, main/compile.y,
24629: main/core.C, main/execute.C, main/pa_cframe.C,
24630: main/pa_wcontext.C: 'if' just compiled
24631:
24632: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24633: include/pa_vjunction.h, include/pa_vmframe.h,
24634: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24635: main/pa_wcontext.C: z
24636:
24637: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24638: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24639: with parameter names in operator methods
24640:
24641: * src/main/compile.y: minor renamings in .y
24642:
24643: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24644: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24645: @BASE. changed 'RUN' assignment mech
24646:
24647: * src/main/execute.C: z
24648:
24649: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24650: main/compile_tools.h, main/execute.C: made class: dynamic, not
24651: static. so to enable runtime ^use
24652:
24653: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24654:
24655: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24656: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24657:
24658: * src/main/execute.C: root root in code-junction
24659:
24660: 2001-03-07 paf
24661:
24662: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24663: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24664:
24665: * src/: include/pa_stack.h, include/pa_value.h,
24666: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24667: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24668: fixed rwcontext of {} params up
24669:
24670: * src/main/: compile.y, compile_tools.h: ^func(params)
24671:
24672: * src/main/compile.y: .y priorities syntax shaped up a bit
24673:
24674: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24675: include/pa_vunknown.h, main/compile.y, main/execute.C,
24676: main/pa_hash.C: expr def in -f
24677:
24678: * src/main/: compile.y, execute.C: expr calls
24679:
24680: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24681: fixed
24682:
24683: * src/main/compile.y: expr quoted code
24684:
24685: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24686: support0
24687:
24688: * src/main/compile.y: expr string comparisons 0
24689:
24690: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24691: main/pa_string.C: just compiled lt&co
24692:
24693: * src/main/execute.C: ^var.menu{$field} problem detected. that
24694: $field not a $var.field
24695:
24696: 2001-03-06 paf
24697:
24698: * src/main/compile.y: .y expr visible-shorter
24699:
24700: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24701: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24702: logical
24703:
24704: * src/: include/pa_vstring.h, main/compile.y: problems with
24705: skipping whitespace in yylex
24706:
24707: * src/include/pa_vbool.h: forgot this
24708:
24709: * src/: include/code.h, main/compile.y, main/execute.C: without
24710: string ops in expressions 0
24711:
24712: * src/: include/pa_value.h, include/pa_vdouble.h,
24713: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24714: main/execute.C, main/main.dsp: !~
24715:
24716: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24717: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24718: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24719: include/pa_vunknown.h, include/pa_wcontext.h,
24720: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24721: main/compile_tools.h, main/execute.C: +-*/
24722:
24723: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24724: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24725:
24726: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24727: main/execute.C: expr grammar-1 2*2=4.000000 :)
24728:
24729: * src/main/compile.y: expr grammar-1
24730:
24731: * src/main/compile.y: expr lexx1
24732:
24733: * src/main/: compile.y, execute.C, main.dsp: z
24734:
24735: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24736: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24737: main/execute.C: expr lex0 exec-1
24738:
24739: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24740:
24741: 2001-02-26 paf
24742:
24743: * src/main/compile.y: max_string in yyerror bug fix
24744:
24745: 2001-02-25 paf
24746:
24747: * src/: include/pa_value.h, include/pa_vmframe.h,
24748: include/pa_wcontext.h, main/execute.C: VAliased3
24749:
24750: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24751:
24752: * src/main/execute.C: VAliased1
24753:
24754: * src/: include/pa_request.h, include/pa_value.h,
24755: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24756: VAliased0
24757:
24758: * src/: include/pa_pool.h, include/pa_request.h,
24759: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24760: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24761: VAliased just compiled
24762:
24763: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24764: include/pa_vobject.h, main/execute.C: alias dead end
24765:
24766: * src/: include/pa_value.h, include/pa_vclass.h,
24767: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24768: main/main.dsp: no not get fields into interm VFielded class.
24769: fields & staticfields 1
24770:
24771: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24772: include/pa_vobject.h, include/pa_wcontext.h,
24773: include/pa_wwrapper.h, main/core.C, main/execute.C,
24774: main/main.dsp: would now get fields into interm VFielded class
24775:
24776: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24777: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24778: include/pa_wcontext.h, main/compile.y, main/core.C,
24779: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24780: main/pa_wcontext.C: virtuals2
24781:
24782: * src/main/compile.y: : 1
24783:
24784: * src/main/compile.y: rethought to $class:static.field.subfield
24785:
24786: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24787: $class:element
24788:
24789: * src/: include/pa_value.h, include/pa_vmframe.h,
24790: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24791: main/pa_wcontext.C: before execute class calls rewrite
24792:
24793: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24794: name RUN, also alias
24795:
24796: * src/main/compile.y: escaping bug
24797:
24798: * src/: include/pa_request.h, include/pa_value.h,
24799: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24800: main/core.C, main/execute.C, main/pa_common.C: vobject1
24801:
24802: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24803: include/pa_vmframe.h, include/pa_vobject.h,
24804: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24805: main/compile_tools.h, main/execute.C: ^class:method() just
24806: compiled
24807:
24808: 2001-02-24 paf
24809:
24810: * src/main/main.dsp: no bison -d
24811:
24812: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24813: class' err msg wrong
24814:
24815: * src/main/compile.y: z
24816:
24817: * src/main/: compile.y, core.C: yylex need some @special lines adj
24818:
24819: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24820: main/compile.y, main/compile_tools.h, main/core.C: modules0
24821:
24822: * src/: include/pa_vclass.h, main/core.C: z
24823:
24824: * src/: include/pa_value.h, include/pa_vclass.h,
24825: include/pa_vobject.h, main/main.dsp: vobject00
24826:
24827: * src/main/pa_array.C: minor bug in expanding very small arrays.
24828: 60% from 1 were 0
24829:
24830: * src/: include/pa_value.h, include/pa_wcontext.h,
24831: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24832: as bad as you've named it: wcontext.value() was not a perfect
24833: idea
24834:
24835: * src/main/execute.C: codeframe1
24836:
24837: * src/: include/pa_value.h, include/pa_vcframe.h,
24838: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24839: include/pa_vjunction.h, include/pa_vmframe.h,
24840: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24841: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24842: just compiled
24843:
24844: * src/: include/pa_vframe.h, main/compile.y: found junction
24845: ideology @: ^x{$a()) must construct current wcontext element, so
24846: smart wcontext handling needed
24847:
24848: * src/main/compile.y: fixed grammar bugs in constructor/params
24849: klinch
24850:
24851: * src/main/: compile.y, execute.C: fixed empty constructor
24852: optimized empty case. failed on calls - produced empty string
24853: param
24854:
24855: * src/main/compile.y: fixed last \n macrotemplate strip bug
24856:
24857: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24858: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24859: main/compile_tools.C, main/compile_tools.h, main/core.C,
24860: main/execute.C: code junctions0. something wrong with last \n
24861: macrotemplate strip
24862:
24863: * src/: include/pa_value.h, main/compile.C, main/core.C,
24864: main/pa_value.C: minor error reporting format beautifyings
24865:
24866: * src/: include/pa_value.h, include/pa_vclass.h,
24867: include/pa_vframe.h, main/core.C, main/execute.C,
24868: main/pa_value.C: get_method RIP. junctions everywhere. call with
24869: junctions0
24870:
24871: 2001-02-23 paf
24872:
24873: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24874: pa_wwrapper.h: lara came, can't work, sorry :(
24875:
24876: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24877: junction
24878:
24879: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24880: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24881: main/execute.C, main/main.dsp, main/pa_value.C: call0
24882:
24883: * src/: include/pa_hash.h, include/pa_value.h,
24884: include/pa_wcontext.h, main/core.C, main/execute.C,
24885: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24886: done
24887:
24888: * src/include/pa_wcontext.h: z
24889:
24890: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24891: wrong grammar in complex constructor case
24892:
24893: * src/main/: compile.y, execute.C: empty constructor bug fixed
24894:
24895: * src/main/execute.C: with result rwpool
24896:
24897: * src/: include/pa_value.h, main/core.C, main/execute.C,
24898: main/main.dsp: value named
24899:
24900: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24901: strign 2 value in 2 places in execute
24902:
24903: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24904: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24905: wcontext.put_element when wcontext fvalue==0
24906:
24907: 2001-02-22 paf
24908:
24909: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24910: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24911: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24912:
24913: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24914: erroreos checkout
24915:
24916: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24917:
24918: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24919: main/compile_tools.h, main/pa_array.C: $self.get
24920:
24921: * src/main/: compile.C, compile.y, compile_tools.C: z
24922:
24923: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24924: bit. finished now.
24925:
24926: * src/main/compile.y: $: finished
24927:
24928: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24929:
24930: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24931: main/execute.C: OP_STRING better then some xxx _VALUE
24932:
24933: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24934: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24935: string to vstring it .y all
24936:
24937: * src/: include/pa_request.h, include/pa_stack.h,
24938: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24939: all
24940:
24941: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24942: precise parse error line:col
24943:
24944: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24945: main/pa_hash.C, main/pa_pool.C: TRY...
24946:
24947: * src/: include/pa_exception.h, include/pa_pool.h,
24948: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24949: main/compile.C, main/compile.y, main/compile_tools.C,
24950: main/core.C, main/pa_array.C, main/pa_exception.C,
24951: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24952: main/pa_table.C: removed exception from request
24953:
24954: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24955: some forgotten
24956:
24957: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24958: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24959: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24960: get/put simple vars to VClass works0
24961:
24962: * src/: include/pa_array.h, include/pa_wcontext.h,
24963: main/pa_string.C: in process, but found that exceptions are too
24964: global
24965:
24966: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24967: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24968: main/execute.C, main/pa_string.C: write_value write_string 0 it
24969: seems wcontext must write strings regardles of fvalue!=0
24970:
24971: 2001-02-21 paf
24972:
24973: * src/main/execute.C: tired :)
24974:
24975: * src/main/: compile.C, compile.y, execute.C: store0
24976:
24977: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24978: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24979: include/pa_wcontext.h, main/compile.C, main/compile.y,
24980: main/execute.C, main/main.dsp, main/pa_array.C,
24981: main/pa_request.C: get put -1 [just compiled]
24982:
24983: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24984: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24985: main/main.dsp, main/pa_request.C: request core methods0
24986:
24987: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24988: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24989: execute
24990:
24991: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24992: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24993: methods and one_big_piece. now compile returns array<method*>
24994:
24995: * src/main/compile.y: more straightforward yylex[end]
24996:
24997: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24998: string.operator==(char*)
24999:
25000: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25001: main/execute.C, main/pa_array.C: after array.const get wonders
25002:
25003: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25004: pa_string.h, pa_value.h: struck with const array.gets
25005:
25006: * src/main/: execute.C: z
25007:
25008: * src/main/: compile.y, execute.C: z
25009:
25010: * src/main/: compile.C, compile.y, compile_tools.h: error
25011: processing in eval & yyerror so it wouldn't cause memleaks.
25012:
25013: * src/main/: compile.C, compile.y: failed to add absolute precies
25014: parse error positions. leaving RIGHTMOST position as
25015: @file[line:col]
25016:
25017: * src/: include/compile.h, main/compile.C, main/compile.y,
25018: main/compile_tools.h: line numbers needed. would add them to .y
25019: now internally. externally it's not as precise as needed
25020:
25021: * src/: include/code.h, include/pa_types.h, main/compile.C,
25022: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25023: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25024: compiler works ok
25025:
25026: 2001-02-20 paf
25027:
25028: * src/main/: compile.C, compile.y, compile_tools.C,
25029: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25030: not perfect
25031:
25032: * src/: include/code.h, include/compile.h, include/execute.h,
25033: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25034: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25035: main/compile.C, main/compile.y, main/compile_tools.C,
25036: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25037: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25038: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25039: compiled. execute=dump for now
25040:
25041: * src/main/core.C: core rewrite using yacc investigations now will
25042: be compile[yacc]/execute[opcodes]
25043:
25044: 2001-02-15 paf
25045:
25046: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25047: rewrite as turing machine? for it seems it would be it's too many
25048: ifs with this syntax now
25049:
25050: 2001-02-14 paf
25051:
25052: * src/main/core.C: get_params 1
25053:
25054: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25055: :( ]
25056:
25057: * src/main/core.C: varios breaks
25058:
25059: * src/main/core.C: get names 3
25060:
25061: * src/main/core.C: get names 2
25062:
25063: * src/main/core.C: get names 1
25064:
25065: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25066: names 0
25067:
25068: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25069: text repassing2 operator static vars
25070:
25071: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25072: main/pa_string.C: process text repassing
25073:
25074: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25075: module:calls changes
25076:
25077: 2001-02-13 paf
25078:
25079: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25080: ^class:calls[] started
25081:
25082: * src/: include/pa_value.h, main/core.C: z
25083:
25084: * src/main/core.C: operators : and self. prefixes
25085:
25086: * src/main/core.C: z
25087:
25088: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25089: tested
25090:
25091: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25092: optimized
25093:
25094: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25095: would change privates to better support optimization
25096:
25097: * src/: include/pa_string.h, main/pa_string.C:
25098: String_iterator::skip_to todo:optimize
25099:
25100: 2001-02-12 paf
25101:
25102: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25103: String_iterator
25104:
25105: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25106: comments
25107:
25108: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25109: self/methodref joined
25110:
25111: 2001-02-11 paf
25112:
25113: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25114: main/main.dsp: core started. core.C, context&value .h
25115:
25116: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25117: include/pa_string.h, main/main.dsp, main/pa_array.C,
25118: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25119:
25120: 2001-01-30 paf
25121:
25122: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25123: comments
25124:
25125: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25126: main/pa_pool.C: moved pa_pool.C to be target specific
25127:
25128: * src/: include/pa_exception.h, include/pa_pool.h,
25129: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25130: to & changes
25131:
25132: * src/: include/pa_exception.h, include/pa_pool.h,
25133: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25134: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25135: re-associated. that's much better even removed 'die' necessety
25136:
25137: * src/: include/pa_error.h, include/pa_exception.h,
25138: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25139: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25140: targets/Makefile.am: lowered targets/parser into subdir, added
25141: parser_Pool(Pool) failed to add. would think..
25142:
25143: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25144: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25145: main/pa_string.C, main/pa_table.C: Table more like C++ style
25146: hence lots of 'const'
25147:
25148: * src/: include/pa_error.h, include/pa_request.h,
25149: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25150: main/pa_table.C: Error fixed
25151:
25152: 2001-01-29 paf
25153:
25154: * src/: include/pa_array.h, include/pa_common.h,
25155: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25156: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25157: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25158: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25159:
25160: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25161: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25162: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25163: main/pa_string.C, main/pa_table.C: Request Error Table
25164:
25165: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25166: templates"
25167:
25168: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25169: main/main.dsp, main/pa_array.C: templates failed no template
25170: specializations [VC6], no library auto instantation [VC6, GNU c++
25171: 2.95.2-6 from latest cygwin]
25172:
25173: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25174: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25175: main/main.dsp, main/pa_array.C, main/pa_string.C,
25176: main/pa_table.C: Table started would test template Array now
25177:
25178: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25179: String originating
25180:
25181: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25182: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25183: SYNCHRONIZED(thread_safe)
25184:
25185: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25186: parts to top
25187:
25188: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25189: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25190: see: needed only in global Hash now, made Hash:: put/get
25191: SYNCHRONIZED
25192:
25193: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25194: main/pa_threads.C: added pa_threads
25195:
25196: Mutex
25197:
25198: * src/include/pa_hash.h: some comments
25199:
25200: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25201: Array& operator += (Array& src)
25202:
25203: * src/main/pa_array.C: expand not convinient, would rewrite
25204:
25205: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25206: (Array& src)
25207:
25208: rethought, would change now
25209:
25210: 2001-01-27 paf
25211:
25212: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25213: caching
25214:
25215: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25216: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25217: cache rethought to chunk caching
25218:
25219: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25220: include/pa_string.h, main/main.dsp, main/pa_array.C,
25221: main/pa_hash.C, main/pa_string.C: Array 0
25222:
25223: * src/main/pa_string.C: String::operator ==
25224:
25225: * src/main/pa_hash.C: String(&String)
25226:
25227: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25228:
25229: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25230: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25231: pa_hash[forgotten]
25232:
25233: 2001-01-26 paf
25234:
25235: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25236: removed templates [vc++ suxx]
25237:
25238: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25239: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25240:
25241: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25242:
1.119 moko 25243: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25244:
1.119 moko 25245: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25246: check
25247:
25248: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25249: dynamic row_count
25250:
25251: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25252: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25253: targets/Makefile.am: Initial revision
25254:
25255: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25256: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25257: targets/Makefile.am: creating parser3 module
25258:
E-mail: