Annotation of parser3/ChangeLog, revision 1.191
1.191 ! moko 1: 2024-05-26 moko
! 2:
! 3: * tests/: 195.html, 229.html, results/096.processed,
! 4: results/097.processed, results/158.processed,
! 5: results/186.processed, results/273.processed,
! 6: results/293.processed, results/317.processed,
! 7: results/389.processed, results/402.processed: tests updated as
! 8: single quote now escaped with ' in HTML tainting mode
! 9: (related to feature #1241)
! 10:
! 11: * src/main/untaint.C: single quote now escaped with ' in HTML
! 12: tainting mode (implements feature #1241)
! 13:
! 14: * tests/results/: 020.processed, 021.processed, 026.processed,
! 15: 042.processed, 043.processed, 057.processed, 110.processed,
! 16: 115.processed, 116.processed, 117.processed, 118.processed,
! 17: 119.processed, 120.processed, 125.processed, 126.processed,
! 18: 128.processed, 130.processed, 131.processed, 132.processed,
! 19: 133.processed, 135.processed, 136.processed, 138.processed,
! 20: 139.processed, 140.processed, 145.processed, 150.processed,
! 21: 151.processed, 165.processed, 174.processed, 181.processed,
! 22: 182.processed, 192.processed, 193.processed, 201.processed,
! 23: 213.processed, 224.processed, 226.processed, 230.processed,
! 24: 239.processed, 240.processed, 244.processed, 253.processed,
! 25: 254.processed, 261.processed, 264.processed, 269.processed,
! 26: 274.processed, 275.processed, 288.processed, 294.processed,
! 27: 296.processed, 303.processed, 306.processed, 307.processed,
! 28: 308.processed, 311.processed, 312.processed, 314.processed,
! 29: 315.processed, 316.processed, 320.processed, 323.processed,
! 30: 324.processed, 325.processed, 328.processed, 330.processed,
! 31: 332.processed, 333.processed, 337.processed, 338.processed,
! 32: 341.processed, 342.processed, 343.processed, 344.processed,
! 33: 345.processed, 348.processed, 352.processed, 356.processed,
! 34: 357.processed, 363.processed, 364.processed, 368.processed,
! 35: 372.processed, 373.processed, 376.processed, 378.processed,
! 36: 379.processed, 385.processed, 386.processed, 387.processed,
! 37: 389.processed, 390.processed, 395.processed, 397.processed,
! 38: 398.processed, 399.processed, 404.processed, 406.processed,
! 39: 413.processed, 414.processed, 420.processed, 421.processed,
! 40: 424.processed, auto.p: Type -> Exception type for readability
! 41:
! 42: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
! 43: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
! 44: results/119.processed, results/165.processed,
! 45: results/175.processed, results/192.processed,
! 46: results/213.processed, results/217.processed,
! 47: results/230.processed, results/240.processed,
! 48: results/298.processed, results/380.processed,
! 49: results/415.processed: try-catch, try-catch-comment used
! 50:
! 51: 2024-05-21 moko
! 52:
! 53: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
! 54: results/180.processed, results/195.processed,
! 55: results/224.processed, results/auto.p: @try-catch-comment added
! 56: and used
! 57:
! 58: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
! 59: 415.html, results/269.processed, results/283.processed,
! 60: results/auto.p: more tests are updated to prepare for apostrophe
! 61: escaping in HTML tainting
! 62:
! 63: * tests/results/: 181.processed, 294.processed, 296.processed,
! 64: 315.processed, 379.processed, 389.processed, auto.p:
! 65: $exception.comment printed as-is for whitespace reporting and to
! 66: prepare for apostrophe escaping in HTML mode
! 67:
1.190 moko 68: 2024-05-11 moko
69:
70: * tests/: 099.html, 100.html, results/099.processed,
71: results/100.processed: a test for non-UTF-8 filename* added
72: (related to feature #1240)
73:
74: * tests/: 293.html, results/293.processed: tainting modes tests
75: added
76:
77: * tests/results/: 099.processed, 100.processed, 205.processed,
78: 309.processed, 310.processed, 419.processed: tests results
79: updated after filename* added (related to feature #1240)
80:
81: * src/: include/pa_common.h, main/pa_request.C: The filename*
82: parameter was added to the Content-Disposition header to conform
83: with RFC 6266, with code provided by Sumo (implements feature
84: #1240)
85:
86: 2024-05-10 moko
87:
88: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
89: positive performance effect in our case
90:
1.189 moko 91: 2024-03-27 moko
92:
93: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
94: (related to feature #1236)
95:
96: 2024-03-15 moko
97:
98: * tests/: 413.html, results/413.processed: test for object still
99: can be used as file parameter (related to bug #1218)
100:
101: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
102: still can be used in file context (fixes bug #1218)
103:
104: 2024-03-14 moko
105:
106: * src/include/pa_string.h: ArrayString get() null result assert
107: also added (related to bug #1238)
108:
109: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
110: VString::empty() used instead of new VString()
111:
112: 2024-03-12 moko
113:
114: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
115: results/379.processed: test added for cookie without value
116: (related to bug #1238)
117:
118: * src/include/pa_string.h: In assertions enabled mode, ArrayString
119: values are now required to be non-null (related to bug #1238)
120:
121: * src/main/pa_http.C: cookies without value are now parsed
122: correctly (fixed bug #1238)
123:
124: 2024-03-11 moko
125:
126: * tests/run_parser.sh: for better error reporting
127:
1.188 moko 128: 2023-12-30 moko
129:
130: * tests/: 038.html, results/038.processed: test for atan2 added
131:
132: 2023-12-29 moko
133:
134: * src/classes/math.C: atan2(y,x) math function added
135:
1.187 moko 136: 2023-12-14 moko
137:
138: * tests/212.html: pcre2 compatibility (related to feature #1236)
139:
140: * tests/: 425.html, results/425.processed: test for pcre/pcre2
141: exceptions and behavour added (related to feature #1236)
142:
143: 2023-12-13 moko
144:
145: * buildall: by default parser is now bundled with pcre2 10.42,
146: --without-pcre2 option added to build with pcre-8.45 (related to
147: feature #1236)
148:
149: 2023-12-12 moko
150:
151: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
152: support added (implements feature #1236)
153:
154: * src/: include/pa_charset.h, include/pa_config_includes.h,
155: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
156: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
157: types/pa_vregex.h: Adopted patch from Yavor Doganov
158: <yavor@gnu.org> to add pcre2 library support (implements feature
159: #1236)
160:
1.186 moko 161: 2023-11-28 moko
162:
163: * src/include/pa_config_includes.h: warnings war continues
164:
165: * src/include/pa_config_includes.h: warning war
166:
167: * tests/: 424.html, results/424.processed: tests for '+' and '-'
168: number strings, whitespace and sign in exception messages
169: (related to bug #1234)
170:
1.185 moko 171: 2023-11-26 moko
172:
173: * tests/: 274.html, results/224.processed, results/274.processed:
174: tests for date double, int, bool added (related to feature #1235)
175:
176: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
177: added for date class (implements feature #1235)
178:
179: 2023-11-23 moko
180:
181: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
182: and '-' strings are no longer can be treated as number 0,
183: exception thrown (fixes bug #1234)
184:
1.184 moko 185: 2023-11-18 moko
186:
187: * src/include/pa_types.h: minor
188:
189: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
190:
191: * tests/: 389.html, results/389.processed: error messages for some
192: OS differs a bit, reducing failing tests for them
193:
194: 2023-11-17 moko
195:
196: * tests/: 423.html, results/423.processed: test for optional
197: @auto[] inheritance added (related to feature #1233)
198:
199: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
200: types/pa_vstateless_class.C: optional @auto[] inheritance
201: implemented if defined with two args (path, class name)
202: (implements feature #1233)
203:
204: * src/: classes/double.C, classes/int.C, classes/math.C,
205: include/pa_random.h, include/pa_types.h, main/pa_common.C,
206: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
207: sync double->int overflow behavour under different architectures
208: (fixes bug #1232)
209:
210: * tests/: 422.html, results/422.processed: int clipping added
211:
212: 2023-11-16 moko
213:
214: * tests/: 422.html, results/422.processed: test for int and uint
215: overflow in ^n.format[d/u/x]
216:
217: * src/classes/math.C: bugfix: crc32 should not be negative (under
218: Apple M1 when negative double converts to uint the result is 0)
219: and crc32 should be 32 bits
220:
221: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
222: on Apple M1 it's 0
223:
224: * src/classes/file.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:
1.183 moko 228: 2023-10-07 moko
229:
230: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
231: behavour with other OP_NUM_*, related to bug #1230
232:
233: 2023-10-06 moko
234:
235: * tests/: 338.html, results/338.processed: test for bug #1230 added
236:
237: * src/: main/execute.C, types/pa_vdate.h: force double operands to
238: be converted to double to avoid 80 bit operations in x87 mode
239: (fixes bug #1230)
240:
241: 2023-10-05 moko
242:
243: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
244: compatibility
245:
246: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
247:
248: * tests/: 421.html, results/421.processed: test to cover all
249: classes and objects nonexistent method and field exceptions
250: (related to feature #1080 and #1227)
251:
252: * tests/results/: 182.processed, 324.processed: undefined method ->
253: <type> method not found exception (related to feature #1080)
254:
255: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
256: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
257: "element can not be fetched from" for them, "field not found" for
258: all other types (related to bug #1227)
259:
260: 2023-10-03 moko
261:
262: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
263: <type> method not found" exception now thrown for static calls
264: instead of "undefined method" without class name (related to
265: feature #1080)
266:
267: 2023-10-02 moko
268:
269: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
270: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
271: <method name>, Comment: <type> method not found" exception now
272: thrown for all dynamic objects instead of "undefined method"
273: without class name (implements feature #1080)
274:
1.182 moko 275: 2023-10-01 moko
276:
277: * src/classes/json.C: we don't have a dynamic json object.
278:
279: 2023-09-28 moko
280:
281: * tests/: 420.html, results/261.processed, results/420.processed:
282: tests updated after bug #1228 fix reverted
283:
284: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
285: whitespace string is hash compatible, so we don't want $s.key to
286: return a junction
287:
288: * tests/: 261.html, 420.html, results/261.processed,
289: results/420.processed: test for bug #1227 added, test updated
290: after bug #1228 fixed
291:
292: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
293: now throws exception as $non-empty-string.field (fixes bug #1227)
294:
295: * src/types/pa_vstring.h: allow $string.method access (fixes bug
296: #1228)
297:
298: 2023-09-26 moko
299:
300: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
301: src/classes/classes.C, src/classes/classes.awk,
302: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
303: src/classes/double.C, src/classes/file.C, src/classes/form.C,
304: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
305: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
306: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
307: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
308: src/classes/regex.C, src/classes/response.C,
309: src/classes/string.C, src/classes/table.C, src/classes/void.C,
310: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
311: src/include/pa_array.h, src/include/pa_base64.h,
312: src/include/pa_cache_managers.h, src/include/pa_charset.h,
313: src/include/pa_charsets.h, src/include/pa_common.h,
314: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
315: src/include/pa_dictionary.h, src/include/pa_dir.h,
316: src/include/pa_exception.h, src/include/pa_exec.h,
317: src/include/pa_globals.h, src/include/pa_hash.h,
318: src/include/pa_http.h, src/include/pa_memory.h,
319: src/include/pa_opcode.h, src/include/pa_operation.h,
320: src/include/pa_os.h, src/include/pa_pool.h,
321: src/include/pa_random.h, src/include/pa_request.h,
322: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
323: src/include/pa_sapi.h, src/include/pa_socks.h,
324: src/include/pa_sql_connection.h,
325: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
326: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
327: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
328: src/include/pa_table.h, src/include/pa_threads.h,
329: src/include/pa_types.h, src/include/pa_uue.h,
330: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
331: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
332: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
333: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
334: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
335: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
336: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
337: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
338: src/main/compile.tab.C, src/main/compile.y,
339: src/main/compile_tools.C, src/main/compile_tools.h,
340: src/main/execute.C, src/main/pa_base64.C,
341: src/main/pa_cache_managers.C, src/main/pa_charset.C,
342: src/main/pa_charsets.C, src/main/pa_common.C,
343: src/main/pa_dictionary.C, src/main/pa_dir.C,
344: src/main/pa_exception.C, src/main/pa_exec.C,
345: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
346: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
347: src/main/pa_request.C, src/main/pa_socks.C,
348: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
349: src/main/pa_stylesheet_connection.C,
350: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
351: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
352: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
353: src/main/untaint.C, src/main/helpers/simple_folding.pl,
354: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
355: src/targets/apache/mod_parser3_core.C,
356: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
357: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
358: src/types/pa_method.h, src/types/pa_property.h,
359: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
360: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
361: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
362: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
363: src/types/pa_vcookie.h, src/types/pa_vdate.C,
364: src/types/pa_vdate.h, src/types/pa_vdouble.h,
365: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
366: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
367: src/types/pa_vhash.C, src/types/pa_vhash.h,
368: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
369: src/types/pa_vimage.C, src/types/pa_vimage.h,
370: src/types/pa_vint.h, src/types/pa_vjunction.C,
371: src/types/pa_vjunction.h, src/types/pa_vmail.C,
372: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
373: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
374: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
375: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
376: src/types/pa_vobject.h, src/types/pa_vregex.C,
377: src/types/pa_vregex.h, src/types/pa_vrequest.C,
378: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
379: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
380: src/types/pa_vstateless_class.h,
381: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
382: src/types/pa_vstatus.h, src/types/pa_vstring.C,
383: src/types/pa_vstring.h, src/types/pa_vtable.C,
384: src/types/pa_vtable.h, src/types/pa_vvoid.C,
385: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
386: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
387: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
388: src/types/pa_wwrapper.h: copyright, authors actualized
389:
1.181 moko 390: 2023-08-20 moko
391:
392: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
393: commited (related to feature #1219)
394:
395: 2023-08-16 moko
396:
397: * src/main/pa_random.C: replaced clock precision with monotonicity
398: counter, good for Windows version with low clock frequency
399: (related to feature #1229)
400:
401: 2023-08-15 moko
402:
403: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
404: fixes related to feature #1229
405:
406: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
407: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
408: (implements feature #1229)
409:
1.180 moko 410: 2023-08-02 moko
411:
412: * tests/: results/417.processed, 417.html: test for empty string
413: match after last char added (related to bug #1224)
414:
415: * src/main/pa_string.C: avoid prestart++ after last char on zero
416: length match (related to bug #1224)
417:
1.179 moko 418: 2022-11-22 moko
419:
420: * tests/: 419.html, results/419.processed: test for L_URI and path
421: removeal from filename added (related to bug #1204)
422:
423: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
424: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
425: attribute value, L_URI should be used
426:
1.178 moko 427: 2022-09-21 moko
428:
429: * src/targets/cgi/parser3.C: more clear error messages
430:
431: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
432: SAPI_Info will return 0 in read_post and post_size !=
433: content_length will be thrown
434:
1.177 moko 435: 2022-08-23 moko
436:
437: * src/types/pa_vmail.C: .tables addes as .raw contains only last
438: header value
439:
440: 2022-08-22 moko
441:
442: * tests/: 418.html, results/418.processed: test for
443: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
444: to #1225)
445:
446: * src/classes/hash.C: keep old behavoir by default
447:
448: * src/classes/hash.C: ^hash_a.intersection[hash_b;
449: $.order[self|arg] ] added (implements #1215)
450:
1.176 moko 451: 2022-03-21 moko
452:
453: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
454: xmlInitCharEncodingHandlers is called in libxml static
455: initializers before gc_substitute_memory_management_functions in
456: pa_globals and thus gc may not see reference to our
457: xmlCharEncodingHandler and free it.
458:
1.175 moko 459: 2022-01-26 moko
460:
461: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
462:
1.174 moko 463: 2021-12-28 moko
464:
465: * tests/: 417.html, results/417.processed: test for empty string
466: match added (related to bug #1224)
467:
468: * src/main/pa_string.C: empty string match now works (fixes bug
469: #1224)
470:
1.173 moko 471: 2021-12-24 moko
472:
473: * tests/: 415_dir/29.p, results/415.processed: yet another test
474:
475: 2021-12-23 moko
476:
477: * src/: classes/table.C, main/pa_request.C: warnings war
478:
479: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
480: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
481:
482: 2021-12-21 moko
483:
484: * tests/: 416.html, results/416.processed: test for ^break[] in
485: ^hash/table.select[] (related to feature #1222)
486:
487: * src/classes/: hash.C, table.C: ^break[] support for
488: ^hash/table.select[] (implements feature #1222)
489:
1.172 moko 490: 2021-11-30 moko
491:
492: * src/targets/cgi/parser3.C: default sock_ready interval changed to
493: 0.5 sec
494:
1.171 moko 495: 2021-11-10 moko
496:
497: * tests/results/415.processed: more syntax errors tests added
498:
499: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
500: 28.p: minor syntax error tests
501:
502: * src/main/pa_exception.C: pa_strdup added for compatibility
503:
504: * src/classes/curl.C: hint to call ^curl:options[
505: $.library[correct.libcurl.so.name] ] added if default load fails.
506:
507: 2021-11-09 moko
508:
509: * src/main/compile.y: error message can be on stack
510:
511: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
512:
513: * src/main/pa_charset.C: memcpy is more correct and efficient in
514: this case then strncpy
515:
516: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
517: instead of strcpy where possible
518:
519: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
520: used to avoid MAX_STRING limit in Exception comment
521:
522: * tests/results/415.processed: compiler exceptions are no longer
523: limited to MAX_STRING
524:
525: * src/main/: compile.y, compile_tools.h: Parse_control uses const
526: char * instead of fixed buffer
527:
528: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
529: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
530: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
531: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
532: results/415.processed: tests for parser.compile exceptions added
533:
534: 2021-11-08 moko
535:
536: * src/: classes/math.C, include/pa_common.h, main/compile.y,
537: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
538: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
539: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
540: drawbacks
541:
1.170 moko 542: 2021-11-06 moko
543:
544: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
545: (implements feature #1219)
546:
547: * tests/: 414.html, results/414.processed: test for
548: ^hash.rename[from;to] added (related to feature #1144)
549:
550: 2021-11-05 moko
551:
552: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
553: (related to feature #1144)
554:
555: 2021-11-04 moko
556:
557: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
558: added (implements feature #1144)
559:
1.169 moko 560: 2021-10-19 moko
561:
562: * tests/: 413.html, results/413.processed: test for hash no longer
563: is accepted as file parameter (related to bug #1218)
564:
565: * src/: classes/curl.C, classes/file.C, classes/image.C,
566: classes/math.C, classes/xdoc.C, types/pa_value.C,
567: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
568: longer is accepted as file parameter (fixes bug #1218)
569:
1.168 moko 570: 2021-07-19 moko
571:
572: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
573: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
574:
1.167 moko 575: 2021-04-16 moko
576:
577: * src/types/pa_vmail.C: message can be null when e-mail is broken,
578: processing it leads to assertions.
579:
1.166 moko 580: 2021-03-25 moko
581:
582: * tests/: 412.html, results/412.processed: test to demonstrate bug
583: #1213
584:
1.165 moko 585: 2021-02-12 moko
586:
587: * tests/: 360.html, results/360.processed, results/363.processed:
588: parser method call in expression mode no longer differs from call
589: in string mode (related to feature #1211)
590:
591: 2021-02-11 moko
592:
593: * src/types/pa_vmail.C: mail parsing with Windows line endings
594: fixed (bug #1212)
595:
596: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
597: when called $v[^test[]] vs $v(^test[]), numbers are converted to
598: strings in both calls (implements feature #1211)
599:
1.164 moko 600: 2021-01-28 moko
601:
602: * buildall, etc/auto.p.in: to remove last patch in debian package
603:
604: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
605: 3.4.7b
606:
1.162 moko 607: 2021-01-21 moko
608:
609: * src/main/pa_http.C: no alarm() in file::load when web server mode
610: is MULTITHREADED
611:
1.157 moko 612: 2021-01-20 moko
613:
1.161 moko 614: * src/targets/apache/mod_parser3.c: it is more correct to recommend
615: 'a2enmod mpm_prefork'
616:
1.160 moko 617: * src/targets/apache/mod_parser3.c: prefork name is now
618: 'libapache2-mpm-itk'
619:
620: * src/targets/apache/mod_parser3_core.C: last regular malloc
621: removed
622:
1.159 moko 623: * src/targets/isapi/Makefile.am: -pa_threads.C
624:
1.158 moko 625: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
626: 3.4.6
627:
1.157 moko 628: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
629:
630: * etc/auto.p.in: @config[result] added to simplify $cfg change in
631: /httpd.p
632:
633: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
634: ^use[/httpd.p] + optional ^preprocess[] (related to feature
635: #1203)
636:
637: 2021-01-19 moko
638:
639: * buildall: --disable-parallel-mark added to avoid "number of
640: processors" threads creation for heap marking as it conflicts
641: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
642: limits threads)
643:
1.156 moko 644: 2021-01-16 moko
645:
646: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
647: main/pa_globals.C, main/pa_memory.C,
648: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
649: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
650: feature #1209)
651:
652: 2021-01-15 moko
653:
654: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
655: 3.4.6rc
656:
657: * src/classes/json.C: get_delim added for delimiter caching (10%
658: faster on large json)
659:
660: 2021-01-14 moko
661:
662: * operators.txt: updated with 3.4.6 changes
663:
664: * tests/results/224.processed: test result modified after
665: today(shift) implemented
666:
667: * tests/: 407.html, results/407.processed: test for ^hash.select
668: option $.default(bool) added (related to feature #1172)
669:
670: * src/classes/hash.C: ^hash.select option $.default(bool) added
671: (related to feature #1172)
672:
673: * tests/: 141.html, results/141.processed: test modified for
674: feature #1185.
675:
676: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
677: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
678: options $.lower(bool) (implements feature #1185)
679:
680: 2021-01-11 moko
681:
682: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
683: #1192)
684:
685: * tests/: 411.html, results/411.processed: test for ^date::today(N)
686: added (related to feature #1192)
687:
1.155 moko 688: 2021-01-05 moko
689:
690: * tests/: 270.html, results/270.processed: test modified to work
691: under Windows
692:
693: * tests/: 390.html, 395.html, results/395.processed: tests updated
694: 4 windows
695:
696: * tests/: 410.html, results/410.processed: test for
697: $CLASS-GETTER-PROTECTED(false) added
698:
699: 2021-01-04 moko
700:
701: * tests/: 409.html, results/409.processed, results/auto.p: test for
702: $MAIN:LOCALS(true) added
703:
1.154 moko 704: 2021-01-03 moko
705:
706: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
707: types/pa_vclass.h, types/pa_vstateless_class.C,
708: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
709: +LOCALS. $main -> $MAIN in exception texts (implements feature
710: #1207)
711:
712: 2021-01-02 moko
713:
714: * etc/auto.p.in: minor
715:
716: * src/main/pa_request.C: sending headers only after opening file to
717: allow error reporting if file was not opened (foreign group,
718: etc).
719:
720: 2020-12-31 moko
721:
722: * src/: include/pa_request.h, main/pa_request.C,
723: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
724:
725: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
726: main/pa_request.C: get_class_ref added and used
727:
728: * etc/auto.p.in: @CLASS httpd added
729:
730: * etc/auto.p.in: @auto[] is now first
731:
732: 2020-12-30 moko
733:
734: * tests/: 408.html, results/408.processed: test for bug #1166
735: (windows only) added
736:
737: * src/main/pa_common.C: create_dir_for_file should not create dir
738: for trailing / (fixes bug #1166)
739:
740: * tests/: 341.html, results/341.processed: tests for
741: ^nameless_table.hash[] added (related to feature #1138)
742:
743: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
744: (implements feature #1138), extra fields in named tables no
745: longer ignored (implements feature #1138)
746:
747: * tests/results/390.processed: updated after exception text change
748:
749: 2020-12-29 moko
750:
751: * tests/: 407.html, results/407.processed: +$._default check
752:
753: * src/classes/hash.C: keep $_default in ^hash.reverse[]
754:
755: * tests/: 407.html, results/407.processed: test for ^hash.select[]
756: and ^hash.reverse[] added (releated to feature #1172)
757:
758: * src/classes/hash.C:
759: ^hash.select[key;value](bool-condition)[options hash] +
760: ^hash.reverse[] added (implements feature #1172)
761:
762: * src/types/pa_vtable.h: warning war
763:
764: * src/include/pa_config_fixed.h: win32 fix
765:
1.153 moko 766: 2020-12-27 moko
767:
768: * tests/: 406.html, results/406.processed: test results updated
769:
770: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
771: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
772: spelling
773:
774: 2020-12-26 moko
775:
776: * tests/: 406.html, results/406.processed: tests for
777: ^table.rename[] added (related to feature #1148)
778:
779: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
780: ^table.rename[column name from;column name to], ^table.rename[
781: $.[column name from][column name to] ... ] added (implements
782: feature #1148)
783:
784: 2020-12-25 moko
785:
786: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
787: request_info now on stack to avoid yet another THREAD_LOCAL
788: memory deallocation issue (now with cookies), explained in #1203
789:
790: * src/types/pa_vcookie.C: fields should be inited
791:
792: 2020-12-24 moko
793:
794: * src/include/pa_stylesheet_connection.h: looks like
795: xsltFreeStylesheet leads to memory double-free. If so, it's for
796: sure libxml bug, but we have GC anyway, so we just remove this
797: call and see...
798:
799: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
800: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
801: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
802: abort.c:65:8 frame #3: 0x00000000004da663
803: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
804: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
805: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
806: malloc.c:617:9 frame #5: 0x0000000000577f0c
807: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
808: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
809: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
810: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
811: frame #8: 0x000000000050d35c
812: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
813: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
814: frame #10: 0x00000000004436e5
815: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
816: [inlined]
817: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
818: pa_stylesheet_connection.h:62:3
819:
820: 2020-12-23 moko
821:
822: * src/classes/image.C: ^image::measure[; $.video() ] option added
823:
824: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
825: ^image::measure[; $.video(true) ] added
826:
827: * src/main/pa_exec.C: not cleared automatically in multithreaded
828: httpd mode for unknown reasons
829:
830: 2020-12-22 moko
831:
832: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
833: error_log uri of currently processed document", but never used
834: and conflicts with how libgc stops threads on FreeBSD (#define
835: SIG_SUSPEND SIGUSR1), thus removed.
836:
837: 2020-12-21 moko
838:
839: * src/main/pa_request.C: +comment
840:
1.151 moko 841: 2020-12-20 moko
842:
1.152 moko 843: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
844: it is more safe to have versions of pa_strdup with one and two
845: arguments, as helper_length=0 not always mean that strlen()
846: should be called, but means zero.
847:
848: * src/targets/isapi/parser3isapi.C: minor
849:
850: * src/main/pa_http.C: +valid_http_method
851:
1.151 moko 852: * src/: include/pa_http.h, main/pa_http.C,
853: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
854:
855: 2020-12-17 moko
856:
857: * tests/: 405.html, results/405.processed: test for split by regex
858: added (related to feature #1160)
859:
860: * src/classes/string.C: split by regex implemented (feature #1160)
861:
862: * src/classes/string.C: minor
863:
864: * tests/: 404.html, results/404.processed: test for whitespace
865: string is now OK for table argument (related to feature #1169)
866:
867: * src/: classes/image.C, classes/string.C, classes/table.C,
868: types/pa_vmethod_frame.C: whitespace string is now OK for table
869: argument (as with hash) (implements feature #1169)
870:
871: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
872: limit for comment (fixes bug #1102)
873:
874: * src/targets/cgi/parser3.C: +HAVE_TLS check
875:
876: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
877:
878: * src/include/pa_config_includes.h: HAVE_TLS used
879:
880: * configure.ac: +TLS check
881:
882: * src/main/pa_http.C: content logging added
883:
884: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
885: clear_response_headers added
886:
887: 2020-12-16 moko
888:
889: * buildall: as we now use threads, libatomic_ops still required for
890: some OS.
891:
892: * src/main/pa_request.C: whitespace
893:
894: * src/: include/pa_request.h, main/pa_request.C:
895: Request::Exception_trace::table extracted and used
896:
897: * src/main/pa_request.C: moving output_result call outside of try
898: as network exceptions should not be handled by parser code
899:
900: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
901: logging network exchange
902:
903: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
904: via network if it was network write error.
905:
906: * src/targets/cgi/parser3.C: log -> pa_log
907:
908: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
909:
910: * src/main/pa_threads.C: getpid() if no gettid() found
911:
912: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
913: we need to ignore "void" connections from browsers (browsers open
914: connections in advance and they will be empty if user does not
915: request more pages)
916:
917: 2020-12-15 moko
918:
919: * src/targets/cgi/parser3.C: avoid previous uri in logs
920:
921: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
922: RequestController not needed in httpd mode
923:
924: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
925: classes/classes.h, classes/curl.C, classes/date.C,
926: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
927: classes/hashfile.C, classes/image.C, classes/inet.C,
928: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
929: classes/memcached.C, classes/memory.C, classes/op.C,
930: classes/reflection.C, classes/regex.C, classes/response.C,
931: classes/string.C, classes/table.C, classes/void.C,
932: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
933: include/pa_array.h, include/pa_base64.h,
934: include/pa_cache_managers.h, include/pa_charset.h,
935: include/pa_charsets.h, include/pa_common.h,
936: include/pa_config_fixed.h, include/pa_config_includes.h,
937: include/pa_dictionary.h, include/pa_dir.h,
938: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
939: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
940: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
941: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
942: include/pa_request_charsets.h, include/pa_request_info.h,
943: include/pa_sapi.h, include/pa_socks.h,
944: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
945: include/pa_stack.h, include/pa_string.h,
946: include/pa_stylesheet_connection.h,
947: include/pa_stylesheet_manager.h, include/pa_symbols.h,
948: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
949: include/pa_uue.h, include/pa_xml_exception.h,
950: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
951: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
952: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
953: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
954: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
955: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
956: main/compile.tab.C, main/compile.y, main/compile_tools.C,
957: main/compile_tools.h, main/execute.C, main/pa_base64.C,
958: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
959: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
960: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
961: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
962: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
963: main/pa_sql_driver_manager.C, main/pa_string.C,
964: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
965: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
966: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
967: main/untaint.C, sql/pa_sql_driver.h,
968: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
969: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
970: targets/isapi/parser3isapi.C, types/pa_junction.h,
971: types/pa_method.h, types/pa_property.h, types/pa_value.C,
972: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
973: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
974: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
975: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
976: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
977: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
978: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
979: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
980: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
981: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
982: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
983: types/pa_vmemory.h, types/pa_vmethod_frame.C,
984: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
985: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
986: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
987: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
988: types/pa_vstateless_object.h, types/pa_vstatus.C,
989: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
990: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
991: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
992: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
993: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
994:
995: * src/main/pa_request.C: old compilers support
996:
997: * tests/: 362.html, results/362.processed: test updated after
998: changes after upgrade to libxml2-2.9.9 were made (related to bug
999: #1108)
1000:
1001: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1002: removed, as xsltFreeStylesheet has side effects on original doc.
1003: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1004: not updated after xdoc modification (part 3 of test 362).
1005: (related to bug #1108)
1006:
1007: * src/targets/isapi/parser3isapi.C: +pa_strcat
1008:
1009: * src/: classes/memory.C, include/pa_memory.h,
1010: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1011: PA_GC_GCOLLECT used
1012:
1013: * src/include/pa_memory.h: +PA_GC_COLLECT
1014:
1015: * src/targets/cgi/parser3.C: msvs support fixes
1016:
1017: * src/lib/gc/include/gc.h: more cleanup
1018:
1019: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1020:
1021: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1022: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1023:
1024: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1025:
1026: * configure.ac: pthread.h added to checked headers
1027:
1028: * src/classes/table.C: string stream is back :)
1029:
1030: * src/classes/memory.C: GC_generate_random_backtrace no longer
1031: exists
1032:
1033: * src/main/pa_globals.C: GC_dont_gc replaced
1034:
1035: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1036: left to simplify adding new functions. depricated GC_dont_gc
1037: replaced with GC_disable and GC_enable calls.
1038:
1039: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1040: CORD_from_file* not used and thus removed
1041:
1042: * src/lib/gc/include/gc_allocator.h: minor cleanup
1043:
1044: 2020-12-14 moko
1045:
1046: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1047: referenced elsewhere, or GC will collect it.
1048:
1049: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1050: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1051: elsewhere, or GC will collect them (and we'll get GPF in
1052: multithreaded enviroment). May be it can be also fixed by some
1053: GC call, not sure. But this fix costs nothing (but hours of
1054: debugging to find the issue :).
1055:
1.150 moko 1056: 2020-12-11 moko
1057:
1058: * configure.ac: gettid() check added
1059:
1060: * src/main/pa_threads.C: HAVE_GETTID used
1061:
1062: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1063:
1064: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1065: version for isapi/cgi/apache
1066:
1067: * buildall: threads are now required.
1068:
1069: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1070: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1071: main/main.vcproj: pa_threads.C moved to main
1072:
1073: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1074: isapi/pa_threads.C: pa_threads.C moved to main
1075:
1076: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1077: targets/apache/Makefile.am: pa_threads.C moved to main
1078:
1079: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1080:
1081: * src/: include/pa_stylesheet_connection.h,
1082: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1083: and weird GPF in multithreaded httpd is gone
1084:
1085: * src/include/: pa_stylesheet_connection.h,
1086: pa_sql_driver_manager.h: whitespace
1087:
1088: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1089:
1090: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1091: main/pa_stylesheet_manager.C: whitespace, warning war
1092:
1093: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1094: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1095: parser_multithreaded never used
1096:
1097: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1098:
1099: 2020-12-10 moko
1100:
1101: * src/: include/pa_config_includes.h, include/pa_http.h,
1102: main/pa_http.C, targets/cgi/parser3.C: initial support for
1103: MULTITHREADED and PARALLEL httpd server modes
1104:
1105: * src/main/pa_globals.C: GC_java_finalization is depricated
1106:
1107: 2020-12-09 moko
1108:
1109: * etc/auto.p.in: + @httpd-main
1110:
1111: * src/: include/pa_common.h, main/pa_request.C,
1112: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1113: work
1114:
1115: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1116: slow file_read_binary no longer used, send_range added
1117:
1118: 2020-12-08 moko
1119:
1120: * src/main/pa_request.C: >4Gb support
1121:
1122: * src/targets/cgi/parser3.C: msvc warning war
1123:
1124: * src/: include/pa_config_includes.h, main/pa_http.C,
1125: main/pa_request.C: msvc warnings war
1126:
1127: * src/classes/image.C: warning war
1128:
1129: * src/classes/table.C: MSVC warning war
1130:
1131: * src/targets/cgi/parser3.C: msvc warnings war
1132:
1133: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1134: added
1135:
1.149 moko 1136: 2020-12-07 moko
1137:
1.150 moko 1138: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1139: avoid logging beside system-wide auto.p
1140:
1141: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1142:
1143: * configure, configure.ac, src/include/pa_config_auto.h.in:
1144: configure options added:
1145:
1146: --with-system-cfg=FILE to specify system-wide auto.p
1147: --with-system-log=FILE to specify system-wide parser3.log
1148:
1149: * Makefile.am: bin no longer exists
1150:
1151: * configure, configure.ac: auto.p moved to etc to simplify debian
1152: package
1153:
1154: * buildall: auto.p and parser3.charsets moved to their default
1155: location after install
1156:
1157: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1158:
1159: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1160:
1.149 moko 1161: * src/targets/cgi/parser3.C: locate_config call returned to
1162: original place as it requires pa_thread_request() under Windows
1163:
1164: * src/targets/cgi/parser3.C: renaming
1165:
1166: 2020-12-06 moko
1167:
1168: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1169: check added
1170:
1171: 2020-12-04 moko
1172:
1173: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1174: main/pa_request.C: unified uint64_t lseek implemented to support
1175: >4Gb files under x86, including Windows
1176:
1177: 2020-12-02 moko
1178:
1179: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1180: with max_file_size
1181:
1182: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1183: support for processing files sized >4Gb on 32 bit planforms
1184:
1185: * tests/399.html: file moved
1186:
1187: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1188:
1189: * src/targets/cgi/pa_sapi_info.h: warning war
1190:
1191: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1192: warning war
1193:
1194: 2020-12-01 moko
1195:
1196: * src/classes/image.C: mp4 extended size (>4Gb) support added
1197:
1198: * src/classes/image.C: for "size not found" exception to be shown
1199: if size not found until eof
1200:
1201: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1202: bit linux)
1203:
1204: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1205: #1188)
1206:
1207: 2020-11-30 moko
1208:
1209: * src/classes/image.C: definitions moved closer to code
1210:
1211: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1212: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1213: 395_dir/3_VP8X.webp, results/395.processed,
1214: results/396.processed: tests for ^image::measure[] .webp support
1215: added, all image files moved into one directory (related to
1216: feature #1188)
1217:
1218: * src/classes/image.C: ^image::measure[] now supports webp (feature
1219: #1188)
1220:
1.148 moko 1221: 2020-11-29 moko
1222:
1223: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1224: processing, unnessesary defines removed
1225:
1226: 2020-11-24 moko
1227:
1228: * tests/results/: 099.processed, 100.processed, 205.processed,
1229: 309.processed, 310.processed: Content-Disposition: inline
1230: returned
1231:
1232: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1233: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1234: ] added (related to bug #1204)
1235:
1236: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1237: ] supported to avoid Content-Disposition: inline;
1238: filename="<file>.ext" but still set Content-Type for ext (related
1239: to bug #1204)
1240:
1.147 moko 1241: 2020-11-22 moko
1242:
1243: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1244: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1245:
1246: * src/main/pa_request.C: content_disposition_inline returned.
1247:
1248: 2020-11-17 moko
1249:
1250: * src/main/pa_request.C: empty main method name support
1251:
1252: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1253: config_handler added, stdout flush added.
1254:
1255: 2020-11-16 moko
1256:
1257: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1258:
1259: * tests/results/: 099.processed, 205.processed, 237.processed,
1260: 309.processed, 310.processed: Content-Disposition: inline is not
1261: required and should not contain filename="<name>"
1262:
1263: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1264: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1265: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1266:
1.146 moko 1267: 2020-11-14 moko
1268:
1269: * src/targets/cgi/parser3.C: spelling
1270:
1271: * src/targets/cgi/parser3.C: renaming
1272:
1273: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1274: relocated
1275:
1276: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1277: before request processing, which is weired
1278:
1279: 2020-11-13 moko
1280:
1281: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1282: copied in httpd.
1283:
1284: 2020-11-12 moko
1285:
1286: * src/main/pa_http.C: ALARM code unified to be used in httpd
1287:
1288: * src/: include/pa_request.h, main/pa_request.C,
1289: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1290:
1291: * src/main/pa_http.C: URI validation added
1292:
1293: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1294: can't be empty but can be null. httpd-main is now main method
1295: name for httpd mode
1296:
1297: 2020-11-11 moko
1298:
1299: * src/main/pa_request.C: path_translated can be null in httpd mode
1300:
1301: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1302: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1303: classes/xdoc.C, include/pa_request.h, main/execute.C,
1304: main/pa_request.C: r.absolute -> r.full_disk_path
1305:
1306: * src/targets/cgi/parser3.C: if filename to process is not
1307: specified, auto.p should be present.
1308:
1.145 moko 1309: 2020-11-03 moko
1310:
1311: * src/: classes/op.C, include/pa_request.h: unused argument removed
1312:
1313: * src/main/pa_request.C: content_disposition_inline is the default,
1314: not required.
1315:
1.144 moko 1316: 2020-10-29 moko
1317:
1318: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1319: ^use[file; $.main(true) ] implemented for auto.p processing and
1320: path_translated changing to correct relative files path
1321: calculation in httpd mode
1322:
1323: * src/: include/pa_request.h, main/pa_request.C:
1324: fail_on_read_problem removed, as it allways true, as if should
1325: be.
1326:
1327: * src/: include/pa_request.h, main/pa_request.C,
1328: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1329: targets/isapi/parser3isapi.C: clearing config_filespec when
1330: config was not found, thus flag not required and removed.
1331:
1332: 2020-10-28 moko
1333:
1334: * tests/: 402.html, results/402.processed: error reporting test
1335:
1336: * src/main/execute.C: better error reporting when
1337: $result[^hash::create[]] in @main.
1338:
1339: * src/main/: execute.C, pa_request.C: frame.result() should be used
1340: + minor optimization
1341:
1342: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1343: main/pa_xml_io.C: execute_*_method simplified and unified
1344:
1345: 2020-10-27 moko
1346:
1347: * tests/: 306.html, results/306.processed: a bit more testing. :)
1348:
1349: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1350: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1351: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1352: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1353: types/pa_vmethod_frame.h, types/pa_vobject.C,
1354: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1355: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1356: longer used in object-prototype mode
1357:
1358: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1359: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1360: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1361: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1362: $form:name[value] features
1363:
1.143 moko 1364: 2020-10-18 moko
1365:
1366: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1367:
1368: 2020-10-15 moko
1369:
1370: * src/main/pa_http.C: url no longer needed as
1371: ALTER_EXCEPTION_SOURCE is used
1372:
1373: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1374: main/pa_http.C: check_file_size filespec is now optional
1375:
1376: * src/: classes/curl.C, include/pa_exception.h,
1377: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1378: ALTER_EXCEPTION_COMMENT added for better error reporting
1379:
1380: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1381: results/346-curl.processed, results/379-curl.processed,
1382: results/379.processed: test results updated as load now provides
1383: better error reporting + curl responses updated
1384:
1385: 2020-10-14 moko
1386:
1387: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1388: main/pa_string.C, targets/apache/mod_parser3_core.C,
1389: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1390: checked. 10 is now default base, no hex autodetect by default
1391:
1392: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1393: connection socket closing in destructor + accept exception
1394: handling
1395:
1396: * src/targets/cgi/parser3.C: warning war
1397:
1398: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1399: main/pa_request.C, targets/apache/mod_parser3_core.C,
1400: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1401: exception handling unified
1402:
1403: 2020-10-13 moko
1404:
1405: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1406: autodetection
1407:
1408: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1409:
1410: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1411:
1412: * src/main/pa_http.C: warning war
1413:
1.142 moko 1414: 2020-10-12 moko
1415:
1.143 moko 1416: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1417: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1418: unhandled exception code optimization
1419:
1420: * src/targets/cgi/parser3.C: request_info now global variable
1421:
1422: * src/main/pa_http.C: http_read_response moved to HTTP_response
1423: class
1424:
1425: * src/: include/pa_http.h, main/pa_http.C,
1426: targets/cgi/pa_sapi_info.h: read_post implemented
1427:
1.142 moko 1428: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1429: [host:]port syntax support in httpd mode
1430:
1431: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1432: targets/cgi/parser3.C: populate_env added
1433:
1434: * src/include/pa_hash.h: to make get(char *) compiling in
1435: HashStringString
1436:
1437: 2020-10-10 moko
1438:
1439: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1440: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1441:
1442: * src/: include/pa_http.h, include/pa_request_info.h,
1443: main/pa_http.C, main/pa_string.C,
1444: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1445: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1446: types/pa_vrequest.C: initial httpd mode implementation
1447:
1.141 moko 1448: 2020-10-04 moko
1449:
1450: * src/targets/cgi/parser3.C: options together
1451:
1452: 2020-09-30 moko
1453:
1454: * src/main/pa_http.C: renamed
1455:
1.140 moko 1456: 2020-08-14 moko
1457:
1458: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1459: src/targets/cgi/Makefile.am: no httpd as separate library
1460:
1461: 2020-08-13 moko
1462:
1463: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1464: unhandled exception handler to report 500 instead of 200 it was
1465: before.
1466:
1467: * src/targets/apache/mod_parser3_core.C: minor cleanup
1468:
1469: * src/: include/pa_sapi.h, main/untaint.C,
1470: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1471: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1472: thus replaced with SAPI::die and removed
1473:
1474: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1475: cgi/parser3.C: whitespace
1476:
1477: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1478:
1479: 2020-08-12 moko
1480:
1481: * src/targets/cgi/parser3.C: duplicate info in signal logging
1482: removed, whitespace was: SIGPIPE received while executing code.
1483: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1484: cl=0]
1485:
1486: * parser3.sln: + httpd.vcproj
1487:
1488: 2020-08-11 moko
1489:
1490: * src/targets/cgi/Makefile.am: +libhttpd
1491:
1492: * configure.ac, src/lib/Makefile.am: +libhttpd
1493:
1.139 moko 1494: 2020-07-13 moko
1495:
1496: * tests/: 401.html, results/401.processed: test for hash key does
1497: not keep language, but tainted in foreach.
1498:
1.138 moko 1499: 2020-07-01 moko
1500:
1501: * tests/: 235.html, results/235.processed: test result updated as
1502: messages before attachments implemented (feature #1176)
1503:
1.137 moko 1504: 2020-06-27 moko
1505:
1506: * tests/: 400.html, results/400.processed: test updated to check
1507: ^return{code}
1508:
1509: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1510: fixed
1511:
1512: 2020-06-26 moko
1513:
1514: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1515: added (related to https://www.parser.ru/forum/?id=85319)
1516:
1517: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1518: when $result assignment was last statement in the method
1519: (https://www.parser.ru/forum/?id=85319)
1520:
1.136 moko 1521: 2020-05-23 moko
1522:
1523: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1524: whitespace, unused level removed
1525:
1526: 2020-05-19 moko
1527:
1528: * src/types/pa_vmail.C: whitespace
1529:
1530: * src/types/pa_vmail.C: files should be processed last (related to
1531: feature #1176)
1532:
1.135 moko 1533: 2020-05-12 moko
1534:
1535: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1536: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1537:
1538: * configure.ac: FreeBSD1X.X check added to avoid
1539: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1540:
1.134 moko 1541: 2020-02-26 moko
1542:
1543: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1544: compilation issue (related to bug #1201)
1545:
1546: * src/main/pa_common.C: entry_readable -> entry_exists,
1547: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1548: -f and -d now works under Windows in UTF-8 with Russian
1549: filenames.
1550:
1551: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1552: advice (related to feature #1199)
1553:
1554: 2020-02-25 moko
1555:
1556: * buildall: --silent removed
1557:
1558: * configure.ac: gmime-3.0 support
1559:
1560: * buildall: --with-system-mailreceive option added to build with
1561: system libgmime
1562:
1563: * src/types/pa_vmail.C: avoiding
1564: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1565: to feature #1199)
1566:
1.133 moko 1567: 2020-02-18 moko
1568:
1569: * src/classes/op.C: windows x64 debug mode compile fix
1570:
1571: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1572: change (releated to feature #1200)
1573:
1574: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1575: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1576: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1577: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1578: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1579: targets/apache/ApacheModuleParser3.vcproj,
1580: targets/apache/ApacheModuleParser3Core.vcproj,
1581: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1582: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1583: dependency (related to feature #1200)
1584:
1.132 moko 1585: 2020-02-12 moko
1586:
1587: * src/types/pa_vmail.C: minimize diff
1588:
1589: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1590: #1199)
1591:
1.131 moko 1592: 2020-01-18 moko
1593:
1594: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1595:
1.130 moko 1596: 2019-12-28 moko
1597:
1598: * src/targets/cgi/parser3.C: avoid empty ?
1599:
1600: 2019-12-27 moko
1601:
1602: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1603: DOCUMENT_ROOT (related to feature #1164)
1604:
1605: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1606: fcgiwrap setup (implements feature #1164)
1607:
1608: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1609: but no issues found (related to feature #1164)
1610:
1611: * src/targets/cgi/parser3.C: actualized
1612:
1613: 2019-12-26 moko
1614:
1615: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1616: removed
1617:
1618: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1619: removed
1620:
1621: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1622: allocation errors, we don't want default gc warnings (without
1623: timestamp and URI).
1624:
1625: * src/: classes/memory.C, main/pa_globals.C,
1626: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1627: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1628: pa_globals_init
1629:
1630: * src/main/pa_globals.C: setup_hex_value() removed, static array
1631: initialization used (optimization)
1632:
1633: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1634: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1635: pa_socks_init/pa_socks_done moved inside pa_globals_init
1636: (optimization)
1637:
1.129 moko 1638: 2019-12-09 moko
1639:
1640: * src/include/pa_config_fixed.h: warning war
1641:
1.128 moko 1642: 2019-12-08 moko
1643:
1644: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1645: process grammar under Unix.
1646:
1647: 2019-12-07 moko
1648:
1649: * tests/389.html: For Windows XP. :)
1650:
1651: * tests/388-sql.html: Windows compatibility added
1652:
1653: 2019-12-06 moko
1654:
1655: * src/targets/cgi/parser3.C: warning war
1656:
1657: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1658: == sizeof(CORD)) to avoid aligning bugs in future
1659:
1660: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1661: XML_STATIC
1662:
1663: * src/include/pa_request.h: StackItem() not required
1664:
1665: * src/include/pa_stack.h: warning war
1666:
1667: * src/include/pa_config_includes.h: GCC warning silenced
1668:
1669: * src/include/pa_memory.h: warning war: the program should also
1670: define 'void operator delete [](void*, std::size_t)'
1671: [-Wsized-deallocation]
1672:
1673: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1674:
1675: * src/classes/string.C: not reqired cast removed
1676:
1677: * src/classes/string.C: not reqired cast removed
1678:
1679: 2019-12-05 moko
1680:
1681: * src/lib/sdbm/pa_file_io.C: warning war
1682:
1683: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1684: enum Language : size_t - required for VS2015+ to make
1685: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1686: without it (related to feature #1198)
1687:
1688: 2019-12-04 moko
1689:
1690: * src/main/pa_base64.C: unsigned char -> uchar
1691:
1692: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1693: as other libs
1694:
1695: * src/include/pa_version.h: +amd64
1696:
1697: 2019-12-03 moko
1698:
1699: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1700: release
1701:
1702: * src/include/pa_config_includes.h: warning war
1703:
1704: * src/classes/image.C: warning war
1705:
1706: * src/main/pa_globals.C: x64 libs support
1707:
1708: * src/include/pa_config_includes.h: warning war
1709:
1710: * src/types/pa_method.h: warning war
1711:
1.127 moko 1712: 2019-11-28 moko
1713:
1714: * src/classes/math.C: vs2003 compatibility + warning war
1715:
1716: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1717: libxml2-2.9.9 (related to feature #1136)
1718:
1719: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1720: typecast for more compatibility (related to feature #1136)
1721:
1722: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1723: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1724: feature #1136)
1725:
1726: 2019-11-26 moko
1727:
1728: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1729: removed (it was failing in $$var case), condition added
1730:
1.126 moko 1731: 2019-11-25 moko
1732:
1733: * tests/: 397.html, 399.html, results/141.processed,
1734: results/399.processed: base64 options tested
1735:
1736: * src/: classes/math.C, main/pa_http.C: base64 options used
1737:
1738: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1739: implemented (feature #986)
1740:
1741: * src/main/pa_cache_managers.C: whitespace
1742:
1743: * tests/: 397.html, 399.html, results/399.processed: tests for
1744: ^base64 encode options added (related to feature #986)
1745:
1746: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1747: pa_base64_encode(file) removed - more memory, but faster and less
1748: code (related fo feature #986)
1749:
1750: 2019-11-24 moko
1751:
1752: * tests/: 155.html, results/155.processed: limit and offset in
1753: ^table::load[] now supported, thus test added
1754:
1755: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1756: main/pa_common.C: optimization: offset and limit options parsing
1757: moved inside file_load.
1758:
1759: 2019-11-23 moko
1760:
1761: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1762: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1763: optimization: file_read replaced with simplified file_read_binary
1764:
1765: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1766: types/pa_vform.C: whitespace
1767:
1768: * src/: include/pa_common.h, main/pa_common.C: never used params
1769: removed
1770:
1771: 2019-11-21 moko
1772:
1773: * tests/: 193.html, results/193.processed, results/389.processed:
1774: test results updated as now base64 does not discard tail without
1775: padding (related to feature #986)
1776:
1777: 2019-11-20 moko
1778:
1779: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1780: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1781: pa_base64_decode (related to feature #986)
1782:
1783: * tests/398.html: tests for base64 decode added (related to feature
1784: #986)
1785:
1786: * src/main/pa_base64.C: base64_decode rewritten - padding option
1787: support, padding inside base 64 supported (related to feature
1788: #096)
1789:
1790: 2019-11-19 moko
1791:
1792: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1793: FreeBSD 12
1794:
1.125 moko 1795: 2019-11-16 moko
1796:
1797: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1798: support added, step support removed (related to #986)
1799:
1800: 2019-11-15 moko
1801:
1802: * src/classes/math.C: using log since log2 is not present on
1803: FreeBSD < 8.4 (related to feature #1177)
1804:
1805: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1806: pa_base64_size extracted and used for files as well (related to
1807: feature 986)
1808:
1809: 2019-11-14 moko
1810:
1811: * tests/: 397.html, results/397.processed: + content check
1812:
1813: * tests/: 141.html, results/141.processed: make test resuls more
1814: readable
1815:
1816: * tests/: 397.html, results/193.processed, results/397.processed:
1817: test results updated after \x00 character was disabled in
1818: math:convert string mode (related to feature #1177)
1819:
1820: * src/classes/: math.C, string.C: \\x00 character disabled while
1821: converting to string (as in base64, related to feature #1177)
1822:
1823: * src/classes/file.C: more correct arguments separation
1824:
1825: * src/: classes/file.C, classes/math.C, classes/string.C,
1826: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1827: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1828: options added, but not yet implemented (related to feature #986)
1829:
1830: * src/classes/math.C: whitespace
1831:
1832: 2019-11-13 moko
1833:
1834: * tests/: 397.html, results/397.processed: +tainting test (related
1835: to feature #1177)
1836:
1837: * src/classes/math.C: as we now produce not only digits, result
1838: should be tainted (related to feature #1177)
1839:
1840: * src/main/pa_base64.C: whitespace
1841:
1842: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1843: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1844: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1845: implementation moved from pa_common.h and pa_common.C
1846:
1847: 2019-11-12 moko
1848:
1849: * tests/: 275.html, results/275.processed: out of range test fixed,
1850: as ^math:convert now supports arbitrary precision
1851:
1852: 2019-11-11 moko
1853:
1854: * tests/results/389.processed: uctualized error message
1855:
1856: * tests/: 389.html, 397.html, results/397.processed: tests for
1857: ^math:convert added (related to feature #1177)
1858:
1859: * src/classes/math.C: ^math:convert now supports arbitrary
1860: precision, alphabet support added (implements feature #1177)
1861:
1.124 moko 1862: 2019-11-06 moko
1863:
1864: * tests/: 181.html, results/181.processed: entities usage added,
1865: more entites load tests (related to bug #842 discussion)
1866:
1867: 2019-11-05 moko
1868:
1869: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1870: call from xmlFileOpen if http://localhost/<file> was not found
1871: (related to bug #842)
1872:
1873: * src/main/pa_xml_io.C: rename
1874:
1875: * src/main/pa_xml_io.C: +MemoryStream constructor
1876:
1877: * src/main/pa_xml_io.C: whitespace
1878:
1.123 moko 1879: 2019-10-31 moko
1880:
1881: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1882: XML_PARSE_NOENT) added to fix entities load, (related to feature
1883: #1181)
1884:
1.122 moko 1885: 2019-10-25 moko
1886:
1887: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1888: queries tests
1889:
1890: 2019-10-24 moko
1891:
1892: * tests/: 388-sql.html, results/388-sql.processed: support for
1893: pgsql driver test
1894:
1895: * tests/: 388-sql.html, results/388-sql.processed:
1896: multi_statements=1 now tested, mysql test now supported
1897: (connection must be specified in [parser3] section in .my.cnf)
1898: related to issues #1195 and #1194
1899:
1.121 moko 1900: 2019-09-11 moko
1901:
1902: * src/classes/int.C: whitespace
1903:
1904: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1905: exception test
1906:
1907: * tests/results/388-sql.processed: sql queries now shown (related
1908: to feature #1196)
1909:
1910: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1911: with old parser versions.
1912:
1913: * src/: classes/file.C, classes/hash.C, classes/string.C,
1914: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1915: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1916: instead of connect string in query_event_handlers exceptions
1917: (implements feature #1196)
1918:
1.120 moko 1919: 2019-09-06 moko
1920:
1921: * tests/388-sql.html: mysql compat
1922:
1923: * src/: classes/hash.C, classes/string.C, classes/table.C,
1924: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1925: sql_ variables declaration moved to pa_common.h
1926:
1.116 moko 1927: 2019-01-15 moko
1928:
1929: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1930: logically sorted
1931:
1932: 2018-12-27 moko
1933:
1934: * src/include/pa_config_includes.h: warning war:
1935: -Wdeprecated-register added for C++ 17
1936:
1937: 2018-10-15 moko
1938:
1939: * configure.ac: FreeBSD 11.2 can be build with ./configure
1940: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1941: --with-xml=/usr/local/
1942:
1943: 2018-09-24 moko
1944:
1945: * tests/: 396.html, 396.tiff, results/396.processed: test for
1946: ^image::measure[] now supports tiff added (related to feature
1947: #1188)
1948:
1949: * src/classes/image.C: ^image::measure[] now supports tiff
1950: (implements feature #1188)
1951:
1952: 2018-09-20 moko
1953:
1954: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1955: files measure added (related to ticket #1188)
1956:
1957: * src/classes/image.C: measure of bmp files implemented (related to
1958: ticket #1188)
1959:
1960: 2018-09-18 moko
1961:
1962: * tests/: 394-curl.html, results/394-curl.processed,
1963: results/auto.p: test for bug #1187 (max_file_size check for head
1964: requests) added
1965:
1966: 2018-08-24 moko
1967:
1968: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1969: response content-length check is required (fixes bug #1187)
1970:
1971: 2018-05-11 moko
1972:
1973: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1974: $.append(bool) ] option added (related to feature #919)
1975:
1976: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1977: from misha@ patch (implements feature #919)
1978:
1979: 2018-03-22 moko
1980:
1981: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1982: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1983: with 128kb buffer. Now works at least 12 times faster. :) May be
1984: Windows-only problem.
1985:
1986: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1987: build fix)
1988:
1989: 2018-02-03 moko
1990:
1991: * src/main/execute.C: removes irrelevant lines from exception stack
1992: trace when exceptions occurs in assigment (fixes bug #1165)
1993:
1994: * tests/: 393.html, results/393.processed: test for behavour after
1995: "Property can not be created, already exists field with that
1996: name" exception removed (related to feature #1183)
1997:
1998: * src/types/pa_vclass.C: "Property can not be created, already
1999: exists field with that name" exception removed (implements
2000: feature #1183)
2001:
2002: 2018-01-19 moko
2003:
2004: * src/classes/string.C: whitespace
2005:
2006: * src/classes/string.C: whitespace
2007:
2008: * tests/: 392.html, results/392.processed: test for
2009: ^regex::create[$regex] added (related to feature #1135)
2010:
2011: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2012: ^regex::create[$regex] added (implements feature #1135)
2013:
2014: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2015: commented define added (related to feature #1157)
2016:
2017: 2018-01-17 moko
2018:
2019: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2020:
2021: 2018-01-15 moko
2022:
2023: * tests/: 390.html, results/390.processed: real path replaced by
2024: stub
2025:
2026: * tests/: 391.html, results/391.processed: test for feature #1181
2027: (XML_PARSE_HUGE exception) added
2028:
2029: 2018-01-11 moko
2030:
2031: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2032: XML_PARSE_HUGE option passed by default (implements feature
2033: #1181)
2034:
2035: * src/classes/string.C: whitespace
2036:
2037: 2017-12-10 moko
2038:
2039: * tests/: 389.html, 390.html, results/389.processed,
2040: results/390.processed: image code coverage tests added (related
2041: to feature #1125)
2042:
2043: 2017-12-08 moko
2044:
2045: * tests/: 346-curl.html, 388-sql.html, 389.html,
2046: results/346-curl.processed, results/388-sql.processed,
2047: results/389.processed: more code coverage tests
2048:
2049: * tests/: 264.html, results/264.processed: code coverage for
2050: ^file::exec[]
2051:
2052: 2017-12-07 moko
2053:
2054: * tests/: 174.html, 388-sql.html, 389.html,
2055: results/388-sql.processed, results/389.processed,
2056: results/174.processed: more coverage tests
2057:
2058: * src/classes/math.C: exception text actualized
2059:
2060: 2017-12-06 moko
2061:
2062: * tests/388-sql.html: $SQL can be here
2063:
2064: * tests/results/auto.p: $SQL not required here
2065:
2066: * tests/: 388-sql.html, 389.html, Makefile,
2067: results/388-sql.processed, results/389.processed, results/auto.p:
2068: code coverage tests for sql (using sqlite) and int/double/bool
2069: added (related to feature #1125)
2070:
2071: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2072: lib/json/json.vcproj, lib/md5/md5.vcproj,
2073: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2074: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2075: targets/apache/ApacheModuleParser3Core.vcproj,
2076: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2077: types/types.vcproj: gc\include no longer required
2078:
2079: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2080: required
2081:
2082: * src/: classes/Makefile.am, classes/table.C,
2083: include/pa_config_includes.h, include/pa_string.h,
2084: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2085: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2086: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2087: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2088: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2089: used, we now include it directly
2090:
2091: 2017-12-04 moko
2092:
2093: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2094: memcached/memcached.vcproj, punycode/punycode.vcproj,
2095: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2096: where required
2097:
2098: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2099: now can be used to trace memory allocations
2100:
2101: * src/: classes/table.C, include/pa_config_includes.h,
2102: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2103: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2104: method removes, libcord also can work without libgc
2105:
2106: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2107:
2108: 2017-11-29 moko
2109:
2110: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2111: are not present (related to feature #1173)
2112:
2113: * tests/346-curl.html: test updated to test curl content-length bug
2114: (related to feature #1173)
2115:
2116: * tests/results/346-curl.processed: more test for content-length
2117: curl bug (related to feature #1173)
2118:
2119: * tests/results/346-curl.processed: test results updated after
2120: #1173 implemented
2121:
2122: 2017-11-28 moko
2123:
2124: * src/classes/curl.C: another libcurl Content-length bug walkaround
2125: (related to feature #1173)
2126:
2127: 2017-11-27 moko
2128:
2129: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2130: $.http_version[version string] added (implements feature #1173),
2131: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2132: where $post(true) bug existed.
2133:
2134: 2017-11-18 moko
2135:
2136: * src/include/pa_memory.h: warning war (related to feature #1170)
2137:
2138: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2139: feature #1170)
2140:
2141: 2017-11-17 moko
2142:
2143: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2144: std::basic_stringstream used in ^table.csv-string[] is compatible
2145: with delete usage check only under Debian 9 (related to feature
2146: #1170)
2147:
2148: 2017-11-16 moko
2149:
2150: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2151: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2152: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2153: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2154: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2155: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2156: stubs defend from accidental use (implements feature #1170)
2157:
2158: 2017-06-24 moko
2159:
2160: * configure.ac: minor fix: thanks to alx@
2161:
1.115 moko 2162: 2017-05-29 moko
2163:
2164: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2165: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2166: added to avoid cutting of UTF-8 chars (fixed bug #123)
2167:
2168: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2169: ignored, =?UTF-8?Q?= should start in case of leading space
2170: (related to bug #123)
2171:
2172: * buildall: echo -n -> printf for OS X. :)
2173:
2174: 2017-05-25 moko
2175:
2176: * tests/: 288.html, results/288.processed: test updated afted
2177: setting $o.prop without setter exception removed (related to
2178: feature #1157)
2179:
2180: * src/types/pa_vclass.C: no more "this property has no setter
2181: method" when setting $o.prop without setter (implements feature
2182: #1157)
2183:
2184: * buildall: echo \c -> echo -n for FreeBSD
2185:
2186: * configure, configure.ac, src/include/pa_config_auto.h.in,
2187: src/types/pa_vdouble.h: isfinite now checked in configure
2188:
2189: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2190: upgraded to automake 1.15
2191:
2192: 2017-05-23 moko
2193:
2194: * src/types/pa_vdouble.h: finite returned where isfinite not
2195: defined
2196:
2197: 2017-05-22 moko
2198:
2199: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2200:
2201: * buildall: extern CFLAGS setting support
2202:
2203: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2204:
2205: * buildall: http -> https
2206:
2207: * buildall: gc-7.2f -> gc-7.6.0
2208:
2209: 2017-05-20 moko
2210:
2211: * buildall: https, pcre, xml, xslt updated to current versions
2212: (related to feature #1136)
2213:
2214: 2017-05-19 moko
2215:
2216: * tests/097.html: after parser.ru moved to https
2217:
2218: 2017-05-17 moko
2219:
2220: * tests/results/: 175.processed, 372.processed: tests resuls
2221: updated after lintian spelling typos fixed (related to bug #1156)
2222:
2223: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2224: classes/string.C, classes/table.C, main/pa_charset.C,
2225: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2226: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2227: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2228:
2229: * tests/results/096.processed: +XMP
2230:
2231: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2232: $.xmp(true) options tested (test for feature #1154)
2233:
2234: * src/classes/image.C: ^image:measure[] options $.exif(false)
2235: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2236: fetched by default! (implements feature #1154)
2237:
2238: 2017-05-16 moko
2239:
2240: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2241: allowed (related to feature #1154)
2242:
2243: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2244: initial XMP implementation - without options and transcode
2245: (related to feature #1154)
2246:
2247: 2017-05-12 moko
2248:
2249: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2250: image: exif moved to ffields, skipped in ^image.html[] where
2251: iterators now used (preparation for feature #1154)
2252:
2253: 2017-05-05 moko
2254:
2255: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2256: results/387.processed: test for circular class inheritance check
2257: added (related to bug #1150)
2258:
2259: * src/types/pa_vstateless_class.C: circular class inheritance check
2260: added (fixes endless add_derived bug #1150)
2261:
2262: 2017-05-04 moko
2263:
2264: * tests/: 386.html, results/386.processed: test for
2265: $table.value(number) added (related to feature #1152)
2266:
2267: * src/types/pa_vtable.C: table put_element: column value must be
2268: string - > column value must be string compatible to allow
2269: $t.value(1) (implements feature #1152)
2270:
2271: 2017-05-03 moko
2272:
2273: * src/main/pa_request.C: $use[$method] is not possible, reverting
2274: (related to feature #1151)
2275:
2276: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2277: not possible, removing test (related to feature #1151)
2278:
2279: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2280: get_element_method added and used to allow $use[$method] and
2281: $autouse[$method] (implements feature 1151)
2282:
2283: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2284: variable added (related to feature #1151)
2285:
2286: * tests/results/226.processed: actualized after ^try-catch used
2287:
2288: * tests/: 226.html, 385.html, results/385.processed: test for
2289: @autouse in variable added
2290:
2291: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2292:
1.114 moko 2293: 2017-02-27 moko
2294:
2295: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2296:
1.113 moko 2297: 2017-02-20 moko
2298:
2299: * operators.txt: actualization + beauty
2300:
2301: 2017-02-16 moko
2302:
2303: * tests/: 384.html, results/384.processed: test for
2304: ^reflection:mixin[; $.name[] ] option added (related to feature
2305: #1089)
2306:
2307: * tests/: 384.html, results/384.processed: test for
2308: ^reflection:mixin[] added (related to feature #1089)
2309:
2310: * src/types/pa_value.h: warning war: virtual ~Value() added
2311:
1.112 moko 2312: 2017-02-15 moko
2313:
2314: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2315: fixed
2316:
2317: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2318: test added (related to feature #1069)
2319:
2320: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2321: compilation without HASH_ORDER fixed
2322:
2323: * src/: classes/reflection.C, include/pa_hash.h:
2324: $.reverse(true/false) added to ^reflection:methods[] (related to
2325: feature #1069)
2326:
2327: 2017-02-14 moko
2328:
2329: * tests/: 152.html, results/152.processed: test for $._default hash
2330: added (related to bug #1131)
2331:
2332: * tests/: 277.html, results/277.processed: test for hash with only
2333: $._default is now defined (related to bug #1131)
2334:
2335: * src/types/pa_vhash.h: hash with only $._default is now defined
2336: (fixed bug #1131)
2337:
2338: 2017-02-13 moko
2339:
2340: * tests/cat-windows.sh: cat-windows added (cygwin required)
2341:
2342: * tests/: 171.html, 264.html, 286.html, 370.html,
2343: results/320.processed, results/375.processed, results/auto.p:
2344: cat-windows.sh support added
2345:
2346: * tests/375.html: Windows support
2347:
2348: * tests/270.html: documented
2349:
2350: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2351: (not backslashes) even under Windows (broke test 270)
2352:
2353: 2017-02-12 moko
2354:
2355: * tests/: descript.ion, todo.txt: cleanup
2356:
2357: 2017-02-09 moko
2358:
2359: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2360: run_tests.cmd: Windows compatibility
2361:
2362: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2363: incorrectly (GMT) if parser is called from cygwin
2364:
1.111 moko 2365: 2017-02-08 moko
2366:
1.112 moko 2367: * operators.txt: actualization 15% completed
2368:
2369: * operators.txt: cp1251 -> utf-8
2370:
2371: * NEWS, README: minor update
2372:
2373: * src/include/pa_config_includes.h: warning war continues
2374:
2375: * src/: include/pa_config_includes.h, include/pa_memory.h,
2376: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2377: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2378: gcc 6.x issues fixed
2379:
1.111 moko 2380: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2381: classes/classes.h, classes/curl.C, classes/date.C,
2382: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2383: classes/hashfile.C, classes/image.C, classes/inet.C,
2384: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2385: classes/memcached.C, classes/memory.C, classes/op.C,
2386: classes/reflection.C, classes/regex.C, classes/response.C,
2387: classes/string.C, classes/table.C, classes/void.C,
2388: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2389: include/pa_array.h, include/pa_cache_managers.h,
2390: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2391: include/pa_config_fixed.h, include/pa_config_includes.h,
2392: include/pa_dictionary.h, include/pa_dir.h,
2393: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2394: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2395: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2396: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2397: include/pa_request_charsets.h, include/pa_request_info.h,
2398: include/pa_sapi.h, include/pa_socks.h,
2399: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2400: include/pa_stack.h, include/pa_string.h,
2401: include/pa_stylesheet_connection.h,
2402: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2403: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2404: include/pa_uue.h, include/pa_xml_exception.h,
2405: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2406: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2407: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2408: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2409: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2410: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2411: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2412: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2413: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2414: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2415: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2416: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2417: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2418: main/pa_string.C, main/pa_stylesheet_connection.C,
2419: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2420: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2421: main/untaint.C, sql/pa_sql_driver.h,
2422: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2423: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2424: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2425: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2426: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2427: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2428: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2429: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2430: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2431: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2432: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2433: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2434: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2435: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2436: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2437: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2438: types/pa_vmemcached.h, types/pa_vmemory.h,
2439: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2440: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2441: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2442: types/pa_vresponse.C, types/pa_vresponse.h,
2443: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2444: types/pa_vstateless_object.h, types/pa_vstatus.C,
2445: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2446: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2447: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2448: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2449: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2450: 2015->2017
2451:
1.110 moko 2452: 2017-02-07 moko
2453:
2454: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2455:
2456: 2017-02-06 moko
2457:
2458: * src/main/pa_common.C: minor fixes, whitespace
2459:
2460: * src/: classes/curl.C, classes/file.C, classes/image.C,
2461: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2462: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2463: now used (implements feature #1081)
2464:
2465: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2466:
2467: 2017-02-01 moko
2468:
2469: * src/include/pa_request.h: cleanup
2470:
2471: 2017-01-30 moko
2472:
2473: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2474:
2475: 2017-01-29 moko
2476:
2477: * tests/: 383.html, results/383.processed: test for
2478: ^reflection:stack[] added (related to feature #1052)
2479:
2480: * src/classes/reflection.C: else added
2481:
2482: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2483: $.max_file_lock_wait added (implements feature #1128)
2484:
2485: 2017-01-28 moko
2486:
2487: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2488: body and other cases tests added (related to featue #1014)
2489:
2490: * src/classes/curl.C: bug if response is empty fixed (related to
2491: feature #1014)
2492:
2493: 2017-01-27 moko
2494:
2495: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2496: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2497: added (implements feature #1052)
2498:
2499: 2017-01-25 moko
2500:
2501: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2502: method test added
2503:
2504: 2017-01-23 moko
2505:
2506: * src/classes/reflection.C: optimization: options->get replaced by
2507: hash iterator
2508:
2509: * tests/: 381.html, results/381.processed: now -> fixed date
2510:
2511: * src/main/pa_request.C: warning war
2512:
2513: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2514: 5Mb (fixes bug #1058)
2515:
2516: * src/classes/curl.C: warning war
2517:
2518: * tests/: 381.html, results/381.processed: tests for ^json:string
2519: $.one-line(true) option added (related to feature #1124)
2520:
2521: * src/: classes/json.C, types/pa_value.h: $json-string
2522: $.one-line(true|false) options is now supported (implements
2523: feature #1124)
2524:
2525: * tests/: 380.html, results/380.processed: test for modified
2526: $.max_file_size added (related to bug #1014)
2527:
2528: * tests/: 379.html, results/auto.p: tests for rewritten http file
2529: load added (related to bug #1014)
2530:
2531: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2532: main/pa_common.C, main/pa_http.C: check_file_size added and used
2533: in curl / file load from disk and http, http file load rewritten
2534: (related to bug #1014)
2535:
2536: 2017-01-18 moko
2537:
2538: * tests/: 378.html, results/378.processed: tests for ^result[]
2539: added (related to feature #66)
2540:
2541: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2542: Method::CO_WITHOUT_FRAME as frame still added in expression
2543: (related to feature #66)
2544:
2545: 2017-01-17 moko
2546:
2547: * tests/: 377.html, results/377.processed: test for different
2548: combinations of breaks in body and delimiter (related to bug
2549: #1077)
2550:
2551: * tests/: 376.html, results/376.processed: many ^break[] tests
2552: added (related to bug #1077)
2553:
2554: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2555: passed to native method" exception added to avoid bugs due to
2556: WRITE_EXPR_RESULT skipped and native methods execution continues
2557: after ^break[] (related to bug #1077)
2558:
2559: 2017-01-14 moko
2560:
2561: * tests/: 330.html, results/330.processed: test results updated
2562: after ^break[] bugs where fixed (related to bug #1077)
2563:
2564: * tests/: 329.html, results/329.processed: test results updated
2565: after ^break[] bugs where fixed (related to bug #1077)
2566:
2567: * tests/results/320.processed: ^return[] added
2568:
2569: 2017-01-13 moko
2570:
2571: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2572: classes/table.C, include/pa_request.h, main/execute.C,
2573: main/pa_request.C, targets/cgi/parser3.C,
2574: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2575: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2576: checked after each possible process/execute call (fixes bug
2577: #1077)
2578:
2579: 2016-12-29 moko
2580:
2581: * src/main/pa_common.C: warning war
2582:
2583: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2584: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2585: pa_file_size_limit added, ^math:random fixed for upper limit and
2586: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2587: (related to feature #1014)
2588:
2589: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2590: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2591: (related to feature #1014)
2592:
2593: 2016-12-28 moko
2594:
2595: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2596: warning war
2597:
2598: 2016-12-26 moko
2599:
2600: * tests/: 341.html, results/341.processed: test for
2601: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2602:
2603: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2604: (related to feature #1057)
2605:
2606: * src/types/pa_vdate.C: warning war continues...
2607:
2608: * src/: classes/date.C, classes/image.C, classes/table.C,
2609: include/pa_config_includes.h, types/pa_vfile.C: warning war
2610:
2611: * src/lib/gd/gifio.C: warning war / cleanup
2612:
2613: * src/lib/json/pa_json.C: warning war
2614:
2615: * src/classes/hash.C: warning war
2616:
2617: * src/types/pa_vfile.C: warning war
2618:
2619: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2620: -Wall warning war continues
2621:
2622: * configure.ac: --with-build-warnings actualized
2623:
2624: 2016-12-25 moko
2625:
2626: * src/main/pa_exec.C: -wAll warning war
2627:
2628: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2629: -wAll warning war
2630:
2631: * src/: include/pa_common.h, include/pa_sapi.h,
2632: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2633: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2634: -wAll warning war
2635:
2636: 2016-12-23 moko
2637:
2638: * src/lib/ltdl/Makefile.am: extra dist added
2639:
2640: * tests/results/344.processed: test result updated after $file.text
2641: prefetched in ^hash::create[$file] (related to feature #1075)
2642:
2643: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2644: ^hash::create[$file] (related to feature #1075)
2645:
2646: 2016-12-22 moko
2647:
2648: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2649: main/pa_request.C, main/pa_stylesheet_connection.C,
2650: types/pa_vfile.C: file_stat now return 64-bit size (implements
2651: #1014 under 32-bit unix versions)
2652:
2653: 2016-12-21 moko
2654:
2655: * tests/: 375.html, results/375.processed: test for exec returning
2656: stated file added (related to feature #1119)
2657:
2658: * src/classes/file.C: load should not return file with null body
2659: (fixes bug #1119)
2660:
2661: 2016-12-14 moko
2662:
2663: * tests/: 374.html, results/374.processed: test for $method.name
2664: added (related to feature #1117) plus method returning junction
2665: test
2666:
2667: 2016-12-13 moko
2668:
2669: * src/: include/pa_symbols.h, main/pa_symbols.C,
2670: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2671: (implements feature #1117)
2672:
2673: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2674: HEAD and TRACE can't have body (implements feature #1116)
2675:
2676: 2016-12-09 moko
2677:
2678: * tests/: 373.html, results/373.processed: tests for
2679: ^reflection:tainting added (related to feature #1098)
2680:
2681: * src/classes/reflection.C: ^reflection:tainting arguments order
2682: change (related to feature #1098)
2683:
2684: 2016-12-06 moko
2685:
2686: * src/: classes/reflection.C, include/pa_string.h,
2687: main/pa_string.C: ^reflection:tainting[$string] added (implements
2688: feature #1098)
2689:
2690: 2016-12-05 moko
2691:
2692: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2693: (fixes bug #1114)
2694:
2695: 2016-12-04 moko
2696:
2697: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2698: check added
2699:
2700: 2016-12-03 moko
2701:
2702: * tests/: 346-curl.html, results/346-curl.processed: test modified
2703: to test value.as_hash() usage
2704:
2705: * src/classes/curl.C: value.as_hash() used for correct hash
2706: processing
2707:
2708: * src/classes/reflection.C: exceptions texts fixes
2709:
2710: 2016-12-02 moko
2711:
2712: * tests/: 372.html, results/372.processed: tests for
2713: ^reflection:create[ $.class[name] $.constructor[name]
2714: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2715: feature #1094)
2716:
2717: * src/types/pa_vmethod_frame.h: comment added: params should be
2718: declared outside of *_FRAME_ACTION as MethodParams destructor
2719: will be called in ~VNativeMethodFrame
2720:
2721: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2722: ] minor fix
2723:
2724: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2725: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2726: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2727: now supported (implements feature #1094) value::as_hash added
2728: (and should be used everywhere)
2729:
2730: * src/classes/reflection.C: cleanup
2731:
2732: 2016-12-01 moko
2733:
2734: * tests/: 356.html, results/356.processed: test for method
2735: junctions class name added to the resulting hash added (related
2736: to feature #1068)
2737:
2738: * src/classes/reflection.C: for method junctions class name added
2739: to the resulting hash (related to feature #1068)
2740:
2741: 2016-11-30 moko
2742:
2743: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2744: exception (related to bug #1113)
2745:
2746: * src/types/pa_vhashfile.C: whitespace
2747:
2748: * src/main/pa_os.C: errno now returned as it should (fixes bug
2749: #1113)
2750:
2751: * tests/results/: 175.processed, 192.processed, 224.processed,
2752: 229.processed, 239.processed, 244.processed, 246.processed,
2753: 314.processed, 352.processed: tests results updated after method
2754: call exceptions improved as method now keeps its name
2755:
2756: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2757: types/pa_vmethod_frame.h: method call exceptions improved as
2758: method now keeps its name
2759:
2760: * tests/: 224.html, 239.html, results/224.processed,
2761: results/239.processed: tests and tests results updated after
2762: Request::construct exception changed
2763:
2764: * src/: classes/reflection.C, main/execute.C: Request::construct
2765: exception optimized
2766:
2767: * tests/: 371.html, results/371.processed: test for
2768: WWrapper.get_element call in $.name.key[value] code added
2769: (related to feature #1091)
2770:
2771: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2772: in $.name.key[value] code (related to feature #1091)
2773:
2774: 2016-11-29 moko
2775:
2776: * src/classes/op.C: VS warning war
2777:
2778: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2779: C4239: nonstandard extension used : 'return' : conversion from
2780: 'Value' to 'Value &' (related to feature #1020)
2781:
2782: * src/: main/execute.C, types/pa_vmethod_frame.h,
2783: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2784: used : 'return' : conversion from 'Value' to 'Value &' (related
2785: to feature #1020)
2786:
2787: * src/main/execute.C: VS warning war
2788:
2789: * src/targets/cgi/parser3.C: VS compatibility fix
2790:
2791: * src/include/pa_request.h: VS warning war
2792:
2793: * tests/: 370.html, results/370.processed: test for ^file::exec[
2794: ... $.stdin[$binary_file] ] added (related to bug #1044)
2795:
2796: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2797: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2798: $.stdin[$binary_file] (fixes bug #1044)
2799:
2800: 2016-11-28 moko
2801:
2802: * src/main/pa_exec.C: whitespace
2803:
2804: * src/main/pa_request.C: whitespace
2805:
2806: * tests/: 369.html, results/369.processed: test for
2807: $response:status usage added (related to feature #1099)
2808:
2809: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2810: if < 100 (implements feature #1099)
2811:
2812: * src/targets/cgi/parser3.C: whitespace
2813:
2814: * src/targets/cgi/parser3.C: whitespace
2815:
2816: * tests/: 368.html, results/368.processed: test updated after
2817: ^reflection:filename[$method] added (related to feature #1053)
2818:
2819: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2820: main/compile.y, main/execute.C, main/pa_request.C,
2821: types/pa_vclass.h: filename -> filespec,
2822: ^reflection:filename[$method] added (related to feature #1053)
2823:
2824: 2016-11-27 moko
2825:
2826: * tests/: 368.html, results/368.processed: test for
2827: reflection:filename[$class or object] added (related to feature
2828: #1053)
2829:
2830: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2831: types/pa_vstateless_class.h: ^reflection:filename[$class or
2832: object] added (implements feature #1053)
2833:
2834: 2016-11-26 moko
2835:
2836: * src/: include/pa_request_info.h,
2837: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2838: remove_absolute_uri -> strip_absolute_uri
2839:
2840: 2016-11-25 moko
2841:
2842: * src/: include/pa_request_info.h,
2843: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2844: request_info.remove_absolute_uri added to remove possible
2845: http://site.name/ from $request:uri (implements feature #1112)
2846:
2847: 2016-11-24 moko
2848:
2849: * tests/: 367-curl.html, results/367-curl.processed: test for
2850: previous request headers clearing after redirect added (related
2851: to bug #1109)
2852:
2853: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2854: response headers from previous requests are now cleared, only
2855: last request headers are collected (fixes bug #1109)
2856:
2857: * tests/results/: 266.processed, 321.processed, 356.processed:
2858: tests results updated as method name now added to the resulting
2859: hash for new syntax only (Imp1 compatimility fixed, related to
2860: feature #1068)
2861:
2862: * src/classes/reflection.C: method name now added to the resulting
2863: hash for new syntax only (Imp1 compatimility fixed, related to
2864: feature #1068)
2865:
2866: * tests/results/366.processed: test for native and parser
2867: implementation of ^use[] logic (related to feature #1074)
2868:
2869: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2870: for native and parser implementation of ^use[] logic (related to
2871: feature #1074)
2872:
2873: 2016-11-23 moko
2874:
2875: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2876: main/pa_request.C: @USE file now implemented as ^use[file;
2877: $.origin[origin_file] ] (implements feature #1074)
2878:
1.109 moko 2879: 2016-11-21 moko
2880:
1.110 moko 2881: * tests/: 365.html, results/365.processed: test for $caller bugs in
2882: 3.4.4 and $caller.method now tested (related to feature #1110)
2883:
2884: * tests/: 364.html, results/364.processed: $caller usage in
2885: different contexts now tested (related to feature #1110)
2886:
2887: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2888:
2889: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2890:
1.109 moko 2891: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2892: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2893: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2894: used (implements feature #1110)
2895:
2896: 2016-11-20 moko
2897:
2898: * src/types/pa_vdouble.h: whitespace
2899:
2900: 2016-11-11 moko
2901:
2902: * tests/: 363.html, results/363.processed: more tests for feature
2903: #1091 (how parser methods work in expression context)
2904:
2905: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2906: expressions strings are now written as strings, not values by
2907: write_as_string (related to feature #1091)
2908:
2909: * src/classes/op.C: to make more correct behavour in expression
2910: context
2911:
2912: 2016-11-07 moko
2913:
2914: * tests/: 362.html, results/362.processed: test for
2915: xsltParseStylesheetDoc caching as xsl modification after it added
2916: (related to bug #1108)
2917:
2918: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2919: result now cached as xdoc is modified after it (fixes bug #1108)
2920:
2921: 2016-11-06 moko
2922:
2923: * src/types/pa_vxdoc.h: whitespace
2924:
2925: 2016-11-05 moko
2926:
2927: * src/types/pa_vmethod_frame.h: cleanup
2928:
2929: 2016-11-03 moko
2930:
2931: * tests/results/244.processed: more correct exception after method
2932: frames separation
2933:
2934: * src/types/pa_vmethod_frame.h: minor optimizaion
2935:
2936: * src/types/pa_method.h: optimization: params_count added
2937:
2938: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2939: include/pa_request.h, main/execute.C, main/pa_request.C,
2940: types/pa_value.C, types/pa_vmethod_frame.C,
2941: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2942: VMethodFrame now divided into VNativeMethodFrame,
2943: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2944: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2945: and used (related to feature #1104)
2946:
2947: 2016-11-02 moko
2948:
2949: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2950: classes/double.C, classes/file.C, classes/hash.C,
2951: classes/hashfile.C, classes/image.C, classes/inet.C,
2952: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2953: classes/memcached.C, classes/op.C, classes/reflection.C,
2954: classes/regex.C, classes/string.C, classes/table.C,
2955: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2956: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2957: r.write (implements feature #1091)
2958:
2959: * src/main/execute.C: cleanup (related to feature #1104)
2960:
2961: * src/: include/pa_request.h, main/execute.C,
2962: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2963: added, in_expression removed (implements feature #1104)
2964:
2965: 2016-10-31 moko
2966:
2967: * src/types/pa_value.C: whitespace
2968:
2969: 2016-10-28 moko
2970:
2971: * tests/results/244.processed: updated after error reporting fixed
2972: in pa_wcontext.C
2973:
2974: * src/types/pa_wcontext.C: error reporting fixed
2975:
2976: * src/types/pa_wcontext.h: whitespace
2977:
2978: * src/classes/image.C: not fully readed entries are no longer
2979: processed (fixes bug #1106)
2980:
2981: 2016-10-26 moko
2982:
2983: * src/classes/image.C: whitespace
2984:
2985: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2986: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2987: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2988: longer required (related to feature #1091)
2989:
2990: * tests/results/: 264.processed, 350.processed: test results update
2991: reverted (whitespace optimization) after write_no_lang removed :)
2992: (related to feature #1091)
2993:
2994: * src/: classes/file.C, classes/hash.C, classes/op.C,
2995: classes/string.C, classes/table.C, classes/void.C,
2996: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2997: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2998: equal write_pass_lang (related to feature #1091)
2999:
3000: * tests/results/: 264.processed, 350.processed: test results
3001: updated (whitespace optimization) after write_assign_lang removed
3002: (related to feature #1091)
3003:
3004: * tests/: 361.html, results/361.processed: test for non-string
3005: ^untaint added (related to feature #1091)
3006:
3007: * src/: classes/curl.C, classes/date.C, classes/file.C,
3008: classes/hash.C, classes/op.C, classes/string.C,
3009: include/pa_request.h, main/execute.C: optimization:
3010: write_assign_lang removed as not required (first part of feature
3011: #1091 implementation)
3012:
1.108 moko 3013: 2016-10-12 moko
3014:
3015: * tests/: 360.html, results/360.processed: more test code (related
3016: to feature #1104)
3017:
3018: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3019: include/pa_request.h, main/compile.y, main/execute.C: opcode
3020: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3021: WContext is next task (implements feature #1104)
3022:
3023: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3024: / CO_WITHOUT_WCONTEXT
3025:
3026: * tests/: 360.html, results/360.processed: test for in expression
3027: state (related to feature #1104)
3028:
3029: 2016-10-11 moko
3030:
3031: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3032:
3033: * src/classes/op.C: default value removed from initializer
3034:
3035: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3036:
3037: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3038:
3039: 2016-10-10 moko
3040:
3041: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3042: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3043: to feature #42)
3044:
3045: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3046: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3047:
3048: 2016-10-08 moko
3049:
3050: * src/classes/double.C: whitespace
3051:
3052: 2016-10-07 moko
3053:
3054: * src/types/pa_vmethod_frame.h: reorder
3055:
3056: 2016-10-06 moko
3057:
3058: * src/classes/date.C: typo
3059:
3060: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3061:
3062: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3063: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3064: types/pa_vmethod_frame.h: params.get now returns Value&, not
3065: Value*
3066:
3067: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3068:
3069: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3070: removed; first as_* code rewrite
3071:
3072: 2016-10-05 moko
3073:
3074: * src/include/pa_request.h: whitespace
3075:
3076: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3077: intercept_string added (related to feature #1097)
3078:
3079: * src/: classes/image.C, classes/op.C, classes/table.C,
3080: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3081: optimization: intercept_string removed (implements feature #1097)
3082:
3083: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3084:
3085: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3086: from VCodeFrame and WWrapper as not required
3087:
3088: 2016-10-04 moko
3089:
3090: * src/: classes/curl.C, classes/date.C, classes/double.C,
3091: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3092: classes/int.C, classes/json.C, classes/op.C,
3093: classes/reflection.C, classes/string.C, classes/table.C,
3094: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3095: proces_to_value -> process after StringOrValue removed (related
3096: to feature #1020)
3097:
3098: * src/classes/form.C: whitespace
3099:
3100: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3101:
3102: * tests/: 357.html, 358.html, results/357.processed,
3103: results/358.processed, results/auto.p: test for @conf
3104: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3105:
3106: 2016-10-03 moko
3107:
3108: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3109: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3110: supported (implements feature #42)
3111:
3112: * src/types/pa_vregex.h: no reason for VRegex to be
3113: is_evaluated_expr
3114:
3115: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3116: (implements feature #1095)
3117:
3118: 2016-10-01 moko
3119:
3120: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3121: false by default (related to feature #1089)
3122:
3123: 2016-09-30 moko
3124:
3125: * src/types/pa_wcontext.h: cleanup
3126:
3127: 2016-09-29 moko
3128:
3129: * src/main/execute.C: whitespace
3130:
3131: * src/include/pa_request.h: whitespace
3132:
3133: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3134: classes/op.C, classes/table.C, include/pa_request.h,
3135: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3136: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3137: StringOrValue removed as it just slows down and adds complexity
3138: (implements feature #1020)
3139:
3140: 2016-09-28 moko
3141:
3142: * tests/: 356.html, results/266.processed, results/321.processed,
3143: results/356.processed: tests updated after name was added to
3144: method_info hash, test for ^reflection:method_info[junction]
3145: added (related to feature #1068)
3146:
3147: * src/classes/reflection.C: ^reflection:method_info[junction] now
3148: supported, method name added to the resulting hash (implements
3149: feature #1068)
3150:
3151: * tests/: 276.html, results/276.processed: more tests for
3152: ^reflection:delete[]
3153:
3154: * src/classes/reflection.C: fixed bug then ^reflection:delete
3155: didn't work on class and could damage native objects (like file)
3156:
3157: 2016-09-26 moko
3158:
3159: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3160: results/345.processed, results/346-curl.processed,
3161: results/347-curl.processed, results/348.processed: numbers added
3162: to simplify diff analysis
3163:
3164: * tests/: 352.html, results/352.processed: test result updated as
3165: method name used
3166:
3167: * src/classes/reflection.C: method name used
3168:
3169: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3170: its name
3171:
3172: * src/types/pa_method.h: whitespace
3173:
3174: * src/classes/reflection.C: both method and field with one name can
3175: exist.
3176:
3177: * src/classes/reflection.C: ^reflection:mixin added (implements
3178: feature #1089)
3179:
3180: * tests/: 355.html, results/355.processed: property appears in
3181: derived class if added in base test added
3182:
3183: * src/types/pa_vstateless_class.h: get_method declaration +
3184: whitespace
3185:
3186: * tests/: 354.html, results/354.processed: nice test from method
3187: and property with one name in class added
3188:
3189: 2016-09-23 moko
3190:
3191: * src/classes/reflection.C: ^reflection:method usage documented
3192:
3193: 2016-09-22 moko
3194:
3195: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3196: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3197: compile warning and GPF occures on VS2003 (related to feature
3198: #1087)
3199:
3200: * tests/: 350.html, results/350.processed: test added for
3201: $.encloser[] support in ^table::create (related to feature #11)
3202:
3203: * src/classes/table.C: another minor fix (related to feature #11)
3204:
1.107 moko 3205: 2016-09-21 moko
3206:
3207: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3208:
3209: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3210: classes/json.C, classes/string.C, classes/table.C,
3211: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3212: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3213: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3214: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3215: pa_charsets, vs2015 warning war
3216:
3217: * src/classes/table.C: vs2015 warning war
3218:
3219: * src/types/pa_vdate.C: vs2015 warning war
3220:
3221: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3222:
3223: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3224: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3225:
3226: * src/main/pa_common.C: vs2015 compilation fixes
3227:
3228: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3229: vs2015 compilation fixes
3230:
3231: * src/main/pa_charset.C: vs2015 warning war
3232:
3233: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3234:
3235: * src/main/pa_charset.C: vs2015 warning war
3236:
3237: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3238:
3239: * src/types/pa_vdate.C: vs2015 compilation fix
3240:
3241: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3242:
3243: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3244: VS2015 compilation fixes
3245:
3246: * src/classes/table.C: minor fix (related to feature #11)
3247:
3248: * tests/results/282.processed: no longer skipping extra enclosers
3249: (related to feature #11)
3250:
3251: * src/classes/table.C: minor fix + no longer skipping extra
3252: enclosers (related to feature #11)
3253:
3254: * src/classes/table.C: minor optimization (related to feature #11)
3255:
3256: * src/classes/table.C: minor fix and optimization (related to
3257: feature #11)
3258:
3259: 2016-09-20 moko
3260:
3261: * tests/: 353.html, results/353.processed: test for
3262: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3263: added (related to bug #1090)
3264:
3265: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3266: one_big_piece (fixes bug #1090)
3267:
3268: * tests/: 229.html, results/229.processed: code coverage tests
3269:
3270: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3271: body) was called
3272:
3273: * src/classes/op.C: whitespace
3274:
3275: * tests/: 323.html, results/323.processed: test for code junction
3276: should not be returned by ^reflection:class, ^reflection:base
3277:
3278: * src/classes/reflection.C: bugfix: code junction should not be
3279: returned by ^reflection:class, ^reflection:base
3280:
3281: * tests/: 323.html, 352.html, results/352.processed: no more
3282: exception for ^reflection:method[class;no-such-method] (related
3283: to feature #1087)
3284:
3285: * src/classes/reflection.C:
3286: ^reflection:method[class;no-such-method] : exception -> void
3287: (related to feature #1087)
3288:
3289: * src/include/pa_request.h: request::write_value added to allow
3290: write value without convertion (related to issue #1091)
3291:
3292: 2016-09-19 moko
3293:
3294: * src/main/pa_random.C: windows build fix
3295:
3296: * src/types/pa_vhash.h: warning war
3297:
3298: 2016-09-14 moko
3299:
3300: * tests/: 352.html, 552.html, results/352.processed,
3301: results/552.processed: test for ^reflection:method[] extension
3302: added (related to feature #1087)
3303:
3304: * tests/: 552.html, results/552.processed: test for
3305: ^reflection:method[] extension added (related to feature #1087)
3306:
3307: * src/classes/reflection.C: compatibility issue fixed, VClass
3308: dynamic_cast check added (related to feature #1087)
3309:
3310: * tests/: 351.html, results/351.processed: test for @auto[]
3311: inheritance bug diring ^process[] added (related to bug #1088)
3312:
3313: * src/: classes/op.C, main/pa_request.C,
3314: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3315: disable it inheritance during ^process (fixes bug #1088)
3316:
3317: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3318: added (implements feature #1087)
3319:
3320: 2016-09-13 moko
3321:
3322: * tests/: 349.html, results/auto.p: test for objects prototyping
3323: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3324: to feature #1086)
3325:
3326: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3327: types/pa_vobject.C: objects now are not class instances, but have
3328: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3329: in @conf (implements feature #1086)
3330:
3331: 2016-09-08 moko
3332:
3333: * src/: classes/file.C, classes/mail.C, classes/string.C,
3334: classes/table.C, main/pa_http.C, main/pa_string.C,
3335: include/pa_string.h: cleanup: string::split limit argument
3336: removed as no longer required, pos_after no longer reference
3337: (related to feature #11)
3338:
3339: * src/classes/table.C, tests/results/348.processed: now exception
3340: is rised when invalid option is passed to ^table::create[]
3341:
3342: * tests/: 282.cfg, 282.html, results/282.processed: more code
3343: coverage tests
3344:
3345: * tests/: 348.html, results/348.processed: code coverage tests
3346: added
3347:
3348: * tests/: 348.html, results/348.processed: generic ^table::create[]
3349: tests
3350:
3351: * tests/: 035.html, results/035.processed, results/272.processed:
3352: tests updated after $.encloser[] support for ^table::create
3353: implementation (related to feature #11)
3354:
3355: * src/classes/table.C: $.encloser[] support for ^table::create
3356: finally added (implements feature #11)
3357:
3358: 2016-09-07 moko
3359:
3360: * src/include/pa_string.h: added StringSplitHelper as friend
3361: (related to feature #11)
3362:
3363: * src/include/pa_string.h: body and langs now protected, not
3364: private to allow inheritance (related to feature #11)
3365:
3366: * src/classes/table.C: lsplit optimized before cloning for
3367: ^table::create with $.encloser[] (related to feature #11)
3368:
3369: * src/classes/table.C: optimizaion: TableControlChars.separators
3370: added and used (related to feature #11)
3371:
3372: * src/classes/table.C: spelling:
3373:
3374: TableSeparators -> TableControlChars column -> separator
3375: separators -> control_chars
3376:
3377: 2016-09-06 moko
3378:
3379: * src/main/pa_string.C: whitespace
3380:
3381: * src/main/pa_string.C: whitespace
3382:
3383: 2016-09-01 moko
3384:
3385: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3386: results OS-independent
3387:
3388: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3389: compiler (related to feature #1042)
3390:
3391: 2016-08-15 moko
3392:
3393: * src/include/pa_string.h: whitespace
3394:
3395: * src/classes/table.C: whitespace
3396:
1.106 moko 3397: 2016-08-05 moko
3398:
3399: * tests/: 344.html, results/344.processed: test for
3400: ^hash::create[$file] added (related to feature #1075)
3401:
3402: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3403: supported (implements feature #1075)
3404:
3405: 2016-08-04 moko
3406:
3407: * tests/: 341.html, results/341.processed: more code coverage tests
3408:
3409: * tests/: 346-curl.html, results/346-curl.processed: more code
3410: coverage tests for curl
3411:
3412: * tests/: 346-curl.html, results/346-curl.processed: more code
3413: coverage tests for curl
3414:
3415: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3416: results/223.processed: code coverage tests: $.form[ $.table[] ]
3417: test added
3418:
3419: * tests/: 223-curl.html, results/223-curl.processed: more code
3420: coverage tests for curl
3421:
3422: 2016-08-03 moko
3423:
3424: * src/classes/curl.C: dlink(curl_library) now called not once, but
3425: until it will be loaded, allowing to find existing library.
3426:
3427: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3428: results/347-curl.processed: more code coverage tests for curl
3429:
3430: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3431: results/339-curl.processed, results/346-curl.processed: curl
3432: functionality tests
3433:
3434: 2016-08-02 moko
3435:
3436: * tests/: 339.html, results/339.processed: test for tables in
3437: ^file:load[] and ^curl:load[] (commented) added (related to
3438: feature #1042)
3439:
3440: * tests/: 345.html, results/345.processed: code coverage tests for
3441: file class
3442:
3443: * tests/: 344.html, results/344.processed: code coverage tests
3444:
3445: * tests/: 344.html, results/344.processed: mdate removed from
3446: output
3447:
3448: * src/classes/file.C: minor bugfix: is_text should be taked from
3449: fcontent.is_text_mode() if not set (related to feature #1061)
3450:
3451: * tests/: 344.html, results/344.processed: more tests
3452:
3453: * tests/: 343.html, 344.html, results/343.processed,
3454: results/344.processed: tests for ^file::create[ $.from-charset
3455: and $.to-charset ] (related to feature #1061)
3456:
3457: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3458: aset_text_mode argument optimized
3459:
3460: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3461: checkBOM now used in detect_binary_content (related to feature
3462: #1061)
3463:
3464: * src/main/pa_request.C: load_charset no longer required to_upper
3465:
3466: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3467: preserves original file mode (if no $.mode specified)
3468:
3469: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3470: ^file::create now supports $.from-charset[] and $.to-charset
3471: options (implements feature #1061), automatic transcode is done
3472: if text file is created from binary file and charset is detected.
3473:
3474: 2016-07-30 moko
3475:
3476: * src/classes/table.C: ^t.hash[..;] now supported (related to
3477: feature #1057)
3478:
3479: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3480: added (related to feature #1057)
3481:
3482: * tests/: 286.html, results/286.processed: code tests coverage
3483:
3484: 2016-07-29 moko
3485:
3486: * src/classes/table.C: table size should be checked inside menu and
3487: foreach (related to feature #858)
3488:
3489: * src/: classes/curl.C, classes/file.C, classes/string.C,
3490: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3491: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3492: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3493: charsets.get now does str_upper inside (related to feature #1061)
3494:
3495: * tests/: 342.html, results/342.processed: more code coverage tests
3496:
3497: * tests/: 342.html, outputs/342.processed: table menu code coverage
3498: + foreach test added (related to feature #858)
3499:
3500: * tests/: 341.html, results/341.processed: tests for
3501: ^table.hash[]{code} added + code coverage tests (related to
3502: feature #1057)
3503:
3504: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3505: value} support (implements feature #1057)
3506:
3507: * src/classes/table.C: whitespace
3508:
3509: 2016-07-28 moko
3510:
3511: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3512: from URL, if not specified query string removed from url-based
3513: filenames in ^curl:load[] and ^file::load[] (related to feature
3514: #1042)
3515:
3516: 2016-07-27 moko
3517:
3518: * tests/: 340.html, results/340.processed: test for
3519: transcode_text_result=false added (related to issue #1042)
3520:
3521: 2016-07-26 moko
3522:
3523: * src/types/pa_vfile.C: file name should not be empty (if file path
3524: is folder and ends with /) (related to feature #1042)
3525:
3526: * src/main/pa_http.C: whitespace optimizaion
3527:
3528: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3529: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3530: multiple headers, ^file::load supports headers transcoding
3531: (implements feature #1042)
3532:
3533: 2016-07-25 moko
3534:
3535: * src/include/pa_common.h: PA_DEFAULT added
3536:
3537: 2016-07-22 moko
3538:
3539: * tests/: 338.html, results/338.processed: test for
3540: $date.field(value) added (related to feature #1066)
3541:
3542: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3543: $date.field(value) now supported for y/m/d/h/m/s (implements
3544: feature #1066)
3545:
1.105 moko 3546: 2016-07-21 moko
3547:
3548: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3549: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3550: arguments removed; image.C - absolute path shown in exception
3551: (implements feature #1071)
3552:
3553: * tests/: 235.html, results/235.processed: test and test result
3554: updated after static boundary in mail and Errors-To: mail header
3555: removed (related to feature #1047)
3556:
3557: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3558: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3559: used, static boundary in mail removed, Errors-To: mail header
3560: removed (implements feature #1047)
3561:
3562: 2016-07-20 moko
3563:
3564: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3565: equest.classes(): Value -> VStateless_class, part 3 (related to
3566: issue #1051)
3567:
3568: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3569: request.classes(): Value -> VStateless_class, part 2 (related to
3570: issue #1051)
3571:
3572: * tests/results/: 224.processed, 323.processed: classes without
3573: methods should not be methoded (related to issue #1051)
3574:
3575: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3576: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3577: -> VStateless_class, part 1 (related to issue #1051)
3578:
3579: * tests/: 337.html, results/337.processed: test for
3580: ^reflection:fields_reference[] and VHashReference class added
3581: (related to feature #1072)
3582:
3583: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3584: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3585: and VHashReference added, allowing ^reflection:fields_reference[]
3586: implementation (closes feature #1072)
3587:
3588: 2016-07-19 moko
3589:
3590: * tests/: 323.html, results/323.processed: we want to see
3591: "methoded"
3592:
3593: * tests/: 336.html, results/336.processed: test for $BASE:property
3594: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3595: #1059)
3596:
3597: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3598: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3599: somebody_entered_some_class, $BASE:property works again,
3600: ^BASE:method[] bugs fixed (fixes bug #1059)
3601:
3602: 2016-07-14 moko
3603:
3604: * tests/: 335.html, results/335.processed: test for feature #1055
3605: added
3606:
3607: * src/classes/hash.C: bugfix: $._default was not copied if empty
3608: feature: ^hash.contains[_default] added (implements feature
3609: #1055)
3610:
3611: 2016-07-13 moko
3612:
3613: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3614: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3615:
3616: 2016-07-05 moko
3617:
3618: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3619: in ^hash.foreach (related to feature #1073)
3620:
3621: 2016-07-04 moko
3622:
3623: * tests/: 134.html, 281.html, results/134.processed,
3624: results/281.processed: tests updated after hash blocking removed
3625: (related to feature #1073)
3626:
3627: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3628: no longer blocks on change during foreach (implements feature
3629: #1073)
3630:
3631: 2016-06-17 moko
3632:
3633: * tests/: 330.html, results/330.processed: try exception source
3634: test added (related to bug in #1062)
3635:
3636: * tests/: 334.html, results/334.processed: Exception stack trace
3637: test added (related to bug in $1062)
3638:
3639: * src/classes/op.C: Exception trace now correctly restored and
3640: errors reported (related to bug #1062)
3641:
1.104 moko 3642: 2016-05-25 moko
3643:
3644: * src/main/compile.y: minor cleanup + beauty
3645:
3646: 2016-05-24 moko
3647:
3648: * tests/: 333.html, results/333.processed: more exceptions testing
3649:
3650: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3651: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3652: features #1056, #1026)
3653:
3654: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3655: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3656: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3657: (implements feature #1056)
3658:
3659: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3660: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3661: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3662: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3663: feature #1026)
3664:
3665: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3666: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3667: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3668: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3669: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3670: feature #1026)
3671:
3672: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3673: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3674: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3675: SYMBOLS_CACHING define implemented (related to feature #1026)
3676:
3677: * src/main/main.vcproj: + ps_symbols
3678:
3679: * src/: include/Makefile.am, include/pa_string.h,
3680: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3681: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3682: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3683: types/pa_vstateless_class.C: initial implementation for symbols
3684: cache (related to feature #1026)
3685:
3686: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3687:
3688: * src/main/pa_globals.C: minor cleanup
3689:
3690: 2016-05-19 moko
3691:
3692: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3693: (related to feature #1046)
3694:
3695: * tests/: 331.html, results/331.processed: test for
3696: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3697: (related to feature #1051)
3698:
3699: * src/main/compile.y:
3700: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3701: (implements feature #1054)
3702:
3703: 2016-05-18 moko
3704:
3705: * src/types/pa_vtable.C, tests/results/324.processed: no more
3706: "column not found" exception for ^table.no-such-method[] (related
3707: to feature #1046)
3708:
3709: * tests/: 261.html, results/261.processed: test added and updated
3710: after feature #1046 implementation
3711:
3712: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3713: types/pa_vvoid.h: $string.anything works for whitespace strings,
3714: ^string.contains added for hash compatibility, $string.method no
3715: longer returns stting method (implements feature #1046)
3716:
3717: 2016-05-12 moko
3718:
3719: * src/classes/curl.C: content-type response header no longer
3720: ignored (fixes issue #1045)
3721:
3722: * tests/: 330.html, results/330.processed: test for incomplete
3723: finally execution when break occures added (related to issue
3724: #1077)
3725:
3726: * src/classes/op.C: bugfix: Request::skip reset is called before
3727: executing catch and finally code (fixes issue #1062)
3728:
3729: 2016-05-11 moko
3730:
3731: * tests/: 329.html, results/329.processed: test for invalid
3732: ^break[] behavour added (bug #1077)
3733:
3734: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3735:
3736: 2016-04-24 moko
3737:
3738: * src/types/pa_vstateless_class.h: warning war
3739:
3740: 2016-04-17 moko
3741:
3742: * tests/: 328.html, results/328.processed: test for
3743: ^break(condition) and ^continue(condition) (related to feature
3744: #1063)
3745:
3746: * src/classes/op.C: ^break(condition) and ^continue(condition)
3747: implemented (feature #1063)
3748:
3749: 2016-04-12 moko
3750:
3751: * tests/results/280.processed: ordered hash now used for class
3752: methods and properties (test results updated for feature #1069)
3753:
3754: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3755: to xdoc.C as under FreeBSD it was inited after and inheritance
3756: failed (related to issue #1051)
3757:
3758: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3759: are printed to check inheritance (related to feature #1051)
3760:
1.103 moko 3761: 2016-04-09 moko
3762:
3763: * tests/results/320.processed: ordered hash now used for class
3764: methods and properties (test results updated for feature #1069)
3765:
3766: * src/types/pa_vstateless_class.h: ordered hash now used for class
3767: methods and properties (implements feature #1069)
3768:
3769: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3770: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3771: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3772: feature #1051)
3773:
3774: 2016-04-07 moko
3775:
3776: * src/main/execute.C: returned Value in .CLASS case for VJunction
3777: (related to feature #1051)
3778:
3779: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3780: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3781: string constants deduplication (related to feature #1051)
3782:
3783: * tests/results/224.processed: test result updated (related to
3784: feature #1051)
3785:
3786: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3787: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3788: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3789: types/pa_vstatus.h: classes hash now contains only
3790: VStateless_class derived objects, .CLASS is also allways
3791: VStateless_class derived object (related to feature #1051).
3792:
3793: 2016-04-06 moko
3794:
3795: * tests/results/323.processed: test result updated after feature
3796: #1051 implementation
3797:
3798: * src/: classes/classes.h, classes/op.C, classes/response.C,
3799: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3800: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3801: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3802: types/pa_vresponse.C, types/pa_vresponse.h,
3803: types/pa_vstateless_class.h: base -> methoded_donor for static
3804: classes, type() moved from VStateless_class to VClass and
3805: Methoded (implements feature #1051)
3806:
3807: 2016-04-04 moko
3808:
3809: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3810: beauty: put_class added (related to feature #1051)
3811:
3812: 2016-04-01 moko
3813:
3814: * tests/results/: 175.processed, 192.processed, 224.processed,
3815: 229.processed, 244.processed, 246.processed, 316.processed: test
3816: results updated as class.type() removed from error messages, only
3817: type() left (related to feature #1051)
3818:
3819: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3820: classes/op.C, classes/reflection.C, main/compile.y,
3821: main/compile_tools.h, main/execute.C, main/pa_request.C,
3822: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3823: types/pa_vmethod_frame.h, types/pa_vobject.h,
3824: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3825: from VStateless_class, type() is used instead (related to feature
3826: #1051)
3827:
3828: * src/classes/mail.C: old logic restored.
3829:
3830: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3831: classes/classes.h, classes/curl.C, classes/date.C,
3832: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3833: classes/hashfile.C, classes/image.C, classes/inet.C,
3834: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3835: classes/memcached.C, classes/memory.C, classes/reflection.C,
3836: classes/regex.C, classes/response.C, classes/string.C,
3837: classes/table.C, classes/xdoc.C, classes/xnode.C,
3838: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3839: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3840: feature #1051)
3841:
3842: 2016-03-30 moko
3843:
3844: * tests/: 327.html, results/224.processed, results/327.processed:
3845: test for TZ specification in ^date::create[], TZ is kept during
3846: ^date::create[$dt] (related to feature #1048)
3847:
3848: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3849: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3850: feature #1048)
3851:
3852: 2016-03-29 moko
3853:
3854: * tests/: 315.html, results/315.processed: test for timezone format
3855: +HHmm added (related to feature #1065)
3856:
3857: * src/classes/date.C: timezone format +HHmm now supported
3858: (implements feature #1065)
3859:
3860: 2016-03-28 moko
3861:
3862: * tests/: 202.html, results/131.processed, results/202.processed,
3863: results/224.processed, results/256.processed,
3864: results/315.processed: test results updated after %.2d now
3865: default for hours offset in iso-string (was %2d), test for
3866: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3867: added (related to feature #1065)
3868:
3869: 2016-03-27 moko
3870:
3871: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3872: feature #1065)
3873:
3874: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3875: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3876: added (implements feature #1065)
3877:
3878: 2016-03-24 moko
3879:
3880: * tests/: 202.html, results/202.processed: test $date.week added
3881: (related to bug #1067)
3882:
3883: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3884: date (fix for bug #1067)
3885:
3886: 2016-03-10 moko
3887:
3888: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3889:
1.102 moko 3890: 2015-12-07 moko
3891:
3892: * tests/: 326.html, results/326.processed: test for .CLASS &
3893: .CLASS_NAME optimization added (related to feature #844)
3894:
3895: 2015-11-17 moko
3896:
3897: * tests/: 323.html, results/323.processed: order added
3898:
3899: * tests/: 325.html, results/325.processed: double range test added
3900: (related to bug #1049)
3901:
3902: 2015-11-16 moko
3903:
3904: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3905: added to disallow NaN and Infinity (fixes bug #1049)
3906:
3907: 2015-11-11 moko
3908:
3909: * tests/324.html: parser 3.4.3 execution support added (related to
3910: feature #1017)
3911:
3912: * tests/: 324.html, results/324.processed: test for
3913: GET_ELEMENT4CALL feature added (feature #1017)
3914:
1.101 moko 3915: 2015-10-29 moko
3916:
3917: * operators.txt: updated for 3.4.4
3918:
3919: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3920:
3921: * src/main/pa_exec.C: get_exit_status implemented for Windows
3922: (related to bug #1043)
3923:
3924: 2015-10-28 moko
3925:
3926: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3927: hangup during ^file::exec (fixes bug #1043)
3928:
1.100 moko 3929: 2015-10-27 moko
3930:
3931: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3932:
1.99 moko 3933: 2015-10-26 moko
3934:
1.100 moko 3935: * tests/322.html, src/classes/reflection.C: arguments reorder
3936: (related to issue #1041)
3937:
3938: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3939: Copyright year updated
3940:
1.99 moko 3941: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3942: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3943: classes/form.C, classes/hash.C, classes/hashfile.C,
3944: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3945: classes/mail.C, classes/math.C, classes/memcached.C,
3946: classes/memory.C, classes/op.C, classes/reflection.C,
3947: classes/regex.C, classes/response.C, classes/string.C,
3948: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3949: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3950: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3951: include/pa_config_fixed.h, include/pa_config_includes.h,
3952: include/pa_dictionary.h, include/pa_dir.h,
3953: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3954: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3955: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3956: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3957: include/pa_request_charsets.h, include/pa_request_info.h,
3958: include/pa_sapi.h, include/pa_socks.h,
3959: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3960: include/pa_stack.h, include/pa_string.h,
3961: include/pa_stylesheet_connection.h,
3962: include/pa_stylesheet_manager.h, include/pa_table.h,
3963: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3964: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3965: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3966: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3967: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3968: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3969: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3970: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3971: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3972: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3973: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3974: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3975: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3976: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3977: main/pa_string.C, main/pa_stylesheet_connection.C,
3978: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3979: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3980: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3981: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3982: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3983: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3984: targets/isapi/parser3isapi.C, types/pa_junction.h,
3985: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3986: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3987: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3988: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3989: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3990: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3991: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3992: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3993: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3994: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3995: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3996: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3997: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3998: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3999: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4000: types/pa_vresponse.C, types/pa_vresponse.h,
4001: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4002: types/pa_vstateless_object.h, types/pa_vstatus.C,
4003: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4004: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4005: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4006: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4007: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4008:
4009: * src/targets/cgi/parser3.C: year updated
4010:
4011: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4012: issue #1041)
4013:
4014: * tests/: 323.html, results/323.processed: test for base classes
4015: added
4016:
4017: * tests/: 261.html, results/261.processed: updated after better
4018: error reporting done for $string.key exception
4019:
4020: * src/types/pa_vstring.h: better error report for $string.key
4021: exception
4022:
4023: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4024: copied as VObject::get_element4call to remove extra virtual call
4025:
4026: * tests/: 322.html, results/322.processed: test for
4027: ^reflection:is[] added (related to feature #1041)
4028:
4029: * src/classes/reflection.C: ^reflection:is empty value is void
4030: (related to feature #1041)
4031:
4032: * src/classes/reflection.C:
4033: ^reflection:is[class_name|code|method;[context;]element_name]
4034: added (implements feature #1041)
4035:
4036: 2015-10-24 moko
4037:
4038: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4039:
1.98 moko 4040: 2015-10-22 moko
4041:
4042: * tests/: 321.html, results/321.processed: test for
4043: ^reflection:method_info[] file detection added
4044:
4045: * tests/: 320.html, results/320.processed: test for
4046: ^reflection:class_by_name[class_name] added (related to feature
4047: #993)
4048:
4049: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4050: added (implements feature #993)
4051:
4052: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4053: (related to feature #1017)
4054:
4055: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4056: added (related to issue #1039)
4057:
4058: * src/main/pa_request.C: ^throw origin fixed (related to feature
4059: #1039)
4060:
4061: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4062: for VDate
4063:
4064: * tests/results/182.processed: updated after feature #1038
4065: implemented
4066:
4067: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4068: compile-time exception origin added (test for feature #1039)
4069:
4070: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4071: main/pa_request.C: exception unification: compile-time exceptions
4072: now have origin, @USE origins also tracked (implements feature
4073: #1039)
4074:
4075: 2015-10-20 moko
4076:
4077: * src/main/pa_request.C: cleanup
4078:
4079: 2015-10-15 moko
4080:
4081: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4082:
4083: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4084: types/pa_vtable.C: new feature: no more $table.method and
4085: $hash.method, aliases for _at, _count, _key (related to feature
4086: #1017)
4087:
1.97 moko 4088: 2015-10-14 moko
4089:
1.98 moko 4090: * tests/: 317.html, results/317.processed: test for
4091: ^string.unescape[] added (related to feature #120)
4092:
1.97 moko 4093: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4094: defined" bug (described in issue #1036)
4095:
4096: * tests/: 247.html, results/247.processed: test for checkBOM added
4097: (test for bug #1037)
4098:
4099: * src/: include/pa_charsets.h, main/pa_charsets.C,
4100: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4101: it's not enforced, skips BOM signature if it complies charset
4102: (fixes bug #1037)
4103:
4104: 2015-10-13 moko
4105:
4106: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4107: linking
4108:
4109: * src/classes/inet.C: vs2003 compilation fix
4110:
4111: * src/classes/math.C: warning war
4112:
4113: * src/lib/punycode/pa_punycode.c: warning war
4114:
4115: 2015-10-12 moko
4116:
4117: * src/lib/punycode/pa_punycode.c: warning war
4118:
4119: * parser3.sln: moved parser3 first, to make it default startup
4120: project
4121:
4122: * buildall: parser "mirror" now used for external libs sources
4123: (implements feature #1036)
4124:
4125: * buildall: most external libs are updated to their current
4126: versions (related to feature #1036)
4127:
4128: * src/classes/image.C: more tags added
4129:
4130: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4131:
4132: 2015-10-11 moko
4133:
4134: * src/classes/curl.C: minor optimization (related to feature #1035)
4135:
4136: 2015-10-09 moko
4137:
4138: * src/classes/curl.C: pa_strdup added for strings from curl
4139: (related to feature #1035)
4140:
4141: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4142: ULLONG_MAX definition
4143:
4144: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4145: (implements feature #1035)
4146:
4147: * src/main/pa_charset.C: String::Body(String::C) used
4148:
4149: * src/main/pa_charset.C: exceptions unified
4150:
4151: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4152: unified
4153:
4154: * src/: classes/file.C, classes/image.C, classes/mail.C,
4155: classes/op.C, classes/xdoc.C, classes/xnode.C,
4156: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4157: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4158: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4159: String::Body(String::C) constructor added (related to bug #957)
4160:
4161: * src/classes/file.C: minor optimization
4162:
4163: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4164: Cord(char*) autocreation (related to bug #957)
4165:
4166: * src/: classes/string.C, main/untaint.C: minor optimizations
4167:
4168: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4169: String(char*, Lang, length) removed, String(C(), Lang) used
4170: instead (related to bug #957)
4171:
4172: 2015-10-08 moko
4173:
4174: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4175: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4176: main/untaint.C: Now char * is converted to CORD only using
4177: AS_CORD() to check for empty cord bug (fixes bug #957)
4178:
4179: * src/include/pa_hash.h: fixed compilation without
4180: HASH_CODE_CACHING
4181:
4182: * src/classes/string.C:
4183: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4184: feature #120)
4185:
4186: * src/main/pa_common.C: reduce js flags checks count (related to
4187: feature #120)
4188:
1.96 moko 4189: 2015-10-07 moko
4190:
4191: * tests/: 275.html, results/275.processed: test modified after
4192: unsigned long long int support implemented (feature #1034)
4193:
4194: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4195: pa_atoul added for unsigned long long int support
4196:
4197: 2015-10-06 moko
4198:
4199: * src/types/pa_vdate.C: INT_MAX used
4200:
4201: 2015-10-03 moko
4202:
4203: * tests/: 302.html, results/302.processed: test for bug #1023
4204: (\u2028, \u2029 escaping) added
4205:
4206: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4207: json:string[] (fixes bug #1023)
4208:
4209: 2015-09-29 moko
4210:
4211: * tests/305.html: try-catch added for OS without ipv6 support
4212:
4213: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4214: compilation
4215:
4216: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4217: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4218: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4219: implemented to distinguish ^hash.method from $hash.field
4220: (implements feature #1017)
4221:
4222: * src/lib/punycode/pa_punycode.c: warning war
4223:
4224: * src/include/pa_config_includes.h: warning war
4225:
4226: * src/include/pa_config_includes.h: pragma warning actualized a bit
4227:
4228: * src/include/pa_config_includes.h: warning war
4229:
4230: * src/include/pa_hash.h: clang compilation fix
4231:
4232: 2015-09-27 moko
4233:
4234: * src/main/compile.tab.C: Bison 3 is now default
4235:
4236: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4237:
4238: 2015-09-25 moko
4239:
4240: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4241: works with undefined HASH_ORDER (related to feature #196)
4242:
4243: 2015-09-24 moko
4244:
4245: * tests/: 027.html, results/027.processed: test modified to test
4246: ^hash.sort (feature #196)
4247:
4248: * src/: classes/hash.C, include/pa_hash.h:
4249: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4250: added (implements feature #196)
4251:
4252: * tests/: 316.html, results/316.processed: Added test for bug #1025
4253: (exception handling in non-cached ^cache), plus for "it does not
4254: have logical value" and "$exception.handled value must be either
4255: boolean or string 'cache'" exceptions.
4256:
4257: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4258: code (fixes bug #1025)
4259:
1.95 moko 4260: 2015-09-23 moko
4261:
4262: * src/classes/table.C: warning war
4263:
4264: * src/: classes/math.C, types/pa_vcookie.C: warning war
4265:
4266: * src/classes/file.C: warning war
4267:
4268: * src/: include/pa_table.h, main/pa_table.C: warning war
4269:
4270: * src/: main/pa_request.C, classes/date.C: warning war
4271:
4272: * src/: types/pa_vdate.C, classes/op.C: warning war
4273:
4274: * tests/: 122.html, results/122.processed: win sync: to remove
4275: differences with OS that doesn't keep timezone change history
4276:
4277: * src/types/pa_vdate.C: tzset() should be called in Windows after
4278: TZ change (related to feature #36)
4279:
4280: * tests/: 075.html, results/075.processed: win sync: to remove
4281: differences with OS that doesn't keep timezone change history
4282:
4283: * tests/: 315.html, results/315.processed: win sync: to remove
4284: differences with OS that doesn't keep timezone change history
4285:
4286: * tests/: 256.html, results/256.processed: win sync: to remove
4287: differences with OS that doesn't keep timezone change history
4288:
4289: * tests/: 124.html, results/124.processed: win results sync: to
4290: avoid hitting time change hole.
4291:
4292: * src/types/pa_vdate.C: static returned. :)
4293:
4294: 2015-09-22 moko
4295:
4296: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4297:
4298: * tests/results/131.processed: more tests for feature #1032
4299:
4300: * src/classes/date.C: minor fix related to feature #1032
4301:
4302: * operators.txt: ISO date creation documented (related to feature
4303: #1032)
4304:
4305: * operators.txt: iso-string documented (related to feature #1032)
4306:
4307: * tests/: 315.html, results/315.processed: more tests added
4308: (related to feature #1032)
4309:
4310: * tests/: 131.html, results/131.processed: date range checks
4311: updated (related to feature #36)
4312:
4313: * tests/: 315.html, results/057.processed, results/315.processed:
4314: test added for ISO date support (related to issue #315)
4315:
4316: * src/classes/date.C: more readable exceptions in date creation
4317: (related to ticket #1032)
4318:
4319: 2015-09-18 moko
4320:
4321: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4322: added (related to issue #1032)
4323:
4324: * tests/results/256.processed, src/classes/json.C: iso-string
4325: documented (related to issue #1032)
4326:
4327: * tests/: 256.html, results/256.processed: ISO date check added
4328: (related to issue #1032)
4329:
4330: * tests/: 057.html, results/057.processed, results/224.processed:
4331: tests results updated after ISO date support implemented (related
4332: to feature #1032)
4333:
4334: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4335: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4336: ^date::create[string] constructor formalized, ^date.iso-string[]
4337: added (implements feature #1032)
4338:
4339: 2015-09-05 moko
4340:
4341: * operators.txt: actualized
4342:
4343: * operators.txt: date changes documented (related to ticket #36)
4344:
4345: 2015-09-04 moko
4346:
4347: * src/types/pa_vdate.C: warning war
4348:
4349: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4350:
4351: 2015-09-03 moko
4352:
4353: * tests/results/096.processed: test result updated for 0..9999 year
4354: date range support (related to feature #36)
4355:
4356: * tests/: 314.html, results/314.processed: test for
4357: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4358: bug #1031)
4359:
4360: * src/classes/string.C: Static calls fixed for ^string:base64[],
4361: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4362:
1.116 moko 4363: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4364: configure.in -> configure.ac
1.95 moko 4365:
1.116 moko 4366: * configure, configure.in, src/include/pa_config_auto.h.in: more
4367: correct timezone check for FreeBSD Warning war: configure.in ->
4368: configure.ac
1.95 moko 4369:
4370: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4371: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4372: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4373: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4374: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4375: src/main/Makefile.am, src/targets/apache/Makefile.am,
4376: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4377: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4378: check added
4379:
4380: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4381:
4382: * tests/results/: 124.processed, 224.processed: test resuls updated
4383: for new date implementation (related to feature #36)
4384:
4385: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4386: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4387: types/pa_vdate.h: new double date implementation with internal
4388: support for extended 0..9999 year range, default timezone support
4389: (related to feature #36)
4390:
4391: 2015-08-28 moko
4392:
4393: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4394: (fixes bug #1030)
4395:
4396: 2015-08-21 moko
4397:
4398: * src/classes/inet.C: snprintf size "bug" commented
4399:
4400: * src/main/pa_common.C: snprintf comments updated
4401:
4402: 2015-08-16 moko
4403:
4404: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4405:
4406: 2015-08-11 moko
4407:
4408: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4409: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4410: can be null (fixes bug #1029)
4411:
4412: 2015-08-06 moko
4413:
1.116 moko 4414: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4415: pa_vdate.C added
1.95 moko 4416:
4417: 2015-08-05 moko
4418:
4419: * tests/: 313.html, results/313.processed: test for
4420: ^table.count[columns] and ^table.flip[] with nameless tables
4421: (feature #1003)
4422:
4423: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4424: max_cell added, now ^table.count[columns] and ^table.flip[] works
4425: correctly for nameless tables (implements feature #1003)
4426:
4427: 2015-08-03 moko
4428:
4429: * tests/312.html: test for ^table.append[$hash] and
4430: ^table.insert[$hash] added (related to feature #1028)
4431:
4432: * src/classes/table.C: ^table.append[$hash] and
4433: ^table.insert[$hash] now supported (implements feature #1028)
4434:
4435: * tests/: 312.html, results/312.processed: test row copy in
4436: ^table.hash[; $.type[table] ] added (related to feature #1016)
4437:
4438: * src/classes/table.C: row copy now created in ^table.hash[;
4439: $.type[table] ] (related to feature #1016)
4440:
4441: 2015-07-29 moko
4442:
4443: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4444: added (related to feature #1016)
4445:
4446: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4447: ^table.delete[] added to delete current row (related to feature
4448: 1016)
4449:
4450: 2015-07-28 moko
4451:
4452: * tests/: 312.html, results/312.processed: test for
4453: $table.column[value] and ^table.insert{row} (related to feature
4454: #1016)
4455:
4456: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4457: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4458: ^table.insert{row} are now implemented (feature #1016)
4459:
4460: * src/include/pa_array.h: Optimization: bool reverse removed from
4461: append(), insert() added, memmove arguments order in remove()
4462: fixed (related to feature #1016)
4463:
4464: 2015-07-23 moko
4465:
4466: * src/classes/json.C: tainted json and empty json exception added
4467: (implements feature #1015)
4468:
4469: * tests/: 311.html, results/311.processed: empty json and tainted
4470: json exception test added (related to issue #1015)
4471:
4472: 2015-07-22 moko
4473:
4474: * tests/: 311.html, results/311.processed: test for UTF-8
4475: processing added
4476:
4477: * tests/: 311.html, results/311.processed: test for
4478: json_exception_with_source added (related to issue #394)
4479:
4480: * src/classes/json.C: json_exception_with_source added (implements
4481: feature #394)
4482:
4483: 2015-06-29 moko
4484:
4485: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4486: directories are now correctly determined if _d_type == DT_UNKNOWN
4487: (closes bug #1027)
4488:
4489: 2015-06-10 moko
4490:
4491: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4492: error if libxml has LIBXML_ICU_ENABLED.
4493:
4494: 2015-06-04 moko
4495:
4496: * tests/099.html: ups, reverting
4497:
4498: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4499: results/310.processed: tests for $response:body[ $.file[] ] and
4500: $response:last-modified added
4501:
4502: * src/main/pa_request.C: last-modified check fixed
4503:
4504: 2015-06-03 moko
4505:
4506: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4507: results/205.processed, results/293.processed: $response:headers
4508: logging added (tests for feature #1007)
4509:
4510: * src/: include/pa_common.h, include/pa_request.h,
4511: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4512: $response:headers are now in uppercase (closes feature #1007)
4513:
4514: 2015-06-02 moko
4515:
4516: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4517: build errors reverted for clang compatibility
4518:
4519: 2015-06-01 moko
4520:
4521: * src/include/pa_memory.h: -pedantic build errors fixed
4522:
4523: * src/classes/math.C: -pedantic build error fixed
4524:
4525: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4526:
4527: 2015-05-31 moko
4528:
4529: * src/classes/table.C: USE_STRINGSTREAM optimized
4530:
4531: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4532: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4533: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4534: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4535: types/pa_vxnode.h: warning war (-pedantic flag)
4536:
4537: 2015-05-28 moko
4538:
4539: * tests/: 308.html, results/308.processed: test for
4540: ^table::create[$t;], etc work added (related to bug #975)
4541:
4542: * src/classes/table.C: check_option_param removed,
4543: ^table::create[$t;], etc now works (fixes bug #975)
4544:
4545: 2015-05-27 moko
4546:
4547: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4548: (Debian jessie) fixed (closes issue #1024)
4549:
4550: * tests/Makefile: sort added as in Debian jessie list become
4551: unsorted
4552:
4553: 2015-05-18 moko
4554:
4555: * tests/: 201.html, results/201.processed: test for
4556: ^string.trim[what] feature #1022
4557:
4558: * src/classes/string.C: ^string.trim[what] now supported,
4559: implements feature #1022
4560:
4561: 2015-05-17 moko
4562:
4563: * tests/results/185.processed: test result updated as feature #1021
4564: implemented (left/right accept negative parameter)
4565:
4566: * src/classes/string.C: left/right now accept negative parameter
4567: (implements feature #1021)
4568:
4569: 2015-05-08 moko
4570:
4571: * src/classes/math.C: isalnum -> pa_isalnum
4572:
4573: * src/main/execute.C: optimization in getter-junction processing
4574: (related to issue #997)
4575:
4576: 2015-05-07 moko
4577:
4578: * tests/: 307.html, results/307.processed: test for issue #997
4579: added
4580:
4581: * src/main/execute.C: process_getter result now checked if junction
4582: returned (closes issue #997)
4583:
4584: * tests/: 305.html, results/305.processed: sort added to ignore
4585: different order
4586:
4587: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4588: assignment (closes issue #994)
4589:
4590: * tests/: 306.html, results/306.processed: test for issue #994
4591: added
4592:
4593: * tests/: 303.html, results/303.processed: two more errors tested
4594:
4595: 2015-05-06 moko
4596:
4597: * tests/: 305.html, results/305.processed: test for name2ip &
4598: ip2name added (related to feature #992)
4599:
4600: * tests/: 303.html, 304.html, results/303.processed,
4601: results/304.processed: tests for idna conversion added (related
4602: to issue #849)
4603:
4604: 2015-05-02 moko
4605:
4606: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4607: implemented
4608:
4609: 2015-04-30 moko
4610:
4611: * src/main/pa_http.C: idna_host added, related to issue #849
4612:
4613: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4614: (related to issue #849)
4615:
4616: 2015-04-24 moko
4617:
4618: * src/types/pa_vjunction.C: warning war
4619:
4620: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4621: unification
4622:
4623: * src/lib/punycode/pa_idna.c: warning war
4624:
4625: 2015-04-22 moko
4626:
4627: * src/main/main.vcproj: punycode include path added
4628:
4629: * src/lib/punycode/pa_idna.c: windows compile error fixed
4630:
4631: * src/lib/punycode/pa_idna.c: warning war
4632:
4633: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4634: project file added
4635:
4636: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4637:
4638: * src/include/pa_memory.h: warning war
4639:
4640: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4641: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4642: implemented (related to feature #849)
4643:
4644: * configure.in, src/main/Makefile.am,
4645: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4646: libpunycode added in Unix
4647:
4648: 2015-04-21 moko
4649:
4650: * configure.in: large files support
4651:
4652: 2015-04-15 moko
4653:
4654: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4655: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4656: pa_punycode.h: initial version for punycode/idna support library
4657: (ticket #849)
4658:
4659: 2015-04-08 moko
4660:
4661: * src/: classes/curl.C, classes/date.C, classes/file.C,
4662: classes/image.C, classes/mail.C, classes/reflection.C,
4663: classes/string.C, classes/xnode.C, include/pa_request.h,
4664: include/pa_string.h, include/pa_stylesheet_connection.h,
4665: main/compile.y, main/compile_tools.h, main/execute.C,
4666: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4667: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4668: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4669: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4670: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4671: clang compiler warnings (closes issue #1018)
4672:
4673: * src/include/pa_string.h: String::Body comparation operators with
4674: char * added (related to issue #958)
4675:
4676: 2015-04-07 moko
4677:
4678: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4679: pa_malloc/pa_free to remove system malloc/free usage (related to
4680: issue #1018)
4681:
4682: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4683: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4684: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4685: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4686: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4687: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4688: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4689: malloc/strdup/free replaced with pa_ version and checks for
4690: accidental use of non-pa_ version added (related to issue #1018)
4691:
4692: 2015-04-03 moko
4693:
4694: * buildall: pcre-8.33 -> pcre-8.36
4695:
4696: * src/: main/compile.y, classes/form.C, classes/mail.C,
4697: classes/op.C, classes/string.C, main/compile.tab.C,
4698: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4699: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4700: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4701: ticket #958)
4702:
4703: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4704: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4705: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4706: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4707: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4708: $request:headers, $request:method added (implements feature
4709: #1007)
4710:
4711: 2015-03-17 misha
4712:
4713: * tests/302.html: - test for
4714: ^json:string[...;$._default[method-name]]
4715:
4716: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4717: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4718: option $._default[method-name] is specified in ^json:string[], a
4719: method with specified name will be called for classes/objects
4720: serialization ( new feature: #982 )
4721:
4722: 2015-03-16 misha
4723:
4724: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4725: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4726: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4727: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4728: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4729: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4730: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4731: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4732: types/pa_vrequest.h, types/pa_vstateless_class.C,
4733: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4734: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4735: $var.CLASS_NAME now have special opcodes. This can be switched
4736: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4737: on pa_opcode.h ( new feature: #844 )
4738:
4739: 2015-03-15 misha
4740:
4741: * tests/075.html: - test for $response:header[]
4742:
4743: * src/types/pa_vresponse.C: - $response:header[] deletes header
4744: that was set earlie ( new feature: #1001 )
4745:
4746: 2015-03-12 misha
4747:
4748: * tests/246.html: - more tests for ^hash._at[]
4749:
4750: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4751: accepts second param [key|value|hash] ( new feature: #1012 )
4752:
4753: 2015-03-09 moko
4754:
4755: * src/types/pa_vmail.C: exception for everything but
4756: $mail:received, closes issue #1011
4757:
4758: 2015-02-20 moko
4759:
4760: * tests/: 275.html, results/275.processed: hex detection in
4761: pa_atoui fix test (closes issue #1010)
4762:
4763: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4764: issue #1010)
4765:
4766: 2015-02-17 moko
4767:
4768: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4769: tainted.
4770:
4771: 2015-02-03 misha
4772:
4773: * tests/301.html: - test for ^json:string($double) causes
4774: exception. bugfix: #1008
4775:
4776: * src/classes/json.C: - ^json:string($double) causes exception.
4777: bugfix: #1008
4778:
4779: * tests/014.html: - updated for work with ^hash.delete[]
4780:
4781: 2015-01-12 misha
4782:
4783: * src/: classes/form.C, include/pa_common.h,
4784: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4785: types/pa_vform.h: - supports body with PUT method as well ( new
4786: feature: #1006 )
4787:
4788: * src/classes/file.C: - warnings war
4789:
4790: 2015-01-11 misha
4791:
4792: * tests/300.html: - test for ^hash.delete[] is added
4793:
4794: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4795: feature: #989 ) - tiny optimization in intersects
4796:
4797: 2015-01-06 moko
4798:
4799: * src/types/pa_vmail.C: file names transcode added, to and cc added
4800: with transcode, attachments detection fixed
4801:
4802: * src/main/pa_request.C: filling mail received after cgi/auto.p
4803: load to allow charset switch (related to issue #996)
4804:
4805: 2014-12-31 moko
4806:
4807: * src/types/pa_vmail.C: from and subject now transcoded if not
4808: UTF-8 source charset (fixes issue 996)
4809:
4810: * src/main/pa_exception.C: fixed string from stack bug (closes
4811: issue #1000)
4812:
4813: 2014-12-11 misha
4814:
4815: * src/types/pa_vhashfile.C: - check if key is not empty before
4816: access ( bug fix: #1005 )
4817:
4818: 2014-11-13 misha
4819:
4820: * src/main/compile.y: - PC.append does not reset to false while
4821: creating a new class. bugfix: #990
4822:
4823: * tests/299.html: - test for creation class after working with
4824: partial class (create+append)
4825:
4826: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4827: #995
4828:
4829: * tests/232.html: - test for @get[def] added
4830:
4831: 2014-10-12 moko
4832:
4833: * src/lib/pcre/pcre_internal.vcproj: correct path
4834:
4835: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4836: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4837: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4838: targets/apache/ApacheModuleParser3.vcproj,
4839: targets/apache/ApacheModuleParser3Core.vcproj,
4840: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4841: types/types.vcproj: project GUID inserted in *.vcproj for correct
4842: conversion in newer VS versions
4843:
4844: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4845: pcre_internal.vcproj added
4846:
4847: 2014-08-28 moko
4848:
4849: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4850: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4851: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4852:
4853: 2014-06-30 misha
4854:
4855: * tests/298.html: - tests for ^reflection:def[class;className]
4856: added
4857:
4858: * src/classes/reflection.C: - ^reflection:def[class;className]
4859: added ( new feature: #918 )
4860:
4861: 2014-06-29 misha
4862:
4863: * src/classes/table.C: - ^table::create[unsupported data] -
4864: exception comment changed to "body must be table or code" ( bug
4865: fix: #951 )
4866:
4867: * tests/: 261.html, results/261.processed: - tests for
4868: ^json:string[...;$.void[null|string]] added
4869:
4870: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4871: option $.void[string|null] added to ^json:string[...] ( new
4872: feature: #952 )
4873:
4874: 2014-06-28 moko
4875:
4876: * src/classes/curl.C: $.charset now processed before other curl
4877: options (closes issue #980)
4878:
4879: 2014-05-23 misha
4880:
4881: * src/classes/json.C: - bug fix: #987
4882:
4883: 2014-05-04 misha
4884:
4885: * tests/: 253.html, 253_json.txt: - test for
4886: ^json:parse[$.int(false)] is added
4887:
4888: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4889: default true). The option is similar to $.double(bool) but for
4890: integers.
4891:
4892: 2014-05-01 moko
4893:
4894: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4895: #12 )
4896:
4897: 2014-04-16 moko
4898:
4899: * src/main/pa_http.C: response-charset option should finally work
4900: now (fix for issue #867)
4901:
4902: * src/main/pa_http.C: response-charset option should work now (fix
4903: for issue #867)
4904:
4905: 2014-03-07 moko
4906:
4907: * buildall: libgc moved
4908:
4909: * buildall: libgc moved
4910:
4911: 2013-12-29 moko
4912:
4913: * src/classes/string.C: ^string:js-unescape result now tainted,
4914: closes issue #966
4915:
4916: * tests/: 186.html, results/186.processed: ^string:js-unescape
4917: result now tainted, issue #966
4918:
4919: 2013-12-03 moko
4920:
4921: * src/: classes/memcached.C, types/pa_vmemcached.C,
4922: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4923: option was added for http://www.parser.ru/forum/?id=79343
4924:
4925: * src/classes/file.C: bugfix for
4926: http://www.parser.ru/forum/?id=79337
4927:
4928: 2013-11-05 moko
4929:
4930: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4931:
4932: * src/main/pa_globals.C: spelling fixed
4933:
4934: 2013-10-29 moko
4935:
4936: * src/lib/json/json.vcproj: json.c -> pa_json.C
4937:
4938: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4939: #892
4940:
4941: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4942: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4943: exceptions to be thrown thougth json library), related to issue
4944: #892
4945:
4946: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4947: related to issue #896
4948:
4949: 2013-10-24 moko
4950:
4951: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4952:
4953: 2013-10-23 moko
4954:
4955: * README: actualization
4956:
4957: 2013-10-22 moko
4958:
4959: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4960: compatibility patch from Sergey Kirpichev
4961:
4962: * tests/: 297.html, results/297.processed: non-working getter fix
4963: test for issue #948
4964:
4965: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4966: called when saving value of $match variable in ^string.match[] to
4967: increase compatibility (related to issue #948).
4968:
4969: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4970: usage optimization
4971:
4972: 2013-10-21 moko
4973:
4974: * tests/: 182.html, results/182.processed: local path removed for
4975: compatibility
4976:
4977: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4978: results/244.processed, results/253.processed,
4979: results/254.processed, results/275.processed,
4980: results/281.processed: try_catch -> try-catch
4981:
4982: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4983: results/294.processed, results/296.processed: try_catch ->
4984: try-catch
4985:
4986: 2013-10-20 moko
4987:
4988: * tests/: 296.html, results/296.processed: test for xsl exception
4989: for issue #938 added.
4990:
4991: * src/: include/pa_xml_exception.h,
4992: main/pa_stylesheet_connection.C: forgotten to be replaced
4993: XmlException is now replaced (once again closes issue #938)
4994:
4995: 2013-10-18 moko
4996:
4997: * buildall: disable clock_gettime detection to avoid librt linking
4998: (which in turn depends on libpthread), related to issue #943
4999:
5000: 2013-10-18 misha
5001:
5002: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5003: lib/smtp/smtp.vcproj, main/main.vcproj,
5004: targets/apache/ApacheModuleParser3Core.vcproj,
5005: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5006: types/types.vcproj: - new locations for libxml2 includes where
5007: added to vcproj files
5008:
5009: 2013-10-18 moko
5010:
5011: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5012: fix
5013:
5014: * tests/: 295.html, results/295.processed: test for issue #948
5015: updated
5016:
5017: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5018: :)
5019:
5020: * tests/: 295.html, results/295.processed: test for issue #948
5021: added
5022:
5023: * src/: classes/hash.C, classes/string.C, classes/table.C,
5024: include/pa_request.h, types/pa_method.h: for getters and setters
5025: to be executed request.put_element should be called, not
5026: context.put_element (fixes issue #948)
5027:
5028: 2013-10-17 moko
5029:
5030: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5031: LIBXML2_NEW_BUFFER check (closes issue #943)
5032:
5033: * buildall: libxml 2.9.1 build is broken --without-reader.
5034:
5035: 2013-10-16 moko
5036:
5037: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5038:
5039: * tests/: 294.html, results/294.processed: test for issue #938
5040:
5041: * src/: classes/xdoc.C, classes/xnode.C,
5042: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5043: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5044:
5045: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5046: libxslt-1.1.26 -> libxslt-1.1.28
5047:
5048: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5049: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5050: to '?', related to issue #938
5051:
5052: 2013-10-15 moko
5053:
5054: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5055: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5056: minor optimizations (closes issue #896)
5057:
5058: * tests/results/: 292.processed, 293.processed: results updated to
5059: comply with issue #896
5060:
5061: * tests/: 292.html, 293.html, results/292.processed,
5062: results/293.processed: tests for json escaping
5063:
5064: 2013-10-14 moko
5065:
5066: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5067: and cleanup, code moved from .h to .C, no changes in code
5068:
5069: 2013-10-12 moko
5070:
5071: * tests/results/119.processed: updated test result commited
5072:
5073: * tests/: 291.html, results/291.processed: test for issue #894
5074: added
5075:
5076: * src/types/pa_wcontext.h: base methods call support function
5077: get_somebody_entered_some_class should not be true forever, as
5078: wcontext can have many get_elements calls (fixes issue #894)
5079:
5080: 2013-10-11 moko
5081:
5082: * tests/: 290.html, results/290.processed: test for junction GPF
5083: issue #942 added
5084:
5085: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5086: to native method fixed (closes issue #942)
5087:
5088: * tests/: 158.html, results/158.processed: test for csv-string[]
5089: added
5090:
5091: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5092: feature #907)
5093:
5094: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5095: feature #907)
5096:
5097: 2013-10-09 moko
5098:
5099: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5100: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5101: types/pa_vstateless_class.C: GET_default, SET_default now works
5102: properly not only in objects, but in classes as well (closes
5103: issue #903)
5104:
5105: * tests/: 289.html, results/289.processed: GET/SET_default now
5106: works in classes, not only objects, test case added, related to
5107: issue #903
5108:
5109: * tests/: 288.html, results/288.processed: test for endless
5110: recursion bug added (related to issue #903)
5111:
5112: 2013-10-05 moko
5113:
5114: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5115: classes/table.C, main/execute.C, types/pa_method.h,
5116: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5117: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5118: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5119: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5120: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5121: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5122: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5123: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5124: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5125: optimization: put_element no longer has "bool areplace" argument,
5126: related to issue #903
5127:
5128: 2013-10-03 moko
5129:
5130: * tests/results/182.processed: result for $.replace(false) test
5131: commited
5132:
5133: * src/classes/date.C: ^date::create(number) processed correctly
5134: (fixes issue #901)
5135:
5136: * src/classes/image.C: as_no_junction removed, as param can be
5137: expression (closes issue #931)
5138:
5139: * tests/233.html: test for issue #931 added
5140:
5141: 2013-10-02 moko
5142:
5143: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5144: modified, test for $.replace(false) added
5145:
5146: * src/main/compile_tools.h: forgotten class replace returned. :)
5147:
5148: 2013-09-30 moko
5149:
5150: * tests/: 141.html, results/141.processed: md5 tainting test added
5151:
5152: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5153: main/compile_tools.h, main/pa_request.C: allow_class_replace
5154: implemented; $.replace option added to ^process and ^use
5155:
5156: 2013-08-27 moko
5157:
5158: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5159: cstr_to_string_body_untaint should be called with charsets for
5160: possible uri language and connection for possible sql language.
5161: related to issue #857
5162:
5163: * buildall: and -> or fixed
5164:
5165: 2013-08-26 moko
5166:
5167: * buildall: prepare_ functions logic changed to support
5168: gc-7.2d.tar.gz extracting to gc-7.2 directory
5169:
5170: 2013-08-23 moko
5171:
5172: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5173: statically
5174:
5175: 2013-08-22 moko
5176:
5177: * src/classes/string.C: String::Empty used (related to issue #912)
5178: append_know_length removed (related to old GPF bug)
5179:
5180: 2013-08-21 moko
5181:
5182: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5183:
5184: * src/classes/math.C: ^math:digest[...;$file] support added
5185: (related to ticket #857
5186:
5187: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5188: implemented
5189:
5190: * src/types/pa_vhashfile.h: warning war
5191:
5192: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5193: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5194: anti_endless_json_string_recoursion removed from request;
5195: json_string_recoursion added to json_options; $.indent[indent
5196: value] now supported and passed within recoursion closes feature
5197: #937
5198:
5199: * tests/: 287.html, results/287.processed: test for feature #937
5200:
5201: 2013-07-31 moko
5202:
5203: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5204: compilation having #define _S
5205:
5206: * src/main/pa_globals.C: cleanup
5207:
5208: 2013-07-30 moko
5209:
5210: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5211: main/pa_common.C: vs2003 warning war
5212:
5213: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5214:
5215: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5216:
5217: * src/lib/md5/pa_sha2.c: warning war
5218:
5219: 2013-07-29 moko
5220:
5221: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5222: patches from github
5223:
5224: * src/: classes/bool.C, classes/double.C, classes/int.C,
5225: classes/memcached.C, include/pa_config_includes.h,
5226: types/pa_vfile.C, types/pa_vfile.h: warning war
5227:
5228: * src/lib/json/json.vcproj: C++ -> C
5229:
5230: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5231:
5232: * src/lib/json/: json.c, pa_json.C: windows compatibility
5233:
5234: * src/lib/json/: json.c, pa_json.C: windows compatibility
5235:
5236: * src/lib/json/: json.c, pa_json.C: warning war
5237:
5238: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5239:
5240: * src/include/pa_config_fixed.h: uint16_t added
5241:
5242: * configure.in: uint16_t check added
5243:
5244: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5245: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5246: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5247: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5248: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5249:
5250: 2013-07-25 moko
5251:
5252: * parser3.sln: dependencies added
5253:
5254: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5255: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5256: module support
5257:
5258: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5259:
5260: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5261:
5262: 2013-07-23 moko
5263:
5264: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5265: PA_DEBUG_GC_MEMORY removed
5266:
5267: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5268: PA_DEBUG_DISABLE_GC compilation fix
5269:
5270: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5271: main/pa_request.C: outdated RESOURCES_DEBUG removed
5272:
5273: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5274: garbage cleanup
5275:
5276: * src/main/pa_common.C: warning war
5277:
5278: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5279:
5280: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5281: minor cleanup
5282:
5283: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5284: uses cygwin, not WIN32 implementation
5285:
5286: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5287: able to exec shell scripts
5288:
5289: * src/classes/math.C: ifdef WIN32 cleanup
5290:
5291: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5292:
5293: * src/classes/curl.C: LT_MODULE_EXT used
5294:
5295: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5296:
5297: 2013-07-22 moko
5298:
5299: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5300: includes fix
5301:
5302: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5303:
5304: * configure.in, src/include/pa_config_includes.h,
5305: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5306: src/main/pa_exec.C: includes cleanup
5307:
5308: * src/targets/cgi/parser3.C: 2012->2013
5309:
5310: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5311:
5312: * configure.in, src/include/pa_config_includes.h,
5313: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5314: src/main/pa_random.C, src/main/pa_socks.C,
5315: src/types/pa_vstatus.C: cygwin support cleanup
5316:
5317: * configure.in: dirent.h check added
5318:
5319: * src/: include/pa_config_includes.h, include/pa_dir.h,
5320: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5321: not copied
5322:
5323: 2013-07-21 moko
5324:
5325: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5326:
5327: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5328: parser3.vcproj: unused getopt.h / getopt.c removed
5329:
5330: * operators.txt, src/classes/file.C, tests/022.html,
5331: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5332: $.stat(true)] usage commented
5333:
5334: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5335: src/main/pa_dir.C: ^file:list[] now has dir column and when
5336: $.stat(true) it has size/*date columns modified patch from misha@
5337: that closes issue #914.
5338:
5339: * src/: include/pa_config_includes.h, main/pa_globals.C:
5340: PA_RELEASE_ASSERTS removed
5341:
5342: * src/lib/md5/pa_md5c.c: minor cleanup
5343:
5344: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5345: localeconv()->decimal_point usage remoed (related to issue #934)
5346:
5347: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5348: cordprnt.c removed
5349:
5350: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5351: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5352: pa-include/pa_strings.h: includes cleanup
5353:
5354: * src/lib/md5/pa_md5c.c: headers cleanup
5355:
5356: 2013-07-20 moko
5357:
5358: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5359: cleanup
5360:
5361: 2013-07-19 moko
5362:
5363: * src/classes/math.C: extern "C" added for crypt
5364:
5365: 2013-07-18 moko
5366:
5367: * src/classes/math.C: fix redhat7.2 build
5368:
5369: 2013-07-17 moko
5370:
5371: * configure.in, src/include/pa_config_includes.h,
5372: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5373: added for uint8/32/64_t)
5374:
5375: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5376: pa_config_includes.h used for uint32/64_t
5377:
5378: 2013-07-16 moko
5379:
5380: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5381: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5382: war
5383:
5384: * src/main/compile.tab.C: compile.y was updated
5385:
5386: * src/main/compile.y: warning war
5387:
5388: * src/: include/pa_exception.h, main/pa_exception.C,
5389: main/pa_xml_exception.C: warning war
5390:
5391: * src/: include/pa_common.h, main/pa_common.C: warning war
5392:
5393: * configure.in: beauty :)
5394:
5395: * tests/: 141.html, results/141.processed: sha256/512 added
5396:
5397: 2013-07-13 moko
5398:
5399: * src/lib/md5/md5.vcproj: sha2 added
5400:
5401: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5402: classes/math.C: sha2 support (sha256/sha512 digest)
5403:
5404: 2013-07-08 moko
5405:
5406: * src/classes/image.C: directory read or other read problem message
5407: fixed (related to issue #933)
5408:
5409: 2013-07-07 moko
5410:
5411: * AUTHORS: + misha + moko. :)
5412:
5413: 2013-07-06 moko
5414:
5415: * src/: classes/curl.C, include/pa_globals.h,
5416: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5417: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5418: for lt_dlinit to be called once and lt_dlexit called at right
5419: place (related to issue #925)
5420:
5421: 2013-07-04 moko
5422:
5423: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5424: VString::as_vfile now uses vfile.set_binary_string to avoid
5425: content-type to be set, as it brokes badly designed logic in
5426: response output. This hopefully finishes issue #928.
5427:
5428: * tests/results/: 256.processed, 286.processed: file now displayed
5429: as name, size, mode, content-type
5430:
5431: * src/main/pa_common.C: read error now reported cottectly (fixes
5432: issue #933
5433:
5434: 2013-06-28 moko
5435:
5436: * tests/: 286.html, results/286.processed: test extended
5437:
5438: * tests/: 286.html, results/286.processed: Test for issue #928
5439: added. it tests default content-type change.
5440:
5441: * src/types/pa_vfile.C: closes issue #928 - default content-type
5442: now updated
5443:
5444: 2013-06-25 moko
5445:
5446: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5447: content-type for text/binary files without name added;
5448: ^file::create[$f;...] options now works properly and $f
5449: properties are default (fixes issue #928)
5450:
5451: 2013-05-16 misha
5452:
5453: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5454: added
5455:
5456: * src/main/pa_table.C: - a tiny memory optimisation while creating
5457: table if specified limit is bigger than source rows count
5458:
5459: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5460: added ( new feature: #858 )
5461:
5462: 2013-04-29 moko
5463:
5464: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5465: $.ipresolve(0|1|2) added (closes issue #891)
5466:
5467: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5468:
5469: 2013-04-24 moko
5470:
5471: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5472: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5473: types/pa_vmemcached.h: ^memcache.release[] added, calls
5474: memcached_quit (refs #893)
5475:
5476: 2013-04-22 moko
5477:
5478: * src/: include/pa_string.h, main/pa_common.C: no more double
5479: slashes in file path (fixes bug #872)
5480:
5481: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5482: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5483: #739)
5484:
5485: * tests/results/266.processed: $.max_params added (feature #915)
5486:
5487: * src/: include/pa_common.h, main/pa_http.C: response-charset
5488: option added to file::load (closes issue #867)
5489:
5490: 2013-04-20 misha
5491:
5492: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5493: commited
5494:
5495: 2013-03-15 misha
5496:
5497: * src/classes/: hash.C, table.C: - Optimisation: do not create
5498: multiple empty strings while ::sql. uae String::Empty instead
5499:
5500: 2013-03-14 misha
5501:
5502: * src/classes/reflection.C: - for user classes
5503: ^reflection:method_info[] returns $.max_params and $.extra_param
5504: with $.call_type if they available ( new feature: #915 )
5505:
5506: * src/classes/file.C: - ^file:delete[] now supports an option
5507: $.exception(false) that suppress any exception while deleting
5508: file ( new feature: #916 )
5509:
5510: * src/classes/curl.C: - parsing cookies after curl:load now should
5511: work :)
5512:
5513: 2013-03-12 misha
5514:
5515: * src/types/pa_vfile.C: - if specified file_name is empty string
5516: set default name for the file
5517:
5518: 2013-03-11 misha
5519:
5520: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5521: also available in $f.cookies
5522:
5523: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5524: moved to a separate method
5525:
5526: 2013-03-10 moko
5527:
5528: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5529: added
5530:
5531: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5532: removed (declared by autoconf)
5533:
5534: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5535: uint32_t define
5536:
5537: 2013-03-10 misha
5538:
5539: * src/classes/file.C: ^file:delete and ^file:move now support
5540: option $.keep-empty-dirs(true) ( new feature: #884 )
5541:
5542: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5543: empty dirs is added
5544:
5545: 2013-03-10 moko
5546:
5547: * src/classes/: bool.C, double.C, int.C: default can be present,
5548: but default check removed from ^int/double/bool.int/double/bool
5549: for string.int/double/bool compatibility (related to issue #913)
5550:
5551: * src/classes/string.C: ^string.int/dobule/bool no longer
5552: internally throws exception if default is present (closes issue
5553: #913)
5554:
5555: 2013-03-09 misha
5556:
5557: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5558: optimisations ( #845 )
5559:
5560: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5561:
5562: 2013-03-08 moko
5563:
5564: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5565: creates correct table (fixes issue #910)
5566:
5567: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5568: use outside of 'connect' operator (fixes issue #911)
5569:
5570: * tests/results/: 096.processed, 122.processed: test results
5571: updated as doubles now printed with 15 significant digits, not 5
5572: (fixes issue #882)
5573:
5574: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5575: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5576:
5577: 2013-02-21 moko
5578:
5579: * src/classes/table.C: _locate_name_value does not check arguments
5580: count, so we check it in advance (fixes issue #905)
5581:
5582: 2012-10-23 moko
5583:
5584: * buildall: old shell for and echo compatibility (for six)
5585:
5586: 2012-10-19 moko
5587:
5588: * buildall: --strip added --disable-safe-mode listed in usage
5589:
5590: 2012-10-17 misha
5591:
5592: * src/classes/op.C: - apply-taint should not throw "outside
5593: connect" exception with sql lang now
5594:
5595: 2012-10-17 moko
5596:
5597: * src/main/pa_request.C: bugfix: safe mode should be inited for
5598: each request (for apache module)
5599:
5600: 2012-09-26 moko
5601:
5602: * src/doc/doxygen.cfg: png -> svg
5603:
5604: 2012-09-25 moko
5605:
5606: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5607: test added
5608:
5609: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5610: double use when key is long
5611:
5612: 2012-09-16 moko
5613:
5614: * src/classes/math.C: Format -> Method Encode -> Format
5615:
5616: * tests/: 141.html, results/141.processed: math:digest hmac test
5617: added
5618:
5619: 2012-09-14 moko
5620:
5621: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5622: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5623: implementation added
5624:
5625: 2012-09-12 moko
5626:
5627: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5628: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5629: targets.dox and string.dox slightly actualized
5630:
5631: 2012-08-31 moko
5632:
5633: * ChangeLog: now generated with patched cvs2cl.pl
5634:
5635: 2012-07-29 moko
5636:
5637: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5638: result should be pushed after VMethodFrame destructor is called,
5639: as it deletes junctions from stack params (fixes issue #868)
5640:
5641: 2012-07-23 moko
5642:
5643: * INSTALL, README: buildall script usage documented, other outdated
5644: info updated.
5645:
5646: * buildall-with-xml, buildall-without-xml: replaced by buildall
5647:
5648: 2012-07-21 moko
5649:
5650: * buildall: glib does not compile when threads are disabled...
5651:
5652: * src/types/pa_vmail.C: g_assertion fixes for empty input
5653:
5654: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5655: unref, can't unref nested objects)
5656:
5657: * src/types/pa_vmail.C: another check added
5658:
5659: 2012-07-19 moko
5660:
5661: * buildall: usage added
5662:
5663: * buildall: new buildall script that unites buildall-with-xml,
5664: buildall-without-xml, --with-apache and --with-mailreceive
5665:
5666: * configure.in: support for static gmime and dynamic glib linking.
5667: fixes for FreeBSD
5668:
5669: 2012-07-17 moko
5670:
5671: * configure.in: --with-mailreceive replaced
5672: --with-static-mailreceive and --with-shared-mailreceive pathlink
5673: removed
5674:
5675: 2012-07-16 moko
5676:
5677: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5678: capitalized, content now decoded and text content converted to
5679: $request:charset. all properties are accessed by functions, this
5680: ready for dynamic load.
5681:
5682: 2012-06-28 moko
5683:
1.116 moko 5684: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5685: 32 bit
1.95 moko 5686:
5687: 2012-06-27 moko
5688:
5689: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5690: passive ftp
5691:
5692: * src/lib/ltdl/ltdl.vcproj: release build fixed
5693:
5694: * configure.in: 3.4.2 RC -> 3.4.2
5695:
5696: 2012-06-22 moko
5697:
5698: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5699: #815)
5700:
5701: * tests/: 284.html, results/284.processed: output options test
5702: (feature #265)
5703:
5704: 2012-06-22 misha
5705:
5706: * tests/215.html: - little changes
5707:
5708: 2012-06-21 moko
5709:
5710: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5711: types/pa_vxdoc.h: output_options returned and used (bugfix for
5712: feature #265)
5713:
5714: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5715: breaks long .*, default 10M restored. (issue #216)
5716:
5717: * tests/: 283.html, results/283.processed: test for issue #815
5718: added
5719:
5720: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5721: again, cstrm not required.
5722:
5723: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5724: Win32 and broken FreeBSD (issue #45)
5725:
5726: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5727:
5728: * src/main/pa_string.C: warnings war
5729:
5730: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5731: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5732: main/pa_socks.C, targets/apache/pa_threads.C,
5733: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5734: types/pa_vstatus.C: compilation under cygwin fixed
5735:
5736: 2012-06-19 moko
5737:
5738: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5739: Windows fixed
5740:
5741: * parser3.sln: removed antique pcre_ctype
5742:
5743: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5744:
5745: * src/include/pa_config_fixed.h: undefined reference to
5746: __imp__pcre_* fix for Windows
5747:
5748: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5749: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5750: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5751: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5752: define fixed
1.95 moko 5753:
5754: 2012-06-18 moko
5755:
5756: * src/classes/memcached.C: flush -> clear
5757:
5758: * src/classes/memcached.C: memcached does not support quotes even
5759: in server name
5760:
5761: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5762: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5763: called on open to check servers existance. $.key(true) syntax
5764: now supported
5765:
5766: 2012-06-17 moko
5767:
5768: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5769: cleanup
5770:
5771: * src/classes/table.C, tests/282.cfg, tests/282.html,
5772: tests/results/282.processed: encloser at the EOF bug fixed,
5773: incorrectly enclosed data now processed more logicaly (fixes
5774: #339)
5775:
5776: 2012-06-15 moko
5777:
5778: * buildall-without-xml: sync with buildall-with-xml
5779:
5780: * buildall-with-xml: download auto-detected between fetch and curl
5781:
5782: * configure.in: --with-gc and --with-pcre now also processed
5783: correctly
5784:
1.116 moko 5785: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5786: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5787: should be run on rol1 using automake / aclocal (GNU automake)
5788: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5789:
5790: * configure.in: new PARSER_VERSION logic
5791:
5792: * src/include/pa_version.h: new pa_version.h logic
5793:
5794: * src/: classes/curl.C, classes/file.C, classes/image.C,
5795: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5796: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5797: feols_normalized -> fis_text_content set_binary added
5798:
5799: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5800:
5801: 2012-06-15 misha
5802:
5803: * src/: classes/curl.C, classes/file.C, classes/image.C,
5804: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5805: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5806: ^file::create[text;content] EOLs in content now is normalized. (
5807: new feature: #815 )
5808:
5809: 2012-06-15 moko
5810:
5811: * configure.in: --disable-version-update added to disable version
5812: update with host information (for debian package) whitespace
5813: optimized
5814:
5815: * configure.in: version changed to 3.4.2 RC no-pic added for
5816: libtool
5817:
5818: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5819: it.
5820:
5821: 2012-06-14 moko
5822:
5823: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5824: tests/results/281.processed: "hash flocked" error removed for
5825: safe operations like ^h._count[] ( new feature: #335 )
5826:
1.116 moko 5827: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5828:
5829: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5830:
5831: * configure.in: --with-static/shared xml replaced with --with-xml,
5832: xml compilation check added
5833:
5834: * configure.in: --with-static/shared-gc, --with-static-pcre are
5835: replaced with --with-gc and --with-pcre test for pcre linking
5836: added
5837:
5838: 2012-06-13 moko
5839:
5840: * configure.in: apxs2 check optimized
5841:
5842: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5843: .la, includes optimized
5844:
5845: * buildall-with-xml: --with-pic looks better for -fPIC
5846:
5847: * configure.in: switched to convenience library in static linking
5848:
5849: * src/targets/apache/Makefile.am: switched to convenience library
5850: usage to avoid libtool warnings
5851:
5852: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5853: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5854: smtp/Makefile.am: switched to convenience library usage
5855:
5856: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5857:
5858: * src/targets/apache/Makefile.am: updated for libtool usage
5859:
5860: * buildall-without-xml: --with-included-ltdl added
5861:
5862: * buildall-without-xml: sync with buildall-with-xml
5863:
5864: * buildall-with-xml: --with-included-ltdl added $cflags added for
5865: -fPIC for x64 $download added for wget success check added
5866:
5867: * buildall-without-xml: --with-dynamic-stdcpp removed
5868:
5869: * configure.in: disable-static returned
5870:
5871: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5872: LIBTOOLFLAGS
5873:
5874: 2012-06-12 moko
5875:
5876: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5877: compatible with LIBTOOLFLAGS for unknown reasons
5878:
5879: * buildall-with-xml: --with-dynamic-stdcpp removed
5880:
5881: * configure.in: static/dynamic -lstdc++ linking option removed
5882: apxs2 check added
5883:
5884: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5885: option removed
5886:
5887: 2012-06-10 moko
5888:
5889: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5890: added
5891:
5892: * src/targets/cgi/pp3.cmd: old PAF stuff
5893:
1.116 moko 5894: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5895: beauty
1.95 moko 5896:
5897: * depcomp: from libtool 2.4.2
5898:
5899: * configure.in: ltdl directory removed, it has correct Makefile.in
5900:
5901: 2012-06-09 moko
5902:
1.116 moko 5903: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5904: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5905: autogenerated files updated after libtool update
5906:
1.116 moko 5907: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5908: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5909: config_auto.h.in, config_fixed.h, configure, configure.ac,
5910: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5911: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5912: config/compile, config/config.guess, config/config.sub,
5913: config/depcomp, config/install-sh, config/ltmain.sh,
5914: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5915: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5916: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5917: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5918: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5919: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5920: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5921: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5922:
5923: * configure.in: preparation for new libtool
5924:
5925: * configure.in: Some beauty added :)
5926:
5927: * src/targets/apache/Makefile.am: := -> =
5928:
5929: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5930: again. :)
5931:
5932: * src/include/pa_config_includes.h, configure.in: limits.h added,
5933: previously was taken from pcre_internal.h. :)
5934:
5935: * src/lib/pcre/Makefile.am: config.h returned
5936:
5937: * src/lib/pcre/config.h: still need this. :)
5938:
5939: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5940:
5941: * configure.in: --with-charsets removed; --with-mysql-client & co
5942: removed
5943:
5944: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5945: now in parser tree, no need to copy
5946:
5947: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5948: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5949: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5950: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5951: extracts now used old trash removed
5952:
5953: * etc/parser3.charsets/Makefile.am: charsets now in share
5954: (debian/patches/104_automake.patch) + all charsets are copied
5955:
5956: * buildall-with-xml, buildall-without-xml: curl option removed +
5957: extra arguments now supported
5958:
5959: 2012-06-08 misha
5960:
5961: * src/classes/table.C: - one params.as_hash usage was rolled back:
5962: the 2nd option in ^table.hash[] could be hash or table so
5963: .as_hash will throw an exception when table option is specified
5964:
5965: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5966: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5967: classes/table.C, classes/void.C, classes/xdoc.C,
5968: include/pa_exception.h, types/pa_vmethod_frame.C,
5969: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5970: and improved (whitespaces are allowed as empty options) -
5971: MethodParams::as_table is added - above methods are used for
5972: parsing methods' options ( new feature: #9 )
5973:
5974: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5975: to vclass. now class fields can be accessible as a hash:
5976: $h[^hash::create[$asd:CLASS]]
5977:
5978: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5979: have get_fields method so their fields can be accessed with
5980: ^reflection:fields[...] & ^reflection:field[...]
5981:
5982: 2012-06-06 misha
5983:
5984: * tests/280.html: - tests for
5985: ^reflection:method[obj-or-class;method],
5986: ^reflection:field[obj-or-class;field] and
5987: ^reflection:fields[obj-or-class] are added
5988:
5989: 2012-06-05 misha
5990:
5991: * src/classes/reflection.C: - ^reflection:method[class or
5992: object;method name] and ^reflection:field[class or object;field
5993: name] are added
5994:
5995: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5996: is used
5997:
5998: * src/types/pa_method.h: - Method::as_vjunction method is added
5999:
6000: 2012-06-05 moko
6001:
1.116 moko 6002: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6003:
6004: * src/classes/memcached.C: flish ttl fixed
6005:
6006: 2012-06-04 moko
6007:
6008: * src/classes/json.C, src/classes/op.C, tests/279.html,
6009: tests/results/279.processed: ^json:parse[] now supports $.taint
6010: option (new feature #833)
6011:
6012: 2012-06-04 misha
6013:
6014: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6015: - search_stop method was moved from pa_vcookie.C to pa_common.C
6016:
6017: 2012-06-03 misha
6018:
6019: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6020: cookies are parced and stored into $.cookies ( new feature: #31 )
6021:
6022: 2012-05-30 misha
6023:
6024: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6025: incomplete class into a scope while @USE is found
6026:
6027: * src/main/compile.y: - add incomplete class into a scope while
6028: @USE and @CLASS instructions are found ( bugfix: #838 )
6029:
6030: 2012-05-30 moko
6031:
6032: * src/types/pa_vclass.C, tests/278.html,
6033: tests/results/278.processed: removed "property has no getter
6034: method" exception when GET_DEFAULT present (fixes #269)
6035:
6036: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6037: $._default
6038:
6039: 2012-05-29 moko
6040:
6041: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6042: uninitialized values usage (new feature: #154)
6043:
6044: 2012-05-28 moko
6045:
6046: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6047: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6048: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6049: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6050: src/types/pa_vobject.C, src/types/pa_vobject.h,
6051: src/types/pa_vstring.h, src/types/pa_vtable.C,
6052: tests/results/277.processed, src/types/pa_vtable.h,
6053: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6054: ^json:string[$o; $.default[$method]] implemented for VObject (new
6055: feature #803)
6056:
6057: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6058: tests/results/277.processed: json numbers are now treated as
6059: double ( new feature: #834 )
6060:
6061: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6062: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6063: added for out of range checks, zero division in vint/vdouble
6064: check added ( fixes #832 )
6065:
6066: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6067: ( fixes #832 )
6068:
6069: 2012-05-28 misha
6070:
6071: * buildall-with-xml: - --without-lzma option is added to libxml2
6072: configure
6073:
6074: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6075: added - tests for unsupported values for options $.file, $.table
6076: and $.date are added
6077:
6078: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6079: accepts "stat" $.file[] option's value in addition to existed
6080: "text" and "base64" ( new feature: #835 )
6081:
6082: * tests/276.html: - test for
6083: ^reflection:delete[$object-or-class;field-name]
6084:
6085: * src/classes/reflection.C: -
6086: ^reflection:delete[$object-or-class;field-name] is added ( new
6087: feature: #268 )
6088:
6089: 2012-05-27 misha
6090:
6091: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6092:
6093: 2012-05-24 misha
6094:
6095: * src/include/pa_common.h: - method lastposafter was removed
6096:
6097: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6098: lastposafter - ^file:dirname[] & Co proper handle windows file
6099: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6100: work as *nix commands
6101:
6102: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6103:
6104: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6105: rskipchars were added
6106:
6107: * tests/270.html: - more tests for ^file:find[]
6108:
6109: * tests/065.html: - more tests for ^file:dirname[] & Co
6110:
6111: * src/include/pa_version.h: - must be "win32" here. it is
6112: auto-generated on *nix
6113:
6114: 2012-05-24 moko
6115:
6116: * src/classes/math.C: ^math:convert[] now supports uint32 and
6117: throws overflow exception ( new feature: #830 )
6118:
6119: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6120: uint32 support and overflow added ( new feature: #830 )
6121:
6122: 2012-05-23 moko
6123:
6124: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6125: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6126: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6127: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6128: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6129: types/pa_vregex.h, types/pa_vstateless_class.C,
6130: types/pa_vstateless_class.h, types/pa_vstring.h,
6131: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6132: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6133: "return string as-is" removed from as_expr_result. ( new feature:
6134: #831 )
6135:
6136: * tests/results/244.processed: test changed after bug #782 fix
6137: commited
6138:
6139: * tests/results/229.processed: test results for bug #782 commited
6140:
6141: * tests/: 254.html, results/254.processed: uid now just compared,
6142: not printed. :)
6143:
6144: 2012-05-20 moko
6145:
6146: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6147: feature: #341 )
6148:
6149: * tests/: 254.html, results/254.processed: test for
6150: ^reflection:uid[] added
6151:
6152: * tests/: 254.html, results/254.processed: test for
6153: ^reflection:uid[$obj] added
6154:
6155: 2012-05-17 misha
6156:
6157: * src/main/untaint.C: - do not replace ' char by _26 while
6158: exploding filespec-tainting ( new feature: #829 )
6159:
6160: 2012-05-12 moko
6161:
6162: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6163: not.
6164:
6165: 2012-05-08 moko
6166:
6167: * src/types/pa_vmethod_frame.h: bug #782 fixed
6168:
6169: * tests/229.html: test for bug #782
6170:
6171: * tests/results/259.processed, src/main/pa_request.C,
6172: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6173: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6174: src/types/pa_vvoid.h: feature #154 - first empty param now
6175: string; defined locals are empty strings; $STRICT-VARS(true)
6176: added
6177:
6178: 2012-04-27 moko
6179:
1.116 moko 6180: * src/targets/apache/Makefile.am:
1.95 moko 6181: ../../lib/memcached/libmemcached.a added
6182:
6183: 2012-04-27 misha
6184:
6185: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6186: ( #827 )
6187:
6188: 2012-04-25 moko
6189:
6190: * src/: classes/json.C, classes/memcached.C,
6191: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6192: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6193: implemented.
6194:
6195: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6196:
6197: 2012-04-23 moko
6198:
6199: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6200: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6201: types/pa_vmemcached.h: open allows options hash for new
6202: memcached(options) function
6203:
6204: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6205: not appended
6206:
6207: 2012-04-21 moko
6208:
6209: * src/classes/curl.C: '' added. :)
6210:
6211: * src/classes/classes.vcproj: new curl.h location
6212:
6213: * src/classes/curl.C: verbose output redirection from stderr to
6214: file curl option added
6215:
6216: 2012-04-20 moko
6217:
6218: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6219: contains what we need from curl, #ifdef HAVE_CURL removed
6220:
1.116 moko 6221: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6222: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6223: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6224: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6225: configure option
6226:
6227: 2012-04-19 moko
6228:
6229: * src/: classes/double.C, classes/inet.C, classes/int.C,
6230: classes/string.C, lib/gc/include/gc_allocator.h,
6231: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6232: options from sql_result_string removed. (closes issue #468)
6233:
6234: * src/types/pa_vmemcached.C: empty string fix
6235:
6236: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6237: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6238: pa_vmemcached.C
6239:
6240: 2012-04-18 moko
6241:
6242: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6243: apache2-mpm-prefork" error displayed in threaded mpm.
6244:
6245: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6246: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6247: installed (issue #354)
6248:
6249: 2012-04-16 moko
6250:
6251: * src/types/pa_vmemcached.C: call to memcached_result_create and
6252: memcached_result_free removed
6253:
6254: 2012-04-14 moko
6255:
6256: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6257:
6258: * src/types/pa_vmemcached.C: check_key added and used
6259:
6260: 2012-04-13 moko
6261:
6262: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6263: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6264: Serialization_data now added and used, VString now serialized
6265: with languages into memcached.
6266:
6267: 2012-03-28 moko
6268:
6269: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6270: lib/memcached/pa_memcached.h: result lengths added
6271:
6272: 2012-03-27 moko
6273:
6274: * src/types/pa_vmemcached.C: strdup added
6275:
6276: 2012-03-24 moko
6277:
6278: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6279: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6280: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6281:
6282: 2012-03-20 moko
6283:
1.116 moko 6284: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6285:
6286: * src/targets/cgi/Makefile.am: cleanup
6287:
6288: * src/: types/Makefile.am, types/pa_vmemcached.C,
6289: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6290:
6291: * src/: classes/Makefile.am, classes/memcached.C,
6292: lib/memcached/Makefile.am, lib/memcached/constants.h,
6293: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6294: lib/memcached/types.h, lib/Makefile.am: memcached initial
6295:
6296: 2012-03-16 moko
6297:
6298: * src/main/execute.C: ident now works under Linux + ident displays
6299: filenames (closes issue #818)
6300:
1.116 moko 6301: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6302: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6303: pa_vmethod_frame_local.h removed
6304:
6305: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6306: classes/classes.h, classes/curl.C, classes/date.C,
6307: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6308: classes/hashfile.C, classes/image.C, classes/inet.C,
6309: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6310: classes/memory.C, classes/op.C, classes/reflection.C,
6311: classes/regex.C, classes/response.C, classes/string.C,
6312: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6313: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6314: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6315: include/pa_config_fixed.h, include/pa_config_includes.h,
6316: include/pa_dictionary.h, include/pa_dir.h,
6317: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6318: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6319: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6320: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6321: include/pa_request_charsets.h, include/pa_request_info.h,
6322: include/pa_sapi.h, include/pa_socks.h,
6323: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6324: include/pa_stack.h, include/pa_string.h,
6325: include/pa_stylesheet_connection.h,
6326: include/pa_stylesheet_manager.h, include/pa_table.h,
6327: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6328: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6329: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6330: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6331: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6332: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6333: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6334: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6335: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6336: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6337: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6338: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6339: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6340: main/pa_string.C, main/pa_stylesheet_connection.C,
6341: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6342: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6343: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6344: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6345: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6346: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6347: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6348: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6349: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6350: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6351: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6352: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6353: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6354: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6355: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6356: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6357: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6358: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6359: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6360: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6361: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6362: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6363: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6364: types/pa_vresponse.h, types/pa_vstateless_class.C,
6365: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6366: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6367: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6368: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6369: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6370: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6371: ident now works under Linux + ident displays filenames (closes
6372: issue #818) Copyright updated
6373:
6374: 2012-03-13 moko
6375:
6376: * src/main/pa_string.C: compilation fix for feature #741
6377:
6378: 2012-03-09 misha
6379:
6380: * tests/193.html: - tests for ^string:base64[encoded] are updated
6381:
6382: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6383: now detects invalid base64 chars in the middle of encoded stricg
6384: ( new feature: #55 )
6385:
6386: * src/include/pa_exception.h: - new exception type for base64
6387: decoding is added
6388:
6389: 2012-03-06 misha
6390:
6391: * tests/274.html: - tests for ^date::today[] and
6392: ^date.sql-string[datetime|date|time] are added
6393:
6394: * src/classes/date.C: - constructor ^date::today[] is added ( new
6395: feature: #811 ) - ^date.sql-string[] now can accept one param --
6396: strings "datetime", "date" or "time" - comments tidying up
6397:
6398: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6399: date and time
6400:
6401: 2012-03-03 misha
6402:
6403: * tests/193.html: - tests for
6404: ^string:base64[encoded;$.strict(true)] are added
6405:
6406: * tests/results/auto.p: - try-catch operator is added
6407:
6408: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6409: main/pa_common.C: - $.strict(true|false) option is added to
6410: base64 decode methods ( new feature: #55 )
6411:
6412: * src/main/pa_common.C: - base64 decode memory usage was decreased
6413: ( new feature: #819 )
6414:
6415: 2012-02-28 moko
6416:
6417: * src/classes/hash.C: ident test
6418:
6419: 2012-02-27 misha
6420:
6421: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6422:
6423: 2012-01-08 misha
6424:
6425: * tests/273.html: - tests for ^string.replace[from;to] are added
6426:
6427: * src/: classes/string.C, include/pa_dictionary.h,
6428: main/pa_dictionary.C, main/pa_string.C: -
6429: ^string.replace[from;to] is added ( new feature: #741 ) -
6430: ^string.replace[one subst here] is slightly optimized
6431:
6432: 2011-12-07 misha
6433:
6434: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6435: named table with one empty column ( bugfix: #63 )
6436:
6437: 2011-11-30 misha
6438:
6439: * src/classes/json.C: - it's possible to set user's method for
6440: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6441: #763 )
6442:
6443: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6444:
6445: 2011-11-23 misha
6446:
6447: * src/: classes/curl.C, classes/file.C, classes/image.C,
6448: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6449: types/pa_vfile.h, types/pa_vform.C: - constructor
6450: ^file::create[mode;filename;content[;options]] now accepts binary
6451: mode and file-content - new constructor's format:
6452: ^file::create[string-or-file-content[;$.name[filename]
6453: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6454: feature: #65 )
6455:
6456: * src/: include/pa_request.h, main/pa_request.C: - new method
6457: mime_type_of(const String*) is added
6458:
6459: * src/include/pa_exception.h: - new exception constant
6460: FILE_NAME_MUST_BE_SPECIFIED is added
6461:
6462: * src/classes/table.C: - bug with negative offset transformed into
6463: a feature. it means pointing to a row from the end of the table (
6464: new feature: #810 )
6465:
6466: 2011-11-19 misha
6467:
6468: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6469: â ìåòîäå _select ( new feature: #810 )
6470:
6471: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6472: options were specified together is simplified
6473:
6474: 2011-11-12 misha
6475:
6476: * src/main/pa_request.C: - forgotten fix for escaping filename in
6477: HTTP content-disposition header (a part of bug #361 )
6478:
6479: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6480: checks for ancestors' classes as well ( new feature: #456 )
6481:
6482: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6483: "without cycle" now have types "parser.break" and
6484: "parser.continue" instead of "parser.runtime" ( new feature: #799
6485: )
6486:
6487: 2011-11-11 misha
6488:
6489: * tests/results/: 099.processed, 100.processed, 205.processed,
6490: 237.processed: - since bug #361 was fixed the content of filename
6491: in HTTP headers is quoted
6492:
6493: * tests/results/270.processed: - result for test 270
6494:
6495: * tests/: 065.html, results/065.processed: - more tests for
6496: ^file:basename[] & Co were added
6497:
6498: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6499:
6500: * tests/270.html: - tests for ^file:find[] are added
6501:
6502: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6503: using option $.charset. option $.engoding is still supported but
6504: these options can not be specified together
6505:
6506: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6507: comparation charset name with string "UTF-8" ( bugfix: #759 )
6508:
6509: 2011-10-11 misha
6510:
6511: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6512: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6513: #622)
6514:
6515: 2011-09-30 misha
6516:
6517: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6518: exception "saving stat-ed file" ( bugfix: #395 )
6519:
6520: 2011-05-30 misha
6521:
6522: * src/classes/string.C: - fixed bug which was added with
6523: params.as_hash into string:sql
6524:
6525: 2011-05-29 misha
6526:
6527: * src/types/pa_value.C: - filename in content-disposition header
6528: must be quoted ( bugfix: #361 )
6529:
6530: 2011-05-27 misha
6531:
6532: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6533: created file
6534:
6535: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6536: usage
6537:
6538: * src/include/pa_exception.h: - one more string for exception was
6539: added
6540:
6541: 2011-05-25 misha
6542:
6543: * tests/269.html: - tests for checking input params in some dom
6544: methods
6545:
6546: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6547: was added. it isn't possible not wo create xdoc with invalid
6548: tagName. ( bugfix: #160 )
6549:
6550: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6551: string "data must be string" was mover from pa_exception.h to
6552: pa_xml_exception.h
6553:
6554: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6555: as_xmlncname, as_xmlname and as_xmlnsuri were added
6556:
6557: * src/main/pa_xml_exception.C: - XmlException accepts more options
6558:
6559: * src/include/pa_xml_exception.h: - XmlException accepts more
6560: options - XML-related exception's strings were added
6561:
6562: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6563: output_options were removed)
6564:
6565: 2011-05-19 misha
6566:
6567: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6568: params.as_hash is used more while parsing methods hash-options
6569:
6570: 2011-05-18 misha
6571:
6572: * operators.txt: - info about json-serialization of xdoc was added
6573:
6574: * tests/256.html: - tests for json-serialization xdoc were added
6575:
6576: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6577:
6578: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6579: classes/json.C, classes/xdoc.C: - now json:string can serialize
6580: xdoc-objects. options (the same as ^xdoc.string[]) could be
6581: specified in $.xdoc[] ( new feature: #265 )
6582:
6583: 2011-05-15 misha
6584:
6585: * tests/268.html: - tests for ^table.count[with options] were added
6586:
6587: * src/classes/table.C: - method ^table.count[] now can accept
6588: options ( new feature: #93 ): ^table.count[column] returns number
6589: of columns for named table; ^table.count[cells] returns number of
6590: cells in the current row; ^table.count[] & ^table.count[rows]
6591: return number of rows in a table.
6592:
6593: * tests/267.html: - test for checking switch/case in boolean mode
6594: was added
6595:
6596: * src/classes/op.C: - if switch's or case's value is bool, they are
6597: compared as bool values, not as double values: new feature: #351
6598:
6599: 2011-05-06 misha
6600:
6601: * tests/242.html: - EOL before EOF was added
6602:
6603: * tests/169.html: - tests for splitting empty string and void were
6604: added
6605:
6606: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6607: returned table with one empty cell)
6608:
6609: 2011-04-03 misha
6610:
6611: * src/include/pa_version.h, configure.in: - version in head was
6612: changed to 3.4.2b
6613:
6614: 2011-03-30 misha
6615:
6616: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6617: as well ( new feature #294 )
6618:
6619: 2011-03-29 misha
6620:
6621: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6622: limited to approx. 6 MB. previous limits were too big for real
6623: life. bugfix: #216
6624:
6625: 2011-03-04 moko
6626:
6627: * etc/parser3.charsets/cp866.cfg: Conforms to
6628: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6629:
6630: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6631: vlalek@
6632:
6633: 2011-02-22 misha
6634:
6635: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6636: be under #ifdef XML or parser can't be compiled without xml
6637: support
6638:
6639: 2011-02-21 misha
6640:
1.116 moko 6641: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6642: ApacheModuleParser3.vcproj was removed
6643:
6644: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6645: removed)
6646:
6647: 2011-02-20 misha
6648:
6649: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6650: $.overridden in ^reflection:method_info[...] were added
6651:
6652: * src/classes/reflection.C: - beautifying result of
6653: ^reflection:method_info[] ($.overridden/inherited)
6654:
6655: 2011-02-18 misha
6656:
6657: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6658: and pa_isalnum instead of isalpha and isalnum - bug with
6659: redundand quoting lowercased latin chars while building email
6660: body was fixed
6661:
6662: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6663: added (they check for latin chars only)
6664:
6665: 2011-02-16 misha
6666:
6667: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6668: string size for transcoding gave too small value (should ever
6669: look for availability char in dest charset inspite of the char
6670: size)
6671:
6672: 2011-02-04 moko
6673:
6674: * tests/223.html: header values now not url-encoded (issue #195)
6675:
6676: 2011-02-01 misha
6677:
6678: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6679:
6680: 2011-01-31 misha
6681:
6682: * src/main/pa_request.C: - throw exception if param file_name in
6683: use_file is empty
6684:
6685: 2011-01-08 moko
6686:
6687: * src/classes/curl.C: compilations errors fixed
6688:
6689: 2010-12-29 moko
6690:
6691: * tests/: 265.html, results/265.processed: test for issue #200
6692: added
6693:
6694: * src/main/pa_string.C: empty regex result check added (fixes issue
6695: #200)
6696:
6697: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6698:
6699: * tests/results/223.processed: header values now not url-encoded
6700: (issue #195)
6701:
6702: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6703: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6704: pa_http_safe_header_name added for headers names (fixes bug #195)
6705:
6706: 2010-12-18 misha
6707:
6708: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6709: => pa-include
6710:
6711: 2010-11-28 moko
6712:
6713: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6714:
6715: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6716: -> pa
6717:
6718: * configure.in: apr -> pa
6719:
6720: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6721:
6722: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6723: classes/Makefile.am, types/Makefile.am: apr -> pa
6724:
6725: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6726: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6727: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6728: pa-include/pa_apr.h, pa-include/pa_errno.h,
6729: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6730: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6731: module apr name conflict resolved)
6732:
6733: 2010-11-27 misha
6734:
6735: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6736: libbz2
6737:
6738: 2010-11-26 misha
6739:
6740: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6741: warnings removed
6742:
6743: 2010-11-25 moko
6744:
6745: * operators.txt: $.indent(true)
6746:
6747: * operators.txt: another bugfix. :)
6748:
6749: * operators.txt: bugfix. :)
6750:
6751: * buildall-with-xml: libxml2-2.7.8 + with-apache
6752:
6753: 2010-11-24 moko
6754:
1.116 moko 6755: * configure: apxs support
1.95 moko 6756:
6757: * configure.in: apxs support -Bstatic gc removed for OS X
6758:
6759: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6760:
6761: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6762: THREAD_LOCAL usage
6763:
6764: * src/: classes/curl.C, include/pa_config_includes.h,
6765: main/pa_globals.C: THREAD_LOCAL defined and used
6766:
6767: 2010-11-23 moko
6768:
6769: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6770: should be passed to pa_sleep, and only fractional part (bugfix:
6771: #188)
6772:
6773: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6774:
6775: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6776: GC_dont_gc=1, as in cgi version
6777:
6778: * src/targets/apache/mod_parser3.c: warning war
6779:
6780: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6781: pa_httpd.h: version removed, some trash removed
6782:
6783: * src/targets/apache/mod_parser3.c: version removed (we don't want
6784: to show it), warning war
6785:
6786: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6787: pa_httpd.h: parser_status_allowed removed + merge config
6788: functions removed (override is the default) + beauty
6789:
6790: * src/: include/pa_request.h, main/pa_request.C,
6791: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6792: hide $status used in apache module removed
6793:
6794: 2010-11-18 moko
6795:
6796: * operators.txt: $.table[compact] added for ^json:string[]
6797:
6798: 2010-11-16 moko
6799:
6800: * src/targets/apache/mod_parser3.c: some cleanup done
6801:
6802: * src/main/untaint.C: bugfix: first, second String::Body argument
6803: is hashcode; second, info.fragment_begin is original, not
6804: resulting length
6805:
6806: * src/classes/file.C: new feature: $.stdin now untainted
6807:
6808: * tests/results/264.processed: new feature: $.stdin[] now untainted
6809:
6810: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6811:
6812: * src/classes/op.C: ^apply-taint[] method added
6813:
6814: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6815: added; $.stdin untaint test added
6816:
6817: 2010-11-15 moko
6818:
6819: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6820: removed
6821:
6822: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6823: pa_httpd.h: 2x2 calculated under apache2. :)
6824:
6825: 2010-11-13 moko
6826:
6827: * src/targets/apache/mod_parser3.c: initial changes to build module
6828: with apache 2.x includes
6829:
6830: * src/targets/apache/: Makefile.am, mod_parser3.c,
6831: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6832: united apache 1.3 / apache 2.x DSO module
6833:
6834: 2010-11-09 moko
6835:
6836: * src/types/pa_method.h: check added to dissallow @method[name;*]
6837: syntax
6838:
6839: * tests/: 263.html, results/263.processed: test from method[*args]
6840: added
6841:
6842: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6843: number of params can now be passed to a method declared with *arg
6844:
6845: 2010-11-06 moko
6846:
6847: * src/classes/table.C: formating fixed. :)
6848:
6849: * src/classes/table.C: closes #4: ^table.select now supports
6850: $.limit(), $.offset, $.reverse() options
6851:
6852: * tests/: 262.html, results/262.processed: test for ^table:select
6853: with options added (feature #4)
6854:
6855: * src/include/pa_array.h: remove function added
6856:
6857: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6858: object in get_element/put_element, using static one.
6859:
6860: 2010-11-04 moko
6861:
6862: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6863: options is passed
6864:
6865: * tests/: 256.html, results/256.processed: $.table[compact] feature
6866: now tested; k and p in handler now tested.
6867:
6868: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6869: $.table[compact] feature added
6870:
6871: * src/classes/json.C: key is now passed to handler in
6872: value_json_string; ^json:string result now process tainting
6873: inside and returns clean string, related to issue #153
6874:
6875: * src/main/untaint.C: bugfix: charset can be null (in
6876: ^string:save[] as example), thus check is added
6877:
6878: 2010-10-31 moko
6879:
6880: * src/classes/string.C: error message changed (fixes issue #149)
6881:
6882: 2010-10-29 moko
6883:
6884: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6885: port is not default (fixes issue #155); exception on invalid port
6886: added.
6887:
6888: * src/main/untaint.C: '*' is now not urlencoded to allow header
6889: "Accept: */*" to be passed
6890:
6891: 2010-10-28 moko
6892:
6893: * src/classes/curl.C: bugfix: detect_charset() was throwing
6894: exception on unknown charset even if response_charset was
6895: specified
6896:
6897: 2010-10-27 moko
6898:
6899: * src/classes/string.C: ^string.append removed for void
6900: compatibility
6901:
6902: 2010-10-26 moko
6903:
6904: * src/classes/json.C: libjson supports array at top level, we too
6905: (GPF fixed)
6906:
6907: 2010-10-25 moko
6908:
6909: * tests/: 253.html, results/253.processed: libjson supports array
6910: at top level, parser now supports it as well.
6911:
6912: * tests/261.html, tests/results/261.processed,
6913: src/types/pa_vstring.h: empty string is now void compatible
6914: (allows $empty.key)
6915:
6916: 2010-10-22 misha
6917:
6918: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6919: while adding additional expires checkout)
6920:
6921: * tests/030.html: - test for session cookie was added
6922:
6923: 2010-10-21 moko
6924:
6925: * src/: classes/string.C, classes/void.C, main/execute.C,
6926: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6927: string (feature #111)
6928:
6929: * tests/: 261.html, results/261.processed: checks void from string
6930: inheritance (feature #111)
6931:
6932: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6933: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6934: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6935: now true by default
6936:
6937: 2010-10-17 moko
6938:
6939: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6940: upload now uses binary blocks instead of L_FILE_POST tainting.
6941: (bugfix: #128)
6942:
6943: * tests/: 223.html, results/223.processed: binary file upload test
6944: added, GPF (issue #128) also checked in this test
6945:
6946: 2010-10-13 misha
6947:
6948: * tests/260.html: - test for math:convert
6949:
6950: * src/classes/math.C: - error in math:convert was fixed
6951:
6952: * operators.txt: - info about
6953: ^math:convert[number](from-base;to-base) was added
6954:
6955: * src/classes/math.C: - method
6956: ^math:convert[number](from-base;to-base) for converting number
6957: represention from one base to another was added ( new feature:
6958: #23 )
6959:
6960: 2010-10-13 moko
6961:
6962: * src/main/compile.tab.C: [] now is empty string, not void
6963:
6964: * src/main/compile.y: [] now is empty string, not void
6965:
6966: * src/types/pa_vvoid.h: void now passed as parameter
6967:
6968: * tests/: 259.html, results/259.processed: to test difference
6969: between void and empty string (see ticket #111)
6970:
6971: * tests/results/152.processed: $sEmpty[] is now empty string, not
6972: void
6973:
6974: * tests/256.html: $s[$void] is no longer empty string
6975:
6976: * tests/254.html: empty string is no longer void
6977:
6978: 2010-10-12 misha
6979:
6980: * src/types/pa_vcookie.C: - check if $.expires value can be
6981: converted to date during cookies set up ( bugfix: #104 )
6982:
6983: * tests/041.html: - more tests for ^table.locate were added
6984:
6985: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6986: work ( bugfix: #129 ) - exception comment for incorrect options
6987: ^table.locate[field;value;options] was fixed
6988:
6989: 2010-10-10 moko
6990:
6991: * src/: classes/reflection.C, main/execute.C: constructor returning
6992: another object feature returned
6993:
6994: * tests/results/258.processed: test result updated as constructor
6995: returning another object feature returned
6996:
6997: * tests/: 258.html, results/258.processed: test for constructor
6998: returning another object
6999:
7000: 2010-10-08 misha
7001:
7002: * tests/257.html: - whitespaces after @METACOMMANDS and their
7003: options shouldn't cause exceptions any longer
7004:
7005: 2010-10-06 moko
7006:
7007: * src/classes/: hash.C, table.C: length from sql server is now
7008: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7009:
7010: 2010-10-02 misha
7011:
7012: * operators.txt: - the X mark was removed from ^cache[file]. it is
7013: usable to delete cache file.
7014:
7015: 2010-10-02 moko
7016:
7017: * tests/: 253.html, results/253.processed: hook_key added for key
7018: checking
7019:
7020: * src/classes/json.C: null key bug fixed
7021:
7022: 2010-09-29 misha
7023:
7024: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7025:
7026: 2010-09-25 moko
7027:
7028: * src/classes/json.C: small fixed
7029:
7030: * tests/results/: 253.processed, 255.processed: just updated
7031:
7032: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7033: results/255.processed: charset transcode test added for
7034: json:parse
7035:
7036: 2010-09-24 moko
7037:
7038: * src/types/pa_value.h: warning war :)
7039:
7040: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7041: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7042: ^json:string
7043:
7044: 2010-09-22 moko
7045:
7046: * src/main/pa_charset.C: parser charset tables declare only
7047: white-space before 0x20, thus adding the missing chars
7048:
7049: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7050: to http://unicode.org/Public/MAPPINGS/VENDORS/
7051:
7052: 2010-09-21 misha
7053:
7054: * src/main/compile.y: - some semicolons were added (VS2010 don't
7055: want to compile grammar if they are absent)
7056:
7057: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7058:
7059: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7060:
7061: * src/main/main.vcproj: - path to bison is changed
7062:
7063: 2010-09-21 moko
7064:
1.116 moko 7065: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7066: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7067: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7068:
7069: 2010-09-20 misha
7070:
7071: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7072:
7073: * src/classes/json.C: - add EOL while json-serializing hash
7074:
7075: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7076: compilers don't like 'ES'.
7077:
7078: 2010-09-17 misha
7079:
7080: * operators.txt: - info about json class was added
7081:
7082: * src/classes/json.C: - ^json:string[object]
7083:
7084: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7085: preventing infinite recursion while executing json:string was
7086: added
7087:
7088: * src/include/pa_string.h: - method append_quoted was added
7089:
7090: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7091: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7092: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7093: was added to Value & Co
7094:
7095: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7096: were used
7097:
7098: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7099: were added
7100:
7101: 2010-09-10 moko
7102:
7103: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7104: die_or_abort (backport from 3.4.1)
7105:
7106: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7107: die_or_abort (bugfix: #106)
7108:
7109: 2010-09-09 moko
7110:
7111: * src/classes/json.C: warning war. :)
7112:
7113: 2010-09-08 misha
7114:
7115: * src/lib/json/Makefile.am: - additional include directories were
7116: added (for pa_memory.h and gc.h)
7117:
7118: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7119: compile as C++ instead default - additional include directory was
7120: added (for gc.h)
7121:
7122: * src/types/pa_vform.C: - little code reformating
7123:
7124: * src/classes/file.C: - $.content-type option now can be specified
7125: in ^file::create ( new feature: #102 )
7126:
7127: 2010-09-08 moko
7128:
7129: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7130: pa_malloc/pa_free
7131:
7132: 2010-09-07 moko
7133:
7134: * tests/results/254.processed: VStateless_class:put_element
7135: exception was fixed
7136:
7137: * src/types/: pa_value.h, pa_vstateless_class.h: now
7138: VStateless_class:put_element barks self.type, not this.type
7139: (bugfix: #105)
7140:
7141: 2010-09-06 moko
7142:
7143: * src/classes/reflection.C: bugfix: new String() is required for
7144: exception handling
7145:
7146: * tests/: 254.html, results/254.processed: test modified
7147:
7148: 2010-09-05 moko
7149:
7150: * tests/: 254.html, results/254.processed: ^reflection:copy test
7151: added
7152:
7153: * src/: classes/reflection.C, include/pa_request.h:
7154: ^reflection:copy implemented (new feature: #100)
7155:
7156: 2010-09-03 moko
7157:
7158: * src/lib/json/JSON_parser.C: c++ compatiblity
7159:
7160: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7161: option testing added
7162:
7163: 2010-09-02 moko
7164:
7165: * src/classes/json.C: $.distinct[first|last|all] added
7166:
7167: 2010-09-01 moko
7168:
7169: * tests/results/253.processed: json test result
7170:
7171: * tests/: 253.html, 253_json.txt: json test added
7172:
7173: * src/classes/json.C: json.C update to actual version + hash key
7174: creation bugfix
7175:
7176: 2010-08-31 misha
7177:
7178: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7179: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7180: src/lib/Makefile.am, src/classes/Makefile.am,
7181: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7182: json library was added
7183:
7184: 2010-08-30 moko
7185:
7186: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7187: types/pa_vobject.C: cosmetic optimization in
7188: request:execute_method usage
7189:
7190: * src/: include/pa_charset.h, main/pa_charset.C: small
7191: optimization, just to decrease number of lines. :)
7192:
7193: 2010-08-27 misha
7194:
7195: * src/classes/op.C: - taint[json] was added
7196:
7197: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7198: were added
7199:
7200: * src/main/pa_exec.C: - warning fix was rolled back.
7201:
7202: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7203: include/pa_string.h: - taint[json] was added - escaping was
7204: slightly modified
7205:
7206: 2010-08-25 misha
7207:
7208: * src/classes/file.C: - typo in file:sql exception was fixed
7209:
7210: * src/main/pa_exec.C: - warning about declared and not used
7211: variable forced_allow was removed
7212:
7213: 2010-08-14 misha
7214:
7215: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7216: were removed
7217:
7218: 2010-08-11 moko
7219:
7220: * tests/: 249.html, results/249.processed: default setter and
7221: anti-recursive default getter test added
7222:
7223: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7224: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7225: types/pa_vobject.h, types/pa_vstateless_class.C,
7226: types/pa_vstateless_class.h: default setter support +
7227: anti-recursive default getter support ( new feature: #13 )
7228:
7229: * src/include/pa_hash.h: optimization: threshold member removed
7230: from hash, reducing sizeof(hash)
7231:
7232: 2010-08-10 misha
7233:
7234: * tests/196.html: - junction-method was added to the test
7235:
7236: * tests/248.html: - ups. typo :)
7237:
7238: * tests/248.html: - test for checking .match with 4 params
7239:
7240: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7241: 247_windows1251.txt: - test for "transcode file from utf-8 to
7242: $request:charset during loading if the BOM code is detected"
7243:
7244: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7245: $request:charset during loading if the BOM code is detected ( new
7246: feature: #98 )
7247:
7248: 2010-08-05 misha
7249:
7250: * src/classes/image.C: - ^image.replace now can accept only 2
7251: params. in this case the whole image is affected ( new feature:
7252: #95 )
7253:
7254: 2010-08-04 misha
7255:
7256: * tests/246.html: - test tor ^hash._at[] was added
7257:
7258: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7259: #53 )
7260:
7261: * src/include/pa_hash.h: - methods for accessing the first and the
7262: last values of ordered hash were added (first_value and
7263: last_value)
7264:
7265: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7266: (similar to others file's methods):
7267: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7268: #68 )
7269:
7270: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7271:
7272: 2010-08-01 moko
7273:
7274: * src/classes/op.C: to correctly process $result[] in code, called
7275: from ^process
7276:
7277: * tests/245.html: $result in ^process[] test added
7278:
7279: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7280: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7281: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7282: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7283: caller, self) op_call(VMethodFrame &frame, bool constructing)
7284: removed, construct(class,method) added
7285:
7286: * tests/results/: 192.processed, 244.processed: request::construct
7287: added
7288:
7289: * tests/: 244.html, 245.html, results/244.processed,
7290: results/245.processed: object creation exceptions and ^process
7291: tests added
7292:
7293: 2010-07-28 misha
7294:
7295: * tests/make_tests.cmd: - win32 EOLs
7296:
7297: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7298: tests on Win32 were added (The system timezone should be GMT+3)
7299:
7300: 2010-07-26 misha
7301:
7302: * tests/: 212.html, results/212.processed: - sizes were removed
7303: mecause they could be different on different OSs
7304:
7305: * tests/065.html: - make it "win32 friendly"
7306:
7307: 2010-07-25 misha
7308:
7309: * src/main/compile.y: - all EOLs between methods are removed during
7310: compilation ( new feature: #47 )
7311:
7312: * tests/results/149.processed: - prepare tests to trim trailing
7313: methods' EOLs
7314:
7315: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7316:
7317: * tests/: results/006.processed, results/014.processed, 006.html,
7318: 014.html, 022.html: - prepare tests to trim trailing methods'
7319: EOLs
7320:
7321: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7322: results/071.processed, results/022.processed: - prepare tests to
7323: trim trailing methods' EOLs
7324:
7325: * tests/: results/073.processed, results/109.processed,
7326: results/142.processed, results/144.processed,
7327: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7328: 144.html: - prepare tests to trim trailing methods' EOLs
7329:
7330: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7331: 149.html, 152.html, results/096.processed, results/107.processed,
7332: results/109.processed, results/142.processed,
7333: results/144.processed: - prepare tests to trim trailing methods'
7334: EOLs
7335:
7336: 2010-07-24 moko
7337:
7338: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7339: the hash order in this test
7340:
7341: * tests/014.html: to check hash order, hash no is longer sorted
7342: before print
7343:
7344: * src/include/pa_hash.h: hash copy constructor now keeps order
7345: (bugfix: #54)
7346:
7347: 2010-07-23 moko
7348:
7349: * tests/results/224.processed: @auto[] is no longer inherited
7350:
7351: * src/types/pa_vstateless_class.C, tests/227.html,
7352: tests/results/227.processed: @auto[] is no longer inherited
7353: (bugfix: #57)
7354:
7355: 2010-07-22 misha
7356:
7357: * src/classes/table.C: - don't skip comment lines during
7358: table::load if encloser or separator is set as '#' ( new feature:
7359: #30 )
7360:
7361: * src/targets/cgi/parser3.C: - don't run as cgi if
7362: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7363: #12 )
7364:
7365: * src/classes/file.C: - set PARSER_VARSION env before external
7366: script executing
7367:
7368: 2010-07-13 misha
7369:
7370: * tests/058.html: - test for suppressing @border was added - test
7371: for user attribute was added
7372:
7373: * tests/results/186.processed: unescaping from \uXXXX
7374:
7375: * tests/186.html: unescaping from \uXXXX
7376:
7377: * tests/: 239.html, results/239.processed: method call type
7378:
7379: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7380: $junction_method.CLASS_NAME (+CLASS)
7381:
7382: 2010-07-07 misha
7383:
7384: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7385: *nix
7386:
7387: 2010-07-05 misha
7388:
7389: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7390: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7391: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7392: comment strings "options must be hash", "options must be hash,
7393: not code" and "called with invalid option" were replaced by
7394: constatns - exception comment string "invalid option passed" was
7395: replaced by "called with invalid option" (now in different
7396: methods are the same exception comment string)
7397:
7398: * src/include/pa_exception.h: - more exception strings were defined
7399:
7400: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7401: types/pa_vstateless_class.h: - now we can define possible
7402: method's call type ( new feature: #5 ) 1.
7403: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7404: methods 2. @static:method[params] (only static keyword could be
7405: used here) -- for specified methods
7406:
7407: * src/main/pa_common.C: - junction points should not be deleted on
7408: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7409: cleanup
7410:
7411: 2010-07-03 misha
7412:
7413: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7414: results/158.processed, results/160.processed,
7415: results/161.processed, results/162.processed,
7416: results/163.processed: - prepare tests to trim trailing methods'
7417: EOLs
7418:
7419: * tests/results/169.processed: - prepare tests to trim trailing
7420: methods' EOLs
7421:
7422: * tests/results/: 168.processed, 169.processed: - prepare tests to
7423: trim trailing methods' EOLs
7424:
7425: * tests/: results/170.processed, results/167.processed,
7426: results/168.processed, results/169.processed, 167.html, 168.html,
7427: 169.html: - prepare tests to trim trailing methods' EOLs
7428:
7429: * tests/: results/170.processed, results/171.processed,
7430: results/172.processed, results/173.processed,
7431: results/174.processed, results/175.processed, 170.html, 171.html,
7432: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7433: trailing methods' EOLs
7434:
7435: * tests/: results/176.processed, results/180.processed,
7436: results/184.processed, results/185.processed,
7437: results/191.processed, results/192.processed,
7438: results/196.processed, results/197.processed,
7439: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7440: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7441: to trim trailing methods' EOLs
7442:
7443: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7444: results/199.processed, results/208.processed,
7445: results/209.processed, results/213.processed,
7446: results/214.processed: - prepare tests to trim trailing methods'
7447: EOLs
7448:
7449: 2010-06-29 misha
7450:
7451: * tests/: 220.html, 218.html, results/218.processed,
7452: results/215.processed, results/217.processed, 215.html, 217.html:
7453: - prepare tests to trim trailing methods' EOLs
7454:
7455: * tests/: results/224.processed, 224.html, 223.html,
7456: results/223.processed, results/220.processed: - prepare tests to
7457: trim trailing methods' EOLs
7458:
7459: * tests/results/: 226.processed, 230.processed: - prepare tests to
7460: trim trailing methods' EOLs
7461:
7462: * tests/: 229.html, results/229.processed: - prepare tests to trim
7463: trailing methods' EOLs
7464:
7465: * tests/: 232.html, 235.html, results/232.processed,
7466: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7467: results/226.processed, results/227.processed,
7468: results/228.processed, results/230.processed: - prepare tests to
7469: trim trailing methods' EOLs
7470:
7471: 2010-06-16 moko
7472:
7473: * tests/: 229.html, results/229.processed: elseif now supported in
7474: ^if
7475:
7476: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7477:
7478: 2010-06-03 misha
7479:
7480: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7481: instead of memcopy for overlaped regions
7482:
7483: 2010-05-25 misha
7484:
7485: * src/main/pa_common.C: - wanring about unused vars was removed
7486:
7487: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7488: get_method_filename was moved to execute.C
7489:
7490: 2010-05-23 misha
7491:
7492: * src/main/pa_request.C: - more accurate detection of method's file
7493:
7494: 2010-05-22 misha
7495:
7496: * src/classes/reflection.C: - bugfix: core during detection of
7497: .file if filespec isn't detected successfully
7498:
7499: 2010-05-20 misha
7500:
7501: * src/main/pa_request.C: - fix in get_method_filename
7502:
7503: * src/include/pa_request.h: - new feature: #24 -- searching
7504: included file in @USE/^use is changed. if its filespec doesn't
7505: start from '/' it will be searched in caller file directory
7506:
7507: * src/classes/reflection.C: - ^reflection:method_info returns file
7508: where the method is defined
7509:
7510: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7511: classes/op.C: - new feature: #24 -- searching included file in
7512: @USE/^use is changed. if its filespec doesn't start from '/' it
7513: will be searched in caller file directory
7514:
7515: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7516: is moved to pa_common.h
7517:
7518: 2010-05-18 misha
7519:
7520: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7521: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7522: cookie parser decode \uXXXX as well as %uXXXX
7523:
7524: 2010-05-17 misha
7525:
7526: * src/classes/curl.C: beauty: - unused param is removed in method
7527: _curl_version_action - some spaces were removed or replaced by
7528: tabs
7529:
7530: * src/classes/table.C: - bugfix: #72 core with empty value during
7531: ^table.hash[...;name_of_the_last_column][$.type[string]]
7532:
7533: 2010-05-16 misha
7534:
7535: * src/classes/curl.C: new: #61 more curl options were added
7536: (contributed by Sumo)
7537:
7538: 2010-04-29 pretender
7539:
7540: * src/main/pa_string.C: fixes #63 Split result from empty string
7541: now empty string.
7542:
7543: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7544: string type.
7545:
7546: 2010-04-28 pretender
7547:
7548: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7549: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7550: macrodefinition removed
7551:
7552: 2010-04-19 pretender
7553:
7554: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7555: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7556:
7557: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7558: fixes #64 Now file.missing exception generates in unsafe mode to.
7559:
7560: * src/classes/file.C: fixes #48 Now not throw "not save environment
7561: variable" exception in grpunlim version.
7562:
7563: 2010-04-05 misha
7564:
7565: * src/classes/string.C: - new feature: 4th param was added to
7566: match. if specified its value is returned in case of nothing was
7567: found
7568:
7569: 2010-04-01 misha
7570:
7571: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7572: multiple execution of /a/b/auto.p
7573:
7574: 2010-03-19 misha
7575:
7576: * src/main/execute.C: - core in $table1.$table2 was fixed
7577:
7578: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7579:
7580: 2010-01-27 misha
7581:
7582: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7583: trying to open file by path /existing-file/non-exixting-file
7584:
7585: 2010-01-26 misha
7586:
7587: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7588: was added (returns file)
7589:
7590: 2009-12-22 misha
7591:
7592: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7593: now parser doesn't have class curl if it was built without it
7594:
7595: 2009-12-15 misha
7596:
7597: * configure.in: - little cheat with curl include dir was added
7598:
7599: 2009-12-05 misha
7600:
7601: * src/classes/curl.C: - some fixes
7602:
7603: 2009-12-04 misha
7604:
7605: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7606: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7607: buildall-with-xml, buildall-without-xml, configure.in: - curl
7608: class was added
7609:
7610: * src/include/pa_hash.h: - hash-iterator was added
7611:
7612: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7613: was added to pcre
7614:
7615: 2009-11-27 misha
7616:
7617: * src/classes/image.C: - don't add @border attribute to output of
7618: ^image.html[] if it was specified by user with empty value
7619:
7620: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7621: root element and we are trying to access .documentElement
7622:
7623: 2009-11-11 misha
7624:
7625: * src/classes/table.C: - in ^table.flip[] look at number of columns
7626: instead of number of items in first row for named tables
7627:
7628: 2009-11-10 misha
7629:
7630: * operators.txt: - info about hash-options in ^file::create was
7631: added
7632:
7633: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7634: added
7635:
7636: 2009-11-09 misha
7637:
7638: * buildall-with-xml: - moving to libxml 2.7.6
7639:
7640: * tests/236.html: - tests for comparations cords with functions
7641: were added
7642:
7643: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7644: added
7645:
7646: * src/main/pa_http.C: - little optimisation
7647:
7648: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7649: GPF mallocs + stringstream (table.save)
7650:
7651: * src/classes/file.C: - file::create now accepts 4th param: options
7652: with $.charset
7653:
7654: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7655: bug in cord (comparation cords with functions was buggy)
7656:
7657: 2009-11-06 misha
7658:
7659: * src/main/pa_string.C: - bugfix: calculation string.length
7660: sometimes was buggy
7661:
7662: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7663: destroyed if exception occured during match/replace
7664:
7665: * src/: main/pa_charset.C, include/pa_charset.h: - method
7666: lengthUTF8Char was added
7667:
7668: * src/classes/op.C: - clean tainting lang was added for user's
7669: usage
7670:
7671: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7672: fixed: checkouts are required after GC_MALLOC
7673:
7674: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7675:
7676: * operators.txt: - actually, there is no ^untaint[xml] in
7677: file::create
7678:
7679: 2009-10-15 misha
7680:
7681: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7682: were added
7683:
7684: * tests/234.html: - more tests for checking ^taint[uri] escaping
7685: were added
7686:
7687: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7688: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7689: hacking: for dealing with transcoding+^taint[uri]
7690: transcode_and_untaint was replaced by untaint_and_transcode
7691:
7692: 2009-10-13 misha
7693:
7694: * tests/: 121.html, results/121.processed: - test transcoding +
7695: url-escaping now
7696:
7697: * tests/results/auto.p: - more helpers' methods were added
7698:
7699: * src/main/pa_globals.C: - die instead of abort
7700:
7701: 2009-10-06 misha
7702:
7703: * src/main/pa_common.C: - don't allocate memory during
7704: capitalization if input string is already capitalized
7705:
7706: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7707:
7708: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7709: use format function because it calls malloc
7710:
7711: * src/include/pa_common.h: - more capitalized headers were added
7712:
7713: * src/main/pa_common.C: - in safe mode clear executable bits during
7714: file writing
7715:
7716: 2009-10-05 misha
7717:
7718: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7719:
7720: 2009-10-03 misha
7721:
7722: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7723: ^img.text[] & ^img.length[] can work in utf-8 now
7724:
7725: * src/: include/pa_charset.h, main/pa_charset.C: - class
7726: UTF8_string_iterator was added
7727:
7728: * src/classes/image.C: - respect utf-8 when calculate alphabet
7729: length
7730:
7731: * src/classes/mail.C: - check from before get message.cstr
7732:
7733: 2009-10-02 misha
7734:
7735: * tests/233.html: - test for image.font, image.length, image.text
7736: with text in utf-8 were added
7737:
7738: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7739:
7740: * buildall-with-xml, buildall-without-xml: - comment about gc
7741: version for freebsd 4 was added
7742:
7743: 2009-10-01 misha
7744:
7745: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7746: terminator) - read_pipe were slightly optimized
7747:
7748: 2009-09-28 misha
7749:
7750: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7751: removed
7752:
7753: * src/types/pa_vmail.C: - forgot about space after ':'
7754:
7755: * src/types/pa_vmail.C: - escape filenames while preparing mail
7756: body - small simplifications
7757:
7758: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7759: inout params like pa_base64
7760:
7761: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7762: option $.debug-print(1) was added to mail:send - changes for
7763: using uue_encode which uses less memory
7764:
7765: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7766:
7767: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7768: memory now
7769:
7770: 2009-09-26 misha
7771:
7772: * src/types/pa_vmail.C: - default encoding now is base64
7773:
7774: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7775:
7776: 2009-09-25 misha
7777:
7778: * src/types/pa_vmail.C: - capitalization of headers was added to
7779: sending mail as well
7780:
7781: * buildall-with-xml: - catalog package was removed from libxml
7782:
7783: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7784: win32 absolute path
7785:
7786: * src/include/pa_common.h: - one more capitalized header was added
7787:
7788: 2009-09-22 misha
7789:
7790: * INSTALL: - comment about building just httpd binary while
7791: building apache module was added
7792:
7793: 2009-09-21 misha
7794:
7795: * buildall-with-xml: - moving to the latest versions of xml libs:
7796: libxml 2.7.4 and libxslt 1.1.25
7797:
7798: 2009-09-19 misha
7799:
7800: * tests/231.html: - test for encoding cookie in win-1251
7801:
7802: 2009-09-18 misha
7803:
7804: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7805: object] were added
7806:
7807: * operators.txt: - info about method ^reflection:fields[class or
7808: object] was added
7809:
7810: * src/classes/reflection.C: - method ^reflection:fields[class or
7811: object] was added
7812:
7813: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7814: methods get_fields were added
7815:
7816: * tests/232.html: - tests for @GET[name]
7817:
7818: * src/classes/table.C: - some changes in handling hash-options for
7819: creare, join and locate
7820:
7821: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7822: defined with option: the type of requested value
7823:
7824: 2009-09-17 misha
7825:
7826: * tests/212.html: - tests for .pattern and .options were added
7827:
7828: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7829: $regex.options were added
7830:
7831: 2009-09-11 misha
7832:
7833: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7834: rewrited. it checks not just one case of sending cookies during
7835: file::load[http], but also sending headers and fields (including
7836: files)
7837:
7838: 2009-09-10 misha
7839:
7840: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7841: was removed => now parser can open files with Russian 'r' in
7842: filename
7843:
7844: * src/main/untaint.C: - bugfix: client charset whould be analized
7845: while escaping cookies but now source charset
7846:
7847: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7848: ^tainted[uri] so it was possible to make request with incorrect
7849: http header
7850:
7851: * src/main/pa_http.C: - capitalization of http headers during
7852: file::load[http was slightly changes - bugfix: all headers which
7853: parser sends during file::load[http should be transcoded and only
7854: then escaped
7855:
7856: * src/main/untaint.C: - a bit more comments were added
7857:
7858: * src/classes/: file.C, string.C: - types where changes (minus 2
7859: warnings)
7860:
7861: * src/include/pa_common.h: - 2 capitalized strings for making http
7862: headers during file::load[http were added
7863:
7864: 2009-09-08 misha
7865:
7866: * operators.txt: - changes in file.save and string.save were added
7867:
7868: * tests/: 230.html, 230.txt: - tests for checking options in
7869: file.save and string.save were added
7870:
7871: * src/main/pa_request.C: - http headers names, which are passed to
7872: SAPI::add_header_attribute are lowercased now (it'll be
7873: capitalized in that method)
7874:
7875: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7876: classes/string.C: - file_write accepts Request_charsets and asked
7877: charset and cound transcode content before writing - string.save
7878: and file.save have option $.charset now
7879:
7880: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7881: classes/xdoc.C: - file_write accepts Request_charsets and asked
7882: charset and cound transcode content before writing
7883:
7884: * src/include/pa_exception.h: - new exception comment string was
7885: defined
7886:
7887: 2009-09-07 misha
7888:
7889: * src/main/compile.y: - grammar $name\ name stops now for regex
7890: sub-pattern\s
7891:
7892: 2009-09-04 misha
7893:
7894: * src/main/pa_http.C: - capitalization of http headers during
7895: file::load[http was implemented
7896:
7897: 2009-09-03 misha
7898:
7899: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7900: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7901: types/pa_vmail.C, targets/cgi/parser3.C,
7902: targets/isapi/parser3isapi.C: - back to storing response http
7903: headers in lowercase - capitalize them during output
7904:
7905: 2009-08-31 misha
7906:
7907: * src/classes/table.C: - allow call with any brackets (it could be
7908: useful in methods with explict result declaration)
7909:
7910: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7911: correctly if $request:charset==koi8-r
7912:
7913: 2009-08-30 misha
7914:
7915: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7916: changed: content-type => Content-type and so on
7917:
7918: * src/classes/file.C, src/include/pa_common.h,
7919: src/include/pa_request.h, src/main/pa_http.C,
7920: src/main/pa_request.C, src/types/pa_vcookie.C,
7921: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7922: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7923: tests/results/002.processed, tests/results/003.processed,
7924: tests/results/004.processed, tests/results/005.processed,
7925: tests/results/006.processed, tests/results/007.processed,
7926: tests/results/008.processed, tests/results/009.processed,
7927: tests/results/010.processed, tests/results/011.processed,
7928: tests/results/012.processed, tests/results/013.processed,
7929: tests/results/014.processed, tests/results/015.processed,
7930: tests/results/016.processed, tests/results/017.processed,
7931: tests/results/018.processed, tests/results/019.processed,
7932: tests/results/020.processed, tests/results/021.processed,
7933: tests/results/022.processed, tests/results/023.processed,
7934: tests/results/024.processed, tests/results/025.processed,
7935: tests/results/026.processed, tests/results/027.processed,
7936: tests/results/028.processed, tests/results/029.processed,
7937: tests/results/030.processed, tests/results/031.processed,
7938: tests/results/032.processed, tests/results/033.processed,
7939: tests/results/034.processed, tests/results/035.processed,
7940: tests/results/036.processed, tests/results/037.processed,
7941: tests/results/038.processed, tests/results/039.processed,
7942: tests/results/040.processed, tests/results/041.processed,
7943: tests/results/042.processed, tests/results/043.processed,
7944: tests/results/044.processed, tests/results/045.processed,
7945: tests/results/046.processed, tests/results/047.processed,
7946: tests/results/048.processed, tests/results/049.processed,
7947: tests/results/050.processed, tests/results/051.processed,
7948: tests/results/052.processed, tests/results/053.processed,
7949: tests/results/054.processed, tests/results/055.processed,
7950: tests/results/056.processed, tests/results/057.processed,
7951: tests/results/058.processed, tests/results/059.processed,
7952: tests/results/060.processed, tests/results/061.processed,
7953: tests/results/062.processed, tests/results/063.processed,
7954: tests/results/064.processed, tests/results/065.processed,
7955: tests/results/066.processed, tests/results/067.processed,
7956: tests/results/068.processed, tests/results/069.processed,
7957: tests/results/070.processed, tests/results/071.processed,
7958: tests/results/072.processed, tests/results/073.processed,
7959: tests/results/074.processed, tests/results/075.processed,
7960: tests/results/076.processed, tests/results/077.processed,
7961: tests/results/078.processed, tests/results/079.processed,
7962: tests/results/080.processed, tests/results/081.processed,
7963: tests/results/082.processed, tests/results/083.processed,
7964: tests/results/084.processed, tests/results/085.processed,
7965: tests/results/086.processed, tests/results/087.processed,
7966: tests/results/088.processed, tests/results/089.processed,
7967: tests/results/090.processed, tests/results/091.processed,
7968: tests/results/092.processed, tests/results/093.processed,
7969: tests/results/094.processed, tests/results/095.processed,
7970: tests/results/096.processed, tests/results/097.processed,
7971: tests/results/098.processed, tests/results/099.processed,
7972: tests/results/100.processed, tests/results/101.processed,
7973: tests/results/102.processed, tests/results/103.processed,
7974: tests/results/104.processed, tests/results/105.processed,
7975: tests/results/106.processed, tests/results/107.processed,
7976: tests/results/108.processed, tests/results/109.processed,
7977: tests/results/110.processed, tests/results/111.processed,
7978: tests/results/112.processed, tests/results/113.processed,
7979: tests/results/114.processed, tests/results/115.processed,
7980: tests/results/116.processed, tests/results/117.processed,
7981: tests/results/118.processed, tests/results/119.processed,
7982: tests/results/120.processed, tests/results/121.processed,
7983: tests/results/122.processed, tests/results/123.processed,
7984: tests/results/124.processed, tests/results/125.processed,
7985: tests/results/126.processed, tests/results/127.processed,
7986: tests/results/128.processed, tests/results/129.processed,
7987: tests/results/130.processed, tests/results/131.processed,
7988: tests/results/132.processed, tests/results/133.processed,
7989: tests/results/134.processed, tests/results/135.processed,
7990: tests/results/136.processed, tests/results/138.processed,
7991: tests/results/139.processed, tests/results/140.processed,
7992: tests/results/141.processed, tests/results/142.processed,
7993: tests/results/143.processed, tests/results/144.processed,
7994: tests/results/145.processed, tests/results/146.processed,
7995: tests/results/147.processed, tests/results/148.processed,
7996: tests/results/149.processed, tests/results/150.processed,
7997: tests/results/151.processed, tests/results/152.processed,
7998: tests/results/153.processed, tests/results/154.processed,
7999: tests/results/155.processed, tests/results/156.processed,
8000: tests/results/157.processed, tests/results/158.processed,
8001: tests/results/159.processed, tests/results/160.processed,
8002: tests/results/161.processed, tests/results/162.processed,
8003: tests/results/163.processed, tests/results/164.processed,
8004: tests/results/165.processed, tests/results/166.processed,
8005: tests/results/167.processed, tests/results/168.processed,
8006: tests/results/169.processed, tests/results/170.processed,
8007: tests/results/171.processed, tests/results/172.processed,
8008: tests/results/173.processed, tests/results/174.processed,
8009: tests/results/175.processed, tests/results/176.processed,
8010: tests/results/177.processed, tests/results/178.processed,
8011: tests/results/179.processed, tests/results/180.processed,
8012: tests/results/181.processed, tests/results/182.processed,
8013: tests/results/183.processed, tests/results/184.processed,
8014: tests/results/185.processed, tests/results/186.processed,
8015: tests/results/187.processed, tests/results/188.processed,
8016: tests/results/189.processed, tests/results/190.processed,
8017: tests/results/191.processed, tests/results/192.processed,
8018: tests/results/193.processed, tests/results/194.processed,
8019: tests/results/195.processed, tests/results/196.processed,
8020: tests/results/197.processed, tests/results/198.processed,
8021: tests/results/199.processed, tests/results/200.processed,
8022: tests/results/201.processed, tests/results/202.processed,
8023: tests/results/203.processed, tests/results/204.processed,
8024: tests/results/205.processed, tests/results/206.processed,
8025: tests/results/207.processed, tests/results/208.processed,
8026: tests/results/209.processed, tests/results/210.processed,
8027: tests/results/211.processed, tests/results/212.processed,
8028: tests/results/213.processed, tests/results/214.processed,
8029: tests/results/215.processed, tests/results/216.processed,
8030: tests/results/217.processed, tests/results/218.processed,
8031: tests/results/219.processed, tests/results/220.processed,
8032: tests/results/221.processed, tests/results/222.processed,
8033: tests/results/223.processed, tests/results/224.processed,
8034: tests/results/225.processed, tests/results/226.processed,
8035: tests/results/227.processed, tests/results/228.processed,
8036: tests/results/229.processed: - http headers were changed:
8037: content-type => Content-type and so on
8038:
8039: 2009-08-27 misha
8040:
8041: * src/: main/pa_random.C, include/pa_random.h,
8042: targets/cgi/parser3.C: - year was updated :)
8043:
8044: 2009-08-26 misha
8045:
8046: * tests/: 224.html, 224.p: - test for creating of parser object
8047: using constructor without params - little bugfix in test
8048:
8049: * src/main/compile_tools.h: - bugfix: should't call autouse while
8050: checking existed class while processing partial option
8051:
8052: * src/classes/reflection.C: - bugfix: core when creating object
8053: with reflection and constructor doesn't have params
8054:
8055: 2009-08-24 misha
8056:
8057: * tests/229.html: - tests for checking the number of parameters
8058: were added
8059:
8060: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8061: number of method's parameters wasn't checked correctly (the bug
8062: was introduced in 3.4.0)
8063:
8064: 2009-08-22 misha
8065:
8066: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8067: transcoded, but tainted pieces are escaped only when
8068: content-type==url-encoding
8069:
8070: * tests/228.html: - test for checking
8071: ^file::load[http://...;$.body[]]
8072:
8073: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8074: post charset was too early (charsets is empty at this moment)
8075:
8076: 2009-08-21 misha
8077:
8078: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8079: main/untaint.C: - some fixes with transcode+untaint
8080:
8081: 2009-08-15 misha
8082:
8083: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8084: was increaced to 100 (was 50)
8085:
8086: * tests/227.html: - test for checking overriding properties in
8087: static classes was added
8088:
8089: * tests/: 226.html, 226.p: - test for @autoload[] was added
8090:
8091: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8092: main/execute.C, main/pa_request.C, classes/reflection.C: -
8093: autouse was implemented
8094:
8095: 2009-08-14 misha
8096:
8097: * src/classes/reflection.C: - outdated checkout was removed
8098:
8099: * src/classes/reflection.C: - optimization - method ^dynamical was
8100: added.
8101:
8102: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8103: types/pa_vstateless_class.h, main/execute.C: - optimization
8104:
8105: * src/types/pa_vclass.C: - exception if base on sytem class
8106:
8107: 2009-08-12 misha
8108:
8109: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8110: pa_vstateless_class.h: - little optimisation
8111:
8112: 2009-08-11 misha
8113:
8114: * tests/224.html: - method_params => method_info - checking for
8115: $.inherited
8116:
8117: * src/classes/reflection.C, operators.txt: - method method_params
8118: was renamed to method_info and now it returns class name, if
8119: method was defined in ancestor
8120:
8121: * tests/225.html: - tests for cheching properties in hierarhical
8122: classes were added
8123:
8124: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8125: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8126: main/compile.y, main/execute.C, classes/classes.C: - problems
8127: with properties in new classes implementation were fixed
8128:
8129: 2009-08-10 misha
8130:
8131: * src/main/execute.C: - now constructor shouldn't be defined in
8132: class. it could be defined in parent.
8133:
8134: 2009-08-09 misha
8135:
8136: * src/classes/reflection.C: - ^reflection:methods doesn't return
8137: base's methods
8138:
8139: 2009-08-08 misha
8140:
8141: * src/: classes/classes.h, classes/date.C, classes/file.C,
8142: classes/form.C, classes/hash.C, classes/hashfile.C,
8143: classes/image.C, classes/mail.C, classes/op.C,
8144: classes/reflection.C, classes/regex.C, classes/string.C,
8145: classes/table.C, classes/xdoc.C, classes/xnode.C,
8146: classes/xnode.h, include/pa_hash.h, main/execute.C,
8147: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8148: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8149: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8150: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8151: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8152: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8153: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8154: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8155: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8156: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8157: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8158: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8159: types/pa_vresponse.C, types/pa_vresponse.h,
8160: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8161: types/pa_vstateless_object.h, types/pa_vstatus.C,
8162: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8163: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8164: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8165: types/pa_wwrapper.h, types/types.vcproj: - new classes
8166: implementation
8167:
8168: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8169: USE_MUNMAP is used. so it is disabled as a workaround.
8170:
8171: 2009-08-05 misha
8172:
8173: * src/: main/pa_common.C, include/pa_common.h: - not needed
8174: parameter was removed
8175:
8176: * src/main/pa_http.C: - bugfix: error was during detecting
8177: content-type of file which was loaded by http
8178:
8179: 2009-08-01 misha
8180:
8181: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8182: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8183: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8184: can't be disabled with defines any longer
8185:
8186: 2009-07-29 misha
8187:
8188: * src/classes/reflection.C, tests/results/224.processed: - for
8189: native methods with any call type now returned empty call_type
8190: value
8191:
8192: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8193: classes/table.C, include/pa_hash.h, include/pa_request.h,
8194: main/pa_request.C: - break in cycles was optimized
8195:
8196: * INSTALL: - more defines were described
8197:
8198: 2009-07-28 misha
8199:
8200: * operators.txt: - some changes in information about reflection
8201: class
8202:
8203: * tests/: 224.html, 224.p: - tests for reflection class
8204:
8205: * src/classes/reflection.C: - some bugs were fixed, method classes
8206: was added, refactoring
8207:
8208: 2009-07-26 misha
8209:
8210: * src/classes/classes.vcproj: - reflection class wass added to
8211: project
8212:
8213: * operators.txt: - information about reflection class was added
8214:
8215: * src/classes/reflection.C: - class was redesigned
8216:
8217: 2009-07-24 misha
8218:
8219: * src/classes/: Makefile.am, reflection.C: - class reflection was
8220: added
8221:
8222: * src/types/pa_vstateless_class.h: - method for reflection method's
8223: in classes was added
8224:
8225: 2009-07-22 misha
8226:
8227: * src/main/compile_tools.h: - bugfix: $object.$var was
8228: over-optimized. it failed if $object1.$object2.field
8229:
8230: 2009-07-16 misha
8231:
8232: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8233: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8234: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8235: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8236: one more arg: length of cord
8237:
8238: 2009-07-15 misha
8239:
8240: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8241: tainted in ^file::load[http://...;$.cookies[]]
8242:
8243: * src/classes/: op.C, regex.C, string.C: - new string with
8244: exception was used
8245:
8246: * src/include/pa_exception.h: - new string with exception was added
8247:
8248: * tests/223.html: - test for checking cookie-encoding during
8249: ^file::load[http was added
8250:
8251: * tests/: 221.html, 222.html: - tests for checking type of
8252: $table.fields.field were added
8253:
8254: * src/types/pa_vtable.C: - not used var decl was removed
8255:
8256: * src/include/pa_string.h: - use cached string length in Body::mid.
8257: it improves speed of match with brackets in pattern
8258:
8259: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8260: outside
8261:
8262: 2009-07-14 misha
8263:
8264: * src/types/pa_vtable.C: - $table.fields.a return string even if
8265: column is empty (sometime returned void) - $table.fields was
8266: added for nameless tables
8267:
8268: * src/targets/cgi/getopt.c: - one warning resolved
8269:
8270: * src/main/pa_string.C: - potentian bug fixed
8271:
8272: * src/classes/op.C: - small optimization in taint/untaint
8273:
8274: 2009-07-13 misha
8275:
8276: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8277: added
8278:
8279: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8280: souldn't add the attribut to output
8281:
8282: 2009-07-11 misha
8283:
8284: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8285: stack size was increaced to 2MB (default=1MB)
8286:
8287: 2009-07-08 misha
8288:
8289: * src/main/pa_string.C: - link to UTF-8 description was added
8290:
8291: * src/include/pa_hash.h: - hash keeps element's order in more
8292: places (ex: ._keys[])
8293:
8294: * tests/220.html: - test for checking order of elements in hash in
8295: foreach was added
8296:
8297: * tests/172.html: - small changes in printing hash
8298:
8299: * tests/129.html: - small changes in printing hash
8300:
8301: * src/: include/pa_common.h, include/pa_hash.h,
8302: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8303: types/pa_vmethod_frame.h: - hash now keeps order of elements
8304:
8305: * tests/014.html: - small changes in printing hash
8306:
8307: 2009-07-07 misha
8308:
8309: * src/classes/op.C: - new taint language "parser-code" was added
8310:
8311: * tests/219.html: - test for auto untaint parser code in process
8312: was added
8313:
8314: * src/classes/op.C: - tainted pieces in body of process are
8315: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8316:
8317: * src/: include/pa_string.h, main/untaint.C: - new language
8318: L_PARSER_CODE for auto-untaint in process was added
8319:
8320: * src/: classes/file.C, classes/hash.C, classes/image.C,
8321: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8322: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8323: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8324: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8325: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8326: code cleanup
8327:
8328: 2009-07-06 misha
8329:
8330: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8331: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8332: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8333:
8334: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8335: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8336: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8337: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8338: should be used
8339:
8340: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8341: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8342: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8343: untaint_cstr[m] should be used
8344:
8345: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8346: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8347:
8348: * tests/218.html: - test for checking automatic file-spec-taint was
8349: added
8350:
8351: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8352: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8353: classes/file.C, classes/hash.C, classes/image.C,
8354: classes/string.C, classes/table.C, classes/void.C,
8355: classes/xdoc.C: - optimizations and simplification of
8356: string.cstr(...)
8357:
8358: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8359: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8360: - optimizations and simplification of string.cstr(...)
8361:
8362: 2009-07-04 misha
8363:
8364: * tests/217.html: - test for recursion detection was added
8365:
8366: * src/: types/types.vcproj, main/main.vcproj,
8367: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8368: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8369: from .vcproj
8370:
8371: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8372:
8373: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8374: uploading files and case-insensitive http-method were added
8375:
8376: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8377: tainted pattern in ^file:list[] was added
8378:
8379: 2009-07-03 misha
8380:
8381: * src/: classes/classes.vcproj, main/main.vcproj,
8382: types/types.vcproj, targets/cgi/parser3.vcproj,
8383: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8384: for dynamic_cast) - little options changes
8385:
8386: * src/main/pa_http.C: - file::load[http works now with uploading
8387: files _and_ changing $.charset
8388:
8389: 2009-06-29 misha
8390:
8391: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8392: while creating pattern
8393:
8394: 2009-06-25 misha
8395:
8396: * src/classes/image.C, operators.txt: - options' names for
8397: ^image.font were changed to $.space, $.width and $spacing -
8398: default space width now == gif's width
8399:
8400: 2009-06-24 misha
8401:
8402: * tests/215.html: - tests for $file.mode were added
8403:
8404: * operators.txt: - added info about $file.mode and changes in
8405: ^image.font[
8406:
8407: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8408: param now could be omited - third param now could be hash (with
8409: all widths options: $.space-width, $.letter-width) - it's
8410: possible to specify tracking ($.letter-space)
8411:
8412: * src/classes/file.C: - file objects now could have mode field
8413: (text|binary)
8414:
8415: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8416:
8417: 2009-06-23 misha
8418:
8419: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8420: trim can work with utf-8 chars now
8421:
8422: 2009-06-20 misha
8423:
8424: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8425: was implemented
8426:
8427: * src/classes/table.C: - string length cacheing was implemented
8428:
8429: * src/include/pa_string.h: - string length cacheing was implemented
8430:
8431: 2009-06-17 misha
8432:
8433: * src/main/execute.C: - value param was removed from
8434: WContext::WContext
8435:
8436: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8437: pa_wwrapper.h: - value param was removed from WContext::WContext
8438: - field wcontext was removed from VCodeFrame (using fparent
8439: instead)
8440:
8441: * tests/214.html: - test with hash copying
8442:
8443: 2009-06-16 misha
8444:
8445: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8446: strings doesn't work in expression anymore
8447:
8448: * src/main/execute.C: - less calls for get_constructing() - little
8449: refactoring
8450:
8451: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8452: include/pa_request.h: - less calls for get_constructing()
8453:
8454: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8455: introduced with OPTIMIZE_SINGLE_STRING optimization
8456:
8457: 2009-06-14 misha
8458:
8459: * src/: classes/date.C, classes/file.C, classes/hash.C,
8460: classes/hashfile.C, classes/image.C, classes/regex.C,
8461: classes/table.C, classes/xdoc.C, classes/xnode.h,
8462: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8463: types/pa_vstateless_class.h, main/execute.C: - create object for
8464: storing object's fields only for parser objects
8465:
8466: 2009-06-13 misha
8467:
8468: * buildall-with-xml, buildall-without-xml: - new option was added
8469: for building GC (it slightly reduces memory usage)
8470:
8471: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8472: single string write
8473:
8474: * src/main/execute.C: - bytecode optimization of ^class:constructor
8475: - optimization of single string write
8476:
8477: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8478: - bytecode optimization of ^class:constructor
8479:
8480: 2009-06-09 misha
8481:
8482: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8483: main (better compatibility)
8484:
8485: 2009-06-08 misha
8486:
8487: * src/main/compile.y: - I've forgot to commit it :(
8488:
8489: 2009-06-07 misha
8490:
8491: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8492: WITH_READ and WITH_ROOT
8493:
8494: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8495: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8496: WITH_ROOT - little refactoring
8497:
8498: 2009-06-06 misha
8499:
8500: * tests/213.html: - tests for 3rd match string-param were added
8501:
8502: * src/classes/string.C: - 3rd match param could be string now
8503:
8504: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8505: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8506: GET_OBJECT_ELEMENT
8507:
8508: 2009-06-05 misha
8509:
8510: * src/main/pa_http.C: - bugfix: content-length was not calculated
8511: if $.body was specified
8512:
8513: 2009-06-04 misha
8514:
8515: * src/classes/op.C: - optimizing write_assign_lang in connect
8516:
8517: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8518:
8519: * src/main/execute.C: - little refactoring - optimizing
8520: write_assign_lang in taint/untaint
8521:
8522: * src/include/pa_opcode.h: - little refactoring
8523:
8524: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8525: main/compile_tools.h, main/execute.C: - optimizations for
8526: $self.field, ^self.method, $self.field[...] and $self.field(...)
8527: were added
8528:
8529: 2009-06-03 misha
8530:
8531: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8532:
8533: 2009-06-02 misha
8534:
8535: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8536: include/pa_opcode.h: - refactoring in last optimizations
8537: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8538: now but code is much easy and it is ready for further
8539: improvements.
8540:
8541: 2009-05-27 misha
8542:
8543: * src/: types/pa_junction.h, types/pa_vjunction.C,
8544: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8545: changed in destructing junctions
8546:
8547: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8548: String:Body
8549:
8550: 2009-05-26 misha
8551:
8552: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8553: one method detect_charset was deleted - bug was fixed in this
8554: method (error while detecting charset in content_type withot last
8555: ';')
8556:
8557: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8558: once
8559:
8560: 2009-05-25 misha
8561:
8562: * src/classes/file.C: - bugfix: file::exec didn't work after
8563: optimizing of helper_length
8564:
8565: 2009-05-24 misha
8566:
8567: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8568: were added - little refactoring
8569:
8570: * src/main/execute.C: - core while printing in debug log
8571: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8572: optimisations were added
8573:
8574: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8575: were added
8576:
8577: 2009-05-23 misha
8578:
8579: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8580: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8581: CORD_cat optimization
8582:
8583: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8584: - call constr optimisation under separate define now
8585:
8586: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8587: in $b should be string, not void
8588:
8589: * src/main/compile.y: - little fix for rem-cut optimisation
8590:
8591: * src/: include/pa_opcode.h, main/compile_tools.C,
8592: main/compile_tools.h, main/execute.C: - optimisations for
8593: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8594:
8595: * INSTALL: - description of some #defined were added
8596:
8597: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8598: before 1st access (memory usage is reduced if don't access to
8599: .text field)
8600:
8601: * src/include/pa_array.h: - array grows step now not static (it
8602: reduces numbers of reallocs)
8603:
8604: 2009-05-20 misha
8605:
8606: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8607: $.b(2), $c[d] and $.e[f] was added
8608:
8609: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8610: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8611: $.e[f] was added
8612:
8613: * src/main/execute.C: - debug printing moved in defines
8614:
8615: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8616: and little refactoring for OP_GET_OBJECT_ELEMENT +
8617: OP_GET_OBJECT_VAR_ELEMENT optimisation
8618:
8619: 2009-05-19 misha
8620:
8621: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8622: execute.C: - $a.$b & ^a.$b bytecode optimisation
8623:
8624: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8625: ^a.$b optimisation)
8626:
8627: * src/main/compile.y: - compiler now generate new opcodes:
8628: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8629: ^a.b - compiler now cut off ^rem{ with all content ; any number
8630: of params }
8631:
8632: * src/main/execute.C: - code for handle new opcodes
8633: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8634:
8635: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8636: added for LA2V and LA2S
8637:
8638: * src/include/pa_opcode.h: - new defines which can be used for
8639: disable some bytecode optimisation and new opcodes were added
8640:
8641: 2009-05-17 misha
8642:
8643: * src/lib/cord/cordxtra.c: - bugfix.
8644:
8645: * tests/212.html: - .size[] and .study_size[] were added to tests
8646:
8647: * operators.txt: - info about regex class was added
8648:
8649: * tests/212.html: - tests for regex class were added
8650:
8651: 2009-05-16 misha
8652:
8653: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8654: gc7.1
8655:
8656: * tests/022.html: - test for ^file:list[path;] (empty second param)
8657: was added
8658:
8659: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8660: param) should work
8661:
8662: 2009-05-15 misha
8663:
8664: * src/classes/table.C: - automatically disable stringstream usage
8665: on freebsd4
8666:
8667: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8668: scope
8669:
8670: * tests/211.html: - test with different types of access to hash was
8671: added
8672:
8673: * tests/210.html: - test which checks for loosing tainting in
8674: hash's keys was added
8675:
8676: * tests/208.html: - some parser work added. or stime == 0 %-)
8677:
8678: * src/lib/cord/cordbscs.c: - little hack was added to cord
8679:
8680: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8681:
8682: * src/include/pa_version.h, configure.in: - moko have made a lot of
8683: optimisations for increacing version number more dramatically :)
8684:
8685: * src/classes/date.C: - little refactoring: use constructor which
8686: accepts formated string
8687:
8688: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8689: which can print formatted string was added
8690:
8691: 2009-05-14 misha
8692:
8693: * src/include/pa_string.h: - type was fixed
8694:
8695: * src/: classes/hashfile.C, classes/op.C,
8696: include/pa_cache_managers.h, include/pa_charset.h,
8697: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8698: include/pa_request.h, include/pa_sql_driver_manager.h,
8699: include/pa_string.h, include/pa_stylesheet_manager.h,
8700: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8701: main/pa_charsets.C, main/pa_string.C,
8702: main/pa_stylesheet_connection.C, types/pa_value.h,
8703: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8704: types/pa_vobject.C, types/pa_vstateless_class.C,
8705: types/pa_vstateless_class.h: - hash_code caching was implemented
8706: (seaches should be faster now)
8707:
8708: * src/: classes/file.C, classes/hash.C, classes/image.C,
8709: classes/string.C, classes/table.C, include/pa_string.h,
8710: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8711: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8712: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8713: types/pa_vrequest.C: - String constructors don't have that stupid
8714: true/false param which means 'tainted'. they accept lang instead.
8715:
8716: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8717: with OPTIMIZE_RESULT
8718:
8719: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8720: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8721:
8722: 2009-05-13 misha
8723:
8724: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8725: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8726: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8727: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8728: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8729: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8730: include/pa_string.h, classes/date.C, classes/file.C,
8731: classes/hash.C, classes/image.C, classes/string.C,
8732: classes/table.C, classes/xdoc.C: - result optimisation -
8733: helper_length parameter removed from string constructors
8734:
8735: 2009-05-11 misha
8736:
8737: * tests/209.html: - tests for ^hash::create[hash] were added
8738:
8739: * tests/208.html: - tests for $status:rusage, $status:memory,
8740: ^memory:compact[] were added
8741:
8742: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8743: log10 were added
8744:
8745: * tests/206.html: - test for try with finally was added
8746:
8747: 2009-05-10 misha
8748:
8749: * tests/205.html: - test for ^file::create[...] was added
8750:
8751: * tests/204.html: - test for ^response:clear[] was added
8752:
8753: * tests/038.html: - tests for trigonometric functions were added
8754:
8755: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8756: added - more tests for .add, .sub, .union, .intersects and
8757: .intersections
8758:
8759: * tests/065.html: - test for ^file:dirname was added
8760:
8761: * tests/030.html: - test for $cookie:fields was added
8762:
8763: * tests/203.html: - test for ^h._keys[column name] was added
8764:
8765: * tests/201.html: - tests for .trim were added
8766:
8767: * tests/202.html: - tests for last-day,
8768: date:calendar[type](YYYY;MM;DD) were added
8769:
8770: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8771: .offset[type](N) were added
8772:
8773: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8774: and .pos[c](N) were added
8775:
8776: * tests/141.html: - test for math:sha1 was added
8777:
8778: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8779:
8780: 2009-05-09 misha
8781:
8782: * src/main/compile.y: - rollback
8783:
8784: 2009-05-05 misha
8785:
8786: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8787: replaced by is_empty()
8788:
8789: * src/: include/pa_string.h, main/pa_charset.C: - little
8790: optimisation: somewhere length() was replaced by is_empty()
8791:
8792: * src/classes/table.C: - little optimisation: somewhere length()
8793: was replaced by is_empty()
8794:
8795: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8796: classes/op.C, classes/table.C, main/pa_exception.C: - little
8797: optimisation: somewhere length() was replaced by is_empty()
8798:
8799: 2009-05-04 misha
8800:
8801: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8802: types/pa_vstateless_class.h, main/execute.C,
8803: include/pa_request.h, classes/hash.C, classes/op.C,
8804: classes/table.C: - more optimisations were added: some operators
8805: don't switch write context anylonger
8806:
8807: 2009-05-01 misha
8808:
8809: * src/main/compile.y: - slightly more opcode optimisations for
8810: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8811:
8812: * src/main/execute.C: - simplifying process for getters
8813:
8814: 2009-04-30 misha
8815:
8816: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8817:
8818: * tests/results/199.processed: - test for checking $result into
8819: ^rem was added
8820:
8821: * tests/199.html: - test for checking $result into ^rem was added
8822:
8823: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8824: some OS it returns list in different order)
8825:
8826: * src/: include/pa_array.h, include/pa_request.h,
8827: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8828: changes in stack impl - get_element() optimisation: 3rd param
8829: removed - bugfix: problems with reading empty input param -
8830: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8831:
8832: * tests/results/198.processed: - test for reading empty local var
8833: was added
8834:
8835: * tests/198.html: - test for reading empty local var was added
8836:
8837: 2009-04-29 misha
8838:
8839: * src/main/compile.y: - bugfix: couldn't compile because
8840: OP_VALUE__GET_ELEMENT should be unde #ifdef
8841:
8842: * src/: include/pa_array.h, include/pa_opcode.h,
8843: include/pa_request.h, main/compile.y, main/execute.C,
8844: main/pa_request.C, types/pa_vmethod_frame.C,
8845: types/pa_vmethod_frame.h: - we can work without opcode
8846: OP_STORE_PARAM, so it was removed
8847:
8848: 2009-04-28 misha
8849:
8850: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8851: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8852: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8853: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8854: 4.
8855: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8856:
8857: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8858:
8859: * src/: main/pa_string.C, classes/string.C: - !length() =>
8860: is_empty()
8861:
8862: 2009-04-27 misha
8863:
8864: * src/types/pa_vregex.h: - back explicit vars initialisation
8865:
8866: 2009-04-24 misha
8867:
8868: * src/classes/string.C: - ups. typo fixed
8869:
8870: * src/main/execute.C: - more replacements '*new VBool' to
8871: 'VBool::get' - checks for ^break[], ^continue[] and
8872: parser.interrupted were optimised
8873:
8874: * src/classes/string.C: - number of params.count() calls was
8875: slightly reduced
8876:
8877: 2009-04-23 misha
8878:
8879: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8880: make it x64 friendly
8881:
8882: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8883: parser is x64 friendly now
8884:
8885: 2009-04-22 misha
8886:
8887: * src/types/pa_vhashfile.C: - coder friendly exception about
8888: exceeding record size was added
8889:
8890: * src/classes/file.C: - use vregex object instead of direct calls
8891: methods from pcre lib
8892:
8893: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8894: classes/string.C: - use vregex object instead of direct calls
8895: methods from pcre lib
8896:
8897: * src/: include/pa_common.h, main/pa_common.C: - method
8898: print_pcre_exec_error_text was moved to class vregex
8899:
8900: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8901: was added
8902:
8903: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8904: - class vregex was added
8905:
8906: 2009-04-21 misha
8907:
8908: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8909:
8910: * src/: types/pa_junction.h, types/pa_value.C,
8911: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8912: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8913: junction-optimisation (destructors)
8914:
8915: * src/include/pa_array.h: - free under if now
8916:
8917: 2009-04-19 misha
8918:
8919: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8920:
8921: 2009-04-18 misha
8922:
8923: * src/include/pa_version.h:
8924: :q :
8925:
8926: CV:
8927: ----------------------------------------------------------------------
8928:
8929: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8930: refactoring
8931:
8932: * src/: include/pa_array.h, include/pa_hash.h,
8933: types/pa_vmethod_frame.h: - destructors under #ifdef now
8934:
8935: * src/include/pa_memory.h: - define for using destructors was added
8936:
8937: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8938: main/execute.C: - some junctions will be cached now
8939:
8940: * src/include/pa_hash.h: - hash destructor frees pairs now
8941:
8942: * src/include/pa_array.h: - inline was added to destructor
8943:
8944: * src/types/pa_method.h: - comment was changed
8945:
8946: 2009-04-17 misha
8947:
8948: * src/: include/pa_array.h, include/pa_hash.h,
8949: types/pa_vmethod_frame.h: - destructors were added
8950:
8951: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8952: renamed to always_use_result
8953:
8954: * src/main/: compile.y, compile_tools.h: - rollback changes in
8955: compiler: full backward compatibility is better
8956:
8957: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8958: result in var's hash
8959:
8960: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8961: optimisation in method_frame
8962:
8963: * src/include/pa_array.h: - optimisation in array (allocate
8964: elements only when needed)
8965:
8966: * src/types/pa_vresponse.C: - check for $response:headers field
8967: before looking at custom fields
8968:
8969: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8970: not needed to check existance var with name 'result' in var's
8971: hash
8972:
8973: * src/main/compile.y: - compiler was changed: now it detects
8974: writings to $result and set flag writo_to_result in method
8975:
8976: * src/classes/string.C: - little optimisation: no needed to write
8977: number with lang
8978:
8979: * src/main/pa_charset.C: - methods readChar and skipChar which is
8980: used for read utf8-strings were renamed - is_escaped was renamed
8981: to isEscaped (to the same name convention)
8982:
8983: * src/: types/pa_method.h, main/compile_tools.h: - flag
8984: write_to_result added. compiler get this info from code.
8985:
8986: 2009-04-16 misha
8987:
8988: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8989: String only before 1st write
8990:
8991: * src/include/pa_string.h: - not needed template removed
8992:
8993: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8994: types/pa_vjunction.C, types/pa_vproperty.C,
8995: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8996: main/pa_request.C, classes/bool.C, classes/double.C,
8997: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8998: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8999: bool objects)
9000:
9001: 2009-04-15 misha
9002:
9003: * src/lib/cord/cordxtra.c: - more optimisation
9004:
9005: * src/: include/pa_string.h, main/untaint.C: - String::append
9006: optimisation
9007:
9008: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9009: then get and can sometime be used)
9010:
9011: * src/main/pa_string.C: - String::length optimisation
9012:
9013: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9014: these methods read different strings
9015:
9016: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9017: fresult_initial_void removed + some optimisation - if $result
9018: defined we don't write to context anymore
9019:
9020: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9021: need just skip char)
9022:
9023: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9024: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9025: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9026:
9027: * src/types/pa_vvoid.h: - added get() method for retreave one
9028: instance
9029:
9030: 2009-04-11 misha
9031:
9032: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9033:
9034: * tests/197.html: - test for parser://test in xml was added
9035:
9036: * src/classes/string.C: - small optimisation
9037:
9038: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9039: optimisation
9040:
9041: 2009-04-10 misha
9042:
9043: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9044: to pcre-7.8
9045:
9046: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9047:
9048: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9049: added
9050:
9051: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9052: $request:CLASS_NAME were added
9053:
9054: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9055: were added
9056:
9057: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9058: $env:CLASS_NAME were added
9059:
9060: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9061: '@todo' now
9062:
9063: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9064: compirer
9065:
9066: * src/main/pa_string.C: - little code cleanup
9067:
9068: * src/main/pa_common.C: - describe one more UTF-8 related error
9069: during PCRE compile/execute
9070:
9071: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9072: normalizing todo-comments: '@todo' now
9073:
9074: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9075:
9076: * src/main/pa_charset.C: - type changed for making compiler happy
9077:
9078: 2009-03-10 misha
9079:
9080: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9081: in main()
9082:
9083: 2009-02-01 misha
9084:
9085: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9086: boundary
9087:
9088: 2009-01-25 misha
9089:
9090: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9091:
9092: * src/classes/file.C: - more changes for parsing different number
9093: of params for file::load
9094:
9095: * tests/193.html: - tests for exception while base64-decode binary
9096: to string was added
9097:
9098: * tests/192.html: - tests for file::load with different number of
9099: options
9100:
9101: * src/classes/math.C: - ups. forgot '+1'
9102:
9103: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9104: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9105: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9106: (new option $.encode[multipart-form/data] should be specified) -
9107: $.method[] option for file::load now is not case-sensitive
9108:
9109: * src/: include/pa_string.h, main/untaint.C: - for file post the
9110: new taint language L_FILE_POST was added
9111:
9112: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9113: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9114: stuff was moved to separate files
9115:
9116: 2009-01-23 misha
9117:
9118: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9119: spaces to tabs were converted
9120:
9121: 2009-01-12 misha
9122:
9123: * src/main/pa_http.C: - value of $.method[] option force uppercased
9124: now
9125:
9126: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9127: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9128: their names
9129:
9130: * src/main/pa_common.C: - changes in formating
9131:
9132: * src/: classes/file.C, main/pa_http.C: - some constants changed
9133: their names
9134:
9135: * src/include/pa_http.h: - some spaces were converted to tabs
9136:
9137: * src/include/pa_common.h: - some constants changed their names
9138:
9139: * src/classes/file.C: - fixed 4-th paramether for file::load -
9140: little code rewriting
9141:
9142: * src/types/pa_vfile.C: - little code rewriting
9143:
9144: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9145: types/pa_value.h: - some formating changes
9146:
9147: * src/include/pa_common.h: - some formating spaces transformed to
9148: tabs
9149:
9150: * src/classes/string.C: - exception while base64-decode binary to a
9151: string
9152:
9153: 2009-01-11 misha
9154:
9155: * configure.in: - version changed to 3.3.1b
9156:
9157: 2008-09-05 misha
9158:
9159: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9160: release_3_3_0 on 2008-09-05 10:59:35 +0000
9161:
9162: 2008-09-04 misha
9163:
9164: * tests/: 130.html, 131.html: - these exceptions not typeless
9165: anymore
9166:
9167: * src/classes/op.C: - exception with 'invalid taint language' not
9168: typeless anylonger
9169:
9170: * src/classes/image.C: - some exceptions while operations with
9171: image not typeless anymore
9172:
9173: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9174: main/pa_exec.C, main/pa_http.C: - some exceptions while
9175: operations with files not typeless anymore
9176:
9177: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9178: types/pa_vdate.h: - exceptions while checking date range not
9179: typeless anymore
9180:
9181: * src/include/pa_exception.h: - exception type string for invalid
9182: date range was added
9183:
9184: 2008-09-03 misha
9185:
9186: * src/: classes/file.C, main/pa_string.C: - exception while pce
9187: operations not typeless anymore
9188:
9189: * src/include/pa_exception.h: - exception type for pce operations
9190: was added
9191:
9192: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9193: and .CLASS_NAME insite classes
9194:
9195: * src/classes/table.C: - don't save table header whiile
9196: ^table.save[append;filename] if file exists
9197:
9198: 2008-09-02 misha
9199:
9200: * src/main/compile.y, src/main/compile_tools.h,
9201: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9202: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9203: renamed to partial and it login changed: we must mark class as
9204: partial for allow their modifications in future.
9205:
9206: 2008-08-29 misha
9207:
9208: * tests/results/022.processed: - testing taint[regex] in mask for
9209: file:list
9210:
9211: * tests/022.html: - testing taint[regex] in mask for file:list
9212:
9213: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9214: for file:list was added
9215:
9216: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9217: file:list
9218:
9219: 2008-08-26 misha
9220:
9221: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9222: last derived object
9223:
9224: * src/classes/image.C: - many strings "image.format" replaced by
9225: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9226: understand some more exif tags
9227:
9228: * src/include/pa_exception.h: - string "image.format" was added
9229:
9230: 2008-08-21 misha
9231:
9232: * src/: main/pa_string.C, classes/file.C: - use method for print
9233: pcre_exec text error
9234:
9235: * src/main/pa_common.C: - method for print pcre_exec text error was
9236: added
9237:
9238: * src/include/pa_common.h: - method declaration for print pcre_exec
9239: text error was added
9240:
9241: 2008-08-19 misha
9242:
9243: * src/main/execute.C: - bugfix: opcodes must be in separate
9244: namespace while debug execution as well
9245:
9246: * tests/: 015.html, results/015.processed: - test for escaping some
9247: parser chars was added
9248:
9249: 2008-08-18 misha
9250:
9251: * tests/: 190.html, 190.p, results/190.processed: - test for
9252: $caller.self.field + default getter in one class was added
9253:
9254: * tests/: 189.html, results/189.processed: - test for
9255: ^date::create[date object]
9256:
9257: * tests/: 188.html, results/188.processed: - tests for match with
9258: UTF-8 strings
9259:
9260: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9261: ^string.match[]
9262:
9263: * ChangeLog: - parser 3.3.0 beta13
9264:
9265: 2008-08-15 misha
9266:
1.116 moko 9267: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9268: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9269: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9270: dftables.c: - old PCRE files removed
1.95 moko 9271:
9272: * src/lib/pcre/config.h: - configuration for PCRE library
9273:
9274: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9275: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9276:
9277: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9278: library and set flag UTF8 if $request:charset is UTF-8
9279:
9280: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9281: include/pa_config_fixed.h: - moved to new PCRE library
9282:
9283: * src/: main/main.vcproj, types/types.vcproj,
9284: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9285: win32\pcre instead of parser3\src\lib\pcre
9286:
9287: * src/: include/pa_opcode.h, include/pa_operation.h,
9288: main/compile.C, main/compile.y, main/compile_tools.C,
9289: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9290: opcodes were moved to separate namespace
9291:
9292: 2008-08-14 misha
9293:
9294: * src/types/pa_vstateless_class.C: - newline at the end missed
9295:
9296: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9297: tainting
9298:
9299: 2008-08-11 misha
9300:
9301: * tests/: 187.html, 187.p, results/187.processed: - tests for
9302: $caller.self, $caller.self.field and $caller.self.field[value]
9303: were added
9304:
9305: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9306: runtime as well (for $caller.self)
9307:
9308: 2008-07-25 misha
9309:
9310: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9311: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9312: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9313: tests with international characters
9314:
9315: 2008-07-23 misha
9316:
9317: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9318: file::load[...;http://
9319:
9320: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9321: now everywhere in separate namespace
9322:
9323: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9324: for vars
9325:
9326: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9327: can be escaped by '^'
9328:
9329: 2008-07-22 misha
9330:
9331: * src/classes/string.C, tests/186.html: - names changes:
9332: escape=>js-escape, unescape=>js-unescape
9333:
9334: 2008-07-21 misha
9335:
9336: * tests/results/186.processed: - test for string escape/unescape
9337:
9338: * tests/186.html: - test for string escape/unescape
9339:
9340: * src/classes/string.C: - string has escape and unescape methods
9341: now
9342:
9343: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9344: added
9345:
9346: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9347: method-layers added (with different params)
9348:
9349: 2008-07-18 misha
9350:
9351: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9352: was added
9353:
9354: * tests/185.html: - test for ^str.pos[sub](offset) added
9355:
9356: * src/classes/string.C, src/classes/void.C, operators.txt: -
9357: ^string.pos[substr](offset) -- 2nd param accepted now
9358:
9359: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9360: strings
9361:
9362: 2008-07-17 misha
9363:
9364: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9365: helper length added for mid for small optimisation
9366:
9367: 2008-07-16 misha
9368:
9369: * tests/: 185.html, results/185.processed: - tests for
9370: length/left/right/mid/pos with utf-8 strings
9371:
9372: * src/classes/string.C: - left/right/mid/length/pos works fine for
9373: utf-8 strings
9374:
9375: * src/main/untaint.C: - comments removed
9376:
9377: * src/: include/pa_string.h, main/pa_string.C,
9378: include/pa_charset.h, main/pa_charset.C: - methods for working
9379: with pos/mid for strings in utf-8 were added
9380:
9381: 2008-07-15 misha
9382:
9383: * tests/: 184.html, results/184.processed: - test for case body as
9384: expression: $var(^switch(1){^case(1)(true)..})
9385:
9386: * src/classes/op.C: - case body can be expression now:
9387: $var(^switch(1){^case(1)(true)..})
9388:
9389: * tests/: results/183.processed, 183.html: - added test for testing
9390: new cookie encoding (%uXXXX)
9391:
9392: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9393: decoding for backward compatibility they decoded from %XX in
9394: request:charset too
9395:
9396: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9397: - cookie class now decode cookies before first access after last
9398: request:charset changing (as form class).
9399:
9400: * src/main/pa_charset.C: - added method escape for escaping cookies
9401: as %uXXXX - before transcode calculate required space for dest
9402: string. it reduce mem usage for transcode
9403:
9404: * src/include/pa_charset.h: - added method escape for escaping
9405: cookies as %uXXXX
9406:
9407: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9408: was added. will used for escaping cookies as %uXXXX
9409:
9410: * src/include/pa_common.h: - escape method has new option for skip
9411: converting '+' to a space char
9412:
9413: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9414: transcode - escape method has new option for skip converting '+'
9415: to a space char
9416:
9417: 2008-07-08 misha
9418:
9419: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9420: (no UE if more then 1 case matches anylonger) - optimization:
9421: doing searching.as_string() || searching.as_double() only once
9422:
9423: 2008-07-04 misha
9424:
9425: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9426: now ^date::create[date object] works
9427:
9428: * src/classes/string.C: - left and right added as aliases for start
9429: and end in ^string.trim[]
9430:
9431: 2008-07-03 misha
9432:
9433: * src/classes/file.C: - allow $.limit for file::sql as well
9434:
9435: * src/classes/file.C: - allow $.offset option for file::sql - force
9436: send limit=1 to query for use sql specifics authomatically
9437:
9438: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9439: if $.limit value if empty. autoconvert it as everywere
9440:
9441: 2008-07-02 misha
9442:
9443: * configure.in: - time to change version number to 3.3.0 %-)
9444:
9445: * src/include/pa_version.h: - time to change version number to
9446: 3.3.0 %-)
9447:
9448: 2008-06-26 misha
9449:
9450: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9451: $.limit(0) fixes
9452:
9453: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9454: - $.limit(0) fixes
9455:
9456: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9457: new API)
9458:
9459: * src/: include/pa_sql_driver_manager.h,
9460: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9461: classes/op.C: - document_root added
9462:
9463: * src/main/compile.tab.C: - error message was changed
9464:
9465: 2008-06-25 misha
9466:
9467: * src/main/compile.y: - error message was changed
9468:
9469: 2008-06-24 misha
9470:
9471: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9472:
9473: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9474: tests for @OPTIONS\nappend
9475:
9476: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9477:
9478: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9479:
9480: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9481:
9482: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9483: compile.y
9484:
9485: 2008-06-17 misha
9486:
9487: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9488: compilation: ^if(default){true. it's incorrect. must be
9489: exception}
9490:
9491: 2008-06-16 misha
9492:
9493: * tests/: 181.ent, 181.html, results/181.processed: - test for
9494: checking external reference loading with 'http://localhost'
9495: prefix while creating xdoc
9496:
9497: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9498: ^math:long2ip[] and ^math:ip2long[]
9499:
9500: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9501: added which use scalar stateless class method when user object
9502: used in scalar context - use get_scalar_value when user object
9503: requested in scalar context
9504:
9505: * src/main/pa_common.C: - size must be int but not size_t or we
9506: can't compare with 0 sprintf result
9507:
9508: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9509: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9510: with internal switch between local/global vars
9511:
9512: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9513: specified
9514:
9515: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9516: pa_vstateless_object.h: - stateless class and object now has
9517: private scalar field and getter/setter for working with it
9518:
9519: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9520: moved to inet static class
9521:
9522: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9523: class added (^inet:aton[IP], ^inet:ntoa(number))
9524:
9525: * tests/: 180.html, results/180.processed: - tests for
9526: ^math:long2ip(long) and ^math:ip2long[IP]
9527:
9528: * src/classes/math.C: - ^math:ip2long[IP] added
9529:
9530: 2008-06-11 misha
9531:
9532: * src/main/pa_xml_io.C: - use file_read_text again because of we
9533: need cut BOM code and remove DOS newline chars. but don't
9534: transcode it anyway.
9535:
9536: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9537: main/pa_http.C: - option for disable transcoding while file_read
9538: and file_read_text added
9539:
9540: 2008-06-10 misha
9541:
9542: * tests/: 179.html, 179.p, results/179.processed: - test for many
9543: classes in 1 file
9544:
9545: * src/main/: compile.C, compile_tools.h: - compile return list of
9546: classes now.
9547:
9548: * src/main/: compile.y, compile.tab.C: - compile return list of
9549: classes now. internals.
9550:
9551: * src/main/pa_request.C: - compile return list of classes now. try
9552: call @conf and @auto for each returned class
9553:
9554: * src/include/pa_request.h: - compile return list of classes now
9555:
9556: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9557: return list of classes when compile buf)
9558:
9559: 2008-06-07 misha
9560:
9561: * src/main/pa_request.C: - constructing VRequest object with 3rd
9562: param -- form
9563:
9564: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9565: 3rd param: form. needed for get post_charset
9566:
9567: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9568: added
9569:
9570: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9571: types/pa_vform.C, types/pa_vform.h: - some polish
9572:
9573: 2008-06-06 misha
9574:
9575: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9576: charset and decode chars from it but not from response:charset
9577:
9578: * src/main/pa_http.C: - detect_charset moved out of here
9579:
9580: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9581: methods moved here - unescape_chars accepn one charset now
9582:
9583: * src/main/pa_http.C: - new constants used - don't allow
9584: $.content-type in ^file::load[;http://;$.method[POST]] - add
9585: charset info while ^file::load[;http://;$.method[POST]] - option
9586: $.omit-post-charset(true) added to ^file::load[;http://] for
9587: disabling charset during post
9588:
9589: * src/types/pa_vform.C: - new constants used
9590:
9591: * src/include/pa_common.h: - some constants were added
9592:
9593: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9594: instead of StrEqNc
9595:
9596: * src/main/pa_common.C: - new method for caseless search
9597: c-substring in c-string - use isxdigit instead of is_hex_digit
9598:
9599: * src/include/pa_common.h: - new method for caseless search
9600: c-substring in c-string
9601:
9602: 2008-06-05 misha
9603:
9604: * tests/results/178.processed: - test for testing default getter
9605:
9606: * tests/178.html: - test for testing default getter
9607:
9608: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9609: for test for testing default getter
9610:
9611: * src/main/execute.C: - default getter soul
9612:
9613: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9614: requested objects' field not found
9615:
9616: * src/types/pa_vclass.C: - register default getter if defined - get
9617: default getter if requested field not found
9618:
9619: * src/types/pa_vstateless_object.h: - method get_default_getter was
9620: added
9621:
9622: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9623: pointer to default getter and methods for get/set it were added
9624:
9625: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9626: auto_name field (for default getter)
9627:
9628: 2008-06-04 misha
9629:
9630: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9631: transcoding, no cutting BOM code, no fixing line breaks) and get
9632: it to libxml "as is"
9633:
9634: 2008-06-03 misha
9635:
9636: * src/main/pa_common.C: - use store_Char instead of
9637: transcodeCharFromUTF8
9638:
9639: * src/: include/pa_charset.h, main/pa_charset.C: - method
9640: store_Char added, transcodeCharFromUTF8 -- removed
9641:
9642: 2008-06-02 misha
9643:
9644: * tests/: results/177.processed, 177.html: - test for checking
9645: .[acm]date after local ^file::load[] was added
9646:
9647: * tests/: results/176.processed, 176.html: - test for checking
9648: @OPTION\locals + @method[vars][locals] added
9649:
9650: * tests/results/auto.p: - CLASS_PATH specified for checking use
9651:
9652: 2008-05-30 misha
9653:
9654: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9655: @OPTION\nlocals + @method[vars][;locals;] were added
9656:
9657: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9658: moved to separate method op_code - switch from VMethodFrame to
9659: VMethodFrameGlobal + VMethodFrameLocal
9660:
9661: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9662: was moved to separate method op_code
9663:
9664: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9665: VMethodFrame now
9666:
9667: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9668: all_vars_local as well
9669:
9670: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9671: pa_vmethod_frame_local.h, Makefile.am: - who children for
9672: VMethodFrame were added: one (global) works as VMethodFrame
9673: before and second (local) write all vars in self vars scope
9674:
9675: * src/types/pa_method.h: - method has bool flag all_vars_local now
9676:
9677: 2008-05-29 misha
9678:
9679: * tests/: 129.html, results/129.processed: - more tests for
9680: ^table.hash[]
9681:
9682: * src/classes/hash.C: - ^hash::sql has a new option:
9683: $.type[hash|string|table] as ^table.hash[] one.
9684:
9685: * src/classes/op.C: - ^try has 3rd param now: finally code which
9686: executed anyway after try or catch section
9687:
9688: 2008-05-27 misha
9689:
9690: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9691: must not fail if $.distinct(1) wasn't specified
9692:
9693: 2008-05-26 misha
9694:
9695: * src/classes/op.C: - allow ^throw[my type]
9696:
9697: 2008-05-22 misha
9698:
9699: * configure.in, configure: - version number updated to 3.2.4b
9700:
9701: * src/classes/: op.C, string.C: - trim format string before
9702: eval/format
9703:
9704: * tests/: results/175.processed, 175.html: - more tests for
9705: different format strings in .format[]
9706:
9707: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9708: as well (not only %XX)
9709:
9710: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9711: charset specified - checks for format before print number
9712: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9713: (instead of tabs) removed
9714:
9715: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9716: charset specified
9717:
9718: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9719: char in requested charset from utf code was added
9720:
9721: 2008-05-19 misha
9722:
9723: * tests/: 174.html, results/174.processed: - test for
9724: ^hashfile.cleanup[] added
9725:
9726: * src/classes/hashfile.C: - optimization: don't create any key or
9727: value variable if it's name weren't specified
9728: (^hf.foreach[;v]{...})
9729:
9730: 2008-05-16 misha
9731:
9732: * src/classes/hash.C: - optimization: don't create any key variable
9733: if variable name wasn't specified (^h.foreach[;v]{...})
9734:
9735: 2008-05-15 misha
9736:
9737: * src/classes/op.C: - small changes
9738:
9739: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9740:
9741: * src/classes/hash.C: - calculate var_context once before foreach
9742:
9743: 2008-05-14 misha
9744:
9745: * src/classes/hashfile.C: - incorrect vars context calculation for
9746: ^hashfile.foreach[;]{} fixed
9747:
9748: * src/classes/: hash.C, table.C: - little optimisation
9749:
9750: * src/classes/file.C: - bugfix: double absolute path while loading
9751: file
9752:
9753: * tests/: 174.html, results/174.processed: - tests for hashfile
9754: were added
9755:
9756: * buildall-with-xml: - moving to libxslt 1.1.24
9757:
9758: 2008-04-30 misha
9759:
9760: * src/classes/file.C: - stat file while loading (local only) so
9761: .adate, .mdate and .cdate available without additional ::stat
9762:
9763: 2008-04-28 misha
9764:
9765: * src/classes/file.C: - $.name and $.content-type available for
9766: stated file
9767:
9768: 2008-04-14 misha
9769:
9770: * src/targets/cgi/parser3.C: - new year in copyright %-)
9771:
9772: * src/include/pa_version.h: - new version number in head
9773:
9774: 2008-04-10 misha
9775:
9776: * tests/: 080.html, results/080.processed: - cut '0' from
9777: exponential part because of on diff OS it differ (20 or 020 for
9778: ex)
9779:
9780: * tests/: 119.html, results/119.processed: - check for encoding
9781: while creating xdoc
9782:
9783: 2008-04-09 misha
9784:
9785: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9786:
9787: * src/main/pa_common.C: - comment added
9788:
9789: * src/classes/date.C: - little refactoring
9790:
9791: 2008-04-07 misha
9792:
9793: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9794: style of ^table.save[]: prepare one big string and sabe it at
9795: once. it's safe on freebsd 4.x but use much more memory.
9796:
9797: * buildall-with-xml, buildall-without-xml: - option
9798: --disable-stringstream added (under comment. use it on freebsd
9799: 4.x)
9800:
9801: 2008-02-22 misha
9802:
9803: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9804: specified together in file::load[;http] - get back transcoding
9805: $.body[] in file::load[;http]
9806:
9807: 2008-02-21 misha
9808:
9809: * src/classes/date.C: - ^date.gmt-string[] was added
9810:
9811: * src/types/pa_value.C: - method for output date in RFC 822 format
9812: moved to pa_common.h
9813:
9814: * src/include/pa_common.h: - method for output date in RFC 822
9815: format moved here from pa_value.C
9816:
9817: * src/types/pa_vmail.C: - fixed core in sending mail with
9818: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9819:
9820: 2008-02-20 misha
9821:
9822: * src/main/pa_http.C: - transcode $.headers before escaping into
9823: specified charset while ^file::load[...;http://...] (L_URI
9824: instead of L_HTTP_HEADER) - $.cookies param available in
9825: ^file::load[;http://...] now (but we don't parse set-cookies from
9826: response yet) (cookies not transcoded as common $cookies)
9827:
9828: 2008-02-19 misha
9829:
9830: * src/main/pa_request.C: - rollback: we mustn't force taint
9831: $response:field values because in this case
9832: $response:locateion[http://...] don't works.
9833:
9834: 2008-02-15 misha
9835:
9836: * src/classes/op.C: - little refactoring
9837:
9838: * src/main/pa_http.C: - taint names of $.headers for load[;http
9839:
9840: * src/main/pa_request.C: - force taint values of $response:field
9841:
9842: 2008-02-14 misha
9843:
9844: * src/main/pa_request.C: - $response:field transcoded to
9845: $response:charset before escaping now
9846:
9847: * src/main/pa_http.C: - some outdated comments removed
9848:
9849: * src/classes/date.C: - lastdat -> last-day
9850:
9851: * src/classes/date.C: - ^date:lastday(year;month) and
9852: ^date.lastday[] were added - little code refactoring - comments
9853: changes
9854:
9855: * tests/: 159.html, results/159.processed: - test for number of
9856: days in February
9857:
9858: * src/types/pa_value.C: - fixes in code formatting
9859:
9860: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9861: and comments
9862:
9863: 2008-02-13 misha
9864:
9865: * src/main/pa_common.C: - bugfix for february at leap year
9866:
9867: 2008-01-28 misha
9868:
9869: * tests/: 160.html, results/160.processed: - more test for cache
9870: added
9871:
9872: * src/classes/op.C: - bugfix: cache body executed twice if contains
9873: unhandled exception
9874:
9875: 2008-01-25 misha
9876:
9877: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9878: bug when hashfile became inavailable after memory:compact)
9879:
9880: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9881:
9882: 2008-01-22 misha
9883:
9884: * src/classes/table.C: - little refactiring and exception texts
9885: changes in method ^table.hash[]
9886:
9887: * src/types/pa_vcookie.C: - link to cookie specification changed
9888:
9889: 2008-01-21 misha
9890:
9891: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9892: file::exec/cgi
9893:
9894: * src/classes/file.C: - bugfix: core while processing headers if
9895: executed cgi script don't return content
9896:
9897: 2008-01-18 misha
9898:
9899: * buildall-with-xml: - move to libxml2 version 2.6.31
9900:
9901: * src/include/pa_version.h, configure.in: - version number updated
9902: to '3.2.3b'
9903:
9904: 2007-12-28 misha
9905:
9906: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9907: hash.contains
9908:
9909: 2007-12-27 misha
9910:
9911: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9912: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9913: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9914: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9915: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9916: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9917: src/targets/cgi/parser3.vcproj,
9918: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9919: back to VS2003 because of Apache 1.3 module can't work if it was
9920: built in VS 2005. with cgi all file so VS2003 project files can
9921: be easy converted to the new format.
9922:
9923: 2007-12-04 misha
9924:
9925: * src/types/pa_vcode_frame.h: - changes in comment
9926:
9927: 2007-11-29 misha
9928:
9929: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9930: intercept strings any longer
9931:
9932: * tests/: 173.html, results/173.processed: - tests for
9933: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9934: but not in main code frame
9935:
9936: * tests/: 172.html, results/172.processed: - more tests for pass
9937: objects from code frames
9938:
9939: 2007-11-27 misha
9940:
9941: * tests/: 152.html, results/152.processed: - tests for converting
9942: strings 'true'/'false' to bool were added
9943:
9944: * tests/152.html: - added checks for converting strings
9945: 'true'/'false' to bool
9946:
9947: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9948: not only strings with numbers but with values 'true'/'false' as
9949: well
9950:
9951: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9952: for parser3.log increased
9953:
9954: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9955:
9956: * src/include/pa_common.h: - remove_crlf return cstring size now
9957:
9958: * src/include/pa_types.h: - constant with buffer size for
9959: parser3.log added
9960:
9961: 2007-11-16 misha
9962:
9963: * tests/cat.sh: - script for tests for file::exec/cgi
9964:
9965: * tests/171.html: - tests for file::exec/cgi
9966:
9967: * tests/results/171.processed: - tests results for file::exec/cgi
9968:
9969: 2007-11-15 misha
9970:
9971: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9972:
9973: * src/classes/file.C: - .body must be set before analyzing cgi
9974: headers
9975:
9976: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9977: only if exec/cgi return anything.
9978:
9979: 2007-11-14 misha
9980:
9981: * operators.txt: - info about new text|binary option for
9982: file::exec/cgi was added
9983:
9984: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9985: ^file:exec[[text|binary];script;...]
9986:
9987: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9988: classes/string.C, classes/table.C: - more text strings moved to
9989: the one place
9990:
9991: 2007-11-09 misha
9992:
9993: * src/types/pa_vrequest.C: - $request:argv must be taint
9994:
9995: * ChangeLog: - $request:argv [patch from Sumo]
9996:
9997: * operators.txt: - $request:argv
9998:
9999: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10000: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10001:
10002: 2007-10-25 misha
10003:
10004: * buildall-with-xml, buildall-without-xml: - options preparations
10005: for ./configure rewrited
10006:
10007: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10008: error occure in unhandled_exception finally fixed
10009:
10010: 2007-10-23 misha
10011:
10012: * tests/: 170.html, results/170.processed: - test for
10013: @method[][result]
10014:
10015: * operators.txt: - added info about node.prefix and
10016: node.namespaceURI
10017:
10018: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10019:
10020: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10021: added for node and attribute
10022:
10023: 2007-10-22 misha
10024:
10025: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10026:
10027: * src/main/pa_request.C: - added const content-transfer-encoding
10028:
10029: * src/include/pa_request.h: - added const content-transfer-encoding
10030: - ups. constants must be in lowercase (for search)
10031:
10032: * src/types/pa_vmail.C: - more constants used -
10033: content-transfer-encoding: 8bit added
10034:
10035: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10036:
10037: * src/include/pa_request.h: - more constants
10038:
10039: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10040: ommit anymore if $.content-disposition was specified - little
10041: refactoring
10042:
10043: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10044:
10045: 2007-10-17 misha
10046:
10047: * operators.txt: - info about
10048: table::create[nameless]{data}[>options<] was added
10049:
10050: * src/main/: compile.tab.C, compile.y: - if error occure while
10051: compile method don't put this method in methods table anymore.
10052: in other case the parser coredumped if @unhandled_exception
10053: method can't be compiled because of parser.compile error.
10054:
10055: * src/main/execute.C: - little code reformating
10056:
10057: * src/main/pa_request.C: - little code reformating - comment
10058: changed
10059:
10060: 2007-10-16 misha
10061:
10062: * tests/: 035.html, results/035.processed: - tests
10063: table::create[]{}[options] added
10064:
10065: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10066: options (only $.seperator[] yet)
10067:
10068: 2007-10-10 misha
10069:
10070: * src/classes/table.C: - some contstants moved to pa_common.h -
10071: some code changes
10072:
10073: 2007-10-02 misha
10074:
10075: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10076: then three time as much. but base64 encoding method still use
10077: less memory anyway.
10078:
10079: 2007-09-17 misha
10080:
10081: * operators.txt: - added info about $cookie:fields
10082:
10083: * src/types/pa_vcookie.C: - $cookie:fields available now
10084:
10085: * src/classes/hash.C: - some stuff for use with .for_each moved to
10086: common
10087:
10088: * src/include/pa_common.h: - some stuff for use with .for_each
10089: moved here
10090:
10091: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10092:
10093: 2007-09-14 misha
10094:
10095: * buildall-with-xml: - new xml libs again =)
10096:
10097: 2007-08-28 misha
10098:
10099: * operators.txt: - texts about ^table.columns[[column name]] and
10100: ^string.split[...][v][column name] were added
10101:
10102: * tests/: 168.html, 169.html, results/168.processed,
10103: results/169.processed: - tests for ^table.columns[[column name]]
10104: and ^string.split[...][v][column name] were added
10105:
10106: * src/classes/table.C: - new option ^table.columns[[column name]]
10107: was added
10108:
10109: * src/classes/string.C: - new option ^string.split[...;v;[column
10110: name]]
10111:
10112: * src/include/pa_exception.h: - error text message for
10113: ^hash._keys[], ^table.columns[] and ^string.split[]
10114:
10115: 2007-08-27 misha
10116:
10117: * src/main/untaint.C: - try to fix coredump on unix if print to
10118: body ^taint[sql][something] outside of connect
10119:
10120: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10121: outside of connect
10122:
10123: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10124: added (commented by default)
10125:
10126: 2007-08-20 misha
10127:
10128: * operators.txt: - comment about new method ^node.hasAttributes[]
10129: was added
10130:
10131: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10132: duplicated exception text strings were removed
10133:
10134: * src/include/pa_exception.h: - more exception text strings moved
10135: here
10136:
10137: * src/classes/table.C: - some duplicate exceptions' text strings
10138: removed
10139:
10140: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10141: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10142: removed
10143:
10144: * src/include/pa_exception.h: - some exception text strings movet
10145: to pa_exception
10146:
10147: * tests/: 149.html, results/149.processed: - test for
10148: ^xnode.hasAttributes[] was added - some code changes
10149:
10150: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10151: added
10152:
10153: 2007-08-17 misha
10154:
10155: * tests/: results/006.processed, results/059.processed, 006.html,
10156: 059.html: - more tests for match
10157:
10158: * tests/: 129.html, results/129.processed: - tests for
10159: ^table.hash[...][$.type[string|hash|table]] added
10160:
10161: * src/targets/cgi/parser3.C: - little syntax changes
10162:
10163: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10164: syntax changes
10165:
10166: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10167: messages in parser3.log switched off by default. If someone
10168: really still need it: use $SIGPIPE(1)
10169:
10170: 2007-08-08 misha
10171:
10172: * buildall-with-xml, buildall-without-xml: - remove libs source
10173: files by default since now
10174:
10175: 2007-08-07 misha
10176:
10177: * buildall-without-xml: - some option syntax changes
10178:
10179: * buildall-with-xml: - compile libxml2 without http support - some
10180: option syntax changes
10181:
10182: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10183:
10184: 2007-08-06 misha
10185:
10186: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10187:
10188: * tests/: 160.html, results/160.processed: - cache test was
10189: rewrited
10190:
10191: 2007-07-06 misha
10192:
10193: * tests/: 153.html, results/153.processed: - added test for
10194: ^math:sha1[string]
10195:
10196: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10197: transcoded
10198:
10199: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10200: were added
10201:
10202: 2007-06-28 misha
10203:
10204: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10205: some incorrect chars
10206:
10207: 2007-06-19 misha
10208:
10209: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10210: were moved on top because of gcc 4 had a problems during
10211: building.
10212:
10213: 2007-06-18 misha
10214:
10215: * tests/results/019.processed: - new image commited
10216:
10217: 2007-06-09 misha
10218:
10219: * src/classes/: op.C, table.C: - in while and table.select method
10220: as_expression used now
10221:
10222: * src/types/pa_vmethod_frame.h: - method as_expression was added
10223:
10224: 2007-06-08 misha
10225:
10226: * tests/: 166.html, results/166.processed: - test for
10227: ^match[...][n]
10228:
10229: * tests/: 165.html, results/165.processed: - tests for loops
10230:
10231: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10232: because of no speed/memory optimisation but some proglems with
10233: long cycles occure
10234:
10235: 2007-06-06 misha
10236:
10237: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10238: ^table.select(true) and ^table.select(1) didn't works because of
10239: awaiting junction-param only. fixed.
10240:
10241: 2007-05-24 misha
10242:
10243: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10244: with 0.5 secs interval
10245:
10246: * src/classes/op.C: - cache was rewrited. I hope it works with
10247: locking system now on unix
10248:
10249: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10250: system locks which wait till other threads release it but try get
10251: lock, if fail wait 1 sec and make 10 attempts.
10252:
10253: * src/include/pa_os.h: - consts for blocking locks + some comments
10254: were added
10255:
10256: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10257: opening files
10258:
10259: * src/classes/table.C: - changes in includes. if unclude <sstream>
10260: after our classes on unix it can't be build
10261:
10262: * src/types/pa_vhashfile.C: - not needed code removed
10263:
10264: 2007-05-23 misha
10265:
10266: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10267: include/pa_common.h: - cosmetic changes
10268:
10269: 2007-05-18 misha
10270:
10271: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10272: often. it's give some speed increasing
10273:
10274: * tests/results/160.processed: - returned time corrected
10275:
10276: * tests/160.html: - time increased because on unix 1 mean nothing
10277: :(
10278:
10279: * operators.txt: - added info about ^hash.contain[key]
10280:
10281: * src/classes/hash.C: - added ^hash.contain[key]
10282:
10283: * src/include/pa_hash.h: - added method for checking key exists in
10284: hash
10285:
10286: 2007-05-07 misha
10287:
10288: * src/include/pa_string.h: - was compilation error during build on
10289: freebsd4
10290:
10291: 2007-05-03 misha
10292:
10293: * src/classes/table.C: - option $.type[hash|string|table] was added
10294: for ^table.hash[]
10295:
10296: * src/classes/file.C: - comment removed
10297:
10298: 2007-04-26 misha
10299:
10300: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10301: real files doesn't opened in place anymore
10302:
10303: 2007-04-24 misha
10304:
10305: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10306:
10307: * src/include/pa_exception.h: "static" removed
10308:
10309: 2007-04-23 misha
10310:
10311: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10312:
10313: * src/classes/math.C: added: - ^math:ln(N) (the same as
10314: ^math:log(N)) - ^math:lg(N)
10315:
10316: * tests/: 097.html, results/097.processed: - charsets converstion
10317: during ^file::load[text;http://...] added
10318:
10319: * tests/: 164.html, results/164.processed: - check for set expires
10320: as a date
10321:
10322: * tests/: 164.html, results/164.processed: - test for hashfile
10323:
10324: * src/classes/hashfile.C: - little comment changes
10325:
10326: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10327: access
10328:
10329: * src/: classes/date.C, classes/double.C, classes/file.C,
10330: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10331: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10332: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10333: classes/xnode.h, include/pa_request.h, main/execute.C,
10334: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10335: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10336: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10337: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10338: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10339: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10340: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10341: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10342: "parser.runtime" strings were removed
10343:
10344: * src/classes/hashfile.C: - with .clear[] called files_delete()
10345: now.
10346:
10347: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10348:
10349: * src/include/pa_exception.h: - string constant with
10350: "parser.runtime" text was added
10351:
10352: 2007-04-20 misha
10353:
10354: * operators.txt: - some comments changing
10355:
10356: * operators.txt: - added info about .^hashfile.release[],
10357: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10358:
10359: * configure: =cheching for unsetenv
10360:
10361: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10362: ^hashfile.release[] were added
10363:
10364: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10365: ^string.match[][] understand new option now: return number of
10366: matches but not table wit results
10367:
10368: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10369: reopen now
10370:
10371: * src/classes/op.C: - bug. must be false
10372:
10373: * configure.in: - checking for unsetenv was added
10374:
10375: * src/types/pa_vform.C: - some comments
10376:
10377: 2007-04-18 misha
10378:
10379: * buildall-with-xml: moving to libxml2-2.6.28
10380:
10381: * buildall-with-xml, buildall-without-xml: added commented lines
10382: with --disable-safe-mode option
10383:
10384: * operators.txt: - info about $form:files
10385:
10386: 2007-04-17 misha
10387:
10388: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10389: $form:files was added
10390:
10391: * tests/: 163.html, results/163.processed: removing auto format
10392:
10393: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10394:
10395: 2007-04-16 misha
10396:
10397: * tests/: 163.html, results/163.processed: - test for .int[],
10398: floor, round, ceiling and .format[]
10399:
10400: * src/classes/file.C: - little optimization for getting args in
10401: exec/cgi
10402:
10403: 2007-04-13 misha
10404:
10405: * src/classes/file.C: - arguments for file::exec/cgi can be
10406: specified now as s table with one column
10407:
10408: 2007-03-27 misha
10409:
10410: * tests/: 162.html, results/162.processed: - test for
10411: ^table.select(^condition[$t])
10412:
10413: * tests/results/auto.p: - load windows-1251 charset for some tests
10414:
10415: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10416:
10417: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10418: 161_windows1251.txt: - added test for
10419: ^file::load[text;/local/file.txt;$.charset[...]]
10420:
10421: * tests/: results/013.processed, 013.html: - added test for
10422: checking $._default value while hash modifications
10423:
10424: * tests/: 160.html, results/160.processed: - add test for
10425: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10426:
10427: 2007-03-22 misha
10428:
10429: * src/include/pa_common.h: - "charset" string defined for
10430: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10431:
10432: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10433: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10434: added - not needed transcodes were removed from
10435: ^file::load[...;http://...]
10436:
10437: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10438: added
10439:
10440: * src/classes/date.C: - date.week was fixed
10441:
10442: * operators.txt: - added info about date.weekyear
10443:
10444: * tests/: 159.html, results/159.processed: - tests for date.week
10445: and date.weekyear added
10446:
10447: 2007-03-15 misha
10448:
10449: * src/classes/table.C: - enclose column numbers for nameless tables
10450: as well
10451:
10452: 2007-03-14 misha
10453:
10454: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10455:
10456: * src/classes/table.C: - table.save optimization: now required much
10457: less memory
10458:
10459: 2007-03-13 misha
10460:
10461: * tests/results/: 158.processed, 158.processes: - tests for
10462: table.save/table.load
10463:
10464: * tests/: 158.html, results/158.processes: - tests for
10465: table.save/table.load
10466:
10467: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10468:
10469: * buildall-with-xml: - pattern needed now for building
10470:
10471: * tests/results/097.processed: - added test results for xdoc::load
10472: & xdoc::load[http://...]
10473:
10474: * tests/097.html: - added test for xdoc::load
10475:
10476: 2007-03-12 misha
10477:
10478: * tests/: 107.html, results/107.processed: - added test for xpath
10479: '//man'
10480:
10481: 2007-03-01 misha
10482:
10483: * tests/: 097.html, results/097.processed: - added test for
10484: creating xdoc from file
10485:
10486: * tests/: results/157.processed, 157.html: - added test for
10487: file:move
10488:
10489: 2007-02-28 misha
10490:
10491: * src/classes/xdoc.C: - another attempt
10492:
10493: * src/classes/xdoc.C: - roll back last changes for a while
10494:
10495: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10496:
10497: * src/classes/file.C: - under lock we create non-exist dir anyway
10498:
10499: * tests/results/099.processed: - ever send content-disposition to
10500: client with file
10501:
10502: * tests/157.html: + test for file:copy
10503:
10504: 2007-02-26 misha
10505:
10506: * src/classes/file.C: - some similar strings moved to #define
10507: instead of to be copy/pasted many times
10508:
10509: * src/types/pa_vfile.h: - class name string ("file") moved to
10510: #define
10511:
10512: 2007-02-20 misha
10513:
10514: * configure.in: - added some strings for sqlite detection
10515:
10516: 2007-02-19 misha
10517:
10518: * operators.txt: - some comments changes
10519:
10520: * buildall-with-xml, buildall-without-xml: - some modifications
10521:
10522: 2007-02-17 misha
10523:
10524: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10525:
10526: * src/main/pa_request.C: - damn, i forgot to commit it while I
10527: change console behaviour
10528:
10529: 2007-02-12 misha
10530:
10531: * src/targets/cgi/parser3.C: - don't print headers if
10532: $console:line[data] was used during cgi execution.
10533:
10534: * src/types/pa_vconsole.h: - console class have bool flag now which
10535: marked as 'true' if class was used.
10536:
10537: * tests/: 152.html, results/152.processed: - more types was added
10538: to test 152
10539:
10540: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10541: adding 'bool' (^if($image){} caused exception)
10542:
10543: 2007-02-09 misha
10544:
10545: * tests/: 152.html, results/152.processed: - test alightly updated
10546:
10547: * tests/: 152.html, results/152.processed: - test rewrited
10548:
10549: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10550: bugfix. I broke xdoc & xnode in expression
10551:
10552: 2007-02-08 misha
10553:
10554: * tests/: 152.html, results/152.processed: - add test for checking
10555: 'def' for void, string, bool, int & double
10556:
10557: 2007-02-07 misha
10558:
10559: * operators.txt: - ^file:base64[filespec] was added
10560:
10561: * tests/results/153.processed: - result test for
10562: ^file:base64[filespec] was updated
10563:
10564: * tests/153.html: - test for ^file:base64[filespec] was added
10565:
10566: * src/types/pa_vconsole.h: - little optimization
10567:
10568: * src/classes/file.C: - ^file:base64[filespec]
10569:
10570: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10571:
10572: * src/include/pa_common.h: - declarations for
10573: ^file:base64[filespec]
10574:
10575: * src/types/pa_vcookie.C: - little optimization
10576:
10577: 2007-02-06 misha
10578:
10579: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10580: were temporary commented
10581:
10582: * src/types/pa_vbool.h: - bugfix
10583:
10584: * tests/156.html: - added test for bool cookie
10585:
10586: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10587:
10588: * tests/: 155.html, results/155.processed: - added test for check
10589: $.encloser[] option for table save/load
10590:
10591: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10592:
10593: 2007-02-05 misha
10594:
10595: * tests/results/152.processed: - newline at the end was missed
10596:
10597: * tests/results/141.processed: - math:md5 must be lowercased
10598:
10599: * src/targets/cgi/parser3.C: - 2007 in help ;)
10600:
10601: 2007-02-03 misha
10602:
10603: * tests/results/: 150.processed, 151.processed, 152.processed: -
10604: test for bool added and some content length fixes
10605:
10606: * tests/152.html: - test for bool added
10607:
10608: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10609:
10610: * operators.txt: - info bool class was added
10611:
1.116 moko 10612: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10613: classes/classes.vcproj, classes/double.C, classes/int.C,
10614: classes/string.C, classes/void.C, classes/xnode.C,
10615: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10616: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10617: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10618: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10619: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10620: types/types.vcproj: - bool class was added
10621:
10622: * src/main/pa_request.C: - fix
10623:
10624: 2007-01-18 misha
10625:
10626: * src/: main/pa_string.C, classes/string.C: - return table during
10627: ^string.match[][] even if no matched found.
10628:
10629: 2006-12-20 misha
10630:
10631: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10632: http://www.parser.ru/forum/?id=55598 ]
10633:
10634: 2006-12-19 misha
10635:
10636: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10637: details: http://www.parser.ru/forum/?id=52359
10638:
10639: * src/main/pa_request.C: - always set content-disposition for
10640: $response:body[hash here]. more details:
10641: http://www.parser.ru/forum/?id=52130
10642:
10643: 2006-12-07 misha
10644:
10645: * operators.txt: - added info about bool params in cookie set
10646:
10647: * src/types/pa_vcookie.C: - bool param in cookies available now
10648: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10649: ]
10650:
10651: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10652: was added
10653:
10654: 2006-12-02 misha
10655:
10656: * src/classes/file.C: - file_block_read used instead of native read
10657:
10658: * src/main/pa_common.C: - added file_block_read with read error
10659: detection - file_block_read used instead of native read
10660:
10661: * src/include/pa_common.h: - added file_block_read declaration
10662:
10663: 2006-12-01 misha
10664:
10665: * operators.txt: - info about $var.CLASS_NAME was added
10666:
10667: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10668: $var.CLASS_NAME added
10669:
10670: * operators.txt: - added info about ^file:copy[]
10671:
10672: * src/classes/file.C: - ^file:copy[from;fo] was added
10673:
10674: 2006-11-20 misha
10675:
10676: * src/classes/date.C: - bug fix :)
10677:
10678: 2006-11-17 misha
10679:
10680: * src/include/pa_common.h: - array in crc32 calculation was changed
10681: to static
10682:
10683: * src/main/pa_common.C: - little optimization in getMonthDays -
10684: small changes in crc32 calculation
10685:
10686: * src/classes/date.C: - not needed code was removed
10687:
10688: 2006-11-16 misha
10689:
10690: * src/types/pa_vmail.C: - fix missed brakes
10691:
10692: * src/types/pa_vmail.C: - mail:send now set content-type:
10693: multipart/related instead of multipart/mixed if file have
10694: $.content-id[]
10695:
10696: 2006-11-15 misha
10697:
10698: * src/types/pa_vdouble.h: abs -> fabs
10699:
10700: 2006-11-14 misha
10701:
10702: * operators.txt: - added info about ^file.md5[] and
10703: ^file:md5[file-name]
10704:
10705: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10706: added
10707:
10708: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10709: FILE_BUFFER_SIZE
10710:
10711: * src/classes/math.C: - hex_string was moved to pa_common.h
10712:
10713: * src/include/pa_common.h: - hex_string was moved from math.C -
10714: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10715:
10716: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10717: values was fixed
10718:
10719: 2006-11-13 misha
10720:
10721: * operators.txt: - added info about ^math:crc32[string],
10722: ^file:crc32[file-name] & ^file.crc32[]
10723:
10724: * src/classes/math.C: - added ^math:crc32[string]
10725:
10726: * src/classes/file.C: - some comments were changed - added
10727: ^file:crc32[file-name] and ^file.crc32[]
10728:
10729: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10730: crc32 calculation added
10731:
10732: 2006-11-03 misha
10733:
10734: * src/include/pa_array.h: - not needed variable removed
10735:
10736: * tests/: 150.html, 151.html, results/150.processed,
10737: results/151.processed: - 2 tests were added
10738:
10739: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10740: with $.reverse(1) were fixed
10741:
10742: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10743: query converted to $.charset during ^file::load[http://...]
10744:
10745: 2006-11-02 misha
10746:
10747: * src/include/pa_table.h: ups. forget '=' char
10748:
10749: * src/include/pa_table.h: - one more fix in
10750: .locate[...][$.reverse(1)]
10751:
10752: 2006-11-01 misha
10753:
10754: * src/classes/math.C: - bug fix, details:
10755: http://www.parser.ru/forum/?id=53360
10756:
10757: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10758: false for all records )[$.reverse(1)]
10759:
10760: * src/main/pa_http.C: - second param for this mid method is length
10761: but not end_index so this method has error and can't detect
10762: charsets in next content-types: Content-type: text/html;
10763: charset="windows-1251" Content-type: text/html;
10764: charset="windows-1251"; Content-type: text/html;
10765: charset=windows-1251;
10766:
10767: only Content-type: text/html; charset=windows-1251 was fine
10768:
10769: 2006-10-31 misha
10770:
10771: * src/classes/file.C: - empty args in file::exec removed now
10772:
10773: 2006-09-03 paf
10774:
10775: * src/classes/file.C: proper tainting of
10776: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10777:
10778: 2006-06-09 paf
10779:
10780: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10781:
10782: * src/classes/table.C: formatting
10783:
10784: * src/classes/table.C: incorporated patch from misha: Sent:
10785: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10786: ignoring string options for ^table.save[]
10787:
10788: * src/classes/hash.C: incorporated patch from misha Sent:
10789: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10790: $hash._default disappear while
10791:
10792: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10793: $.format[!uue|!base64] << new base64 option. default uue ] ]
10794:
10795: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10796: PM Subject: patch for base64 in ^mail:send[] %-)
10797:
10798: 2006-04-09 paf
10799:
10800: * src/main/compile.tab.C: ` change compiled
10801:
10802: * gnu.vcproj, operators.txt, parser3.sln,
10803: src/classes/classes.vcproj, src/classes/file.C,
10804: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10805: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10806: src/classes/xnode.C, src/include/pa_array.h,
10807: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10808: src/include/pa_memory.h, src/include/pa_request.h,
10809: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10810: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10811: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10812: src/lib/pcre/pcre_dftables.vcproj,
10813: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10814: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10815: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10816: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10817: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10818: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10819: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10820: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10821: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10822: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10823: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10824: src/types/pa_value.h, src/types/pa_vcookie.C,
10825: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10826: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10827: src/types/pa_vstatus.C, src/types/types.vcproj,
10828: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10829: ^menu, ^hash/hashfile.foreach
10830:
10831: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10832: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10833: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10834: src/classes/xnode.C, src/include/pa_array.h,
10835: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10836: src/include/pa_memory.h, src/include/pa_request.h,
10837: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10838: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10839: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10840: src/lib/pcre/pcre_dftables.vcproj,
10841: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10842: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10843: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10844: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10845: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10846: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10847: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10848: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10849: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10850: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10851: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10852: src/types/pa_value.h, src/types/pa_vcookie.C,
10853: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10854: src/types/pa_vstatus.C, src/types/types.vcproj,
10855: tests/descript.ion: ! switched to VS2005 (projects and
10856: object<info explicitly typed>.for_each(, info)) +
10857: $response:field[] setting void means removing + grammar $name`
10858: name stops now, for mysql `$field` + started ^break[]
10859: ^continue[], in ^for. TODO: to other iterators (while, menu,
10860: foreach) + all log messages += [uri=, method=, cl=]
10861:
10862: * buildall-with-xml: merged . ftp paths update
10863:
10864: * buildall-with-xml: . ftp paths update
10865:
10866: 2006-03-04 paf
10867:
10868: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10869: checks++ [thanks to Igor Zinkovsky for detailed report]
10870:
10871: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10872: Igor Zinkovsky for detailed report]
10873:
10874: 2006-03-01 paf
10875:
10876: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10877: \n to ' ' in
10878:
10879: 2006-02-18 paf
10880:
10881: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10882: \n to ' ' in
10883:
10884: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10885:
10886: 2006-02-03 paf
10887:
10888: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10889: base64
10890:
10891: * src/main/pa_common.C: ! bugfix: decoding from base64
10892:
10893: 2006-01-20 paf
10894:
10895: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10896: economy fix
10897:
10898: * src/classes/: table.C: merged from HEAD ! bugfix
10899: ^table.save[$.encloser-s now handled properly
10900:
10901: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10902: handled properly
10903:
10904: 2006-01-19 paf
10905:
10906: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10907: libgc:USE_MUNMAP activates merging of free memory blocks which
10908: helps a lot in our case: after transform we want
10909: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10910:
10911: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10912: economy fix
10913:
10914: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10915: activates merging of free memory blocks which helps a lot in our
10916: case: after transform we want CORD(main.result)->cstr[big
10917: malloc]->transcode[big malloc]
10918:
10919: 2006-01-17 paf
10920:
10921: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10922: before reading them. got rid of reallocs = became quicker and
10923: less fragmentated
10924:
10925: 2005-12-29 paf
10926:
1.116 moko 10927: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10928: configure, configure.in, src/include/pa_version.h,
10929: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10930: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10931: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10932: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10933: src/lib/ltdl/missing: . merged from 3.2.1
10934:
1.116 moko 10935: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10936: packaged when 'make dist', so do configure companion files in
10937: src/lib/ltdl
10938:
10939: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10940: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10941: missing: . now config_auto.h is created with configure [were
10942: constant]
1.95 moko 10943:
10944: * INSTALL: . references to documentation and some clarification
10945:
10946: * buildall-with-xml, buildall-without-xml: . farawell doc
10947: indication
10948:
1.116 moko 10949: * Makefile.am: . dist+=buildall*
1.95 moko 10950:
10951: 2005-12-28 paf
10952:
10953: * configure: . 3.2.1
10954:
10955: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10956: simplify build process, see INSTALL
10957:
10958: 2005-12-26 paf
10959:
10960: * configure: ver
10961:
10962: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10963: version
10964:
10965: 2005-12-21 paf
10966:
10967: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10968: compiled with bison 1.875b, it reports unexpected token names
10969:
10970: 2005-12-19 paf
10971:
10972: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10973: holds a link to xmlNode to prevent premature gc(xmlNode)
10974:
10975: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10976: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10977: src/main/main.vcproj, src/main/pa_globals.C,
10978: src/targets/cgi/parser3.vcproj,
10979: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10980: configure, configure.in, src/include/pa_version.h: . killing
10981: gdome [what a relief]
10982:
10983: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10984: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10985: run_parser.sh, results/001.processed, results/002.processed,
10986: results/003.processed, results/004.processed,
10987: results/005.processed, results/006.processed,
10988: results/008.processed, results/009.processed,
10989: results/010.processed, results/011.processed,
10990: results/012.processed, results/013.processed,
10991: results/014.processed, results/015.processed,
10992: results/016.processed, results/017.processed,
10993: results/018.processed, results/020.processed,
10994: results/021.processed, results/022.processed,
10995: results/023.processed, results/024.processed,
10996: results/025.processed, results/026.processed,
10997: results/027.processed, results/028.processed,
10998: results/029.processed, results/030.processed,
10999: results/031.processed, results/032.processed,
11000: results/033.processed, results/034.processed,
11001: results/035.processed, results/036.processed,
11002: results/037.processed, results/038.processed,
11003: results/039.processed, results/040.processed,
11004: results/041.processed, results/042.processed,
11005: results/043.processed, results/044.processed,
11006: results/045.processed, results/046.processed,
11007: results/047.processed, results/048.processed,
11008: results/049.processed, results/050.processed,
11009: results/051.processed, results/052.processed,
11010: results/053.processed, results/054.processed,
11011: results/055.processed, results/056.processed,
11012: results/057.processed, results/058.processed,
11013: results/059.processed, results/060.processed,
11014: results/061.processed, results/062.processed,
11015: results/063.processed, results/064.processed,
11016: results/065.processed, results/066.processed,
11017: results/067.processed, results/068.processed,
11018: results/069.processed, results/070.processed,
11019: results/071.processed, results/072.processed,
11020: results/073.processed, results/074.processed,
11021: results/075.processed, results/076.processed,
11022: results/077.processed, results/078.processed,
11023: results/079.processed, results/080.processed,
11024: results/081.processed, results/082.processed,
11025: results/083.processed, results/084.processed,
11026: results/085.processed, results/086.processed,
11027: results/087.processed, results/088.processed,
11028: results/089.processed, results/090.processed,
11029: results/091.processed, results/092.processed,
11030: results/093.processed, results/094.processed,
11031: results/095.processed, results/096.processed,
11032: results/097.processed, results/099.processed,
11033: results/100.processed, results/101.processed,
11034: results/102.processed, results/104.processed,
11035: results/105.processed, results/106.processed,
11036: results/107.processed, results/108.processed,
11037: results/109.processed, results/110.processed,
11038: results/111.processed, results/112.processed,
11039: results/113.processed, results/114.processed,
11040: results/115.processed, results/117.processed,
11041: results/119.processed, results/120.processed,
11042: results/121.processed, results/122.processed,
11043: results/123.processed, results/124.processed,
11044: results/125.processed, results/126.processed,
11045: results/127.processed, results/128.processed,
11046: results/129.processed, results/130.processed,
11047: results/131.processed, results/132.processed,
11048: results/133.processed, results/134.processed,
11049: results/135.processed, results/136.processed,
11050: results/138.processed, results/139.processed,
11051: results/140.processed, results/141.processed,
11052: results/142.processed, results/143.processed,
11053: results/144.processed, results/145.processed,
11054: results/146.processed, results/147.processed,
11055: results/148.processed, results/149.processed, results/auto.p: .
11056: now works if we turn off default auto.p
11057:
1.116 moko 11058: * configure: . makes
1.95 moko 11059:
11060: * src/types/pa_vxnode.C: . less warnings
11061:
11062: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11063: tests/145.html, tests/149.html, tests/descript.ion,
11064: tests/outputs/d.cmd, tests/results/142.processed,
11065: tests/results/143.processed, tests/results/144.processed,
11066: tests/results/145.processed, tests/results/146.processed,
11067: tests/results/147.processed, tests/results/148.processed,
11068: tests/results/149.processed: . removed .nodeValue from all node
11069: types other than 5 (grabbed piece from gdome)
11070:
11071: * tests/: 137.html, results/137.processed: . not handled this case
11072: yet. code does not hang from inserting parent into child,
11073: considering thing minor issue -- nodes are removed from source
11074: anyway, don't know why shold that be an error after all
11075:
11076: * src/targets/cgi/parser3.C: . style
11077:
11078: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11079: xdoc too [were barking "not element"]
11080:
11081: 2005-12-16 paf
11082:
11083: * tests/: 146.html, 147.html, 148.html: . more tests
11084:
11085: * src/classes/xnode.C: . also bark on possible errors
11086:
11087: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11088: props
11089:
11090: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11091: main/compile.y: merged from HEAD ! fixed overoptimized
11092: ^call(false) case. (confused it with ^call[] case)
11093:
11094: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11095: ^call(false) case. (confused it with ^call[] case)
11096:
11097: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11098:
11099: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11100: results/001.processed, results/002.processed,
11101: results/003.processed, results/004.processed,
11102: results/005.processed, results/006.processed,
11103: results/008.processed, results/009.processed,
11104: results/010.processed, results/011.processed,
11105: results/012.processed, results/013.processed,
11106: results/014.processed, results/015.processed,
11107: results/016.processed, results/017.processed,
11108: results/018.processed, results/019.processed,
11109: results/020.processed, results/021.processed,
11110: results/022.processed, results/023.processed,
11111: results/024.processed, results/025.processed,
11112: results/026.processed, results/027.processed,
11113: results/028.processed, results/029.processed,
11114: results/030.processed, results/031.processed,
11115: results/032.processed, results/033.processed,
11116: results/034.processed, results/035.processed,
11117: results/036.processed, results/037.processed,
11118: results/038.processed, results/039.processed,
11119: results/040.processed, results/041.processed,
11120: results/042.processed, results/043.processed,
11121: results/044.processed, results/045.processed,
11122: results/046.processed, results/047.processed,
11123: results/048.processed, results/049.processed,
11124: results/050.processed, results/051.processed,
11125: results/052.processed, results/053.processed,
11126: results/054.processed, results/055.processed,
11127: results/056.processed, results/057.processed,
11128: results/058.processed, results/059.processed,
11129: results/060.processed, results/061.processed,
11130: results/062.processed, results/063.processed,
11131: results/064.processed, results/065.processed,
11132: results/066.processed, results/067.processed,
11133: results/068.processed, results/069.processed,
11134: results/070.processed, results/071.processed,
11135: results/072.processed, results/073.processed,
11136: results/074.processed, results/075.processed,
11137: results/076.processed, results/077.processed,
11138: results/078.processed, results/079.processed,
11139: results/080.processed, results/081.processed,
11140: results/082.processed, results/083.processed,
11141: results/084.processed, results/085.processed,
11142: results/086.processed, results/087.processed,
11143: results/088.processed, results/089.processed,
11144: results/090.processed, results/091.processed,
11145: results/092.processed, results/093.processed,
11146: results/094.processed, results/095.processed,
11147: results/096.processed, results/097.processed,
11148: results/099.processed, results/101.processed,
11149: results/102.processed, results/104.processed,
11150: results/105.processed, results/106.processed,
11151: results/107.processed, results/108.processed,
11152: results/109.processed, results/110.processed,
11153: results/111.processed, results/112.processed,
11154: results/113.processed, results/114.processed,
11155: results/115.processed, results/116.processed,
11156: results/117.processed, results/118.processed,
11157: results/119.processed, results/120.processed,
11158: results/121.processed, results/122.processed,
11159: results/123.processed, results/124.processed,
11160: results/125.processed, results/126.processed,
11161: results/127.processed, results/128.processed,
11162: results/129.processed, results/130.processed,
11163: results/131.processed, results/132.processed,
11164: results/133.processed, results/134.processed,
11165: results/135.processed, results/136.processed,
11166: results/137.processed, results/138.processed,
11167: results/139.processed, results/140.processed,
11168: results/141.processed: . refreshed old tests, made them work
11169: without auto.p (in utf8) . things noted: . gif got encoded
11170: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11171: some strange year)
11172:
11173: * INSTALL: . revived linux libgc fix
11174:
11175: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11176: glib/gdome in INSTALL and patches]
11177:
11178: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11179: include/pa_charset.h, include/pa_config_includes.h,
11180: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11181: include/pa_xml_exception.h, lib/cord/Makefile.am,
11182: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11183: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11184: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11185: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11186: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11187: types/pa_vxnode.h: . started killing gdome
11188:
11189: 2005-12-13 paf
11190:
11191: * src/main/: pa_request.C: merged from HEAD ! when code in
11192: @unhandled_exception thrown another exception, print correct
11193: origin (earlier code in catch of exception inside of
11194: @unhandled_exception grabbed parent_frame(original_exception)
11195: origin and printed it, instead of true origin)
11196:
11197: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11198: another exception, print correct origin (earlier code in catch of
11199: exception inside of @unhandled_exception grabbed
11200: parent_frame(original_exception) origin and printed it, instead
11201: of true origin)
11202:
11203: 2005-12-09 paf
11204:
11205: * INSTALL: . updated INSTALL doc to work around linux stack base
11206: detection problem, due to change in gc6.4 code
11207:
11208: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11209: ignored in ^string.matched :(
11210:
11211: * src/main/pa_string.C: ! regex tainting were ignored in
11212: ^string.matched :(
11213:
11214: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11215: src/include/pa_config_fixed.h, src/include/pa_version.h,
11216: src/main/compile.y, src/main/compile_tools.h,
11217: src/main/pa_charset.C, src/main/pa_common.C,
11218: src/main/pa_globals.C, src/main/pa_string.C,
11219: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11220: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11221:
11222: 2005-12-08 paf
11223:
11224: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11225: 500 chars now handled OK [were wrapped on 500th char according to
11226: rfc, but sendmail failed to unwrap it properly]
11227:
11228: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11229: handled OK [were wrapped on 500th char according to rfc, but
11230: sendmail failed to unwrap it properly]
11231:
11232: * src/targets/isapi/parser3isapi.C: . less warnings
11233:
11234: * src/targets/isapi/parser3isapi.C: . undone some strange change
11235: since 3.1.5
11236:
11237: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11238: link fixes
11239:
11240: * src/: classes/date.C, include/pa_config_fixed.h,
11241: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11242: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11243: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11244:
11245: * src/include/pa_config_fixed.h: . removed outdated string origins
11246: [in current storage scheme there's no place for them. someday we
11247: can add third CORD to store origins and special version of parser
11248: which stores origins there [separate binary]]
11249:
11250: 2005-12-07 paf
11251:
11252: * src/targets/isapi/parser3isapi.C: . now links in release mode
11253:
11254: * src/include/pa_version.h: makefiles
11255:
11256: * src/include/pa_version.h: . not beta
11257:
11258: * configure, configure.in, src/include/pa_version.h: not beta
11259:
11260: 2005-12-06 paf
11261:
11262: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11263: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11264: decided to undo the change ^call[$void] passes void. now it will
11265: pass empty string again.
11266:
11267: * src/main/: compile.tab.C, compile.y: . version readded
11268:
11269: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11270: = ^switch[void] problem
11271:
11272: 2005-12-01 paf
11273:
11274: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11275: caused ^case[string] to be coerced to double since searching
11276: value were not string (it was vvoid)
11277:
11278: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11279: ^case[string] to be coerced to double since searching value were
11280: not string (it was vvoid)
11281:
11282: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11283: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11284:
11285: 2005-11-30 paf
11286:
11287: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11288: win32 must putenv("TZ="), on unix works only putenv("TZ")
11289:
11290: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11291: putenv("TZ="), on unix works only putenv("TZ")
11292:
11293: * INSTALL: . xml libs versions updated
11294:
11295: * src/main/pa_globals.C: //20051130 trying to remove this, author
11296: claims that fixed a lot there // 20040920 for now both
11297: workarounds needed. wait for new libxml/xsl versions
11298:
11299: 2005-11-28 paf
11300:
11301: * src/classes/table.C: merged from HEAD: ! nameless table has
11302: columns==0
11303:
11304: * src/classes/table.C: ! nameless table has columns==0
11305:
11306: * src/main/pa_http.C: merged from HEAD: ! status line check made
11307: earlier [was totally wrong]
11308:
11309: * src/main/pa_http.C: ! status line check made earlier [was totally
11310: wrong]
11311:
11312: 2005-11-25 paf
11313:
11314: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11315: undoing for now...
11316:
11317: * src/include/pa_version.h: -this reduces speed(table::load),
11318: strange. undoing
11319:
11320: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11321:
11322: * src/classes/op.C: + ^while(){}[SEPARATOR]
11323:
11324: * src/include/pa_array.h: + optimistics added: all arrays (table
11325: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11326: this speeds things up and saves memory a LOT! (not noticed
11327: negative effect on syntetic tests, future will tell...)
11328:
11329: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11330: changed gc_malloc implementation, which obscured profiling
11331:
11332: * src/classes/table.C: merged from HEAD: + optimized
11333: table::load/sql, now row ArrayString-s allocated with
11334: columns.count() elements and don't always grow from
11335: count=3[realloc,realloc]
11336:
11337: * src/classes/table.C: + optimized table::load/sql, now row
11338: ArrayString-s allocated with columns.count() elements and don't
11339: always grow from count=3[realloc,realloc]
11340:
11341: * src/classes/table.C: merged from HEAD: . ^table.save unused
11342: buffer after save
11343:
11344: * src/classes/table.C: . ^table.save unused buffer after save
11345:
11346: 2005-11-24 paf
11347:
11348: * configure.in: . merged glib2-config patch
11349:
11350: * configure.in: + trying to find glib2-config
11351:
11352: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11353: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11354: file/dir_readable to simple file/dir_exist, this would help in
11355: situations "class not found because .p file has bad rights" << in
11356: that case error would be explicit "access denied to 'this' file"
11357:
1.116 moko 11358: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11359:
11360: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11361: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11362: to simple file/dir_exist, this would help in situations "class
11363: not found because .p file has bad rights" << in that case error
11364: would be explicit "access denied to 'this' file"
11365:
11366: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11367: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11368: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11369: ^file::exec/cgi[script;$.charset[changed]
11370: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11371: encoded in $.charset charset
11372:
11373: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11374: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11375: encoded in $.charset charset
11376:
11377: * src/: include/Makefile.am, include/pa_common.h,
11378: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11379: main/pa_common.C, main/pa_http.C: . extracted http:// into
11380: separate file [preparation for
11381: ^file::cgi[script;$.form[$.field1[]
11382:
11383: 2005-11-22 paf
11384:
11385: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11386:
11387: * acinclude.m4, configure.in: . merged underquting fixes
11388:
1.116 moko 11389: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11390:
11391: * src/classes/op.C: . overmerged a little
11392:
11393: * src/main/compile.tab.C: Makefile
11394:
11395: * src/main/: pa_common.C: . less gcc warnings
11396:
11397: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11398: now reports original exception if we have no old cache
11399:
11400: * src/classes/op.C: + $exception.handled[cache] now reports
11401: original exception if we have no old cache
11402:
11403: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11404: from HEAD: + ^taint/untaint[regex] << escapes these:
11405: \^$.[]|()?*+{}
11406:
11407: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11408: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11409:
11410: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11411: getenv-ed variable, which does not work both on win32&unix.
11412: copied old TZ value now
11413:
11414: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11415: stored pointer to getenv-ed variable, which does not work both on
11416: win32&unix. copied old TZ value now
11417:
11418: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11419: getenv-ed variable, which does not work both on win32&unix.
11420: copied old TZ value now
11421:
11422: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11423: access to internal hash
11424:
11425: * src/types/pa_vresponse.C: + $response:headers access to internal
11426: hash
11427:
11428: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11429: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11430: isapi] this reduces number of "GC Warning: Repeated allocation of
11431: very large block" messages to only important onces
11432:
11433: * src/targets/isapi/parser3isapi.C: +
11434: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11435: isapi] this reduces number of "GC Warning: Repeated allocation of
11436: very large block" messages to only important onces
11437:
11438: * src/classes/string.C: merged from HEAD: + removed limitation on
11439: ^string/int/double:sql{}[$.default[({param style})] ]
11440:
11441: * src/classes/string.C: + removed limitation on
11442: ^string/int/double:sql{}[$.default[({param style})] ]
11443:
11444: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11445: with ?params or $.form option" limitation
11446:
11447: * src/main/pa_common.C: + removed "use either uri with ?params or
11448: $.form option" limitation
11449:
11450: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11451: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11452: ^file::base64[encoded] decode
11453:
11454: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11455: main/pa_common.C: + ^file.base64[] encode +
11456: ^file::base64[encoded] decode
11457:
11458: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11459: ^string:base64[encoded] decode
11460:
11461: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11462: ^string:base64[in] encode + ^string.base64[] decode
11463:
11464: 2005-11-21 paf
11465:
11466: * src/classes/file.C: + merged from HEAD:
11467: ^file::create[text;file.xml;^untaint[xml]{data}]
11468:
11469: * src/classes/file.C: +
11470: ^file::create[text;file.xml;^untaint[xml]{data}]
11471:
11472: * src/main/pa_request.C: ! merged: $response:body[file] now
11473: differes from :download, it does not return content-disposition
11474: at all now [previusely it returned valueless content-disposition]
11475:
11476: * src/main/pa_request.C: ! $response:body[file] now differes from
11477: :download, it does not return content-disposition at all now
11478: [previusely it returned valueless content-disposition]
11479:
11480: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11481: literals, reverted to just vvod, recreating empty array with each
11482: void_value token. that's absolutely needed, since that array
11483: grows
11484:
11485: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11486: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11487: types/pa_vmethod_frame.h: + merged: expression literals:
11488: true/false. ^format[$.indent(true)]
11489:
11490: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11491: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11492: types/pa_vmethod_frame.h: + expression literals: true/false.
11493: ^format[$.indent(true)]
11494:
11495: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11496: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11497: i386-pc-win32)"
11498:
11499: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11500: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11501: i386-pc-win32)"
11502:
11503: 2005-11-18 paf
11504:
11505: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11506: null}[$.default(123)] will now return default value
11507:
11508: * src/classes/op.C: + merged ^cache[] << returns current cache
11509: expiration time
11510:
11511: * src/classes/op.C: + ^cache[] << returns current cache expiration
11512: time
11513:
11514: * src/classes/table.C: ! merged ^table::create[not'nameless';
11515: failed << Exception.problem_source pointed to local var!
11516:
11517: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11518: Exception.problem_source pointed to local var!
11519:
11520: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11521: now loads VFile.ptr!=0, so such files can be saved now
11522:
11523: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11524: loads VFile.ptr!=0, so such files can be saved now
11525:
11526: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11527: only . and .. now removed from list [were removed all .*]
11528:
11529: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11530: .. now removed from list [were removed all .*]
11531:
11532: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11533: open error now checked, were not :( [stole that piece from apache
11534: 1.3 sources]
11535:
11536: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11537: checked, were not :( [stole that piece from apache 1.3 sources]
11538:
11539: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11540: untainting of @main result if returned by $result or
11541: $response:body
11542:
11543: * src/main/pa_request.C: ! ensured proper untainting of @main
11544: result if returned by $result or $response:body
11545:
11546: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11547: issue: now tries to guess content-length and allocates one big
11548: piece if possible [regretfully gc_realloc works as malloc+free,
11549: leaving lots of holes behind]
11550:
11551: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11552: fixed file load memory issue: now tries to guess content-length
11553: and allocates one big piece if possible [regretfully gc_realloc
11554: works as malloc+free, leaving lots of holes behind]
11555:
11556: 2005-11-16 paf
11557:
11558: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11559: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11560: table::save with enclosers now doubles them: "->"" !
11561: table::save/load do not remove elements from options hash
11562:
11563: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11564: [were overoptimized ^if(double_literal), compiler confused
11565: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11566:
11567: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11568: [were overoptimized ^if(double_literal), compiler confused
11569: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11570:
11571: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11572: main/pa_common.C: ! table::save with enclosers now doubles them:
11573: "->"" ! table::save/load do not remove elements from options hash
11574:
11575: 2005-11-03 paf
11576:
1.116 moko 11577: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11578: compilation, not all makefiles liked that
1.95 moko 11579:
11580: 2005-08-30 paf
11581:
11582: * src/classes/op.C: merge . speedup check of [DEFAULT]
11583:
11584: * src/classes/op.C: . speedup check of [DEFAULT]
11585:
11586: 2005-08-26 paf
11587:
11588: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11589:
11590: * src/: classes/date.C, types/pa_vdate.h: + date.week
11591:
11592: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11593: complains about bad!=nameless
11594:
11595: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11596: about bad!=nameless
11597:
11598: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11599: optional options were allowed to be empty. were checked
11600: if(is_string), changed to !defined||is_string to allow void
11601:
11602: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11603: classes/string.C, classes/table.C, classes/void.C: ! optional
11604: options were allowed to be empty. were checked if(is_string),
11605: changed to !defined||is_string to allow void
11606:
11607: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11608: as_junction where they needed as_int/double, so failed with
11609: recent "(const) now no junction" optimization
11610:
11611: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11612: merged ! many classes/* used as_junction where they needed
11613: as_int/double, so failed with recent "(const) now no junction"
11614: optimization
11615:
11616: * src/: classes/double.C, classes/int.C, classes/math.C,
11617: classes/op.C, classes/string.C, classes/table.C,
11618: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11619: used as_junction where they needed as_int/double, so failed with
11620: recent "(const) now no junction" optimization
11621:
11622: 2005-08-24 paf
11623:
11624: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11625: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11626: stripped it
11627:
11628: 2005-08-09 paf
11629:
11630: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11631: not cleared
11632:
11633: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11634: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11635: classes/hashfile.C, classes/image.C, classes/int.C,
11636: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11637: classes/response.C, classes/string.C, classes/table.C,
11638: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11639: include/pa_array.h, include/pa_cache_managers.h,
11640: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11641: include/pa_config_fixed.h, include/pa_config_includes.h,
11642: include/pa_dictionary.h, include/pa_dir.h,
11643: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11644: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11645: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11646: include/pa_request_charsets.h, include/pa_request_info.h,
11647: include/pa_sapi.h, include/pa_socks.h,
11648: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11649: include/pa_stack.h, include/pa_string.h,
11650: include/pa_stylesheet_connection.h,
11651: include/pa_stylesheet_manager.h, include/pa_table.h,
11652: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11653: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11654: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11655: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11656: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11657: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11658: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11659: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11660: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11661: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11662: main/pa_sql_driver_manager.C, main/pa_string.C,
11663: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11664: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11665: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11666: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11667: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11668: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11669: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11670: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11671: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11672: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11673: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11674: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11675: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11676: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11677: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11678: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11679: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11680: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11681: types/pa_vresponse.C, types/pa_vresponse.h,
11682: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11683: types/pa_vstateless_object.h, types/pa_vstatus.C,
11684: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11685: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11686: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11687: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11688: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11689:
11690: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11691: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11692: speedup consequent checks in vmethod_frame
11693:
11694: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11695: not cleared
11696:
11697: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11698: params: 50 max (were 10)
11699:
11700: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11701: params: 50 max (were 10)
11702:
11703: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11704: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11705: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11706: empty string) ! simplified (double) speedup consequent checks in
11707: vmethod_frame
11708:
11709: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11710: optimized constants in expressions vstring->vdouble + optimized
11711: ^call(vdouble), no junction creation, no calls later
11712:
11713: 2005-08-08 paf
11714:
11715: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11716: compile_tools.h: merged + optimized constants in expressions
11717: vstring->vdouble + optimized ^call(vdouble), no junction
11718: creation, no calls later
11719:
11720: * src/types/pa_vdouble.h: merged . double values without fractional
11721: part now default printed as %.0f instead of %g
11722:
11723: * src/types/pa_vdouble.h: . double values without fractional part
11724: now default printed as %.0f instead of %g
11725:
11726: * src/classes/hashfile.C: . merged ! second hashfile::open would
11727: cause an exception
11728:
11729: * src/classes/hashfile.C: ! second hashfile::open would cause an
11730: exception
11731:
11732: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11733: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11734: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11735: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11736: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11737: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11738: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11739: types/pa_vresponse.h, types/pa_vstateless_class.C,
11740: types/pa_vstateless_object.h, types/pa_vvoid.h,
11741: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11742: merged VJunction(new Junction) optimization from 3.1.4
11743:
11744: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11745: types/pa_vstateless_class.C: + optimized new VJunction(new
11746: Junction(params)) to new VJunction(params), thousands of mallocs
11747: removed
11748:
11749: 2005-08-05 paf
11750:
11751: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11752: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11753: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11754: creation, no calls later
11755:
11756: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11757: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11758: classes/hashfile.C, classes/image.C, classes/int.C,
11759: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11760: classes/response.C, classes/string.C, classes/table.C,
11761: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11762: include/pa_array.h, include/pa_cache_managers.h,
11763: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11764: include/pa_config_fixed.h, include/pa_config_includes.h,
11765: include/pa_dictionary.h, include/pa_dir.h,
11766: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11767: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11768: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11769: include/pa_request_charsets.h, include/pa_request_info.h,
11770: include/pa_sapi.h, include/pa_socks.h,
11771: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11772: include/pa_stack.h, include/pa_string.h,
11773: include/pa_stylesheet_connection.h,
11774: include/pa_stylesheet_manager.h, include/pa_table.h,
11775: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11776: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11777: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11778: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11779: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11780: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11781: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11782: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11783: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11784: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11785: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11786: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11787: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11788: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11789: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11790: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11791: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11792: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11793: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11794: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11795: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11796: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11797: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11798: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11799: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11800: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11801: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11802: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11803: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11804: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11805: types/pa_vstateless_object.h, types/pa_vstatus.C,
11806: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11807: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11808: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11809: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11810: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11811:
11812: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11813: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11814: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11815: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11816: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11817: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11818: optimized constants in expressions vstring->vdouble
11819:
11820: 2005-07-29 paf
11821:
11822: * src/types/pa_vclass.C: . shaped up error messages a bit
11823:
11824: * src/types/pa_vclass.C: + property getter can now be overridden
11825:
11826: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11827: bug fix: static parent fields were not replaced in case
11828: $derived:field[put] + property setter can now be overridden
11829:
11830: 2005-07-28 paf
11831:
11832: * configure, configure.in, src/classes/classes.h,
11833: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11834: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11835: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11836: src/classes/xnode.h, src/include/pa_hash.h,
11837: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11838: src/types/Makefile.am, src/types/pa_method.h,
11839: src/types/pa_value.h, src/types/pa_vclass.C,
11840: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11841: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11842: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11843: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11844: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11845: src/types/pa_vobject.C, src/types/pa_vobject.h,
11846: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11847: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11848: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11849: src/types/pa_vstateless_class.h,
1.95 moko 11850: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11851: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11852: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11853: dynamic_fields_join
11854:
11855: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11856: classes/xnode.C, include/pa_hash.h, main/execute.C,
11857: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11858: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11859: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11860: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11861: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11862: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11863: types/pa_vresponse.h, types/pa_vstateless_object.h,
11864: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11865: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11866: restored its checks in vobject.put_element->static fields |
11867: dynamic properties
11868:
11869: 2005-07-27 paf
11870:
11871: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11872: is some old code containing @set_name $name
11873:
11874: * src/types/pa_vobject.h: . fixed warning
11875:
11876: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11877: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11878:
11879: * src/: classes/xnode.C, include/pa_hash.h,
11880: types/pa_vstateless_class.C: ! new asserts were all false.
11881: regretfully reverted them all to checks
11882:
11883: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11884: classes/op.C, main/execute.C, types/pa_method.h,
11885: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11886: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11887: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11888: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11889: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11890: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11891: types/pa_vstateless_object.h, types/pa_vvoid.h,
11892: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11893: joined_dynamic_fields: removed unused param from put_method
11894: (returned to 3 params)
11895:
11896: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11897: joined_dynamic_fields: dynamic get/set works with overriding
11898: props [alpha2]
11899:
11900: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11901: works [alfa]
11902:
11903: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11904: classes/op.C, include/pa_hash.h, main/execute.C,
11905: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11906: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11907: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11908: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11909: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11910: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11911: types/pa_vresponse.h, types/pa_vstateless_class.C,
11912: types/pa_vstateless_object.h, types/pa_vvoid.h,
11913: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11914: joined_dynamic_fields: just compiled
11915:
11916: * src/: classes/date.C, classes/file.C, classes/hash.C,
11917: classes/hashfile.C, classes/image.C, classes/table.C,
11918: classes/xdoc.C, classes/xnode.h, main/execute.C,
11919: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11920: types/pa_vstateless_class.h: joined_dynamic_fields: started
11921:
11922: * src/types/pa_vobject.C: . object setters [only started, does not
11923: work yet]
11924:
11925: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11926: object setters [only started, does not work yet]
11927:
11928: 2005-07-26 paf
11929:
11930: * src/: include/pa_request.h, main/execute.C: . properties: set
11931: works [alpha2]. for classes. todo: for objects
11932:
11933: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11934: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11935: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11936: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11937: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11938: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11939: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11940: types/pa_vstateless_object.h, types/pa_vvoid.h,
11941: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11942: properties: set works [alpha1]
11943:
11944: 2005-07-25 paf
11945:
11946: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11947: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11948: properties: started, get works [alpha1, other approach]
11949:
11950: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11951: properties: started, get works [alpha2]
11952:
11953: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11954: pa_vstateless_class.h: . properties: started, get works [alpha]
11955:
11956: 2005-07-15 paf
11957:
11958: * src/: classes/classes.h, classes/op.C, main/execute.C,
11959: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11960: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11961: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11962: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11963: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11964: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11965: types/pa_vresponse.C, types/pa_vresponse.h,
11966: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11967: types/pa_vstateless_object.h, types/pa_vvoid.h,
11968: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11969: types/pa_wwrapper.h, types/types.vcproj: + started property
11970: [getters work but think of changing them too to precaching]
11971:
11972: 2005-07-08 paf
11973:
11974: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11975: gpf
11976:
11977: 2005-06-28 paf
11978:
11979: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11980: in passing empty strings to file::exec/cgi environment
11981:
11982: 2005-06-06 paf
11983:
11984: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11985: ^table:sql ^hash:sql now DO process $.bind option
11986:
11987: 2005-05-24 paf
11988:
11989: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11990: $.limit] now work again [support was broken in 3.1.4]
11991:
11992: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11993: ALL_INTERIOR_POINTERS
11994:
11995: 2005-05-12 paf
11996:
11997: * configure: 3.1.5beta
11998:
11999: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12000:
12001: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12002: $.limit] now work again [support was broken in 3.1.4]
12003:
12004: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12005: line-width [was refusing to fill if line-width >1, thanks to
12006: Seras <seras@pinxit.lt> for repro case
12007:
12008: 2005-04-25 paf
12009:
12010: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12011: correctly
12012:
12013: 2005-04-19 paf
12014:
12015: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12016: in VString violating invariant!!
12017:
12018: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12019: getenv("TZ")==null
12020:
12021: 2005-04-08 paf
12022:
12023: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12024: bugfix: when there is no char in charset one byte produces 6
12025: (ÿ <<max). increased buffer size!
12026:
12027: 2005-03-23 paf
12028:
12029: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12030: ^date.sql-string now takes TZ into account
12031:
12032: 2005-03-16 paf
12033:
12034: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12035: gcc 3.4
12036:
12037: * src/types/pa_vhash.C: . warning about eof eol
12038:
12039: 2005-02-17 paf
12040:
12041: * operators.txt, src/classes/op.C: + operator ^sleep(double
12042: seconds)
12043:
12044: 2005-02-02 paf
12045:
12046: * src/classes/xnode.C: beauty: removed needless includes
12047:
12048: 2005-01-31 paf
12049:
12050: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12051: $.partNoNumber now alias to $.part1
12052:
12053: * src/types/pa_vmail.C: change: incoming letter part contains
12054: "content-disposition" header with any value? now considering that
12055: part to be "file#" [for text/plain text/html were $.text#
12056: $.html#]
12057:
12058: * INSTALL: updatet to latest working versions available
12059:
12060: 2005-01-20 paf
12061:
12062: * configure.in, src/include/pa_version.h: version
12063:
12064: 2005-01-19 paf
12065:
1.116 moko 12066: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12067: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12068: couple warnings in parser3.C
1.95 moko 12069:
12070: 2004-12-23 paf
12071:
12072: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12073:
12074: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12075: dir to directory of script (when shbang used), not to directory
12076: of its interpreter
12077:
12078: * src/include/pa_version.h: compiled on win32...
12079:
12080: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12081: we need more hspace
12082:
12083: * configure, configure.in, src/include/pa_version.h: configured
12084: host to pa_version. will be displayed everywhere
12085:
12086: * src/main/pa_request.C: new: @unhandled_exception can prevent
12087: exception from being logged by setting $exception.handled(1)
12088:
12089: * operators.txt, src/classes/file.C: change:
12090: ^file::sql{query}[[options]] options: $.name[file name]
12091: $.content-type[application/what]
12092:
12093: * src/: include/pa_common.h, main/pa_common.C,
12094: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12095: new file
12096:
12097: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12098: bugfix: table->hash now regards _default
12099:
12100: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12101: created by accessing $name_of_method it acquired bad self=closest
12102: methodframe; instead of proper self (current class)
12103:
12104: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12105: hashfile produced bad cord
12106:
12107: 2004-12-10 paf
12108:
12109: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12110: subsequent failures though defined in .h
12111:
12112: * src/main/pa_common.C: comment on volatile
12113:
12114: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12115: alarm function were not used since the beginning due to stupid
12116: error [setsigjmp were not checked in configure.in]
12117:
12118: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12119: unix too
12120:
12121: * src/main/pa_common.C: http: exception status of send/recv errors
12122: change to most probable http.timeout
12123:
12124: * src/main/pa_common.C: win32: http connection $.timeout option now
12125: works [setsockopt on send/receive]
12126:
12127: 2004-12-08 paf
12128:
12129: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12130: cstr-ed knowing mail charset, and untainting uri lang now knows
12131: proper charset
12132:
12133: 2004-11-24 paf
12134:
12135: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12136:
12137: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12138: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12139:
12140: 2004-11-12 paf
12141:
12142: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12143: [since 3.0.4]
12144:
12145: 2004-11-09 paf
12146:
12147: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12148: writes basics to c:\parser3.log
12149:
12150: 2004-10-21 paf
12151:
12152: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12153: tainted strings [were returning clean onces]
12154:
12155: 2004-10-15 paf
12156:
12157: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12158: cycles(i=1; i=2), which was wrong, now does ONE
12159:
12160: 2004-10-12 paf
12161:
12162: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12163:
12164: 2004-10-07 paf
12165:
12166: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12167: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12168: release asserts
12169:
12170: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12171: String.dump() to stdout in detailed form [were String.v() in
12172: short form]
12173:
12174: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12175: \t\r\n as @#| and truncates long char sequences less
12176:
12177: 2004-10-06 paf
12178:
12179: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12180: win32 beauty: socket errors properly decoded
12181:
12182: 2004-10-05 paf
12183:
12184: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12185: request::configure_user/admin done always, even if no
12186: file-to-process useful in @unhandled_exception [say, if they
12187: would want to mail by SMTP something]
12188:
12189: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12190: now performed prior to file loading [and @auto executing] thus
12191: making $cookie:value available in @auto and in
12192: @unhandled_exception when IIS is configured to run interpreter
12193: even if no file exist
12194:
12195: 2004-09-20 paf
12196:
12197: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12198: somewhere where it should have called xmlMalloc and it calls
12199: xmlFree when it should have not called it. inserted two
12200: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12201: xmlFree just ignored. put away a testcase, maybe someday libxml
12202: author would fix all that. until that day: we have SLOW garbage
12203: collecting when many xml objects are alive hint: do
12204: ^memory:compact[] before xdoc::create
12205:
12206: 2004-09-17 paf
12207:
12208: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12209: error from 3.0.8 version]
12210:
12211: 2004-09-14 paf
12212:
12213: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12214: part bugfix: hashfile.foreach iterated only part if hashfile were
12215: modified inside
12216:
12217: 2004-09-13 paf
12218:
12219: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12220: [were as octal]
12221:
12222: * src/types/pa_vhashfile.C: beauty: not reproduced
12223: $hashfile.key[$novalue] bug [reported by motorin], inserted
12224: safety-check
12225:
12226: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12227: [not something obscure from sdbm lib]
12228:
12229: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12230: = strerror now returnes something and we can properly report that
12231: to client
12232:
12233: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12234: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12235:
12236: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12237: [tainted as-is] this helps //[space][newline] to remain as-is and
12238: not be unnecessary optimized away [ruining javascript]
12239:
12240: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12241: [tainted as-is]
12242:
12243: * src/classes/mail.C: bugfix: typo error
12244:
12245: 2004-09-09 paf
12246:
12247: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12248: separators bugfix: loads header with endings \r\n\r\n and \n\n
12249: (bloody yandex.server)
12250:
12251: 2004-09-06 paf
12252:
12253: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12254: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12255: encoded
12256:
12257: 2004-09-01 paf
12258:
12259: * src/types/pa_vmail.C: change: multipart/mixed changed to
12260: multipart/related outlook express have no problems showing
12261: unrelated attachments. todo: someday figure out a way of
12262: multipart/mixed multipart/related text/html
12263: image/xxx application/octet-stream << true attachments
12264:
12265: * src/types/pa_vmail.C: new:
12266: ^mail:send[$.file[$.content-disposition can be overriden new:
12267: empty mail header fields removed from letter
12268:
12269: * src/: classes/mail.C, include/pa_config_fixed.h,
12270: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12271: ^mail:send[ $.file[ $.any[header]
12272:
12273: 2004-08-30 paf
12274:
12275: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12276: warnings
12277:
12278: * src/main/pa_common.C: beauty: do not bother with charset
12279: detection when ^file::load[binary
12280:
12281: 2004-08-27 paf
12282:
12283: * src/main/pa_common.C: hack: for yandex.server http server
12284:
12285: 2004-08-18 paf
12286:
12287: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12288: possibly-chunked response
12289:
12290: 2004-08-17 paf
12291:
12292: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12293: $f.content-type now = that of http response
12294:
12295: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12296: $f.content-type now = that of http response
12297:
12298: 2004-07-30 paf
12299:
12300: * src/: include/pa_request.h, main/pa_request.C,
12301: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12302: win32: system&parser exceptions in release mode reported properly
12303: parser exception in exception handler WERE mistakenly reported as
12304: system exception, without details [in apache & isapi] +some
12305: beauty in exception text
12306:
12307: * src/: include/pa_exception.h, main/pa_request.C,
12308: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12309: release mode reported properly parser exception in exception
12310: handler WERE mistakenly reported as system exception, without
12311: details
12312:
12313: * src/main/execute.C: beauty: simplified system exception handling
12314:
12315: 2004-07-29 paf
12316:
12317: * src/classes/table.C: bugfix:
12318: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12319: were ignored, and \t used unconditionally]
12320:
12321: * src/types/Makefile.am: added vhash.c
12322:
12323: 2004-07-28 paf
12324:
12325: * src/: classes/date.C, classes/image.C, classes/math.C,
12326: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12327: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12328: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12329: failed on russian letters
12330:
12331: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12332: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12333: letters
12334:
12335: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12336: as 'currentDirectory' parameter to CreateProcess
12337:
12338: 2004-07-27 paf
12339:
12340: * src/targets/cgi/parser3.vcproj: beauty: win32:
12341: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12342: from release somewhere [to help searching for unhandled system
12343: exceptions]
12344:
12345: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12346: TZ shift
12347:
12348: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12349: but also in ctor
12350:
12351: 2004-07-26 paf
12352:
12353: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12354: src/main/pa_request.C, src/types/pa_vfile.h,
12355: src/types/pa_vhash.C, src/types/pa_vhash.h,
12356: src/types/types.vcproj: new: $response:body/download[
12357: $.file[name on disk] $.name[of file for user]
12358: $.mdate[date of last-modified. default from directory] ]
12359:
12360: * src/classes/file.C: moving file:send somewhere else..
12361:
12362: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12363: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12364: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12365: $response:download[ $.filename[filename] $.option[] ,, ]
12366:
12367: * src/classes/file.C: beauty: invalid mode thoroughly reported
12368:
12369: 2004-07-21 paf
12370:
12371: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12372: to several lines
12373:
12374: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12375:
12376: note: ms outlook[!express] shows only first 255 characters of
12377: subject
12378:
12379: 2004-07-15 paf
12380:
12381: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12382: off]
12383:
12384: 2004-07-14 paf
12385:
12386: * src/classes/table.C: bugfix: $.bind values now got untainted
12387: according to lang [were: as-is]
12388:
12389: 2004-07-07 paf
12390:
12391: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12392: checked that
12393:
12394: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12395: now untainted according to their languages. were: as-is.
12396: EVERYWHERE
12397:
12398: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12399: environment string now untainted according to their languages.
12400: were: as-is. EVERYWHERE
12401:
12402: * src/main/pa_exec.C: bufix: on unix environment string now
12403: untainted according to their languages. were: as-is. on win32:
12404: ok
12405:
12406: * parser3.vssscc: ...would not go unnoticed
12407:
12408: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12409: fails. in case on input appears nonutf, those bytes will be
12410: printed in %HH form. that can be easily decoded/recovered.
12411:
12412: this form is quite noticable, and hopefully would not go noticed
12413:
12414: 2004-07-06 paf
12415:
12416: * src/main/pa_exec.C: bufix: on unix environment string now
12417: untainted according to their languages. were: as-is. on win32:
12418: ok
12419:
12420: 2004-07-01 paf
12421:
12422: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12423: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12424: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12425: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12426: main/main.vcproj, targets/cgi/parser3.vcproj,
12427: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12428: option: global optimization ON
12429:
12430: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12431: to do xdoc::create{invalid chars} standard disables chars less
12432: then \x20, except tab, cr, lf.
12433:
12434: changed tainting so that those become '!'
12435:
12436: 2004-06-25 paf
12437:
12438: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12439: int on odd address [prev bugfix failed due to superwize
12440: optimizer, which turned memcpy into same 'ld' asm command]
12441:
12442: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12443: int on odd address
12444:
12445: 2004-06-22 paf
12446:
12447: * src/sql/pa_sql_driver.h: note: about possible optimization
12448:
12449: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12450: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12451: src/include/pa_config_includes.h: new: ^void:sql{call
12452: paf(:a)}[ $.bind[ $.a[2]
12453: ] ] output variables work. todo: check in out
12454: variables
12455:
12456: 2004-06-18 paf
12457:
12458: * src/: classes/file.C, classes/hash.C, classes/string.C,
12459: classes/table.C, classes/void.C, include/pa_globals.h,
12460: include/pa_sql_connection.h, main/compile.tab.C,
12461: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12462: $.bind[ $.a[2] ]
12463: ] input variables work. todo:output
12464:
12465: * src/targets/cgi/parser3.C: bugfix: iis specific
12466: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12467: /_bug.html?404;http://hpsv/test/
12468: --------------------------------------------------------------------------------
12469: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12470: --------------------------------------------------------------------------------
12471: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12472:
12473: 2004-06-16 paf
12474:
12475: * src/targets/cgi/parser3.C: new: iis specific
12476: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12477: $request:query
12478: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12479: $form:fields IIS-STATUS="404"
12480: IIS-DOCUMENT="http://server/_bug.html" f="v"
12481:
12482: todo: isapi too
12483:
12484: 2004-05-26 paf
12485:
12486: * src/include/pa_version.h: 3.1.3
12487:
12488: * operators.txt: beauty: removed outdated level 'table'
12489:
12490: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12491:
12492: * src/main/pa_string.C: beauty: removed 3 warnings
12493:
12494: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12495: classes/op.C: beauty: removed outdated level 'table'
12496:
12497: 2004-05-25 paf
12498:
12499: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12500: implementation. mistery: how anything worked
12501:
12502: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12503: changed, it is now safe to use url if pointers to it are stored
12504: to gc mem
12505:
12506: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12507: unknown errors reported and not cause SIGSEGV now
12508:
12509: 2004-05-24 paf
12510:
12511: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12512: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12513: less memory: CORD_chars_block originally intended to ... it was
12514: good that CORD_chars_block were not used: it consumes more memory
12515: [and, might be slow too] undoing that. [and removed that func so
12516: that it would not confuse parser developer in future]
12517:
12518: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12519: less memory: CORD_chars_block originally intended to
12520: speedup/reduce mem usage were forgotten, and were used stupid
12521: CORD_chars
12522:
12523: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12524:
12525: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12526: BIGENDIAN processors space-conserving mech failed, causing
12527: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12528: (1|2|3));
12529:
12530: 2004-05-14 paf
12531:
12532: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12533: bugfix: void now has vfile value, and $response:body[] works OK
12534:
12535: 2004-05-12 paf
12536:
12537: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12538: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12539: sources to use is_defined() {return as_bool();} along VBool
12540:
12541: 2004-05-11 paf
12542:
12543: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12544: referencing to local objects
12545:
12546: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12547: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12548: left intact
12549:
12550: 2004-04-15 paf
12551:
12552: * src/classes/date.C: merged: beauty: unused var removed
12553:
12554: * src/classes/date.C: beauty: unused var removed
12555:
12556: * src/include/: pa_exec.h: bugfix: interface without pointer
12557: provoked bug
12558:
12559: 2004-04-09 paf
12560:
12561: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12562:
12563: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12564:
12565: 2004-04-08 paf
12566:
12567: * src/classes/date.C: new: ^date::create[y-m-d
12568: h-M-s>>.milliseconds<<] now allowed, ignored so far
12569:
12570: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12571:
12572: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12573: to consult default catalog [usually, that file belongs to other
12574: user/group]
12575:
12576: 2004-04-06 paf
12577:
12578: * src/main/pa_common.C: beauty: gcc warning removed
12579:
12580: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12581: accept that trick, trying other
12582:
12583: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12584: explicit result problem
12585:
12586: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12587: explicit result problem
12588:
12589: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12590: explicit result problem
12591:
12592: * operators.txt, src/classes/string.C: new: ^string.append[string]
12593:
12594: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12595: main/execute.C: attempt_check_call_in_explicit_result_mode:
12596: failed
12597:
12598: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12599: http://i.p.a.ddress gethostbyaddr added [on some platforms
12600: gethostbyname failed with such 'domains'] now checked properly,
12601: were: needless reverse/forward dns lookup
12602:
12603: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12604: http://i.p.a.ddress gethostbyaddr added [on some platforms
12605: gethostbyname failed with such 'domains'] now checked properly,
12606: were: needless reverse/forward dns lookup
12607:
12608: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12609: @method[][result] means "no string output here" moved to lexical
12610: level [on grammar level it were too difficult]
12611:
12612: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12613: src/main/compile.y, src/main/compile_tools.h,
12614: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12615: @method[][result] means "no string output here", implemented part
12616: of that idea: compiler throws away string literal generation
12617: code. and barks nonwhitespace chars
12618:
12619: * operators.txt: truth: removed comment about $ORIGIN
12620:
12621: 2004-04-05 paf
12622:
12623: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12624: src/include/pa_version.h, src/main/pa_common.C,
12625: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12626:
12627: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12628: Konstantin Tomashevitch [mailto:konst@design.ru]
12629:
12630: * src/doc/html2chm.cmd: beauty: no need in bg here
12631:
12632: * src/doc/sources2html.cmd: beauty: same window, in bg it
12633: interfered with FAR console
12634:
12635: * configure, configure.in: 3.1.3
12636:
12637: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12638:
12639: * src/main/pa_common.C: removed warning
12640:
12641: * src/include/pa_version.h: 3.1.3
12642:
12643: 2004-04-02 paf
12644:
12645: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12646:
12647: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12648: allows to specify where to put parser log file
12649:
12650: 2004-04-01 paf
12651:
12652: * src/classes/table.C: bugfix: bugfix: table::load last line
12653: without tab and enter were ignored
12654:
12655: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12656: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12657: main/pa_socks.C, targets/cgi/parser3.C,
12658: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12659: bugfix: sql connections now are disconnected
12660:
12661: 2004-03-30 paf
12662:
12663: * src/classes/table.C: bugfix: table::load last line without tab
12664: and enter were ignored
12665:
12666: * src/classes/table.C: bufix: if last table lines were commented,
12667: gpfed
12668:
12669: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12670: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12671: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12672: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12673: doc/methoded.dox, doc/object.dox, doc/string.dox,
12674: doc/targets.dox, doc/value.dox, include/pa_version.h,
12675: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12676: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12677: bugfixes from 3.1.2, changed version to 3.1.3beta
12678:
12679: 2004-03-29 paf
12680:
12681: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12682: causes gpf
12683:
12684: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12685: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12686: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12687: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12688: value.dox: translated to english
12689:
12690: 2004-03-25 paf
12691:
12692: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12693: parser3project dependency removed
12694:
12695: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12696: bugfix: refused to compile without xml
12697:
12698: * src/types/pa_vform.C: beauty: removed warning
12699:
12700: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12701: any folder [removed last ;) folder dependency]
12702:
12703: * src/classes/classes.vcproj: bugfix: now all compiles in any
12704: folder [removed last ;) folder dependency]
12705:
12706: * src/include/pa_version.h: release
12707:
12708: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12709:
12710: * src/classes/table.C: beauty: comment& more meaningful error
12711: message
12712:
12713: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12714: $.hash[$.column_value1(true) ... ] [were producing some strang
12715: thing]
12716:
12717: 2004-03-23 paf
12718:
12719: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12720: and http status line parsing checked number of columns in table
12721: [user reported an assert]
12722:
12723: * operators.txt: example: on hashfile
12724:
12725: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12726: bugfix: junction reattach now actually reattaches a junction to
12727: new wcontext [were only assigning it to junction, which caused
12728: junction tracking to loose junction, and it's context were not
12729: killed, and it tried to process in invalid context, gpf]
12730:
12731: * src/targets/cgi/parser3.C: debug helper added
12732:
12733: 2004-03-19 paf
12734:
12735: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12736: "type(type)" in braces
12737:
12738: 2004-03-10 paf
12739:
12740: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12741: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12742: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12743: solution to search-in-namespaces problem:
12744: $xdoc.search-namespaces.x[http://pif.design.ru/]
12745: $nodes[^xdoc.select[//x:second]]
12746:
12747: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12748: expression][[NAMESPACES HASH]] allows to search for info in
12749: namespaces
12750:
12751: $nodes[^xdoc.select[//x:second][
12752: $.x[http://pif.design.ru/] ]]
12753:
12754: 2004-03-09 paf
12755:
12756: * operators.txt, src/main/pa_common.C: new:
12757: ^file::load[...][options] $.form[
12758: !$.field1[string]
12759: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12760: ] !$.body[string]
12761:
12762: GET ?here notGET(POST, HEAD, others) in content-type:
12763: application/x-www-form-urlencoded
12764:
12765: todo: upload files ability
12766:
12767: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12768: properly, done
12769:
12770: 2004-03-05 paf
12771:
12772: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12773: GET/POST $.form[$.fields started, not tested yet
12774: todo:$.field[table] for multiple values
12775:
12776: * operators.txt: new: http:// options $.user $.password basic
12777: authorization
12778:
12779: * src/main/pa_common.C: beauty: link to rtf added
12780:
12781: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12782: new: http:// options $.user $.password basic authorization
12783:
12784: * src/main/pa_common.C: beauty: removed needless vars
12785:
12786: * operators.txt: new: pgsql option [like that recently added to
12787: oracle driver] ClientCharset=parser-charset <<
12788: charset in which parser thinks client works
12789:
12790: * operators.txt: new: odbc option [like that recently added to
12791: oracle driver] ClientCharset=parser-charset <<
12792: charset in which parser thinks client works
12793:
12794: * src/sql/pa_sql_driver.h: beauty: important warning added
12795:
12796: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12797: char!
12798:
12799: * etc/parser3.charsets/windows-1251.cfg: typo
12800:
12801: 2004-03-04 paf
12802:
12803: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12804: cached, sql transcoding now goes faster
12805:
12806: * operators.txt: new: mysql option [like that recently added to
12807: oracle driver] ClientCharset=parser-charset <<
12808: charset in which parser thinks client works
12809:
12810: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12811: typo error
12812:
12813: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12814: chars commented
12815:
12816: 2004-03-03 paf
12817:
12818: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12819: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12820:
12821: 2004-03-02 paf
12822:
12823: * operators.txt: new[update typo]: !^void.left(n)
12824: nothing !^void.right(n) nothing !^void.mid(p[;n])
12825: nothing
12826:
12827: * operators.txt, src/classes/void.C: new: !^void.left(n)
12828: nothing !^void.right(n) nothing !^void.pos(p[;n])
12829: nothing
12830:
12831: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12832: ^file::sql[[name_to_become_$.name]]{} query result must be one
12833: row with columns: first: data second: file name third:
12834: content-type
12835:
12836: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12837: ^connect gets properly escaped string, which can be passed to
12838: request now this for mysql only. it's up to parser sql driver to
12839: fix zeros properly
12840:
12841: * INSTALL: note: added on building apache with this option:
12842: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12843:
12844: 2004-03-01 paf
12845:
12846: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12847: extension memory:compact befor processingrequest
12848:
12849: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12850: call sole column of result
12851:
12852: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12853: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12854: pixel color
12855:
12856: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12857: beauty: image -- less checks [were ugly impl]
12858:
12859: * src/classes/string.C: bugfix: ^string.left/right/mid with
12860: negative values now considered bad
12861:
12862: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12863:
12864: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12865: options now have unified defaults [after transform
12866: indent/omit-xml-declaration/standalone 'default' erroreously
12867: meant 'true']
12868:
12869: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12870: added [on some platforms gethostbyname failed with such
12871: 'domains']
12872:
12873: * src/include/pa_config_auto.h.in: no select check, no define
12874:
12875: * src/classes/string.C: feature: ^string.trim both parameters may
12876: be empty-strings, meaning kind=both chars=whitespaces
12877:
12878: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12879: exist
12880:
12881: * src/classes/string.C: check: trim 'chars' must not be empty,
12882: exception if it is
12883:
12884: * src/classes/string.C: changed: ^string.trim [] << both,
12885: whitespaces [start|both|end] << kind, whitespaces
12886: [start|both|end;chars] full
12887:
12888: 2004-02-27 paf
12889:
12890: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12891: method: ^string.trim[start|both|end[;chars]] default
12892: 'chars' -- whitespace chars finished
12893:
12894: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12895: src/main/pa_string.C: new method:
12896: ^string.trim[start|both|end[;chars]] default 'chars' --
12897: whitespace chars started, only start works
12898:
12899: * src/main/compile.C: bugfix: line numbers after
12900: ^process{}[$.line(-10]] can be negative, allowed to print they as
12901: signed
12902:
12903: * src/main/untaint.C: speed: there's no \n chars in output
12904: [normally], so no need to optimize them they could be retrived
12905: from databases, though. but 1. should be replaced 2. if not
12906: optimized, no harm done
12907:
12908: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12909: ^file::exec/cgi could return invalid status & zombie child can
12910: remain for short period until process exists [very bad in
12911: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12912:
12913: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12914: malicious SMTP server to attack as by returning too long status
12915: responses http://i2/tasks/edit/?id=4629448401140924947
12916:
12917: 2004-02-26 paf
12918:
12919: * operators.txt: feature: ^process...{CODE}[now has options] which
12920: are $.main[to what to rename @main] $.file[file,
12921: from which (user says) goes that CODE] $.lineno(line
12922: number in that file, where CODE starts. may be negative)
12923:
12924: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12925: src/main/compile.C, src/main/compile_tools.h,
12926: src/main/pa_request.C: feature: ^process...{CODE}[now has
12927: options] which are $.main[to what to rename @main]
12928: $.file[file, from which (user says) goes that CODE]
12929: $.lineno(line number in that file, where CODE starts. may be
12930: negative)
12931:
12932: 2004-02-25 paf
12933:
1.116 moko 12934: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12935: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12936:
12937: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12938: produces hash of column=>1
12939:
12940: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12941: with incomplete errno constants set
12942:
12943: 2004-02-24 paf
12944:
12945: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12946: "man select"
12947:
12948: * src/main/pa_os.C: beauty: <0 better then ==-1
12949:
12950: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12951:
12952: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12953:
1.116 moko 12954: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12955:
12956: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12957: unix: steps to work on unix [extracted 'to']
12958:
12959: * src/classes/mail.C: smtp on unix: steps to work on unix
12960:
12961: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12962:
1.116 moko 12963: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12964: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12965: unix [testing on solaris]
1.95 moko 12966:
12967: 2004-02-20 paf
12968:
12969: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12970: pointing that out
12971:
12972: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12973: fixed again [same solution, mistanenly removed one line]
12974:
12975: 2004-02-19 paf
12976:
12977: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12978: date::create from bad datetime in spring daylightsaving hole now
12979: OK for all platforms [on some platforms it failed]
12980:
12981: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12982: in daylightsaving hole] now throws error
12983:
12984: * src/classes/date.C: comment: mistake fixed
12985:
12986: 2004-02-18 paf
12987:
12988: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12989: now renderes in $request:charset, but in header puts
12990: $response:charset todo: make that default only so that coder
12991: could override that
12992:
12993: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12994: turns off omit-xml-declaration
12995:
12996: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12997: /.xsl for sample
12998:
12999: 2004-02-17 paf
13000:
13001: * src/classes/xdoc.C: beauty: needless helper class removed
13002:
13003: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13004: copied extra time
13005:
13006: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13007: part of libxml
13008:
13009: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13010: libxml to do the work] <xsl:output method="html"
13011: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13012: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13013: />
13014:
13015: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13016:
13017: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13018: caused assertion
13019:
13020: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13021: could hang. now such add does nothing, sub clears $hash
13022:
13023: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13024: not made quoted-printable
13025:
13026: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13027: string invariant
13028:
13029: 2004-02-16 paf
13030:
13031: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13032: cleared [were not cleared properly]
13033:
13034: 2004-02-13 paf
13035:
1.116 moko 13036: * src/include/pa_version.h: prerelease
1.95 moko 13037:
13038: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13039: used, introducing dependencies timestamp check
13040:
13041: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13042: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13043: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13044: .xsl.stamp now not used, introducing dependencies timestamp check
13045:
1.150 moko 13046: * configure.in: auto.p: @conf made relative
1.95 moko 13047:
13048: 2004-02-12 paf
13049:
13050: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13051: ruined empty <input type=file> submits. parser thought there were
13052: nameless empty file and $form:field got value of type 'file'
13053:
13054: * INSTALL: --without-threads
13055:
13056: * src/include/pa_sapi.h: 2004
13057:
13058: 2004-02-11 paf
13059:
13060: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13061: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13062: classes/hashfile.C, classes/image.C, classes/int.C,
13063: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13064: classes/response.C, classes/string.C, classes/table.C,
13065: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13066: include/pa_array.h, include/pa_cache_managers.h,
13067: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13068: include/pa_config_fixed.h, include/pa_config_includes.h,
13069: include/pa_dictionary.h, include/pa_dir.h,
13070: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13071: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13072: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13073: include/pa_request_charsets.h, include/pa_request_info.h,
13074: include/pa_socks.h, include/pa_sql_connection.h,
13075: include/pa_sql_driver_manager.h, include/pa_stack.h,
13076: include/pa_string.h, include/pa_stylesheet_connection.h,
13077: include/pa_stylesheet_manager.h, include/pa_table.h,
13078: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13079: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13080: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13081: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13082: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13083: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13084: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13085: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13086: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13087: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13088: main/pa_sql_driver_manager.C, main/pa_string.C,
13089: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13090: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13091: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13092: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13093: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13094: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13096: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13097: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13098: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13099: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13100: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13101: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13102: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13103: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13104: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13105: types/pa_vresponse.h, types/pa_vstateless_class.C,
13106: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13107: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13108: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13109: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13110: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13111: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13112:
13113: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13114: debug version of gc.dll
13115:
13116: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13117: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13118: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13119: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13120: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13121: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13122: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13123: processes
13124:
13125: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13126: main/pa_globals.C, targets/cgi/parser3.vcproj,
13127: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13128: changes to reflect libxml xsl new folders
13129:
13130: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13131: lib/smtp/smtp.vcproj, main/main.vcproj,
13132: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13133: to reflect libxml xsl new folders
13134:
13135: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13136: lib/smtp/smtp.vcproj, main/main.vcproj,
13137: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13138: types/types.vcproj: started changes to reflect libxml xsl new
13139: folders
13140:
13141: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13142: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13143: src/main/compile.tab.C, src/main/main.vcproj,
13144: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13145: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13146: started changes to reflect libxml xsl new folders
13147:
13148: 2004-02-10 paf
13149:
13150: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13151: compile. recommened latest libxml up to date
13152:
13153: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13154: pattern compilation errors", on which spent 4 hours worktime. use
13155: versions higher than that. recommended now latest up to date
13156:
13157: 2004-02-06 paf
13158:
13159: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13160: beauty: unified destructing style
13161:
13162: * src/main/untaint.C: beauty: removed old def/ifdef
13163:
13164: * src/main/untaint.C: beauty: coredump @unknown untaint language
13165: now
13166:
13167: 2004-02-03 paf
13168:
13169: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13170: targets/isapi/parser3isapi.C, types/pa_value.C,
13171: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13172: then %ld/%lu
13173:
13174: * src/main/pa_common.C: typo: %l -> %u
13175:
13176: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13177: in attributes or documents-results of transform now not xx;
13178:
13179: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13180:
13181: * src/main/pa_charset.C: bugfix: forgot to undo some
13182:
13183: * src/main/pa_charset.C: beauty: uncomment
13184: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13185: libraries
13186:
13187: 2004-02-02 paf
13188:
13189: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13190: $cookie:example[ $.value[value] $.path[/there/] ]
13191:
13192: $cookie:example[ $.value[] $.expires[session]
13193: $.path[/there/] $.domain[test.com] ]
13194:
13195: * src/types/pa_vform.C: bugfix: empty values with
13196: enctype=multipart/form-data now produce entries in $form:tables
13197: <form method=post enctype=multipart/form-data> <input type=hidden
13198: name=a> <input type=hidden name=b>
13199:
13200: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13201: <hr> <pre>$request:body
13202:
13203: 2004-01-30 paf
13204:
13205: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13206: or documents-results of transform now not xx;
13207:
13208: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13209: produce exception.
13210:
13211: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13212: bugfix: ^date::create[invalid fields now produce exception.
13213:
13214: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13215: year] now produces exception. todo: check other fields
13216:
13217: 2004-01-29 paf
13218:
13219: * src/include/pa_memory.h: typo error
13220:
13221: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13222: more byte then specified, then zeroed it << useless and
13223: potentially harmful(could gpf)
13224:
13225: 2004-01-22 paf
13226:
13227: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13228:
13229: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13230: optimization
13231:
13232: * src/main/untaint.C: bugfix: whitespace now optimized properly
13233: [were bug: ^taint[1 & 2]="1 &2"
13234:
13235: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13236: errors
13237:
13238: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13239: overflow
13240:
13241: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13242: error-reporting code * in parser-error reporting code [when no
13243: @unhandled_exception defined]
13244:
13245: fixed in one place: my *snprintf override
13246:
13247: 2004-01-13 paf
13248:
13249: * operators.txt: typo erro
13250:
13251: 2003-12-25 paf
13252:
13253: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13254: garbled [pieces after zero bytes were removed]
13255:
13256: 2003-12-22 paf
13257:
1.116 moko 13258: * src/include/Makefile.am: bugfix: removed from dist:
13259: src/include/pa_config_auto.h which were configured for
1.95 moko 13260: make-dist-platform and badly updated proper config file in target
13261: [when .tar used for updating existing source tree]
13262:
13263: * ChangeLog, operators.txt, src/classes/op.C,
13264: src/include/pa_sql_connection.h,
13265: src/include/pa_sql_driver_manager.h,
13266: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13267: feature: sql introducing ability to transcode charsets
13268:
13269: 2003-12-19 paf
13270:
13271: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13272: error message
13273:
13274: * src/main/pa_charset.C: bugfix: memory for charsethandler
13275: structure for libxml now allocated properly
13276:
13277: 2003-12-17 paf
13278:
13279: * src/types/pa_vfile.C: beauty: removed outdated cast
13280:
13281: * src/main/pa_common.C: bugfix: empty http response caused gpf
13282:
13283: * src/include/pa_string.h: bugfix: removed too strong a assert
13284:
13285: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13286: unreported xmlGenericErrors]
13287:
13288: 2003-12-15 paf
13289:
13290: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13291: works}
13292:
13293: 2003-12-11 paf
13294:
13295: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13296: id
13297: !$status:tid thread id
13298:
13299: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13300: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13301: bugfix(solaris): removed dependency on object initialization
13302: order [one more place]
13303:
13304: * src/: classes/file.C, classes/mail.C, classes/op.C,
13305: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13306: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13307: understand that
13308:
13309: * src/: classes/file.C, classes/mail.C, classes/op.C,
13310: classes/xdoc.C, include/pa_cache_managers.h,
13311: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13312: include/pa_stylesheet_manager.h, main/pa_request.C,
13313: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13314: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13315: ctor call [relying on implicit String::Body(cstr) call]
13316:
13317: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13318: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13319: object initialization order [two places]
13320:
13321: 2003-12-10 paf
13322:
13323: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13324: << time now ok
13325:
13326: * operators.txt, src/main/pa_sql_driver_manager.C,
13327: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13328: operational
13329:
13330: * ChangeLog, operators.txt, src/classes/xdoc.C,
13331: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13332: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13333: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13334: back operational
13335:
13336: 2003-12-02 paf
13337:
13338: * src/types/pa_vmail.C: bugfix:
13339: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13340: as-is forced]
13341:
13342: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13343: exceptions out of libxml callbacks: reimplemented error handling
13344: of http://localhost, parser://method and safemode check callbacks
13345:
13346: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13347: [merged from HEAD]
13348:
13349: * src/classes/image.C: nothing: comment removed
13350:
13351: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13352: addresses to int
13353:
13354: 2003-12-01 paf
13355:
13356: * src/main/pa_xml_io.C: bugfix: typo
13357:
13358: * src/main/pa_globals.C: bugfix: win32: compile prob
13359:
13360: * src/classes/xdoc.C: bugfix: typo
13361:
13362: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13363: exception
13364:
13365: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13366:
13367: 2003-11-28 paf
13368:
13369: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13370: all xml documents read
13371:
13372: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13373:
13374: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13375: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13376: replaced original open mech of xdoc::create & co to use libxml
13377: open, so that this would work for root document todo: safe mode
13378: checks to libxml: ideally to some 1 point
13379:
13380: * src/main/pa_xml_io.C: comment
13381:
13382: * operators.txt, src/main/pa_xml_io.C: leading / in
13383: http://parser[abscent params]
13384:
13385: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13386: works. todo: maybe replace original open mech of xdoc::create &
13387: co to use libxml open, so that this would work for root document
13388:
13389: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13390: "parser://method/params/here"> <test> &test^; </test> }]
13391:
13392: ^taint[^xdoc.string[]]
13393:
13394: @method[param] <!ENTITY test
13395: "test-entity-value+$form:user+$param!">
13396:
13397: 2003-11-27 paf
13398:
13399: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13400:
13401: * src/classes/date.C: bugfix: typo error
13402:
13403: 2003-11-26 paf
13404:
13405: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13406: src/main/Makefile.am, src/main/main.vcproj,
13407: src/main/pa_globals.C, src/main/pa_request.C,
13408: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13409: xml errors to hash<thread_id,error> reorganization: xml io moved
13410: to pa_xml_io.C/h
13411:
13412: * src/types/pa_value.h: warnings: --
13413:
13414: 2003-11-25 paf
13415:
13416: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13417: whatever)
13418:
13419: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13420: a, (c?x:y, z)
13421:
13422: * src/main/untaint.C: bugfix: consequences of not reading this
13423: comment: CORD_pos_chars_left /* Number of characters in cache.
13424: <= 0 ==> none */
13425:
13426: * src/include/pa_array.h: removed needless checks
13427:
13428: 2003-11-24 paf
13429:
13430: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13431: removed limit: now $form:xxx can be accessed anytime, even in
13432: @auto/conf [and request/response:charset still can be changed
13433: anytime]
13434:
13435: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13436: now not transcodes response body
13437:
13438: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13439: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13440: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13441: $xdoc.firstChild.firstChild.nodeValue[different]
13442: ^taint[^xdoc.string[]]
13443:
13444: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13445: workaround: static Hash::allocates -> static Hash_allocates
13446:
13447: 2003-11-21 paf
13448:
1.116 moko 13449: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13450: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13451: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13452:
13453: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13454:
13455: * src/classes/mail.C: bugfix: typo
13456:
13457: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13458: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13459: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13460: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13461: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13462: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13463:
13464: * src/main/pa_exec.C: bug in safe mode
13465:
13466: * src/include/Makefile.am: pa_xml_exception.h
13467:
13468: * src/targets/isapi/parser3isapi.C: more warnings --
13469:
13470: 2003-11-20 paf
13471:
13472: * src/: classes/math.C, classes/op.C, classes/string.C,
13473: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13474: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13475: --
13476:
13477: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13478: more warnings --
13479:
13480: * src/classes/xdoc.C: more warnings --
13481:
13482: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13483:
13484: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13485: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13486:
13487: * src/: classes/date.C, classes/file.C, classes/hash.C,
13488: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13489: classes/table.C, include/pa_cache_managers.h,
13490: include/pa_stylesheet_connection.h, main/pa_request.C,
13491: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13492: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13493: --
13494:
13495: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13496: can't report problem (undefined @unhandled_exception) problem
13497: source string were not reported
13498:
13499: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13500: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13501: classes/hashfile.C, classes/image.C, classes/int.C,
13502: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13503: classes/response.C, classes/string.C, classes/table.C,
13504: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13505: include/pa_array.h, include/pa_cache_managers.h,
13506: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13507: include/pa_config_fixed.h, include/pa_dictionary.h,
13508: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13509: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13510: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13511: include/pa_request.h, include/pa_request_charsets.h,
13512: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13513: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13514: include/pa_stack.h, include/pa_string.h,
13515: include/pa_stylesheet_connection.h,
13516: include/pa_stylesheet_manager.h, include/pa_table.h,
13517: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13518: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13519: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13520: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13521: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13522: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13523: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13524: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13525: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13526: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13527: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13528: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13529: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13530: targets/isapi/parser3isapi.C, types/pa_junction.h,
13531: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13532: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13533: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13534: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13535: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13536: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13537: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13538: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13539: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13540: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13541: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13542: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13543: types/pa_vresponse.h, types/pa_vstateless_class.C,
13544: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13545: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13546: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13547: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13548: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13549: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13550: const IDENT
13551:
13552: * src/: include/pa_array.h, include/pa_pool.h,
13553: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13554: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13555: types/pa_wcontext.h: more warnings --
13556:
13557: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13558: classes/file.C, classes/hash.C, classes/hashfile.C,
13559: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13560: classes/memory.C, classes/op.C, classes/string.C,
13561: classes/table.C, classes/xdoc.C, classes/xnode.C,
13562: include/pa_config_includes.h, include/pa_operation.h,
13563: include/pa_sql_connection.h, include/pa_table.h,
13564: include/pa_types.h, lib/ltdl/config_fixed.h,
13565: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13566: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13567: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13568: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13569: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13570: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13571: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13572: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13573: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13574: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13575: types/pa_vmail.C, types/pa_vobject.C,
13576: types/pa_vstateless_class.h, types/pa_vtable.C,
13577: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13578: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13579: on all projects (except libltdl=off & libsdbm=level3) found
13580: several unitialized vars
13581:
13582: 2003-11-19 paf
13583:
13584: * src/classes/op.C: more ansi C++ comp
13585:
13586: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13587: src/main/pa_request.C: ^cache[...]{body}{catch block with
13588: $exception.handled[cache] meaning "get expired cache, if any.
13589: else error"}
13590:
13591: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13592: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13593: ^cache[...]{body}{catch code with $exception.cache field}
13594:
13595: 2003-11-12 paf
13596:
13597: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13598: [copy/paste bug]
13599:
13600: 2003-11-11 paf
13601:
13602: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13603: failed]
13604:
13605: 2003-11-10 paf
13606:
13607: * src/types/pa_vconsole.h: flush
13608:
13609: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13610: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13611: read/write [for nntp]
13612:
13613: * operators.txt: mysql: transaction support: ?autocommit=0
13614:
13615: * operators.txt: comment: updated
13616:
13617: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13618: serialize version and exipire now removes entries
13619:
13620: * operators.txt: ^hashfile.delete[] removes files altogether [and
13621: dir, if could]
13622:
13623: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13624: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13625: removes files altogether [and dir, if could]
13626:
13627: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13628: nonexistent pair. .c coded that that was error. fixed
13629:
13630: * src/types/pa_vhashfile.C: sdbm: exception type change to
13631: file.access [regretfull can't split it to different exceptions
13632: without modifying sdbm source wich would prefer not to]
13633:
13634: 2003-11-07 paf
13635:
13636: * src/: classes/date.C, classes/file.C, classes/hash.C,
13637: classes/hashfile.C, classes/image.C, classes/table.C,
13638: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13639: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13640: main/execute.C, main/main.vcproj, main/pa_pool.C,
13641: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13642: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13643: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13644: destructing objects at request processing end
13645:
13646: 2003-11-06 paf
13647:
13648: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13649: updates
13650:
13651: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13652: to include sdbm
13653:
1.116 moko 13654: * src/include/: pa_config_includes.h, pa_version.h: our
13655: replacements of max& co only for cpp
1.95 moko 13656:
13657: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13658: upper dir, .am updated
13659:
13660: * tests/todo.txt: hashfile: done
13661:
13662: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13663: expiration [time in value. todo: move time to key]
13664:
13665: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13666:
13667: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13668: to do that in foreach, no errors, but surely wrong]
13669:
13670: * operators.txt, src/types/pa_vhashfile.C,
13671: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13672:
13673: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13674: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13675: foreach
13676:
13677: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13678: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13679:
13680: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13681: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13682:
13683: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13684: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13685: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13686: get/put [raw]
13687:
13688: * src/: classes/op.C, main/pa_os.C: just linked
13689:
13690: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13691: XmlException changes
13692:
13693: * src/: include/pa_charset.h, include/pa_globals.h,
13694: include/pa_stylesheet_connection.h, main/pa_exception.C:
13695: XmlException changes
13696:
13697: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13698:
13699: * src/: include/pa_common.h, include/pa_exception.h,
13700: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13701: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13702: main/pa_xml_exception.C: locking move to pa_os [along with
13703: pa_sleep] apr-impl locking done
13704:
13705: * configure, configure.in, operators.txt, parser3.sln,
13706: src/classes/classes.vcproj, src/classes/hashfile.C,
13707: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13708: src/include/pa_exception.h, src/include/pa_globals.h,
13709: src/include/pa_memory.h, src/include/pa_version.h,
13710: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13711: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13712: src/main/compile.tab.C, src/main/main.vcproj,
13713: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13714: src/types/Makefile.am, src/types/pa_vhash.C,
13715: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13716: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13717: again with sdbm from apache
13718:
13719: 2003-11-05 paf
13720:
13721: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13722: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13723: \parser3project dir anymore
13724:
13725: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13726: thoughtlessly from xalan]
13727:
13728: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13729: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13730: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13731:
13732: * src/main/helpers/CaseFolding.txt:
13733: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13734:
13735: 2003-11-04 paf
13736:
13737: * operators.txt: comment: ^mail:send[$.options[
13738:
13739: * src/classes/table.C: compiled on unix
13740:
1.116 moko 13741: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13742:
13743: * src/classes/mail.C: compiled on unix
13744:
13745: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13746: src/types/pa_vmail.h: !^mail:send[
13747: $.options[unix: string to append to sendmail command
13748: line]
13749:
13750: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13751: tests/todo.txt: ^table.save[... $.separator[^#09]
13752: $.encloser["] <nothing> by default
13753:
13754: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13755: !$.separator[^#09] !$.encloser["] <nothing> by
13756: default
13757:
13758: 2003-11-03 paf
13759:
13760: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13761: ^table::load[; options: !$.column-separator[^#09]
13762: !$.column-encloser["]
13763:
13764: * operators.txt, src/include/pa_config_fixed.h,
13765: src/types/pa_vrequest.C: $request:document-root
13766:
13767: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13768: [already included into uri=xxx]
13769:
13770: * operators.txt, src/classes/image.C, tests/todo.txt:
13771: ^image.gif[filename] for $response:download
13772:
13773: * src/classes/date.C: minor precaution
13774:
13775: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13776: !^date.unix-timestamp[]
13777:
13778: 2003-10-30 paf
13779:
13780: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13781: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13782:
13783: * src/classes/: date.C, image.C: improvement diagnostics:
13784: $now[^date::create[$undefined]] now is error
13785:
13786: * src/main/pa_common.C: read errors would now be reported 'actually
13787: read -1 bytes'
13788:
13789: 2003-10-24 paf
13790:
13791: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13792: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13793: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13794: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13795:
13796: 2003-10-22 paf
13797:
13798: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13799:
13800: 2003-10-21 paf
13801:
13802: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13803: fixed: string.match[g] without <'> option produced columns with
13804: NULL's, which gpf'ed at table.save time
13805:
13806: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13807: recoursion' message with intensive throw-catches fixed: incorrect
13808: name and line (one name upper then needed) in error message about
13809: problems inside try block
13810:
13811: 2003-10-10 paf
13812:
13813: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13814: check offset argument for validity did that in String::Body::pos
13815: myself http://i2/tasks/edit/?id=4577425257580789777
13816:
13817: 2003-10-07 paf
13818:
13819: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13820: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13821:
13822: 2003-10-03 paf
13823:
13824: * parser3.sln, src/include/pa_dictionary.h,
13825: src/main/pa_dictionary.C, src/main/pa_string.C,
13826: src/targets/cgi/parser3.vcproj: dictionary optimized by
13827: precalculating cstr&length
13828:
13829: 2003-10-02 paf
13830:
13831: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13832: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13833: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13834: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13835:
13836: 2003-09-30 paf
13837:
13838: * src/main/pa_string.C: string::replace bug fix [were ignoring
13839: occurrances after lang-mismatched
13840:
13841: 2003-09-29 paf
13842:
13843: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13844: helper
13845:
13846: * src/main/pa_string.C: string::serialize bug fix with
13847: zero-terminator
13848:
13849: * src/classes/table.C: ^nameless_table.save column row now has no
13850: \t at the end
13851:
13852: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13853: @postprocess now takes $response:body/download
13854:
13855: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13856: error message
13857:
13858: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13859:
13860: * src/classes/table.C: bugfix: flip: must produce nameless
13861: http://i2/tasks/edit/?id=4573405524674081244
13862:
13863: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13864: main/helpers/simple_folding.pl: utf-8 upper/lower
13865:
13866: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13867: to typo error http://i2/tasks/edit/?id=4573354650786434584
13868:
13869: 2003-09-26 paf
13870:
13871: * src/main/untaint.C: removed needless field
13872:
13873: * src/main/untaint.C: removed needless const
13874:
13875: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13876: String.for_each bug fixed [omited one-char cases]
13877:
13878: * src/include/pa_stack.h: bugfix: before collecting garbage,
13879: runtime-executor stack were cleared... BADLY
13880:
13881: * src/main/pa_string.C: ^stirng.replace code used old
13882: param-convention on langs.append, fixed that search fo the like,
13883: found none
13884:
13885: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13886: string::serialize/deserialize implemented Language enum assigned
13887: meaningful letters [more convinient for debugging. read warning
13888: before adding/changing anything]
13889:
13890: 2003-09-25 paf
13891:
13892: * src/: include/pa_string.h, include/pa_version.h,
13893: main/pa_string.C, main/untaint.C: templates and anonymous unions
13894: differences on unix
13895:
13896: * parser3.sln, src/classes/file.C, src/classes/image.C,
13897: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13898: src/classes/xdoc.C, src/classes/xnode.C,
13899: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13900: src/include/pa_charsets.h, src/include/pa_common.h,
13901: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13902: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13903: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13904: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13905: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13906: src/main/compile_tools.h, src/main/pa_charset.C,
13907: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13908: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13909: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13910: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13911: src/types/pa_vmail.C, src/types/pa_vmath.C,
13912: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13913: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13914:
13915: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13916: functions aligned to that of eeparser3 look
13917:
13918: * src/lib/cord/cordprnt.c: removed warnings
13919:
13920: 2003-09-24 paf
13921:
13922: * src/: classes/file.C, classes/image.C, classes/mail.C,
13923: classes/op.C, classes/xdoc.C, classes/xnode.C,
13924: include/pa_cache_managers.h, include/pa_charset.h,
13925: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13926: include/pa_sql_driver_manager.h, include/pa_string.h,
13927: include/pa_stylesheet_manager.h, include/pa_table.h,
13928: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13929: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13930: main/pa_sql_driver_manager.C, main/pa_string.C,
13931: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13932: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13933: types/pa_vstateless_class.h, types/pa_vstatus.C,
13934: types/pa_vxnode.C: v() functions of String::Body,
13935: String::Languages and String itself StringBody->String::Body
13936:
13937: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13938: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13939: never optimized anything. todo: somehow speed up harder cases:
13940: concatenationA+concatenationB when last block of A and first of B
13941: contain same letters
13942:
13943: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13944: lib/cord/include/cord.h: langs: speed up by joining adjucent
13945: blocks of same char [CORD_append_block]
13946:
13947: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13948: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13949: save space by extending blocks when appending block with c ==
13950: lastblock.c
13951:
13952: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13953: working yet :( but more working &understood :)
13954:
13955: * src/: classes/table.C, include/pa_string.h,
13956: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13957:
13958: 2003-09-23 paf
13959:
13960: * src/main/untaint.C: $a[ok!] $a works!
13961:
13962: * src/main/untaint.C: something even more works :)
13963:
13964: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13965: something more works :)
13966:
13967: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13968: lib/cord/cordxtra.c: something already works :)
13969:
13970: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13971: serialize&deserialize
13972:
13973: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13974: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13975: main/untaint.C: main idea implemented, details left
13976:
13977: 2003-09-22 paf
13978:
13979: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13980:
13981: * src/classes/xnode.C: copy/paste comment bugfix
13982:
13983: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13984: allocator returns 0, just die.
13985: http://i2/tasks/edit/?id=4570798492410259445
13986:
13987: * src/classes/xdoc.C: copy/paste comment bugfix
13988:
13989: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13990: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13991: xnode: getAttributeNS setAttributeNS removeAttributeNS
13992: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13993:
13994: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13995: chars due to bitwise operation signed-char error]
13996:
13997: 2003-09-19 paf
13998:
13999: * src/types/pa_wcontext.C: output message: more practical
14000: suggestion
14001:
14002: * src/main/pa_common.C, operators.txt: merged
14003: $f[^file::load[binary;http://...]] $f.tables
14004:
14005: 2003-09-02 paf
14006:
14007: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14008: flush stdout without referencing 'stdout' symbol. to hell with
14009: non-ansi libraries without 'stdout' symbol
14010:
14011: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14012: unix (users reported problems with some old libc)
14013:
14014: * src/types/pa_vdate.h: forgot initializer
14015:
14016: 2003-09-01 paf
14017:
14018: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14019: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14020: zone]
14021:
14022: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14023:
14024: 2003-08-19 paf
14025:
14026: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14027: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14028: simplified a little
14029:
14030: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14031: [lost fix from 3.0.8]
14032:
14033: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14034: visible here }
14035:
14036: bug fix
14037:
14038: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14039:
14040: * src/main/compile.tab.C: initialized couple of variables about
14041: which user reported runtime problems when parser were compiled
14042: with VC7, warning level4. study shows that later in bison
14043: they've fixed that. would migrate to latest bison someday
14044:
14045: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14046: recoding headers)
14047:
14048: * src/types/pa_vmail.C: works as before, same charset problems:
14049: gmime recodes to UTF-8 only headers, not body. so not recoding
14050: anything for now
14051:
14052: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14053: problems with body
14054:
14055: * src/types/pa_vmail.C: mail_receive just compiled
14056:
14057: 2003-08-18 paf
14058:
14059: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14060: main/main.vcproj, types/types.vcproj: win32: continued process
14061: detaching from \parser3project directory
14062:
14063: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14064: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14065: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14066: src/lib/pcre/pcre_dftables.dsp,
14067: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14068: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14069: src/types/types.dsp: moved to MSVC 7
14070:
14071: * gnu.vcproj.vspscc, parser3.vssscc,
14072: src/classes/classes.vcproj.vspscc,
14073: src/lib/cord/cord.vcproj.vspscc,
14074: src/lib/ltdl/libltdl.vcproj.vspscc,
14075: src/lib/md5/md5.vcproj.vspscc,
14076: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14077: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14078: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14079: src/targets/isapi/parser3isapi.vcproj.vspscc,
14080: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14081: moved to MSVC 7
14082:
14083: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14084: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14085: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14086: src/lib/pcre/pcre_dftables.vcproj,
14087: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14088: src/targets/cgi/parser3.vcproj,
14089: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14090: new VS project files
14091:
14092: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14093: .NET to detect Jalindi Igloo capabilities.
14094:
14095: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14096: src/classes/classes.awk, src/doc/footer.htm,
14097: src/include/pa_config_fixed.h, src/include/pa_version.h,
14098: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14099: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14100: src/types/pa_vmail.C: merged 3.1.0 latest changes
14101:
14102: 2003-08-15 paf
14103:
14104: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14105: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14106:
14107: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14108: non-ascii <yyy> now encoded correctly
14109:
14110: 2003-07-29 paf
14111:
1.116 moko 14112: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14113: dist
1.95 moko 14114:
14115: * src/types/pa_vmail.C: just started --with-mail-receive
14116:
14117: 2003-07-28 paf
14118:
1.116 moko 14119: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14120: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14121:
14122: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14123:
14124: 2003-07-25 paf
14125:
14126: * src/doc/footer.htm: year
14127:
14128: 2003-07-24 paf
14129:
14130: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14131: fix
14132:
14133: * src/include/pa_version.h: release
14134:
1.116 moko 14135: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14136:
14137: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14138: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14139: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14140: getting rid of win32xml pseudo project
14141:
14142: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14143:
1.116 moko 14144: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14145: configure.in, operators.txt, parser3.dsw,
1.95 moko 14146: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14147: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14148: src/classes/classes.C, src/classes/classes.awk,
14149: src/classes/classes.dsp, src/classes/classes.h,
14150: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14151: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14152: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14153: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14154: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14155: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14156: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14157: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14158: src/include/pa_array.h, src/include/pa_cache_managers.h,
14159: src/include/pa_charset.h, src/include/pa_charsets.h,
14160: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14161: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14162: src/include/pa_dictionary.h, src/include/pa_dir.h,
14163: src/include/pa_exception.h, src/include/pa_exec.h,
14164: src/include/pa_globals.h, src/include/pa_hash.h,
14165: src/include/pa_memory.h, src/include/pa_opcode.h,
14166: src/include/pa_operation.h, src/include/pa_pool.h,
14167: src/include/pa_pragma_pack_begin.h,
1.95 moko 14168: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14169: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14170: src/include/pa_sapi.h, src/include/pa_socks.h,
14171: src/include/pa_sql_connection.h,
14172: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14173: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14174: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14175: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14176: src/include/pa_uue.h, src/lib/Makefile.am,
14177: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14178: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14179: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14180: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14181: src/lib/cord/include/ec.h,
14182: src/lib/cord/include/private/Makefile.am,
14183: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14184: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14185: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14186: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14187: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14188: src/main/compile_tools.C, src/main/compile_tools.h,
14189: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14190: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14191: src/main/pa_charsets.C, src/main/pa_common.C,
14192: src/main/pa_dictionary.C, src/main/pa_dir.C,
14193: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14194: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14195: src/main/pa_request.C, src/main/pa_socks.C,
14196: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14197: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14198: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14199: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14200: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14201: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14202: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14203: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14204: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14205: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14206: src/targets/isapi/parser3isapi.dsp,
14207: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14208: src/types/pa_junction.h, src/types/pa_method.h,
14209: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14210: src/types/pa_vclass.C, src/types/pa_vclass.h,
14211: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14212: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14213: src/types/pa_vdouble.h, src/types/pa_venv.h,
14214: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14215: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14216: src/types/pa_vimage.C, src/types/pa_vimage.h,
14217: src/types/pa_vint.h, src/types/pa_vjunction.h,
14218: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14219: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14220: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14221: src/types/pa_vobject.C, src/types/pa_vobject.h,
14222: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14223: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14224: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14225: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14226: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14227: src/types/pa_vstring.h, src/types/pa_vtable.C,
14228: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14229: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14230: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14231: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14232: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14233: HEAD
14234:
14235: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14236: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14237: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14238: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14239: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14240: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14241: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14242: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14243: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14244: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14245: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14246: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14247: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14248: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14249: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14250: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14251: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14252: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14253: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14254: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14255: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14256: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14257: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14258: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14259: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14260: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14261: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14262: outputs/create-dir, results/001.processed, results/002.processed,
14263: results/003.processed, results/004.processed,
14264: results/005.processed, results/006.processed,
14265: results/007.processed, results/008.processed,
14266: results/009.processed, results/010.processed,
14267: results/011.processed, results/012.processed,
14268: results/013.processed, results/014.processed,
14269: results/015.processed, results/016.processed,
14270: results/017.processed, results/018.processed,
14271: results/019.processed, results/020.processed,
14272: results/021.processed, results/022.processed,
14273: results/023.processed, results/024.processed,
14274: results/025.processed, results/026.processed,
14275: results/027.processed, results/028.processed,
14276: results/029.processed, results/030.processed,
14277: results/031.processed, results/032.processed,
14278: results/033.processed, results/034.processed,
14279: results/035.processed, results/036.processed,
14280: results/037.processed, results/038.processed,
14281: results/039.processed, results/040.processed,
14282: results/041.processed, results/042.processed,
14283: results/043.processed, results/044.processed,
14284: results/045.processed, results/046.processed,
14285: results/047.processed, results/048.processed,
14286: results/049.processed, results/050.processed,
14287: results/051.processed, results/052.processed,
14288: results/053.processed, results/054.processed,
14289: results/055.processed, results/056.processed,
14290: results/057.processed, results/058.processed,
14291: results/059.processed, results/060.processed,
14292: results/061.processed, results/062.processed,
14293: results/063.processed, results/064.processed,
14294: results/065.processed, results/066.processed,
14295: results/067.processed, results/068.processed,
14296: results/069.processed, results/070.processed,
14297: results/071.processed, results/072.processed,
14298: results/073.processed, results/074.processed,
14299: results/075.processed, results/076.processed,
14300: results/077.processed, results/078.processed,
14301: results/079.processed, results/080.processed,
14302: results/081.processed, results/082.processed,
14303: results/083.processed, results/084.processed,
14304: results/085.processed, results/086.processed,
14305: results/087.processed, results/088.processed,
14306: results/089.processed, results/090.processed,
14307: results/091.processed, results/092.processed,
14308: results/093.processed, results/094.processed,
14309: results/095.processed, results/096.processed,
14310: results/097.processed, results/098.processed,
14311: results/099.processed, results/100.processed,
14312: results/101.processed, results/102.processed,
14313: results/103.processed, results/104.processed,
14314: results/105.processed, results/106.processed,
14315: results/107.processed, results/108.processed,
14316: results/109.processed, results/110.processed,
14317: results/111.processed, results/112.processed,
14318: results/113.processed, results/114.processed,
14319: results/115.processed, results/116.processed,
14320: results/117.processed, results/118.processed,
14321: results/119.processed, results/120.processed,
14322: results/121.processed, results/122.processed,
14323: results/123.processed, results/124.processed,
14324: results/125.processed, results/126.processed,
14325: results/127.processed, results/128.processed,
14326: results/129.processed, results/130.processed,
14327: results/131.processed, results/132.processed,
14328: results/133.processed, results/134.processed,
14329: results/135.processed, results/136.processed,
14330: results/137.processed, results/138.processed,
14331: results/139.processed, results/140.processed,
14332: results/141.processed: merged(copied) to HEAD from template_gc
14333:
14334: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14335: towards \parser3project not having to be in root
14336:
14337: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14338: module compiled [were minor unnecessary changes in lib/md5
14339: interface]
14340:
14341: * src/include/pa_version.h: release
14342:
14343: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14344:
14345: * src/classes/math.C: merged uuid bugfix
14346:
14347: * tests/: 141.html, results/141.processed: fixed bug with
14348: too-small-a-buffer
14349:
14350: * src/classes/math.C: uuid bugfix
14351:
14352: * tests/: 141.html, Makefile, results/005.processed,
14353: results/030.processed, results/075.processed,
14354: results/078.processed: to reflect date format change (were -
14355: become ' ')
14356:
14357: * src/classes/math.C: uuid bugfix
14358:
14359: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14360: debug/release changes
14361:
14362: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14363:
14364: 2003-07-23 paf
14365:
14366: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14367: renamed a little [to move to comman naming conv]
14368:
1.116 moko 14369: * src/targets/Makefile.am: apache13 splitted to simplify apache
14370: build
1.95 moko 14371:
14372: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14373: main/pa_request.C, main/pa_sql_driver_manager.C,
14374: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14375: stack top_index() fixed
14376:
14377: * src/main/pa_globals.C: minor style changes
14378:
14379: * src/: classes/op.C, include/pa_sql_connection.h: connection
14380: closing/caching fixed [connections were not closed/put to cache]
14381:
14382: 2003-07-22 paf
14383:
14384: * INSTALL: gc part updated stightly
14385:
14386: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14387: new sapi interface
14388:
14389: * src/classes/file.C: comment on OS
14390:
14391: * src/main/pa_string.C: removed reduntant invariant check [there is
14392: one deeper in cord lib]
14393:
14394: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14395:
14396: * src/main/pa_memory.C: out of memory is no longer coredump
14397:
14398: * INSTALL: disable-threads adviced
14399:
14400: 2003-07-21 paf
14401:
1.116 moko 14402: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14403:
14404: * src/classes/file.C: file::exec/cgi environment variables now must
14405: be UPPERCASE and A-Z 0-9 _-
14406:
14407: * src/classes/file.C: env passing fixed
14408:
14409: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14410:
14411: * src/main/pa_common.C: http:// CRLF now
14412:
14413: 2003-07-02 paf
14414:
14415: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14416: fields to reflect their real meaning
14417:
14418: 2003-06-27 paf
14419:
14420: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14421: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14422: file::exec/cgi .charset
14423:
14424: 2003-06-26 paf
14425:
14426: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14427: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14428: src/classes/table.C: fixed several uninitialized local
14429: structures. notably ^hash.foreach now inserts delimiters
14430: properly [were inserting it before first body]
14431:
14432: 2003-06-24 paf
14433:
14434: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14435:
14436: 2003-06-20 paf
14437:
14438: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14439: src/main/pa_globals.C: introducing
14440: $f[^file::load[binary;http://...]] $f.tables
14441:
14442: 2003-06-06 paf
14443:
14444: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14445: table. [were method lookup: inconsistent]
14446:
14447: 2003-06-02 paf
14448:
14449: * src/include/pa_memory.h: empty string clone fixed to return
14450: writable memory
14451:
14452: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14453: were not appended] which violated string invariant
14454:
14455: 2003-05-30 paf
14456:
14457: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14458: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14459:
14460: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14461: GMT ; RFC 822, updated by RFC 1123
14462:
14463: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14464: targets/isapi/parser3isapi.C: initialized request_info properly
14465:
14466: * src/classes/xnode.C: found minor bug, commended for future
14467:
14468: 2003-05-28 paf
14469:
14470: * src/classes/form.C: request_info.content_length can't be <0,
14471: size_t for some time
14472:
14473: 2003-05-26 paf
14474:
14475: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14476: forgotten <0 changed to !=STRING_NOT_FOUND
14477:
14478: * src/classes/math.C: merged ffffu from HEAD
14479:
14480: 2003-05-11 paf
14481:
14482: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14483:
14484: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14485: premature doc free. transformed document had xmlDoc reference
14486: stored to non-gc-memory (libgdome) added holding-reference
14487:
14488: 2003-04-29 paf
14489:
14490: * src/main/pa_globals.C: started digging on double free. on win32
14491: found that that's perfectly normal.
14492:
14493: 2003-04-25 paf
14494:
14495: * src/classes/table.C: table.join bug fix [bad limit check]
14496:
14497: * src/classes/math.C: merged from HEAD: simpiler hash_string
14498:
14499: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14500: print anything. changed to quicker and simplier code
14501:
14502: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14503: strict a check]
14504:
14505: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14506:
14507: 2003-04-24 paf
14508:
14509: * src/include/pa_table.h: too strict assert loosened
14510:
14511: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14512: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14513: report
14514:
14515: 2003-04-21 paf
14516:
1.116 moko 14517: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14518:
14519: * src/main/pa_globals.C: pcre memory management changed to use GC
14520: memory
14521:
14522: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14523: xmlMallocAtomic [author agreed to my suggestion], used that
14524:
14525: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14526:
14527: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14528: types/pa_vmail.C: attributed_meaning_to_string added
14529: L_UNSPECIFIED piece which was sortof OK, but violated string
14530: invariant [assertion barked on that] changed to L_PASS_APPEND,
14531: made that param obligatory
14532:
14533: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14534: fixed [assert helped]
14535:
14536: * src/include/pa_string.h: assert added [looking for bug]
14537:
14538: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14539: names on Win32 considered disk-global
14540:
14541: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14542: considered disk-global
14543:
14544: 2003-04-18 paf
14545:
14546: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14547: filenames
14548:
14549: * src/main/untaint.C: enabled '~' letter in filenames
14550:
14551: 2003-04-16 paf
14552:
14553: * src/classes/file.C: small bug introduced in autoptr times fixed
14554:
14555: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14556: HEAD
14557:
1.116 moko 14558: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14559:
14560: 2003-04-15 paf
14561:
14562: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14563: src/lib/md5/pa_md5c.c, tests/141.html,
14564: tests/results/141.processed: merged from head ^math:uuid[]
14565: ^math:uid64[] ^math:md5[string]
14566:
14567: test added: 141.html
14568:
14569: * operators.txt, src/classes/math.C: ^math:uid64[]
14570:
14571: * src/classes/math.C: ^math:uuid[]
14572:
14573: * operators.txt, src/classes/math.C: ^math:uuid[]
14574:
14575: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14576: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14577:
14578: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14579: src/include/pa_config_fixed.h, src/main/pa_common.C:
14580: ^file::load[mode;name; $.offset $.limit
14581:
14582: 2003-04-14 paf
14583:
14584: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14585: started ^math:md5
14586:
14587: * src/classes/table.C, src/include/pa_array.h,
14588: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14589: tests/results/140.processed: table $.reverse option works in
14590: create&co table $.distinct[tables] bug fix merged
14591:
14592: * src/: classes/table.C, include/pa_table.h: table
14593: $.distinct[tables] bug fixed
14594:
14595: * src/classes/table.C: more warnings
14596:
14597: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14598: removed checks in table::set_current, moved them back to
14599: table::locate implemented table::create/join ñ $.reverse
14600:
14601: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14602: removed checks in table::set_current, moved them back to
14603: table::locate
14604:
14605: 2003-04-11 paf
14606:
14607: * operators.txt, src/classes/date.C, src/classes/table.C,
14608: src/include/pa_array.h, src/include/pa_common.h,
14609: src/include/pa_config_includes.h, src/include/pa_string.h,
14610: src/include/pa_table.h, src/main/pa_request.C,
14611: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14612: src/main/pa_table.C: merged from HEAD from
14613: before_append_array_limit_sense_change to
14614: after_append_array_limit_sense_change
14615:
14616: * src/classes/table.C: typo
14617:
14618: * operators.txt, src/classes/date.C, src/classes/table.C,
14619: src/include/pa_array.h, src/include/pa_common.h,
14620: src/include/pa_config_includes.h, src/include/pa_globals.h,
14621: src/include/pa_table.h, src/main/pa_array.C,
14622: src/main/pa_globals.C, src/main/pa_request.C,
14623: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14624: src/main/pa_table.C: append_array_limit_sense_change locate
14625: accepts options same as create new option: $.reverse(1) [do not
14626: work in table::create]
14627:
14628: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14629: (stat xxx,
14630:
14631: * src/classes/: table.C: typo
14632:
14633: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14634: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14635: results/130.processed, results/131.processed,
14636: results/132.processed, results/133.processed,
14637: results/134.processed, results/135.processed,
14638: results/136.processed, results/137.processed,
14639: results/138.processed, results/139.processed: added few mustfail
14640: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14641: date/time 132.html mustfail: access to junction outside of
14642: context 133.html mustfail: access to junction outside of context,
14643: case version 134.html mustfail: hash: adding a key inside of
14644: foreach 135.html mustfail: modifying system class 136.html
14645: mustfail: $.name outside of $hash[here] 137.html mustfail:
14646: appendChild without import 138.html mustfail: invalid encoding
14647: inside of xml 139.html mustfail: bad XPath
14648:
14649: * operators.txt, src/classes/table.C, tests/084.html,
14650: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14651: tests/129.html, tests/results/125.processed,
14652: tests/results/126.processed, tests/results/127.processed,
14653: tests/results/128.processed, tests/results/129.processed: merged
14654: from HEAD ^table.hash[key][$.distinct[tables]]
14655:
14656: maked appropriate tests [changed one old nonconforming]
14657:
14658: * operators.txt, src/classes/table.C:
14659: ^table.hash[key][$.distinct[tables]]
14660:
14661: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14662: merged fix for found very old xml (dom) bug: were passing
14663: domString objects and later ERROREOUSLY freed them
14664:
14665: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14666: src/main/pa_charset.C: re-added libgdome patch. regretfully
14667: libgdome bug can not be worked around
14668:
14669: 2003-04-10 paf
14670:
14671: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14672: found very old xml (dom) bug: were passing domString objects and
14673: later ERROREOUSLY freed them
14674:
14675: * src/doc/string.dox, src/include/pa_memory.h,
14676: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14677: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14678: tests/123.html, tests/124.html, tests/results/001.processed,
14679: tests/results/002.processed, tests/results/003.processed,
14680: tests/results/004.processed, tests/results/005.processed,
14681: tests/results/006.processed, tests/results/008.processed,
14682: tests/results/009.processed, tests/results/010.processed,
14683: tests/results/011.processed, tests/results/012.processed,
14684: tests/results/013.processed, tests/results/014.processed,
14685: tests/results/015.processed, tests/results/016.processed,
14686: tests/results/017.processed, tests/results/018.processed,
14687: tests/results/020.processed, tests/results/021.processed,
14688: tests/results/022.processed, tests/results/023.processed,
14689: tests/results/024.processed, tests/results/025.processed,
14690: tests/results/026.processed, tests/results/027.processed,
14691: tests/results/028.processed, tests/results/029.processed,
14692: tests/results/030.processed, tests/results/031.processed,
14693: tests/results/032.processed, tests/results/033.processed,
14694: tests/results/034.processed, tests/results/035.processed,
14695: tests/results/036.processed, tests/results/037.processed,
14696: tests/results/038.processed, tests/results/039.processed,
14697: tests/results/040.processed, tests/results/041.processed,
14698: tests/results/042.processed, tests/results/043.processed,
14699: tests/results/044.processed, tests/results/045.processed,
14700: tests/results/046.processed, tests/results/047.processed,
14701: tests/results/048.processed, tests/results/049.processed,
14702: tests/results/050.processed, tests/results/051.processed,
14703: tests/results/052.processed, tests/results/053.processed,
14704: tests/results/054.processed, tests/results/055.processed,
14705: tests/results/056.processed, tests/results/057.processed,
14706: tests/results/058.processed, tests/results/059.processed,
14707: tests/results/060.processed, tests/results/061.processed,
14708: tests/results/062.processed, tests/results/063.processed,
14709: tests/results/064.processed, tests/results/065.processed,
14710: tests/results/066.processed, tests/results/067.processed,
14711: tests/results/068.processed, tests/results/069.processed,
14712: tests/results/070.processed, tests/results/071.processed,
14713: tests/results/072.processed, tests/results/073.processed,
14714: tests/results/074.processed, tests/results/075.processed,
14715: tests/results/076.processed, tests/results/077.processed,
14716: tests/results/078.processed, tests/results/079.processed,
14717: tests/results/080.processed, tests/results/081.processed,
14718: tests/results/082.processed, tests/results/083.processed,
14719: tests/results/084.processed, tests/results/085.processed,
14720: tests/results/086.processed, tests/results/087.processed,
14721: tests/results/088.processed, tests/results/089.processed,
14722: tests/results/090.processed, tests/results/091.processed,
14723: tests/results/092.processed, tests/results/093.processed,
14724: tests/results/094.processed, tests/results/095.processed,
14725: tests/results/096.processed, tests/results/097.processed,
14726: tests/results/101.processed, tests/results/102.processed,
14727: tests/results/104.processed, tests/results/105.processed,
14728: tests/results/106.processed, tests/results/107.processed,
14729: tests/results/108.processed, tests/results/109.processed,
14730: tests/results/110.processed, tests/results/111.processed,
14731: tests/results/112.processed, tests/results/113.processed,
14732: tests/results/114.processed, tests/results/115.processed,
14733: tests/results/116.processed, tests/results/117.processed,
14734: tests/results/118.processed, tests/results/119.processed,
14735: tests/results/120.processed, tests/results/121.processed,
14736: tests/results/122.processed, tests/results/123.processed,
14737: tests/results/124.processed: new convention: char* never 0.
14738: assert in cord on that
14739:
14740: * src/main/pa_charset.C: couple more asserts
14741:
14742: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14743: speedup
14744:
14745: * src/main/pa_charset.C: couple assertions on fantastic situations
14746: added [may be those is the case now?]
14747:
14748: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14749: that's memory from gc_malloc, not from g_malloc :(, but would
14750: hope]
14751:
14752: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14753: that's memory from gc_malloc, not from g_malloc :(, but would
14754: hope]
14755:
14756: * src/main/pa_charset.C: checked custom malloc for returning 0
14757:
14758: 2003-04-09 paf
14759:
14760: * src/classes/date.C: merged ^date.roll changes
14761:
14762: * src/classes/date.C: ^date.roll bug fix
14763:
14764: * src/classes/date.C: ^date.roll now throws less errors: month
14765: shifts handles end of month situation by reducing day number
14766: hour-hole shift reduces hour to recover
14767:
14768: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14769: Sort by function time
14770:
14771: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14772: http:// $.charset[] param done
14773:
14774: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14775: added [after volatile fix. passes on win&intel-solaris]
14776:
14777: 2003-04-08 paf
14778:
14779: * src/: classes/file.C, classes/op.C, classes/table.C,
14780: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14781: include/pa_common.h, include/pa_request_charsets.h,
14782: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14783: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14784: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14785: types/pa_vresponse.C: started http:// $.charset[] param and
14786: http response charset detection just compiled. todo:test
14787:
14788: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14789:
14790: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14791: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14792: types/pa_vmail.C: changed transcode param converntion along with
14793: string creating convention -- all strings are zero-terminated,
14794: this allowed to fix one remaining String("123", 2) case
14795:
14796: * src/: classes/date.C, classes/file.C, classes/hash.C,
14797: classes/op.C, classes/string.C, classes/table.C,
14798: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14799: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14800: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14801: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14802: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14803: violated String::invariant. started fixing [not compiled now]
14804:
14805: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14806: main/compile.tab.C, main/compile.y, main/pa_string.C,
14807: main/untaint.C, targets/cgi/parser3.C: number of string style
14808: improvements & optimizations
14809:
14810: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14811: :(]
14812:
14813: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14814: [for it's a pointer really]
14815:
14816: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14817: 'n' param. worked that around
14818:
14819: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14820: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14821: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14822: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14823: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14824:
14825: Thanks for the bug report and patch.
14826:
14827: I hadn't looked at this code in a while. Reading it now, it
14828: seems to me that the tests should also be ">= MAX_DEPTH" to
14829: comply with the invariant, though that may not matter a lot. I
14830: changed that, too.
14831:
14832: Hans
14833:
14834: 2003-04-07 paf
14835:
14836: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14837: merged from head:safe mode error message now includes numbers
14838:
14839: * src/main/execute.C: n-th attempt to make a=a work with double.
14840: problem: as_double returns it's result in fp-register compiler
14841: optimizes access to that register after b->as_double, and just
14842: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14843: from memory. _SAME_ double values do not match here. when
14844: forced to REload fp-register, values do match.
14845:
14846: tried to make them volatile.
14847:
14848: * src/main/execute.C: n-th attempt to make a=a work with double.
14849: problem: as_double returns it's result in fp-register compiler
14850: optimizes access to that register after b->as_double, and just
14851: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14852: from memory. _SAME_ double values do not match here. when
14853: forced to REload fp-register, values do match.
14854:
14855: tried to make them volatile.
14856:
14857: * src/types/pa_vobject.h: small style change
14858:
14859: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14860:
14861: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14862: mode error message now includes numbers
14863:
14864: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14865: now causes death
14866:
14867: 2003-04-04 paf
14868:
14869: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14870: incorportated pa_exec patch by From: "Victor Fedoseev"
14871: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14872: Sent: Thursday, January 23, 2003 9:14 AM
14873:
14874: huge speedup on ^file::cgi with big result
14875:
14876: * src/classes/table.C: sort table with 0 rows bug fixed
14877:
14878: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14879: fix http://i2/tasks/edit/?id=4493701604654042676
14880:
14881: @main[] $with_default[ $.a[1] $._default[default from
14882: with_default] ] ^show[$with_default]
14883:
14884: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14885: =$to_add_to.xxx=<br>
14886:
14887: ^show[$to_add_to]
14888:
14889: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14890: ^show[$cloned]
14891:
14892: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14893:
14894: } <hr>
14895:
14896: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14897: http://i2/tasks/edit/?id=4493701604654042676
14898:
14899: @main[] $with_default[ $.a[1] $._default[default from
14900: with_default] ] ^show[$with_default]
14901:
14902: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14903: =$to_add_to.xxx=<br>
14904:
14905: ^show[$to_add_to]
14906:
14907: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14908: ^show[$cloned]
14909:
14910: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14911:
14912: } <hr>
14913:
14914: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14915: http://i2/tasks/edit/?id=4507350336410850921
14916:
14917: * src/classes/xdoc.C: memory allocation func bugfix
14918: http://i2/tasks/edit/?id=4499303470368629745
14919:
14920: * src/classes/math.C: allowed random 1...
14921:
14922: * src/classes/math.C: allowed random 0..
14923:
14924: * src/main/pa_globals.C: exif mem leak
14925: http://i2/tasks/edit/?id=4480590323629807263
14926:
14927: * src/: classes/classes.dsp, main/main.dsp,
14928: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14929: fix http://i2/tasks/edit/?id=4493946731322521294
14930: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14931:
14932: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14933: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14934: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14935: links to xml libs made relative, no need to unpack parser3project
14936: to /parser3project.
14937:
14938: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14939: column more precise - tab handling bug fixed
14940:
14941: * src/main/: compile.tab.C, compile.y: more understandable error
14942: message in case @CLASS with more then one line inside
14943:
14944: * src/targets/cgi/parser3.C: more understandable error message in
14945: case of errors in @unhandled_exception
14946:
14947: 2003-04-03 paf
14948:
14949: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14950: src/main/compile.tab.C, src/main/compile.y,
14951: src/main/compile_tools.C, src/main/compile_tools.h,
14952: src/main/execute.C, src/main/pa_request.C: debug info format
14953: simplified, now it's: OP_VALUE Operation::Origin << here value*
14954:
14955: higher limits: file number (max: 255) line number (max:
14956: 64535) column number (max: 255)
14957:
14958: * src/classes/math.C: top limit
14959:
14960: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14961: precise parse error position in case of
14962:
14963: ^bug ]
14964:
14965: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14966: changed to realities, and passed [bug fixed]
14967:
14968: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14969: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14970: main/compile_tools.h, main/pa_request.C: introducing
14971: ^process...[main-method-alias]
14972:
14973: * src/: classes/date.C, classes/image.C, classes/op.C,
14974: classes/string.C, classes/table.C, classes/xdoc.C,
14975: types/pa_vmethod_frame.h: MethodParams& now [methods without
14976: params receive zero reference, but they are expected not to look
14977: there]
14978:
14979: * operators.txt, src/classes/date.C, src/classes/double.C,
14980: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14981: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14982: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14983: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14984: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14985: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14986: [methods without params receive zero reference, but they are
14987: expected not to look there]
14988:
14989: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14990: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14991: ^process...[filename] useful for better error reporting
14992: [file/line/col]
14993:
14994: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14995: types/pa_vstring.h: slightly improved error messages text: 1. is
14996: '%s', it 2. method undefined in case of ^void[]
14997:
14998: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14999: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15000: handling done. now we have error columns todo: test it
15001:
15002: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15003: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15004:
15005: this makes life easier: were: bad stack order -- were in
15006: exception catch unwind order, which didn't match execution order
15007:
15008: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15009:
15010: @first[] ^throw[a;1]
15011:
15012: showed throw a first throw b try
15013:
15014: which is no good
15015:
15016: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15017: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15018: trace reset after handled exception [old bug fixed]
15019:
15020: * src/main/: compile.tab.C, compile.y: parse position old bug
15021: fixed. position reporting made precise [both, in parse erros and
15022: runtime errors]
15023:
15024: 2003-04-02 paf
15025:
15026: * src/: include/pa_operation.h, include/pa_request.h,
15027: main/compile.C, main/compile.tab.C, main/compile.y,
15028: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15029: main/pa_exception.C, main/pa_request.C: debug info: started
15030: using. todo:complete
15031:
15032: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15033: main/compile.C, main/compile.tab.C, main/compile.y,
15034: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15035: main/pa_request.C: prepared debug info todo:use it
15036:
15037: * src/include/pa_operation.h: strange mistake fixed: forgot to
15038: return Operation class->union after switching from autoptrs.
15039:
15040: * tests/: Makefile, results/108.processed, results/117.processed:
15041: meta considered OK [it's up to coder now to remove it not needed]
15042:
15043: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15044: Dictionary constructor when moved to gc]
15045:
15046: * src/main/pa_common.C: uncommented http:// file loading
15047:
15048: * src/include/pa_array.h, src/main/execute.C,
15049: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15050: fix [gdGrowingBuf]
15051:
15052: * configure.in, src/lib/Makefile.am: removed patches
15053:
15054: * configure, src/include/pa_config_auto.h.in,
15055: src/main/pa_charset.C: --enable-assertions autoconf-ed
15056:
15057: * src/main/pa_common.C: uncommented http:// file loading
15058:
15059: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15060: xdoc::create/load
15061:
15062: * src/: classes/form.C, classes/hash.C, classes/image.C,
15063: classes/string.C, classes/table.C, classes/void.C,
15064: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15065: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15066: String::String(str,helper_length) are checked. found/fixed one
15067: place: $request:body now zero-terminated,
15068:
15069: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15070: main/compile_tools.C, main/execute.C, types/pa_value.h,
15071: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15072: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15073: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15074: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15075: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15076: types/pa_vxnode.h: more locally scoped vars in execute (more
15077: easily optimizable)
15078:
15079: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15080: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15081:
15082: * src/: include/pa_array.h, include/pa_stack.h,
15083: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15084: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15085: become assertion iterator in methodframe filler
15086:
15087: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15088: targets/cgi/parser3.C: array::get/put inlined
15089:
15090: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15091: gc_substitute_memory_management_functions +installed CORD_oom
15092: function
15093:
15094: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15095: src/include/pa_config_includes.h, src/include/pa_string.h,
15096: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15097: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15098: assertions started configure.in --enable-assertions
15099:
15100: 2003-04-01 paf
15101:
15102: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15103: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15104: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15105: gdome uses glib memory, and stores last pointer to xmlDoc there,
15106: gc misses that and collects valid memory fixed by remembering
15107: xmlDoc from dom object in xdoc. todo: do something with
15108: premature free of xdoc with xnodes/node values referring into it
15109:
15110: * src/classes/: mail.C: typo fix
15111:
15112: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15113: changes
15114:
15115: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15116: main/pa_memory.C: moved memory debugging to global level: to
15117: pa_gc_malloc
15118:
15119: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15120: debugging showed no errors. todo: debug parser memory
15121:
15122: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15123: configurations
15124:
15125: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15126: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15127: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15128: types/types.dsp: prepared xml-static configuration
15129:
15130: 2003-03-31 paf
15131:
15132: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15133: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15134: xml lib memory debugging, simple checks failed: it seems that
15135: library does realloc(bad ptr), and recording those ptrs in heap
15136: [for debugging] was bad: heap situation changes = everything
15137: works fine
15138:
15139: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15140: xmlRegisterCharEncodingHandler limitation [currently imposed
15141: limit of 10 user-defined charsets]
15142:
15143: 2003-03-28 paf
15144:
15145: * src/main/execute.C: execution stack copied to local register
15146: variable, removed lots [~2e7) of memory accesses
15147:
15148: 2003-03-27 paf
15149:
15150: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15151: works in debug, but fails in release todo: fix that
15152:
15153: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15154: targets/cgi/parser3.C: forgot to merge XML memory funcs
15155: replacement from gc branch
15156:
15157: * src/main/pa_exec.C: introducing append_help_length [radical
15158: improvement here]
15159:
15160: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15161: 'not recommened' in gc.h, on win32 noticed no difference]
15162:
15163: * src/include/pa_array.h: returned checked array get [were disabled
15164: for debugging] result:not slower [don't understand that, it were
15165: INLINED] todo: find out a way of inlining it!
15166:
15167: * src/: include/pa_string.h, lib/gc/include/gc.h,
15168: lib/gc/include/gc_fake.h, main/compile.tab.C,
15169: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15170: convention changed: all resulting strings are zero-terminated
15171:
15172: * src/: classes/date.C, classes/file.C, classes/hash.C,
15173: classes/string.C, classes/table.C, classes/void.C,
15174: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15175: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15176: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15177: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15178: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15179: types/pa_vfile.C, types/pa_vmail.C: introducing
15180: append_help_length [radical improvement here]
15181:
15182: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15183: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15184: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15185: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15186: even slower
15187:
15188: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15189: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15190: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15191: clients of &get(): most to use non-ref version, some[in tight
15192: places] to get_unchecked_ref
15193:
15194: * src/doc/memory.dox: forgot to add
15195:
15196: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15197: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15198: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15199: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15200: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15201: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15202: targets/cgi/parser3.dsp, types/pa_vmail.C,
15203: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15204: T>>&<< removed after Stack::pop wiping removed [moved to separate
15205: func] other Array & removed
15206:
15207: 2003-03-26 paf
15208:
15209: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15210: classes/table.C, include/pa_array.h, include/pa_charset.h,
15211: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15212: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15213: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15214: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15215: main/pa_exec.C, main/pa_sql_driver_manager.C,
15216: main/pa_stylesheet_manager.C, main/pa_table.C,
15217: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15218: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15219: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15220: pre-evaluated .count() in some places
15221:
15222: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15223: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15224: types/types.dsp: .dsp profiling updated
15225:
15226: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15227: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15228: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15229:
15230: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15231: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15232: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15233: use lib/gc,lib/cord
15234:
1.116 moko 15235: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15236: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15237: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15238: src/include/pa_config_includes.h, src/include/pa_request.h,
15239: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15240: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15241: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15242: src/lib/cord/include/Makefile.am,
1.116 moko 15243: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15244: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15245: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15246: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15247: src/types/pa_vform.h, src/types/pa_vhash.h,
15248: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15249: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15250: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15251: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15252: funcs ported pa_exec
1.95 moko 15253:
15254: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15255:
15256: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15257: bundled gc includes
15258:
15259: * src/: classes/op.C, include/pa_array.h,
15260: include/pa_sql_connection.h, include/pa_string.h,
15261: include/pa_version.h, main/compile.tab.C, main/compile.y,
15262: main/execute.C, main/pa_common.C, main/pa_exception.C,
15263: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15264: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15265: first real site (aval)]
15266:
15267: 2003-03-25 paf
15268:
15269: * operators.txt, src/main/pa_sql_driver_manager.C,
15270: src/types/pa_vstatus.C: $status.memory used free since_compact
15271: process
15272:
15273: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15274: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15275:
15276: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15277:
15278: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15279: src/types/pa_value.h, src/types/pa_vfile.h,
15280: src/types/pa_vobject.C, src/types/pa_vobject.h,
15281: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15282: tests/results/121.processed: untaint.C L_URI
15283:
15284: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15285: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15286: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15287: src/types/pa_vmemory.h: ^memory:compact[]
15288:
15289: * tests/results/109.processed: it was a bug in parser. updated 109
15290: test result
15291:
15292: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15293:
15294: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15295: tests/results/107.processed: fixed dom language [values are now
15296: considered tainted. it was a bug in parser. updated 107 test
15297: result
15298:
15299: * src/classes/xdoc.C: fixed transform params
15300:
15301: * src/: include/pa_stylesheet_manager.h,
15302: main/pa_stylesheet_manager.C: fixed stylesheet caching
15303:
15304: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15305: overloads for structure handling
15306:
15307: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15308: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15309: StringBody(0) ambiguilty, introducting static
15310: StringBody::Format(int)
15311:
15312: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15313: linked
15314:
15315: * src/types/pa_vxdoc.C: vxdoc compiled
15316:
15317: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15318: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15319: finalizers isntalled
15320:
15321: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15322: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15323: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15324: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15325: compiled todo: xnode.C / finalizers
15326:
15327: * src/doc/string.dox: updated: new string internals
15328:
15329: 2003-03-24 paf
15330:
15331: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15332: include/pa_charset.h, include/pa_config_fixed.h,
15333: include/pa_request.h, include/pa_stylesheet_connection.h,
15334: include/pa_stylesheet_manager.h, main/pa_charset.C,
15335: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15336: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15337: types/pa_vxnode.h: started XML
15338:
15339: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15340:
15341: * src/: classes/file.C, classes/image.C, classes/mail.C,
15342: include/pa_string.h, main/pa_common.C,
15343: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15344:
15345: * src/: classes/file.C, classes/image.C, classes/mail.C,
15346: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15347: main/pa_request.C, main/pa_sql_driver_manager.C,
15348: types/pa_vimage.h: size_t pos everywhere checks changed to check
15349: for eq STRING_NOT_FOUND
15350:
15351: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15352: optimize bit implemented
15353:
15354: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15355: String::ArrayFragment::append_positions fixed
15356:
15357: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15358: String::this_starts fixed
15359:
15360: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15361:
15362: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15363: hashcode implemented fully, including per-char callback [it can
15364: be - substr CORD node]
15365:
15366: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15367: rewritten to rewalloc with 100byte buf ahead
15368:
15369: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15370: src/include/pa_string.h, src/main/compile.tab.C,
15371: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15372: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15373: CORD_ec [bad] would rewrite as realloc now
15374:
15375: * src/: classes/date.C, classes/file.C, classes/form.C,
15376: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15377: include/pa_cache_managers.h, include/pa_charsets.h,
15378: include/pa_common.h, include/pa_request.h,
15379: include/pa_sql_driver_manager.h, include/pa_table.h,
15380: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15381: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15382: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15383: types/pa_vmail.C, types/pa_vmethod_frame.C,
15384: types/pa_vstateless_class.h: 2*2 worked :)
15385:
15386: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15387: src/include/pa_exec.h, src/include/pa_string.h,
15388: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15389: passed OK
15390:
15391: * src/: classes/hash.C, classes/string.C, classes/table.C,
15392: types/pa_value.C: all linked todo: debug
15393:
15394: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15395: types/pa_vstateless_class.C: all compiled. todo:link
15396:
15397: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15398:
15399: * src/types/pa_vtable.C: pa_vtable.C compiled
15400:
15401: * src/types/pa_vstring.C: pa_vstring.C compiled
15402:
15403: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15404:
15405: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15406: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15407: pa_vstateless_class.C, pa_vstateless_class.h:
15408: pa_vstateless_class.C compiled
15409:
15410: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15411: types/pa_vmath.C: pa_vmail.C compiled
15412:
15413: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15414:
15415: * src/types/pa_vform.C: pa_vform.C compiled
15416:
15417: * src/types/pa_vfile.C: pa_vfile.C compiled
15418:
15419: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15420: pa_vstateless_class.C: pa_vcookie.C compiled
15421:
15422: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15423: types/pa_vhash.h: pa_value.C compiled
15424:
15425: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15426: classes.lib main.lib compiled
15427:
15428: * src/classes/void.C: void.C compiled
15429:
15430: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15431: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15432: compiled
15433:
15434: * src/: classes/string.C, include/pa_request.h,
15435: include/pa_string.h, main/pa_string.C: string.C compiled
15436:
15437: * src/: classes/op.C, classes/string.C, classes/table.C,
15438: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15439: main/pa_request.C, main/pa_string.C: op.C compiled
15440:
15441: * src/classes/: math.C, op.C: math.C compiled
15442:
15443: * src/: classes/mail.C, classes/string.C, classes/table.C,
15444: types/pa_vmail.h: mail.C compiled
15445:
15446: * src/classes/: int.C, table.C: int.C compiled
15447:
15448: * src/: classes/hash.C, classes/image.C, classes/string.C,
15449: classes/table.C, include/pa_memory.h, include/pa_string.h,
15450: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15451: compiled
15452:
15453: * src/: classes/hash.C, classes/string.C, classes/table.C,
15454: classes/void.C, classes/xdoc.C, include/pa_request.h,
15455: include/pa_sql_connection.h: hash.C compiled
15456:
15457: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15458: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15459: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15460: classes/math.C, classes/op.C, classes/response.C,
15461: classes/string.C, classes/table.C, classes/void.C,
15462: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15463: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15464: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15465: file.C table.C compiled
15466:
15467: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15468: main/untaint.C: main.lib compiled
15469:
15470: 2003-03-21 paf
15471:
15472: * src/: classes/op.C, include/pa_cache_managers.h,
15473: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15474: include/pa_stylesheet_manager.h, main/pa_exception.C,
15475: main/pa_globals.C, main/pa_sql_driver_manager.C,
15476: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15477: compiled
15478:
15479: * src/: classes/hash.C, classes/image.C, classes/op.C,
15480: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15481: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15482: main/compile.C, main/pa_common.C, main/pa_request.C,
15483: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15484: pa_request.C compiled
15485:
15486: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15487: include/pa_request.h, main/execute.C, main/pa_request.C,
15488: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15489: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15490: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15491: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15492: compiled
15493:
15494: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15495: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15496: on unix
15497:
15498: * src/: include/pa_charset.h, include/pa_charsets.h,
15499: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15500: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15501: pa_charsets.C compiled
15502:
15503: * src/: classes/image.C, classes/mail.C, classes/op.C,
15504: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15505: main/compile.y, main/execute.C, main/pa_common.C,
15506: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15507: types/pa_vcode_frame.h, types/pa_vimage.h,
15508: types/pa_vmethod_frame.h: execute.C compiled
15509:
15510: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15511: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15512: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15513: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15514: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15515: include/pa_cache_managers.h, include/pa_charsets.h,
15516: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15517: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15518: include/pa_sql_driver_manager.h, include/pa_string.h,
15519: include/pa_stylesheet_connection.h,
15520: include/pa_stylesheet_manager.h, include/pa_table.h,
15521: main/compile.C, main/compile.tab.C, main/compile.y,
15522: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15523: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15524: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15525: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15526: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15527: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15528: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15529: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15530: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15531: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15532: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15533: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15534: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15535: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15536: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15537: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15538: types/pa_vresponse.h, types/pa_vstateless_class.C,
15539: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15540: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15541: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15542: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15543: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15544: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15545: [C++ CORD wrapper]
15546:
15547: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15548:
15549: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15550: $file::exec/cgi[script; $.charset[this is script's charset]
15551:
15552: command line, env values, input got transcoded before call
15553: stdout, stderr got transcoded after call
15554:
15555: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15556: by default. use: ^file::exec[...;$.stdin[$request.body]
15557:
15558: * src/main/pa_common.C: } typo bug fix
15559:
15560: * src/main/pa_common.C: } typo bug fix
15561:
15562: 2003-03-20 paf
15563:
15564: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15565: main/untaint.C: cord bug fix, but still errors todo: clear out
15566:
15567: * src/include/pa_string.h: more tests
15568:
15569: * src/main/pa_string.C: string.pos fixed
15570:
1.116 moko 15571: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15572: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15573: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15574: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15575: replaces
1.95 moko 15576:
15577: * src/: classes/image.C, include/pa_dictionary.h,
15578: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15579: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15580: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15581: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15582:
15583: * src/include/pa_string.h: warning
15584:
15585: * src/include/pa_string.h: this_starts fixed
15586:
15587: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15588: new String ctor & append params convention
15589:
15590: * src/: classes/file.C, classes/hash.C, classes/image.C,
15591: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15592: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15593: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15594: main/pa_exception.C, main/pa_exec.C,
15595: main/pa_sql_driver_manager.C, main/pa_string.C,
15596: main/pa_stylesheet_manager.C, main/untaint.C,
15597: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15598: types/pa_vmail.C: more tests OK
15599:
15600: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15601: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15602: gc/exit runned OK
15603:
15604: * src/types/pa_vmail.C: another naming problem: should not name
15605: vars like that: unpredictable close caused problems with later
15606: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15607: descriptors missing on startup: stdin; Bad file number
15608:
15609: todo: find out why so many filters(stream) here. probably wrong?
15610:
15611: * src/: include/pa_dictionary.h, include/pa_string.h,
15612: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15613: main/untaint.C: test compiled
15614:
15615: * src/: classes/image.C, classes/mail.C, classes/math.C,
15616: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15617: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15618: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15619: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15620: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15621: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15622: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15623: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15624: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15625:
15626: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15627: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15628: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15629: src/include/pa_memory.h, src/include/pa_request.h,
15630: src/include/pa_request_charsets.h,
15631: src/include/pa_sql_connection.h, src/include/pa_string.h,
15632: src/main/compile.tab.C, src/main/execute.C,
15633: src/main/pa_charset.C, src/main/pa_common.C,
15634: src/main/pa_exception.C, src/main/pa_exec.C,
15635: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15636: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15637: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15638: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15639: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15640: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15641: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15642: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15643: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15644: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15645: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15646: pa_common.C [done, without http for now]
15647:
15648: 2003-03-19 paf
15649:
15650: * src/: classes/date.C, classes/form.C, classes/hash.C,
15651: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15652: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15653: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15654: include/pa_string.h, include/pa_table.h, main/compile.C,
15655: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15656: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15657: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15658: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15659: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15660: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15661: types/pa_vstateless_class.h, types/pa_vtable.C,
15662: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15663: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15664: types/pa_wwrapper.h: started test
15665:
1.116 moko 15666: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15667: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15668:
15669: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15670: include/pa_string.h, main/pa_string.C: string compiled todo: test
15671: it
15672:
15673: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15674: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15675: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15676: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15677: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15678: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15679: types/pa_vmethod_frame.h, types/types.dsp: string
15680: reimplementation with cord+array<fragment>: 70%
15681:
15682: 2003-03-18 paf
15683:
15684: * src/: classes/date.C, classes/file.C, classes/form.C,
15685: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15686: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15687: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15688: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15689: can ignore lang in cmp and pos really, but would
15690: split properly!
15691:
15692: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15693: cord part made parser/src/lib: it's not compiled into libgc by
15694: default
15695:
15696: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15697: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15698: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15699: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15700: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15701: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15702: src/classes/xnode.C, src/classes/xnode.h,
15703: src/include/Makefile.am, src/include/pa_cache_managers.h,
15704: src/include/pa_charset.h, src/include/pa_charsets.h,
15705: src/include/pa_common.h, src/include/pa_dictionary.h,
15706: src/include/pa_exception.h, src/include/pa_exec.h,
15707: src/include/pa_globals.h, src/include/pa_hash.h,
15708: src/include/pa_memory.h, src/include/pa_pool.h,
15709: src/include/pa_request.h, src/include/pa_request_charsets.h,
15710: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15711: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15712: src/include/pa_stylesheet_connection.h,
15713: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15714: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15715: src/main/compile.C, src/main/compile.tab.C,
15716: src/main/compile_tools.C, src/main/compile_tools.h,
15717: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15718: src/main/pa_charsets.C, src/main/pa_common.C,
15719: src/main/pa_dictionary.C, src/main/pa_exception.C,
15720: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15721: src/main/pa_pool.C, src/main/pa_request.C,
15722: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15723: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15724: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15725: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15726: src/types/pa_junction.h, src/types/pa_method.h,
15727: src/types/pa_value.C, src/types/pa_value.h,
15728: src/types/pa_vclass.C, src/types/pa_vclass.h,
15729: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15730: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15731: src/types/pa_vdouble.h, src/types/pa_venv.h,
15732: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15733: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15734: src/types/pa_vimage.C, src/types/pa_vimage.h,
15735: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15736: src/types/pa_vmath.C, src/types/pa_vmath.h,
15737: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15738: src/types/pa_vobject.C, src/types/pa_vobject.h,
15739: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15740: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15741: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15742: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15743: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15744: src/types/pa_vstring.h, src/types/pa_vtable.C,
15745: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15746: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15747: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15748: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15749: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15750: gc: PA_Object done lots of replacements also
15751:
15752: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15753: gc logging
15754:
15755: 2003-03-17 paf
15756:
15757: * src/: classes/date.C, classes/file.C, classes/form.C,
15758: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15759: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15760: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15761: include/pa_string.h, include/pa_types.h, main/compile.C,
15762: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15763: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15764: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15765: main/pa_sql_driver_manager.C, main/pa_string.C,
15766: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15767: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15768: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15769: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15770: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15771: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15772: types/pa_vxnode.h: libgc attempt
15773:
15774: 2003-03-13 paf
15775:
15776: * src/: include/pa_sql_driver_manager.h,
15777: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15778: called
15779:
15780: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15781: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15782: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15783: types/pa_value.h, types/pa_vobject.h,
15784: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15785: set_base, set_derived simplified [counter leaks fixed]
15786:
15787: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15788: src/types/types.dsp: incorporated status class patch From:
15789: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15790: 2003 8:14 AM
15791:
15792: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15793: Win32 specific: QuotaPeakNonPagedPoolUsage
15794: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15795:
15796: 2003-03-12 paf
15797:
1.116 moko 15798: * configure, configure.in, src/lib/ltdl/configure,
15799: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15800: lib/ltdl/Makefile now created by /configure.in only [were by
15801: lib/ltdl/configure.in OVERWRITE]
15802:
1.116 moko 15803: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15804: linkage fixed for g++ 3.2.2
1.95 moko 15805:
15806: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15807: on using privately declared class [fixed]
15808:
15809: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15810: 3.2 rightliy complained on using privately declared class [fixed]
15811:
15812: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15813: sigpipe before request constructor now causes death
15814:
15815: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15816: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15817: not cause exception in exception handler
15818:
1.116 moko 15819: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15820: now default links libstdc++ statically. that can be overriden by
15821: --with-dynamic-stdcpp
1.95 moko 15822:
15823: 2003-03-11 paf
15824:
15825: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15826: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15827: necessity of libstdc++
15828:
15829: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15830:
15831: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15832:
15833: 2003-03-08 paf
15834:
15835: * tests/Makefile: make install & co
15836:
15837: * src/: include/pa_request.h, classes/op.C: removing
15838: vclass,object.h -> pa_request.h dependency
15839:
15840: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15841: main/pa_request.C: removing vform,response,cookie.h ->
15842: pa_request.h dependency
15843:
15844: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15845: dependency [testing...]
15846:
15847: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15848: return 0; fixed
15849:
15850: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15851: types/pa_vmail.h: vmail.C received just compiled [not tested]
15852:
15853: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15854:
15855: * src/main/pa_request.C: forgotten: ifdef XML
15856:
15857: * src/main/pa_request.C: forgotten: ifdef XML
15858:
15859: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15860: win32 and run memleak tests again
15861:
15862: * src/targets/cgi/parser3.C: charsets: see some strange things with
15863: old xml lib-- it's internal memory handling has faults
15864:
15865: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15866: problems when transcode from charset A to A.
15867:
15868: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15869: todo: still problems when transcode from charset A to A.
15870:
15871: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15872: classes/table.C, include/pa_array.h,
15873: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15874: started full-scale-site-test [~ http://parser.ru sources]
15875:
15876: some fixes
15877:
15878: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15879: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15880: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15881: results/110.processed, results/111.processed,
15882: results/112.processed, results/113.processed,
15883: results/114.processed, results/115.processed,
15884: results/116.processed, results/117.processed,
15885: results/118.processed, results/119.processed,
15886: results/120.processed: xml: tests 109 dom create/show 110 xpath
15887: selectSingle 111 xdoc.create from tainted & 112
15888: xdoc.create/output with russian attr value 113 xpath
15889: selectString/Number 114 dom attributes.count 115 xpath selectBool
15890: 116 output media-type change 117 transform by dom stylesheet 118
15891: empty transform result 119 dom setAttribute 120 nbsp letter
15892: output
15893:
15894: =END OF PREPARED XML TESTS=
15895:
15896: 2003-03-07 paf
15897:
15898: * src/classes/xdoc.C, src/include/pa_charset.h,
15899: src/include/pa_stylesheet_connection.h, tests/108.html,
15900: tests/108.xsl, tests/results/108.processed: xml: test 108
15901: transform with params [bugs fixed]
15902:
15903: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15904: from copy/paste bug
15905:
15906: * src/classes/xdoc.C, src/include/pa_charset.h,
15907: src/include/pa_request.h, src/main/execute.C,
15908: src/main/pa_charset.C, src/main/pa_exception.C,
15909: src/main/pa_globals.C, src/main/pa_request.C,
15910: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15911: src/types/pa_vxnode.C, tests/107.html,
15912: tests/results/107.processed: xml: test: 107 bug fixes
15913:
15914: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15915: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15916: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15917:
15918: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15919: string
15920:
15921: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15922: mem alloc functions used for different cases [libxml, libxsl]
15923:
15924: * src/classes/classes.C: fixed: prevent system classes from
15925: modification to lock ALL the classes, not only directly used
15926:
15927: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15928: linked
15929:
15930: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15931:
15932: 2003-03-06 paf
15933:
15934: * src/classes/xdoc.C: xdoc.C 50%
15935:
15936: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15937: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15938: main/pa_globals.C, main/pa_request.C,
15939: main/pa_stylesheet_manager.C: xnode.C compiled
15940:
15941: * src/: include/pa_stylesheet_connection.h,
15942: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15943: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15944:
15945: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15946: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15947: xml: stylesheet&manager STARTED
15948:
15949: * src/: include/pa_globals.h, main/pa_charset.C,
15950: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15951:
15952: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15953: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15954: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15955: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15956: charsets
15957:
15958: * tests/023.html: in some cases it rounded up badly. postponing
15959: solution of that problem, making more simple test
15960:
15961: * tests/: 058_paf2000.png, results/058.processed: .png added with
15962: -kb now
15963:
15964: * src/: include/pa_charset.h, include/pa_charsets.h,
15965: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15966: moved to charsets.C
15967:
15968: 2003-03-05 paf
15969:
15970: * src/classes/string.C, src/include/pa_string.h,
15971: src/main/pa_string.C, tests/105.html,
15972: tests/results/105.processed: String::match bug fixed
15973:
15974: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15975: tests/results/104.processed: ^bpt operator added [does int3 in
15976: debug build on win32]
15977:
15978: * tests/: 057.html, results/057.processed: test bug fixed
15979:
1.116 moko 15980: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15981:
15982: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15983: missing
15984:
1.116 moko 15985: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15986: forgotten files added to Makes
1.95 moko 15987:
15988: * ltmain.sh: ltmain.sh added
15989:
15990: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15991: change undone ;(
15992:
15993: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15994: made static
15995:
15996: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15997: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15998: todo:make linker happy
1.95 moko 15999:
16000: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16001: env param made optional
16002:
16003: 2003-03-04 paf
16004:
16005: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16006: types/pa_vimage.h: number of gcc compiler bugs fixed
16007:
16008: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16009: results/103.processed: tests: 103 image.copy transparence test
16010:
16011: * src/main/execute.C, tests/101.html, tests/102.html,
16012: tests/results/101.processed, tests/results/102.processed: tests:
16013: 101 method/variable name conflict test 102 form fields change
16014: should not not change anything [bug fix]
16015:
16016: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16017: results/099.processed, results/100.processed: tests: 57 date
16018: create 2002: added 99,100 response:body/download
16019:
16020: * src/classes/image.C, tests/098.html, tests/098font.gif,
16021: tests/results/098.processed: test: 98 image font text [bug fixed]
16022:
16023: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16024: tests/results/097.processed: test: 97 file::load http:// [bugs
16025: fixed]
16026:
16027: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16028: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16029: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16030: image EXIF [bug fixed]
16031:
16032: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16033: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16034: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16035: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16036: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16037: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16038: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16039: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16040: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16041: tests/094.html, tests/095.html, tests/results/061.processed,
16042: tests/results/062.processed, tests/results/063.processed,
16043: tests/results/064.processed, tests/results/065.processed,
16044: tests/results/066.processed, tests/results/067.processed,
16045: tests/results/068.processed, tests/results/069.processed,
16046: tests/results/070.processed, tests/results/071.processed,
16047: tests/results/072.processed, tests/results/073.processed,
16048: tests/results/074.processed, tests/results/075.processed,
16049: tests/results/076.processed, tests/results/077.processed,
16050: tests/results/078.processed, tests/results/080.processed,
16051: tests/results/081.processed, tests/results/082.processed,
16052: tests/results/083.processed, tests/results/084.processed,
16053: tests/results/085.processed, tests/results/086.processed,
16054: tests/results/087.processed, tests/results/088.processed,
16055: tests/results/089.processed, tests/results/090.processed,
16056: tests/results/091.processed, tests/results/092.processed,
16057: tests/results/093.processed, tests/results/094.processed,
16058: tests/results/095.processed, tests/079.html,
16059: tests/results/079.processed: tests: 61 file::stat size 62
16060: string->int autoconvert 63 double .int,dec,div,mul 64 date
16061: compare 65 file: basename,justname,justext 66 math:crypt 67
16062: string.match simple on long 68 string.match normalized simple on
16063: long 69 string.int 70 file::stat content-type 71 table.join 72
16064: hash parameter conditional pass 73 date daylightsaving,yearday 74
16065: date arithmetics 75 response date values/attributes 76 string.pos
16066: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16067: with local 80 scientific numeric literal in string autoconvert 81
16068: xor: logical and numerical 82 for delims 83 menu delims 84
16069: table.hash distinct 85 long string replace 86 throw+catch
16070: current language preserve 87 bit shifts 88 junction tests +
16071: $caller test 89 hash.foreach selfmodification 90 int/void to int
16072: 91 $caller test 92 junction is + def junction tests 93 $caller
16073: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16074:
16075: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16076: fixed] 60 string eq string [bug fixed]
16077:
16078: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16079: 058.html, 058_paf2000.png, 059.html, 060.html,
16080: results/053.processed, results/054.processed,
16081: results/055.processed, results/056.processed,
16082: results/057.processed, results/058.processed,
16083: results/059.processed, results/060.processed: test: 53
16084: string.replace 54 junctions 55 table.hash 56 call indirect 57
16085: date.create[string] 58 image.measure[png]
16086:
16087: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16088: outputs/051.processed, results/052.processed: test: 52
16089: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16090: task: fix that
16091:
16092: 2003-03-03 paf
16093:
16094: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16095: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16096: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16097: outputs/049.processed, outputs/050.processed,
16098: outputs/051.processed, results/001.processed,
16099: results/002.processed, results/003.processed,
16100: results/005.processed, results/006.processed,
16101: results/008.processed, results/009.processed,
16102: results/011.processed, results/012.processed,
16103: results/013.processed, results/014.processed,
16104: results/015.processed, results/016.processed,
16105: results/017.processed, results/020.processed,
16106: results/021.processed, results/022.processed,
16107: results/024.processed, results/025.processed,
16108: results/026.processed, results/027.processed,
16109: results/028.processed, results/029.processed,
16110: results/030.processed, results/031.processed,
16111: results/049.processed, results/050.processed,
16112: results/051.processed, results/043.processed,
16113: results/044.processed, results/045.processed,
16114: results/046.processed, results/047.processed,
16115: results/048.processed: tests: 43,44,45 date rolls 46
16116: autoevaluating junction 47 table.select 48 name with subvar 49
16117: hash-creating switch 50 process 51 started parent/child, works as
16118: it were but it were NOT GOOD, created separate task to fix that
16119:
16120: * tests/: 042.html, results/042.processed: test: 42
16121: exception.handled
16122:
16123: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16124: expression
16125:
16126: * tests/: 040.html, results/040.processed: test: 39 method result
16127: of type table 40 method param junction auto evaluate
16128:
16129: * tests/: 039.html, results/039.processed: test: 37 method result
16130: of type table
16131:
16132: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16133: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16134: tests/038.html, tests/results/033.processed,
16135: tests/results/034.processed, tests/results/035.processed,
16136: tests/results/036.processed, tests/results/037.processed,
16137: tests/results/038.processed: tests: 33 string.replace 34
16138: string.upper 35 table created 36 local/global vars with juntions
16139: 37 table clone 38 math PI & number formatting
16140:
16141: math class registring typo fixed
16142:
16143: * src/classes/op.C, src/include/pa_request.h,
16144: src/include/pa_string.h, src/main/execute.C,
16145: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16146: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16147: tests/032.html, tests/results/032.processed: uchar changed to
16148: String_UL in all places [was not everywhere] untaint test: 032
16149:
16150: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16151: tests/results/004.processed, tests/parser-cygwin.sh,
16152: tests/parser-unix.sh: removed -H command line key, now testing
16153: using .sh file with SERVER_SOFTWARE=xxx
16154:
16155: 2003-02-26 paf
16156:
16157: * src/main/execute.C, src/types/pa_vstateless_class.h,
16158: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16159: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16160: tests/results/024.processed, tests/results/025.processed,
16161: tests/results/026.processed, tests/results/027.processed,
16162: tests/results/028.processed, tests/results/029.processed,
16163: tests/results/030.processed, tests/results/031.processed: fixed
16164: bug with name_cstr mutable CharPtr more tests
16165:
16166: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16167: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16168: << abort. die now just exits
16169:
16170: * src/classes/classes.awk, src/classes/classes.h,
16171: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16172: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16173: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16174: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16175: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16176: src/classes/xnode.C, src/include/pa_memory.h,
16177: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16178: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16179: src/types/pa_vform.C, tests/015.html, tests/016.html,
16180: tests/017.html, tests/018.html, tests/019.html,
16181: tests/019paf2001.gif, tests/020.html, tests/021.html,
16182: tests/022.html, tests/023.html, tests/022_dir/a.html,
16183: tests/022_dir/b.txt, tests/022_dir/c.htm,
16184: tests/results/015.processed, tests/results/016.processed,
16185: tests/results/017.processed, tests/results/018.processed,
16186: tests/results/019.processed, tests/results/020.processed,
16187: tests/results/021.processed, tests/results/022.processed,
16188: tests/results/023.processed: methoded_array now contains all Mxxx
16189: classes SAPI::get_env now returns info on pool more tests
16190:
16191: * src/include/pa_array.h, src/include/pa_hash.h,
16192: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16193: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16194: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16195: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16196: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16197: tests/results/001.processed, tests/results/002.processed,
16198: tests/results/003.processed, tests/results/004.processed,
16199: tests/results/005.processed, tests/results/006.processed,
16200: tests/results/007.processed, tests/results/008.processed,
16201: tests/results/009.processed, tests/results/010.processed,
16202: tests/results/011.processed, tests/results/012.processed,
16203: tests/results/013.processed, tests/results/014.processed: hash
16204: cloning fixed
16205:
16206: 2003-02-25 paf
16207:
16208: * src/main/pa_common.C: typo fixed
16209:
16210: 2003-02-24 paf
16211:
16212: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16213: [one remained]
16214:
16215: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16216: [should have been get_string(&pool)] todo: check other such calls
16217:
16218: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16219: test10, bad lookups
16220:
16221: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16222: object got destructed, and xxx points to sky
16223:
16224: * ChangeLog, src/classes/string.C: match bug fixed
16225:
16226: * src/types/pa_vmail.C: body [text/html] transcoded to
16227: $.charset[specified] now
16228:
16229: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16230: which failed to handle sigsetjmp+throw: crashed inside of
16231: pre-throw code. rewritten simplier [though duplicating
16232: closesocket code]
16233:
16234: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16235: which failed to handle sigsetjmp+throw: crashed inside of
16236: pre-throw code. rewritten simplier [though duplicating
16237: closesocket code]
16238:
16239: 2003-02-21 paf
16240:
16241: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16242: $cookie:name[$.expires[date << can be now]]
16243:
16244: written makefile with regression tests [raw]
16245:
16246: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16247: tests' only [it's not forcing CGI mode now] now use -H to output
16248: CGI header when parser used in command line [useful for tests
16249: also]
16250:
16251: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16252: switches on CGI mode, and is used in regression tests
16253:
16254: * src/: include/pa_request.h, main/pa_request.C,
16255: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16256: fixed
16257:
16258: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16259: handling pa_*
16260:
16261: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16262: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16263: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16264: memory handling files
16265:
16266: * src/main/pa_array.C: pool::format_integer terminator fixed
16267:
16268: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16269: compiles OK test to show benefits of free
16270:
16271: * src/: classes/file.C, classes/image.C, classes/mail.C,
16272: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16273: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16274: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16275: use pool [as the one in ^process]
16276:
16277: * src/classes/op.C: fixed process. sould now check for all cstr's
16278: -- some must use pool [as the one in ^process]
16279:
16280: 2003-02-20 paf
16281:
16282: * src/: classes/date.C, classes/double.C, classes/file.C,
16283: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16284: classes/math.C, classes/op.C, classes/response.C,
16285: classes/string.C, classes/table.C, classes/void.C,
16286: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16287: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16288: string cmp fixed
16289:
16290: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16291: values passed OK now
16292:
16293: 2003-02-19 paf
16294:
16295: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16296: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16297: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16298: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16299: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16300: all remaning leaks resulted from pooled::malloc calls [excluding
16301: in gd -- planning complete rewrite extremely ugly code]
16302:
16303: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16304: files
16305:
16306: 2003-02-17 paf
16307:
16308: * src/: classes/date.C, classes/double.C, classes/file.C,
16309: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16310: classes/response.C, classes/string.C, classes/table.C,
16311: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16312: include/pa_stylesheet_connection.h,
16313: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16314: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16315: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16316: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16317: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16318: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16319: of unitialized simple-typed field
16320:
16321: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16322: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16323: simple-typed field fixed. todo: find&kill all like that one
16324:
16325: * src/: main/execute.C, targets/cgi/pa_pool.C,
16326: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16327: debug output fixed
16328:
16329: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16330: main/pa_request.C: stack-stored items need extra .ref to prevent
16331: object_ptr from delete[them]
16332:
16333: * src/: classes/date.C, classes/op.C, classes/table.C,
16334: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16335: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16336: main/pa_charset.C, main/pa_common.C,
16337: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16338: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16339: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16340: calls
16341:
16342: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16343: couple mem leaks rusulted from old pooled::malloc usage.
16344: todo:find more like those
16345:
16346: * src/main/: compile.C, compile_tools.C: 2*2!
16347:
16348: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16349: stackItem fixed [there were no string on stack before]
16350:
16351: * src/: main/execute.C, main/pa_request.C,
16352: types/pa_vmethod_frame.C: first letters out OK
16353:
16354: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16355: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16356: main/pa_string.C, main/untaint.C, types/pa_value.h,
16357: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16358: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16359: type not initialized with zeros :( while class fields of class
16360: types initialized with default constructors. learn C++
16361:
16362: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16363: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16364: classes/math.C, classes/xdoc.C, classes/xnode.C,
16365: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16366: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16367:
16368: 2003-02-14 paf
16369:
16370: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16371: 13 link errors
16372:
16373: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16374: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16375: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16376: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16377: errors :)
16378:
16379: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16380: classes/hash.C, classes/mail.C, classes/op.C,
16381: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16382: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16383: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16384: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16385:
16386: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16387: classes/table.C, include/pa_common.h, include/pa_globals.h,
16388: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16389: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16390: types/pa_vint.h, types/types.dsp: op compiled
16391:
16392: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16393: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16394: main/untaint.C, types/pa_vtable.h: string, response compiled
16395:
16396: 2003-02-07 paf
16397:
16398: * src/: classes/table.C, types/pa_vtable.h: table compiled
16399:
16400: 2003-02-06 paf
16401:
16402: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16403: mail compiled
16404:
16405: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16406: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16407: types/pa_vfile.h, types/pa_vimage.h: image compiled
16408:
16409: * src/classes/: file.C, form.C: form compiled
16410:
16411: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16412: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16413: types/pa_vfile.C, types/pa_vfile.h: file compiled
16414:
16415: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16416: types/pa_vmath.h: math compiled [win32]
16417:
16418: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16419: types/pa_vstring.h: hash compiled
16420:
16421: 2003-02-04 paf
16422:
16423: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16424: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16425: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16426: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16427: types/pa_vhash.h: hash 50% compiled
16428:
16429: * src/: classes/date.C, classes/file.C, classes/hash.C,
16430: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16431: classes/string.C, classes/table.C, classes/xdoc.C,
16432: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16433: main/pa_string.C: date compiled
16434:
16435: * src/classes/: classes.dsp, double.C: double compiled
16436:
16437: * src/: classes/date.C, classes/double.C, classes/file.C,
16438: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16439: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16440: classes/string.C, classes/table.C, classes/void.C,
16441: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16442: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16443: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16444: compiled
16445:
16446: * src/: classes/date.C, classes/double.C, classes/file.C,
16447: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16448: classes/math.C, classes/op.C, classes/response.C,
16449: classes/string.C, classes/table.C, classes/void.C,
16450: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16451: types/pa_vvoid.h: void compiled :)
16452:
16453: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16454: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16455: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16456: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16457: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16458: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16459: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16460: types/pa_vresponse.C, types/pa_vstateless_class.C,
16461: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16462: types/pa_wcontext.C, types/types.dsp: removed stupid
16463: value_includes.h
16464:
16465: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16466: trying to remove stupid value_includes.h
16467:
16468: * src/main/pa_exec.C: pa_exec compiled on win32
16469:
16470: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16471:
16472: * src/: include/pa_globals.h, include/pa_request.h,
16473: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16474: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16475: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16476: types/pa_vrequest.C, types/pa_vstateless_class.C,
16477: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16478:
16479: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16480: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16481: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16482:
16483: * src/: include/pa_array.h, include/pa_config_includes.h,
16484: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16485: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16486: compiled
16487:
16488: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16489: name conflicts)
16490:
16491: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16492: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16493: yelds "virtual memory exhausted" while trying to compile
16494: execute.C [eating up to 127MB]
16495:
16496: 2003-02-03 paf
16497:
16498: * src/: include/pa_config_includes.h, include/pa_hash.h,
16499: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16500: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16501: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16502: types/pa_vint.h, types/pa_vjunction.h,
16503: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16504: started gcc compiling pa_common compiled
16505:
16506: * src/: include/pa_exception.h, include/pa_pool.h,
16507: main/pa_exception.C: exception gcc change #1
16508:
1.116 moko 16509: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16510: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16511:
16512: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16513:
16514: * src/types/pa_vtable.C: vtable compiled
16515:
16516: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16517:
16518: * src/: include/pa_cache_managers.h, main/pa_request.C,
16519: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16520:
16521: * src/types/pa_vstateless_class.C: vstateless_class compiled
16522:
16523: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16524:
16525: * src/types/pa_vrequest.C: vrequest compiled
16526:
16527: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16528: pa_vobject.C, pa_vobject.h: vobject compiled
16529:
16530: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16531: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16532: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16533: compiled
16534:
16535: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16536:
16537: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16538: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16539: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16540: compiled
16541:
16542: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16543: main.lib - 0 error(s), 0 warning(s)
16544:
16545: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16546: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16547:
16548: 2003-01-31 paf
16549:
16550: * src/: include/pa_array.h, include/pa_operation.h,
16551: include/pa_request.h, main/execute.C, main/main.dsp,
16552: types/pa_vjunction.h: started last file from main library:
16553: execute
16554:
16555: * src/: include/pa_request.h, include/pa_sapi.h,
16556: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16557: main/pa_request.C, targets/cgi/parser3.C,
16558: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16559: types/pa_vhash.h: pa_request compiled
16560:
16561: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16562: include/pa_globals.h, include/pa_request.h,
16563: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16564: main/execute.C, main/main.dsp, main/pa_common.C,
16565: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16566: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16567: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16568: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16569: types/types.dsp: most pa_request compiled
16570:
16571: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16572: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16573: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16574: classes/op.C, classes/response.C, classes/string.C,
16575: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16576: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16577: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16578: include/pa_config_fixed.h, include/pa_config_includes.h,
16579: include/pa_dictionary.h, include/pa_dir.h,
16580: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16581: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16582: include/pa_pool.h, include/pa_request.h,
16583: include/pa_request_charsets.h, include/pa_request_info.h,
16584: include/pa_sapi.h, include/pa_socks.h,
16585: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16586: include/pa_stack.h, include/pa_string.h,
16587: include/pa_stylesheet_connection.h,
16588: include/pa_stylesheet_manager.h, include/pa_table.h,
16589: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16590: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16591: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16592: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16593: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16594: main/compile.C, main/compile.tab.C, main/compile.y,
16595: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16596: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16597: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16598: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16599: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16600: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16601: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16602: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16603: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16604: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16605: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16606: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16607: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16608: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16609: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16610: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16611: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16612: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16613: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16614: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16615: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16616: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16617: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16618: types/pa_vresponse.h, types/pa_vstateless_class.C,
16619: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16620: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16621: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16622: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16623: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16624: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16625:
16626: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16627: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16628: src/include/pa_charsets.h, src/include/pa_common.h,
16629: src/include/pa_dictionary.h, src/include/pa_exception.h,
16630: src/include/pa_exec.h, src/include/pa_pool.h,
16631: src/include/pa_request.h, src/include/pa_sapi.h,
16632: src/include/pa_sql_connection.h,
16633: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16634: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16635: src/main/compile.tab.C, src/main/compile_tools.C,
16636: src/main/compile_tools.h, src/main/main.dsp,
16637: src/main/pa_charset.C, src/main/pa_charsets.C,
16638: src/main/pa_common.C, src/main/pa_dictionary.C,
16639: src/main/pa_exception.C, src/main/pa_exec.C,
16640: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16641: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16642: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16643: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16644: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16645: src/types/pa_vdouble.h, src/types/pa_venv.h,
16646: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16647: src/types/pa_vhash.h, src/types/pa_vimage.C,
16648: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16649: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16650: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16651: src/types/pa_vobject.C, src/types/pa_vobject.h,
16652: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16653: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16654: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16655: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16656: src/types/pa_vstring.h, src/types/pa_vtable.h,
16657: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16658: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16659: died, long live StringPtr
16660:
16661: 2003-01-30 paf
16662:
16663: * src/: include/pa_charset.h, include/pa_request.h,
16664: include/pa_sql_driver_manager.h, main/compile.tab.C,
16665: main/compile.y, main/compile_tools.h, main/pa_request.C,
16666: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16667:
16668: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16669: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16670: types/pa_vhash.h, types/pa_vmethod_frame.h,
16671: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16672: types/types.dsp: vstateless_class compiled
16673:
16674: * src/main/compile.C: compile compiled
16675:
16676: * src/: include/pa_array.h, include/pa_operation.h,
16677: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16678: main/pa_table.C: compile_tools compiled
16679:
16680: * src/: include/pa_operation.h, main/compile.y,
16681: main/compile_tools.C, main/compile_tools.h: started
16682: compile_tools. vagues ideas of how to free compiled code
16683:
16684: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16685: main/main.dsp, types/pa_value.C, types/pa_value.h,
16686: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16687: compiled
16688:
16689: 2003-01-29 paf
16690:
16691: * src/: include/pa_globals.h, include/pa_request.h,
16692: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16693: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16694: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16695: compiled
16696:
16697: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16698: now
16699:
16700: * src/: include/pa_array.h, include/pa_exception.h,
16701: include/pa_pool.h, main/pa_exception.C: gd compiled
16702:
16703: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16704: compiled
16705:
16706: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16707: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16708: types/pa_vfile.h: vfile compiled
16709:
16710: * src/: include/pa_common.h, include/pa_globals.h,
16711: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16712: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16713: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16714:
16715: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16716: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16717: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16718: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16719: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16720:
16721: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16722: main/main.dsp, main/untaint.C: more compiled
16723:
16724: * src/: include/pa_charsets.h, include/pa_request.h,
16725: include/pa_request_info.h, include/pa_string.h,
16726: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16727: types/pa_vresponse.h: vrequest compiled
16728:
16729: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16730: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16731: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16732:
16733: * src/: classes/classes.h, include/pa_charset.h,
16734: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16735: include/pa_request.h, include/pa_string.h, main/main.dsp,
16736: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16737: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16738: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16739: types/pa_vrequest.C, types/pa_vrequest.h,
16740: types/pa_vstateless_class.h, types/pa_vstring.h,
16741: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16742:
16743: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16744: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16745: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16746: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16747: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16748: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16749: types/pa_vobject.h, types/pa_vstateless_class.h,
16750: types/pa_vstateless_object.h, types/pa_vstatus.h,
16751: types/pa_vstring.h, types/types.dsp: vmath compiled
16752:
16753: 2003-01-28 paf
16754:
16755: * src/: classes/classes.h, classes/date.C, classes/file.C,
16756: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16757: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16758: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16759: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16760: compile_tools
16761:
16762: * src/: include/pa_charset.h, include/pa_exception.h,
16763: include/pa_request.h, include/pa_string.h, main/untaint.C:
16764: untaint compiled
16765:
16766: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16767: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16768: more compiled. struck with string::store_to needing to know
16769: source/client charsets
16770:
16771: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16772: types/pa_vfile.h: uue compiled
16773:
16774: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16775: table compiled
16776:
16777: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16778: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16779:
16780: * src/: include/pa_charset.h, main/pa_charset.C,
16781: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16782: introduced]
16783:
16784: * src/: classes/date.C, include/pa_charset.h,
16785: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16786: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16787: pa_charsets compiled
16788:
16789: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16790: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16791:
16792: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16793: common compiled
16794:
16795: * src/: include/pa_charsets.h, main/pa_charsets.C,
16796: main/pa_sql_driver_manager.C: pa_charsets compiled
16797:
16798: * src/: include/pa_array.h, include/pa_charset.h,
16799: include/pa_charsets.h, include/pa_pool.h,
16800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16801: include/pa_stack.h, include/pa_string.h,
16802: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16803: sql_driver_manager compiled
16804:
16805: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16806: letter i with two dots added to koi, all ukranian letters added
16807: to win1251.
16808:
16809: typographic simbol 0xb9 deleted from win1251 [strange one & were
16810: abscent from koi]
16811:
16812: 2003-01-27 paf
16813:
16814: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16815: include/pa_sql_driver_manager.h, include/pa_string.h,
16816: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16817: sql/pa_sql_driver.h: paused on sql_manager
16818:
16819: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16820: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16821: include/pa_stack.h, main/pa_sql_driver_manager.C,
16822: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16823:
16824: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16825: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16826: include/pa_table.h, main/pa_sql_driver_manager.C,
16827: main/pa_table.C: table compiled
16828:
16829: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16830: cache_managers compiled
16831:
16832: * src/: include/pa_array.h, include/pa_charset.h,
16833: include/pa_pool.h, main/pa_charset.C: charset compiled
16834:
16835: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16836:
16837: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16838: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16839: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16840: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16841: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16842:
16843: 2003-01-24 paf
16844:
16845: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16846: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16847: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16848: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16849: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16850: types/pa_vint.h, types/pa_vjunction.h,
16851: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16852: types/pa_vstatus.h, types/pa_vstring.h: more patched
16853:
16854: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16855: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16856: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16857: main/pa_string.C, main/pa_table.C: string compiled
16858:
16859: * src/: include/pa_array.h, include/pa_common.h,
16860: include/pa_dictionary.h, include/pa_exception.h,
16861: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16862: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16863: main/pa_string.C: dictionary compiled
16864:
16865: 2003-01-23 paf
16866:
16867: * src/: include/pa_array.h, include/pa_common.h,
16868: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16869: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16870: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16871: types/pa_value.h: resurrected pool in new sense: now it's
16872: factory, producing&accounting memory chunks for read[autofree]
16873: buffers
16874:
16875: * src/: include/pa_array.h, include/pa_exception.h,
16876: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16877: main/pa_exception.C, main/pa_table.C: table compiled
16878:
16879: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16880: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16881: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16882: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16883: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16884: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16885: main/pa_table.C: aint that easy
16886:
16887: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16888: main/main.dsp: continued with Hash
16889:
16890: * src/main/pa_common.C: connect_string allocated on heap[wes on
16891: stack] now. and exception can be reported OK now [can be reported
16892: outside of pro c with that stack]
16893:
16894: 2003-01-22 paf
16895:
16896: * src/: include/pa_array.h, include/pa_charset.h,
16897: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16898: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16899: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16900: base: contains references_count. auto_ptr template calls
16901: add_ref/release
16902:
16903: 2003-01-21 paf
16904:
16905: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16906: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16907: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16908: classes/op.C, classes/response.C, classes/string.C,
16909: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16910: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16911: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16912: include/pa_config_fixed.h, include/pa_config_includes.h,
16913: include/pa_dictionary.h, include/pa_dir.h,
16914: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16915: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16916: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16917: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16918: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16919: include/pa_stack.h, include/pa_string.h,
16920: include/pa_stylesheet_connection.h,
16921: include/pa_stylesheet_manager.h, include/pa_table.h,
16922: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16923: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16924: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16925: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16926: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16927: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16928: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16929: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16930: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16931: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16932: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16933: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16934: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16935: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16936: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16937: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16938: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16939: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16940: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16941: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16942: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16943: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16944: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16945: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16946: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16947: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16948: types/pa_vstateless_object.h, types/pa_vstatus.C,
16949: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16950: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16951: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16952: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16953: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16954: 2002->2003
16955:
16956: 2003-01-16 paf
16957:
16958: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16959: src/main/pa_globals.C: http:// introducing $.any-status(1)
16960:
16961: * operators.txt, src/include/pa_config_fixed.h,
16962: src/main/pa_common.C: http request now return status. and not
16963: fail on status!=200
16964:
16965: 2003-01-15 paf
16966:
16967: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16968:
16969: 2003-01-14 paf
16970:
16971: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16972: mkinstalldirs: removed some ancient files [they in / really]
16973:
16974: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16975: regretfully needed patch in two places. in config_fixed.h made
16976: stubs for lib to compile in MSVC
16977:
16978: 2003-01-13 paf
16979:
16980: * config.guess, config.sub, ltmain.sh: removed last piece of
16981: configure.in(libtool) hacks
16982:
1.116 moko 16983: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16984: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16985: ltdl.h: moved to latest libtool (1.4.3)
16986:
16987: 2003-01-10 paf
16988:
16989: * src/lib/ltdl/: configure, configure.in: PROG_NM
16990:
16991: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16992: patches. libxml2 >= 2.5.1
16993: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16994: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16995: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16996:
16997: * INSTALL: moved to latest versions of xml libs libxml2 >=
16998: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16999: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17000: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17001:
17002: 2003-01-09 paf
17003:
17004: * INSTALL: xml,xslt,gdome lib urls updated
17005:
17006: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17007: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17008: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17009: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17010: 1.7.2
1.95 moko 17011:
17012: * depcomp: moving to automake 1.7.2
17013:
17014: 2002-12-27 paf
17015:
17016: * src/include/pa_version.h: 0007
17017:
17018: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17019: outdated parts, made links to language docs
17020:
17021: * src/include/pa_config_auto.h.in: comment
17022:
17023: 2002-12-26 paf
17024:
17025: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17026: not contain trailing / fixed.
17027:
17028: * INSTALL: changing SAFE_MODE politics
17029:
17030: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17031:
17032: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17033:
17034: 2002-12-25 paf
17035:
17036: * src/main/pa_globals.C: optimized-xml
17037:
17038: * src/main/pa_globals.C: optimized-as-is
17039:
17040: 2002-12-24 paf
17041:
17042: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17043: fixed [were really called with zero size when .html?a=&b=]
17044:
17045: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17046: with --with-sendmail
17047:
17048: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17049: fixed]
17050:
17051: 2002-12-23 paf
17052:
17053: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17054: ignoring parameters & were storing only string with default
17055: expires
17056:
17057: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17058: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17059: December 23, 2002 4:22 AM Subject: bug â
17060: Charset::transcode_buf2xchar
17061:
17062: 2002-12-20 paf
17063:
17064: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17065: non-cgi [script] runs
17066:
17067: 2002-12-19 paf
17068:
17069: * INSTALL: --without-iconv recommended [it crashes on some systems
17070: [tested on elik]] moreover, it's not needed there [parser
17071: registers charsets itself]
17072:
17073: * INSTALL: --without-iconv recommended [it crashes on some systems
17074: [tested on elik]]
17075:
17076: * operators.txt, src/include/pa_globals.h,
17077: src/include/pa_request.h, src/main/pa_globals.C,
17078: src/main/pa_request.C: $response:download
17079:
17080: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17081: compiler [win32]].
17082:
17083: 2002-12-18 paf
17084:
17085: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17086:
17087: 2002-12-17 paf
17088:
17089: * src/targets/cgi/parser3.C: merged die&iis changes
17090:
17091: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17092: to exit(1) 2. more flexible iilegal call check
17093:
17094: 2002-12-16 paf
17095:
17096: * ltmain.sh: some automakes silly insist on having this handy
17097:
17098: * src/main/untaint.C: filespec russian small 'r' changed to latin
17099: 'p' bug fix
17100:
17101: 2002-12-15 paf
17102:
17103: * src/main/untaint.C: filespec russian small 'r' changed to latin
17104: 'p'
17105:
17106: * configure.in, src/include/pa_config_auto.h.in,
17107: src/main/compile.C, src/main/pa_common.C: merged small changes
17108: from branch 6 to HEAD
17109:
17110: * src/main/compile.C: removed warning
17111:
17112: * src/main/pa_common.C: ftruncate having checked
17113:
17114: * configure.in, src/include/pa_version.h: new version
17115:
17116: 2002-12-14 paf
17117:
17118: * src/classes/table.C: removed unnecessary code
17119:
17120: * src/sql/pa_sql_driver.h: exception type fixed
17121:
17122: 2002-12-09 paf
17123:
17124: * src/types/pa_vvoid.h: $void.store[now] error
17125:
17126: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17127:
17128: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17129: tries to write core dump
17130:
17131: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17132:
17133: * src/: classes/hash.C, classes/string.C, classes/table.C,
17134: classes/void.C, main/pa_sql_driver_manager.C,
17135: sql/pa_sql_driver.h: changed exception handling mech in sql
17136: handlers #2
17137:
17138: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17139: exception handling mech in sql handlers
17140:
17141: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17142: handlers
17143:
17144: * src/: classes/hash.C, classes/string.C, classes/table.C,
17145: classes/void.C, main/pa_sql_driver_manager.C,
17146: sql/pa_sql_driver.h: changed exception handling mech in sql
17147: handlers
17148:
1.116 moko 17149: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17150: to write makefile which used libtool to install things, which is
17151: not needed
1.95 moko 17152:
17153: 2002-12-06 paf
17154:
17155: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17156: $hash.fields -- pseudo field to make 'hash' more like 'table'
17157:
17158: 2002-12-05 paf
17159:
17160: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17161: cc/bcc OK now
17162:
17163: * src/main/untaint.C: mail header closed properly
17164:
17165: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17166: header ',' allowed. still bugs in smtp [only one receiptient
17167: works, cc, bcc ignored now, and MAILED ;)]
17168:
17169: [strncpy killed, memnchr used]
17170:
17171: * src/main/pa_table.C: table-copy now current=0
17172:
17173: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17174: lowlevel proc
17175:
17176: * src/targets/cgi/parser3.C: more checks on
17177: http://domain/parser.cgi start [maybe some getenv returns "",
17178: checked that now
17179:
17180: * src/targets/cgi/parser3.C: more checks on
17181: http://domain/parser.cgi start [maybe some getenv returns "",
17182: checked that now
17183:
17184: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17185: out-of-mem errors reached log]
17186:
17187: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17188: mail:send MIME-Version default
17189:
17190: * src/main/main.dsp: pa_version included into main.dsp
17191:
17192: 2002-12-04 paf
17193:
17194: * src/types/pa_vform.C: $form:field string value cut by premature 0
17195:
17196: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17197: lib/libltdl -> lib/ltdl Win32 changes. s
17198:
17199: * src/classes/classes.awk: more strict *.C$
17200:
17201: * gnu.dsp: restored
17202:
1.116 moko 17203: * configure.in, gnu.dsp, src/lib/Makefile.am,
17204: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17205: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17206: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17207: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17208: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17209: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17210: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17211: now created with /configure, not ltdl/configure, so it does have
17212: no problems with automake. ltdl/configure
17213: AC_OUTPUT(Makefile<<removed)
1.95 moko 17214:
17215: 2002-12-02 paf
17216:
17217: * operators.txt: removed outdated status:db
17218:
17219: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17220: src/main/pa_common.C, src/main/pa_request.C,
17221: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17222: tainted parts becomes http-header
17223:
17224: 2002-11-29 paf
17225:
17226: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17227: dates now objects of type date
17228:
17229: * src/classes/image.C: file.seek removed [it were used in image.C
17230: only, and for parser user this means that jpeg image has bad
17231: size in fragment's header] now used image.format
17232:
17233: * src/: include/pa_common.h, main/pa_common.C,
17234: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17235: now handled exactly like $response:header values. e.g. can be
17236: hash [can have subattributes] & contain date values.
17237:
17238: * src/main/pa_common.C: http:// param values lang forced URI
17239:
17240: * src/main/pa_common.C: http:// tainted partes now %xx
17241:
17242: 2002-11-28 paf
17243:
17244: * operators.txt: http.timeout
17245:
17246: * src/classes/image.C: ^image.length now counts interchar space.
17247: plus space after last char
17248:
17249: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17250:
17251: * src/classes/image.C: ^image.font width measurer now scans full
17252: height [were -1]
17253:
17254: * configure.in: stopped double libltdl/Makefile generation
17255:
17256: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17257: chars [one top horizontal line of 1pixel height were missing]
17258:
17259: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17260: 'false' to go into (Hash *) parameter
17261:
17262: 2002-11-27 paf
17263:
17264: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17265: types/pa_vmail.C: response:body[file] if file nows it's name now
17266: returns content-disposition: >>attachment<<
17267:
17268: * src/classes/image.C: ^image.font << bad font file-size now
17269: properly reported
17270:
17271: 2002-11-26 paf
17272:
17273: * src/main/pa_request.C: fixed lang in reponse header
17274:
17275: * src/main/pa_common.C: utf8 prefix ignored @read text
17276:
17277: * operators.txt, src/main/pa_common.C: http:// response status!=200
17278: made exception: http.status with source=bad status#
17279:
17280: 2002-11-25 paf
17281:
17282: * configure.in, src/classes/image.C,
17283: src/include/pa_config_auto.h.in,
17284: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17285: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17286: const void related probs fixed
1.95 moko 17287:
17288: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17289:
17290: $file[^file::load[http://there]] $file.SERVER
17291:
17292: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17293: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17294: http options [invalid onces now reported] made default
17295: user-agent: paf
17296:
17297: * operators.txt, src/classes/file.C, src/classes/table.C,
17298: src/classes/xdoc.C, src/include/pa_common.h,
17299: src/include/pa_globals.h, src/main/pa_common.C,
17300: src/main/pa_globals.C, src/main/pa_request.C,
17301: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17302: now understand http:// prefix and additional params, sample:
17303: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17304: $.USER-AGENT[parser3] ]]
17305:
17306: 2002-11-22 paf
17307:
17308: * src/classes/image.C, src/include/pa_globals.h,
17309: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17310: src/types/pa_vimage.h, operators.txt: $image.exif support
17311: $image.exif.DateTime & co
17312:
17313: 2002-11-21 paf
17314:
17315: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17316: _PASS_APPENDED)
17317:
17318: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17319: EXIF information [were big block and it's size were considered
17320: negative :(]
17321:
17322: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17323: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17324: internals rewritten. no there's reader.seek, and all's ready for
17325: EXIF extraction [now we fail to measure files with EXIF info]
17326:
17327: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17328: O_TRUNC truncates even exclusevely write-locked file [thanks to
17329: Igor Milyakov <virtan@rotabanner.com> for discovering]
17330:
17331: 2002-11-20 paf
17332:
17333: * src/targets/cgi/parser3.C: logging @signal += query_string
17334:
17335: * configure.in, src/include/pa_config_auto.h.in,
17336: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17337: comment
17338:
17339: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17340:
17341: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17342: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17343: currently processed document SIGPIPE >> interrupts request
17344: processing [exception = DB rollback]
17345:
17346: * src/main/pa_exec.C: comment
17347:
17348: * src/main/pa_exec.C: pa_exec: data written only if size>0
17349:
17350: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17351: << disable HTTP-POST repassing
17352:
17353: * src/: include/pa_config_fixed.h, main/pa_common.C,
17354: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17355: pipe read errors now checked
17356:
17357: 2002-11-19 paf
17358:
17359: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17360: CGI: Illegal call
17361:
17362: 2002-11-01 paf
17363:
17364: * src/main/execute.C: comment
17365:
17366: 2002-10-31 paf
17367:
17368: * src/main/execute.C: found out why, checked that for now. todo:
17369: find out a way for that user could do that
17370:
17371: * src/types/pa_vstateless_object.h: object put replaces static
17372: parent if any
17373:
17374: * src/types/pa_vobject.C: object put replaces static parent if any
17375:
17376: * src/: classes/form.C, classes/mail.C, classes/op.C,
17377: classes/xnode.h, main/compile.tab.C, main/execute.C,
17378: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17379: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17380: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17381: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17382: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17383: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17384: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17385: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17386: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17387: types/pa_vstateless_object.h, types/pa_vstatus.C,
17388: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17389: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17390: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17391: types/pa_wwrapper.h: static fix merged
17392:
17393: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17394: $virtual_fields in dynamic, but one can reach derived
17395: static[class] variable from base
17396:
17397: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17398: types/pa_vobject.C, types/pa_vobject.h,
17399: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17400: statics, left $virtual_fields in dynamic
17401:
17402: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17403: one can't remember derivates in base class: there's so many of
17404: them. also there can be no virtual method calls in static
17405: classes
17406:
17407: * src/: classes/form.C, classes/mail.C, classes/op.C,
17408: classes/xnode.h, main/execute.C, main/pa_request.C,
17409: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17410: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17411: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17412: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17413: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17414: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17415: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17416: types/pa_vresponse.C, types/pa_vresponse.h,
17417: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17418: types/pa_vstateless_object.h, types/pa_vstatus.C,
17419: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17420: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17421: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17422: types/pa_wwrapper.h: static call $self fixed
17423:
17424: * src/main/execute.C: comment
17425:
17426: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17427: ^process[$caller.self]{...} now compiles to last derived object
17428: part of that 'self'
17429:
17430: 2002-10-29 paf
17431:
17432: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17433: re-passing [iis to blame]
17434:
17435: * src/classes/string.C: changed string.save to pass current sql
17436: connection to cstr thus one can ^connect[some server]{
17437: $s[insert into table x (x) values (^taint[sql]{value})]
17438: ^s.save[some.sql] } and he'd get in some.sql file code with
17439: properly escaped. [tried in mssql->mysql export->import of
17440: binary data]
17441:
17442: 2002-10-25 paf
17443:
17444: * src/types/pa_vresponse.C: case insensitive response user fields
17445: get/put
17446:
17447: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17448: types/pa_vresponse.C: saving for maybe-future
17449:
17450: 2002-10-23 paf
17451:
17452: * operators.txt, src/classes/table.C: ^table.hash{code}...
17453: ^table.hash(expr)...
17454:
17455: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17456:
17457: 2002-10-22 paf
17458:
17459: * src/types/: pa_vform.C, pa_vform.h: removed needless
17460: VForm::Append...(...Value)
17461:
17462: * src/main/execute.C: $.name outside of $name[...] checked
17463:
17464: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17465: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17466:
17467: 2002-10-21 paf
17468:
17469: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17470: $form:qtail $form:imap.x/y
17471:
17472: * operators.txt, src/types/pa_vform.C: $form:nameless =
17473: "?value&...", "...&value&...", "...&value"
17474:
17475: * operators.txt, src/types/pa_vform.C: $form:image-map
17476:
17477: * operators.txt, src/classes/file.C: /some/page.html:
17478: ^file:fullpath[a.gif] => /some/a.gif
17479:
17480: 2002-10-17 paf
17481:
17482: * src/main/: compile.tab.C, compile.y: operators precedence changed
17483: a little: logical not and bitwise negation precedence made
17484: highest, << and >> bitshits precedence made equal [were << higher
17485: than >>]
17486:
17487: * src/classes/op.C: exception handling fixed [were bad with
17488: contexts]
17489:
17490: 2002-10-16 paf
17491:
17492: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17493: main/pa_request.C: Request::self considered equal to
17494: VMethodFrame::self, and removed, Request::get_self() mapped to
17495: VMethodFrame.self()
17496:
17497: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17498: $hash in open field now gives old good error meesage
17499:
17500: 2002-10-15 paf
17501:
17502: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17503: use ^if($junction is junction){was and now true}
17504:
17505: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17506: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17507: types/pa_vxnode.C: xml->parser strings now have origin, which
17508: points to place where value left xml library and came to parser:
17509: place of dom field extraction/call
17510:
17511: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17512: main/compile.tab.C, main/compile.y, main/execute.C,
17513: types/pa_vmethod_frame.h: removed last pieces of old code
17514: allowing $junction.xxx at compile time
17515:
17516: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17517: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17518: objects also considered [were only classes]
17519:
17520: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17521: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17522: with CLASS self. [ (request&method_frame).self temporarily
17523: changed ]
17524:
17525: * src/classes/: hash.C, op.C: method_frame now always changed, with
17526: no exception to native calls. for&foreach changed to use
17527: method_frame.caller for their var's name context
17528:
17529: * src/: main/execute.C, targets/cgi/parser3.C,
17530: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17531: compiling to system classes disabled
17532:
17533: * operators.txt, src/classes/op.C:
17534: ^process[$caller.CLASS]{code-string} added
17535:
17536: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17537: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17538: src/types/Makefile.am, src/types/pa_vjunction.C,
17539: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17540: src/types/types.dsp: removed $junction.get $junction.set[]
17541: introducing $caller
17542:
17543: * src/types/pa_value.h: removed outdated comments. doxygen would
17544: find them lower by inheritance tree
17545:
17546: * src/types/pa_vjunction.C: ident
17547:
17548: 2002-10-14 paf
17549:
17550: * src/classes/op.C: process compiles to code's class class
17551:
17552: * src/: classes/form.C, classes/mail.C, classes/op.C,
17553: include/pa_request.h, main/compile.C, main/compile.tab.C,
17554: main/compile.y, main/execute.C, main/pa_request.C,
17555: types/pa_vstateless_class.h: operators now main-class-methods
17556:
17557: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17558: better stack trace [has "call" & co there]
17559:
17560: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17561: operators @auto now executed in MAIN context
17562:
17563: * src/main/execute.C: operator execution context now = MAIN, not
17564: closest stack frame
17565:
17566: @touchit[] $i[after]
17567:
17568: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17569: were 'after'
17570:
17571: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17572: 'after'
17573:
17574: * src/main/execute.C: comment
17575:
17576: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17577: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17578: action]
17579:
17580: * src/types/pa_vxnode.C: misreplace fixed
17581:
17582: * configure, configure.in, src/include/pa_config_auto.h.in,
17583: src/types/pa_vstatus.C, operators.txt:
17584: $status:rusage.tv_secs/usecs introduced
17585:
17586: 2002-10-09 paf
17587:
17588: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17589: on empty string [or uses (default)]
17590:
17591: 2002-10-08 paf
17592:
17593: * src/main/untaint.C: mail header quoted printable changed after
17594: RFC reread
17595:
17596: * operators.txt: plan on ^if(method
17597:
17598: * src/types/pa_vxnode.C: misreplace
17599:
17600: 2002-09-24 paf
17601:
1.116 moko 17602: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17603:
17604: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17605: mailreceive would compile on freebsd now
17606:
17607: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17608: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17609: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17610: mailreceive would compile on freebsd now
1.95 moko 17611:
17612: * src/: classes/file.C, main/untaint.C: 1. file spec language
17613: changed: now there are only few chars are untainted: * ? ' " < >
17614: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17615: one should use ^untaint[uri]{...} now]
17616:
17617: 2. $list[^file:list[dir]] now returns simply tainted names in
17618: $list.name, not tainted as filespec
17619:
17620: @russianindex[] #dir with files with russian-lang names
17621: $where[dir]
17622:
17623: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17624: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17625:
17626: 2002-09-23 paf
17627:
17628: * src/types/pa_vdouble.h: double->int round added
17629:
17630: * src/classes/date.C: date bug fix, now
17631: round(floatDays*secondsPerDay)
17632:
17633: * src/classes/date.C: date bug fix, now
17634: round(floatDays*secondsPerDay)
17635:
17636: 2002-09-20 paf
17637:
17638: * src/main/execute.C: code junction calls disabled [before: code
17639: was compiled in such a way, that there were no code-junctions in
17640: OP_CALL]
17641:
17642: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17643:
17644: @badjunctioncallinside[code] ^code[]
17645:
17646: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17647: expanding to include ^junction.method
17648:
17649: * src/main/pa_common.C: -d "DIR/" now true
17650:
17651: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17652: as internal xdoc encoding, and after decoding attributes set by
17653: dom functions now encoded OK, not as digital entities
17654:
17655: * src/classes/xdoc.C: empty transform result, being taken as file
17656: now returns empty file, not raises stupid error about "stat-ed
17657: file"
17658:
17659: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17660: allowed
17661:
17662: * src/types/types.dsp: introducing $junction.get/put(1) one can
17663: write iterators now:
17664:
17665: ^user-foreach[key;value]{$key=$value<br>}
17666:
17667: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17668: $code.value($i*2) $code }
17669:
17670: * src/main/compile_tools.h: mistype
17671:
1.116 moko 17672: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17673: thus taking linking options configure changes into account [were:
17674: ignoring]
1.95 moko 17675:
17676: * src/types/: pa_vjunction.C, Makefile.am: introducing
17677: $junction.get/put(1) one can write iterators now:
17678:
17679: ^user-foreach[key;value]{$key=$value<br>}
17680:
17681: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17682: $code.value($i*2) $code }
17683:
17684: * src/: include/pa_opcode.h, include/pa_request.h,
17685: main/compile.tab.C, main/compile.y, main/execute.C,
17686: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17687: introducing $junction.get/put(1) one can write iterators now:
17688:
17689: ^user-foreach[key;value]{$key=$value<br>}
17690:
17691: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17692: $code.value($i*2) $code }
17693:
17694: 2002-09-19 paf
17695:
1.116 moko 17696: * Makefile.am: new: make commit
1.95 moko 17697:
17698: * aclocal.m4: forced to be older
17699:
17700: 2002-09-18 paf
17701:
17702: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17703: src/main/compile.y, src/main/execute.C: << >> int shifts
17704:
17705: * src/: include/pa_common.h, include/pa_request.h,
17706: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17707: - now this - fatal error
17708:
17709: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17710: that one can pass binary data there
17711:
17712: * src/: classes/date.C, classes/double.C, classes/file.C,
17713: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17714: classes/op.C, classes/response.C, classes/string.C,
17715: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17716: include/pa_request.h: pa_request contexts made privated, plus
17717: get_{self/method_frame} to read. Request_context_saver used in
17718: ^try to save flang too. [were not saved]
17719:
17720: * src/types/pa_vresponse.C: header value chains joined before
17721: output, this should help $.subject[$var $var] from being
17722: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17723:
17724: 2002-09-17 paf
17725:
17726: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17727: removed changes, operators executed with calling self. lots of
17728: code with ^include code relies on defined/defining self variables
17729:
17730: $a[1] ^include[print_a.p] print_a.p: $a
17731:
17732: ^include[set_a.p] a=$a set_a.p: $a[1]
17733:
17734: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17735: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17736: types/pa_vstateless_class.h: operators now executed with MAIN
17737: self. it's for ^include sake, too strong a change
17738:
17739: * src/classes/op.C: made place for ^process to compile it's code to
17740: in case of no self
17741:
17742: * src/main/execute.C: found ancient param to Junction, removed.
17743: allowed passing self to native_code_operators [for ^process to
17744: work, she needs self]
17745:
17746: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17747: types/pa_vstateless_class.h: found ancient param to Junction,
17748: removed. allowed passing self to native_code_operators [for
17749: ^process to work, she needs self]
17750:
17751: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17752: types/pa_value.h, types/pa_vmethod_frame.h,
17753: types/pa_vstateless_class.h: allowed Request.self to be 0,
17754: checked that in VMethodFrame get/put and $self.
17755:
17756: * src/classes/: table.C, xdoc.C: table::sql options table::create
17757: copy options options checked, wrong option now fatal error
17758:
17759: * src/main/pa_string.C: string.replace fixed [were missing words on
17760: pieces boundaries]
17761:
1.150 moko 17762: * configure, configure.in: .so now detected [can be .sl on hpux,
17763: .dll on cygwin, .so in other cases)
1.95 moko 17764:
17765: * configure, configure.in: .so now detected [can be .sl on hpux,
17766: .dll on cygwin, .so in other cases)
17767:
17768: * operators.txt, src/classes/hash.C, src/classes/table.C,
17769: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17770: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17771: record taken [were last]
17772:
17773: * src/: classes/hash.C, classes/table.C,
17774: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17775: now errors
17776:
17777: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17778:
17779: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17780: ,2,3]
17781:
17782: 2002-09-16 paf
17783:
17784: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17785: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17786: stdout to be binary. now detected closest header break.
17787:
17788: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17789: closed right
17790:
17791: 2002-09-13 paf
17792:
17793: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17794: src/main/compile_tools.h: (expression #comment)
17795:
17796: (multiline expression #comment line2 #comment )
17797:
17798: (expression #comment with (brackets) comment) << OK
17799:
17800: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17801: bitwise !|| numerical xor now [preparing for expression
17802: #comments]
17803:
17804: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17805: error
17806:
17807: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17808: cheched in pa_socks.C
17809:
1.116 moko 17810: * configure, configure.in, src/include/pa_config_auto.h.in:
17811: HAVE_WINSOCK_H created in configure.in
1.95 moko 17812:
17813: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17814: cookie date now clean [were mistakenly tainted & that worked bad
17815: with opera -- 'happily' that worked OK with msie]
17816:
17817: 2002-09-12 paf
17818:
17819: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17820: VClass get_element now first looks to fields, next to methods &
17821: co todo: the rest reason: more speed
17822:
17823: * src/main/untaint.C: quoted printable encoding stops before
17824: \s*<...>$
17825:
17826: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17827: stops before <...>$
17828:
17829: 2002-09-11 paf
17830:
17831: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17832: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17833: forgot to check users of those funcs. not all were using that
17834: return value convention
17835:
17836: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17837: windows-1254 added
17838:
17839: 2002-09-10 paf
17840:
17841: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17842: VCodeFrame parent param were specified badly
17843:
17844: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17845: WWrapper which used in constructing objects(second param to sql
17846: method) ^...sql{}[$.default{code}] now has parent, wich helps
17847: code in hash to survivi
17848:
17849: * src/: include/pa_request.h, main/execute.C: removed redundant
17850: param to execute [stack said 'thanks']
17851:
17852: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17853: types/pa_value.h, types/pa_vcode_frame.h,
17854: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17855: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17856: responsibility to wcontext
17857:
17858: * src/classes/file.C: decided not to log exec's with stderr, that
17859: could be warnings, and it's up to scritper to log/show them
17860:
17861: * src/: classes/double.C, main/execute.C: double:sql badly called
17862: write_assign_lang, not write_no_lang, thus doing unnecessary
17863: double/string converstion, which were loosing time&precesion
17864:
17865: * src/: main/pa_charset.C, types/pa_vmail.C:
17866: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17867: case of unfinished in buffer processing, causing accidental
17868: transcode stop [in case that source enc != utf-8 & there is
17869: incomplete utf-8 sequence at the end of 16000block iside of
17870: libxml lib] tfm readed & code updated
17871:
17872: 2002-09-04 paf
17873:
17874: * configure: makes with sjlj
17875:
17876: * INSTALL, src/include/pa_config_fixed.h,
17877: src/include/pa_sql_connection.h,
17878: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17879: checked. on win32 it made default
17880:
17881: * src/include/pa_config_auto.h.in: sjlj define
17882:
17883: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17884: can not work with longjump/throw pair, and one must switch that
17885: on there. todo: detect that automatically]
17886:
17887: * src/types/pa_vxnode.C: removed too strong checks of
17888: xnode.elements. now, for instance, if element does not have any
17889: attributes, $xnode.attributes is void, not error
17890:
17891: 2002-09-02 paf
17892:
17893: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17894: removed double_result, didn't help
17895:
17896: * src/main/execute.C: double_result made to move that var away from
17897: hungry g++ optimizer (-O2), before: it were optimized and
17898: comparison operators worked badly
17899:
17900: * src/types/pa_vdate.h: removed debug
17901:
1.116 moko 17902: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17903:
17904: * src/main/execute.C: fixed numeric < & co so that thay now use
17905: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17906: unknown reason.
17907:
17908: 2002-08-29 paf
17909:
17910: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17911: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17912: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17913: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17914: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17915: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17916: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17917: [called less frequent, allowed to remove ugly
17918: Junction.change_context-s from many places, switch,
17919: mail:send..html{}, ..] request.root renamed to method_frame [more
17920: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17921: [speed up]
17922:
17923: 2002-08-28 paf
17924:
17925: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17926: tainted
17927:
17928: * src/types/pa_vcookie.C: fixed cookie delete when
17929: $cookie:name[$.value[]]
17930:
17931: * operators.txt, src/classes/string.C:
17932: ^string.split[delim[;options]]
17933:
17934: 2002-08-27 paf
17935:
1.116 moko 17936: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17937:
17938: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17939: delimiter
17940:
17941: * INSTALL: recommended latest gmime 1.0.5
17942:
17943: 2002-08-26 paf
17944:
17945: * configure, configure.in: apache13/hook added to make dist.
17946:
17947: 2002-08-23 paf
17948:
17949: * src/: include/pa_common.h, main/pa_common.C,
17950: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17951: beside binary [cgi, isapi] not accessible [due to bad rights or
17952: whatever] it's error now
17953:
17954: 2002-08-21 paf
17955:
1.116 moko 17956: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17957:
17958: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17959: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17960: class". compiled as if here they named base class
17961:
17962: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17963: cloning constructor]
17964:
17965: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17966:
1.150 moko 17967: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17968: $mail.received.file.value.content-type fixed
17969:
17970: 2002-08-20 paf
17971:
17972: * src/classes/file.C: fixed language of file:file result
17973:
17974: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17975: from 3.0.0005
17976:
17977: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17978:
17979: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17980: 3.0.0005
17981:
17982: * src/classes/void.C, operators.txt: ^void.length[] = 0
17983:
17984: 2002-08-19 paf
17985:
17986: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17987: work now
17988:
17989: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17990: error in xnode, which were not catched in xdoc]
17991:
17992: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17993: prepared: // validate each document after load/create (?)
17994: //xmlDoValidityCheckingDefaultValue = 1;
17995:
17996: 2002-08-15 paf
17997:
17998: * src/classes/classes.h: write to static var caused useless
17999: Exception, introduced Methoded::put_element wich consumes those
18000:
18001: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18002: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18003: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18004: $response:field[date] $response:field[$.xxx[date]]
18005:
18006: * src/: classes/hash.C, classes/string.C, classes/table.C,
18007: classes/void.C, include/pa_sql_connection.h: fixed source of
18008: ^hash::sql{bad}
18009:
18010: * operators.txt: $request:body unprecessed POST request body
18011:
18012: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18013:
18014: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18015: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18016:
18017: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18018: src/include/pa_request.h, src/main/pa_pool.C,
18019: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18020: $request:body r.post_data now const
18021:
18022: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18023: classes/xnode.C, main/execute.C, types/pa_value.h,
18024: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18025: types/pa_vtable.h: instead of type() checking everywhere used
18026: Value.as now user descendants can be used in params.
18027:
18028: VObject::as_*, is_defined now taken from bases. xtable(table)
18029: ^if($xtable) now OK
18030:
18031: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18032: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18033: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18034:
18035: 2002-08-14 paf
18036:
18037: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18038: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18039: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18040: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18041: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18042: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18043: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18044: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18045: types/pa_vresponse.C, types/pa_vresponse.h,
18046: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18047: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18048: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18049: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18050: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18051: & VClass
18052:
18053: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18054:
18055: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18056: removed fixopt stupidity. on stupid linux use cd /document/root
18057: ../cgi/parser3 script
18058:
18059: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18060: params, splitting them by space, excluding argv[0], argv[argc-1]
18061:
18062: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18063: fixopt.h: fixopt now preprocesses command line params, splitting
18064: them by space, excluding argv[0], argv[argc-1]
18065:
18066: * src/targets/cgi/parser3.C: -f config file
18067:
18068: * src/targets/cgi/parser3.C: fixed .log file dir
18069:
18070: 2002-08-13 paf
18071:
18072: * src/types/pa_vobject.C: allow override parent variables, useful
18073: for form descendants [in vobject too, were in vclass]
18074:
18075: * src/types/pa_vclass.C: allow override parent variables, useful
18076: for form descendants
18077:
18078: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18079: overwritten in derived(table)
18080:
18081: * src/: classes/form.C, classes/mail.C, classes/op.C,
18082: classes/xnode.h, include/pa_request.h, main/execute.C,
18083: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18084: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18085: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18086: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18087: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18088: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18089: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18090: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18091: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18092: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18093: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18094: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18095: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18096: Value::get_element(..., bool looking_down) [needed to exclude
18097: endless recoursion]
18098:
18099: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18100: fix bug with put endless recoursion todo: check 'as'
18101:
18102: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18103: reorganized modules todo: fix bug with put endless recoursion
18104: todo: check 'as'
18105:
18106: * src/types/pa_vobject.h: checked: table fields can be overwritten
18107: in derived(table)
18108:
18109: * src/types/pa_vobject.h: derived classes can have fields of their
18110: own now
18111:
18112: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18113: fixed error message on using non-created table
18114:
18115: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18116: classes/op.C, classes/xnode.h, include/pa_request.h,
18117: main/compile.C, main/compile.tab.C, main/execute.C,
18118: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18119: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18120: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18121: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18122: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18123: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18124: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18125: types/pa_vresponse.C, types/pa_vresponse.h,
18126: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18127: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18128: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18129: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18130: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18131: looking down/up tree todo: fix error message on non-constructed
18132: parents
18133:
18134: 2002-08-12 paf
18135:
18136: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18137: derived OK
18138:
18139: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18140: thorough testing
18141:
18142: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18143: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18144: types/pa_vobject.h, types/pa_vstateless_class.h,
18145: types/pa_vstateless_object.h, types/pa_wcontext.h,
18146: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18147: ^base:create[] dynamic call rewritten todo: thorough testing
18148:
18149: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18150: now instantates base class, remembers it and saves child in
18151: parent VObject.get_class now returns last child = downward
18152: virtual calls OK
18153:
18154: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18155: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18156: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18157: types/pa_vobject.h, types/pa_vresponse.h,
18158: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18159: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18160: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18161: VAliased [redundant], moved $CLASS to VObject only [parser class
18162: instance]
18163:
18164: * src/main/pa_request.C: $response:body[file] content-type check
18165: fixed [were bad when content-type is hash]
18166:
18167: 2002-08-09 paf
18168:
18169: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18170: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18171:
18172: 2002-08-08 paf
18173:
18174: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18175: src/main/pa_globals.C: year column in month calendar [week year]
18176:
18177: * src/main/execute.C: error reporting on object writes to MAIN
18178: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18179:
18180: * operators.txt, src/types/pa_vdate.h: $date.yearday
18181: $date.daylightsaving
18182:
18183: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18184: use tainted data now. only she must specify the language.
18185:
18186: ^mail:send[ $.from[paf@mail.design.ru]
18187: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18188: $.text[^taint[uri][ìîñêâà]=] ]
18189:
18190: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18191: now prints more precise origin
18192:
18193: * src/include/pa_string.h: String::first_char now not fails on
18194: empty strings ^if(-f '') now ok and in 3 other places.
18195:
18196: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18197: String::first_char now not fails on empty strings ^if(-f '') now
18198: ok and in 3 other places.
18199:
18200: 2002-08-07 paf
18201:
18202: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18203: fixed
18204:
18205: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18206:
18207: * src/: main/execute.C, types/pa_vcode_frame.h,
18208: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18209: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18210: mistakenly not completely transparent to object writes.
18211: $hash[^if(1){$hash}] now works
18212:
18213: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18214: now erasing cache file [there were bad check on that]
18215:
18216: * src/: classes/classes.dsp, classes/table.C,
18217: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18218: all Debug dirs in .dsp now named 'Debug'
18219:
1.116 moko 18220: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18221:
18222: * operators.txt, src/classes/mail.C: exception_type email.send
18223:
18224: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18225:
18226: * src/types/pa_vmail.C: mail:send empty email checked
18227:
18228: 2002-08-06 paf
18229:
18230: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18231: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18232: ^table::create[$source;$.options] ^table::join[$source;$.options]
18233:
18234: * operators.txt, src/classes/hash.C, src/classes/string.C,
18235: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18236: # $.default() }
18237:
18238: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18239:
18240: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18241: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18242: $file.content-type [instead of .mime-type] now works for
18243: file::stat also
18244:
18245: * src/main/pa_request.C: case insensitive mime_type_of
18246:
18247: 2002-08-05 paf
18248:
18249: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18250:
18251: * src/types/pa_vmail.C: file buffer relocated to parser heap
18252:
18253: * operators.txt: comment on date:calendar week column
18254:
18255: * src/main/pa_common.C: write checked
18256:
18257: * src/main/: pa_common.C: write checked
18258:
18259: * src/classes/date.C: +1 buf size for stupid snprintfs
18260:
18261: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18262: month calendar week column [ISO 8601 Week Numbers]
18263:
18264: 2002-08-02 paf
18265:
18266: * src/: include/pa_config_fixed.h, main/pa_string.C,
18267: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18268: DEBUG*
18269:
18270: * configure, configure.in, src/include/pa_version.h: release
18271: 3_0_0005
18272:
18273: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18274: multipart post fixed
18275:
18276: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18277: response transcoded source->client only when text/* or simple
18278: onoverridden $response:body
18279:
18280: 2002-08-01 paf
18281:
18282: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18283: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18284: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18285: classes/op.C, classes/response.C, classes/string.C,
18286: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18287: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18288: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18289: include/pa_config_fixed.h, include/pa_dictionary.h,
18290: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18291: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18292: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18293: include/pa_socks.h, include/pa_sql_connection.h,
18294: include/pa_sql_driver_manager.h, include/pa_stack.h,
18295: include/pa_string.h, include/pa_stylesheet_connection.h,
18296: include/pa_stylesheet_manager.h, include/pa_table.h,
18297: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18298: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18299: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18300: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18301: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18302: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18303: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18304: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18305: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18306: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18307: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18308: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18309: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18310: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18311: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18312: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18313: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18314: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18315: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18316: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18317: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18318: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18319: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18320: types/pa_vmethod_frame.h, types/pa_vobject.h,
18321: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18322: types/pa_vresponse.h, types/pa_vstateless_class.C,
18323: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18324: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18325: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18326: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18327: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18328: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18329:
18330: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18331: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18332: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18333: classes/math.C, classes/op.C, classes/response.C,
18334: classes/string.C, classes/table.C, classes/void.C,
18335: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18336: include/pa_array.h, include/pa_cache_managers.h,
18337: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18338: include/pa_config_fixed.h, include/pa_config_includes.h,
18339: include/pa_dictionary.h, include/pa_dir.h,
18340: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18341: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18342: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18343: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18344: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18345: include/pa_stack.h, include/pa_string.h,
18346: include/pa_stylesheet_connection.h,
18347: include/pa_stylesheet_manager.h, include/pa_table.h,
18348: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18349: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18350: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18351: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18352: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18353: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18354: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18355: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18356: main/pa_sql_driver_manager.C, main/pa_string.C,
18357: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18358: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18359: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18360: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18361: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18362: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18363: targets/isapi/pool_storage.h, types/pa_valiased.C,
18364: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18365: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18366: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18367: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18368: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18369: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18370: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18371: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18372: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18373: types/pa_vresponse.C, types/pa_vresponse.h,
18374: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18375: types/pa_vstateless_object.h, types/pa_vstatus.C,
18376: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18377: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18378: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18379: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18380: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18381: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18382: types/Makefile.am: ident.C* removed
18383:
18384: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18385: file:find[/can/do/this/now.txt]
18386:
18387: * src/targets/cgi/parser3.C: usage to stdout now
18388:
18389: 2002-07-31 paf
18390:
18391: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18392:
18393: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18394: default "postmaster"
18395:
18396: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18397: -f postmaster now default sendmail key word "postmaster"
18398: replaced to $.from
18399:
18400: 2002-07-30 paf
18401:
1.116 moko 18402: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18403: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18404:
18405: * src/main/pa_charset.C: comment
18406:
18407: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18408: table, &#decimal;
18409:
18410: * src/main/pa_request.C: comment
18411:
18412: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18413: paragraf]
18414:
18415: 2002-07-11 paf
18416:
18417: * src/main/pa_exec.C: build command line badly added params twice
18418: [and first time without ' ']. double wrong. fixed.
18419:
18420: * src/main/pa_exec.C: invalid .exe caused error message with params
18421: wich parser did not provide = reported badly. fixed that.
18422:
18423: * src/classes/mail.C: $MAIL[ # xxx ]
18424:
18425: now ok
18426:
18427: * operators.txt: plan: sql detailed exception
18428:
18429: 2002-07-01 paf
18430:
18431: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18432: [MForm.configure_admin were called when request.main_class ==0
18433:
18434: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18435:
18436: * src/classes/form.C: content_length type fix
18437:
18438: 2002-06-30 paf
18439:
18440: * src/classes/mail.C: merged from 4
18441:
18442: * src/classes/mail.C: restored $MAIL
18443:
18444: 2002-06-28 paf
18445:
18446: * configure, configure.in: removed paths.h
18447:
1.116 moko 18448: * configure, src/include/pa_version.h,
1.95 moko 18449: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18450: merged, makes updated
18451:
18452: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18453: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18454: src/include/pa_pool.h, src/include/pa_version.h,
18455: src/main/pa_charset.C, src/main/pa_pool.C,
18456: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18457: src/types/pa_vmail.C: merged latest updates to head
18458:
18459: 2002-06-27 paf
18460:
18461: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18462: not error now
18463:
18464: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18465: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18466: src/main/pa_charset.C, src/main/pa_pool.C:
18467: ^xdoc::create[[uri]]... base uri for document being created,
18468: imports and other relative file names would be relative to this
18469: uri default uri=path_translated
18470:
18471: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18472:
18473: 2002-06-26 paf
18474:
18475: * configure, configure.in, src/include/pa_version.h:
18476: release_3_0_0004
18477:
18478: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18479: 0 now
18480:
18481: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18482:
18483: 2002-06-25 paf
18484:
18485: * src/main/pa_string.C: emtpy string, or string of whitespaces
18486: considered bad number now
18487:
18488: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18489: now
18490:
18491: * operators.txt, src/classes/string.C: ^string.normalize [old
18492: name: optimize
18493:
18494: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18495: library configured
18496:
18497: * src/main/pa_request.C: configure_admin forced if no @conf
18498:
1.150 moko 18499: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18500: ^math:crypt updated to generate random salt when needed and to
18501: call system crypt() if not $apr1$ prefix
1.95 moko 18502:
18503: 2002-06-24 paf
18504:
18505: * INSTALL: --with-static/shared-mailreceive described
18506:
18507: * src/include/pa_config_fixed.h: ssize_t fixed
18508:
1.116 moko 18509: * configure, configure.in, src/include/pa_config_auto.h.in,
18510: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18511: src/types/pa_vmail.C: $mail:received makes update
18512:
18513: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18514: WITH_MAILRECEIVE
18515:
18516: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18517:
18518: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18519: option, for $mail:receive
18520:
18521: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18522: introducting $message:received ^mail:send rewritten with backward
18523: comp
18524:
18525: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18526: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18527: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18528: now
18529:
18530: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18531: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18532: src/include/pa_request.h, src/include/pa_string.h,
18533: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18534: src/main/pa_globals.C, src/main/pa_request.C,
18535: src/main/pa_string.C, src/main/pa_uue.C,
18536: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18537: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18538: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18539: uue to separate file introducting $message:received ^mail:send
18540: rewritten with backward comp
18541:
18542: 2002-06-21 paf
18543:
1.116 moko 18544: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18545: co changes
1.95 moko 18546:
1.116 moko 18547: * configure, configure.in, src/lib/md5/Makefile.am,
18548: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18549: restructure .in and .am files appropriate changes
1.95 moko 18550:
18551: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18552: pcre to libs/ added libs/md5 which is linked to non-apache
18553: targets ^math:crypt[password;$apr1$salt]
18554:
18555: * INSTALL, configure.in, operators.txt, parser3.dsw,
18556: src/Makefile.am, src/classes/Makefile.am,
18557: src/classes/classes.dsp, src/classes/math.C,
18558: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18559: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18560: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18561: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18562: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18563: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18564: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18565: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18566: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18567: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18568: src/lib/pcre/pcre_parser_ctype.dsp,
18569: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18570: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18571: src/main/compile.tab.C, src/main/main.dsp,
18572: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18573: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18574: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18575: to libs/ added libs/md5 which is linked to non-apache targets
18576: ^math:crypt[password;$apr1$salt]
18577:
18578: 2002-06-20 paf
18579:
1.150 moko 18580: * INSTALL, configure, configure.in, operators.txt,
18581: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18582: src/include/pa_globals.h, src/include/pa_request.h,
18583: src/main/execute.C, src/main/pa_request.C,
18584: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18585: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18586: file:justname&co & @auto/conf[filespec
1.95 moko 18587:
18588: * operators.txt, src/classes/file.C:
18589: !^file:dirname[/a/some.tar.gz]=/a
18590: !^file:dirname[/a/b/]=/a
18591: !^file:basename[/a/some.tar.gz]=some.tar.gz
18592: !^file:justname[/a/some.tar.gz]=some.tar
18593: !^file:justext[/a/some.tar.gz]=gz
18594:
18595: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18596: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18597: @conf/auto[filespec]
18598:
1.116 moko 18599: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18600:
1.150 moko 18601: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18602: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18603: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18604:
18605: 2002-06-18 paf
18606:
18607: * configure, configure.in, src/include/pa_version.h: version to
18608: configure.in
18609:
18610: * INSTALL: reflected .conf.dist dir change
18611:
1.150 moko 18612: * Makefile.am, configure, configure.in,
1.116 moko 18613: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18614: .in & *.am updated
18615:
18616: * src/classes/file.C: strncasecmp
18617:
18618: * src/classes/file.C: strcasecmp
18619:
1.150 moko 18620: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18621:
18622: * src/classes/file.C: ^file::exec[script;$.bad error case
18623: insensitive check now
18624:
18625: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18626:
18627: * configure, configure.in, src/include/pa_pool.h,
18628: src/include/pa_types.h: pack configure.in detection simplified.
18629: figured out that gcc on sparc not that stupid as thought
18630: previously: on sparc: when it sees packed class it modifies it's
18631: field-access-code to byte operations [stb, ldub] instead of 4byte
18632: operations [st, lduh] so packed must be all parts of packed
18633: class, i.e. it's parents&fields(classes). for now it's only
18634: String that packed and what was wrong is that it's parent -
18635: Pooled, were not packed. fixed that.
18636:
18637: 2002-06-14 paf
18638:
18639: * operators.txt: more precise xml-to-text options
18640:
18641: * operators.txt, src/types/pa_vxnode.C: xnode
18642: attribute_node.name/value xnode pi.node.data
18643:
18644: 2002-06-12 paf
18645:
1.116 moko 18646: * configure, configure.in, src/targets/cgi/Makefile.am,
18647: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18648:
18649: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18650: src/include/pa_globals.h, src/include/pa_request.h,
18651: src/main/compile.tab.C, src/main/pa_globals.C,
18652: src/main/pa_request.C, src/targets/cgi/parser3.C,
18653: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18654:
18655: * src/classes/mail.C: sendmail -ti [default now]
18656:
18657: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18658: to be strings. for convinient #ing
18659:
18660: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18661: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18662:
18663: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18664: main/pa_globals.C, main/pa_request.C: @conf
18665:
18666: 2002-06-11 paf
18667:
18668: * src/classes/file.C: check simplified
18669:
18670: * src/: classes/file.C, targets/cgi/parser3.dsp,
18671: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18672: valid prefix
18673:
18674: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18675: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18676: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18677:
18678: 2002-06-10 paf
18679:
18680: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18681: src/main/pa_common.C: lock failures reported now
18682:
18683: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18684: string->double @ compile time were not-enough-checking...
18685:
18686: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18687: autoconvert now ignored
18688:
18689: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18690: check
18691:
18692: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18693: $response:body content-type:name
18694:
18695: * configure, configure.in: hpux check, nsl link, no socket
18696:
18697: * operators.txt: old merge conflict removed
18698:
18699: * configure, configure.in: pack even address access on sparc&co
18700: arch checked in configure
18701:
18702: * configure, src/include/pa_version.h: makes
18703:
18704: * configure, configure.in, src/include/pa_version.h: makes
18705:
18706: * src/main/untaint.C: (bug#2) mail subject got always prepended
18707: with charset even when all letters were 7bit one
18708:
18709: * src/main/pa_common.C: merged fixed -d (bug)
18710:
18711: * src/main/pa_common.C: fixed -d (bug)
18712:
18713: 2002-06-03 paf
18714:
18715: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18716: src/classes/classes.dsp, src/main/compile.tab.C,
18717: src/main/main.dsp, src/main/pa_globals.C,
18718: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18719: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18720: .dsp-s along with reorganized cvs modules dirs structure
18721:
18722: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18723: main/pa_globals.C, targets/cgi/parser3.dsp,
18724: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18725: modules
18726:
18727: 2002-05-28 paf
18728:
18729: * src/targets/cgi/parser3.C: info.uri now ""
18730:
18731: 2002-05-17 paf
18732:
18733: * src/classes/: table.C: ^table.save << checked empty
18734: pre/match/post columns
18735:
18736: 2002-05-16 paf
18737:
18738: * src/classes/image.C: image::measure can png now
18739:
18740: 2002-05-15 paf
18741:
18742: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18743: added
18744:
18745: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18746:
18747: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18748: %H[:%M[:%S]]]]]] [-%m now
18749:
18750: 2002-05-14 paf
18751:
18752: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18753:
18754: 2002-05-07 paf
18755:
18756: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18757: src/include/pa_globals.h, src/include/pa_request.h,
18758: src/include/pa_table.h, src/main/compile.tab.C,
18759: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18760: src/main/pa_request.C, src/main/pa_table.C,
18761: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18762: src/targets/isapi/parser3isapi.dsp,
18763: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18764: name2number field now &. main_method_name now on Request pool
18765: rather on global_pool [Junction+VJunction created on same pool as
18766: name = were created on global pool, causing mem leaks]
18767:
18768: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18769: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18770: main/compile.y, main/main.dsp, main/pa_globals.C,
18771: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18772: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18773: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18774: field now &. main_method_name now on Request pool rather on
18775: global_pool [Junction+VJunction created on same pool as name =
18776: were created on global pool, causing mem leaks]
18777:
18778: 2002-05-06 paf
18779:
18780: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18781: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18782: 100*40 bytes per request memory leak [nonpool malloc in globals]
18783:
18784: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18785: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18786: 100*40 bytes per request memory leak [nonpool malloc in globals]
18787:
18788: 2002-04-30 paf
18789:
18790: * configure, src/include/pa_version.h: version now not b
18791:
18792: * src/targets/cgi/parser3.C: request.uri now never 0
18793:
18794: 2002-04-29 paf
18795:
18796: * configure.in: removed b
18797:
18798: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18799: Exception::comment/type checked in (), no there's no empty
18800: type/comment by default
18801:
18802: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18803: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18804: src/doc/value.dox, src/include/pa_exception.h,
18805: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18806: 0001
18807:
18808: 2002-04-26 paf
18809:
18810: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18811: size reduced
18812:
18813: 2002-04-25 paf
18814:
18815: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18816: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18817: now that took into account
18818:
18819: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18820: 01:03:04]
18821:
18822: * ChangeLog, operators.txt, src/classes/date.C:
18823: ^date::create[2002-12-33 01:03:04]
18824:
18825: * ChangeLog: updated changelog
18826:
18827: * src/classes/table.C: removed restriction on column count to
18828: ^table.hash to work, now must be >0 [were >1]
18829:
18830: 2002-04-24 paf
18831:
18832: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18833: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18834: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18835: targets
18836:
18837: 2002-04-23 paf
18838:
18839: * operators.txt, src/classes/string.C:
18840: int/double/string:sql{}[$.default{code}] fixed [were barking:
18841: "junction used outside of context"]
18842:
18843: 2002-04-22 paf
18844:
18845: * types.txt, src/classes/string.C, src/include/pa_string.h,
18846: src/main/pa_string.C, src/types/pa_vstring.C,
18847: src/types/pa_vstring.h: ^string.optimize[]
18848:
18849: * src/: include/pa_globals.h, include/pa_table.h,
18850: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18851: table template
18852:
18853: * src/classes/: string.C: optimize removed from string
18854: .left/right/pos
18855:
18856: * src/main/execute.C: rolled back to
18857: before_killing_userjunction_contexts
18858:
18859: * src/main/execute.C: user junctions context killed
18860:
18861: * src/main/execute.C: junctions to local contexts got
18862: cleanized&checked later
18863:
18864: 2002-04-19 paf
18865:
18866: * src/: classes/string.C, include/pa_request.h,
18867: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18868: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18869: prior to .left .right .mid .pos .match when that is profitable,
18870: and always before .replace when $ORIGINS(1) optimization disabled
18871: economy from not wasting mem on lots of strings which occur by
18872: lots of String:mid calls to get parts of source string between
18873: found_occurances
18874:
18875: * src/classes/file.C: ovector now local economy: 16 bytes per
18876: ^file:list
18877:
18878: * src/: include/pa_globals.h, include/pa_table.h,
18879: main/pa_globals.C, main/pa_string.C: String::match table columns
18880: globalized, not created @ each ^match anymore economy:
18881: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18882:
18883: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18884: removed from each String::match replace iteration, and made
18885: stacked sizeof(VTable)=12bytes economy on each replace code
18886:
18887: * src/doc/footer.htm: 2001,
18888:
18889: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18890: string.match[]['] option enables generation of $match.prematch
18891: .match .postmatch columns
18892:
18893: * src/main/pa_string.C: String::match options analized without
18894: cstr-ing them now
18895:
18896: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18897: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18898: config updated to doxygen 1.2.15, created helper which fixes
18899: minor bugs in chm project files & htm tree. changed extension to
18900: .htm
18901:
18902: 2002-04-18 paf
18903:
18904: * src/doc/doxygen.cfg: .chi generation disabled
18905:
18906: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18907: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18908: fields&methods
18909:
18910: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18911: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18912: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18913: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18914: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18915: types/pa_vresponse.h, types/pa_vstateless_class.h,
18916: types/pa_vstateless_object.h, types/pa_vstatus.h,
18917: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18918: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18919: VStateless_class to VObject
18920:
18921: * src/: main/pa_request.C, types/pa_valiased.h,
18922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18923: types/pa_vstring.h: VStateless_string_object speicalized light
18924: version of VStateless_object
18925:
18926: * src/classes/op.C: ^throw comment param made optional
18927:
18928: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18929: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18930: and implemented down in VClass, fclass_alias removed,
18931:
18932: * src/types/pa_value.C: forced to cut that from .h because of
18933: VStateless_class usage [undefined in .h]
18934:
18935: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18936: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18937: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18938: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18939: on each CALL]
18940:
18941: * src/: classes/classes.h, classes/date.C, classes/double.C,
18942: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18943: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18944: classes/response.C, classes/string.C, classes/table.C,
18945: classes/void.C, classes/xnode.C, include/pa_globals.h,
18946: include/pa_request.h, main/execute.C, main/pa_globals.C,
18947: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18948: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18949: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18950: types/pa_vstateless_class.h, types/pa_wcontext.C,
18951: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18952: removed Value::fname
18953:
18954: 2002-04-17 paf
18955:
18956: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18957: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18958: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18959: include/pa_pool.h, include/pa_types.h: dox updated to current
18960: state, PTHROW freshen to throw & co
18961:
18962: * src/types/pa_vhash.h: vstring wrong parent fixed
18963:
18964: * src/classes/op.C: taint local result var bug fixed
18965:
18966: 2002-04-16 paf
18967:
18968: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18969: Attic asm.txt as most interesting
18970:
18971: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18972: check, preventing content-length: 0 from appearing
18973:
18974: * src/main/execute.C: $result in @main now taken into account as in
18975: usual functions
18976:
18977: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18978: & @unhandled_exception now taken into account as in usual
18979: functions
18980:
18981: * src/doc/postbuild.txt: instructions on post .html build
18982:
18983: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18984:
18985: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18986: tainted
18987:
18988: * src/main/pa_request.C: uri in error log
18989:
18990: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18991: cheched date:create(days) param for validity [later were assumed
18992: valid and crashed on invalid onces]
18993:
18994: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18995: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18996: and used that for removing VString wrapper
18997:
18998: * src/classes/op.C: exception2vhash file now tainted
18999:
19000: * src/classes/op.C: _process pseudo origin copied from local var to
19001: heap
19002:
19003: * src/classes/op.C: extra check on empty file in origin in _execute
19004:
19005: 2002-04-15 paf
19006:
19007: * src/: main/execute.C, types/pa_value.h: fixed name update
19008:
19009: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19010: functions
19011:
19012: * src/: classes/file.C, classes/hash.C, classes/op.C,
19013: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19014: started dual write_xxx_lang functions, if checked & works
19015:
19016: * src/: classes/date.C, classes/file.C, classes/mail.C,
19017: classes/string.C, classes/xnode.C, include/pa_request.h,
19018: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19019: unnecessary VString shells
19020:
19021: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19022: prev changes]
19023:
19024: * src/: classes/image.C, classes/op.C, classes/string.C,
19025: classes/table.C, include/pa_request.h, main/execute.C,
19026: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19027: StringOrValue wcontext result, now ready for dual writes
19028:
19029: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19030: checked that
19031:
19032: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19033: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19034: changed to OP_WRITE_VALUE in var get cases
19035:
19036: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19037: include/pa_request.h, main/compile.tab.C, main/compile.y,
19038: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19039: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19040: switch in hash constructor fixed [were problems with using of
19041: stacked wwrapper after it's death]
19042:
19043: 2002-04-12 paf
19044:
19045: * operators.txt, src/classes/table.C: table.select(expression) 0
19046:
19047: 2002-04-11 paf
19048:
19049: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19050: Request::process_internal codeFrame & wwrapper stacked [not
19051: wasting heap anymore]
19052:
19053: 2002-04-10 paf
19054:
19055: * src/: classes/double.C, classes/file.C, classes/hash.C,
19056: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19057: classes/string.C, classes/table.C, classes/void.C,
19058: classes/xdoc.C, include/pa_request.h, main/execute.C,
19059: main/pa_string.C: killed Request::process() wrapping
19060: VString(String) in case we need only String
19061:
19062: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19063: killed 8 bytes from String.head
19064:
19065: 2002-04-09 paf
19066:
19067: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19068: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19069: local*/char b[...]; a=b; situations
19070:
19071: * operators.txt, src/classes/xdoc.C: xslt params made literal
19072:
19073: * src/classes/xdoc.C: xslt params fixed
19074:
19075: * src/: main/pa_common.C, targets/cgi/parser3.C,
19076: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19077: not pool.malloc(MAX_NUMBER) but really neaded
19078:
19079: * operators.txt, src/classes/double.C, src/classes/int.C:
19080: int/double.int/double(default)
19081:
19082: 2002-04-04 paf
19083:
19084: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19085: [when reconstructing pieces were split by
19086: max_integral(piece.size), thus some strings to replace happen to
19087: be split into two = not replaced)
19088:
19089: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19090: standalone version = current dir
19091:
19092: * src/targets/cgi/parser3.C: document root in standalone version =
19093: current dir
19094:
19095: 2002-04-03 paf
19096:
19097: * configure, configure.in: more checks on nonexistent charset
19098:
1.116 moko 19099: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19100:
19101: 2002-04-02 paf
19102:
19103: * src/main/compile.C: parser.compile [exception name more like in
19104: doc]
19105:
19106: 2002-04-01 paf
19107:
19108: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19109: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19110: .content-type.charset, not .charset
19111:
19112: 2002-03-29 paf
19113:
19114: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19115:
19116: * operators.txt, src/classes/date.C: ^date::create now may not
19117: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19118: days' year. | 31.05->31.04 roll
19119:
19120: 2002-03-28 paf
19121:
19122: * operators.txt, src/classes/date.C, src/classes/op.C,
19123: src/include/pa_globals.h, src/include/pa_hash.h,
19124: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19125: ^cache(seconds) ^cache[date] }
19126:
19127: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19128: param
19129:
19130: 2002-03-27 paf
19131:
19132: * operators.txt, src/classes/date.C, src/classes/double.C,
19133: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19134: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19135: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19136: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19137: src/classes/xnode.C, src/include/pa_exception.h,
19138: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19139: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19140: src/main/pa_array.C, src/main/pa_charset.C,
19141: src/main/pa_charsets.C, src/main/pa_common.C,
19142: src/main/pa_dictionary.C, src/main/pa_exception.C,
19143: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19144: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19145: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19146: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19147: src/types/pa_value.h, src/types/pa_vcookie.C,
19148: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19149: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19150: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19151: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19152: src/types/pa_wwrapper.h: assigned exception types
19153:
19154: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19155: src/include/pa_request.h, src/main/execute.C,
19156: src/main/pa_request.C: decided agains resetting exception_trace,
19157: just changed name
19158:
19159: 2002-03-26 paf
19160:
19161: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19162: fixed
19163:
19164: * src/classes/op.C: forced language of $source field of exception
19165: to 'tainted', so that sql-langed-frags could be outputed outside
19166: of connect
19167:
19168: * operators.txt: removed date.roll limit of +-1 offset
19169:
19170: * src/classes/date.C: removed date.roll limit of +-1 offset
19171:
19172: * operators.txt, src/classes/date.C: fixed date roll on
19173: daylightsaving days mktime took into account tm_isdst flag, which
19174: remained from BEFORE roll, but should have been reset
19175:
19176: 2002-03-25 paf
19177:
19178: * operators.txt, src/targets/cgi/parser3.C:
19179: http_site_config_filespec
19180:
19181: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19182: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19183: with any/both --disable-foreign-group-files --disable-execs
19184:
19185: * INSTALL: "--with=sendmail=COMMAND" comment
19186:
19187: * INSTALL, configure, configure.in, src/classes/mail.C,
19188: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19189: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19190: disables execs also. introducing --sendmail
1.95 moko 19191:
19192: * operators.txt: pgsql options comment
19193:
19194: * INSTALL: comment on --disable-link-stdcpp
19195:
1.116 moko 19196: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19197: libstdc++ link skipping configure option
1.95 moko 19198:
19199: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19200: with error were put to cache with 'marked_to_rollback' flag, all
19201: consequent even OK requests rolled back
19202:
19203: 2002-03-22 paf
19204:
19205: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19206: false return
19207:
19208: * operators.txt: few comments on sets
19209:
19210: 2002-03-18 paf
19211:
19212: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19213: src/include/pa_globals.h, src/include/pa_request.h,
19214: src/include/pa_stack.h, src/main/pa_globals.C,
19215: src/main/pa_request.C: introducing ^try
19216:
19217: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19218: types/pa_vdouble.h: removed some tested @tests
19219:
19220: 2002-03-15 paf
19221:
19222: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19223:
19224: 2002-03-13 paf
19225:
19226: * src/main/pa_exception.C: checked not-pooled malloc
19227:
19228: 2002-03-11 paf
19229:
19230: * INSTALL, configure, configure.in,
19231: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19232:
19233: * src/main/pa_common.C: --disable-foreign-group-files
19234:
19235: * INSTALL: --disable-execs
19236:
19237: * src/main/pa_exec.C: --disable-execs
19238:
19239: * configure, configure.in, src/include/pa_config_auto.h.in:
19240: --disable-execs
19241:
19242: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19243:
19244: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19245: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19246:
19247: 2002-03-05 paf
19248:
19249: * operators.txt, src/classes/date.C: date week calendar columns
19250: named
19251:
19252: * operators.txt, src/classes/date.C: date week calendar columns
19253: named
19254:
19255: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19256: requires headers to be terminated with \r\n manually [refuses to
19257: separate header/body itself]
19258:
19259: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19260: targets/isapi/parser3isapi.C: isapi site config beside .dll
19261:
19262: 2002-03-04 paf
19263:
19264: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19265: in PASS language
19266:
19267: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19268: deserialize checks on broken file
19269:
19270: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19271: parser3isapi.dsp: isapi updated
19272:
19273: 2002-03-01 paf
19274:
19275: * src/main/pa_exec.C: execle -> execve, now argc OK
19276:
19277: 2002-02-28 paf
19278:
19279: * src/main/untaint.C: removed some debug comments
19280:
19281: * src/main/pa_charsets.C: when placing charset to cache using
19282: global name now [were request]
19283:
19284: * configure, configure.in: apache module updated
19285:
19286: * src/main/pa_string.C: origin by first piece preferred before last
19287: piece
19288:
19289: 2002-02-27 paf
19290:
19291: * src/main/pa_charset.C: size_t
19292:
19293: * INSTALL: shared/static-xml with-pathlink
19294:
19295: * operators.txt: SMTP comment
19296:
19297: 2002-02-26 paf
19298:
19299: * src/main/pa_exec.C: more precise names for vars, cosmetic
19300:
19301: * src/classes/xnode.C: in some situation, xpath query returned
19302: result with type NODESET, but empty nodeset member field, checked
19303: that
19304:
19305: 2002-02-22 paf
19306:
19307: * INSTALL: without-zlib comment
19308:
19309: * etc/parser3.charsets/windows-1251.cfg: °
19310:
19311: * configure, configure.in: glib###.a detection fixed
19312:
19313: * INSTALL: hashfile removed from INSTALL
19314:
1.116 moko 19315: * Makefile.am: make update
1.95 moko 19316:
19317: * src/main/pa_string.C: string iterators fixed again, so were
19318: String::join_chain
19319:
19320: * src/main/pa_string.C: string iterators fixed again, so were
19321: String::join_chain
19322:
19323: * src/: include/pa_string.h, main/pa_string.C: string iterators
19324: fixed again, so were String::join_chain
19325:
19326: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19327:
19328: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19329: "session"
19330:
1.116 moko 19331: * configure, configure.in, src/include/pa_config_auto.h.in:
19332: --with-shared-xml --with-static-xml
1.95 moko 19333:
19334: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19335: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19336: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19337: xalan&xml
19338:
19339: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19340:
19341: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19342: src/types/types.dsp: removed hashfile support from sources for
19343: now
19344:
1.116 moko 19345: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19346: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19347: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19348: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19349: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19350: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19351: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19352: src/types/Makefile.am, src/types/pa_vhashfile.C,
19353: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19354:
19355: 2002-02-21 paf
19356:
19357: * src/main/untaint.C: removed debug code, activated commented-for
19358: debug parts
19359:
1.116 moko 19360: * Makefile.am: make cvsupdate
1.95 moko 19361:
19362: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19363: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19364: append_row, not at link zero now string to string appending works
19365:
19366: 2002-02-20 paf
19367:
19368: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19369: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19370: DEBUG_STRING_APPENDS_VS_EXPANDS
19371:
19372: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19373: economy: 22%
19374:
19375: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19376: space uptimized: string::link_row removed
19377:
19378: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19379: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19380: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19381: types/pa_vstring.h: speed uptimized: string::is_empty
19382:
19383: * operators.txt, src/include/pa_common.h,
19384: src/include/pa_config_fixed.h, src/include/pa_string.h,
19385: src/include/pa_types.h, src/main/compile.tab.C,
19386: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19387: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19388: string append optimiziation idea and estimates
19389:
19390: 2002-02-19 paf
19391:
19392: * src/classes/math.C: not used directly [but erroreously reported
19393: that 'is', thus registering twice&other probs]
19394:
19395: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19396: to node [element]
19397:
19398: * src/main/compile.C: without string_origins parse error
19399: file+line+col possible
19400:
19401: * src/main/: compile.C: without string_origins not worked
19402:
19403: 2002-02-18 paf
19404:
19405: * src/types/pa_vdouble.h: since we have in_expression removed that
19406: trick i've installed into double::as_string
19407:
19408: * src/main/pa_globals.C: extern "C" was removed too fast
19409:
19410: * src/: include/pa_opcode.h, include/pa_request.h,
19411: main/compile.tab.C, main/compile.y, main/execute.C,
19412: types/pa_wcontext.h: in_expression aimed to solve old problem
19413: with string/nonstring values, now in expressions double/int
19414: values are passed as-is, without stupid tostring/fromstring
19415: conversions
19416:
19417: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19418: __cplusplus } #endif
19419:
19420: * src/main/compile.tab.C: bison env set so one could compile
19421: without cygwin installed
19422:
19423: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19424: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19425: gnome xml libs parser .dsp-s changed accordingly
19426:
19427: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19428:
19429: * operators.txt, src/classes/date.C: date::create [were date::set,
19430: with backward comp
19431:
19432: * src/classes/math.C: math:random range check fixed
19433:
19434: * src/main/: compile.tab.C, compile.y: integer division stops name
19435:
19436: * INSTALL: local install comment
19437:
1.116 moko 19438: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19439:
1.116 moko 19440: * acinclude.m4, aclocal.m4, configure, configure.in,
19441: src/include/pa_config_auto.h.in,
19442: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19443: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19444:
19445: * operators.txt: \ comment
19446:
19447: 2002-02-13 paf
19448:
19449: * src/include/pa_config_includes.h: sys/time time both included
19450: now. vaguely remember confilicts on this on some system [not on
19451: six|ablv] so when would see them again would think up proper
19452: check
19453:
1.116 moko 19454: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19455: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19456:
19457: * src/main/pa_common.C: truncation never occured when writing files
19458: on unix [since i've changed cache mech] fix
19459:
19460: * src/main/pa_common.C: strnchr: sanity check added
19461:
19462: * etc/parser3.charsets/windows-1257.cfg: id added
19463:
19464: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19465: baltic charset file generated, in generation script ispunct check
19466: added
19467:
19468: 2002-02-08 paf
19469:
1.116 moko 19470: * src/: include/Makefile.am, sql/Makefile.am,
19471: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19472:
19473: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19474: forgotten
19475:
19476: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19477:
19478: * INSTALL, README: install&others updated
19479:
19480: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19481:
1.116 moko 19482: * Makefile.am, configure, configure.in,
19483: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19484: src/classes/Makefile.am, src/main/Makefile.am,
19485: src/main/pa_status_provider.C, src/targets/Makefile.am,
19486: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19487: works
1.95 moko 19488:
19489: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19490: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19491: classes/hashfile.C, classes/int.C, classes/mail.C,
19492: classes/math.C, classes/op.C, classes/response.C,
19493: classes/string.C, classes/table.C, classes/void.C,
19494: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19495: include/pa_array.h, include/pa_cache_managers.h,
19496: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19497: include/pa_config_fixed.h, include/pa_config_includes.h,
19498: include/pa_db_connection.h, include/pa_db_manager.h,
19499: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19500: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19501: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19502: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19503: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19504: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19505: include/pa_stack.h, include/pa_string.h,
19506: include/pa_stylesheet_connection.h,
19507: include/pa_stylesheet_manager.h, include/pa_table.h,
19508: include/pa_threads.h, include/pa_types.h, main/compile.C,
19509: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19510: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19511: main/pa_db_connection.C, main/pa_db_manager.C,
19512: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19513: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19514: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19515: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19516: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19517: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19518: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19519: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19520: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19521: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19522: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19523: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19524: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19525: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19526: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19527: types/pa_vmethod_frame.h, types/pa_vobject.h,
19528: types/pa_vrequest.h, types/pa_vresponse.h,
19529: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19530: types/pa_vstateless_object.h, types/pa_vstatus.C,
19531: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19532: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19533: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19534: classes/image.C, main/pa_common.C, main/pa_exec.C,
19535: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19536: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19537: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19538: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19539: types/pa_vxnode.C, main/pa_charset.C: name spelling
19540:
19541: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19543: classes/hashfile.C, classes/image.C, classes/int.C,
19544: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19545: classes/string.C, classes/table.C, classes/void.C,
19546: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19547: include/pa_array.h, include/pa_cache_managers.h,
19548: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19549: include/pa_config_fixed.h, include/pa_config_includes.h,
19550: include/pa_db_connection.h, include/pa_db_manager.h,
19551: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19552: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19553: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19554: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19555: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19556: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19557: include/pa_stack.h, include/pa_string.h,
19558: include/pa_stylesheet_connection.h,
19559: include/pa_stylesheet_manager.h, include/pa_table.h,
19560: include/pa_threads.h, include/pa_types.h, main/compile.C,
19561: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19562: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19563: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19564: main/pa_db_connection.C, main/pa_db_manager.C,
19565: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19566: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19567: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19568: main/pa_socks.C, main/pa_sql_driver_manager.C,
19569: main/pa_status_provider.C, main/pa_string.C,
19570: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19571: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19572: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19573: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19574: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19575: targets/isapi/pool_storage.h, types/pa_valiased.C,
19576: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19577: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19578: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19579: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19580: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19581: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19582: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19583: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19584: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19585: types/pa_vresponse.h, types/pa_vstateless_class.C,
19586: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19587: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19588: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19589: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19590: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19591: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19592:
19593: 2002-02-07 paf
19594:
19595: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19596:
1.116 moko 19597: * configure, configure.in, src/include/pa_config_auto.h.in,
19598: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19599: added yet another locking function: fcntl
1.95 moko 19600:
19601: * config.sub: on cygwin configure passes it with strange i1586
19602: const, hacked it to mean i586
19603:
19604: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19605: disabled $if reference due to conflicts with local variables
19606:
19607: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19608: xdoc::set obsolete now, now xdoc::create, with both sences
19609:
19610: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19611: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19612: table::create now // 'set' name obsolete now table clone.
19613:
19614: * operators.txt, src/classes/string.C,
19615: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19616: ^int/double/string.format now can be called with normal []
19617: brackets, not stupid {} as it were implemented for some strange
19618: reason. retaining backward compatibility due to some
19619: already-implemented servers
19620:
19621: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19622: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19623: operators now detected by check at name_without_curly_rdive_read
19624: rule whether diving code constists only of
19625: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19626: with OP_GET_ELEMENT_OR_OPERATOR to form
19627: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19628:
19629: 2002-02-06 paf
19630:
19631: * configure, configure.in: prefix expanded, grr
19632:
19633: * operators.txt, src/classes/mail.C: mail:send config changed
19634:
19635: 2002-02-05 paf
19636:
19637: * operators.txt: regex options commented
19638:
19639: * src/main/: pa_exec.C: argv0 now correct
19640:
19641: * src/types/pa_vstatus.C: status:rusage 3
19642:
19643: * src/types/pa_vstatus.C: status:rusage 2
19644:
19645: * operators.txt: status:rusage described int operators
19646:
19647: * src/types/pa_vstatus.C: status:rusage 1
19648:
19649: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19650: src/types/types.dsp: status:rusage
19651:
19652: * configure.in, operators.txt, src/classes/file.C,
19653: src/classes/op.C, src/include/pa_common.h,
19654: src/include/pa_config_includes.h, src/main/compile.tab.C,
19655: src/main/pa_common.C: rewritten ^cache to use
19656: non-blocking-exclusive-caches
19657:
19658: * src/main/pa_common.C: text file read mode on win32 adjusted
19659: [speed impact. was off for debugging purpose, but forgotten
19660: afterwards]
19661:
19662: 2002-02-01 paf
19663:
19664: * src/classes/op.C: file_write does EX lock after create, while
19665: file_read does SH after open, so there's a moment after create
19666: but before EX lock when read can sneak into, and read
19667: just-created-for-writing-and-not-yet-locked file, added a check
19668: for that in ^cache...read
19669:
19670: 2002-01-31 paf
19671:
19672: * src/main/: compile.y, compile.tab.C: disabled operator call after
19673: ^xxx:
19674:
19675: * src/main/: compile.tab.C, execute.C: made operators lookup first
19676: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19677:
19678: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19679: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19680: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19681: operators check 6.1 rewritten. now check is done at compile time
19682:
19683: * src/main/execute.C: operators check 5 floated up old error of
19684: staying in 'entered class/object' state after $a($a..) it
19685: prevented operators from being called thereafter
19686:
19687: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19688: main/execute.C: operators check 4 floated up old error of staying
19689: in 'entered object' state after ^a.a(a) it prevented operators
19690: from being called thereafter
19691:
19692: * src/main/execute.C: operators check 3 floated up old error of
19693: staying in 'entered class' state after $a:a(a) it prevented
19694: operators from being called thereafter
19695:
19696: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19697: floated up old error of staying in 'entered class' state after
19698: $a:a[a] it prevented operators from being called thereafter
19699:
19700: * src/main/execute.C: operators check, thay mistakenly seen in
19701: $class:operator $object.operators contexts
19702:
19703: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19704: win32
19705:
1.116 moko 19706: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19707: src/classes/Makefile.am, src/main/Makefile.am,
19708: src/targets/cgi/Makefile.am,
1.95 moko 19709: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19710: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19711:
1.116 moko 19712: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19713: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19714: configure, configure.in, form.txt, ident.awk, install-sh,
19715: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19716: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19717: etc/parser3.charsets/Makefile.am,
19718: etc/parser3.charsets/koi8-r.cfg,
19719: etc/parser3.charsets/windows-1250.cfg,
19720: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19721: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19722: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19723: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19724: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19725: straightened installation scripts procedure made
19726: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19727: change
19728:
19729: 2002-01-30 paf
19730:
19731: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19732: removed] those comments were a mistake, and prevented libltdl
19733: from function properly
19734:
19735: 2002-01-29 paf
19736:
1.116 moko 19737: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19738: creation [modified acinclude.m4 which were creating int into just
19739: assignment LIBTOOL=../libtool] added default system
19740: config&charsetts prepared 'make install', now it installs
19741: targets/cgi/parser3 into bin directory etc/parser3.conf &
19742: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19743: $sysconfdir/parser3.charsets respectively
19744:
19745: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19746: main/pa_globals.C: few forgotten ifdef XML added
19747:
19748: 2002-01-28 paf
19749:
1.116 moko 19750: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19751: removed
19752:
19753: * src/main/pa_exception.C: dom|generic error output fix
19754:
19755: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19756:
19757: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19758:
19759: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19760: [fixed as_node helper func to accept docs]
19761:
19762: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19763: xdoc.importNode 0
19764:
19765: * src/classes/xdoc.C: xdoc::set now untaints OK
19766:
19767: 2002-01-25 paf
19768:
19769: * src/main/: compile.tab.C, compile.y: #comment before @ after
19770: @SPECIAL now works OK
19771:
19772: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19773:
19774: * src/main/pa_exec.C: max arg count now 10, and proper message on
19775: violation that added
19776:
19777: * src/classes/hash.C: unified hash::sql, now
19778: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19779:
19780: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19781: ^file:lock[filename]{code}
19782:
19783: * src/: classes/file.C, classes/op.C, classes/string.C,
19784: classes/table.C, classes/xdoc.C, include/pa_common.h,
19785: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19786: to some pa_common funcs
19787:
19788: * src/: include/pa_charset.h, main/pa_globals.C:
19789: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19790:
19791: * src/: include/pa_charset.h, main/pa_charset.C,
19792: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19793: not stupid illegal define
19794:
19795: 2002-01-24 paf
19796:
19797: * src/include/pa_version.h: changed version number
19798:
19799: * src/: classes/hashfile.C, include/pa_db_table.h,
19800: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19801: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19802: main/pa_db_connection.C, main/pa_db_table.C,
19803: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19804: hashfile without logfiles
19805:
19806: * src/: classes/hashfile.C, include/pa_db_table.h,
19807: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19808: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19809: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19810: DB_INIT_TXN init bits, thus got rid of huge log files, which
19811: cluttered disk without huge need]
19812:
19813: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19814: handy macro, which is strangly abscent in dome lib
19815:
19816: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19817:
19818: * src/classes/xdoc.C: checked empty response
19819:
19820: * src/classes/xnode.C: xdoc.select fixed context node [were always
19821: /, not self node]
19822:
19823: * src/classes/xnode.C: xnode.select returns array always now, in
19824: case 'nothing found' returns empty array
19825:
19826: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19827: be more tender with ctrl/c/v
19828:
19829: 2002-01-23 paf
19830:
19831: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19832: substituted. // 2. when dom tree with entites goes under
19833: transform text nodes // got [erroreosly] cut on first
19834: entity occurance
19835:
19836: * src/types/pa_vdouble.h: double prec. todo: get rid of
19837: twice-converting
19838:
19839: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19840: 'e' in output this is for regretful twice-converting here:
19841: $a(double value) when they write double falue they convert it to
19842: string first, thus %g were losing precesion.
19843:
19844: todo: think up some way to remove double->string string->double
19845: twice-converting
19846:
19847: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19848: %.20E now default float format this is for regretful
19849: twice-converting here: $a(double value) when they write double
19850: falue they convert it to string first, thus %g were losing
19851: precesion.
19852:
19853: todo: think up some way to remove double->string string->double
19854: twice-converting
19855:
19856: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19857: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19858: reasons in comment inside
19859:
19860: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19861: statically linked]
19862:
19863: * src/: include/pa_exception.h, main/compile.tab.C,
19864: main/pa_exception.C: removed exception va_list constructor. 1.
19865: not needed anymore 2. there were a conflict[causing errors]
19866: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19867: never detected an ambiguilty here, compiling ctor(, "hello") into
19868: ctor(, va_list) which, of course, caused gpf
19869:
19870: * src/main/pa_globals.C: removed debug xslt messages
19871:
19872: 2002-01-22 paf
19873:
19874: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19875: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19876: helps compiling stylesheet properly. example: this refused to
19877: work, <b>«<xsl:value-of select="@title"
19878: />»</b> stranly worked only this way:
19879: <b>«<xsl:value-of select="@title" />»</b>
19880:
19881: docs says "set it to 1", never going into details, so I decided
19882: to try NOT to do that
19883:
19884: * src/classes/table.C: join behaived badly in case named tables
19885: structure mismatched: 0 strings sneaked into dest failing
19886: afterwards. replaced them with empty strings
19887:
19888: 2002-01-21 paf
19889:
19890: * src/main/pa_charset.C: checked empty transcoders in
19891: transcode_cstr|buf
19892:
19893: * src/classes/xdoc.C: xdoc::load error source = filespec
19894:
19895: * src/classes/xdoc.C: transform error source now
19896: stylesheet_filespec
19897:
1.116 moko 19898: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19899: include/pa_stylesheet_connection.h, main/pa_charset.C,
19900: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19901: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19902: gnome
1.95 moko 19903:
19904: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19905: include/pa_globals.h, include/pa_stylesheet_connection.h,
19906: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19907: xslt generic error 1
19908:
19909: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19910: xml generic message 1
19911:
19912: * src/classes/table.C: ^table::load empty lines or #comments before
19913: headline
19914:
19915: * src/: include/pa_array.h, include/pa_globals.h,
19916: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19917: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19918: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19919: errors 0
19920:
19921: 2002-01-16 paf
19922:
19923: * src/: classes/hash.C, classes/op.C, classes/string.C,
19924: classes/table.C, classes/void.C, classes/xdoc.C,
19925: include/pa_db_connection.h, include/pa_request.h,
19926: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19927: include/pa_stylesheet_connection.h,
19928: include/pa_stylesheet_manager.h, main/pa_request.C,
19929: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19930: targets/cgi/pool_storage.h: auto closers to sql_connection,
19931: stylesheet_connection auto destroyers to remaining gnome objects
19932:
19933: * src/classes/xdoc.C: few comments
19934:
19935: 2002-01-15 paf
19936:
19937: * src/classes/xdoc.C: xdoc file save string
19938:
19939: ready. todo: error handling
19940:
19941: * src/classes/xdoc.C: xdoc save rewritten using
19942: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19943: result
19944:
19945: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19946: started output options parsing
19947:
19948: 2002-01-14 paf
19949:
19950: * src/classes/xdoc.C: method
19951:
19952: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19953: include/pa_pool.h, include/pa_stylesheet_connection.h,
19954: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19955: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19956: xslt transform0. TODO: use output options handle errors
19957:
19958: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19959:
19960: 2002-01-11 paf
19961:
19962: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19963: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19964: partial logical && || evaluation
19965:
19966: * src/classes/xnode.C: xpath selectNodes
19967:
19968: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19969: string/number/bool
19970:
19971: * src/classes/xnode.C: xpath selectNode 2
19972:
19973: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19974: xpath selectNode 1
19975:
19976: 2002-01-10 paf
19977:
19978: * src/classes/xnode.C: xpath selectNode -100 [just written]
19979:
19980: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19981: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19982: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19983: refcounter]
19984:
19985: 2001-12-29 paf
19986:
19987: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19988: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19989: glib works 0
19990:
19991: 2001-12-28 paf
19992:
19993: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19994: main/pa_exception.C: started glib transcoders
19995:
19996: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19997:
19998: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19999: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20000: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20001: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20002: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20003: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20004: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20005: libs just compiled in. no refcounting no xpath no xslt yet
20006:
20007: 2001-12-27 paf
20008:
20009: * src/: include/pa_charset.h, include/pa_common.h,
20010: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20011: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20012: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20013: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20014: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20015: from xalan&xerces, started the process. globals [initialization
20016: pool [charset update charset [transcodings vxnode vxdoc [DOM
20017: calls
20018:
20019: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20020: anymore
20021:
20022: 2001-12-26 paf
20023:
20024: * src/: include/pa_charset.h, include/pa_charsets.h,
20025: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20026: key globalized [bug]
20027:
20028: 2001-12-25 paf
20029:
20030: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20031: main/pa_string.C: table set & append changed splitting languages,
20032: separators now can be clean AND as-is same to mail command line
20033: $MAIN:MAIL.progX arguments
20034:
20035: 2001-12-24 paf
20036:
20037: * src/classes/mail.C: one parted text messages - no multipart
20038: mime-type anymore. for convinient if $.attach-ments
20039:
20040: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20041: main/pa_string.C: read from cache size check updated
20042:
20043: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20044:
20045: 2001-12-21 paf
20046:
20047: * src/classes/date.C: date:sql-string now returns localtime
20048:
20049: * src/main/pa_request.C: $result in @main actually not working, to
20050: hell with it for now
20051:
20052: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20053: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20054: @postprocess @exception
20055:
20056: * src/main/execute.C: junction evaluation canceled - endless
20057: recursion detected
20058:
20059: 2001-12-19 paf
20060:
20061: * src/main/pa_charset.C: charset->charset transcoding via unicode
20062: intermediate
20063:
20064: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20065:
20066: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20067:
20068: * src/classes/op.C: ^cache keypath now relative
20069:
20070: * src/classes/mail.C: changed weighting prior to sort
20071:
20072: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20073: were missing
20074:
20075: 2001-12-17 paf
20076:
20077: * src/main/pa_charset.C: ifndef XML were bad type
20078:
20079: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20080: outdated unset services_pool
20081:
20082: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20083: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20084: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20085:
20086: * src/main/untaint.C: allowed space in filespec
20087:
20088: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20089:
20090: * src/classes/image.C: no govno
20091:
20092: * src/classes/image.C: govno
20093:
20094: 2001-12-16 paf
20095:
20096: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20097:
20098: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20099: charset_connection&manager replaced by charset&charsets
20100:
20101: * src/main/pa_charset.C: name_cstr 0
20102:
20103: * src/main/untaint.C: uri lang now knows about client/source
20104: charsets
20105:
20106: * src/: classes/file.C, classes/math.C, classes/op.C,
20107: classes/string.C, classes/table.C, classes/xdoc.C,
20108: include/pa_array.h, include/pa_cache_managers.h,
20109: include/pa_charset_connection.h, include/pa_charset_manager.h,
20110: include/pa_common.h, include/pa_db_connection.h,
20111: include/pa_db_manager.h, include/pa_db_table.h,
20112: include/pa_dictionary.h, include/pa_exception.h,
20113: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20114: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20115: include/pa_sapi.h, include/pa_socks.h,
20116: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20117: include/pa_string.h, include/pa_stylesheet_connection.h,
20118: include/pa_stylesheet_manager.h, include/pa_table.h,
20119: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20120: main/pa_charset.C, main/pa_charset_connection.C,
20121: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20122: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20123: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20124: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20125: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20126: types/types.dsp: introducing Charset
20127:
20128: 2001-12-14 paf
20129:
20130: * src/: include/pa_request.h, include/pa_transcoder.h,
20131: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20132: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20133: uri lang
20134:
20135: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20136:
20137: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20138:
20139: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20140: defalts_name global
20141:
20142: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20143: include/pa_request.h, main/main.dsp,
20144: main/pa_charset_connection.C, main/pa_charset_manager.C,
20145: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20146: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20147: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20148: changed charset model. now important: $request:charset
20149: $response:charset while $response:content-type.charset become
20150: unimportant [informational]
20151:
20152: 2001-12-13 paf
20153:
20154: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20155:
20156: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20157: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20158: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20159: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20160: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20161: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20162:
20163: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20164: auto_ptr part other way, because of stupid gcc 2.96
20165: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20166: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20167: FormatterListener] /usr/include/g++-3/memory:48:
20168: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20169: _Tp1 = FormatterListener, _Tp = FormatterListener]
20170:
20171: * src/classes/xdoc.C: removed extra inc
20172:
20173: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20174:
20175: * src/include/pa_types.h: msvc head debugging flag
20176:
20177: * src/classes/xdoc.C: freed up listener
20178:
20179: * src/classes/string.C: change msg '... code is not code'
20180:
20181: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20182: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20183: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20184: [past/future prob]
20185:
20186: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20187: include/pa_config_fixed.h, include/pa_db_manager.h,
20188: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20189: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20190:
20191: * src/: include/pa_config_fixed.h, main/pa_common.C,
20192: main/pa_string.C: removed signed mismatch warnings
20193:
20194: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20195: 'expires' from header outputs
20196:
20197: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20198: row ptr
20199:
20200: * src/classes/file.C: file::cgi bug, request_method were passed to
20201: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20202:
20203: * src/classes/xdoc.C: lang list updated
20204:
20205: 2001-12-10 paf
20206:
20207: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20208:
20209: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20210: erase files like that, knowing their full name introducing //
20211: theoretical problem with, for instance, "_2B" and "." fragments,
20212: // they would yield the same // because
20213: need_file_encode('_')=false // but we need to delete such files
20214: somehow, getting names from ^index
20215:
20216: * src/main/pa_string.C: ^string.replace bug fixed [bad
20217: string::join_chank break]
20218:
20219: 2001-12-07 paf
20220:
20221: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20222: include/pa_common.h, include/pa_config_auto.h.in,
20223: include/pa_config_fixed.h, include/pa_config_includes.h,
20224: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20225: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20226: types/pa_vhashfile.C: merged from r14_simple_cache
20227:
20228: * src/main/pa_string.C: stupid sparc architecture failed to access
20229: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20230: lduh [ %i2 + 1 ], %l0
20231:
20232: bus error, fixed that
20233:
20234: * src/main/pa_string.C: strange string deserialize bug on
20235: client[pmts], a bit shortened,
20236:
20237: * src/include/pa_config_auto.h.in: makes
20238:
20239: * src/: include/pa_common.h, include/pa_config_fixed.h,
20240: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20241: file write shared lock file read
20242:
20243: * src/: classes/op.C, include/pa_common.h,
20244: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20245:
20246: 2001-12-06 paf
20247:
20248: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20249: main/pa_request.C: #ifdef RESOURCES_DEBUG
20250:
20251: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20252: info
20253:
20254: * src/classes/hashfile.C: removed transaction from ^cache
20255:
20256: 2001-12-05 paf
20257:
20258: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20259: IIS5 there were a prob with illegal call check
20260:
20261: 2001-12-04 paf
20262:
20263: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20264: main/pa_request.C: measures to log
20265:
20266: 2001-11-23 paf
20267:
20268: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20269: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20270: types/pa_vhashfile.C: merged from _0014, 1
20271:
20272: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20273: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20274: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20275: ^cache(33) would change
20276:
20277: 0660 bits in file_write & hashfile create
20278:
20279: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20280: after pa_string optimization]
20281:
20282: 2001-11-22 paf
20283:
20284: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20285: table.offset[whence]
20286:
20287: * src/classes/op.C: process cstr(,connection)
20288:
20289: * src/classes/op.C: process now gets its body on current language,
20290: not as-is
20291:
20292: * src/main/untaint.C: ORIGINS mode removed UHTML
20293:
20294: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20295: bit
20296:
1.116 moko 20297: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20298:
20299: 2001-11-21 paf
20300:
20301: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20302: <xsl:output output options made identical to xsl:output
20303: attributes exclusion: cdata-section-elements what xalan can do
20304: but that not used now: it can escape and remove CDATA sections
20305:
20306: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20307: produced by xslt
20308:
20309: * src/targets/cgi/parser3.C: removed debug cgi||1
20310:
20311: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20312:
20313: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20314: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20315: default language for {code}, it happen to change it's language
20316: from CLEAN, so later refused to split by CLEAN \t
20317:
20318: 2001-11-20 paf
20319:
1.116 moko 20320: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20321: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20322: bottom of dependeces, so that errors would popup quicklier, fixed
20323: line numbering in table::sql
20324:
20325: 2001-11-19 paf
20326:
20327: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20328: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20329: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20330: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20331: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20332: at wcontext.write
20333:
1.116 moko 20334: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20335: _set_new_handler
20336:
1.116 moko 20337: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20338: set_new_handler in apache&isapi
1.95 moko 20339:
20340: 2001-11-16 paf
20341:
20342: * src/targets/cgi/parser3.C: pool debug @ die
20343:
20344: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20345: removed 8 bytes from String, 2 bytes from
20346: string::chunk::row::item
20347:
20348: * src/main/pa_string.C: removed 1+4 bytes from String
20349:
20350: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20351: types/pa_vstring.C: removed 1+4 bytes from String
20352:
20353: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20354: 0
20355:
20356: * src/: include/pa_globals.h, include/pa_string.h,
20357: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20358: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20359: targets/cgi/parser3.C: introducing estimating
20360: String::cstr_bufsize, 0
20361:
20362: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20363:
20364: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20365:
20366: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20367: include/pa_pool.h: die in pool::fail
20368:
20369: 2001-11-15 paf
20370:
20371: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20372: main/pa_exception.C, targets/cgi/parser3.C: exception with
20373: dynamic buffer re-back now with counter
20374:
20375: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20376: static buffer back
20377:
20378: * src/targets/cgi/parser3.C: std::
20379:
20380: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20381: include/pa_config_includes.h: setnewhandler check
20382:
1.116 moko 20383: * src/include/pa_config_auto.h.in: makes
1.95 moko 20384:
20385: * src/targets/cgi/parser3.C: set_new_handler started
20386:
20387: 2001-11-14 paf
20388:
20389: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20390: was wrong
20391:
20392: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20393: was wrong
20394:
20395: * src/main/pa_request.C: z
20396:
20397: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20398: full returns win32 -1 solaris >buffer_size
20399:
20400: checked all that
20401:
20402: * src/classes/op.C: ^untaint{body} as-is default now
20403:
20404: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20405: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20406: with no_bad_constructors_try
20407:
20408: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20409: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20410: this: $bred[^string::length[]] $bred[^response::clear[]]
20411: $bred[^int::int[]]
20412:
20413: now VObject creation moved into overriden
20414: VClass::create_new_value, thus 0 from create_new_value means that
20415: class has no ctors
20416:
20417: 2001-11-13 paf
20418:
20419: * src/classes/classes.C: returned accedently removed if in foreach
20420: callbacks [when hash no-0-restructure]
20421:
20422: 2001-11-12 paf
20423:
20424: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20425: passed as-is to method, xalan makes & into & itself
20426:
20427: * src/classes/date.C: date.roll parser2 alg used
20428:
20429: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20430: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20431: main/pa_dictionary.C, main/pa_hash.C,
20432: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20433: now does not containt 0 values. put 0 actullay removes. no check
20434: on 0 value in foreach now required
20435:
20436: 2001-11-11 paf
20437:
20438: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20439:
20440: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20441:
20442: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20443: driver initialize not const
20444:
20445: 2001-11-10 paf
20446:
20447: * src/main/pa_exec.C: doc
20448:
20449: 2001-11-09 paf
20450:
20451: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20452: param properly
20453:
20454: * src/classes/string.C: string.save now does untainting before
20455: saving
20456:
20457: * src/main/pa_common.C: line endings fixing fixed last piece[was
20458: still cstr oriented]
20459:
20460: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20461: line endings fixing got rid of cstr, now must work ok with post
20462: multipart
20463:
20464: * src/types/pa_vform.C: line endings fixed at post / multipart /
20465: not file also now
20466:
20467: 2001-11-08 paf
20468:
20469: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20470: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20471: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20472: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20473: main/pa_stylesheet_manager.C: restructured Cache manager to be
20474: simple parent, not second parent [gcc 2.96 strangly refused to
20475: call virtual from second parent]
20476:
1.116 moko 20477: * src/: include/pa_common.h, main/Makefile.am,
20478: targets/cgi/pa_pool.C: makes
1.95 moko 20479:
20480: * src/: include/pa_request.h, main/pa_request.C,
20481: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20482: 'status' class enabler
20483:
20484: <Location /parser-status.html> ParserStatusAllowed </Location>
20485:
20486: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20487: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20488: include/pa_stylesheet_manager.h, main/main.dsp,
20489: main/pa_cache_managers.C, main/pa_charset_manager.C,
20490: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20491: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20492: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20493: todo: apache 'status' class enabler
20494:
20495: 2001-11-05 paf
20496:
20497: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20498: debug to normal
20499:
20500: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20501: hence i removed skipping 0 values in hash::for_each-es we need to
20502: check cleaned cache items manually. few more checks.
20503:
20504: expiring to 0 time was wrong, changed to 'now' time
20505:
20506: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20507: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20508: on apache already done :)
20509:
20510: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20511: skipping 0 values in hash::for_each-es we need to check cleaned
20512: cache items manually
20513:
20514: * src/main/: pa_db_connection.C, pa_db_table.C:
20515: parser_multithreaded check was wrong
20516:
20517: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20518: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20519: classes/hashfile.C, classes/image.C, classes/int.C,
20520: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20521: classes/string.C, classes/table.C, classes/void.C,
20522: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20523: include/pa_array.h, include/pa_charset_connection.h,
20524: include/pa_charset_manager.h, include/pa_common.h,
20525: include/pa_config_fixed.h, include/pa_config_includes.h,
20526: include/pa_db_connection.h, include/pa_db_manager.h,
20527: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20528: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20529: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20530: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20531: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20532: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20533: include/pa_stack.h, include/pa_string.h,
20534: include/pa_stylesheet_connection.h,
20535: include/pa_stylesheet_manager.h, include/pa_table.h,
20536: include/pa_threads.h, include/pa_types.h, main/compile.C,
20537: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20538: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20539: main/pa_charset_manager.C, main/pa_common.C,
20540: main/pa_db_connection.C, main/pa_db_manager.C,
20541: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20542: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20543: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20544: main/pa_socks.C, main/pa_sql_driver_manager.C,
20545: main/pa_status_provider.C, main/pa_string.C,
20546: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20547: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20548: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20549: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20550: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20551: targets/isapi/pool_storage.h, types/pa_valiased.C,
20552: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20553: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20554: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20555: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20556: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20557: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20558: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20559: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20560: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20561: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20562: types/pa_vstateless_object.h, types/pa_vstatus.h,
20563: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20564: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20565: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20566: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20567: $status:db fixed used not initialized in db_connection & db_table
20568:
20569: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20570: $status:charset
20571:
20572: * src/: classes/xdoc.C, include/pa_db_connection.h,
20573: include/pa_stylesheet_connection.h,
20574: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20575: types/pa_vstatus.h: $status:stylesheet
20576:
20577: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20578: include/pa_request.h, include/pa_sql_connection.h,
20579: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20580: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20581: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20582: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20583: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20584: types/pa_vxnode.C, types/types.dsp: started status parser class
20585:
20586: 2001-11-01 paf
20587:
20588: * src/include/pa_config_auto.h.in: makes
20589:
20590: * src/main/pa_hash.C: removed old extra include
20591:
20592: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20593: checks [for hp, there are such in math.h]
20594:
20595: * src/classes/op.C: ^for endless loop check strightened
20596:
20597: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20598: behavior in native calls. it left unchanged, so ^for ^foreach &
20599: co can use r.root to write their i & key,value there
20600:
20601: * src/classes/op.C: detected for var storage bug, fixed.
20602: todo:foreach
20603:
20604: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20605: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20606: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20607: changing of hash inside of foreach
20608:
20609: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20610: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20611: were hash.foreach
20612:
20613: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20614: types/pa_vstring.C, types/pa_vstring.h:
20615: ^foreach[key|value]{body}[[separator]|{separator}]
20616:
20617: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20618: types/pa_vcookie.C: ^hash.delete[key]
20619:
20620: 2001-10-31 paf
20621:
20622: * src/main/: compile.C, pa_common.C: completely empty file now
20623: considered "read", not ignored [not perfect trick used]
20624:
20625: * src/main/pa_common.C: simplier common ifdefs
20626:
20627: * src/main/pa_common.C: typing bug in common - bad ifdeff
20628:
20629: * src/main/pa_db_connection.C: z
20630:
20631: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20632: lockdetector flags
20633: dbenv.lk_detect=DB_LOCK_RANDOM;
20634:
20635: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20636: from accidental show [imagine user forgot @exception]
20637:
20638: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20639:
20640: * src/: classes/file.C, classes/image.C, classes/mail.C,
20641: classes/string.C, classes/xnode.C, include/pa_common.h,
20642: main/pa_common.C: ^string.save[[append;]path]
20643:
20644: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20645: main/execute.C: \ in expression: int divide 10/3=3
20646:
20647: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20648: inside of ^cache
20649:
20650: * src/: include/pa_threads.h, main/pa_db_connection.C,
20651: main/pa_db_table.C, targets/cgi/pa_threads.C,
20652: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20653: needed
20654:
20655: 2001-10-30 paf
20656:
20657: * src/: classes/classes.dsp, main/main.dsp,
20658: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20659: types/types.dsp: enabled debug incremental compile
20660:
20661: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20662: form post data line endings not reformatted now.
20663:
20664: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20665: now required [had bug when file= has no value]
20666:
20667: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20668: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20669: cstr(asis) default param removed
20670:
20671: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20672:
20673: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20674:
20675: * src/include/pa_dir.h: LOAD_DIR fixed
20676:
20677: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20678: was broken} fix_line_breaks
20679:
20680: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20681: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20682: packed with #pragma pack
20683:
1.116 moko 20684: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20685:
20686: 2001-10-29 paf
20687:
20688: * src/types/pa_wcontext.h: bitfield syntax stricter
20689:
20690: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20691: string hash.puts
20692:
20693: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20694:
20695: * src/include/pa_sql_connection.h: there were one wrong
20696: SQL_CONNECTION_FUNC_GUARDED [failed]
20697:
20698: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20699: param.someday either ifdef or remove it
20700:
20701: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20702:
20703: * src/main/untaint.C: optimizing returned after debugging
20704:
20705: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20706: main/untaint.C: memory hunging #pragma pack(1)
20707:
20708: 16 419 844 13 169 394
20709:
20710: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20711: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20712: places [todo:Array]
20713:
20714: * src/: main/execute.C, targets/cgi/pa_pool.C,
20715: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20716: types/pa_wwrapper.h: debugging memory WContext flags to bits
20717:
20718: total 5 652 652/158731 total 5 469 332/158731
20719:
20720: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20721: Array:: without cache in get/put now
20722:
20723: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20724: 18:25:27 2001] total 5 652 652/158731
20725:
20726: * src/: include/pa_string.h, main/pa_string.C,
20727: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20728: now
20729:
20730: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20731: 18:11:53 2001] total 5796092/158731
20732:
20733: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20734: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20735: key ref now
20736:
20737: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20738: 17:11:17 2001] total 16867948/202658
20739:
20740: * src/: classes/file.C, classes/image.C, classes/string.C,
20741: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20742: main/execute.C, main/pa_array.C, main/pa_common.C,
20743: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20744: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20745: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20746: string::as_int/double now usually uses stack, not heap [200K out
20747: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20748:
20749: * src/main/pa_sql_driver_manager.C: ping to have services [old
20750: hiding bug]
20751:
20752: * src/Makefile.am: .am order
20753:
20754: * src/: include/pa_array.h, include/pa_charset_manager.h,
20755: include/pa_db_connection.h, include/pa_db_manager.h,
20756: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20757: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20758: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20759: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20760: required "friend class"
20761:
20762: ../include/pa_request.h:51: friend declaration requires
20763: class-key, i.e. `friend class Temp_lang'
20764:
20765: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20766: main/pa_exception.C, main/pa_sql_driver_manager.C,
20767: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20768:
20769: the idea is to #1 jump to C++ some function to main body, where
20770: every function stack frame has exception unwind information and
20771: from there... #2 propagate_exception()
20772:
20773: 2001-10-28 paf
20774:
20775: * src/main/pa_db_connection.C: removed old consts
20776:
20777: * src/main/pa_db_connection.C: expire table [was accidently pasted
20778: with wrong type/cast]
20779:
20780: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20781: translation
20782:
1.116 moko 20783: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20784: remember to build DB2 with -fexceptions!!!
20785:
20786: * src/main/pa_db_table.C: DB_RMW defed
20787:
20788: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20789: include/pa_db_connection.h, include/pa_db_manager.h,
20790: include/pa_db_table.h, main/pa_db_connection.C,
20791: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20792:
20793: 2001-10-27 paf
20794:
20795: * src/: classes/hashfile.C, include/pa_db_connection.h,
20796: include/pa_db_table.h, main/pa_db_connection.C,
20797: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20798: types/pa_vhashfile.C: DB2 ifdefs
20799:
1.116 moko 20800: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20801: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20802: makes with DB2
20803:
1.116 moko 20804: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20805: types/Makefile.am: makes db
1.95 moko 20806:
20807: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20808: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20809: globals.C
20810:
20811: * src/: classes/hashfile.C, include/pa_db_connection.h,
20812: include/pa_db_table.h, main/pa_db_connection.C,
20813: main/pa_db_table.C: ^hashfile.clear[]
20814:
20815: * src/classes/classes.awk: no $ in var names
20816:
20817: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20818: connection&table [forgotten calls]
20819:
20820: 2001-10-26 paf
20821:
20822: * src/main/pa_db_connection.C: db checkpoints
20823:
20824: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20825: checkpoints
20826:
20827: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20828: default. but entities still reparsed. todo: tothink
20829:
20830: * src/main/pa_db_connection.C: db recover mech 2
20831:
20832: * src/: classes/hashfile.C, include/pa_db_connection.h,
20833: include/pa_db_manager.h, include/pa_db_table.h,
20834: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20835: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20836: types/pa_vhashfile.h: db connections & tables now cached at
20837: create time & multithreaded
20838:
20839: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20840: parsed_source
20841:
20842: * src/main/pa_db_connection.C: about to remove connection from
20843: vhashfile
20844:
20845: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20846: transaction commit/rollback responsibility left to parent [as it
20847: sould - else there were a bug with double free]
20848:
20849: * src/include/pa_db_table.h: db: child transaction commit/rollback
20850: responsibility left to parent [as it sould - else there were a
20851: bug with double free]
20852:
20853: 2001-10-25 paf
20854:
20855: * src/: classes/hashfile.C, include/pa_common.h,
20856: include/pa_db_connection.h, include/pa_db_manager.h,
20857: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20858: types/pa_vhashfile.C, types/pa_vhashfile.h,
20859: include/pa_db_table.h, main/pa_db_table.C: started db_home
20860: [multiple, cached] todo: autorecover [tried, but not succeded,
20861: yet]
20862:
20863: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20864:
20865: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20866: transaction parent passed
20867:
20868: 2001-10-24 parser
20869:
1.116 moko 20870: * src/classes/Makefile.am: makes
1.95 moko 20871:
20872: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20873: isapi/pool_storage.h: pool_storage fixed
20874:
20875: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20876: types/pa_vform.h: form fix_line_breaks
20877:
1.116 moko 20878: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20879:
20880: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20881: targets/cgi/pool_storage.h: makes
20882:
20883: * src/sql/pa_sql_driver.h: version
20884:
20885: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20886: types/pa_vform.C, types/pa_vform.h: .am
20887:
20888: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20889: this: DB_RMW Acquire write locks instead of read locks when doing
20890: the retrieval. Setting this flag may decrease the likelihood of
20891: deadlock during a read-modify-write cycle by immediately
20892: acquiring the write lock during the read part of the cycle so
20893: that another thread of control acquiring a read lock for the same
20894: item, in its own read-modify-write cycle, will not result in
20895: deadlock
20896:
20897: * src/targets/isapi/parser3isapi.dsp: doc
20898:
20899: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20900:
20901: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20902:
20903: * src/: classes/hashfile.C, include/pa_db_connection.h,
20904: main/pa_db_connection.C: hashfile expired deleted from db when
20905: get & iterate
20906:
20907: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20908: expiring 1
20909:
20910: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20911:
20912: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20913: db_connection not bothers with key when not returning expired
20914: data
20915:
20916: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20917: types/pa_vhashfile.C: db_cursor constructor public now
20918:
20919: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20920: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20921: stamped, todo: put_element analize
20922:
20923: * src/: include/pa_db_connection.h, include/pa_string.h,
20924: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20925: serialize. todo stamp
20926:
20927: 2001-10-23 parser
20928:
20929: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20930: classes/image.C, classes/mail.C, classes/response.C,
20931: classes/string.C, classes/table.C, classes/xdoc.C,
20932: include/pa_config_fixed.h, include/pa_db_connection.h,
20933: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20934: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20935: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20936: types/pa_vtable.C: ^hashfile.hash[]
20937:
20938: * src/: classes/hashfile.C, classes/xdoc.C,
20939: include/pa_config_fixed.h, main/pa_db_manager.C,
20940: main/pa_globals.C: ifdefs so it compiled without db
20941:
20942: * src/: classes/hashfile.C, include/pa_db_connection.h,
20943: include/pa_db_manager.h, main/pa_db_connection.C,
20944: main/pa_db_manager.C, types/pa_vhashfile.h:
20945: ^hashfile.transaction{code} ^hashfile:clear[filename]
20946: ^hashfile.delete[key]
20947:
20948: 2001-10-22 parser
20949:
20950: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20951: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20952:
20953: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20954: classes/xnode.C, include/pa_charset_connection.h,
20955: include/pa_db_connection.h, include/pa_db_manager.h,
20956: include/pa_exception.h, include/pa_sapi.h,
20957: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20958: include/pa_stylesheet_connection.h,
20959: include/pa_stylesheet_manager.h,
20960: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20961: main/pa_db_connection.C, main/pa_db_manager.C,
20962: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20963: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20964: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20965: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20966: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20967: types/types.dsp: hashfile 0
20968:
20969: * src/types/pa_vhashfile.C: z
20970:
20971: * src/: classes/classes.dsp, classes/hashfile.C,
20972: include/pa_config_fixed.h, main/execute.C,
20973: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20974: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20975:
20976: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20977:
20978: * src/: include/pa_exception.h, include/pa_request.h,
20979: main/execute.C, main/pa_exception.C, main/pa_request.C,
20980: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20981: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20982:
20983: 2001-10-19 parser
20984:
20985: * src/include/pa_pool.h: header
20986:
20987: * src/main/pa_pool.C: auto compiled on gcc
20988:
20989: * src/classes/image.C: comment
20990:
1.116 moko 20991: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20992:
20993: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20994: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20995: types/pa_vxnode.h: xnode clone got freed
20996:
20997: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20998: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20999: can free up xalandomstring resulting from pool::transcode
21000:
21001: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21002: include/pa_config_fixed.h, include/pa_exception.h,
21003: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21004: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21005: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21006: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21007: from non-xml compile
21008:
21009: * src/main/pa_request.C: pool:: context - get_context
21010:
21011: * src/: classes/classes.h, classes/date.C, classes/double.C,
21012: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21013: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21014: classes/string.C, classes/table.C, classes/void.C,
21015: include/pa_config_fixed.h, include/pa_exception.h,
21016: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21017: main/compile.C, main/compile_tools.C, main/execute.C,
21018: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21019: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21020: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21021: main/pa_string.C, main/pa_table.C, main/untaint.C,
21022: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21023: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21024: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21025: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21026: types/pa_vstateless_class.h, types/pa_vtable.C,
21027: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21028: exceptions 0
21029:
21030: * src/classes/classes.awk: $ removed
21031:
21032: 2001-10-18 parser
21033:
21034: * src/types/pa_vcookie.C: cookie:CLASS
21035:
21036: * src/main/main.dsp: project
21037:
21038: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21039: set_document & ctor question "who owns document" solved
21040:
21041: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21042:
21043: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21044: main/pa_pool.C: encoding in dom creating funcs
21045:
21046: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21047: be transformed now
21048:
21049: * src/classes/xdoc.C: dom created by create can be transformed now
21050:
21051: * src/classes/xdoc.C: z
21052:
21053: * src/classes/xdoc.C: comment
21054:
21055: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21056: create now uses XercesDocumentBridge, appendChild&co now works
21057:
21058: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21059: @ recompile
21060:
21061: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21062: $origin @exception[
21063:
21064: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21065: tag names forced to XML lang
21066:
21067: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21068: leechy-found bugs in code&doc fixed
21069:
21070: 2001-10-17 parser
21071:
21072: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21073: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21074: n functionality preserved
21075:
21076: * src/types/pa_vimage.h: removed unused vimage::save
21077:
21078: 2001-10-16 parser
21079:
21080: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21081:
21082: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21083:
21084: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21085:
21086: * src/classes/image.C: image.copy tolerance
21087:
21088: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21089: ineffective, but works for small paleted image
21090:
21091: * src/types/pa_vimage.C: comment
21092:
21093: * src/classes/image.C: gd size/resize bugfix
21094:
21095: * src/: classes/classes.dsp, main/main.dsp,
21096: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21097: types/types.dsp: ident >nul 2>&1
21098:
21099: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21100: systems
21101:
21102: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21103: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21104:
21105: 2001-10-15 parser
21106:
21107: * src/main/execute.C: z
21108:
21109: * src/classes/: xdoc.C: !::create{qualifiedName}
21110:
21111: * src/types/pa_vxnode.C: document_type_node.
21112: !readonly attribute DOMString name
21113: !notation_node.
21114: !readonly attribute DOMString publicId
21115: !readonly attribute DOMString systemId
21116:
1.116 moko 21117: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21118: ::write badly passed string too transparently [failed to
21119: intercept it]
1.95 moko 21120:
21121: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21122: include/pa_request.h, main/pa_sql_driver_manager.C,
21123: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21124: types/pa_vxnode.h: DOM1 major addtion, only few
21125: attributes/methods left
21126:
21127: 2001-10-13 parser
21128:
21129: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21130: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21131: in main handler
21132:
21133: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21134: cleanups & frees order
21135:
21136: * src/types/pa_vcode_frame.h: couple comments
21137:
21138: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21139: transparent enough to handle hash if creation&passing
21140:
21141: * src/: include/pa_config_fixed.h, main/execute.C,
21142: main/pa_exception.C: noticed that vcodeframe not transparent
21143: enough, would change now
21144:
21145: 2001-10-12 parser
21146:
21147: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21148: fixed. initialization&free on each thread!
21149:
21150: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21151: handling changed: now type of default param analized always, not
21152: only at problem time, thus helping early problem spotting
21153:
21154: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21155: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21156: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21157: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21158: multithread bug fixed. initialization&free on each thread!
21159:
21160: 2001-10-11 parser
21161:
21162: * src/classes/xnode.C: xnode.selectSingle now
21163:
21164: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21165: include/pa_pool.h, include/pa_stylesheet_connection.h,
21166: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21167: convertors out of Pool into Exception
21168:
21169: * src/main/pa_string.C: const
21170:
21171: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21172: linked pieces of same language together prior to String::replace
21173:
21174: * src/classes/hash.C: !^hash.add[addme]
21175: !^hash.sub[subme]
21176: !^a.union[b] = new
21177: !^a.intersection[b] = new
21178: !^a.intersects[b] = bool
21179:
21180: * src/classes/hash.C: !^hash::append[append_from]
21181:
21182: * src/: classes/hash.C, types/pa_vhash.h:
21183: !^hash::create[[copy_from]]
21184:
21185: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21186: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21187: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21188: fixed. got rid of empty_string, which caused errors - it hasnt
21189: exception but somebody[value.bark] tried to throw it on it's pool
21190:
1.116 moko 21191: * src/include/pa_config_auto.h.in: makes
1.95 moko 21192:
21193: 2001-10-10 parser
21194:
21195: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21196:
21197: * src/main/: compile.tab.C, compile.y: ^a[
21198:
21199: @next_method << now unclosed ] would be reported here
21200:
21201: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21202: compile error
21203:
21204: 2001-10-09 parser
21205:
1.116 moko 21206: * src/: classes/Makefile.am, main/Makefile.am,
21207: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21208:
21209: * src/classes/Makefile.am: makes
21210:
21211: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21212: win32 errors intercepted [xalan transformer patched and
21213: incorporated]
21214:
21215: * src/: classes/classes.dsp, classes/xdoc.C,
21216: include/pa_stylesheet_connection.h, main/main.dsp,
21217: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21218: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21219: patches starting
21220:
21221: * src/classes/: string.C, table.C: ^string.save[file]
21222:
21223: * src/classes/: date.C, table.C: calendar moved to date
21224:
21225: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21226: string/table] now
21227:
21228: * src/classes/: op.C, table.C: z
21229:
21230: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21231: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21232: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21233: be code [be string..]
21234:
21235: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21236: table.C: lots of
21237: params->as_int/double/as_string/as_junction/as_no_junction
21238: messages added
21239:
21240: 2001-10-08 parser
21241:
21242: * src/: classes/date.C, classes/image.C, classes/string.C,
21243: classes/table.C, classes/void.C, include/pa_request.h:
21244: params->as_int/double message added
21245:
21246: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21247:
21248: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21249: image:sector removed image:html internal "line-*" attribs
21250:
21251: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21252: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21253:
21254: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21255: way
21256:
21257: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21258: main/untaint.C: header untainting to UL_HTTP_HEADER,
21259: UL_MAIL_HEADER made nonforced [only tainted pieces]
21260:
21261: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21262: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21263: @ SAPI::log
21264:
21265: * src/main/untaint.C: \r to ' ' in origins mode
21266:
21267: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21268: set]
21269:
21270: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21271: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21272: nonstandard liaison freed up
21273:
21274: 2001-10-07 parser
21275:
21276: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21277: project
21278:
21279: 2001-10-05 parser
21280:
21281: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21282: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21283: from outputing to cerr. lots of "todos"
21284:
21285: * src/main/untaint.C: http_header tainting more gentle with
21286: enquoting now
21287:
21288: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21289: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21290: xml errorhandler. fixed string.replace a little, read @test
21291:
21292: * src/main/pa_string.C: found replace bug - first_that_starts(char
21293: *) does not have limit, and looks further eos, fixing....
21294:
21295: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21296:
21297: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21298:
21299: * src/main/: pa_charset_connection.C: ctype another mem clear
21300: bugfix
21301:
1.116 moko 21302: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21303: $result[^[$p^]z] now works fine
1.95 moko 21304:
21305: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21306: wrong. fixed it
21307:
21308: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21309: of totable appered to be vital
21310:
21311: 2001-10-04 parser
21312:
21313: * src/classes/image.C: ^image.length[text]
21314:
21315: 2001-10-03 parser
21316:
21317: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21318:
21319: * src/main/pa_request.C: restored pcre defaulting in request
21320: [mindlessly "optimized" yesterday] comment left
21321:
21322: 2001-10-02 parser
21323:
21324: * src/: main/pa_charset_manager.C,
21325: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21326: needed
21327:
21328: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21329: forgot non-xml pool.*charset needed
21330:
21331: * src/classes/table.C: # config comments fixed
21332:
21333: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21334: charset_connection #comment now
21335:
21336: * src/: classes/classes.dsp, types/types.dsp: release projects
21337: options fixed to use release msvcrt lib
21338:
21339: * src/main/pa_charset_connection.C: pcre tables now const inside
21340: removed default - pcre handles that internally fixed bug on
21341: not-cleaning tables [previously was calloced, now member]
21342:
21343: * src/: include/pa_request.h, main/pa_charset_connection.C,
21344: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21345: inside removed default - pcre handles that internally fixed bug
21346: on not-cleaning tables [previously was calloced, now member]
21347:
21348: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21349: tested charset reload on file change @ apache version = OK tested
21350: freeing up prev encoding on adding new = OK
21351:
21352: 2001-10-01 parser
21353:
21354: * src/main/pa_charset_connection.C: removed entitify external hack
21355: [internal installed]
21356:
1.116 moko 21357: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21358:
21359: * src/: include/pa_charset_connection.h,
21360: include/pa_charset_manager.h,
21361: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21362: main/pa_charset_connection.C, main/pa_charset_manager.C,
21363: main/pa_request.C: charset loading & caching mech 0
21364:
21365: * src/: include/pa_stylesheet_connection.h,
21366: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21367: main/pa_globals.C, main/pa_request.C: would make charset loading
21368: & caching mech now
21369:
21370: 2001-09-30 parser
21371:
21372: * src/main/pa_request.C: forgot to fill toTable
21373:
21374: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21375: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21376: failed on win32 for now..
21377:
21378: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21379: now charsets table configuration variable is: CHARSETS
21380:
21381: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21382: ctype with unicode 1. todo: no П entities on output somehow
21383:
21384: * src/: classes/file.C, classes/op.C, classes/string.C,
21385: include/pa_request.h, main/pa_request.C: started ctype with
21386: unicode values
21387:
21388: 2001-09-28 parser
21389:
21390: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21391: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21392: string passed AS-IS now
21393:
21394: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21395: way of user-configuring... todo: implement
21396:
21397: 2001-09-27 parser
21398:
21399: * src/classes/table.C: table.sort changed to sort table itself
21400:
21401: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21402: X^.getElementsByTagName[tagname] = array of xnode
21403: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21404: nodes removed - regretfully not supported @ xalan. maybe someday
21405: would reimplement, if needed.
21406:
21407: win32build system: solved long waiting anti-non-started-apache
21408: problem
21409:
21410: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21411: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21412: types/types.dsp: win32 ident make system so not to rebuild
21413: library [ident.C.new]
21414:
21415: 2001-09-26 parser
21416:
21417: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21418: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21419: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21420: types/pa_vxnode.C, types/types.dsp: z
21421:
21422: * src/classes/classes.C: forgot one non-xml check
21423:
1.116 moko 21424: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21425: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21426:
21427: * src/targets/cgi/parser3.C: z
21428:
21429: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21430: targets/isapi/parser3isapi.C: #ifdef SMTP
21431:
21432: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21433: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21434: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21435: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21436: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21437: types/types.dsp: xdoc&xnode now
21438:
21439: * src/: classes/classes.C, classes/classes.awk,
21440: classes/classes.dsp, classes/classes.h, classes/date.C,
21441: classes/dnode.C, classes/dnode.h, classes/dom.C,
21442: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21443: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21444: classes/op.C, classes/response.C, classes/string.C,
21445: classes/table.C, classes/void.C, include/pa_array.h,
21446: include/pa_common.h, include/pa_config_fixed.h,
21447: include/pa_config_includes.h, include/pa_dictionary.h,
21448: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21449: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21450: include/pa_socks.h, include/pa_sql_connection.h,
21451: include/pa_sql_driver_manager.h, include/pa_stack.h,
21452: include/pa_string.h, include/pa_stylesheet_connection.h,
21453: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21454: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21455: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21456: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21457: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21458: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21459: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21460: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21461: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21462: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21463: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21464: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21465: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21466: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21467: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21468: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21469: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21470: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21471: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21472: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21473: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21474: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21475: types/pa_vmethod_frame.h, types/pa_vobject.h,
21476: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21477: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21478: types/pa_vstateless_object.h, types/pa_vstring.C,
21479: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21480: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21481: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21482: main.dsp splitted to main+classes+types along to .am
21483:
21484: * src/classes/Makefile.am: removed useless var
21485:
21486: * src/: classes/classes.cmd, main/main.dsp,
21487: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21488: main.dsp
21489:
21490: 2001-09-25 parser
21491:
21492: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21493: 1251 though, todo ICU
21494:
1.116 moko 21495: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21496: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21497: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21498: types/pa_vdom.h: xml configure makes
1.95 moko 21499:
21500: 2001-09-24 parser
21501:
1.116 moko 21502: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21503: types/Makefile.am: makes
1.95 moko 21504:
1.116 moko 21505: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21506:
21507: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21508: started unix makes update
21509:
21510: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21511: started unix makes update
21512:
21513: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21514:
21515: * src/types/pa_value.h: z
21516:
21517: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21518: bugs with usinge hash/table in expressions
21519:
21520: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21521: resolved conflicts fixed [const]
21522:
21523: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21524: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21525: main/compile.C, main/compile.tab.C, main/compile.y,
21526: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21527: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21528: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21529: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21530: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21531: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21532: with before_xml [merge2 actually didn't happen - i've created
21533: tags on wrong branch. so this merge is in fact re-merge]
21534:
21535: 2001-09-21 parser
21536:
21537: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21538: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21539: produced "" in make file and sadly wrong interpreted on load]
21540:
1.116 moko 21541: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21542: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21543: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21544: include/pa_sql_driver_manager.h, include/pa_string.h,
21545: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21546: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21547: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21548:
21549: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21550: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21551: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21552: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21553: main/pa_pool.C, main/pa_request.C,
21554: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21555: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21556: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21557: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21558: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21559: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21560: types/pa_vrequest.C, types/pa_vresponse.h,
21561: types/pa_vstateless_class.C, types/pa_vstring.C,
21562: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21563: created new projects for sql drivers [planning to remove sql
21564: drivers from main cvs project] first, will join latest changes
21565:
21566: * src/classes/: dom.C: defaulted dom writing methods encoding to
21567: pool.get_charset
21568:
21569: * src/classes/dom.C: defaulted dom writing methods encoding to
21570: pool.get_charset
21571:
21572: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21573: pool.get_charset
21574:
21575: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21576: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21577: methods encoding to pool.get_charset
21578:
21579: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21580: transcoder were created right "unsupported encoding" message.
21581: not @ set time, but @ use time, so until xml output functions
21582: .string, .file, .save used - no encoding name check occur
21583:
21584: reduced transcode buffer size to 60 fixed pool cleanup - no
21585: registration needed, pools are officially destructured
21586:
21587: 2001-09-20 parser
21588:
21589: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21590:
21591: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21592: $MAIN:DEFAULTS.content-type[$.charset[here]]
21593:
21594: * src/: classes/dnode.C, classes/dom.C,
21595: include/pa_config_includes.h, include/pa_globals.h,
21596: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21597: main/pa_pool.C, targets/cgi/parser3.dsp,
21598: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21599: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21600: Pool::transcode 0
21601:
21602: * src/classes/dom.C: dom. string save file moved output xml options
21603: to last param and made it optional
21604:
21605: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21606: dnodes
21607: !$attributenode.specified = boolean
21608: true if the attribute received its value explicitly
21609: in the XML document,
21610: or if a value was assigned programatically with the
21611: setValue function.
21612: false if the attribute value came from the default value
21613: declared in the document's DTD.
21614: !$pinode.target = target of this processing instruction
21615: XML defines this as being the first token following the
21616: markup
21617: that begins the processing instruction.
21618: XPath:
21619: !^node.select[xpath/query/expression] = hash of 0->node0
21620: 1->node1
21621: !^node.select-single[xpath/query/expression] = first node if
21622: any
21623:
21624: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21625: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21626: some 'const's added
21627:
21628: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21629: expression context now, there value = size and boolean value
21630: size!=0
21631:
21632: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21633: can be used in expression context now, there value = size and
21634: boolean value size!=0
21635:
21636: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21637: types/pa_vstring.h: dnode .file .string .save moved back to dom
21638: due to strange xalan bug
21639:
21640: 2001-09-18 parser
21641:
21642: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21643: classes/image.C, classes/op.C, classes/table.C,
21644: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21645: include/pa_sql_driver_manager.h, main/compile.C,
21646: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21647: main/execute.C, main/pa_common.C, main/pa_request.C,
21648: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21649: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21650: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21651: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21652: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21653: before_xml branch ^if(def $hash) now true only when
21654: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21655:
21656: * src/: classes/op.C, main/execute.C: operators self changed to
21657: root ^for variable context changed to self
21658:
21659: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21660: dnode 1
21661:
21662: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21663: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21664:
21665: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21666: poly* fixed
21667:
21668: 2001-09-17 parser
21669:
21670: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21671: types/pa_vdom.h: started dnode+dom
21672:
21673: dnode DOM methods: $node.name $node.value
21674: ...others...
21675:
21676: ^node.xpath[/rates/USD] = hash
21677: $hash[
21678: $.0[node0]
21679: $.1[node1]
21680: ]
21681:
21682: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21683: applies to all linear primitives
21684:
21685: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21686: include/pa_stylesheet_connection.h, main/main.dsp,
21687: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21688: types/pa_vimage.h: started dnode DOM: $node.name
21689: $node.value ...others... ^node.xpath[/rates/USD] = hash
21690: dom(dnode)
21691:
21692: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21693: main/compile.y, main/compile_tools.h, main/execute.C,
21694: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21695: in expression compound($aa.zz.xx) names now can have minus '-' in
21696: name after '.'
21697:
21698: 2001-09-15 parser
21699:
21700: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21701: image: $line-width ^line(...)[**** style]
21702:
21703: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21704: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21705: pool_storage - cleanups first, allocations second. apache wisely
21706: does just like that
21707:
21708: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21709: rewritten using template, no bugs now
21710:
21711: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21712: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21713: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21714: poorly started isapi pool_storage, would rewrite using template
21715: now
21716:
21717: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21718: include/pa_stylesheet_connection.h, main/main.dsp,
21719: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21720: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21721: xalan objects freed up [introducing Pool::register_cleanup]
21722:
21723: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21724: comments
21725:
21726: 2001-09-14 parser
21727:
21728: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21729: z
21730:
21731: * src/: classes/dom.C, classes/file.C, classes/image.C,
21732: classes/mail.C, include/pa_common.h,
21733: include/pa_sql_driver_manager.h, include/pa_string.h,
21734: include/pa_stylesheet_connection.h,
21735: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21736: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21737: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21738: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21739: compiled&cached
21740:
21741: 2001-09-13 parser
21742:
21743: * src/: classes/dom.C, classes/file.C, classes/image.C,
21744: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21745:
21746: * src/classes/dom.C: dom:file content-type(.method)
21747:
21748: * src/: include/pa_common.h, include/pa_globals.h,
21749: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21750: string now more informative error messages
21751:
21752: * src/: include/pa_globals.h, include/pa_request.h,
21753: main/pa_request.C, targets/cgi/parser3.C,
21754: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21755: ParserSiteConfig .../parser3.conf
21756:
21757: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21758:
21759: 2001-09-12 parser
21760:
21761: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21762: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21763: precise error reporting: "connection string must start with
21764: protocol://" now
21765:
21766: * src/main/compile.tab.C: fixed - subname code parts actually []
21767: braced
21768:
21769: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21770: lexer on LS_USER level did [] matching without setting nestage,
21771: introduced special LS_NAME_SQUARE_PART state
21772:
21773: 2001-09-11 parser
21774:
21775: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21776: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21777: languages+=xml
21778:
21779: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21780:
21781: * src/classes/dom.C: ^dom:save/string/file[output options] output
21782: options: $.method[xml|html|text] detection fixed
21783:
21784: * src/types/pa_vdom.h: messages
21785:
21786: * src/classes/dom.C: ^dom:save/string/file[output options] output
21787: options: $.method[xml|html|text] detection fixed
21788:
21789: 2001-09-10 parser
21790:
21791: * src/classes/dom.C: ^dom:save/string/file[output options] output
21792: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21793:
21794: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21795: added]
21796:
21797: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21798: ^dom.xslt[stylesheet filename] 0
21799:
21800: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21801: ^dom.xslt[stylesheet filename] -1 doc is lying
21802:
21803: * src/classes/dom.C: ^dom.file[encoding] = file
21804:
21805: * src/classes/: dom.C: ^dom.string[encoding] 1
21806: ^dom.save[encoding;filename]
21807:
21808: * src/classes/dom.C: ^dom.string[] 0
21809:
21810: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21811:
21812: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21813: types/pa_vform.h: ^dom.save[b.xml] 0
21814:
21815: 2001-09-08 parser
21816:
21817: * src/types/pa_vform.C: $form:tables.name.field
21818:
21819: 2001-09-07 parser
21820:
21821: * src/classes/table.C: table:empty removed, superceded by ^if(def
21822: $table)...
21823:
21824: * src/targets/cgi/parser3.C: z
21825:
21826: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21827: from '' to int/double is 0]
21828:
21829: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21830: $table) is false when table is empty
21831:
21832: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21833: !$form:tables $atable[$form:tables.a]
21834: ^atable.menu{a=$atable.element}[,]
21835:
21836: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21837: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21838:
1.116 moko 21839: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21840: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21841: of dom
21842:
21843: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21844: types/pa_vform.C, types/pa_vform.h: z
21845:
21846: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21847: element [not last]
21848:
1.116 moko 21849: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21850: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21851:
21852: 2001-09-06 parser
21853:
21854: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21855: table with one column 'element' and two rows: 1 and 2
21856:
21857: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21858: table with one column 'element' and two rows: 1 and 2
21859:
21860: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21861: bad int/double conversions, and now $form:nonexistent.int(88)
21862: would return 88
21863:
21864: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21865: types/pa_vhash.h: now there's special hash key '_default'
21866: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21867: $._default[xx] ] $hash.c
21868:
21869: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21870: fixed [thanks, fif], ^; were treated there non-literally
21871:
21872: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21873: doxygen
21874:
21875: * src/: classes/image.C, classes/op.C, classes/string.C,
21876: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21877: types/pa_vtable.C: few #ifndef DOXYGEN
21878:
21879: 2001-09-05 parser
21880:
21881: * src/classes/: string.C, table.C: sql options can be void [same as
21882: image:html the other day]
21883:
21884: * src/targets/cgi/Makefile.am: .am undo
21885:
21886: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21887: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21888: macro expantion on param, simply qoutes whatever passed, undone
21889:
21890: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21891: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21892: STRINGIZE(name) #name invented
21893:
21894: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21895: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21896: MAIN_SQL_DRIVERS_NAME "drivers"
21897:
21898: moved to be availible to all users
21899:
21900: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21901: SQL_DRIVER_CREATE_FUNC_NAME
21902:
21903: * src/classes/mail.C: MAIN:MAIL check fixed
21904:
21905: 2001-09-04 parser
21906:
21907: * src/classes/image.C: image.html now can accept void params
21908:
21909: * src/targets/isapi/parser3isapi.C: z
21910:
21911: * src/targets/cgi/parser3.C: full_file_spec bug
21912:
21913: * src/targets/cgi/parser3.C: getenvcheck
21914:
21915: * src/targets/cgi/parser3.C: zz
21916:
21917: * src/targets/cgi/parser3.C: zzz
21918:
21919: * src/classes/date.C: date
21920:
21921: * src/classes/date.C: date:sql-string is now without ''
21922:
1.116 moko 21923: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21924: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21925: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21926:
1.116 moko 21927: * src/include/pa_config_auto.h.in: makes
1.95 moko 21928:
21929: 2001-09-03 parser
21930:
21931: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21932:
21933: 2001-09-01 parser
21934:
21935: * src/classes/image.C: letter_spacing
21936:
21937: * src/classes/image.C: image: font params changed
21938:
21939: * src/classes/image.C: image: as_int as_string used
21940:
21941: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21942: analized
21943:
21944: 2001-08-31 parser
21945:
21946: * src/targets/cgi/parser3.C: z
21947:
1.116 moko 21948: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21949: cygwin
1.95 moko 21950:
21951: * src/classes/void.C: void:int/double += (default)
21952:
21953: * src/classes/image.C: image:font added space param image:font
21954: changed charwidth alg, added kerning const[for now]
21955:
21956: * src/classes/: string.C, table.C: string:int/double (defaults)
21957:
21958: 2001-08-29 parser
21959:
21960: * src/main/pa_exception.C: exception redundant debug info
21961:
21962: 2001-08-28 parser
21963:
21964: * src/classes/image.C: image error msgs
21965:
21966: * src/classes/image.C: image: gifsize little endian
21967:
21968: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21969: doxygeneration
21970:
21971: * src/: classes/Makefile.am, main/Makefile.am,
21972: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21973:
21974: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21975: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21976:
21977: * src/main/compile.C: NO_STRING_ORIGIN check2
21978:
21979: * src/classes/table.C: NO_STRING_ORIGIN check
21980:
21981: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21982: storage class specifiers invalid in friend function declarations
21983:
21984: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21985: main/untaint.C, targets/cgi/parser3.C,
21986: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21987: case of limit
21988:
21989: * src/: classes/file.C, main/pa_common.C: file:move
21990: autocreate/remove dest/src dir
21991:
21992: * src/: classes/string.C, include/pa_dictionary.h,
21993: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21994: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21995: to directory constructor. string:replace
21996:
21997: 2001-08-27 parser
21998:
21999: * src/classes/image.C: fixed jpgsize alg
22000:
22001: * src/classes/image.C: fixed jpgsize alg
22002:
22003: * src/main/pa_exception.C: z
22004:
22005: * src/main/pa_common.C: removed debug info from pa_common
22006:
22007: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22008: [auto.p from current dir loading]
22009:
1.116 moko 22010: * src/: main/pa_common.C, main/pa_exception.C,
22011: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22012: for solaris -lsocket
1.95 moko 22013:
22014: 2001-08-24 parser
22015:
22016: * src/targets/cgi/parser3.C: not cgi extra \n 3
22017:
22018: * src/targets/cgi/parser3.C: not cgi extra \n 2
22019:
22020: * src/targets/cgi/parser3.C: not cgi extra \n
22021:
22022: * src/main/pa_sql_driver_manager.C: z
22023:
22024: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22025: sql* removed services from disconnect - cross-request ideological
22026: probs.
22027:
22028: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22029: cross-request ideological probs. oracle - fixed bug: cs
22030: allocated on request.pool and got freed before disconnect
22031:
22032: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22033: mallocs fixed
22034:
22035: 2001-08-23 parser
22036:
22037: * src/classes/file.C: minor bug in file:save fixed
22038:
22039: * src/main/pa_sql_driver_manager.C: oracle: dlink
22040:
22041: 2001-08-22 parser
22042:
22043: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22044: types/pa_vfile.h: file:load|save[text|binary;
22045:
22046: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22047:
22048: 2001-08-21 parser
22049:
22050: * src/classes/: file.C, table.C: ^file:list
22051:
22052: 2001-08-20 parser
22053:
22054: * src/: main/compile.tab.C, main/compile.y,
22055: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22056: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22057: recousively caused problems: inc incremeted 123 literal!! fixed
22058:
22059: 2001-08-10 parser
22060:
22061: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22062:
22063: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22064: added
22065:
22066: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22067: added
22068:
22069: * src/classes/table.C: table:sort restored [it was bad test :(]
22070:
22071: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22072: ''
22073:
22074: * src/main/: pa_request.C: wanted to make const int
22075: MAX_EXECUTE_SECONDS=1;
22076:
22077: but couldnt, set_callback_and_alarm appeared to be not exported
22078: :(
22079:
22080: * src/main/pa_string.C: string.match hanged on. there were a hang
22081: check but it weren't wise enough
22082:
22083: @parse[dateString][tmp]
22084: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22085: #end
22086:
22087: @main[] ^parse[2001-02-03]
22088:
22089: * src/classes/: table.C: table:sort now default desc
22090:
22091: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22092: table.sort now creates new sorted table
22093:
22094: 2001-08-09 parser
22095:
22096: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22097:
22098: * src/classes/hash.C: hash:_default now [was hash:default]
22099:
22100: * src/classes/op.C: case without switch check added
22101:
22102: * src/types/pa_vcookie.C: cookie name&value origins added, more
22103: precise $ORIGINS(1)
22104:
22105: * src/main/Makefile.am: .am
22106:
22107: * src/classes/void.C: void: int double copy/paste from int: bug
22108: fixed
22109:
22110: * src/classes/void.C: void: int double copy/paste from int: bug
22111: fixed
22112:
22113: 2001-08-07 parser
22114:
22115: * src/: classes/double.C, classes/int.C, classes/string.C,
22116: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22117: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22118: string, table
22119:
22120: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22121: srand made working
22122:
22123: 2001-08-06 parser
22124:
22125: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22126: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22127: main/compile.tab.C, main/compile.y, main/pa_array.C,
22128: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22129: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22130:
22131: * src/main/pa_exec.C: exec win32 real filename
22132:
22133: * src/classes/file.C: exec stderr out
22134:
22135: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22136:
22137: 2001-08-03 parser
22138:
22139: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22140:
22141: 2001-08-02 parser
22142:
22143: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22144: main/execute.C, main/pa_exec.C: introducing Array_iter
22145:
22146: * src/main/execute.C: detected quick_get recursion bug. changed to
22147: get@execute, but needs array iterator, separate from array to
22148: avoid it & use caching
22149:
22150: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22151: bug fixed
22152:
22153: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22154: main/execute.C, main/pa_globals.C: found another multithread bug
22155: in op.C (last, last global var killed) :)
22156:
22157: 2001-08-01 parser
22158:
22159: * src/: include/pa_dictionary.h, include/pa_globals.h,
22160: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22161: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22162: main/untaint.C: speeded up typo-html replacements. introducing
22163: Dictionary with first-char caching
22164:
22165: 2001-07-31 parser
22166:
22167: * src/types/Makefile.am: pa_vtable.C added to .am
22168:
22169: * src/main/compile.tab.C: added, so that could be compiled even on
22170: non-bison-enabled platforms
22171:
22172: 2001-07-28 parser
22173:
22174: * src/classes/table.C: table:hash always produces hash, when can't
22175: - empty
22176:
22177: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22178: skipped \n
22179:
22180: 2001-07-27 parser
22181:
22182: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22183: on int/double/string :sql without result and default
22184:
22185: 2001-07-26 parser
22186:
22187: * src/classes/op.C: fixed bad multithread bug with strangly global
22188: OP
22189:
22190: * src/main/compile.y: $man[$.age[zzz]] 0
22191:
22192: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22193: creation syntax problem persists. restored $: for a while.
22194: thinking of $man[$.age[zzz]] syntax now
22195:
22196: * src/: classes/double.C, classes/int.C, classes/string.C,
22197: include/pa_opcode.h, main/compile.C, main/compile.y,
22198: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22199: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22200: types/pa_wwrapper.h: fixing :: realization #1
22201:
22202: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22203: main/compile_tools.h, main/execute.C, main/pa_request.C,
22204: types/pa_vmethod_frame.h: introducing :: this is constructor call
22205: prefix. ordinary : remains for static accesses
22206:
22207: 2001-07-25 parser
22208:
22209: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22210: fields 2. methods 3. columns
22211:
22212: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22213: quote. optimized double&int tostring-s
22214:
22215: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22216: whitespace before first method decl
22217:
22218: * src/classes/table.C: allowed nontable result in table:sql,
22219: results in empty table
22220:
22221: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22222: lines before first method decl
22223:
22224: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22225: types/pa_vtable.h: ^table.record[] now $table.fields
22226:
22227: * src/main/compile.y: $var[] is now empty string, not void
22228:
22229: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22230: void
22231:
22232: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22233: main/pa_globals.C: match replace code context moved to implicit
22234: $match context
22235:
22236: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22237: main/compile_tools.h, main/execute.C: with killed, code storage
22238: introduced with former 'with' syntax
22239:
22240: 2001-07-24 parser
22241:
22242: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22243: types/pa_value.h: first get_element, next get operator
22244:
22245: * src/main/compile.y: removed @end handling
22246:
22247: * src/main/: compile.C, compile.y: @end handling method2
22248:
22249: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22250: file:move
22251:
22252: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22253: fixed
22254:
22255: 2001-07-23 parser
22256:
22257: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22258: driver
22259:
22260: * src/classes/hash.C: changed sql driver query interface
22261:
22262: * src/: classes/hash.C, classes/string.C, classes/table.C,
22263: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22264: changed sql driver query interface
22265:
22266: 2001-07-20 parser
22267:
22268: * src/types/pa_vrequest.C: X!$browser:type
22269:
22270: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22271: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22272: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22273: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22274: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22275: types/pa_vobject.h, types/pa_vrequest.C,
22276: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22277: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22278: BASE element globally removed
22279:
22280: 2001-07-18 parser
22281:
22282: * src/classes/file.C: file:exec/cgi msg
22283:
22284: * src/classes/file.C: $file:exit-code renamed to 'status'
22285:
22286: * src/: classes/file.C, main/pa_exec.C: file:exec
22287:
1.116 moko 22288: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22289: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22290: removed $id from *.in *.am
1.95 moko 22291:
22292: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22293: abbrevations
22294:
22295: * src/: classes/date.C, classes/mail.C, classes/math.C,
22296: classes/string.C, classes/table.C, include/pa_globals.h,
22297: include/pa_string.h, main/execute.C, main/pa_globals.C,
22298: main/pa_request.C, main/pa_string.C, main/untaint.C,
22299: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22300: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22301: $ORIGINS(1) output tracing mode
22302:
22303: 2001-07-13 parser
22304:
22305: * src/: classes/double.C, classes/int.C, classes/string.C,
22306: include/pa_request.h, main/execute.C, main/pa_request.C:
22307: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22308: second would not call first @auto
22309:
22310: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22311: wrong, fixed
22312:
22313: 2001-07-12 parser
22314:
22315: * src/types/pa_value.h: pa_value.putelement modification of system
22316: classes prevented
22317:
22318: 2001-07-11 parser
22319:
22320: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22321: table $piece
22322:
22323: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22324: types/pa_vstateless_class.h: $file created by file:state +=
22325: .atime .mtime .ctime +found&fixed bug with exceptions on
22326: get_junction-created objects [they were on wrong pool]
22327:
22328: 2001-07-09 parser
22329:
22330: * src/main/untaint.C: qp wrong name
22331:
22332: * src/: classes/date.C, classes/string.C, classes/table.C,
22333: main/compile.y: date format 0
22334:
22335: 2001-07-07 parser
22336:
22337: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22338: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22339: roll table calendar
22340:
22341: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22342: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22343: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22344: include/pa_request.h, main/main.dsp, types/pa_value.h,
22345: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22346: string. todo: sql, calendar
22347:
22348: 2001-07-06 parser
22349:
22350: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22351: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22352:
22353: 2001-07-03 parser
22354:
22355: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22356: classes/random.C, main/main.dsp: class random renamed to math,
22357: operators became methods
22358:
22359: * src/classes/op.C: pow sqrt
22360:
22361: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22362:
22363: 2001-07-02 parser
22364:
22365: * src/classes/table.C: ^table.columns column renamed from 'name' to
22366: 'column'
22367:
22368: * src/classes/hash.C: ^hash.keys[]
22369:
22370: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22371:
22372: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22373: 'strings'
22374:
22375: 2001-06-29 parser
22376:
22377: * src/main/: execute.C: /0 %0 checkes ver 2
22378:
22379: * src/main/execute.C: /0 %0 checke
22380:
22381: * src/classes/Makefile.am: nothing - void
22382:
22383: * src/classes/table.C: empty strings @ sql
22384:
22385: 2001-06-28 parser
22386:
22387: * src/: classes/double.C, classes/file.C, classes/form.C,
22388: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22389: classes/op.C, classes/random.C, classes/response.C,
22390: classes/string.C, classes/table.C, classes/void.C,
22391: main/compile.C, main/compile_tools.C, main/execute.C,
22392: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22393: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22394: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22395: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22396: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22397: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22398: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22399: $";
22400:
22401: * src/: classes/double.C, classes/file.C, classes/form.C,
22402: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22403: classes/op.C, classes/random.C, classes/response.C,
22404: classes/string.C, classes/table.C, classes/void.C,
22405: main/compile.C, main/compile.y, main/compile_tools.C,
22406: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22407: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22408: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22409: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22410: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22411: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22412:
22413: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22414: $class:name: == ${class:name}:
22415:
22416: * src/classes/string.C: exactly one
22417:
22418: 2001-06-27 parser
22419:
22420: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22421: types/pa_vvoid.h: nothing renamed to void
22422:
22423: * src/classes/op.C: ^switch ^case
22424:
22425: * src/main/compile.y: nothing renamed to void
22426:
22427: * src/: classes/hash.C, classes/table.C, main/compile.y,
22428: main/execute.C, main/main.dsp, main/pa_request.C,
22429: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22430: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22431: void
22432:
22433: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22434:
22435: 2001-05-28 parser
22436:
22437: * src/doc/html2chm.cmd: removed >a
22438:
22439: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22440: project options [some bugs]
22441:
22442: * src/doc/sources2html.cmd: z
22443:
22444: * src/: classes/classes.C, main/compile.C, main/compile.y,
22445: main/execute.C: operators are not in root class again
22446:
22447: 2001-05-24 parser
22448:
22449: * src/targets/cgi/parser3.dsp: project file
22450:
22451: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22452: ^log ^exp
22453:
22454: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22455: conversions in @exception[params]
22456:
22457: * src/main/pa_request.C: // no _ conversions in @exception[params]
22458:
22459: 2001-05-23 parser
22460:
22461: * src/main/pa_string.C: string cmp bug
22462:
22463: * src/classes/: mail.C, op.C: rem max 1000
22464:
22465: * src/: classes/op.C, main/compile.y: allow one empty line before
22466: LS_DEF_NAME
22467:
22468: 2001-05-22 parser
22469:
22470: * src/classes/op.C: if params code-required
22471:
22472: 2001-05-21 parser
22473:
22474: * src/types/pa_vstring.C: eoleof
22475:
22476: * src/classes/Makefile.am: .AM
22477:
22478: * src/classes/nothing.C: resultless ^sql moved to nothing:
22479:
22480: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22481:
22482: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22483: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22484: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22485: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22486: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22487: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22488: 'nothing'
22489:
22490: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22491: vstring::set_string
22492:
22493: * src/classes/: double.C, int.C, string.C: int,double;sql
22494:
22495: * src/: classes/hash.C, classes/int.C, classes/string.C,
22496: classes/table.C, include/pa_string.h, main/pa_string.C,
22497: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22498:
22499: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22500: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22501: hash:sql moved to main trunc. operators.txt updated
22502:
22503: * src/classes/: hash.C, op.C, table.C: hash:sql
22504:
22505: * src/classes/op.C: z
22506:
22507: * src/: main/compile.C, classes/classes.C: 1
22508:
22509: * src/: classes/classes.C, main/compile.C, main/compile.y,
22510: main/execute.C: 0
22511:
22512: * src/main/execute.C: z
22513:
22514: * src/targets/cgi/parser3.C: z
22515:
22516: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22517: site_auto_path "." in that case
22518:
22519: * src/targets/cgi/: parser3.C: z
22520:
22521: * src/main/pa_request.C: .am
22522:
22523: * src/: main/pa_request.C, targets/cgi/parser3.C:
22524: pcre_tables=pcre_default_tables;
22525:
22526: 2001-05-19 parser
22527:
22528: * src/main/pa_string.C: z
22529:
22530: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22531: introducing String::cstr_bufsize, returns just size+1 for as_is
22532: target.
22533:
22534: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22535: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22536: used, 4* mem wasted
22537:
22538: * src/classes/string.C: root context in match replace body now
22539: unchanged
22540:
22541: * src/types/pa_value.h: parameter # 1 based
22542:
22543: * src/main/pa_common.C: common: actual filename '%s'
22544:
22545: * src/classes/string.C: z
22546:
22547: * src/classes/Makefile.am: classes/.am
22548:
22549: * src/classes/: Makefile.am: classes/.am
22550:
22551: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22552: targets/cgi/pa_pool.C: classes/.am
22553:
22554: 2001-05-18 parser
22555:
1.116 moko 22556: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22557: pa_threads.C ins
1.95 moko 22558:
22559: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22560:
22561: 2001-05-17 parser
22562:
22563: * src/: classes/string.C, include/pa_config_fixed.h,
22564: include/pa_config_includes.h, main/compile.y,
22565: main/compile_tools.h, main/execute.C, main/pa_array.C,
22566: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22567: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22568: types/pa_vform.C: #include "pa_config_includes.h" removed from
22569: most .C
22570:
22571: * src/doc/html2chm.cmd: z
22572:
22573: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22574: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22575:
22576: * src/main/pa_sql_driver_manager.C: moved expiration to
22577: get_connection_from_cache
22578:
22579: * src/main/pa_sql_driver_manager.C: cache expiration bf
22580:
22581: * src/: classes/classes.h, include/pa_sql_connection.h,
22582: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22583: cache expiration[use SQL_Driver::disconnect]
22584:
22585: * src/main/pa_table.C: table.locate current restored on "not found"
22586:
22587: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22588: line no
22589:
22590: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22591: ANTI_ENDLESS_EXECUTE_RECOURSION
22592:
22593: * src/: classes/op.C, include/pa_sql_connection.h,
22594: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22595: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22596: 1driver and set_services fight for driver::fservices. before fix
22597:
22598: * src/: classes/op.C, include/pa_config_fixed.h,
22599: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22600: main/pa_sql_driver_manager.C: found problem at last: 2connections
22601: own 1driver and set_services fight for driver::fservices. before
22602: fix
22603:
22604: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22605: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22606: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22607: pa_threads.C
22608:
22609: * src/include/pa_threads.h: removed targets/parser
22610:
22611: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22612: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22613: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22614: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22615: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22616: headers
22617:
22618: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22619: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22620: order prevented sqlmanager to see MULTYTHREAD define
22621:
22622: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22623: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22624: put/gets
22625:
22626: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22627: from hash.h
22628:
22629: * src/: classes/op.C, include/pa_sql_connection.h,
22630: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22631: from cache ->set_services(&services);
22632:
22633: 2001-05-16 parser
22634:
22635: * src/targets/cgi/parser3.C: z
22636:
22637: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22638: debug, #ifdefed some. would debug later, on more precise sample
22639: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22640: $name.$tail[$tail!] $name.$tail } ok3
22641:
22642: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22643: removed array debug. before vstring rebasing
22644:
22645: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22646: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22647: array debugged; adjusted
22648:
22649: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22650: SQL_Driver_manager line no for connect/charset errors
22651:
22652: 2001-05-15 parser
22653:
22654: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22655: main/pa_string.C: string+array made linear grows
22656:
22657: * src/: include/pa_string.h, main/pa_string.C,
22658: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22659: grow lineary, not exponentialy
22660:
22661: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22662: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22663: with fullchunk cmps
22664:
22665: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22666: 70041= 81
22667:
22668: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22669: targets/cgi/parser3.C: detected huge mem allocation: size/times
22670: malloc 27809390/368771, calloc 3232/83. would test now
22671:
22672: * src/: classes/random.C, main/compile.y, main/execute.C,
22673: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22674: numbered params had wrong name - for instance: bad error message
22675: in ^for[] bad body type. fixed
22676:
22677: 2001-05-14 parser
22678:
22679: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22680: main/untaint.C: ^string.upper|lower[]
22681:
22682: 2001-05-11 parser
22683:
22684: * src/: classes/double.C, classes/image.C, classes/op.C,
22685: classes/string.C, classes/table.C, classes/unknown.C,
22686: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22687: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22688: types/pa_vunknown.h: op: MAX_LOOPS as_int
22689:
22690: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22691: .dsp for win32tools
22692:
22693: 2001-05-11 paf
22694:
22695: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22696: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22697: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22698: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22699:
22700: 2001-05-10 paf
22701:
22702: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22703: for C++, that's all
22704:
1.116 moko 22705: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22706: pa_config_includes.h: inline wonders
1.95 moko 22707:
22708: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22709: doc/doxygen.cmd: hash.C added
22710:
22711: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22712:
22713: * src/main/compile.y: @end grammar: allowed zero strings in control
22714: menthod
22715:
22716: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22717: pa_vstateless_object.h: changed priority: field before method
22718: lookup in vclass & vobject
22719:
22720: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22721: grammar: priorities changes [lowerd && prior] vobject: now first
22722: fields, next methods
22723:
22724: 2001-05-08 paf
22725:
22726: * src/main/pa_table.C: table columnname2item on nameless ignored
22727: bark=false. fixed
22728:
22729: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22730: types/pa_vmethod_frame.h: hash:default works at last!
22731:
22732: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22733: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22734: hash:default
22735:
22736: * src/classes/table.C: z
22737:
22738: * src/classes/table.C: table:hash always hash of hash now
22739:
22740: * src/classes/table.C: table:empty return bool now
22741:
22742: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22743: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22744: types/pa_vtable.h: table:hash
22745:
22746: * src/classes/table.C: table:record have name
22747:
22748: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22749: returns vunknown
22750:
22751: * src/classes/: double.C, int.C, op.C, string.C:
22752: int,double,string:int[] double[] string:length[] results now have
22753: hames
22754:
22755: * src/: classes/op.C, classes/table.C, main/main.dsp,
22756: types/pa_vtable.h: removed table:find. table:locate and op:eval
22757: now return bool
22758:
22759: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22760: in method checkparams again. fixed
22761:
22762: 2001-05-07 paf
22763:
22764: * src/doc/chm.cmd: cmd
22765:
22766: * src/: classes/image.C, classes/mail.C, classes/string.C,
22767: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22768: types/pa_value.h: method reported errors on wrong pool
22769:
22770: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22771: now
22772:
22773: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22774: include/code.h, include/pa_opcode.h, main/compile.C,
22775: main/compile_tools.h, main/execute.C, types/pa_value.h,
22776: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22777: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22778: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22779: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22780: types/pa_vmethod_frame.h, types/pa_vobject.h,
22781: types/pa_vrequest.h, types/pa_vresponse.h,
22782: types/pa_vstateless_class.h, types/pa_vstring.h,
22783: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22784: types/pa_wwrapper.h: pa_code.h
22785:
22786: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22787:
22788: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22789: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22790: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22791: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22792: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22793: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22794: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22795: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22796: types/pa_vtable.h: dox, split by not clean parts also
22797:
22798: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22799: types/pa_vtable.h: table: fields, then methods. so to enable
22800: 'dir' fields & co. more
22801:
22802: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22803: so to enable 'dir' fields & co.
22804:
22805: * src/main/compile.y: grammar: @end
22806:
22807: 2001-05-04 paf
22808:
22809: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22810: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22811:
22812: * src/: classes/classes.h, classes/double.C, classes/file.C,
22813: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22814: classes/op.C, classes/random.C, classes/response.C,
22815: classes/string.C, classes/table.C, classes/unknown.C,
22816: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22817: method dox
22818:
22819: 2001-05-03 paf
22820:
22821: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22822: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22823: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22824: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22825: doc/string.dox, doc/targets.dox, doc/value.dox,
22826: main/pa_request.C: dox splitted .dox files and added some
22827:
22828: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22829:
22830: 2001-05-02 paf
22831:
22832: * src/classes/: image.C, table.C: table:dir result are not tainted
22833: by file_name language now
22834:
22835: 2001-04-28 paf
22836:
22837: * src/classes/classes.inc: removed classes.inc
22838:
22839: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22840: from .am
22841:
22842: * src/classes/classes.awk: skipped classes in .awk
22843:
22844: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22845: classes/classes.inc, classes/double.C, classes/file.C,
22846: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22847: classes/string.C, classes/table.C, classes/unknown.C,
22848: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22849: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22850: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22851: pa_methoded back to classes/classes.h
22852:
22853: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22854:
22855: * src/: classes/Makefile.am, classes/classes.awk,
22856: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22857: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22858:
22859: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22860: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22861: classes/response.C, classes/string.C, classes/table.C,
22862: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22863: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22864: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22865: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22866: include|main/pa_methoded
22867:
22868: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22869: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22870:
22871: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22872: moved some configured data to request::classes_conf moved some
22873: string crations from globals to M... [works]
22874:
22875: * src/: classes/form.C, classes/mail.C, classes/op.C,
22876: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22877: main/pa_request.C: moved some configured data to
22878: request::classes_conf moved some string crations from globals to
22879: M...
22880:
22881: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22882: about to move configured data to special request hash
22883:
22884: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22885: classes/form.C, classes/mail.C, include/pa_request.h,
22886: main/pa_request.C: configure started
22887:
22888: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22889: 2. todo: methoded-configure
22890:
22891: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22892: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22893: classes/_random.h, classes/_response.h, classes/_string.h,
22894: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22895: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22896: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22897: classes/random.C, classes/response.C, classes/string.C,
22898: classes/table.C, classes/unknown.C, include/pa_globals.h,
22899: include/pa_request.h, main/compile.y, main/execute.C,
22900: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22902: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22903: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22904: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22905: types/pa_vrequest.h, types/pa_vresponse.h,
22906: types/pa_vstateless_class.h, types/pa_vstring.h,
22907: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22908: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22909: methoded-configure
22910:
22911: * src/: classes/file.C, classes/table.C, main/compile.y,
22912: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22913: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22914: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22915:
22916: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22917: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22918: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22919: classes/random.C, classes/response.C, classes/string.C,
22920: classes/table.C, classes/unknown.C, include/pa_request.h,
22921: main/compile.y, main/execute.C, main/pa_globals.C,
22922: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22923: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22924: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22925: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22926: beautifying just compiled. todo: debug, configure
22927:
22928: 2001-04-27 paf
22929:
22930: * src/: classes/file.C, classes/image.C, classes/table.C,
22931: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22932: beautifying -99
22933:
22934: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22935: classes/_response.h, classes/_unknown.h, classes/classes.C,
22936: classes/classes.h, classes/double.C, classes/file.C,
22937: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22938: classes/op.C, classes/random.C, classes/response.C,
22939: classes/string.C, include/pa_globals.h, main/main.dsp,
22940: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22941: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22942: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22943: types/pa_vunknown.h: beautifying -100
22944:
22945: * src/main/compile.y: serge@ found @CLASS bug. fixed
22946:
22947: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22948: classes/_op.h, classes/_random.h, classes/_table.h,
22949: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22950: classes/op.C, classes/random.C, classes/response.C,
22951: classes/string.C, classes/table.C, classes/unknown.C,
22952: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22953: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22954: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22955: beautifying
22956:
22957: 2001-04-26 paf
22958:
22959: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22960:
22961: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22962: documentation ++
22963:
22964: * src/: classes/_exec.h, doc/doxygen.cfg,
22965: include/pa_config_fixed.h, include/pa_config_includes.h,
22966: targets/cgi/pa_pool.C: code documentation ++
22967:
22968: * src/: classes/_image.h, classes/op.C, classes/random.C,
22969: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22970: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22971: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22972: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22973: types/pa_vmethod_frame.h, types/pa_vobject.h,
22974: types/pa_vrequest.C, types/pa_vrequest.h,
22975: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22976: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22977: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22978: code documentation ++
22979:
22980: * src/: classes/image.C, classes/mail.C, classes/string.C,
22981: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22982: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22983: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22984: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22985: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22986: types/pa_vobject.h, types/pa_vstateless_class.h,
22987: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22988:
22989: * src/main/: pa_request.C, pa_string.C: z
22990:
22991: * src/: include/pa_common.h, include/pa_types.h,
22992: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22993: connection caching fixed. request-pooled-url were stored into
22994: global connectioncache
22995:
22996: 2001-04-25 paf
22997:
22998: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22999: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23000:
23001: * src/: include/code.h, include/pa_common.h, main/compile.y,
23002: main/execute.C, main/pa_common.C: -d
23003:
23004: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23005: illegal call check a bit improved, but still under iis no mapping
23006: of dir with parser allowed!
23007:
23008: 2001-04-24 paf
23009:
23010: * src/targets/Makefile.am: apache module lib .am
23011:
23012: * src/main/pa_exec.C: windows32 buildCommand
23013:
23014: 2001-04-23 paf
23015:
23016: * src/targets/cgi/Makefile.am: win32 conditional
23017:
23018: * src/targets/cgi/Makefile.am: win32 conditional
23019:
23020: * src/targets/cgi/Makefile.am: liblink
23021:
23022: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23023: vfile fields return type
23024:
23025: * src/types/pa_vfile.h: vfile fields return type
23026:
23027: * src/include/pa_config_auto.h.in: .h.in
23028:
23029: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23030: types/Makefile: makefiles removed
23031:
23032: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23033: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23034:
23035: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23036: [tested: i & g ]
23037:
23038: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23039: @test noticed series in isapi, check how initialize_random_class
23040: is called! [must be called only once]
23041:
23042: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23043: would not be 'unknown column'
23044:
23045: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23046: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23047:
23048: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23049: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23050: [now doesnt]
23051:
23052: * src/targets/cgi/parser3.C: cgi cmdline ver
23053:
23054: * src/targets/cgi/parser3.C: cgi /// @test disable
23055: /cgi-bin/parser3/auto.p
23056:
23057: * src/main/untaint.C: untaint without charset
23058:
23059: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23060: main/pa_common.C: common: file_write /// @test mkdirs
23061: file_delete rmdirs
23062:
23063: * src/main/untaint.C: mail header only once to =?
23064:
23065: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23066: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23067: main/untaint.C: untaint - @test optimize whitespaces for
23068: all but 'html'
23069:
23070: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23071: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23072: main/untaint.C: untaint - @test mail-header
23073:
23074: 2001-04-20 paf
23075:
23076: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23077: include/pa_request.h, include/pa_string.h, main/compile.y,
23078: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23079: targets/cgi/parser3.C: $MAIN:LOCALE
23080:
23081: * src/main/untaint.C: z
23082:
23083: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23084:
23085: 2001-04-19 paf
23086:
23087: * src/main/compile_tools.h: $a$b bugfix
23088:
23089: * src/targets/cgi/parser3.C: z
23090:
23091: * src/classes/file.C: z
23092:
23093: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23094: done: header to $fields. waits for header '\' tricks
23095:
23096: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23097: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23098: changed urlencode here and in untaint.C to HTTP standard's " and
23099: \" mech
23100:
23101: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23102: http://alx/~paf/ doesnt load /auto.p
23103:
23104: 2001-04-18 paf
23105:
23106: * src/main/pa_request.C: 1
23107:
23108: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23109: linux @alx
23110:
23111: 2001-04-17 paf
23112:
23113: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23114: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23115: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23116: enabled
23117:
23118: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23119: classes/_exec.h, classes/_file.h, classes/_form.h,
23120: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23121: classes/_random.h, classes/_response.h, classes/_string.h,
23122: classes/_table.h, classes/_unknown.h, classes/file.C,
23123: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23124: include/pa_config_fixed.h, include/pa_config_includes.h,
23125: include/pa_hash.h, include/pa_sql_driver_manager.h,
23126: include/pa_version.h, main/Makefile.am, main/compile.y,
23127: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23128: main/pa_sql_driver_manager.C, sql/Makefile.am,
23129: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23130: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23131: types/pa_vform.C, types/pa_vimage.h: exec @jav
23132:
23133: * src/: include/pa_sql_driver_manager.h,
23134: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23135: types/pa_vimage.h: sql driver interface now has initialize(client
23136: .so)
23137:
23138: 2001-04-16 paf
23139:
23140: * src/Makefile.am: compile2 cygwin
23141:
23142: * src/: include/pa_config_includes.h, main/pa_exec.C,
23143: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23144:
23145: * src/targets/cgi/Makefile.am: compile0 jav
23146:
23147: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23148: classes/_exec.h, classes/_file.h, classes/_form.h,
23149: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23150: classes/_random.h, classes/_response.h, classes/_string.h,
23151: classes/_table.h, classes/_unknown.h, classes/image.C,
23152: classes/mail.C, classes/op.C, classes/random.C,
23153: include/pa_config_fixed.h, include/pa_config_includes.h,
23154: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23155: main/compile.y, main/pa_common.C, main/pa_exec.C,
23156: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23157: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23158: compile-1
23159:
23160: 2001-04-15 paf
23161:
23162: * src/classes/op.C: z
23163:
23164: * src/classes/table.C: table:empty +=process
23165:
23166: * src/types/pa_value.h: MethodParams !junction
23167:
23168: * src/: classes/_string.h, classes/double.C, classes/file.C,
23169: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23170: classes/random.C, classes/response.C, classes/string.C,
23171: classes/table.C, classes/unknown.C, main/pa_request.C:
23172: MethodParams everywhere
23173:
23174: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23175: types/pa_vmethod_frame.h: MethodParams in op.C
23176:
23177: 2001-04-12 paf
23178:
23179: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23180:
23181: * src/: classes/_unknown.h, classes/unknown.C,
23182: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23183: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23184:
23185: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23186:
23187: * src/classes/image.C: image:gif now does not have params
23188:
23189: * src/classes/image.C:
23190: image:line/fill/rectangle/bar/replace/polygon/polybar
23191:
23192: * src/: classes/image.C, classes/op.C, main/execute.C,
23193: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23194: for var now written not to r.wcontext, but to r.root cleared
23195: "entered_object" state
23196:
23197: 2001-04-11 paf
23198:
23199: * src/classes/image.C: image:create image:load
23200:
23201: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23202: just compiled
23203:
23204: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23205: todo: gif without file
23206:
23207: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23208: started porting to Pooled descendant
23209:
23210: * src/: classes/image.C, main/execute.C, main/main.dsp,
23211: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23212: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23213: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23214:
23215: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23216: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23217: end. switching to python imaging lib
23218:
23219: * src/main/main.dsp: gd+smtp made separate libs
23220:
23221: * src/: include/pa_globals.h, include/pa_string.h,
23222: main/pa_common.C, main/pa_request.C, main/untaint.C,
23223: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23224: length
23225:
23226: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23227: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23228: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23229: UL_FILE_NAME of posted file name
23230:
23231: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23232: post [broke when moved post read to core]
23233:
23234: 2001-04-10 paf
23235:
23236: * src/classes/image.C: image:html done
23237:
23238: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23239:
23240: * src/classes/image.C: z
23241:
23242: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23243: forgotten!
23244:
23245: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23246: main/pa_request.C, main/pa_string.C, main/untaint.C,
23247: types/pa_vimage.h: image:measure -90
23248:
23249: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23250: classes/_int.h, classes/_mail.h, classes/_op.h,
23251: classes/_random.h, classes/_response.h, classes/_string.h,
23252: classes/_table.h, classes/file.C, classes/mail.C,
23253: include/pa_common.h, include/pa_globals.h, main/execute.C,
23254: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23255: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23256: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23257: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23258: compiled
23259:
23260: * src/classes/mail.C: minor bug with unclear from/to
23261:
23262: * src/classes/mail.C: sendmail unix skipping defaults
23263:
23264: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23265: sendmail unix added defaults
23266:
23267: * src/classes/mail.C: unix sendmail compiled. todo:testing
23268:
23269: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23270:
23271: 2001-04-09 paf
23272:
23273: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23274: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23275: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23276: targets/isapi/parser3isapi.dsp: all targets exec
23277:
23278: * src/: include/pa_sapi.h, include/pa_string.h,
23279: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23280: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23281: args in apache:util.script
23282:
23283: * src/include/pa_string.h: written but not tested exec with env for
23284: unix
23285:
23286: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23287: targets/cgi/parser3.C: exec win32 env
23288:
23289: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23290: 0
23291:
23292: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23293: main/execute.C, main/main.dsp, main/pa_globals.C,
23294: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23295: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23296:
23297: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23298: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23299:
23300: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23301: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23302:
23303: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23304: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23305: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23306: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23307: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23308: exec class just compiled. moved post read to request core
23309:
23310: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23311: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23312: main/pa_globals.C, targets/cgi/parser3.C,
23313: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23314: are already read by vform
23315:
23316: 2001-04-08 paf
23317:
23318: * src/: classes/file.C, classes/mail.C, classes/string.C,
23319: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23320: uuencode. string<<
23321:
23322: 2001-04-07 paf
23323:
23324: * src/classes/mail.C: z
23325:
23326: * src/classes/mail.C: z
23327:
23328: * src/classes/mail.C: ^mail[$attach
23329:
23330: * src/classes/mail.C: ^attach dead end
23331:
23332: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23333: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23334: targets/isapi/parser3isapi.C: mail:send 1
23335:
23336: * src/: classes/mail.C, main/pa_request.C: z
23337:
23338: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23339: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23340: compiled
23341:
23342: * src/classes/mail.C: +=
23343:
23344: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23345: prepared
23346:
23347: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23348: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23349: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23350: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23351:
23352: 2001-04-06 paf
23353:
23354: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23355: main/pa_string.C: table:dir 1
23356:
23357: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23358: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23359:
23360: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23361: classes/root.C, include/pa_globals.h, include/pa_request.h,
23362: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23363: main/pa_request.C: renamed 'root' to 'op'
23364:
23365: * src/classes/: _op.h, op.C: renamed from 'root'
23366:
23367: * src/types/pa_valiased.C: another root inherititance skipped
23368:
23369: * src/main/: compile.C, compile.y, execute.C: operators are now not
23370: root methods of parent class. just 'ROOT' class
23371:
23372: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23373: @office
23374:
23375: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23376:
23377: 2001-04-05 paf
23378:
23379: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23380: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23381: constructor flag dropped at get_method_frame and remembered into
23382: method_frame
23383:
23384: * src/: classes/file.C, classes/root.C, classes/string.C,
23385: classes/table.C, main/pa_request.C: junction to code&expression
23386: in errors
23387:
23388: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23389: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23390: $LOCALE:ctype[Russian_Russia.1251]
23391:
23392: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23393: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23394: main/pa_table.C: hash now not thread-safe.
23395:
23396: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23397: main/untaint.C: z
23398:
23399: * src/: classes/random.C, classes/root.C, classes/table.C,
23400: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23401: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23402: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23403: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23404:
23405: * src/: classes/table.C, include/pa_sql_connection.h,
23406: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23407:
23408: * src/classes/table.C: select * from hren error contains statement
23409:
23410: * src/: classes/table.C, include/pa_sql_connection.h,
23411: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23412: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23413:
23414: * src/: classes/root.C, include/pa_sql_connection.h,
23415: include/pa_sql_driver.h, main/main.dsp,
23416: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23417: services for conv memory & error reporting
23418:
23419: 2001-04-04 paf
23420:
23421: * src/doc/doxygen.cfg: z
23422:
23423: * src/include/pa_sql_driver.h: mysql connect
23424:
23425: * src/include/pa_sql_driver.h: mysql info
23426:
23427: * src/: classes/root.C, include/pa_sql_driver.h,
23428: include/pa_sql_driver_manager.h, main/main.dsp,
23429: main/pa_sql_driver_manager.C: more manager&connection&driver
23430:
23431: * src/sql/Makefile.am: forgot to add mysql client
23432:
23433: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23434: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23435: [forgot to add libltdl, added]
23436:
23437: * src/: Makefile.am, classes/root.C, classes/string.C,
23438: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23439: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23440: include/pa_string.h, include/pa_table.h, main/main.dsp,
23441: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23442: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23443: -1000 just compiled
23444:
23445: * src/: classes/random.C, classes/root.C, classes/table.C,
23446: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23447: main/pa_request.C, types/pa_vclass.h: sql frame -10
23448:
23449: 2001-04-03 paf
23450:
23451: * src/types/pa_vform.C: z
23452:
23453: * src/: classes/string.C, types/pa_vform.C: string:match replace
23454: assigned lang
23455:
23456: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23457: {}[]< empty []
23458:
23459: * src/: classes/file.C, classes/string.C, classes/table.C,
23460: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23461: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23462:
23463: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23464: string:match replace strange matches
23465:
23466: * src/classes/string.C: string:match replace 0
23467:
23468: * src/: classes/string.C, main/pa_string.C: string:match replace
23469: prepared 2
23470:
23471: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23472: string:match replace prepared
23473:
23474: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23475: string:match replace -11
23476:
23477: * src/: classes/string.C, include/pa_globals.h,
23478: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23479: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23480:
23481: * src/: classes/string.C, include/pa_globals.h,
23482: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23483: main/pa_string.C: string:match [search] -1 just compiled
23484:
23485: * src/types/pa_vstring.C: z
23486:
23487: * src/: classes/double.C, classes/file.C, classes/form.C,
23488: classes/int.C, classes/response.C, classes/root.C,
23489: classes/string.C, classes/table.C, include/pa_string.h,
23490: main/pa_string.C: string:match -10 [frame]
23491:
23492: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23493: main/pa_request.C: z
23494:
23495: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23496: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23497: todo/tests
23498:
23499: * src/include/pa_common.h: z
23500:
23501: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23502: main/pa_request.C, targets/cgi/parser3.C,
23503: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23504: content-disposition
23505:
23506: * src/: include/pa_common.h, include/pa_globals.h,
23507: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23508: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23509:
23510: * src/: include/pa_common.h, include/pa_request.h,
23511: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23512: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23513: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23514: response:body
23515:
23516: * src/classes/table.C: table:append now uses string::split
23517:
23518: * src/classes/table.C: z
23519:
23520: * src/: classes/file.C, classes/root.C, classes/string.C,
23521: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23522: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23523: include/pa_string.h, main/execute.C, main/pa_string.C,
23524: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23525: string::pos & cmp & piece bugs fixed. string::split new
23526: table:load separated from set table:set implemented with clean \n
23527: \t searches
23528:
23529: 2001-04-02 paf
23530:
23531: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23532: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23533: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23534: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23535: it in table:set/load
23536:
23537: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23538: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23539:
23540: * src/classes/random.C: random:generate 1
23541:
23542: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23543: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23544: types/pa_value.h: random:generate
23545:
23546: 2001-03-30 paf
23547:
23548: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23549: todo: table flip and append. string::pos
23550:
23551: * src/: classes/double.C, classes/file.C, classes/int.C,
23552: classes/response.C, classes/root.C, classes/string.C,
23553: classes/table.C, main/compile.y, main/execute.C,
23554: types/pa_value.h, types/pa_vstateless_class.C,
23555: types/pa_vstateless_class.h: static|dynamic|any method
23556: registration
23557:
23558: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23559: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23560: table:flip
23561:
23562: 2001-03-29 paf
23563:
23564: * src/classes/string.C: string:xsplit forgot that they must result
23565: in 1 row N column [not vice versa]
23566:
23567: * src/classes/string.C: z
23568:
23569: * src/classes/string.C: string: rsplit
23570:
23571: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23572: string: lsplit
23573:
23574: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23575: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23576: lsplit -1
23577:
23578: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23579: string: pos
23580:
23581: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23582: string: pos -1
23583:
23584: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23585: main/compile.y, main/pa_request.C, main/pa_string.C,
23586: main/untaint.C: string: left right mid
23587:
23588: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23589: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23590: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23591: and [;] are different now.
23592:
23593: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23594: main/untaint.C: pool.request undone
23595:
23596: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23597: main/untaint.C: pool.request
23598:
23599: 2001-03-28 paf
23600:
23601: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23602: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23603: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23604: $request:browser [.type .version]; unknown.get_double now = 0.
23605:
23606: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23607: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23608: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23609: types/pa_vform.C: file:load autodetection of mime-type by
23610: user-file-name
23611:
23612: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23613: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23614: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23615:
23616: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23617: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23618: write. must be self.set
23619:
23620: * src/: classes/file.C, classes/root.C, classes/table.C,
23621: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23622:
23623: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23624: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23625: types/pa_vtable.h: table:locate just compiled
23626:
23627: 2001-03-27 paf
23628:
23629: * src/main/: execute.C, pa_common.C: fixed r/w context of
23630: code-params2, fixed ntfs hardlink slow dir update
23631:
23632: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23633: types/pa_wcontext.h: fixed r/w context of code-params
23634:
23635: * src/: classes/table.C, main/execute.C: about to change junction
23636: rcontext!!
23637:
23638: * src/: classes/double.C, classes/int.C, classes/root.C,
23639: classes/string.C, classes/table.C, main/compile_tools.C,
23640: main/execute.C, main/pa_request.C, main/untaint.C,
23641: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23642: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23643: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23644: types/pa_vunknown.h: sort 0
23645:
23646: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23647: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23648: renamed to are_static_calls_disabled
23649:
23650: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23651: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23652: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23653: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23654:
23655: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23656:
23657: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23658: started table:sort fixed minor bug in #...^{
23659:
23660: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23661: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23662: decided to have as it were. stepped back. grammar: added 'in'
23663: 'is' 'lt'&co follow-space check
23664:
23665: 2001-03-26 paf
23666:
23667: * src/: classes/file.C, classes/root.C, classes/table.C,
23668: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23669: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23670: main/pa_table.C: moved ::save to pa_table. disabled @auto
23671: invocation in ^process
23672:
23673: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23674:
23675: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23676: main/pa_array.C: table:record
23677:
23678: * src/: main/untaint.C, targets/cgi/parser3.C,
23679: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23680: targets/isapi/pool_storage.h, types/pa_valiased.h,
23681: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23682: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23683: types/pa_vtable.h: z
23684:
23685: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23686: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23687: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23688: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23689: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23690: method realisations on 'self' validity - they now can simply
23691: assume that 'self' is V{Proper} .
23692:
23693: 2001-03-25 paf
23694:
23695: * src/main/untaint.C: z
23696:
23697: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23698: lowlevel - it initialization could be skipped if failed in @auto.
23699: so that exception report would use some table
23700:
23701: * src/main/pa_request.C: table empty lines ignored. system-default
23702: content type assigned in output:result [can fail in main:auto and
23703: skipped normal defaults extraction]
23704:
23705: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23706: bug
23707:
23708: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23709: processing to table [except preliminary \r\n \r \n replacements
23710: to "\n"]
23711:
23712: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23713: move all the processing to table
23714:
23715: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23716: main/pa_table.C, main/untaint.C: returned table originating.
23717: useful for reporting typo table problems origin. think would be
23718: useful somewhere else
23719:
23720: * src/main/untaint.C: typo \r \r\n \n properly handled
23721:
23722: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23723: include/pa_table.h, main/compile.y, main/compile_tools.C,
23724: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23725: main/pa_string.C, main/pa_table.C, main/untaint.C,
23726: types/pa_vcookie.h: typo & typo-default
23727:
23728: 2001-03-24 paf
23729:
23730: * src/main/pa_common.C: z
23731:
23732: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23733: targets/cgi/parser3.C: html-typo 2
23734:
23735: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23736: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23737: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23738: main/execute.C, main/pa_array.C, main/pa_globals.C,
23739: main/pa_request.C, main/pa_string.C, main/untaint.C,
23740: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23741: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23742: noticed double default content-type prob. run cgi.cmd tomorrow
23743: first html-typo sample. detected << problem: they become ltlt too
23744: fast
23745:
23746: * src/main/compile.y: z
23747:
23748: * src/main/: compile.y, compile_tools.h: #comment
23749:
23750: * src/: classes/file.C, classes/root.C, classes/table.C,
23751: include/pa_common.h, include/pa_request.h, main/compile.y,
23752: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23753: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23754: stringified
23755:
23756: * src/types/pa_valiased.C: decided to String-ify file_read
23757:
23758: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23759: isapi/parser3isapi.dsp: cgi: sapi::log
23760:
23761: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23762: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23763: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23764: error log experiments failed - cgi under iis got no access to
23765: log. registereventsource simply failed with 5(illegal call) code,
23766: while worked OK as standalone executable. isapi: used
23767: HSE_APPEND_LOG_PARAMETER feature
23768:
23769: * src/: include/pa_common.h, include/pa_globals.h,
23770: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23771: targets/isapi/parser3isapi.C: fixed default content-type
23772: allocation storage
23773:
23774: * src/: include/pa_globals.h, include/pa_request.h,
23775: main/pa_globals.C, main/pa_request.C: z
23776:
23777: * src/: include/pa_array.h, include/pa_hash.h,
23778: include/pa_request.h, main/compile.y, main/pa_array.C,
23779: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23780: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23781: content-type
23782:
23783: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23784: sanity
23785:
23786: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23787: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23788: away freeze mech. no danger now for you can't do
23789: ^request:process[@new-method[] body] trick anymore. still
23790: remains $some_instance.process[@new-method[] possibility] but
23791: would leave it as a feature. see index for sample
23792:
23793: * src/: include/pa_common.h, main/pa_common.C,
23794: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23795: monkey every target
23796:
23797: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23798: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23799: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23800:
23801: 2001-03-23 paf
23802:
23803: * src/: include/pa_pool.h, main/pa_request.C,
23804: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23805: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23806: targets/isapi/pool_storage.h: isapi: dumb pool storage
23807:
23808: * src/targets/isapi/pa_pool.C: decided to continue with extension
23809:
23810: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23811: it would be better to rewrite as filter then to deal with pool
23812:
23813: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23814: now like in cgi, not from APPL_PHYSICAL_PATH
23815:
23816: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23817: include/pa_config_fixed.h, include/pa_config_includes.h,
23818: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23819: include/pa_version.h, main/compile.y, main/execute.C,
23820: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23821: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23822: main/untaint.C, targets/cgi/parser3.C,
23823: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23824: cgi: reinvent document_root and request_uri under iis. autoconf
23825: updated. introducing ap_config_includes
23826:
23827: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23828:
23829: * src/targets/cgi/parser3.C: cgi: only one pool now
23830:
23831: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23832: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23833: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23834: types/pa_venv.h, types/pa_vform.C: sapi made object
23835:
23836: * src/: include/pa_globals.h, main/pa_request.C,
23837: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23838: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23839: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23840:
23841: * src/: main/pa_request.C, targets/cgi/parser3.C,
23842: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23843: isapi minor env beauty
23844:
23845: * src/: main/pa_request.C, targets/cgi/parser3.C,
23846: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23847: isapi document_root 0
23848:
23849: 2001-03-22 paf
23850:
23851: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23852:
23853: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23854: isapi/parser3isapi.C: z
23855:
23856: * src/: include/pa_pool.h, main/pa_request.C,
23857: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23858:
23859: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23860: kill.pl: isapi added utils
23861:
23862: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23863: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23864: types/pa_vform.C: isapi 0
23865:
23866: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23867: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23868: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23869: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23870: started isapi
23871:
23872: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23873: some comments
23874:
23875: * src/: include/pa_globals.h, include/pa_request.h,
23876: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23877: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23878: parser_root_auto_path parser_site_auto_path
23879:
23880: * src/types/pa_vcookie.C: cookie attr decoded
23881:
23882: 2001-03-21 paf
23883:
23884: * src/targets/cgi/parser3.C: z
23885:
23886: * src/include/pa_globals.h: post. todo: config of auto.p path
23887:
23888: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23889: types/pa_venv.h: in cookie & env. todo:post
23890:
23891: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23892: classes/root.C, classes/table.C, include/pa_array.h,
23893: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23894: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23895: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23896: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23897: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23898: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23899: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23900: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23901: shifted apache branch on main trunc
23902:
23903: * src/: include/pa_common.h, include/pa_globals.h,
23904: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23905: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23906: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23907: starting mod_parser3
23908:
23909: * src/targets/cgi/parser3.C: starting mod_parser3
23910:
23911: 2001-03-20 paf
23912:
23913: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23914: targets/cgi/parser3.C: automake compiled and works. todo:make
23915: win32 ifdefs work and add ifdef unistd
23916:
23917: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23918: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23919: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23920: z
23921:
23922: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23923: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23924: locking
23925:
23926: * src/: classes/Makefile.am, types/Makefile.am: z
23927:
23928: * src/: Makefile.am, classes/file.C, classes/root.C,
23929: classes/table.C, include/pa_array.h, include/pa_request.h,
23930: include/pa_string.h, main/Makefile.am, main/execute.C,
23931: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23932: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23933: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23934: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23935:
23936: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23937: main/pa_request.C, types/pa_vfile.h: ^table:save
23938:
23939: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23940: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23941: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23942: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23943: types/pa_vform.h: z
23944:
23945: * src/include/pa_string.h: z
23946:
23947: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23948: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23949: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23950: :Value
23951:
23952: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23953: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23954: :VStateless_object
23955:
23956: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23957: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23958: :VStateless_object
23959:
23960: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23961: types/pa_valiased.C, types/pa_vform.h: commented VForm
23962:
23963: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23964: types/pa_valiased.h, types/pa_value.h,
23965: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23966: types/pa_vstateless_object.h: moved common get_element part from
23967: stateless object&class into VAliased
23968:
23969: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23970: classes/table.C, main/execute.C, main/main.dsp,
23971: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23972: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23973: now :Value
23974:
23975: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23976: main/execute.C, main/main.dsp, main/pa_globals.C,
23977: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23978:
23979: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23980: doxx
23981:
23982: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23983: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23984: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23985: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23986: and ^file:save
23987:
23988: 2001-03-19 paf
23989:
23990: * src/types/pa_vfile.C: z
23991:
23992: * src/: classes/file.C, classes/request.C, classes/table.C,
23993: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23994: main/pa_request.C, main/untaint.C, types/pa_value.h,
23995: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23996:
23997: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23998: include/pa_string.h, include/pa_table.h, main/main.dsp,
23999: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24000: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24001: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24002: classes/_file.h, classes/file.C, types/pa_vfile.C,
24003: types/pa_vfile.h: file class just compiled
24004:
24005: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24006: include/pa_table.h, include/pa_types.h, main/execute.C,
24007: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24008: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24009: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24010:
24011: * src/include/pa_pool.h: z
24012:
24013: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24014: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24015: Hash::Value to Val so to doxygen would finlly stop confusing
24016: those Value-s
24017:
24018: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24019: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24020: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24021: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24022: include/pa_types.h, main/compile.C, main/compile.y,
24023: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24024: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24025: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24026: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24027: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24028:
24029: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24030: derivates somehow unlinked. don't know why yet
24031:
24032: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24033: include/pa_string.h, include/pa_threads.h, main/compile.C,
24034: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24035: main/execute.C, main/pa_array.C, main/pa_common.C,
24036: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24037: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24038: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24039:
24040: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24041: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24042: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24043: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24044: types/pa_vrequest.h: doc: detected Value derivates prob
24045:
24046: * src/include/pa_globals.h: z
24047:
24048: * src/: classes/_request.h, classes/request.C, include/code.h,
24049: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24050: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24051: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24052: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24053: main/execute.C, main/pa_pool.C, main/pa_request.C,
24054: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24055: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24056:
24057: 2001-03-18 paf
24058:
24059: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24060: cookie: allowed access to hash-assigned
24061:
24062: * src/targets/cgi/parser3.C: z
24063:
24064: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24065: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24066: include/pa_types.h, main/main.dsp, main/pa_common.C,
24067: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24068: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24069: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24070: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24071: types/pa_vunknown.h: cookie class
24072:
24073: * src/main/pa_request.C: zero length output allowed
24074:
24075: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24076: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24077:
24078: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24079: lang switch
24080:
24081: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24082: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24083: types/pa_value.h, types/pa_vhash.h:
24084: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24085:
24086: * src/main/execute.C: z
24087:
24088: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24089: targets/cgi/parser3.C: taint[uri
24090:
24091: * src/: classes/request.C, classes/response.C, classes/root.C,
24092: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24093: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24094: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24095:
24096: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24097: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24098: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24099: types/pa_vstateless_class.C: convinient string(pool, char *src,
24100: bool tainted) ctor
24101:
24102: * src/: include/pa_hash.h, include/pa_request.h,
24103: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24104: main/pa_request.C, main/pa_string.C, main/untaint.C,
24105: targets/cgi/parser3.C: proper @exceptions params tainting
24106:
24107: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24108: response fields to header
24109:
24110: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24111: z
24112:
24113: * src/: classes/_response.h, classes/response.C,
24114: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24115: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24116: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24117: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24118: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24119: $response: 0 request::core exception rethrow
24120:
24121: 2001-03-16 paf
24122:
24123: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24124: types/pa_vrequest.h: native method' class call with less params
24125: then needed error reporting
24126:
24127: * src/: classes/_request.h, classes/request.C,
24128: include/pa_globals.h, include/pa_request.h, main/execute.C,
24129: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24130: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24131: types/pa_vrequest.h: $request : query :uri
24132:
24133: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24134: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24135: types/pa_wcontext.h: $result
24136:
24137: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24138:
24139: * src/: classes/double.C, include/code.h, main/compile.y,
24140: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24141: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24142:
24143: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24144: main/compile.y, main/execute.C, types/pa_value.h,
24145: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24146: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24147: wcontext conflict
24148:
24149: * src/: main/execute.C, types/pa_value.h,
24150: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24151: $string.field
24152:
24153: 2001-03-15 paf
24154:
24155: * src/main/pa_request.C: news sample
24156:
24157: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24158: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24159:
24160: * src/main/: compile.y, execute.C: z
24161:
24162: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24163: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24164: pre pre works
24165:
24166: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24167: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24168: fillfields just compiled
24169:
24170: 2001-03-14 paf
24171:
24172: * src/: include/pa_request.h, main/pa_request.C,
24173: targets/cgi/parser3.C: z
24174:
24175: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24176: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24177: types/pa_vstring.h: limits -1
24178:
24179: * src/: include/pa_globals.h, include/pa_request.h,
24180: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24181: main/pa_request.C, targets/cgi/parser3.C,
24182: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24183: request_info -1
24184:
24185: * src/: include/pa_globals.h, main/pa_globals.C,
24186: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24187: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24188: vform_fields_fill
24189:
24190: * src/targets/cgi/parser3.C: # if MSVC
24191:
24192: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24193: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24194:
24195: * src/targets/cgi/parser3.C: z
24196:
24197: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24198: include/pa_string.h, include/pa_types.h, main/compile.y,
24199: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24200: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24201: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24202: types/pa_vunknown.h: global handler, exceptions in parser3
24203:
24204: 2001-03-13 paf
24205:
24206: * src/: classes/form.C, main/compile.y, main/core.C,
24207: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24208: types/pa_vform.h, types/pa_vstateless_class.C,
24209: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24210: instead
24211:
24212: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24213: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24214: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24215: started cgi target
24216:
24217: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24218: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24219: before error show with parser
24220:
24221: * src/: classes/_form.h, classes/form.C, include/core.h,
24222: include/pa_request.h, main/core.C, main/pa_request.C,
24223: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24224:
24225: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24226:
24227: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24228: parser3.C: renamed targets/ parser to cgi
24229:
24230: * src/: classes/double.C, classes/env.C, classes/int.C,
24231: classes/root.C, classes/string.C, classes/table.C,
24232: include/pa_request.h, types/pa_vhash.h: z
24233:
24234: * src/: classes/_env.h, classes/env.C, classes/root.C,
24235: include/core.h, include/pa_pool.h, include/pa_request.h,
24236: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24237: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24238: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24239: [historical moment :)]
24240:
24241: * src/: include/code.h, include/pa_string.h, main/compile.y,
24242: main/execute.C, main/pa_string.C: 'value is type' expr operator
24243:
24244: * src/types/pa_venv.h: $ENV 1
24245:
24246: * src/main/execute.C: z
24247:
24248: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24249: future methods of ENV constructor if
24250:
24251: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24252: class
24253:
24254: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24255: classes/_root.h, classes/_string.h, classes/_table.h,
24256: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24257: classes/string.C, classes/table.C, include/pa_request.h,
24258: main/compile.C, main/compile_tools.h, main/core.C,
24259: main/execute.C, main/main.dsp, main/pa_request.C,
24260: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24261: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24262: types/pa_vobject.h, types/pa_vstateless_class.C,
24263: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24264: types/pa_wcontext.h: $ENV: re 0, stateless classes
24265:
24266: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24267: classes/_root.h, classes/_string.h, classes/_table.h,
24268: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24269: classes/string.C, classes/table.C, include/pa_request.h,
24270: main/compile.C, main/compile_tools.h, main/core.C,
24271: main/execute.C, main/main.dsp, main/pa_request.C,
24272: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24273: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24274: types/pa_vobject.h, types/pa_vstateless_class.C,
24275: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24276: types/pa_wcontext.h: $ENV: re 0, stateless classes
24277:
24278: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24279: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24280: yesterdays bad decision on execute_static_method
24281:
24282: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24283:
24284: * src/: classes/double.C, classes/int.C, classes/root.C,
24285: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24286:
24287: * src/main/pa_request.C: z
24288:
24289: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24290: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24291:
24292: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24293: include/pa_pool.h, main/pa_request.C:
24294: restructure_exceptions_dead_end
24295:
24296: * src/: classes/root.C, main/compile.y: ^if required junctions.
24297: allowed ; inside {} to break params
24298:
24299: * src/classes/root.C: ^eval
24300:
24301: * src/: classes/_string.h, classes/double.C, classes/int.C,
24302: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24303: string ^format
24304:
24305: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24306: 'bad' but not 'enough'
24307:
24308: * src/: classes/double.C, classes/root.C, classes/table.C,
24309: include/pa_common.h, include/pa_types.h, main/compile.y,
24310: main/pa_common.C, main/pa_request.C, main/untaint.C,
24311: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24312: types/pa_wwrapper.h: think constructing flag as is is bad
24313:
24314: * src/: classes/double.C, classes/int.C, classes/root.C,
24315: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24316: types/pa_vint.h: ^for
24317:
24318: 2001-03-12 paf
24319:
24320: * src/classes/table.C: table ^empty
24321:
24322: * src/: classes/table.C, include/pa_table.h: table ^menu
24323:
24324: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24325: ^offset ^line ^count
24326:
24327: * src/classes/root.C: ^round() ^floor() ^ceiling()
24328: ^abs() ^sign()
24329:
24330: * src/classes/: root.C, table.C: ^use
24331:
24332: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24333: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24334: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24335: ^while. switched off wcontext.constructing after write(value) or
24336: auto-vhash-constructing
24337:
24338: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24339: main/pa_request.C: fail_if_junction_ helper func
24340:
24341: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24342: include/pa_request.h, main/execute.C, main/main.dsp,
24343: main/pa_common.C, main/pa_request.C: ^process error point by
24344: actual method_name, not source. ^load
24345:
24346: * src/types/pa_vtable.h: table: no, better with string in cells...
24347:
24348: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24349: classes/_table.h, classes/table.C, main/untaint.C: z
24350:
24351: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24352: include/pa_table.h, main/core.C, main/execute.C,
24353: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24354: types/pa_value.h: table:set 0
24355:
24356: * src/: classes/root.C, include/core.h, include/pa_array.h,
24357: include/pa_request.h, include/pa_table.h, main/core.C,
24358: main/main.dsp, main/pa_request.C, main/pa_table.C,
24359: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24360: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24361: types/pa_vstring.h: freeze, ^table:create[] -1
24362:
24363: * src/: classes/root.C, types/pa_value.h: z
24364:
24365: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24366: get_method in couple places optimizing them
24367:
24368: * src/classes/root.C: z
24369:
24370: * src/: classes/root.C, types/pa_vclass.h: process temp main
24371: zeroing
24372:
24373: * src/: classes/double.C, classes/int.C, classes/root.C,
24374: classes/string.C, include/pa_common.h, include/pa_request.h,
24375: include/pa_string.h, include/pa_types.h, main/compile.C,
24376: main/compile.y, main/compile_tools.h, main/execute.C,
24377: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24378: types/pa_vmframe.h: ^process. actual names to store param and
24379: check_actual_numbered_params for better place diagnostics
24380:
24381: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24382: method-junctions bug fixed
24383:
24384: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24385: pa_vstateless_object.h, pa_vstring.h: stateless_object
24386:
24387: 2001-03-11 paf
24388:
24389: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24390: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24391: VDouble VInt base now VObject_base - without fields
24392:
24393: * src/: classes/root.C, include/core.h, main/core.C: z
24394:
24395: * src/: classes/double.C, classes/int.C, classes/root.C,
24396: classes/string.C, include/core.h, include/pa_hash.h,
24397: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24398: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24399:
24400: * src/: classes/double.C, classes/int.C, classes/root.C,
24401: include/pa_request.h, main/execute.C: intercept_string
24402:
24403: * src/: classes/double.C, classes/int.C, classes/root.C,
24404: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24405:
24406: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24407: ^inc-s(expr)
24408:
24409: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24410: classes/_root.h, classes/_string.h, classes/double.C,
24411: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24412: include/code.h, include/core.h, include/pa_array.h,
24413: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24414: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24415: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24416: include/pa_types.h, main/compile.C, main/compile.y,
24417: main/compile_tools.C, main/compile_tools.h, main/core.C,
24418: main/execute.C, main/pa_array.C, main/pa_common.C,
24419: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24420: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24421: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24422: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24423: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24424: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24425: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24426: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24427:
24428: * src/: main/pa_request.C, types/pa_vhash.h: z
24429:
24430: * src/: include/core.h, include/pa_request.h, main/core.C,
24431: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24432:
24433: * src/: include/pa_valiased.h, include/pa_value.h,
24434: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24435: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24436: include/pa_vjunction.h, include/pa_vmframe.h,
24437: include/pa_vobject.h, include/pa_vstring.h,
24438: include/pa_vunknown.h, include/pa_wcontext.h,
24439: include/pa_wwrapper.h, main/compile.y, main/core.C,
24440: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24441: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24442: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24443: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24444: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24445: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24446: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24447: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24448: include/
24449:
24450: 2001-03-10 paf
24451:
24452: * src/: include/core.h, include/pa_request.h, main/core.C,
24453: main/pa_request.C: run+auto=run
24454:
24455: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24456:
24457: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24458: classes/_root.h, classes/_string.h, classes/double.C,
24459: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24460: include/code.h, include/core.h, include/pa_array.h,
24461: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24462: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24463: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24464: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24465: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24466: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24467: include/pa_vjunction.h, include/pa_vmframe.h,
24468: include/pa_vobject.h, include/pa_vstring.h,
24469: include/pa_vunknown.h, include/pa_wcontext.h,
24470: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24471: main/compile_tools.C, main/compile_tools.h, main/core.C,
24472: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24473: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24474: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24475: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24476: main/pa_wcontext.C: sources header
24477:
24478: * src/main/pa_request.C: auto..
24479:
24480: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24481: main/pa_request.C: auto tree0
24482:
24483: * src/: include/core.h, include/pa_request.h, main/compile.y,
24484: main/core.C, main/pa_request.C: names to core.C
24485:
24486: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24487: include/pa_request.h, main/core.C, main/execute.C,
24488: main/pa_common.C, main/pa_request.C: root auto.p loaded
24489:
24490: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24491: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24492: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24493: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24494:
24495: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24496: @auto[] realised. auto.p scan togo
24497:
24498: * src/: include/pa_request.h, main/execute.C: autocalc
24499: code-junctions result now have names
24500:
24501: * src/: classes/double.C, classes/int.C, classes/root.C,
24502: classes/string.C, include/pa_request.h, include/pa_string.h,
24503: include/pa_wcontext.h, main/compile.y, main/execute.C,
24504: main/pa_string.C, main/pa_wcontext.C: tainting 0
24505:
24506: * src/classes/env.C: env:file/line
24507:
24508: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24509: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24510: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24511: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24512: main/compile_tools.C, main/compile_tools.h, main/core.C,
24513: main/execute.C, main/main.dsp, main/pa_cframe.C,
24514: main/pa_request.C, main/pa_wcontext.C: const fight finished
24515:
24516: * src/include/pa_vclass.h: const fight to go
24517:
24518: * src/: classes/_env.h, classes/env.C, classes/root.C,
24519: include/pa_request.h, include/pa_vclass.h, main/core.C,
24520: main/main.dsp: env0
24521:
24522: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24523: classes/_string.h, classes/double.C, classes/int.C,
24524: classes/root.C, classes/string.C, include/pa_request.h,
24525: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24526: include/pa_wcontext.h, main/core.C, main/main.dsp,
24527: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24528: main/pa_wcontext.C: ^lang prepare0
24529:
24530: 2001-03-09 paf
24531:
24532: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24533: construct proper naming
24534:
24535: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24536: classes/double.C, classes/int.C, classes/root.C,
24537: classes/string.C, include/code.h, include/pa_value.h,
24538: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24539: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24540: main/compile.y, main/compile_tools.C, main/core.C,
24541: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24542: and ^double[]. fixed expr type
24543:
24544: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24545: ^string.length[]
24546:
24547: 2001-03-08 paf
24548:
24549: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24550:
24551: * src/: include/pa_vclass.h, include/pa_vstring.h,
24552: include/pa_wcontext.h, main/compile.y, main/core.C,
24553: main/execute.C, main/main.dsp: dead end: vstring can't be
24554: derivated from vobject
24555:
24556: * src/: include/pa_vclass.h, include/pa_vhash.h,
24557: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24558:
24559: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24560: remained clone conseqs
24561:
24562: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24563:
24564: * src/main/pa_vclass.C: wow! vclass were out of vcs
24565:
24566: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24567: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24568: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24569: include/pa_vobject.h, include/pa_vstring.h,
24570: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24571: main/execute.C: withoud cloning. didn't need it actually, params
24572: got passed from out unnamed ewpool
24573:
24574: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24575: include/pa_vjunction.h, include/pa_vobject.h,
24576: include/pa_vunknown.h, main/compile.y: cloning dead end
24577:
24578: * src/: include/pa_bool.h, include/pa_double.h,
24579: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24580: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24581: include/pa_vjunction.h, include/pa_vmframe.h,
24582: include/pa_vobject.h, include/pa_vstring.h,
24583: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24584: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24585: to give params proper names
24586:
24587: * src/main/pa_wcontext.C: z
24588:
24589: * src/: include/pa_vmframe.h, main/execute.C: added names to
24590: unknown values in get_element and unfilled params. removed wrong
24591: name change in get_element
24592:
24593: * src/main/execute.C: z
24594:
24595: * src/main/execute.C: fixed problems calling operators in
24596: constructors
24597:
24598: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24599: detected problems calling operators in constructors
24600:
24601: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24602: autocalc def to string
24603:
24604: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24605: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24606:
24607: * src/classes/root.C: added root.c
24608:
24609: * src/: include/pa_request.h, include/pa_value.h,
24610: include/pa_vcframe.h, include/pa_vmframe.h,
24611: include/pa_wcontext.h, main/compile.C, main/compile.y,
24612: main/core.C, main/execute.C, main/pa_cframe.C,
24613: main/pa_wcontext.C: 'if' just compiled
24614:
24615: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24616: include/pa_vjunction.h, include/pa_vmframe.h,
24617: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24618: main/pa_wcontext.C: z
24619:
24620: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24621: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24622: with parameter names in operator methods
24623:
24624: * src/main/compile.y: minor renamings in .y
24625:
24626: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24627: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24628: @BASE. changed 'RUN' assignment mech
24629:
24630: * src/main/execute.C: z
24631:
24632: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24633: main/compile_tools.h, main/execute.C: made class: dynamic, not
24634: static. so to enable runtime ^use
24635:
24636: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24637:
24638: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24639: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24640:
24641: * src/main/execute.C: root root in code-junction
24642:
24643: 2001-03-07 paf
24644:
24645: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24646: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24647:
24648: * src/: include/pa_stack.h, include/pa_value.h,
24649: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24650: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24651: fixed rwcontext of {} params up
24652:
24653: * src/main/: compile.y, compile_tools.h: ^func(params)
24654:
24655: * src/main/compile.y: .y priorities syntax shaped up a bit
24656:
24657: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24658: include/pa_vunknown.h, main/compile.y, main/execute.C,
24659: main/pa_hash.C: expr def in -f
24660:
24661: * src/main/: compile.y, execute.C: expr calls
24662:
24663: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24664: fixed
24665:
24666: * src/main/compile.y: expr quoted code
24667:
24668: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24669: support0
24670:
24671: * src/main/compile.y: expr string comparisons 0
24672:
24673: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24674: main/pa_string.C: just compiled lt&co
24675:
24676: * src/main/execute.C: ^var.menu{$field} problem detected. that
24677: $field not a $var.field
24678:
24679: 2001-03-06 paf
24680:
24681: * src/main/compile.y: .y expr visible-shorter
24682:
24683: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24684: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24685: logical
24686:
24687: * src/: include/pa_vstring.h, main/compile.y: problems with
24688: skipping whitespace in yylex
24689:
24690: * src/include/pa_vbool.h: forgot this
24691:
24692: * src/: include/code.h, main/compile.y, main/execute.C: without
24693: string ops in expressions 0
24694:
24695: * src/: include/pa_value.h, include/pa_vdouble.h,
24696: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24697: main/execute.C, main/main.dsp: !~
24698:
24699: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24700: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24701: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24702: include/pa_vunknown.h, include/pa_wcontext.h,
24703: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24704: main/compile_tools.h, main/execute.C: +-*/
24705:
24706: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24707: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24708:
24709: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24710: main/execute.C: expr grammar-1 2*2=4.000000 :)
24711:
24712: * src/main/compile.y: expr grammar-1
24713:
24714: * src/main/compile.y: expr lexx1
24715:
24716: * src/main/: compile.y, execute.C, main.dsp: z
24717:
24718: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24719: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24720: main/execute.C: expr lex0 exec-1
24721:
24722: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24723:
24724: 2001-02-26 paf
24725:
24726: * src/main/compile.y: max_string in yyerror bug fix
24727:
24728: 2001-02-25 paf
24729:
24730: * src/: include/pa_value.h, include/pa_vmframe.h,
24731: include/pa_wcontext.h, main/execute.C: VAliased3
24732:
24733: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24734:
24735: * src/main/execute.C: VAliased1
24736:
24737: * src/: include/pa_request.h, include/pa_value.h,
24738: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24739: VAliased0
24740:
24741: * src/: include/pa_pool.h, include/pa_request.h,
24742: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24743: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24744: VAliased just compiled
24745:
24746: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24747: include/pa_vobject.h, main/execute.C: alias dead end
24748:
24749: * src/: include/pa_value.h, include/pa_vclass.h,
24750: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24751: main/main.dsp: no not get fields into interm VFielded class.
24752: fields & staticfields 1
24753:
24754: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24755: include/pa_vobject.h, include/pa_wcontext.h,
24756: include/pa_wwrapper.h, main/core.C, main/execute.C,
24757: main/main.dsp: would now get fields into interm VFielded class
24758:
24759: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24760: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24761: include/pa_wcontext.h, main/compile.y, main/core.C,
24762: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24763: main/pa_wcontext.C: virtuals2
24764:
24765: * src/main/compile.y: : 1
24766:
24767: * src/main/compile.y: rethought to $class:static.field.subfield
24768:
24769: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24770: $class:element
24771:
24772: * src/: include/pa_value.h, include/pa_vmframe.h,
24773: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24774: main/pa_wcontext.C: before execute class calls rewrite
24775:
24776: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24777: name RUN, also alias
24778:
24779: * src/main/compile.y: escaping bug
24780:
24781: * src/: include/pa_request.h, include/pa_value.h,
24782: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24783: main/core.C, main/execute.C, main/pa_common.C: vobject1
24784:
24785: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24786: include/pa_vmframe.h, include/pa_vobject.h,
24787: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24788: main/compile_tools.h, main/execute.C: ^class:method() just
24789: compiled
24790:
24791: 2001-02-24 paf
24792:
24793: * src/main/main.dsp: no bison -d
24794:
24795: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24796: class' err msg wrong
24797:
24798: * src/main/compile.y: z
24799:
24800: * src/main/: compile.y, core.C: yylex need some @special lines adj
24801:
24802: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24803: main/compile.y, main/compile_tools.h, main/core.C: modules0
24804:
24805: * src/: include/pa_vclass.h, main/core.C: z
24806:
24807: * src/: include/pa_value.h, include/pa_vclass.h,
24808: include/pa_vobject.h, main/main.dsp: vobject00
24809:
24810: * src/main/pa_array.C: minor bug in expanding very small arrays.
24811: 60% from 1 were 0
24812:
24813: * src/: include/pa_value.h, include/pa_wcontext.h,
24814: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24815: as bad as you've named it: wcontext.value() was not a perfect
24816: idea
24817:
24818: * src/main/execute.C: codeframe1
24819:
24820: * src/: include/pa_value.h, include/pa_vcframe.h,
24821: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24822: include/pa_vjunction.h, include/pa_vmframe.h,
24823: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24824: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24825: just compiled
24826:
24827: * src/: include/pa_vframe.h, main/compile.y: found junction
24828: ideology @: ^x{$a()) must construct current wcontext element, so
24829: smart wcontext handling needed
24830:
24831: * src/main/compile.y: fixed grammar bugs in constructor/params
24832: klinch
24833:
24834: * src/main/: compile.y, execute.C: fixed empty constructor
24835: optimized empty case. failed on calls - produced empty string
24836: param
24837:
24838: * src/main/compile.y: fixed last \n macrotemplate strip bug
24839:
24840: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24841: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24842: main/compile_tools.C, main/compile_tools.h, main/core.C,
24843: main/execute.C: code junctions0. something wrong with last \n
24844: macrotemplate strip
24845:
24846: * src/: include/pa_value.h, main/compile.C, main/core.C,
24847: main/pa_value.C: minor error reporting format beautifyings
24848:
24849: * src/: include/pa_value.h, include/pa_vclass.h,
24850: include/pa_vframe.h, main/core.C, main/execute.C,
24851: main/pa_value.C: get_method RIP. junctions everywhere. call with
24852: junctions0
24853:
24854: 2001-02-23 paf
24855:
24856: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24857: pa_wwrapper.h: lara came, can't work, sorry :(
24858:
24859: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24860: junction
24861:
24862: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24863: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24864: main/execute.C, main/main.dsp, main/pa_value.C: call0
24865:
24866: * src/: include/pa_hash.h, include/pa_value.h,
24867: include/pa_wcontext.h, main/core.C, main/execute.C,
24868: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24869: done
24870:
24871: * src/include/pa_wcontext.h: z
24872:
24873: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24874: wrong grammar in complex constructor case
24875:
24876: * src/main/: compile.y, execute.C: empty constructor bug fixed
24877:
24878: * src/main/execute.C: with result rwpool
24879:
24880: * src/: include/pa_value.h, main/core.C, main/execute.C,
24881: main/main.dsp: value named
24882:
24883: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24884: strign 2 value in 2 places in execute
24885:
24886: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24887: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24888: wcontext.put_element when wcontext fvalue==0
24889:
24890: 2001-02-22 paf
24891:
24892: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24893: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24894: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24895:
24896: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24897: erroreos checkout
24898:
24899: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24900:
24901: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24902: main/compile_tools.h, main/pa_array.C: $self.get
24903:
24904: * src/main/: compile.C, compile.y, compile_tools.C: z
24905:
24906: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24907: bit. finished now.
24908:
24909: * src/main/compile.y: $: finished
24910:
24911: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24912:
24913: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24914: main/execute.C: OP_STRING better then some xxx _VALUE
24915:
24916: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24917: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24918: string to vstring it .y all
24919:
24920: * src/: include/pa_request.h, include/pa_stack.h,
24921: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24922: all
24923:
24924: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24925: precise parse error line:col
24926:
24927: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24928: main/pa_hash.C, main/pa_pool.C: TRY...
24929:
24930: * src/: include/pa_exception.h, include/pa_pool.h,
24931: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24932: main/compile.C, main/compile.y, main/compile_tools.C,
24933: main/core.C, main/pa_array.C, main/pa_exception.C,
24934: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24935: main/pa_table.C: removed exception from request
24936:
24937: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24938: some forgotten
24939:
24940: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24941: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24942: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24943: get/put simple vars to VClass works0
24944:
24945: * src/: include/pa_array.h, include/pa_wcontext.h,
24946: main/pa_string.C: in process, but found that exceptions are too
24947: global
24948:
24949: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24950: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24951: main/execute.C, main/pa_string.C: write_value write_string 0 it
24952: seems wcontext must write strings regardles of fvalue!=0
24953:
24954: 2001-02-21 paf
24955:
24956: * src/main/execute.C: tired :)
24957:
24958: * src/main/: compile.C, compile.y, execute.C: store0
24959:
24960: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24961: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24962: include/pa_wcontext.h, main/compile.C, main/compile.y,
24963: main/execute.C, main/main.dsp, main/pa_array.C,
24964: main/pa_request.C: get put -1 [just compiled]
24965:
24966: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24967: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24968: main/main.dsp, main/pa_request.C: request core methods0
24969:
24970: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24971: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24972: execute
24973:
24974: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24975: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24976: methods and one_big_piece. now compile returns array<method*>
24977:
24978: * src/main/compile.y: more straightforward yylex[end]
24979:
24980: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24981: string.operator==(char*)
24982:
24983: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24984: main/execute.C, main/pa_array.C: after array.const get wonders
24985:
24986: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24987: pa_string.h, pa_value.h: struck with const array.gets
24988:
24989: * src/main/: execute.C: z
24990:
24991: * src/main/: compile.y, execute.C: z
24992:
24993: * src/main/: compile.C, compile.y, compile_tools.h: error
24994: processing in eval & yyerror so it wouldn't cause memleaks.
24995:
24996: * src/main/: compile.C, compile.y: failed to add absolute precies
24997: parse error positions. leaving RIGHTMOST position as
24998: @file[line:col]
24999:
25000: * src/: include/compile.h, main/compile.C, main/compile.y,
25001: main/compile_tools.h: line numbers needed. would add them to .y
25002: now internally. externally it's not as precise as needed
25003:
25004: * src/: include/code.h, include/pa_types.h, main/compile.C,
25005: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25006: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25007: compiler works ok
25008:
25009: 2001-02-20 paf
25010:
25011: * src/main/: compile.C, compile.y, compile_tools.C,
25012: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25013: not perfect
25014:
25015: * src/: include/code.h, include/compile.h, include/execute.h,
25016: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25017: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25018: main/compile.C, main/compile.y, main/compile_tools.C,
25019: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25020: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25021: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25022: compiled. execute=dump for now
25023:
25024: * src/main/core.C: core rewrite using yacc investigations now will
25025: be compile[yacc]/execute[opcodes]
25026:
25027: 2001-02-15 paf
25028:
25029: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25030: rewrite as turing machine? for it seems it would be it's too many
25031: ifs with this syntax now
25032:
25033: 2001-02-14 paf
25034:
25035: * src/main/core.C: get_params 1
25036:
25037: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25038: :( ]
25039:
25040: * src/main/core.C: varios breaks
25041:
25042: * src/main/core.C: get names 3
25043:
25044: * src/main/core.C: get names 2
25045:
25046: * src/main/core.C: get names 1
25047:
25048: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25049: names 0
25050:
25051: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25052: text repassing2 operator static vars
25053:
25054: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25055: main/pa_string.C: process text repassing
25056:
25057: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25058: module:calls changes
25059:
25060: 2001-02-13 paf
25061:
25062: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25063: ^class:calls[] started
25064:
25065: * src/: include/pa_value.h, main/core.C: z
25066:
25067: * src/main/core.C: operators : and self. prefixes
25068:
25069: * src/main/core.C: z
25070:
25071: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25072: tested
25073:
25074: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25075: optimized
25076:
25077: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25078: would change privates to better support optimization
25079:
25080: * src/: include/pa_string.h, main/pa_string.C:
25081: String_iterator::skip_to todo:optimize
25082:
25083: 2001-02-12 paf
25084:
25085: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25086: String_iterator
25087:
25088: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25089: comments
25090:
25091: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25092: self/methodref joined
25093:
25094: 2001-02-11 paf
25095:
25096: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25097: main/main.dsp: core started. core.C, context&value .h
25098:
25099: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25100: include/pa_string.h, main/main.dsp, main/pa_array.C,
25101: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25102:
25103: 2001-01-30 paf
25104:
25105: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25106: comments
25107:
25108: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25109: main/pa_pool.C: moved pa_pool.C to be target specific
25110:
25111: * src/: include/pa_exception.h, include/pa_pool.h,
25112: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25113: to & changes
25114:
25115: * src/: include/pa_exception.h, include/pa_pool.h,
25116: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25117: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25118: re-associated. that's much better even removed 'die' necessety
25119:
25120: * src/: include/pa_error.h, include/pa_exception.h,
25121: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25122: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25123: targets/Makefile.am: lowered targets/parser into subdir, added
25124: parser_Pool(Pool) failed to add. would think..
25125:
25126: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25127: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25128: main/pa_string.C, main/pa_table.C: Table more like C++ style
25129: hence lots of 'const'
25130:
25131: * src/: include/pa_error.h, include/pa_request.h,
25132: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25133: main/pa_table.C: Error fixed
25134:
25135: 2001-01-29 paf
25136:
25137: * src/: include/pa_array.h, include/pa_common.h,
25138: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25139: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25140: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25141: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25142:
25143: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25144: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25145: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25146: main/pa_string.C, main/pa_table.C: Request Error Table
25147:
25148: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25149: templates"
25150:
25151: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25152: main/main.dsp, main/pa_array.C: templates failed no template
25153: specializations [VC6], no library auto instantation [VC6, GNU c++
25154: 2.95.2-6 from latest cygwin]
25155:
25156: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25157: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25158: main/main.dsp, main/pa_array.C, main/pa_string.C,
25159: main/pa_table.C: Table started would test template Array now
25160:
25161: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25162: String originating
25163:
25164: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25165: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25166: SYNCHRONIZED(thread_safe)
25167:
25168: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25169: parts to top
25170:
25171: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25172: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25173: see: needed only in global Hash now, made Hash:: put/get
25174: SYNCHRONIZED
25175:
25176: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25177: main/pa_threads.C: added pa_threads
25178:
25179: Mutex
25180:
25181: * src/include/pa_hash.h: some comments
25182:
25183: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25184: Array& operator += (Array& src)
25185:
25186: * src/main/pa_array.C: expand not convinient, would rewrite
25187:
25188: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25189: (Array& src)
25190:
25191: rethought, would change now
25192:
25193: 2001-01-27 paf
25194:
25195: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25196: caching
25197:
25198: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25199: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25200: cache rethought to chunk caching
25201:
25202: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25203: include/pa_string.h, main/main.dsp, main/pa_array.C,
25204: main/pa_hash.C, main/pa_string.C: Array 0
25205:
25206: * src/main/pa_string.C: String::operator ==
25207:
25208: * src/main/pa_hash.C: String(&String)
25209:
25210: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25211:
25212: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25213: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25214: pa_hash[forgotten]
25215:
25216: 2001-01-26 paf
25217:
25218: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25219: removed templates [vc++ suxx]
25220:
25221: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25222: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25223:
25224: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25225:
1.119 moko 25226: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25227:
1.119 moko 25228: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25229: check
25230:
25231: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25232: dynamic row_count
25233:
25234: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25235: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25236: targets/Makefile.am: Initial revision
25237:
25238: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25239: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25240: targets/Makefile.am: creating parser3 module
25241:
E-mail: