Annotation of parser3/ChangeLog, revision 1.192
1.192 ! moko 1: 2024-07-14 moko
! 2:
! 3: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
! 4: checking the HTTP request environment; if the variable is not
! 5: present, checking the web server process environment (implements
! 6: feature #1242)
! 7:
1.191 moko 8: 2024-05-26 moko
9:
10: * tests/: 195.html, 229.html, results/096.processed,
11: results/097.processed, results/158.processed,
12: results/186.processed, results/273.processed,
13: results/293.processed, results/317.processed,
14: results/389.processed, results/402.processed: tests updated as
15: single quote now escaped with ' in HTML tainting mode
16: (related to feature #1241)
17:
18: * src/main/untaint.C: single quote now escaped with ' in HTML
19: tainting mode (implements feature #1241)
20:
21: * tests/results/: 020.processed, 021.processed, 026.processed,
22: 042.processed, 043.processed, 057.processed, 110.processed,
23: 115.processed, 116.processed, 117.processed, 118.processed,
24: 119.processed, 120.processed, 125.processed, 126.processed,
25: 128.processed, 130.processed, 131.processed, 132.processed,
26: 133.processed, 135.processed, 136.processed, 138.processed,
27: 139.processed, 140.processed, 145.processed, 150.processed,
28: 151.processed, 165.processed, 174.processed, 181.processed,
29: 182.processed, 192.processed, 193.processed, 201.processed,
30: 213.processed, 224.processed, 226.processed, 230.processed,
31: 239.processed, 240.processed, 244.processed, 253.processed,
32: 254.processed, 261.processed, 264.processed, 269.processed,
33: 274.processed, 275.processed, 288.processed, 294.processed,
34: 296.processed, 303.processed, 306.processed, 307.processed,
35: 308.processed, 311.processed, 312.processed, 314.processed,
36: 315.processed, 316.processed, 320.processed, 323.processed,
37: 324.processed, 325.processed, 328.processed, 330.processed,
38: 332.processed, 333.processed, 337.processed, 338.processed,
39: 341.processed, 342.processed, 343.processed, 344.processed,
40: 345.processed, 348.processed, 352.processed, 356.processed,
41: 357.processed, 363.processed, 364.processed, 368.processed,
42: 372.processed, 373.processed, 376.processed, 378.processed,
43: 379.processed, 385.processed, 386.processed, 387.processed,
44: 389.processed, 390.processed, 395.processed, 397.processed,
45: 398.processed, 399.processed, 404.processed, 406.processed,
46: 413.processed, 414.processed, 420.processed, 421.processed,
47: 424.processed, auto.p: Type -> Exception type for readability
48:
49: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
50: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
51: results/119.processed, results/165.processed,
52: results/175.processed, results/192.processed,
53: results/213.processed, results/217.processed,
54: results/230.processed, results/240.processed,
55: results/298.processed, results/380.processed,
56: results/415.processed: try-catch, try-catch-comment used
57:
58: 2024-05-21 moko
59:
60: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
61: results/180.processed, results/195.processed,
62: results/224.processed, results/auto.p: @try-catch-comment added
63: and used
64:
65: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
66: 415.html, results/269.processed, results/283.processed,
67: results/auto.p: more tests are updated to prepare for apostrophe
68: escaping in HTML tainting
69:
70: * tests/results/: 181.processed, 294.processed, 296.processed,
71: 315.processed, 379.processed, 389.processed, auto.p:
72: $exception.comment printed as-is for whitespace reporting and to
73: prepare for apostrophe escaping in HTML mode
74:
1.190 moko 75: 2024-05-11 moko
76:
77: * tests/: 099.html, 100.html, results/099.processed,
78: results/100.processed: a test for non-UTF-8 filename* added
79: (related to feature #1240)
80:
81: * tests/: 293.html, results/293.processed: tainting modes tests
82: added
83:
84: * tests/results/: 099.processed, 100.processed, 205.processed,
85: 309.processed, 310.processed, 419.processed: tests results
86: updated after filename* added (related to feature #1240)
87:
88: * src/: include/pa_common.h, main/pa_request.C: The filename*
89: parameter was added to the Content-Disposition header to conform
90: with RFC 6266, with code provided by Sumo (implements feature
91: #1240)
92:
93: 2024-05-10 moko
94:
95: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
96: positive performance effect in our case
97:
1.189 moko 98: 2024-03-27 moko
99:
100: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
101: (related to feature #1236)
102:
103: 2024-03-15 moko
104:
105: * tests/: 413.html, results/413.processed: test for object still
106: can be used as file parameter (related to bug #1218)
107:
108: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
109: still can be used in file context (fixes bug #1218)
110:
111: 2024-03-14 moko
112:
113: * src/include/pa_string.h: ArrayString get() null result assert
114: also added (related to bug #1238)
115:
116: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
117: VString::empty() used instead of new VString()
118:
119: 2024-03-12 moko
120:
121: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
122: results/379.processed: test added for cookie without value
123: (related to bug #1238)
124:
125: * src/include/pa_string.h: In assertions enabled mode, ArrayString
126: values are now required to be non-null (related to bug #1238)
127:
128: * src/main/pa_http.C: cookies without value are now parsed
129: correctly (fixed bug #1238)
130:
131: 2024-03-11 moko
132:
133: * tests/run_parser.sh: for better error reporting
134:
1.188 moko 135: 2023-12-30 moko
136:
137: * tests/: 038.html, results/038.processed: test for atan2 added
138:
139: 2023-12-29 moko
140:
141: * src/classes/math.C: atan2(y,x) math function added
142:
1.187 moko 143: 2023-12-14 moko
144:
145: * tests/212.html: pcre2 compatibility (related to feature #1236)
146:
147: * tests/: 425.html, results/425.processed: test for pcre/pcre2
148: exceptions and behavour added (related to feature #1236)
149:
150: 2023-12-13 moko
151:
152: * buildall: by default parser is now bundled with pcre2 10.42,
153: --without-pcre2 option added to build with pcre-8.45 (related to
154: feature #1236)
155:
156: 2023-12-12 moko
157:
158: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
159: support added (implements feature #1236)
160:
161: * src/: include/pa_charset.h, include/pa_config_includes.h,
162: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
163: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
164: types/pa_vregex.h: Adopted patch from Yavor Doganov
165: <yavor@gnu.org> to add pcre2 library support (implements feature
166: #1236)
167:
1.186 moko 168: 2023-11-28 moko
169:
170: * src/include/pa_config_includes.h: warnings war continues
171:
172: * src/include/pa_config_includes.h: warning war
173:
174: * tests/: 424.html, results/424.processed: tests for '+' and '-'
175: number strings, whitespace and sign in exception messages
176: (related to bug #1234)
177:
1.185 moko 178: 2023-11-26 moko
179:
180: * tests/: 274.html, results/224.processed, results/274.processed:
181: tests for date double, int, bool added (related to feature #1235)
182:
183: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
184: added for date class (implements feature #1235)
185:
186: 2023-11-23 moko
187:
188: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
189: and '-' strings are no longer can be treated as number 0,
190: exception thrown (fixes bug #1234)
191:
1.184 moko 192: 2023-11-18 moko
193:
194: * src/include/pa_types.h: minor
195:
196: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
197:
198: * tests/: 389.html, results/389.processed: error messages for some
199: OS differs a bit, reducing failing tests for them
200:
201: 2023-11-17 moko
202:
203: * tests/: 423.html, results/423.processed: test for optional
204: @auto[] inheritance added (related to feature #1233)
205:
206: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
207: types/pa_vstateless_class.C: optional @auto[] inheritance
208: implemented if defined with two args (path, class name)
209: (implements feature #1233)
210:
211: * src/: classes/double.C, classes/int.C, classes/math.C,
212: include/pa_random.h, include/pa_types.h, main/pa_common.C,
213: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
214: sync double->int overflow behavour under different architectures
215: (fixes bug #1232)
216:
217: * tests/: 422.html, results/422.processed: int clipping added
218:
219: 2023-11-16 moko
220:
221: * tests/: 422.html, results/422.processed: test for int and uint
222: overflow in ^n.format[d/u/x]
223:
224: * src/classes/math.C: bugfix: crc32 should not be negative (under
225: Apple M1 when negative double converts to uint the result is 0)
226: and crc32 should be 32 bits
227:
228: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
229: on Apple M1 it's 0
230:
231: * src/classes/file.C: bugfix: crc32 should not be negative (under
232: Apple M1 when negative double converts to uint the result is 0)
233: and crc32 should be 32 bits
234:
1.183 moko 235: 2023-10-07 moko
236:
237: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
238: behavour with other OP_NUM_*, related to bug #1230
239:
240: 2023-10-06 moko
241:
242: * tests/: 338.html, results/338.processed: test for bug #1230 added
243:
244: * src/: main/execute.C, types/pa_vdate.h: force double operands to
245: be converted to double to avoid 80 bit operations in x87 mode
246: (fixes bug #1230)
247:
248: 2023-10-05 moko
249:
250: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
251: compatibility
252:
253: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
254:
255: * tests/: 421.html, results/421.processed: test to cover all
256: classes and objects nonexistent method and field exceptions
257: (related to feature #1080 and #1227)
258:
259: * tests/results/: 182.processed, 324.processed: undefined method ->
260: <type> method not found exception (related to feature #1080)
261:
262: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
263: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
264: "element can not be fetched from" for them, "field not found" for
265: all other types (related to bug #1227)
266:
267: 2023-10-03 moko
268:
269: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
270: <type> method not found" exception now thrown for static calls
271: instead of "undefined method" without class name (related to
272: feature #1080)
273:
274: 2023-10-02 moko
275:
276: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
277: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
278: <method name>, Comment: <type> method not found" exception now
279: thrown for all dynamic objects instead of "undefined method"
280: without class name (implements feature #1080)
281:
1.182 moko 282: 2023-10-01 moko
283:
284: * src/classes/json.C: we don't have a dynamic json object.
285:
286: 2023-09-28 moko
287:
288: * tests/: 420.html, results/261.processed, results/420.processed:
289: tests updated after bug #1228 fix reverted
290:
291: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
292: whitespace string is hash compatible, so we don't want $s.key to
293: return a junction
294:
295: * tests/: 261.html, 420.html, results/261.processed,
296: results/420.processed: test for bug #1227 added, test updated
297: after bug #1228 fixed
298:
299: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
300: now throws exception as $non-empty-string.field (fixes bug #1227)
301:
302: * src/types/pa_vstring.h: allow $string.method access (fixes bug
303: #1228)
304:
305: 2023-09-26 moko
306:
307: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
308: src/classes/classes.C, src/classes/classes.awk,
309: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
310: src/classes/double.C, src/classes/file.C, src/classes/form.C,
311: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
312: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
313: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
314: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
315: src/classes/regex.C, src/classes/response.C,
316: src/classes/string.C, src/classes/table.C, src/classes/void.C,
317: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
318: src/include/pa_array.h, src/include/pa_base64.h,
319: src/include/pa_cache_managers.h, src/include/pa_charset.h,
320: src/include/pa_charsets.h, src/include/pa_common.h,
321: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
322: src/include/pa_dictionary.h, src/include/pa_dir.h,
323: src/include/pa_exception.h, src/include/pa_exec.h,
324: src/include/pa_globals.h, src/include/pa_hash.h,
325: src/include/pa_http.h, src/include/pa_memory.h,
326: src/include/pa_opcode.h, src/include/pa_operation.h,
327: src/include/pa_os.h, src/include/pa_pool.h,
328: src/include/pa_random.h, src/include/pa_request.h,
329: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
330: src/include/pa_sapi.h, src/include/pa_socks.h,
331: src/include/pa_sql_connection.h,
332: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
333: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
334: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
335: src/include/pa_table.h, src/include/pa_threads.h,
336: src/include/pa_types.h, src/include/pa_uue.h,
337: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
338: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
339: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
340: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
341: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
342: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
343: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
344: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
345: src/main/compile.tab.C, src/main/compile.y,
346: src/main/compile_tools.C, src/main/compile_tools.h,
347: src/main/execute.C, src/main/pa_base64.C,
348: src/main/pa_cache_managers.C, src/main/pa_charset.C,
349: src/main/pa_charsets.C, src/main/pa_common.C,
350: src/main/pa_dictionary.C, src/main/pa_dir.C,
351: src/main/pa_exception.C, src/main/pa_exec.C,
352: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
353: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
354: src/main/pa_request.C, src/main/pa_socks.C,
355: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
356: src/main/pa_stylesheet_connection.C,
357: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
358: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
359: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
360: src/main/untaint.C, src/main/helpers/simple_folding.pl,
361: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
362: src/targets/apache/mod_parser3_core.C,
363: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
364: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
365: src/types/pa_method.h, src/types/pa_property.h,
366: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
367: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
368: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
369: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
370: src/types/pa_vcookie.h, src/types/pa_vdate.C,
371: src/types/pa_vdate.h, src/types/pa_vdouble.h,
372: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
373: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
374: src/types/pa_vhash.C, src/types/pa_vhash.h,
375: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
376: src/types/pa_vimage.C, src/types/pa_vimage.h,
377: src/types/pa_vint.h, src/types/pa_vjunction.C,
378: src/types/pa_vjunction.h, src/types/pa_vmail.C,
379: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
380: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
381: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
382: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
383: src/types/pa_vobject.h, src/types/pa_vregex.C,
384: src/types/pa_vregex.h, src/types/pa_vrequest.C,
385: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
386: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
387: src/types/pa_vstateless_class.h,
388: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
389: src/types/pa_vstatus.h, src/types/pa_vstring.C,
390: src/types/pa_vstring.h, src/types/pa_vtable.C,
391: src/types/pa_vtable.h, src/types/pa_vvoid.C,
392: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
393: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
394: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
395: src/types/pa_wwrapper.h: copyright, authors actualized
396:
1.181 moko 397: 2023-08-20 moko
398:
399: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
400: commited (related to feature #1219)
401:
402: 2023-08-16 moko
403:
404: * src/main/pa_random.C: replaced clock precision with monotonicity
405: counter, good for Windows version with low clock frequency
406: (related to feature #1229)
407:
408: 2023-08-15 moko
409:
410: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
411: fixes related to feature #1229
412:
413: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
414: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
415: (implements feature #1229)
416:
1.180 moko 417: 2023-08-02 moko
418:
419: * tests/: results/417.processed, 417.html: test for empty string
420: match after last char added (related to bug #1224)
421:
422: * src/main/pa_string.C: avoid prestart++ after last char on zero
423: length match (related to bug #1224)
424:
1.179 moko 425: 2022-11-22 moko
426:
427: * tests/: 419.html, results/419.processed: test for L_URI and path
428: removeal from filename added (related to bug #1204)
429:
430: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
431: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
432: attribute value, L_URI should be used
433:
1.178 moko 434: 2022-09-21 moko
435:
436: * src/targets/cgi/parser3.C: more clear error messages
437:
438: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
439: SAPI_Info will return 0 in read_post and post_size !=
440: content_length will be thrown
441:
1.177 moko 442: 2022-08-23 moko
443:
444: * src/types/pa_vmail.C: .tables addes as .raw contains only last
445: header value
446:
447: 2022-08-22 moko
448:
449: * tests/: 418.html, results/418.processed: test for
450: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
451: to #1225)
452:
453: * src/classes/hash.C: keep old behavoir by default
454:
455: * src/classes/hash.C: ^hash_a.intersection[hash_b;
456: $.order[self|arg] ] added (implements #1215)
457:
1.176 moko 458: 2022-03-21 moko
459:
460: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
461: xmlInitCharEncodingHandlers is called in libxml static
462: initializers before gc_substitute_memory_management_functions in
463: pa_globals and thus gc may not see reference to our
464: xmlCharEncodingHandler and free it.
465:
1.175 moko 466: 2022-01-26 moko
467:
468: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
469:
1.174 moko 470: 2021-12-28 moko
471:
472: * tests/: 417.html, results/417.processed: test for empty string
473: match added (related to bug #1224)
474:
475: * src/main/pa_string.C: empty string match now works (fixes bug
476: #1224)
477:
1.173 moko 478: 2021-12-24 moko
479:
480: * tests/: 415_dir/29.p, results/415.processed: yet another test
481:
482: 2021-12-23 moko
483:
484: * src/: classes/table.C, main/pa_request.C: warnings war
485:
486: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
487: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
488:
489: 2021-12-21 moko
490:
491: * tests/: 416.html, results/416.processed: test for ^break[] in
492: ^hash/table.select[] (related to feature #1222)
493:
494: * src/classes/: hash.C, table.C: ^break[] support for
495: ^hash/table.select[] (implements feature #1222)
496:
1.172 moko 497: 2021-11-30 moko
498:
499: * src/targets/cgi/parser3.C: default sock_ready interval changed to
500: 0.5 sec
501:
1.171 moko 502: 2021-11-10 moko
503:
504: * tests/results/415.processed: more syntax errors tests added
505:
506: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
507: 28.p: minor syntax error tests
508:
509: * src/main/pa_exception.C: pa_strdup added for compatibility
510:
511: * src/classes/curl.C: hint to call ^curl:options[
512: $.library[correct.libcurl.so.name] ] added if default load fails.
513:
514: 2021-11-09 moko
515:
516: * src/main/compile.y: error message can be on stack
517:
518: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
519:
520: * src/main/pa_charset.C: memcpy is more correct and efficient in
521: this case then strncpy
522:
523: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
524: instead of strcpy where possible
525:
526: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
527: used to avoid MAX_STRING limit in Exception comment
528:
529: * tests/results/415.processed: compiler exceptions are no longer
530: limited to MAX_STRING
531:
532: * src/main/: compile.y, compile_tools.h: Parse_control uses const
533: char * instead of fixed buffer
534:
535: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
536: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
537: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
538: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
539: results/415.processed: tests for parser.compile exceptions added
540:
541: 2021-11-08 moko
542:
543: * src/: classes/math.C, include/pa_common.h, main/compile.y,
544: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
545: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
546: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
547: drawbacks
548:
1.170 moko 549: 2021-11-06 moko
550:
551: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
552: (implements feature #1219)
553:
554: * tests/: 414.html, results/414.processed: test for
555: ^hash.rename[from;to] added (related to feature #1144)
556:
557: 2021-11-05 moko
558:
559: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
560: (related to feature #1144)
561:
562: 2021-11-04 moko
563:
564: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
565: added (implements feature #1144)
566:
1.169 moko 567: 2021-10-19 moko
568:
569: * tests/: 413.html, results/413.processed: test for hash no longer
570: is accepted as file parameter (related to bug #1218)
571:
572: * src/: classes/curl.C, classes/file.C, classes/image.C,
573: classes/math.C, classes/xdoc.C, types/pa_value.C,
574: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
575: longer is accepted as file parameter (fixes bug #1218)
576:
1.168 moko 577: 2021-07-19 moko
578:
579: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
580: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
581:
1.167 moko 582: 2021-04-16 moko
583:
584: * src/types/pa_vmail.C: message can be null when e-mail is broken,
585: processing it leads to assertions.
586:
1.166 moko 587: 2021-03-25 moko
588:
589: * tests/: 412.html, results/412.processed: test to demonstrate bug
590: #1213
591:
1.165 moko 592: 2021-02-12 moko
593:
594: * tests/: 360.html, results/360.processed, results/363.processed:
595: parser method call in expression mode no longer differs from call
596: in string mode (related to feature #1211)
597:
598: 2021-02-11 moko
599:
600: * src/types/pa_vmail.C: mail parsing with Windows line endings
601: fixed (bug #1212)
602:
603: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
604: when called $v[^test[]] vs $v(^test[]), numbers are converted to
605: strings in both calls (implements feature #1211)
606:
1.164 moko 607: 2021-01-28 moko
608:
609: * buildall, etc/auto.p.in: to remove last patch in debian package
610:
611: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
612: 3.4.7b
613:
1.162 moko 614: 2021-01-21 moko
615:
616: * src/main/pa_http.C: no alarm() in file::load when web server mode
617: is MULTITHREADED
618:
1.157 moko 619: 2021-01-20 moko
620:
1.161 moko 621: * src/targets/apache/mod_parser3.c: it is more correct to recommend
622: 'a2enmod mpm_prefork'
623:
1.160 moko 624: * src/targets/apache/mod_parser3.c: prefork name is now
625: 'libapache2-mpm-itk'
626:
627: * src/targets/apache/mod_parser3_core.C: last regular malloc
628: removed
629:
1.159 moko 630: * src/targets/isapi/Makefile.am: -pa_threads.C
631:
1.158 moko 632: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
633: 3.4.6
634:
1.157 moko 635: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
636:
637: * etc/auto.p.in: @config[result] added to simplify $cfg change in
638: /httpd.p
639:
640: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
641: ^use[/httpd.p] + optional ^preprocess[] (related to feature
642: #1203)
643:
644: 2021-01-19 moko
645:
646: * buildall: --disable-parallel-mark added to avoid "number of
647: processors" threads creation for heap marking as it conflicts
648: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
649: limits threads)
650:
1.156 moko 651: 2021-01-16 moko
652:
653: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
654: main/pa_globals.C, main/pa_memory.C,
655: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
656: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
657: feature #1209)
658:
659: 2021-01-15 moko
660:
661: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
662: 3.4.6rc
663:
664: * src/classes/json.C: get_delim added for delimiter caching (10%
665: faster on large json)
666:
667: 2021-01-14 moko
668:
669: * operators.txt: updated with 3.4.6 changes
670:
671: * tests/results/224.processed: test result modified after
672: today(shift) implemented
673:
674: * tests/: 407.html, results/407.processed: test for ^hash.select
675: option $.default(bool) added (related to feature #1172)
676:
677: * src/classes/hash.C: ^hash.select option $.default(bool) added
678: (related to feature #1172)
679:
680: * tests/: 141.html, results/141.processed: test modified for
681: feature #1185.
682:
683: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
684: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
685: options $.lower(bool) (implements feature #1185)
686:
687: 2021-01-11 moko
688:
689: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
690: #1192)
691:
692: * tests/: 411.html, results/411.processed: test for ^date::today(N)
693: added (related to feature #1192)
694:
1.155 moko 695: 2021-01-05 moko
696:
697: * tests/: 270.html, results/270.processed: test modified to work
698: under Windows
699:
700: * tests/: 390.html, 395.html, results/395.processed: tests updated
701: 4 windows
702:
703: * tests/: 410.html, results/410.processed: test for
704: $CLASS-GETTER-PROTECTED(false) added
705:
706: 2021-01-04 moko
707:
708: * tests/: 409.html, results/409.processed, results/auto.p: test for
709: $MAIN:LOCALS(true) added
710:
1.154 moko 711: 2021-01-03 moko
712:
713: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
714: types/pa_vclass.h, types/pa_vstateless_class.C,
715: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
716: +LOCALS. $main -> $MAIN in exception texts (implements feature
717: #1207)
718:
719: 2021-01-02 moko
720:
721: * etc/auto.p.in: minor
722:
723: * src/main/pa_request.C: sending headers only after opening file to
724: allow error reporting if file was not opened (foreign group,
725: etc).
726:
727: 2020-12-31 moko
728:
729: * src/: include/pa_request.h, main/pa_request.C,
730: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
731:
732: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
733: main/pa_request.C: get_class_ref added and used
734:
735: * etc/auto.p.in: @CLASS httpd added
736:
737: * etc/auto.p.in: @auto[] is now first
738:
739: 2020-12-30 moko
740:
741: * tests/: 408.html, results/408.processed: test for bug #1166
742: (windows only) added
743:
744: * src/main/pa_common.C: create_dir_for_file should not create dir
745: for trailing / (fixes bug #1166)
746:
747: * tests/: 341.html, results/341.processed: tests for
748: ^nameless_table.hash[] added (related to feature #1138)
749:
750: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
751: (implements feature #1138), extra fields in named tables no
752: longer ignored (implements feature #1138)
753:
754: * tests/results/390.processed: updated after exception text change
755:
756: 2020-12-29 moko
757:
758: * tests/: 407.html, results/407.processed: +$._default check
759:
760: * src/classes/hash.C: keep $_default in ^hash.reverse[]
761:
762: * tests/: 407.html, results/407.processed: test for ^hash.select[]
763: and ^hash.reverse[] added (releated to feature #1172)
764:
765: * src/classes/hash.C:
766: ^hash.select[key;value](bool-condition)[options hash] +
767: ^hash.reverse[] added (implements feature #1172)
768:
769: * src/types/pa_vtable.h: warning war
770:
771: * src/include/pa_config_fixed.h: win32 fix
772:
1.153 moko 773: 2020-12-27 moko
774:
775: * tests/: 406.html, results/406.processed: test results updated
776:
777: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
778: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
779: spelling
780:
781: 2020-12-26 moko
782:
783: * tests/: 406.html, results/406.processed: tests for
784: ^table.rename[] added (related to feature #1148)
785:
786: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
787: ^table.rename[column name from;column name to], ^table.rename[
788: $.[column name from][column name to] ... ] added (implements
789: feature #1148)
790:
791: 2020-12-25 moko
792:
793: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
794: request_info now on stack to avoid yet another THREAD_LOCAL
795: memory deallocation issue (now with cookies), explained in #1203
796:
797: * src/types/pa_vcookie.C: fields should be inited
798:
799: 2020-12-24 moko
800:
801: * src/include/pa_stylesheet_connection.h: looks like
802: xsltFreeStylesheet leads to memory double-free. If so, it's for
803: sure libxml bug, but we have GC anyway, so we just remove this
804: call and see...
805:
806: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
807: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
808: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
809: abort.c:65:8 frame #3: 0x00000000004da663
810: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
811: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
812: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
813: malloc.c:617:9 frame #5: 0x0000000000577f0c
814: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
815: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
816: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
817: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
818: frame #8: 0x000000000050d35c
819: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
820: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
821: frame #10: 0x00000000004436e5
822: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
823: [inlined]
824: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
825: pa_stylesheet_connection.h:62:3
826:
827: 2020-12-23 moko
828:
829: * src/classes/image.C: ^image::measure[; $.video() ] option added
830:
831: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
832: ^image::measure[; $.video(true) ] added
833:
834: * src/main/pa_exec.C: not cleared automatically in multithreaded
835: httpd mode for unknown reasons
836:
837: 2020-12-22 moko
838:
839: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
840: error_log uri of currently processed document", but never used
841: and conflicts with how libgc stops threads on FreeBSD (#define
842: SIG_SUSPEND SIGUSR1), thus removed.
843:
844: 2020-12-21 moko
845:
846: * src/main/pa_request.C: +comment
847:
1.151 moko 848: 2020-12-20 moko
849:
1.152 moko 850: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
851: it is more safe to have versions of pa_strdup with one and two
852: arguments, as helper_length=0 not always mean that strlen()
853: should be called, but means zero.
854:
855: * src/targets/isapi/parser3isapi.C: minor
856:
857: * src/main/pa_http.C: +valid_http_method
858:
1.151 moko 859: * src/: include/pa_http.h, main/pa_http.C,
860: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
861:
862: 2020-12-17 moko
863:
864: * tests/: 405.html, results/405.processed: test for split by regex
865: added (related to feature #1160)
866:
867: * src/classes/string.C: split by regex implemented (feature #1160)
868:
869: * src/classes/string.C: minor
870:
871: * tests/: 404.html, results/404.processed: test for whitespace
872: string is now OK for table argument (related to feature #1169)
873:
874: * src/: classes/image.C, classes/string.C, classes/table.C,
875: types/pa_vmethod_frame.C: whitespace string is now OK for table
876: argument (as with hash) (implements feature #1169)
877:
878: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
879: limit for comment (fixes bug #1102)
880:
881: * src/targets/cgi/parser3.C: +HAVE_TLS check
882:
883: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
884:
885: * src/include/pa_config_includes.h: HAVE_TLS used
886:
887: * configure.ac: +TLS check
888:
889: * src/main/pa_http.C: content logging added
890:
891: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
892: clear_response_headers added
893:
894: 2020-12-16 moko
895:
896: * buildall: as we now use threads, libatomic_ops still required for
897: some OS.
898:
899: * src/main/pa_request.C: whitespace
900:
901: * src/: include/pa_request.h, main/pa_request.C:
902: Request::Exception_trace::table extracted and used
903:
904: * src/main/pa_request.C: moving output_result call outside of try
905: as network exceptions should not be handled by parser code
906:
907: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
908: logging network exchange
909:
910: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
911: via network if it was network write error.
912:
913: * src/targets/cgi/parser3.C: log -> pa_log
914:
915: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
916:
917: * src/main/pa_threads.C: getpid() if no gettid() found
918:
919: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
920: we need to ignore "void" connections from browsers (browsers open
921: connections in advance and they will be empty if user does not
922: request more pages)
923:
924: 2020-12-15 moko
925:
926: * src/targets/cgi/parser3.C: avoid previous uri in logs
927:
928: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
929: RequestController not needed in httpd mode
930:
931: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
932: classes/classes.h, classes/curl.C, classes/date.C,
933: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
934: classes/hashfile.C, classes/image.C, classes/inet.C,
935: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
936: classes/memcached.C, classes/memory.C, classes/op.C,
937: classes/reflection.C, classes/regex.C, classes/response.C,
938: classes/string.C, classes/table.C, classes/void.C,
939: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
940: include/pa_array.h, include/pa_base64.h,
941: include/pa_cache_managers.h, include/pa_charset.h,
942: include/pa_charsets.h, include/pa_common.h,
943: include/pa_config_fixed.h, include/pa_config_includes.h,
944: include/pa_dictionary.h, include/pa_dir.h,
945: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
946: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
947: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
948: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
949: include/pa_request_charsets.h, include/pa_request_info.h,
950: include/pa_sapi.h, include/pa_socks.h,
951: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
952: include/pa_stack.h, include/pa_string.h,
953: include/pa_stylesheet_connection.h,
954: include/pa_stylesheet_manager.h, include/pa_symbols.h,
955: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
956: include/pa_uue.h, include/pa_xml_exception.h,
957: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
958: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
959: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
960: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
961: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
962: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
963: main/compile.tab.C, main/compile.y, main/compile_tools.C,
964: main/compile_tools.h, main/execute.C, main/pa_base64.C,
965: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
966: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
967: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
968: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
969: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
970: main/pa_sql_driver_manager.C, main/pa_string.C,
971: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
972: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
973: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
974: main/untaint.C, sql/pa_sql_driver.h,
975: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
976: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
977: targets/isapi/parser3isapi.C, types/pa_junction.h,
978: types/pa_method.h, types/pa_property.h, types/pa_value.C,
979: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
980: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
981: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
982: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
983: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
984: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
985: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
986: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
987: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
988: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
989: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
990: types/pa_vmemory.h, types/pa_vmethod_frame.C,
991: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
992: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
993: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
994: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
995: types/pa_vstateless_object.h, types/pa_vstatus.C,
996: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
997: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
998: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
999: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1000: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1001:
1002: * src/main/pa_request.C: old compilers support
1003:
1004: * tests/: 362.html, results/362.processed: test updated after
1005: changes after upgrade to libxml2-2.9.9 were made (related to bug
1006: #1108)
1007:
1008: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1009: removed, as xsltFreeStylesheet has side effects on original doc.
1010: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1011: not updated after xdoc modification (part 3 of test 362).
1012: (related to bug #1108)
1013:
1014: * src/targets/isapi/parser3isapi.C: +pa_strcat
1015:
1016: * src/: classes/memory.C, include/pa_memory.h,
1017: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1018: PA_GC_GCOLLECT used
1019:
1020: * src/include/pa_memory.h: +PA_GC_COLLECT
1021:
1022: * src/targets/cgi/parser3.C: msvs support fixes
1023:
1024: * src/lib/gc/include/gc.h: more cleanup
1025:
1026: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1027:
1028: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1029: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1030:
1031: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1032:
1033: * configure.ac: pthread.h added to checked headers
1034:
1035: * src/classes/table.C: string stream is back :)
1036:
1037: * src/classes/memory.C: GC_generate_random_backtrace no longer
1038: exists
1039:
1040: * src/main/pa_globals.C: GC_dont_gc replaced
1041:
1042: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1043: left to simplify adding new functions. depricated GC_dont_gc
1044: replaced with GC_disable and GC_enable calls.
1045:
1046: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1047: CORD_from_file* not used and thus removed
1048:
1049: * src/lib/gc/include/gc_allocator.h: minor cleanup
1050:
1051: 2020-12-14 moko
1052:
1053: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1054: referenced elsewhere, or GC will collect it.
1055:
1056: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1057: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1058: elsewhere, or GC will collect them (and we'll get GPF in
1059: multithreaded enviroment). May be it can be also fixed by some
1060: GC call, not sure. But this fix costs nothing (but hours of
1061: debugging to find the issue :).
1062:
1.150 moko 1063: 2020-12-11 moko
1064:
1065: * configure.ac: gettid() check added
1066:
1067: * src/main/pa_threads.C: HAVE_GETTID used
1068:
1069: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1070:
1071: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1072: version for isapi/cgi/apache
1073:
1074: * buildall: threads are now required.
1075:
1076: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1077: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1078: main/main.vcproj: pa_threads.C moved to main
1079:
1080: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1081: isapi/pa_threads.C: pa_threads.C moved to main
1082:
1083: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1084: targets/apache/Makefile.am: pa_threads.C moved to main
1085:
1086: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1087:
1088: * src/: include/pa_stylesheet_connection.h,
1089: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1090: and weird GPF in multithreaded httpd is gone
1091:
1092: * src/include/: pa_stylesheet_connection.h,
1093: pa_sql_driver_manager.h: whitespace
1094:
1095: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1096:
1097: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1098: main/pa_stylesheet_manager.C: whitespace, warning war
1099:
1100: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1101: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1102: parser_multithreaded never used
1103:
1104: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1105:
1106: 2020-12-10 moko
1107:
1108: * src/: include/pa_config_includes.h, include/pa_http.h,
1109: main/pa_http.C, targets/cgi/parser3.C: initial support for
1110: MULTITHREADED and PARALLEL httpd server modes
1111:
1112: * src/main/pa_globals.C: GC_java_finalization is depricated
1113:
1114: 2020-12-09 moko
1115:
1116: * etc/auto.p.in: + @httpd-main
1117:
1118: * src/: include/pa_common.h, main/pa_request.C,
1119: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1120: work
1121:
1122: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1123: slow file_read_binary no longer used, send_range added
1124:
1125: 2020-12-08 moko
1126:
1127: * src/main/pa_request.C: >4Gb support
1128:
1129: * src/targets/cgi/parser3.C: msvc warning war
1130:
1131: * src/: include/pa_config_includes.h, main/pa_http.C,
1132: main/pa_request.C: msvc warnings war
1133:
1134: * src/classes/image.C: warning war
1135:
1136: * src/classes/table.C: MSVC warning war
1137:
1138: * src/targets/cgi/parser3.C: msvc warnings war
1139:
1140: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1141: added
1142:
1.149 moko 1143: 2020-12-07 moko
1144:
1.150 moko 1145: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1146: avoid logging beside system-wide auto.p
1147:
1148: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1149:
1150: * configure, configure.ac, src/include/pa_config_auto.h.in:
1151: configure options added:
1152:
1153: --with-system-cfg=FILE to specify system-wide auto.p
1154: --with-system-log=FILE to specify system-wide parser3.log
1155:
1156: * Makefile.am: bin no longer exists
1157:
1158: * configure, configure.ac: auto.p moved to etc to simplify debian
1159: package
1160:
1161: * buildall: auto.p and parser3.charsets moved to their default
1162: location after install
1163:
1164: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1165:
1166: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1167:
1.149 moko 1168: * src/targets/cgi/parser3.C: locate_config call returned to
1169: original place as it requires pa_thread_request() under Windows
1170:
1171: * src/targets/cgi/parser3.C: renaming
1172:
1173: 2020-12-06 moko
1174:
1175: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1176: check added
1177:
1178: 2020-12-04 moko
1179:
1180: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1181: main/pa_request.C: unified uint64_t lseek implemented to support
1182: >4Gb files under x86, including Windows
1183:
1184: 2020-12-02 moko
1185:
1186: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1187: with max_file_size
1188:
1189: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1190: support for processing files sized >4Gb on 32 bit planforms
1191:
1192: * tests/399.html: file moved
1193:
1194: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1195:
1196: * src/targets/cgi/pa_sapi_info.h: warning war
1197:
1198: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1199: warning war
1200:
1201: 2020-12-01 moko
1202:
1203: * src/classes/image.C: mp4 extended size (>4Gb) support added
1204:
1205: * src/classes/image.C: for "size not found" exception to be shown
1206: if size not found until eof
1207:
1208: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1209: bit linux)
1210:
1211: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1212: #1188)
1213:
1214: 2020-11-30 moko
1215:
1216: * src/classes/image.C: definitions moved closer to code
1217:
1218: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1219: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1220: 395_dir/3_VP8X.webp, results/395.processed,
1221: results/396.processed: tests for ^image::measure[] .webp support
1222: added, all image files moved into one directory (related to
1223: feature #1188)
1224:
1225: * src/classes/image.C: ^image::measure[] now supports webp (feature
1226: #1188)
1227:
1.148 moko 1228: 2020-11-29 moko
1229:
1230: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1231: processing, unnessesary defines removed
1232:
1233: 2020-11-24 moko
1234:
1235: * tests/results/: 099.processed, 100.processed, 205.processed,
1236: 309.processed, 310.processed: Content-Disposition: inline
1237: returned
1238:
1239: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1240: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1241: ] added (related to bug #1204)
1242:
1243: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1244: ] supported to avoid Content-Disposition: inline;
1245: filename="<file>.ext" but still set Content-Type for ext (related
1246: to bug #1204)
1247:
1.147 moko 1248: 2020-11-22 moko
1249:
1250: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1251: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1252:
1253: * src/main/pa_request.C: content_disposition_inline returned.
1254:
1255: 2020-11-17 moko
1256:
1257: * src/main/pa_request.C: empty main method name support
1258:
1259: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1260: config_handler added, stdout flush added.
1261:
1262: 2020-11-16 moko
1263:
1264: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1265:
1266: * tests/results/: 099.processed, 205.processed, 237.processed,
1267: 309.processed, 310.processed: Content-Disposition: inline is not
1268: required and should not contain filename="<name>"
1269:
1270: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1271: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1272: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1273:
1.146 moko 1274: 2020-11-14 moko
1275:
1276: * src/targets/cgi/parser3.C: spelling
1277:
1278: * src/targets/cgi/parser3.C: renaming
1279:
1280: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1281: relocated
1282:
1283: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1284: before request processing, which is weired
1285:
1286: 2020-11-13 moko
1287:
1288: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1289: copied in httpd.
1290:
1291: 2020-11-12 moko
1292:
1293: * src/main/pa_http.C: ALARM code unified to be used in httpd
1294:
1295: * src/: include/pa_request.h, main/pa_request.C,
1296: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1297:
1298: * src/main/pa_http.C: URI validation added
1299:
1300: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1301: can't be empty but can be null. httpd-main is now main method
1302: name for httpd mode
1303:
1304: 2020-11-11 moko
1305:
1306: * src/main/pa_request.C: path_translated can be null in httpd mode
1307:
1308: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1309: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1310: classes/xdoc.C, include/pa_request.h, main/execute.C,
1311: main/pa_request.C: r.absolute -> r.full_disk_path
1312:
1313: * src/targets/cgi/parser3.C: if filename to process is not
1314: specified, auto.p should be present.
1315:
1.145 moko 1316: 2020-11-03 moko
1317:
1318: * src/: classes/op.C, include/pa_request.h: unused argument removed
1319:
1320: * src/main/pa_request.C: content_disposition_inline is the default,
1321: not required.
1322:
1.144 moko 1323: 2020-10-29 moko
1324:
1325: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1326: ^use[file; $.main(true) ] implemented for auto.p processing and
1327: path_translated changing to correct relative files path
1328: calculation in httpd mode
1329:
1330: * src/: include/pa_request.h, main/pa_request.C:
1331: fail_on_read_problem removed, as it allways true, as if should
1332: be.
1333:
1334: * src/: include/pa_request.h, main/pa_request.C,
1335: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1336: targets/isapi/parser3isapi.C: clearing config_filespec when
1337: config was not found, thus flag not required and removed.
1338:
1339: 2020-10-28 moko
1340:
1341: * tests/: 402.html, results/402.processed: error reporting test
1342:
1343: * src/main/execute.C: better error reporting when
1344: $result[^hash::create[]] in @main.
1345:
1346: * src/main/: execute.C, pa_request.C: frame.result() should be used
1347: + minor optimization
1348:
1349: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1350: main/pa_xml_io.C: execute_*_method simplified and unified
1351:
1352: 2020-10-27 moko
1353:
1354: * tests/: 306.html, results/306.processed: a bit more testing. :)
1355:
1356: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1357: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1358: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1359: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1360: types/pa_vmethod_frame.h, types/pa_vobject.C,
1361: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1362: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1363: longer used in object-prototype mode
1364:
1365: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1366: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1367: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1368: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1369: $form:name[value] features
1370:
1.143 moko 1371: 2020-10-18 moko
1372:
1373: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1374:
1375: 2020-10-15 moko
1376:
1377: * src/main/pa_http.C: url no longer needed as
1378: ALTER_EXCEPTION_SOURCE is used
1379:
1380: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1381: main/pa_http.C: check_file_size filespec is now optional
1382:
1383: * src/: classes/curl.C, include/pa_exception.h,
1384: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1385: ALTER_EXCEPTION_COMMENT added for better error reporting
1386:
1387: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1388: results/346-curl.processed, results/379-curl.processed,
1389: results/379.processed: test results updated as load now provides
1390: better error reporting + curl responses updated
1391:
1392: 2020-10-14 moko
1393:
1394: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1395: main/pa_string.C, targets/apache/mod_parser3_core.C,
1396: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1397: checked. 10 is now default base, no hex autodetect by default
1398:
1399: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1400: connection socket closing in destructor + accept exception
1401: handling
1402:
1403: * src/targets/cgi/parser3.C: warning war
1404:
1405: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1406: main/pa_request.C, targets/apache/mod_parser3_core.C,
1407: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1408: exception handling unified
1409:
1410: 2020-10-13 moko
1411:
1412: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1413: autodetection
1414:
1415: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1416:
1417: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1418:
1419: * src/main/pa_http.C: warning war
1420:
1.142 moko 1421: 2020-10-12 moko
1422:
1.143 moko 1423: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1424: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1425: unhandled exception code optimization
1426:
1427: * src/targets/cgi/parser3.C: request_info now global variable
1428:
1429: * src/main/pa_http.C: http_read_response moved to HTTP_response
1430: class
1431:
1432: * src/: include/pa_http.h, main/pa_http.C,
1433: targets/cgi/pa_sapi_info.h: read_post implemented
1434:
1.142 moko 1435: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1436: [host:]port syntax support in httpd mode
1437:
1438: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1439: targets/cgi/parser3.C: populate_env added
1440:
1441: * src/include/pa_hash.h: to make get(char *) compiling in
1442: HashStringString
1443:
1444: 2020-10-10 moko
1445:
1446: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1447: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1448:
1449: * src/: include/pa_http.h, include/pa_request_info.h,
1450: main/pa_http.C, main/pa_string.C,
1451: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1452: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1453: types/pa_vrequest.C: initial httpd mode implementation
1454:
1.141 moko 1455: 2020-10-04 moko
1456:
1457: * src/targets/cgi/parser3.C: options together
1458:
1459: 2020-09-30 moko
1460:
1461: * src/main/pa_http.C: renamed
1462:
1.140 moko 1463: 2020-08-14 moko
1464:
1465: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1466: src/targets/cgi/Makefile.am: no httpd as separate library
1467:
1468: 2020-08-13 moko
1469:
1470: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1471: unhandled exception handler to report 500 instead of 200 it was
1472: before.
1473:
1474: * src/targets/apache/mod_parser3_core.C: minor cleanup
1475:
1476: * src/: include/pa_sapi.h, main/untaint.C,
1477: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1478: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1479: thus replaced with SAPI::die and removed
1480:
1481: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1482: cgi/parser3.C: whitespace
1483:
1484: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1485:
1486: 2020-08-12 moko
1487:
1488: * src/targets/cgi/parser3.C: duplicate info in signal logging
1489: removed, whitespace was: SIGPIPE received while executing code.
1490: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1491: cl=0]
1492:
1493: * parser3.sln: + httpd.vcproj
1494:
1495: 2020-08-11 moko
1496:
1497: * src/targets/cgi/Makefile.am: +libhttpd
1498:
1499: * configure.ac, src/lib/Makefile.am: +libhttpd
1500:
1.139 moko 1501: 2020-07-13 moko
1502:
1503: * tests/: 401.html, results/401.processed: test for hash key does
1504: not keep language, but tainted in foreach.
1505:
1.138 moko 1506: 2020-07-01 moko
1507:
1508: * tests/: 235.html, results/235.processed: test result updated as
1509: messages before attachments implemented (feature #1176)
1510:
1.137 moko 1511: 2020-06-27 moko
1512:
1513: * tests/: 400.html, results/400.processed: test updated to check
1514: ^return{code}
1515:
1516: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1517: fixed
1518:
1519: 2020-06-26 moko
1520:
1521: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1522: added (related to https://www.parser.ru/forum/?id=85319)
1523:
1524: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1525: when $result assignment was last statement in the method
1526: (https://www.parser.ru/forum/?id=85319)
1527:
1.136 moko 1528: 2020-05-23 moko
1529:
1530: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1531: whitespace, unused level removed
1532:
1533: 2020-05-19 moko
1534:
1535: * src/types/pa_vmail.C: whitespace
1536:
1537: * src/types/pa_vmail.C: files should be processed last (related to
1538: feature #1176)
1539:
1.135 moko 1540: 2020-05-12 moko
1541:
1542: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1543: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1544:
1545: * configure.ac: FreeBSD1X.X check added to avoid
1546: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1547:
1.134 moko 1548: 2020-02-26 moko
1549:
1550: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1551: compilation issue (related to bug #1201)
1552:
1553: * src/main/pa_common.C: entry_readable -> entry_exists,
1554: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1555: -f and -d now works under Windows in UTF-8 with Russian
1556: filenames.
1557:
1558: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1559: advice (related to feature #1199)
1560:
1561: 2020-02-25 moko
1562:
1563: * buildall: --silent removed
1564:
1565: * configure.ac: gmime-3.0 support
1566:
1567: * buildall: --with-system-mailreceive option added to build with
1568: system libgmime
1569:
1570: * src/types/pa_vmail.C: avoiding
1571: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1572: to feature #1199)
1573:
1.133 moko 1574: 2020-02-18 moko
1575:
1576: * src/classes/op.C: windows x64 debug mode compile fix
1577:
1578: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1579: change (releated to feature #1200)
1580:
1581: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1582: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1583: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1584: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1585: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1586: targets/apache/ApacheModuleParser3.vcproj,
1587: targets/apache/ApacheModuleParser3Core.vcproj,
1588: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1589: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1590: dependency (related to feature #1200)
1591:
1.132 moko 1592: 2020-02-12 moko
1593:
1594: * src/types/pa_vmail.C: minimize diff
1595:
1596: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1597: #1199)
1598:
1.131 moko 1599: 2020-01-18 moko
1600:
1601: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1602:
1.130 moko 1603: 2019-12-28 moko
1604:
1605: * src/targets/cgi/parser3.C: avoid empty ?
1606:
1607: 2019-12-27 moko
1608:
1609: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1610: DOCUMENT_ROOT (related to feature #1164)
1611:
1612: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1613: fcgiwrap setup (implements feature #1164)
1614:
1615: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1616: but no issues found (related to feature #1164)
1617:
1618: * src/targets/cgi/parser3.C: actualized
1619:
1620: 2019-12-26 moko
1621:
1622: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1623: removed
1624:
1625: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1626: removed
1627:
1628: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1629: allocation errors, we don't want default gc warnings (without
1630: timestamp and URI).
1631:
1632: * src/: classes/memory.C, main/pa_globals.C,
1633: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1634: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1635: pa_globals_init
1636:
1637: * src/main/pa_globals.C: setup_hex_value() removed, static array
1638: initialization used (optimization)
1639:
1640: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1641: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1642: pa_socks_init/pa_socks_done moved inside pa_globals_init
1643: (optimization)
1644:
1.129 moko 1645: 2019-12-09 moko
1646:
1647: * src/include/pa_config_fixed.h: warning war
1648:
1.128 moko 1649: 2019-12-08 moko
1650:
1651: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1652: process grammar under Unix.
1653:
1654: 2019-12-07 moko
1655:
1656: * tests/389.html: For Windows XP. :)
1657:
1658: * tests/388-sql.html: Windows compatibility added
1659:
1660: 2019-12-06 moko
1661:
1662: * src/targets/cgi/parser3.C: warning war
1663:
1664: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1665: == sizeof(CORD)) to avoid aligning bugs in future
1666:
1667: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1668: XML_STATIC
1669:
1670: * src/include/pa_request.h: StackItem() not required
1671:
1672: * src/include/pa_stack.h: warning war
1673:
1674: * src/include/pa_config_includes.h: GCC warning silenced
1675:
1676: * src/include/pa_memory.h: warning war: the program should also
1677: define 'void operator delete [](void*, std::size_t)'
1678: [-Wsized-deallocation]
1679:
1680: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1681:
1682: * src/classes/string.C: not reqired cast removed
1683:
1684: * src/classes/string.C: not reqired cast removed
1685:
1686: 2019-12-05 moko
1687:
1688: * src/lib/sdbm/pa_file_io.C: warning war
1689:
1690: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1691: enum Language : size_t - required for VS2015+ to make
1692: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1693: without it (related to feature #1198)
1694:
1695: 2019-12-04 moko
1696:
1697: * src/main/pa_base64.C: unsigned char -> uchar
1698:
1699: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1700: as other libs
1701:
1702: * src/include/pa_version.h: +amd64
1703:
1704: 2019-12-03 moko
1705:
1706: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1707: release
1708:
1709: * src/include/pa_config_includes.h: warning war
1710:
1711: * src/classes/image.C: warning war
1712:
1713: * src/main/pa_globals.C: x64 libs support
1714:
1715: * src/include/pa_config_includes.h: warning war
1716:
1717: * src/types/pa_method.h: warning war
1718:
1.127 moko 1719: 2019-11-28 moko
1720:
1721: * src/classes/math.C: vs2003 compatibility + warning war
1722:
1723: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1724: libxml2-2.9.9 (related to feature #1136)
1725:
1726: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1727: typecast for more compatibility (related to feature #1136)
1728:
1729: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1730: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1731: feature #1136)
1732:
1733: 2019-11-26 moko
1734:
1735: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1736: removed (it was failing in $$var case), condition added
1737:
1.126 moko 1738: 2019-11-25 moko
1739:
1740: * tests/: 397.html, 399.html, results/141.processed,
1741: results/399.processed: base64 options tested
1742:
1743: * src/: classes/math.C, main/pa_http.C: base64 options used
1744:
1745: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1746: implemented (feature #986)
1747:
1748: * src/main/pa_cache_managers.C: whitespace
1749:
1750: * tests/: 397.html, 399.html, results/399.processed: tests for
1751: ^base64 encode options added (related to feature #986)
1752:
1753: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1754: pa_base64_encode(file) removed - more memory, but faster and less
1755: code (related fo feature #986)
1756:
1757: 2019-11-24 moko
1758:
1759: * tests/: 155.html, results/155.processed: limit and offset in
1760: ^table::load[] now supported, thus test added
1761:
1762: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1763: main/pa_common.C: optimization: offset and limit options parsing
1764: moved inside file_load.
1765:
1766: 2019-11-23 moko
1767:
1768: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1769: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1770: optimization: file_read replaced with simplified file_read_binary
1771:
1772: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1773: types/pa_vform.C: whitespace
1774:
1775: * src/: include/pa_common.h, main/pa_common.C: never used params
1776: removed
1777:
1778: 2019-11-21 moko
1779:
1780: * tests/: 193.html, results/193.processed, results/389.processed:
1781: test results updated as now base64 does not discard tail without
1782: padding (related to feature #986)
1783:
1784: 2019-11-20 moko
1785:
1786: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1787: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1788: pa_base64_decode (related to feature #986)
1789:
1790: * tests/398.html: tests for base64 decode added (related to feature
1791: #986)
1792:
1793: * src/main/pa_base64.C: base64_decode rewritten - padding option
1794: support, padding inside base 64 supported (related to feature
1795: #096)
1796:
1797: 2019-11-19 moko
1798:
1799: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1800: FreeBSD 12
1801:
1.125 moko 1802: 2019-11-16 moko
1803:
1804: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1805: support added, step support removed (related to #986)
1806:
1807: 2019-11-15 moko
1808:
1809: * src/classes/math.C: using log since log2 is not present on
1810: FreeBSD < 8.4 (related to feature #1177)
1811:
1812: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1813: pa_base64_size extracted and used for files as well (related to
1814: feature 986)
1815:
1816: 2019-11-14 moko
1817:
1818: * tests/: 397.html, results/397.processed: + content check
1819:
1820: * tests/: 141.html, results/141.processed: make test resuls more
1821: readable
1822:
1823: * tests/: 397.html, results/193.processed, results/397.processed:
1824: test results updated after \x00 character was disabled in
1825: math:convert string mode (related to feature #1177)
1826:
1827: * src/classes/: math.C, string.C: \\x00 character disabled while
1828: converting to string (as in base64, related to feature #1177)
1829:
1830: * src/classes/file.C: more correct arguments separation
1831:
1832: * src/: classes/file.C, classes/math.C, classes/string.C,
1833: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1834: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1835: options added, but not yet implemented (related to feature #986)
1836:
1837: * src/classes/math.C: whitespace
1838:
1839: 2019-11-13 moko
1840:
1841: * tests/: 397.html, results/397.processed: +tainting test (related
1842: to feature #1177)
1843:
1844: * src/classes/math.C: as we now produce not only digits, result
1845: should be tainted (related to feature #1177)
1846:
1847: * src/main/pa_base64.C: whitespace
1848:
1849: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1850: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1851: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1852: implementation moved from pa_common.h and pa_common.C
1853:
1854: 2019-11-12 moko
1855:
1856: * tests/: 275.html, results/275.processed: out of range test fixed,
1857: as ^math:convert now supports arbitrary precision
1858:
1859: 2019-11-11 moko
1860:
1861: * tests/results/389.processed: uctualized error message
1862:
1863: * tests/: 389.html, 397.html, results/397.processed: tests for
1864: ^math:convert added (related to feature #1177)
1865:
1866: * src/classes/math.C: ^math:convert now supports arbitrary
1867: precision, alphabet support added (implements feature #1177)
1868:
1.124 moko 1869: 2019-11-06 moko
1870:
1871: * tests/: 181.html, results/181.processed: entities usage added,
1872: more entites load tests (related to bug #842 discussion)
1873:
1874: 2019-11-05 moko
1875:
1876: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1877: call from xmlFileOpen if http://localhost/<file> was not found
1878: (related to bug #842)
1879:
1880: * src/main/pa_xml_io.C: rename
1881:
1882: * src/main/pa_xml_io.C: +MemoryStream constructor
1883:
1884: * src/main/pa_xml_io.C: whitespace
1885:
1.123 moko 1886: 2019-10-31 moko
1887:
1888: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1889: XML_PARSE_NOENT) added to fix entities load, (related to feature
1890: #1181)
1891:
1.122 moko 1892: 2019-10-25 moko
1893:
1894: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1895: queries tests
1896:
1897: 2019-10-24 moko
1898:
1899: * tests/: 388-sql.html, results/388-sql.processed: support for
1900: pgsql driver test
1901:
1902: * tests/: 388-sql.html, results/388-sql.processed:
1903: multi_statements=1 now tested, mysql test now supported
1904: (connection must be specified in [parser3] section in .my.cnf)
1905: related to issues #1195 and #1194
1906:
1.121 moko 1907: 2019-09-11 moko
1908:
1909: * src/classes/int.C: whitespace
1910:
1911: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1912: exception test
1913:
1914: * tests/results/388-sql.processed: sql queries now shown (related
1915: to feature #1196)
1916:
1917: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1918: with old parser versions.
1919:
1920: * src/: classes/file.C, classes/hash.C, classes/string.C,
1921: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1922: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1923: instead of connect string in query_event_handlers exceptions
1924: (implements feature #1196)
1925:
1.120 moko 1926: 2019-09-06 moko
1927:
1928: * tests/388-sql.html: mysql compat
1929:
1930: * src/: classes/hash.C, classes/string.C, classes/table.C,
1931: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1932: sql_ variables declaration moved to pa_common.h
1933:
1.116 moko 1934: 2019-01-15 moko
1935:
1936: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1937: logically sorted
1938:
1939: 2018-12-27 moko
1940:
1941: * src/include/pa_config_includes.h: warning war:
1942: -Wdeprecated-register added for C++ 17
1943:
1944: 2018-10-15 moko
1945:
1946: * configure.ac: FreeBSD 11.2 can be build with ./configure
1947: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1948: --with-xml=/usr/local/
1949:
1950: 2018-09-24 moko
1951:
1952: * tests/: 396.html, 396.tiff, results/396.processed: test for
1953: ^image::measure[] now supports tiff added (related to feature
1954: #1188)
1955:
1956: * src/classes/image.C: ^image::measure[] now supports tiff
1957: (implements feature #1188)
1958:
1959: 2018-09-20 moko
1960:
1961: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1962: files measure added (related to ticket #1188)
1963:
1964: * src/classes/image.C: measure of bmp files implemented (related to
1965: ticket #1188)
1966:
1967: 2018-09-18 moko
1968:
1969: * tests/: 394-curl.html, results/394-curl.processed,
1970: results/auto.p: test for bug #1187 (max_file_size check for head
1971: requests) added
1972:
1973: 2018-08-24 moko
1974:
1975: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1976: response content-length check is required (fixes bug #1187)
1977:
1978: 2018-05-11 moko
1979:
1980: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1981: $.append(bool) ] option added (related to feature #919)
1982:
1983: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1984: from misha@ patch (implements feature #919)
1985:
1986: 2018-03-22 moko
1987:
1988: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1989: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1990: with 128kb buffer. Now works at least 12 times faster. :) May be
1991: Windows-only problem.
1992:
1993: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1994: build fix)
1995:
1996: 2018-02-03 moko
1997:
1998: * src/main/execute.C: removes irrelevant lines from exception stack
1999: trace when exceptions occurs in assigment (fixes bug #1165)
2000:
2001: * tests/: 393.html, results/393.processed: test for behavour after
2002: "Property can not be created, already exists field with that
2003: name" exception removed (related to feature #1183)
2004:
2005: * src/types/pa_vclass.C: "Property can not be created, already
2006: exists field with that name" exception removed (implements
2007: feature #1183)
2008:
2009: 2018-01-19 moko
2010:
2011: * src/classes/string.C: whitespace
2012:
2013: * src/classes/string.C: whitespace
2014:
2015: * tests/: 392.html, results/392.processed: test for
2016: ^regex::create[$regex] added (related to feature #1135)
2017:
2018: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2019: ^regex::create[$regex] added (implements feature #1135)
2020:
2021: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2022: commented define added (related to feature #1157)
2023:
2024: 2018-01-17 moko
2025:
2026: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2027:
2028: 2018-01-15 moko
2029:
2030: * tests/: 390.html, results/390.processed: real path replaced by
2031: stub
2032:
2033: * tests/: 391.html, results/391.processed: test for feature #1181
2034: (XML_PARSE_HUGE exception) added
2035:
2036: 2018-01-11 moko
2037:
2038: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2039: XML_PARSE_HUGE option passed by default (implements feature
2040: #1181)
2041:
2042: * src/classes/string.C: whitespace
2043:
2044: 2017-12-10 moko
2045:
2046: * tests/: 389.html, 390.html, results/389.processed,
2047: results/390.processed: image code coverage tests added (related
2048: to feature #1125)
2049:
2050: 2017-12-08 moko
2051:
2052: * tests/: 346-curl.html, 388-sql.html, 389.html,
2053: results/346-curl.processed, results/388-sql.processed,
2054: results/389.processed: more code coverage tests
2055:
2056: * tests/: 264.html, results/264.processed: code coverage for
2057: ^file::exec[]
2058:
2059: 2017-12-07 moko
2060:
2061: * tests/: 174.html, 388-sql.html, 389.html,
2062: results/388-sql.processed, results/389.processed,
2063: results/174.processed: more coverage tests
2064:
2065: * src/classes/math.C: exception text actualized
2066:
2067: 2017-12-06 moko
2068:
2069: * tests/388-sql.html: $SQL can be here
2070:
2071: * tests/results/auto.p: $SQL not required here
2072:
2073: * tests/: 388-sql.html, 389.html, Makefile,
2074: results/388-sql.processed, results/389.processed, results/auto.p:
2075: code coverage tests for sql (using sqlite) and int/double/bool
2076: added (related to feature #1125)
2077:
2078: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2079: lib/json/json.vcproj, lib/md5/md5.vcproj,
2080: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2081: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2082: targets/apache/ApacheModuleParser3Core.vcproj,
2083: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2084: types/types.vcproj: gc\include no longer required
2085:
2086: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2087: required
2088:
2089: * src/: classes/Makefile.am, classes/table.C,
2090: include/pa_config_includes.h, include/pa_string.h,
2091: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2092: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2093: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2094: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2095: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2096: used, we now include it directly
2097:
2098: 2017-12-04 moko
2099:
2100: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2101: memcached/memcached.vcproj, punycode/punycode.vcproj,
2102: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2103: where required
2104:
2105: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2106: now can be used to trace memory allocations
2107:
2108: * src/: classes/table.C, include/pa_config_includes.h,
2109: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2110: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2111: method removes, libcord also can work without libgc
2112:
2113: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2114:
2115: 2017-11-29 moko
2116:
2117: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2118: are not present (related to feature #1173)
2119:
2120: * tests/346-curl.html: test updated to test curl content-length bug
2121: (related to feature #1173)
2122:
2123: * tests/results/346-curl.processed: more test for content-length
2124: curl bug (related to feature #1173)
2125:
2126: * tests/results/346-curl.processed: test results updated after
2127: #1173 implemented
2128:
2129: 2017-11-28 moko
2130:
2131: * src/classes/curl.C: another libcurl Content-length bug walkaround
2132: (related to feature #1173)
2133:
2134: 2017-11-27 moko
2135:
2136: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2137: $.http_version[version string] added (implements feature #1173),
2138: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2139: where $post(true) bug existed.
2140:
2141: 2017-11-18 moko
2142:
2143: * src/include/pa_memory.h: warning war (related to feature #1170)
2144:
2145: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2146: feature #1170)
2147:
2148: 2017-11-17 moko
2149:
2150: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2151: std::basic_stringstream used in ^table.csv-string[] is compatible
2152: with delete usage check only under Debian 9 (related to feature
2153: #1170)
2154:
2155: 2017-11-16 moko
2156:
2157: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2158: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2159: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2160: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2161: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2162: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2163: stubs defend from accidental use (implements feature #1170)
2164:
2165: 2017-06-24 moko
2166:
2167: * configure.ac: minor fix: thanks to alx@
2168:
1.115 moko 2169: 2017-05-29 moko
2170:
2171: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2172: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2173: added to avoid cutting of UTF-8 chars (fixed bug #123)
2174:
2175: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2176: ignored, =?UTF-8?Q?= should start in case of leading space
2177: (related to bug #123)
2178:
2179: * buildall: echo -n -> printf for OS X. :)
2180:
2181: 2017-05-25 moko
2182:
2183: * tests/: 288.html, results/288.processed: test updated afted
2184: setting $o.prop without setter exception removed (related to
2185: feature #1157)
2186:
2187: * src/types/pa_vclass.C: no more "this property has no setter
2188: method" when setting $o.prop without setter (implements feature
2189: #1157)
2190:
2191: * buildall: echo \c -> echo -n for FreeBSD
2192:
2193: * configure, configure.ac, src/include/pa_config_auto.h.in,
2194: src/types/pa_vdouble.h: isfinite now checked in configure
2195:
2196: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2197: upgraded to automake 1.15
2198:
2199: 2017-05-23 moko
2200:
2201: * src/types/pa_vdouble.h: finite returned where isfinite not
2202: defined
2203:
2204: 2017-05-22 moko
2205:
2206: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2207:
2208: * buildall: extern CFLAGS setting support
2209:
2210: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2211:
2212: * buildall: http -> https
2213:
2214: * buildall: gc-7.2f -> gc-7.6.0
2215:
2216: 2017-05-20 moko
2217:
2218: * buildall: https, pcre, xml, xslt updated to current versions
2219: (related to feature #1136)
2220:
2221: 2017-05-19 moko
2222:
2223: * tests/097.html: after parser.ru moved to https
2224:
2225: 2017-05-17 moko
2226:
2227: * tests/results/: 175.processed, 372.processed: tests resuls
2228: updated after lintian spelling typos fixed (related to bug #1156)
2229:
2230: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2231: classes/string.C, classes/table.C, main/pa_charset.C,
2232: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2233: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2234: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2235:
2236: * tests/results/096.processed: +XMP
2237:
2238: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2239: $.xmp(true) options tested (test for feature #1154)
2240:
2241: * src/classes/image.C: ^image:measure[] options $.exif(false)
2242: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2243: fetched by default! (implements feature #1154)
2244:
2245: 2017-05-16 moko
2246:
2247: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2248: allowed (related to feature #1154)
2249:
2250: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2251: initial XMP implementation - without options and transcode
2252: (related to feature #1154)
2253:
2254: 2017-05-12 moko
2255:
2256: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2257: image: exif moved to ffields, skipped in ^image.html[] where
2258: iterators now used (preparation for feature #1154)
2259:
2260: 2017-05-05 moko
2261:
2262: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2263: results/387.processed: test for circular class inheritance check
2264: added (related to bug #1150)
2265:
2266: * src/types/pa_vstateless_class.C: circular class inheritance check
2267: added (fixes endless add_derived bug #1150)
2268:
2269: 2017-05-04 moko
2270:
2271: * tests/: 386.html, results/386.processed: test for
2272: $table.value(number) added (related to feature #1152)
2273:
2274: * src/types/pa_vtable.C: table put_element: column value must be
2275: string - > column value must be string compatible to allow
2276: $t.value(1) (implements feature #1152)
2277:
2278: 2017-05-03 moko
2279:
2280: * src/main/pa_request.C: $use[$method] is not possible, reverting
2281: (related to feature #1151)
2282:
2283: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2284: not possible, removing test (related to feature #1151)
2285:
2286: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2287: get_element_method added and used to allow $use[$method] and
2288: $autouse[$method] (implements feature 1151)
2289:
2290: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2291: variable added (related to feature #1151)
2292:
2293: * tests/results/226.processed: actualized after ^try-catch used
2294:
2295: * tests/: 226.html, 385.html, results/385.processed: test for
2296: @autouse in variable added
2297:
2298: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2299:
1.114 moko 2300: 2017-02-27 moko
2301:
2302: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2303:
1.113 moko 2304: 2017-02-20 moko
2305:
2306: * operators.txt: actualization + beauty
2307:
2308: 2017-02-16 moko
2309:
2310: * tests/: 384.html, results/384.processed: test for
2311: ^reflection:mixin[; $.name[] ] option added (related to feature
2312: #1089)
2313:
2314: * tests/: 384.html, results/384.processed: test for
2315: ^reflection:mixin[] added (related to feature #1089)
2316:
2317: * src/types/pa_value.h: warning war: virtual ~Value() added
2318:
1.112 moko 2319: 2017-02-15 moko
2320:
2321: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2322: fixed
2323:
2324: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2325: test added (related to feature #1069)
2326:
2327: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2328: compilation without HASH_ORDER fixed
2329:
2330: * src/: classes/reflection.C, include/pa_hash.h:
2331: $.reverse(true/false) added to ^reflection:methods[] (related to
2332: feature #1069)
2333:
2334: 2017-02-14 moko
2335:
2336: * tests/: 152.html, results/152.processed: test for $._default hash
2337: added (related to bug #1131)
2338:
2339: * tests/: 277.html, results/277.processed: test for hash with only
2340: $._default is now defined (related to bug #1131)
2341:
2342: * src/types/pa_vhash.h: hash with only $._default is now defined
2343: (fixed bug #1131)
2344:
2345: 2017-02-13 moko
2346:
2347: * tests/cat-windows.sh: cat-windows added (cygwin required)
2348:
2349: * tests/: 171.html, 264.html, 286.html, 370.html,
2350: results/320.processed, results/375.processed, results/auto.p:
2351: cat-windows.sh support added
2352:
2353: * tests/375.html: Windows support
2354:
2355: * tests/270.html: documented
2356:
2357: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2358: (not backslashes) even under Windows (broke test 270)
2359:
2360: 2017-02-12 moko
2361:
2362: * tests/: descript.ion, todo.txt: cleanup
2363:
2364: 2017-02-09 moko
2365:
2366: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2367: run_tests.cmd: Windows compatibility
2368:
2369: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2370: incorrectly (GMT) if parser is called from cygwin
2371:
1.111 moko 2372: 2017-02-08 moko
2373:
1.112 moko 2374: * operators.txt: actualization 15% completed
2375:
2376: * operators.txt: cp1251 -> utf-8
2377:
2378: * NEWS, README: minor update
2379:
2380: * src/include/pa_config_includes.h: warning war continues
2381:
2382: * src/: include/pa_config_includes.h, include/pa_memory.h,
2383: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2384: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2385: gcc 6.x issues fixed
2386:
1.111 moko 2387: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2388: classes/classes.h, classes/curl.C, classes/date.C,
2389: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2390: classes/hashfile.C, classes/image.C, classes/inet.C,
2391: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2392: classes/memcached.C, classes/memory.C, classes/op.C,
2393: classes/reflection.C, classes/regex.C, classes/response.C,
2394: classes/string.C, classes/table.C, classes/void.C,
2395: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2396: include/pa_array.h, include/pa_cache_managers.h,
2397: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2398: include/pa_config_fixed.h, include/pa_config_includes.h,
2399: include/pa_dictionary.h, include/pa_dir.h,
2400: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2401: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2402: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2403: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2404: include/pa_request_charsets.h, include/pa_request_info.h,
2405: include/pa_sapi.h, include/pa_socks.h,
2406: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2407: include/pa_stack.h, include/pa_string.h,
2408: include/pa_stylesheet_connection.h,
2409: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2410: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2411: include/pa_uue.h, include/pa_xml_exception.h,
2412: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2413: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2414: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2415: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2416: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2417: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2418: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2419: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2420: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2421: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2422: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2423: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2424: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2425: main/pa_string.C, main/pa_stylesheet_connection.C,
2426: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2427: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2428: main/untaint.C, sql/pa_sql_driver.h,
2429: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2430: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2431: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2432: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2433: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2434: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2435: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2436: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2437: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2438: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2439: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2440: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2441: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2442: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2443: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2444: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2445: types/pa_vmemcached.h, types/pa_vmemory.h,
2446: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2447: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2448: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2449: types/pa_vresponse.C, types/pa_vresponse.h,
2450: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2451: types/pa_vstateless_object.h, types/pa_vstatus.C,
2452: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2453: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2454: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2455: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2456: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2457: 2015->2017
2458:
1.110 moko 2459: 2017-02-07 moko
2460:
2461: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2462:
2463: 2017-02-06 moko
2464:
2465: * src/main/pa_common.C: minor fixes, whitespace
2466:
2467: * src/: classes/curl.C, classes/file.C, classes/image.C,
2468: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2469: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2470: now used (implements feature #1081)
2471:
2472: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2473:
2474: 2017-02-01 moko
2475:
2476: * src/include/pa_request.h: cleanup
2477:
2478: 2017-01-30 moko
2479:
2480: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2481:
2482: 2017-01-29 moko
2483:
2484: * tests/: 383.html, results/383.processed: test for
2485: ^reflection:stack[] added (related to feature #1052)
2486:
2487: * src/classes/reflection.C: else added
2488:
2489: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2490: $.max_file_lock_wait added (implements feature #1128)
2491:
2492: 2017-01-28 moko
2493:
2494: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2495: body and other cases tests added (related to featue #1014)
2496:
2497: * src/classes/curl.C: bug if response is empty fixed (related to
2498: feature #1014)
2499:
2500: 2017-01-27 moko
2501:
2502: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2503: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2504: added (implements feature #1052)
2505:
2506: 2017-01-25 moko
2507:
2508: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2509: method test added
2510:
2511: 2017-01-23 moko
2512:
2513: * src/classes/reflection.C: optimization: options->get replaced by
2514: hash iterator
2515:
2516: * tests/: 381.html, results/381.processed: now -> fixed date
2517:
2518: * src/main/pa_request.C: warning war
2519:
2520: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2521: 5Mb (fixes bug #1058)
2522:
2523: * src/classes/curl.C: warning war
2524:
2525: * tests/: 381.html, results/381.processed: tests for ^json:string
2526: $.one-line(true) option added (related to feature #1124)
2527:
2528: * src/: classes/json.C, types/pa_value.h: $json-string
2529: $.one-line(true|false) options is now supported (implements
2530: feature #1124)
2531:
2532: * tests/: 380.html, results/380.processed: test for modified
2533: $.max_file_size added (related to bug #1014)
2534:
2535: * tests/: 379.html, results/auto.p: tests for rewritten http file
2536: load added (related to bug #1014)
2537:
2538: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2539: main/pa_common.C, main/pa_http.C: check_file_size added and used
2540: in curl / file load from disk and http, http file load rewritten
2541: (related to bug #1014)
2542:
2543: 2017-01-18 moko
2544:
2545: * tests/: 378.html, results/378.processed: tests for ^result[]
2546: added (related to feature #66)
2547:
2548: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2549: Method::CO_WITHOUT_FRAME as frame still added in expression
2550: (related to feature #66)
2551:
2552: 2017-01-17 moko
2553:
2554: * tests/: 377.html, results/377.processed: test for different
2555: combinations of breaks in body and delimiter (related to bug
2556: #1077)
2557:
2558: * tests/: 376.html, results/376.processed: many ^break[] tests
2559: added (related to bug #1077)
2560:
2561: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2562: passed to native method" exception added to avoid bugs due to
2563: WRITE_EXPR_RESULT skipped and native methods execution continues
2564: after ^break[] (related to bug #1077)
2565:
2566: 2017-01-14 moko
2567:
2568: * tests/: 330.html, results/330.processed: test results updated
2569: after ^break[] bugs where fixed (related to bug #1077)
2570:
2571: * tests/: 329.html, results/329.processed: test results updated
2572: after ^break[] bugs where fixed (related to bug #1077)
2573:
2574: * tests/results/320.processed: ^return[] added
2575:
2576: 2017-01-13 moko
2577:
2578: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2579: classes/table.C, include/pa_request.h, main/execute.C,
2580: main/pa_request.C, targets/cgi/parser3.C,
2581: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2582: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2583: checked after each possible process/execute call (fixes bug
2584: #1077)
2585:
2586: 2016-12-29 moko
2587:
2588: * src/main/pa_common.C: warning war
2589:
2590: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2591: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2592: pa_file_size_limit added, ^math:random fixed for upper limit and
2593: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2594: (related to feature #1014)
2595:
2596: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2597: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2598: (related to feature #1014)
2599:
2600: 2016-12-28 moko
2601:
2602: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2603: warning war
2604:
2605: 2016-12-26 moko
2606:
2607: * tests/: 341.html, results/341.processed: test for
2608: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2609:
2610: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2611: (related to feature #1057)
2612:
2613: * src/types/pa_vdate.C: warning war continues...
2614:
2615: * src/: classes/date.C, classes/image.C, classes/table.C,
2616: include/pa_config_includes.h, types/pa_vfile.C: warning war
2617:
2618: * src/lib/gd/gifio.C: warning war / cleanup
2619:
2620: * src/lib/json/pa_json.C: warning war
2621:
2622: * src/classes/hash.C: warning war
2623:
2624: * src/types/pa_vfile.C: warning war
2625:
2626: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2627: -Wall warning war continues
2628:
2629: * configure.ac: --with-build-warnings actualized
2630:
2631: 2016-12-25 moko
2632:
2633: * src/main/pa_exec.C: -wAll warning war
2634:
2635: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2636: -wAll warning war
2637:
2638: * src/: include/pa_common.h, include/pa_sapi.h,
2639: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2640: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2641: -wAll warning war
2642:
2643: 2016-12-23 moko
2644:
2645: * src/lib/ltdl/Makefile.am: extra dist added
2646:
2647: * tests/results/344.processed: test result updated after $file.text
2648: prefetched in ^hash::create[$file] (related to feature #1075)
2649:
2650: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2651: ^hash::create[$file] (related to feature #1075)
2652:
2653: 2016-12-22 moko
2654:
2655: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2656: main/pa_request.C, main/pa_stylesheet_connection.C,
2657: types/pa_vfile.C: file_stat now return 64-bit size (implements
2658: #1014 under 32-bit unix versions)
2659:
2660: 2016-12-21 moko
2661:
2662: * tests/: 375.html, results/375.processed: test for exec returning
2663: stated file added (related to feature #1119)
2664:
2665: * src/classes/file.C: load should not return file with null body
2666: (fixes bug #1119)
2667:
2668: 2016-12-14 moko
2669:
2670: * tests/: 374.html, results/374.processed: test for $method.name
2671: added (related to feature #1117) plus method returning junction
2672: test
2673:
2674: 2016-12-13 moko
2675:
2676: * src/: include/pa_symbols.h, main/pa_symbols.C,
2677: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2678: (implements feature #1117)
2679:
2680: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2681: HEAD and TRACE can't have body (implements feature #1116)
2682:
2683: 2016-12-09 moko
2684:
2685: * tests/: 373.html, results/373.processed: tests for
2686: ^reflection:tainting added (related to feature #1098)
2687:
2688: * src/classes/reflection.C: ^reflection:tainting arguments order
2689: change (related to feature #1098)
2690:
2691: 2016-12-06 moko
2692:
2693: * src/: classes/reflection.C, include/pa_string.h,
2694: main/pa_string.C: ^reflection:tainting[$string] added (implements
2695: feature #1098)
2696:
2697: 2016-12-05 moko
2698:
2699: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2700: (fixes bug #1114)
2701:
2702: 2016-12-04 moko
2703:
2704: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2705: check added
2706:
2707: 2016-12-03 moko
2708:
2709: * tests/: 346-curl.html, results/346-curl.processed: test modified
2710: to test value.as_hash() usage
2711:
2712: * src/classes/curl.C: value.as_hash() used for correct hash
2713: processing
2714:
2715: * src/classes/reflection.C: exceptions texts fixes
2716:
2717: 2016-12-02 moko
2718:
2719: * tests/: 372.html, results/372.processed: tests for
2720: ^reflection:create[ $.class[name] $.constructor[name]
2721: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2722: feature #1094)
2723:
2724: * src/types/pa_vmethod_frame.h: comment added: params should be
2725: declared outside of *_FRAME_ACTION as MethodParams destructor
2726: will be called in ~VNativeMethodFrame
2727:
2728: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2729: ] minor fix
2730:
2731: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2732: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2733: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2734: now supported (implements feature #1094) value::as_hash added
2735: (and should be used everywhere)
2736:
2737: * src/classes/reflection.C: cleanup
2738:
2739: 2016-12-01 moko
2740:
2741: * tests/: 356.html, results/356.processed: test for method
2742: junctions class name added to the resulting hash added (related
2743: to feature #1068)
2744:
2745: * src/classes/reflection.C: for method junctions class name added
2746: to the resulting hash (related to feature #1068)
2747:
2748: 2016-11-30 moko
2749:
2750: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2751: exception (related to bug #1113)
2752:
2753: * src/types/pa_vhashfile.C: whitespace
2754:
2755: * src/main/pa_os.C: errno now returned as it should (fixes bug
2756: #1113)
2757:
2758: * tests/results/: 175.processed, 192.processed, 224.processed,
2759: 229.processed, 239.processed, 244.processed, 246.processed,
2760: 314.processed, 352.processed: tests results updated after method
2761: call exceptions improved as method now keeps its name
2762:
2763: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2764: types/pa_vmethod_frame.h: method call exceptions improved as
2765: method now keeps its name
2766:
2767: * tests/: 224.html, 239.html, results/224.processed,
2768: results/239.processed: tests and tests results updated after
2769: Request::construct exception changed
2770:
2771: * src/: classes/reflection.C, main/execute.C: Request::construct
2772: exception optimized
2773:
2774: * tests/: 371.html, results/371.processed: test for
2775: WWrapper.get_element call in $.name.key[value] code added
2776: (related to feature #1091)
2777:
2778: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2779: in $.name.key[value] code (related to feature #1091)
2780:
2781: 2016-11-29 moko
2782:
2783: * src/classes/op.C: VS warning war
2784:
2785: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2786: C4239: nonstandard extension used : 'return' : conversion from
2787: 'Value' to 'Value &' (related to feature #1020)
2788:
2789: * src/: main/execute.C, types/pa_vmethod_frame.h,
2790: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2791: used : 'return' : conversion from 'Value' to 'Value &' (related
2792: to feature #1020)
2793:
2794: * src/main/execute.C: VS warning war
2795:
2796: * src/targets/cgi/parser3.C: VS compatibility fix
2797:
2798: * src/include/pa_request.h: VS warning war
2799:
2800: * tests/: 370.html, results/370.processed: test for ^file::exec[
2801: ... $.stdin[$binary_file] ] added (related to bug #1044)
2802:
2803: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2804: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2805: $.stdin[$binary_file] (fixes bug #1044)
2806:
2807: 2016-11-28 moko
2808:
2809: * src/main/pa_exec.C: whitespace
2810:
2811: * src/main/pa_request.C: whitespace
2812:
2813: * tests/: 369.html, results/369.processed: test for
2814: $response:status usage added (related to feature #1099)
2815:
2816: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2817: if < 100 (implements feature #1099)
2818:
2819: * src/targets/cgi/parser3.C: whitespace
2820:
2821: * src/targets/cgi/parser3.C: whitespace
2822:
2823: * tests/: 368.html, results/368.processed: test updated after
2824: ^reflection:filename[$method] added (related to feature #1053)
2825:
2826: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2827: main/compile.y, main/execute.C, main/pa_request.C,
2828: types/pa_vclass.h: filename -> filespec,
2829: ^reflection:filename[$method] added (related to feature #1053)
2830:
2831: 2016-11-27 moko
2832:
2833: * tests/: 368.html, results/368.processed: test for
2834: reflection:filename[$class or object] added (related to feature
2835: #1053)
2836:
2837: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2838: types/pa_vstateless_class.h: ^reflection:filename[$class or
2839: object] added (implements feature #1053)
2840:
2841: 2016-11-26 moko
2842:
2843: * src/: include/pa_request_info.h,
2844: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2845: remove_absolute_uri -> strip_absolute_uri
2846:
2847: 2016-11-25 moko
2848:
2849: * src/: include/pa_request_info.h,
2850: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2851: request_info.remove_absolute_uri added to remove possible
2852: http://site.name/ from $request:uri (implements feature #1112)
2853:
2854: 2016-11-24 moko
2855:
2856: * tests/: 367-curl.html, results/367-curl.processed: test for
2857: previous request headers clearing after redirect added (related
2858: to bug #1109)
2859:
2860: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2861: response headers from previous requests are now cleared, only
2862: last request headers are collected (fixes bug #1109)
2863:
2864: * tests/results/: 266.processed, 321.processed, 356.processed:
2865: tests results updated as method name now added to the resulting
2866: hash for new syntax only (Imp1 compatimility fixed, related to
2867: feature #1068)
2868:
2869: * src/classes/reflection.C: method name now added to the resulting
2870: hash for new syntax only (Imp1 compatimility fixed, related to
2871: feature #1068)
2872:
2873: * tests/results/366.processed: test for native and parser
2874: implementation of ^use[] logic (related to feature #1074)
2875:
2876: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2877: for native and parser implementation of ^use[] logic (related to
2878: feature #1074)
2879:
2880: 2016-11-23 moko
2881:
2882: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2883: main/pa_request.C: @USE file now implemented as ^use[file;
2884: $.origin[origin_file] ] (implements feature #1074)
2885:
1.109 moko 2886: 2016-11-21 moko
2887:
1.110 moko 2888: * tests/: 365.html, results/365.processed: test for $caller bugs in
2889: 3.4.4 and $caller.method now tested (related to feature #1110)
2890:
2891: * tests/: 364.html, results/364.processed: $caller usage in
2892: different contexts now tested (related to feature #1110)
2893:
2894: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2895:
2896: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2897:
1.109 moko 2898: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2899: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2900: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2901: used (implements feature #1110)
2902:
2903: 2016-11-20 moko
2904:
2905: * src/types/pa_vdouble.h: whitespace
2906:
2907: 2016-11-11 moko
2908:
2909: * tests/: 363.html, results/363.processed: more tests for feature
2910: #1091 (how parser methods work in expression context)
2911:
2912: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2913: expressions strings are now written as strings, not values by
2914: write_as_string (related to feature #1091)
2915:
2916: * src/classes/op.C: to make more correct behavour in expression
2917: context
2918:
2919: 2016-11-07 moko
2920:
2921: * tests/: 362.html, results/362.processed: test for
2922: xsltParseStylesheetDoc caching as xsl modification after it added
2923: (related to bug #1108)
2924:
2925: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2926: result now cached as xdoc is modified after it (fixes bug #1108)
2927:
2928: 2016-11-06 moko
2929:
2930: * src/types/pa_vxdoc.h: whitespace
2931:
2932: 2016-11-05 moko
2933:
2934: * src/types/pa_vmethod_frame.h: cleanup
2935:
2936: 2016-11-03 moko
2937:
2938: * tests/results/244.processed: more correct exception after method
2939: frames separation
2940:
2941: * src/types/pa_vmethod_frame.h: minor optimizaion
2942:
2943: * src/types/pa_method.h: optimization: params_count added
2944:
2945: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2946: include/pa_request.h, main/execute.C, main/pa_request.C,
2947: types/pa_value.C, types/pa_vmethod_frame.C,
2948: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2949: VMethodFrame now divided into VNativeMethodFrame,
2950: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2951: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2952: and used (related to feature #1104)
2953:
2954: 2016-11-02 moko
2955:
2956: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2957: classes/double.C, classes/file.C, classes/hash.C,
2958: classes/hashfile.C, classes/image.C, classes/inet.C,
2959: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2960: classes/memcached.C, classes/op.C, classes/reflection.C,
2961: classes/regex.C, classes/string.C, classes/table.C,
2962: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2963: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2964: r.write (implements feature #1091)
2965:
2966: * src/main/execute.C: cleanup (related to feature #1104)
2967:
2968: * src/: include/pa_request.h, main/execute.C,
2969: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2970: added, in_expression removed (implements feature #1104)
2971:
2972: 2016-10-31 moko
2973:
2974: * src/types/pa_value.C: whitespace
2975:
2976: 2016-10-28 moko
2977:
2978: * tests/results/244.processed: updated after error reporting fixed
2979: in pa_wcontext.C
2980:
2981: * src/types/pa_wcontext.C: error reporting fixed
2982:
2983: * src/types/pa_wcontext.h: whitespace
2984:
2985: * src/classes/image.C: not fully readed entries are no longer
2986: processed (fixes bug #1106)
2987:
2988: 2016-10-26 moko
2989:
2990: * src/classes/image.C: whitespace
2991:
2992: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2993: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2994: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2995: longer required (related to feature #1091)
2996:
2997: * tests/results/: 264.processed, 350.processed: test results update
2998: reverted (whitespace optimization) after write_no_lang removed :)
2999: (related to feature #1091)
3000:
3001: * src/: classes/file.C, classes/hash.C, classes/op.C,
3002: classes/string.C, classes/table.C, classes/void.C,
3003: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3004: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3005: equal write_pass_lang (related to feature #1091)
3006:
3007: * tests/results/: 264.processed, 350.processed: test results
3008: updated (whitespace optimization) after write_assign_lang removed
3009: (related to feature #1091)
3010:
3011: * tests/: 361.html, results/361.processed: test for non-string
3012: ^untaint added (related to feature #1091)
3013:
3014: * src/: classes/curl.C, classes/date.C, classes/file.C,
3015: classes/hash.C, classes/op.C, classes/string.C,
3016: include/pa_request.h, main/execute.C: optimization:
3017: write_assign_lang removed as not required (first part of feature
3018: #1091 implementation)
3019:
1.108 moko 3020: 2016-10-12 moko
3021:
3022: * tests/: 360.html, results/360.processed: more test code (related
3023: to feature #1104)
3024:
3025: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3026: include/pa_request.h, main/compile.y, main/execute.C: opcode
3027: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3028: WContext is next task (implements feature #1104)
3029:
3030: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3031: / CO_WITHOUT_WCONTEXT
3032:
3033: * tests/: 360.html, results/360.processed: test for in expression
3034: state (related to feature #1104)
3035:
3036: 2016-10-11 moko
3037:
3038: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3039:
3040: * src/classes/op.C: default value removed from initializer
3041:
3042: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3043:
3044: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3045:
3046: 2016-10-10 moko
3047:
3048: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3049: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3050: to feature #42)
3051:
3052: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3053: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3054:
3055: 2016-10-08 moko
3056:
3057: * src/classes/double.C: whitespace
3058:
3059: 2016-10-07 moko
3060:
3061: * src/types/pa_vmethod_frame.h: reorder
3062:
3063: 2016-10-06 moko
3064:
3065: * src/classes/date.C: typo
3066:
3067: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3068:
3069: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3070: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3071: types/pa_vmethod_frame.h: params.get now returns Value&, not
3072: Value*
3073:
3074: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3075:
3076: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3077: removed; first as_* code rewrite
3078:
3079: 2016-10-05 moko
3080:
3081: * src/include/pa_request.h: whitespace
3082:
3083: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3084: intercept_string added (related to feature #1097)
3085:
3086: * src/: classes/image.C, classes/op.C, classes/table.C,
3087: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3088: optimization: intercept_string removed (implements feature #1097)
3089:
3090: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3091:
3092: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3093: from VCodeFrame and WWrapper as not required
3094:
3095: 2016-10-04 moko
3096:
3097: * src/: classes/curl.C, classes/date.C, classes/double.C,
3098: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3099: classes/int.C, classes/json.C, classes/op.C,
3100: classes/reflection.C, classes/string.C, classes/table.C,
3101: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3102: proces_to_value -> process after StringOrValue removed (related
3103: to feature #1020)
3104:
3105: * src/classes/form.C: whitespace
3106:
3107: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3108:
3109: * tests/: 357.html, 358.html, results/357.processed,
3110: results/358.processed, results/auto.p: test for @conf
3111: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3112:
3113: 2016-10-03 moko
3114:
3115: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3116: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3117: supported (implements feature #42)
3118:
3119: * src/types/pa_vregex.h: no reason for VRegex to be
3120: is_evaluated_expr
3121:
3122: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3123: (implements feature #1095)
3124:
3125: 2016-10-01 moko
3126:
3127: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3128: false by default (related to feature #1089)
3129:
3130: 2016-09-30 moko
3131:
3132: * src/types/pa_wcontext.h: cleanup
3133:
3134: 2016-09-29 moko
3135:
3136: * src/main/execute.C: whitespace
3137:
3138: * src/include/pa_request.h: whitespace
3139:
3140: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3141: classes/op.C, classes/table.C, include/pa_request.h,
3142: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3143: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3144: StringOrValue removed as it just slows down and adds complexity
3145: (implements feature #1020)
3146:
3147: 2016-09-28 moko
3148:
3149: * tests/: 356.html, results/266.processed, results/321.processed,
3150: results/356.processed: tests updated after name was added to
3151: method_info hash, test for ^reflection:method_info[junction]
3152: added (related to feature #1068)
3153:
3154: * src/classes/reflection.C: ^reflection:method_info[junction] now
3155: supported, method name added to the resulting hash (implements
3156: feature #1068)
3157:
3158: * tests/: 276.html, results/276.processed: more tests for
3159: ^reflection:delete[]
3160:
3161: * src/classes/reflection.C: fixed bug then ^reflection:delete
3162: didn't work on class and could damage native objects (like file)
3163:
3164: 2016-09-26 moko
3165:
3166: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3167: results/345.processed, results/346-curl.processed,
3168: results/347-curl.processed, results/348.processed: numbers added
3169: to simplify diff analysis
3170:
3171: * tests/: 352.html, results/352.processed: test result updated as
3172: method name used
3173:
3174: * src/classes/reflection.C: method name used
3175:
3176: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3177: its name
3178:
3179: * src/types/pa_method.h: whitespace
3180:
3181: * src/classes/reflection.C: both method and field with one name can
3182: exist.
3183:
3184: * src/classes/reflection.C: ^reflection:mixin added (implements
3185: feature #1089)
3186:
3187: * tests/: 355.html, results/355.processed: property appears in
3188: derived class if added in base test added
3189:
3190: * src/types/pa_vstateless_class.h: get_method declaration +
3191: whitespace
3192:
3193: * tests/: 354.html, results/354.processed: nice test from method
3194: and property with one name in class added
3195:
3196: 2016-09-23 moko
3197:
3198: * src/classes/reflection.C: ^reflection:method usage documented
3199:
3200: 2016-09-22 moko
3201:
3202: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3203: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3204: compile warning and GPF occures on VS2003 (related to feature
3205: #1087)
3206:
3207: * tests/: 350.html, results/350.processed: test added for
3208: $.encloser[] support in ^table::create (related to feature #11)
3209:
3210: * src/classes/table.C: another minor fix (related to feature #11)
3211:
1.107 moko 3212: 2016-09-21 moko
3213:
3214: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3215:
3216: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3217: classes/json.C, classes/string.C, classes/table.C,
3218: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3219: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3220: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3221: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3222: pa_charsets, vs2015 warning war
3223:
3224: * src/classes/table.C: vs2015 warning war
3225:
3226: * src/types/pa_vdate.C: vs2015 warning war
3227:
3228: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3229:
3230: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3231: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3232:
3233: * src/main/pa_common.C: vs2015 compilation fixes
3234:
3235: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3236: vs2015 compilation fixes
3237:
3238: * src/main/pa_charset.C: vs2015 warning war
3239:
3240: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3241:
3242: * src/main/pa_charset.C: vs2015 warning war
3243:
3244: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3245:
3246: * src/types/pa_vdate.C: vs2015 compilation fix
3247:
3248: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3249:
3250: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3251: VS2015 compilation fixes
3252:
3253: * src/classes/table.C: minor fix (related to feature #11)
3254:
3255: * tests/results/282.processed: no longer skipping extra enclosers
3256: (related to feature #11)
3257:
3258: * src/classes/table.C: minor fix + no longer skipping extra
3259: enclosers (related to feature #11)
3260:
3261: * src/classes/table.C: minor optimization (related to feature #11)
3262:
3263: * src/classes/table.C: minor fix and optimization (related to
3264: feature #11)
3265:
3266: 2016-09-20 moko
3267:
3268: * tests/: 353.html, results/353.processed: test for
3269: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3270: added (related to bug #1090)
3271:
3272: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3273: one_big_piece (fixes bug #1090)
3274:
3275: * tests/: 229.html, results/229.processed: code coverage tests
3276:
3277: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3278: body) was called
3279:
3280: * src/classes/op.C: whitespace
3281:
3282: * tests/: 323.html, results/323.processed: test for code junction
3283: should not be returned by ^reflection:class, ^reflection:base
3284:
3285: * src/classes/reflection.C: bugfix: code junction should not be
3286: returned by ^reflection:class, ^reflection:base
3287:
3288: * tests/: 323.html, 352.html, results/352.processed: no more
3289: exception for ^reflection:method[class;no-such-method] (related
3290: to feature #1087)
3291:
3292: * src/classes/reflection.C:
3293: ^reflection:method[class;no-such-method] : exception -> void
3294: (related to feature #1087)
3295:
3296: * src/include/pa_request.h: request::write_value added to allow
3297: write value without convertion (related to issue #1091)
3298:
3299: 2016-09-19 moko
3300:
3301: * src/main/pa_random.C: windows build fix
3302:
3303: * src/types/pa_vhash.h: warning war
3304:
3305: 2016-09-14 moko
3306:
3307: * tests/: 352.html, 552.html, results/352.processed,
3308: results/552.processed: test for ^reflection:method[] extension
3309: added (related to feature #1087)
3310:
3311: * tests/: 552.html, results/552.processed: test for
3312: ^reflection:method[] extension added (related to feature #1087)
3313:
3314: * src/classes/reflection.C: compatibility issue fixed, VClass
3315: dynamic_cast check added (related to feature #1087)
3316:
3317: * tests/: 351.html, results/351.processed: test for @auto[]
3318: inheritance bug diring ^process[] added (related to bug #1088)
3319:
3320: * src/: classes/op.C, main/pa_request.C,
3321: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3322: disable it inheritance during ^process (fixes bug #1088)
3323:
3324: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3325: added (implements feature #1087)
3326:
3327: 2016-09-13 moko
3328:
3329: * tests/: 349.html, results/auto.p: test for objects prototyping
3330: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3331: to feature #1086)
3332:
3333: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3334: types/pa_vobject.C: objects now are not class instances, but have
3335: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3336: in @conf (implements feature #1086)
3337:
3338: 2016-09-08 moko
3339:
3340: * src/: classes/file.C, classes/mail.C, classes/string.C,
3341: classes/table.C, main/pa_http.C, main/pa_string.C,
3342: include/pa_string.h: cleanup: string::split limit argument
3343: removed as no longer required, pos_after no longer reference
3344: (related to feature #11)
3345:
3346: * src/classes/table.C, tests/results/348.processed: now exception
3347: is rised when invalid option is passed to ^table::create[]
3348:
3349: * tests/: 282.cfg, 282.html, results/282.processed: more code
3350: coverage tests
3351:
3352: * tests/: 348.html, results/348.processed: code coverage tests
3353: added
3354:
3355: * tests/: 348.html, results/348.processed: generic ^table::create[]
3356: tests
3357:
3358: * tests/: 035.html, results/035.processed, results/272.processed:
3359: tests updated after $.encloser[] support for ^table::create
3360: implementation (related to feature #11)
3361:
3362: * src/classes/table.C: $.encloser[] support for ^table::create
3363: finally added (implements feature #11)
3364:
3365: 2016-09-07 moko
3366:
3367: * src/include/pa_string.h: added StringSplitHelper as friend
3368: (related to feature #11)
3369:
3370: * src/include/pa_string.h: body and langs now protected, not
3371: private to allow inheritance (related to feature #11)
3372:
3373: * src/classes/table.C: lsplit optimized before cloning for
3374: ^table::create with $.encloser[] (related to feature #11)
3375:
3376: * src/classes/table.C: optimizaion: TableControlChars.separators
3377: added and used (related to feature #11)
3378:
3379: * src/classes/table.C: spelling:
3380:
3381: TableSeparators -> TableControlChars column -> separator
3382: separators -> control_chars
3383:
3384: 2016-09-06 moko
3385:
3386: * src/main/pa_string.C: whitespace
3387:
3388: * src/main/pa_string.C: whitespace
3389:
3390: 2016-09-01 moko
3391:
3392: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3393: results OS-independent
3394:
3395: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3396: compiler (related to feature #1042)
3397:
3398: 2016-08-15 moko
3399:
3400: * src/include/pa_string.h: whitespace
3401:
3402: * src/classes/table.C: whitespace
3403:
1.106 moko 3404: 2016-08-05 moko
3405:
3406: * tests/: 344.html, results/344.processed: test for
3407: ^hash::create[$file] added (related to feature #1075)
3408:
3409: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3410: supported (implements feature #1075)
3411:
3412: 2016-08-04 moko
3413:
3414: * tests/: 341.html, results/341.processed: more code coverage tests
3415:
3416: * tests/: 346-curl.html, results/346-curl.processed: more code
3417: coverage tests for curl
3418:
3419: * tests/: 346-curl.html, results/346-curl.processed: more code
3420: coverage tests for curl
3421:
3422: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3423: results/223.processed: code coverage tests: $.form[ $.table[] ]
3424: test added
3425:
3426: * tests/: 223-curl.html, results/223-curl.processed: more code
3427: coverage tests for curl
3428:
3429: 2016-08-03 moko
3430:
3431: * src/classes/curl.C: dlink(curl_library) now called not once, but
3432: until it will be loaded, allowing to find existing library.
3433:
3434: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3435: results/347-curl.processed: more code coverage tests for curl
3436:
3437: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3438: results/339-curl.processed, results/346-curl.processed: curl
3439: functionality tests
3440:
3441: 2016-08-02 moko
3442:
3443: * tests/: 339.html, results/339.processed: test for tables in
3444: ^file:load[] and ^curl:load[] (commented) added (related to
3445: feature #1042)
3446:
3447: * tests/: 345.html, results/345.processed: code coverage tests for
3448: file class
3449:
3450: * tests/: 344.html, results/344.processed: code coverage tests
3451:
3452: * tests/: 344.html, results/344.processed: mdate removed from
3453: output
3454:
3455: * src/classes/file.C: minor bugfix: is_text should be taked from
3456: fcontent.is_text_mode() if not set (related to feature #1061)
3457:
3458: * tests/: 344.html, results/344.processed: more tests
3459:
3460: * tests/: 343.html, 344.html, results/343.processed,
3461: results/344.processed: tests for ^file::create[ $.from-charset
3462: and $.to-charset ] (related to feature #1061)
3463:
3464: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3465: aset_text_mode argument optimized
3466:
3467: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3468: checkBOM now used in detect_binary_content (related to feature
3469: #1061)
3470:
3471: * src/main/pa_request.C: load_charset no longer required to_upper
3472:
3473: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3474: preserves original file mode (if no $.mode specified)
3475:
3476: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3477: ^file::create now supports $.from-charset[] and $.to-charset
3478: options (implements feature #1061), automatic transcode is done
3479: if text file is created from binary file and charset is detected.
3480:
3481: 2016-07-30 moko
3482:
3483: * src/classes/table.C: ^t.hash[..;] now supported (related to
3484: feature #1057)
3485:
3486: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3487: added (related to feature #1057)
3488:
3489: * tests/: 286.html, results/286.processed: code tests coverage
3490:
3491: 2016-07-29 moko
3492:
3493: * src/classes/table.C: table size should be checked inside menu and
3494: foreach (related to feature #858)
3495:
3496: * src/: classes/curl.C, classes/file.C, classes/string.C,
3497: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3498: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3499: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3500: charsets.get now does str_upper inside (related to feature #1061)
3501:
3502: * tests/: 342.html, results/342.processed: more code coverage tests
3503:
3504: * tests/: 342.html, outputs/342.processed: table menu code coverage
3505: + foreach test added (related to feature #858)
3506:
3507: * tests/: 341.html, results/341.processed: tests for
3508: ^table.hash[]{code} added + code coverage tests (related to
3509: feature #1057)
3510:
3511: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3512: value} support (implements feature #1057)
3513:
3514: * src/classes/table.C: whitespace
3515:
3516: 2016-07-28 moko
3517:
3518: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3519: from URL, if not specified query string removed from url-based
3520: filenames in ^curl:load[] and ^file::load[] (related to feature
3521: #1042)
3522:
3523: 2016-07-27 moko
3524:
3525: * tests/: 340.html, results/340.processed: test for
3526: transcode_text_result=false added (related to issue #1042)
3527:
3528: 2016-07-26 moko
3529:
3530: * src/types/pa_vfile.C: file name should not be empty (if file path
3531: is folder and ends with /) (related to feature #1042)
3532:
3533: * src/main/pa_http.C: whitespace optimizaion
3534:
3535: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3536: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3537: multiple headers, ^file::load supports headers transcoding
3538: (implements feature #1042)
3539:
3540: 2016-07-25 moko
3541:
3542: * src/include/pa_common.h: PA_DEFAULT added
3543:
3544: 2016-07-22 moko
3545:
3546: * tests/: 338.html, results/338.processed: test for
3547: $date.field(value) added (related to feature #1066)
3548:
3549: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3550: $date.field(value) now supported for y/m/d/h/m/s (implements
3551: feature #1066)
3552:
1.105 moko 3553: 2016-07-21 moko
3554:
3555: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3556: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3557: arguments removed; image.C - absolute path shown in exception
3558: (implements feature #1071)
3559:
3560: * tests/: 235.html, results/235.processed: test and test result
3561: updated after static boundary in mail and Errors-To: mail header
3562: removed (related to feature #1047)
3563:
3564: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3565: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3566: used, static boundary in mail removed, Errors-To: mail header
3567: removed (implements feature #1047)
3568:
3569: 2016-07-20 moko
3570:
3571: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3572: equest.classes(): Value -> VStateless_class, part 3 (related to
3573: issue #1051)
3574:
3575: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3576: request.classes(): Value -> VStateless_class, part 2 (related to
3577: issue #1051)
3578:
3579: * tests/results/: 224.processed, 323.processed: classes without
3580: methods should not be methoded (related to issue #1051)
3581:
3582: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3583: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3584: -> VStateless_class, part 1 (related to issue #1051)
3585:
3586: * tests/: 337.html, results/337.processed: test for
3587: ^reflection:fields_reference[] and VHashReference class added
3588: (related to feature #1072)
3589:
3590: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3591: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3592: and VHashReference added, allowing ^reflection:fields_reference[]
3593: implementation (closes feature #1072)
3594:
3595: 2016-07-19 moko
3596:
3597: * tests/: 323.html, results/323.processed: we want to see
3598: "methoded"
3599:
3600: * tests/: 336.html, results/336.processed: test for $BASE:property
3601: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3602: #1059)
3603:
3604: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3605: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3606: somebody_entered_some_class, $BASE:property works again,
3607: ^BASE:method[] bugs fixed (fixes bug #1059)
3608:
3609: 2016-07-14 moko
3610:
3611: * tests/: 335.html, results/335.processed: test for feature #1055
3612: added
3613:
3614: * src/classes/hash.C: bugfix: $._default was not copied if empty
3615: feature: ^hash.contains[_default] added (implements feature
3616: #1055)
3617:
3618: 2016-07-13 moko
3619:
3620: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3621: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3622:
3623: 2016-07-05 moko
3624:
3625: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3626: in ^hash.foreach (related to feature #1073)
3627:
3628: 2016-07-04 moko
3629:
3630: * tests/: 134.html, 281.html, results/134.processed,
3631: results/281.processed: tests updated after hash blocking removed
3632: (related to feature #1073)
3633:
3634: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3635: no longer blocks on change during foreach (implements feature
3636: #1073)
3637:
3638: 2016-06-17 moko
3639:
3640: * tests/: 330.html, results/330.processed: try exception source
3641: test added (related to bug in #1062)
3642:
3643: * tests/: 334.html, results/334.processed: Exception stack trace
3644: test added (related to bug in $1062)
3645:
3646: * src/classes/op.C: Exception trace now correctly restored and
3647: errors reported (related to bug #1062)
3648:
1.104 moko 3649: 2016-05-25 moko
3650:
3651: * src/main/compile.y: minor cleanup + beauty
3652:
3653: 2016-05-24 moko
3654:
3655: * tests/: 333.html, results/333.processed: more exceptions testing
3656:
3657: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3658: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3659: features #1056, #1026)
3660:
3661: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3662: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3663: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3664: (implements feature #1056)
3665:
3666: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3667: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3668: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3669: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3670: feature #1026)
3671:
3672: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3673: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3674: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3675: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3676: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3677: feature #1026)
3678:
3679: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3680: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3681: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3682: SYMBOLS_CACHING define implemented (related to feature #1026)
3683:
3684: * src/main/main.vcproj: + ps_symbols
3685:
3686: * src/: include/Makefile.am, include/pa_string.h,
3687: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3688: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3689: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3690: types/pa_vstateless_class.C: initial implementation for symbols
3691: cache (related to feature #1026)
3692:
3693: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3694:
3695: * src/main/pa_globals.C: minor cleanup
3696:
3697: 2016-05-19 moko
3698:
3699: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3700: (related to feature #1046)
3701:
3702: * tests/: 331.html, results/331.processed: test for
3703: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3704: (related to feature #1051)
3705:
3706: * src/main/compile.y:
3707: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3708: (implements feature #1054)
3709:
3710: 2016-05-18 moko
3711:
3712: * src/types/pa_vtable.C, tests/results/324.processed: no more
3713: "column not found" exception for ^table.no-such-method[] (related
3714: to feature #1046)
3715:
3716: * tests/: 261.html, results/261.processed: test added and updated
3717: after feature #1046 implementation
3718:
3719: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3720: types/pa_vvoid.h: $string.anything works for whitespace strings,
3721: ^string.contains added for hash compatibility, $string.method no
3722: longer returns stting method (implements feature #1046)
3723:
3724: 2016-05-12 moko
3725:
3726: * src/classes/curl.C: content-type response header no longer
3727: ignored (fixes issue #1045)
3728:
3729: * tests/: 330.html, results/330.processed: test for incomplete
3730: finally execution when break occures added (related to issue
3731: #1077)
3732:
3733: * src/classes/op.C: bugfix: Request::skip reset is called before
3734: executing catch and finally code (fixes issue #1062)
3735:
3736: 2016-05-11 moko
3737:
3738: * tests/: 329.html, results/329.processed: test for invalid
3739: ^break[] behavour added (bug #1077)
3740:
3741: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3742:
3743: 2016-04-24 moko
3744:
3745: * src/types/pa_vstateless_class.h: warning war
3746:
3747: 2016-04-17 moko
3748:
3749: * tests/: 328.html, results/328.processed: test for
3750: ^break(condition) and ^continue(condition) (related to feature
3751: #1063)
3752:
3753: * src/classes/op.C: ^break(condition) and ^continue(condition)
3754: implemented (feature #1063)
3755:
3756: 2016-04-12 moko
3757:
3758: * tests/results/280.processed: ordered hash now used for class
3759: methods and properties (test results updated for feature #1069)
3760:
3761: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3762: to xdoc.C as under FreeBSD it was inited after and inheritance
3763: failed (related to issue #1051)
3764:
3765: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3766: are printed to check inheritance (related to feature #1051)
3767:
1.103 moko 3768: 2016-04-09 moko
3769:
3770: * tests/results/320.processed: ordered hash now used for class
3771: methods and properties (test results updated for feature #1069)
3772:
3773: * src/types/pa_vstateless_class.h: ordered hash now used for class
3774: methods and properties (implements feature #1069)
3775:
3776: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3777: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3778: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3779: feature #1051)
3780:
3781: 2016-04-07 moko
3782:
3783: * src/main/execute.C: returned Value in .CLASS case for VJunction
3784: (related to feature #1051)
3785:
3786: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3787: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3788: string constants deduplication (related to feature #1051)
3789:
3790: * tests/results/224.processed: test result updated (related to
3791: feature #1051)
3792:
3793: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3794: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3795: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3796: types/pa_vstatus.h: classes hash now contains only
3797: VStateless_class derived objects, .CLASS is also allways
3798: VStateless_class derived object (related to feature #1051).
3799:
3800: 2016-04-06 moko
3801:
3802: * tests/results/323.processed: test result updated after feature
3803: #1051 implementation
3804:
3805: * src/: classes/classes.h, classes/op.C, classes/response.C,
3806: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3807: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3808: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3809: types/pa_vresponse.C, types/pa_vresponse.h,
3810: types/pa_vstateless_class.h: base -> methoded_donor for static
3811: classes, type() moved from VStateless_class to VClass and
3812: Methoded (implements feature #1051)
3813:
3814: 2016-04-04 moko
3815:
3816: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3817: beauty: put_class added (related to feature #1051)
3818:
3819: 2016-04-01 moko
3820:
3821: * tests/results/: 175.processed, 192.processed, 224.processed,
3822: 229.processed, 244.processed, 246.processed, 316.processed: test
3823: results updated as class.type() removed from error messages, only
3824: type() left (related to feature #1051)
3825:
3826: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3827: classes/op.C, classes/reflection.C, main/compile.y,
3828: main/compile_tools.h, main/execute.C, main/pa_request.C,
3829: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3830: types/pa_vmethod_frame.h, types/pa_vobject.h,
3831: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3832: from VStateless_class, type() is used instead (related to feature
3833: #1051)
3834:
3835: * src/classes/mail.C: old logic restored.
3836:
3837: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3838: classes/classes.h, classes/curl.C, classes/date.C,
3839: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3840: classes/hashfile.C, classes/image.C, classes/inet.C,
3841: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3842: classes/memcached.C, classes/memory.C, classes/reflection.C,
3843: classes/regex.C, classes/response.C, classes/string.C,
3844: classes/table.C, classes/xdoc.C, classes/xnode.C,
3845: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3846: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3847: feature #1051)
3848:
3849: 2016-03-30 moko
3850:
3851: * tests/: 327.html, results/224.processed, results/327.processed:
3852: test for TZ specification in ^date::create[], TZ is kept during
3853: ^date::create[$dt] (related to feature #1048)
3854:
3855: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3856: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3857: feature #1048)
3858:
3859: 2016-03-29 moko
3860:
3861: * tests/: 315.html, results/315.processed: test for timezone format
3862: +HHmm added (related to feature #1065)
3863:
3864: * src/classes/date.C: timezone format +HHmm now supported
3865: (implements feature #1065)
3866:
3867: 2016-03-28 moko
3868:
3869: * tests/: 202.html, results/131.processed, results/202.processed,
3870: results/224.processed, results/256.processed,
3871: results/315.processed: test results updated after %.2d now
3872: default for hours offset in iso-string (was %2d), test for
3873: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3874: added (related to feature #1065)
3875:
3876: 2016-03-27 moko
3877:
3878: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3879: feature #1065)
3880:
3881: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3882: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3883: added (implements feature #1065)
3884:
3885: 2016-03-24 moko
3886:
3887: * tests/: 202.html, results/202.processed: test $date.week added
3888: (related to bug #1067)
3889:
3890: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3891: date (fix for bug #1067)
3892:
3893: 2016-03-10 moko
3894:
3895: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3896:
1.102 moko 3897: 2015-12-07 moko
3898:
3899: * tests/: 326.html, results/326.processed: test for .CLASS &
3900: .CLASS_NAME optimization added (related to feature #844)
3901:
3902: 2015-11-17 moko
3903:
3904: * tests/: 323.html, results/323.processed: order added
3905:
3906: * tests/: 325.html, results/325.processed: double range test added
3907: (related to bug #1049)
3908:
3909: 2015-11-16 moko
3910:
3911: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3912: added to disallow NaN and Infinity (fixes bug #1049)
3913:
3914: 2015-11-11 moko
3915:
3916: * tests/324.html: parser 3.4.3 execution support added (related to
3917: feature #1017)
3918:
3919: * tests/: 324.html, results/324.processed: test for
3920: GET_ELEMENT4CALL feature added (feature #1017)
3921:
1.101 moko 3922: 2015-10-29 moko
3923:
3924: * operators.txt: updated for 3.4.4
3925:
3926: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3927:
3928: * src/main/pa_exec.C: get_exit_status implemented for Windows
3929: (related to bug #1043)
3930:
3931: 2015-10-28 moko
3932:
3933: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3934: hangup during ^file::exec (fixes bug #1043)
3935:
1.100 moko 3936: 2015-10-27 moko
3937:
3938: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3939:
1.99 moko 3940: 2015-10-26 moko
3941:
1.100 moko 3942: * tests/322.html, src/classes/reflection.C: arguments reorder
3943: (related to issue #1041)
3944:
3945: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3946: Copyright year updated
3947:
1.99 moko 3948: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3949: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3950: classes/form.C, classes/hash.C, classes/hashfile.C,
3951: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3952: classes/mail.C, classes/math.C, classes/memcached.C,
3953: classes/memory.C, classes/op.C, classes/reflection.C,
3954: classes/regex.C, classes/response.C, classes/string.C,
3955: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3956: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3957: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3958: include/pa_config_fixed.h, include/pa_config_includes.h,
3959: include/pa_dictionary.h, include/pa_dir.h,
3960: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3961: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3962: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3963: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3964: include/pa_request_charsets.h, include/pa_request_info.h,
3965: include/pa_sapi.h, include/pa_socks.h,
3966: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3967: include/pa_stack.h, include/pa_string.h,
3968: include/pa_stylesheet_connection.h,
3969: include/pa_stylesheet_manager.h, include/pa_table.h,
3970: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3971: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3972: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3973: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3974: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3975: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3976: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3977: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3978: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3979: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3980: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3981: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3982: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3983: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3984: main/pa_string.C, main/pa_stylesheet_connection.C,
3985: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3986: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3987: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3988: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3989: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3990: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3991: targets/isapi/parser3isapi.C, types/pa_junction.h,
3992: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3993: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3994: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3995: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3996: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3997: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3998: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3999: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4000: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4001: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4002: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4003: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4004: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4005: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4006: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4007: types/pa_vresponse.C, types/pa_vresponse.h,
4008: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4009: types/pa_vstateless_object.h, types/pa_vstatus.C,
4010: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4011: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4012: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4014: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4015:
4016: * src/targets/cgi/parser3.C: year updated
4017:
4018: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4019: issue #1041)
4020:
4021: * tests/: 323.html, results/323.processed: test for base classes
4022: added
4023:
4024: * tests/: 261.html, results/261.processed: updated after better
4025: error reporting done for $string.key exception
4026:
4027: * src/types/pa_vstring.h: better error report for $string.key
4028: exception
4029:
4030: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4031: copied as VObject::get_element4call to remove extra virtual call
4032:
4033: * tests/: 322.html, results/322.processed: test for
4034: ^reflection:is[] added (related to feature #1041)
4035:
4036: * src/classes/reflection.C: ^reflection:is empty value is void
4037: (related to feature #1041)
4038:
4039: * src/classes/reflection.C:
4040: ^reflection:is[class_name|code|method;[context;]element_name]
4041: added (implements feature #1041)
4042:
4043: 2015-10-24 moko
4044:
4045: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4046:
1.98 moko 4047: 2015-10-22 moko
4048:
4049: * tests/: 321.html, results/321.processed: test for
4050: ^reflection:method_info[] file detection added
4051:
4052: * tests/: 320.html, results/320.processed: test for
4053: ^reflection:class_by_name[class_name] added (related to feature
4054: #993)
4055:
4056: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4057: added (implements feature #993)
4058:
4059: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4060: (related to feature #1017)
4061:
4062: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4063: added (related to issue #1039)
4064:
4065: * src/main/pa_request.C: ^throw origin fixed (related to feature
4066: #1039)
4067:
4068: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4069: for VDate
4070:
4071: * tests/results/182.processed: updated after feature #1038
4072: implemented
4073:
4074: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4075: compile-time exception origin added (test for feature #1039)
4076:
4077: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4078: main/pa_request.C: exception unification: compile-time exceptions
4079: now have origin, @USE origins also tracked (implements feature
4080: #1039)
4081:
4082: 2015-10-20 moko
4083:
4084: * src/main/pa_request.C: cleanup
4085:
4086: 2015-10-15 moko
4087:
4088: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4089:
4090: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4091: types/pa_vtable.C: new feature: no more $table.method and
4092: $hash.method, aliases for _at, _count, _key (related to feature
4093: #1017)
4094:
1.97 moko 4095: 2015-10-14 moko
4096:
1.98 moko 4097: * tests/: 317.html, results/317.processed: test for
4098: ^string.unescape[] added (related to feature #120)
4099:
1.97 moko 4100: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4101: defined" bug (described in issue #1036)
4102:
4103: * tests/: 247.html, results/247.processed: test for checkBOM added
4104: (test for bug #1037)
4105:
4106: * src/: include/pa_charsets.h, main/pa_charsets.C,
4107: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4108: it's not enforced, skips BOM signature if it complies charset
4109: (fixes bug #1037)
4110:
4111: 2015-10-13 moko
4112:
4113: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4114: linking
4115:
4116: * src/classes/inet.C: vs2003 compilation fix
4117:
4118: * src/classes/math.C: warning war
4119:
4120: * src/lib/punycode/pa_punycode.c: warning war
4121:
4122: 2015-10-12 moko
4123:
4124: * src/lib/punycode/pa_punycode.c: warning war
4125:
4126: * parser3.sln: moved parser3 first, to make it default startup
4127: project
4128:
4129: * buildall: parser "mirror" now used for external libs sources
4130: (implements feature #1036)
4131:
4132: * buildall: most external libs are updated to their current
4133: versions (related to feature #1036)
4134:
4135: * src/classes/image.C: more tags added
4136:
4137: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4138:
4139: 2015-10-11 moko
4140:
4141: * src/classes/curl.C: minor optimization (related to feature #1035)
4142:
4143: 2015-10-09 moko
4144:
4145: * src/classes/curl.C: pa_strdup added for strings from curl
4146: (related to feature #1035)
4147:
4148: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4149: ULLONG_MAX definition
4150:
4151: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4152: (implements feature #1035)
4153:
4154: * src/main/pa_charset.C: String::Body(String::C) used
4155:
4156: * src/main/pa_charset.C: exceptions unified
4157:
4158: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4159: unified
4160:
4161: * src/: classes/file.C, classes/image.C, classes/mail.C,
4162: classes/op.C, classes/xdoc.C, classes/xnode.C,
4163: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4164: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4165: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4166: String::Body(String::C) constructor added (related to bug #957)
4167:
4168: * src/classes/file.C: minor optimization
4169:
4170: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4171: Cord(char*) autocreation (related to bug #957)
4172:
4173: * src/: classes/string.C, main/untaint.C: minor optimizations
4174:
4175: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4176: String(char*, Lang, length) removed, String(C(), Lang) used
4177: instead (related to bug #957)
4178:
4179: 2015-10-08 moko
4180:
4181: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4182: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4183: main/untaint.C: Now char * is converted to CORD only using
4184: AS_CORD() to check for empty cord bug (fixes bug #957)
4185:
4186: * src/include/pa_hash.h: fixed compilation without
4187: HASH_CODE_CACHING
4188:
4189: * src/classes/string.C:
4190: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4191: feature #120)
4192:
4193: * src/main/pa_common.C: reduce js flags checks count (related to
4194: feature #120)
4195:
1.96 moko 4196: 2015-10-07 moko
4197:
4198: * tests/: 275.html, results/275.processed: test modified after
4199: unsigned long long int support implemented (feature #1034)
4200:
4201: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4202: pa_atoul added for unsigned long long int support
4203:
4204: 2015-10-06 moko
4205:
4206: * src/types/pa_vdate.C: INT_MAX used
4207:
4208: 2015-10-03 moko
4209:
4210: * tests/: 302.html, results/302.processed: test for bug #1023
4211: (\u2028, \u2029 escaping) added
4212:
4213: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4214: json:string[] (fixes bug #1023)
4215:
4216: 2015-09-29 moko
4217:
4218: * tests/305.html: try-catch added for OS without ipv6 support
4219:
4220: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4221: compilation
4222:
4223: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4224: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4225: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4226: implemented to distinguish ^hash.method from $hash.field
4227: (implements feature #1017)
4228:
4229: * src/lib/punycode/pa_punycode.c: warning war
4230:
4231: * src/include/pa_config_includes.h: warning war
4232:
4233: * src/include/pa_config_includes.h: pragma warning actualized a bit
4234:
4235: * src/include/pa_config_includes.h: warning war
4236:
4237: * src/include/pa_hash.h: clang compilation fix
4238:
4239: 2015-09-27 moko
4240:
4241: * src/main/compile.tab.C: Bison 3 is now default
4242:
4243: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4244:
4245: 2015-09-25 moko
4246:
4247: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4248: works with undefined HASH_ORDER (related to feature #196)
4249:
4250: 2015-09-24 moko
4251:
4252: * tests/: 027.html, results/027.processed: test modified to test
4253: ^hash.sort (feature #196)
4254:
4255: * src/: classes/hash.C, include/pa_hash.h:
4256: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4257: added (implements feature #196)
4258:
4259: * tests/: 316.html, results/316.processed: Added test for bug #1025
4260: (exception handling in non-cached ^cache), plus for "it does not
4261: have logical value" and "$exception.handled value must be either
4262: boolean or string 'cache'" exceptions.
4263:
4264: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4265: code (fixes bug #1025)
4266:
1.95 moko 4267: 2015-09-23 moko
4268:
4269: * src/classes/table.C: warning war
4270:
4271: * src/: classes/math.C, types/pa_vcookie.C: warning war
4272:
4273: * src/classes/file.C: warning war
4274:
4275: * src/: include/pa_table.h, main/pa_table.C: warning war
4276:
4277: * src/: main/pa_request.C, classes/date.C: warning war
4278:
4279: * src/: types/pa_vdate.C, classes/op.C: warning war
4280:
4281: * tests/: 122.html, results/122.processed: win sync: to remove
4282: differences with OS that doesn't keep timezone change history
4283:
4284: * src/types/pa_vdate.C: tzset() should be called in Windows after
4285: TZ change (related to feature #36)
4286:
4287: * tests/: 075.html, results/075.processed: win sync: to remove
4288: differences with OS that doesn't keep timezone change history
4289:
4290: * tests/: 315.html, results/315.processed: win sync: to remove
4291: differences with OS that doesn't keep timezone change history
4292:
4293: * tests/: 256.html, results/256.processed: win sync: to remove
4294: differences with OS that doesn't keep timezone change history
4295:
4296: * tests/: 124.html, results/124.processed: win results sync: to
4297: avoid hitting time change hole.
4298:
4299: * src/types/pa_vdate.C: static returned. :)
4300:
4301: 2015-09-22 moko
4302:
4303: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4304:
4305: * tests/results/131.processed: more tests for feature #1032
4306:
4307: * src/classes/date.C: minor fix related to feature #1032
4308:
4309: * operators.txt: ISO date creation documented (related to feature
4310: #1032)
4311:
4312: * operators.txt: iso-string documented (related to feature #1032)
4313:
4314: * tests/: 315.html, results/315.processed: more tests added
4315: (related to feature #1032)
4316:
4317: * tests/: 131.html, results/131.processed: date range checks
4318: updated (related to feature #36)
4319:
4320: * tests/: 315.html, results/057.processed, results/315.processed:
4321: test added for ISO date support (related to issue #315)
4322:
4323: * src/classes/date.C: more readable exceptions in date creation
4324: (related to ticket #1032)
4325:
4326: 2015-09-18 moko
4327:
4328: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4329: added (related to issue #1032)
4330:
4331: * tests/results/256.processed, src/classes/json.C: iso-string
4332: documented (related to issue #1032)
4333:
4334: * tests/: 256.html, results/256.processed: ISO date check added
4335: (related to issue #1032)
4336:
4337: * tests/: 057.html, results/057.processed, results/224.processed:
4338: tests results updated after ISO date support implemented (related
4339: to feature #1032)
4340:
4341: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4342: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4343: ^date::create[string] constructor formalized, ^date.iso-string[]
4344: added (implements feature #1032)
4345:
4346: 2015-09-05 moko
4347:
4348: * operators.txt: actualized
4349:
4350: * operators.txt: date changes documented (related to ticket #36)
4351:
4352: 2015-09-04 moko
4353:
4354: * src/types/pa_vdate.C: warning war
4355:
4356: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4357:
4358: 2015-09-03 moko
4359:
4360: * tests/results/096.processed: test result updated for 0..9999 year
4361: date range support (related to feature #36)
4362:
4363: * tests/: 314.html, results/314.processed: test for
4364: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4365: bug #1031)
4366:
4367: * src/classes/string.C: Static calls fixed for ^string:base64[],
4368: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4369:
1.116 moko 4370: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4371: configure.in -> configure.ac
1.95 moko 4372:
1.116 moko 4373: * configure, configure.in, src/include/pa_config_auto.h.in: more
4374: correct timezone check for FreeBSD Warning war: configure.in ->
4375: configure.ac
1.95 moko 4376:
4377: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4378: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4379: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4380: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4381: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4382: src/main/Makefile.am, src/targets/apache/Makefile.am,
4383: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4384: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4385: check added
4386:
4387: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4388:
4389: * tests/results/: 124.processed, 224.processed: test resuls updated
4390: for new date implementation (related to feature #36)
4391:
4392: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4393: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4394: types/pa_vdate.h: new double date implementation with internal
4395: support for extended 0..9999 year range, default timezone support
4396: (related to feature #36)
4397:
4398: 2015-08-28 moko
4399:
4400: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4401: (fixes bug #1030)
4402:
4403: 2015-08-21 moko
4404:
4405: * src/classes/inet.C: snprintf size "bug" commented
4406:
4407: * src/main/pa_common.C: snprintf comments updated
4408:
4409: 2015-08-16 moko
4410:
4411: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4412:
4413: 2015-08-11 moko
4414:
4415: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4416: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4417: can be null (fixes bug #1029)
4418:
4419: 2015-08-06 moko
4420:
1.116 moko 4421: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4422: pa_vdate.C added
1.95 moko 4423:
4424: 2015-08-05 moko
4425:
4426: * tests/: 313.html, results/313.processed: test for
4427: ^table.count[columns] and ^table.flip[] with nameless tables
4428: (feature #1003)
4429:
4430: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4431: max_cell added, now ^table.count[columns] and ^table.flip[] works
4432: correctly for nameless tables (implements feature #1003)
4433:
4434: 2015-08-03 moko
4435:
4436: * tests/312.html: test for ^table.append[$hash] and
4437: ^table.insert[$hash] added (related to feature #1028)
4438:
4439: * src/classes/table.C: ^table.append[$hash] and
4440: ^table.insert[$hash] now supported (implements feature #1028)
4441:
4442: * tests/: 312.html, results/312.processed: test row copy in
4443: ^table.hash[; $.type[table] ] added (related to feature #1016)
4444:
4445: * src/classes/table.C: row copy now created in ^table.hash[;
4446: $.type[table] ] (related to feature #1016)
4447:
4448: 2015-07-29 moko
4449:
4450: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4451: added (related to feature #1016)
4452:
4453: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4454: ^table.delete[] added to delete current row (related to feature
4455: 1016)
4456:
4457: 2015-07-28 moko
4458:
4459: * tests/: 312.html, results/312.processed: test for
4460: $table.column[value] and ^table.insert{row} (related to feature
4461: #1016)
4462:
4463: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4464: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4465: ^table.insert{row} are now implemented (feature #1016)
4466:
4467: * src/include/pa_array.h: Optimization: bool reverse removed from
4468: append(), insert() added, memmove arguments order in remove()
4469: fixed (related to feature #1016)
4470:
4471: 2015-07-23 moko
4472:
4473: * src/classes/json.C: tainted json and empty json exception added
4474: (implements feature #1015)
4475:
4476: * tests/: 311.html, results/311.processed: empty json and tainted
4477: json exception test added (related to issue #1015)
4478:
4479: 2015-07-22 moko
4480:
4481: * tests/: 311.html, results/311.processed: test for UTF-8
4482: processing added
4483:
4484: * tests/: 311.html, results/311.processed: test for
4485: json_exception_with_source added (related to issue #394)
4486:
4487: * src/classes/json.C: json_exception_with_source added (implements
4488: feature #394)
4489:
4490: 2015-06-29 moko
4491:
4492: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4493: directories are now correctly determined if _d_type == DT_UNKNOWN
4494: (closes bug #1027)
4495:
4496: 2015-06-10 moko
4497:
4498: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4499: error if libxml has LIBXML_ICU_ENABLED.
4500:
4501: 2015-06-04 moko
4502:
4503: * tests/099.html: ups, reverting
4504:
4505: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4506: results/310.processed: tests for $response:body[ $.file[] ] and
4507: $response:last-modified added
4508:
4509: * src/main/pa_request.C: last-modified check fixed
4510:
4511: 2015-06-03 moko
4512:
4513: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4514: results/205.processed, results/293.processed: $response:headers
4515: logging added (tests for feature #1007)
4516:
4517: * src/: include/pa_common.h, include/pa_request.h,
4518: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4519: $response:headers are now in uppercase (closes feature #1007)
4520:
4521: 2015-06-02 moko
4522:
4523: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4524: build errors reverted for clang compatibility
4525:
4526: 2015-06-01 moko
4527:
4528: * src/include/pa_memory.h: -pedantic build errors fixed
4529:
4530: * src/classes/math.C: -pedantic build error fixed
4531:
4532: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4533:
4534: 2015-05-31 moko
4535:
4536: * src/classes/table.C: USE_STRINGSTREAM optimized
4537:
4538: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4539: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4540: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4541: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4542: types/pa_vxnode.h: warning war (-pedantic flag)
4543:
4544: 2015-05-28 moko
4545:
4546: * tests/: 308.html, results/308.processed: test for
4547: ^table::create[$t;], etc work added (related to bug #975)
4548:
4549: * src/classes/table.C: check_option_param removed,
4550: ^table::create[$t;], etc now works (fixes bug #975)
4551:
4552: 2015-05-27 moko
4553:
4554: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4555: (Debian jessie) fixed (closes issue #1024)
4556:
4557: * tests/Makefile: sort added as in Debian jessie list become
4558: unsorted
4559:
4560: 2015-05-18 moko
4561:
4562: * tests/: 201.html, results/201.processed: test for
4563: ^string.trim[what] feature #1022
4564:
4565: * src/classes/string.C: ^string.trim[what] now supported,
4566: implements feature #1022
4567:
4568: 2015-05-17 moko
4569:
4570: * tests/results/185.processed: test result updated as feature #1021
4571: implemented (left/right accept negative parameter)
4572:
4573: * src/classes/string.C: left/right now accept negative parameter
4574: (implements feature #1021)
4575:
4576: 2015-05-08 moko
4577:
4578: * src/classes/math.C: isalnum -> pa_isalnum
4579:
4580: * src/main/execute.C: optimization in getter-junction processing
4581: (related to issue #997)
4582:
4583: 2015-05-07 moko
4584:
4585: * tests/: 307.html, results/307.processed: test for issue #997
4586: added
4587:
4588: * src/main/execute.C: process_getter result now checked if junction
4589: returned (closes issue #997)
4590:
4591: * tests/: 305.html, results/305.processed: sort added to ignore
4592: different order
4593:
4594: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4595: assignment (closes issue #994)
4596:
4597: * tests/: 306.html, results/306.processed: test for issue #994
4598: added
4599:
4600: * tests/: 303.html, results/303.processed: two more errors tested
4601:
4602: 2015-05-06 moko
4603:
4604: * tests/: 305.html, results/305.processed: test for name2ip &
4605: ip2name added (related to feature #992)
4606:
4607: * tests/: 303.html, 304.html, results/303.processed,
4608: results/304.processed: tests for idna conversion added (related
4609: to issue #849)
4610:
4611: 2015-05-02 moko
4612:
4613: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4614: implemented
4615:
4616: 2015-04-30 moko
4617:
4618: * src/main/pa_http.C: idna_host added, related to issue #849
4619:
4620: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4621: (related to issue #849)
4622:
4623: 2015-04-24 moko
4624:
4625: * src/types/pa_vjunction.C: warning war
4626:
4627: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4628: unification
4629:
4630: * src/lib/punycode/pa_idna.c: warning war
4631:
4632: 2015-04-22 moko
4633:
4634: * src/main/main.vcproj: punycode include path added
4635:
4636: * src/lib/punycode/pa_idna.c: windows compile error fixed
4637:
4638: * src/lib/punycode/pa_idna.c: warning war
4639:
4640: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4641: project file added
4642:
4643: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4644:
4645: * src/include/pa_memory.h: warning war
4646:
4647: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4648: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4649: implemented (related to feature #849)
4650:
4651: * configure.in, src/main/Makefile.am,
4652: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4653: libpunycode added in Unix
4654:
4655: 2015-04-21 moko
4656:
4657: * configure.in: large files support
4658:
4659: 2015-04-15 moko
4660:
4661: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4662: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4663: pa_punycode.h: initial version for punycode/idna support library
4664: (ticket #849)
4665:
4666: 2015-04-08 moko
4667:
4668: * src/: classes/curl.C, classes/date.C, classes/file.C,
4669: classes/image.C, classes/mail.C, classes/reflection.C,
4670: classes/string.C, classes/xnode.C, include/pa_request.h,
4671: include/pa_string.h, include/pa_stylesheet_connection.h,
4672: main/compile.y, main/compile_tools.h, main/execute.C,
4673: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4674: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4675: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4676: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4677: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4678: clang compiler warnings (closes issue #1018)
4679:
4680: * src/include/pa_string.h: String::Body comparation operators with
4681: char * added (related to issue #958)
4682:
4683: 2015-04-07 moko
4684:
4685: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4686: pa_malloc/pa_free to remove system malloc/free usage (related to
4687: issue #1018)
4688:
4689: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4690: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4691: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4692: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4693: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4694: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4695: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4696: malloc/strdup/free replaced with pa_ version and checks for
4697: accidental use of non-pa_ version added (related to issue #1018)
4698:
4699: 2015-04-03 moko
4700:
4701: * buildall: pcre-8.33 -> pcre-8.36
4702:
4703: * src/: main/compile.y, classes/form.C, classes/mail.C,
4704: classes/op.C, classes/string.C, main/compile.tab.C,
4705: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4706: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4707: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4708: ticket #958)
4709:
4710: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4711: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4712: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4713: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4714: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4715: $request:headers, $request:method added (implements feature
4716: #1007)
4717:
4718: 2015-03-17 misha
4719:
4720: * tests/302.html: - test for
4721: ^json:string[...;$._default[method-name]]
4722:
4723: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4724: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4725: option $._default[method-name] is specified in ^json:string[], a
4726: method with specified name will be called for classes/objects
4727: serialization ( new feature: #982 )
4728:
4729: 2015-03-16 misha
4730:
4731: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4732: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4733: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4734: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4735: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4736: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4737: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4738: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4739: types/pa_vrequest.h, types/pa_vstateless_class.C,
4740: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4741: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4742: $var.CLASS_NAME now have special opcodes. This can be switched
4743: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4744: on pa_opcode.h ( new feature: #844 )
4745:
4746: 2015-03-15 misha
4747:
4748: * tests/075.html: - test for $response:header[]
4749:
4750: * src/types/pa_vresponse.C: - $response:header[] deletes header
4751: that was set earlie ( new feature: #1001 )
4752:
4753: 2015-03-12 misha
4754:
4755: * tests/246.html: - more tests for ^hash._at[]
4756:
4757: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4758: accepts second param [key|value|hash] ( new feature: #1012 )
4759:
4760: 2015-03-09 moko
4761:
4762: * src/types/pa_vmail.C: exception for everything but
4763: $mail:received, closes issue #1011
4764:
4765: 2015-02-20 moko
4766:
4767: * tests/: 275.html, results/275.processed: hex detection in
4768: pa_atoui fix test (closes issue #1010)
4769:
4770: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4771: issue #1010)
4772:
4773: 2015-02-17 moko
4774:
4775: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4776: tainted.
4777:
4778: 2015-02-03 misha
4779:
4780: * tests/301.html: - test for ^json:string($double) causes
4781: exception. bugfix: #1008
4782:
4783: * src/classes/json.C: - ^json:string($double) causes exception.
4784: bugfix: #1008
4785:
4786: * tests/014.html: - updated for work with ^hash.delete[]
4787:
4788: 2015-01-12 misha
4789:
4790: * src/: classes/form.C, include/pa_common.h,
4791: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4792: types/pa_vform.h: - supports body with PUT method as well ( new
4793: feature: #1006 )
4794:
4795: * src/classes/file.C: - warnings war
4796:
4797: 2015-01-11 misha
4798:
4799: * tests/300.html: - test for ^hash.delete[] is added
4800:
4801: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4802: feature: #989 ) - tiny optimization in intersects
4803:
4804: 2015-01-06 moko
4805:
4806: * src/types/pa_vmail.C: file names transcode added, to and cc added
4807: with transcode, attachments detection fixed
4808:
4809: * src/main/pa_request.C: filling mail received after cgi/auto.p
4810: load to allow charset switch (related to issue #996)
4811:
4812: 2014-12-31 moko
4813:
4814: * src/types/pa_vmail.C: from and subject now transcoded if not
4815: UTF-8 source charset (fixes issue 996)
4816:
4817: * src/main/pa_exception.C: fixed string from stack bug (closes
4818: issue #1000)
4819:
4820: 2014-12-11 misha
4821:
4822: * src/types/pa_vhashfile.C: - check if key is not empty before
4823: access ( bug fix: #1005 )
4824:
4825: 2014-11-13 misha
4826:
4827: * src/main/compile.y: - PC.append does not reset to false while
4828: creating a new class. bugfix: #990
4829:
4830: * tests/299.html: - test for creation class after working with
4831: partial class (create+append)
4832:
4833: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4834: #995
4835:
4836: * tests/232.html: - test for @get[def] added
4837:
4838: 2014-10-12 moko
4839:
4840: * src/lib/pcre/pcre_internal.vcproj: correct path
4841:
4842: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4843: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4844: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4845: targets/apache/ApacheModuleParser3.vcproj,
4846: targets/apache/ApacheModuleParser3Core.vcproj,
4847: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4848: types/types.vcproj: project GUID inserted in *.vcproj for correct
4849: conversion in newer VS versions
4850:
4851: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4852: pcre_internal.vcproj added
4853:
4854: 2014-08-28 moko
4855:
4856: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4857: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4858: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4859:
4860: 2014-06-30 misha
4861:
4862: * tests/298.html: - tests for ^reflection:def[class;className]
4863: added
4864:
4865: * src/classes/reflection.C: - ^reflection:def[class;className]
4866: added ( new feature: #918 )
4867:
4868: 2014-06-29 misha
4869:
4870: * src/classes/table.C: - ^table::create[unsupported data] -
4871: exception comment changed to "body must be table or code" ( bug
4872: fix: #951 )
4873:
4874: * tests/: 261.html, results/261.processed: - tests for
4875: ^json:string[...;$.void[null|string]] added
4876:
4877: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4878: option $.void[string|null] added to ^json:string[...] ( new
4879: feature: #952 )
4880:
4881: 2014-06-28 moko
4882:
4883: * src/classes/curl.C: $.charset now processed before other curl
4884: options (closes issue #980)
4885:
4886: 2014-05-23 misha
4887:
4888: * src/classes/json.C: - bug fix: #987
4889:
4890: 2014-05-04 misha
4891:
4892: * tests/: 253.html, 253_json.txt: - test for
4893: ^json:parse[$.int(false)] is added
4894:
4895: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4896: default true). The option is similar to $.double(bool) but for
4897: integers.
4898:
4899: 2014-05-01 moko
4900:
4901: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4902: #12 )
4903:
4904: 2014-04-16 moko
4905:
4906: * src/main/pa_http.C: response-charset option should finally work
4907: now (fix for issue #867)
4908:
4909: * src/main/pa_http.C: response-charset option should work now (fix
4910: for issue #867)
4911:
4912: 2014-03-07 moko
4913:
4914: * buildall: libgc moved
4915:
4916: * buildall: libgc moved
4917:
4918: 2013-12-29 moko
4919:
4920: * src/classes/string.C: ^string:js-unescape result now tainted,
4921: closes issue #966
4922:
4923: * tests/: 186.html, results/186.processed: ^string:js-unescape
4924: result now tainted, issue #966
4925:
4926: 2013-12-03 moko
4927:
4928: * src/: classes/memcached.C, types/pa_vmemcached.C,
4929: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4930: option was added for http://www.parser.ru/forum/?id=79343
4931:
4932: * src/classes/file.C: bugfix for
4933: http://www.parser.ru/forum/?id=79337
4934:
4935: 2013-11-05 moko
4936:
4937: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4938:
4939: * src/main/pa_globals.C: spelling fixed
4940:
4941: 2013-10-29 moko
4942:
4943: * src/lib/json/json.vcproj: json.c -> pa_json.C
4944:
4945: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4946: #892
4947:
4948: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4949: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4950: exceptions to be thrown thougth json library), related to issue
4951: #892
4952:
4953: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4954: related to issue #896
4955:
4956: 2013-10-24 moko
4957:
4958: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4959:
4960: 2013-10-23 moko
4961:
4962: * README: actualization
4963:
4964: 2013-10-22 moko
4965:
4966: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4967: compatibility patch from Sergey Kirpichev
4968:
4969: * tests/: 297.html, results/297.processed: non-working getter fix
4970: test for issue #948
4971:
4972: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4973: called when saving value of $match variable in ^string.match[] to
4974: increase compatibility (related to issue #948).
4975:
4976: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4977: usage optimization
4978:
4979: 2013-10-21 moko
4980:
4981: * tests/: 182.html, results/182.processed: local path removed for
4982: compatibility
4983:
4984: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4985: results/244.processed, results/253.processed,
4986: results/254.processed, results/275.processed,
4987: results/281.processed: try_catch -> try-catch
4988:
4989: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4990: results/294.processed, results/296.processed: try_catch ->
4991: try-catch
4992:
4993: 2013-10-20 moko
4994:
4995: * tests/: 296.html, results/296.processed: test for xsl exception
4996: for issue #938 added.
4997:
4998: * src/: include/pa_xml_exception.h,
4999: main/pa_stylesheet_connection.C: forgotten to be replaced
5000: XmlException is now replaced (once again closes issue #938)
5001:
5002: 2013-10-18 moko
5003:
5004: * buildall: disable clock_gettime detection to avoid librt linking
5005: (which in turn depends on libpthread), related to issue #943
5006:
5007: 2013-10-18 misha
5008:
5009: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5010: lib/smtp/smtp.vcproj, main/main.vcproj,
5011: targets/apache/ApacheModuleParser3Core.vcproj,
5012: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5013: types/types.vcproj: - new locations for libxml2 includes where
5014: added to vcproj files
5015:
5016: 2013-10-18 moko
5017:
5018: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5019: fix
5020:
5021: * tests/: 295.html, results/295.processed: test for issue #948
5022: updated
5023:
5024: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5025: :)
5026:
5027: * tests/: 295.html, results/295.processed: test for issue #948
5028: added
5029:
5030: * src/: classes/hash.C, classes/string.C, classes/table.C,
5031: include/pa_request.h, types/pa_method.h: for getters and setters
5032: to be executed request.put_element should be called, not
5033: context.put_element (fixes issue #948)
5034:
5035: 2013-10-17 moko
5036:
5037: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5038: LIBXML2_NEW_BUFFER check (closes issue #943)
5039:
5040: * buildall: libxml 2.9.1 build is broken --without-reader.
5041:
5042: 2013-10-16 moko
5043:
5044: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5045:
5046: * tests/: 294.html, results/294.processed: test for issue #938
5047:
5048: * src/: classes/xdoc.C, classes/xnode.C,
5049: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5050: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5051:
5052: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5053: libxslt-1.1.26 -> libxslt-1.1.28
5054:
5055: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5056: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5057: to '?', related to issue #938
5058:
5059: 2013-10-15 moko
5060:
5061: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5062: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5063: minor optimizations (closes issue #896)
5064:
5065: * tests/results/: 292.processed, 293.processed: results updated to
5066: comply with issue #896
5067:
5068: * tests/: 292.html, 293.html, results/292.processed,
5069: results/293.processed: tests for json escaping
5070:
5071: 2013-10-14 moko
5072:
5073: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5074: and cleanup, code moved from .h to .C, no changes in code
5075:
5076: 2013-10-12 moko
5077:
5078: * tests/results/119.processed: updated test result commited
5079:
5080: * tests/: 291.html, results/291.processed: test for issue #894
5081: added
5082:
5083: * src/types/pa_wcontext.h: base methods call support function
5084: get_somebody_entered_some_class should not be true forever, as
5085: wcontext can have many get_elements calls (fixes issue #894)
5086:
5087: 2013-10-11 moko
5088:
5089: * tests/: 290.html, results/290.processed: test for junction GPF
5090: issue #942 added
5091:
5092: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5093: to native method fixed (closes issue #942)
5094:
5095: * tests/: 158.html, results/158.processed: test for csv-string[]
5096: added
5097:
5098: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5099: feature #907)
5100:
5101: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5102: feature #907)
5103:
5104: 2013-10-09 moko
5105:
5106: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5107: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5108: types/pa_vstateless_class.C: GET_default, SET_default now works
5109: properly not only in objects, but in classes as well (closes
5110: issue #903)
5111:
5112: * tests/: 289.html, results/289.processed: GET/SET_default now
5113: works in classes, not only objects, test case added, related to
5114: issue #903
5115:
5116: * tests/: 288.html, results/288.processed: test for endless
5117: recursion bug added (related to issue #903)
5118:
5119: 2013-10-05 moko
5120:
5121: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5122: classes/table.C, main/execute.C, types/pa_method.h,
5123: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5124: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5125: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5126: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5127: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5128: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5129: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5130: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5131: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5132: optimization: put_element no longer has "bool areplace" argument,
5133: related to issue #903
5134:
5135: 2013-10-03 moko
5136:
5137: * tests/results/182.processed: result for $.replace(false) test
5138: commited
5139:
5140: * src/classes/date.C: ^date::create(number) processed correctly
5141: (fixes issue #901)
5142:
5143: * src/classes/image.C: as_no_junction removed, as param can be
5144: expression (closes issue #931)
5145:
5146: * tests/233.html: test for issue #931 added
5147:
5148: 2013-10-02 moko
5149:
5150: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5151: modified, test for $.replace(false) added
5152:
5153: * src/main/compile_tools.h: forgotten class replace returned. :)
5154:
5155: 2013-09-30 moko
5156:
5157: * tests/: 141.html, results/141.processed: md5 tainting test added
5158:
5159: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5160: main/compile_tools.h, main/pa_request.C: allow_class_replace
5161: implemented; $.replace option added to ^process and ^use
5162:
5163: 2013-08-27 moko
5164:
5165: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5166: cstr_to_string_body_untaint should be called with charsets for
5167: possible uri language and connection for possible sql language.
5168: related to issue #857
5169:
5170: * buildall: and -> or fixed
5171:
5172: 2013-08-26 moko
5173:
5174: * buildall: prepare_ functions logic changed to support
5175: gc-7.2d.tar.gz extracting to gc-7.2 directory
5176:
5177: 2013-08-23 moko
5178:
5179: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5180: statically
5181:
5182: 2013-08-22 moko
5183:
5184: * src/classes/string.C: String::Empty used (related to issue #912)
5185: append_know_length removed (related to old GPF bug)
5186:
5187: 2013-08-21 moko
5188:
5189: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5190:
5191: * src/classes/math.C: ^math:digest[...;$file] support added
5192: (related to ticket #857
5193:
5194: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5195: implemented
5196:
5197: * src/types/pa_vhashfile.h: warning war
5198:
5199: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5200: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5201: anti_endless_json_string_recoursion removed from request;
5202: json_string_recoursion added to json_options; $.indent[indent
5203: value] now supported and passed within recoursion closes feature
5204: #937
5205:
5206: * tests/: 287.html, results/287.processed: test for feature #937
5207:
5208: 2013-07-31 moko
5209:
5210: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5211: compilation having #define _S
5212:
5213: * src/main/pa_globals.C: cleanup
5214:
5215: 2013-07-30 moko
5216:
5217: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5218: main/pa_common.C: vs2003 warning war
5219:
5220: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5221:
5222: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5223:
5224: * src/lib/md5/pa_sha2.c: warning war
5225:
5226: 2013-07-29 moko
5227:
5228: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5229: patches from github
5230:
5231: * src/: classes/bool.C, classes/double.C, classes/int.C,
5232: classes/memcached.C, include/pa_config_includes.h,
5233: types/pa_vfile.C, types/pa_vfile.h: warning war
5234:
5235: * src/lib/json/json.vcproj: C++ -> C
5236:
5237: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5238:
5239: * src/lib/json/: json.c, pa_json.C: windows compatibility
5240:
5241: * src/lib/json/: json.c, pa_json.C: windows compatibility
5242:
5243: * src/lib/json/: json.c, pa_json.C: warning war
5244:
5245: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5246:
5247: * src/include/pa_config_fixed.h: uint16_t added
5248:
5249: * configure.in: uint16_t check added
5250:
5251: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5252: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5253: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5254: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5255: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5256:
5257: 2013-07-25 moko
5258:
5259: * parser3.sln: dependencies added
5260:
5261: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5262: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5263: module support
5264:
5265: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5266:
5267: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5268:
5269: 2013-07-23 moko
5270:
5271: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5272: PA_DEBUG_GC_MEMORY removed
5273:
5274: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5275: PA_DEBUG_DISABLE_GC compilation fix
5276:
5277: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5278: main/pa_request.C: outdated RESOURCES_DEBUG removed
5279:
5280: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5281: garbage cleanup
5282:
5283: * src/main/pa_common.C: warning war
5284:
5285: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5286:
5287: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5288: minor cleanup
5289:
5290: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5291: uses cygwin, not WIN32 implementation
5292:
5293: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5294: able to exec shell scripts
5295:
5296: * src/classes/math.C: ifdef WIN32 cleanup
5297:
5298: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5299:
5300: * src/classes/curl.C: LT_MODULE_EXT used
5301:
5302: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5303:
5304: 2013-07-22 moko
5305:
5306: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5307: includes fix
5308:
5309: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5310:
5311: * configure.in, src/include/pa_config_includes.h,
5312: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5313: src/main/pa_exec.C: includes cleanup
5314:
5315: * src/targets/cgi/parser3.C: 2012->2013
5316:
5317: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5318:
5319: * configure.in, src/include/pa_config_includes.h,
5320: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5321: src/main/pa_random.C, src/main/pa_socks.C,
5322: src/types/pa_vstatus.C: cygwin support cleanup
5323:
5324: * configure.in: dirent.h check added
5325:
5326: * src/: include/pa_config_includes.h, include/pa_dir.h,
5327: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5328: not copied
5329:
5330: 2013-07-21 moko
5331:
5332: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5333:
5334: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5335: parser3.vcproj: unused getopt.h / getopt.c removed
5336:
5337: * operators.txt, src/classes/file.C, tests/022.html,
5338: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5339: $.stat(true)] usage commented
5340:
5341: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5342: src/main/pa_dir.C: ^file:list[] now has dir column and when
5343: $.stat(true) it has size/*date columns modified patch from misha@
5344: that closes issue #914.
5345:
5346: * src/: include/pa_config_includes.h, main/pa_globals.C:
5347: PA_RELEASE_ASSERTS removed
5348:
5349: * src/lib/md5/pa_md5c.c: minor cleanup
5350:
5351: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5352: localeconv()->decimal_point usage remoed (related to issue #934)
5353:
5354: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5355: cordprnt.c removed
5356:
5357: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5358: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5359: pa-include/pa_strings.h: includes cleanup
5360:
5361: * src/lib/md5/pa_md5c.c: headers cleanup
5362:
5363: 2013-07-20 moko
5364:
5365: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5366: cleanup
5367:
5368: 2013-07-19 moko
5369:
5370: * src/classes/math.C: extern "C" added for crypt
5371:
5372: 2013-07-18 moko
5373:
5374: * src/classes/math.C: fix redhat7.2 build
5375:
5376: 2013-07-17 moko
5377:
5378: * configure.in, src/include/pa_config_includes.h,
5379: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5380: added for uint8/32/64_t)
5381:
5382: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5383: pa_config_includes.h used for uint32/64_t
5384:
5385: 2013-07-16 moko
5386:
5387: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5388: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5389: war
5390:
5391: * src/main/compile.tab.C: compile.y was updated
5392:
5393: * src/main/compile.y: warning war
5394:
5395: * src/: include/pa_exception.h, main/pa_exception.C,
5396: main/pa_xml_exception.C: warning war
5397:
5398: * src/: include/pa_common.h, main/pa_common.C: warning war
5399:
5400: * configure.in: beauty :)
5401:
5402: * tests/: 141.html, results/141.processed: sha256/512 added
5403:
5404: 2013-07-13 moko
5405:
5406: * src/lib/md5/md5.vcproj: sha2 added
5407:
5408: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5409: classes/math.C: sha2 support (sha256/sha512 digest)
5410:
5411: 2013-07-08 moko
5412:
5413: * src/classes/image.C: directory read or other read problem message
5414: fixed (related to issue #933)
5415:
5416: 2013-07-07 moko
5417:
5418: * AUTHORS: + misha + moko. :)
5419:
5420: 2013-07-06 moko
5421:
5422: * src/: classes/curl.C, include/pa_globals.h,
5423: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5424: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5425: for lt_dlinit to be called once and lt_dlexit called at right
5426: place (related to issue #925)
5427:
5428: 2013-07-04 moko
5429:
5430: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5431: VString::as_vfile now uses vfile.set_binary_string to avoid
5432: content-type to be set, as it brokes badly designed logic in
5433: response output. This hopefully finishes issue #928.
5434:
5435: * tests/results/: 256.processed, 286.processed: file now displayed
5436: as name, size, mode, content-type
5437:
5438: * src/main/pa_common.C: read error now reported cottectly (fixes
5439: issue #933
5440:
5441: 2013-06-28 moko
5442:
5443: * tests/: 286.html, results/286.processed: test extended
5444:
5445: * tests/: 286.html, results/286.processed: Test for issue #928
5446: added. it tests default content-type change.
5447:
5448: * src/types/pa_vfile.C: closes issue #928 - default content-type
5449: now updated
5450:
5451: 2013-06-25 moko
5452:
5453: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5454: content-type for text/binary files without name added;
5455: ^file::create[$f;...] options now works properly and $f
5456: properties are default (fixes issue #928)
5457:
5458: 2013-05-16 misha
5459:
5460: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5461: added
5462:
5463: * src/main/pa_table.C: - a tiny memory optimisation while creating
5464: table if specified limit is bigger than source rows count
5465:
5466: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5467: added ( new feature: #858 )
5468:
5469: 2013-04-29 moko
5470:
5471: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5472: $.ipresolve(0|1|2) added (closes issue #891)
5473:
5474: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5475:
5476: 2013-04-24 moko
5477:
5478: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5479: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5480: types/pa_vmemcached.h: ^memcache.release[] added, calls
5481: memcached_quit (refs #893)
5482:
5483: 2013-04-22 moko
5484:
5485: * src/: include/pa_string.h, main/pa_common.C: no more double
5486: slashes in file path (fixes bug #872)
5487:
5488: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5489: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5490: #739)
5491:
5492: * tests/results/266.processed: $.max_params added (feature #915)
5493:
5494: * src/: include/pa_common.h, main/pa_http.C: response-charset
5495: option added to file::load (closes issue #867)
5496:
5497: 2013-04-20 misha
5498:
5499: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5500: commited
5501:
5502: 2013-03-15 misha
5503:
5504: * src/classes/: hash.C, table.C: - Optimisation: do not create
5505: multiple empty strings while ::sql. uae String::Empty instead
5506:
5507: 2013-03-14 misha
5508:
5509: * src/classes/reflection.C: - for user classes
5510: ^reflection:method_info[] returns $.max_params and $.extra_param
5511: with $.call_type if they available ( new feature: #915 )
5512:
5513: * src/classes/file.C: - ^file:delete[] now supports an option
5514: $.exception(false) that suppress any exception while deleting
5515: file ( new feature: #916 )
5516:
5517: * src/classes/curl.C: - parsing cookies after curl:load now should
5518: work :)
5519:
5520: 2013-03-12 misha
5521:
5522: * src/types/pa_vfile.C: - if specified file_name is empty string
5523: set default name for the file
5524:
5525: 2013-03-11 misha
5526:
5527: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5528: also available in $f.cookies
5529:
5530: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5531: moved to a separate method
5532:
5533: 2013-03-10 moko
5534:
5535: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5536: added
5537:
5538: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5539: removed (declared by autoconf)
5540:
5541: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5542: uint32_t define
5543:
5544: 2013-03-10 misha
5545:
5546: * src/classes/file.C: ^file:delete and ^file:move now support
5547: option $.keep-empty-dirs(true) ( new feature: #884 )
5548:
5549: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5550: empty dirs is added
5551:
5552: 2013-03-10 moko
5553:
5554: * src/classes/: bool.C, double.C, int.C: default can be present,
5555: but default check removed from ^int/double/bool.int/double/bool
5556: for string.int/double/bool compatibility (related to issue #913)
5557:
5558: * src/classes/string.C: ^string.int/dobule/bool no longer
5559: internally throws exception if default is present (closes issue
5560: #913)
5561:
5562: 2013-03-09 misha
5563:
5564: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5565: optimisations ( #845 )
5566:
5567: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5568:
5569: 2013-03-08 moko
5570:
5571: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5572: creates correct table (fixes issue #910)
5573:
5574: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5575: use outside of 'connect' operator (fixes issue #911)
5576:
5577: * tests/results/: 096.processed, 122.processed: test results
5578: updated as doubles now printed with 15 significant digits, not 5
5579: (fixes issue #882)
5580:
5581: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5582: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5583:
5584: 2013-02-21 moko
5585:
5586: * src/classes/table.C: _locate_name_value does not check arguments
5587: count, so we check it in advance (fixes issue #905)
5588:
5589: 2012-10-23 moko
5590:
5591: * buildall: old shell for and echo compatibility (for six)
5592:
5593: 2012-10-19 moko
5594:
5595: * buildall: --strip added --disable-safe-mode listed in usage
5596:
5597: 2012-10-17 misha
5598:
5599: * src/classes/op.C: - apply-taint should not throw "outside
5600: connect" exception with sql lang now
5601:
5602: 2012-10-17 moko
5603:
5604: * src/main/pa_request.C: bugfix: safe mode should be inited for
5605: each request (for apache module)
5606:
5607: 2012-09-26 moko
5608:
5609: * src/doc/doxygen.cfg: png -> svg
5610:
5611: 2012-09-25 moko
5612:
5613: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5614: test added
5615:
5616: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5617: double use when key is long
5618:
5619: 2012-09-16 moko
5620:
5621: * src/classes/math.C: Format -> Method Encode -> Format
5622:
5623: * tests/: 141.html, results/141.processed: math:digest hmac test
5624: added
5625:
5626: 2012-09-14 moko
5627:
5628: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5629: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5630: implementation added
5631:
5632: 2012-09-12 moko
5633:
5634: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5635: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5636: targets.dox and string.dox slightly actualized
5637:
5638: 2012-08-31 moko
5639:
5640: * ChangeLog: now generated with patched cvs2cl.pl
5641:
5642: 2012-07-29 moko
5643:
5644: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5645: result should be pushed after VMethodFrame destructor is called,
5646: as it deletes junctions from stack params (fixes issue #868)
5647:
5648: 2012-07-23 moko
5649:
5650: * INSTALL, README: buildall script usage documented, other outdated
5651: info updated.
5652:
5653: * buildall-with-xml, buildall-without-xml: replaced by buildall
5654:
5655: 2012-07-21 moko
5656:
5657: * buildall: glib does not compile when threads are disabled...
5658:
5659: * src/types/pa_vmail.C: g_assertion fixes for empty input
5660:
5661: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5662: unref, can't unref nested objects)
5663:
5664: * src/types/pa_vmail.C: another check added
5665:
5666: 2012-07-19 moko
5667:
5668: * buildall: usage added
5669:
5670: * buildall: new buildall script that unites buildall-with-xml,
5671: buildall-without-xml, --with-apache and --with-mailreceive
5672:
5673: * configure.in: support for static gmime and dynamic glib linking.
5674: fixes for FreeBSD
5675:
5676: 2012-07-17 moko
5677:
5678: * configure.in: --with-mailreceive replaced
5679: --with-static-mailreceive and --with-shared-mailreceive pathlink
5680: removed
5681:
5682: 2012-07-16 moko
5683:
5684: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5685: capitalized, content now decoded and text content converted to
5686: $request:charset. all properties are accessed by functions, this
5687: ready for dynamic load.
5688:
5689: 2012-06-28 moko
5690:
1.116 moko 5691: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5692: 32 bit
1.95 moko 5693:
5694: 2012-06-27 moko
5695:
5696: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5697: passive ftp
5698:
5699: * src/lib/ltdl/ltdl.vcproj: release build fixed
5700:
5701: * configure.in: 3.4.2 RC -> 3.4.2
5702:
5703: 2012-06-22 moko
5704:
5705: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5706: #815)
5707:
5708: * tests/: 284.html, results/284.processed: output options test
5709: (feature #265)
5710:
5711: 2012-06-22 misha
5712:
5713: * tests/215.html: - little changes
5714:
5715: 2012-06-21 moko
5716:
5717: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5718: types/pa_vxdoc.h: output_options returned and used (bugfix for
5719: feature #265)
5720:
5721: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5722: breaks long .*, default 10M restored. (issue #216)
5723:
5724: * tests/: 283.html, results/283.processed: test for issue #815
5725: added
5726:
5727: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5728: again, cstrm not required.
5729:
5730: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5731: Win32 and broken FreeBSD (issue #45)
5732:
5733: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5734:
5735: * src/main/pa_string.C: warnings war
5736:
5737: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5738: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5739: main/pa_socks.C, targets/apache/pa_threads.C,
5740: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5741: types/pa_vstatus.C: compilation under cygwin fixed
5742:
5743: 2012-06-19 moko
5744:
5745: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5746: Windows fixed
5747:
5748: * parser3.sln: removed antique pcre_ctype
5749:
5750: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5751:
5752: * src/include/pa_config_fixed.h: undefined reference to
5753: __imp__pcre_* fix for Windows
5754:
5755: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5756: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5757: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5758: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5759: define fixed
1.95 moko 5760:
5761: 2012-06-18 moko
5762:
5763: * src/classes/memcached.C: flush -> clear
5764:
5765: * src/classes/memcached.C: memcached does not support quotes even
5766: in server name
5767:
5768: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5769: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5770: called on open to check servers existance. $.key(true) syntax
5771: now supported
5772:
5773: 2012-06-17 moko
5774:
5775: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5776: cleanup
5777:
5778: * src/classes/table.C, tests/282.cfg, tests/282.html,
5779: tests/results/282.processed: encloser at the EOF bug fixed,
5780: incorrectly enclosed data now processed more logicaly (fixes
5781: #339)
5782:
5783: 2012-06-15 moko
5784:
5785: * buildall-without-xml: sync with buildall-with-xml
5786:
5787: * buildall-with-xml: download auto-detected between fetch and curl
5788:
5789: * configure.in: --with-gc and --with-pcre now also processed
5790: correctly
5791:
1.116 moko 5792: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5793: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5794: should be run on rol1 using automake / aclocal (GNU automake)
5795: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5796:
5797: * configure.in: new PARSER_VERSION logic
5798:
5799: * src/include/pa_version.h: new pa_version.h logic
5800:
5801: * src/: classes/curl.C, classes/file.C, classes/image.C,
5802: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5803: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5804: feols_normalized -> fis_text_content set_binary added
5805:
5806: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5807:
5808: 2012-06-15 misha
5809:
5810: * src/: classes/curl.C, classes/file.C, classes/image.C,
5811: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5812: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5813: ^file::create[text;content] EOLs in content now is normalized. (
5814: new feature: #815 )
5815:
5816: 2012-06-15 moko
5817:
5818: * configure.in: --disable-version-update added to disable version
5819: update with host information (for debian package) whitespace
5820: optimized
5821:
5822: * configure.in: version changed to 3.4.2 RC no-pic added for
5823: libtool
5824:
5825: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5826: it.
5827:
5828: 2012-06-14 moko
5829:
5830: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5831: tests/results/281.processed: "hash flocked" error removed for
5832: safe operations like ^h._count[] ( new feature: #335 )
5833:
1.116 moko 5834: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5835:
5836: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5837:
5838: * configure.in: --with-static/shared xml replaced with --with-xml,
5839: xml compilation check added
5840:
5841: * configure.in: --with-static/shared-gc, --with-static-pcre are
5842: replaced with --with-gc and --with-pcre test for pcre linking
5843: added
5844:
5845: 2012-06-13 moko
5846:
5847: * configure.in: apxs2 check optimized
5848:
5849: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5850: .la, includes optimized
5851:
5852: * buildall-with-xml: --with-pic looks better for -fPIC
5853:
5854: * configure.in: switched to convenience library in static linking
5855:
5856: * src/targets/apache/Makefile.am: switched to convenience library
5857: usage to avoid libtool warnings
5858:
5859: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5860: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5861: smtp/Makefile.am: switched to convenience library usage
5862:
5863: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5864:
5865: * src/targets/apache/Makefile.am: updated for libtool usage
5866:
5867: * buildall-without-xml: --with-included-ltdl added
5868:
5869: * buildall-without-xml: sync with buildall-with-xml
5870:
5871: * buildall-with-xml: --with-included-ltdl added $cflags added for
5872: -fPIC for x64 $download added for wget success check added
5873:
5874: * buildall-without-xml: --with-dynamic-stdcpp removed
5875:
5876: * configure.in: disable-static returned
5877:
5878: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5879: LIBTOOLFLAGS
5880:
5881: 2012-06-12 moko
5882:
5883: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5884: compatible with LIBTOOLFLAGS for unknown reasons
5885:
5886: * buildall-with-xml: --with-dynamic-stdcpp removed
5887:
5888: * configure.in: static/dynamic -lstdc++ linking option removed
5889: apxs2 check added
5890:
5891: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5892: option removed
5893:
5894: 2012-06-10 moko
5895:
5896: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5897: added
5898:
5899: * src/targets/cgi/pp3.cmd: old PAF stuff
5900:
1.116 moko 5901: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5902: beauty
1.95 moko 5903:
5904: * depcomp: from libtool 2.4.2
5905:
5906: * configure.in: ltdl directory removed, it has correct Makefile.in
5907:
5908: 2012-06-09 moko
5909:
1.116 moko 5910: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5911: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5912: autogenerated files updated after libtool update
5913:
1.116 moko 5914: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5915: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5916: config_auto.h.in, config_fixed.h, configure, configure.ac,
5917: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5918: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5919: config/compile, config/config.guess, config/config.sub,
5920: config/depcomp, config/install-sh, config/ltmain.sh,
5921: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5922: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5923: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5924: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5925: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5926: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5927: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5928: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5929:
5930: * configure.in: preparation for new libtool
5931:
5932: * configure.in: Some beauty added :)
5933:
5934: * src/targets/apache/Makefile.am: := -> =
5935:
5936: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5937: again. :)
5938:
5939: * src/include/pa_config_includes.h, configure.in: limits.h added,
5940: previously was taken from pcre_internal.h. :)
5941:
5942: * src/lib/pcre/Makefile.am: config.h returned
5943:
5944: * src/lib/pcre/config.h: still need this. :)
5945:
5946: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5947:
5948: * configure.in: --with-charsets removed; --with-mysql-client & co
5949: removed
5950:
5951: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5952: now in parser tree, no need to copy
5953:
5954: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5955: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5956: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5957: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5958: extracts now used old trash removed
5959:
5960: * etc/parser3.charsets/Makefile.am: charsets now in share
5961: (debian/patches/104_automake.patch) + all charsets are copied
5962:
5963: * buildall-with-xml, buildall-without-xml: curl option removed +
5964: extra arguments now supported
5965:
5966: 2012-06-08 misha
5967:
5968: * src/classes/table.C: - one params.as_hash usage was rolled back:
5969: the 2nd option in ^table.hash[] could be hash or table so
5970: .as_hash will throw an exception when table option is specified
5971:
5972: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5973: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5974: classes/table.C, classes/void.C, classes/xdoc.C,
5975: include/pa_exception.h, types/pa_vmethod_frame.C,
5976: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5977: and improved (whitespaces are allowed as empty options) -
5978: MethodParams::as_table is added - above methods are used for
5979: parsing methods' options ( new feature: #9 )
5980:
5981: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5982: to vclass. now class fields can be accessible as a hash:
5983: $h[^hash::create[$asd:CLASS]]
5984:
5985: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5986: have get_fields method so their fields can be accessed with
5987: ^reflection:fields[...] & ^reflection:field[...]
5988:
5989: 2012-06-06 misha
5990:
5991: * tests/280.html: - tests for
5992: ^reflection:method[obj-or-class;method],
5993: ^reflection:field[obj-or-class;field] and
5994: ^reflection:fields[obj-or-class] are added
5995:
5996: 2012-06-05 misha
5997:
5998: * src/classes/reflection.C: - ^reflection:method[class or
5999: object;method name] and ^reflection:field[class or object;field
6000: name] are added
6001:
6002: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6003: is used
6004:
6005: * src/types/pa_method.h: - Method::as_vjunction method is added
6006:
6007: 2012-06-05 moko
6008:
1.116 moko 6009: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6010:
6011: * src/classes/memcached.C: flish ttl fixed
6012:
6013: 2012-06-04 moko
6014:
6015: * src/classes/json.C, src/classes/op.C, tests/279.html,
6016: tests/results/279.processed: ^json:parse[] now supports $.taint
6017: option (new feature #833)
6018:
6019: 2012-06-04 misha
6020:
6021: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6022: - search_stop method was moved from pa_vcookie.C to pa_common.C
6023:
6024: 2012-06-03 misha
6025:
6026: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6027: cookies are parced and stored into $.cookies ( new feature: #31 )
6028:
6029: 2012-05-30 misha
6030:
6031: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6032: incomplete class into a scope while @USE is found
6033:
6034: * src/main/compile.y: - add incomplete class into a scope while
6035: @USE and @CLASS instructions are found ( bugfix: #838 )
6036:
6037: 2012-05-30 moko
6038:
6039: * src/types/pa_vclass.C, tests/278.html,
6040: tests/results/278.processed: removed "property has no getter
6041: method" exception when GET_DEFAULT present (fixes #269)
6042:
6043: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6044: $._default
6045:
6046: 2012-05-29 moko
6047:
6048: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6049: uninitialized values usage (new feature: #154)
6050:
6051: 2012-05-28 moko
6052:
6053: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6054: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6055: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6056: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6057: src/types/pa_vobject.C, src/types/pa_vobject.h,
6058: src/types/pa_vstring.h, src/types/pa_vtable.C,
6059: tests/results/277.processed, src/types/pa_vtable.h,
6060: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6061: ^json:string[$o; $.default[$method]] implemented for VObject (new
6062: feature #803)
6063:
6064: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6065: tests/results/277.processed: json numbers are now treated as
6066: double ( new feature: #834 )
6067:
6068: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6069: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6070: added for out of range checks, zero division in vint/vdouble
6071: check added ( fixes #832 )
6072:
6073: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6074: ( fixes #832 )
6075:
6076: 2012-05-28 misha
6077:
6078: * buildall-with-xml: - --without-lzma option is added to libxml2
6079: configure
6080:
6081: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6082: added - tests for unsupported values for options $.file, $.table
6083: and $.date are added
6084:
6085: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6086: accepts "stat" $.file[] option's value in addition to existed
6087: "text" and "base64" ( new feature: #835 )
6088:
6089: * tests/276.html: - test for
6090: ^reflection:delete[$object-or-class;field-name]
6091:
6092: * src/classes/reflection.C: -
6093: ^reflection:delete[$object-or-class;field-name] is added ( new
6094: feature: #268 )
6095:
6096: 2012-05-27 misha
6097:
6098: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6099:
6100: 2012-05-24 misha
6101:
6102: * src/include/pa_common.h: - method lastposafter was removed
6103:
6104: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6105: lastposafter - ^file:dirname[] & Co proper handle windows file
6106: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6107: work as *nix commands
6108:
6109: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6110:
6111: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6112: rskipchars were added
6113:
6114: * tests/270.html: - more tests for ^file:find[]
6115:
6116: * tests/065.html: - more tests for ^file:dirname[] & Co
6117:
6118: * src/include/pa_version.h: - must be "win32" here. it is
6119: auto-generated on *nix
6120:
6121: 2012-05-24 moko
6122:
6123: * src/classes/math.C: ^math:convert[] now supports uint32 and
6124: throws overflow exception ( new feature: #830 )
6125:
6126: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6127: uint32 support and overflow added ( new feature: #830 )
6128:
6129: 2012-05-23 moko
6130:
6131: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6132: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6133: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6134: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6135: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6136: types/pa_vregex.h, types/pa_vstateless_class.C,
6137: types/pa_vstateless_class.h, types/pa_vstring.h,
6138: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6139: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6140: "return string as-is" removed from as_expr_result. ( new feature:
6141: #831 )
6142:
6143: * tests/results/244.processed: test changed after bug #782 fix
6144: commited
6145:
6146: * tests/results/229.processed: test results for bug #782 commited
6147:
6148: * tests/: 254.html, results/254.processed: uid now just compared,
6149: not printed. :)
6150:
6151: 2012-05-20 moko
6152:
6153: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6154: feature: #341 )
6155:
6156: * tests/: 254.html, results/254.processed: test for
6157: ^reflection:uid[] added
6158:
6159: * tests/: 254.html, results/254.processed: test for
6160: ^reflection:uid[$obj] added
6161:
6162: 2012-05-17 misha
6163:
6164: * src/main/untaint.C: - do not replace ' char by _26 while
6165: exploding filespec-tainting ( new feature: #829 )
6166:
6167: 2012-05-12 moko
6168:
6169: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6170: not.
6171:
6172: 2012-05-08 moko
6173:
6174: * src/types/pa_vmethod_frame.h: bug #782 fixed
6175:
6176: * tests/229.html: test for bug #782
6177:
6178: * tests/results/259.processed, src/main/pa_request.C,
6179: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6180: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6181: src/types/pa_vvoid.h: feature #154 - first empty param now
6182: string; defined locals are empty strings; $STRICT-VARS(true)
6183: added
6184:
6185: 2012-04-27 moko
6186:
1.116 moko 6187: * src/targets/apache/Makefile.am:
1.95 moko 6188: ../../lib/memcached/libmemcached.a added
6189:
6190: 2012-04-27 misha
6191:
6192: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6193: ( #827 )
6194:
6195: 2012-04-25 moko
6196:
6197: * src/: classes/json.C, classes/memcached.C,
6198: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6199: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6200: implemented.
6201:
6202: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6203:
6204: 2012-04-23 moko
6205:
6206: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6207: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6208: types/pa_vmemcached.h: open allows options hash for new
6209: memcached(options) function
6210:
6211: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6212: not appended
6213:
6214: 2012-04-21 moko
6215:
6216: * src/classes/curl.C: '' added. :)
6217:
6218: * src/classes/classes.vcproj: new curl.h location
6219:
6220: * src/classes/curl.C: verbose output redirection from stderr to
6221: file curl option added
6222:
6223: 2012-04-20 moko
6224:
6225: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6226: contains what we need from curl, #ifdef HAVE_CURL removed
6227:
1.116 moko 6228: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6229: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6230: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6231: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6232: configure option
6233:
6234: 2012-04-19 moko
6235:
6236: * src/: classes/double.C, classes/inet.C, classes/int.C,
6237: classes/string.C, lib/gc/include/gc_allocator.h,
6238: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6239: options from sql_result_string removed. (closes issue #468)
6240:
6241: * src/types/pa_vmemcached.C: empty string fix
6242:
6243: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6244: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6245: pa_vmemcached.C
6246:
6247: 2012-04-18 moko
6248:
6249: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6250: apache2-mpm-prefork" error displayed in threaded mpm.
6251:
6252: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6253: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6254: installed (issue #354)
6255:
6256: 2012-04-16 moko
6257:
6258: * src/types/pa_vmemcached.C: call to memcached_result_create and
6259: memcached_result_free removed
6260:
6261: 2012-04-14 moko
6262:
6263: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6264:
6265: * src/types/pa_vmemcached.C: check_key added and used
6266:
6267: 2012-04-13 moko
6268:
6269: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6270: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6271: Serialization_data now added and used, VString now serialized
6272: with languages into memcached.
6273:
6274: 2012-03-28 moko
6275:
6276: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6277: lib/memcached/pa_memcached.h: result lengths added
6278:
6279: 2012-03-27 moko
6280:
6281: * src/types/pa_vmemcached.C: strdup added
6282:
6283: 2012-03-24 moko
6284:
6285: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6286: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6287: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6288:
6289: 2012-03-20 moko
6290:
1.116 moko 6291: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6292:
6293: * src/targets/cgi/Makefile.am: cleanup
6294:
6295: * src/: types/Makefile.am, types/pa_vmemcached.C,
6296: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6297:
6298: * src/: classes/Makefile.am, classes/memcached.C,
6299: lib/memcached/Makefile.am, lib/memcached/constants.h,
6300: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6301: lib/memcached/types.h, lib/Makefile.am: memcached initial
6302:
6303: 2012-03-16 moko
6304:
6305: * src/main/execute.C: ident now works under Linux + ident displays
6306: filenames (closes issue #818)
6307:
1.116 moko 6308: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6309: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6310: pa_vmethod_frame_local.h removed
6311:
6312: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6313: classes/classes.h, classes/curl.C, classes/date.C,
6314: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6315: classes/hashfile.C, classes/image.C, classes/inet.C,
6316: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6317: classes/memory.C, classes/op.C, classes/reflection.C,
6318: classes/regex.C, classes/response.C, classes/string.C,
6319: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6320: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6321: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6322: include/pa_config_fixed.h, include/pa_config_includes.h,
6323: include/pa_dictionary.h, include/pa_dir.h,
6324: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6325: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6326: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6327: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6328: include/pa_request_charsets.h, include/pa_request_info.h,
6329: include/pa_sapi.h, include/pa_socks.h,
6330: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6331: include/pa_stack.h, include/pa_string.h,
6332: include/pa_stylesheet_connection.h,
6333: include/pa_stylesheet_manager.h, include/pa_table.h,
6334: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6335: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6336: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6337: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6338: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6339: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6340: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6341: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6342: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6343: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6344: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6345: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6346: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6347: main/pa_string.C, main/pa_stylesheet_connection.C,
6348: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6349: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6350: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6351: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6352: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6353: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6354: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6355: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6356: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6357: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6358: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6359: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6360: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6361: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6362: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6363: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6364: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6365: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6366: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6367: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6368: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6369: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6370: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6371: types/pa_vresponse.h, types/pa_vstateless_class.C,
6372: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6373: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6374: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6375: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6376: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6377: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6378: ident now works under Linux + ident displays filenames (closes
6379: issue #818) Copyright updated
6380:
6381: 2012-03-13 moko
6382:
6383: * src/main/pa_string.C: compilation fix for feature #741
6384:
6385: 2012-03-09 misha
6386:
6387: * tests/193.html: - tests for ^string:base64[encoded] are updated
6388:
6389: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6390: now detects invalid base64 chars in the middle of encoded stricg
6391: ( new feature: #55 )
6392:
6393: * src/include/pa_exception.h: - new exception type for base64
6394: decoding is added
6395:
6396: 2012-03-06 misha
6397:
6398: * tests/274.html: - tests for ^date::today[] and
6399: ^date.sql-string[datetime|date|time] are added
6400:
6401: * src/classes/date.C: - constructor ^date::today[] is added ( new
6402: feature: #811 ) - ^date.sql-string[] now can accept one param --
6403: strings "datetime", "date" or "time" - comments tidying up
6404:
6405: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6406: date and time
6407:
6408: 2012-03-03 misha
6409:
6410: * tests/193.html: - tests for
6411: ^string:base64[encoded;$.strict(true)] are added
6412:
6413: * tests/results/auto.p: - try-catch operator is added
6414:
6415: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6416: main/pa_common.C: - $.strict(true|false) option is added to
6417: base64 decode methods ( new feature: #55 )
6418:
6419: * src/main/pa_common.C: - base64 decode memory usage was decreased
6420: ( new feature: #819 )
6421:
6422: 2012-02-28 moko
6423:
6424: * src/classes/hash.C: ident test
6425:
6426: 2012-02-27 misha
6427:
6428: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6429:
6430: 2012-01-08 misha
6431:
6432: * tests/273.html: - tests for ^string.replace[from;to] are added
6433:
6434: * src/: classes/string.C, include/pa_dictionary.h,
6435: main/pa_dictionary.C, main/pa_string.C: -
6436: ^string.replace[from;to] is added ( new feature: #741 ) -
6437: ^string.replace[one subst here] is slightly optimized
6438:
6439: 2011-12-07 misha
6440:
6441: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6442: named table with one empty column ( bugfix: #63 )
6443:
6444: 2011-11-30 misha
6445:
6446: * src/classes/json.C: - it's possible to set user's method for
6447: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6448: #763 )
6449:
6450: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6451:
6452: 2011-11-23 misha
6453:
6454: * src/: classes/curl.C, classes/file.C, classes/image.C,
6455: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6456: types/pa_vfile.h, types/pa_vform.C: - constructor
6457: ^file::create[mode;filename;content[;options]] now accepts binary
6458: mode and file-content - new constructor's format:
6459: ^file::create[string-or-file-content[;$.name[filename]
6460: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6461: feature: #65 )
6462:
6463: * src/: include/pa_request.h, main/pa_request.C: - new method
6464: mime_type_of(const String*) is added
6465:
6466: * src/include/pa_exception.h: - new exception constant
6467: FILE_NAME_MUST_BE_SPECIFIED is added
6468:
6469: * src/classes/table.C: - bug with negative offset transformed into
6470: a feature. it means pointing to a row from the end of the table (
6471: new feature: #810 )
6472:
6473: 2011-11-19 misha
6474:
6475: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6476: â ìåòîäå _select ( new feature: #810 )
6477:
6478: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6479: options were specified together is simplified
6480:
6481: 2011-11-12 misha
6482:
6483: * src/main/pa_request.C: - forgotten fix for escaping filename in
6484: HTTP content-disposition header (a part of bug #361 )
6485:
6486: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6487: checks for ancestors' classes as well ( new feature: #456 )
6488:
6489: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6490: "without cycle" now have types "parser.break" and
6491: "parser.continue" instead of "parser.runtime" ( new feature: #799
6492: )
6493:
6494: 2011-11-11 misha
6495:
6496: * tests/results/: 099.processed, 100.processed, 205.processed,
6497: 237.processed: - since bug #361 was fixed the content of filename
6498: in HTTP headers is quoted
6499:
6500: * tests/results/270.processed: - result for test 270
6501:
6502: * tests/: 065.html, results/065.processed: - more tests for
6503: ^file:basename[] & Co were added
6504:
6505: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6506:
6507: * tests/270.html: - tests for ^file:find[] are added
6508:
6509: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6510: using option $.charset. option $.engoding is still supported but
6511: these options can not be specified together
6512:
6513: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6514: comparation charset name with string "UTF-8" ( bugfix: #759 )
6515:
6516: 2011-10-11 misha
6517:
6518: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6519: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6520: #622)
6521:
6522: 2011-09-30 misha
6523:
6524: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6525: exception "saving stat-ed file" ( bugfix: #395 )
6526:
6527: 2011-05-30 misha
6528:
6529: * src/classes/string.C: - fixed bug which was added with
6530: params.as_hash into string:sql
6531:
6532: 2011-05-29 misha
6533:
6534: * src/types/pa_value.C: - filename in content-disposition header
6535: must be quoted ( bugfix: #361 )
6536:
6537: 2011-05-27 misha
6538:
6539: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6540: created file
6541:
6542: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6543: usage
6544:
6545: * src/include/pa_exception.h: - one more string for exception was
6546: added
6547:
6548: 2011-05-25 misha
6549:
6550: * tests/269.html: - tests for checking input params in some dom
6551: methods
6552:
6553: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6554: was added. it isn't possible not wo create xdoc with invalid
6555: tagName. ( bugfix: #160 )
6556:
6557: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6558: string "data must be string" was mover from pa_exception.h to
6559: pa_xml_exception.h
6560:
6561: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6562: as_xmlncname, as_xmlname and as_xmlnsuri were added
6563:
6564: * src/main/pa_xml_exception.C: - XmlException accepts more options
6565:
6566: * src/include/pa_xml_exception.h: - XmlException accepts more
6567: options - XML-related exception's strings were added
6568:
6569: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6570: output_options were removed)
6571:
6572: 2011-05-19 misha
6573:
6574: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6575: params.as_hash is used more while parsing methods hash-options
6576:
6577: 2011-05-18 misha
6578:
6579: * operators.txt: - info about json-serialization of xdoc was added
6580:
6581: * tests/256.html: - tests for json-serialization xdoc were added
6582:
6583: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6584:
6585: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6586: classes/json.C, classes/xdoc.C: - now json:string can serialize
6587: xdoc-objects. options (the same as ^xdoc.string[]) could be
6588: specified in $.xdoc[] ( new feature: #265 )
6589:
6590: 2011-05-15 misha
6591:
6592: * tests/268.html: - tests for ^table.count[with options] were added
6593:
6594: * src/classes/table.C: - method ^table.count[] now can accept
6595: options ( new feature: #93 ): ^table.count[column] returns number
6596: of columns for named table; ^table.count[cells] returns number of
6597: cells in the current row; ^table.count[] & ^table.count[rows]
6598: return number of rows in a table.
6599:
6600: * tests/267.html: - test for checking switch/case in boolean mode
6601: was added
6602:
6603: * src/classes/op.C: - if switch's or case's value is bool, they are
6604: compared as bool values, not as double values: new feature: #351
6605:
6606: 2011-05-06 misha
6607:
6608: * tests/242.html: - EOL before EOF was added
6609:
6610: * tests/169.html: - tests for splitting empty string and void were
6611: added
6612:
6613: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6614: returned table with one empty cell)
6615:
6616: 2011-04-03 misha
6617:
6618: * src/include/pa_version.h, configure.in: - version in head was
6619: changed to 3.4.2b
6620:
6621: 2011-03-30 misha
6622:
6623: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6624: as well ( new feature #294 )
6625:
6626: 2011-03-29 misha
6627:
6628: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6629: limited to approx. 6 MB. previous limits were too big for real
6630: life. bugfix: #216
6631:
6632: 2011-03-04 moko
6633:
6634: * etc/parser3.charsets/cp866.cfg: Conforms to
6635: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6636:
6637: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6638: vlalek@
6639:
6640: 2011-02-22 misha
6641:
6642: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6643: be under #ifdef XML or parser can't be compiled without xml
6644: support
6645:
6646: 2011-02-21 misha
6647:
1.116 moko 6648: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6649: ApacheModuleParser3.vcproj was removed
6650:
6651: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6652: removed)
6653:
6654: 2011-02-20 misha
6655:
6656: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6657: $.overridden in ^reflection:method_info[...] were added
6658:
6659: * src/classes/reflection.C: - beautifying result of
6660: ^reflection:method_info[] ($.overridden/inherited)
6661:
6662: 2011-02-18 misha
6663:
6664: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6665: and pa_isalnum instead of isalpha and isalnum - bug with
6666: redundand quoting lowercased latin chars while building email
6667: body was fixed
6668:
6669: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6670: added (they check for latin chars only)
6671:
6672: 2011-02-16 misha
6673:
6674: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6675: string size for transcoding gave too small value (should ever
6676: look for availability char in dest charset inspite of the char
6677: size)
6678:
6679: 2011-02-04 moko
6680:
6681: * tests/223.html: header values now not url-encoded (issue #195)
6682:
6683: 2011-02-01 misha
6684:
6685: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6686:
6687: 2011-01-31 misha
6688:
6689: * src/main/pa_request.C: - throw exception if param file_name in
6690: use_file is empty
6691:
6692: 2011-01-08 moko
6693:
6694: * src/classes/curl.C: compilations errors fixed
6695:
6696: 2010-12-29 moko
6697:
6698: * tests/: 265.html, results/265.processed: test for issue #200
6699: added
6700:
6701: * src/main/pa_string.C: empty regex result check added (fixes issue
6702: #200)
6703:
6704: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6705:
6706: * tests/results/223.processed: header values now not url-encoded
6707: (issue #195)
6708:
6709: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6710: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6711: pa_http_safe_header_name added for headers names (fixes bug #195)
6712:
6713: 2010-12-18 misha
6714:
6715: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6716: => pa-include
6717:
6718: 2010-11-28 moko
6719:
6720: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6721:
6722: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6723: -> pa
6724:
6725: * configure.in: apr -> pa
6726:
6727: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6728:
6729: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6730: classes/Makefile.am, types/Makefile.am: apr -> pa
6731:
6732: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6733: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6734: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6735: pa-include/pa_apr.h, pa-include/pa_errno.h,
6736: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6737: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6738: module apr name conflict resolved)
6739:
6740: 2010-11-27 misha
6741:
6742: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6743: libbz2
6744:
6745: 2010-11-26 misha
6746:
6747: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6748: warnings removed
6749:
6750: 2010-11-25 moko
6751:
6752: * operators.txt: $.indent(true)
6753:
6754: * operators.txt: another bugfix. :)
6755:
6756: * operators.txt: bugfix. :)
6757:
6758: * buildall-with-xml: libxml2-2.7.8 + with-apache
6759:
6760: 2010-11-24 moko
6761:
1.116 moko 6762: * configure: apxs support
1.95 moko 6763:
6764: * configure.in: apxs support -Bstatic gc removed for OS X
6765:
6766: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6767:
6768: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6769: THREAD_LOCAL usage
6770:
6771: * src/: classes/curl.C, include/pa_config_includes.h,
6772: main/pa_globals.C: THREAD_LOCAL defined and used
6773:
6774: 2010-11-23 moko
6775:
6776: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6777: should be passed to pa_sleep, and only fractional part (bugfix:
6778: #188)
6779:
6780: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6781:
6782: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6783: GC_dont_gc=1, as in cgi version
6784:
6785: * src/targets/apache/mod_parser3.c: warning war
6786:
6787: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6788: pa_httpd.h: version removed, some trash removed
6789:
6790: * src/targets/apache/mod_parser3.c: version removed (we don't want
6791: to show it), warning war
6792:
6793: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6794: pa_httpd.h: parser_status_allowed removed + merge config
6795: functions removed (override is the default) + beauty
6796:
6797: * src/: include/pa_request.h, main/pa_request.C,
6798: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6799: hide $status used in apache module removed
6800:
6801: 2010-11-18 moko
6802:
6803: * operators.txt: $.table[compact] added for ^json:string[]
6804:
6805: 2010-11-16 moko
6806:
6807: * src/targets/apache/mod_parser3.c: some cleanup done
6808:
6809: * src/main/untaint.C: bugfix: first, second String::Body argument
6810: is hashcode; second, info.fragment_begin is original, not
6811: resulting length
6812:
6813: * src/classes/file.C: new feature: $.stdin now untainted
6814:
6815: * tests/results/264.processed: new feature: $.stdin[] now untainted
6816:
6817: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6818:
6819: * src/classes/op.C: ^apply-taint[] method added
6820:
6821: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6822: added; $.stdin untaint test added
6823:
6824: 2010-11-15 moko
6825:
6826: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6827: removed
6828:
6829: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6830: pa_httpd.h: 2x2 calculated under apache2. :)
6831:
6832: 2010-11-13 moko
6833:
6834: * src/targets/apache/mod_parser3.c: initial changes to build module
6835: with apache 2.x includes
6836:
6837: * src/targets/apache/: Makefile.am, mod_parser3.c,
6838: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6839: united apache 1.3 / apache 2.x DSO module
6840:
6841: 2010-11-09 moko
6842:
6843: * src/types/pa_method.h: check added to dissallow @method[name;*]
6844: syntax
6845:
6846: * tests/: 263.html, results/263.processed: test from method[*args]
6847: added
6848:
6849: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6850: number of params can now be passed to a method declared with *arg
6851:
6852: 2010-11-06 moko
6853:
6854: * src/classes/table.C: formating fixed. :)
6855:
6856: * src/classes/table.C: closes #4: ^table.select now supports
6857: $.limit(), $.offset, $.reverse() options
6858:
6859: * tests/: 262.html, results/262.processed: test for ^table:select
6860: with options added (feature #4)
6861:
6862: * src/include/pa_array.h: remove function added
6863:
6864: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6865: object in get_element/put_element, using static one.
6866:
6867: 2010-11-04 moko
6868:
6869: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6870: options is passed
6871:
6872: * tests/: 256.html, results/256.processed: $.table[compact] feature
6873: now tested; k and p in handler now tested.
6874:
6875: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6876: $.table[compact] feature added
6877:
6878: * src/classes/json.C: key is now passed to handler in
6879: value_json_string; ^json:string result now process tainting
6880: inside and returns clean string, related to issue #153
6881:
6882: * src/main/untaint.C: bugfix: charset can be null (in
6883: ^string:save[] as example), thus check is added
6884:
6885: 2010-10-31 moko
6886:
6887: * src/classes/string.C: error message changed (fixes issue #149)
6888:
6889: 2010-10-29 moko
6890:
6891: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6892: port is not default (fixes issue #155); exception on invalid port
6893: added.
6894:
6895: * src/main/untaint.C: '*' is now not urlencoded to allow header
6896: "Accept: */*" to be passed
6897:
6898: 2010-10-28 moko
6899:
6900: * src/classes/curl.C: bugfix: detect_charset() was throwing
6901: exception on unknown charset even if response_charset was
6902: specified
6903:
6904: 2010-10-27 moko
6905:
6906: * src/classes/string.C: ^string.append removed for void
6907: compatibility
6908:
6909: 2010-10-26 moko
6910:
6911: * src/classes/json.C: libjson supports array at top level, we too
6912: (GPF fixed)
6913:
6914: 2010-10-25 moko
6915:
6916: * tests/: 253.html, results/253.processed: libjson supports array
6917: at top level, parser now supports it as well.
6918:
6919: * tests/261.html, tests/results/261.processed,
6920: src/types/pa_vstring.h: empty string is now void compatible
6921: (allows $empty.key)
6922:
6923: 2010-10-22 misha
6924:
6925: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6926: while adding additional expires checkout)
6927:
6928: * tests/030.html: - test for session cookie was added
6929:
6930: 2010-10-21 moko
6931:
6932: * src/: classes/string.C, classes/void.C, main/execute.C,
6933: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6934: string (feature #111)
6935:
6936: * tests/: 261.html, results/261.processed: checks void from string
6937: inheritance (feature #111)
6938:
6939: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6940: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6941: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6942: now true by default
6943:
6944: 2010-10-17 moko
6945:
6946: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6947: upload now uses binary blocks instead of L_FILE_POST tainting.
6948: (bugfix: #128)
6949:
6950: * tests/: 223.html, results/223.processed: binary file upload test
6951: added, GPF (issue #128) also checked in this test
6952:
6953: 2010-10-13 misha
6954:
6955: * tests/260.html: - test for math:convert
6956:
6957: * src/classes/math.C: - error in math:convert was fixed
6958:
6959: * operators.txt: - info about
6960: ^math:convert[number](from-base;to-base) was added
6961:
6962: * src/classes/math.C: - method
6963: ^math:convert[number](from-base;to-base) for converting number
6964: represention from one base to another was added ( new feature:
6965: #23 )
6966:
6967: 2010-10-13 moko
6968:
6969: * src/main/compile.tab.C: [] now is empty string, not void
6970:
6971: * src/main/compile.y: [] now is empty string, not void
6972:
6973: * src/types/pa_vvoid.h: void now passed as parameter
6974:
6975: * tests/: 259.html, results/259.processed: to test difference
6976: between void and empty string (see ticket #111)
6977:
6978: * tests/results/152.processed: $sEmpty[] is now empty string, not
6979: void
6980:
6981: * tests/256.html: $s[$void] is no longer empty string
6982:
6983: * tests/254.html: empty string is no longer void
6984:
6985: 2010-10-12 misha
6986:
6987: * src/types/pa_vcookie.C: - check if $.expires value can be
6988: converted to date during cookies set up ( bugfix: #104 )
6989:
6990: * tests/041.html: - more tests for ^table.locate were added
6991:
6992: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6993: work ( bugfix: #129 ) - exception comment for incorrect options
6994: ^table.locate[field;value;options] was fixed
6995:
6996: 2010-10-10 moko
6997:
6998: * src/: classes/reflection.C, main/execute.C: constructor returning
6999: another object feature returned
7000:
7001: * tests/results/258.processed: test result updated as constructor
7002: returning another object feature returned
7003:
7004: * tests/: 258.html, results/258.processed: test for constructor
7005: returning another object
7006:
7007: 2010-10-08 misha
7008:
7009: * tests/257.html: - whitespaces after @METACOMMANDS and their
7010: options shouldn't cause exceptions any longer
7011:
7012: 2010-10-06 moko
7013:
7014: * src/classes/: hash.C, table.C: length from sql server is now
7015: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7016:
7017: 2010-10-02 misha
7018:
7019: * operators.txt: - the X mark was removed from ^cache[file]. it is
7020: usable to delete cache file.
7021:
7022: 2010-10-02 moko
7023:
7024: * tests/: 253.html, results/253.processed: hook_key added for key
7025: checking
7026:
7027: * src/classes/json.C: null key bug fixed
7028:
7029: 2010-09-29 misha
7030:
7031: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7032:
7033: 2010-09-25 moko
7034:
7035: * src/classes/json.C: small fixed
7036:
7037: * tests/results/: 253.processed, 255.processed: just updated
7038:
7039: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7040: results/255.processed: charset transcode test added for
7041: json:parse
7042:
7043: 2010-09-24 moko
7044:
7045: * src/types/pa_value.h: warning war :)
7046:
7047: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7048: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7049: ^json:string
7050:
7051: 2010-09-22 moko
7052:
7053: * src/main/pa_charset.C: parser charset tables declare only
7054: white-space before 0x20, thus adding the missing chars
7055:
7056: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7057: to http://unicode.org/Public/MAPPINGS/VENDORS/
7058:
7059: 2010-09-21 misha
7060:
7061: * src/main/compile.y: - some semicolons were added (VS2010 don't
7062: want to compile grammar if they are absent)
7063:
7064: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7065:
7066: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7067:
7068: * src/main/main.vcproj: - path to bison is changed
7069:
7070: 2010-09-21 moko
7071:
1.116 moko 7072: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7073: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7074: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7075:
7076: 2010-09-20 misha
7077:
7078: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7079:
7080: * src/classes/json.C: - add EOL while json-serializing hash
7081:
7082: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7083: compilers don't like 'ES'.
7084:
7085: 2010-09-17 misha
7086:
7087: * operators.txt: - info about json class was added
7088:
7089: * src/classes/json.C: - ^json:string[object]
7090:
7091: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7092: preventing infinite recursion while executing json:string was
7093: added
7094:
7095: * src/include/pa_string.h: - method append_quoted was added
7096:
7097: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7098: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7099: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7100: was added to Value & Co
7101:
7102: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7103: were used
7104:
7105: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7106: were added
7107:
7108: 2010-09-10 moko
7109:
7110: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7111: die_or_abort (backport from 3.4.1)
7112:
7113: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7114: die_or_abort (bugfix: #106)
7115:
7116: 2010-09-09 moko
7117:
7118: * src/classes/json.C: warning war. :)
7119:
7120: 2010-09-08 misha
7121:
7122: * src/lib/json/Makefile.am: - additional include directories were
7123: added (for pa_memory.h and gc.h)
7124:
7125: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7126: compile as C++ instead default - additional include directory was
7127: added (for gc.h)
7128:
7129: * src/types/pa_vform.C: - little code reformating
7130:
7131: * src/classes/file.C: - $.content-type option now can be specified
7132: in ^file::create ( new feature: #102 )
7133:
7134: 2010-09-08 moko
7135:
7136: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7137: pa_malloc/pa_free
7138:
7139: 2010-09-07 moko
7140:
7141: * tests/results/254.processed: VStateless_class:put_element
7142: exception was fixed
7143:
7144: * src/types/: pa_value.h, pa_vstateless_class.h: now
7145: VStateless_class:put_element barks self.type, not this.type
7146: (bugfix: #105)
7147:
7148: 2010-09-06 moko
7149:
7150: * src/classes/reflection.C: bugfix: new String() is required for
7151: exception handling
7152:
7153: * tests/: 254.html, results/254.processed: test modified
7154:
7155: 2010-09-05 moko
7156:
7157: * tests/: 254.html, results/254.processed: ^reflection:copy test
7158: added
7159:
7160: * src/: classes/reflection.C, include/pa_request.h:
7161: ^reflection:copy implemented (new feature: #100)
7162:
7163: 2010-09-03 moko
7164:
7165: * src/lib/json/JSON_parser.C: c++ compatiblity
7166:
7167: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7168: option testing added
7169:
7170: 2010-09-02 moko
7171:
7172: * src/classes/json.C: $.distinct[first|last|all] added
7173:
7174: 2010-09-01 moko
7175:
7176: * tests/results/253.processed: json test result
7177:
7178: * tests/: 253.html, 253_json.txt: json test added
7179:
7180: * src/classes/json.C: json.C update to actual version + hash key
7181: creation bugfix
7182:
7183: 2010-08-31 misha
7184:
7185: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7186: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7187: src/lib/Makefile.am, src/classes/Makefile.am,
7188: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7189: json library was added
7190:
7191: 2010-08-30 moko
7192:
7193: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7194: types/pa_vobject.C: cosmetic optimization in
7195: request:execute_method usage
7196:
7197: * src/: include/pa_charset.h, main/pa_charset.C: small
7198: optimization, just to decrease number of lines. :)
7199:
7200: 2010-08-27 misha
7201:
7202: * src/classes/op.C: - taint[json] was added
7203:
7204: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7205: were added
7206:
7207: * src/main/pa_exec.C: - warning fix was rolled back.
7208:
7209: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7210: include/pa_string.h: - taint[json] was added - escaping was
7211: slightly modified
7212:
7213: 2010-08-25 misha
7214:
7215: * src/classes/file.C: - typo in file:sql exception was fixed
7216:
7217: * src/main/pa_exec.C: - warning about declared and not used
7218: variable forced_allow was removed
7219:
7220: 2010-08-14 misha
7221:
7222: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7223: were removed
7224:
7225: 2010-08-11 moko
7226:
7227: * tests/: 249.html, results/249.processed: default setter and
7228: anti-recursive default getter test added
7229:
7230: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7231: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7232: types/pa_vobject.h, types/pa_vstateless_class.C,
7233: types/pa_vstateless_class.h: default setter support +
7234: anti-recursive default getter support ( new feature: #13 )
7235:
7236: * src/include/pa_hash.h: optimization: threshold member removed
7237: from hash, reducing sizeof(hash)
7238:
7239: 2010-08-10 misha
7240:
7241: * tests/196.html: - junction-method was added to the test
7242:
7243: * tests/248.html: - ups. typo :)
7244:
7245: * tests/248.html: - test for checking .match with 4 params
7246:
7247: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7248: 247_windows1251.txt: - test for "transcode file from utf-8 to
7249: $request:charset during loading if the BOM code is detected"
7250:
7251: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7252: $request:charset during loading if the BOM code is detected ( new
7253: feature: #98 )
7254:
7255: 2010-08-05 misha
7256:
7257: * src/classes/image.C: - ^image.replace now can accept only 2
7258: params. in this case the whole image is affected ( new feature:
7259: #95 )
7260:
7261: 2010-08-04 misha
7262:
7263: * tests/246.html: - test tor ^hash._at[] was added
7264:
7265: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7266: #53 )
7267:
7268: * src/include/pa_hash.h: - methods for accessing the first and the
7269: last values of ordered hash were added (first_value and
7270: last_value)
7271:
7272: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7273: (similar to others file's methods):
7274: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7275: #68 )
7276:
7277: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7278:
7279: 2010-08-01 moko
7280:
7281: * src/classes/op.C: to correctly process $result[] in code, called
7282: from ^process
7283:
7284: * tests/245.html: $result in ^process[] test added
7285:
7286: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7287: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7288: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7289: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7290: caller, self) op_call(VMethodFrame &frame, bool constructing)
7291: removed, construct(class,method) added
7292:
7293: * tests/results/: 192.processed, 244.processed: request::construct
7294: added
7295:
7296: * tests/: 244.html, 245.html, results/244.processed,
7297: results/245.processed: object creation exceptions and ^process
7298: tests added
7299:
7300: 2010-07-28 misha
7301:
7302: * tests/make_tests.cmd: - win32 EOLs
7303:
7304: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7305: tests on Win32 were added (The system timezone should be GMT+3)
7306:
7307: 2010-07-26 misha
7308:
7309: * tests/: 212.html, results/212.processed: - sizes were removed
7310: mecause they could be different on different OSs
7311:
7312: * tests/065.html: - make it "win32 friendly"
7313:
7314: 2010-07-25 misha
7315:
7316: * src/main/compile.y: - all EOLs between methods are removed during
7317: compilation ( new feature: #47 )
7318:
7319: * tests/results/149.processed: - prepare tests to trim trailing
7320: methods' EOLs
7321:
7322: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7323:
7324: * tests/: results/006.processed, results/014.processed, 006.html,
7325: 014.html, 022.html: - prepare tests to trim trailing methods'
7326: EOLs
7327:
7328: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7329: results/071.processed, results/022.processed: - prepare tests to
7330: trim trailing methods' EOLs
7331:
7332: * tests/: results/073.processed, results/109.processed,
7333: results/142.processed, results/144.processed,
7334: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7335: 144.html: - prepare tests to trim trailing methods' EOLs
7336:
7337: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7338: 149.html, 152.html, results/096.processed, results/107.processed,
7339: results/109.processed, results/142.processed,
7340: results/144.processed: - prepare tests to trim trailing methods'
7341: EOLs
7342:
7343: 2010-07-24 moko
7344:
7345: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7346: the hash order in this test
7347:
7348: * tests/014.html: to check hash order, hash no is longer sorted
7349: before print
7350:
7351: * src/include/pa_hash.h: hash copy constructor now keeps order
7352: (bugfix: #54)
7353:
7354: 2010-07-23 moko
7355:
7356: * tests/results/224.processed: @auto[] is no longer inherited
7357:
7358: * src/types/pa_vstateless_class.C, tests/227.html,
7359: tests/results/227.processed: @auto[] is no longer inherited
7360: (bugfix: #57)
7361:
7362: 2010-07-22 misha
7363:
7364: * src/classes/table.C: - don't skip comment lines during
7365: table::load if encloser or separator is set as '#' ( new feature:
7366: #30 )
7367:
7368: * src/targets/cgi/parser3.C: - don't run as cgi if
7369: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7370: #12 )
7371:
7372: * src/classes/file.C: - set PARSER_VARSION env before external
7373: script executing
7374:
7375: 2010-07-13 misha
7376:
7377: * tests/058.html: - test for suppressing @border was added - test
7378: for user attribute was added
7379:
7380: * tests/results/186.processed: unescaping from \uXXXX
7381:
7382: * tests/186.html: unescaping from \uXXXX
7383:
7384: * tests/: 239.html, results/239.processed: method call type
7385:
7386: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7387: $junction_method.CLASS_NAME (+CLASS)
7388:
7389: 2010-07-07 misha
7390:
7391: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7392: *nix
7393:
7394: 2010-07-05 misha
7395:
7396: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7397: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7398: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7399: comment strings "options must be hash", "options must be hash,
7400: not code" and "called with invalid option" were replaced by
7401: constatns - exception comment string "invalid option passed" was
7402: replaced by "called with invalid option" (now in different
7403: methods are the same exception comment string)
7404:
7405: * src/include/pa_exception.h: - more exception strings were defined
7406:
7407: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7408: types/pa_vstateless_class.h: - now we can define possible
7409: method's call type ( new feature: #5 ) 1.
7410: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7411: methods 2. @static:method[params] (only static keyword could be
7412: used here) -- for specified methods
7413:
7414: * src/main/pa_common.C: - junction points should not be deleted on
7415: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7416: cleanup
7417:
7418: 2010-07-03 misha
7419:
7420: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7421: results/158.processed, results/160.processed,
7422: results/161.processed, results/162.processed,
7423: results/163.processed: - prepare tests to trim trailing methods'
7424: EOLs
7425:
7426: * tests/results/169.processed: - prepare tests to trim trailing
7427: methods' EOLs
7428:
7429: * tests/results/: 168.processed, 169.processed: - prepare tests to
7430: trim trailing methods' EOLs
7431:
7432: * tests/: results/170.processed, results/167.processed,
7433: results/168.processed, results/169.processed, 167.html, 168.html,
7434: 169.html: - prepare tests to trim trailing methods' EOLs
7435:
7436: * tests/: results/170.processed, results/171.processed,
7437: results/172.processed, results/173.processed,
7438: results/174.processed, results/175.processed, 170.html, 171.html,
7439: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7440: trailing methods' EOLs
7441:
7442: * tests/: results/176.processed, results/180.processed,
7443: results/184.processed, results/185.processed,
7444: results/191.processed, results/192.processed,
7445: results/196.processed, results/197.processed,
7446: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7447: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7448: to trim trailing methods' EOLs
7449:
7450: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7451: results/199.processed, results/208.processed,
7452: results/209.processed, results/213.processed,
7453: results/214.processed: - prepare tests to trim trailing methods'
7454: EOLs
7455:
7456: 2010-06-29 misha
7457:
7458: * tests/: 220.html, 218.html, results/218.processed,
7459: results/215.processed, results/217.processed, 215.html, 217.html:
7460: - prepare tests to trim trailing methods' EOLs
7461:
7462: * tests/: results/224.processed, 224.html, 223.html,
7463: results/223.processed, results/220.processed: - prepare tests to
7464: trim trailing methods' EOLs
7465:
7466: * tests/results/: 226.processed, 230.processed: - prepare tests to
7467: trim trailing methods' EOLs
7468:
7469: * tests/: 229.html, results/229.processed: - prepare tests to trim
7470: trailing methods' EOLs
7471:
7472: * tests/: 232.html, 235.html, results/232.processed,
7473: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7474: results/226.processed, results/227.processed,
7475: results/228.processed, results/230.processed: - prepare tests to
7476: trim trailing methods' EOLs
7477:
7478: 2010-06-16 moko
7479:
7480: * tests/: 229.html, results/229.processed: elseif now supported in
7481: ^if
7482:
7483: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7484:
7485: 2010-06-03 misha
7486:
7487: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7488: instead of memcopy for overlaped regions
7489:
7490: 2010-05-25 misha
7491:
7492: * src/main/pa_common.C: - wanring about unused vars was removed
7493:
7494: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7495: get_method_filename was moved to execute.C
7496:
7497: 2010-05-23 misha
7498:
7499: * src/main/pa_request.C: - more accurate detection of method's file
7500:
7501: 2010-05-22 misha
7502:
7503: * src/classes/reflection.C: - bugfix: core during detection of
7504: .file if filespec isn't detected successfully
7505:
7506: 2010-05-20 misha
7507:
7508: * src/main/pa_request.C: - fix in get_method_filename
7509:
7510: * src/include/pa_request.h: - new feature: #24 -- searching
7511: included file in @USE/^use is changed. if its filespec doesn't
7512: start from '/' it will be searched in caller file directory
7513:
7514: * src/classes/reflection.C: - ^reflection:method_info returns file
7515: where the method is defined
7516:
7517: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7518: classes/op.C: - new feature: #24 -- searching included file in
7519: @USE/^use is changed. if its filespec doesn't start from '/' it
7520: will be searched in caller file directory
7521:
7522: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7523: is moved to pa_common.h
7524:
7525: 2010-05-18 misha
7526:
7527: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7528: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7529: cookie parser decode \uXXXX as well as %uXXXX
7530:
7531: 2010-05-17 misha
7532:
7533: * src/classes/curl.C: beauty: - unused param is removed in method
7534: _curl_version_action - some spaces were removed or replaced by
7535: tabs
7536:
7537: * src/classes/table.C: - bugfix: #72 core with empty value during
7538: ^table.hash[...;name_of_the_last_column][$.type[string]]
7539:
7540: 2010-05-16 misha
7541:
7542: * src/classes/curl.C: new: #61 more curl options were added
7543: (contributed by Sumo)
7544:
7545: 2010-04-29 pretender
7546:
7547: * src/main/pa_string.C: fixes #63 Split result from empty string
7548: now empty string.
7549:
7550: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7551: string type.
7552:
7553: 2010-04-28 pretender
7554:
7555: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7556: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7557: macrodefinition removed
7558:
7559: 2010-04-19 pretender
7560:
7561: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7562: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7563:
7564: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7565: fixes #64 Now file.missing exception generates in unsafe mode to.
7566:
7567: * src/classes/file.C: fixes #48 Now not throw "not save environment
7568: variable" exception in grpunlim version.
7569:
7570: 2010-04-05 misha
7571:
7572: * src/classes/string.C: - new feature: 4th param was added to
7573: match. if specified its value is returned in case of nothing was
7574: found
7575:
7576: 2010-04-01 misha
7577:
7578: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7579: multiple execution of /a/b/auto.p
7580:
7581: 2010-03-19 misha
7582:
7583: * src/main/execute.C: - core in $table1.$table2 was fixed
7584:
7585: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7586:
7587: 2010-01-27 misha
7588:
7589: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7590: trying to open file by path /existing-file/non-exixting-file
7591:
7592: 2010-01-26 misha
7593:
7594: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7595: was added (returns file)
7596:
7597: 2009-12-22 misha
7598:
7599: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7600: now parser doesn't have class curl if it was built without it
7601:
7602: 2009-12-15 misha
7603:
7604: * configure.in: - little cheat with curl include dir was added
7605:
7606: 2009-12-05 misha
7607:
7608: * src/classes/curl.C: - some fixes
7609:
7610: 2009-12-04 misha
7611:
7612: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7613: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7614: buildall-with-xml, buildall-without-xml, configure.in: - curl
7615: class was added
7616:
7617: * src/include/pa_hash.h: - hash-iterator was added
7618:
7619: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7620: was added to pcre
7621:
7622: 2009-11-27 misha
7623:
7624: * src/classes/image.C: - don't add @border attribute to output of
7625: ^image.html[] if it was specified by user with empty value
7626:
7627: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7628: root element and we are trying to access .documentElement
7629:
7630: 2009-11-11 misha
7631:
7632: * src/classes/table.C: - in ^table.flip[] look at number of columns
7633: instead of number of items in first row for named tables
7634:
7635: 2009-11-10 misha
7636:
7637: * operators.txt: - info about hash-options in ^file::create was
7638: added
7639:
7640: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7641: added
7642:
7643: 2009-11-09 misha
7644:
7645: * buildall-with-xml: - moving to libxml 2.7.6
7646:
7647: * tests/236.html: - tests for comparations cords with functions
7648: were added
7649:
7650: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7651: added
7652:
7653: * src/main/pa_http.C: - little optimisation
7654:
7655: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7656: GPF mallocs + stringstream (table.save)
7657:
7658: * src/classes/file.C: - file::create now accepts 4th param: options
7659: with $.charset
7660:
7661: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7662: bug in cord (comparation cords with functions was buggy)
7663:
7664: 2009-11-06 misha
7665:
7666: * src/main/pa_string.C: - bugfix: calculation string.length
7667: sometimes was buggy
7668:
7669: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7670: destroyed if exception occured during match/replace
7671:
7672: * src/: main/pa_charset.C, include/pa_charset.h: - method
7673: lengthUTF8Char was added
7674:
7675: * src/classes/op.C: - clean tainting lang was added for user's
7676: usage
7677:
7678: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7679: fixed: checkouts are required after GC_MALLOC
7680:
7681: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7682:
7683: * operators.txt: - actually, there is no ^untaint[xml] in
7684: file::create
7685:
7686: 2009-10-15 misha
7687:
7688: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7689: were added
7690:
7691: * tests/234.html: - more tests for checking ^taint[uri] escaping
7692: were added
7693:
7694: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7695: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7696: hacking: for dealing with transcoding+^taint[uri]
7697: transcode_and_untaint was replaced by untaint_and_transcode
7698:
7699: 2009-10-13 misha
7700:
7701: * tests/: 121.html, results/121.processed: - test transcoding +
7702: url-escaping now
7703:
7704: * tests/results/auto.p: - more helpers' methods were added
7705:
7706: * src/main/pa_globals.C: - die instead of abort
7707:
7708: 2009-10-06 misha
7709:
7710: * src/main/pa_common.C: - don't allocate memory during
7711: capitalization if input string is already capitalized
7712:
7713: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7714:
7715: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7716: use format function because it calls malloc
7717:
7718: * src/include/pa_common.h: - more capitalized headers were added
7719:
7720: * src/main/pa_common.C: - in safe mode clear executable bits during
7721: file writing
7722:
7723: 2009-10-05 misha
7724:
7725: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7726:
7727: 2009-10-03 misha
7728:
7729: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7730: ^img.text[] & ^img.length[] can work in utf-8 now
7731:
7732: * src/: include/pa_charset.h, main/pa_charset.C: - class
7733: UTF8_string_iterator was added
7734:
7735: * src/classes/image.C: - respect utf-8 when calculate alphabet
7736: length
7737:
7738: * src/classes/mail.C: - check from before get message.cstr
7739:
7740: 2009-10-02 misha
7741:
7742: * tests/233.html: - test for image.font, image.length, image.text
7743: with text in utf-8 were added
7744:
7745: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7746:
7747: * buildall-with-xml, buildall-without-xml: - comment about gc
7748: version for freebsd 4 was added
7749:
7750: 2009-10-01 misha
7751:
7752: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7753: terminator) - read_pipe were slightly optimized
7754:
7755: 2009-09-28 misha
7756:
7757: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7758: removed
7759:
7760: * src/types/pa_vmail.C: - forgot about space after ':'
7761:
7762: * src/types/pa_vmail.C: - escape filenames while preparing mail
7763: body - small simplifications
7764:
7765: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7766: inout params like pa_base64
7767:
7768: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7769: option $.debug-print(1) was added to mail:send - changes for
7770: using uue_encode which uses less memory
7771:
7772: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7773:
7774: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7775: memory now
7776:
7777: 2009-09-26 misha
7778:
7779: * src/types/pa_vmail.C: - default encoding now is base64
7780:
7781: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7782:
7783: 2009-09-25 misha
7784:
7785: * src/types/pa_vmail.C: - capitalization of headers was added to
7786: sending mail as well
7787:
7788: * buildall-with-xml: - catalog package was removed from libxml
7789:
7790: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7791: win32 absolute path
7792:
7793: * src/include/pa_common.h: - one more capitalized header was added
7794:
7795: 2009-09-22 misha
7796:
7797: * INSTALL: - comment about building just httpd binary while
7798: building apache module was added
7799:
7800: 2009-09-21 misha
7801:
7802: * buildall-with-xml: - moving to the latest versions of xml libs:
7803: libxml 2.7.4 and libxslt 1.1.25
7804:
7805: 2009-09-19 misha
7806:
7807: * tests/231.html: - test for encoding cookie in win-1251
7808:
7809: 2009-09-18 misha
7810:
7811: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7812: object] were added
7813:
7814: * operators.txt: - info about method ^reflection:fields[class or
7815: object] was added
7816:
7817: * src/classes/reflection.C: - method ^reflection:fields[class or
7818: object] was added
7819:
7820: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7821: methods get_fields were added
7822:
7823: * tests/232.html: - tests for @GET[name]
7824:
7825: * src/classes/table.C: - some changes in handling hash-options for
7826: creare, join and locate
7827:
7828: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7829: defined with option: the type of requested value
7830:
7831: 2009-09-17 misha
7832:
7833: * tests/212.html: - tests for .pattern and .options were added
7834:
7835: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7836: $regex.options were added
7837:
7838: 2009-09-11 misha
7839:
7840: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7841: rewrited. it checks not just one case of sending cookies during
7842: file::load[http], but also sending headers and fields (including
7843: files)
7844:
7845: 2009-09-10 misha
7846:
7847: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7848: was removed => now parser can open files with Russian 'r' in
7849: filename
7850:
7851: * src/main/untaint.C: - bugfix: client charset whould be analized
7852: while escaping cookies but now source charset
7853:
7854: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7855: ^tainted[uri] so it was possible to make request with incorrect
7856: http header
7857:
7858: * src/main/pa_http.C: - capitalization of http headers during
7859: file::load[http was slightly changes - bugfix: all headers which
7860: parser sends during file::load[http should be transcoded and only
7861: then escaped
7862:
7863: * src/main/untaint.C: - a bit more comments were added
7864:
7865: * src/classes/: file.C, string.C: - types where changes (minus 2
7866: warnings)
7867:
7868: * src/include/pa_common.h: - 2 capitalized strings for making http
7869: headers during file::load[http were added
7870:
7871: 2009-09-08 misha
7872:
7873: * operators.txt: - changes in file.save and string.save were added
7874:
7875: * tests/: 230.html, 230.txt: - tests for checking options in
7876: file.save and string.save were added
7877:
7878: * src/main/pa_request.C: - http headers names, which are passed to
7879: SAPI::add_header_attribute are lowercased now (it'll be
7880: capitalized in that method)
7881:
7882: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7883: classes/string.C: - file_write accepts Request_charsets and asked
7884: charset and cound transcode content before writing - string.save
7885: and file.save have option $.charset now
7886:
7887: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7888: classes/xdoc.C: - file_write accepts Request_charsets and asked
7889: charset and cound transcode content before writing
7890:
7891: * src/include/pa_exception.h: - new exception comment string was
7892: defined
7893:
7894: 2009-09-07 misha
7895:
7896: * src/main/compile.y: - grammar $name\ name stops now for regex
7897: sub-pattern\s
7898:
7899: 2009-09-04 misha
7900:
7901: * src/main/pa_http.C: - capitalization of http headers during
7902: file::load[http was implemented
7903:
7904: 2009-09-03 misha
7905:
7906: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7907: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7908: types/pa_vmail.C, targets/cgi/parser3.C,
7909: targets/isapi/parser3isapi.C: - back to storing response http
7910: headers in lowercase - capitalize them during output
7911:
7912: 2009-08-31 misha
7913:
7914: * src/classes/table.C: - allow call with any brackets (it could be
7915: useful in methods with explict result declaration)
7916:
7917: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7918: correctly if $request:charset==koi8-r
7919:
7920: 2009-08-30 misha
7921:
7922: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7923: changed: content-type => Content-type and so on
7924:
7925: * src/classes/file.C, src/include/pa_common.h,
7926: src/include/pa_request.h, src/main/pa_http.C,
7927: src/main/pa_request.C, src/types/pa_vcookie.C,
7928: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7929: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7930: tests/results/002.processed, tests/results/003.processed,
7931: tests/results/004.processed, tests/results/005.processed,
7932: tests/results/006.processed, tests/results/007.processed,
7933: tests/results/008.processed, tests/results/009.processed,
7934: tests/results/010.processed, tests/results/011.processed,
7935: tests/results/012.processed, tests/results/013.processed,
7936: tests/results/014.processed, tests/results/015.processed,
7937: tests/results/016.processed, tests/results/017.processed,
7938: tests/results/018.processed, tests/results/019.processed,
7939: tests/results/020.processed, tests/results/021.processed,
7940: tests/results/022.processed, tests/results/023.processed,
7941: tests/results/024.processed, tests/results/025.processed,
7942: tests/results/026.processed, tests/results/027.processed,
7943: tests/results/028.processed, tests/results/029.processed,
7944: tests/results/030.processed, tests/results/031.processed,
7945: tests/results/032.processed, tests/results/033.processed,
7946: tests/results/034.processed, tests/results/035.processed,
7947: tests/results/036.processed, tests/results/037.processed,
7948: tests/results/038.processed, tests/results/039.processed,
7949: tests/results/040.processed, tests/results/041.processed,
7950: tests/results/042.processed, tests/results/043.processed,
7951: tests/results/044.processed, tests/results/045.processed,
7952: tests/results/046.processed, tests/results/047.processed,
7953: tests/results/048.processed, tests/results/049.processed,
7954: tests/results/050.processed, tests/results/051.processed,
7955: tests/results/052.processed, tests/results/053.processed,
7956: tests/results/054.processed, tests/results/055.processed,
7957: tests/results/056.processed, tests/results/057.processed,
7958: tests/results/058.processed, tests/results/059.processed,
7959: tests/results/060.processed, tests/results/061.processed,
7960: tests/results/062.processed, tests/results/063.processed,
7961: tests/results/064.processed, tests/results/065.processed,
7962: tests/results/066.processed, tests/results/067.processed,
7963: tests/results/068.processed, tests/results/069.processed,
7964: tests/results/070.processed, tests/results/071.processed,
7965: tests/results/072.processed, tests/results/073.processed,
7966: tests/results/074.processed, tests/results/075.processed,
7967: tests/results/076.processed, tests/results/077.processed,
7968: tests/results/078.processed, tests/results/079.processed,
7969: tests/results/080.processed, tests/results/081.processed,
7970: tests/results/082.processed, tests/results/083.processed,
7971: tests/results/084.processed, tests/results/085.processed,
7972: tests/results/086.processed, tests/results/087.processed,
7973: tests/results/088.processed, tests/results/089.processed,
7974: tests/results/090.processed, tests/results/091.processed,
7975: tests/results/092.processed, tests/results/093.processed,
7976: tests/results/094.processed, tests/results/095.processed,
7977: tests/results/096.processed, tests/results/097.processed,
7978: tests/results/098.processed, tests/results/099.processed,
7979: tests/results/100.processed, tests/results/101.processed,
7980: tests/results/102.processed, tests/results/103.processed,
7981: tests/results/104.processed, tests/results/105.processed,
7982: tests/results/106.processed, tests/results/107.processed,
7983: tests/results/108.processed, tests/results/109.processed,
7984: tests/results/110.processed, tests/results/111.processed,
7985: tests/results/112.processed, tests/results/113.processed,
7986: tests/results/114.processed, tests/results/115.processed,
7987: tests/results/116.processed, tests/results/117.processed,
7988: tests/results/118.processed, tests/results/119.processed,
7989: tests/results/120.processed, tests/results/121.processed,
7990: tests/results/122.processed, tests/results/123.processed,
7991: tests/results/124.processed, tests/results/125.processed,
7992: tests/results/126.processed, tests/results/127.processed,
7993: tests/results/128.processed, tests/results/129.processed,
7994: tests/results/130.processed, tests/results/131.processed,
7995: tests/results/132.processed, tests/results/133.processed,
7996: tests/results/134.processed, tests/results/135.processed,
7997: tests/results/136.processed, tests/results/138.processed,
7998: tests/results/139.processed, tests/results/140.processed,
7999: tests/results/141.processed, tests/results/142.processed,
8000: tests/results/143.processed, tests/results/144.processed,
8001: tests/results/145.processed, tests/results/146.processed,
8002: tests/results/147.processed, tests/results/148.processed,
8003: tests/results/149.processed, tests/results/150.processed,
8004: tests/results/151.processed, tests/results/152.processed,
8005: tests/results/153.processed, tests/results/154.processed,
8006: tests/results/155.processed, tests/results/156.processed,
8007: tests/results/157.processed, tests/results/158.processed,
8008: tests/results/159.processed, tests/results/160.processed,
8009: tests/results/161.processed, tests/results/162.processed,
8010: tests/results/163.processed, tests/results/164.processed,
8011: tests/results/165.processed, tests/results/166.processed,
8012: tests/results/167.processed, tests/results/168.processed,
8013: tests/results/169.processed, tests/results/170.processed,
8014: tests/results/171.processed, tests/results/172.processed,
8015: tests/results/173.processed, tests/results/174.processed,
8016: tests/results/175.processed, tests/results/176.processed,
8017: tests/results/177.processed, tests/results/178.processed,
8018: tests/results/179.processed, tests/results/180.processed,
8019: tests/results/181.processed, tests/results/182.processed,
8020: tests/results/183.processed, tests/results/184.processed,
8021: tests/results/185.processed, tests/results/186.processed,
8022: tests/results/187.processed, tests/results/188.processed,
8023: tests/results/189.processed, tests/results/190.processed,
8024: tests/results/191.processed, tests/results/192.processed,
8025: tests/results/193.processed, tests/results/194.processed,
8026: tests/results/195.processed, tests/results/196.processed,
8027: tests/results/197.processed, tests/results/198.processed,
8028: tests/results/199.processed, tests/results/200.processed,
8029: tests/results/201.processed, tests/results/202.processed,
8030: tests/results/203.processed, tests/results/204.processed,
8031: tests/results/205.processed, tests/results/206.processed,
8032: tests/results/207.processed, tests/results/208.processed,
8033: tests/results/209.processed, tests/results/210.processed,
8034: tests/results/211.processed, tests/results/212.processed,
8035: tests/results/213.processed, tests/results/214.processed,
8036: tests/results/215.processed, tests/results/216.processed,
8037: tests/results/217.processed, tests/results/218.processed,
8038: tests/results/219.processed, tests/results/220.processed,
8039: tests/results/221.processed, tests/results/222.processed,
8040: tests/results/223.processed, tests/results/224.processed,
8041: tests/results/225.processed, tests/results/226.processed,
8042: tests/results/227.processed, tests/results/228.processed,
8043: tests/results/229.processed: - http headers were changed:
8044: content-type => Content-type and so on
8045:
8046: 2009-08-27 misha
8047:
8048: * src/: main/pa_random.C, include/pa_random.h,
8049: targets/cgi/parser3.C: - year was updated :)
8050:
8051: 2009-08-26 misha
8052:
8053: * tests/: 224.html, 224.p: - test for creating of parser object
8054: using constructor without params - little bugfix in test
8055:
8056: * src/main/compile_tools.h: - bugfix: should't call autouse while
8057: checking existed class while processing partial option
8058:
8059: * src/classes/reflection.C: - bugfix: core when creating object
8060: with reflection and constructor doesn't have params
8061:
8062: 2009-08-24 misha
8063:
8064: * tests/229.html: - tests for checking the number of parameters
8065: were added
8066:
8067: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8068: number of method's parameters wasn't checked correctly (the bug
8069: was introduced in 3.4.0)
8070:
8071: 2009-08-22 misha
8072:
8073: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8074: transcoded, but tainted pieces are escaped only when
8075: content-type==url-encoding
8076:
8077: * tests/228.html: - test for checking
8078: ^file::load[http://...;$.body[]]
8079:
8080: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8081: post charset was too early (charsets is empty at this moment)
8082:
8083: 2009-08-21 misha
8084:
8085: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8086: main/untaint.C: - some fixes with transcode+untaint
8087:
8088: 2009-08-15 misha
8089:
8090: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8091: was increaced to 100 (was 50)
8092:
8093: * tests/227.html: - test for checking overriding properties in
8094: static classes was added
8095:
8096: * tests/: 226.html, 226.p: - test for @autoload[] was added
8097:
8098: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8099: main/execute.C, main/pa_request.C, classes/reflection.C: -
8100: autouse was implemented
8101:
8102: 2009-08-14 misha
8103:
8104: * src/classes/reflection.C: - outdated checkout was removed
8105:
8106: * src/classes/reflection.C: - optimization - method ^dynamical was
8107: added.
8108:
8109: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8110: types/pa_vstateless_class.h, main/execute.C: - optimization
8111:
8112: * src/types/pa_vclass.C: - exception if base on sytem class
8113:
8114: 2009-08-12 misha
8115:
8116: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8117: pa_vstateless_class.h: - little optimisation
8118:
8119: 2009-08-11 misha
8120:
8121: * tests/224.html: - method_params => method_info - checking for
8122: $.inherited
8123:
8124: * src/classes/reflection.C, operators.txt: - method method_params
8125: was renamed to method_info and now it returns class name, if
8126: method was defined in ancestor
8127:
8128: * tests/225.html: - tests for cheching properties in hierarhical
8129: classes were added
8130:
8131: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8132: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8133: main/compile.y, main/execute.C, classes/classes.C: - problems
8134: with properties in new classes implementation were fixed
8135:
8136: 2009-08-10 misha
8137:
8138: * src/main/execute.C: - now constructor shouldn't be defined in
8139: class. it could be defined in parent.
8140:
8141: 2009-08-09 misha
8142:
8143: * src/classes/reflection.C: - ^reflection:methods doesn't return
8144: base's methods
8145:
8146: 2009-08-08 misha
8147:
8148: * src/: classes/classes.h, classes/date.C, classes/file.C,
8149: classes/form.C, classes/hash.C, classes/hashfile.C,
8150: classes/image.C, classes/mail.C, classes/op.C,
8151: classes/reflection.C, classes/regex.C, classes/string.C,
8152: classes/table.C, classes/xdoc.C, classes/xnode.C,
8153: classes/xnode.h, include/pa_hash.h, main/execute.C,
8154: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8155: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8156: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8157: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8158: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8159: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8160: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8161: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8162: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8163: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8164: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8165: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8166: types/pa_vresponse.C, types/pa_vresponse.h,
8167: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8168: types/pa_vstateless_object.h, types/pa_vstatus.C,
8169: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8170: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8171: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8172: types/pa_wwrapper.h, types/types.vcproj: - new classes
8173: implementation
8174:
8175: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8176: USE_MUNMAP is used. so it is disabled as a workaround.
8177:
8178: 2009-08-05 misha
8179:
8180: * src/: main/pa_common.C, include/pa_common.h: - not needed
8181: parameter was removed
8182:
8183: * src/main/pa_http.C: - bugfix: error was during detecting
8184: content-type of file which was loaded by http
8185:
8186: 2009-08-01 misha
8187:
8188: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8189: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8190: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8191: can't be disabled with defines any longer
8192:
8193: 2009-07-29 misha
8194:
8195: * src/classes/reflection.C, tests/results/224.processed: - for
8196: native methods with any call type now returned empty call_type
8197: value
8198:
8199: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8200: classes/table.C, include/pa_hash.h, include/pa_request.h,
8201: main/pa_request.C: - break in cycles was optimized
8202:
8203: * INSTALL: - more defines were described
8204:
8205: 2009-07-28 misha
8206:
8207: * operators.txt: - some changes in information about reflection
8208: class
8209:
8210: * tests/: 224.html, 224.p: - tests for reflection class
8211:
8212: * src/classes/reflection.C: - some bugs were fixed, method classes
8213: was added, refactoring
8214:
8215: 2009-07-26 misha
8216:
8217: * src/classes/classes.vcproj: - reflection class wass added to
8218: project
8219:
8220: * operators.txt: - information about reflection class was added
8221:
8222: * src/classes/reflection.C: - class was redesigned
8223:
8224: 2009-07-24 misha
8225:
8226: * src/classes/: Makefile.am, reflection.C: - class reflection was
8227: added
8228:
8229: * src/types/pa_vstateless_class.h: - method for reflection method's
8230: in classes was added
8231:
8232: 2009-07-22 misha
8233:
8234: * src/main/compile_tools.h: - bugfix: $object.$var was
8235: over-optimized. it failed if $object1.$object2.field
8236:
8237: 2009-07-16 misha
8238:
8239: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8240: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8241: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8242: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8243: one more arg: length of cord
8244:
8245: 2009-07-15 misha
8246:
8247: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8248: tainted in ^file::load[http://...;$.cookies[]]
8249:
8250: * src/classes/: op.C, regex.C, string.C: - new string with
8251: exception was used
8252:
8253: * src/include/pa_exception.h: - new string with exception was added
8254:
8255: * tests/223.html: - test for checking cookie-encoding during
8256: ^file::load[http was added
8257:
8258: * tests/: 221.html, 222.html: - tests for checking type of
8259: $table.fields.field were added
8260:
8261: * src/types/pa_vtable.C: - not used var decl was removed
8262:
8263: * src/include/pa_string.h: - use cached string length in Body::mid.
8264: it improves speed of match with brackets in pattern
8265:
8266: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8267: outside
8268:
8269: 2009-07-14 misha
8270:
8271: * src/types/pa_vtable.C: - $table.fields.a return string even if
8272: column is empty (sometime returned void) - $table.fields was
8273: added for nameless tables
8274:
8275: * src/targets/cgi/getopt.c: - one warning resolved
8276:
8277: * src/main/pa_string.C: - potentian bug fixed
8278:
8279: * src/classes/op.C: - small optimization in taint/untaint
8280:
8281: 2009-07-13 misha
8282:
8283: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8284: added
8285:
8286: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8287: souldn't add the attribut to output
8288:
8289: 2009-07-11 misha
8290:
8291: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8292: stack size was increaced to 2MB (default=1MB)
8293:
8294: 2009-07-08 misha
8295:
8296: * src/main/pa_string.C: - link to UTF-8 description was added
8297:
8298: * src/include/pa_hash.h: - hash keeps element's order in more
8299: places (ex: ._keys[])
8300:
8301: * tests/220.html: - test for checking order of elements in hash in
8302: foreach was added
8303:
8304: * tests/172.html: - small changes in printing hash
8305:
8306: * tests/129.html: - small changes in printing hash
8307:
8308: * src/: include/pa_common.h, include/pa_hash.h,
8309: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8310: types/pa_vmethod_frame.h: - hash now keeps order of elements
8311:
8312: * tests/014.html: - small changes in printing hash
8313:
8314: 2009-07-07 misha
8315:
8316: * src/classes/op.C: - new taint language "parser-code" was added
8317:
8318: * tests/219.html: - test for auto untaint parser code in process
8319: was added
8320:
8321: * src/classes/op.C: - tainted pieces in body of process are
8322: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8323:
8324: * src/: include/pa_string.h, main/untaint.C: - new language
8325: L_PARSER_CODE for auto-untaint in process was added
8326:
8327: * src/: classes/file.C, classes/hash.C, classes/image.C,
8328: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8329: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8330: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8331: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8332: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8333: code cleanup
8334:
8335: 2009-07-06 misha
8336:
8337: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8338: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8339: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8340:
8341: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8342: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8343: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8344: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8345: should be used
8346:
8347: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8348: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8349: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8350: untaint_cstr[m] should be used
8351:
8352: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8353: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8354:
8355: * tests/218.html: - test for checking automatic file-spec-taint was
8356: added
8357:
8358: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8359: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8360: classes/file.C, classes/hash.C, classes/image.C,
8361: classes/string.C, classes/table.C, classes/void.C,
8362: classes/xdoc.C: - optimizations and simplification of
8363: string.cstr(...)
8364:
8365: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8366: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8367: - optimizations and simplification of string.cstr(...)
8368:
8369: 2009-07-04 misha
8370:
8371: * tests/217.html: - test for recursion detection was added
8372:
8373: * src/: types/types.vcproj, main/main.vcproj,
8374: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8375: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8376: from .vcproj
8377:
8378: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8379:
8380: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8381: uploading files and case-insensitive http-method were added
8382:
8383: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8384: tainted pattern in ^file:list[] was added
8385:
8386: 2009-07-03 misha
8387:
8388: * src/: classes/classes.vcproj, main/main.vcproj,
8389: types/types.vcproj, targets/cgi/parser3.vcproj,
8390: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8391: for dynamic_cast) - little options changes
8392:
8393: * src/main/pa_http.C: - file::load[http works now with uploading
8394: files _and_ changing $.charset
8395:
8396: 2009-06-29 misha
8397:
8398: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8399: while creating pattern
8400:
8401: 2009-06-25 misha
8402:
8403: * src/classes/image.C, operators.txt: - options' names for
8404: ^image.font were changed to $.space, $.width and $spacing -
8405: default space width now == gif's width
8406:
8407: 2009-06-24 misha
8408:
8409: * tests/215.html: - tests for $file.mode were added
8410:
8411: * operators.txt: - added info about $file.mode and changes in
8412: ^image.font[
8413:
8414: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8415: param now could be omited - third param now could be hash (with
8416: all widths options: $.space-width, $.letter-width) - it's
8417: possible to specify tracking ($.letter-space)
8418:
8419: * src/classes/file.C: - file objects now could have mode field
8420: (text|binary)
8421:
8422: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8423:
8424: 2009-06-23 misha
8425:
8426: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8427: trim can work with utf-8 chars now
8428:
8429: 2009-06-20 misha
8430:
8431: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8432: was implemented
8433:
8434: * src/classes/table.C: - string length cacheing was implemented
8435:
8436: * src/include/pa_string.h: - string length cacheing was implemented
8437:
8438: 2009-06-17 misha
8439:
8440: * src/main/execute.C: - value param was removed from
8441: WContext::WContext
8442:
8443: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8444: pa_wwrapper.h: - value param was removed from WContext::WContext
8445: - field wcontext was removed from VCodeFrame (using fparent
8446: instead)
8447:
8448: * tests/214.html: - test with hash copying
8449:
8450: 2009-06-16 misha
8451:
8452: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8453: strings doesn't work in expression anymore
8454:
8455: * src/main/execute.C: - less calls for get_constructing() - little
8456: refactoring
8457:
8458: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8459: include/pa_request.h: - less calls for get_constructing()
8460:
8461: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8462: introduced with OPTIMIZE_SINGLE_STRING optimization
8463:
8464: 2009-06-14 misha
8465:
8466: * src/: classes/date.C, classes/file.C, classes/hash.C,
8467: classes/hashfile.C, classes/image.C, classes/regex.C,
8468: classes/table.C, classes/xdoc.C, classes/xnode.h,
8469: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8470: types/pa_vstateless_class.h, main/execute.C: - create object for
8471: storing object's fields only for parser objects
8472:
8473: 2009-06-13 misha
8474:
8475: * buildall-with-xml, buildall-without-xml: - new option was added
8476: for building GC (it slightly reduces memory usage)
8477:
8478: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8479: single string write
8480:
8481: * src/main/execute.C: - bytecode optimization of ^class:constructor
8482: - optimization of single string write
8483:
8484: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8485: - bytecode optimization of ^class:constructor
8486:
8487: 2009-06-09 misha
8488:
8489: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8490: main (better compatibility)
8491:
8492: 2009-06-08 misha
8493:
8494: * src/main/compile.y: - I've forgot to commit it :(
8495:
8496: 2009-06-07 misha
8497:
8498: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8499: WITH_READ and WITH_ROOT
8500:
8501: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8502: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8503: WITH_ROOT - little refactoring
8504:
8505: 2009-06-06 misha
8506:
8507: * tests/213.html: - tests for 3rd match string-param were added
8508:
8509: * src/classes/string.C: - 3rd match param could be string now
8510:
8511: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8512: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8513: GET_OBJECT_ELEMENT
8514:
8515: 2009-06-05 misha
8516:
8517: * src/main/pa_http.C: - bugfix: content-length was not calculated
8518: if $.body was specified
8519:
8520: 2009-06-04 misha
8521:
8522: * src/classes/op.C: - optimizing write_assign_lang in connect
8523:
8524: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8525:
8526: * src/main/execute.C: - little refactoring - optimizing
8527: write_assign_lang in taint/untaint
8528:
8529: * src/include/pa_opcode.h: - little refactoring
8530:
8531: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8532: main/compile_tools.h, main/execute.C: - optimizations for
8533: $self.field, ^self.method, $self.field[...] and $self.field(...)
8534: were added
8535:
8536: 2009-06-03 misha
8537:
8538: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8539:
8540: 2009-06-02 misha
8541:
8542: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8543: include/pa_opcode.h: - refactoring in last optimizations
8544: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8545: now but code is much easy and it is ready for further
8546: improvements.
8547:
8548: 2009-05-27 misha
8549:
8550: * src/: types/pa_junction.h, types/pa_vjunction.C,
8551: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8552: changed in destructing junctions
8553:
8554: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8555: String:Body
8556:
8557: 2009-05-26 misha
8558:
8559: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8560: one method detect_charset was deleted - bug was fixed in this
8561: method (error while detecting charset in content_type withot last
8562: ';')
8563:
8564: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8565: once
8566:
8567: 2009-05-25 misha
8568:
8569: * src/classes/file.C: - bugfix: file::exec didn't work after
8570: optimizing of helper_length
8571:
8572: 2009-05-24 misha
8573:
8574: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8575: were added - little refactoring
8576:
8577: * src/main/execute.C: - core while printing in debug log
8578: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8579: optimisations were added
8580:
8581: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8582: were added
8583:
8584: 2009-05-23 misha
8585:
8586: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8587: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8588: CORD_cat optimization
8589:
8590: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8591: - call constr optimisation under separate define now
8592:
8593: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8594: in $b should be string, not void
8595:
8596: * src/main/compile.y: - little fix for rem-cut optimisation
8597:
8598: * src/: include/pa_opcode.h, main/compile_tools.C,
8599: main/compile_tools.h, main/execute.C: - optimisations for
8600: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8601:
8602: * INSTALL: - description of some #defined were added
8603:
8604: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8605: before 1st access (memory usage is reduced if don't access to
8606: .text field)
8607:
8608: * src/include/pa_array.h: - array grows step now not static (it
8609: reduces numbers of reallocs)
8610:
8611: 2009-05-20 misha
8612:
8613: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8614: $.b(2), $c[d] and $.e[f] was added
8615:
8616: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8617: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8618: $.e[f] was added
8619:
8620: * src/main/execute.C: - debug printing moved in defines
8621:
8622: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8623: and little refactoring for OP_GET_OBJECT_ELEMENT +
8624: OP_GET_OBJECT_VAR_ELEMENT optimisation
8625:
8626: 2009-05-19 misha
8627:
8628: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8629: execute.C: - $a.$b & ^a.$b bytecode optimisation
8630:
8631: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8632: ^a.$b optimisation)
8633:
8634: * src/main/compile.y: - compiler now generate new opcodes:
8635: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8636: ^a.b - compiler now cut off ^rem{ with all content ; any number
8637: of params }
8638:
8639: * src/main/execute.C: - code for handle new opcodes
8640: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8641:
8642: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8643: added for LA2V and LA2S
8644:
8645: * src/include/pa_opcode.h: - new defines which can be used for
8646: disable some bytecode optimisation and new opcodes were added
8647:
8648: 2009-05-17 misha
8649:
8650: * src/lib/cord/cordxtra.c: - bugfix.
8651:
8652: * tests/212.html: - .size[] and .study_size[] were added to tests
8653:
8654: * operators.txt: - info about regex class was added
8655:
8656: * tests/212.html: - tests for regex class were added
8657:
8658: 2009-05-16 misha
8659:
8660: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8661: gc7.1
8662:
8663: * tests/022.html: - test for ^file:list[path;] (empty second param)
8664: was added
8665:
8666: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8667: param) should work
8668:
8669: 2009-05-15 misha
8670:
8671: * src/classes/table.C: - automatically disable stringstream usage
8672: on freebsd4
8673:
8674: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8675: scope
8676:
8677: * tests/211.html: - test with different types of access to hash was
8678: added
8679:
8680: * tests/210.html: - test which checks for loosing tainting in
8681: hash's keys was added
8682:
8683: * tests/208.html: - some parser work added. or stime == 0 %-)
8684:
8685: * src/lib/cord/cordbscs.c: - little hack was added to cord
8686:
8687: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8688:
8689: * src/include/pa_version.h, configure.in: - moko have made a lot of
8690: optimisations for increacing version number more dramatically :)
8691:
8692: * src/classes/date.C: - little refactoring: use constructor which
8693: accepts formated string
8694:
8695: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8696: which can print formatted string was added
8697:
8698: 2009-05-14 misha
8699:
8700: * src/include/pa_string.h: - type was fixed
8701:
8702: * src/: classes/hashfile.C, classes/op.C,
8703: include/pa_cache_managers.h, include/pa_charset.h,
8704: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8705: include/pa_request.h, include/pa_sql_driver_manager.h,
8706: include/pa_string.h, include/pa_stylesheet_manager.h,
8707: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8708: main/pa_charsets.C, main/pa_string.C,
8709: main/pa_stylesheet_connection.C, types/pa_value.h,
8710: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8711: types/pa_vobject.C, types/pa_vstateless_class.C,
8712: types/pa_vstateless_class.h: - hash_code caching was implemented
8713: (seaches should be faster now)
8714:
8715: * src/: classes/file.C, classes/hash.C, classes/image.C,
8716: classes/string.C, classes/table.C, include/pa_string.h,
8717: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8718: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8719: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8720: types/pa_vrequest.C: - String constructors don't have that stupid
8721: true/false param which means 'tainted'. they accept lang instead.
8722:
8723: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8724: with OPTIMIZE_RESULT
8725:
8726: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8727: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8728:
8729: 2009-05-13 misha
8730:
8731: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8732: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8733: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8734: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8735: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8736: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8737: include/pa_string.h, classes/date.C, classes/file.C,
8738: classes/hash.C, classes/image.C, classes/string.C,
8739: classes/table.C, classes/xdoc.C: - result optimisation -
8740: helper_length parameter removed from string constructors
8741:
8742: 2009-05-11 misha
8743:
8744: * tests/209.html: - tests for ^hash::create[hash] were added
8745:
8746: * tests/208.html: - tests for $status:rusage, $status:memory,
8747: ^memory:compact[] were added
8748:
8749: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8750: log10 were added
8751:
8752: * tests/206.html: - test for try with finally was added
8753:
8754: 2009-05-10 misha
8755:
8756: * tests/205.html: - test for ^file::create[...] was added
8757:
8758: * tests/204.html: - test for ^response:clear[] was added
8759:
8760: * tests/038.html: - tests for trigonometric functions were added
8761:
8762: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8763: added - more tests for .add, .sub, .union, .intersects and
8764: .intersections
8765:
8766: * tests/065.html: - test for ^file:dirname was added
8767:
8768: * tests/030.html: - test for $cookie:fields was added
8769:
8770: * tests/203.html: - test for ^h._keys[column name] was added
8771:
8772: * tests/201.html: - tests for .trim were added
8773:
8774: * tests/202.html: - tests for last-day,
8775: date:calendar[type](YYYY;MM;DD) were added
8776:
8777: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8778: .offset[type](N) were added
8779:
8780: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8781: and .pos[c](N) were added
8782:
8783: * tests/141.html: - test for math:sha1 was added
8784:
8785: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8786:
8787: 2009-05-09 misha
8788:
8789: * src/main/compile.y: - rollback
8790:
8791: 2009-05-05 misha
8792:
8793: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8794: replaced by is_empty()
8795:
8796: * src/: include/pa_string.h, main/pa_charset.C: - little
8797: optimisation: somewhere length() was replaced by is_empty()
8798:
8799: * src/classes/table.C: - little optimisation: somewhere length()
8800: was replaced by is_empty()
8801:
8802: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8803: classes/op.C, classes/table.C, main/pa_exception.C: - little
8804: optimisation: somewhere length() was replaced by is_empty()
8805:
8806: 2009-05-04 misha
8807:
8808: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8809: types/pa_vstateless_class.h, main/execute.C,
8810: include/pa_request.h, classes/hash.C, classes/op.C,
8811: classes/table.C: - more optimisations were added: some operators
8812: don't switch write context anylonger
8813:
8814: 2009-05-01 misha
8815:
8816: * src/main/compile.y: - slightly more opcode optimisations for
8817: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8818:
8819: * src/main/execute.C: - simplifying process for getters
8820:
8821: 2009-04-30 misha
8822:
8823: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8824:
8825: * tests/results/199.processed: - test for checking $result into
8826: ^rem was added
8827:
8828: * tests/199.html: - test for checking $result into ^rem was added
8829:
8830: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8831: some OS it returns list in different order)
8832:
8833: * src/: include/pa_array.h, include/pa_request.h,
8834: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8835: changes in stack impl - get_element() optimisation: 3rd param
8836: removed - bugfix: problems with reading empty input param -
8837: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8838:
8839: * tests/results/198.processed: - test for reading empty local var
8840: was added
8841:
8842: * tests/198.html: - test for reading empty local var was added
8843:
8844: 2009-04-29 misha
8845:
8846: * src/main/compile.y: - bugfix: couldn't compile because
8847: OP_VALUE__GET_ELEMENT should be unde #ifdef
8848:
8849: * src/: include/pa_array.h, include/pa_opcode.h,
8850: include/pa_request.h, main/compile.y, main/execute.C,
8851: main/pa_request.C, types/pa_vmethod_frame.C,
8852: types/pa_vmethod_frame.h: - we can work without opcode
8853: OP_STORE_PARAM, so it was removed
8854:
8855: 2009-04-28 misha
8856:
8857: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8858: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8859: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8860: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8861: 4.
8862: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8863:
8864: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8865:
8866: * src/: main/pa_string.C, classes/string.C: - !length() =>
8867: is_empty()
8868:
8869: 2009-04-27 misha
8870:
8871: * src/types/pa_vregex.h: - back explicit vars initialisation
8872:
8873: 2009-04-24 misha
8874:
8875: * src/classes/string.C: - ups. typo fixed
8876:
8877: * src/main/execute.C: - more replacements '*new VBool' to
8878: 'VBool::get' - checks for ^break[], ^continue[] and
8879: parser.interrupted were optimised
8880:
8881: * src/classes/string.C: - number of params.count() calls was
8882: slightly reduced
8883:
8884: 2009-04-23 misha
8885:
8886: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8887: make it x64 friendly
8888:
8889: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8890: parser is x64 friendly now
8891:
8892: 2009-04-22 misha
8893:
8894: * src/types/pa_vhashfile.C: - coder friendly exception about
8895: exceeding record size was added
8896:
8897: * src/classes/file.C: - use vregex object instead of direct calls
8898: methods from pcre lib
8899:
8900: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8901: classes/string.C: - use vregex object instead of direct calls
8902: methods from pcre lib
8903:
8904: * src/: include/pa_common.h, main/pa_common.C: - method
8905: print_pcre_exec_error_text was moved to class vregex
8906:
8907: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8908: was added
8909:
8910: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8911: - class vregex was added
8912:
8913: 2009-04-21 misha
8914:
8915: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8916:
8917: * src/: types/pa_junction.h, types/pa_value.C,
8918: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8919: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8920: junction-optimisation (destructors)
8921:
8922: * src/include/pa_array.h: - free under if now
8923:
8924: 2009-04-19 misha
8925:
8926: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8927:
8928: 2009-04-18 misha
8929:
8930: * src/include/pa_version.h:
8931: :q :
8932:
8933: CV:
8934: ----------------------------------------------------------------------
8935:
8936: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8937: refactoring
8938:
8939: * src/: include/pa_array.h, include/pa_hash.h,
8940: types/pa_vmethod_frame.h: - destructors under #ifdef now
8941:
8942: * src/include/pa_memory.h: - define for using destructors was added
8943:
8944: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8945: main/execute.C: - some junctions will be cached now
8946:
8947: * src/include/pa_hash.h: - hash destructor frees pairs now
8948:
8949: * src/include/pa_array.h: - inline was added to destructor
8950:
8951: * src/types/pa_method.h: - comment was changed
8952:
8953: 2009-04-17 misha
8954:
8955: * src/: include/pa_array.h, include/pa_hash.h,
8956: types/pa_vmethod_frame.h: - destructors were added
8957:
8958: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8959: renamed to always_use_result
8960:
8961: * src/main/: compile.y, compile_tools.h: - rollback changes in
8962: compiler: full backward compatibility is better
8963:
8964: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8965: result in var's hash
8966:
8967: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8968: optimisation in method_frame
8969:
8970: * src/include/pa_array.h: - optimisation in array (allocate
8971: elements only when needed)
8972:
8973: * src/types/pa_vresponse.C: - check for $response:headers field
8974: before looking at custom fields
8975:
8976: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8977: not needed to check existance var with name 'result' in var's
8978: hash
8979:
8980: * src/main/compile.y: - compiler was changed: now it detects
8981: writings to $result and set flag writo_to_result in method
8982:
8983: * src/classes/string.C: - little optimisation: no needed to write
8984: number with lang
8985:
8986: * src/main/pa_charset.C: - methods readChar and skipChar which is
8987: used for read utf8-strings were renamed - is_escaped was renamed
8988: to isEscaped (to the same name convention)
8989:
8990: * src/: types/pa_method.h, main/compile_tools.h: - flag
8991: write_to_result added. compiler get this info from code.
8992:
8993: 2009-04-16 misha
8994:
8995: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8996: String only before 1st write
8997:
8998: * src/include/pa_string.h: - not needed template removed
8999:
9000: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9001: types/pa_vjunction.C, types/pa_vproperty.C,
9002: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9003: main/pa_request.C, classes/bool.C, classes/double.C,
9004: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9005: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9006: bool objects)
9007:
9008: 2009-04-15 misha
9009:
9010: * src/lib/cord/cordxtra.c: - more optimisation
9011:
9012: * src/: include/pa_string.h, main/untaint.C: - String::append
9013: optimisation
9014:
9015: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9016: then get and can sometime be used)
9017:
9018: * src/main/pa_string.C: - String::length optimisation
9019:
9020: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9021: these methods read different strings
9022:
9023: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9024: fresult_initial_void removed + some optimisation - if $result
9025: defined we don't write to context anymore
9026:
9027: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9028: need just skip char)
9029:
9030: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9031: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9032: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9033:
9034: * src/types/pa_vvoid.h: - added get() method for retreave one
9035: instance
9036:
9037: 2009-04-11 misha
9038:
9039: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9040:
9041: * tests/197.html: - test for parser://test in xml was added
9042:
9043: * src/classes/string.C: - small optimisation
9044:
9045: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9046: optimisation
9047:
9048: 2009-04-10 misha
9049:
9050: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9051: to pcre-7.8
9052:
9053: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9054:
9055: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9056: added
9057:
9058: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9059: $request:CLASS_NAME were added
9060:
9061: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9062: were added
9063:
9064: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9065: $env:CLASS_NAME were added
9066:
9067: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9068: '@todo' now
9069:
9070: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9071: compirer
9072:
9073: * src/main/pa_string.C: - little code cleanup
9074:
9075: * src/main/pa_common.C: - describe one more UTF-8 related error
9076: during PCRE compile/execute
9077:
9078: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9079: normalizing todo-comments: '@todo' now
9080:
9081: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9082:
9083: * src/main/pa_charset.C: - type changed for making compiler happy
9084:
9085: 2009-03-10 misha
9086:
9087: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9088: in main()
9089:
9090: 2009-02-01 misha
9091:
9092: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9093: boundary
9094:
9095: 2009-01-25 misha
9096:
9097: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9098:
9099: * src/classes/file.C: - more changes for parsing different number
9100: of params for file::load
9101:
9102: * tests/193.html: - tests for exception while base64-decode binary
9103: to string was added
9104:
9105: * tests/192.html: - tests for file::load with different number of
9106: options
9107:
9108: * src/classes/math.C: - ups. forgot '+1'
9109:
9110: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9111: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9112: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9113: (new option $.encode[multipart-form/data] should be specified) -
9114: $.method[] option for file::load now is not case-sensitive
9115:
9116: * src/: include/pa_string.h, main/untaint.C: - for file post the
9117: new taint language L_FILE_POST was added
9118:
9119: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9120: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9121: stuff was moved to separate files
9122:
9123: 2009-01-23 misha
9124:
9125: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9126: spaces to tabs were converted
9127:
9128: 2009-01-12 misha
9129:
9130: * src/main/pa_http.C: - value of $.method[] option force uppercased
9131: now
9132:
9133: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9134: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9135: their names
9136:
9137: * src/main/pa_common.C: - changes in formating
9138:
9139: * src/: classes/file.C, main/pa_http.C: - some constants changed
9140: their names
9141:
9142: * src/include/pa_http.h: - some spaces were converted to tabs
9143:
9144: * src/include/pa_common.h: - some constants changed their names
9145:
9146: * src/classes/file.C: - fixed 4-th paramether for file::load -
9147: little code rewriting
9148:
9149: * src/types/pa_vfile.C: - little code rewriting
9150:
9151: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9152: types/pa_value.h: - some formating changes
9153:
9154: * src/include/pa_common.h: - some formating spaces transformed to
9155: tabs
9156:
9157: * src/classes/string.C: - exception while base64-decode binary to a
9158: string
9159:
9160: 2009-01-11 misha
9161:
9162: * configure.in: - version changed to 3.3.1b
9163:
9164: 2008-09-05 misha
9165:
9166: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9167: release_3_3_0 on 2008-09-05 10:59:35 +0000
9168:
9169: 2008-09-04 misha
9170:
9171: * tests/: 130.html, 131.html: - these exceptions not typeless
9172: anymore
9173:
9174: * src/classes/op.C: - exception with 'invalid taint language' not
9175: typeless anylonger
9176:
9177: * src/classes/image.C: - some exceptions while operations with
9178: image not typeless anymore
9179:
9180: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9181: main/pa_exec.C, main/pa_http.C: - some exceptions while
9182: operations with files not typeless anymore
9183:
9184: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9185: types/pa_vdate.h: - exceptions while checking date range not
9186: typeless anymore
9187:
9188: * src/include/pa_exception.h: - exception type string for invalid
9189: date range was added
9190:
9191: 2008-09-03 misha
9192:
9193: * src/: classes/file.C, main/pa_string.C: - exception while pce
9194: operations not typeless anymore
9195:
9196: * src/include/pa_exception.h: - exception type for pce operations
9197: was added
9198:
9199: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9200: and .CLASS_NAME insite classes
9201:
9202: * src/classes/table.C: - don't save table header whiile
9203: ^table.save[append;filename] if file exists
9204:
9205: 2008-09-02 misha
9206:
9207: * src/main/compile.y, src/main/compile_tools.h,
9208: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9209: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9210: renamed to partial and it login changed: we must mark class as
9211: partial for allow their modifications in future.
9212:
9213: 2008-08-29 misha
9214:
9215: * tests/results/022.processed: - testing taint[regex] in mask for
9216: file:list
9217:
9218: * tests/022.html: - testing taint[regex] in mask for file:list
9219:
9220: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9221: for file:list was added
9222:
9223: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9224: file:list
9225:
9226: 2008-08-26 misha
9227:
9228: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9229: last derived object
9230:
9231: * src/classes/image.C: - many strings "image.format" replaced by
9232: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9233: understand some more exif tags
9234:
9235: * src/include/pa_exception.h: - string "image.format" was added
9236:
9237: 2008-08-21 misha
9238:
9239: * src/: main/pa_string.C, classes/file.C: - use method for print
9240: pcre_exec text error
9241:
9242: * src/main/pa_common.C: - method for print pcre_exec text error was
9243: added
9244:
9245: * src/include/pa_common.h: - method declaration for print pcre_exec
9246: text error was added
9247:
9248: 2008-08-19 misha
9249:
9250: * src/main/execute.C: - bugfix: opcodes must be in separate
9251: namespace while debug execution as well
9252:
9253: * tests/: 015.html, results/015.processed: - test for escaping some
9254: parser chars was added
9255:
9256: 2008-08-18 misha
9257:
9258: * tests/: 190.html, 190.p, results/190.processed: - test for
9259: $caller.self.field + default getter in one class was added
9260:
9261: * tests/: 189.html, results/189.processed: - test for
9262: ^date::create[date object]
9263:
9264: * tests/: 188.html, results/188.processed: - tests for match with
9265: UTF-8 strings
9266:
9267: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9268: ^string.match[]
9269:
9270: * ChangeLog: - parser 3.3.0 beta13
9271:
9272: 2008-08-15 misha
9273:
1.116 moko 9274: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9275: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9276: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9277: dftables.c: - old PCRE files removed
1.95 moko 9278:
9279: * src/lib/pcre/config.h: - configuration for PCRE library
9280:
9281: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9282: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9283:
9284: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9285: library and set flag UTF8 if $request:charset is UTF-8
9286:
9287: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9288: include/pa_config_fixed.h: - moved to new PCRE library
9289:
9290: * src/: main/main.vcproj, types/types.vcproj,
9291: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9292: win32\pcre instead of parser3\src\lib\pcre
9293:
9294: * src/: include/pa_opcode.h, include/pa_operation.h,
9295: main/compile.C, main/compile.y, main/compile_tools.C,
9296: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9297: opcodes were moved to separate namespace
9298:
9299: 2008-08-14 misha
9300:
9301: * src/types/pa_vstateless_class.C: - newline at the end missed
9302:
9303: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9304: tainting
9305:
9306: 2008-08-11 misha
9307:
9308: * tests/: 187.html, 187.p, results/187.processed: - tests for
9309: $caller.self, $caller.self.field and $caller.self.field[value]
9310: were added
9311:
9312: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9313: runtime as well (for $caller.self)
9314:
9315: 2008-07-25 misha
9316:
9317: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9318: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9319: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9320: tests with international characters
9321:
9322: 2008-07-23 misha
9323:
9324: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9325: file::load[...;http://
9326:
9327: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9328: now everywhere in separate namespace
9329:
9330: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9331: for vars
9332:
9333: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9334: can be escaped by '^'
9335:
9336: 2008-07-22 misha
9337:
9338: * src/classes/string.C, tests/186.html: - names changes:
9339: escape=>js-escape, unescape=>js-unescape
9340:
9341: 2008-07-21 misha
9342:
9343: * tests/results/186.processed: - test for string escape/unescape
9344:
9345: * tests/186.html: - test for string escape/unescape
9346:
9347: * src/classes/string.C: - string has escape and unescape methods
9348: now
9349:
9350: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9351: added
9352:
9353: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9354: method-layers added (with different params)
9355:
9356: 2008-07-18 misha
9357:
9358: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9359: was added
9360:
9361: * tests/185.html: - test for ^str.pos[sub](offset) added
9362:
9363: * src/classes/string.C, src/classes/void.C, operators.txt: -
9364: ^string.pos[substr](offset) -- 2nd param accepted now
9365:
9366: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9367: strings
9368:
9369: 2008-07-17 misha
9370:
9371: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9372: helper length added for mid for small optimisation
9373:
9374: 2008-07-16 misha
9375:
9376: * tests/: 185.html, results/185.processed: - tests for
9377: length/left/right/mid/pos with utf-8 strings
9378:
9379: * src/classes/string.C: - left/right/mid/length/pos works fine for
9380: utf-8 strings
9381:
9382: * src/main/untaint.C: - comments removed
9383:
9384: * src/: include/pa_string.h, main/pa_string.C,
9385: include/pa_charset.h, main/pa_charset.C: - methods for working
9386: with pos/mid for strings in utf-8 were added
9387:
9388: 2008-07-15 misha
9389:
9390: * tests/: 184.html, results/184.processed: - test for case body as
9391: expression: $var(^switch(1){^case(1)(true)..})
9392:
9393: * src/classes/op.C: - case body can be expression now:
9394: $var(^switch(1){^case(1)(true)..})
9395:
9396: * tests/: results/183.processed, 183.html: - added test for testing
9397: new cookie encoding (%uXXXX)
9398:
9399: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9400: decoding for backward compatibility they decoded from %XX in
9401: request:charset too
9402:
9403: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9404: - cookie class now decode cookies before first access after last
9405: request:charset changing (as form class).
9406:
9407: * src/main/pa_charset.C: - added method escape for escaping cookies
9408: as %uXXXX - before transcode calculate required space for dest
9409: string. it reduce mem usage for transcode
9410:
9411: * src/include/pa_charset.h: - added method escape for escaping
9412: cookies as %uXXXX
9413:
9414: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9415: was added. will used for escaping cookies as %uXXXX
9416:
9417: * src/include/pa_common.h: - escape method has new option for skip
9418: converting '+' to a space char
9419:
9420: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9421: transcode - escape method has new option for skip converting '+'
9422: to a space char
9423:
9424: 2008-07-08 misha
9425:
9426: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9427: (no UE if more then 1 case matches anylonger) - optimization:
9428: doing searching.as_string() || searching.as_double() only once
9429:
9430: 2008-07-04 misha
9431:
9432: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9433: now ^date::create[date object] works
9434:
9435: * src/classes/string.C: - left and right added as aliases for start
9436: and end in ^string.trim[]
9437:
9438: 2008-07-03 misha
9439:
9440: * src/classes/file.C: - allow $.limit for file::sql as well
9441:
9442: * src/classes/file.C: - allow $.offset option for file::sql - force
9443: send limit=1 to query for use sql specifics authomatically
9444:
9445: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9446: if $.limit value if empty. autoconvert it as everywere
9447:
9448: 2008-07-02 misha
9449:
9450: * configure.in: - time to change version number to 3.3.0 %-)
9451:
9452: * src/include/pa_version.h: - time to change version number to
9453: 3.3.0 %-)
9454:
9455: 2008-06-26 misha
9456:
9457: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9458: $.limit(0) fixes
9459:
9460: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9461: - $.limit(0) fixes
9462:
9463: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9464: new API)
9465:
9466: * src/: include/pa_sql_driver_manager.h,
9467: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9468: classes/op.C: - document_root added
9469:
9470: * src/main/compile.tab.C: - error message was changed
9471:
9472: 2008-06-25 misha
9473:
9474: * src/main/compile.y: - error message was changed
9475:
9476: 2008-06-24 misha
9477:
9478: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9479:
9480: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9481: tests for @OPTIONS\nappend
9482:
9483: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9484:
9485: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9486:
9487: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9488:
9489: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9490: compile.y
9491:
9492: 2008-06-17 misha
9493:
9494: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9495: compilation: ^if(default){true. it's incorrect. must be
9496: exception}
9497:
9498: 2008-06-16 misha
9499:
9500: * tests/: 181.ent, 181.html, results/181.processed: - test for
9501: checking external reference loading with 'http://localhost'
9502: prefix while creating xdoc
9503:
9504: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9505: ^math:long2ip[] and ^math:ip2long[]
9506:
9507: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9508: added which use scalar stateless class method when user object
9509: used in scalar context - use get_scalar_value when user object
9510: requested in scalar context
9511:
9512: * src/main/pa_common.C: - size must be int but not size_t or we
9513: can't compare with 0 sprintf result
9514:
9515: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9516: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9517: with internal switch between local/global vars
9518:
9519: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9520: specified
9521:
9522: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9523: pa_vstateless_object.h: - stateless class and object now has
9524: private scalar field and getter/setter for working with it
9525:
9526: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9527: moved to inet static class
9528:
9529: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9530: class added (^inet:aton[IP], ^inet:ntoa(number))
9531:
9532: * tests/: 180.html, results/180.processed: - tests for
9533: ^math:long2ip(long) and ^math:ip2long[IP]
9534:
9535: * src/classes/math.C: - ^math:ip2long[IP] added
9536:
9537: 2008-06-11 misha
9538:
9539: * src/main/pa_xml_io.C: - use file_read_text again because of we
9540: need cut BOM code and remove DOS newline chars. but don't
9541: transcode it anyway.
9542:
9543: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9544: main/pa_http.C: - option for disable transcoding while file_read
9545: and file_read_text added
9546:
9547: 2008-06-10 misha
9548:
9549: * tests/: 179.html, 179.p, results/179.processed: - test for many
9550: classes in 1 file
9551:
9552: * src/main/: compile.C, compile_tools.h: - compile return list of
9553: classes now.
9554:
9555: * src/main/: compile.y, compile.tab.C: - compile return list of
9556: classes now. internals.
9557:
9558: * src/main/pa_request.C: - compile return list of classes now. try
9559: call @conf and @auto for each returned class
9560:
9561: * src/include/pa_request.h: - compile return list of classes now
9562:
9563: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9564: return list of classes when compile buf)
9565:
9566: 2008-06-07 misha
9567:
9568: * src/main/pa_request.C: - constructing VRequest object with 3rd
9569: param -- form
9570:
9571: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9572: 3rd param: form. needed for get post_charset
9573:
9574: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9575: added
9576:
9577: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9578: types/pa_vform.C, types/pa_vform.h: - some polish
9579:
9580: 2008-06-06 misha
9581:
9582: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9583: charset and decode chars from it but not from response:charset
9584:
9585: * src/main/pa_http.C: - detect_charset moved out of here
9586:
9587: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9588: methods moved here - unescape_chars accepn one charset now
9589:
9590: * src/main/pa_http.C: - new constants used - don't allow
9591: $.content-type in ^file::load[;http://;$.method[POST]] - add
9592: charset info while ^file::load[;http://;$.method[POST]] - option
9593: $.omit-post-charset(true) added to ^file::load[;http://] for
9594: disabling charset during post
9595:
9596: * src/types/pa_vform.C: - new constants used
9597:
9598: * src/include/pa_common.h: - some constants were added
9599:
9600: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9601: instead of StrEqNc
9602:
9603: * src/main/pa_common.C: - new method for caseless search
9604: c-substring in c-string - use isxdigit instead of is_hex_digit
9605:
9606: * src/include/pa_common.h: - new method for caseless search
9607: c-substring in c-string
9608:
9609: 2008-06-05 misha
9610:
9611: * tests/results/178.processed: - test for testing default getter
9612:
9613: * tests/178.html: - test for testing default getter
9614:
9615: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9616: for test for testing default getter
9617:
9618: * src/main/execute.C: - default getter soul
9619:
9620: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9621: requested objects' field not found
9622:
9623: * src/types/pa_vclass.C: - register default getter if defined - get
9624: default getter if requested field not found
9625:
9626: * src/types/pa_vstateless_object.h: - method get_default_getter was
9627: added
9628:
9629: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9630: pointer to default getter and methods for get/set it were added
9631:
9632: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9633: auto_name field (for default getter)
9634:
9635: 2008-06-04 misha
9636:
9637: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9638: transcoding, no cutting BOM code, no fixing line breaks) and get
9639: it to libxml "as is"
9640:
9641: 2008-06-03 misha
9642:
9643: * src/main/pa_common.C: - use store_Char instead of
9644: transcodeCharFromUTF8
9645:
9646: * src/: include/pa_charset.h, main/pa_charset.C: - method
9647: store_Char added, transcodeCharFromUTF8 -- removed
9648:
9649: 2008-06-02 misha
9650:
9651: * tests/: results/177.processed, 177.html: - test for checking
9652: .[acm]date after local ^file::load[] was added
9653:
9654: * tests/: results/176.processed, 176.html: - test for checking
9655: @OPTION\locals + @method[vars][locals] added
9656:
9657: * tests/results/auto.p: - CLASS_PATH specified for checking use
9658:
9659: 2008-05-30 misha
9660:
9661: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9662: @OPTION\nlocals + @method[vars][;locals;] were added
9663:
9664: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9665: moved to separate method op_code - switch from VMethodFrame to
9666: VMethodFrameGlobal + VMethodFrameLocal
9667:
9668: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9669: was moved to separate method op_code
9670:
9671: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9672: VMethodFrame now
9673:
9674: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9675: all_vars_local as well
9676:
9677: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9678: pa_vmethod_frame_local.h, Makefile.am: - who children for
9679: VMethodFrame were added: one (global) works as VMethodFrame
9680: before and second (local) write all vars in self vars scope
9681:
9682: * src/types/pa_method.h: - method has bool flag all_vars_local now
9683:
9684: 2008-05-29 misha
9685:
9686: * tests/: 129.html, results/129.processed: - more tests for
9687: ^table.hash[]
9688:
9689: * src/classes/hash.C: - ^hash::sql has a new option:
9690: $.type[hash|string|table] as ^table.hash[] one.
9691:
9692: * src/classes/op.C: - ^try has 3rd param now: finally code which
9693: executed anyway after try or catch section
9694:
9695: 2008-05-27 misha
9696:
9697: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9698: must not fail if $.distinct(1) wasn't specified
9699:
9700: 2008-05-26 misha
9701:
9702: * src/classes/op.C: - allow ^throw[my type]
9703:
9704: 2008-05-22 misha
9705:
9706: * configure.in, configure: - version number updated to 3.2.4b
9707:
9708: * src/classes/: op.C, string.C: - trim format string before
9709: eval/format
9710:
9711: * tests/: results/175.processed, 175.html: - more tests for
9712: different format strings in .format[]
9713:
9714: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9715: as well (not only %XX)
9716:
9717: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9718: charset specified - checks for format before print number
9719: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9720: (instead of tabs) removed
9721:
9722: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9723: charset specified
9724:
9725: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9726: char in requested charset from utf code was added
9727:
9728: 2008-05-19 misha
9729:
9730: * tests/: 174.html, results/174.processed: - test for
9731: ^hashfile.cleanup[] added
9732:
9733: * src/classes/hashfile.C: - optimization: don't create any key or
9734: value variable if it's name weren't specified
9735: (^hf.foreach[;v]{...})
9736:
9737: 2008-05-16 misha
9738:
9739: * src/classes/hash.C: - optimization: don't create any key variable
9740: if variable name wasn't specified (^h.foreach[;v]{...})
9741:
9742: 2008-05-15 misha
9743:
9744: * src/classes/op.C: - small changes
9745:
9746: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9747:
9748: * src/classes/hash.C: - calculate var_context once before foreach
9749:
9750: 2008-05-14 misha
9751:
9752: * src/classes/hashfile.C: - incorrect vars context calculation for
9753: ^hashfile.foreach[;]{} fixed
9754:
9755: * src/classes/: hash.C, table.C: - little optimisation
9756:
9757: * src/classes/file.C: - bugfix: double absolute path while loading
9758: file
9759:
9760: * tests/: 174.html, results/174.processed: - tests for hashfile
9761: were added
9762:
9763: * buildall-with-xml: - moving to libxslt 1.1.24
9764:
9765: 2008-04-30 misha
9766:
9767: * src/classes/file.C: - stat file while loading (local only) so
9768: .adate, .mdate and .cdate available without additional ::stat
9769:
9770: 2008-04-28 misha
9771:
9772: * src/classes/file.C: - $.name and $.content-type available for
9773: stated file
9774:
9775: 2008-04-14 misha
9776:
9777: * src/targets/cgi/parser3.C: - new year in copyright %-)
9778:
9779: * src/include/pa_version.h: - new version number in head
9780:
9781: 2008-04-10 misha
9782:
9783: * tests/: 080.html, results/080.processed: - cut '0' from
9784: exponential part because of on diff OS it differ (20 or 020 for
9785: ex)
9786:
9787: * tests/: 119.html, results/119.processed: - check for encoding
9788: while creating xdoc
9789:
9790: 2008-04-09 misha
9791:
9792: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9793:
9794: * src/main/pa_common.C: - comment added
9795:
9796: * src/classes/date.C: - little refactoring
9797:
9798: 2008-04-07 misha
9799:
9800: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9801: style of ^table.save[]: prepare one big string and sabe it at
9802: once. it's safe on freebsd 4.x but use much more memory.
9803:
9804: * buildall-with-xml, buildall-without-xml: - option
9805: --disable-stringstream added (under comment. use it on freebsd
9806: 4.x)
9807:
9808: 2008-02-22 misha
9809:
9810: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9811: specified together in file::load[;http] - get back transcoding
9812: $.body[] in file::load[;http]
9813:
9814: 2008-02-21 misha
9815:
9816: * src/classes/date.C: - ^date.gmt-string[] was added
9817:
9818: * src/types/pa_value.C: - method for output date in RFC 822 format
9819: moved to pa_common.h
9820:
9821: * src/include/pa_common.h: - method for output date in RFC 822
9822: format moved here from pa_value.C
9823:
9824: * src/types/pa_vmail.C: - fixed core in sending mail with
9825: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9826:
9827: 2008-02-20 misha
9828:
9829: * src/main/pa_http.C: - transcode $.headers before escaping into
9830: specified charset while ^file::load[...;http://...] (L_URI
9831: instead of L_HTTP_HEADER) - $.cookies param available in
9832: ^file::load[;http://...] now (but we don't parse set-cookies from
9833: response yet) (cookies not transcoded as common $cookies)
9834:
9835: 2008-02-19 misha
9836:
9837: * src/main/pa_request.C: - rollback: we mustn't force taint
9838: $response:field values because in this case
9839: $response:locateion[http://...] don't works.
9840:
9841: 2008-02-15 misha
9842:
9843: * src/classes/op.C: - little refactoring
9844:
9845: * src/main/pa_http.C: - taint names of $.headers for load[;http
9846:
9847: * src/main/pa_request.C: - force taint values of $response:field
9848:
9849: 2008-02-14 misha
9850:
9851: * src/main/pa_request.C: - $response:field transcoded to
9852: $response:charset before escaping now
9853:
9854: * src/main/pa_http.C: - some outdated comments removed
9855:
9856: * src/classes/date.C: - lastdat -> last-day
9857:
9858: * src/classes/date.C: - ^date:lastday(year;month) and
9859: ^date.lastday[] were added - little code refactoring - comments
9860: changes
9861:
9862: * tests/: 159.html, results/159.processed: - test for number of
9863: days in February
9864:
9865: * src/types/pa_value.C: - fixes in code formatting
9866:
9867: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9868: and comments
9869:
9870: 2008-02-13 misha
9871:
9872: * src/main/pa_common.C: - bugfix for february at leap year
9873:
9874: 2008-01-28 misha
9875:
9876: * tests/: 160.html, results/160.processed: - more test for cache
9877: added
9878:
9879: * src/classes/op.C: - bugfix: cache body executed twice if contains
9880: unhandled exception
9881:
9882: 2008-01-25 misha
9883:
9884: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9885: bug when hashfile became inavailable after memory:compact)
9886:
9887: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9888:
9889: 2008-01-22 misha
9890:
9891: * src/classes/table.C: - little refactiring and exception texts
9892: changes in method ^table.hash[]
9893:
9894: * src/types/pa_vcookie.C: - link to cookie specification changed
9895:
9896: 2008-01-21 misha
9897:
9898: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9899: file::exec/cgi
9900:
9901: * src/classes/file.C: - bugfix: core while processing headers if
9902: executed cgi script don't return content
9903:
9904: 2008-01-18 misha
9905:
9906: * buildall-with-xml: - move to libxml2 version 2.6.31
9907:
9908: * src/include/pa_version.h, configure.in: - version number updated
9909: to '3.2.3b'
9910:
9911: 2007-12-28 misha
9912:
9913: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9914: hash.contains
9915:
9916: 2007-12-27 misha
9917:
9918: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9919: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9920: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9921: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9922: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9923: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9924: src/targets/cgi/parser3.vcproj,
9925: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9926: back to VS2003 because of Apache 1.3 module can't work if it was
9927: built in VS 2005. with cgi all file so VS2003 project files can
9928: be easy converted to the new format.
9929:
9930: 2007-12-04 misha
9931:
9932: * src/types/pa_vcode_frame.h: - changes in comment
9933:
9934: 2007-11-29 misha
9935:
9936: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9937: intercept strings any longer
9938:
9939: * tests/: 173.html, results/173.processed: - tests for
9940: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9941: but not in main code frame
9942:
9943: * tests/: 172.html, results/172.processed: - more tests for pass
9944: objects from code frames
9945:
9946: 2007-11-27 misha
9947:
9948: * tests/: 152.html, results/152.processed: - tests for converting
9949: strings 'true'/'false' to bool were added
9950:
9951: * tests/152.html: - added checks for converting strings
9952: 'true'/'false' to bool
9953:
9954: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9955: not only strings with numbers but with values 'true'/'false' as
9956: well
9957:
9958: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9959: for parser3.log increased
9960:
9961: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9962:
9963: * src/include/pa_common.h: - remove_crlf return cstring size now
9964:
9965: * src/include/pa_types.h: - constant with buffer size for
9966: parser3.log added
9967:
9968: 2007-11-16 misha
9969:
9970: * tests/cat.sh: - script for tests for file::exec/cgi
9971:
9972: * tests/171.html: - tests for file::exec/cgi
9973:
9974: * tests/results/171.processed: - tests results for file::exec/cgi
9975:
9976: 2007-11-15 misha
9977:
9978: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9979:
9980: * src/classes/file.C: - .body must be set before analyzing cgi
9981: headers
9982:
9983: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9984: only if exec/cgi return anything.
9985:
9986: 2007-11-14 misha
9987:
9988: * operators.txt: - info about new text|binary option for
9989: file::exec/cgi was added
9990:
9991: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9992: ^file:exec[[text|binary];script;...]
9993:
9994: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9995: classes/string.C, classes/table.C: - more text strings moved to
9996: the one place
9997:
9998: 2007-11-09 misha
9999:
10000: * src/types/pa_vrequest.C: - $request:argv must be taint
10001:
10002: * ChangeLog: - $request:argv [patch from Sumo]
10003:
10004: * operators.txt: - $request:argv
10005:
10006: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10007: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10008:
10009: 2007-10-25 misha
10010:
10011: * buildall-with-xml, buildall-without-xml: - options preparations
10012: for ./configure rewrited
10013:
10014: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10015: error occure in unhandled_exception finally fixed
10016:
10017: 2007-10-23 misha
10018:
10019: * tests/: 170.html, results/170.processed: - test for
10020: @method[][result]
10021:
10022: * operators.txt: - added info about node.prefix and
10023: node.namespaceURI
10024:
10025: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10026:
10027: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10028: added for node and attribute
10029:
10030: 2007-10-22 misha
10031:
10032: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10033:
10034: * src/main/pa_request.C: - added const content-transfer-encoding
10035:
10036: * src/include/pa_request.h: - added const content-transfer-encoding
10037: - ups. constants must be in lowercase (for search)
10038:
10039: * src/types/pa_vmail.C: - more constants used -
10040: content-transfer-encoding: 8bit added
10041:
10042: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10043:
10044: * src/include/pa_request.h: - more constants
10045:
10046: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10047: ommit anymore if $.content-disposition was specified - little
10048: refactoring
10049:
10050: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10051:
10052: 2007-10-17 misha
10053:
10054: * operators.txt: - info about
10055: table::create[nameless]{data}[>options<] was added
10056:
10057: * src/main/: compile.tab.C, compile.y: - if error occure while
10058: compile method don't put this method in methods table anymore.
10059: in other case the parser coredumped if @unhandled_exception
10060: method can't be compiled because of parser.compile error.
10061:
10062: * src/main/execute.C: - little code reformating
10063:
10064: * src/main/pa_request.C: - little code reformating - comment
10065: changed
10066:
10067: 2007-10-16 misha
10068:
10069: * tests/: 035.html, results/035.processed: - tests
10070: table::create[]{}[options] added
10071:
10072: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10073: options (only $.seperator[] yet)
10074:
10075: 2007-10-10 misha
10076:
10077: * src/classes/table.C: - some contstants moved to pa_common.h -
10078: some code changes
10079:
10080: 2007-10-02 misha
10081:
10082: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10083: then three time as much. but base64 encoding method still use
10084: less memory anyway.
10085:
10086: 2007-09-17 misha
10087:
10088: * operators.txt: - added info about $cookie:fields
10089:
10090: * src/types/pa_vcookie.C: - $cookie:fields available now
10091:
10092: * src/classes/hash.C: - some stuff for use with .for_each moved to
10093: common
10094:
10095: * src/include/pa_common.h: - some stuff for use with .for_each
10096: moved here
10097:
10098: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10099:
10100: 2007-09-14 misha
10101:
10102: * buildall-with-xml: - new xml libs again =)
10103:
10104: 2007-08-28 misha
10105:
10106: * operators.txt: - texts about ^table.columns[[column name]] and
10107: ^string.split[...][v][column name] were added
10108:
10109: * tests/: 168.html, 169.html, results/168.processed,
10110: results/169.processed: - tests for ^table.columns[[column name]]
10111: and ^string.split[...][v][column name] were added
10112:
10113: * src/classes/table.C: - new option ^table.columns[[column name]]
10114: was added
10115:
10116: * src/classes/string.C: - new option ^string.split[...;v;[column
10117: name]]
10118:
10119: * src/include/pa_exception.h: - error text message for
10120: ^hash._keys[], ^table.columns[] and ^string.split[]
10121:
10122: 2007-08-27 misha
10123:
10124: * src/main/untaint.C: - try to fix coredump on unix if print to
10125: body ^taint[sql][something] outside of connect
10126:
10127: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10128: outside of connect
10129:
10130: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10131: added (commented by default)
10132:
10133: 2007-08-20 misha
10134:
10135: * operators.txt: - comment about new method ^node.hasAttributes[]
10136: was added
10137:
10138: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10139: duplicated exception text strings were removed
10140:
10141: * src/include/pa_exception.h: - more exception text strings moved
10142: here
10143:
10144: * src/classes/table.C: - some duplicate exceptions' text strings
10145: removed
10146:
10147: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10148: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10149: removed
10150:
10151: * src/include/pa_exception.h: - some exception text strings movet
10152: to pa_exception
10153:
10154: * tests/: 149.html, results/149.processed: - test for
10155: ^xnode.hasAttributes[] was added - some code changes
10156:
10157: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10158: added
10159:
10160: 2007-08-17 misha
10161:
10162: * tests/: results/006.processed, results/059.processed, 006.html,
10163: 059.html: - more tests for match
10164:
10165: * tests/: 129.html, results/129.processed: - tests for
10166: ^table.hash[...][$.type[string|hash|table]] added
10167:
10168: * src/targets/cgi/parser3.C: - little syntax changes
10169:
10170: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10171: syntax changes
10172:
10173: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10174: messages in parser3.log switched off by default. If someone
10175: really still need it: use $SIGPIPE(1)
10176:
10177: 2007-08-08 misha
10178:
10179: * buildall-with-xml, buildall-without-xml: - remove libs source
10180: files by default since now
10181:
10182: 2007-08-07 misha
10183:
10184: * buildall-without-xml: - some option syntax changes
10185:
10186: * buildall-with-xml: - compile libxml2 without http support - some
10187: option syntax changes
10188:
10189: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10190:
10191: 2007-08-06 misha
10192:
10193: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10194:
10195: * tests/: 160.html, results/160.processed: - cache test was
10196: rewrited
10197:
10198: 2007-07-06 misha
10199:
10200: * tests/: 153.html, results/153.processed: - added test for
10201: ^math:sha1[string]
10202:
10203: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10204: transcoded
10205:
10206: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10207: were added
10208:
10209: 2007-06-28 misha
10210:
10211: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10212: some incorrect chars
10213:
10214: 2007-06-19 misha
10215:
10216: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10217: were moved on top because of gcc 4 had a problems during
10218: building.
10219:
10220: 2007-06-18 misha
10221:
10222: * tests/results/019.processed: - new image commited
10223:
10224: 2007-06-09 misha
10225:
10226: * src/classes/: op.C, table.C: - in while and table.select method
10227: as_expression used now
10228:
10229: * src/types/pa_vmethod_frame.h: - method as_expression was added
10230:
10231: 2007-06-08 misha
10232:
10233: * tests/: 166.html, results/166.processed: - test for
10234: ^match[...][n]
10235:
10236: * tests/: 165.html, results/165.processed: - tests for loops
10237:
10238: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10239: because of no speed/memory optimisation but some proglems with
10240: long cycles occure
10241:
10242: 2007-06-06 misha
10243:
10244: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10245: ^table.select(true) and ^table.select(1) didn't works because of
10246: awaiting junction-param only. fixed.
10247:
10248: 2007-05-24 misha
10249:
10250: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10251: with 0.5 secs interval
10252:
10253: * src/classes/op.C: - cache was rewrited. I hope it works with
10254: locking system now on unix
10255:
10256: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10257: system locks which wait till other threads release it but try get
10258: lock, if fail wait 1 sec and make 10 attempts.
10259:
10260: * src/include/pa_os.h: - consts for blocking locks + some comments
10261: were added
10262:
10263: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10264: opening files
10265:
10266: * src/classes/table.C: - changes in includes. if unclude <sstream>
10267: after our classes on unix it can't be build
10268:
10269: * src/types/pa_vhashfile.C: - not needed code removed
10270:
10271: 2007-05-23 misha
10272:
10273: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10274: include/pa_common.h: - cosmetic changes
10275:
10276: 2007-05-18 misha
10277:
10278: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10279: often. it's give some speed increasing
10280:
10281: * tests/results/160.processed: - returned time corrected
10282:
10283: * tests/160.html: - time increased because on unix 1 mean nothing
10284: :(
10285:
10286: * operators.txt: - added info about ^hash.contain[key]
10287:
10288: * src/classes/hash.C: - added ^hash.contain[key]
10289:
10290: * src/include/pa_hash.h: - added method for checking key exists in
10291: hash
10292:
10293: 2007-05-07 misha
10294:
10295: * src/include/pa_string.h: - was compilation error during build on
10296: freebsd4
10297:
10298: 2007-05-03 misha
10299:
10300: * src/classes/table.C: - option $.type[hash|string|table] was added
10301: for ^table.hash[]
10302:
10303: * src/classes/file.C: - comment removed
10304:
10305: 2007-04-26 misha
10306:
10307: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10308: real files doesn't opened in place anymore
10309:
10310: 2007-04-24 misha
10311:
10312: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10313:
10314: * src/include/pa_exception.h: "static" removed
10315:
10316: 2007-04-23 misha
10317:
10318: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10319:
10320: * src/classes/math.C: added: - ^math:ln(N) (the same as
10321: ^math:log(N)) - ^math:lg(N)
10322:
10323: * tests/: 097.html, results/097.processed: - charsets converstion
10324: during ^file::load[text;http://...] added
10325:
10326: * tests/: 164.html, results/164.processed: - check for set expires
10327: as a date
10328:
10329: * tests/: 164.html, results/164.processed: - test for hashfile
10330:
10331: * src/classes/hashfile.C: - little comment changes
10332:
10333: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10334: access
10335:
10336: * src/: classes/date.C, classes/double.C, classes/file.C,
10337: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10338: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10339: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10340: classes/xnode.h, include/pa_request.h, main/execute.C,
10341: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10342: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10343: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10344: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10345: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10346: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10347: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10348: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10349: "parser.runtime" strings were removed
10350:
10351: * src/classes/hashfile.C: - with .clear[] called files_delete()
10352: now.
10353:
10354: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10355:
10356: * src/include/pa_exception.h: - string constant with
10357: "parser.runtime" text was added
10358:
10359: 2007-04-20 misha
10360:
10361: * operators.txt: - some comments changing
10362:
10363: * operators.txt: - added info about .^hashfile.release[],
10364: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10365:
10366: * configure: =cheching for unsetenv
10367:
10368: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10369: ^hashfile.release[] were added
10370:
10371: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10372: ^string.match[][] understand new option now: return number of
10373: matches but not table wit results
10374:
10375: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10376: reopen now
10377:
10378: * src/classes/op.C: - bug. must be false
10379:
10380: * configure.in: - checking for unsetenv was added
10381:
10382: * src/types/pa_vform.C: - some comments
10383:
10384: 2007-04-18 misha
10385:
10386: * buildall-with-xml: moving to libxml2-2.6.28
10387:
10388: * buildall-with-xml, buildall-without-xml: added commented lines
10389: with --disable-safe-mode option
10390:
10391: * operators.txt: - info about $form:files
10392:
10393: 2007-04-17 misha
10394:
10395: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10396: $form:files was added
10397:
10398: * tests/: 163.html, results/163.processed: removing auto format
10399:
10400: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10401:
10402: 2007-04-16 misha
10403:
10404: * tests/: 163.html, results/163.processed: - test for .int[],
10405: floor, round, ceiling and .format[]
10406:
10407: * src/classes/file.C: - little optimization for getting args in
10408: exec/cgi
10409:
10410: 2007-04-13 misha
10411:
10412: * src/classes/file.C: - arguments for file::exec/cgi can be
10413: specified now as s table with one column
10414:
10415: 2007-03-27 misha
10416:
10417: * tests/: 162.html, results/162.processed: - test for
10418: ^table.select(^condition[$t])
10419:
10420: * tests/results/auto.p: - load windows-1251 charset for some tests
10421:
10422: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10423:
10424: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10425: 161_windows1251.txt: - added test for
10426: ^file::load[text;/local/file.txt;$.charset[...]]
10427:
10428: * tests/: results/013.processed, 013.html: - added test for
10429: checking $._default value while hash modifications
10430:
10431: * tests/: 160.html, results/160.processed: - add test for
10432: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10433:
10434: 2007-03-22 misha
10435:
10436: * src/include/pa_common.h: - "charset" string defined for
10437: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10438:
10439: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10440: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10441: added - not needed transcodes were removed from
10442: ^file::load[...;http://...]
10443:
10444: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10445: added
10446:
10447: * src/classes/date.C: - date.week was fixed
10448:
10449: * operators.txt: - added info about date.weekyear
10450:
10451: * tests/: 159.html, results/159.processed: - tests for date.week
10452: and date.weekyear added
10453:
10454: 2007-03-15 misha
10455:
10456: * src/classes/table.C: - enclose column numbers for nameless tables
10457: as well
10458:
10459: 2007-03-14 misha
10460:
10461: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10462:
10463: * src/classes/table.C: - table.save optimization: now required much
10464: less memory
10465:
10466: 2007-03-13 misha
10467:
10468: * tests/results/: 158.processed, 158.processes: - tests for
10469: table.save/table.load
10470:
10471: * tests/: 158.html, results/158.processes: - tests for
10472: table.save/table.load
10473:
10474: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10475:
10476: * buildall-with-xml: - pattern needed now for building
10477:
10478: * tests/results/097.processed: - added test results for xdoc::load
10479: & xdoc::load[http://...]
10480:
10481: * tests/097.html: - added test for xdoc::load
10482:
10483: 2007-03-12 misha
10484:
10485: * tests/: 107.html, results/107.processed: - added test for xpath
10486: '//man'
10487:
10488: 2007-03-01 misha
10489:
10490: * tests/: 097.html, results/097.processed: - added test for
10491: creating xdoc from file
10492:
10493: * tests/: results/157.processed, 157.html: - added test for
10494: file:move
10495:
10496: 2007-02-28 misha
10497:
10498: * src/classes/xdoc.C: - another attempt
10499:
10500: * src/classes/xdoc.C: - roll back last changes for a while
10501:
10502: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10503:
10504: * src/classes/file.C: - under lock we create non-exist dir anyway
10505:
10506: * tests/results/099.processed: - ever send content-disposition to
10507: client with file
10508:
10509: * tests/157.html: + test for file:copy
10510:
10511: 2007-02-26 misha
10512:
10513: * src/classes/file.C: - some similar strings moved to #define
10514: instead of to be copy/pasted many times
10515:
10516: * src/types/pa_vfile.h: - class name string ("file") moved to
10517: #define
10518:
10519: 2007-02-20 misha
10520:
10521: * configure.in: - added some strings for sqlite detection
10522:
10523: 2007-02-19 misha
10524:
10525: * operators.txt: - some comments changes
10526:
10527: * buildall-with-xml, buildall-without-xml: - some modifications
10528:
10529: 2007-02-17 misha
10530:
10531: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10532:
10533: * src/main/pa_request.C: - damn, i forgot to commit it while I
10534: change console behaviour
10535:
10536: 2007-02-12 misha
10537:
10538: * src/targets/cgi/parser3.C: - don't print headers if
10539: $console:line[data] was used during cgi execution.
10540:
10541: * src/types/pa_vconsole.h: - console class have bool flag now which
10542: marked as 'true' if class was used.
10543:
10544: * tests/: 152.html, results/152.processed: - more types was added
10545: to test 152
10546:
10547: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10548: adding 'bool' (^if($image){} caused exception)
10549:
10550: 2007-02-09 misha
10551:
10552: * tests/: 152.html, results/152.processed: - test alightly updated
10553:
10554: * tests/: 152.html, results/152.processed: - test rewrited
10555:
10556: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10557: bugfix. I broke xdoc & xnode in expression
10558:
10559: 2007-02-08 misha
10560:
10561: * tests/: 152.html, results/152.processed: - add test for checking
10562: 'def' for void, string, bool, int & double
10563:
10564: 2007-02-07 misha
10565:
10566: * operators.txt: - ^file:base64[filespec] was added
10567:
10568: * tests/results/153.processed: - result test for
10569: ^file:base64[filespec] was updated
10570:
10571: * tests/153.html: - test for ^file:base64[filespec] was added
10572:
10573: * src/types/pa_vconsole.h: - little optimization
10574:
10575: * src/classes/file.C: - ^file:base64[filespec]
10576:
10577: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10578:
10579: * src/include/pa_common.h: - declarations for
10580: ^file:base64[filespec]
10581:
10582: * src/types/pa_vcookie.C: - little optimization
10583:
10584: 2007-02-06 misha
10585:
10586: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10587: were temporary commented
10588:
10589: * src/types/pa_vbool.h: - bugfix
10590:
10591: * tests/156.html: - added test for bool cookie
10592:
10593: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10594:
10595: * tests/: 155.html, results/155.processed: - added test for check
10596: $.encloser[] option for table save/load
10597:
10598: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10599:
10600: 2007-02-05 misha
10601:
10602: * tests/results/152.processed: - newline at the end was missed
10603:
10604: * tests/results/141.processed: - math:md5 must be lowercased
10605:
10606: * src/targets/cgi/parser3.C: - 2007 in help ;)
10607:
10608: 2007-02-03 misha
10609:
10610: * tests/results/: 150.processed, 151.processed, 152.processed: -
10611: test for bool added and some content length fixes
10612:
10613: * tests/152.html: - test for bool added
10614:
10615: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10616:
10617: * operators.txt: - info bool class was added
10618:
1.116 moko 10619: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10620: classes/classes.vcproj, classes/double.C, classes/int.C,
10621: classes/string.C, classes/void.C, classes/xnode.C,
10622: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10623: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10624: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10625: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10626: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10627: types/types.vcproj: - bool class was added
10628:
10629: * src/main/pa_request.C: - fix
10630:
10631: 2007-01-18 misha
10632:
10633: * src/: main/pa_string.C, classes/string.C: - return table during
10634: ^string.match[][] even if no matched found.
10635:
10636: 2006-12-20 misha
10637:
10638: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10639: http://www.parser.ru/forum/?id=55598 ]
10640:
10641: 2006-12-19 misha
10642:
10643: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10644: details: http://www.parser.ru/forum/?id=52359
10645:
10646: * src/main/pa_request.C: - always set content-disposition for
10647: $response:body[hash here]. more details:
10648: http://www.parser.ru/forum/?id=52130
10649:
10650: 2006-12-07 misha
10651:
10652: * operators.txt: - added info about bool params in cookie set
10653:
10654: * src/types/pa_vcookie.C: - bool param in cookies available now
10655: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10656: ]
10657:
10658: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10659: was added
10660:
10661: 2006-12-02 misha
10662:
10663: * src/classes/file.C: - file_block_read used instead of native read
10664:
10665: * src/main/pa_common.C: - added file_block_read with read error
10666: detection - file_block_read used instead of native read
10667:
10668: * src/include/pa_common.h: - added file_block_read declaration
10669:
10670: 2006-12-01 misha
10671:
10672: * operators.txt: - info about $var.CLASS_NAME was added
10673:
10674: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10675: $var.CLASS_NAME added
10676:
10677: * operators.txt: - added info about ^file:copy[]
10678:
10679: * src/classes/file.C: - ^file:copy[from;fo] was added
10680:
10681: 2006-11-20 misha
10682:
10683: * src/classes/date.C: - bug fix :)
10684:
10685: 2006-11-17 misha
10686:
10687: * src/include/pa_common.h: - array in crc32 calculation was changed
10688: to static
10689:
10690: * src/main/pa_common.C: - little optimization in getMonthDays -
10691: small changes in crc32 calculation
10692:
10693: * src/classes/date.C: - not needed code was removed
10694:
10695: 2006-11-16 misha
10696:
10697: * src/types/pa_vmail.C: - fix missed brakes
10698:
10699: * src/types/pa_vmail.C: - mail:send now set content-type:
10700: multipart/related instead of multipart/mixed if file have
10701: $.content-id[]
10702:
10703: 2006-11-15 misha
10704:
10705: * src/types/pa_vdouble.h: abs -> fabs
10706:
10707: 2006-11-14 misha
10708:
10709: * operators.txt: - added info about ^file.md5[] and
10710: ^file:md5[file-name]
10711:
10712: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10713: added
10714:
10715: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10716: FILE_BUFFER_SIZE
10717:
10718: * src/classes/math.C: - hex_string was moved to pa_common.h
10719:
10720: * src/include/pa_common.h: - hex_string was moved from math.C -
10721: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10722:
10723: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10724: values was fixed
10725:
10726: 2006-11-13 misha
10727:
10728: * operators.txt: - added info about ^math:crc32[string],
10729: ^file:crc32[file-name] & ^file.crc32[]
10730:
10731: * src/classes/math.C: - added ^math:crc32[string]
10732:
10733: * src/classes/file.C: - some comments were changed - added
10734: ^file:crc32[file-name] and ^file.crc32[]
10735:
10736: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10737: crc32 calculation added
10738:
10739: 2006-11-03 misha
10740:
10741: * src/include/pa_array.h: - not needed variable removed
10742:
10743: * tests/: 150.html, 151.html, results/150.processed,
10744: results/151.processed: - 2 tests were added
10745:
10746: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10747: with $.reverse(1) were fixed
10748:
10749: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10750: query converted to $.charset during ^file::load[http://...]
10751:
10752: 2006-11-02 misha
10753:
10754: * src/include/pa_table.h: ups. forget '=' char
10755:
10756: * src/include/pa_table.h: - one more fix in
10757: .locate[...][$.reverse(1)]
10758:
10759: 2006-11-01 misha
10760:
10761: * src/classes/math.C: - bug fix, details:
10762: http://www.parser.ru/forum/?id=53360
10763:
10764: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10765: false for all records )[$.reverse(1)]
10766:
10767: * src/main/pa_http.C: - second param for this mid method is length
10768: but not end_index so this method has error and can't detect
10769: charsets in next content-types: Content-type: text/html;
10770: charset="windows-1251" Content-type: text/html;
10771: charset="windows-1251"; Content-type: text/html;
10772: charset=windows-1251;
10773:
10774: only Content-type: text/html; charset=windows-1251 was fine
10775:
10776: 2006-10-31 misha
10777:
10778: * src/classes/file.C: - empty args in file::exec removed now
10779:
10780: 2006-09-03 paf
10781:
10782: * src/classes/file.C: proper tainting of
10783: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10784:
10785: 2006-06-09 paf
10786:
10787: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10788:
10789: * src/classes/table.C: formatting
10790:
10791: * src/classes/table.C: incorporated patch from misha: Sent:
10792: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10793: ignoring string options for ^table.save[]
10794:
10795: * src/classes/hash.C: incorporated patch from misha Sent:
10796: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10797: $hash._default disappear while
10798:
10799: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10800: $.format[!uue|!base64] << new base64 option. default uue ] ]
10801:
10802: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10803: PM Subject: patch for base64 in ^mail:send[] %-)
10804:
10805: 2006-04-09 paf
10806:
10807: * src/main/compile.tab.C: ` change compiled
10808:
10809: * gnu.vcproj, operators.txt, parser3.sln,
10810: src/classes/classes.vcproj, src/classes/file.C,
10811: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10812: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10813: src/classes/xnode.C, src/include/pa_array.h,
10814: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10815: src/include/pa_memory.h, src/include/pa_request.h,
10816: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10817: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10818: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10819: src/lib/pcre/pcre_dftables.vcproj,
10820: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10821: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10822: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10823: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10824: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10825: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10826: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10827: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10828: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10829: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10830: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10831: src/types/pa_value.h, src/types/pa_vcookie.C,
10832: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10833: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10834: src/types/pa_vstatus.C, src/types/types.vcproj,
10835: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10836: ^menu, ^hash/hashfile.foreach
10837:
10838: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10839: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10840: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10841: src/classes/xnode.C, src/include/pa_array.h,
10842: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10843: src/include/pa_memory.h, src/include/pa_request.h,
10844: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10845: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10846: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10847: src/lib/pcre/pcre_dftables.vcproj,
10848: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10849: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10850: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10851: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10852: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10853: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10854: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10855: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10856: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10857: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10858: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10859: src/types/pa_value.h, src/types/pa_vcookie.C,
10860: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10861: src/types/pa_vstatus.C, src/types/types.vcproj,
10862: tests/descript.ion: ! switched to VS2005 (projects and
10863: object<info explicitly typed>.for_each(, info)) +
10864: $response:field[] setting void means removing + grammar $name`
10865: name stops now, for mysql `$field` + started ^break[]
10866: ^continue[], in ^for. TODO: to other iterators (while, menu,
10867: foreach) + all log messages += [uri=, method=, cl=]
10868:
10869: * buildall-with-xml: merged . ftp paths update
10870:
10871: * buildall-with-xml: . ftp paths update
10872:
10873: 2006-03-04 paf
10874:
10875: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10876: checks++ [thanks to Igor Zinkovsky for detailed report]
10877:
10878: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10879: Igor Zinkovsky for detailed report]
10880:
10881: 2006-03-01 paf
10882:
10883: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10884: \n to ' ' in
10885:
10886: 2006-02-18 paf
10887:
10888: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10889: \n to ' ' in
10890:
10891: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10892:
10893: 2006-02-03 paf
10894:
10895: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10896: base64
10897:
10898: * src/main/pa_common.C: ! bugfix: decoding from base64
10899:
10900: 2006-01-20 paf
10901:
10902: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10903: economy fix
10904:
10905: * src/classes/: table.C: merged from HEAD ! bugfix
10906: ^table.save[$.encloser-s now handled properly
10907:
10908: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10909: handled properly
10910:
10911: 2006-01-19 paf
10912:
10913: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10914: libgc:USE_MUNMAP activates merging of free memory blocks which
10915: helps a lot in our case: after transform we want
10916: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10917:
10918: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10919: economy fix
10920:
10921: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10922: activates merging of free memory blocks which helps a lot in our
10923: case: after transform we want CORD(main.result)->cstr[big
10924: malloc]->transcode[big malloc]
10925:
10926: 2006-01-17 paf
10927:
10928: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10929: before reading them. got rid of reallocs = became quicker and
10930: less fragmentated
10931:
10932: 2005-12-29 paf
10933:
1.116 moko 10934: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10935: configure, configure.in, src/include/pa_version.h,
10936: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10937: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10938: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10939: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10940: src/lib/ltdl/missing: . merged from 3.2.1
10941:
1.116 moko 10942: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10943: packaged when 'make dist', so do configure companion files in
10944: src/lib/ltdl
10945:
10946: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10947: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10948: missing: . now config_auto.h is created with configure [were
10949: constant]
1.95 moko 10950:
10951: * INSTALL: . references to documentation and some clarification
10952:
10953: * buildall-with-xml, buildall-without-xml: . farawell doc
10954: indication
10955:
1.116 moko 10956: * Makefile.am: . dist+=buildall*
1.95 moko 10957:
10958: 2005-12-28 paf
10959:
10960: * configure: . 3.2.1
10961:
10962: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10963: simplify build process, see INSTALL
10964:
10965: 2005-12-26 paf
10966:
10967: * configure: ver
10968:
10969: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10970: version
10971:
10972: 2005-12-21 paf
10973:
10974: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10975: compiled with bison 1.875b, it reports unexpected token names
10976:
10977: 2005-12-19 paf
10978:
10979: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10980: holds a link to xmlNode to prevent premature gc(xmlNode)
10981:
10982: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10983: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10984: src/main/main.vcproj, src/main/pa_globals.C,
10985: src/targets/cgi/parser3.vcproj,
10986: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10987: configure, configure.in, src/include/pa_version.h: . killing
10988: gdome [what a relief]
10989:
10990: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10991: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10992: run_parser.sh, results/001.processed, results/002.processed,
10993: results/003.processed, results/004.processed,
10994: results/005.processed, results/006.processed,
10995: results/008.processed, results/009.processed,
10996: results/010.processed, results/011.processed,
10997: results/012.processed, results/013.processed,
10998: results/014.processed, results/015.processed,
10999: results/016.processed, results/017.processed,
11000: results/018.processed, results/020.processed,
11001: results/021.processed, results/022.processed,
11002: results/023.processed, results/024.processed,
11003: results/025.processed, results/026.processed,
11004: results/027.processed, results/028.processed,
11005: results/029.processed, results/030.processed,
11006: results/031.processed, results/032.processed,
11007: results/033.processed, results/034.processed,
11008: results/035.processed, results/036.processed,
11009: results/037.processed, results/038.processed,
11010: results/039.processed, results/040.processed,
11011: results/041.processed, results/042.processed,
11012: results/043.processed, results/044.processed,
11013: results/045.processed, results/046.processed,
11014: results/047.processed, results/048.processed,
11015: results/049.processed, results/050.processed,
11016: results/051.processed, results/052.processed,
11017: results/053.processed, results/054.processed,
11018: results/055.processed, results/056.processed,
11019: results/057.processed, results/058.processed,
11020: results/059.processed, results/060.processed,
11021: results/061.processed, results/062.processed,
11022: results/063.processed, results/064.processed,
11023: results/065.processed, results/066.processed,
11024: results/067.processed, results/068.processed,
11025: results/069.processed, results/070.processed,
11026: results/071.processed, results/072.processed,
11027: results/073.processed, results/074.processed,
11028: results/075.processed, results/076.processed,
11029: results/077.processed, results/078.processed,
11030: results/079.processed, results/080.processed,
11031: results/081.processed, results/082.processed,
11032: results/083.processed, results/084.processed,
11033: results/085.processed, results/086.processed,
11034: results/087.processed, results/088.processed,
11035: results/089.processed, results/090.processed,
11036: results/091.processed, results/092.processed,
11037: results/093.processed, results/094.processed,
11038: results/095.processed, results/096.processed,
11039: results/097.processed, results/099.processed,
11040: results/100.processed, results/101.processed,
11041: results/102.processed, results/104.processed,
11042: results/105.processed, results/106.processed,
11043: results/107.processed, results/108.processed,
11044: results/109.processed, results/110.processed,
11045: results/111.processed, results/112.processed,
11046: results/113.processed, results/114.processed,
11047: results/115.processed, results/117.processed,
11048: results/119.processed, results/120.processed,
11049: results/121.processed, results/122.processed,
11050: results/123.processed, results/124.processed,
11051: results/125.processed, results/126.processed,
11052: results/127.processed, results/128.processed,
11053: results/129.processed, results/130.processed,
11054: results/131.processed, results/132.processed,
11055: results/133.processed, results/134.processed,
11056: results/135.processed, results/136.processed,
11057: results/138.processed, results/139.processed,
11058: results/140.processed, results/141.processed,
11059: results/142.processed, results/143.processed,
11060: results/144.processed, results/145.processed,
11061: results/146.processed, results/147.processed,
11062: results/148.processed, results/149.processed, results/auto.p: .
11063: now works if we turn off default auto.p
11064:
1.116 moko 11065: * configure: . makes
1.95 moko 11066:
11067: * src/types/pa_vxnode.C: . less warnings
11068:
11069: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11070: tests/145.html, tests/149.html, tests/descript.ion,
11071: tests/outputs/d.cmd, tests/results/142.processed,
11072: tests/results/143.processed, tests/results/144.processed,
11073: tests/results/145.processed, tests/results/146.processed,
11074: tests/results/147.processed, tests/results/148.processed,
11075: tests/results/149.processed: . removed .nodeValue from all node
11076: types other than 5 (grabbed piece from gdome)
11077:
11078: * tests/: 137.html, results/137.processed: . not handled this case
11079: yet. code does not hang from inserting parent into child,
11080: considering thing minor issue -- nodes are removed from source
11081: anyway, don't know why shold that be an error after all
11082:
11083: * src/targets/cgi/parser3.C: . style
11084:
11085: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11086: xdoc too [were barking "not element"]
11087:
11088: 2005-12-16 paf
11089:
11090: * tests/: 146.html, 147.html, 148.html: . more tests
11091:
11092: * src/classes/xnode.C: . also bark on possible errors
11093:
11094: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11095: props
11096:
11097: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11098: main/compile.y: merged from HEAD ! fixed overoptimized
11099: ^call(false) case. (confused it with ^call[] case)
11100:
11101: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11102: ^call(false) case. (confused it with ^call[] case)
11103:
11104: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11105:
11106: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11107: results/001.processed, results/002.processed,
11108: results/003.processed, results/004.processed,
11109: results/005.processed, results/006.processed,
11110: results/008.processed, results/009.processed,
11111: results/010.processed, results/011.processed,
11112: results/012.processed, results/013.processed,
11113: results/014.processed, results/015.processed,
11114: results/016.processed, results/017.processed,
11115: results/018.processed, results/019.processed,
11116: results/020.processed, results/021.processed,
11117: results/022.processed, results/023.processed,
11118: results/024.processed, results/025.processed,
11119: results/026.processed, results/027.processed,
11120: results/028.processed, results/029.processed,
11121: results/030.processed, results/031.processed,
11122: results/032.processed, results/033.processed,
11123: results/034.processed, results/035.processed,
11124: results/036.processed, results/037.processed,
11125: results/038.processed, results/039.processed,
11126: results/040.processed, results/041.processed,
11127: results/042.processed, results/043.processed,
11128: results/044.processed, results/045.processed,
11129: results/046.processed, results/047.processed,
11130: results/048.processed, results/049.processed,
11131: results/050.processed, results/051.processed,
11132: results/052.processed, results/053.processed,
11133: results/054.processed, results/055.processed,
11134: results/056.processed, results/057.processed,
11135: results/058.processed, results/059.processed,
11136: results/060.processed, results/061.processed,
11137: results/062.processed, results/063.processed,
11138: results/064.processed, results/065.processed,
11139: results/066.processed, results/067.processed,
11140: results/068.processed, results/069.processed,
11141: results/070.processed, results/071.processed,
11142: results/072.processed, results/073.processed,
11143: results/074.processed, results/075.processed,
11144: results/076.processed, results/077.processed,
11145: results/078.processed, results/079.processed,
11146: results/080.processed, results/081.processed,
11147: results/082.processed, results/083.processed,
11148: results/084.processed, results/085.processed,
11149: results/086.processed, results/087.processed,
11150: results/088.processed, results/089.processed,
11151: results/090.processed, results/091.processed,
11152: results/092.processed, results/093.processed,
11153: results/094.processed, results/095.processed,
11154: results/096.processed, results/097.processed,
11155: results/099.processed, results/101.processed,
11156: results/102.processed, results/104.processed,
11157: results/105.processed, results/106.processed,
11158: results/107.processed, results/108.processed,
11159: results/109.processed, results/110.processed,
11160: results/111.processed, results/112.processed,
11161: results/113.processed, results/114.processed,
11162: results/115.processed, results/116.processed,
11163: results/117.processed, results/118.processed,
11164: results/119.processed, results/120.processed,
11165: results/121.processed, results/122.processed,
11166: results/123.processed, results/124.processed,
11167: results/125.processed, results/126.processed,
11168: results/127.processed, results/128.processed,
11169: results/129.processed, results/130.processed,
11170: results/131.processed, results/132.processed,
11171: results/133.processed, results/134.processed,
11172: results/135.processed, results/136.processed,
11173: results/137.processed, results/138.processed,
11174: results/139.processed, results/140.processed,
11175: results/141.processed: . refreshed old tests, made them work
11176: without auto.p (in utf8) . things noted: . gif got encoded
11177: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11178: some strange year)
11179:
11180: * INSTALL: . revived linux libgc fix
11181:
11182: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11183: glib/gdome in INSTALL and patches]
11184:
11185: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11186: include/pa_charset.h, include/pa_config_includes.h,
11187: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11188: include/pa_xml_exception.h, lib/cord/Makefile.am,
11189: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11190: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11191: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11192: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11193: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11194: types/pa_vxnode.h: . started killing gdome
11195:
11196: 2005-12-13 paf
11197:
11198: * src/main/: pa_request.C: merged from HEAD ! when code in
11199: @unhandled_exception thrown another exception, print correct
11200: origin (earlier code in catch of exception inside of
11201: @unhandled_exception grabbed parent_frame(original_exception)
11202: origin and printed it, instead of true origin)
11203:
11204: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11205: another exception, print correct origin (earlier code in catch of
11206: exception inside of @unhandled_exception grabbed
11207: parent_frame(original_exception) origin and printed it, instead
11208: of true origin)
11209:
11210: 2005-12-09 paf
11211:
11212: * INSTALL: . updated INSTALL doc to work around linux stack base
11213: detection problem, due to change in gc6.4 code
11214:
11215: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11216: ignored in ^string.matched :(
11217:
11218: * src/main/pa_string.C: ! regex tainting were ignored in
11219: ^string.matched :(
11220:
11221: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11222: src/include/pa_config_fixed.h, src/include/pa_version.h,
11223: src/main/compile.y, src/main/compile_tools.h,
11224: src/main/pa_charset.C, src/main/pa_common.C,
11225: src/main/pa_globals.C, src/main/pa_string.C,
11226: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11227: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11228:
11229: 2005-12-08 paf
11230:
11231: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11232: 500 chars now handled OK [were wrapped on 500th char according to
11233: rfc, but sendmail failed to unwrap it properly]
11234:
11235: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11236: handled OK [were wrapped on 500th char according to rfc, but
11237: sendmail failed to unwrap it properly]
11238:
11239: * src/targets/isapi/parser3isapi.C: . less warnings
11240:
11241: * src/targets/isapi/parser3isapi.C: . undone some strange change
11242: since 3.1.5
11243:
11244: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11245: link fixes
11246:
11247: * src/: classes/date.C, include/pa_config_fixed.h,
11248: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11249: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11250: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11251:
11252: * src/include/pa_config_fixed.h: . removed outdated string origins
11253: [in current storage scheme there's no place for them. someday we
11254: can add third CORD to store origins and special version of parser
11255: which stores origins there [separate binary]]
11256:
11257: 2005-12-07 paf
11258:
11259: * src/targets/isapi/parser3isapi.C: . now links in release mode
11260:
11261: * src/include/pa_version.h: makefiles
11262:
11263: * src/include/pa_version.h: . not beta
11264:
11265: * configure, configure.in, src/include/pa_version.h: not beta
11266:
11267: 2005-12-06 paf
11268:
11269: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11270: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11271: decided to undo the change ^call[$void] passes void. now it will
11272: pass empty string again.
11273:
11274: * src/main/: compile.tab.C, compile.y: . version readded
11275:
11276: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11277: = ^switch[void] problem
11278:
11279: 2005-12-01 paf
11280:
11281: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11282: caused ^case[string] to be coerced to double since searching
11283: value were not string (it was vvoid)
11284:
11285: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11286: ^case[string] to be coerced to double since searching value were
11287: not string (it was vvoid)
11288:
11289: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11290: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11291:
11292: 2005-11-30 paf
11293:
11294: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11295: win32 must putenv("TZ="), on unix works only putenv("TZ")
11296:
11297: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11298: putenv("TZ="), on unix works only putenv("TZ")
11299:
11300: * INSTALL: . xml libs versions updated
11301:
11302: * src/main/pa_globals.C: //20051130 trying to remove this, author
11303: claims that fixed a lot there // 20040920 for now both
11304: workarounds needed. wait for new libxml/xsl versions
11305:
11306: 2005-11-28 paf
11307:
11308: * src/classes/table.C: merged from HEAD: ! nameless table has
11309: columns==0
11310:
11311: * src/classes/table.C: ! nameless table has columns==0
11312:
11313: * src/main/pa_http.C: merged from HEAD: ! status line check made
11314: earlier [was totally wrong]
11315:
11316: * src/main/pa_http.C: ! status line check made earlier [was totally
11317: wrong]
11318:
11319: 2005-11-25 paf
11320:
11321: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11322: undoing for now...
11323:
11324: * src/include/pa_version.h: -this reduces speed(table::load),
11325: strange. undoing
11326:
11327: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11328:
11329: * src/classes/op.C: + ^while(){}[SEPARATOR]
11330:
11331: * src/include/pa_array.h: + optimistics added: all arrays (table
11332: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11333: this speeds things up and saves memory a LOT! (not noticed
11334: negative effect on syntetic tests, future will tell...)
11335:
11336: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11337: changed gc_malloc implementation, which obscured profiling
11338:
11339: * src/classes/table.C: merged from HEAD: + optimized
11340: table::load/sql, now row ArrayString-s allocated with
11341: columns.count() elements and don't always grow from
11342: count=3[realloc,realloc]
11343:
11344: * src/classes/table.C: + optimized table::load/sql, now row
11345: ArrayString-s allocated with columns.count() elements and don't
11346: always grow from count=3[realloc,realloc]
11347:
11348: * src/classes/table.C: merged from HEAD: . ^table.save unused
11349: buffer after save
11350:
11351: * src/classes/table.C: . ^table.save unused buffer after save
11352:
11353: 2005-11-24 paf
11354:
11355: * configure.in: . merged glib2-config patch
11356:
11357: * configure.in: + trying to find glib2-config
11358:
11359: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11360: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11361: file/dir_readable to simple file/dir_exist, this would help in
11362: situations "class not found because .p file has bad rights" << in
11363: that case error would be explicit "access denied to 'this' file"
11364:
1.116 moko 11365: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11366:
11367: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11368: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11369: to simple file/dir_exist, this would help in situations "class
11370: not found because .p file has bad rights" << in that case error
11371: would be explicit "access denied to 'this' file"
11372:
11373: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11374: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11375: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11376: ^file::exec/cgi[script;$.charset[changed]
11377: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11378: encoded in $.charset charset
11379:
11380: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11381: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11382: encoded in $.charset charset
11383:
11384: * src/: include/Makefile.am, include/pa_common.h,
11385: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11386: main/pa_common.C, main/pa_http.C: . extracted http:// into
11387: separate file [preparation for
11388: ^file::cgi[script;$.form[$.field1[]
11389:
11390: 2005-11-22 paf
11391:
11392: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11393:
11394: * acinclude.m4, configure.in: . merged underquting fixes
11395:
1.116 moko 11396: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11397:
11398: * src/classes/op.C: . overmerged a little
11399:
11400: * src/main/compile.tab.C: Makefile
11401:
11402: * src/main/: pa_common.C: . less gcc warnings
11403:
11404: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11405: now reports original exception if we have no old cache
11406:
11407: * src/classes/op.C: + $exception.handled[cache] now reports
11408: original exception if we have no old cache
11409:
11410: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11411: from HEAD: + ^taint/untaint[regex] << escapes these:
11412: \^$.[]|()?*+{}
11413:
11414: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11415: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11416:
11417: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11418: getenv-ed variable, which does not work both on win32&unix.
11419: copied old TZ value now
11420:
11421: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11422: stored pointer to getenv-ed variable, which does not work both on
11423: win32&unix. copied old TZ value now
11424:
11425: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11426: getenv-ed variable, which does not work both on win32&unix.
11427: copied old TZ value now
11428:
11429: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11430: access to internal hash
11431:
11432: * src/types/pa_vresponse.C: + $response:headers access to internal
11433: hash
11434:
11435: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11436: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11437: isapi] this reduces number of "GC Warning: Repeated allocation of
11438: very large block" messages to only important onces
11439:
11440: * src/targets/isapi/parser3isapi.C: +
11441: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11442: isapi] this reduces number of "GC Warning: Repeated allocation of
11443: very large block" messages to only important onces
11444:
11445: * src/classes/string.C: merged from HEAD: + removed limitation on
11446: ^string/int/double:sql{}[$.default[({param style})] ]
11447:
11448: * src/classes/string.C: + removed limitation on
11449: ^string/int/double:sql{}[$.default[({param style})] ]
11450:
11451: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11452: with ?params or $.form option" limitation
11453:
11454: * src/main/pa_common.C: + removed "use either uri with ?params or
11455: $.form option" limitation
11456:
11457: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11458: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11459: ^file::base64[encoded] decode
11460:
11461: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11462: main/pa_common.C: + ^file.base64[] encode +
11463: ^file::base64[encoded] decode
11464:
11465: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11466: ^string:base64[encoded] decode
11467:
11468: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11469: ^string:base64[in] encode + ^string.base64[] decode
11470:
11471: 2005-11-21 paf
11472:
11473: * src/classes/file.C: + merged from HEAD:
11474: ^file::create[text;file.xml;^untaint[xml]{data}]
11475:
11476: * src/classes/file.C: +
11477: ^file::create[text;file.xml;^untaint[xml]{data}]
11478:
11479: * src/main/pa_request.C: ! merged: $response:body[file] now
11480: differes from :download, it does not return content-disposition
11481: at all now [previusely it returned valueless content-disposition]
11482:
11483: * src/main/pa_request.C: ! $response:body[file] now differes from
11484: :download, it does not return content-disposition at all now
11485: [previusely it returned valueless content-disposition]
11486:
11487: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11488: literals, reverted to just vvod, recreating empty array with each
11489: void_value token. that's absolutely needed, since that array
11490: grows
11491:
11492: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11493: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11494: types/pa_vmethod_frame.h: + merged: expression literals:
11495: true/false. ^format[$.indent(true)]
11496:
11497: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11498: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11499: types/pa_vmethod_frame.h: + expression literals: true/false.
11500: ^format[$.indent(true)]
11501:
11502: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11503: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11504: i386-pc-win32)"
11505:
11506: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11507: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11508: i386-pc-win32)"
11509:
11510: 2005-11-18 paf
11511:
11512: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11513: null}[$.default(123)] will now return default value
11514:
11515: * src/classes/op.C: + merged ^cache[] << returns current cache
11516: expiration time
11517:
11518: * src/classes/op.C: + ^cache[] << returns current cache expiration
11519: time
11520:
11521: * src/classes/table.C: ! merged ^table::create[not'nameless';
11522: failed << Exception.problem_source pointed to local var!
11523:
11524: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11525: Exception.problem_source pointed to local var!
11526:
11527: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11528: now loads VFile.ptr!=0, so such files can be saved now
11529:
11530: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11531: loads VFile.ptr!=0, so such files can be saved now
11532:
11533: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11534: only . and .. now removed from list [were removed all .*]
11535:
11536: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11537: .. now removed from list [were removed all .*]
11538:
11539: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11540: open error now checked, were not :( [stole that piece from apache
11541: 1.3 sources]
11542:
11543: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11544: checked, were not :( [stole that piece from apache 1.3 sources]
11545:
11546: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11547: untainting of @main result if returned by $result or
11548: $response:body
11549:
11550: * src/main/pa_request.C: ! ensured proper untainting of @main
11551: result if returned by $result or $response:body
11552:
11553: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11554: issue: now tries to guess content-length and allocates one big
11555: piece if possible [regretfully gc_realloc works as malloc+free,
11556: leaving lots of holes behind]
11557:
11558: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11559: fixed file load memory issue: now tries to guess content-length
11560: and allocates one big piece if possible [regretfully gc_realloc
11561: works as malloc+free, leaving lots of holes behind]
11562:
11563: 2005-11-16 paf
11564:
11565: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11566: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11567: table::save with enclosers now doubles them: "->"" !
11568: table::save/load do not remove elements from options hash
11569:
11570: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11571: [were overoptimized ^if(double_literal), compiler confused
11572: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11573:
11574: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11575: [were overoptimized ^if(double_literal), compiler confused
11576: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11577:
11578: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11579: main/pa_common.C: ! table::save with enclosers now doubles them:
11580: "->"" ! table::save/load do not remove elements from options hash
11581:
11582: 2005-11-03 paf
11583:
1.116 moko 11584: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11585: compilation, not all makefiles liked that
1.95 moko 11586:
11587: 2005-08-30 paf
11588:
11589: * src/classes/op.C: merge . speedup check of [DEFAULT]
11590:
11591: * src/classes/op.C: . speedup check of [DEFAULT]
11592:
11593: 2005-08-26 paf
11594:
11595: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11596:
11597: * src/: classes/date.C, types/pa_vdate.h: + date.week
11598:
11599: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11600: complains about bad!=nameless
11601:
11602: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11603: about bad!=nameless
11604:
11605: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11606: optional options were allowed to be empty. were checked
11607: if(is_string), changed to !defined||is_string to allow void
11608:
11609: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11610: classes/string.C, classes/table.C, classes/void.C: ! optional
11611: options were allowed to be empty. were checked if(is_string),
11612: changed to !defined||is_string to allow void
11613:
11614: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11615: as_junction where they needed as_int/double, so failed with
11616: recent "(const) now no junction" optimization
11617:
11618: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11619: merged ! many classes/* used as_junction where they needed
11620: as_int/double, so failed with recent "(const) now no junction"
11621: optimization
11622:
11623: * src/: classes/double.C, classes/int.C, classes/math.C,
11624: classes/op.C, classes/string.C, classes/table.C,
11625: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11626: used as_junction where they needed as_int/double, so failed with
11627: recent "(const) now no junction" optimization
11628:
11629: 2005-08-24 paf
11630:
11631: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11632: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11633: stripped it
11634:
11635: 2005-08-09 paf
11636:
11637: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11638: not cleared
11639:
11640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11642: classes/hashfile.C, classes/image.C, classes/int.C,
11643: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11644: classes/response.C, classes/string.C, classes/table.C,
11645: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11646: include/pa_array.h, include/pa_cache_managers.h,
11647: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11648: include/pa_config_fixed.h, include/pa_config_includes.h,
11649: include/pa_dictionary.h, include/pa_dir.h,
11650: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11651: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11652: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11653: include/pa_request_charsets.h, include/pa_request_info.h,
11654: include/pa_sapi.h, include/pa_socks.h,
11655: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11656: include/pa_stack.h, include/pa_string.h,
11657: include/pa_stylesheet_connection.h,
11658: include/pa_stylesheet_manager.h, include/pa_table.h,
11659: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11660: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11661: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11662: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11663: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11664: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11665: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11666: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11667: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11668: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11669: main/pa_sql_driver_manager.C, main/pa_string.C,
11670: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11671: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11672: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11673: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11674: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11675: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11676: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11677: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11678: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11679: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11680: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11681: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11682: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11683: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11684: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11685: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11686: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11687: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11688: types/pa_vresponse.C, types/pa_vresponse.h,
11689: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11690: types/pa_vstateless_object.h, types/pa_vstatus.C,
11691: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11692: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11693: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11694: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11695: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11696:
11697: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11698: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11699: speedup consequent checks in vmethod_frame
11700:
11701: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11702: not cleared
11703:
11704: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11705: params: 50 max (were 10)
11706:
11707: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11708: params: 50 max (were 10)
11709:
11710: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11711: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11712: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11713: empty string) ! simplified (double) speedup consequent checks in
11714: vmethod_frame
11715:
11716: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11717: optimized constants in expressions vstring->vdouble + optimized
11718: ^call(vdouble), no junction creation, no calls later
11719:
11720: 2005-08-08 paf
11721:
11722: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11723: compile_tools.h: merged + optimized constants in expressions
11724: vstring->vdouble + optimized ^call(vdouble), no junction
11725: creation, no calls later
11726:
11727: * src/types/pa_vdouble.h: merged . double values without fractional
11728: part now default printed as %.0f instead of %g
11729:
11730: * src/types/pa_vdouble.h: . double values without fractional part
11731: now default printed as %.0f instead of %g
11732:
11733: * src/classes/hashfile.C: . merged ! second hashfile::open would
11734: cause an exception
11735:
11736: * src/classes/hashfile.C: ! second hashfile::open would cause an
11737: exception
11738:
11739: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11740: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11741: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11742: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11743: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11744: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11745: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11746: types/pa_vresponse.h, types/pa_vstateless_class.C,
11747: types/pa_vstateless_object.h, types/pa_vvoid.h,
11748: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11749: merged VJunction(new Junction) optimization from 3.1.4
11750:
11751: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11752: types/pa_vstateless_class.C: + optimized new VJunction(new
11753: Junction(params)) to new VJunction(params), thousands of mallocs
11754: removed
11755:
11756: 2005-08-05 paf
11757:
11758: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11759: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11760: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11761: creation, no calls later
11762:
11763: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11764: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11765: classes/hashfile.C, classes/image.C, classes/int.C,
11766: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11767: classes/response.C, classes/string.C, classes/table.C,
11768: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11769: include/pa_array.h, include/pa_cache_managers.h,
11770: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11771: include/pa_config_fixed.h, include/pa_config_includes.h,
11772: include/pa_dictionary.h, include/pa_dir.h,
11773: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11774: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11775: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11776: include/pa_request_charsets.h, include/pa_request_info.h,
11777: include/pa_sapi.h, include/pa_socks.h,
11778: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11779: include/pa_stack.h, include/pa_string.h,
11780: include/pa_stylesheet_connection.h,
11781: include/pa_stylesheet_manager.h, include/pa_table.h,
11782: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11783: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11784: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11785: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11786: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11787: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11788: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11789: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11790: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11791: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11792: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11793: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11794: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11795: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11796: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11797: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11798: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11799: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11800: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11801: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11802: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11803: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11804: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11805: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11806: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11807: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11808: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11809: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11810: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11811: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11812: types/pa_vstateless_object.h, types/pa_vstatus.C,
11813: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11814: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11815: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11816: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11817: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11818:
11819: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11820: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11821: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11822: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11823: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11824: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11825: optimized constants in expressions vstring->vdouble
11826:
11827: 2005-07-29 paf
11828:
11829: * src/types/pa_vclass.C: . shaped up error messages a bit
11830:
11831: * src/types/pa_vclass.C: + property getter can now be overridden
11832:
11833: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11834: bug fix: static parent fields were not replaced in case
11835: $derived:field[put] + property setter can now be overridden
11836:
11837: 2005-07-28 paf
11838:
11839: * configure, configure.in, src/classes/classes.h,
11840: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11841: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11842: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11843: src/classes/xnode.h, src/include/pa_hash.h,
11844: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11845: src/types/Makefile.am, src/types/pa_method.h,
11846: src/types/pa_value.h, src/types/pa_vclass.C,
11847: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11848: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11849: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11850: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11851: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11852: src/types/pa_vobject.C, src/types/pa_vobject.h,
11853: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11854: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11855: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11856: src/types/pa_vstateless_class.h,
1.95 moko 11857: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11858: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11859: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11860: dynamic_fields_join
11861:
11862: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11863: classes/xnode.C, include/pa_hash.h, main/execute.C,
11864: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11865: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11866: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11867: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11868: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11869: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11870: types/pa_vresponse.h, types/pa_vstateless_object.h,
11871: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11872: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11873: restored its checks in vobject.put_element->static fields |
11874: dynamic properties
11875:
11876: 2005-07-27 paf
11877:
11878: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11879: is some old code containing @set_name $name
11880:
11881: * src/types/pa_vobject.h: . fixed warning
11882:
11883: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11884: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11885:
11886: * src/: classes/xnode.C, include/pa_hash.h,
11887: types/pa_vstateless_class.C: ! new asserts were all false.
11888: regretfully reverted them all to checks
11889:
11890: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11891: classes/op.C, main/execute.C, types/pa_method.h,
11892: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11893: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11894: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11895: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11896: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11897: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11898: types/pa_vstateless_object.h, types/pa_vvoid.h,
11899: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11900: joined_dynamic_fields: removed unused param from put_method
11901: (returned to 3 params)
11902:
11903: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11904: joined_dynamic_fields: dynamic get/set works with overriding
11905: props [alpha2]
11906:
11907: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11908: works [alfa]
11909:
11910: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11911: classes/op.C, include/pa_hash.h, main/execute.C,
11912: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11913: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11914: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11915: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11916: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11917: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11918: types/pa_vresponse.h, types/pa_vstateless_class.C,
11919: types/pa_vstateless_object.h, types/pa_vvoid.h,
11920: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11921: joined_dynamic_fields: just compiled
11922:
11923: * src/: classes/date.C, classes/file.C, classes/hash.C,
11924: classes/hashfile.C, classes/image.C, classes/table.C,
11925: classes/xdoc.C, classes/xnode.h, main/execute.C,
11926: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11927: types/pa_vstateless_class.h: joined_dynamic_fields: started
11928:
11929: * src/types/pa_vobject.C: . object setters [only started, does not
11930: work yet]
11931:
11932: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11933: object setters [only started, does not work yet]
11934:
11935: 2005-07-26 paf
11936:
11937: * src/: include/pa_request.h, main/execute.C: . properties: set
11938: works [alpha2]. for classes. todo: for objects
11939:
11940: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11941: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11942: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11943: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11944: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11945: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11946: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11947: types/pa_vstateless_object.h, types/pa_vvoid.h,
11948: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11949: properties: set works [alpha1]
11950:
11951: 2005-07-25 paf
11952:
11953: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11954: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11955: properties: started, get works [alpha1, other approach]
11956:
11957: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11958: properties: started, get works [alpha2]
11959:
11960: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11961: pa_vstateless_class.h: . properties: started, get works [alpha]
11962:
11963: 2005-07-15 paf
11964:
11965: * src/: classes/classes.h, classes/op.C, main/execute.C,
11966: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11967: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11968: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11969: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11970: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11971: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11972: types/pa_vresponse.C, types/pa_vresponse.h,
11973: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11974: types/pa_vstateless_object.h, types/pa_vvoid.h,
11975: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11976: types/pa_wwrapper.h, types/types.vcproj: + started property
11977: [getters work but think of changing them too to precaching]
11978:
11979: 2005-07-08 paf
11980:
11981: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11982: gpf
11983:
11984: 2005-06-28 paf
11985:
11986: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11987: in passing empty strings to file::exec/cgi environment
11988:
11989: 2005-06-06 paf
11990:
11991: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11992: ^table:sql ^hash:sql now DO process $.bind option
11993:
11994: 2005-05-24 paf
11995:
11996: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11997: $.limit] now work again [support was broken in 3.1.4]
11998:
11999: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12000: ALL_INTERIOR_POINTERS
12001:
12002: 2005-05-12 paf
12003:
12004: * configure: 3.1.5beta
12005:
12006: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12007:
12008: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12009: $.limit] now work again [support was broken in 3.1.4]
12010:
12011: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12012: line-width [was refusing to fill if line-width >1, thanks to
12013: Seras <seras@pinxit.lt> for repro case
12014:
12015: 2005-04-25 paf
12016:
12017: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12018: correctly
12019:
12020: 2005-04-19 paf
12021:
12022: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12023: in VString violating invariant!!
12024:
12025: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12026: getenv("TZ")==null
12027:
12028: 2005-04-08 paf
12029:
12030: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12031: bugfix: when there is no char in charset one byte produces 6
12032: (ÿ <<max). increased buffer size!
12033:
12034: 2005-03-23 paf
12035:
12036: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12037: ^date.sql-string now takes TZ into account
12038:
12039: 2005-03-16 paf
12040:
12041: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12042: gcc 3.4
12043:
12044: * src/types/pa_vhash.C: . warning about eof eol
12045:
12046: 2005-02-17 paf
12047:
12048: * operators.txt, src/classes/op.C: + operator ^sleep(double
12049: seconds)
12050:
12051: 2005-02-02 paf
12052:
12053: * src/classes/xnode.C: beauty: removed needless includes
12054:
12055: 2005-01-31 paf
12056:
12057: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12058: $.partNoNumber now alias to $.part1
12059:
12060: * src/types/pa_vmail.C: change: incoming letter part contains
12061: "content-disposition" header with any value? now considering that
12062: part to be "file#" [for text/plain text/html were $.text#
12063: $.html#]
12064:
12065: * INSTALL: updatet to latest working versions available
12066:
12067: 2005-01-20 paf
12068:
12069: * configure.in, src/include/pa_version.h: version
12070:
12071: 2005-01-19 paf
12072:
1.116 moko 12073: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12074: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12075: couple warnings in parser3.C
1.95 moko 12076:
12077: 2004-12-23 paf
12078:
12079: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12080:
12081: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12082: dir to directory of script (when shbang used), not to directory
12083: of its interpreter
12084:
12085: * src/include/pa_version.h: compiled on win32...
12086:
12087: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12088: we need more hspace
12089:
12090: * configure, configure.in, src/include/pa_version.h: configured
12091: host to pa_version. will be displayed everywhere
12092:
12093: * src/main/pa_request.C: new: @unhandled_exception can prevent
12094: exception from being logged by setting $exception.handled(1)
12095:
12096: * operators.txt, src/classes/file.C: change:
12097: ^file::sql{query}[[options]] options: $.name[file name]
12098: $.content-type[application/what]
12099:
12100: * src/: include/pa_common.h, main/pa_common.C,
12101: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12102: new file
12103:
12104: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12105: bugfix: table->hash now regards _default
12106:
12107: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12108: created by accessing $name_of_method it acquired bad self=closest
12109: methodframe; instead of proper self (current class)
12110:
12111: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12112: hashfile produced bad cord
12113:
12114: 2004-12-10 paf
12115:
12116: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12117: subsequent failures though defined in .h
12118:
12119: * src/main/pa_common.C: comment on volatile
12120:
12121: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12122: alarm function were not used since the beginning due to stupid
12123: error [setsigjmp were not checked in configure.in]
12124:
12125: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12126: unix too
12127:
12128: * src/main/pa_common.C: http: exception status of send/recv errors
12129: change to most probable http.timeout
12130:
12131: * src/main/pa_common.C: win32: http connection $.timeout option now
12132: works [setsockopt on send/receive]
12133:
12134: 2004-12-08 paf
12135:
12136: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12137: cstr-ed knowing mail charset, and untainting uri lang now knows
12138: proper charset
12139:
12140: 2004-11-24 paf
12141:
12142: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12143:
12144: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12145: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12146:
12147: 2004-11-12 paf
12148:
12149: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12150: [since 3.0.4]
12151:
12152: 2004-11-09 paf
12153:
12154: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12155: writes basics to c:\parser3.log
12156:
12157: 2004-10-21 paf
12158:
12159: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12160: tainted strings [were returning clean onces]
12161:
12162: 2004-10-15 paf
12163:
12164: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12165: cycles(i=1; i=2), which was wrong, now does ONE
12166:
12167: 2004-10-12 paf
12168:
12169: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12170:
12171: 2004-10-07 paf
12172:
12173: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12174: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12175: release asserts
12176:
12177: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12178: String.dump() to stdout in detailed form [were String.v() in
12179: short form]
12180:
12181: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12182: \t\r\n as @#| and truncates long char sequences less
12183:
12184: 2004-10-06 paf
12185:
12186: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12187: win32 beauty: socket errors properly decoded
12188:
12189: 2004-10-05 paf
12190:
12191: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12192: request::configure_user/admin done always, even if no
12193: file-to-process useful in @unhandled_exception [say, if they
12194: would want to mail by SMTP something]
12195:
12196: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12197: now performed prior to file loading [and @auto executing] thus
12198: making $cookie:value available in @auto and in
12199: @unhandled_exception when IIS is configured to run interpreter
12200: even if no file exist
12201:
12202: 2004-09-20 paf
12203:
12204: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12205: somewhere where it should have called xmlMalloc and it calls
12206: xmlFree when it should have not called it. inserted two
12207: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12208: xmlFree just ignored. put away a testcase, maybe someday libxml
12209: author would fix all that. until that day: we have SLOW garbage
12210: collecting when many xml objects are alive hint: do
12211: ^memory:compact[] before xdoc::create
12212:
12213: 2004-09-17 paf
12214:
12215: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12216: error from 3.0.8 version]
12217:
12218: 2004-09-14 paf
12219:
12220: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12221: part bugfix: hashfile.foreach iterated only part if hashfile were
12222: modified inside
12223:
12224: 2004-09-13 paf
12225:
12226: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12227: [were as octal]
12228:
12229: * src/types/pa_vhashfile.C: beauty: not reproduced
12230: $hashfile.key[$novalue] bug [reported by motorin], inserted
12231: safety-check
12232:
12233: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12234: [not something obscure from sdbm lib]
12235:
12236: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12237: = strerror now returnes something and we can properly report that
12238: to client
12239:
12240: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12241: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12242:
12243: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12244: [tainted as-is] this helps //[space][newline] to remain as-is and
12245: not be unnecessary optimized away [ruining javascript]
12246:
12247: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12248: [tainted as-is]
12249:
12250: * src/classes/mail.C: bugfix: typo error
12251:
12252: 2004-09-09 paf
12253:
12254: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12255: separators bugfix: loads header with endings \r\n\r\n and \n\n
12256: (bloody yandex.server)
12257:
12258: 2004-09-06 paf
12259:
12260: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12261: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12262: encoded
12263:
12264: 2004-09-01 paf
12265:
12266: * src/types/pa_vmail.C: change: multipart/mixed changed to
12267: multipart/related outlook express have no problems showing
12268: unrelated attachments. todo: someday figure out a way of
12269: multipart/mixed multipart/related text/html
12270: image/xxx application/octet-stream << true attachments
12271:
12272: * src/types/pa_vmail.C: new:
12273: ^mail:send[$.file[$.content-disposition can be overriden new:
12274: empty mail header fields removed from letter
12275:
12276: * src/: classes/mail.C, include/pa_config_fixed.h,
12277: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12278: ^mail:send[ $.file[ $.any[header]
12279:
12280: 2004-08-30 paf
12281:
12282: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12283: warnings
12284:
12285: * src/main/pa_common.C: beauty: do not bother with charset
12286: detection when ^file::load[binary
12287:
12288: 2004-08-27 paf
12289:
12290: * src/main/pa_common.C: hack: for yandex.server http server
12291:
12292: 2004-08-18 paf
12293:
12294: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12295: possibly-chunked response
12296:
12297: 2004-08-17 paf
12298:
12299: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12300: $f.content-type now = that of http response
12301:
12302: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12303: $f.content-type now = that of http response
12304:
12305: 2004-07-30 paf
12306:
12307: * src/: include/pa_request.h, main/pa_request.C,
12308: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12309: win32: system&parser exceptions in release mode reported properly
12310: parser exception in exception handler WERE mistakenly reported as
12311: system exception, without details [in apache & isapi] +some
12312: beauty in exception text
12313:
12314: * src/: include/pa_exception.h, main/pa_request.C,
12315: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12316: release mode reported properly parser exception in exception
12317: handler WERE mistakenly reported as system exception, without
12318: details
12319:
12320: * src/main/execute.C: beauty: simplified system exception handling
12321:
12322: 2004-07-29 paf
12323:
12324: * src/classes/table.C: bugfix:
12325: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12326: were ignored, and \t used unconditionally]
12327:
12328: * src/types/Makefile.am: added vhash.c
12329:
12330: 2004-07-28 paf
12331:
12332: * src/: classes/date.C, classes/image.C, classes/math.C,
12333: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12334: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12335: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12336: failed on russian letters
12337:
12338: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12339: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12340: letters
12341:
12342: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12343: as 'currentDirectory' parameter to CreateProcess
12344:
12345: 2004-07-27 paf
12346:
12347: * src/targets/cgi/parser3.vcproj: beauty: win32:
12348: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12349: from release somewhere [to help searching for unhandled system
12350: exceptions]
12351:
12352: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12353: TZ shift
12354:
12355: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12356: but also in ctor
12357:
12358: 2004-07-26 paf
12359:
12360: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12361: src/main/pa_request.C, src/types/pa_vfile.h,
12362: src/types/pa_vhash.C, src/types/pa_vhash.h,
12363: src/types/types.vcproj: new: $response:body/download[
12364: $.file[name on disk] $.name[of file for user]
12365: $.mdate[date of last-modified. default from directory] ]
12366:
12367: * src/classes/file.C: moving file:send somewhere else..
12368:
12369: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12370: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12371: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12372: $response:download[ $.filename[filename] $.option[] ,, ]
12373:
12374: * src/classes/file.C: beauty: invalid mode thoroughly reported
12375:
12376: 2004-07-21 paf
12377:
12378: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12379: to several lines
12380:
12381: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12382:
12383: note: ms outlook[!express] shows only first 255 characters of
12384: subject
12385:
12386: 2004-07-15 paf
12387:
12388: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12389: off]
12390:
12391: 2004-07-14 paf
12392:
12393: * src/classes/table.C: bugfix: $.bind values now got untainted
12394: according to lang [were: as-is]
12395:
12396: 2004-07-07 paf
12397:
12398: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12399: checked that
12400:
12401: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12402: now untainted according to their languages. were: as-is.
12403: EVERYWHERE
12404:
12405: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12406: environment string now untainted according to their languages.
12407: were: as-is. EVERYWHERE
12408:
12409: * src/main/pa_exec.C: bufix: on unix environment string now
12410: untainted according to their languages. were: as-is. on win32:
12411: ok
12412:
12413: * parser3.vssscc: ...would not go unnoticed
12414:
12415: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12416: fails. in case on input appears nonutf, those bytes will be
12417: printed in %HH form. that can be easily decoded/recovered.
12418:
12419: this form is quite noticable, and hopefully would not go noticed
12420:
12421: 2004-07-06 paf
12422:
12423: * src/main/pa_exec.C: bufix: on unix environment string now
12424: untainted according to their languages. were: as-is. on win32:
12425: ok
12426:
12427: 2004-07-01 paf
12428:
12429: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12430: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12431: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12432: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12433: main/main.vcproj, targets/cgi/parser3.vcproj,
12434: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12435: option: global optimization ON
12436:
12437: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12438: to do xdoc::create{invalid chars} standard disables chars less
12439: then \x20, except tab, cr, lf.
12440:
12441: changed tainting so that those become '!'
12442:
12443: 2004-06-25 paf
12444:
12445: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12446: int on odd address [prev bugfix failed due to superwize
12447: optimizer, which turned memcpy into same 'ld' asm command]
12448:
12449: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12450: int on odd address
12451:
12452: 2004-06-22 paf
12453:
12454: * src/sql/pa_sql_driver.h: note: about possible optimization
12455:
12456: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12457: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12458: src/include/pa_config_includes.h: new: ^void:sql{call
12459: paf(:a)}[ $.bind[ $.a[2]
12460: ] ] output variables work. todo: check in out
12461: variables
12462:
12463: 2004-06-18 paf
12464:
12465: * src/: classes/file.C, classes/hash.C, classes/string.C,
12466: classes/table.C, classes/void.C, include/pa_globals.h,
12467: include/pa_sql_connection.h, main/compile.tab.C,
12468: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12469: $.bind[ $.a[2] ]
12470: ] input variables work. todo:output
12471:
12472: * src/targets/cgi/parser3.C: bugfix: iis specific
12473: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12474: /_bug.html?404;http://hpsv/test/
12475: --------------------------------------------------------------------------------
12476: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12477: --------------------------------------------------------------------------------
12478: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12479:
12480: 2004-06-16 paf
12481:
12482: * src/targets/cgi/parser3.C: new: iis specific
12483: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12484: $request:query
12485: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12486: $form:fields IIS-STATUS="404"
12487: IIS-DOCUMENT="http://server/_bug.html" f="v"
12488:
12489: todo: isapi too
12490:
12491: 2004-05-26 paf
12492:
12493: * src/include/pa_version.h: 3.1.3
12494:
12495: * operators.txt: beauty: removed outdated level 'table'
12496:
12497: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12498:
12499: * src/main/pa_string.C: beauty: removed 3 warnings
12500:
12501: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12502: classes/op.C: beauty: removed outdated level 'table'
12503:
12504: 2004-05-25 paf
12505:
12506: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12507: implementation. mistery: how anything worked
12508:
12509: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12510: changed, it is now safe to use url if pointers to it are stored
12511: to gc mem
12512:
12513: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12514: unknown errors reported and not cause SIGSEGV now
12515:
12516: 2004-05-24 paf
12517:
12518: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12519: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12520: less memory: CORD_chars_block originally intended to ... it was
12521: good that CORD_chars_block were not used: it consumes more memory
12522: [and, might be slow too] undoing that. [and removed that func so
12523: that it would not confuse parser developer in future]
12524:
12525: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12526: less memory: CORD_chars_block originally intended to
12527: speedup/reduce mem usage were forgotten, and were used stupid
12528: CORD_chars
12529:
12530: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12531:
12532: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12533: BIGENDIAN processors space-conserving mech failed, causing
12534: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12535: (1|2|3));
12536:
12537: 2004-05-14 paf
12538:
12539: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12540: bugfix: void now has vfile value, and $response:body[] works OK
12541:
12542: 2004-05-12 paf
12543:
12544: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12545: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12546: sources to use is_defined() {return as_bool();} along VBool
12547:
12548: 2004-05-11 paf
12549:
12550: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12551: referencing to local objects
12552:
12553: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12554: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12555: left intact
12556:
12557: 2004-04-15 paf
12558:
12559: * src/classes/date.C: merged: beauty: unused var removed
12560:
12561: * src/classes/date.C: beauty: unused var removed
12562:
12563: * src/include/: pa_exec.h: bugfix: interface without pointer
12564: provoked bug
12565:
12566: 2004-04-09 paf
12567:
12568: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12569:
12570: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12571:
12572: 2004-04-08 paf
12573:
12574: * src/classes/date.C: new: ^date::create[y-m-d
12575: h-M-s>>.milliseconds<<] now allowed, ignored so far
12576:
12577: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12578:
12579: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12580: to consult default catalog [usually, that file belongs to other
12581: user/group]
12582:
12583: 2004-04-06 paf
12584:
12585: * src/main/pa_common.C: beauty: gcc warning removed
12586:
12587: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12588: accept that trick, trying other
12589:
12590: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12591: explicit result problem
12592:
12593: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12594: explicit result problem
12595:
12596: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12597: explicit result problem
12598:
12599: * operators.txt, src/classes/string.C: new: ^string.append[string]
12600:
12601: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12602: main/execute.C: attempt_check_call_in_explicit_result_mode:
12603: failed
12604:
12605: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12606: http://i.p.a.ddress gethostbyaddr added [on some platforms
12607: gethostbyname failed with such 'domains'] now checked properly,
12608: were: needless reverse/forward dns lookup
12609:
12610: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12611: http://i.p.a.ddress gethostbyaddr added [on some platforms
12612: gethostbyname failed with such 'domains'] now checked properly,
12613: were: needless reverse/forward dns lookup
12614:
12615: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12616: @method[][result] means "no string output here" moved to lexical
12617: level [on grammar level it were too difficult]
12618:
12619: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12620: src/main/compile.y, src/main/compile_tools.h,
12621: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12622: @method[][result] means "no string output here", implemented part
12623: of that idea: compiler throws away string literal generation
12624: code. and barks nonwhitespace chars
12625:
12626: * operators.txt: truth: removed comment about $ORIGIN
12627:
12628: 2004-04-05 paf
12629:
12630: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12631: src/include/pa_version.h, src/main/pa_common.C,
12632: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12633:
12634: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12635: Konstantin Tomashevitch [mailto:konst@design.ru]
12636:
12637: * src/doc/html2chm.cmd: beauty: no need in bg here
12638:
12639: * src/doc/sources2html.cmd: beauty: same window, in bg it
12640: interfered with FAR console
12641:
12642: * configure, configure.in: 3.1.3
12643:
12644: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12645:
12646: * src/main/pa_common.C: removed warning
12647:
12648: * src/include/pa_version.h: 3.1.3
12649:
12650: 2004-04-02 paf
12651:
12652: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12653:
12654: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12655: allows to specify where to put parser log file
12656:
12657: 2004-04-01 paf
12658:
12659: * src/classes/table.C: bugfix: bugfix: table::load last line
12660: without tab and enter were ignored
12661:
12662: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12663: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12664: main/pa_socks.C, targets/cgi/parser3.C,
12665: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12666: bugfix: sql connections now are disconnected
12667:
12668: 2004-03-30 paf
12669:
12670: * src/classes/table.C: bugfix: table::load last line without tab
12671: and enter were ignored
12672:
12673: * src/classes/table.C: bufix: if last table lines were commented,
12674: gpfed
12675:
12676: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12677: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12678: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12679: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12680: doc/methoded.dox, doc/object.dox, doc/string.dox,
12681: doc/targets.dox, doc/value.dox, include/pa_version.h,
12682: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12683: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12684: bugfixes from 3.1.2, changed version to 3.1.3beta
12685:
12686: 2004-03-29 paf
12687:
12688: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12689: causes gpf
12690:
12691: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12692: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12693: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12694: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12695: value.dox: translated to english
12696:
12697: 2004-03-25 paf
12698:
12699: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12700: parser3project dependency removed
12701:
12702: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12703: bugfix: refused to compile without xml
12704:
12705: * src/types/pa_vform.C: beauty: removed warning
12706:
12707: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12708: any folder [removed last ;) folder dependency]
12709:
12710: * src/classes/classes.vcproj: bugfix: now all compiles in any
12711: folder [removed last ;) folder dependency]
12712:
12713: * src/include/pa_version.h: release
12714:
12715: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12716:
12717: * src/classes/table.C: beauty: comment& more meaningful error
12718: message
12719:
12720: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12721: $.hash[$.column_value1(true) ... ] [were producing some strang
12722: thing]
12723:
12724: 2004-03-23 paf
12725:
12726: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12727: and http status line parsing checked number of columns in table
12728: [user reported an assert]
12729:
12730: * operators.txt: example: on hashfile
12731:
12732: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12733: bugfix: junction reattach now actually reattaches a junction to
12734: new wcontext [were only assigning it to junction, which caused
12735: junction tracking to loose junction, and it's context were not
12736: killed, and it tried to process in invalid context, gpf]
12737:
12738: * src/targets/cgi/parser3.C: debug helper added
12739:
12740: 2004-03-19 paf
12741:
12742: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12743: "type(type)" in braces
12744:
12745: 2004-03-10 paf
12746:
12747: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12748: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12749: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12750: solution to search-in-namespaces problem:
12751: $xdoc.search-namespaces.x[http://pif.design.ru/]
12752: $nodes[^xdoc.select[//x:second]]
12753:
12754: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12755: expression][[NAMESPACES HASH]] allows to search for info in
12756: namespaces
12757:
12758: $nodes[^xdoc.select[//x:second][
12759: $.x[http://pif.design.ru/] ]]
12760:
12761: 2004-03-09 paf
12762:
12763: * operators.txt, src/main/pa_common.C: new:
12764: ^file::load[...][options] $.form[
12765: !$.field1[string]
12766: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12767: ] !$.body[string]
12768:
12769: GET ?here notGET(POST, HEAD, others) in content-type:
12770: application/x-www-form-urlencoded
12771:
12772: todo: upload files ability
12773:
12774: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12775: properly, done
12776:
12777: 2004-03-05 paf
12778:
12779: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12780: GET/POST $.form[$.fields started, not tested yet
12781: todo:$.field[table] for multiple values
12782:
12783: * operators.txt: new: http:// options $.user $.password basic
12784: authorization
12785:
12786: * src/main/pa_common.C: beauty: link to rtf added
12787:
12788: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12789: new: http:// options $.user $.password basic authorization
12790:
12791: * src/main/pa_common.C: beauty: removed needless vars
12792:
12793: * operators.txt: new: pgsql option [like that recently added to
12794: oracle driver] ClientCharset=parser-charset <<
12795: charset in which parser thinks client works
12796:
12797: * operators.txt: new: odbc option [like that recently added to
12798: oracle driver] ClientCharset=parser-charset <<
12799: charset in which parser thinks client works
12800:
12801: * src/sql/pa_sql_driver.h: beauty: important warning added
12802:
12803: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12804: char!
12805:
12806: * etc/parser3.charsets/windows-1251.cfg: typo
12807:
12808: 2004-03-04 paf
12809:
12810: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12811: cached, sql transcoding now goes faster
12812:
12813: * operators.txt: new: mysql option [like that recently added to
12814: oracle driver] ClientCharset=parser-charset <<
12815: charset in which parser thinks client works
12816:
12817: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12818: typo error
12819:
12820: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12821: chars commented
12822:
12823: 2004-03-03 paf
12824:
12825: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12826: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12827:
12828: 2004-03-02 paf
12829:
12830: * operators.txt: new[update typo]: !^void.left(n)
12831: nothing !^void.right(n) nothing !^void.mid(p[;n])
12832: nothing
12833:
12834: * operators.txt, src/classes/void.C: new: !^void.left(n)
12835: nothing !^void.right(n) nothing !^void.pos(p[;n])
12836: nothing
12837:
12838: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12839: ^file::sql[[name_to_become_$.name]]{} query result must be one
12840: row with columns: first: data second: file name third:
12841: content-type
12842:
12843: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12844: ^connect gets properly escaped string, which can be passed to
12845: request now this for mysql only. it's up to parser sql driver to
12846: fix zeros properly
12847:
12848: * INSTALL: note: added on building apache with this option:
12849: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12850:
12851: 2004-03-01 paf
12852:
12853: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12854: extension memory:compact befor processingrequest
12855:
12856: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12857: call sole column of result
12858:
12859: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12860: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12861: pixel color
12862:
12863: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12864: beauty: image -- less checks [were ugly impl]
12865:
12866: * src/classes/string.C: bugfix: ^string.left/right/mid with
12867: negative values now considered bad
12868:
12869: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12870:
12871: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12872: options now have unified defaults [after transform
12873: indent/omit-xml-declaration/standalone 'default' erroreously
12874: meant 'true']
12875:
12876: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12877: added [on some platforms gethostbyname failed with such
12878: 'domains']
12879:
12880: * src/include/pa_config_auto.h.in: no select check, no define
12881:
12882: * src/classes/string.C: feature: ^string.trim both parameters may
12883: be empty-strings, meaning kind=both chars=whitespaces
12884:
12885: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12886: exist
12887:
12888: * src/classes/string.C: check: trim 'chars' must not be empty,
12889: exception if it is
12890:
12891: * src/classes/string.C: changed: ^string.trim [] << both,
12892: whitespaces [start|both|end] << kind, whitespaces
12893: [start|both|end;chars] full
12894:
12895: 2004-02-27 paf
12896:
12897: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12898: method: ^string.trim[start|both|end[;chars]] default
12899: 'chars' -- whitespace chars finished
12900:
12901: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12902: src/main/pa_string.C: new method:
12903: ^string.trim[start|both|end[;chars]] default 'chars' --
12904: whitespace chars started, only start works
12905:
12906: * src/main/compile.C: bugfix: line numbers after
12907: ^process{}[$.line(-10]] can be negative, allowed to print they as
12908: signed
12909:
12910: * src/main/untaint.C: speed: there's no \n chars in output
12911: [normally], so no need to optimize them they could be retrived
12912: from databases, though. but 1. should be replaced 2. if not
12913: optimized, no harm done
12914:
12915: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12916: ^file::exec/cgi could return invalid status & zombie child can
12917: remain for short period until process exists [very bad in
12918: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12919:
12920: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12921: malicious SMTP server to attack as by returning too long status
12922: responses http://i2/tasks/edit/?id=4629448401140924947
12923:
12924: 2004-02-26 paf
12925:
12926: * operators.txt: feature: ^process...{CODE}[now has options] which
12927: are $.main[to what to rename @main] $.file[file,
12928: from which (user says) goes that CODE] $.lineno(line
12929: number in that file, where CODE starts. may be negative)
12930:
12931: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12932: src/main/compile.C, src/main/compile_tools.h,
12933: src/main/pa_request.C: feature: ^process...{CODE}[now has
12934: options] which are $.main[to what to rename @main]
12935: $.file[file, from which (user says) goes that CODE]
12936: $.lineno(line number in that file, where CODE starts. may be
12937: negative)
12938:
12939: 2004-02-25 paf
12940:
1.116 moko 12941: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12942: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12943:
12944: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12945: produces hash of column=>1
12946:
12947: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12948: with incomplete errno constants set
12949:
12950: 2004-02-24 paf
12951:
12952: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12953: "man select"
12954:
12955: * src/main/pa_os.C: beauty: <0 better then ==-1
12956:
12957: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12958:
12959: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12960:
1.116 moko 12961: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12962:
12963: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12964: unix: steps to work on unix [extracted 'to']
12965:
12966: * src/classes/mail.C: smtp on unix: steps to work on unix
12967:
12968: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12969:
1.116 moko 12970: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12971: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12972: unix [testing on solaris]
1.95 moko 12973:
12974: 2004-02-20 paf
12975:
12976: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12977: pointing that out
12978:
12979: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12980: fixed again [same solution, mistanenly removed one line]
12981:
12982: 2004-02-19 paf
12983:
12984: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12985: date::create from bad datetime in spring daylightsaving hole now
12986: OK for all platforms [on some platforms it failed]
12987:
12988: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12989: in daylightsaving hole] now throws error
12990:
12991: * src/classes/date.C: comment: mistake fixed
12992:
12993: 2004-02-18 paf
12994:
12995: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12996: now renderes in $request:charset, but in header puts
12997: $response:charset todo: make that default only so that coder
12998: could override that
12999:
13000: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13001: turns off omit-xml-declaration
13002:
13003: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13004: /.xsl for sample
13005:
13006: 2004-02-17 paf
13007:
13008: * src/classes/xdoc.C: beauty: needless helper class removed
13009:
13010: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13011: copied extra time
13012:
13013: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13014: part of libxml
13015:
13016: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13017: libxml to do the work] <xsl:output method="html"
13018: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13019: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13020: />
13021:
13022: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13023:
13024: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13025: caused assertion
13026:
13027: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13028: could hang. now such add does nothing, sub clears $hash
13029:
13030: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13031: not made quoted-printable
13032:
13033: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13034: string invariant
13035:
13036: 2004-02-16 paf
13037:
13038: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13039: cleared [were not cleared properly]
13040:
13041: 2004-02-13 paf
13042:
1.116 moko 13043: * src/include/pa_version.h: prerelease
1.95 moko 13044:
13045: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13046: used, introducing dependencies timestamp check
13047:
13048: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13049: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13050: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13051: .xsl.stamp now not used, introducing dependencies timestamp check
13052:
1.150 moko 13053: * configure.in: auto.p: @conf made relative
1.95 moko 13054:
13055: 2004-02-12 paf
13056:
13057: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13058: ruined empty <input type=file> submits. parser thought there were
13059: nameless empty file and $form:field got value of type 'file'
13060:
13061: * INSTALL: --without-threads
13062:
13063: * src/include/pa_sapi.h: 2004
13064:
13065: 2004-02-11 paf
13066:
13067: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13068: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13069: classes/hashfile.C, classes/image.C, classes/int.C,
13070: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13071: classes/response.C, classes/string.C, classes/table.C,
13072: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13073: include/pa_array.h, include/pa_cache_managers.h,
13074: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13075: include/pa_config_fixed.h, include/pa_config_includes.h,
13076: include/pa_dictionary.h, include/pa_dir.h,
13077: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13078: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13079: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13080: include/pa_request_charsets.h, include/pa_request_info.h,
13081: include/pa_socks.h, include/pa_sql_connection.h,
13082: include/pa_sql_driver_manager.h, include/pa_stack.h,
13083: include/pa_string.h, include/pa_stylesheet_connection.h,
13084: include/pa_stylesheet_manager.h, include/pa_table.h,
13085: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13086: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13087: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13088: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13089: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13090: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13091: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13092: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13093: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13094: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13095: main/pa_sql_driver_manager.C, main/pa_string.C,
13096: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13097: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13098: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13099: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13100: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13101: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13102: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13103: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13104: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13105: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13106: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13107: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13108: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13109: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13110: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13111: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13112: types/pa_vresponse.h, types/pa_vstateless_class.C,
13113: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13114: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13115: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13116: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13117: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13118: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13119:
13120: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13121: debug version of gc.dll
13122:
13123: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13124: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13125: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13126: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13127: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13128: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13129: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13130: processes
13131:
13132: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13133: main/pa_globals.C, targets/cgi/parser3.vcproj,
13134: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13135: changes to reflect libxml xsl new folders
13136:
13137: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13138: lib/smtp/smtp.vcproj, main/main.vcproj,
13139: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13140: to reflect libxml xsl new folders
13141:
13142: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13143: lib/smtp/smtp.vcproj, main/main.vcproj,
13144: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13145: types/types.vcproj: started changes to reflect libxml xsl new
13146: folders
13147:
13148: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13149: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13150: src/main/compile.tab.C, src/main/main.vcproj,
13151: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13152: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13153: started changes to reflect libxml xsl new folders
13154:
13155: 2004-02-10 paf
13156:
13157: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13158: compile. recommened latest libxml up to date
13159:
13160: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13161: pattern compilation errors", on which spent 4 hours worktime. use
13162: versions higher than that. recommended now latest up to date
13163:
13164: 2004-02-06 paf
13165:
13166: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13167: beauty: unified destructing style
13168:
13169: * src/main/untaint.C: beauty: removed old def/ifdef
13170:
13171: * src/main/untaint.C: beauty: coredump @unknown untaint language
13172: now
13173:
13174: 2004-02-03 paf
13175:
13176: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13177: targets/isapi/parser3isapi.C, types/pa_value.C,
13178: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13179: then %ld/%lu
13180:
13181: * src/main/pa_common.C: typo: %l -> %u
13182:
13183: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13184: in attributes or documents-results of transform now not xx;
13185:
13186: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13187:
13188: * src/main/pa_charset.C: bugfix: forgot to undo some
13189:
13190: * src/main/pa_charset.C: beauty: uncomment
13191: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13192: libraries
13193:
13194: 2004-02-02 paf
13195:
13196: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13197: $cookie:example[ $.value[value] $.path[/there/] ]
13198:
13199: $cookie:example[ $.value[] $.expires[session]
13200: $.path[/there/] $.domain[test.com] ]
13201:
13202: * src/types/pa_vform.C: bugfix: empty values with
13203: enctype=multipart/form-data now produce entries in $form:tables
13204: <form method=post enctype=multipart/form-data> <input type=hidden
13205: name=a> <input type=hidden name=b>
13206:
13207: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13208: <hr> <pre>$request:body
13209:
13210: 2004-01-30 paf
13211:
13212: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13213: or documents-results of transform now not xx;
13214:
13215: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13216: produce exception.
13217:
13218: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13219: bugfix: ^date::create[invalid fields now produce exception.
13220:
13221: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13222: year] now produces exception. todo: check other fields
13223:
13224: 2004-01-29 paf
13225:
13226: * src/include/pa_memory.h: typo error
13227:
13228: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13229: more byte then specified, then zeroed it << useless and
13230: potentially harmful(could gpf)
13231:
13232: 2004-01-22 paf
13233:
13234: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13235:
13236: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13237: optimization
13238:
13239: * src/main/untaint.C: bugfix: whitespace now optimized properly
13240: [were bug: ^taint[1 & 2]="1 &2"
13241:
13242: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13243: errors
13244:
13245: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13246: overflow
13247:
13248: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13249: error-reporting code * in parser-error reporting code [when no
13250: @unhandled_exception defined]
13251:
13252: fixed in one place: my *snprintf override
13253:
13254: 2004-01-13 paf
13255:
13256: * operators.txt: typo erro
13257:
13258: 2003-12-25 paf
13259:
13260: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13261: garbled [pieces after zero bytes were removed]
13262:
13263: 2003-12-22 paf
13264:
1.116 moko 13265: * src/include/Makefile.am: bugfix: removed from dist:
13266: src/include/pa_config_auto.h which were configured for
1.95 moko 13267: make-dist-platform and badly updated proper config file in target
13268: [when .tar used for updating existing source tree]
13269:
13270: * ChangeLog, operators.txt, src/classes/op.C,
13271: src/include/pa_sql_connection.h,
13272: src/include/pa_sql_driver_manager.h,
13273: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13274: feature: sql introducing ability to transcode charsets
13275:
13276: 2003-12-19 paf
13277:
13278: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13279: error message
13280:
13281: * src/main/pa_charset.C: bugfix: memory for charsethandler
13282: structure for libxml now allocated properly
13283:
13284: 2003-12-17 paf
13285:
13286: * src/types/pa_vfile.C: beauty: removed outdated cast
13287:
13288: * src/main/pa_common.C: bugfix: empty http response caused gpf
13289:
13290: * src/include/pa_string.h: bugfix: removed too strong a assert
13291:
13292: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13293: unreported xmlGenericErrors]
13294:
13295: 2003-12-15 paf
13296:
13297: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13298: works}
13299:
13300: 2003-12-11 paf
13301:
13302: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13303: id
13304: !$status:tid thread id
13305:
13306: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13307: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13308: bugfix(solaris): removed dependency on object initialization
13309: order [one more place]
13310:
13311: * src/: classes/file.C, classes/mail.C, classes/op.C,
13312: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13313: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13314: understand that
13315:
13316: * src/: classes/file.C, classes/mail.C, classes/op.C,
13317: classes/xdoc.C, include/pa_cache_managers.h,
13318: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13319: include/pa_stylesheet_manager.h, main/pa_request.C,
13320: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13321: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13322: ctor call [relying on implicit String::Body(cstr) call]
13323:
13324: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13325: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13326: object initialization order [two places]
13327:
13328: 2003-12-10 paf
13329:
13330: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13331: << time now ok
13332:
13333: * operators.txt, src/main/pa_sql_driver_manager.C,
13334: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13335: operational
13336:
13337: * ChangeLog, operators.txt, src/classes/xdoc.C,
13338: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13339: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13340: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13341: back operational
13342:
13343: 2003-12-02 paf
13344:
13345: * src/types/pa_vmail.C: bugfix:
13346: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13347: as-is forced]
13348:
13349: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13350: exceptions out of libxml callbacks: reimplemented error handling
13351: of http://localhost, parser://method and safemode check callbacks
13352:
13353: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13354: [merged from HEAD]
13355:
13356: * src/classes/image.C: nothing: comment removed
13357:
13358: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13359: addresses to int
13360:
13361: 2003-12-01 paf
13362:
13363: * src/main/pa_xml_io.C: bugfix: typo
13364:
13365: * src/main/pa_globals.C: bugfix: win32: compile prob
13366:
13367: * src/classes/xdoc.C: bugfix: typo
13368:
13369: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13370: exception
13371:
13372: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13373:
13374: 2003-11-28 paf
13375:
13376: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13377: all xml documents read
13378:
13379: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13380:
13381: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13382: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13383: replaced original open mech of xdoc::create & co to use libxml
13384: open, so that this would work for root document todo: safe mode
13385: checks to libxml: ideally to some 1 point
13386:
13387: * src/main/pa_xml_io.C: comment
13388:
13389: * operators.txt, src/main/pa_xml_io.C: leading / in
13390: http://parser[abscent params]
13391:
13392: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13393: works. todo: maybe replace original open mech of xdoc::create &
13394: co to use libxml open, so that this would work for root document
13395:
13396: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13397: "parser://method/params/here"> <test> &test^; </test> }]
13398:
13399: ^taint[^xdoc.string[]]
13400:
13401: @method[param] <!ENTITY test
13402: "test-entity-value+$form:user+$param!">
13403:
13404: 2003-11-27 paf
13405:
13406: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13407:
13408: * src/classes/date.C: bugfix: typo error
13409:
13410: 2003-11-26 paf
13411:
13412: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13413: src/main/Makefile.am, src/main/main.vcproj,
13414: src/main/pa_globals.C, src/main/pa_request.C,
13415: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13416: xml errors to hash<thread_id,error> reorganization: xml io moved
13417: to pa_xml_io.C/h
13418:
13419: * src/types/pa_value.h: warnings: --
13420:
13421: 2003-11-25 paf
13422:
13423: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13424: whatever)
13425:
13426: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13427: a, (c?x:y, z)
13428:
13429: * src/main/untaint.C: bugfix: consequences of not reading this
13430: comment: CORD_pos_chars_left /* Number of characters in cache.
13431: <= 0 ==> none */
13432:
13433: * src/include/pa_array.h: removed needless checks
13434:
13435: 2003-11-24 paf
13436:
13437: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13438: removed limit: now $form:xxx can be accessed anytime, even in
13439: @auto/conf [and request/response:charset still can be changed
13440: anytime]
13441:
13442: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13443: now not transcodes response body
13444:
13445: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13446: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13447: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13448: $xdoc.firstChild.firstChild.nodeValue[different]
13449: ^taint[^xdoc.string[]]
13450:
13451: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13452: workaround: static Hash::allocates -> static Hash_allocates
13453:
13454: 2003-11-21 paf
13455:
1.116 moko 13456: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13457: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13458: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13459:
13460: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13461:
13462: * src/classes/mail.C: bugfix: typo
13463:
13464: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13465: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13466: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13467: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13468: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13469: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13470:
13471: * src/main/pa_exec.C: bug in safe mode
13472:
13473: * src/include/Makefile.am: pa_xml_exception.h
13474:
13475: * src/targets/isapi/parser3isapi.C: more warnings --
13476:
13477: 2003-11-20 paf
13478:
13479: * src/: classes/math.C, classes/op.C, classes/string.C,
13480: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13481: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13482: --
13483:
13484: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13485: more warnings --
13486:
13487: * src/classes/xdoc.C: more warnings --
13488:
13489: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13490:
13491: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13492: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13493:
13494: * src/: classes/date.C, classes/file.C, classes/hash.C,
13495: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13496: classes/table.C, include/pa_cache_managers.h,
13497: include/pa_stylesheet_connection.h, main/pa_request.C,
13498: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13499: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13500: --
13501:
13502: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13503: can't report problem (undefined @unhandled_exception) problem
13504: source string were not reported
13505:
13506: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13507: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13508: classes/hashfile.C, classes/image.C, classes/int.C,
13509: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13510: classes/response.C, classes/string.C, classes/table.C,
13511: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13512: include/pa_array.h, include/pa_cache_managers.h,
13513: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13514: include/pa_config_fixed.h, include/pa_dictionary.h,
13515: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13516: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13517: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13518: include/pa_request.h, include/pa_request_charsets.h,
13519: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13520: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13521: include/pa_stack.h, include/pa_string.h,
13522: include/pa_stylesheet_connection.h,
13523: include/pa_stylesheet_manager.h, include/pa_table.h,
13524: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13525: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13526: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13527: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13528: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13529: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13530: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13531: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13532: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13533: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13534: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13535: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13536: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13537: targets/isapi/parser3isapi.C, types/pa_junction.h,
13538: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13539: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13540: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13541: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13542: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13543: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13544: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13545: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13546: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13547: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13548: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13549: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13550: types/pa_vresponse.h, types/pa_vstateless_class.C,
13551: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13552: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13553: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13554: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13555: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13556: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13557: const IDENT
13558:
13559: * src/: include/pa_array.h, include/pa_pool.h,
13560: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13561: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13562: types/pa_wcontext.h: more warnings --
13563:
13564: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13565: classes/file.C, classes/hash.C, classes/hashfile.C,
13566: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13567: classes/memory.C, classes/op.C, classes/string.C,
13568: classes/table.C, classes/xdoc.C, classes/xnode.C,
13569: include/pa_config_includes.h, include/pa_operation.h,
13570: include/pa_sql_connection.h, include/pa_table.h,
13571: include/pa_types.h, lib/ltdl/config_fixed.h,
13572: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13573: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13574: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13575: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13576: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13577: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13578: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13579: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13580: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13581: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13582: types/pa_vmail.C, types/pa_vobject.C,
13583: types/pa_vstateless_class.h, types/pa_vtable.C,
13584: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13585: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13586: on all projects (except libltdl=off & libsdbm=level3) found
13587: several unitialized vars
13588:
13589: 2003-11-19 paf
13590:
13591: * src/classes/op.C: more ansi C++ comp
13592:
13593: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13594: src/main/pa_request.C: ^cache[...]{body}{catch block with
13595: $exception.handled[cache] meaning "get expired cache, if any.
13596: else error"}
13597:
13598: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13599: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13600: ^cache[...]{body}{catch code with $exception.cache field}
13601:
13602: 2003-11-12 paf
13603:
13604: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13605: [copy/paste bug]
13606:
13607: 2003-11-11 paf
13608:
13609: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13610: failed]
13611:
13612: 2003-11-10 paf
13613:
13614: * src/types/pa_vconsole.h: flush
13615:
13616: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13617: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13618: read/write [for nntp]
13619:
13620: * operators.txt: mysql: transaction support: ?autocommit=0
13621:
13622: * operators.txt: comment: updated
13623:
13624: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13625: serialize version and exipire now removes entries
13626:
13627: * operators.txt: ^hashfile.delete[] removes files altogether [and
13628: dir, if could]
13629:
13630: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13631: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13632: removes files altogether [and dir, if could]
13633:
13634: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13635: nonexistent pair. .c coded that that was error. fixed
13636:
13637: * src/types/pa_vhashfile.C: sdbm: exception type change to
13638: file.access [regretfull can't split it to different exceptions
13639: without modifying sdbm source wich would prefer not to]
13640:
13641: 2003-11-07 paf
13642:
13643: * src/: classes/date.C, classes/file.C, classes/hash.C,
13644: classes/hashfile.C, classes/image.C, classes/table.C,
13645: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13646: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13647: main/execute.C, main/main.vcproj, main/pa_pool.C,
13648: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13649: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13650: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13651: destructing objects at request processing end
13652:
13653: 2003-11-06 paf
13654:
13655: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13656: updates
13657:
13658: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13659: to include sdbm
13660:
1.116 moko 13661: * src/include/: pa_config_includes.h, pa_version.h: our
13662: replacements of max& co only for cpp
1.95 moko 13663:
13664: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13665: upper dir, .am updated
13666:
13667: * tests/todo.txt: hashfile: done
13668:
13669: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13670: expiration [time in value. todo: move time to key]
13671:
13672: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13673:
13674: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13675: to do that in foreach, no errors, but surely wrong]
13676:
13677: * operators.txt, src/types/pa_vhashfile.C,
13678: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13679:
13680: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13681: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13682: foreach
13683:
13684: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13685: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13686:
13687: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13688: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13689:
13690: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13691: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13692: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13693: get/put [raw]
13694:
13695: * src/: classes/op.C, main/pa_os.C: just linked
13696:
13697: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13698: XmlException changes
13699:
13700: * src/: include/pa_charset.h, include/pa_globals.h,
13701: include/pa_stylesheet_connection.h, main/pa_exception.C:
13702: XmlException changes
13703:
13704: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13705:
13706: * src/: include/pa_common.h, include/pa_exception.h,
13707: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13708: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13709: main/pa_xml_exception.C: locking move to pa_os [along with
13710: pa_sleep] apr-impl locking done
13711:
13712: * configure, configure.in, operators.txt, parser3.sln,
13713: src/classes/classes.vcproj, src/classes/hashfile.C,
13714: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13715: src/include/pa_exception.h, src/include/pa_globals.h,
13716: src/include/pa_memory.h, src/include/pa_version.h,
13717: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13718: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13719: src/main/compile.tab.C, src/main/main.vcproj,
13720: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13721: src/types/Makefile.am, src/types/pa_vhash.C,
13722: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13723: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13724: again with sdbm from apache
13725:
13726: 2003-11-05 paf
13727:
13728: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13729: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13730: \parser3project dir anymore
13731:
13732: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13733: thoughtlessly from xalan]
13734:
13735: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13736: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13737: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13738:
13739: * src/main/helpers/CaseFolding.txt:
13740: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13741:
13742: 2003-11-04 paf
13743:
13744: * operators.txt: comment: ^mail:send[$.options[
13745:
13746: * src/classes/table.C: compiled on unix
13747:
1.116 moko 13748: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13749:
13750: * src/classes/mail.C: compiled on unix
13751:
13752: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13753: src/types/pa_vmail.h: !^mail:send[
13754: $.options[unix: string to append to sendmail command
13755: line]
13756:
13757: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13758: tests/todo.txt: ^table.save[... $.separator[^#09]
13759: $.encloser["] <nothing> by default
13760:
13761: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13762: !$.separator[^#09] !$.encloser["] <nothing> by
13763: default
13764:
13765: 2003-11-03 paf
13766:
13767: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13768: ^table::load[; options: !$.column-separator[^#09]
13769: !$.column-encloser["]
13770:
13771: * operators.txt, src/include/pa_config_fixed.h,
13772: src/types/pa_vrequest.C: $request:document-root
13773:
13774: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13775: [already included into uri=xxx]
13776:
13777: * operators.txt, src/classes/image.C, tests/todo.txt:
13778: ^image.gif[filename] for $response:download
13779:
13780: * src/classes/date.C: minor precaution
13781:
13782: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13783: !^date.unix-timestamp[]
13784:
13785: 2003-10-30 paf
13786:
13787: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13788: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13789:
13790: * src/classes/: date.C, image.C: improvement diagnostics:
13791: $now[^date::create[$undefined]] now is error
13792:
13793: * src/main/pa_common.C: read errors would now be reported 'actually
13794: read -1 bytes'
13795:
13796: 2003-10-24 paf
13797:
13798: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13799: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13800: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13801: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13802:
13803: 2003-10-22 paf
13804:
13805: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13806:
13807: 2003-10-21 paf
13808:
13809: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13810: fixed: string.match[g] without <'> option produced columns with
13811: NULL's, which gpf'ed at table.save time
13812:
13813: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13814: recoursion' message with intensive throw-catches fixed: incorrect
13815: name and line (one name upper then needed) in error message about
13816: problems inside try block
13817:
13818: 2003-10-10 paf
13819:
13820: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13821: check offset argument for validity did that in String::Body::pos
13822: myself http://i2/tasks/edit/?id=4577425257580789777
13823:
13824: 2003-10-07 paf
13825:
13826: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13827: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13828:
13829: 2003-10-03 paf
13830:
13831: * parser3.sln, src/include/pa_dictionary.h,
13832: src/main/pa_dictionary.C, src/main/pa_string.C,
13833: src/targets/cgi/parser3.vcproj: dictionary optimized by
13834: precalculating cstr&length
13835:
13836: 2003-10-02 paf
13837:
13838: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13839: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13840: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13841: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13842:
13843: 2003-09-30 paf
13844:
13845: * src/main/pa_string.C: string::replace bug fix [were ignoring
13846: occurrances after lang-mismatched
13847:
13848: 2003-09-29 paf
13849:
13850: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13851: helper
13852:
13853: * src/main/pa_string.C: string::serialize bug fix with
13854: zero-terminator
13855:
13856: * src/classes/table.C: ^nameless_table.save column row now has no
13857: \t at the end
13858:
13859: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13860: @postprocess now takes $response:body/download
13861:
13862: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13863: error message
13864:
13865: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13866:
13867: * src/classes/table.C: bugfix: flip: must produce nameless
13868: http://i2/tasks/edit/?id=4573405524674081244
13869:
13870: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13871: main/helpers/simple_folding.pl: utf-8 upper/lower
13872:
13873: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13874: to typo error http://i2/tasks/edit/?id=4573354650786434584
13875:
13876: 2003-09-26 paf
13877:
13878: * src/main/untaint.C: removed needless field
13879:
13880: * src/main/untaint.C: removed needless const
13881:
13882: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13883: String.for_each bug fixed [omited one-char cases]
13884:
13885: * src/include/pa_stack.h: bugfix: before collecting garbage,
13886: runtime-executor stack were cleared... BADLY
13887:
13888: * src/main/pa_string.C: ^stirng.replace code used old
13889: param-convention on langs.append, fixed that search fo the like,
13890: found none
13891:
13892: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13893: string::serialize/deserialize implemented Language enum assigned
13894: meaningful letters [more convinient for debugging. read warning
13895: before adding/changing anything]
13896:
13897: 2003-09-25 paf
13898:
13899: * src/: include/pa_string.h, include/pa_version.h,
13900: main/pa_string.C, main/untaint.C: templates and anonymous unions
13901: differences on unix
13902:
13903: * parser3.sln, src/classes/file.C, src/classes/image.C,
13904: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13905: src/classes/xdoc.C, src/classes/xnode.C,
13906: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13907: src/include/pa_charsets.h, src/include/pa_common.h,
13908: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13909: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13910: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13911: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13912: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13913: src/main/compile_tools.h, src/main/pa_charset.C,
13914: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13915: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13916: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13917: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13918: src/types/pa_vmail.C, src/types/pa_vmath.C,
13919: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13920: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13921:
13922: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13923: functions aligned to that of eeparser3 look
13924:
13925: * src/lib/cord/cordprnt.c: removed warnings
13926:
13927: 2003-09-24 paf
13928:
13929: * src/: classes/file.C, classes/image.C, classes/mail.C,
13930: classes/op.C, classes/xdoc.C, classes/xnode.C,
13931: include/pa_cache_managers.h, include/pa_charset.h,
13932: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13933: include/pa_sql_driver_manager.h, include/pa_string.h,
13934: include/pa_stylesheet_manager.h, include/pa_table.h,
13935: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13936: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13937: main/pa_sql_driver_manager.C, main/pa_string.C,
13938: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13939: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13940: types/pa_vstateless_class.h, types/pa_vstatus.C,
13941: types/pa_vxnode.C: v() functions of String::Body,
13942: String::Languages and String itself StringBody->String::Body
13943:
13944: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13945: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13946: never optimized anything. todo: somehow speed up harder cases:
13947: concatenationA+concatenationB when last block of A and first of B
13948: contain same letters
13949:
13950: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13951: lib/cord/include/cord.h: langs: speed up by joining adjucent
13952: blocks of same char [CORD_append_block]
13953:
13954: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13955: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13956: save space by extending blocks when appending block with c ==
13957: lastblock.c
13958:
13959: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13960: working yet :( but more working &understood :)
13961:
13962: * src/: classes/table.C, include/pa_string.h,
13963: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13964:
13965: 2003-09-23 paf
13966:
13967: * src/main/untaint.C: $a[ok!] $a works!
13968:
13969: * src/main/untaint.C: something even more works :)
13970:
13971: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13972: something more works :)
13973:
13974: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13975: lib/cord/cordxtra.c: something already works :)
13976:
13977: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13978: serialize&deserialize
13979:
13980: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13981: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13982: main/untaint.C: main idea implemented, details left
13983:
13984: 2003-09-22 paf
13985:
13986: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13987:
13988: * src/classes/xnode.C: copy/paste comment bugfix
13989:
13990: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13991: allocator returns 0, just die.
13992: http://i2/tasks/edit/?id=4570798492410259445
13993:
13994: * src/classes/xdoc.C: copy/paste comment bugfix
13995:
13996: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13997: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13998: xnode: getAttributeNS setAttributeNS removeAttributeNS
13999: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14000:
14001: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14002: chars due to bitwise operation signed-char error]
14003:
14004: 2003-09-19 paf
14005:
14006: * src/types/pa_wcontext.C: output message: more practical
14007: suggestion
14008:
14009: * src/main/pa_common.C, operators.txt: merged
14010: $f[^file::load[binary;http://...]] $f.tables
14011:
14012: 2003-09-02 paf
14013:
14014: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14015: flush stdout without referencing 'stdout' symbol. to hell with
14016: non-ansi libraries without 'stdout' symbol
14017:
14018: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14019: unix (users reported problems with some old libc)
14020:
14021: * src/types/pa_vdate.h: forgot initializer
14022:
14023: 2003-09-01 paf
14024:
14025: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14026: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14027: zone]
14028:
14029: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14030:
14031: 2003-08-19 paf
14032:
14033: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14034: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14035: simplified a little
14036:
14037: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14038: [lost fix from 3.0.8]
14039:
14040: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14041: visible here }
14042:
14043: bug fix
14044:
14045: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14046:
14047: * src/main/compile.tab.C: initialized couple of variables about
14048: which user reported runtime problems when parser were compiled
14049: with VC7, warning level4. study shows that later in bison
14050: they've fixed that. would migrate to latest bison someday
14051:
14052: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14053: recoding headers)
14054:
14055: * src/types/pa_vmail.C: works as before, same charset problems:
14056: gmime recodes to UTF-8 only headers, not body. so not recoding
14057: anything for now
14058:
14059: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14060: problems with body
14061:
14062: * src/types/pa_vmail.C: mail_receive just compiled
14063:
14064: 2003-08-18 paf
14065:
14066: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14067: main/main.vcproj, types/types.vcproj: win32: continued process
14068: detaching from \parser3project directory
14069:
14070: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14071: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14072: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14073: src/lib/pcre/pcre_dftables.dsp,
14074: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14075: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14076: src/types/types.dsp: moved to MSVC 7
14077:
14078: * gnu.vcproj.vspscc, parser3.vssscc,
14079: src/classes/classes.vcproj.vspscc,
14080: src/lib/cord/cord.vcproj.vspscc,
14081: src/lib/ltdl/libltdl.vcproj.vspscc,
14082: src/lib/md5/md5.vcproj.vspscc,
14083: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14084: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14085: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14086: src/targets/isapi/parser3isapi.vcproj.vspscc,
14087: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14088: moved to MSVC 7
14089:
14090: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14091: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14092: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14093: src/lib/pcre/pcre_dftables.vcproj,
14094: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14095: src/targets/cgi/parser3.vcproj,
14096: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14097: new VS project files
14098:
14099: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14100: .NET to detect Jalindi Igloo capabilities.
14101:
14102: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14103: src/classes/classes.awk, src/doc/footer.htm,
14104: src/include/pa_config_fixed.h, src/include/pa_version.h,
14105: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14106: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14107: src/types/pa_vmail.C: merged 3.1.0 latest changes
14108:
14109: 2003-08-15 paf
14110:
14111: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14112: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14113:
14114: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14115: non-ascii <yyy> now encoded correctly
14116:
14117: 2003-07-29 paf
14118:
1.116 moko 14119: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14120: dist
1.95 moko 14121:
14122: * src/types/pa_vmail.C: just started --with-mail-receive
14123:
14124: 2003-07-28 paf
14125:
1.116 moko 14126: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14127: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14128:
14129: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14130:
14131: 2003-07-25 paf
14132:
14133: * src/doc/footer.htm: year
14134:
14135: 2003-07-24 paf
14136:
14137: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14138: fix
14139:
14140: * src/include/pa_version.h: release
14141:
1.116 moko 14142: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14143:
14144: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14145: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14146: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14147: getting rid of win32xml pseudo project
14148:
14149: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14150:
1.116 moko 14151: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14152: configure.in, operators.txt, parser3.dsw,
1.95 moko 14153: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14154: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14155: src/classes/classes.C, src/classes/classes.awk,
14156: src/classes/classes.dsp, src/classes/classes.h,
14157: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14158: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14159: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14160: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14161: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14162: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14163: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14164: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14165: src/include/pa_array.h, src/include/pa_cache_managers.h,
14166: src/include/pa_charset.h, src/include/pa_charsets.h,
14167: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14168: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14169: src/include/pa_dictionary.h, src/include/pa_dir.h,
14170: src/include/pa_exception.h, src/include/pa_exec.h,
14171: src/include/pa_globals.h, src/include/pa_hash.h,
14172: src/include/pa_memory.h, src/include/pa_opcode.h,
14173: src/include/pa_operation.h, src/include/pa_pool.h,
14174: src/include/pa_pragma_pack_begin.h,
1.95 moko 14175: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14176: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14177: src/include/pa_sapi.h, src/include/pa_socks.h,
14178: src/include/pa_sql_connection.h,
14179: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14180: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14181: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14182: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14183: src/include/pa_uue.h, src/lib/Makefile.am,
14184: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14185: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14186: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14187: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14188: src/lib/cord/include/ec.h,
14189: src/lib/cord/include/private/Makefile.am,
14190: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14191: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14192: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14193: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14194: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14195: src/main/compile_tools.C, src/main/compile_tools.h,
14196: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14197: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14198: src/main/pa_charsets.C, src/main/pa_common.C,
14199: src/main/pa_dictionary.C, src/main/pa_dir.C,
14200: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14201: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14202: src/main/pa_request.C, src/main/pa_socks.C,
14203: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14204: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14205: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14206: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14207: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14208: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14209: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14210: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14211: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14212: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14213: src/targets/isapi/parser3isapi.dsp,
14214: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14215: src/types/pa_junction.h, src/types/pa_method.h,
14216: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14217: src/types/pa_vclass.C, src/types/pa_vclass.h,
14218: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14219: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14220: src/types/pa_vdouble.h, src/types/pa_venv.h,
14221: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14222: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14223: src/types/pa_vimage.C, src/types/pa_vimage.h,
14224: src/types/pa_vint.h, src/types/pa_vjunction.h,
14225: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14226: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14227: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14228: src/types/pa_vobject.C, src/types/pa_vobject.h,
14229: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14230: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14231: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14232: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14233: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14234: src/types/pa_vstring.h, src/types/pa_vtable.C,
14235: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14236: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14237: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14238: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14239: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14240: HEAD
14241:
14242: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14243: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14244: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14245: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14246: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14247: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14248: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14249: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14250: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14251: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14252: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14253: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14254: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14255: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14256: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14257: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14258: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14259: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14260: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14261: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14262: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14263: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14264: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14265: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14266: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14267: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14268: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14269: outputs/create-dir, results/001.processed, results/002.processed,
14270: results/003.processed, results/004.processed,
14271: results/005.processed, results/006.processed,
14272: results/007.processed, results/008.processed,
14273: results/009.processed, results/010.processed,
14274: results/011.processed, results/012.processed,
14275: results/013.processed, results/014.processed,
14276: results/015.processed, results/016.processed,
14277: results/017.processed, results/018.processed,
14278: results/019.processed, results/020.processed,
14279: results/021.processed, results/022.processed,
14280: results/023.processed, results/024.processed,
14281: results/025.processed, results/026.processed,
14282: results/027.processed, results/028.processed,
14283: results/029.processed, results/030.processed,
14284: results/031.processed, results/032.processed,
14285: results/033.processed, results/034.processed,
14286: results/035.processed, results/036.processed,
14287: results/037.processed, results/038.processed,
14288: results/039.processed, results/040.processed,
14289: results/041.processed, results/042.processed,
14290: results/043.processed, results/044.processed,
14291: results/045.processed, results/046.processed,
14292: results/047.processed, results/048.processed,
14293: results/049.processed, results/050.processed,
14294: results/051.processed, results/052.processed,
14295: results/053.processed, results/054.processed,
14296: results/055.processed, results/056.processed,
14297: results/057.processed, results/058.processed,
14298: results/059.processed, results/060.processed,
14299: results/061.processed, results/062.processed,
14300: results/063.processed, results/064.processed,
14301: results/065.processed, results/066.processed,
14302: results/067.processed, results/068.processed,
14303: results/069.processed, results/070.processed,
14304: results/071.processed, results/072.processed,
14305: results/073.processed, results/074.processed,
14306: results/075.processed, results/076.processed,
14307: results/077.processed, results/078.processed,
14308: results/079.processed, results/080.processed,
14309: results/081.processed, results/082.processed,
14310: results/083.processed, results/084.processed,
14311: results/085.processed, results/086.processed,
14312: results/087.processed, results/088.processed,
14313: results/089.processed, results/090.processed,
14314: results/091.processed, results/092.processed,
14315: results/093.processed, results/094.processed,
14316: results/095.processed, results/096.processed,
14317: results/097.processed, results/098.processed,
14318: results/099.processed, results/100.processed,
14319: results/101.processed, results/102.processed,
14320: results/103.processed, results/104.processed,
14321: results/105.processed, results/106.processed,
14322: results/107.processed, results/108.processed,
14323: results/109.processed, results/110.processed,
14324: results/111.processed, results/112.processed,
14325: results/113.processed, results/114.processed,
14326: results/115.processed, results/116.processed,
14327: results/117.processed, results/118.processed,
14328: results/119.processed, results/120.processed,
14329: results/121.processed, results/122.processed,
14330: results/123.processed, results/124.processed,
14331: results/125.processed, results/126.processed,
14332: results/127.processed, results/128.processed,
14333: results/129.processed, results/130.processed,
14334: results/131.processed, results/132.processed,
14335: results/133.processed, results/134.processed,
14336: results/135.processed, results/136.processed,
14337: results/137.processed, results/138.processed,
14338: results/139.processed, results/140.processed,
14339: results/141.processed: merged(copied) to HEAD from template_gc
14340:
14341: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14342: towards \parser3project not having to be in root
14343:
14344: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14345: module compiled [were minor unnecessary changes in lib/md5
14346: interface]
14347:
14348: * src/include/pa_version.h: release
14349:
14350: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14351:
14352: * src/classes/math.C: merged uuid bugfix
14353:
14354: * tests/: 141.html, results/141.processed: fixed bug with
14355: too-small-a-buffer
14356:
14357: * src/classes/math.C: uuid bugfix
14358:
14359: * tests/: 141.html, Makefile, results/005.processed,
14360: results/030.processed, results/075.processed,
14361: results/078.processed: to reflect date format change (were -
14362: become ' ')
14363:
14364: * src/classes/math.C: uuid bugfix
14365:
14366: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14367: debug/release changes
14368:
14369: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14370:
14371: 2003-07-23 paf
14372:
14373: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14374: renamed a little [to move to comman naming conv]
14375:
1.116 moko 14376: * src/targets/Makefile.am: apache13 splitted to simplify apache
14377: build
1.95 moko 14378:
14379: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14380: main/pa_request.C, main/pa_sql_driver_manager.C,
14381: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14382: stack top_index() fixed
14383:
14384: * src/main/pa_globals.C: minor style changes
14385:
14386: * src/: classes/op.C, include/pa_sql_connection.h: connection
14387: closing/caching fixed [connections were not closed/put to cache]
14388:
14389: 2003-07-22 paf
14390:
14391: * INSTALL: gc part updated stightly
14392:
14393: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14394: new sapi interface
14395:
14396: * src/classes/file.C: comment on OS
14397:
14398: * src/main/pa_string.C: removed reduntant invariant check [there is
14399: one deeper in cord lib]
14400:
14401: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14402:
14403: * src/main/pa_memory.C: out of memory is no longer coredump
14404:
14405: * INSTALL: disable-threads adviced
14406:
14407: 2003-07-21 paf
14408:
1.116 moko 14409: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14410:
14411: * src/classes/file.C: file::exec/cgi environment variables now must
14412: be UPPERCASE and A-Z 0-9 _-
14413:
14414: * src/classes/file.C: env passing fixed
14415:
14416: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14417:
14418: * src/main/pa_common.C: http:// CRLF now
14419:
14420: 2003-07-02 paf
14421:
14422: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14423: fields to reflect their real meaning
14424:
14425: 2003-06-27 paf
14426:
14427: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14428: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14429: file::exec/cgi .charset
14430:
14431: 2003-06-26 paf
14432:
14433: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14434: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14435: src/classes/table.C: fixed several uninitialized local
14436: structures. notably ^hash.foreach now inserts delimiters
14437: properly [were inserting it before first body]
14438:
14439: 2003-06-24 paf
14440:
14441: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14442:
14443: 2003-06-20 paf
14444:
14445: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14446: src/main/pa_globals.C: introducing
14447: $f[^file::load[binary;http://...]] $f.tables
14448:
14449: 2003-06-06 paf
14450:
14451: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14452: table. [were method lookup: inconsistent]
14453:
14454: 2003-06-02 paf
14455:
14456: * src/include/pa_memory.h: empty string clone fixed to return
14457: writable memory
14458:
14459: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14460: were not appended] which violated string invariant
14461:
14462: 2003-05-30 paf
14463:
14464: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14465: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14466:
14467: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14468: GMT ; RFC 822, updated by RFC 1123
14469:
14470: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14471: targets/isapi/parser3isapi.C: initialized request_info properly
14472:
14473: * src/classes/xnode.C: found minor bug, commended for future
14474:
14475: 2003-05-28 paf
14476:
14477: * src/classes/form.C: request_info.content_length can't be <0,
14478: size_t for some time
14479:
14480: 2003-05-26 paf
14481:
14482: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14483: forgotten <0 changed to !=STRING_NOT_FOUND
14484:
14485: * src/classes/math.C: merged ffffu from HEAD
14486:
14487: 2003-05-11 paf
14488:
14489: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14490:
14491: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14492: premature doc free. transformed document had xmlDoc reference
14493: stored to non-gc-memory (libgdome) added holding-reference
14494:
14495: 2003-04-29 paf
14496:
14497: * src/main/pa_globals.C: started digging on double free. on win32
14498: found that that's perfectly normal.
14499:
14500: 2003-04-25 paf
14501:
14502: * src/classes/table.C: table.join bug fix [bad limit check]
14503:
14504: * src/classes/math.C: merged from HEAD: simpiler hash_string
14505:
14506: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14507: print anything. changed to quicker and simplier code
14508:
14509: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14510: strict a check]
14511:
14512: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14513:
14514: 2003-04-24 paf
14515:
14516: * src/include/pa_table.h: too strict assert loosened
14517:
14518: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14519: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14520: report
14521:
14522: 2003-04-21 paf
14523:
1.116 moko 14524: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14525:
14526: * src/main/pa_globals.C: pcre memory management changed to use GC
14527: memory
14528:
14529: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14530: xmlMallocAtomic [author agreed to my suggestion], used that
14531:
14532: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14533:
14534: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14535: types/pa_vmail.C: attributed_meaning_to_string added
14536: L_UNSPECIFIED piece which was sortof OK, but violated string
14537: invariant [assertion barked on that] changed to L_PASS_APPEND,
14538: made that param obligatory
14539:
14540: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14541: fixed [assert helped]
14542:
14543: * src/include/pa_string.h: assert added [looking for bug]
14544:
14545: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14546: names on Win32 considered disk-global
14547:
14548: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14549: considered disk-global
14550:
14551: 2003-04-18 paf
14552:
14553: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14554: filenames
14555:
14556: * src/main/untaint.C: enabled '~' letter in filenames
14557:
14558: 2003-04-16 paf
14559:
14560: * src/classes/file.C: small bug introduced in autoptr times fixed
14561:
14562: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14563: HEAD
14564:
1.116 moko 14565: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14566:
14567: 2003-04-15 paf
14568:
14569: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14570: src/lib/md5/pa_md5c.c, tests/141.html,
14571: tests/results/141.processed: merged from head ^math:uuid[]
14572: ^math:uid64[] ^math:md5[string]
14573:
14574: test added: 141.html
14575:
14576: * operators.txt, src/classes/math.C: ^math:uid64[]
14577:
14578: * src/classes/math.C: ^math:uuid[]
14579:
14580: * operators.txt, src/classes/math.C: ^math:uuid[]
14581:
14582: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14583: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14584:
14585: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14586: src/include/pa_config_fixed.h, src/main/pa_common.C:
14587: ^file::load[mode;name; $.offset $.limit
14588:
14589: 2003-04-14 paf
14590:
14591: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14592: started ^math:md5
14593:
14594: * src/classes/table.C, src/include/pa_array.h,
14595: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14596: tests/results/140.processed: table $.reverse option works in
14597: create&co table $.distinct[tables] bug fix merged
14598:
14599: * src/: classes/table.C, include/pa_table.h: table
14600: $.distinct[tables] bug fixed
14601:
14602: * src/classes/table.C: more warnings
14603:
14604: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14605: removed checks in table::set_current, moved them back to
14606: table::locate implemented table::create/join ñ $.reverse
14607:
14608: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14609: removed checks in table::set_current, moved them back to
14610: table::locate
14611:
14612: 2003-04-11 paf
14613:
14614: * operators.txt, src/classes/date.C, src/classes/table.C,
14615: src/include/pa_array.h, src/include/pa_common.h,
14616: src/include/pa_config_includes.h, src/include/pa_string.h,
14617: src/include/pa_table.h, src/main/pa_request.C,
14618: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14619: src/main/pa_table.C: merged from HEAD from
14620: before_append_array_limit_sense_change to
14621: after_append_array_limit_sense_change
14622:
14623: * src/classes/table.C: typo
14624:
14625: * operators.txt, src/classes/date.C, src/classes/table.C,
14626: src/include/pa_array.h, src/include/pa_common.h,
14627: src/include/pa_config_includes.h, src/include/pa_globals.h,
14628: src/include/pa_table.h, src/main/pa_array.C,
14629: src/main/pa_globals.C, src/main/pa_request.C,
14630: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14631: src/main/pa_table.C: append_array_limit_sense_change locate
14632: accepts options same as create new option: $.reverse(1) [do not
14633: work in table::create]
14634:
14635: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14636: (stat xxx,
14637:
14638: * src/classes/: table.C: typo
14639:
14640: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14641: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14642: results/130.processed, results/131.processed,
14643: results/132.processed, results/133.processed,
14644: results/134.processed, results/135.processed,
14645: results/136.processed, results/137.processed,
14646: results/138.processed, results/139.processed: added few mustfail
14647: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14648: date/time 132.html mustfail: access to junction outside of
14649: context 133.html mustfail: access to junction outside of context,
14650: case version 134.html mustfail: hash: adding a key inside of
14651: foreach 135.html mustfail: modifying system class 136.html
14652: mustfail: $.name outside of $hash[here] 137.html mustfail:
14653: appendChild without import 138.html mustfail: invalid encoding
14654: inside of xml 139.html mustfail: bad XPath
14655:
14656: * operators.txt, src/classes/table.C, tests/084.html,
14657: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14658: tests/129.html, tests/results/125.processed,
14659: tests/results/126.processed, tests/results/127.processed,
14660: tests/results/128.processed, tests/results/129.processed: merged
14661: from HEAD ^table.hash[key][$.distinct[tables]]
14662:
14663: maked appropriate tests [changed one old nonconforming]
14664:
14665: * operators.txt, src/classes/table.C:
14666: ^table.hash[key][$.distinct[tables]]
14667:
14668: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14669: merged fix for found very old xml (dom) bug: were passing
14670: domString objects and later ERROREOUSLY freed them
14671:
14672: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14673: src/main/pa_charset.C: re-added libgdome patch. regretfully
14674: libgdome bug can not be worked around
14675:
14676: 2003-04-10 paf
14677:
14678: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14679: found very old xml (dom) bug: were passing domString objects and
14680: later ERROREOUSLY freed them
14681:
14682: * src/doc/string.dox, src/include/pa_memory.h,
14683: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14684: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14685: tests/123.html, tests/124.html, tests/results/001.processed,
14686: tests/results/002.processed, tests/results/003.processed,
14687: tests/results/004.processed, tests/results/005.processed,
14688: tests/results/006.processed, tests/results/008.processed,
14689: tests/results/009.processed, tests/results/010.processed,
14690: tests/results/011.processed, tests/results/012.processed,
14691: tests/results/013.processed, tests/results/014.processed,
14692: tests/results/015.processed, tests/results/016.processed,
14693: tests/results/017.processed, tests/results/018.processed,
14694: tests/results/020.processed, tests/results/021.processed,
14695: tests/results/022.processed, tests/results/023.processed,
14696: tests/results/024.processed, tests/results/025.processed,
14697: tests/results/026.processed, tests/results/027.processed,
14698: tests/results/028.processed, tests/results/029.processed,
14699: tests/results/030.processed, tests/results/031.processed,
14700: tests/results/032.processed, tests/results/033.processed,
14701: tests/results/034.processed, tests/results/035.processed,
14702: tests/results/036.processed, tests/results/037.processed,
14703: tests/results/038.processed, tests/results/039.processed,
14704: tests/results/040.processed, tests/results/041.processed,
14705: tests/results/042.processed, tests/results/043.processed,
14706: tests/results/044.processed, tests/results/045.processed,
14707: tests/results/046.processed, tests/results/047.processed,
14708: tests/results/048.processed, tests/results/049.processed,
14709: tests/results/050.processed, tests/results/051.processed,
14710: tests/results/052.processed, tests/results/053.processed,
14711: tests/results/054.processed, tests/results/055.processed,
14712: tests/results/056.processed, tests/results/057.processed,
14713: tests/results/058.processed, tests/results/059.processed,
14714: tests/results/060.processed, tests/results/061.processed,
14715: tests/results/062.processed, tests/results/063.processed,
14716: tests/results/064.processed, tests/results/065.processed,
14717: tests/results/066.processed, tests/results/067.processed,
14718: tests/results/068.processed, tests/results/069.processed,
14719: tests/results/070.processed, tests/results/071.processed,
14720: tests/results/072.processed, tests/results/073.processed,
14721: tests/results/074.processed, tests/results/075.processed,
14722: tests/results/076.processed, tests/results/077.processed,
14723: tests/results/078.processed, tests/results/079.processed,
14724: tests/results/080.processed, tests/results/081.processed,
14725: tests/results/082.processed, tests/results/083.processed,
14726: tests/results/084.processed, tests/results/085.processed,
14727: tests/results/086.processed, tests/results/087.processed,
14728: tests/results/088.processed, tests/results/089.processed,
14729: tests/results/090.processed, tests/results/091.processed,
14730: tests/results/092.processed, tests/results/093.processed,
14731: tests/results/094.processed, tests/results/095.processed,
14732: tests/results/096.processed, tests/results/097.processed,
14733: tests/results/101.processed, tests/results/102.processed,
14734: tests/results/104.processed, tests/results/105.processed,
14735: tests/results/106.processed, tests/results/107.processed,
14736: tests/results/108.processed, tests/results/109.processed,
14737: tests/results/110.processed, tests/results/111.processed,
14738: tests/results/112.processed, tests/results/113.processed,
14739: tests/results/114.processed, tests/results/115.processed,
14740: tests/results/116.processed, tests/results/117.processed,
14741: tests/results/118.processed, tests/results/119.processed,
14742: tests/results/120.processed, tests/results/121.processed,
14743: tests/results/122.processed, tests/results/123.processed,
14744: tests/results/124.processed: new convention: char* never 0.
14745: assert in cord on that
14746:
14747: * src/main/pa_charset.C: couple more asserts
14748:
14749: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14750: speedup
14751:
14752: * src/main/pa_charset.C: couple assertions on fantastic situations
14753: added [may be those is the case now?]
14754:
14755: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14756: that's memory from gc_malloc, not from g_malloc :(, but would
14757: hope]
14758:
14759: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14760: that's memory from gc_malloc, not from g_malloc :(, but would
14761: hope]
14762:
14763: * src/main/pa_charset.C: checked custom malloc for returning 0
14764:
14765: 2003-04-09 paf
14766:
14767: * src/classes/date.C: merged ^date.roll changes
14768:
14769: * src/classes/date.C: ^date.roll bug fix
14770:
14771: * src/classes/date.C: ^date.roll now throws less errors: month
14772: shifts handles end of month situation by reducing day number
14773: hour-hole shift reduces hour to recover
14774:
14775: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14776: Sort by function time
14777:
14778: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14779: http:// $.charset[] param done
14780:
14781: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14782: added [after volatile fix. passes on win&intel-solaris]
14783:
14784: 2003-04-08 paf
14785:
14786: * src/: classes/file.C, classes/op.C, classes/table.C,
14787: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14788: include/pa_common.h, include/pa_request_charsets.h,
14789: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14790: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14791: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14792: types/pa_vresponse.C: started http:// $.charset[] param and
14793: http response charset detection just compiled. todo:test
14794:
14795: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14796:
14797: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14798: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14799: types/pa_vmail.C: changed transcode param converntion along with
14800: string creating convention -- all strings are zero-terminated,
14801: this allowed to fix one remaining String("123", 2) case
14802:
14803: * src/: classes/date.C, classes/file.C, classes/hash.C,
14804: classes/op.C, classes/string.C, classes/table.C,
14805: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14806: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14807: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14808: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14809: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14810: violated String::invariant. started fixing [not compiled now]
14811:
14812: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14813: main/compile.tab.C, main/compile.y, main/pa_string.C,
14814: main/untaint.C, targets/cgi/parser3.C: number of string style
14815: improvements & optimizations
14816:
14817: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14818: :(]
14819:
14820: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14821: [for it's a pointer really]
14822:
14823: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14824: 'n' param. worked that around
14825:
14826: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14827: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14828: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14829: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14830: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14831:
14832: Thanks for the bug report and patch.
14833:
14834: I hadn't looked at this code in a while. Reading it now, it
14835: seems to me that the tests should also be ">= MAX_DEPTH" to
14836: comply with the invariant, though that may not matter a lot. I
14837: changed that, too.
14838:
14839: Hans
14840:
14841: 2003-04-07 paf
14842:
14843: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14844: merged from head:safe mode error message now includes numbers
14845:
14846: * src/main/execute.C: n-th attempt to make a=a work with double.
14847: problem: as_double returns it's result in fp-register compiler
14848: optimizes access to that register after b->as_double, and just
14849: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14850: from memory. _SAME_ double values do not match here. when
14851: forced to REload fp-register, values do match.
14852:
14853: tried to make them volatile.
14854:
14855: * src/main/execute.C: n-th attempt to make a=a work with double.
14856: problem: as_double returns it's result in fp-register compiler
14857: optimizes access to that register after b->as_double, and just
14858: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14859: from memory. _SAME_ double values do not match here. when
14860: forced to REload fp-register, values do match.
14861:
14862: tried to make them volatile.
14863:
14864: * src/types/pa_vobject.h: small style change
14865:
14866: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14867:
14868: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14869: mode error message now includes numbers
14870:
14871: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14872: now causes death
14873:
14874: 2003-04-04 paf
14875:
14876: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14877: incorportated pa_exec patch by From: "Victor Fedoseev"
14878: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14879: Sent: Thursday, January 23, 2003 9:14 AM
14880:
14881: huge speedup on ^file::cgi with big result
14882:
14883: * src/classes/table.C: sort table with 0 rows bug fixed
14884:
14885: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14886: fix http://i2/tasks/edit/?id=4493701604654042676
14887:
14888: @main[] $with_default[ $.a[1] $._default[default from
14889: with_default] ] ^show[$with_default]
14890:
14891: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14892: =$to_add_to.xxx=<br>
14893:
14894: ^show[$to_add_to]
14895:
14896: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14897: ^show[$cloned]
14898:
14899: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14900:
14901: } <hr>
14902:
14903: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14904: http://i2/tasks/edit/?id=4493701604654042676
14905:
14906: @main[] $with_default[ $.a[1] $._default[default from
14907: with_default] ] ^show[$with_default]
14908:
14909: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14910: =$to_add_to.xxx=<br>
14911:
14912: ^show[$to_add_to]
14913:
14914: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14915: ^show[$cloned]
14916:
14917: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14918:
14919: } <hr>
14920:
14921: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14922: http://i2/tasks/edit/?id=4507350336410850921
14923:
14924: * src/classes/xdoc.C: memory allocation func bugfix
14925: http://i2/tasks/edit/?id=4499303470368629745
14926:
14927: * src/classes/math.C: allowed random 1...
14928:
14929: * src/classes/math.C: allowed random 0..
14930:
14931: * src/main/pa_globals.C: exif mem leak
14932: http://i2/tasks/edit/?id=4480590323629807263
14933:
14934: * src/: classes/classes.dsp, main/main.dsp,
14935: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14936: fix http://i2/tasks/edit/?id=4493946731322521294
14937: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14938:
14939: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14940: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14941: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14942: links to xml libs made relative, no need to unpack parser3project
14943: to /parser3project.
14944:
14945: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14946: column more precise - tab handling bug fixed
14947:
14948: * src/main/: compile.tab.C, compile.y: more understandable error
14949: message in case @CLASS with more then one line inside
14950:
14951: * src/targets/cgi/parser3.C: more understandable error message in
14952: case of errors in @unhandled_exception
14953:
14954: 2003-04-03 paf
14955:
14956: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14957: src/main/compile.tab.C, src/main/compile.y,
14958: src/main/compile_tools.C, src/main/compile_tools.h,
14959: src/main/execute.C, src/main/pa_request.C: debug info format
14960: simplified, now it's: OP_VALUE Operation::Origin << here value*
14961:
14962: higher limits: file number (max: 255) line number (max:
14963: 64535) column number (max: 255)
14964:
14965: * src/classes/math.C: top limit
14966:
14967: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14968: precise parse error position in case of
14969:
14970: ^bug ]
14971:
14972: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14973: changed to realities, and passed [bug fixed]
14974:
14975: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14976: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14977: main/compile_tools.h, main/pa_request.C: introducing
14978: ^process...[main-method-alias]
14979:
14980: * src/: classes/date.C, classes/image.C, classes/op.C,
14981: classes/string.C, classes/table.C, classes/xdoc.C,
14982: types/pa_vmethod_frame.h: MethodParams& now [methods without
14983: params receive zero reference, but they are expected not to look
14984: there]
14985:
14986: * operators.txt, src/classes/date.C, src/classes/double.C,
14987: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14988: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14989: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14990: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14991: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14992: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14993: [methods without params receive zero reference, but they are
14994: expected not to look there]
14995:
14996: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14997: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14998: ^process...[filename] useful for better error reporting
14999: [file/line/col]
15000:
15001: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15002: types/pa_vstring.h: slightly improved error messages text: 1. is
15003: '%s', it 2. method undefined in case of ^void[]
15004:
15005: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15006: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15007: handling done. now we have error columns todo: test it
15008:
15009: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15010: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15011:
15012: this makes life easier: were: bad stack order -- were in
15013: exception catch unwind order, which didn't match execution order
15014:
15015: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15016:
15017: @first[] ^throw[a;1]
15018:
15019: showed throw a first throw b try
15020:
15021: which is no good
15022:
15023: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15024: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15025: trace reset after handled exception [old bug fixed]
15026:
15027: * src/main/: compile.tab.C, compile.y: parse position old bug
15028: fixed. position reporting made precise [both, in parse erros and
15029: runtime errors]
15030:
15031: 2003-04-02 paf
15032:
15033: * src/: include/pa_operation.h, include/pa_request.h,
15034: main/compile.C, main/compile.tab.C, main/compile.y,
15035: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15036: main/pa_exception.C, main/pa_request.C: debug info: started
15037: using. todo:complete
15038:
15039: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15040: main/compile.C, main/compile.tab.C, main/compile.y,
15041: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15042: main/pa_request.C: prepared debug info todo:use it
15043:
15044: * src/include/pa_operation.h: strange mistake fixed: forgot to
15045: return Operation class->union after switching from autoptrs.
15046:
15047: * tests/: Makefile, results/108.processed, results/117.processed:
15048: meta considered OK [it's up to coder now to remove it not needed]
15049:
15050: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15051: Dictionary constructor when moved to gc]
15052:
15053: * src/main/pa_common.C: uncommented http:// file loading
15054:
15055: * src/include/pa_array.h, src/main/execute.C,
15056: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15057: fix [gdGrowingBuf]
15058:
15059: * configure.in, src/lib/Makefile.am: removed patches
15060:
15061: * configure, src/include/pa_config_auto.h.in,
15062: src/main/pa_charset.C: --enable-assertions autoconf-ed
15063:
15064: * src/main/pa_common.C: uncommented http:// file loading
15065:
15066: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15067: xdoc::create/load
15068:
15069: * src/: classes/form.C, classes/hash.C, classes/image.C,
15070: classes/string.C, classes/table.C, classes/void.C,
15071: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15072: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15073: String::String(str,helper_length) are checked. found/fixed one
15074: place: $request:body now zero-terminated,
15075:
15076: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15077: main/compile_tools.C, main/execute.C, types/pa_value.h,
15078: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15079: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15080: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15081: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15082: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15083: types/pa_vxnode.h: more locally scoped vars in execute (more
15084: easily optimizable)
15085:
15086: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15087: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15088:
15089: * src/: include/pa_array.h, include/pa_stack.h,
15090: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15091: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15092: become assertion iterator in methodframe filler
15093:
15094: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15095: targets/cgi/parser3.C: array::get/put inlined
15096:
15097: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15098: gc_substitute_memory_management_functions +installed CORD_oom
15099: function
15100:
15101: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15102: src/include/pa_config_includes.h, src/include/pa_string.h,
15103: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15104: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15105: assertions started configure.in --enable-assertions
15106:
15107: 2003-04-01 paf
15108:
15109: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15110: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15111: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15112: gdome uses glib memory, and stores last pointer to xmlDoc there,
15113: gc misses that and collects valid memory fixed by remembering
15114: xmlDoc from dom object in xdoc. todo: do something with
15115: premature free of xdoc with xnodes/node values referring into it
15116:
15117: * src/classes/: mail.C: typo fix
15118:
15119: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15120: changes
15121:
15122: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15123: main/pa_memory.C: moved memory debugging to global level: to
15124: pa_gc_malloc
15125:
15126: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15127: debugging showed no errors. todo: debug parser memory
15128:
15129: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15130: configurations
15131:
15132: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15133: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15134: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15135: types/types.dsp: prepared xml-static configuration
15136:
15137: 2003-03-31 paf
15138:
15139: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15140: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15141: xml lib memory debugging, simple checks failed: it seems that
15142: library does realloc(bad ptr), and recording those ptrs in heap
15143: [for debugging] was bad: heap situation changes = everything
15144: works fine
15145:
15146: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15147: xmlRegisterCharEncodingHandler limitation [currently imposed
15148: limit of 10 user-defined charsets]
15149:
15150: 2003-03-28 paf
15151:
15152: * src/main/execute.C: execution stack copied to local register
15153: variable, removed lots [~2e7) of memory accesses
15154:
15155: 2003-03-27 paf
15156:
15157: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15158: works in debug, but fails in release todo: fix that
15159:
15160: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15161: targets/cgi/parser3.C: forgot to merge XML memory funcs
15162: replacement from gc branch
15163:
15164: * src/main/pa_exec.C: introducing append_help_length [radical
15165: improvement here]
15166:
15167: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15168: 'not recommened' in gc.h, on win32 noticed no difference]
15169:
15170: * src/include/pa_array.h: returned checked array get [were disabled
15171: for debugging] result:not slower [don't understand that, it were
15172: INLINED] todo: find out a way of inlining it!
15173:
15174: * src/: include/pa_string.h, lib/gc/include/gc.h,
15175: lib/gc/include/gc_fake.h, main/compile.tab.C,
15176: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15177: convention changed: all resulting strings are zero-terminated
15178:
15179: * src/: classes/date.C, classes/file.C, classes/hash.C,
15180: classes/string.C, classes/table.C, classes/void.C,
15181: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15182: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15183: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15184: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15185: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15186: types/pa_vfile.C, types/pa_vmail.C: introducing
15187: append_help_length [radical improvement here]
15188:
15189: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15190: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15191: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15192: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15193: even slower
15194:
15195: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15196: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15197: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15198: clients of &get(): most to use non-ref version, some[in tight
15199: places] to get_unchecked_ref
15200:
15201: * src/doc/memory.dox: forgot to add
15202:
15203: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15204: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15205: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15206: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15207: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15208: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15209: targets/cgi/parser3.dsp, types/pa_vmail.C,
15210: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15211: T>>&<< removed after Stack::pop wiping removed [moved to separate
15212: func] other Array & removed
15213:
15214: 2003-03-26 paf
15215:
15216: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15217: classes/table.C, include/pa_array.h, include/pa_charset.h,
15218: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15219: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15220: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15221: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15222: main/pa_exec.C, main/pa_sql_driver_manager.C,
15223: main/pa_stylesheet_manager.C, main/pa_table.C,
15224: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15225: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15226: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15227: pre-evaluated .count() in some places
15228:
15229: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15230: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15231: types/types.dsp: .dsp profiling updated
15232:
15233: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15234: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15235: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15236:
15237: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15238: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15239: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15240: use lib/gc,lib/cord
15241:
1.116 moko 15242: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15243: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15244: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15245: src/include/pa_config_includes.h, src/include/pa_request.h,
15246: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15247: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15248: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15249: src/lib/cord/include/Makefile.am,
1.116 moko 15250: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15251: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15252: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15253: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15254: src/types/pa_vform.h, src/types/pa_vhash.h,
15255: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15256: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15257: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15258: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15259: funcs ported pa_exec
1.95 moko 15260:
15261: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15262:
15263: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15264: bundled gc includes
15265:
15266: * src/: classes/op.C, include/pa_array.h,
15267: include/pa_sql_connection.h, include/pa_string.h,
15268: include/pa_version.h, main/compile.tab.C, main/compile.y,
15269: main/execute.C, main/pa_common.C, main/pa_exception.C,
15270: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15271: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15272: first real site (aval)]
15273:
15274: 2003-03-25 paf
15275:
15276: * operators.txt, src/main/pa_sql_driver_manager.C,
15277: src/types/pa_vstatus.C: $status.memory used free since_compact
15278: process
15279:
15280: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15281: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15282:
15283: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15284:
15285: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15286: src/types/pa_value.h, src/types/pa_vfile.h,
15287: src/types/pa_vobject.C, src/types/pa_vobject.h,
15288: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15289: tests/results/121.processed: untaint.C L_URI
15290:
15291: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15292: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15293: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15294: src/types/pa_vmemory.h: ^memory:compact[]
15295:
15296: * tests/results/109.processed: it was a bug in parser. updated 109
15297: test result
15298:
15299: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15300:
15301: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15302: tests/results/107.processed: fixed dom language [values are now
15303: considered tainted. it was a bug in parser. updated 107 test
15304: result
15305:
15306: * src/classes/xdoc.C: fixed transform params
15307:
15308: * src/: include/pa_stylesheet_manager.h,
15309: main/pa_stylesheet_manager.C: fixed stylesheet caching
15310:
15311: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15312: overloads for structure handling
15313:
15314: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15315: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15316: StringBody(0) ambiguilty, introducting static
15317: StringBody::Format(int)
15318:
15319: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15320: linked
15321:
15322: * src/types/pa_vxdoc.C: vxdoc compiled
15323:
15324: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15325: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15326: finalizers isntalled
15327:
15328: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15329: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15330: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15331: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15332: compiled todo: xnode.C / finalizers
15333:
15334: * src/doc/string.dox: updated: new string internals
15335:
15336: 2003-03-24 paf
15337:
15338: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15339: include/pa_charset.h, include/pa_config_fixed.h,
15340: include/pa_request.h, include/pa_stylesheet_connection.h,
15341: include/pa_stylesheet_manager.h, main/pa_charset.C,
15342: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15343: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15344: types/pa_vxnode.h: started XML
15345:
15346: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15347:
15348: * src/: classes/file.C, classes/image.C, classes/mail.C,
15349: include/pa_string.h, main/pa_common.C,
15350: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15351:
15352: * src/: classes/file.C, classes/image.C, classes/mail.C,
15353: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15354: main/pa_request.C, main/pa_sql_driver_manager.C,
15355: types/pa_vimage.h: size_t pos everywhere checks changed to check
15356: for eq STRING_NOT_FOUND
15357:
15358: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15359: optimize bit implemented
15360:
15361: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15362: String::ArrayFragment::append_positions fixed
15363:
15364: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15365: String::this_starts fixed
15366:
15367: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15368:
15369: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15370: hashcode implemented fully, including per-char callback [it can
15371: be - substr CORD node]
15372:
15373: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15374: rewritten to rewalloc with 100byte buf ahead
15375:
15376: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15377: src/include/pa_string.h, src/main/compile.tab.C,
15378: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15379: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15380: CORD_ec [bad] would rewrite as realloc now
15381:
15382: * src/: classes/date.C, classes/file.C, classes/form.C,
15383: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15384: include/pa_cache_managers.h, include/pa_charsets.h,
15385: include/pa_common.h, include/pa_request.h,
15386: include/pa_sql_driver_manager.h, include/pa_table.h,
15387: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15388: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15389: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15390: types/pa_vmail.C, types/pa_vmethod_frame.C,
15391: types/pa_vstateless_class.h: 2*2 worked :)
15392:
15393: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15394: src/include/pa_exec.h, src/include/pa_string.h,
15395: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15396: passed OK
15397:
15398: * src/: classes/hash.C, classes/string.C, classes/table.C,
15399: types/pa_value.C: all linked todo: debug
15400:
15401: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15402: types/pa_vstateless_class.C: all compiled. todo:link
15403:
15404: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15405:
15406: * src/types/pa_vtable.C: pa_vtable.C compiled
15407:
15408: * src/types/pa_vstring.C: pa_vstring.C compiled
15409:
15410: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15411:
15412: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15413: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15414: pa_vstateless_class.C, pa_vstateless_class.h:
15415: pa_vstateless_class.C compiled
15416:
15417: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15418: types/pa_vmath.C: pa_vmail.C compiled
15419:
15420: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15421:
15422: * src/types/pa_vform.C: pa_vform.C compiled
15423:
15424: * src/types/pa_vfile.C: pa_vfile.C compiled
15425:
15426: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15427: pa_vstateless_class.C: pa_vcookie.C compiled
15428:
15429: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15430: types/pa_vhash.h: pa_value.C compiled
15431:
15432: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15433: classes.lib main.lib compiled
15434:
15435: * src/classes/void.C: void.C compiled
15436:
15437: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15438: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15439: compiled
15440:
15441: * src/: classes/string.C, include/pa_request.h,
15442: include/pa_string.h, main/pa_string.C: string.C compiled
15443:
15444: * src/: classes/op.C, classes/string.C, classes/table.C,
15445: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15446: main/pa_request.C, main/pa_string.C: op.C compiled
15447:
15448: * src/classes/: math.C, op.C: math.C compiled
15449:
15450: * src/: classes/mail.C, classes/string.C, classes/table.C,
15451: types/pa_vmail.h: mail.C compiled
15452:
15453: * src/classes/: int.C, table.C: int.C compiled
15454:
15455: * src/: classes/hash.C, classes/image.C, classes/string.C,
15456: classes/table.C, include/pa_memory.h, include/pa_string.h,
15457: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15458: compiled
15459:
15460: * src/: classes/hash.C, classes/string.C, classes/table.C,
15461: classes/void.C, classes/xdoc.C, include/pa_request.h,
15462: include/pa_sql_connection.h: hash.C compiled
15463:
15464: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15465: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15466: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15467: classes/math.C, classes/op.C, classes/response.C,
15468: classes/string.C, classes/table.C, classes/void.C,
15469: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15470: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15471: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15472: file.C table.C compiled
15473:
15474: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15475: main/untaint.C: main.lib compiled
15476:
15477: 2003-03-21 paf
15478:
15479: * src/: classes/op.C, include/pa_cache_managers.h,
15480: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15481: include/pa_stylesheet_manager.h, main/pa_exception.C,
15482: main/pa_globals.C, main/pa_sql_driver_manager.C,
15483: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15484: compiled
15485:
15486: * src/: classes/hash.C, classes/image.C, classes/op.C,
15487: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15488: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15489: main/compile.C, main/pa_common.C, main/pa_request.C,
15490: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15491: pa_request.C compiled
15492:
15493: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15494: include/pa_request.h, main/execute.C, main/pa_request.C,
15495: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15496: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15497: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15498: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15499: compiled
15500:
15501: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15502: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15503: on unix
15504:
15505: * src/: include/pa_charset.h, include/pa_charsets.h,
15506: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15507: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15508: pa_charsets.C compiled
15509:
15510: * src/: classes/image.C, classes/mail.C, classes/op.C,
15511: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15512: main/compile.y, main/execute.C, main/pa_common.C,
15513: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15514: types/pa_vcode_frame.h, types/pa_vimage.h,
15515: types/pa_vmethod_frame.h: execute.C compiled
15516:
15517: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15518: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15519: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15520: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15521: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15522: include/pa_cache_managers.h, include/pa_charsets.h,
15523: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15524: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15525: include/pa_sql_driver_manager.h, include/pa_string.h,
15526: include/pa_stylesheet_connection.h,
15527: include/pa_stylesheet_manager.h, include/pa_table.h,
15528: main/compile.C, main/compile.tab.C, main/compile.y,
15529: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15530: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15531: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15532: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15533: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15534: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15535: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15536: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15537: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15538: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15539: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15540: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15541: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15542: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15543: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15544: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15545: types/pa_vresponse.h, types/pa_vstateless_class.C,
15546: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15547: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15548: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15549: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15550: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15551: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15552: [C++ CORD wrapper]
15553:
15554: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15555:
15556: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15557: $file::exec/cgi[script; $.charset[this is script's charset]
15558:
15559: command line, env values, input got transcoded before call
15560: stdout, stderr got transcoded after call
15561:
15562: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15563: by default. use: ^file::exec[...;$.stdin[$request.body]
15564:
15565: * src/main/pa_common.C: } typo bug fix
15566:
15567: * src/main/pa_common.C: } typo bug fix
15568:
15569: 2003-03-20 paf
15570:
15571: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15572: main/untaint.C: cord bug fix, but still errors todo: clear out
15573:
15574: * src/include/pa_string.h: more tests
15575:
15576: * src/main/pa_string.C: string.pos fixed
15577:
1.116 moko 15578: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15579: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15580: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15581: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15582: replaces
1.95 moko 15583:
15584: * src/: classes/image.C, include/pa_dictionary.h,
15585: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15586: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15587: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15588: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15589:
15590: * src/include/pa_string.h: warning
15591:
15592: * src/include/pa_string.h: this_starts fixed
15593:
15594: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15595: new String ctor & append params convention
15596:
15597: * src/: classes/file.C, classes/hash.C, classes/image.C,
15598: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15599: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15600: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15601: main/pa_exception.C, main/pa_exec.C,
15602: main/pa_sql_driver_manager.C, main/pa_string.C,
15603: main/pa_stylesheet_manager.C, main/untaint.C,
15604: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15605: types/pa_vmail.C: more tests OK
15606:
15607: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15608: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15609: gc/exit runned OK
15610:
15611: * src/types/pa_vmail.C: another naming problem: should not name
15612: vars like that: unpredictable close caused problems with later
15613: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15614: descriptors missing on startup: stdin; Bad file number
15615:
15616: todo: find out why so many filters(stream) here. probably wrong?
15617:
15618: * src/: include/pa_dictionary.h, include/pa_string.h,
15619: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15620: main/untaint.C: test compiled
15621:
15622: * src/: classes/image.C, classes/mail.C, classes/math.C,
15623: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15624: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15625: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15626: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15627: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15628: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15629: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15630: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15631: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15632:
15633: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15634: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15635: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15636: src/include/pa_memory.h, src/include/pa_request.h,
15637: src/include/pa_request_charsets.h,
15638: src/include/pa_sql_connection.h, src/include/pa_string.h,
15639: src/main/compile.tab.C, src/main/execute.C,
15640: src/main/pa_charset.C, src/main/pa_common.C,
15641: src/main/pa_exception.C, src/main/pa_exec.C,
15642: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15643: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15644: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15645: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15646: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15647: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15648: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15649: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15650: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15651: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15652: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15653: pa_common.C [done, without http for now]
15654:
15655: 2003-03-19 paf
15656:
15657: * src/: classes/date.C, classes/form.C, classes/hash.C,
15658: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15659: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15660: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15661: include/pa_string.h, include/pa_table.h, main/compile.C,
15662: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15663: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15664: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15665: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15666: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15667: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15668: types/pa_vstateless_class.h, types/pa_vtable.C,
15669: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15670: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15671: types/pa_wwrapper.h: started test
15672:
1.116 moko 15673: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15674: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15675:
15676: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15677: include/pa_string.h, main/pa_string.C: string compiled todo: test
15678: it
15679:
15680: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15681: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15682: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15683: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15684: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15685: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15686: types/pa_vmethod_frame.h, types/types.dsp: string
15687: reimplementation with cord+array<fragment>: 70%
15688:
15689: 2003-03-18 paf
15690:
15691: * src/: classes/date.C, classes/file.C, classes/form.C,
15692: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15693: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15694: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15695: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15696: can ignore lang in cmp and pos really, but would
15697: split properly!
15698:
15699: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15700: cord part made parser/src/lib: it's not compiled into libgc by
15701: default
15702:
15703: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15704: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15705: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15706: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15707: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15708: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15709: src/classes/xnode.C, src/classes/xnode.h,
15710: src/include/Makefile.am, src/include/pa_cache_managers.h,
15711: src/include/pa_charset.h, src/include/pa_charsets.h,
15712: src/include/pa_common.h, src/include/pa_dictionary.h,
15713: src/include/pa_exception.h, src/include/pa_exec.h,
15714: src/include/pa_globals.h, src/include/pa_hash.h,
15715: src/include/pa_memory.h, src/include/pa_pool.h,
15716: src/include/pa_request.h, src/include/pa_request_charsets.h,
15717: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15718: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15719: src/include/pa_stylesheet_connection.h,
15720: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15721: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15722: src/main/compile.C, src/main/compile.tab.C,
15723: src/main/compile_tools.C, src/main/compile_tools.h,
15724: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15725: src/main/pa_charsets.C, src/main/pa_common.C,
15726: src/main/pa_dictionary.C, src/main/pa_exception.C,
15727: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15728: src/main/pa_pool.C, src/main/pa_request.C,
15729: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15730: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15731: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15732: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15733: src/types/pa_junction.h, src/types/pa_method.h,
15734: src/types/pa_value.C, src/types/pa_value.h,
15735: src/types/pa_vclass.C, src/types/pa_vclass.h,
15736: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15737: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15738: src/types/pa_vdouble.h, src/types/pa_venv.h,
15739: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15740: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15741: src/types/pa_vimage.C, src/types/pa_vimage.h,
15742: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15743: src/types/pa_vmath.C, src/types/pa_vmath.h,
15744: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15745: src/types/pa_vobject.C, src/types/pa_vobject.h,
15746: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15747: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15748: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15749: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15750: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15751: src/types/pa_vstring.h, src/types/pa_vtable.C,
15752: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15753: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15754: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15755: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15756: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15757: gc: PA_Object done lots of replacements also
15758:
15759: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15760: gc logging
15761:
15762: 2003-03-17 paf
15763:
15764: * src/: classes/date.C, classes/file.C, classes/form.C,
15765: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15766: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15767: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15768: include/pa_string.h, include/pa_types.h, main/compile.C,
15769: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15770: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15771: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15772: main/pa_sql_driver_manager.C, main/pa_string.C,
15773: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15774: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15775: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15776: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15777: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15778: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15779: types/pa_vxnode.h: libgc attempt
15780:
15781: 2003-03-13 paf
15782:
15783: * src/: include/pa_sql_driver_manager.h,
15784: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15785: called
15786:
15787: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15788: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15789: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15790: types/pa_value.h, types/pa_vobject.h,
15791: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15792: set_base, set_derived simplified [counter leaks fixed]
15793:
15794: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15795: src/types/types.dsp: incorporated status class patch From:
15796: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15797: 2003 8:14 AM
15798:
15799: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15800: Win32 specific: QuotaPeakNonPagedPoolUsage
15801: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15802:
15803: 2003-03-12 paf
15804:
1.116 moko 15805: * configure, configure.in, src/lib/ltdl/configure,
15806: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15807: lib/ltdl/Makefile now created by /configure.in only [were by
15808: lib/ltdl/configure.in OVERWRITE]
15809:
1.116 moko 15810: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15811: linkage fixed for g++ 3.2.2
1.95 moko 15812:
15813: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15814: on using privately declared class [fixed]
15815:
15816: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15817: 3.2 rightliy complained on using privately declared class [fixed]
15818:
15819: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15820: sigpipe before request constructor now causes death
15821:
15822: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15823: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15824: not cause exception in exception handler
15825:
1.116 moko 15826: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15827: now default links libstdc++ statically. that can be overriden by
15828: --with-dynamic-stdcpp
1.95 moko 15829:
15830: 2003-03-11 paf
15831:
15832: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15833: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15834: necessity of libstdc++
15835:
15836: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15837:
15838: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15839:
15840: 2003-03-08 paf
15841:
15842: * tests/Makefile: make install & co
15843:
15844: * src/: include/pa_request.h, classes/op.C: removing
15845: vclass,object.h -> pa_request.h dependency
15846:
15847: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15848: main/pa_request.C: removing vform,response,cookie.h ->
15849: pa_request.h dependency
15850:
15851: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15852: dependency [testing...]
15853:
15854: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15855: return 0; fixed
15856:
15857: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15858: types/pa_vmail.h: vmail.C received just compiled [not tested]
15859:
15860: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15861:
15862: * src/main/pa_request.C: forgotten: ifdef XML
15863:
15864: * src/main/pa_request.C: forgotten: ifdef XML
15865:
15866: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15867: win32 and run memleak tests again
15868:
15869: * src/targets/cgi/parser3.C: charsets: see some strange things with
15870: old xml lib-- it's internal memory handling has faults
15871:
15872: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15873: problems when transcode from charset A to A.
15874:
15875: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15876: todo: still problems when transcode from charset A to A.
15877:
15878: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15879: classes/table.C, include/pa_array.h,
15880: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15881: started full-scale-site-test [~ http://parser.ru sources]
15882:
15883: some fixes
15884:
15885: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15886: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15887: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15888: results/110.processed, results/111.processed,
15889: results/112.processed, results/113.processed,
15890: results/114.processed, results/115.processed,
15891: results/116.processed, results/117.processed,
15892: results/118.processed, results/119.processed,
15893: results/120.processed: xml: tests 109 dom create/show 110 xpath
15894: selectSingle 111 xdoc.create from tainted & 112
15895: xdoc.create/output with russian attr value 113 xpath
15896: selectString/Number 114 dom attributes.count 115 xpath selectBool
15897: 116 output media-type change 117 transform by dom stylesheet 118
15898: empty transform result 119 dom setAttribute 120 nbsp letter
15899: output
15900:
15901: =END OF PREPARED XML TESTS=
15902:
15903: 2003-03-07 paf
15904:
15905: * src/classes/xdoc.C, src/include/pa_charset.h,
15906: src/include/pa_stylesheet_connection.h, tests/108.html,
15907: tests/108.xsl, tests/results/108.processed: xml: test 108
15908: transform with params [bugs fixed]
15909:
15910: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15911: from copy/paste bug
15912:
15913: * src/classes/xdoc.C, src/include/pa_charset.h,
15914: src/include/pa_request.h, src/main/execute.C,
15915: src/main/pa_charset.C, src/main/pa_exception.C,
15916: src/main/pa_globals.C, src/main/pa_request.C,
15917: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15918: src/types/pa_vxnode.C, tests/107.html,
15919: tests/results/107.processed: xml: test: 107 bug fixes
15920:
15921: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15922: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15923: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15924:
15925: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15926: string
15927:
15928: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15929: mem alloc functions used for different cases [libxml, libxsl]
15930:
15931: * src/classes/classes.C: fixed: prevent system classes from
15932: modification to lock ALL the classes, not only directly used
15933:
15934: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15935: linked
15936:
15937: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15938:
15939: 2003-03-06 paf
15940:
15941: * src/classes/xdoc.C: xdoc.C 50%
15942:
15943: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15944: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15945: main/pa_globals.C, main/pa_request.C,
15946: main/pa_stylesheet_manager.C: xnode.C compiled
15947:
15948: * src/: include/pa_stylesheet_connection.h,
15949: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15950: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15951:
15952: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15953: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15954: xml: stylesheet&manager STARTED
15955:
15956: * src/: include/pa_globals.h, main/pa_charset.C,
15957: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15958:
15959: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15960: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15961: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15962: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15963: charsets
15964:
15965: * tests/023.html: in some cases it rounded up badly. postponing
15966: solution of that problem, making more simple test
15967:
15968: * tests/: 058_paf2000.png, results/058.processed: .png added with
15969: -kb now
15970:
15971: * src/: include/pa_charset.h, include/pa_charsets.h,
15972: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15973: moved to charsets.C
15974:
15975: 2003-03-05 paf
15976:
15977: * src/classes/string.C, src/include/pa_string.h,
15978: src/main/pa_string.C, tests/105.html,
15979: tests/results/105.processed: String::match bug fixed
15980:
15981: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15982: tests/results/104.processed: ^bpt operator added [does int3 in
15983: debug build on win32]
15984:
15985: * tests/: 057.html, results/057.processed: test bug fixed
15986:
1.116 moko 15987: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15988:
15989: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15990: missing
15991:
1.116 moko 15992: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15993: forgotten files added to Makes
1.95 moko 15994:
15995: * ltmain.sh: ltmain.sh added
15996:
15997: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15998: change undone ;(
15999:
16000: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16001: made static
16002:
16003: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16004: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16005: todo:make linker happy
1.95 moko 16006:
16007: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16008: env param made optional
16009:
16010: 2003-03-04 paf
16011:
16012: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16013: types/pa_vimage.h: number of gcc compiler bugs fixed
16014:
16015: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16016: results/103.processed: tests: 103 image.copy transparence test
16017:
16018: * src/main/execute.C, tests/101.html, tests/102.html,
16019: tests/results/101.processed, tests/results/102.processed: tests:
16020: 101 method/variable name conflict test 102 form fields change
16021: should not not change anything [bug fix]
16022:
16023: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16024: results/099.processed, results/100.processed: tests: 57 date
16025: create 2002: added 99,100 response:body/download
16026:
16027: * src/classes/image.C, tests/098.html, tests/098font.gif,
16028: tests/results/098.processed: test: 98 image font text [bug fixed]
16029:
16030: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16031: tests/results/097.processed: test: 97 file::load http:// [bugs
16032: fixed]
16033:
16034: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16035: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16036: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16037: image EXIF [bug fixed]
16038:
16039: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16040: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16041: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16042: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16043: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16044: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16045: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16046: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16047: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16048: tests/094.html, tests/095.html, tests/results/061.processed,
16049: tests/results/062.processed, tests/results/063.processed,
16050: tests/results/064.processed, tests/results/065.processed,
16051: tests/results/066.processed, tests/results/067.processed,
16052: tests/results/068.processed, tests/results/069.processed,
16053: tests/results/070.processed, tests/results/071.processed,
16054: tests/results/072.processed, tests/results/073.processed,
16055: tests/results/074.processed, tests/results/075.processed,
16056: tests/results/076.processed, tests/results/077.processed,
16057: tests/results/078.processed, tests/results/080.processed,
16058: tests/results/081.processed, tests/results/082.processed,
16059: tests/results/083.processed, tests/results/084.processed,
16060: tests/results/085.processed, tests/results/086.processed,
16061: tests/results/087.processed, tests/results/088.processed,
16062: tests/results/089.processed, tests/results/090.processed,
16063: tests/results/091.processed, tests/results/092.processed,
16064: tests/results/093.processed, tests/results/094.processed,
16065: tests/results/095.processed, tests/079.html,
16066: tests/results/079.processed: tests: 61 file::stat size 62
16067: string->int autoconvert 63 double .int,dec,div,mul 64 date
16068: compare 65 file: basename,justname,justext 66 math:crypt 67
16069: string.match simple on long 68 string.match normalized simple on
16070: long 69 string.int 70 file::stat content-type 71 table.join 72
16071: hash parameter conditional pass 73 date daylightsaving,yearday 74
16072: date arithmetics 75 response date values/attributes 76 string.pos
16073: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16074: with local 80 scientific numeric literal in string autoconvert 81
16075: xor: logical and numerical 82 for delims 83 menu delims 84
16076: table.hash distinct 85 long string replace 86 throw+catch
16077: current language preserve 87 bit shifts 88 junction tests +
16078: $caller test 89 hash.foreach selfmodification 90 int/void to int
16079: 91 $caller test 92 junction is + def junction tests 93 $caller
16080: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16081:
16082: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16083: fixed] 60 string eq string [bug fixed]
16084:
16085: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16086: 058.html, 058_paf2000.png, 059.html, 060.html,
16087: results/053.processed, results/054.processed,
16088: results/055.processed, results/056.processed,
16089: results/057.processed, results/058.processed,
16090: results/059.processed, results/060.processed: test: 53
16091: string.replace 54 junctions 55 table.hash 56 call indirect 57
16092: date.create[string] 58 image.measure[png]
16093:
16094: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16095: outputs/051.processed, results/052.processed: test: 52
16096: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16097: task: fix that
16098:
16099: 2003-03-03 paf
16100:
16101: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16102: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16103: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16104: outputs/049.processed, outputs/050.processed,
16105: outputs/051.processed, results/001.processed,
16106: results/002.processed, results/003.processed,
16107: results/005.processed, results/006.processed,
16108: results/008.processed, results/009.processed,
16109: results/011.processed, results/012.processed,
16110: results/013.processed, results/014.processed,
16111: results/015.processed, results/016.processed,
16112: results/017.processed, results/020.processed,
16113: results/021.processed, results/022.processed,
16114: results/024.processed, results/025.processed,
16115: results/026.processed, results/027.processed,
16116: results/028.processed, results/029.processed,
16117: results/030.processed, results/031.processed,
16118: results/049.processed, results/050.processed,
16119: results/051.processed, results/043.processed,
16120: results/044.processed, results/045.processed,
16121: results/046.processed, results/047.processed,
16122: results/048.processed: tests: 43,44,45 date rolls 46
16123: autoevaluating junction 47 table.select 48 name with subvar 49
16124: hash-creating switch 50 process 51 started parent/child, works as
16125: it were but it were NOT GOOD, created separate task to fix that
16126:
16127: * tests/: 042.html, results/042.processed: test: 42
16128: exception.handled
16129:
16130: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16131: expression
16132:
16133: * tests/: 040.html, results/040.processed: test: 39 method result
16134: of type table 40 method param junction auto evaluate
16135:
16136: * tests/: 039.html, results/039.processed: test: 37 method result
16137: of type table
16138:
16139: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16140: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16141: tests/038.html, tests/results/033.processed,
16142: tests/results/034.processed, tests/results/035.processed,
16143: tests/results/036.processed, tests/results/037.processed,
16144: tests/results/038.processed: tests: 33 string.replace 34
16145: string.upper 35 table created 36 local/global vars with juntions
16146: 37 table clone 38 math PI & number formatting
16147:
16148: math class registring typo fixed
16149:
16150: * src/classes/op.C, src/include/pa_request.h,
16151: src/include/pa_string.h, src/main/execute.C,
16152: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16153: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16154: tests/032.html, tests/results/032.processed: uchar changed to
16155: String_UL in all places [was not everywhere] untaint test: 032
16156:
16157: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16158: tests/results/004.processed, tests/parser-cygwin.sh,
16159: tests/parser-unix.sh: removed -H command line key, now testing
16160: using .sh file with SERVER_SOFTWARE=xxx
16161:
16162: 2003-02-26 paf
16163:
16164: * src/main/execute.C, src/types/pa_vstateless_class.h,
16165: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16166: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16167: tests/results/024.processed, tests/results/025.processed,
16168: tests/results/026.processed, tests/results/027.processed,
16169: tests/results/028.processed, tests/results/029.processed,
16170: tests/results/030.processed, tests/results/031.processed: fixed
16171: bug with name_cstr mutable CharPtr more tests
16172:
16173: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16174: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16175: << abort. die now just exits
16176:
16177: * src/classes/classes.awk, src/classes/classes.h,
16178: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16179: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16180: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16181: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16182: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16183: src/classes/xnode.C, src/include/pa_memory.h,
16184: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16185: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16186: src/types/pa_vform.C, tests/015.html, tests/016.html,
16187: tests/017.html, tests/018.html, tests/019.html,
16188: tests/019paf2001.gif, tests/020.html, tests/021.html,
16189: tests/022.html, tests/023.html, tests/022_dir/a.html,
16190: tests/022_dir/b.txt, tests/022_dir/c.htm,
16191: tests/results/015.processed, tests/results/016.processed,
16192: tests/results/017.processed, tests/results/018.processed,
16193: tests/results/019.processed, tests/results/020.processed,
16194: tests/results/021.processed, tests/results/022.processed,
16195: tests/results/023.processed: methoded_array now contains all Mxxx
16196: classes SAPI::get_env now returns info on pool more tests
16197:
16198: * src/include/pa_array.h, src/include/pa_hash.h,
16199: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16200: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16201: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16202: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16203: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16204: tests/results/001.processed, tests/results/002.processed,
16205: tests/results/003.processed, tests/results/004.processed,
16206: tests/results/005.processed, tests/results/006.processed,
16207: tests/results/007.processed, tests/results/008.processed,
16208: tests/results/009.processed, tests/results/010.processed,
16209: tests/results/011.processed, tests/results/012.processed,
16210: tests/results/013.processed, tests/results/014.processed: hash
16211: cloning fixed
16212:
16213: 2003-02-25 paf
16214:
16215: * src/main/pa_common.C: typo fixed
16216:
16217: 2003-02-24 paf
16218:
16219: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16220: [one remained]
16221:
16222: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16223: [should have been get_string(&pool)] todo: check other such calls
16224:
16225: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16226: test10, bad lookups
16227:
16228: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16229: object got destructed, and xxx points to sky
16230:
16231: * ChangeLog, src/classes/string.C: match bug fixed
16232:
16233: * src/types/pa_vmail.C: body [text/html] transcoded to
16234: $.charset[specified] now
16235:
16236: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16237: which failed to handle sigsetjmp+throw: crashed inside of
16238: pre-throw code. rewritten simplier [though duplicating
16239: closesocket code]
16240:
16241: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16242: which failed to handle sigsetjmp+throw: crashed inside of
16243: pre-throw code. rewritten simplier [though duplicating
16244: closesocket code]
16245:
16246: 2003-02-21 paf
16247:
16248: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16249: $cookie:name[$.expires[date << can be now]]
16250:
16251: written makefile with regression tests [raw]
16252:
16253: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16254: tests' only [it's not forcing CGI mode now] now use -H to output
16255: CGI header when parser used in command line [useful for tests
16256: also]
16257:
16258: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16259: switches on CGI mode, and is used in regression tests
16260:
16261: * src/: include/pa_request.h, main/pa_request.C,
16262: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16263: fixed
16264:
16265: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16266: handling pa_*
16267:
16268: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16269: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16270: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16271: memory handling files
16272:
16273: * src/main/pa_array.C: pool::format_integer terminator fixed
16274:
16275: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16276: compiles OK test to show benefits of free
16277:
16278: * src/: classes/file.C, classes/image.C, classes/mail.C,
16279: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16280: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16281: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16282: use pool [as the one in ^process]
16283:
16284: * src/classes/op.C: fixed process. sould now check for all cstr's
16285: -- some must use pool [as the one in ^process]
16286:
16287: 2003-02-20 paf
16288:
16289: * src/: classes/date.C, classes/double.C, classes/file.C,
16290: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16291: classes/math.C, classes/op.C, classes/response.C,
16292: classes/string.C, classes/table.C, classes/void.C,
16293: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16294: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16295: string cmp fixed
16296:
16297: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16298: values passed OK now
16299:
16300: 2003-02-19 paf
16301:
16302: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16303: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16304: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16305: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16306: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16307: all remaning leaks resulted from pooled::malloc calls [excluding
16308: in gd -- planning complete rewrite extremely ugly code]
16309:
16310: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16311: files
16312:
16313: 2003-02-17 paf
16314:
16315: * src/: classes/date.C, classes/double.C, classes/file.C,
16316: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16317: classes/response.C, classes/string.C, classes/table.C,
16318: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16319: include/pa_stylesheet_connection.h,
16320: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16321: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16322: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16323: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16324: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16325: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16326: of unitialized simple-typed field
16327:
16328: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16329: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16330: simple-typed field fixed. todo: find&kill all like that one
16331:
16332: * src/: main/execute.C, targets/cgi/pa_pool.C,
16333: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16334: debug output fixed
16335:
16336: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16337: main/pa_request.C: stack-stored items need extra .ref to prevent
16338: object_ptr from delete[them]
16339:
16340: * src/: classes/date.C, classes/op.C, classes/table.C,
16341: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16342: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16343: main/pa_charset.C, main/pa_common.C,
16344: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16345: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16346: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16347: calls
16348:
16349: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16350: couple mem leaks rusulted from old pooled::malloc usage.
16351: todo:find more like those
16352:
16353: * src/main/: compile.C, compile_tools.C: 2*2!
16354:
16355: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16356: stackItem fixed [there were no string on stack before]
16357:
16358: * src/: main/execute.C, main/pa_request.C,
16359: types/pa_vmethod_frame.C: first letters out OK
16360:
16361: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16362: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16363: main/pa_string.C, main/untaint.C, types/pa_value.h,
16364: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16365: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16366: type not initialized with zeros :( while class fields of class
16367: types initialized with default constructors. learn C++
16368:
16369: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16370: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16371: classes/math.C, classes/xdoc.C, classes/xnode.C,
16372: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16373: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16374:
16375: 2003-02-14 paf
16376:
16377: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16378: 13 link errors
16379:
16380: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16381: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16382: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16383: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16384: errors :)
16385:
16386: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16387: classes/hash.C, classes/mail.C, classes/op.C,
16388: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16389: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16390: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16391: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16392:
16393: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16394: classes/table.C, include/pa_common.h, include/pa_globals.h,
16395: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16396: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16397: types/pa_vint.h, types/types.dsp: op compiled
16398:
16399: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16400: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16401: main/untaint.C, types/pa_vtable.h: string, response compiled
16402:
16403: 2003-02-07 paf
16404:
16405: * src/: classes/table.C, types/pa_vtable.h: table compiled
16406:
16407: 2003-02-06 paf
16408:
16409: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16410: mail compiled
16411:
16412: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16413: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16414: types/pa_vfile.h, types/pa_vimage.h: image compiled
16415:
16416: * src/classes/: file.C, form.C: form compiled
16417:
16418: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16419: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16420: types/pa_vfile.C, types/pa_vfile.h: file compiled
16421:
16422: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16423: types/pa_vmath.h: math compiled [win32]
16424:
16425: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16426: types/pa_vstring.h: hash compiled
16427:
16428: 2003-02-04 paf
16429:
16430: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16431: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16432: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16433: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16434: types/pa_vhash.h: hash 50% compiled
16435:
16436: * src/: classes/date.C, classes/file.C, classes/hash.C,
16437: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16438: classes/string.C, classes/table.C, classes/xdoc.C,
16439: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16440: main/pa_string.C: date compiled
16441:
16442: * src/classes/: classes.dsp, double.C: double compiled
16443:
16444: * src/: classes/date.C, classes/double.C, classes/file.C,
16445: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16446: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16447: classes/string.C, classes/table.C, classes/void.C,
16448: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16449: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16450: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16451: compiled
16452:
16453: * src/: classes/date.C, classes/double.C, classes/file.C,
16454: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16455: classes/math.C, classes/op.C, classes/response.C,
16456: classes/string.C, classes/table.C, classes/void.C,
16457: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16458: types/pa_vvoid.h: void compiled :)
16459:
16460: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16461: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16462: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16463: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16464: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16465: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16466: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16467: types/pa_vresponse.C, types/pa_vstateless_class.C,
16468: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16469: types/pa_wcontext.C, types/types.dsp: removed stupid
16470: value_includes.h
16471:
16472: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16473: trying to remove stupid value_includes.h
16474:
16475: * src/main/pa_exec.C: pa_exec compiled on win32
16476:
16477: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16478:
16479: * src/: include/pa_globals.h, include/pa_request.h,
16480: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16481: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16482: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16483: types/pa_vrequest.C, types/pa_vstateless_class.C,
16484: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16485:
16486: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16487: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16488: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16489:
16490: * src/: include/pa_array.h, include/pa_config_includes.h,
16491: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16492: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16493: compiled
16494:
16495: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16496: name conflicts)
16497:
16498: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16499: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16500: yelds "virtual memory exhausted" while trying to compile
16501: execute.C [eating up to 127MB]
16502:
16503: 2003-02-03 paf
16504:
16505: * src/: include/pa_config_includes.h, include/pa_hash.h,
16506: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16507: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16508: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16509: types/pa_vint.h, types/pa_vjunction.h,
16510: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16511: started gcc compiling pa_common compiled
16512:
16513: * src/: include/pa_exception.h, include/pa_pool.h,
16514: main/pa_exception.C: exception gcc change #1
16515:
1.116 moko 16516: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16517: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16518:
16519: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16520:
16521: * src/types/pa_vtable.C: vtable compiled
16522:
16523: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16524:
16525: * src/: include/pa_cache_managers.h, main/pa_request.C,
16526: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16527:
16528: * src/types/pa_vstateless_class.C: vstateless_class compiled
16529:
16530: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16531:
16532: * src/types/pa_vrequest.C: vrequest compiled
16533:
16534: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16535: pa_vobject.C, pa_vobject.h: vobject compiled
16536:
16537: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16538: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16539: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16540: compiled
16541:
16542: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16543:
16544: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16545: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16546: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16547: compiled
16548:
16549: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16550: main.lib - 0 error(s), 0 warning(s)
16551:
16552: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16553: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16554:
16555: 2003-01-31 paf
16556:
16557: * src/: include/pa_array.h, include/pa_operation.h,
16558: include/pa_request.h, main/execute.C, main/main.dsp,
16559: types/pa_vjunction.h: started last file from main library:
16560: execute
16561:
16562: * src/: include/pa_request.h, include/pa_sapi.h,
16563: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16564: main/pa_request.C, targets/cgi/parser3.C,
16565: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16566: types/pa_vhash.h: pa_request compiled
16567:
16568: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16569: include/pa_globals.h, include/pa_request.h,
16570: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16571: main/execute.C, main/main.dsp, main/pa_common.C,
16572: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16573: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16574: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16575: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16576: types/types.dsp: most pa_request compiled
16577:
16578: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16579: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16580: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16581: classes/op.C, classes/response.C, classes/string.C,
16582: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16583: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16584: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16585: include/pa_config_fixed.h, include/pa_config_includes.h,
16586: include/pa_dictionary.h, include/pa_dir.h,
16587: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16588: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16589: include/pa_pool.h, include/pa_request.h,
16590: include/pa_request_charsets.h, include/pa_request_info.h,
16591: include/pa_sapi.h, include/pa_socks.h,
16592: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16593: include/pa_stack.h, include/pa_string.h,
16594: include/pa_stylesheet_connection.h,
16595: include/pa_stylesheet_manager.h, include/pa_table.h,
16596: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16597: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16598: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16599: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16600: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16601: main/compile.C, main/compile.tab.C, main/compile.y,
16602: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16603: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16604: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16605: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16606: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16607: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16608: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16609: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16610: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16611: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16612: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16613: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16614: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16615: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16616: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16617: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16618: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16619: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16620: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16621: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16622: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16623: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16624: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16625: types/pa_vresponse.h, types/pa_vstateless_class.C,
16626: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16627: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16628: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16629: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16630: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16631: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16632:
16633: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16634: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16635: src/include/pa_charsets.h, src/include/pa_common.h,
16636: src/include/pa_dictionary.h, src/include/pa_exception.h,
16637: src/include/pa_exec.h, src/include/pa_pool.h,
16638: src/include/pa_request.h, src/include/pa_sapi.h,
16639: src/include/pa_sql_connection.h,
16640: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16641: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16642: src/main/compile.tab.C, src/main/compile_tools.C,
16643: src/main/compile_tools.h, src/main/main.dsp,
16644: src/main/pa_charset.C, src/main/pa_charsets.C,
16645: src/main/pa_common.C, src/main/pa_dictionary.C,
16646: src/main/pa_exception.C, src/main/pa_exec.C,
16647: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16648: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16649: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16650: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16651: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16652: src/types/pa_vdouble.h, src/types/pa_venv.h,
16653: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16654: src/types/pa_vhash.h, src/types/pa_vimage.C,
16655: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16656: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16657: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16658: src/types/pa_vobject.C, src/types/pa_vobject.h,
16659: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16660: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16661: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16662: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16663: src/types/pa_vstring.h, src/types/pa_vtable.h,
16664: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16665: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16666: died, long live StringPtr
16667:
16668: 2003-01-30 paf
16669:
16670: * src/: include/pa_charset.h, include/pa_request.h,
16671: include/pa_sql_driver_manager.h, main/compile.tab.C,
16672: main/compile.y, main/compile_tools.h, main/pa_request.C,
16673: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16674:
16675: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16676: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16677: types/pa_vhash.h, types/pa_vmethod_frame.h,
16678: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16679: types/types.dsp: vstateless_class compiled
16680:
16681: * src/main/compile.C: compile compiled
16682:
16683: * src/: include/pa_array.h, include/pa_operation.h,
16684: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16685: main/pa_table.C: compile_tools compiled
16686:
16687: * src/: include/pa_operation.h, main/compile.y,
16688: main/compile_tools.C, main/compile_tools.h: started
16689: compile_tools. vagues ideas of how to free compiled code
16690:
16691: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16692: main/main.dsp, types/pa_value.C, types/pa_value.h,
16693: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16694: compiled
16695:
16696: 2003-01-29 paf
16697:
16698: * src/: include/pa_globals.h, include/pa_request.h,
16699: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16700: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16701: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16702: compiled
16703:
16704: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16705: now
16706:
16707: * src/: include/pa_array.h, include/pa_exception.h,
16708: include/pa_pool.h, main/pa_exception.C: gd compiled
16709:
16710: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16711: compiled
16712:
16713: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16714: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16715: types/pa_vfile.h: vfile compiled
16716:
16717: * src/: include/pa_common.h, include/pa_globals.h,
16718: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16719: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16720: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16721:
16722: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16723: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16724: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16725: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16726: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16727:
16728: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16729: main/main.dsp, main/untaint.C: more compiled
16730:
16731: * src/: include/pa_charsets.h, include/pa_request.h,
16732: include/pa_request_info.h, include/pa_string.h,
16733: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16734: types/pa_vresponse.h: vrequest compiled
16735:
16736: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16737: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16738: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16739:
16740: * src/: classes/classes.h, include/pa_charset.h,
16741: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16742: include/pa_request.h, include/pa_string.h, main/main.dsp,
16743: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16744: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16745: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16746: types/pa_vrequest.C, types/pa_vrequest.h,
16747: types/pa_vstateless_class.h, types/pa_vstring.h,
16748: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16749:
16750: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16751: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16752: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16753: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16754: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16755: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16756: types/pa_vobject.h, types/pa_vstateless_class.h,
16757: types/pa_vstateless_object.h, types/pa_vstatus.h,
16758: types/pa_vstring.h, types/types.dsp: vmath compiled
16759:
16760: 2003-01-28 paf
16761:
16762: * src/: classes/classes.h, classes/date.C, classes/file.C,
16763: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16764: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16765: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16766: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16767: compile_tools
16768:
16769: * src/: include/pa_charset.h, include/pa_exception.h,
16770: include/pa_request.h, include/pa_string.h, main/untaint.C:
16771: untaint compiled
16772:
16773: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16774: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16775: more compiled. struck with string::store_to needing to know
16776: source/client charsets
16777:
16778: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16779: types/pa_vfile.h: uue compiled
16780:
16781: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16782: table compiled
16783:
16784: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16785: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16786:
16787: * src/: include/pa_charset.h, main/pa_charset.C,
16788: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16789: introduced]
16790:
16791: * src/: classes/date.C, include/pa_charset.h,
16792: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16793: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16794: pa_charsets compiled
16795:
16796: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16797: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16798:
16799: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16800: common compiled
16801:
16802: * src/: include/pa_charsets.h, main/pa_charsets.C,
16803: main/pa_sql_driver_manager.C: pa_charsets compiled
16804:
16805: * src/: include/pa_array.h, include/pa_charset.h,
16806: include/pa_charsets.h, include/pa_pool.h,
16807: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16808: include/pa_stack.h, include/pa_string.h,
16809: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16810: sql_driver_manager compiled
16811:
16812: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16813: letter i with two dots added to koi, all ukranian letters added
16814: to win1251.
16815:
16816: typographic simbol 0xb9 deleted from win1251 [strange one & were
16817: abscent from koi]
16818:
16819: 2003-01-27 paf
16820:
16821: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16822: include/pa_sql_driver_manager.h, include/pa_string.h,
16823: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16824: sql/pa_sql_driver.h: paused on sql_manager
16825:
16826: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16827: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16828: include/pa_stack.h, main/pa_sql_driver_manager.C,
16829: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16830:
16831: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16832: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16833: include/pa_table.h, main/pa_sql_driver_manager.C,
16834: main/pa_table.C: table compiled
16835:
16836: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16837: cache_managers compiled
16838:
16839: * src/: include/pa_array.h, include/pa_charset.h,
16840: include/pa_pool.h, main/pa_charset.C: charset compiled
16841:
16842: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16843:
16844: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16845: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16846: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16847: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16848: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16849:
16850: 2003-01-24 paf
16851:
16852: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16853: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16854: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16855: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16856: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16857: types/pa_vint.h, types/pa_vjunction.h,
16858: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16859: types/pa_vstatus.h, types/pa_vstring.h: more patched
16860:
16861: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16862: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16863: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16864: main/pa_string.C, main/pa_table.C: string compiled
16865:
16866: * src/: include/pa_array.h, include/pa_common.h,
16867: include/pa_dictionary.h, include/pa_exception.h,
16868: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16869: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16870: main/pa_string.C: dictionary compiled
16871:
16872: 2003-01-23 paf
16873:
16874: * src/: include/pa_array.h, include/pa_common.h,
16875: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16876: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16877: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16878: types/pa_value.h: resurrected pool in new sense: now it's
16879: factory, producing&accounting memory chunks for read[autofree]
16880: buffers
16881:
16882: * src/: include/pa_array.h, include/pa_exception.h,
16883: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16884: main/pa_exception.C, main/pa_table.C: table compiled
16885:
16886: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16887: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16888: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16889: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16890: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16891: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16892: main/pa_table.C: aint that easy
16893:
16894: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16895: main/main.dsp: continued with Hash
16896:
16897: * src/main/pa_common.C: connect_string allocated on heap[wes on
16898: stack] now. and exception can be reported OK now [can be reported
16899: outside of pro c with that stack]
16900:
16901: 2003-01-22 paf
16902:
16903: * src/: include/pa_array.h, include/pa_charset.h,
16904: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16905: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16906: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16907: base: contains references_count. auto_ptr template calls
16908: add_ref/release
16909:
16910: 2003-01-21 paf
16911:
16912: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16913: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16914: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16915: classes/op.C, classes/response.C, classes/string.C,
16916: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16917: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16918: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16919: include/pa_config_fixed.h, include/pa_config_includes.h,
16920: include/pa_dictionary.h, include/pa_dir.h,
16921: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16922: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16923: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16924: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16925: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16926: include/pa_stack.h, include/pa_string.h,
16927: include/pa_stylesheet_connection.h,
16928: include/pa_stylesheet_manager.h, include/pa_table.h,
16929: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16930: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16931: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16932: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16933: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16934: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16935: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16936: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16937: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16938: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16939: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16940: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16941: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16942: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16943: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16944: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16945: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16946: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16947: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16948: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16949: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16950: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16951: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16952: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16953: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16954: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16955: types/pa_vstateless_object.h, types/pa_vstatus.C,
16956: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16957: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16958: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16959: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16960: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16961: 2002->2003
16962:
16963: 2003-01-16 paf
16964:
16965: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16966: src/main/pa_globals.C: http:// introducing $.any-status(1)
16967:
16968: * operators.txt, src/include/pa_config_fixed.h,
16969: src/main/pa_common.C: http request now return status. and not
16970: fail on status!=200
16971:
16972: 2003-01-15 paf
16973:
16974: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16975:
16976: 2003-01-14 paf
16977:
16978: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16979: mkinstalldirs: removed some ancient files [they in / really]
16980:
16981: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16982: regretfully needed patch in two places. in config_fixed.h made
16983: stubs for lib to compile in MSVC
16984:
16985: 2003-01-13 paf
16986:
16987: * config.guess, config.sub, ltmain.sh: removed last piece of
16988: configure.in(libtool) hacks
16989:
1.116 moko 16990: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16991: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16992: ltdl.h: moved to latest libtool (1.4.3)
16993:
16994: 2003-01-10 paf
16995:
16996: * src/lib/ltdl/: configure, configure.in: PROG_NM
16997:
16998: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16999: patches. libxml2 >= 2.5.1
17000: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17001: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17002: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17003:
17004: * INSTALL: moved to latest versions of xml libs libxml2 >=
17005: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17006: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17007: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17008:
17009: 2003-01-09 paf
17010:
17011: * INSTALL: xml,xslt,gdome lib urls updated
17012:
17013: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17014: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17015: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17016: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17017: 1.7.2
1.95 moko 17018:
17019: * depcomp: moving to automake 1.7.2
17020:
17021: 2002-12-27 paf
17022:
17023: * src/include/pa_version.h: 0007
17024:
17025: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17026: outdated parts, made links to language docs
17027:
17028: * src/include/pa_config_auto.h.in: comment
17029:
17030: 2002-12-26 paf
17031:
17032: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17033: not contain trailing / fixed.
17034:
17035: * INSTALL: changing SAFE_MODE politics
17036:
17037: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17038:
17039: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17040:
17041: 2002-12-25 paf
17042:
17043: * src/main/pa_globals.C: optimized-xml
17044:
17045: * src/main/pa_globals.C: optimized-as-is
17046:
17047: 2002-12-24 paf
17048:
17049: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17050: fixed [were really called with zero size when .html?a=&b=]
17051:
17052: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17053: with --with-sendmail
17054:
17055: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17056: fixed]
17057:
17058: 2002-12-23 paf
17059:
17060: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17061: ignoring parameters & were storing only string with default
17062: expires
17063:
17064: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17065: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17066: December 23, 2002 4:22 AM Subject: bug â
17067: Charset::transcode_buf2xchar
17068:
17069: 2002-12-20 paf
17070:
17071: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17072: non-cgi [script] runs
17073:
17074: 2002-12-19 paf
17075:
17076: * INSTALL: --without-iconv recommended [it crashes on some systems
17077: [tested on elik]] moreover, it's not needed there [parser
17078: registers charsets itself]
17079:
17080: * INSTALL: --without-iconv recommended [it crashes on some systems
17081: [tested on elik]]
17082:
17083: * operators.txt, src/include/pa_globals.h,
17084: src/include/pa_request.h, src/main/pa_globals.C,
17085: src/main/pa_request.C: $response:download
17086:
17087: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17088: compiler [win32]].
17089:
17090: 2002-12-18 paf
17091:
17092: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17093:
17094: 2002-12-17 paf
17095:
17096: * src/targets/cgi/parser3.C: merged die&iis changes
17097:
17098: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17099: to exit(1) 2. more flexible iilegal call check
17100:
17101: 2002-12-16 paf
17102:
17103: * ltmain.sh: some automakes silly insist on having this handy
17104:
17105: * src/main/untaint.C: filespec russian small 'r' changed to latin
17106: 'p' bug fix
17107:
17108: 2002-12-15 paf
17109:
17110: * src/main/untaint.C: filespec russian small 'r' changed to latin
17111: 'p'
17112:
17113: * configure.in, src/include/pa_config_auto.h.in,
17114: src/main/compile.C, src/main/pa_common.C: merged small changes
17115: from branch 6 to HEAD
17116:
17117: * src/main/compile.C: removed warning
17118:
17119: * src/main/pa_common.C: ftruncate having checked
17120:
17121: * configure.in, src/include/pa_version.h: new version
17122:
17123: 2002-12-14 paf
17124:
17125: * src/classes/table.C: removed unnecessary code
17126:
17127: * src/sql/pa_sql_driver.h: exception type fixed
17128:
17129: 2002-12-09 paf
17130:
17131: * src/types/pa_vvoid.h: $void.store[now] error
17132:
17133: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17134:
17135: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17136: tries to write core dump
17137:
17138: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17139:
17140: * src/: classes/hash.C, classes/string.C, classes/table.C,
17141: classes/void.C, main/pa_sql_driver_manager.C,
17142: sql/pa_sql_driver.h: changed exception handling mech in sql
17143: handlers #2
17144:
17145: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17146: exception handling mech in sql handlers
17147:
17148: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17149: handlers
17150:
17151: * src/: classes/hash.C, classes/string.C, classes/table.C,
17152: classes/void.C, main/pa_sql_driver_manager.C,
17153: sql/pa_sql_driver.h: changed exception handling mech in sql
17154: handlers
17155:
1.116 moko 17156: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17157: to write makefile which used libtool to install things, which is
17158: not needed
1.95 moko 17159:
17160: 2002-12-06 paf
17161:
17162: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17163: $hash.fields -- pseudo field to make 'hash' more like 'table'
17164:
17165: 2002-12-05 paf
17166:
17167: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17168: cc/bcc OK now
17169:
17170: * src/main/untaint.C: mail header closed properly
17171:
17172: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17173: header ',' allowed. still bugs in smtp [only one receiptient
17174: works, cc, bcc ignored now, and MAILED ;)]
17175:
17176: [strncpy killed, memnchr used]
17177:
17178: * src/main/pa_table.C: table-copy now current=0
17179:
17180: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17181: lowlevel proc
17182:
17183: * src/targets/cgi/parser3.C: more checks on
17184: http://domain/parser.cgi start [maybe some getenv returns "",
17185: checked that now
17186:
17187: * src/targets/cgi/parser3.C: more checks on
17188: http://domain/parser.cgi start [maybe some getenv returns "",
17189: checked that now
17190:
17191: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17192: out-of-mem errors reached log]
17193:
17194: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17195: mail:send MIME-Version default
17196:
17197: * src/main/main.dsp: pa_version included into main.dsp
17198:
17199: 2002-12-04 paf
17200:
17201: * src/types/pa_vform.C: $form:field string value cut by premature 0
17202:
17203: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17204: lib/libltdl -> lib/ltdl Win32 changes. s
17205:
17206: * src/classes/classes.awk: more strict *.C$
17207:
17208: * gnu.dsp: restored
17209:
1.116 moko 17210: * configure.in, gnu.dsp, src/lib/Makefile.am,
17211: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17212: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17213: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17214: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17215: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17216: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17217: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17218: now created with /configure, not ltdl/configure, so it does have
17219: no problems with automake. ltdl/configure
17220: AC_OUTPUT(Makefile<<removed)
1.95 moko 17221:
17222: 2002-12-02 paf
17223:
17224: * operators.txt: removed outdated status:db
17225:
17226: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17227: src/main/pa_common.C, src/main/pa_request.C,
17228: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17229: tainted parts becomes http-header
17230:
17231: 2002-11-29 paf
17232:
17233: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17234: dates now objects of type date
17235:
17236: * src/classes/image.C: file.seek removed [it were used in image.C
17237: only, and for parser user this means that jpeg image has bad
17238: size in fragment's header] now used image.format
17239:
17240: * src/: include/pa_common.h, main/pa_common.C,
17241: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17242: now handled exactly like $response:header values. e.g. can be
17243: hash [can have subattributes] & contain date values.
17244:
17245: * src/main/pa_common.C: http:// param values lang forced URI
17246:
17247: * src/main/pa_common.C: http:// tainted partes now %xx
17248:
17249: 2002-11-28 paf
17250:
17251: * operators.txt: http.timeout
17252:
17253: * src/classes/image.C: ^image.length now counts interchar space.
17254: plus space after last char
17255:
17256: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17257:
17258: * src/classes/image.C: ^image.font width measurer now scans full
17259: height [were -1]
17260:
17261: * configure.in: stopped double libltdl/Makefile generation
17262:
17263: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17264: chars [one top horizontal line of 1pixel height were missing]
17265:
17266: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17267: 'false' to go into (Hash *) parameter
17268:
17269: 2002-11-27 paf
17270:
17271: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17272: types/pa_vmail.C: response:body[file] if file nows it's name now
17273: returns content-disposition: >>attachment<<
17274:
17275: * src/classes/image.C: ^image.font << bad font file-size now
17276: properly reported
17277:
17278: 2002-11-26 paf
17279:
17280: * src/main/pa_request.C: fixed lang in reponse header
17281:
17282: * src/main/pa_common.C: utf8 prefix ignored @read text
17283:
17284: * operators.txt, src/main/pa_common.C: http:// response status!=200
17285: made exception: http.status with source=bad status#
17286:
17287: 2002-11-25 paf
17288:
17289: * configure.in, src/classes/image.C,
17290: src/include/pa_config_auto.h.in,
17291: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17292: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17293: const void related probs fixed
1.95 moko 17294:
17295: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17296:
17297: $file[^file::load[http://there]] $file.SERVER
17298:
17299: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17300: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17301: http options [invalid onces now reported] made default
17302: user-agent: paf
17303:
17304: * operators.txt, src/classes/file.C, src/classes/table.C,
17305: src/classes/xdoc.C, src/include/pa_common.h,
17306: src/include/pa_globals.h, src/main/pa_common.C,
17307: src/main/pa_globals.C, src/main/pa_request.C,
17308: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17309: now understand http:// prefix and additional params, sample:
17310: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17311: $.USER-AGENT[parser3] ]]
17312:
17313: 2002-11-22 paf
17314:
17315: * src/classes/image.C, src/include/pa_globals.h,
17316: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17317: src/types/pa_vimage.h, operators.txt: $image.exif support
17318: $image.exif.DateTime & co
17319:
17320: 2002-11-21 paf
17321:
17322: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17323: _PASS_APPENDED)
17324:
17325: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17326: EXIF information [were big block and it's size were considered
17327: negative :(]
17328:
17329: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17330: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17331: internals rewritten. no there's reader.seek, and all's ready for
17332: EXIF extraction [now we fail to measure files with EXIF info]
17333:
17334: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17335: O_TRUNC truncates even exclusevely write-locked file [thanks to
17336: Igor Milyakov <virtan@rotabanner.com> for discovering]
17337:
17338: 2002-11-20 paf
17339:
17340: * src/targets/cgi/parser3.C: logging @signal += query_string
17341:
17342: * configure.in, src/include/pa_config_auto.h.in,
17343: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17344: comment
17345:
17346: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17347:
17348: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17349: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17350: currently processed document SIGPIPE >> interrupts request
17351: processing [exception = DB rollback]
17352:
17353: * src/main/pa_exec.C: comment
17354:
17355: * src/main/pa_exec.C: pa_exec: data written only if size>0
17356:
17357: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17358: << disable HTTP-POST repassing
17359:
17360: * src/: include/pa_config_fixed.h, main/pa_common.C,
17361: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17362: pipe read errors now checked
17363:
17364: 2002-11-19 paf
17365:
17366: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17367: CGI: Illegal call
17368:
17369: 2002-11-01 paf
17370:
17371: * src/main/execute.C: comment
17372:
17373: 2002-10-31 paf
17374:
17375: * src/main/execute.C: found out why, checked that for now. todo:
17376: find out a way for that user could do that
17377:
17378: * src/types/pa_vstateless_object.h: object put replaces static
17379: parent if any
17380:
17381: * src/types/pa_vobject.C: object put replaces static parent if any
17382:
17383: * src/: classes/form.C, classes/mail.C, classes/op.C,
17384: classes/xnode.h, main/compile.tab.C, main/execute.C,
17385: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17386: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17387: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17388: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17389: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17390: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17391: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17392: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17393: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17394: types/pa_vstateless_object.h, types/pa_vstatus.C,
17395: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17396: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17397: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17398: types/pa_wwrapper.h: static fix merged
17399:
17400: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17401: $virtual_fields in dynamic, but one can reach derived
17402: static[class] variable from base
17403:
17404: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17405: types/pa_vobject.C, types/pa_vobject.h,
17406: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17407: statics, left $virtual_fields in dynamic
17408:
17409: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17410: one can't remember derivates in base class: there's so many of
17411: them. also there can be no virtual method calls in static
17412: classes
17413:
17414: * src/: classes/form.C, classes/mail.C, classes/op.C,
17415: classes/xnode.h, main/execute.C, main/pa_request.C,
17416: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17417: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17418: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17419: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17420: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17421: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17422: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17423: types/pa_vresponse.C, types/pa_vresponse.h,
17424: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17425: types/pa_vstateless_object.h, types/pa_vstatus.C,
17426: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17427: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17428: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17429: types/pa_wwrapper.h: static call $self fixed
17430:
17431: * src/main/execute.C: comment
17432:
17433: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17434: ^process[$caller.self]{...} now compiles to last derived object
17435: part of that 'self'
17436:
17437: 2002-10-29 paf
17438:
17439: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17440: re-passing [iis to blame]
17441:
17442: * src/classes/string.C: changed string.save to pass current sql
17443: connection to cstr thus one can ^connect[some server]{
17444: $s[insert into table x (x) values (^taint[sql]{value})]
17445: ^s.save[some.sql] } and he'd get in some.sql file code with
17446: properly escaped. [tried in mssql->mysql export->import of
17447: binary data]
17448:
17449: 2002-10-25 paf
17450:
17451: * src/types/pa_vresponse.C: case insensitive response user fields
17452: get/put
17453:
17454: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17455: types/pa_vresponse.C: saving for maybe-future
17456:
17457: 2002-10-23 paf
17458:
17459: * operators.txt, src/classes/table.C: ^table.hash{code}...
17460: ^table.hash(expr)...
17461:
17462: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17463:
17464: 2002-10-22 paf
17465:
17466: * src/types/: pa_vform.C, pa_vform.h: removed needless
17467: VForm::Append...(...Value)
17468:
17469: * src/main/execute.C: $.name outside of $name[...] checked
17470:
17471: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17472: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17473:
17474: 2002-10-21 paf
17475:
17476: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17477: $form:qtail $form:imap.x/y
17478:
17479: * operators.txt, src/types/pa_vform.C: $form:nameless =
17480: "?value&...", "...&value&...", "...&value"
17481:
17482: * operators.txt, src/types/pa_vform.C: $form:image-map
17483:
17484: * operators.txt, src/classes/file.C: /some/page.html:
17485: ^file:fullpath[a.gif] => /some/a.gif
17486:
17487: 2002-10-17 paf
17488:
17489: * src/main/: compile.tab.C, compile.y: operators precedence changed
17490: a little: logical not and bitwise negation precedence made
17491: highest, << and >> bitshits precedence made equal [were << higher
17492: than >>]
17493:
17494: * src/classes/op.C: exception handling fixed [were bad with
17495: contexts]
17496:
17497: 2002-10-16 paf
17498:
17499: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17500: main/pa_request.C: Request::self considered equal to
17501: VMethodFrame::self, and removed, Request::get_self() mapped to
17502: VMethodFrame.self()
17503:
17504: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17505: $hash in open field now gives old good error meesage
17506:
17507: 2002-10-15 paf
17508:
17509: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17510: use ^if($junction is junction){was and now true}
17511:
17512: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17513: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17514: types/pa_vxnode.C: xml->parser strings now have origin, which
17515: points to place where value left xml library and came to parser:
17516: place of dom field extraction/call
17517:
17518: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17519: main/compile.tab.C, main/compile.y, main/execute.C,
17520: types/pa_vmethod_frame.h: removed last pieces of old code
17521: allowing $junction.xxx at compile time
17522:
17523: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17524: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17525: objects also considered [were only classes]
17526:
17527: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17528: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17529: with CLASS self. [ (request&method_frame).self temporarily
17530: changed ]
17531:
17532: * src/classes/: hash.C, op.C: method_frame now always changed, with
17533: no exception to native calls. for&foreach changed to use
17534: method_frame.caller for their var's name context
17535:
17536: * src/: main/execute.C, targets/cgi/parser3.C,
17537: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17538: compiling to system classes disabled
17539:
17540: * operators.txt, src/classes/op.C:
17541: ^process[$caller.CLASS]{code-string} added
17542:
17543: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17544: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17545: src/types/Makefile.am, src/types/pa_vjunction.C,
17546: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17547: src/types/types.dsp: removed $junction.get $junction.set[]
17548: introducing $caller
17549:
17550: * src/types/pa_value.h: removed outdated comments. doxygen would
17551: find them lower by inheritance tree
17552:
17553: * src/types/pa_vjunction.C: ident
17554:
17555: 2002-10-14 paf
17556:
17557: * src/classes/op.C: process compiles to code's class class
17558:
17559: * src/: classes/form.C, classes/mail.C, classes/op.C,
17560: include/pa_request.h, main/compile.C, main/compile.tab.C,
17561: main/compile.y, main/execute.C, main/pa_request.C,
17562: types/pa_vstateless_class.h: operators now main-class-methods
17563:
17564: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17565: better stack trace [has "call" & co there]
17566:
17567: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17568: operators @auto now executed in MAIN context
17569:
17570: * src/main/execute.C: operator execution context now = MAIN, not
17571: closest stack frame
17572:
17573: @touchit[] $i[after]
17574:
17575: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17576: were 'after'
17577:
17578: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17579: 'after'
17580:
17581: * src/main/execute.C: comment
17582:
17583: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17584: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17585: action]
17586:
17587: * src/types/pa_vxnode.C: misreplace fixed
17588:
17589: * configure, configure.in, src/include/pa_config_auto.h.in,
17590: src/types/pa_vstatus.C, operators.txt:
17591: $status:rusage.tv_secs/usecs introduced
17592:
17593: 2002-10-09 paf
17594:
17595: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17596: on empty string [or uses (default)]
17597:
17598: 2002-10-08 paf
17599:
17600: * src/main/untaint.C: mail header quoted printable changed after
17601: RFC reread
17602:
17603: * operators.txt: plan on ^if(method
17604:
17605: * src/types/pa_vxnode.C: misreplace
17606:
17607: 2002-09-24 paf
17608:
1.116 moko 17609: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17610:
17611: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17612: mailreceive would compile on freebsd now
17613:
17614: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17615: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17616: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17617: mailreceive would compile on freebsd now
1.95 moko 17618:
17619: * src/: classes/file.C, main/untaint.C: 1. file spec language
17620: changed: now there are only few chars are untainted: * ? ' " < >
17621: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17622: one should use ^untaint[uri]{...} now]
17623:
17624: 2. $list[^file:list[dir]] now returns simply tainted names in
17625: $list.name, not tainted as filespec
17626:
17627: @russianindex[] #dir with files with russian-lang names
17628: $where[dir]
17629:
17630: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17631: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17632:
17633: 2002-09-23 paf
17634:
17635: * src/types/pa_vdouble.h: double->int round added
17636:
17637: * src/classes/date.C: date bug fix, now
17638: round(floatDays*secondsPerDay)
17639:
17640: * src/classes/date.C: date bug fix, now
17641: round(floatDays*secondsPerDay)
17642:
17643: 2002-09-20 paf
17644:
17645: * src/main/execute.C: code junction calls disabled [before: code
17646: was compiled in such a way, that there were no code-junctions in
17647: OP_CALL]
17648:
17649: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17650:
17651: @badjunctioncallinside[code] ^code[]
17652:
17653: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17654: expanding to include ^junction.method
17655:
17656: * src/main/pa_common.C: -d "DIR/" now true
17657:
17658: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17659: as internal xdoc encoding, and after decoding attributes set by
17660: dom functions now encoded OK, not as digital entities
17661:
17662: * src/classes/xdoc.C: empty transform result, being taken as file
17663: now returns empty file, not raises stupid error about "stat-ed
17664: file"
17665:
17666: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17667: allowed
17668:
17669: * src/types/types.dsp: introducing $junction.get/put(1) one can
17670: write iterators now:
17671:
17672: ^user-foreach[key;value]{$key=$value<br>}
17673:
17674: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17675: $code.value($i*2) $code }
17676:
17677: * src/main/compile_tools.h: mistype
17678:
1.116 moko 17679: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17680: thus taking linking options configure changes into account [were:
17681: ignoring]
1.95 moko 17682:
17683: * src/types/: pa_vjunction.C, Makefile.am: introducing
17684: $junction.get/put(1) one can write iterators now:
17685:
17686: ^user-foreach[key;value]{$key=$value<br>}
17687:
17688: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17689: $code.value($i*2) $code }
17690:
17691: * src/: include/pa_opcode.h, include/pa_request.h,
17692: main/compile.tab.C, main/compile.y, main/execute.C,
17693: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17694: introducing $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: 2002-09-19 paf
17702:
1.116 moko 17703: * Makefile.am: new: make commit
1.95 moko 17704:
17705: * aclocal.m4: forced to be older
17706:
17707: 2002-09-18 paf
17708:
17709: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17710: src/main/compile.y, src/main/execute.C: << >> int shifts
17711:
17712: * src/: include/pa_common.h, include/pa_request.h,
17713: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17714: - now this - fatal error
17715:
17716: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17717: that one can pass binary data there
17718:
17719: * src/: classes/date.C, classes/double.C, classes/file.C,
17720: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17721: classes/op.C, classes/response.C, classes/string.C,
17722: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17723: include/pa_request.h: pa_request contexts made privated, plus
17724: get_{self/method_frame} to read. Request_context_saver used in
17725: ^try to save flang too. [were not saved]
17726:
17727: * src/types/pa_vresponse.C: header value chains joined before
17728: output, this should help $.subject[$var $var] from being
17729: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17730:
17731: 2002-09-17 paf
17732:
17733: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17734: removed changes, operators executed with calling self. lots of
17735: code with ^include code relies on defined/defining self variables
17736:
17737: $a[1] ^include[print_a.p] print_a.p: $a
17738:
17739: ^include[set_a.p] a=$a set_a.p: $a[1]
17740:
17741: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17742: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17743: types/pa_vstateless_class.h: operators now executed with MAIN
17744: self. it's for ^include sake, too strong a change
17745:
17746: * src/classes/op.C: made place for ^process to compile it's code to
17747: in case of no self
17748:
17749: * src/main/execute.C: found ancient param to Junction, removed.
17750: allowed passing self to native_code_operators [for ^process to
17751: work, she needs self]
17752:
17753: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17754: types/pa_vstateless_class.h: found ancient param to Junction,
17755: removed. allowed passing self to native_code_operators [for
17756: ^process to work, she needs self]
17757:
17758: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17759: types/pa_value.h, types/pa_vmethod_frame.h,
17760: types/pa_vstateless_class.h: allowed Request.self to be 0,
17761: checked that in VMethodFrame get/put and $self.
17762:
17763: * src/classes/: table.C, xdoc.C: table::sql options table::create
17764: copy options options checked, wrong option now fatal error
17765:
17766: * src/main/pa_string.C: string.replace fixed [were missing words on
17767: pieces boundaries]
17768:
1.150 moko 17769: * configure, configure.in: .so now detected [can be .sl on hpux,
17770: .dll on cygwin, .so in other cases)
1.95 moko 17771:
17772: * configure, configure.in: .so now detected [can be .sl on hpux,
17773: .dll on cygwin, .so in other cases)
17774:
17775: * operators.txt, src/classes/hash.C, src/classes/table.C,
17776: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17777: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17778: record taken [were last]
17779:
17780: * src/: classes/hash.C, classes/table.C,
17781: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17782: now errors
17783:
17784: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17785:
17786: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17787: ,2,3]
17788:
17789: 2002-09-16 paf
17790:
17791: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17792: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17793: stdout to be binary. now detected closest header break.
17794:
17795: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17796: closed right
17797:
17798: 2002-09-13 paf
17799:
17800: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17801: src/main/compile_tools.h: (expression #comment)
17802:
17803: (multiline expression #comment line2 #comment )
17804:
17805: (expression #comment with (brackets) comment) << OK
17806:
17807: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17808: bitwise !|| numerical xor now [preparing for expression
17809: #comments]
17810:
17811: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17812: error
17813:
17814: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17815: cheched in pa_socks.C
17816:
1.116 moko 17817: * configure, configure.in, src/include/pa_config_auto.h.in:
17818: HAVE_WINSOCK_H created in configure.in
1.95 moko 17819:
17820: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17821: cookie date now clean [were mistakenly tainted & that worked bad
17822: with opera -- 'happily' that worked OK with msie]
17823:
17824: 2002-09-12 paf
17825:
17826: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17827: VClass get_element now first looks to fields, next to methods &
17828: co todo: the rest reason: more speed
17829:
17830: * src/main/untaint.C: quoted printable encoding stops before
17831: \s*<...>$
17832:
17833: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17834: stops before <...>$
17835:
17836: 2002-09-11 paf
17837:
17838: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17839: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17840: forgot to check users of those funcs. not all were using that
17841: return value convention
17842:
17843: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17844: windows-1254 added
17845:
17846: 2002-09-10 paf
17847:
17848: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17849: VCodeFrame parent param were specified badly
17850:
17851: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17852: WWrapper which used in constructing objects(second param to sql
17853: method) ^...sql{}[$.default{code}] now has parent, wich helps
17854: code in hash to survivi
17855:
17856: * src/: include/pa_request.h, main/execute.C: removed redundant
17857: param to execute [stack said 'thanks']
17858:
17859: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17860: types/pa_value.h, types/pa_vcode_frame.h,
17861: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17862: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17863: responsibility to wcontext
17864:
17865: * src/classes/file.C: decided not to log exec's with stderr, that
17866: could be warnings, and it's up to scritper to log/show them
17867:
17868: * src/: classes/double.C, main/execute.C: double:sql badly called
17869: write_assign_lang, not write_no_lang, thus doing unnecessary
17870: double/string converstion, which were loosing time&precesion
17871:
17872: * src/: main/pa_charset.C, types/pa_vmail.C:
17873: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17874: case of unfinished in buffer processing, causing accidental
17875: transcode stop [in case that source enc != utf-8 & there is
17876: incomplete utf-8 sequence at the end of 16000block iside of
17877: libxml lib] tfm readed & code updated
17878:
17879: 2002-09-04 paf
17880:
17881: * configure: makes with sjlj
17882:
17883: * INSTALL, src/include/pa_config_fixed.h,
17884: src/include/pa_sql_connection.h,
17885: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17886: checked. on win32 it made default
17887:
17888: * src/include/pa_config_auto.h.in: sjlj define
17889:
17890: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17891: can not work with longjump/throw pair, and one must switch that
17892: on there. todo: detect that automatically]
17893:
17894: * src/types/pa_vxnode.C: removed too strong checks of
17895: xnode.elements. now, for instance, if element does not have any
17896: attributes, $xnode.attributes is void, not error
17897:
17898: 2002-09-02 paf
17899:
17900: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17901: removed double_result, didn't help
17902:
17903: * src/main/execute.C: double_result made to move that var away from
17904: hungry g++ optimizer (-O2), before: it were optimized and
17905: comparison operators worked badly
17906:
17907: * src/types/pa_vdate.h: removed debug
17908:
1.116 moko 17909: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17910:
17911: * src/main/execute.C: fixed numeric < & co so that thay now use
17912: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17913: unknown reason.
17914:
17915: 2002-08-29 paf
17916:
17917: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17918: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17919: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17920: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17921: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17922: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17923: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17924: [called less frequent, allowed to remove ugly
17925: Junction.change_context-s from many places, switch,
17926: mail:send..html{}, ..] request.root renamed to method_frame [more
17927: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17928: [speed up]
17929:
17930: 2002-08-28 paf
17931:
17932: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17933: tainted
17934:
17935: * src/types/pa_vcookie.C: fixed cookie delete when
17936: $cookie:name[$.value[]]
17937:
17938: * operators.txt, src/classes/string.C:
17939: ^string.split[delim[;options]]
17940:
17941: 2002-08-27 paf
17942:
1.116 moko 17943: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17944:
17945: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17946: delimiter
17947:
17948: * INSTALL: recommended latest gmime 1.0.5
17949:
17950: 2002-08-26 paf
17951:
17952: * configure, configure.in: apache13/hook added to make dist.
17953:
17954: 2002-08-23 paf
17955:
17956: * src/: include/pa_common.h, main/pa_common.C,
17957: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17958: beside binary [cgi, isapi] not accessible [due to bad rights or
17959: whatever] it's error now
17960:
17961: 2002-08-21 paf
17962:
1.116 moko 17963: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17964:
17965: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17966: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17967: class". compiled as if here they named base class
17968:
17969: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17970: cloning constructor]
17971:
17972: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17973:
1.150 moko 17974: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17975: $mail.received.file.value.content-type fixed
17976:
17977: 2002-08-20 paf
17978:
17979: * src/classes/file.C: fixed language of file:file result
17980:
17981: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17982: from 3.0.0005
17983:
17984: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17985:
17986: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17987: 3.0.0005
17988:
17989: * src/classes/void.C, operators.txt: ^void.length[] = 0
17990:
17991: 2002-08-19 paf
17992:
17993: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17994: work now
17995:
17996: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17997: error in xnode, which were not catched in xdoc]
17998:
17999: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18000: prepared: // validate each document after load/create (?)
18001: //xmlDoValidityCheckingDefaultValue = 1;
18002:
18003: 2002-08-15 paf
18004:
18005: * src/classes/classes.h: write to static var caused useless
18006: Exception, introduced Methoded::put_element wich consumes those
18007:
18008: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18009: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18010: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18011: $response:field[date] $response:field[$.xxx[date]]
18012:
18013: * src/: classes/hash.C, classes/string.C, classes/table.C,
18014: classes/void.C, include/pa_sql_connection.h: fixed source of
18015: ^hash::sql{bad}
18016:
18017: * operators.txt: $request:body unprecessed POST request body
18018:
18019: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18020:
18021: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18022: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18023:
18024: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18025: src/include/pa_request.h, src/main/pa_pool.C,
18026: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18027: $request:body r.post_data now const
18028:
18029: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18030: classes/xnode.C, main/execute.C, types/pa_value.h,
18031: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18032: types/pa_vtable.h: instead of type() checking everywhere used
18033: Value.as now user descendants can be used in params.
18034:
18035: VObject::as_*, is_defined now taken from bases. xtable(table)
18036: ^if($xtable) now OK
18037:
18038: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18039: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18040: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18041:
18042: 2002-08-14 paf
18043:
18044: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18045: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18046: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18047: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18048: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18049: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18050: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18051: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18052: types/pa_vresponse.C, types/pa_vresponse.h,
18053: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18054: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18055: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18056: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18057: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18058: & VClass
18059:
18060: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18061:
18062: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18063: removed fixopt stupidity. on stupid linux use cd /document/root
18064: ../cgi/parser3 script
18065:
18066: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18067: params, splitting them by space, excluding argv[0], argv[argc-1]
18068:
18069: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18070: fixopt.h: fixopt now preprocesses command line params, splitting
18071: them by space, excluding argv[0], argv[argc-1]
18072:
18073: * src/targets/cgi/parser3.C: -f config file
18074:
18075: * src/targets/cgi/parser3.C: fixed .log file dir
18076:
18077: 2002-08-13 paf
18078:
18079: * src/types/pa_vobject.C: allow override parent variables, useful
18080: for form descendants [in vobject too, were in vclass]
18081:
18082: * src/types/pa_vclass.C: allow override parent variables, useful
18083: for form descendants
18084:
18085: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18086: overwritten in derived(table)
18087:
18088: * src/: classes/form.C, classes/mail.C, classes/op.C,
18089: classes/xnode.h, include/pa_request.h, main/execute.C,
18090: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18091: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18092: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18093: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18094: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18095: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18096: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18097: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18098: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18099: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18100: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18101: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18102: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18103: Value::get_element(..., bool looking_down) [needed to exclude
18104: endless recoursion]
18105:
18106: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18107: fix bug with put endless recoursion todo: check 'as'
18108:
18109: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18110: reorganized modules todo: fix bug with put endless recoursion
18111: todo: check 'as'
18112:
18113: * src/types/pa_vobject.h: checked: table fields can be overwritten
18114: in derived(table)
18115:
18116: * src/types/pa_vobject.h: derived classes can have fields of their
18117: own now
18118:
18119: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18120: fixed error message on using non-created table
18121:
18122: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18123: classes/op.C, classes/xnode.h, include/pa_request.h,
18124: main/compile.C, main/compile.tab.C, main/execute.C,
18125: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18126: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18127: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18128: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18129: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18130: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18131: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18132: types/pa_vresponse.C, types/pa_vresponse.h,
18133: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18134: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18135: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18136: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18137: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18138: looking down/up tree todo: fix error message on non-constructed
18139: parents
18140:
18141: 2002-08-12 paf
18142:
18143: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18144: derived OK
18145:
18146: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18147: thorough testing
18148:
18149: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18150: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18151: types/pa_vobject.h, types/pa_vstateless_class.h,
18152: types/pa_vstateless_object.h, types/pa_wcontext.h,
18153: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18154: ^base:create[] dynamic call rewritten todo: thorough testing
18155:
18156: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18157: now instantates base class, remembers it and saves child in
18158: parent VObject.get_class now returns last child = downward
18159: virtual calls OK
18160:
18161: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18162: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18163: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18164: types/pa_vobject.h, types/pa_vresponse.h,
18165: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18166: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18167: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18168: VAliased [redundant], moved $CLASS to VObject only [parser class
18169: instance]
18170:
18171: * src/main/pa_request.C: $response:body[file] content-type check
18172: fixed [were bad when content-type is hash]
18173:
18174: 2002-08-09 paf
18175:
18176: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18177: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18178:
18179: 2002-08-08 paf
18180:
18181: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18182: src/main/pa_globals.C: year column in month calendar [week year]
18183:
18184: * src/main/execute.C: error reporting on object writes to MAIN
18185: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18186:
18187: * operators.txt, src/types/pa_vdate.h: $date.yearday
18188: $date.daylightsaving
18189:
18190: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18191: use tainted data now. only she must specify the language.
18192:
18193: ^mail:send[ $.from[paf@mail.design.ru]
18194: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18195: $.text[^taint[uri][ìîñêâà]=] ]
18196:
18197: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18198: now prints more precise origin
18199:
18200: * src/include/pa_string.h: String::first_char now not fails on
18201: empty strings ^if(-f '') now ok and in 3 other places.
18202:
18203: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18204: String::first_char now not fails on empty strings ^if(-f '') now
18205: ok and in 3 other places.
18206:
18207: 2002-08-07 paf
18208:
18209: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18210: fixed
18211:
18212: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18213:
18214: * src/: main/execute.C, types/pa_vcode_frame.h,
18215: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18216: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18217: mistakenly not completely transparent to object writes.
18218: $hash[^if(1){$hash}] now works
18219:
18220: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18221: now erasing cache file [there were bad check on that]
18222:
18223: * src/: classes/classes.dsp, classes/table.C,
18224: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18225: all Debug dirs in .dsp now named 'Debug'
18226:
1.116 moko 18227: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18228:
18229: * operators.txt, src/classes/mail.C: exception_type email.send
18230:
18231: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18232:
18233: * src/types/pa_vmail.C: mail:send empty email checked
18234:
18235: 2002-08-06 paf
18236:
18237: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18238: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18239: ^table::create[$source;$.options] ^table::join[$source;$.options]
18240:
18241: * operators.txt, src/classes/hash.C, src/classes/string.C,
18242: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18243: # $.default() }
18244:
18245: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18246:
18247: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18248: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18249: $file.content-type [instead of .mime-type] now works for
18250: file::stat also
18251:
18252: * src/main/pa_request.C: case insensitive mime_type_of
18253:
18254: 2002-08-05 paf
18255:
18256: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18257:
18258: * src/types/pa_vmail.C: file buffer relocated to parser heap
18259:
18260: * operators.txt: comment on date:calendar week column
18261:
18262: * src/main/pa_common.C: write checked
18263:
18264: * src/main/: pa_common.C: write checked
18265:
18266: * src/classes/date.C: +1 buf size for stupid snprintfs
18267:
18268: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18269: month calendar week column [ISO 8601 Week Numbers]
18270:
18271: 2002-08-02 paf
18272:
18273: * src/: include/pa_config_fixed.h, main/pa_string.C,
18274: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18275: DEBUG*
18276:
18277: * configure, configure.in, src/include/pa_version.h: release
18278: 3_0_0005
18279:
18280: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18281: multipart post fixed
18282:
18283: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18284: response transcoded source->client only when text/* or simple
18285: onoverridden $response:body
18286:
18287: 2002-08-01 paf
18288:
18289: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18290: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18291: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18292: classes/op.C, classes/response.C, classes/string.C,
18293: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18294: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18295: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18296: include/pa_config_fixed.h, include/pa_dictionary.h,
18297: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18298: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18299: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18300: include/pa_socks.h, include/pa_sql_connection.h,
18301: include/pa_sql_driver_manager.h, include/pa_stack.h,
18302: include/pa_string.h, include/pa_stylesheet_connection.h,
18303: include/pa_stylesheet_manager.h, include/pa_table.h,
18304: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18305: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18306: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18307: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18308: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18309: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18310: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18311: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18312: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18313: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18314: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18315: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18316: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18317: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18318: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18319: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18320: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18321: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18322: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18323: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18324: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18325: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18326: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18327: types/pa_vmethod_frame.h, types/pa_vobject.h,
18328: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18329: types/pa_vresponse.h, types/pa_vstateless_class.C,
18330: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18331: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18332: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18333: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18334: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18335: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18336:
18337: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18338: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18339: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18340: classes/math.C, classes/op.C, classes/response.C,
18341: classes/string.C, classes/table.C, classes/void.C,
18342: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18343: include/pa_array.h, include/pa_cache_managers.h,
18344: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18345: include/pa_config_fixed.h, include/pa_config_includes.h,
18346: include/pa_dictionary.h, include/pa_dir.h,
18347: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18348: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18349: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18350: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18351: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18352: include/pa_stack.h, include/pa_string.h,
18353: include/pa_stylesheet_connection.h,
18354: include/pa_stylesheet_manager.h, include/pa_table.h,
18355: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18356: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18357: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18358: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18359: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18360: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18361: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18362: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18363: main/pa_sql_driver_manager.C, main/pa_string.C,
18364: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18365: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18366: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18367: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18368: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18369: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18370: targets/isapi/pool_storage.h, types/pa_valiased.C,
18371: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18372: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18373: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18374: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18375: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18376: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18377: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18378: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18379: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18380: types/pa_vresponse.C, types/pa_vresponse.h,
18381: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18382: types/pa_vstateless_object.h, types/pa_vstatus.C,
18383: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18384: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18385: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18386: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18387: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18388: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18389: types/Makefile.am: ident.C* removed
18390:
18391: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18392: file:find[/can/do/this/now.txt]
18393:
18394: * src/targets/cgi/parser3.C: usage to stdout now
18395:
18396: 2002-07-31 paf
18397:
18398: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18399:
18400: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18401: default "postmaster"
18402:
18403: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18404: -f postmaster now default sendmail key word "postmaster"
18405: replaced to $.from
18406:
18407: 2002-07-30 paf
18408:
1.116 moko 18409: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18410: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18411:
18412: * src/main/pa_charset.C: comment
18413:
18414: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18415: table, &#decimal;
18416:
18417: * src/main/pa_request.C: comment
18418:
18419: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18420: paragraf]
18421:
18422: 2002-07-11 paf
18423:
18424: * src/main/pa_exec.C: build command line badly added params twice
18425: [and first time without ' ']. double wrong. fixed.
18426:
18427: * src/main/pa_exec.C: invalid .exe caused error message with params
18428: wich parser did not provide = reported badly. fixed that.
18429:
18430: * src/classes/mail.C: $MAIL[ # xxx ]
18431:
18432: now ok
18433:
18434: * operators.txt: plan: sql detailed exception
18435:
18436: 2002-07-01 paf
18437:
18438: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18439: [MForm.configure_admin were called when request.main_class ==0
18440:
18441: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18442:
18443: * src/classes/form.C: content_length type fix
18444:
18445: 2002-06-30 paf
18446:
18447: * src/classes/mail.C: merged from 4
18448:
18449: * src/classes/mail.C: restored $MAIL
18450:
18451: 2002-06-28 paf
18452:
18453: * configure, configure.in: removed paths.h
18454:
1.116 moko 18455: * configure, src/include/pa_version.h,
1.95 moko 18456: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18457: merged, makes updated
18458:
18459: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18460: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18461: src/include/pa_pool.h, src/include/pa_version.h,
18462: src/main/pa_charset.C, src/main/pa_pool.C,
18463: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18464: src/types/pa_vmail.C: merged latest updates to head
18465:
18466: 2002-06-27 paf
18467:
18468: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18469: not error now
18470:
18471: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18472: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18473: src/main/pa_charset.C, src/main/pa_pool.C:
18474: ^xdoc::create[[uri]]... base uri for document being created,
18475: imports and other relative file names would be relative to this
18476: uri default uri=path_translated
18477:
18478: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18479:
18480: 2002-06-26 paf
18481:
18482: * configure, configure.in, src/include/pa_version.h:
18483: release_3_0_0004
18484:
18485: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18486: 0 now
18487:
18488: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18489:
18490: 2002-06-25 paf
18491:
18492: * src/main/pa_string.C: emtpy string, or string of whitespaces
18493: considered bad number now
18494:
18495: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18496: now
18497:
18498: * operators.txt, src/classes/string.C: ^string.normalize [old
18499: name: optimize
18500:
18501: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18502: library configured
18503:
18504: * src/main/pa_request.C: configure_admin forced if no @conf
18505:
1.150 moko 18506: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18507: ^math:crypt updated to generate random salt when needed and to
18508: call system crypt() if not $apr1$ prefix
1.95 moko 18509:
18510: 2002-06-24 paf
18511:
18512: * INSTALL: --with-static/shared-mailreceive described
18513:
18514: * src/include/pa_config_fixed.h: ssize_t fixed
18515:
1.116 moko 18516: * configure, configure.in, src/include/pa_config_auto.h.in,
18517: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18518: src/types/pa_vmail.C: $mail:received makes update
18519:
18520: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18521: WITH_MAILRECEIVE
18522:
18523: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18524:
18525: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18526: option, for $mail:receive
18527:
18528: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18529: introducting $message:received ^mail:send rewritten with backward
18530: comp
18531:
18532: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18533: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18534: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18535: now
18536:
18537: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18538: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18539: src/include/pa_request.h, src/include/pa_string.h,
18540: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18541: src/main/pa_globals.C, src/main/pa_request.C,
18542: src/main/pa_string.C, src/main/pa_uue.C,
18543: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18544: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18545: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18546: uue to separate file introducting $message:received ^mail:send
18547: rewritten with backward comp
18548:
18549: 2002-06-21 paf
18550:
1.116 moko 18551: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18552: co changes
1.95 moko 18553:
1.116 moko 18554: * configure, configure.in, src/lib/md5/Makefile.am,
18555: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18556: restructure .in and .am files appropriate changes
1.95 moko 18557:
18558: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18559: pcre to libs/ added libs/md5 which is linked to non-apache
18560: targets ^math:crypt[password;$apr1$salt]
18561:
18562: * INSTALL, configure.in, operators.txt, parser3.dsw,
18563: src/Makefile.am, src/classes/Makefile.am,
18564: src/classes/classes.dsp, src/classes/math.C,
18565: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18566: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18567: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18568: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18569: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18570: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18571: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18572: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18573: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18574: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18575: src/lib/pcre/pcre_parser_ctype.dsp,
18576: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18577: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18578: src/main/compile.tab.C, src/main/main.dsp,
18579: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18580: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18581: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18582: to libs/ added libs/md5 which is linked to non-apache targets
18583: ^math:crypt[password;$apr1$salt]
18584:
18585: 2002-06-20 paf
18586:
1.150 moko 18587: * INSTALL, configure, configure.in, operators.txt,
18588: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18589: src/include/pa_globals.h, src/include/pa_request.h,
18590: src/main/execute.C, src/main/pa_request.C,
18591: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18592: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18593: file:justname&co & @auto/conf[filespec
1.95 moko 18594:
18595: * operators.txt, src/classes/file.C:
18596: !^file:dirname[/a/some.tar.gz]=/a
18597: !^file:dirname[/a/b/]=/a
18598: !^file:basename[/a/some.tar.gz]=some.tar.gz
18599: !^file:justname[/a/some.tar.gz]=some.tar
18600: !^file:justext[/a/some.tar.gz]=gz
18601:
18602: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18603: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18604: @conf/auto[filespec]
18605:
1.116 moko 18606: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18607:
1.150 moko 18608: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18609: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18610: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18611:
18612: 2002-06-18 paf
18613:
18614: * configure, configure.in, src/include/pa_version.h: version to
18615: configure.in
18616:
18617: * INSTALL: reflected .conf.dist dir change
18618:
1.150 moko 18619: * Makefile.am, configure, configure.in,
1.116 moko 18620: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18621: .in & *.am updated
18622:
18623: * src/classes/file.C: strncasecmp
18624:
18625: * src/classes/file.C: strcasecmp
18626:
1.150 moko 18627: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18628:
18629: * src/classes/file.C: ^file::exec[script;$.bad error case
18630: insensitive check now
18631:
18632: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18633:
18634: * configure, configure.in, src/include/pa_pool.h,
18635: src/include/pa_types.h: pack configure.in detection simplified.
18636: figured out that gcc on sparc not that stupid as thought
18637: previously: on sparc: when it sees packed class it modifies it's
18638: field-access-code to byte operations [stb, ldub] instead of 4byte
18639: operations [st, lduh] so packed must be all parts of packed
18640: class, i.e. it's parents&fields(classes). for now it's only
18641: String that packed and what was wrong is that it's parent -
18642: Pooled, were not packed. fixed that.
18643:
18644: 2002-06-14 paf
18645:
18646: * operators.txt: more precise xml-to-text options
18647:
18648: * operators.txt, src/types/pa_vxnode.C: xnode
18649: attribute_node.name/value xnode pi.node.data
18650:
18651: 2002-06-12 paf
18652:
1.116 moko 18653: * configure, configure.in, src/targets/cgi/Makefile.am,
18654: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18655:
18656: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18657: src/include/pa_globals.h, src/include/pa_request.h,
18658: src/main/compile.tab.C, src/main/pa_globals.C,
18659: src/main/pa_request.C, src/targets/cgi/parser3.C,
18660: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18661:
18662: * src/classes/mail.C: sendmail -ti [default now]
18663:
18664: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18665: to be strings. for convinient #ing
18666:
18667: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18668: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18669:
18670: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18671: main/pa_globals.C, main/pa_request.C: @conf
18672:
18673: 2002-06-11 paf
18674:
18675: * src/classes/file.C: check simplified
18676:
18677: * src/: classes/file.C, targets/cgi/parser3.dsp,
18678: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18679: valid prefix
18680:
18681: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18682: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18683: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18684:
18685: 2002-06-10 paf
18686:
18687: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18688: src/main/pa_common.C: lock failures reported now
18689:
18690: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18691: string->double @ compile time were not-enough-checking...
18692:
18693: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18694: autoconvert now ignored
18695:
18696: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18697: check
18698:
18699: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18700: $response:body content-type:name
18701:
18702: * configure, configure.in: hpux check, nsl link, no socket
18703:
18704: * operators.txt: old merge conflict removed
18705:
18706: * configure, configure.in: pack even address access on sparc&co
18707: arch checked in configure
18708:
18709: * configure, src/include/pa_version.h: makes
18710:
18711: * configure, configure.in, src/include/pa_version.h: makes
18712:
18713: * src/main/untaint.C: (bug#2) mail subject got always prepended
18714: with charset even when all letters were 7bit one
18715:
18716: * src/main/pa_common.C: merged fixed -d (bug)
18717:
18718: * src/main/pa_common.C: fixed -d (bug)
18719:
18720: 2002-06-03 paf
18721:
18722: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18723: src/classes/classes.dsp, src/main/compile.tab.C,
18724: src/main/main.dsp, src/main/pa_globals.C,
18725: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18726: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18727: .dsp-s along with reorganized cvs modules dirs structure
18728:
18729: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18730: main/pa_globals.C, targets/cgi/parser3.dsp,
18731: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18732: modules
18733:
18734: 2002-05-28 paf
18735:
18736: * src/targets/cgi/parser3.C: info.uri now ""
18737:
18738: 2002-05-17 paf
18739:
18740: * src/classes/: table.C: ^table.save << checked empty
18741: pre/match/post columns
18742:
18743: 2002-05-16 paf
18744:
18745: * src/classes/image.C: image::measure can png now
18746:
18747: 2002-05-15 paf
18748:
18749: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18750: added
18751:
18752: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18753:
18754: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18755: %H[:%M[:%S]]]]]] [-%m now
18756:
18757: 2002-05-14 paf
18758:
18759: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18760:
18761: 2002-05-07 paf
18762:
18763: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18764: src/include/pa_globals.h, src/include/pa_request.h,
18765: src/include/pa_table.h, src/main/compile.tab.C,
18766: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18767: src/main/pa_request.C, src/main/pa_table.C,
18768: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18769: src/targets/isapi/parser3isapi.dsp,
18770: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18771: name2number field now &. main_method_name now on Request pool
18772: rather on global_pool [Junction+VJunction created on same pool as
18773: name = were created on global pool, causing mem leaks]
18774:
18775: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18776: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18777: main/compile.y, main/main.dsp, main/pa_globals.C,
18778: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18779: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18780: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18781: field now &. main_method_name now on Request pool rather on
18782: global_pool [Junction+VJunction created on same pool as name =
18783: were created on global pool, causing mem leaks]
18784:
18785: 2002-05-06 paf
18786:
18787: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18788: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18789: 100*40 bytes per request memory leak [nonpool malloc in globals]
18790:
18791: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18792: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18793: 100*40 bytes per request memory leak [nonpool malloc in globals]
18794:
18795: 2002-04-30 paf
18796:
18797: * configure, src/include/pa_version.h: version now not b
18798:
18799: * src/targets/cgi/parser3.C: request.uri now never 0
18800:
18801: 2002-04-29 paf
18802:
18803: * configure.in: removed b
18804:
18805: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18806: Exception::comment/type checked in (), no there's no empty
18807: type/comment by default
18808:
18809: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18810: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18811: src/doc/value.dox, src/include/pa_exception.h,
18812: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18813: 0001
18814:
18815: 2002-04-26 paf
18816:
18817: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18818: size reduced
18819:
18820: 2002-04-25 paf
18821:
18822: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18823: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18824: now that took into account
18825:
18826: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18827: 01:03:04]
18828:
18829: * ChangeLog, operators.txt, src/classes/date.C:
18830: ^date::create[2002-12-33 01:03:04]
18831:
18832: * ChangeLog: updated changelog
18833:
18834: * src/classes/table.C: removed restriction on column count to
18835: ^table.hash to work, now must be >0 [were >1]
18836:
18837: 2002-04-24 paf
18838:
18839: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18840: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18841: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18842: targets
18843:
18844: 2002-04-23 paf
18845:
18846: * operators.txt, src/classes/string.C:
18847: int/double/string:sql{}[$.default{code}] fixed [were barking:
18848: "junction used outside of context"]
18849:
18850: 2002-04-22 paf
18851:
18852: * types.txt, src/classes/string.C, src/include/pa_string.h,
18853: src/main/pa_string.C, src/types/pa_vstring.C,
18854: src/types/pa_vstring.h: ^string.optimize[]
18855:
18856: * src/: include/pa_globals.h, include/pa_table.h,
18857: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18858: table template
18859:
18860: * src/classes/: string.C: optimize removed from string
18861: .left/right/pos
18862:
18863: * src/main/execute.C: rolled back to
18864: before_killing_userjunction_contexts
18865:
18866: * src/main/execute.C: user junctions context killed
18867:
18868: * src/main/execute.C: junctions to local contexts got
18869: cleanized&checked later
18870:
18871: 2002-04-19 paf
18872:
18873: * src/: classes/string.C, include/pa_request.h,
18874: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18875: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18876: prior to .left .right .mid .pos .match when that is profitable,
18877: and always before .replace when $ORIGINS(1) optimization disabled
18878: economy from not wasting mem on lots of strings which occur by
18879: lots of String:mid calls to get parts of source string between
18880: found_occurances
18881:
18882: * src/classes/file.C: ovector now local economy: 16 bytes per
18883: ^file:list
18884:
18885: * src/: include/pa_globals.h, include/pa_table.h,
18886: main/pa_globals.C, main/pa_string.C: String::match table columns
18887: globalized, not created @ each ^match anymore economy:
18888: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18889:
18890: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18891: removed from each String::match replace iteration, and made
18892: stacked sizeof(VTable)=12bytes economy on each replace code
18893:
18894: * src/doc/footer.htm: 2001,
18895:
18896: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18897: string.match[]['] option enables generation of $match.prematch
18898: .match .postmatch columns
18899:
18900: * src/main/pa_string.C: String::match options analized without
18901: cstr-ing them now
18902:
18903: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18904: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18905: config updated to doxygen 1.2.15, created helper which fixes
18906: minor bugs in chm project files & htm tree. changed extension to
18907: .htm
18908:
18909: 2002-04-18 paf
18910:
18911: * src/doc/doxygen.cfg: .chi generation disabled
18912:
18913: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18914: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18915: fields&methods
18916:
18917: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18918: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18919: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18920: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18921: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18922: types/pa_vresponse.h, types/pa_vstateless_class.h,
18923: types/pa_vstateless_object.h, types/pa_vstatus.h,
18924: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18925: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18926: VStateless_class to VObject
18927:
18928: * src/: main/pa_request.C, types/pa_valiased.h,
18929: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18930: types/pa_vstring.h: VStateless_string_object speicalized light
18931: version of VStateless_object
18932:
18933: * src/classes/op.C: ^throw comment param made optional
18934:
18935: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18936: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18937: and implemented down in VClass, fclass_alias removed,
18938:
18939: * src/types/pa_value.C: forced to cut that from .h because of
18940: VStateless_class usage [undefined in .h]
18941:
18942: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18943: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18944: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18945: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18946: on each CALL]
18947:
18948: * src/: classes/classes.h, classes/date.C, classes/double.C,
18949: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18950: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18951: classes/response.C, classes/string.C, classes/table.C,
18952: classes/void.C, classes/xnode.C, include/pa_globals.h,
18953: include/pa_request.h, main/execute.C, main/pa_globals.C,
18954: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18955: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18956: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18957: types/pa_vstateless_class.h, types/pa_wcontext.C,
18958: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18959: removed Value::fname
18960:
18961: 2002-04-17 paf
18962:
18963: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18964: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18965: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18966: include/pa_pool.h, include/pa_types.h: dox updated to current
18967: state, PTHROW freshen to throw & co
18968:
18969: * src/types/pa_vhash.h: vstring wrong parent fixed
18970:
18971: * src/classes/op.C: taint local result var bug fixed
18972:
18973: 2002-04-16 paf
18974:
18975: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18976: Attic asm.txt as most interesting
18977:
18978: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18979: check, preventing content-length: 0 from appearing
18980:
18981: * src/main/execute.C: $result in @main now taken into account as in
18982: usual functions
18983:
18984: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18985: & @unhandled_exception now taken into account as in usual
18986: functions
18987:
18988: * src/doc/postbuild.txt: instructions on post .html build
18989:
18990: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18991:
18992: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18993: tainted
18994:
18995: * src/main/pa_request.C: uri in error log
18996:
18997: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18998: cheched date:create(days) param for validity [later were assumed
18999: valid and crashed on invalid onces]
19000:
19001: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19002: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19003: and used that for removing VString wrapper
19004:
19005: * src/classes/op.C: exception2vhash file now tainted
19006:
19007: * src/classes/op.C: _process pseudo origin copied from local var to
19008: heap
19009:
19010: * src/classes/op.C: extra check on empty file in origin in _execute
19011:
19012: 2002-04-15 paf
19013:
19014: * src/: main/execute.C, types/pa_value.h: fixed name update
19015:
19016: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19017: functions
19018:
19019: * src/: classes/file.C, classes/hash.C, classes/op.C,
19020: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19021: started dual write_xxx_lang functions, if checked & works
19022:
19023: * src/: classes/date.C, classes/file.C, classes/mail.C,
19024: classes/string.C, classes/xnode.C, include/pa_request.h,
19025: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19026: unnecessary VString shells
19027:
19028: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19029: prev changes]
19030:
19031: * src/: classes/image.C, classes/op.C, classes/string.C,
19032: classes/table.C, include/pa_request.h, main/execute.C,
19033: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19034: StringOrValue wcontext result, now ready for dual writes
19035:
19036: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19037: checked that
19038:
19039: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19040: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19041: changed to OP_WRITE_VALUE in var get cases
19042:
19043: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19044: include/pa_request.h, main/compile.tab.C, main/compile.y,
19045: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19046: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19047: switch in hash constructor fixed [were problems with using of
19048: stacked wwrapper after it's death]
19049:
19050: 2002-04-12 paf
19051:
19052: * operators.txt, src/classes/table.C: table.select(expression) 0
19053:
19054: 2002-04-11 paf
19055:
19056: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19057: Request::process_internal codeFrame & wwrapper stacked [not
19058: wasting heap anymore]
19059:
19060: 2002-04-10 paf
19061:
19062: * src/: classes/double.C, classes/file.C, classes/hash.C,
19063: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19064: classes/string.C, classes/table.C, classes/void.C,
19065: classes/xdoc.C, include/pa_request.h, main/execute.C,
19066: main/pa_string.C: killed Request::process() wrapping
19067: VString(String) in case we need only String
19068:
19069: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19070: killed 8 bytes from String.head
19071:
19072: 2002-04-09 paf
19073:
19074: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19075: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19076: local*/char b[...]; a=b; situations
19077:
19078: * operators.txt, src/classes/xdoc.C: xslt params made literal
19079:
19080: * src/classes/xdoc.C: xslt params fixed
19081:
19082: * src/: main/pa_common.C, targets/cgi/parser3.C,
19083: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19084: not pool.malloc(MAX_NUMBER) but really neaded
19085:
19086: * operators.txt, src/classes/double.C, src/classes/int.C:
19087: int/double.int/double(default)
19088:
19089: 2002-04-04 paf
19090:
19091: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19092: [when reconstructing pieces were split by
19093: max_integral(piece.size), thus some strings to replace happen to
19094: be split into two = not replaced)
19095:
19096: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19097: standalone version = current dir
19098:
19099: * src/targets/cgi/parser3.C: document root in standalone version =
19100: current dir
19101:
19102: 2002-04-03 paf
19103:
19104: * configure, configure.in: more checks on nonexistent charset
19105:
1.116 moko 19106: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19107:
19108: 2002-04-02 paf
19109:
19110: * src/main/compile.C: parser.compile [exception name more like in
19111: doc]
19112:
19113: 2002-04-01 paf
19114:
19115: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19116: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19117: .content-type.charset, not .charset
19118:
19119: 2002-03-29 paf
19120:
19121: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19122:
19123: * operators.txt, src/classes/date.C: ^date::create now may not
19124: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19125: days' year. | 31.05->31.04 roll
19126:
19127: 2002-03-28 paf
19128:
19129: * operators.txt, src/classes/date.C, src/classes/op.C,
19130: src/include/pa_globals.h, src/include/pa_hash.h,
19131: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19132: ^cache(seconds) ^cache[date] }
19133:
19134: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19135: param
19136:
19137: 2002-03-27 paf
19138:
19139: * operators.txt, src/classes/date.C, src/classes/double.C,
19140: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19141: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19142: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19143: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19144: src/classes/xnode.C, src/include/pa_exception.h,
19145: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19146: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19147: src/main/pa_array.C, src/main/pa_charset.C,
19148: src/main/pa_charsets.C, src/main/pa_common.C,
19149: src/main/pa_dictionary.C, src/main/pa_exception.C,
19150: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19151: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19152: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19153: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19154: src/types/pa_value.h, src/types/pa_vcookie.C,
19155: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19156: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19157: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19158: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19159: src/types/pa_wwrapper.h: assigned exception types
19160:
19161: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19162: src/include/pa_request.h, src/main/execute.C,
19163: src/main/pa_request.C: decided agains resetting exception_trace,
19164: just changed name
19165:
19166: 2002-03-26 paf
19167:
19168: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19169: fixed
19170:
19171: * src/classes/op.C: forced language of $source field of exception
19172: to 'tainted', so that sql-langed-frags could be outputed outside
19173: of connect
19174:
19175: * operators.txt: removed date.roll limit of +-1 offset
19176:
19177: * src/classes/date.C: removed date.roll limit of +-1 offset
19178:
19179: * operators.txt, src/classes/date.C: fixed date roll on
19180: daylightsaving days mktime took into account tm_isdst flag, which
19181: remained from BEFORE roll, but should have been reset
19182:
19183: 2002-03-25 paf
19184:
19185: * operators.txt, src/targets/cgi/parser3.C:
19186: http_site_config_filespec
19187:
19188: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19189: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19190: with any/both --disable-foreign-group-files --disable-execs
19191:
19192: * INSTALL: "--with=sendmail=COMMAND" comment
19193:
19194: * INSTALL, configure, configure.in, src/classes/mail.C,
19195: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19196: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19197: disables execs also. introducing --sendmail
1.95 moko 19198:
19199: * operators.txt: pgsql options comment
19200:
19201: * INSTALL: comment on --disable-link-stdcpp
19202:
1.116 moko 19203: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19204: libstdc++ link skipping configure option
1.95 moko 19205:
19206: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19207: with error were put to cache with 'marked_to_rollback' flag, all
19208: consequent even OK requests rolled back
19209:
19210: 2002-03-22 paf
19211:
19212: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19213: false return
19214:
19215: * operators.txt: few comments on sets
19216:
19217: 2002-03-18 paf
19218:
19219: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19220: src/include/pa_globals.h, src/include/pa_request.h,
19221: src/include/pa_stack.h, src/main/pa_globals.C,
19222: src/main/pa_request.C: introducing ^try
19223:
19224: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19225: types/pa_vdouble.h: removed some tested @tests
19226:
19227: 2002-03-15 paf
19228:
19229: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19230:
19231: 2002-03-13 paf
19232:
19233: * src/main/pa_exception.C: checked not-pooled malloc
19234:
19235: 2002-03-11 paf
19236:
19237: * INSTALL, configure, configure.in,
19238: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19239:
19240: * src/main/pa_common.C: --disable-foreign-group-files
19241:
19242: * INSTALL: --disable-execs
19243:
19244: * src/main/pa_exec.C: --disable-execs
19245:
19246: * configure, configure.in, src/include/pa_config_auto.h.in:
19247: --disable-execs
19248:
19249: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19250:
19251: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19252: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19253:
19254: 2002-03-05 paf
19255:
19256: * operators.txt, src/classes/date.C: date week calendar columns
19257: named
19258:
19259: * operators.txt, src/classes/date.C: date week calendar columns
19260: named
19261:
19262: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19263: requires headers to be terminated with \r\n manually [refuses to
19264: separate header/body itself]
19265:
19266: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19267: targets/isapi/parser3isapi.C: isapi site config beside .dll
19268:
19269: 2002-03-04 paf
19270:
19271: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19272: in PASS language
19273:
19274: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19275: deserialize checks on broken file
19276:
19277: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19278: parser3isapi.dsp: isapi updated
19279:
19280: 2002-03-01 paf
19281:
19282: * src/main/pa_exec.C: execle -> execve, now argc OK
19283:
19284: 2002-02-28 paf
19285:
19286: * src/main/untaint.C: removed some debug comments
19287:
19288: * src/main/pa_charsets.C: when placing charset to cache using
19289: global name now [were request]
19290:
19291: * configure, configure.in: apache module updated
19292:
19293: * src/main/pa_string.C: origin by first piece preferred before last
19294: piece
19295:
19296: 2002-02-27 paf
19297:
19298: * src/main/pa_charset.C: size_t
19299:
19300: * INSTALL: shared/static-xml with-pathlink
19301:
19302: * operators.txt: SMTP comment
19303:
19304: 2002-02-26 paf
19305:
19306: * src/main/pa_exec.C: more precise names for vars, cosmetic
19307:
19308: * src/classes/xnode.C: in some situation, xpath query returned
19309: result with type NODESET, but empty nodeset member field, checked
19310: that
19311:
19312: 2002-02-22 paf
19313:
19314: * INSTALL: without-zlib comment
19315:
19316: * etc/parser3.charsets/windows-1251.cfg: °
19317:
19318: * configure, configure.in: glib###.a detection fixed
19319:
19320: * INSTALL: hashfile removed from INSTALL
19321:
1.116 moko 19322: * Makefile.am: make update
1.95 moko 19323:
19324: * src/main/pa_string.C: string iterators fixed again, so were
19325: String::join_chain
19326:
19327: * src/main/pa_string.C: string iterators fixed again, so were
19328: String::join_chain
19329:
19330: * src/: include/pa_string.h, main/pa_string.C: string iterators
19331: fixed again, so were String::join_chain
19332:
19333: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19334:
19335: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19336: "session"
19337:
1.116 moko 19338: * configure, configure.in, src/include/pa_config_auto.h.in:
19339: --with-shared-xml --with-static-xml
1.95 moko 19340:
19341: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19342: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19343: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19344: xalan&xml
19345:
19346: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19347:
19348: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19349: src/types/types.dsp: removed hashfile support from sources for
19350: now
19351:
1.116 moko 19352: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19353: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19354: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19355: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19356: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19357: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19358: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19359: src/types/Makefile.am, src/types/pa_vhashfile.C,
19360: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19361:
19362: 2002-02-21 paf
19363:
19364: * src/main/untaint.C: removed debug code, activated commented-for
19365: debug parts
19366:
1.116 moko 19367: * Makefile.am: make cvsupdate
1.95 moko 19368:
19369: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19370: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19371: append_row, not at link zero now string to string appending works
19372:
19373: 2002-02-20 paf
19374:
19375: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19376: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19377: DEBUG_STRING_APPENDS_VS_EXPANDS
19378:
19379: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19380: economy: 22%
19381:
19382: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19383: space uptimized: string::link_row removed
19384:
19385: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19386: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19387: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19388: types/pa_vstring.h: speed uptimized: string::is_empty
19389:
19390: * operators.txt, src/include/pa_common.h,
19391: src/include/pa_config_fixed.h, src/include/pa_string.h,
19392: src/include/pa_types.h, src/main/compile.tab.C,
19393: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19394: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19395: string append optimiziation idea and estimates
19396:
19397: 2002-02-19 paf
19398:
19399: * src/classes/math.C: not used directly [but erroreously reported
19400: that 'is', thus registering twice&other probs]
19401:
19402: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19403: to node [element]
19404:
19405: * src/main/compile.C: without string_origins parse error
19406: file+line+col possible
19407:
19408: * src/main/: compile.C: without string_origins not worked
19409:
19410: 2002-02-18 paf
19411:
19412: * src/types/pa_vdouble.h: since we have in_expression removed that
19413: trick i've installed into double::as_string
19414:
19415: * src/main/pa_globals.C: extern "C" was removed too fast
19416:
19417: * src/: include/pa_opcode.h, include/pa_request.h,
19418: main/compile.tab.C, main/compile.y, main/execute.C,
19419: types/pa_wcontext.h: in_expression aimed to solve old problem
19420: with string/nonstring values, now in expressions double/int
19421: values are passed as-is, without stupid tostring/fromstring
19422: conversions
19423:
19424: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19425: __cplusplus } #endif
19426:
19427: * src/main/compile.tab.C: bison env set so one could compile
19428: without cygwin installed
19429:
19430: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19431: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19432: gnome xml libs parser .dsp-s changed accordingly
19433:
19434: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19435:
19436: * operators.txt, src/classes/date.C: date::create [were date::set,
19437: with backward comp
19438:
19439: * src/classes/math.C: math:random range check fixed
19440:
19441: * src/main/: compile.tab.C, compile.y: integer division stops name
19442:
19443: * INSTALL: local install comment
19444:
1.116 moko 19445: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19446:
1.116 moko 19447: * acinclude.m4, aclocal.m4, configure, configure.in,
19448: src/include/pa_config_auto.h.in,
19449: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19450: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19451:
19452: * operators.txt: \ comment
19453:
19454: 2002-02-13 paf
19455:
19456: * src/include/pa_config_includes.h: sys/time time both included
19457: now. vaguely remember confilicts on this on some system [not on
19458: six|ablv] so when would see them again would think up proper
19459: check
19460:
1.116 moko 19461: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19462: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19463:
19464: * src/main/pa_common.C: truncation never occured when writing files
19465: on unix [since i've changed cache mech] fix
19466:
19467: * src/main/pa_common.C: strnchr: sanity check added
19468:
19469: * etc/parser3.charsets/windows-1257.cfg: id added
19470:
19471: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19472: baltic charset file generated, in generation script ispunct check
19473: added
19474:
19475: 2002-02-08 paf
19476:
1.116 moko 19477: * src/: include/Makefile.am, sql/Makefile.am,
19478: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19479:
19480: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19481: forgotten
19482:
19483: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19484:
19485: * INSTALL, README: install&others updated
19486:
19487: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19488:
1.116 moko 19489: * Makefile.am, configure, configure.in,
19490: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19491: src/classes/Makefile.am, src/main/Makefile.am,
19492: src/main/pa_status_provider.C, src/targets/Makefile.am,
19493: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19494: works
1.95 moko 19495:
19496: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19497: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19498: classes/hashfile.C, classes/int.C, classes/mail.C,
19499: classes/math.C, classes/op.C, classes/response.C,
19500: classes/string.C, classes/table.C, classes/void.C,
19501: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19502: include/pa_array.h, include/pa_cache_managers.h,
19503: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19504: include/pa_config_fixed.h, include/pa_config_includes.h,
19505: include/pa_db_connection.h, include/pa_db_manager.h,
19506: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19507: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19508: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19509: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19510: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19511: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19512: include/pa_stack.h, include/pa_string.h,
19513: include/pa_stylesheet_connection.h,
19514: include/pa_stylesheet_manager.h, include/pa_table.h,
19515: include/pa_threads.h, include/pa_types.h, main/compile.C,
19516: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19517: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19518: main/pa_db_connection.C, main/pa_db_manager.C,
19519: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19520: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19521: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19522: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19523: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19524: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19525: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19526: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19527: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19528: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19529: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19530: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19531: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19532: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19533: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19534: types/pa_vmethod_frame.h, types/pa_vobject.h,
19535: types/pa_vrequest.h, types/pa_vresponse.h,
19536: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19537: types/pa_vstateless_object.h, types/pa_vstatus.C,
19538: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19539: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19540: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19541: classes/image.C, main/pa_common.C, main/pa_exec.C,
19542: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19543: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19544: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19545: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19546: types/pa_vxnode.C, main/pa_charset.C: name spelling
19547:
19548: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19549: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19550: classes/hashfile.C, classes/image.C, classes/int.C,
19551: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19552: classes/string.C, classes/table.C, classes/void.C,
19553: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19554: include/pa_array.h, include/pa_cache_managers.h,
19555: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19556: include/pa_config_fixed.h, include/pa_config_includes.h,
19557: include/pa_db_connection.h, include/pa_db_manager.h,
19558: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19559: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19560: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19561: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19562: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19563: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19564: include/pa_stack.h, include/pa_string.h,
19565: include/pa_stylesheet_connection.h,
19566: include/pa_stylesheet_manager.h, include/pa_table.h,
19567: include/pa_threads.h, include/pa_types.h, main/compile.C,
19568: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19569: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19570: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19571: main/pa_db_connection.C, main/pa_db_manager.C,
19572: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19573: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19574: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19575: main/pa_socks.C, main/pa_sql_driver_manager.C,
19576: main/pa_status_provider.C, main/pa_string.C,
19577: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19578: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19579: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19580: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19581: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19582: targets/isapi/pool_storage.h, types/pa_valiased.C,
19583: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19584: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19585: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19586: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19587: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19588: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19589: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19590: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19591: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19592: types/pa_vresponse.h, types/pa_vstateless_class.C,
19593: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19594: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19595: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19596: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19597: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19598: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19599:
19600: 2002-02-07 paf
19601:
19602: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19603:
1.116 moko 19604: * configure, configure.in, src/include/pa_config_auto.h.in,
19605: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19606: added yet another locking function: fcntl
1.95 moko 19607:
19608: * config.sub: on cygwin configure passes it with strange i1586
19609: const, hacked it to mean i586
19610:
19611: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19612: disabled $if reference due to conflicts with local variables
19613:
19614: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19615: xdoc::set obsolete now, now xdoc::create, with both sences
19616:
19617: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19618: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19619: table::create now // 'set' name obsolete now table clone.
19620:
19621: * operators.txt, src/classes/string.C,
19622: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19623: ^int/double/string.format now can be called with normal []
19624: brackets, not stupid {} as it were implemented for some strange
19625: reason. retaining backward compatibility due to some
19626: already-implemented servers
19627:
19628: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19629: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19630: operators now detected by check at name_without_curly_rdive_read
19631: rule whether diving code constists only of
19632: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19633: with OP_GET_ELEMENT_OR_OPERATOR to form
19634: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19635:
19636: 2002-02-06 paf
19637:
19638: * configure, configure.in: prefix expanded, grr
19639:
19640: * operators.txt, src/classes/mail.C: mail:send config changed
19641:
19642: 2002-02-05 paf
19643:
19644: * operators.txt: regex options commented
19645:
19646: * src/main/: pa_exec.C: argv0 now correct
19647:
19648: * src/types/pa_vstatus.C: status:rusage 3
19649:
19650: * src/types/pa_vstatus.C: status:rusage 2
19651:
19652: * operators.txt: status:rusage described int operators
19653:
19654: * src/types/pa_vstatus.C: status:rusage 1
19655:
19656: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19657: src/types/types.dsp: status:rusage
19658:
19659: * configure.in, operators.txt, src/classes/file.C,
19660: src/classes/op.C, src/include/pa_common.h,
19661: src/include/pa_config_includes.h, src/main/compile.tab.C,
19662: src/main/pa_common.C: rewritten ^cache to use
19663: non-blocking-exclusive-caches
19664:
19665: * src/main/pa_common.C: text file read mode on win32 adjusted
19666: [speed impact. was off for debugging purpose, but forgotten
19667: afterwards]
19668:
19669: 2002-02-01 paf
19670:
19671: * src/classes/op.C: file_write does EX lock after create, while
19672: file_read does SH after open, so there's a moment after create
19673: but before EX lock when read can sneak into, and read
19674: just-created-for-writing-and-not-yet-locked file, added a check
19675: for that in ^cache...read
19676:
19677: 2002-01-31 paf
19678:
19679: * src/main/: compile.y, compile.tab.C: disabled operator call after
19680: ^xxx:
19681:
19682: * src/main/: compile.tab.C, execute.C: made operators lookup first
19683: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19684:
19685: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19686: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19687: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19688: operators check 6.1 rewritten. now check is done at compile time
19689:
19690: * src/main/execute.C: operators check 5 floated up old error of
19691: staying in 'entered class/object' state after $a($a..) it
19692: prevented operators from being called thereafter
19693:
19694: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19695: main/execute.C: operators check 4 floated up old error of staying
19696: in 'entered object' state after ^a.a(a) it prevented operators
19697: from being called thereafter
19698:
19699: * src/main/execute.C: operators check 3 floated up old error of
19700: staying in 'entered class' state after $a:a(a) it prevented
19701: operators from being called thereafter
19702:
19703: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19704: floated up old error of staying in 'entered class' state after
19705: $a:a[a] it prevented operators from being called thereafter
19706:
19707: * src/main/execute.C: operators check, thay mistakenly seen in
19708: $class:operator $object.operators contexts
19709:
19710: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19711: win32
19712:
1.116 moko 19713: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19714: src/classes/Makefile.am, src/main/Makefile.am,
19715: src/targets/cgi/Makefile.am,
1.95 moko 19716: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19717: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19718:
1.116 moko 19719: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19720: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19721: configure, configure.in, form.txt, ident.awk, install-sh,
19722: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19723: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19724: etc/parser3.charsets/Makefile.am,
19725: etc/parser3.charsets/koi8-r.cfg,
19726: etc/parser3.charsets/windows-1250.cfg,
19727: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19728: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19729: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19730: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19731: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19732: straightened installation scripts procedure made
19733: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19734: change
19735:
19736: 2002-01-30 paf
19737:
19738: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19739: removed] those comments were a mistake, and prevented libltdl
19740: from function properly
19741:
19742: 2002-01-29 paf
19743:
1.116 moko 19744: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19745: creation [modified acinclude.m4 which were creating int into just
19746: assignment LIBTOOL=../libtool] added default system
19747: config&charsetts prepared 'make install', now it installs
19748: targets/cgi/parser3 into bin directory etc/parser3.conf &
19749: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19750: $sysconfdir/parser3.charsets respectively
19751:
19752: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19753: main/pa_globals.C: few forgotten ifdef XML added
19754:
19755: 2002-01-28 paf
19756:
1.116 moko 19757: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19758: removed
19759:
19760: * src/main/pa_exception.C: dom|generic error output fix
19761:
19762: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19763:
19764: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19765:
19766: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19767: [fixed as_node helper func to accept docs]
19768:
19769: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19770: xdoc.importNode 0
19771:
19772: * src/classes/xdoc.C: xdoc::set now untaints OK
19773:
19774: 2002-01-25 paf
19775:
19776: * src/main/: compile.tab.C, compile.y: #comment before @ after
19777: @SPECIAL now works OK
19778:
19779: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19780:
19781: * src/main/pa_exec.C: max arg count now 10, and proper message on
19782: violation that added
19783:
19784: * src/classes/hash.C: unified hash::sql, now
19785: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19786:
19787: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19788: ^file:lock[filename]{code}
19789:
19790: * src/: classes/file.C, classes/op.C, classes/string.C,
19791: classes/table.C, classes/xdoc.C, include/pa_common.h,
19792: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19793: to some pa_common funcs
19794:
19795: * src/: include/pa_charset.h, main/pa_globals.C:
19796: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19797:
19798: * src/: include/pa_charset.h, main/pa_charset.C,
19799: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19800: not stupid illegal define
19801:
19802: 2002-01-24 paf
19803:
19804: * src/include/pa_version.h: changed version number
19805:
19806: * src/: classes/hashfile.C, include/pa_db_table.h,
19807: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19808: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19809: main/pa_db_connection.C, main/pa_db_table.C,
19810: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19811: hashfile without logfiles
19812:
19813: * src/: classes/hashfile.C, include/pa_db_table.h,
19814: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19815: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19816: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19817: DB_INIT_TXN init bits, thus got rid of huge log files, which
19818: cluttered disk without huge need]
19819:
19820: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19821: handy macro, which is strangly abscent in dome lib
19822:
19823: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19824:
19825: * src/classes/xdoc.C: checked empty response
19826:
19827: * src/classes/xnode.C: xdoc.select fixed context node [were always
19828: /, not self node]
19829:
19830: * src/classes/xnode.C: xnode.select returns array always now, in
19831: case 'nothing found' returns empty array
19832:
19833: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19834: be more tender with ctrl/c/v
19835:
19836: 2002-01-23 paf
19837:
19838: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19839: substituted. // 2. when dom tree with entites goes under
19840: transform text nodes // got [erroreosly] cut on first
19841: entity occurance
19842:
19843: * src/types/pa_vdouble.h: double prec. todo: get rid of
19844: twice-converting
19845:
19846: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19847: 'e' in output this is for regretful twice-converting here:
19848: $a(double value) when they write double falue they convert it to
19849: string first, thus %g were losing precesion.
19850:
19851: todo: think up some way to remove double->string string->double
19852: twice-converting
19853:
19854: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19855: %.20E now default float format this is for regretful
19856: twice-converting here: $a(double value) when they write double
19857: falue they convert it to string first, thus %g were losing
19858: precesion.
19859:
19860: todo: think up some way to remove double->string string->double
19861: twice-converting
19862:
19863: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19864: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19865: reasons in comment inside
19866:
19867: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19868: statically linked]
19869:
19870: * src/: include/pa_exception.h, main/compile.tab.C,
19871: main/pa_exception.C: removed exception va_list constructor. 1.
19872: not needed anymore 2. there were a conflict[causing errors]
19873: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19874: never detected an ambiguilty here, compiling ctor(, "hello") into
19875: ctor(, va_list) which, of course, caused gpf
19876:
19877: * src/main/pa_globals.C: removed debug xslt messages
19878:
19879: 2002-01-22 paf
19880:
19881: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19882: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19883: helps compiling stylesheet properly. example: this refused to
19884: work, <b>«<xsl:value-of select="@title"
19885: />»</b> stranly worked only this way:
19886: <b>«<xsl:value-of select="@title" />»</b>
19887:
19888: docs says "set it to 1", never going into details, so I decided
19889: to try NOT to do that
19890:
19891: * src/classes/table.C: join behaived badly in case named tables
19892: structure mismatched: 0 strings sneaked into dest failing
19893: afterwards. replaced them with empty strings
19894:
19895: 2002-01-21 paf
19896:
19897: * src/main/pa_charset.C: checked empty transcoders in
19898: transcode_cstr|buf
19899:
19900: * src/classes/xdoc.C: xdoc::load error source = filespec
19901:
19902: * src/classes/xdoc.C: transform error source now
19903: stylesheet_filespec
19904:
1.116 moko 19905: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19906: include/pa_stylesheet_connection.h, main/pa_charset.C,
19907: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19908: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19909: gnome
1.95 moko 19910:
19911: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19912: include/pa_globals.h, include/pa_stylesheet_connection.h,
19913: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19914: xslt generic error 1
19915:
19916: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19917: xml generic message 1
19918:
19919: * src/classes/table.C: ^table::load empty lines or #comments before
19920: headline
19921:
19922: * src/: include/pa_array.h, include/pa_globals.h,
19923: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19924: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19925: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19926: errors 0
19927:
19928: 2002-01-16 paf
19929:
19930: * src/: classes/hash.C, classes/op.C, classes/string.C,
19931: classes/table.C, classes/void.C, classes/xdoc.C,
19932: include/pa_db_connection.h, include/pa_request.h,
19933: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19934: include/pa_stylesheet_connection.h,
19935: include/pa_stylesheet_manager.h, main/pa_request.C,
19936: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19937: targets/cgi/pool_storage.h: auto closers to sql_connection,
19938: stylesheet_connection auto destroyers to remaining gnome objects
19939:
19940: * src/classes/xdoc.C: few comments
19941:
19942: 2002-01-15 paf
19943:
19944: * src/classes/xdoc.C: xdoc file save string
19945:
19946: ready. todo: error handling
19947:
19948: * src/classes/xdoc.C: xdoc save rewritten using
19949: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19950: result
19951:
19952: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19953: started output options parsing
19954:
19955: 2002-01-14 paf
19956:
19957: * src/classes/xdoc.C: method
19958:
19959: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19960: include/pa_pool.h, include/pa_stylesheet_connection.h,
19961: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19962: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19963: xslt transform0. TODO: use output options handle errors
19964:
19965: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19966:
19967: 2002-01-11 paf
19968:
19969: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19970: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19971: partial logical && || evaluation
19972:
19973: * src/classes/xnode.C: xpath selectNodes
19974:
19975: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19976: string/number/bool
19977:
19978: * src/classes/xnode.C: xpath selectNode 2
19979:
19980: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19981: xpath selectNode 1
19982:
19983: 2002-01-10 paf
19984:
19985: * src/classes/xnode.C: xpath selectNode -100 [just written]
19986:
19987: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19988: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19989: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19990: refcounter]
19991:
19992: 2001-12-29 paf
19993:
19994: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19995: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19996: glib works 0
19997:
19998: 2001-12-28 paf
19999:
20000: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20001: main/pa_exception.C: started glib transcoders
20002:
20003: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20004:
20005: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20006: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20007: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20008: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20009: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20010: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20011: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20012: libs just compiled in. no refcounting no xpath no xslt yet
20013:
20014: 2001-12-27 paf
20015:
20016: * src/: include/pa_charset.h, include/pa_common.h,
20017: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20018: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20019: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20020: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20021: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20022: from xalan&xerces, started the process. globals [initialization
20023: pool [charset update charset [transcodings vxnode vxdoc [DOM
20024: calls
20025:
20026: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20027: anymore
20028:
20029: 2001-12-26 paf
20030:
20031: * src/: include/pa_charset.h, include/pa_charsets.h,
20032: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20033: key globalized [bug]
20034:
20035: 2001-12-25 paf
20036:
20037: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20038: main/pa_string.C: table set & append changed splitting languages,
20039: separators now can be clean AND as-is same to mail command line
20040: $MAIN:MAIL.progX arguments
20041:
20042: 2001-12-24 paf
20043:
20044: * src/classes/mail.C: one parted text messages - no multipart
20045: mime-type anymore. for convinient if $.attach-ments
20046:
20047: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20048: main/pa_string.C: read from cache size check updated
20049:
20050: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20051:
20052: 2001-12-21 paf
20053:
20054: * src/classes/date.C: date:sql-string now returns localtime
20055:
20056: * src/main/pa_request.C: $result in @main actually not working, to
20057: hell with it for now
20058:
20059: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20060: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20061: @postprocess @exception
20062:
20063: * src/main/execute.C: junction evaluation canceled - endless
20064: recursion detected
20065:
20066: 2001-12-19 paf
20067:
20068: * src/main/pa_charset.C: charset->charset transcoding via unicode
20069: intermediate
20070:
20071: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20072:
20073: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20074:
20075: * src/classes/op.C: ^cache keypath now relative
20076:
20077: * src/classes/mail.C: changed weighting prior to sort
20078:
20079: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20080: were missing
20081:
20082: 2001-12-17 paf
20083:
20084: * src/main/pa_charset.C: ifndef XML were bad type
20085:
20086: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20087: outdated unset services_pool
20088:
20089: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20090: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20091: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20092:
20093: * src/main/untaint.C: allowed space in filespec
20094:
20095: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20096:
20097: * src/classes/image.C: no govno
20098:
20099: * src/classes/image.C: govno
20100:
20101: 2001-12-16 paf
20102:
20103: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20104:
20105: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20106: charset_connection&manager replaced by charset&charsets
20107:
20108: * src/main/pa_charset.C: name_cstr 0
20109:
20110: * src/main/untaint.C: uri lang now knows about client/source
20111: charsets
20112:
20113: * src/: classes/file.C, classes/math.C, classes/op.C,
20114: classes/string.C, classes/table.C, classes/xdoc.C,
20115: include/pa_array.h, include/pa_cache_managers.h,
20116: include/pa_charset_connection.h, include/pa_charset_manager.h,
20117: include/pa_common.h, include/pa_db_connection.h,
20118: include/pa_db_manager.h, include/pa_db_table.h,
20119: include/pa_dictionary.h, include/pa_exception.h,
20120: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20121: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20122: include/pa_sapi.h, include/pa_socks.h,
20123: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20124: include/pa_string.h, include/pa_stylesheet_connection.h,
20125: include/pa_stylesheet_manager.h, include/pa_table.h,
20126: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20127: main/pa_charset.C, main/pa_charset_connection.C,
20128: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20129: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20130: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20131: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20132: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20133: types/types.dsp: introducing Charset
20134:
20135: 2001-12-14 paf
20136:
20137: * src/: include/pa_request.h, include/pa_transcoder.h,
20138: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20139: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20140: uri lang
20141:
20142: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20143:
20144: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20145:
20146: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20147: defalts_name global
20148:
20149: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20150: include/pa_request.h, main/main.dsp,
20151: main/pa_charset_connection.C, main/pa_charset_manager.C,
20152: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20153: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20154: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20155: changed charset model. now important: $request:charset
20156: $response:charset while $response:content-type.charset become
20157: unimportant [informational]
20158:
20159: 2001-12-13 paf
20160:
20161: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20162:
20163: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20164: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20165: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20166: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20167: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20168: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20169:
20170: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20171: auto_ptr part other way, because of stupid gcc 2.96
20172: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20173: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20174: FormatterListener] /usr/include/g++-3/memory:48:
20175: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20176: _Tp1 = FormatterListener, _Tp = FormatterListener]
20177:
20178: * src/classes/xdoc.C: removed extra inc
20179:
20180: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20181:
20182: * src/include/pa_types.h: msvc head debugging flag
20183:
20184: * src/classes/xdoc.C: freed up listener
20185:
20186: * src/classes/string.C: change msg '... code is not code'
20187:
20188: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20189: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20190: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20191: [past/future prob]
20192:
20193: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20194: include/pa_config_fixed.h, include/pa_db_manager.h,
20195: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20196: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20197:
20198: * src/: include/pa_config_fixed.h, main/pa_common.C,
20199: main/pa_string.C: removed signed mismatch warnings
20200:
20201: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20202: 'expires' from header outputs
20203:
20204: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20205: row ptr
20206:
20207: * src/classes/file.C: file::cgi bug, request_method were passed to
20208: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20209:
20210: * src/classes/xdoc.C: lang list updated
20211:
20212: 2001-12-10 paf
20213:
20214: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20215:
20216: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20217: erase files like that, knowing their full name introducing //
20218: theoretical problem with, for instance, "_2B" and "." fragments,
20219: // they would yield the same // because
20220: need_file_encode('_')=false // but we need to delete such files
20221: somehow, getting names from ^index
20222:
20223: * src/main/pa_string.C: ^string.replace bug fixed [bad
20224: string::join_chank break]
20225:
20226: 2001-12-07 paf
20227:
20228: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20229: include/pa_common.h, include/pa_config_auto.h.in,
20230: include/pa_config_fixed.h, include/pa_config_includes.h,
20231: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20232: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20233: types/pa_vhashfile.C: merged from r14_simple_cache
20234:
20235: * src/main/pa_string.C: stupid sparc architecture failed to access
20236: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20237: lduh [ %i2 + 1 ], %l0
20238:
20239: bus error, fixed that
20240:
20241: * src/main/pa_string.C: strange string deserialize bug on
20242: client[pmts], a bit shortened,
20243:
20244: * src/include/pa_config_auto.h.in: makes
20245:
20246: * src/: include/pa_common.h, include/pa_config_fixed.h,
20247: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20248: file write shared lock file read
20249:
20250: * src/: classes/op.C, include/pa_common.h,
20251: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20252:
20253: 2001-12-06 paf
20254:
20255: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20256: main/pa_request.C: #ifdef RESOURCES_DEBUG
20257:
20258: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20259: info
20260:
20261: * src/classes/hashfile.C: removed transaction from ^cache
20262:
20263: 2001-12-05 paf
20264:
20265: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20266: IIS5 there were a prob with illegal call check
20267:
20268: 2001-12-04 paf
20269:
20270: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20271: main/pa_request.C: measures to log
20272:
20273: 2001-11-23 paf
20274:
20275: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20276: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20277: types/pa_vhashfile.C: merged from _0014, 1
20278:
20279: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20280: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20281: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20282: ^cache(33) would change
20283:
20284: 0660 bits in file_write & hashfile create
20285:
20286: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20287: after pa_string optimization]
20288:
20289: 2001-11-22 paf
20290:
20291: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20292: table.offset[whence]
20293:
20294: * src/classes/op.C: process cstr(,connection)
20295:
20296: * src/classes/op.C: process now gets its body on current language,
20297: not as-is
20298:
20299: * src/main/untaint.C: ORIGINS mode removed UHTML
20300:
20301: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20302: bit
20303:
1.116 moko 20304: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20305:
20306: 2001-11-21 paf
20307:
20308: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20309: <xsl:output output options made identical to xsl:output
20310: attributes exclusion: cdata-section-elements what xalan can do
20311: but that not used now: it can escape and remove CDATA sections
20312:
20313: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20314: produced by xslt
20315:
20316: * src/targets/cgi/parser3.C: removed debug cgi||1
20317:
20318: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20319:
20320: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20321: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20322: default language for {code}, it happen to change it's language
20323: from CLEAN, so later refused to split by CLEAN \t
20324:
20325: 2001-11-20 paf
20326:
1.116 moko 20327: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20328: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20329: bottom of dependeces, so that errors would popup quicklier, fixed
20330: line numbering in table::sql
20331:
20332: 2001-11-19 paf
20333:
20334: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20335: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20336: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20337: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20338: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20339: at wcontext.write
20340:
1.116 moko 20341: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20342: _set_new_handler
20343:
1.116 moko 20344: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20345: set_new_handler in apache&isapi
1.95 moko 20346:
20347: 2001-11-16 paf
20348:
20349: * src/targets/cgi/parser3.C: pool debug @ die
20350:
20351: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20352: removed 8 bytes from String, 2 bytes from
20353: string::chunk::row::item
20354:
20355: * src/main/pa_string.C: removed 1+4 bytes from String
20356:
20357: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20358: types/pa_vstring.C: removed 1+4 bytes from String
20359:
20360: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20361: 0
20362:
20363: * src/: include/pa_globals.h, include/pa_string.h,
20364: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20365: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20366: targets/cgi/parser3.C: introducing estimating
20367: String::cstr_bufsize, 0
20368:
20369: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20370:
20371: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20372:
20373: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20374: include/pa_pool.h: die in pool::fail
20375:
20376: 2001-11-15 paf
20377:
20378: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20379: main/pa_exception.C, targets/cgi/parser3.C: exception with
20380: dynamic buffer re-back now with counter
20381:
20382: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20383: static buffer back
20384:
20385: * src/targets/cgi/parser3.C: std::
20386:
20387: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20388: include/pa_config_includes.h: setnewhandler check
20389:
1.116 moko 20390: * src/include/pa_config_auto.h.in: makes
1.95 moko 20391:
20392: * src/targets/cgi/parser3.C: set_new_handler started
20393:
20394: 2001-11-14 paf
20395:
20396: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20397: was wrong
20398:
20399: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20400: was wrong
20401:
20402: * src/main/pa_request.C: z
20403:
20404: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20405: full returns win32 -1 solaris >buffer_size
20406:
20407: checked all that
20408:
20409: * src/classes/op.C: ^untaint{body} as-is default now
20410:
20411: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20412: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20413: with no_bad_constructors_try
20414:
20415: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20416: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20417: this: $bred[^string::length[]] $bred[^response::clear[]]
20418: $bred[^int::int[]]
20419:
20420: now VObject creation moved into overriden
20421: VClass::create_new_value, thus 0 from create_new_value means that
20422: class has no ctors
20423:
20424: 2001-11-13 paf
20425:
20426: * src/classes/classes.C: returned accedently removed if in foreach
20427: callbacks [when hash no-0-restructure]
20428:
20429: 2001-11-12 paf
20430:
20431: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20432: passed as-is to method, xalan makes & into & itself
20433:
20434: * src/classes/date.C: date.roll parser2 alg used
20435:
20436: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20437: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20438: main/pa_dictionary.C, main/pa_hash.C,
20439: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20440: now does not containt 0 values. put 0 actullay removes. no check
20441: on 0 value in foreach now required
20442:
20443: 2001-11-11 paf
20444:
20445: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20446:
20447: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20448:
20449: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20450: driver initialize not const
20451:
20452: 2001-11-10 paf
20453:
20454: * src/main/pa_exec.C: doc
20455:
20456: 2001-11-09 paf
20457:
20458: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20459: param properly
20460:
20461: * src/classes/string.C: string.save now does untainting before
20462: saving
20463:
20464: * src/main/pa_common.C: line endings fixing fixed last piece[was
20465: still cstr oriented]
20466:
20467: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20468: line endings fixing got rid of cstr, now must work ok with post
20469: multipart
20470:
20471: * src/types/pa_vform.C: line endings fixed at post / multipart /
20472: not file also now
20473:
20474: 2001-11-08 paf
20475:
20476: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20477: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20478: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20479: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20480: main/pa_stylesheet_manager.C: restructured Cache manager to be
20481: simple parent, not second parent [gcc 2.96 strangly refused to
20482: call virtual from second parent]
20483:
1.116 moko 20484: * src/: include/pa_common.h, main/Makefile.am,
20485: targets/cgi/pa_pool.C: makes
1.95 moko 20486:
20487: * src/: include/pa_request.h, main/pa_request.C,
20488: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20489: 'status' class enabler
20490:
20491: <Location /parser-status.html> ParserStatusAllowed </Location>
20492:
20493: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20494: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20495: include/pa_stylesheet_manager.h, main/main.dsp,
20496: main/pa_cache_managers.C, main/pa_charset_manager.C,
20497: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20498: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20499: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20500: todo: apache 'status' class enabler
20501:
20502: 2001-11-05 paf
20503:
20504: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20505: debug to normal
20506:
20507: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20508: hence i removed skipping 0 values in hash::for_each-es we need to
20509: check cleaned cache items manually. few more checks.
20510:
20511: expiring to 0 time was wrong, changed to 'now' time
20512:
20513: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20514: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20515: on apache already done :)
20516:
20517: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20518: skipping 0 values in hash::for_each-es we need to check cleaned
20519: cache items manually
20520:
20521: * src/main/: pa_db_connection.C, pa_db_table.C:
20522: parser_multithreaded check was wrong
20523:
20524: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20525: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20526: classes/hashfile.C, classes/image.C, classes/int.C,
20527: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20528: classes/string.C, classes/table.C, classes/void.C,
20529: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20530: include/pa_array.h, include/pa_charset_connection.h,
20531: include/pa_charset_manager.h, include/pa_common.h,
20532: include/pa_config_fixed.h, include/pa_config_includes.h,
20533: include/pa_db_connection.h, include/pa_db_manager.h,
20534: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20535: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20536: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20537: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20538: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20539: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20540: include/pa_stack.h, include/pa_string.h,
20541: include/pa_stylesheet_connection.h,
20542: include/pa_stylesheet_manager.h, include/pa_table.h,
20543: include/pa_threads.h, include/pa_types.h, main/compile.C,
20544: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20545: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20546: main/pa_charset_manager.C, main/pa_common.C,
20547: main/pa_db_connection.C, main/pa_db_manager.C,
20548: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20549: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20550: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20551: main/pa_socks.C, main/pa_sql_driver_manager.C,
20552: main/pa_status_provider.C, main/pa_string.C,
20553: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20554: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20555: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20556: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20557: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20558: targets/isapi/pool_storage.h, types/pa_valiased.C,
20559: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20560: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20561: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20562: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20563: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20564: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20565: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20566: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20567: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20568: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20569: types/pa_vstateless_object.h, types/pa_vstatus.h,
20570: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20571: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20572: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20573: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20574: $status:db fixed used not initialized in db_connection & db_table
20575:
20576: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20577: $status:charset
20578:
20579: * src/: classes/xdoc.C, include/pa_db_connection.h,
20580: include/pa_stylesheet_connection.h,
20581: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20582: types/pa_vstatus.h: $status:stylesheet
20583:
20584: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20585: include/pa_request.h, include/pa_sql_connection.h,
20586: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20587: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20588: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20589: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20590: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20591: types/pa_vxnode.C, types/types.dsp: started status parser class
20592:
20593: 2001-11-01 paf
20594:
20595: * src/include/pa_config_auto.h.in: makes
20596:
20597: * src/main/pa_hash.C: removed old extra include
20598:
20599: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20600: checks [for hp, there are such in math.h]
20601:
20602: * src/classes/op.C: ^for endless loop check strightened
20603:
20604: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20605: behavior in native calls. it left unchanged, so ^for ^foreach &
20606: co can use r.root to write their i & key,value there
20607:
20608: * src/classes/op.C: detected for var storage bug, fixed.
20609: todo:foreach
20610:
20611: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20612: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20613: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20614: changing of hash inside of foreach
20615:
20616: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20617: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20618: were hash.foreach
20619:
20620: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20621: types/pa_vstring.C, types/pa_vstring.h:
20622: ^foreach[key|value]{body}[[separator]|{separator}]
20623:
20624: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20625: types/pa_vcookie.C: ^hash.delete[key]
20626:
20627: 2001-10-31 paf
20628:
20629: * src/main/: compile.C, pa_common.C: completely empty file now
20630: considered "read", not ignored [not perfect trick used]
20631:
20632: * src/main/pa_common.C: simplier common ifdefs
20633:
20634: * src/main/pa_common.C: typing bug in common - bad ifdeff
20635:
20636: * src/main/pa_db_connection.C: z
20637:
20638: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20639: lockdetector flags
20640: dbenv.lk_detect=DB_LOCK_RANDOM;
20641:
20642: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20643: from accidental show [imagine user forgot @exception]
20644:
20645: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20646:
20647: * src/: classes/file.C, classes/image.C, classes/mail.C,
20648: classes/string.C, classes/xnode.C, include/pa_common.h,
20649: main/pa_common.C: ^string.save[[append;]path]
20650:
20651: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20652: main/execute.C: \ in expression: int divide 10/3=3
20653:
20654: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20655: inside of ^cache
20656:
20657: * src/: include/pa_threads.h, main/pa_db_connection.C,
20658: main/pa_db_table.C, targets/cgi/pa_threads.C,
20659: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20660: needed
20661:
20662: 2001-10-30 paf
20663:
20664: * src/: classes/classes.dsp, main/main.dsp,
20665: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20666: types/types.dsp: enabled debug incremental compile
20667:
20668: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20669: form post data line endings not reformatted now.
20670:
20671: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20672: now required [had bug when file= has no value]
20673:
20674: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20675: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20676: cstr(asis) default param removed
20677:
20678: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20679:
20680: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20681:
20682: * src/include/pa_dir.h: LOAD_DIR fixed
20683:
20684: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20685: was broken} fix_line_breaks
20686:
20687: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20688: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20689: packed with #pragma pack
20690:
1.116 moko 20691: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20692:
20693: 2001-10-29 paf
20694:
20695: * src/types/pa_wcontext.h: bitfield syntax stricter
20696:
20697: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20698: string hash.puts
20699:
20700: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20701:
20702: * src/include/pa_sql_connection.h: there were one wrong
20703: SQL_CONNECTION_FUNC_GUARDED [failed]
20704:
20705: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20706: param.someday either ifdef or remove it
20707:
20708: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20709:
20710: * src/main/untaint.C: optimizing returned after debugging
20711:
20712: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20713: main/untaint.C: memory hunging #pragma pack(1)
20714:
20715: 16 419 844 13 169 394
20716:
20717: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20718: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20719: places [todo:Array]
20720:
20721: * src/: main/execute.C, targets/cgi/pa_pool.C,
20722: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20723: types/pa_wwrapper.h: debugging memory WContext flags to bits
20724:
20725: total 5 652 652/158731 total 5 469 332/158731
20726:
20727: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20728: Array:: without cache in get/put now
20729:
20730: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20731: 18:25:27 2001] total 5 652 652/158731
20732:
20733: * src/: include/pa_string.h, main/pa_string.C,
20734: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20735: now
20736:
20737: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20738: 18:11:53 2001] total 5796092/158731
20739:
20740: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20741: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20742: key ref now
20743:
20744: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20745: 17:11:17 2001] total 16867948/202658
20746:
20747: * src/: classes/file.C, classes/image.C, classes/string.C,
20748: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20749: main/execute.C, main/pa_array.C, main/pa_common.C,
20750: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20751: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20752: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20753: string::as_int/double now usually uses stack, not heap [200K out
20754: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20755:
20756: * src/main/pa_sql_driver_manager.C: ping to have services [old
20757: hiding bug]
20758:
20759: * src/Makefile.am: .am order
20760:
20761: * src/: include/pa_array.h, include/pa_charset_manager.h,
20762: include/pa_db_connection.h, include/pa_db_manager.h,
20763: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20764: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20765: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20766: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20767: required "friend class"
20768:
20769: ../include/pa_request.h:51: friend declaration requires
20770: class-key, i.e. `friend class Temp_lang'
20771:
20772: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20773: main/pa_exception.C, main/pa_sql_driver_manager.C,
20774: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20775:
20776: the idea is to #1 jump to C++ some function to main body, where
20777: every function stack frame has exception unwind information and
20778: from there... #2 propagate_exception()
20779:
20780: 2001-10-28 paf
20781:
20782: * src/main/pa_db_connection.C: removed old consts
20783:
20784: * src/main/pa_db_connection.C: expire table [was accidently pasted
20785: with wrong type/cast]
20786:
20787: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20788: translation
20789:
1.116 moko 20790: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20791: remember to build DB2 with -fexceptions!!!
20792:
20793: * src/main/pa_db_table.C: DB_RMW defed
20794:
20795: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20796: include/pa_db_connection.h, include/pa_db_manager.h,
20797: include/pa_db_table.h, main/pa_db_connection.C,
20798: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20799:
20800: 2001-10-27 paf
20801:
20802: * src/: classes/hashfile.C, include/pa_db_connection.h,
20803: include/pa_db_table.h, main/pa_db_connection.C,
20804: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20805: types/pa_vhashfile.C: DB2 ifdefs
20806:
1.116 moko 20807: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20808: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20809: makes with DB2
20810:
1.116 moko 20811: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20812: types/Makefile.am: makes db
1.95 moko 20813:
20814: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20815: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20816: globals.C
20817:
20818: * src/: classes/hashfile.C, include/pa_db_connection.h,
20819: include/pa_db_table.h, main/pa_db_connection.C,
20820: main/pa_db_table.C: ^hashfile.clear[]
20821:
20822: * src/classes/classes.awk: no $ in var names
20823:
20824: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20825: connection&table [forgotten calls]
20826:
20827: 2001-10-26 paf
20828:
20829: * src/main/pa_db_connection.C: db checkpoints
20830:
20831: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20832: checkpoints
20833:
20834: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20835: default. but entities still reparsed. todo: tothink
20836:
20837: * src/main/pa_db_connection.C: db recover mech 2
20838:
20839: * src/: classes/hashfile.C, include/pa_db_connection.h,
20840: include/pa_db_manager.h, include/pa_db_table.h,
20841: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20842: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20843: types/pa_vhashfile.h: db connections & tables now cached at
20844: create time & multithreaded
20845:
20846: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20847: parsed_source
20848:
20849: * src/main/pa_db_connection.C: about to remove connection from
20850: vhashfile
20851:
20852: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20853: transaction commit/rollback responsibility left to parent [as it
20854: sould - else there were a bug with double free]
20855:
20856: * src/include/pa_db_table.h: db: child transaction commit/rollback
20857: responsibility left to parent [as it sould - else there were a
20858: bug with double free]
20859:
20860: 2001-10-25 paf
20861:
20862: * src/: classes/hashfile.C, include/pa_common.h,
20863: include/pa_db_connection.h, include/pa_db_manager.h,
20864: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20865: types/pa_vhashfile.C, types/pa_vhashfile.h,
20866: include/pa_db_table.h, main/pa_db_table.C: started db_home
20867: [multiple, cached] todo: autorecover [tried, but not succeded,
20868: yet]
20869:
20870: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20871:
20872: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20873: transaction parent passed
20874:
20875: 2001-10-24 parser
20876:
1.116 moko 20877: * src/classes/Makefile.am: makes
1.95 moko 20878:
20879: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20880: isapi/pool_storage.h: pool_storage fixed
20881:
20882: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20883: types/pa_vform.h: form fix_line_breaks
20884:
1.116 moko 20885: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20886:
20887: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20888: targets/cgi/pool_storage.h: makes
20889:
20890: * src/sql/pa_sql_driver.h: version
20891:
20892: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20893: types/pa_vform.C, types/pa_vform.h: .am
20894:
20895: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20896: this: DB_RMW Acquire write locks instead of read locks when doing
20897: the retrieval. Setting this flag may decrease the likelihood of
20898: deadlock during a read-modify-write cycle by immediately
20899: acquiring the write lock during the read part of the cycle so
20900: that another thread of control acquiring a read lock for the same
20901: item, in its own read-modify-write cycle, will not result in
20902: deadlock
20903:
20904: * src/targets/isapi/parser3isapi.dsp: doc
20905:
20906: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20907:
20908: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20909:
20910: * src/: classes/hashfile.C, include/pa_db_connection.h,
20911: main/pa_db_connection.C: hashfile expired deleted from db when
20912: get & iterate
20913:
20914: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20915: expiring 1
20916:
20917: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20918:
20919: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20920: db_connection not bothers with key when not returning expired
20921: data
20922:
20923: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20924: types/pa_vhashfile.C: db_cursor constructor public now
20925:
20926: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20927: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20928: stamped, todo: put_element analize
20929:
20930: * src/: include/pa_db_connection.h, include/pa_string.h,
20931: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20932: serialize. todo stamp
20933:
20934: 2001-10-23 parser
20935:
20936: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20937: classes/image.C, classes/mail.C, classes/response.C,
20938: classes/string.C, classes/table.C, classes/xdoc.C,
20939: include/pa_config_fixed.h, include/pa_db_connection.h,
20940: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20941: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20942: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20943: types/pa_vtable.C: ^hashfile.hash[]
20944:
20945: * src/: classes/hashfile.C, classes/xdoc.C,
20946: include/pa_config_fixed.h, main/pa_db_manager.C,
20947: main/pa_globals.C: ifdefs so it compiled without db
20948:
20949: * src/: classes/hashfile.C, include/pa_db_connection.h,
20950: include/pa_db_manager.h, main/pa_db_connection.C,
20951: main/pa_db_manager.C, types/pa_vhashfile.h:
20952: ^hashfile.transaction{code} ^hashfile:clear[filename]
20953: ^hashfile.delete[key]
20954:
20955: 2001-10-22 parser
20956:
20957: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20958: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20959:
20960: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20961: classes/xnode.C, include/pa_charset_connection.h,
20962: include/pa_db_connection.h, include/pa_db_manager.h,
20963: include/pa_exception.h, include/pa_sapi.h,
20964: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20965: include/pa_stylesheet_connection.h,
20966: include/pa_stylesheet_manager.h,
20967: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20968: main/pa_db_connection.C, main/pa_db_manager.C,
20969: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20970: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20971: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20972: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20973: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20974: types/types.dsp: hashfile 0
20975:
20976: * src/types/pa_vhashfile.C: z
20977:
20978: * src/: classes/classes.dsp, classes/hashfile.C,
20979: include/pa_config_fixed.h, main/execute.C,
20980: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20981: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20982:
20983: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20984:
20985: * src/: include/pa_exception.h, include/pa_request.h,
20986: main/execute.C, main/pa_exception.C, main/pa_request.C,
20987: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20988: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20989:
20990: 2001-10-19 parser
20991:
20992: * src/include/pa_pool.h: header
20993:
20994: * src/main/pa_pool.C: auto compiled on gcc
20995:
20996: * src/classes/image.C: comment
20997:
1.116 moko 20998: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20999:
21000: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21001: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21002: types/pa_vxnode.h: xnode clone got freed
21003:
21004: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21005: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21006: can free up xalandomstring resulting from pool::transcode
21007:
21008: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21009: include/pa_config_fixed.h, include/pa_exception.h,
21010: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21011: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21012: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21013: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21014: from non-xml compile
21015:
21016: * src/main/pa_request.C: pool:: context - get_context
21017:
21018: * src/: classes/classes.h, classes/date.C, classes/double.C,
21019: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21020: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21021: classes/string.C, classes/table.C, classes/void.C,
21022: include/pa_config_fixed.h, include/pa_exception.h,
21023: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21024: main/compile.C, main/compile_tools.C, main/execute.C,
21025: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21026: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21027: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21028: main/pa_string.C, main/pa_table.C, main/untaint.C,
21029: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21030: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21031: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21032: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21033: types/pa_vstateless_class.h, types/pa_vtable.C,
21034: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21035: exceptions 0
21036:
21037: * src/classes/classes.awk: $ removed
21038:
21039: 2001-10-18 parser
21040:
21041: * src/types/pa_vcookie.C: cookie:CLASS
21042:
21043: * src/main/main.dsp: project
21044:
21045: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21046: set_document & ctor question "who owns document" solved
21047:
21048: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21049:
21050: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21051: main/pa_pool.C: encoding in dom creating funcs
21052:
21053: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21054: be transformed now
21055:
21056: * src/classes/xdoc.C: dom created by create can be transformed now
21057:
21058: * src/classes/xdoc.C: z
21059:
21060: * src/classes/xdoc.C: comment
21061:
21062: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21063: create now uses XercesDocumentBridge, appendChild&co now works
21064:
21065: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21066: @ recompile
21067:
21068: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21069: $origin @exception[
21070:
21071: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21072: tag names forced to XML lang
21073:
21074: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21075: leechy-found bugs in code&doc fixed
21076:
21077: 2001-10-17 parser
21078:
21079: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21080: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21081: n functionality preserved
21082:
21083: * src/types/pa_vimage.h: removed unused vimage::save
21084:
21085: 2001-10-16 parser
21086:
21087: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21088:
21089: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21090:
21091: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21092:
21093: * src/classes/image.C: image.copy tolerance
21094:
21095: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21096: ineffective, but works for small paleted image
21097:
21098: * src/types/pa_vimage.C: comment
21099:
21100: * src/classes/image.C: gd size/resize bugfix
21101:
21102: * src/: classes/classes.dsp, main/main.dsp,
21103: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21104: types/types.dsp: ident >nul 2>&1
21105:
21106: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21107: systems
21108:
21109: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21110: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21111:
21112: 2001-10-15 parser
21113:
21114: * src/main/execute.C: z
21115:
21116: * src/classes/: xdoc.C: !::create{qualifiedName}
21117:
21118: * src/types/pa_vxnode.C: document_type_node.
21119: !readonly attribute DOMString name
21120: !notation_node.
21121: !readonly attribute DOMString publicId
21122: !readonly attribute DOMString systemId
21123:
1.116 moko 21124: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21125: ::write badly passed string too transparently [failed to
21126: intercept it]
1.95 moko 21127:
21128: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21129: include/pa_request.h, main/pa_sql_driver_manager.C,
21130: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21131: types/pa_vxnode.h: DOM1 major addtion, only few
21132: attributes/methods left
21133:
21134: 2001-10-13 parser
21135:
21136: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21137: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21138: in main handler
21139:
21140: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21141: cleanups & frees order
21142:
21143: * src/types/pa_vcode_frame.h: couple comments
21144:
21145: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21146: transparent enough to handle hash if creation&passing
21147:
21148: * src/: include/pa_config_fixed.h, main/execute.C,
21149: main/pa_exception.C: noticed that vcodeframe not transparent
21150: enough, would change now
21151:
21152: 2001-10-12 parser
21153:
21154: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21155: fixed. initialization&free on each thread!
21156:
21157: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21158: handling changed: now type of default param analized always, not
21159: only at problem time, thus helping early problem spotting
21160:
21161: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21162: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21163: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21164: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21165: multithread bug fixed. initialization&free on each thread!
21166:
21167: 2001-10-11 parser
21168:
21169: * src/classes/xnode.C: xnode.selectSingle now
21170:
21171: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21172: include/pa_pool.h, include/pa_stylesheet_connection.h,
21173: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21174: convertors out of Pool into Exception
21175:
21176: * src/main/pa_string.C: const
21177:
21178: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21179: linked pieces of same language together prior to String::replace
21180:
21181: * src/classes/hash.C: !^hash.add[addme]
21182: !^hash.sub[subme]
21183: !^a.union[b] = new
21184: !^a.intersection[b] = new
21185: !^a.intersects[b] = bool
21186:
21187: * src/classes/hash.C: !^hash::append[append_from]
21188:
21189: * src/: classes/hash.C, types/pa_vhash.h:
21190: !^hash::create[[copy_from]]
21191:
21192: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21193: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21194: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21195: fixed. got rid of empty_string, which caused errors - it hasnt
21196: exception but somebody[value.bark] tried to throw it on it's pool
21197:
1.116 moko 21198: * src/include/pa_config_auto.h.in: makes
1.95 moko 21199:
21200: 2001-10-10 parser
21201:
21202: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21203:
21204: * src/main/: compile.tab.C, compile.y: ^a[
21205:
21206: @next_method << now unclosed ] would be reported here
21207:
21208: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21209: compile error
21210:
21211: 2001-10-09 parser
21212:
1.116 moko 21213: * src/: classes/Makefile.am, main/Makefile.am,
21214: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21215:
21216: * src/classes/Makefile.am: makes
21217:
21218: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21219: win32 errors intercepted [xalan transformer patched and
21220: incorporated]
21221:
21222: * src/: classes/classes.dsp, classes/xdoc.C,
21223: include/pa_stylesheet_connection.h, main/main.dsp,
21224: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21225: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21226: patches starting
21227:
21228: * src/classes/: string.C, table.C: ^string.save[file]
21229:
21230: * src/classes/: date.C, table.C: calendar moved to date
21231:
21232: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21233: string/table] now
21234:
21235: * src/classes/: op.C, table.C: z
21236:
21237: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21238: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21239: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21240: be code [be string..]
21241:
21242: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21243: table.C: lots of
21244: params->as_int/double/as_string/as_junction/as_no_junction
21245: messages added
21246:
21247: 2001-10-08 parser
21248:
21249: * src/: classes/date.C, classes/image.C, classes/string.C,
21250: classes/table.C, classes/void.C, include/pa_request.h:
21251: params->as_int/double message added
21252:
21253: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21254:
21255: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21256: image:sector removed image:html internal "line-*" attribs
21257:
21258: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21259: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21260:
21261: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21262: way
21263:
21264: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21265: main/untaint.C: header untainting to UL_HTTP_HEADER,
21266: UL_MAIL_HEADER made nonforced [only tainted pieces]
21267:
21268: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21269: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21270: @ SAPI::log
21271:
21272: * src/main/untaint.C: \r to ' ' in origins mode
21273:
21274: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21275: set]
21276:
21277: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21278: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21279: nonstandard liaison freed up
21280:
21281: 2001-10-07 parser
21282:
21283: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21284: project
21285:
21286: 2001-10-05 parser
21287:
21288: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21289: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21290: from outputing to cerr. lots of "todos"
21291:
21292: * src/main/untaint.C: http_header tainting more gentle with
21293: enquoting now
21294:
21295: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21296: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21297: xml errorhandler. fixed string.replace a little, read @test
21298:
21299: * src/main/pa_string.C: found replace bug - first_that_starts(char
21300: *) does not have limit, and looks further eos, fixing....
21301:
21302: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21303:
21304: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21305:
21306: * src/main/: pa_charset_connection.C: ctype another mem clear
21307: bugfix
21308:
1.116 moko 21309: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21310: $result[^[$p^]z] now works fine
1.95 moko 21311:
21312: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21313: wrong. fixed it
21314:
21315: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21316: of totable appered to be vital
21317:
21318: 2001-10-04 parser
21319:
21320: * src/classes/image.C: ^image.length[text]
21321:
21322: 2001-10-03 parser
21323:
21324: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21325:
21326: * src/main/pa_request.C: restored pcre defaulting in request
21327: [mindlessly "optimized" yesterday] comment left
21328:
21329: 2001-10-02 parser
21330:
21331: * src/: main/pa_charset_manager.C,
21332: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21333: needed
21334:
21335: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21336: forgot non-xml pool.*charset needed
21337:
21338: * src/classes/table.C: # config comments fixed
21339:
21340: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21341: charset_connection #comment now
21342:
21343: * src/: classes/classes.dsp, types/types.dsp: release projects
21344: options fixed to use release msvcrt lib
21345:
21346: * src/main/pa_charset_connection.C: pcre tables now const inside
21347: removed default - pcre handles that internally fixed bug on
21348: not-cleaning tables [previously was calloced, now member]
21349:
21350: * src/: include/pa_request.h, main/pa_charset_connection.C,
21351: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21352: inside removed default - pcre handles that internally fixed bug
21353: on not-cleaning tables [previously was calloced, now member]
21354:
21355: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21356: tested charset reload on file change @ apache version = OK tested
21357: freeing up prev encoding on adding new = OK
21358:
21359: 2001-10-01 parser
21360:
21361: * src/main/pa_charset_connection.C: removed entitify external hack
21362: [internal installed]
21363:
1.116 moko 21364: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21365:
21366: * src/: include/pa_charset_connection.h,
21367: include/pa_charset_manager.h,
21368: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21369: main/pa_charset_connection.C, main/pa_charset_manager.C,
21370: main/pa_request.C: charset loading & caching mech 0
21371:
21372: * src/: include/pa_stylesheet_connection.h,
21373: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21374: main/pa_globals.C, main/pa_request.C: would make charset loading
21375: & caching mech now
21376:
21377: 2001-09-30 parser
21378:
21379: * src/main/pa_request.C: forgot to fill toTable
21380:
21381: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21382: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21383: failed on win32 for now..
21384:
21385: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21386: now charsets table configuration variable is: CHARSETS
21387:
21388: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21389: ctype with unicode 1. todo: no П entities on output somehow
21390:
21391: * src/: classes/file.C, classes/op.C, classes/string.C,
21392: include/pa_request.h, main/pa_request.C: started ctype with
21393: unicode values
21394:
21395: 2001-09-28 parser
21396:
21397: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21398: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21399: string passed AS-IS now
21400:
21401: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21402: way of user-configuring... todo: implement
21403:
21404: 2001-09-27 parser
21405:
21406: * src/classes/table.C: table.sort changed to sort table itself
21407:
21408: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21409: X^.getElementsByTagName[tagname] = array of xnode
21410: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21411: nodes removed - regretfully not supported @ xalan. maybe someday
21412: would reimplement, if needed.
21413:
21414: win32build system: solved long waiting anti-non-started-apache
21415: problem
21416:
21417: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21418: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21419: types/types.dsp: win32 ident make system so not to rebuild
21420: library [ident.C.new]
21421:
21422: 2001-09-26 parser
21423:
21424: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21425: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21426: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21427: types/pa_vxnode.C, types/types.dsp: z
21428:
21429: * src/classes/classes.C: forgot one non-xml check
21430:
1.116 moko 21431: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21432: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21433:
21434: * src/targets/cgi/parser3.C: z
21435:
21436: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21437: targets/isapi/parser3isapi.C: #ifdef SMTP
21438:
21439: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21440: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21441: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21442: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21443: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21444: types/types.dsp: xdoc&xnode now
21445:
21446: * src/: classes/classes.C, classes/classes.awk,
21447: classes/classes.dsp, classes/classes.h, classes/date.C,
21448: classes/dnode.C, classes/dnode.h, classes/dom.C,
21449: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21450: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21451: classes/op.C, classes/response.C, classes/string.C,
21452: classes/table.C, classes/void.C, include/pa_array.h,
21453: include/pa_common.h, include/pa_config_fixed.h,
21454: include/pa_config_includes.h, include/pa_dictionary.h,
21455: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21456: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21457: include/pa_socks.h, include/pa_sql_connection.h,
21458: include/pa_sql_driver_manager.h, include/pa_stack.h,
21459: include/pa_string.h, include/pa_stylesheet_connection.h,
21460: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21461: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21462: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21463: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21464: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21465: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21466: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21467: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21468: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21469: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21470: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21471: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21472: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21473: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21474: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21475: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21476: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21477: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21478: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21479: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21480: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21481: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21482: types/pa_vmethod_frame.h, types/pa_vobject.h,
21483: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21484: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21485: types/pa_vstateless_object.h, types/pa_vstring.C,
21486: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21487: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21488: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21489: main.dsp splitted to main+classes+types along to .am
21490:
21491: * src/classes/Makefile.am: removed useless var
21492:
21493: * src/: classes/classes.cmd, main/main.dsp,
21494: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21495: main.dsp
21496:
21497: 2001-09-25 parser
21498:
21499: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21500: 1251 though, todo ICU
21501:
1.116 moko 21502: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21503: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21504: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21505: types/pa_vdom.h: xml configure makes
1.95 moko 21506:
21507: 2001-09-24 parser
21508:
1.116 moko 21509: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21510: types/Makefile.am: makes
1.95 moko 21511:
1.116 moko 21512: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21513:
21514: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21515: started unix makes update
21516:
21517: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21518: started unix makes update
21519:
21520: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21521:
21522: * src/types/pa_value.h: z
21523:
21524: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21525: bugs with usinge hash/table in expressions
21526:
21527: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21528: resolved conflicts fixed [const]
21529:
21530: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21531: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21532: main/compile.C, main/compile.tab.C, main/compile.y,
21533: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21534: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21535: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21536: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21537: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21538: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21539: with before_xml [merge2 actually didn't happen - i've created
21540: tags on wrong branch. so this merge is in fact re-merge]
21541:
21542: 2001-09-21 parser
21543:
21544: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21545: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21546: produced "" in make file and sadly wrong interpreted on load]
21547:
1.116 moko 21548: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21549: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21550: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21551: include/pa_sql_driver_manager.h, include/pa_string.h,
21552: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21553: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21554: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21555:
21556: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21557: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21558: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21559: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21560: main/pa_pool.C, main/pa_request.C,
21561: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21562: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21563: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21564: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21565: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21566: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21567: types/pa_vrequest.C, types/pa_vresponse.h,
21568: types/pa_vstateless_class.C, types/pa_vstring.C,
21569: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21570: created new projects for sql drivers [planning to remove sql
21571: drivers from main cvs project] first, will join latest changes
21572:
21573: * src/classes/: dom.C: defaulted dom writing methods encoding to
21574: pool.get_charset
21575:
21576: * src/classes/dom.C: defaulted dom writing methods encoding to
21577: pool.get_charset
21578:
21579: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21580: pool.get_charset
21581:
21582: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21583: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21584: methods encoding to pool.get_charset
21585:
21586: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21587: transcoder were created right "unsupported encoding" message.
21588: not @ set time, but @ use time, so until xml output functions
21589: .string, .file, .save used - no encoding name check occur
21590:
21591: reduced transcode buffer size to 60 fixed pool cleanup - no
21592: registration needed, pools are officially destructured
21593:
21594: 2001-09-20 parser
21595:
21596: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21597:
21598: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21599: $MAIN:DEFAULTS.content-type[$.charset[here]]
21600:
21601: * src/: classes/dnode.C, classes/dom.C,
21602: include/pa_config_includes.h, include/pa_globals.h,
21603: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21604: main/pa_pool.C, targets/cgi/parser3.dsp,
21605: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21606: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21607: Pool::transcode 0
21608:
21609: * src/classes/dom.C: dom. string save file moved output xml options
21610: to last param and made it optional
21611:
21612: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21613: dnodes
21614: !$attributenode.specified = boolean
21615: true if the attribute received its value explicitly
21616: in the XML document,
21617: or if a value was assigned programatically with the
21618: setValue function.
21619: false if the attribute value came from the default value
21620: declared in the document's DTD.
21621: !$pinode.target = target of this processing instruction
21622: XML defines this as being the first token following the
21623: markup
21624: that begins the processing instruction.
21625: XPath:
21626: !^node.select[xpath/query/expression] = hash of 0->node0
21627: 1->node1
21628: !^node.select-single[xpath/query/expression] = first node if
21629: any
21630:
21631: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21632: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21633: some 'const's added
21634:
21635: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21636: expression context now, there value = size and boolean value
21637: size!=0
21638:
21639: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21640: can be used in expression context now, there value = size and
21641: boolean value size!=0
21642:
21643: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21644: types/pa_vstring.h: dnode .file .string .save moved back to dom
21645: due to strange xalan bug
21646:
21647: 2001-09-18 parser
21648:
21649: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21650: classes/image.C, classes/op.C, classes/table.C,
21651: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21652: include/pa_sql_driver_manager.h, main/compile.C,
21653: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21654: main/execute.C, main/pa_common.C, main/pa_request.C,
21655: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21656: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21657: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21658: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21659: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21660: before_xml branch ^if(def $hash) now true only when
21661: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21662:
21663: * src/: classes/op.C, main/execute.C: operators self changed to
21664: root ^for variable context changed to self
21665:
21666: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21667: dnode 1
21668:
21669: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21670: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21671:
21672: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21673: poly* fixed
21674:
21675: 2001-09-17 parser
21676:
21677: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21678: types/pa_vdom.h: started dnode+dom
21679:
21680: dnode DOM methods: $node.name $node.value
21681: ...others...
21682:
21683: ^node.xpath[/rates/USD] = hash
21684: $hash[
21685: $.0[node0]
21686: $.1[node1]
21687: ]
21688:
21689: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21690: applies to all linear primitives
21691:
21692: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21693: include/pa_stylesheet_connection.h, main/main.dsp,
21694: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21695: types/pa_vimage.h: started dnode DOM: $node.name
21696: $node.value ...others... ^node.xpath[/rates/USD] = hash
21697: dom(dnode)
21698:
21699: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21700: main/compile.y, main/compile_tools.h, main/execute.C,
21701: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21702: in expression compound($aa.zz.xx) names now can have minus '-' in
21703: name after '.'
21704:
21705: 2001-09-15 parser
21706:
21707: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21708: image: $line-width ^line(...)[**** style]
21709:
21710: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21711: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21712: pool_storage - cleanups first, allocations second. apache wisely
21713: does just like that
21714:
21715: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21716: rewritten using template, no bugs now
21717:
21718: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21719: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21720: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21721: poorly started isapi pool_storage, would rewrite using template
21722: now
21723:
21724: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21725: include/pa_stylesheet_connection.h, main/main.dsp,
21726: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21727: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21728: xalan objects freed up [introducing Pool::register_cleanup]
21729:
21730: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21731: comments
21732:
21733: 2001-09-14 parser
21734:
21735: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21736: z
21737:
21738: * src/: classes/dom.C, classes/file.C, classes/image.C,
21739: classes/mail.C, include/pa_common.h,
21740: include/pa_sql_driver_manager.h, include/pa_string.h,
21741: include/pa_stylesheet_connection.h,
21742: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21743: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21744: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21745: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21746: compiled&cached
21747:
21748: 2001-09-13 parser
21749:
21750: * src/: classes/dom.C, classes/file.C, classes/image.C,
21751: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21752:
21753: * src/classes/dom.C: dom:file content-type(.method)
21754:
21755: * src/: include/pa_common.h, include/pa_globals.h,
21756: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21757: string now more informative error messages
21758:
21759: * src/: include/pa_globals.h, include/pa_request.h,
21760: main/pa_request.C, targets/cgi/parser3.C,
21761: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21762: ParserSiteConfig .../parser3.conf
21763:
21764: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21765:
21766: 2001-09-12 parser
21767:
21768: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21769: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21770: precise error reporting: "connection string must start with
21771: protocol://" now
21772:
21773: * src/main/compile.tab.C: fixed - subname code parts actually []
21774: braced
21775:
21776: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21777: lexer on LS_USER level did [] matching without setting nestage,
21778: introduced special LS_NAME_SQUARE_PART state
21779:
21780: 2001-09-11 parser
21781:
21782: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21783: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21784: languages+=xml
21785:
21786: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21787:
21788: * src/classes/dom.C: ^dom:save/string/file[output options] output
21789: options: $.method[xml|html|text] detection fixed
21790:
21791: * src/types/pa_vdom.h: messages
21792:
21793: * src/classes/dom.C: ^dom:save/string/file[output options] output
21794: options: $.method[xml|html|text] detection fixed
21795:
21796: 2001-09-10 parser
21797:
21798: * src/classes/dom.C: ^dom:save/string/file[output options] output
21799: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21800:
21801: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21802: added]
21803:
21804: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21805: ^dom.xslt[stylesheet filename] 0
21806:
21807: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21808: ^dom.xslt[stylesheet filename] -1 doc is lying
21809:
21810: * src/classes/dom.C: ^dom.file[encoding] = file
21811:
21812: * src/classes/: dom.C: ^dom.string[encoding] 1
21813: ^dom.save[encoding;filename]
21814:
21815: * src/classes/dom.C: ^dom.string[] 0
21816:
21817: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21818:
21819: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21820: types/pa_vform.h: ^dom.save[b.xml] 0
21821:
21822: 2001-09-08 parser
21823:
21824: * src/types/pa_vform.C: $form:tables.name.field
21825:
21826: 2001-09-07 parser
21827:
21828: * src/classes/table.C: table:empty removed, superceded by ^if(def
21829: $table)...
21830:
21831: * src/targets/cgi/parser3.C: z
21832:
21833: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21834: from '' to int/double is 0]
21835:
21836: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21837: $table) is false when table is empty
21838:
21839: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21840: !$form:tables $atable[$form:tables.a]
21841: ^atable.menu{a=$atable.element}[,]
21842:
21843: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21844: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21845:
1.116 moko 21846: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21847: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21848: of dom
21849:
21850: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21851: types/pa_vform.C, types/pa_vform.h: z
21852:
21853: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21854: element [not last]
21855:
1.116 moko 21856: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21857: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21858:
21859: 2001-09-06 parser
21860:
21861: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21862: table with one column 'element' and two rows: 1 and 2
21863:
21864: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21865: table with one column 'element' and two rows: 1 and 2
21866:
21867: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21868: bad int/double conversions, and now $form:nonexistent.int(88)
21869: would return 88
21870:
21871: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21872: types/pa_vhash.h: now there's special hash key '_default'
21873: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21874: $._default[xx] ] $hash.c
21875:
21876: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21877: fixed [thanks, fif], ^; were treated there non-literally
21878:
21879: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21880: doxygen
21881:
21882: * src/: classes/image.C, classes/op.C, classes/string.C,
21883: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21884: types/pa_vtable.C: few #ifndef DOXYGEN
21885:
21886: 2001-09-05 parser
21887:
21888: * src/classes/: string.C, table.C: sql options can be void [same as
21889: image:html the other day]
21890:
21891: * src/targets/cgi/Makefile.am: .am undo
21892:
21893: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21894: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21895: macro expantion on param, simply qoutes whatever passed, undone
21896:
21897: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21898: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21899: STRINGIZE(name) #name invented
21900:
21901: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21902: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21903: MAIN_SQL_DRIVERS_NAME "drivers"
21904:
21905: moved to be availible to all users
21906:
21907: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21908: SQL_DRIVER_CREATE_FUNC_NAME
21909:
21910: * src/classes/mail.C: MAIN:MAIL check fixed
21911:
21912: 2001-09-04 parser
21913:
21914: * src/classes/image.C: image.html now can accept void params
21915:
21916: * src/targets/isapi/parser3isapi.C: z
21917:
21918: * src/targets/cgi/parser3.C: full_file_spec bug
21919:
21920: * src/targets/cgi/parser3.C: getenvcheck
21921:
21922: * src/targets/cgi/parser3.C: zz
21923:
21924: * src/targets/cgi/parser3.C: zzz
21925:
21926: * src/classes/date.C: date
21927:
21928: * src/classes/date.C: date:sql-string is now without ''
21929:
1.116 moko 21930: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21931: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21932: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21933:
1.116 moko 21934: * src/include/pa_config_auto.h.in: makes
1.95 moko 21935:
21936: 2001-09-03 parser
21937:
21938: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21939:
21940: 2001-09-01 parser
21941:
21942: * src/classes/image.C: letter_spacing
21943:
21944: * src/classes/image.C: image: font params changed
21945:
21946: * src/classes/image.C: image: as_int as_string used
21947:
21948: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21949: analized
21950:
21951: 2001-08-31 parser
21952:
21953: * src/targets/cgi/parser3.C: z
21954:
1.116 moko 21955: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21956: cygwin
1.95 moko 21957:
21958: * src/classes/void.C: void:int/double += (default)
21959:
21960: * src/classes/image.C: image:font added space param image:font
21961: changed charwidth alg, added kerning const[for now]
21962:
21963: * src/classes/: string.C, table.C: string:int/double (defaults)
21964:
21965: 2001-08-29 parser
21966:
21967: * src/main/pa_exception.C: exception redundant debug info
21968:
21969: 2001-08-28 parser
21970:
21971: * src/classes/image.C: image error msgs
21972:
21973: * src/classes/image.C: image: gifsize little endian
21974:
21975: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21976: doxygeneration
21977:
21978: * src/: classes/Makefile.am, main/Makefile.am,
21979: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21980:
21981: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21982: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21983:
21984: * src/main/compile.C: NO_STRING_ORIGIN check2
21985:
21986: * src/classes/table.C: NO_STRING_ORIGIN check
21987:
21988: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21989: storage class specifiers invalid in friend function declarations
21990:
21991: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21992: main/untaint.C, targets/cgi/parser3.C,
21993: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21994: case of limit
21995:
21996: * src/: classes/file.C, main/pa_common.C: file:move
21997: autocreate/remove dest/src dir
21998:
21999: * src/: classes/string.C, include/pa_dictionary.h,
22000: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22001: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22002: to directory constructor. string:replace
22003:
22004: 2001-08-27 parser
22005:
22006: * src/classes/image.C: fixed jpgsize alg
22007:
22008: * src/classes/image.C: fixed jpgsize alg
22009:
22010: * src/main/pa_exception.C: z
22011:
22012: * src/main/pa_common.C: removed debug info from pa_common
22013:
22014: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22015: [auto.p from current dir loading]
22016:
1.116 moko 22017: * src/: main/pa_common.C, main/pa_exception.C,
22018: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22019: for solaris -lsocket
1.95 moko 22020:
22021: 2001-08-24 parser
22022:
22023: * src/targets/cgi/parser3.C: not cgi extra \n 3
22024:
22025: * src/targets/cgi/parser3.C: not cgi extra \n 2
22026:
22027: * src/targets/cgi/parser3.C: not cgi extra \n
22028:
22029: * src/main/pa_sql_driver_manager.C: z
22030:
22031: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22032: sql* removed services from disconnect - cross-request ideological
22033: probs.
22034:
22035: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22036: cross-request ideological probs. oracle - fixed bug: cs
22037: allocated on request.pool and got freed before disconnect
22038:
22039: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22040: mallocs fixed
22041:
22042: 2001-08-23 parser
22043:
22044: * src/classes/file.C: minor bug in file:save fixed
22045:
22046: * src/main/pa_sql_driver_manager.C: oracle: dlink
22047:
22048: 2001-08-22 parser
22049:
22050: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22051: types/pa_vfile.h: file:load|save[text|binary;
22052:
22053: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22054:
22055: 2001-08-21 parser
22056:
22057: * src/classes/: file.C, table.C: ^file:list
22058:
22059: 2001-08-20 parser
22060:
22061: * src/: main/compile.tab.C, main/compile.y,
22062: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22063: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22064: recousively caused problems: inc incremeted 123 literal!! fixed
22065:
22066: 2001-08-10 parser
22067:
22068: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22069:
22070: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22071: added
22072:
22073: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22074: added
22075:
22076: * src/classes/table.C: table:sort restored [it was bad test :(]
22077:
22078: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22079: ''
22080:
22081: * src/main/: pa_request.C: wanted to make const int
22082: MAX_EXECUTE_SECONDS=1;
22083:
22084: but couldnt, set_callback_and_alarm appeared to be not exported
22085: :(
22086:
22087: * src/main/pa_string.C: string.match hanged on. there were a hang
22088: check but it weren't wise enough
22089:
22090: @parse[dateString][tmp]
22091: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22092: #end
22093:
22094: @main[] ^parse[2001-02-03]
22095:
22096: * src/classes/: table.C: table:sort now default desc
22097:
22098: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22099: table.sort now creates new sorted table
22100:
22101: 2001-08-09 parser
22102:
22103: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22104:
22105: * src/classes/hash.C: hash:_default now [was hash:default]
22106:
22107: * src/classes/op.C: case without switch check added
22108:
22109: * src/types/pa_vcookie.C: cookie name&value origins added, more
22110: precise $ORIGINS(1)
22111:
22112: * src/main/Makefile.am: .am
22113:
22114: * src/classes/void.C: void: int double copy/paste from int: bug
22115: fixed
22116:
22117: * src/classes/void.C: void: int double copy/paste from int: bug
22118: fixed
22119:
22120: 2001-08-07 parser
22121:
22122: * src/: classes/double.C, classes/int.C, classes/string.C,
22123: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22124: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22125: string, table
22126:
22127: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22128: srand made working
22129:
22130: 2001-08-06 parser
22131:
22132: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22133: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22134: main/compile.tab.C, main/compile.y, main/pa_array.C,
22135: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22136: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22137:
22138: * src/main/pa_exec.C: exec win32 real filename
22139:
22140: * src/classes/file.C: exec stderr out
22141:
22142: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22143:
22144: 2001-08-03 parser
22145:
22146: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22147:
22148: 2001-08-02 parser
22149:
22150: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22151: main/execute.C, main/pa_exec.C: introducing Array_iter
22152:
22153: * src/main/execute.C: detected quick_get recursion bug. changed to
22154: get@execute, but needs array iterator, separate from array to
22155: avoid it & use caching
22156:
22157: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22158: bug fixed
22159:
22160: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22161: main/execute.C, main/pa_globals.C: found another multithread bug
22162: in op.C (last, last global var killed) :)
22163:
22164: 2001-08-01 parser
22165:
22166: * src/: include/pa_dictionary.h, include/pa_globals.h,
22167: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22168: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22169: main/untaint.C: speeded up typo-html replacements. introducing
22170: Dictionary with first-char caching
22171:
22172: 2001-07-31 parser
22173:
22174: * src/types/Makefile.am: pa_vtable.C added to .am
22175:
22176: * src/main/compile.tab.C: added, so that could be compiled even on
22177: non-bison-enabled platforms
22178:
22179: 2001-07-28 parser
22180:
22181: * src/classes/table.C: table:hash always produces hash, when can't
22182: - empty
22183:
22184: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22185: skipped \n
22186:
22187: 2001-07-27 parser
22188:
22189: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22190: on int/double/string :sql without result and default
22191:
22192: 2001-07-26 parser
22193:
22194: * src/classes/op.C: fixed bad multithread bug with strangly global
22195: OP
22196:
22197: * src/main/compile.y: $man[$.age[zzz]] 0
22198:
22199: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22200: creation syntax problem persists. restored $: for a while.
22201: thinking of $man[$.age[zzz]] syntax now
22202:
22203: * src/: classes/double.C, classes/int.C, classes/string.C,
22204: include/pa_opcode.h, main/compile.C, main/compile.y,
22205: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22206: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22207: types/pa_wwrapper.h: fixing :: realization #1
22208:
22209: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22210: main/compile_tools.h, main/execute.C, main/pa_request.C,
22211: types/pa_vmethod_frame.h: introducing :: this is constructor call
22212: prefix. ordinary : remains for static accesses
22213:
22214: 2001-07-25 parser
22215:
22216: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22217: fields 2. methods 3. columns
22218:
22219: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22220: quote. optimized double&int tostring-s
22221:
22222: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22223: whitespace before first method decl
22224:
22225: * src/classes/table.C: allowed nontable result in table:sql,
22226: results in empty table
22227:
22228: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22229: lines before first method decl
22230:
22231: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22232: types/pa_vtable.h: ^table.record[] now $table.fields
22233:
22234: * src/main/compile.y: $var[] is now empty string, not void
22235:
22236: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22237: void
22238:
22239: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22240: main/pa_globals.C: match replace code context moved to implicit
22241: $match context
22242:
22243: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22244: main/compile_tools.h, main/execute.C: with killed, code storage
22245: introduced with former 'with' syntax
22246:
22247: 2001-07-24 parser
22248:
22249: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22250: types/pa_value.h: first get_element, next get operator
22251:
22252: * src/main/compile.y: removed @end handling
22253:
22254: * src/main/: compile.C, compile.y: @end handling method2
22255:
22256: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22257: file:move
22258:
22259: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22260: fixed
22261:
22262: 2001-07-23 parser
22263:
22264: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22265: driver
22266:
22267: * src/classes/hash.C: changed sql driver query interface
22268:
22269: * src/: classes/hash.C, classes/string.C, classes/table.C,
22270: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22271: changed sql driver query interface
22272:
22273: 2001-07-20 parser
22274:
22275: * src/types/pa_vrequest.C: X!$browser:type
22276:
22277: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22278: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22279: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22280: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22281: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22282: types/pa_vobject.h, types/pa_vrequest.C,
22283: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22284: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22285: BASE element globally removed
22286:
22287: 2001-07-18 parser
22288:
22289: * src/classes/file.C: file:exec/cgi msg
22290:
22291: * src/classes/file.C: $file:exit-code renamed to 'status'
22292:
22293: * src/: classes/file.C, main/pa_exec.C: file:exec
22294:
1.116 moko 22295: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22296: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22297: removed $id from *.in *.am
1.95 moko 22298:
22299: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22300: abbrevations
22301:
22302: * src/: classes/date.C, classes/mail.C, classes/math.C,
22303: classes/string.C, classes/table.C, include/pa_globals.h,
22304: include/pa_string.h, main/execute.C, main/pa_globals.C,
22305: main/pa_request.C, main/pa_string.C, main/untaint.C,
22306: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22307: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22308: $ORIGINS(1) output tracing mode
22309:
22310: 2001-07-13 parser
22311:
22312: * src/: classes/double.C, classes/int.C, classes/string.C,
22313: include/pa_request.h, main/execute.C, main/pa_request.C:
22314: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22315: second would not call first @auto
22316:
22317: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22318: wrong, fixed
22319:
22320: 2001-07-12 parser
22321:
22322: * src/types/pa_value.h: pa_value.putelement modification of system
22323: classes prevented
22324:
22325: 2001-07-11 parser
22326:
22327: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22328: table $piece
22329:
22330: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22331: types/pa_vstateless_class.h: $file created by file:state +=
22332: .atime .mtime .ctime +found&fixed bug with exceptions on
22333: get_junction-created objects [they were on wrong pool]
22334:
22335: 2001-07-09 parser
22336:
22337: * src/main/untaint.C: qp wrong name
22338:
22339: * src/: classes/date.C, classes/string.C, classes/table.C,
22340: main/compile.y: date format 0
22341:
22342: 2001-07-07 parser
22343:
22344: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22345: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22346: roll table calendar
22347:
22348: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22349: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22350: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22351: include/pa_request.h, main/main.dsp, types/pa_value.h,
22352: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22353: string. todo: sql, calendar
22354:
22355: 2001-07-06 parser
22356:
22357: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22358: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22359:
22360: 2001-07-03 parser
22361:
22362: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22363: classes/random.C, main/main.dsp: class random renamed to math,
22364: operators became methods
22365:
22366: * src/classes/op.C: pow sqrt
22367:
22368: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22369:
22370: 2001-07-02 parser
22371:
22372: * src/classes/table.C: ^table.columns column renamed from 'name' to
22373: 'column'
22374:
22375: * src/classes/hash.C: ^hash.keys[]
22376:
22377: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22378:
22379: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22380: 'strings'
22381:
22382: 2001-06-29 parser
22383:
22384: * src/main/: execute.C: /0 %0 checkes ver 2
22385:
22386: * src/main/execute.C: /0 %0 checke
22387:
22388: * src/classes/Makefile.am: nothing - void
22389:
22390: * src/classes/table.C: empty strings @ sql
22391:
22392: 2001-06-28 parser
22393:
22394: * src/: classes/double.C, classes/file.C, classes/form.C,
22395: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22396: classes/op.C, classes/random.C, classes/response.C,
22397: classes/string.C, classes/table.C, classes/void.C,
22398: main/compile.C, main/compile_tools.C, main/execute.C,
22399: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22400: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22401: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22402: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22403: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22404: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22405: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22406: $";
22407:
22408: * src/: classes/double.C, classes/file.C, classes/form.C,
22409: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22410: classes/op.C, classes/random.C, classes/response.C,
22411: classes/string.C, classes/table.C, classes/void.C,
22412: main/compile.C, main/compile.y, main/compile_tools.C,
22413: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22414: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22415: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22416: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22417: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22418: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22419:
22420: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22421: $class:name: == ${class:name}:
22422:
22423: * src/classes/string.C: exactly one
22424:
22425: 2001-06-27 parser
22426:
22427: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22428: types/pa_vvoid.h: nothing renamed to void
22429:
22430: * src/classes/op.C: ^switch ^case
22431:
22432: * src/main/compile.y: nothing renamed to void
22433:
22434: * src/: classes/hash.C, classes/table.C, main/compile.y,
22435: main/execute.C, main/main.dsp, main/pa_request.C,
22436: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22437: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22438: void
22439:
22440: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22441:
22442: 2001-05-28 parser
22443:
22444: * src/doc/html2chm.cmd: removed >a
22445:
22446: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22447: project options [some bugs]
22448:
22449: * src/doc/sources2html.cmd: z
22450:
22451: * src/: classes/classes.C, main/compile.C, main/compile.y,
22452: main/execute.C: operators are not in root class again
22453:
22454: 2001-05-24 parser
22455:
22456: * src/targets/cgi/parser3.dsp: project file
22457:
22458: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22459: ^log ^exp
22460:
22461: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22462: conversions in @exception[params]
22463:
22464: * src/main/pa_request.C: // no _ conversions in @exception[params]
22465:
22466: 2001-05-23 parser
22467:
22468: * src/main/pa_string.C: string cmp bug
22469:
22470: * src/classes/: mail.C, op.C: rem max 1000
22471:
22472: * src/: classes/op.C, main/compile.y: allow one empty line before
22473: LS_DEF_NAME
22474:
22475: 2001-05-22 parser
22476:
22477: * src/classes/op.C: if params code-required
22478:
22479: 2001-05-21 parser
22480:
22481: * src/types/pa_vstring.C: eoleof
22482:
22483: * src/classes/Makefile.am: .AM
22484:
22485: * src/classes/nothing.C: resultless ^sql moved to nothing:
22486:
22487: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22488:
22489: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22490: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22491: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22492: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22493: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22494: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22495: 'nothing'
22496:
22497: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22498: vstring::set_string
22499:
22500: * src/classes/: double.C, int.C, string.C: int,double;sql
22501:
22502: * src/: classes/hash.C, classes/int.C, classes/string.C,
22503: classes/table.C, include/pa_string.h, main/pa_string.C,
22504: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22505:
22506: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22507: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22508: hash:sql moved to main trunc. operators.txt updated
22509:
22510: * src/classes/: hash.C, op.C, table.C: hash:sql
22511:
22512: * src/classes/op.C: z
22513:
22514: * src/: main/compile.C, classes/classes.C: 1
22515:
22516: * src/: classes/classes.C, main/compile.C, main/compile.y,
22517: main/execute.C: 0
22518:
22519: * src/main/execute.C: z
22520:
22521: * src/targets/cgi/parser3.C: z
22522:
22523: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22524: site_auto_path "." in that case
22525:
22526: * src/targets/cgi/: parser3.C: z
22527:
22528: * src/main/pa_request.C: .am
22529:
22530: * src/: main/pa_request.C, targets/cgi/parser3.C:
22531: pcre_tables=pcre_default_tables;
22532:
22533: 2001-05-19 parser
22534:
22535: * src/main/pa_string.C: z
22536:
22537: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22538: introducing String::cstr_bufsize, returns just size+1 for as_is
22539: target.
22540:
22541: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22542: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22543: used, 4* mem wasted
22544:
22545: * src/classes/string.C: root context in match replace body now
22546: unchanged
22547:
22548: * src/types/pa_value.h: parameter # 1 based
22549:
22550: * src/main/pa_common.C: common: actual filename '%s'
22551:
22552: * src/classes/string.C: z
22553:
22554: * src/classes/Makefile.am: classes/.am
22555:
22556: * src/classes/: Makefile.am: classes/.am
22557:
22558: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22559: targets/cgi/pa_pool.C: classes/.am
22560:
22561: 2001-05-18 parser
22562:
1.116 moko 22563: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22564: pa_threads.C ins
1.95 moko 22565:
22566: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22567:
22568: 2001-05-17 parser
22569:
22570: * src/: classes/string.C, include/pa_config_fixed.h,
22571: include/pa_config_includes.h, main/compile.y,
22572: main/compile_tools.h, main/execute.C, main/pa_array.C,
22573: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22574: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22575: types/pa_vform.C: #include "pa_config_includes.h" removed from
22576: most .C
22577:
22578: * src/doc/html2chm.cmd: z
22579:
22580: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22581: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22582:
22583: * src/main/pa_sql_driver_manager.C: moved expiration to
22584: get_connection_from_cache
22585:
22586: * src/main/pa_sql_driver_manager.C: cache expiration bf
22587:
22588: * src/: classes/classes.h, include/pa_sql_connection.h,
22589: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22590: cache expiration[use SQL_Driver::disconnect]
22591:
22592: * src/main/pa_table.C: table.locate current restored on "not found"
22593:
22594: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22595: line no
22596:
22597: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22598: ANTI_ENDLESS_EXECUTE_RECOURSION
22599:
22600: * src/: classes/op.C, include/pa_sql_connection.h,
22601: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22602: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22603: 1driver and set_services fight for driver::fservices. before fix
22604:
22605: * src/: classes/op.C, include/pa_config_fixed.h,
22606: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22607: main/pa_sql_driver_manager.C: found problem at last: 2connections
22608: own 1driver and set_services fight for driver::fservices. before
22609: fix
22610:
22611: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22612: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22613: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22614: pa_threads.C
22615:
22616: * src/include/pa_threads.h: removed targets/parser
22617:
22618: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22619: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22620: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22621: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22622: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22623: headers
22624:
22625: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22626: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22627: order prevented sqlmanager to see MULTYTHREAD define
22628:
22629: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22630: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22631: put/gets
22632:
22633: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22634: from hash.h
22635:
22636: * src/: classes/op.C, include/pa_sql_connection.h,
22637: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22638: from cache ->set_services(&services);
22639:
22640: 2001-05-16 parser
22641:
22642: * src/targets/cgi/parser3.C: z
22643:
22644: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22645: debug, #ifdefed some. would debug later, on more precise sample
22646: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22647: $name.$tail[$tail!] $name.$tail } ok3
22648:
22649: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22650: removed array debug. before vstring rebasing
22651:
22652: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22653: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22654: array debugged; adjusted
22655:
22656: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22657: SQL_Driver_manager line no for connect/charset errors
22658:
22659: 2001-05-15 parser
22660:
22661: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22662: main/pa_string.C: string+array made linear grows
22663:
22664: * src/: include/pa_string.h, main/pa_string.C,
22665: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22666: grow lineary, not exponentialy
22667:
22668: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22669: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22670: with fullchunk cmps
22671:
22672: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22673: 70041= 81
22674:
22675: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22676: targets/cgi/parser3.C: detected huge mem allocation: size/times
22677: malloc 27809390/368771, calloc 3232/83. would test now
22678:
22679: * src/: classes/random.C, main/compile.y, main/execute.C,
22680: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22681: numbered params had wrong name - for instance: bad error message
22682: in ^for[] bad body type. fixed
22683:
22684: 2001-05-14 parser
22685:
22686: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22687: main/untaint.C: ^string.upper|lower[]
22688:
22689: 2001-05-11 parser
22690:
22691: * src/: classes/double.C, classes/image.C, classes/op.C,
22692: classes/string.C, classes/table.C, classes/unknown.C,
22693: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22694: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22695: types/pa_vunknown.h: op: MAX_LOOPS as_int
22696:
22697: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22698: .dsp for win32tools
22699:
22700: 2001-05-11 paf
22701:
22702: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22703: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22704: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22705: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22706:
22707: 2001-05-10 paf
22708:
22709: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22710: for C++, that's all
22711:
1.116 moko 22712: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22713: pa_config_includes.h: inline wonders
1.95 moko 22714:
22715: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22716: doc/doxygen.cmd: hash.C added
22717:
22718: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22719:
22720: * src/main/compile.y: @end grammar: allowed zero strings in control
22721: menthod
22722:
22723: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22724: pa_vstateless_object.h: changed priority: field before method
22725: lookup in vclass & vobject
22726:
22727: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22728: grammar: priorities changes [lowerd && prior] vobject: now first
22729: fields, next methods
22730:
22731: 2001-05-08 paf
22732:
22733: * src/main/pa_table.C: table columnname2item on nameless ignored
22734: bark=false. fixed
22735:
22736: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22737: types/pa_vmethod_frame.h: hash:default works at last!
22738:
22739: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22740: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22741: hash:default
22742:
22743: * src/classes/table.C: z
22744:
22745: * src/classes/table.C: table:hash always hash of hash now
22746:
22747: * src/classes/table.C: table:empty return bool now
22748:
22749: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22750: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22751: types/pa_vtable.h: table:hash
22752:
22753: * src/classes/table.C: table:record have name
22754:
22755: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22756: returns vunknown
22757:
22758: * src/classes/: double.C, int.C, op.C, string.C:
22759: int,double,string:int[] double[] string:length[] results now have
22760: hames
22761:
22762: * src/: classes/op.C, classes/table.C, main/main.dsp,
22763: types/pa_vtable.h: removed table:find. table:locate and op:eval
22764: now return bool
22765:
22766: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22767: in method checkparams again. fixed
22768:
22769: 2001-05-07 paf
22770:
22771: * src/doc/chm.cmd: cmd
22772:
22773: * src/: classes/image.C, classes/mail.C, classes/string.C,
22774: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22775: types/pa_value.h: method reported errors on wrong pool
22776:
22777: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22778: now
22779:
22780: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22781: include/code.h, include/pa_opcode.h, main/compile.C,
22782: main/compile_tools.h, main/execute.C, types/pa_value.h,
22783: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22784: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22785: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22786: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22787: types/pa_vmethod_frame.h, types/pa_vobject.h,
22788: types/pa_vrequest.h, types/pa_vresponse.h,
22789: types/pa_vstateless_class.h, types/pa_vstring.h,
22790: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22791: types/pa_wwrapper.h: pa_code.h
22792:
22793: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22794:
22795: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22796: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22797: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22798: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22799: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22800: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22801: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22802: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22803: types/pa_vtable.h: dox, split by not clean parts also
22804:
22805: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22806: types/pa_vtable.h: table: fields, then methods. so to enable
22807: 'dir' fields & co. more
22808:
22809: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22810: so to enable 'dir' fields & co.
22811:
22812: * src/main/compile.y: grammar: @end
22813:
22814: 2001-05-04 paf
22815:
22816: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22817: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22818:
22819: * src/: classes/classes.h, classes/double.C, classes/file.C,
22820: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22821: classes/op.C, classes/random.C, classes/response.C,
22822: classes/string.C, classes/table.C, classes/unknown.C,
22823: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22824: method dox
22825:
22826: 2001-05-03 paf
22827:
22828: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22829: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22830: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22831: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22832: doc/string.dox, doc/targets.dox, doc/value.dox,
22833: main/pa_request.C: dox splitted .dox files and added some
22834:
22835: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22836:
22837: 2001-05-02 paf
22838:
22839: * src/classes/: image.C, table.C: table:dir result are not tainted
22840: by file_name language now
22841:
22842: 2001-04-28 paf
22843:
22844: * src/classes/classes.inc: removed classes.inc
22845:
22846: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22847: from .am
22848:
22849: * src/classes/classes.awk: skipped classes in .awk
22850:
22851: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22852: classes/classes.inc, classes/double.C, classes/file.C,
22853: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22854: classes/string.C, classes/table.C, classes/unknown.C,
22855: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22856: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22857: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22858: pa_methoded back to classes/classes.h
22859:
22860: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22861:
22862: * src/: classes/Makefile.am, classes/classes.awk,
22863: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22864: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22865:
22866: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22867: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22868: classes/response.C, classes/string.C, classes/table.C,
22869: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22870: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22871: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22872: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22873: include|main/pa_methoded
22874:
22875: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22876: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22877:
22878: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22879: moved some configured data to request::classes_conf moved some
22880: string crations from globals to M... [works]
22881:
22882: * src/: classes/form.C, classes/mail.C, classes/op.C,
22883: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22884: main/pa_request.C: moved some configured data to
22885: request::classes_conf moved some string crations from globals to
22886: M...
22887:
22888: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22889: about to move configured data to special request hash
22890:
22891: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22892: classes/form.C, classes/mail.C, include/pa_request.h,
22893: main/pa_request.C: configure started
22894:
22895: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22896: 2. todo: methoded-configure
22897:
22898: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22899: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22900: classes/_random.h, classes/_response.h, classes/_string.h,
22901: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22902: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22903: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22904: classes/random.C, classes/response.C, classes/string.C,
22905: classes/table.C, classes/unknown.C, include/pa_globals.h,
22906: include/pa_request.h, main/compile.y, main/execute.C,
22907: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22908: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22909: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22910: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22911: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22912: types/pa_vrequest.h, types/pa_vresponse.h,
22913: types/pa_vstateless_class.h, types/pa_vstring.h,
22914: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22915: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22916: methoded-configure
22917:
22918: * src/: classes/file.C, classes/table.C, main/compile.y,
22919: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22920: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22921: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22922:
22923: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22924: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22925: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22926: classes/random.C, classes/response.C, classes/string.C,
22927: classes/table.C, classes/unknown.C, include/pa_request.h,
22928: main/compile.y, main/execute.C, main/pa_globals.C,
22929: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22930: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22931: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22932: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22933: beautifying just compiled. todo: debug, configure
22934:
22935: 2001-04-27 paf
22936:
22937: * src/: classes/file.C, classes/image.C, classes/table.C,
22938: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22939: beautifying -99
22940:
22941: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22942: classes/_response.h, classes/_unknown.h, classes/classes.C,
22943: classes/classes.h, classes/double.C, classes/file.C,
22944: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22945: classes/op.C, classes/random.C, classes/response.C,
22946: classes/string.C, include/pa_globals.h, main/main.dsp,
22947: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22948: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22949: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22950: types/pa_vunknown.h: beautifying -100
22951:
22952: * src/main/compile.y: serge@ found @CLASS bug. fixed
22953:
22954: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22955: classes/_op.h, classes/_random.h, classes/_table.h,
22956: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22957: classes/op.C, classes/random.C, classes/response.C,
22958: classes/string.C, classes/table.C, classes/unknown.C,
22959: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22960: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22961: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22962: beautifying
22963:
22964: 2001-04-26 paf
22965:
22966: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22967:
22968: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22969: documentation ++
22970:
22971: * src/: classes/_exec.h, doc/doxygen.cfg,
22972: include/pa_config_fixed.h, include/pa_config_includes.h,
22973: targets/cgi/pa_pool.C: code documentation ++
22974:
22975: * src/: classes/_image.h, classes/op.C, classes/random.C,
22976: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22977: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22978: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22979: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22980: types/pa_vmethod_frame.h, types/pa_vobject.h,
22981: types/pa_vrequest.C, types/pa_vrequest.h,
22982: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22983: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22984: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22985: code documentation ++
22986:
22987: * src/: classes/image.C, classes/mail.C, classes/string.C,
22988: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22989: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22990: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22991: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22992: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22993: types/pa_vobject.h, types/pa_vstateless_class.h,
22994: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22995:
22996: * src/main/: pa_request.C, pa_string.C: z
22997:
22998: * src/: include/pa_common.h, include/pa_types.h,
22999: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23000: connection caching fixed. request-pooled-url were stored into
23001: global connectioncache
23002:
23003: 2001-04-25 paf
23004:
23005: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23006: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23007:
23008: * src/: include/code.h, include/pa_common.h, main/compile.y,
23009: main/execute.C, main/pa_common.C: -d
23010:
23011: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23012: illegal call check a bit improved, but still under iis no mapping
23013: of dir with parser allowed!
23014:
23015: 2001-04-24 paf
23016:
23017: * src/targets/Makefile.am: apache module lib .am
23018:
23019: * src/main/pa_exec.C: windows32 buildCommand
23020:
23021: 2001-04-23 paf
23022:
23023: * src/targets/cgi/Makefile.am: win32 conditional
23024:
23025: * src/targets/cgi/Makefile.am: win32 conditional
23026:
23027: * src/targets/cgi/Makefile.am: liblink
23028:
23029: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23030: vfile fields return type
23031:
23032: * src/types/pa_vfile.h: vfile fields return type
23033:
23034: * src/include/pa_config_auto.h.in: .h.in
23035:
23036: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23037: types/Makefile: makefiles removed
23038:
23039: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23040: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23041:
23042: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23043: [tested: i & g ]
23044:
23045: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23046: @test noticed series in isapi, check how initialize_random_class
23047: is called! [must be called only once]
23048:
23049: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23050: would not be 'unknown column'
23051:
23052: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23053: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23054:
23055: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23056: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23057: [now doesnt]
23058:
23059: * src/targets/cgi/parser3.C: cgi cmdline ver
23060:
23061: * src/targets/cgi/parser3.C: cgi /// @test disable
23062: /cgi-bin/parser3/auto.p
23063:
23064: * src/main/untaint.C: untaint without charset
23065:
23066: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23067: main/pa_common.C: common: file_write /// @test mkdirs
23068: file_delete rmdirs
23069:
23070: * src/main/untaint.C: mail header only once to =?
23071:
23072: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23073: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23074: main/untaint.C: untaint - @test optimize whitespaces for
23075: all but 'html'
23076:
23077: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23078: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23079: main/untaint.C: untaint - @test mail-header
23080:
23081: 2001-04-20 paf
23082:
23083: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23084: include/pa_request.h, include/pa_string.h, main/compile.y,
23085: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23086: targets/cgi/parser3.C: $MAIN:LOCALE
23087:
23088: * src/main/untaint.C: z
23089:
23090: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23091:
23092: 2001-04-19 paf
23093:
23094: * src/main/compile_tools.h: $a$b bugfix
23095:
23096: * src/targets/cgi/parser3.C: z
23097:
23098: * src/classes/file.C: z
23099:
23100: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23101: done: header to $fields. waits for header '\' tricks
23102:
23103: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23104: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23105: changed urlencode here and in untaint.C to HTTP standard's " and
23106: \" mech
23107:
23108: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23109: http://alx/~paf/ doesnt load /auto.p
23110:
23111: 2001-04-18 paf
23112:
23113: * src/main/pa_request.C: 1
23114:
23115: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23116: linux @alx
23117:
23118: 2001-04-17 paf
23119:
23120: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23121: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23122: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23123: enabled
23124:
23125: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23126: classes/_exec.h, classes/_file.h, classes/_form.h,
23127: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23128: classes/_random.h, classes/_response.h, classes/_string.h,
23129: classes/_table.h, classes/_unknown.h, classes/file.C,
23130: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23131: include/pa_config_fixed.h, include/pa_config_includes.h,
23132: include/pa_hash.h, include/pa_sql_driver_manager.h,
23133: include/pa_version.h, main/Makefile.am, main/compile.y,
23134: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23135: main/pa_sql_driver_manager.C, sql/Makefile.am,
23136: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23137: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23138: types/pa_vform.C, types/pa_vimage.h: exec @jav
23139:
23140: * src/: include/pa_sql_driver_manager.h,
23141: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23142: types/pa_vimage.h: sql driver interface now has initialize(client
23143: .so)
23144:
23145: 2001-04-16 paf
23146:
23147: * src/Makefile.am: compile2 cygwin
23148:
23149: * src/: include/pa_config_includes.h, main/pa_exec.C,
23150: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23151:
23152: * src/targets/cgi/Makefile.am: compile0 jav
23153:
23154: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23155: classes/_exec.h, classes/_file.h, classes/_form.h,
23156: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23157: classes/_random.h, classes/_response.h, classes/_string.h,
23158: classes/_table.h, classes/_unknown.h, classes/image.C,
23159: classes/mail.C, classes/op.C, classes/random.C,
23160: include/pa_config_fixed.h, include/pa_config_includes.h,
23161: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23162: main/compile.y, main/pa_common.C, main/pa_exec.C,
23163: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23164: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23165: compile-1
23166:
23167: 2001-04-15 paf
23168:
23169: * src/classes/op.C: z
23170:
23171: * src/classes/table.C: table:empty +=process
23172:
23173: * src/types/pa_value.h: MethodParams !junction
23174:
23175: * src/: classes/_string.h, classes/double.C, classes/file.C,
23176: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23177: classes/random.C, classes/response.C, classes/string.C,
23178: classes/table.C, classes/unknown.C, main/pa_request.C:
23179: MethodParams everywhere
23180:
23181: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23182: types/pa_vmethod_frame.h: MethodParams in op.C
23183:
23184: 2001-04-12 paf
23185:
23186: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23187:
23188: * src/: classes/_unknown.h, classes/unknown.C,
23189: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23190: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23191:
23192: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23193:
23194: * src/classes/image.C: image:gif now does not have params
23195:
23196: * src/classes/image.C:
23197: image:line/fill/rectangle/bar/replace/polygon/polybar
23198:
23199: * src/: classes/image.C, classes/op.C, main/execute.C,
23200: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23201: for var now written not to r.wcontext, but to r.root cleared
23202: "entered_object" state
23203:
23204: 2001-04-11 paf
23205:
23206: * src/classes/image.C: image:create image:load
23207:
23208: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23209: just compiled
23210:
23211: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23212: todo: gif without file
23213:
23214: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23215: started porting to Pooled descendant
23216:
23217: * src/: classes/image.C, main/execute.C, main/main.dsp,
23218: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23219: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23220: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23221:
23222: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23223: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23224: end. switching to python imaging lib
23225:
23226: * src/main/main.dsp: gd+smtp made separate libs
23227:
23228: * src/: include/pa_globals.h, include/pa_string.h,
23229: main/pa_common.C, main/pa_request.C, main/untaint.C,
23230: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23231: length
23232:
23233: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23234: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23235: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23236: UL_FILE_NAME of posted file name
23237:
23238: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23239: post [broke when moved post read to core]
23240:
23241: 2001-04-10 paf
23242:
23243: * src/classes/image.C: image:html done
23244:
23245: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23246:
23247: * src/classes/image.C: z
23248:
23249: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23250: forgotten!
23251:
23252: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23253: main/pa_request.C, main/pa_string.C, main/untaint.C,
23254: types/pa_vimage.h: image:measure -90
23255:
23256: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23257: classes/_int.h, classes/_mail.h, classes/_op.h,
23258: classes/_random.h, classes/_response.h, classes/_string.h,
23259: classes/_table.h, classes/file.C, classes/mail.C,
23260: include/pa_common.h, include/pa_globals.h, main/execute.C,
23261: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23262: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23263: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23264: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23265: compiled
23266:
23267: * src/classes/mail.C: minor bug with unclear from/to
23268:
23269: * src/classes/mail.C: sendmail unix skipping defaults
23270:
23271: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23272: sendmail unix added defaults
23273:
23274: * src/classes/mail.C: unix sendmail compiled. todo:testing
23275:
23276: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23277:
23278: 2001-04-09 paf
23279:
23280: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23281: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23282: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23283: targets/isapi/parser3isapi.dsp: all targets exec
23284:
23285: * src/: include/pa_sapi.h, include/pa_string.h,
23286: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23287: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23288: args in apache:util.script
23289:
23290: * src/include/pa_string.h: written but not tested exec with env for
23291: unix
23292:
23293: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23294: targets/cgi/parser3.C: exec win32 env
23295:
23296: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23297: 0
23298:
23299: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23300: main/execute.C, main/main.dsp, main/pa_globals.C,
23301: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23302: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23303:
23304: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23305: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23306:
23307: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23308: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23309:
23310: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23311: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23312: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23313: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23314: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23315: exec class just compiled. moved post read to request core
23316:
23317: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23318: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23319: main/pa_globals.C, targets/cgi/parser3.C,
23320: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23321: are already read by vform
23322:
23323: 2001-04-08 paf
23324:
23325: * src/: classes/file.C, classes/mail.C, classes/string.C,
23326: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23327: uuencode. string<<
23328:
23329: 2001-04-07 paf
23330:
23331: * src/classes/mail.C: z
23332:
23333: * src/classes/mail.C: z
23334:
23335: * src/classes/mail.C: ^mail[$attach
23336:
23337: * src/classes/mail.C: ^attach dead end
23338:
23339: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23340: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23341: targets/isapi/parser3isapi.C: mail:send 1
23342:
23343: * src/: classes/mail.C, main/pa_request.C: z
23344:
23345: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23346: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23347: compiled
23348:
23349: * src/classes/mail.C: +=
23350:
23351: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23352: prepared
23353:
23354: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23355: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23356: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23357: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23358:
23359: 2001-04-06 paf
23360:
23361: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23362: main/pa_string.C: table:dir 1
23363:
23364: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23365: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23366:
23367: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23368: classes/root.C, include/pa_globals.h, include/pa_request.h,
23369: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23370: main/pa_request.C: renamed 'root' to 'op'
23371:
23372: * src/classes/: _op.h, op.C: renamed from 'root'
23373:
23374: * src/types/pa_valiased.C: another root inherititance skipped
23375:
23376: * src/main/: compile.C, compile.y, execute.C: operators are now not
23377: root methods of parent class. just 'ROOT' class
23378:
23379: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23380: @office
23381:
23382: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23383:
23384: 2001-04-05 paf
23385:
23386: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23387: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23388: constructor flag dropped at get_method_frame and remembered into
23389: method_frame
23390:
23391: * src/: classes/file.C, classes/root.C, classes/string.C,
23392: classes/table.C, main/pa_request.C: junction to code&expression
23393: in errors
23394:
23395: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23396: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23397: $LOCALE:ctype[Russian_Russia.1251]
23398:
23399: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23400: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23401: main/pa_table.C: hash now not thread-safe.
23402:
23403: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23404: main/untaint.C: z
23405:
23406: * src/: classes/random.C, classes/root.C, classes/table.C,
23407: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23408: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23409: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23410: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23411:
23412: * src/: classes/table.C, include/pa_sql_connection.h,
23413: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23414:
23415: * src/classes/table.C: select * from hren error contains statement
23416:
23417: * src/: classes/table.C, include/pa_sql_connection.h,
23418: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23419: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23420:
23421: * src/: classes/root.C, include/pa_sql_connection.h,
23422: include/pa_sql_driver.h, main/main.dsp,
23423: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23424: services for conv memory & error reporting
23425:
23426: 2001-04-04 paf
23427:
23428: * src/doc/doxygen.cfg: z
23429:
23430: * src/include/pa_sql_driver.h: mysql connect
23431:
23432: * src/include/pa_sql_driver.h: mysql info
23433:
23434: * src/: classes/root.C, include/pa_sql_driver.h,
23435: include/pa_sql_driver_manager.h, main/main.dsp,
23436: main/pa_sql_driver_manager.C: more manager&connection&driver
23437:
23438: * src/sql/Makefile.am: forgot to add mysql client
23439:
23440: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23441: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23442: [forgot to add libltdl, added]
23443:
23444: * src/: Makefile.am, classes/root.C, classes/string.C,
23445: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23446: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23447: include/pa_string.h, include/pa_table.h, main/main.dsp,
23448: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23449: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23450: -1000 just compiled
23451:
23452: * src/: classes/random.C, classes/root.C, classes/table.C,
23453: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23454: main/pa_request.C, types/pa_vclass.h: sql frame -10
23455:
23456: 2001-04-03 paf
23457:
23458: * src/types/pa_vform.C: z
23459:
23460: * src/: classes/string.C, types/pa_vform.C: string:match replace
23461: assigned lang
23462:
23463: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23464: {}[]< empty []
23465:
23466: * src/: classes/file.C, classes/string.C, classes/table.C,
23467: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23468: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23469:
23470: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23471: string:match replace strange matches
23472:
23473: * src/classes/string.C: string:match replace 0
23474:
23475: * src/: classes/string.C, main/pa_string.C: string:match replace
23476: prepared 2
23477:
23478: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23479: string:match replace prepared
23480:
23481: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23482: string:match replace -11
23483:
23484: * src/: classes/string.C, include/pa_globals.h,
23485: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23486: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23487:
23488: * src/: classes/string.C, include/pa_globals.h,
23489: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23490: main/pa_string.C: string:match [search] -1 just compiled
23491:
23492: * src/types/pa_vstring.C: z
23493:
23494: * src/: classes/double.C, classes/file.C, classes/form.C,
23495: classes/int.C, classes/response.C, classes/root.C,
23496: classes/string.C, classes/table.C, include/pa_string.h,
23497: main/pa_string.C: string:match -10 [frame]
23498:
23499: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23500: main/pa_request.C: z
23501:
23502: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23503: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23504: todo/tests
23505:
23506: * src/include/pa_common.h: z
23507:
23508: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23509: main/pa_request.C, targets/cgi/parser3.C,
23510: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23511: content-disposition
23512:
23513: * src/: include/pa_common.h, include/pa_globals.h,
23514: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23515: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23516:
23517: * src/: include/pa_common.h, include/pa_request.h,
23518: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23519: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23520: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23521: response:body
23522:
23523: * src/classes/table.C: table:append now uses string::split
23524:
23525: * src/classes/table.C: z
23526:
23527: * src/: classes/file.C, classes/root.C, classes/string.C,
23528: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23529: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23530: include/pa_string.h, main/execute.C, main/pa_string.C,
23531: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23532: string::pos & cmp & piece bugs fixed. string::split new
23533: table:load separated from set table:set implemented with clean \n
23534: \t searches
23535:
23536: 2001-04-02 paf
23537:
23538: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23539: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23540: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23541: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23542: it in table:set/load
23543:
23544: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23545: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23546:
23547: * src/classes/random.C: random:generate 1
23548:
23549: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23550: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23551: types/pa_value.h: random:generate
23552:
23553: 2001-03-30 paf
23554:
23555: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23556: todo: table flip and append. string::pos
23557:
23558: * src/: classes/double.C, classes/file.C, classes/int.C,
23559: classes/response.C, classes/root.C, classes/string.C,
23560: classes/table.C, main/compile.y, main/execute.C,
23561: types/pa_value.h, types/pa_vstateless_class.C,
23562: types/pa_vstateless_class.h: static|dynamic|any method
23563: registration
23564:
23565: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23566: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23567: table:flip
23568:
23569: 2001-03-29 paf
23570:
23571: * src/classes/string.C: string:xsplit forgot that they must result
23572: in 1 row N column [not vice versa]
23573:
23574: * src/classes/string.C: z
23575:
23576: * src/classes/string.C: string: rsplit
23577:
23578: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23579: string: lsplit
23580:
23581: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23582: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23583: lsplit -1
23584:
23585: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23586: string: pos
23587:
23588: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23589: string: pos -1
23590:
23591: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23592: main/compile.y, main/pa_request.C, main/pa_string.C,
23593: main/untaint.C: string: left right mid
23594:
23595: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23596: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23597: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23598: and [;] are different now.
23599:
23600: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23601: main/untaint.C: pool.request undone
23602:
23603: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23604: main/untaint.C: pool.request
23605:
23606: 2001-03-28 paf
23607:
23608: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23609: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23610: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23611: $request:browser [.type .version]; unknown.get_double now = 0.
23612:
23613: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23614: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23615: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23616: types/pa_vform.C: file:load autodetection of mime-type by
23617: user-file-name
23618:
23619: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23620: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23621: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23622:
23623: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23624: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23625: write. must be self.set
23626:
23627: * src/: classes/file.C, classes/root.C, classes/table.C,
23628: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23629:
23630: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23631: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23632: types/pa_vtable.h: table:locate just compiled
23633:
23634: 2001-03-27 paf
23635:
23636: * src/main/: execute.C, pa_common.C: fixed r/w context of
23637: code-params2, fixed ntfs hardlink slow dir update
23638:
23639: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23640: types/pa_wcontext.h: fixed r/w context of code-params
23641:
23642: * src/: classes/table.C, main/execute.C: about to change junction
23643: rcontext!!
23644:
23645: * src/: classes/double.C, classes/int.C, classes/root.C,
23646: classes/string.C, classes/table.C, main/compile_tools.C,
23647: main/execute.C, main/pa_request.C, main/untaint.C,
23648: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23649: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23650: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23651: types/pa_vunknown.h: sort 0
23652:
23653: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23654: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23655: renamed to are_static_calls_disabled
23656:
23657: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23658: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23659: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23660: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23661:
23662: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23663:
23664: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23665: started table:sort fixed minor bug in #...^{
23666:
23667: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23668: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23669: decided to have as it were. stepped back. grammar: added 'in'
23670: 'is' 'lt'&co follow-space check
23671:
23672: 2001-03-26 paf
23673:
23674: * src/: classes/file.C, classes/root.C, classes/table.C,
23675: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23676: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23677: main/pa_table.C: moved ::save to pa_table. disabled @auto
23678: invocation in ^process
23679:
23680: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23681:
23682: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23683: main/pa_array.C: table:record
23684:
23685: * src/: main/untaint.C, targets/cgi/parser3.C,
23686: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23687: targets/isapi/pool_storage.h, types/pa_valiased.h,
23688: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23689: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23690: types/pa_vtable.h: z
23691:
23692: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23693: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23694: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23695: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23696: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23697: method realisations on 'self' validity - they now can simply
23698: assume that 'self' is V{Proper} .
23699:
23700: 2001-03-25 paf
23701:
23702: * src/main/untaint.C: z
23703:
23704: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23705: lowlevel - it initialization could be skipped if failed in @auto.
23706: so that exception report would use some table
23707:
23708: * src/main/pa_request.C: table empty lines ignored. system-default
23709: content type assigned in output:result [can fail in main:auto and
23710: skipped normal defaults extraction]
23711:
23712: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23713: bug
23714:
23715: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23716: processing to table [except preliminary \r\n \r \n replacements
23717: to "\n"]
23718:
23719: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23720: move all the processing to table
23721:
23722: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23723: main/pa_table.C, main/untaint.C: returned table originating.
23724: useful for reporting typo table problems origin. think would be
23725: useful somewhere else
23726:
23727: * src/main/untaint.C: typo \r \r\n \n properly handled
23728:
23729: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23730: include/pa_table.h, main/compile.y, main/compile_tools.C,
23731: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23732: main/pa_string.C, main/pa_table.C, main/untaint.C,
23733: types/pa_vcookie.h: typo & typo-default
23734:
23735: 2001-03-24 paf
23736:
23737: * src/main/pa_common.C: z
23738:
23739: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23740: targets/cgi/parser3.C: html-typo 2
23741:
23742: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23743: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23744: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23745: main/execute.C, main/pa_array.C, main/pa_globals.C,
23746: main/pa_request.C, main/pa_string.C, main/untaint.C,
23747: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23748: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23749: noticed double default content-type prob. run cgi.cmd tomorrow
23750: first html-typo sample. detected << problem: they become ltlt too
23751: fast
23752:
23753: * src/main/compile.y: z
23754:
23755: * src/main/: compile.y, compile_tools.h: #comment
23756:
23757: * src/: classes/file.C, classes/root.C, classes/table.C,
23758: include/pa_common.h, include/pa_request.h, main/compile.y,
23759: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23760: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23761: stringified
23762:
23763: * src/types/pa_valiased.C: decided to String-ify file_read
23764:
23765: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23766: isapi/parser3isapi.dsp: cgi: sapi::log
23767:
23768: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23769: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23770: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23771: error log experiments failed - cgi under iis got no access to
23772: log. registereventsource simply failed with 5(illegal call) code,
23773: while worked OK as standalone executable. isapi: used
23774: HSE_APPEND_LOG_PARAMETER feature
23775:
23776: * src/: include/pa_common.h, include/pa_globals.h,
23777: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23778: targets/isapi/parser3isapi.C: fixed default content-type
23779: allocation storage
23780:
23781: * src/: include/pa_globals.h, include/pa_request.h,
23782: main/pa_globals.C, main/pa_request.C: z
23783:
23784: * src/: include/pa_array.h, include/pa_hash.h,
23785: include/pa_request.h, main/compile.y, main/pa_array.C,
23786: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23787: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23788: content-type
23789:
23790: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23791: sanity
23792:
23793: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23794: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23795: away freeze mech. no danger now for you can't do
23796: ^request:process[@new-method[] body] trick anymore. still
23797: remains $some_instance.process[@new-method[] possibility] but
23798: would leave it as a feature. see index for sample
23799:
23800: * src/: include/pa_common.h, main/pa_common.C,
23801: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23802: monkey every target
23803:
23804: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23805: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23806: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23807:
23808: 2001-03-23 paf
23809:
23810: * src/: include/pa_pool.h, main/pa_request.C,
23811: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23812: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23813: targets/isapi/pool_storage.h: isapi: dumb pool storage
23814:
23815: * src/targets/isapi/pa_pool.C: decided to continue with extension
23816:
23817: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23818: it would be better to rewrite as filter then to deal with pool
23819:
23820: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23821: now like in cgi, not from APPL_PHYSICAL_PATH
23822:
23823: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23824: include/pa_config_fixed.h, include/pa_config_includes.h,
23825: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23826: include/pa_version.h, main/compile.y, main/execute.C,
23827: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23828: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23829: main/untaint.C, targets/cgi/parser3.C,
23830: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23831: cgi: reinvent document_root and request_uri under iis. autoconf
23832: updated. introducing ap_config_includes
23833:
23834: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23835:
23836: * src/targets/cgi/parser3.C: cgi: only one pool now
23837:
23838: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23839: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23840: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23841: types/pa_venv.h, types/pa_vform.C: sapi made object
23842:
23843: * src/: include/pa_globals.h, main/pa_request.C,
23844: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23845: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23846: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23847:
23848: * src/: main/pa_request.C, targets/cgi/parser3.C,
23849: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23850: isapi minor env beauty
23851:
23852: * src/: main/pa_request.C, targets/cgi/parser3.C,
23853: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23854: isapi document_root 0
23855:
23856: 2001-03-22 paf
23857:
23858: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23859:
23860: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23861: isapi/parser3isapi.C: z
23862:
23863: * src/: include/pa_pool.h, main/pa_request.C,
23864: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23865:
23866: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23867: kill.pl: isapi added utils
23868:
23869: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23870: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23871: types/pa_vform.C: isapi 0
23872:
23873: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23874: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23875: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23876: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23877: started isapi
23878:
23879: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23880: some comments
23881:
23882: * src/: include/pa_globals.h, include/pa_request.h,
23883: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23884: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23885: parser_root_auto_path parser_site_auto_path
23886:
23887: * src/types/pa_vcookie.C: cookie attr decoded
23888:
23889: 2001-03-21 paf
23890:
23891: * src/targets/cgi/parser3.C: z
23892:
23893: * src/include/pa_globals.h: post. todo: config of auto.p path
23894:
23895: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23896: types/pa_venv.h: in cookie & env. todo:post
23897:
23898: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23899: classes/root.C, classes/table.C, include/pa_array.h,
23900: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23901: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23902: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23903: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23904: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23905: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23906: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23907: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23908: shifted apache branch on main trunc
23909:
23910: * src/: include/pa_common.h, include/pa_globals.h,
23911: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23912: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23913: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23914: starting mod_parser3
23915:
23916: * src/targets/cgi/parser3.C: starting mod_parser3
23917:
23918: 2001-03-20 paf
23919:
23920: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23921: targets/cgi/parser3.C: automake compiled and works. todo:make
23922: win32 ifdefs work and add ifdef unistd
23923:
23924: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23925: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23926: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23927: z
23928:
23929: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23930: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23931: locking
23932:
23933: * src/: classes/Makefile.am, types/Makefile.am: z
23934:
23935: * src/: Makefile.am, classes/file.C, classes/root.C,
23936: classes/table.C, include/pa_array.h, include/pa_request.h,
23937: include/pa_string.h, main/Makefile.am, main/execute.C,
23938: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23939: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23940: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23941: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23942:
23943: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23944: main/pa_request.C, types/pa_vfile.h: ^table:save
23945:
23946: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23947: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23948: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23949: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23950: types/pa_vform.h: z
23951:
23952: * src/include/pa_string.h: z
23953:
23954: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23955: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23956: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23957: :Value
23958:
23959: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23960: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23961: :VStateless_object
23962:
23963: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23964: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23965: :VStateless_object
23966:
23967: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23968: types/pa_valiased.C, types/pa_vform.h: commented VForm
23969:
23970: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23971: types/pa_valiased.h, types/pa_value.h,
23972: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23973: types/pa_vstateless_object.h: moved common get_element part from
23974: stateless object&class into VAliased
23975:
23976: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23977: classes/table.C, main/execute.C, main/main.dsp,
23978: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23979: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23980: now :Value
23981:
23982: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23983: main/execute.C, main/main.dsp, main/pa_globals.C,
23984: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23985:
23986: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23987: doxx
23988:
23989: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23990: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23991: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23992: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23993: and ^file:save
23994:
23995: 2001-03-19 paf
23996:
23997: * src/types/pa_vfile.C: z
23998:
23999: * src/: classes/file.C, classes/request.C, classes/table.C,
24000: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24001: main/pa_request.C, main/untaint.C, types/pa_value.h,
24002: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24003:
24004: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24005: include/pa_string.h, include/pa_table.h, main/main.dsp,
24006: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24007: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24008: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24009: classes/_file.h, classes/file.C, types/pa_vfile.C,
24010: types/pa_vfile.h: file class just compiled
24011:
24012: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24013: include/pa_table.h, include/pa_types.h, main/execute.C,
24014: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24015: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24016: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24017:
24018: * src/include/pa_pool.h: z
24019:
24020: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24021: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24022: Hash::Value to Val so to doxygen would finlly stop confusing
24023: those Value-s
24024:
24025: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24026: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24027: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24028: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24029: include/pa_types.h, main/compile.C, main/compile.y,
24030: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24031: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24032: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24033: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24034: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24035:
24036: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24037: derivates somehow unlinked. don't know why yet
24038:
24039: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24040: include/pa_string.h, include/pa_threads.h, main/compile.C,
24041: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24042: main/execute.C, main/pa_array.C, main/pa_common.C,
24043: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24044: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24045: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24046:
24047: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24048: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24049: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24050: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24051: types/pa_vrequest.h: doc: detected Value derivates prob
24052:
24053: * src/include/pa_globals.h: z
24054:
24055: * src/: classes/_request.h, classes/request.C, include/code.h,
24056: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24057: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24058: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24059: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24060: main/execute.C, main/pa_pool.C, main/pa_request.C,
24061: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24062: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24063:
24064: 2001-03-18 paf
24065:
24066: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24067: cookie: allowed access to hash-assigned
24068:
24069: * src/targets/cgi/parser3.C: z
24070:
24071: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24072: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24073: include/pa_types.h, main/main.dsp, main/pa_common.C,
24074: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24075: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24076: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24077: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24078: types/pa_vunknown.h: cookie class
24079:
24080: * src/main/pa_request.C: zero length output allowed
24081:
24082: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24083: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24084:
24085: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24086: lang switch
24087:
24088: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24089: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24090: types/pa_value.h, types/pa_vhash.h:
24091: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24092:
24093: * src/main/execute.C: z
24094:
24095: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24096: targets/cgi/parser3.C: taint[uri
24097:
24098: * src/: classes/request.C, classes/response.C, classes/root.C,
24099: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24100: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24101: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24102:
24103: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24104: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24105: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24106: types/pa_vstateless_class.C: convinient string(pool, char *src,
24107: bool tainted) ctor
24108:
24109: * src/: include/pa_hash.h, include/pa_request.h,
24110: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24111: main/pa_request.C, main/pa_string.C, main/untaint.C,
24112: targets/cgi/parser3.C: proper @exceptions params tainting
24113:
24114: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24115: response fields to header
24116:
24117: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24118: z
24119:
24120: * src/: classes/_response.h, classes/response.C,
24121: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24122: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24123: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24124: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24125: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24126: $response: 0 request::core exception rethrow
24127:
24128: 2001-03-16 paf
24129:
24130: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24131: types/pa_vrequest.h: native method' class call with less params
24132: then needed error reporting
24133:
24134: * src/: classes/_request.h, classes/request.C,
24135: include/pa_globals.h, include/pa_request.h, main/execute.C,
24136: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24137: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24138: types/pa_vrequest.h: $request : query :uri
24139:
24140: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24141: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24142: types/pa_wcontext.h: $result
24143:
24144: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24145:
24146: * src/: classes/double.C, include/code.h, main/compile.y,
24147: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24148: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24149:
24150: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24151: main/compile.y, main/execute.C, types/pa_value.h,
24152: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24153: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24154: wcontext conflict
24155:
24156: * src/: main/execute.C, types/pa_value.h,
24157: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24158: $string.field
24159:
24160: 2001-03-15 paf
24161:
24162: * src/main/pa_request.C: news sample
24163:
24164: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24165: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24166:
24167: * src/main/: compile.y, execute.C: z
24168:
24169: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24170: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24171: pre pre works
24172:
24173: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24174: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24175: fillfields just compiled
24176:
24177: 2001-03-14 paf
24178:
24179: * src/: include/pa_request.h, main/pa_request.C,
24180: targets/cgi/parser3.C: z
24181:
24182: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24183: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24184: types/pa_vstring.h: limits -1
24185:
24186: * src/: include/pa_globals.h, include/pa_request.h,
24187: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24188: main/pa_request.C, targets/cgi/parser3.C,
24189: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24190: request_info -1
24191:
24192: * src/: include/pa_globals.h, main/pa_globals.C,
24193: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24194: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24195: vform_fields_fill
24196:
24197: * src/targets/cgi/parser3.C: # if MSVC
24198:
24199: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24200: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24201:
24202: * src/targets/cgi/parser3.C: z
24203:
24204: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24205: include/pa_string.h, include/pa_types.h, main/compile.y,
24206: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24207: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24208: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24209: types/pa_vunknown.h: global handler, exceptions in parser3
24210:
24211: 2001-03-13 paf
24212:
24213: * src/: classes/form.C, main/compile.y, main/core.C,
24214: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24215: types/pa_vform.h, types/pa_vstateless_class.C,
24216: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24217: instead
24218:
24219: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24220: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24221: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24222: started cgi target
24223:
24224: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24225: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24226: before error show with parser
24227:
24228: * src/: classes/_form.h, classes/form.C, include/core.h,
24229: include/pa_request.h, main/core.C, main/pa_request.C,
24230: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24231:
24232: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24233:
24234: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24235: parser3.C: renamed targets/ parser to cgi
24236:
24237: * src/: classes/double.C, classes/env.C, classes/int.C,
24238: classes/root.C, classes/string.C, classes/table.C,
24239: include/pa_request.h, types/pa_vhash.h: z
24240:
24241: * src/: classes/_env.h, classes/env.C, classes/root.C,
24242: include/core.h, include/pa_pool.h, include/pa_request.h,
24243: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24244: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24245: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24246: [historical moment :)]
24247:
24248: * src/: include/code.h, include/pa_string.h, main/compile.y,
24249: main/execute.C, main/pa_string.C: 'value is type' expr operator
24250:
24251: * src/types/pa_venv.h: $ENV 1
24252:
24253: * src/main/execute.C: z
24254:
24255: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24256: future methods of ENV constructor if
24257:
24258: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24259: class
24260:
24261: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24262: classes/_root.h, classes/_string.h, classes/_table.h,
24263: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24264: classes/string.C, classes/table.C, include/pa_request.h,
24265: main/compile.C, main/compile_tools.h, main/core.C,
24266: main/execute.C, main/main.dsp, main/pa_request.C,
24267: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24268: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24269: types/pa_vobject.h, types/pa_vstateless_class.C,
24270: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24271: types/pa_wcontext.h: $ENV: re 0, stateless classes
24272:
24273: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24274: classes/_root.h, classes/_string.h, classes/_table.h,
24275: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24276: classes/string.C, classes/table.C, include/pa_request.h,
24277: main/compile.C, main/compile_tools.h, main/core.C,
24278: main/execute.C, main/main.dsp, main/pa_request.C,
24279: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24280: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24281: types/pa_vobject.h, types/pa_vstateless_class.C,
24282: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24283: types/pa_wcontext.h: $ENV: re 0, stateless classes
24284:
24285: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24286: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24287: yesterdays bad decision on execute_static_method
24288:
24289: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24290:
24291: * src/: classes/double.C, classes/int.C, classes/root.C,
24292: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24293:
24294: * src/main/pa_request.C: z
24295:
24296: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24297: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24298:
24299: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24300: include/pa_pool.h, main/pa_request.C:
24301: restructure_exceptions_dead_end
24302:
24303: * src/: classes/root.C, main/compile.y: ^if required junctions.
24304: allowed ; inside {} to break params
24305:
24306: * src/classes/root.C: ^eval
24307:
24308: * src/: classes/_string.h, classes/double.C, classes/int.C,
24309: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24310: string ^format
24311:
24312: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24313: 'bad' but not 'enough'
24314:
24315: * src/: classes/double.C, classes/root.C, classes/table.C,
24316: include/pa_common.h, include/pa_types.h, main/compile.y,
24317: main/pa_common.C, main/pa_request.C, main/untaint.C,
24318: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24319: types/pa_wwrapper.h: think constructing flag as is is bad
24320:
24321: * src/: classes/double.C, classes/int.C, classes/root.C,
24322: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24323: types/pa_vint.h: ^for
24324:
24325: 2001-03-12 paf
24326:
24327: * src/classes/table.C: table ^empty
24328:
24329: * src/: classes/table.C, include/pa_table.h: table ^menu
24330:
24331: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24332: ^offset ^line ^count
24333:
24334: * src/classes/root.C: ^round() ^floor() ^ceiling()
24335: ^abs() ^sign()
24336:
24337: * src/classes/: root.C, table.C: ^use
24338:
24339: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24340: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24341: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24342: ^while. switched off wcontext.constructing after write(value) or
24343: auto-vhash-constructing
24344:
24345: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24346: main/pa_request.C: fail_if_junction_ helper func
24347:
24348: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24349: include/pa_request.h, main/execute.C, main/main.dsp,
24350: main/pa_common.C, main/pa_request.C: ^process error point by
24351: actual method_name, not source. ^load
24352:
24353: * src/types/pa_vtable.h: table: no, better with string in cells...
24354:
24355: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24356: classes/_table.h, classes/table.C, main/untaint.C: z
24357:
24358: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24359: include/pa_table.h, main/core.C, main/execute.C,
24360: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24361: types/pa_value.h: table:set 0
24362:
24363: * src/: classes/root.C, include/core.h, include/pa_array.h,
24364: include/pa_request.h, include/pa_table.h, main/core.C,
24365: main/main.dsp, main/pa_request.C, main/pa_table.C,
24366: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24367: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24368: types/pa_vstring.h: freeze, ^table:create[] -1
24369:
24370: * src/: classes/root.C, types/pa_value.h: z
24371:
24372: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24373: get_method in couple places optimizing them
24374:
24375: * src/classes/root.C: z
24376:
24377: * src/: classes/root.C, types/pa_vclass.h: process temp main
24378: zeroing
24379:
24380: * src/: classes/double.C, classes/int.C, classes/root.C,
24381: classes/string.C, include/pa_common.h, include/pa_request.h,
24382: include/pa_string.h, include/pa_types.h, main/compile.C,
24383: main/compile.y, main/compile_tools.h, main/execute.C,
24384: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24385: types/pa_vmframe.h: ^process. actual names to store param and
24386: check_actual_numbered_params for better place diagnostics
24387:
24388: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24389: method-junctions bug fixed
24390:
24391: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24392: pa_vstateless_object.h, pa_vstring.h: stateless_object
24393:
24394: 2001-03-11 paf
24395:
24396: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24397: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24398: VDouble VInt base now VObject_base - without fields
24399:
24400: * src/: classes/root.C, include/core.h, main/core.C: z
24401:
24402: * src/: classes/double.C, classes/int.C, classes/root.C,
24403: classes/string.C, include/core.h, include/pa_hash.h,
24404: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24405: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24406:
24407: * src/: classes/double.C, classes/int.C, classes/root.C,
24408: include/pa_request.h, main/execute.C: intercept_string
24409:
24410: * src/: classes/double.C, classes/int.C, classes/root.C,
24411: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24412:
24413: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24414: ^inc-s(expr)
24415:
24416: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24417: classes/_root.h, classes/_string.h, classes/double.C,
24418: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24419: include/code.h, include/core.h, include/pa_array.h,
24420: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24421: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24422: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24423: include/pa_types.h, main/compile.C, main/compile.y,
24424: main/compile_tools.C, main/compile_tools.h, main/core.C,
24425: main/execute.C, main/pa_array.C, main/pa_common.C,
24426: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24427: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24428: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24429: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24430: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24431: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24432: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24433: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24434:
24435: * src/: main/pa_request.C, types/pa_vhash.h: z
24436:
24437: * src/: include/core.h, include/pa_request.h, main/core.C,
24438: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24439:
24440: * src/: include/pa_valiased.h, include/pa_value.h,
24441: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24442: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24443: include/pa_vjunction.h, include/pa_vmframe.h,
24444: include/pa_vobject.h, include/pa_vstring.h,
24445: include/pa_vunknown.h, include/pa_wcontext.h,
24446: include/pa_wwrapper.h, main/compile.y, main/core.C,
24447: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24448: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24449: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24450: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24451: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24452: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24453: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24454: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24455: include/
24456:
24457: 2001-03-10 paf
24458:
24459: * src/: include/core.h, include/pa_request.h, main/core.C,
24460: main/pa_request.C: run+auto=run
24461:
24462: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24463:
24464: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24465: classes/_root.h, classes/_string.h, classes/double.C,
24466: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24467: include/code.h, include/core.h, include/pa_array.h,
24468: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24469: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24470: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24471: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24472: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24473: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24474: include/pa_vjunction.h, include/pa_vmframe.h,
24475: include/pa_vobject.h, include/pa_vstring.h,
24476: include/pa_vunknown.h, include/pa_wcontext.h,
24477: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24478: main/compile_tools.C, main/compile_tools.h, main/core.C,
24479: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24480: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24481: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24482: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24483: main/pa_wcontext.C: sources header
24484:
24485: * src/main/pa_request.C: auto..
24486:
24487: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24488: main/pa_request.C: auto tree0
24489:
24490: * src/: include/core.h, include/pa_request.h, main/compile.y,
24491: main/core.C, main/pa_request.C: names to core.C
24492:
24493: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24494: include/pa_request.h, main/core.C, main/execute.C,
24495: main/pa_common.C, main/pa_request.C: root auto.p loaded
24496:
24497: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24498: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24499: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24500: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24501:
24502: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24503: @auto[] realised. auto.p scan togo
24504:
24505: * src/: include/pa_request.h, main/execute.C: autocalc
24506: code-junctions result now have names
24507:
24508: * src/: classes/double.C, classes/int.C, classes/root.C,
24509: classes/string.C, include/pa_request.h, include/pa_string.h,
24510: include/pa_wcontext.h, main/compile.y, main/execute.C,
24511: main/pa_string.C, main/pa_wcontext.C: tainting 0
24512:
24513: * src/classes/env.C: env:file/line
24514:
24515: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24516: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24517: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24518: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24519: main/compile_tools.C, main/compile_tools.h, main/core.C,
24520: main/execute.C, main/main.dsp, main/pa_cframe.C,
24521: main/pa_request.C, main/pa_wcontext.C: const fight finished
24522:
24523: * src/include/pa_vclass.h: const fight to go
24524:
24525: * src/: classes/_env.h, classes/env.C, classes/root.C,
24526: include/pa_request.h, include/pa_vclass.h, main/core.C,
24527: main/main.dsp: env0
24528:
24529: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24530: classes/_string.h, classes/double.C, classes/int.C,
24531: classes/root.C, classes/string.C, include/pa_request.h,
24532: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24533: include/pa_wcontext.h, main/core.C, main/main.dsp,
24534: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24535: main/pa_wcontext.C: ^lang prepare0
24536:
24537: 2001-03-09 paf
24538:
24539: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24540: construct proper naming
24541:
24542: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24543: classes/double.C, classes/int.C, classes/root.C,
24544: classes/string.C, include/code.h, include/pa_value.h,
24545: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24546: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24547: main/compile.y, main/compile_tools.C, main/core.C,
24548: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24549: and ^double[]. fixed expr type
24550:
24551: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24552: ^string.length[]
24553:
24554: 2001-03-08 paf
24555:
24556: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24557:
24558: * src/: include/pa_vclass.h, include/pa_vstring.h,
24559: include/pa_wcontext.h, main/compile.y, main/core.C,
24560: main/execute.C, main/main.dsp: dead end: vstring can't be
24561: derivated from vobject
24562:
24563: * src/: include/pa_vclass.h, include/pa_vhash.h,
24564: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24565:
24566: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24567: remained clone conseqs
24568:
24569: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24570:
24571: * src/main/pa_vclass.C: wow! vclass were out of vcs
24572:
24573: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24574: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24575: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24576: include/pa_vobject.h, include/pa_vstring.h,
24577: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24578: main/execute.C: withoud cloning. didn't need it actually, params
24579: got passed from out unnamed ewpool
24580:
24581: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24582: include/pa_vjunction.h, include/pa_vobject.h,
24583: include/pa_vunknown.h, main/compile.y: cloning dead end
24584:
24585: * src/: include/pa_bool.h, include/pa_double.h,
24586: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24587: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24588: include/pa_vjunction.h, include/pa_vmframe.h,
24589: include/pa_vobject.h, include/pa_vstring.h,
24590: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24591: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24592: to give params proper names
24593:
24594: * src/main/pa_wcontext.C: z
24595:
24596: * src/: include/pa_vmframe.h, main/execute.C: added names to
24597: unknown values in get_element and unfilled params. removed wrong
24598: name change in get_element
24599:
24600: * src/main/execute.C: z
24601:
24602: * src/main/execute.C: fixed problems calling operators in
24603: constructors
24604:
24605: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24606: detected problems calling operators in constructors
24607:
24608: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24609: autocalc def to string
24610:
24611: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24612: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24613:
24614: * src/classes/root.C: added root.c
24615:
24616: * src/: include/pa_request.h, include/pa_value.h,
24617: include/pa_vcframe.h, include/pa_vmframe.h,
24618: include/pa_wcontext.h, main/compile.C, main/compile.y,
24619: main/core.C, main/execute.C, main/pa_cframe.C,
24620: main/pa_wcontext.C: 'if' just compiled
24621:
24622: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24623: include/pa_vjunction.h, include/pa_vmframe.h,
24624: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24625: main/pa_wcontext.C: z
24626:
24627: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24628: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24629: with parameter names in operator methods
24630:
24631: * src/main/compile.y: minor renamings in .y
24632:
24633: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24634: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24635: @BASE. changed 'RUN' assignment mech
24636:
24637: * src/main/execute.C: z
24638:
24639: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24640: main/compile_tools.h, main/execute.C: made class: dynamic, not
24641: static. so to enable runtime ^use
24642:
24643: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24644:
24645: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24646: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24647:
24648: * src/main/execute.C: root root in code-junction
24649:
24650: 2001-03-07 paf
24651:
24652: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24653: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24654:
24655: * src/: include/pa_stack.h, include/pa_value.h,
24656: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24657: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24658: fixed rwcontext of {} params up
24659:
24660: * src/main/: compile.y, compile_tools.h: ^func(params)
24661:
24662: * src/main/compile.y: .y priorities syntax shaped up a bit
24663:
24664: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24665: include/pa_vunknown.h, main/compile.y, main/execute.C,
24666: main/pa_hash.C: expr def in -f
24667:
24668: * src/main/: compile.y, execute.C: expr calls
24669:
24670: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24671: fixed
24672:
24673: * src/main/compile.y: expr quoted code
24674:
24675: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24676: support0
24677:
24678: * src/main/compile.y: expr string comparisons 0
24679:
24680: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24681: main/pa_string.C: just compiled lt&co
24682:
24683: * src/main/execute.C: ^var.menu{$field} problem detected. that
24684: $field not a $var.field
24685:
24686: 2001-03-06 paf
24687:
24688: * src/main/compile.y: .y expr visible-shorter
24689:
24690: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24691: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24692: logical
24693:
24694: * src/: include/pa_vstring.h, main/compile.y: problems with
24695: skipping whitespace in yylex
24696:
24697: * src/include/pa_vbool.h: forgot this
24698:
24699: * src/: include/code.h, main/compile.y, main/execute.C: without
24700: string ops in expressions 0
24701:
24702: * src/: include/pa_value.h, include/pa_vdouble.h,
24703: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24704: main/execute.C, main/main.dsp: !~
24705:
24706: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24707: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24708: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24709: include/pa_vunknown.h, include/pa_wcontext.h,
24710: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24711: main/compile_tools.h, main/execute.C: +-*/
24712:
24713: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24714: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24715:
24716: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24717: main/execute.C: expr grammar-1 2*2=4.000000 :)
24718:
24719: * src/main/compile.y: expr grammar-1
24720:
24721: * src/main/compile.y: expr lexx1
24722:
24723: * src/main/: compile.y, execute.C, main.dsp: z
24724:
24725: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24726: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24727: main/execute.C: expr lex0 exec-1
24728:
24729: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24730:
24731: 2001-02-26 paf
24732:
24733: * src/main/compile.y: max_string in yyerror bug fix
24734:
24735: 2001-02-25 paf
24736:
24737: * src/: include/pa_value.h, include/pa_vmframe.h,
24738: include/pa_wcontext.h, main/execute.C: VAliased3
24739:
24740: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24741:
24742: * src/main/execute.C: VAliased1
24743:
24744: * src/: include/pa_request.h, include/pa_value.h,
24745: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24746: VAliased0
24747:
24748: * src/: include/pa_pool.h, include/pa_request.h,
24749: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24750: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24751: VAliased just compiled
24752:
24753: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24754: include/pa_vobject.h, main/execute.C: alias dead end
24755:
24756: * src/: include/pa_value.h, include/pa_vclass.h,
24757: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24758: main/main.dsp: no not get fields into interm VFielded class.
24759: fields & staticfields 1
24760:
24761: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24762: include/pa_vobject.h, include/pa_wcontext.h,
24763: include/pa_wwrapper.h, main/core.C, main/execute.C,
24764: main/main.dsp: would now get fields into interm VFielded class
24765:
24766: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24767: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24768: include/pa_wcontext.h, main/compile.y, main/core.C,
24769: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24770: main/pa_wcontext.C: virtuals2
24771:
24772: * src/main/compile.y: : 1
24773:
24774: * src/main/compile.y: rethought to $class:static.field.subfield
24775:
24776: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24777: $class:element
24778:
24779: * src/: include/pa_value.h, include/pa_vmframe.h,
24780: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24781: main/pa_wcontext.C: before execute class calls rewrite
24782:
24783: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24784: name RUN, also alias
24785:
24786: * src/main/compile.y: escaping bug
24787:
24788: * src/: include/pa_request.h, include/pa_value.h,
24789: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24790: main/core.C, main/execute.C, main/pa_common.C: vobject1
24791:
24792: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24793: include/pa_vmframe.h, include/pa_vobject.h,
24794: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24795: main/compile_tools.h, main/execute.C: ^class:method() just
24796: compiled
24797:
24798: 2001-02-24 paf
24799:
24800: * src/main/main.dsp: no bison -d
24801:
24802: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24803: class' err msg wrong
24804:
24805: * src/main/compile.y: z
24806:
24807: * src/main/: compile.y, core.C: yylex need some @special lines adj
24808:
24809: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24810: main/compile.y, main/compile_tools.h, main/core.C: modules0
24811:
24812: * src/: include/pa_vclass.h, main/core.C: z
24813:
24814: * src/: include/pa_value.h, include/pa_vclass.h,
24815: include/pa_vobject.h, main/main.dsp: vobject00
24816:
24817: * src/main/pa_array.C: minor bug in expanding very small arrays.
24818: 60% from 1 were 0
24819:
24820: * src/: include/pa_value.h, include/pa_wcontext.h,
24821: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24822: as bad as you've named it: wcontext.value() was not a perfect
24823: idea
24824:
24825: * src/main/execute.C: codeframe1
24826:
24827: * src/: include/pa_value.h, include/pa_vcframe.h,
24828: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24829: include/pa_vjunction.h, include/pa_vmframe.h,
24830: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24831: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24832: just compiled
24833:
24834: * src/: include/pa_vframe.h, main/compile.y: found junction
24835: ideology @: ^x{$a()) must construct current wcontext element, so
24836: smart wcontext handling needed
24837:
24838: * src/main/compile.y: fixed grammar bugs in constructor/params
24839: klinch
24840:
24841: * src/main/: compile.y, execute.C: fixed empty constructor
24842: optimized empty case. failed on calls - produced empty string
24843: param
24844:
24845: * src/main/compile.y: fixed last \n macrotemplate strip bug
24846:
24847: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24848: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24849: main/compile_tools.C, main/compile_tools.h, main/core.C,
24850: main/execute.C: code junctions0. something wrong with last \n
24851: macrotemplate strip
24852:
24853: * src/: include/pa_value.h, main/compile.C, main/core.C,
24854: main/pa_value.C: minor error reporting format beautifyings
24855:
24856: * src/: include/pa_value.h, include/pa_vclass.h,
24857: include/pa_vframe.h, main/core.C, main/execute.C,
24858: main/pa_value.C: get_method RIP. junctions everywhere. call with
24859: junctions0
24860:
24861: 2001-02-23 paf
24862:
24863: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24864: pa_wwrapper.h: lara came, can't work, sorry :(
24865:
24866: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24867: junction
24868:
24869: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24870: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24871: main/execute.C, main/main.dsp, main/pa_value.C: call0
24872:
24873: * src/: include/pa_hash.h, include/pa_value.h,
24874: include/pa_wcontext.h, main/core.C, main/execute.C,
24875: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24876: done
24877:
24878: * src/include/pa_wcontext.h: z
24879:
24880: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24881: wrong grammar in complex constructor case
24882:
24883: * src/main/: compile.y, execute.C: empty constructor bug fixed
24884:
24885: * src/main/execute.C: with result rwpool
24886:
24887: * src/: include/pa_value.h, main/core.C, main/execute.C,
24888: main/main.dsp: value named
24889:
24890: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24891: strign 2 value in 2 places in execute
24892:
24893: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24894: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24895: wcontext.put_element when wcontext fvalue==0
24896:
24897: 2001-02-22 paf
24898:
24899: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24900: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24901: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24902:
24903: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24904: erroreos checkout
24905:
24906: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24907:
24908: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24909: main/compile_tools.h, main/pa_array.C: $self.get
24910:
24911: * src/main/: compile.C, compile.y, compile_tools.C: z
24912:
24913: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24914: bit. finished now.
24915:
24916: * src/main/compile.y: $: finished
24917:
24918: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24919:
24920: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24921: main/execute.C: OP_STRING better then some xxx _VALUE
24922:
24923: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24924: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24925: string to vstring it .y all
24926:
24927: * src/: include/pa_request.h, include/pa_stack.h,
24928: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24929: all
24930:
24931: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24932: precise parse error line:col
24933:
24934: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24935: main/pa_hash.C, main/pa_pool.C: TRY...
24936:
24937: * src/: include/pa_exception.h, include/pa_pool.h,
24938: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24939: main/compile.C, main/compile.y, main/compile_tools.C,
24940: main/core.C, main/pa_array.C, main/pa_exception.C,
24941: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24942: main/pa_table.C: removed exception from request
24943:
24944: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24945: some forgotten
24946:
24947: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24948: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24949: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24950: get/put simple vars to VClass works0
24951:
24952: * src/: include/pa_array.h, include/pa_wcontext.h,
24953: main/pa_string.C: in process, but found that exceptions are too
24954: global
24955:
24956: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24957: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24958: main/execute.C, main/pa_string.C: write_value write_string 0 it
24959: seems wcontext must write strings regardles of fvalue!=0
24960:
24961: 2001-02-21 paf
24962:
24963: * src/main/execute.C: tired :)
24964:
24965: * src/main/: compile.C, compile.y, execute.C: store0
24966:
24967: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24968: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24969: include/pa_wcontext.h, main/compile.C, main/compile.y,
24970: main/execute.C, main/main.dsp, main/pa_array.C,
24971: main/pa_request.C: get put -1 [just compiled]
24972:
24973: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24974: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24975: main/main.dsp, main/pa_request.C: request core methods0
24976:
24977: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24978: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24979: execute
24980:
24981: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24982: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24983: methods and one_big_piece. now compile returns array<method*>
24984:
24985: * src/main/compile.y: more straightforward yylex[end]
24986:
24987: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24988: string.operator==(char*)
24989:
24990: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24991: main/execute.C, main/pa_array.C: after array.const get wonders
24992:
24993: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24994: pa_string.h, pa_value.h: struck with const array.gets
24995:
24996: * src/main/: execute.C: z
24997:
24998: * src/main/: compile.y, execute.C: z
24999:
25000: * src/main/: compile.C, compile.y, compile_tools.h: error
25001: processing in eval & yyerror so it wouldn't cause memleaks.
25002:
25003: * src/main/: compile.C, compile.y: failed to add absolute precies
25004: parse error positions. leaving RIGHTMOST position as
25005: @file[line:col]
25006:
25007: * src/: include/compile.h, main/compile.C, main/compile.y,
25008: main/compile_tools.h: line numbers needed. would add them to .y
25009: now internally. externally it's not as precise as needed
25010:
25011: * src/: include/code.h, include/pa_types.h, main/compile.C,
25012: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25013: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25014: compiler works ok
25015:
25016: 2001-02-20 paf
25017:
25018: * src/main/: compile.C, compile.y, compile_tools.C,
25019: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25020: not perfect
25021:
25022: * src/: include/code.h, include/compile.h, include/execute.h,
25023: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25024: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25025: main/compile.C, main/compile.y, main/compile_tools.C,
25026: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25027: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25028: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25029: compiled. execute=dump for now
25030:
25031: * src/main/core.C: core rewrite using yacc investigations now will
25032: be compile[yacc]/execute[opcodes]
25033:
25034: 2001-02-15 paf
25035:
25036: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25037: rewrite as turing machine? for it seems it would be it's too many
25038: ifs with this syntax now
25039:
25040: 2001-02-14 paf
25041:
25042: * src/main/core.C: get_params 1
25043:
25044: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25045: :( ]
25046:
25047: * src/main/core.C: varios breaks
25048:
25049: * src/main/core.C: get names 3
25050:
25051: * src/main/core.C: get names 2
25052:
25053: * src/main/core.C: get names 1
25054:
25055: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25056: names 0
25057:
25058: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25059: text repassing2 operator static vars
25060:
25061: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25062: main/pa_string.C: process text repassing
25063:
25064: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25065: module:calls changes
25066:
25067: 2001-02-13 paf
25068:
25069: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25070: ^class:calls[] started
25071:
25072: * src/: include/pa_value.h, main/core.C: z
25073:
25074: * src/main/core.C: operators : and self. prefixes
25075:
25076: * src/main/core.C: z
25077:
25078: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25079: tested
25080:
25081: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25082: optimized
25083:
25084: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25085: would change privates to better support optimization
25086:
25087: * src/: include/pa_string.h, main/pa_string.C:
25088: String_iterator::skip_to todo:optimize
25089:
25090: 2001-02-12 paf
25091:
25092: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25093: String_iterator
25094:
25095: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25096: comments
25097:
25098: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25099: self/methodref joined
25100:
25101: 2001-02-11 paf
25102:
25103: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25104: main/main.dsp: core started. core.C, context&value .h
25105:
25106: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25107: include/pa_string.h, main/main.dsp, main/pa_array.C,
25108: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25109:
25110: 2001-01-30 paf
25111:
25112: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25113: comments
25114:
25115: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25116: main/pa_pool.C: moved pa_pool.C to be target specific
25117:
25118: * src/: include/pa_exception.h, include/pa_pool.h,
25119: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25120: to & changes
25121:
25122: * src/: include/pa_exception.h, include/pa_pool.h,
25123: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25124: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25125: re-associated. that's much better even removed 'die' necessety
25126:
25127: * src/: include/pa_error.h, include/pa_exception.h,
25128: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25129: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25130: targets/Makefile.am: lowered targets/parser into subdir, added
25131: parser_Pool(Pool) failed to add. would think..
25132:
25133: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25134: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25135: main/pa_string.C, main/pa_table.C: Table more like C++ style
25136: hence lots of 'const'
25137:
25138: * src/: include/pa_error.h, include/pa_request.h,
25139: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25140: main/pa_table.C: Error fixed
25141:
25142: 2001-01-29 paf
25143:
25144: * src/: include/pa_array.h, include/pa_common.h,
25145: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25146: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25147: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25148: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25149:
25150: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25151: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25152: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25153: main/pa_string.C, main/pa_table.C: Request Error Table
25154:
25155: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25156: templates"
25157:
25158: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25159: main/main.dsp, main/pa_array.C: templates failed no template
25160: specializations [VC6], no library auto instantation [VC6, GNU c++
25161: 2.95.2-6 from latest cygwin]
25162:
25163: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25164: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25165: main/main.dsp, main/pa_array.C, main/pa_string.C,
25166: main/pa_table.C: Table started would test template Array now
25167:
25168: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25169: String originating
25170:
25171: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25172: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25173: SYNCHRONIZED(thread_safe)
25174:
25175: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25176: parts to top
25177:
25178: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25179: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25180: see: needed only in global Hash now, made Hash:: put/get
25181: SYNCHRONIZED
25182:
25183: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25184: main/pa_threads.C: added pa_threads
25185:
25186: Mutex
25187:
25188: * src/include/pa_hash.h: some comments
25189:
25190: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25191: Array& operator += (Array& src)
25192:
25193: * src/main/pa_array.C: expand not convinient, would rewrite
25194:
25195: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25196: (Array& src)
25197:
25198: rethought, would change now
25199:
25200: 2001-01-27 paf
25201:
25202: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25203: caching
25204:
25205: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25206: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25207: cache rethought to chunk caching
25208:
25209: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25210: include/pa_string.h, main/main.dsp, main/pa_array.C,
25211: main/pa_hash.C, main/pa_string.C: Array 0
25212:
25213: * src/main/pa_string.C: String::operator ==
25214:
25215: * src/main/pa_hash.C: String(&String)
25216:
25217: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25218:
25219: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25220: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25221: pa_hash[forgotten]
25222:
25223: 2001-01-26 paf
25224:
25225: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25226: removed templates [vc++ suxx]
25227:
25228: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25229: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25230:
25231: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25232:
1.119 moko 25233: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25234:
1.119 moko 25235: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25236: check
25237:
25238: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25239: dynamic row_count
25240:
25241: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25242: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25243: targets/Makefile.am: Initial revision
25244:
25245: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25246: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25247: targets/Makefile.am: creating parser3 module
25248:
E-mail: