Annotation of parser3/ChangeLog, revision 1.197
1.197 ! moko 1: 2024-09-16 moko
! 2:
! 3: * src/types/pa_varray.h: get moved to where it belongs
! 4:
! 5: 2024-09-15 moko
! 6:
! 7: * src/: include/pa_array.h, types/pa_varray.h: more agressive
! 8: expansion to minimize reallocs: fallocated/32 -> fallocated/4
! 9:
! 10: * tests/: 421.html, results/323.processed, results/421.processed:
! 11: tests updated after 'spared-array' class renamed to 'array'
! 12: following a discussion on the forum (related to feature #930)
! 13:
! 14: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
! 15: types/pa_vmail.C: initial SparseArray separation from Array,
! 16: parser class now 'array'
! 17:
! 18: 2024-09-14 moko
! 19:
! 20: * tests/: 030.html, results/030.processed: out of range expires
! 21: check added
! 22:
! 23: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
! 24: checking expires time using VDate
! 25:
! 26: 2024-09-13 moko
! 27:
! 28: * src/: classes/array.C, classes/curl.C, classes/date.C,
! 29: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
! 30: classes/memcached.C, classes/op.C, classes/regex.C,
! 31: classes/string.C, classes/xdoc.C, classes/xnode.C,
! 32: main/execute.C, main/pa_http.C, main/pa_request.C,
! 33: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
! 34: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
! 35: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
! 36: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
! 37: removed as dynamic_cast is faster, Value::is() is still required
! 38: for is operator.
! 39:
! 40: 2024-09-12 moko
! 41:
! 42: * src/: classes/file.C, classes/image.C, classes/reflection.C,
! 43: classes/table.C, classes/xnode.C, include/pa_array.h,
! 44: include/pa_string.h, main/pa_common.C, main/pa_request.C,
! 45: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
! 46: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
! 47: templated pa_itoa/pa_uitoa added to work with any integer type,
! 48: String::Body::Format removed
! 49:
! 50: 2024-09-10 moko
! 51:
! 52: * src/classes/array.C: append and insert methods added to
! 53: sparse-array (related to feature #930)
! 54:
! 55: * tests/: 253.html, 255.html, 421.html, results/421.processed:
! 56: tests updated after sparse-array was added to avoid ^json:parse[]
! 57: using it in old tests (related to feature #930)
! 58:
! 59: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
! 60: types/pa_varray.h: sparse-array class added (initial feature #930
! 61: implementation)
! 62:
! 63: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
! 64: for sparse-array class files (related to feature #930)
! 65:
! 66: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
! 67: types/pa_vhash.h: VArray support functions without actual VArray
! 68: files (related to feature #930)
! 69:
1.196 moko 70: 2024-09-07 moko
71:
72: * src/: classes/curl.C, classes/string.C, classes/table.C,
73: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
74: main/pa_http.C, main/pa_sql_driver_manager.C,
75: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
76: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
77: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
78: with Hash::Iterator, has_next() replaced with operator bool
79: (related to feature #930)
80:
81: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
82: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
83: types/pa_vstateless_class.C: Array class extended,
84: Array::Iterator added and used (related to feature #930)
85:
1.195 moko 86: 2024-08-26 moko
87:
88: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
89: should be used on argv[0] as well to match document root.
90:
1.194 moko 91: 2024-08-25 moko
92:
93: * src/main/pa_request.C: be more specific
94:
95: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
96: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
97: (fixes bug #1244)
98:
99: * src/targets/cgi/parser3.C: avoid "parser allready configured"
100: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
101: rsplit(..., '\\') is not correct when / and \ are mixed in path
102:
103: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
104:
1.193 moko 105: 2024-07-24 moko
106:
107: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
108: main/execute.C, main/pa_string.C: Warning war: clang changed
109: -Wdeprecated-register warning to -Wregister, it's easier to
110: remove all register vars then continue this fight. :)
111:
112: * src/main/: compile.y, compile.tab.C: warning war: register
113: removed
114:
1.192 moko 115: 2024-07-14 moko
116:
117: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
118: checking the HTTP request environment; if the variable is not
119: present, checking the web server process environment (implements
120: feature #1242)
121:
1.191 moko 122: 2024-05-26 moko
123:
124: * tests/: 195.html, 229.html, results/096.processed,
125: results/097.processed, results/158.processed,
126: results/186.processed, results/273.processed,
127: results/293.processed, results/317.processed,
128: results/389.processed, results/402.processed: tests updated as
129: single quote now escaped with ' in HTML tainting mode
130: (related to feature #1241)
131:
132: * src/main/untaint.C: single quote now escaped with ' in HTML
133: tainting mode (implements feature #1241)
134:
135: * tests/results/: 020.processed, 021.processed, 026.processed,
136: 042.processed, 043.processed, 057.processed, 110.processed,
137: 115.processed, 116.processed, 117.processed, 118.processed,
138: 119.processed, 120.processed, 125.processed, 126.processed,
139: 128.processed, 130.processed, 131.processed, 132.processed,
140: 133.processed, 135.processed, 136.processed, 138.processed,
141: 139.processed, 140.processed, 145.processed, 150.processed,
142: 151.processed, 165.processed, 174.processed, 181.processed,
143: 182.processed, 192.processed, 193.processed, 201.processed,
144: 213.processed, 224.processed, 226.processed, 230.processed,
145: 239.processed, 240.processed, 244.processed, 253.processed,
146: 254.processed, 261.processed, 264.processed, 269.processed,
147: 274.processed, 275.processed, 288.processed, 294.processed,
148: 296.processed, 303.processed, 306.processed, 307.processed,
149: 308.processed, 311.processed, 312.processed, 314.processed,
150: 315.processed, 316.processed, 320.processed, 323.processed,
151: 324.processed, 325.processed, 328.processed, 330.processed,
152: 332.processed, 333.processed, 337.processed, 338.processed,
153: 341.processed, 342.processed, 343.processed, 344.processed,
154: 345.processed, 348.processed, 352.processed, 356.processed,
155: 357.processed, 363.processed, 364.processed, 368.processed,
156: 372.processed, 373.processed, 376.processed, 378.processed,
157: 379.processed, 385.processed, 386.processed, 387.processed,
158: 389.processed, 390.processed, 395.processed, 397.processed,
159: 398.processed, 399.processed, 404.processed, 406.processed,
160: 413.processed, 414.processed, 420.processed, 421.processed,
161: 424.processed, auto.p: Type -> Exception type for readability
162:
163: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
164: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
165: results/119.processed, results/165.processed,
166: results/175.processed, results/192.processed,
167: results/213.processed, results/217.processed,
168: results/230.processed, results/240.processed,
169: results/298.processed, results/380.processed,
170: results/415.processed: try-catch, try-catch-comment used
171:
172: 2024-05-21 moko
173:
174: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
175: results/180.processed, results/195.processed,
176: results/224.processed, results/auto.p: @try-catch-comment added
177: and used
178:
179: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
180: 415.html, results/269.processed, results/283.processed,
181: results/auto.p: more tests are updated to prepare for apostrophe
182: escaping in HTML tainting
183:
184: * tests/results/: 181.processed, 294.processed, 296.processed,
185: 315.processed, 379.processed, 389.processed, auto.p:
186: $exception.comment printed as-is for whitespace reporting and to
187: prepare for apostrophe escaping in HTML mode
188:
1.190 moko 189: 2024-05-11 moko
190:
191: * tests/: 099.html, 100.html, results/099.processed,
192: results/100.processed: a test for non-UTF-8 filename* added
193: (related to feature #1240)
194:
195: * tests/: 293.html, results/293.processed: tainting modes tests
196: added
197:
198: * tests/results/: 099.processed, 100.processed, 205.processed,
199: 309.processed, 310.processed, 419.processed: tests results
200: updated after filename* added (related to feature #1240)
201:
202: * src/: include/pa_common.h, main/pa_request.C: The filename*
203: parameter was added to the Content-Disposition header to conform
204: with RFC 6266, with code provided by Sumo (implements feature
205: #1240)
206:
207: 2024-05-10 moko
208:
209: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
210: positive performance effect in our case
211:
1.189 moko 212: 2024-03-27 moko
213:
214: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
215: (related to feature #1236)
216:
217: 2024-03-15 moko
218:
219: * tests/: 413.html, results/413.processed: test for object still
220: can be used as file parameter (related to bug #1218)
221:
222: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
223: still can be used in file context (fixes bug #1218)
224:
225: 2024-03-14 moko
226:
227: * src/include/pa_string.h: ArrayString get() null result assert
228: also added (related to bug #1238)
229:
230: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
231: VString::empty() used instead of new VString()
232:
233: 2024-03-12 moko
234:
235: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
236: results/379.processed: test added for cookie without value
237: (related to bug #1238)
238:
239: * src/include/pa_string.h: In assertions enabled mode, ArrayString
240: values are now required to be non-null (related to bug #1238)
241:
242: * src/main/pa_http.C: cookies without value are now parsed
243: correctly (fixed bug #1238)
244:
245: 2024-03-11 moko
246:
247: * tests/run_parser.sh: for better error reporting
248:
1.188 moko 249: 2023-12-30 moko
250:
251: * tests/: 038.html, results/038.processed: test for atan2 added
252:
253: 2023-12-29 moko
254:
255: * src/classes/math.C: atan2(y,x) math function added
256:
1.187 moko 257: 2023-12-14 moko
258:
259: * tests/212.html: pcre2 compatibility (related to feature #1236)
260:
261: * tests/: 425.html, results/425.processed: test for pcre/pcre2
262: exceptions and behavour added (related to feature #1236)
263:
264: 2023-12-13 moko
265:
266: * buildall: by default parser is now bundled with pcre2 10.42,
267: --without-pcre2 option added to build with pcre-8.45 (related to
268: feature #1236)
269:
270: 2023-12-12 moko
271:
272: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
273: support added (implements feature #1236)
274:
275: * src/: include/pa_charset.h, include/pa_config_includes.h,
276: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
277: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
278: types/pa_vregex.h: Adopted patch from Yavor Doganov
279: <yavor@gnu.org> to add pcre2 library support (implements feature
280: #1236)
281:
1.186 moko 282: 2023-11-28 moko
283:
284: * src/include/pa_config_includes.h: warnings war continues
285:
286: * src/include/pa_config_includes.h: warning war
287:
288: * tests/: 424.html, results/424.processed: tests for '+' and '-'
289: number strings, whitespace and sign in exception messages
290: (related to bug #1234)
291:
1.185 moko 292: 2023-11-26 moko
293:
294: * tests/: 274.html, results/224.processed, results/274.processed:
295: tests for date double, int, bool added (related to feature #1235)
296:
297: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
298: added for date class (implements feature #1235)
299:
300: 2023-11-23 moko
301:
302: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
303: and '-' strings are no longer can be treated as number 0,
304: exception thrown (fixes bug #1234)
305:
1.184 moko 306: 2023-11-18 moko
307:
308: * src/include/pa_types.h: minor
309:
310: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
311:
312: * tests/: 389.html, results/389.processed: error messages for some
313: OS differs a bit, reducing failing tests for them
314:
315: 2023-11-17 moko
316:
317: * tests/: 423.html, results/423.processed: test for optional
318: @auto[] inheritance added (related to feature #1233)
319:
320: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
321: types/pa_vstateless_class.C: optional @auto[] inheritance
322: implemented if defined with two args (path, class name)
323: (implements feature #1233)
324:
325: * src/: classes/double.C, classes/int.C, classes/math.C,
326: include/pa_random.h, include/pa_types.h, main/pa_common.C,
327: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
328: sync double->int overflow behavour under different architectures
329: (fixes bug #1232)
330:
331: * tests/: 422.html, results/422.processed: int clipping added
332:
333: 2023-11-16 moko
334:
335: * tests/: 422.html, results/422.processed: test for int and uint
336: overflow in ^n.format[d/u/x]
337:
338: * src/classes/math.C: bugfix: crc32 should not be negative (under
339: Apple M1 when negative double converts to uint the result is 0)
340: and crc32 should be 32 bits
341:
342: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
343: on Apple M1 it's 0
344:
345: * src/classes/file.C: bugfix: crc32 should not be negative (under
346: Apple M1 when negative double converts to uint the result is 0)
347: and crc32 should be 32 bits
348:
1.183 moko 349: 2023-10-07 moko
350:
351: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
352: behavour with other OP_NUM_*, related to bug #1230
353:
354: 2023-10-06 moko
355:
356: * tests/: 338.html, results/338.processed: test for bug #1230 added
357:
358: * src/: main/execute.C, types/pa_vdate.h: force double operands to
359: be converted to double to avoid 80 bit operations in x87 mode
360: (fixes bug #1230)
361:
362: 2023-10-05 moko
363:
364: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
365: compatibility
366:
367: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
368:
369: * tests/: 421.html, results/421.processed: test to cover all
370: classes and objects nonexistent method and field exceptions
371: (related to feature #1080 and #1227)
372:
373: * tests/results/: 182.processed, 324.processed: undefined method ->
374: <type> method not found exception (related to feature #1080)
375:
376: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
377: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
378: "element can not be fetched from" for them, "field not found" for
379: all other types (related to bug #1227)
380:
381: 2023-10-03 moko
382:
383: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
384: <type> method not found" exception now thrown for static calls
385: instead of "undefined method" without class name (related to
386: feature #1080)
387:
388: 2023-10-02 moko
389:
390: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
391: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
392: <method name>, Comment: <type> method not found" exception now
393: thrown for all dynamic objects instead of "undefined method"
394: without class name (implements feature #1080)
395:
1.182 moko 396: 2023-10-01 moko
397:
398: * src/classes/json.C: we don't have a dynamic json object.
399:
400: 2023-09-28 moko
401:
402: * tests/: 420.html, results/261.processed, results/420.processed:
403: tests updated after bug #1228 fix reverted
404:
405: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
406: whitespace string is hash compatible, so we don't want $s.key to
407: return a junction
408:
409: * tests/: 261.html, 420.html, results/261.processed,
410: results/420.processed: test for bug #1227 added, test updated
411: after bug #1228 fixed
412:
413: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
414: now throws exception as $non-empty-string.field (fixes bug #1227)
415:
416: * src/types/pa_vstring.h: allow $string.method access (fixes bug
417: #1228)
418:
419: 2023-09-26 moko
420:
421: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
422: src/classes/classes.C, src/classes/classes.awk,
423: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
424: src/classes/double.C, src/classes/file.C, src/classes/form.C,
425: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
426: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
427: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
428: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
429: src/classes/regex.C, src/classes/response.C,
430: src/classes/string.C, src/classes/table.C, src/classes/void.C,
431: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
432: src/include/pa_array.h, src/include/pa_base64.h,
433: src/include/pa_cache_managers.h, src/include/pa_charset.h,
434: src/include/pa_charsets.h, src/include/pa_common.h,
435: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
436: src/include/pa_dictionary.h, src/include/pa_dir.h,
437: src/include/pa_exception.h, src/include/pa_exec.h,
438: src/include/pa_globals.h, src/include/pa_hash.h,
439: src/include/pa_http.h, src/include/pa_memory.h,
440: src/include/pa_opcode.h, src/include/pa_operation.h,
441: src/include/pa_os.h, src/include/pa_pool.h,
442: src/include/pa_random.h, src/include/pa_request.h,
443: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
444: src/include/pa_sapi.h, src/include/pa_socks.h,
445: src/include/pa_sql_connection.h,
446: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
447: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
448: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
449: src/include/pa_table.h, src/include/pa_threads.h,
450: src/include/pa_types.h, src/include/pa_uue.h,
451: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
452: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
453: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
454: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
455: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
456: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
457: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
458: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
459: src/main/compile.tab.C, src/main/compile.y,
460: src/main/compile_tools.C, src/main/compile_tools.h,
461: src/main/execute.C, src/main/pa_base64.C,
462: src/main/pa_cache_managers.C, src/main/pa_charset.C,
463: src/main/pa_charsets.C, src/main/pa_common.C,
464: src/main/pa_dictionary.C, src/main/pa_dir.C,
465: src/main/pa_exception.C, src/main/pa_exec.C,
466: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
467: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
468: src/main/pa_request.C, src/main/pa_socks.C,
469: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
470: src/main/pa_stylesheet_connection.C,
471: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
472: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
473: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
474: src/main/untaint.C, src/main/helpers/simple_folding.pl,
475: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
476: src/targets/apache/mod_parser3_core.C,
477: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
478: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
479: src/types/pa_method.h, src/types/pa_property.h,
480: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
481: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
482: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
483: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
484: src/types/pa_vcookie.h, src/types/pa_vdate.C,
485: src/types/pa_vdate.h, src/types/pa_vdouble.h,
486: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
487: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
488: src/types/pa_vhash.C, src/types/pa_vhash.h,
489: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
490: src/types/pa_vimage.C, src/types/pa_vimage.h,
491: src/types/pa_vint.h, src/types/pa_vjunction.C,
492: src/types/pa_vjunction.h, src/types/pa_vmail.C,
493: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
494: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
495: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
496: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
497: src/types/pa_vobject.h, src/types/pa_vregex.C,
498: src/types/pa_vregex.h, src/types/pa_vrequest.C,
499: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
500: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
501: src/types/pa_vstateless_class.h,
502: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
503: src/types/pa_vstatus.h, src/types/pa_vstring.C,
504: src/types/pa_vstring.h, src/types/pa_vtable.C,
505: src/types/pa_vtable.h, src/types/pa_vvoid.C,
506: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
507: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
508: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
509: src/types/pa_wwrapper.h: copyright, authors actualized
510:
1.181 moko 511: 2023-08-20 moko
512:
513: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
514: commited (related to feature #1219)
515:
516: 2023-08-16 moko
517:
518: * src/main/pa_random.C: replaced clock precision with monotonicity
519: counter, good for Windows version with low clock frequency
520: (related to feature #1229)
521:
522: 2023-08-15 moko
523:
524: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
525: fixes related to feature #1229
526:
527: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
528: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
529: (implements feature #1229)
530:
1.180 moko 531: 2023-08-02 moko
532:
533: * tests/: results/417.processed, 417.html: test for empty string
534: match after last char added (related to bug #1224)
535:
536: * src/main/pa_string.C: avoid prestart++ after last char on zero
537: length match (related to bug #1224)
538:
1.179 moko 539: 2022-11-22 moko
540:
541: * tests/: 419.html, results/419.processed: test for L_URI and path
542: removeal from filename added (related to bug #1204)
543:
544: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
545: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
546: attribute value, L_URI should be used
547:
1.178 moko 548: 2022-09-21 moko
549:
550: * src/targets/cgi/parser3.C: more clear error messages
551:
552: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
553: SAPI_Info will return 0 in read_post and post_size !=
554: content_length will be thrown
555:
1.177 moko 556: 2022-08-23 moko
557:
558: * src/types/pa_vmail.C: .tables addes as .raw contains only last
559: header value
560:
561: 2022-08-22 moko
562:
563: * tests/: 418.html, results/418.processed: test for
564: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
565: to #1225)
566:
567: * src/classes/hash.C: keep old behavoir by default
568:
569: * src/classes/hash.C: ^hash_a.intersection[hash_b;
570: $.order[self|arg] ] added (implements #1215)
571:
1.176 moko 572: 2022-03-21 moko
573:
574: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
575: xmlInitCharEncodingHandlers is called in libxml static
576: initializers before gc_substitute_memory_management_functions in
577: pa_globals and thus gc may not see reference to our
578: xmlCharEncodingHandler and free it.
579:
1.175 moko 580: 2022-01-26 moko
581:
582: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
583:
1.174 moko 584: 2021-12-28 moko
585:
586: * tests/: 417.html, results/417.processed: test for empty string
587: match added (related to bug #1224)
588:
589: * src/main/pa_string.C: empty string match now works (fixes bug
590: #1224)
591:
1.173 moko 592: 2021-12-24 moko
593:
594: * tests/: 415_dir/29.p, results/415.processed: yet another test
595:
596: 2021-12-23 moko
597:
598: * src/: classes/table.C, main/pa_request.C: warnings war
599:
600: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
601: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
602:
603: 2021-12-21 moko
604:
605: * tests/: 416.html, results/416.processed: test for ^break[] in
606: ^hash/table.select[] (related to feature #1222)
607:
608: * src/classes/: hash.C, table.C: ^break[] support for
609: ^hash/table.select[] (implements feature #1222)
610:
1.172 moko 611: 2021-11-30 moko
612:
613: * src/targets/cgi/parser3.C: default sock_ready interval changed to
614: 0.5 sec
615:
1.171 moko 616: 2021-11-10 moko
617:
618: * tests/results/415.processed: more syntax errors tests added
619:
620: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
621: 28.p: minor syntax error tests
622:
623: * src/main/pa_exception.C: pa_strdup added for compatibility
624:
625: * src/classes/curl.C: hint to call ^curl:options[
626: $.library[correct.libcurl.so.name] ] added if default load fails.
627:
628: 2021-11-09 moko
629:
630: * src/main/compile.y: error message can be on stack
631:
632: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
633:
634: * src/main/pa_charset.C: memcpy is more correct and efficient in
635: this case then strncpy
636:
637: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
638: instead of strcpy where possible
639:
640: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
641: used to avoid MAX_STRING limit in Exception comment
642:
643: * tests/results/415.processed: compiler exceptions are no longer
644: limited to MAX_STRING
645:
646: * src/main/: compile.y, compile_tools.h: Parse_control uses const
647: char * instead of fixed buffer
648:
649: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
650: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
651: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
652: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
653: results/415.processed: tests for parser.compile exceptions added
654:
655: 2021-11-08 moko
656:
657: * src/: classes/math.C, include/pa_common.h, main/compile.y,
658: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
659: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
660: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
661: drawbacks
662:
1.170 moko 663: 2021-11-06 moko
664:
665: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
666: (implements feature #1219)
667:
668: * tests/: 414.html, results/414.processed: test for
669: ^hash.rename[from;to] added (related to feature #1144)
670:
671: 2021-11-05 moko
672:
673: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
674: (related to feature #1144)
675:
676: 2021-11-04 moko
677:
678: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
679: added (implements feature #1144)
680:
1.169 moko 681: 2021-10-19 moko
682:
683: * tests/: 413.html, results/413.processed: test for hash no longer
684: is accepted as file parameter (related to bug #1218)
685:
686: * src/: classes/curl.C, classes/file.C, classes/image.C,
687: classes/math.C, classes/xdoc.C, types/pa_value.C,
688: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
689: longer is accepted as file parameter (fixes bug #1218)
690:
1.168 moko 691: 2021-07-19 moko
692:
693: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
694: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
695:
1.167 moko 696: 2021-04-16 moko
697:
698: * src/types/pa_vmail.C: message can be null when e-mail is broken,
699: processing it leads to assertions.
700:
1.166 moko 701: 2021-03-25 moko
702:
703: * tests/: 412.html, results/412.processed: test to demonstrate bug
704: #1213
705:
1.165 moko 706: 2021-02-12 moko
707:
708: * tests/: 360.html, results/360.processed, results/363.processed:
709: parser method call in expression mode no longer differs from call
710: in string mode (related to feature #1211)
711:
712: 2021-02-11 moko
713:
714: * src/types/pa_vmail.C: mail parsing with Windows line endings
715: fixed (bug #1212)
716:
717: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
718: when called $v[^test[]] vs $v(^test[]), numbers are converted to
719: strings in both calls (implements feature #1211)
720:
1.164 moko 721: 2021-01-28 moko
722:
723: * buildall, etc/auto.p.in: to remove last patch in debian package
724:
725: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
726: 3.4.7b
727:
1.162 moko 728: 2021-01-21 moko
729:
730: * src/main/pa_http.C: no alarm() in file::load when web server mode
731: is MULTITHREADED
732:
1.157 moko 733: 2021-01-20 moko
734:
1.161 moko 735: * src/targets/apache/mod_parser3.c: it is more correct to recommend
736: 'a2enmod mpm_prefork'
737:
1.160 moko 738: * src/targets/apache/mod_parser3.c: prefork name is now
739: 'libapache2-mpm-itk'
740:
741: * src/targets/apache/mod_parser3_core.C: last regular malloc
742: removed
743:
1.159 moko 744: * src/targets/isapi/Makefile.am: -pa_threads.C
745:
1.158 moko 746: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
747: 3.4.6
748:
1.157 moko 749: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
750:
751: * etc/auto.p.in: @config[result] added to simplify $cfg change in
752: /httpd.p
753:
754: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
755: ^use[/httpd.p] + optional ^preprocess[] (related to feature
756: #1203)
757:
758: 2021-01-19 moko
759:
760: * buildall: --disable-parallel-mark added to avoid "number of
761: processors" threads creation for heap marking as it conflicts
762: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
763: limits threads)
764:
1.156 moko 765: 2021-01-16 moko
766:
767: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
768: main/pa_globals.C, main/pa_memory.C,
769: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
770: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
771: feature #1209)
772:
773: 2021-01-15 moko
774:
775: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
776: 3.4.6rc
777:
778: * src/classes/json.C: get_delim added for delimiter caching (10%
779: faster on large json)
780:
781: 2021-01-14 moko
782:
783: * operators.txt: updated with 3.4.6 changes
784:
785: * tests/results/224.processed: test result modified after
786: today(shift) implemented
787:
788: * tests/: 407.html, results/407.processed: test for ^hash.select
789: option $.default(bool) added (related to feature #1172)
790:
791: * src/classes/hash.C: ^hash.select option $.default(bool) added
792: (related to feature #1172)
793:
794: * tests/: 141.html, results/141.processed: test modified for
795: feature #1185.
796:
797: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
798: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
799: options $.lower(bool) (implements feature #1185)
800:
801: 2021-01-11 moko
802:
803: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
804: #1192)
805:
806: * tests/: 411.html, results/411.processed: test for ^date::today(N)
807: added (related to feature #1192)
808:
1.155 moko 809: 2021-01-05 moko
810:
811: * tests/: 270.html, results/270.processed: test modified to work
812: under Windows
813:
814: * tests/: 390.html, 395.html, results/395.processed: tests updated
815: 4 windows
816:
817: * tests/: 410.html, results/410.processed: test for
818: $CLASS-GETTER-PROTECTED(false) added
819:
820: 2021-01-04 moko
821:
822: * tests/: 409.html, results/409.processed, results/auto.p: test for
823: $MAIN:LOCALS(true) added
824:
1.154 moko 825: 2021-01-03 moko
826:
827: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
828: types/pa_vclass.h, types/pa_vstateless_class.C,
829: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
830: +LOCALS. $main -> $MAIN in exception texts (implements feature
831: #1207)
832:
833: 2021-01-02 moko
834:
835: * etc/auto.p.in: minor
836:
837: * src/main/pa_request.C: sending headers only after opening file to
838: allow error reporting if file was not opened (foreign group,
839: etc).
840:
841: 2020-12-31 moko
842:
843: * src/: include/pa_request.h, main/pa_request.C,
844: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
845:
846: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
847: main/pa_request.C: get_class_ref added and used
848:
849: * etc/auto.p.in: @CLASS httpd added
850:
851: * etc/auto.p.in: @auto[] is now first
852:
853: 2020-12-30 moko
854:
855: * tests/: 408.html, results/408.processed: test for bug #1166
856: (windows only) added
857:
858: * src/main/pa_common.C: create_dir_for_file should not create dir
859: for trailing / (fixes bug #1166)
860:
861: * tests/: 341.html, results/341.processed: tests for
862: ^nameless_table.hash[] added (related to feature #1138)
863:
864: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
865: (implements feature #1138), extra fields in named tables no
866: longer ignored (implements feature #1138)
867:
868: * tests/results/390.processed: updated after exception text change
869:
870: 2020-12-29 moko
871:
872: * tests/: 407.html, results/407.processed: +$._default check
873:
874: * src/classes/hash.C: keep $_default in ^hash.reverse[]
875:
876: * tests/: 407.html, results/407.processed: test for ^hash.select[]
877: and ^hash.reverse[] added (releated to feature #1172)
878:
879: * src/classes/hash.C:
880: ^hash.select[key;value](bool-condition)[options hash] +
881: ^hash.reverse[] added (implements feature #1172)
882:
883: * src/types/pa_vtable.h: warning war
884:
885: * src/include/pa_config_fixed.h: win32 fix
886:
1.153 moko 887: 2020-12-27 moko
888:
889: * tests/: 406.html, results/406.processed: test results updated
890:
891: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
892: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
893: spelling
894:
895: 2020-12-26 moko
896:
897: * tests/: 406.html, results/406.processed: tests for
898: ^table.rename[] added (related to feature #1148)
899:
900: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
901: ^table.rename[column name from;column name to], ^table.rename[
902: $.[column name from][column name to] ... ] added (implements
903: feature #1148)
904:
905: 2020-12-25 moko
906:
907: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
908: request_info now on stack to avoid yet another THREAD_LOCAL
909: memory deallocation issue (now with cookies), explained in #1203
910:
911: * src/types/pa_vcookie.C: fields should be inited
912:
913: 2020-12-24 moko
914:
915: * src/include/pa_stylesheet_connection.h: looks like
916: xsltFreeStylesheet leads to memory double-free. If so, it's for
917: sure libxml bug, but we have GC anyway, so we just remove this
918: call and see...
919:
920: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
921: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
922: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
923: abort.c:65:8 frame #3: 0x00000000004da663
924: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
925: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
926: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
927: malloc.c:617:9 frame #5: 0x0000000000577f0c
928: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
929: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
930: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
931: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
932: frame #8: 0x000000000050d35c
933: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
934: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
935: frame #10: 0x00000000004436e5
936: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
937: [inlined]
938: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
939: pa_stylesheet_connection.h:62:3
940:
941: 2020-12-23 moko
942:
943: * src/classes/image.C: ^image::measure[; $.video() ] option added
944:
945: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
946: ^image::measure[; $.video(true) ] added
947:
948: * src/main/pa_exec.C: not cleared automatically in multithreaded
949: httpd mode for unknown reasons
950:
951: 2020-12-22 moko
952:
953: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
954: error_log uri of currently processed document", but never used
955: and conflicts with how libgc stops threads on FreeBSD (#define
956: SIG_SUSPEND SIGUSR1), thus removed.
957:
958: 2020-12-21 moko
959:
960: * src/main/pa_request.C: +comment
961:
1.151 moko 962: 2020-12-20 moko
963:
1.152 moko 964: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
965: it is more safe to have versions of pa_strdup with one and two
966: arguments, as helper_length=0 not always mean that strlen()
967: should be called, but means zero.
968:
969: * src/targets/isapi/parser3isapi.C: minor
970:
971: * src/main/pa_http.C: +valid_http_method
972:
1.151 moko 973: * src/: include/pa_http.h, main/pa_http.C,
974: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
975:
976: 2020-12-17 moko
977:
978: * tests/: 405.html, results/405.processed: test for split by regex
979: added (related to feature #1160)
980:
981: * src/classes/string.C: split by regex implemented (feature #1160)
982:
983: * src/classes/string.C: minor
984:
985: * tests/: 404.html, results/404.processed: test for whitespace
986: string is now OK for table argument (related to feature #1169)
987:
988: * src/: classes/image.C, classes/string.C, classes/table.C,
989: types/pa_vmethod_frame.C: whitespace string is now OK for table
990: argument (as with hash) (implements feature #1169)
991:
992: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
993: limit for comment (fixes bug #1102)
994:
995: * src/targets/cgi/parser3.C: +HAVE_TLS check
996:
997: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
998:
999: * src/include/pa_config_includes.h: HAVE_TLS used
1000:
1001: * configure.ac: +TLS check
1002:
1003: * src/main/pa_http.C: content logging added
1004:
1005: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1006: clear_response_headers added
1007:
1008: 2020-12-16 moko
1009:
1010: * buildall: as we now use threads, libatomic_ops still required for
1011: some OS.
1012:
1013: * src/main/pa_request.C: whitespace
1014:
1015: * src/: include/pa_request.h, main/pa_request.C:
1016: Request::Exception_trace::table extracted and used
1017:
1018: * src/main/pa_request.C: moving output_result call outside of try
1019: as network exceptions should not be handled by parser code
1020:
1021: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1022: logging network exchange
1023:
1024: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1025: via network if it was network write error.
1026:
1027: * src/targets/cgi/parser3.C: log -> pa_log
1028:
1029: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1030:
1031: * src/main/pa_threads.C: getpid() if no gettid() found
1032:
1033: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1034: we need to ignore "void" connections from browsers (browsers open
1035: connections in advance and they will be empty if user does not
1036: request more pages)
1037:
1038: 2020-12-15 moko
1039:
1040: * src/targets/cgi/parser3.C: avoid previous uri in logs
1041:
1042: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1043: RequestController not needed in httpd mode
1044:
1045: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1046: classes/classes.h, classes/curl.C, classes/date.C,
1047: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1048: classes/hashfile.C, classes/image.C, classes/inet.C,
1049: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1050: classes/memcached.C, classes/memory.C, classes/op.C,
1051: classes/reflection.C, classes/regex.C, classes/response.C,
1052: classes/string.C, classes/table.C, classes/void.C,
1053: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1054: include/pa_array.h, include/pa_base64.h,
1055: include/pa_cache_managers.h, include/pa_charset.h,
1056: include/pa_charsets.h, include/pa_common.h,
1057: include/pa_config_fixed.h, include/pa_config_includes.h,
1058: include/pa_dictionary.h, include/pa_dir.h,
1059: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1060: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1061: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1062: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1063: include/pa_request_charsets.h, include/pa_request_info.h,
1064: include/pa_sapi.h, include/pa_socks.h,
1065: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1066: include/pa_stack.h, include/pa_string.h,
1067: include/pa_stylesheet_connection.h,
1068: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1069: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1070: include/pa_uue.h, include/pa_xml_exception.h,
1071: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1072: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1073: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1074: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1075: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1076: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1077: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1078: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1079: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1080: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1081: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1082: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1083: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1084: main/pa_sql_driver_manager.C, main/pa_string.C,
1085: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1086: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1087: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1088: main/untaint.C, sql/pa_sql_driver.h,
1089: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1090: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1091: targets/isapi/parser3isapi.C, types/pa_junction.h,
1092: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1093: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1094: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1095: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1096: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1097: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1098: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1099: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1100: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1101: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1102: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1103: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1104: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1105: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1106: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1107: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1108: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1109: types/pa_vstateless_object.h, types/pa_vstatus.C,
1110: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1111: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1112: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1113: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1114: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1115:
1116: * src/main/pa_request.C: old compilers support
1117:
1118: * tests/: 362.html, results/362.processed: test updated after
1119: changes after upgrade to libxml2-2.9.9 were made (related to bug
1120: #1108)
1121:
1122: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1123: removed, as xsltFreeStylesheet has side effects on original doc.
1124: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1125: not updated after xdoc modification (part 3 of test 362).
1126: (related to bug #1108)
1127:
1128: * src/targets/isapi/parser3isapi.C: +pa_strcat
1129:
1130: * src/: classes/memory.C, include/pa_memory.h,
1131: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1132: PA_GC_GCOLLECT used
1133:
1134: * src/include/pa_memory.h: +PA_GC_COLLECT
1135:
1136: * src/targets/cgi/parser3.C: msvs support fixes
1137:
1138: * src/lib/gc/include/gc.h: more cleanup
1139:
1140: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1141:
1142: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1143: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1144:
1145: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1146:
1147: * configure.ac: pthread.h added to checked headers
1148:
1149: * src/classes/table.C: string stream is back :)
1150:
1151: * src/classes/memory.C: GC_generate_random_backtrace no longer
1152: exists
1153:
1154: * src/main/pa_globals.C: GC_dont_gc replaced
1155:
1156: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1157: left to simplify adding new functions. depricated GC_dont_gc
1158: replaced with GC_disable and GC_enable calls.
1159:
1160: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1161: CORD_from_file* not used and thus removed
1162:
1163: * src/lib/gc/include/gc_allocator.h: minor cleanup
1164:
1165: 2020-12-14 moko
1166:
1167: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1168: referenced elsewhere, or GC will collect it.
1169:
1170: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1171: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1172: elsewhere, or GC will collect them (and we'll get GPF in
1173: multithreaded enviroment). May be it can be also fixed by some
1174: GC call, not sure. But this fix costs nothing (but hours of
1175: debugging to find the issue :).
1176:
1.150 moko 1177: 2020-12-11 moko
1178:
1179: * configure.ac: gettid() check added
1180:
1181: * src/main/pa_threads.C: HAVE_GETTID used
1182:
1183: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1184:
1185: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1186: version for isapi/cgi/apache
1187:
1188: * buildall: threads are now required.
1189:
1190: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1191: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1192: main/main.vcproj: pa_threads.C moved to main
1193:
1194: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1195: isapi/pa_threads.C: pa_threads.C moved to main
1196:
1197: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1198: targets/apache/Makefile.am: pa_threads.C moved to main
1199:
1200: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1201:
1202: * src/: include/pa_stylesheet_connection.h,
1203: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1204: and weird GPF in multithreaded httpd is gone
1205:
1206: * src/include/: pa_stylesheet_connection.h,
1207: pa_sql_driver_manager.h: whitespace
1208:
1209: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1210:
1211: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1212: main/pa_stylesheet_manager.C: whitespace, warning war
1213:
1214: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1215: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1216: parser_multithreaded never used
1217:
1218: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1219:
1220: 2020-12-10 moko
1221:
1222: * src/: include/pa_config_includes.h, include/pa_http.h,
1223: main/pa_http.C, targets/cgi/parser3.C: initial support for
1224: MULTITHREADED and PARALLEL httpd server modes
1225:
1226: * src/main/pa_globals.C: GC_java_finalization is depricated
1227:
1228: 2020-12-09 moko
1229:
1230: * etc/auto.p.in: + @httpd-main
1231:
1232: * src/: include/pa_common.h, main/pa_request.C,
1233: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1234: work
1235:
1236: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1237: slow file_read_binary no longer used, send_range added
1238:
1239: 2020-12-08 moko
1240:
1241: * src/main/pa_request.C: >4Gb support
1242:
1243: * src/targets/cgi/parser3.C: msvc warning war
1244:
1245: * src/: include/pa_config_includes.h, main/pa_http.C,
1246: main/pa_request.C: msvc warnings war
1247:
1248: * src/classes/image.C: warning war
1249:
1250: * src/classes/table.C: MSVC warning war
1251:
1252: * src/targets/cgi/parser3.C: msvc warnings war
1253:
1254: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1255: added
1256:
1.149 moko 1257: 2020-12-07 moko
1258:
1.150 moko 1259: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1260: avoid logging beside system-wide auto.p
1261:
1262: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1263:
1264: * configure, configure.ac, src/include/pa_config_auto.h.in:
1265: configure options added:
1266:
1267: --with-system-cfg=FILE to specify system-wide auto.p
1268: --with-system-log=FILE to specify system-wide parser3.log
1269:
1270: * Makefile.am: bin no longer exists
1271:
1272: * configure, configure.ac: auto.p moved to etc to simplify debian
1273: package
1274:
1275: * buildall: auto.p and parser3.charsets moved to their default
1276: location after install
1277:
1278: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1279:
1280: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1281:
1.149 moko 1282: * src/targets/cgi/parser3.C: locate_config call returned to
1283: original place as it requires pa_thread_request() under Windows
1284:
1285: * src/targets/cgi/parser3.C: renaming
1286:
1287: 2020-12-06 moko
1288:
1289: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1290: check added
1291:
1292: 2020-12-04 moko
1293:
1294: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1295: main/pa_request.C: unified uint64_t lseek implemented to support
1296: >4Gb files under x86, including Windows
1297:
1298: 2020-12-02 moko
1299:
1300: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1301: with max_file_size
1302:
1303: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1304: support for processing files sized >4Gb on 32 bit planforms
1305:
1306: * tests/399.html: file moved
1307:
1308: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1309:
1310: * src/targets/cgi/pa_sapi_info.h: warning war
1311:
1312: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1313: warning war
1314:
1315: 2020-12-01 moko
1316:
1317: * src/classes/image.C: mp4 extended size (>4Gb) support added
1318:
1319: * src/classes/image.C: for "size not found" exception to be shown
1320: if size not found until eof
1321:
1322: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1323: bit linux)
1324:
1325: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1326: #1188)
1327:
1328: 2020-11-30 moko
1329:
1330: * src/classes/image.C: definitions moved closer to code
1331:
1332: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1333: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1334: 395_dir/3_VP8X.webp, results/395.processed,
1335: results/396.processed: tests for ^image::measure[] .webp support
1336: added, all image files moved into one directory (related to
1337: feature #1188)
1338:
1339: * src/classes/image.C: ^image::measure[] now supports webp (feature
1340: #1188)
1341:
1.148 moko 1342: 2020-11-29 moko
1343:
1344: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1345: processing, unnessesary defines removed
1346:
1347: 2020-11-24 moko
1348:
1349: * tests/results/: 099.processed, 100.processed, 205.processed,
1350: 309.processed, 310.processed: Content-Disposition: inline
1351: returned
1352:
1353: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1354: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1355: ] added (related to bug #1204)
1356:
1357: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1358: ] supported to avoid Content-Disposition: inline;
1359: filename="<file>.ext" but still set Content-Type for ext (related
1360: to bug #1204)
1361:
1.147 moko 1362: 2020-11-22 moko
1363:
1364: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1365: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1366:
1367: * src/main/pa_request.C: content_disposition_inline returned.
1368:
1369: 2020-11-17 moko
1370:
1371: * src/main/pa_request.C: empty main method name support
1372:
1373: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1374: config_handler added, stdout flush added.
1375:
1376: 2020-11-16 moko
1377:
1378: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1379:
1380: * tests/results/: 099.processed, 205.processed, 237.processed,
1381: 309.processed, 310.processed: Content-Disposition: inline is not
1382: required and should not contain filename="<name>"
1383:
1384: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1385: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1386: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1387:
1.146 moko 1388: 2020-11-14 moko
1389:
1390: * src/targets/cgi/parser3.C: spelling
1391:
1392: * src/targets/cgi/parser3.C: renaming
1393:
1394: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1395: relocated
1396:
1397: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1398: before request processing, which is weired
1399:
1400: 2020-11-13 moko
1401:
1402: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1403: copied in httpd.
1404:
1405: 2020-11-12 moko
1406:
1407: * src/main/pa_http.C: ALARM code unified to be used in httpd
1408:
1409: * src/: include/pa_request.h, main/pa_request.C,
1410: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1411:
1412: * src/main/pa_http.C: URI validation added
1413:
1414: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1415: can't be empty but can be null. httpd-main is now main method
1416: name for httpd mode
1417:
1418: 2020-11-11 moko
1419:
1420: * src/main/pa_request.C: path_translated can be null in httpd mode
1421:
1422: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1423: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1424: classes/xdoc.C, include/pa_request.h, main/execute.C,
1425: main/pa_request.C: r.absolute -> r.full_disk_path
1426:
1427: * src/targets/cgi/parser3.C: if filename to process is not
1428: specified, auto.p should be present.
1429:
1.145 moko 1430: 2020-11-03 moko
1431:
1432: * src/: classes/op.C, include/pa_request.h: unused argument removed
1433:
1434: * src/main/pa_request.C: content_disposition_inline is the default,
1435: not required.
1436:
1.144 moko 1437: 2020-10-29 moko
1438:
1439: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1440: ^use[file; $.main(true) ] implemented for auto.p processing and
1441: path_translated changing to correct relative files path
1442: calculation in httpd mode
1443:
1444: * src/: include/pa_request.h, main/pa_request.C:
1445: fail_on_read_problem removed, as it allways true, as if should
1446: be.
1447:
1448: * src/: include/pa_request.h, main/pa_request.C,
1449: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1450: targets/isapi/parser3isapi.C: clearing config_filespec when
1451: config was not found, thus flag not required and removed.
1452:
1453: 2020-10-28 moko
1454:
1455: * tests/: 402.html, results/402.processed: error reporting test
1456:
1457: * src/main/execute.C: better error reporting when
1458: $result[^hash::create[]] in @main.
1459:
1460: * src/main/: execute.C, pa_request.C: frame.result() should be used
1461: + minor optimization
1462:
1463: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1464: main/pa_xml_io.C: execute_*_method simplified and unified
1465:
1466: 2020-10-27 moko
1467:
1468: * tests/: 306.html, results/306.processed: a bit more testing. :)
1469:
1470: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1471: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1472: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1473: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1474: types/pa_vmethod_frame.h, types/pa_vobject.C,
1475: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1476: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1477: longer used in object-prototype mode
1478:
1479: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1480: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1481: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1482: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1483: $form:name[value] features
1484:
1.143 moko 1485: 2020-10-18 moko
1486:
1487: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1488:
1489: 2020-10-15 moko
1490:
1491: * src/main/pa_http.C: url no longer needed as
1492: ALTER_EXCEPTION_SOURCE is used
1493:
1494: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1495: main/pa_http.C: check_file_size filespec is now optional
1496:
1497: * src/: classes/curl.C, include/pa_exception.h,
1498: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1499: ALTER_EXCEPTION_COMMENT added for better error reporting
1500:
1501: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1502: results/346-curl.processed, results/379-curl.processed,
1503: results/379.processed: test results updated as load now provides
1504: better error reporting + curl responses updated
1505:
1506: 2020-10-14 moko
1507:
1508: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1509: main/pa_string.C, targets/apache/mod_parser3_core.C,
1510: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1511: checked. 10 is now default base, no hex autodetect by default
1512:
1513: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1514: connection socket closing in destructor + accept exception
1515: handling
1516:
1517: * src/targets/cgi/parser3.C: warning war
1518:
1519: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1520: main/pa_request.C, targets/apache/mod_parser3_core.C,
1521: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1522: exception handling unified
1523:
1524: 2020-10-13 moko
1525:
1526: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1527: autodetection
1528:
1529: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1530:
1531: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1532:
1533: * src/main/pa_http.C: warning war
1534:
1.142 moko 1535: 2020-10-12 moko
1536:
1.143 moko 1537: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1538: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1539: unhandled exception code optimization
1540:
1541: * src/targets/cgi/parser3.C: request_info now global variable
1542:
1543: * src/main/pa_http.C: http_read_response moved to HTTP_response
1544: class
1545:
1546: * src/: include/pa_http.h, main/pa_http.C,
1547: targets/cgi/pa_sapi_info.h: read_post implemented
1548:
1.142 moko 1549: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1550: [host:]port syntax support in httpd mode
1551:
1552: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1553: targets/cgi/parser3.C: populate_env added
1554:
1555: * src/include/pa_hash.h: to make get(char *) compiling in
1556: HashStringString
1557:
1558: 2020-10-10 moko
1559:
1560: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1561: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1562:
1563: * src/: include/pa_http.h, include/pa_request_info.h,
1564: main/pa_http.C, main/pa_string.C,
1565: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1566: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1567: types/pa_vrequest.C: initial httpd mode implementation
1568:
1.141 moko 1569: 2020-10-04 moko
1570:
1571: * src/targets/cgi/parser3.C: options together
1572:
1573: 2020-09-30 moko
1574:
1575: * src/main/pa_http.C: renamed
1576:
1.140 moko 1577: 2020-08-14 moko
1578:
1579: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1580: src/targets/cgi/Makefile.am: no httpd as separate library
1581:
1582: 2020-08-13 moko
1583:
1584: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1585: unhandled exception handler to report 500 instead of 200 it was
1586: before.
1587:
1588: * src/targets/apache/mod_parser3_core.C: minor cleanup
1589:
1590: * src/: include/pa_sapi.h, main/untaint.C,
1591: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1592: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1593: thus replaced with SAPI::die and removed
1594:
1595: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1596: cgi/parser3.C: whitespace
1597:
1598: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1599:
1600: 2020-08-12 moko
1601:
1602: * src/targets/cgi/parser3.C: duplicate info in signal logging
1603: removed, whitespace was: SIGPIPE received while executing code.
1604: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1605: cl=0]
1606:
1607: * parser3.sln: + httpd.vcproj
1608:
1609: 2020-08-11 moko
1610:
1611: * src/targets/cgi/Makefile.am: +libhttpd
1612:
1613: * configure.ac, src/lib/Makefile.am: +libhttpd
1614:
1.139 moko 1615: 2020-07-13 moko
1616:
1617: * tests/: 401.html, results/401.processed: test for hash key does
1618: not keep language, but tainted in foreach.
1619:
1.138 moko 1620: 2020-07-01 moko
1621:
1622: * tests/: 235.html, results/235.processed: test result updated as
1623: messages before attachments implemented (feature #1176)
1624:
1.137 moko 1625: 2020-06-27 moko
1626:
1627: * tests/: 400.html, results/400.processed: test updated to check
1628: ^return{code}
1629:
1630: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1631: fixed
1632:
1633: 2020-06-26 moko
1634:
1635: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1636: added (related to https://www.parser.ru/forum/?id=85319)
1637:
1638: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1639: when $result assignment was last statement in the method
1640: (https://www.parser.ru/forum/?id=85319)
1641:
1.136 moko 1642: 2020-05-23 moko
1643:
1644: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1645: whitespace, unused level removed
1646:
1647: 2020-05-19 moko
1648:
1649: * src/types/pa_vmail.C: whitespace
1650:
1651: * src/types/pa_vmail.C: files should be processed last (related to
1652: feature #1176)
1653:
1.135 moko 1654: 2020-05-12 moko
1655:
1656: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1657: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1658:
1659: * configure.ac: FreeBSD1X.X check added to avoid
1660: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1661:
1.134 moko 1662: 2020-02-26 moko
1663:
1664: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1665: compilation issue (related to bug #1201)
1666:
1667: * src/main/pa_common.C: entry_readable -> entry_exists,
1668: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1669: -f and -d now works under Windows in UTF-8 with Russian
1670: filenames.
1671:
1672: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1673: advice (related to feature #1199)
1674:
1675: 2020-02-25 moko
1676:
1677: * buildall: --silent removed
1678:
1679: * configure.ac: gmime-3.0 support
1680:
1681: * buildall: --with-system-mailreceive option added to build with
1682: system libgmime
1683:
1684: * src/types/pa_vmail.C: avoiding
1685: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1686: to feature #1199)
1687:
1.133 moko 1688: 2020-02-18 moko
1689:
1690: * src/classes/op.C: windows x64 debug mode compile fix
1691:
1692: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1693: change (releated to feature #1200)
1694:
1695: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1696: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1697: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1698: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1699: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1700: targets/apache/ApacheModuleParser3.vcproj,
1701: targets/apache/ApacheModuleParser3Core.vcproj,
1702: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1703: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1704: dependency (related to feature #1200)
1705:
1.132 moko 1706: 2020-02-12 moko
1707:
1708: * src/types/pa_vmail.C: minimize diff
1709:
1710: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1711: #1199)
1712:
1.131 moko 1713: 2020-01-18 moko
1714:
1715: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1716:
1.130 moko 1717: 2019-12-28 moko
1718:
1719: * src/targets/cgi/parser3.C: avoid empty ?
1720:
1721: 2019-12-27 moko
1722:
1723: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1724: DOCUMENT_ROOT (related to feature #1164)
1725:
1726: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1727: fcgiwrap setup (implements feature #1164)
1728:
1729: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1730: but no issues found (related to feature #1164)
1731:
1732: * src/targets/cgi/parser3.C: actualized
1733:
1734: 2019-12-26 moko
1735:
1736: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1737: removed
1738:
1739: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1740: removed
1741:
1742: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1743: allocation errors, we don't want default gc warnings (without
1744: timestamp and URI).
1745:
1746: * src/: classes/memory.C, main/pa_globals.C,
1747: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1748: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1749: pa_globals_init
1750:
1751: * src/main/pa_globals.C: setup_hex_value() removed, static array
1752: initialization used (optimization)
1753:
1754: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1756: pa_socks_init/pa_socks_done moved inside pa_globals_init
1757: (optimization)
1758:
1.129 moko 1759: 2019-12-09 moko
1760:
1761: * src/include/pa_config_fixed.h: warning war
1762:
1.128 moko 1763: 2019-12-08 moko
1764:
1765: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1766: process grammar under Unix.
1767:
1768: 2019-12-07 moko
1769:
1770: * tests/389.html: For Windows XP. :)
1771:
1772: * tests/388-sql.html: Windows compatibility added
1773:
1774: 2019-12-06 moko
1775:
1776: * src/targets/cgi/parser3.C: warning war
1777:
1778: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1779: == sizeof(CORD)) to avoid aligning bugs in future
1780:
1781: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1782: XML_STATIC
1783:
1784: * src/include/pa_request.h: StackItem() not required
1785:
1786: * src/include/pa_stack.h: warning war
1787:
1788: * src/include/pa_config_includes.h: GCC warning silenced
1789:
1790: * src/include/pa_memory.h: warning war: the program should also
1791: define 'void operator delete [](void*, std::size_t)'
1792: [-Wsized-deallocation]
1793:
1794: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1795:
1796: * src/classes/string.C: not reqired cast removed
1797:
1798: * src/classes/string.C: not reqired cast removed
1799:
1800: 2019-12-05 moko
1801:
1802: * src/lib/sdbm/pa_file_io.C: warning war
1803:
1804: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1805: enum Language : size_t - required for VS2015+ to make
1806: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1807: without it (related to feature #1198)
1808:
1809: 2019-12-04 moko
1810:
1811: * src/main/pa_base64.C: unsigned char -> uchar
1812:
1813: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1814: as other libs
1815:
1816: * src/include/pa_version.h: +amd64
1817:
1818: 2019-12-03 moko
1819:
1820: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1821: release
1822:
1823: * src/include/pa_config_includes.h: warning war
1824:
1825: * src/classes/image.C: warning war
1826:
1827: * src/main/pa_globals.C: x64 libs support
1828:
1829: * src/include/pa_config_includes.h: warning war
1830:
1831: * src/types/pa_method.h: warning war
1832:
1.127 moko 1833: 2019-11-28 moko
1834:
1835: * src/classes/math.C: vs2003 compatibility + warning war
1836:
1837: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1838: libxml2-2.9.9 (related to feature #1136)
1839:
1840: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1841: typecast for more compatibility (related to feature #1136)
1842:
1843: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1844: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1845: feature #1136)
1846:
1847: 2019-11-26 moko
1848:
1849: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1850: removed (it was failing in $$var case), condition added
1851:
1.126 moko 1852: 2019-11-25 moko
1853:
1854: * tests/: 397.html, 399.html, results/141.processed,
1855: results/399.processed: base64 options tested
1856:
1857: * src/: classes/math.C, main/pa_http.C: base64 options used
1858:
1859: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1860: implemented (feature #986)
1861:
1862: * src/main/pa_cache_managers.C: whitespace
1863:
1864: * tests/: 397.html, 399.html, results/399.processed: tests for
1865: ^base64 encode options added (related to feature #986)
1866:
1867: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1868: pa_base64_encode(file) removed - more memory, but faster and less
1869: code (related fo feature #986)
1870:
1871: 2019-11-24 moko
1872:
1873: * tests/: 155.html, results/155.processed: limit and offset in
1874: ^table::load[] now supported, thus test added
1875:
1876: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1877: main/pa_common.C: optimization: offset and limit options parsing
1878: moved inside file_load.
1879:
1880: 2019-11-23 moko
1881:
1882: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1883: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1884: optimization: file_read replaced with simplified file_read_binary
1885:
1886: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1887: types/pa_vform.C: whitespace
1888:
1889: * src/: include/pa_common.h, main/pa_common.C: never used params
1890: removed
1891:
1892: 2019-11-21 moko
1893:
1894: * tests/: 193.html, results/193.processed, results/389.processed:
1895: test results updated as now base64 does not discard tail without
1896: padding (related to feature #986)
1897:
1898: 2019-11-20 moko
1899:
1900: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1901: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1902: pa_base64_decode (related to feature #986)
1903:
1904: * tests/398.html: tests for base64 decode added (related to feature
1905: #986)
1906:
1907: * src/main/pa_base64.C: base64_decode rewritten - padding option
1908: support, padding inside base 64 supported (related to feature
1909: #096)
1910:
1911: 2019-11-19 moko
1912:
1913: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1914: FreeBSD 12
1915:
1.125 moko 1916: 2019-11-16 moko
1917:
1918: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1919: support added, step support removed (related to #986)
1920:
1921: 2019-11-15 moko
1922:
1923: * src/classes/math.C: using log since log2 is not present on
1924: FreeBSD < 8.4 (related to feature #1177)
1925:
1926: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1927: pa_base64_size extracted and used for files as well (related to
1928: feature 986)
1929:
1930: 2019-11-14 moko
1931:
1932: * tests/: 397.html, results/397.processed: + content check
1933:
1934: * tests/: 141.html, results/141.processed: make test resuls more
1935: readable
1936:
1937: * tests/: 397.html, results/193.processed, results/397.processed:
1938: test results updated after \x00 character was disabled in
1939: math:convert string mode (related to feature #1177)
1940:
1941: * src/classes/: math.C, string.C: \\x00 character disabled while
1942: converting to string (as in base64, related to feature #1177)
1943:
1944: * src/classes/file.C: more correct arguments separation
1945:
1946: * src/: classes/file.C, classes/math.C, classes/string.C,
1947: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1948: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1949: options added, but not yet implemented (related to feature #986)
1950:
1951: * src/classes/math.C: whitespace
1952:
1953: 2019-11-13 moko
1954:
1955: * tests/: 397.html, results/397.processed: +tainting test (related
1956: to feature #1177)
1957:
1958: * src/classes/math.C: as we now produce not only digits, result
1959: should be tainted (related to feature #1177)
1960:
1961: * src/main/pa_base64.C: whitespace
1962:
1963: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1964: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1965: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1966: implementation moved from pa_common.h and pa_common.C
1967:
1968: 2019-11-12 moko
1969:
1970: * tests/: 275.html, results/275.processed: out of range test fixed,
1971: as ^math:convert now supports arbitrary precision
1972:
1973: 2019-11-11 moko
1974:
1975: * tests/results/389.processed: uctualized error message
1976:
1977: * tests/: 389.html, 397.html, results/397.processed: tests for
1978: ^math:convert added (related to feature #1177)
1979:
1980: * src/classes/math.C: ^math:convert now supports arbitrary
1981: precision, alphabet support added (implements feature #1177)
1982:
1.124 moko 1983: 2019-11-06 moko
1984:
1985: * tests/: 181.html, results/181.processed: entities usage added,
1986: more entites load tests (related to bug #842 discussion)
1987:
1988: 2019-11-05 moko
1989:
1990: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1991: call from xmlFileOpen if http://localhost/<file> was not found
1992: (related to bug #842)
1993:
1994: * src/main/pa_xml_io.C: rename
1995:
1996: * src/main/pa_xml_io.C: +MemoryStream constructor
1997:
1998: * src/main/pa_xml_io.C: whitespace
1999:
1.123 moko 2000: 2019-10-31 moko
2001:
2002: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2003: XML_PARSE_NOENT) added to fix entities load, (related to feature
2004: #1181)
2005:
1.122 moko 2006: 2019-10-25 moko
2007:
2008: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2009: queries tests
2010:
2011: 2019-10-24 moko
2012:
2013: * tests/: 388-sql.html, results/388-sql.processed: support for
2014: pgsql driver test
2015:
2016: * tests/: 388-sql.html, results/388-sql.processed:
2017: multi_statements=1 now tested, mysql test now supported
2018: (connection must be specified in [parser3] section in .my.cnf)
2019: related to issues #1195 and #1194
2020:
1.121 moko 2021: 2019-09-11 moko
2022:
2023: * src/classes/int.C: whitespace
2024:
2025: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2026: exception test
2027:
2028: * tests/results/388-sql.processed: sql queries now shown (related
2029: to feature #1196)
2030:
2031: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2032: with old parser versions.
2033:
2034: * src/: classes/file.C, classes/hash.C, classes/string.C,
2035: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2036: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2037: instead of connect string in query_event_handlers exceptions
2038: (implements feature #1196)
2039:
1.120 moko 2040: 2019-09-06 moko
2041:
2042: * tests/388-sql.html: mysql compat
2043:
2044: * src/: classes/hash.C, classes/string.C, classes/table.C,
2045: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2046: sql_ variables declaration moved to pa_common.h
2047:
1.116 moko 2048: 2019-01-15 moko
2049:
2050: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2051: logically sorted
2052:
2053: 2018-12-27 moko
2054:
2055: * src/include/pa_config_includes.h: warning war:
2056: -Wdeprecated-register added for C++ 17
2057:
2058: 2018-10-15 moko
2059:
2060: * configure.ac: FreeBSD 11.2 can be build with ./configure
2061: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2062: --with-xml=/usr/local/
2063:
2064: 2018-09-24 moko
2065:
2066: * tests/: 396.html, 396.tiff, results/396.processed: test for
2067: ^image::measure[] now supports tiff added (related to feature
2068: #1188)
2069:
2070: * src/classes/image.C: ^image::measure[] now supports tiff
2071: (implements feature #1188)
2072:
2073: 2018-09-20 moko
2074:
2075: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2076: files measure added (related to ticket #1188)
2077:
2078: * src/classes/image.C: measure of bmp files implemented (related to
2079: ticket #1188)
2080:
2081: 2018-09-18 moko
2082:
2083: * tests/: 394-curl.html, results/394-curl.processed,
2084: results/auto.p: test for bug #1187 (max_file_size check for head
2085: requests) added
2086:
2087: 2018-08-24 moko
2088:
2089: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2090: response content-length check is required (fixes bug #1187)
2091:
2092: 2018-05-11 moko
2093:
2094: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2095: $.append(bool) ] option added (related to feature #919)
2096:
2097: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2098: from misha@ patch (implements feature #919)
2099:
2100: 2018-03-22 moko
2101:
2102: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2103: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2104: with 128kb buffer. Now works at least 12 times faster. :) May be
2105: Windows-only problem.
2106:
2107: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2108: build fix)
2109:
2110: 2018-02-03 moko
2111:
2112: * src/main/execute.C: removes irrelevant lines from exception stack
2113: trace when exceptions occurs in assigment (fixes bug #1165)
2114:
2115: * tests/: 393.html, results/393.processed: test for behavour after
2116: "Property can not be created, already exists field with that
2117: name" exception removed (related to feature #1183)
2118:
2119: * src/types/pa_vclass.C: "Property can not be created, already
2120: exists field with that name" exception removed (implements
2121: feature #1183)
2122:
2123: 2018-01-19 moko
2124:
2125: * src/classes/string.C: whitespace
2126:
2127: * src/classes/string.C: whitespace
2128:
2129: * tests/: 392.html, results/392.processed: test for
2130: ^regex::create[$regex] added (related to feature #1135)
2131:
2132: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2133: ^regex::create[$regex] added (implements feature #1135)
2134:
2135: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2136: commented define added (related to feature #1157)
2137:
2138: 2018-01-17 moko
2139:
2140: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2141:
2142: 2018-01-15 moko
2143:
2144: * tests/: 390.html, results/390.processed: real path replaced by
2145: stub
2146:
2147: * tests/: 391.html, results/391.processed: test for feature #1181
2148: (XML_PARSE_HUGE exception) added
2149:
2150: 2018-01-11 moko
2151:
2152: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2153: XML_PARSE_HUGE option passed by default (implements feature
2154: #1181)
2155:
2156: * src/classes/string.C: whitespace
2157:
2158: 2017-12-10 moko
2159:
2160: * tests/: 389.html, 390.html, results/389.processed,
2161: results/390.processed: image code coverage tests added (related
2162: to feature #1125)
2163:
2164: 2017-12-08 moko
2165:
2166: * tests/: 346-curl.html, 388-sql.html, 389.html,
2167: results/346-curl.processed, results/388-sql.processed,
2168: results/389.processed: more code coverage tests
2169:
2170: * tests/: 264.html, results/264.processed: code coverage for
2171: ^file::exec[]
2172:
2173: 2017-12-07 moko
2174:
2175: * tests/: 174.html, 388-sql.html, 389.html,
2176: results/388-sql.processed, results/389.processed,
2177: results/174.processed: more coverage tests
2178:
2179: * src/classes/math.C: exception text actualized
2180:
2181: 2017-12-06 moko
2182:
2183: * tests/388-sql.html: $SQL can be here
2184:
2185: * tests/results/auto.p: $SQL not required here
2186:
2187: * tests/: 388-sql.html, 389.html, Makefile,
2188: results/388-sql.processed, results/389.processed, results/auto.p:
2189: code coverage tests for sql (using sqlite) and int/double/bool
2190: added (related to feature #1125)
2191:
2192: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2193: lib/json/json.vcproj, lib/md5/md5.vcproj,
2194: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2195: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2196: targets/apache/ApacheModuleParser3Core.vcproj,
2197: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2198: types/types.vcproj: gc\include no longer required
2199:
2200: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2201: required
2202:
2203: * src/: classes/Makefile.am, classes/table.C,
2204: include/pa_config_includes.h, include/pa_string.h,
2205: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2206: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2207: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2208: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2209: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2210: used, we now include it directly
2211:
2212: 2017-12-04 moko
2213:
2214: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2215: memcached/memcached.vcproj, punycode/punycode.vcproj,
2216: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2217: where required
2218:
2219: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2220: now can be used to trace memory allocations
2221:
2222: * src/: classes/table.C, include/pa_config_includes.h,
2223: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2224: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2225: method removes, libcord also can work without libgc
2226:
2227: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2228:
2229: 2017-11-29 moko
2230:
2231: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2232: are not present (related to feature #1173)
2233:
2234: * tests/346-curl.html: test updated to test curl content-length bug
2235: (related to feature #1173)
2236:
2237: * tests/results/346-curl.processed: more test for content-length
2238: curl bug (related to feature #1173)
2239:
2240: * tests/results/346-curl.processed: test results updated after
2241: #1173 implemented
2242:
2243: 2017-11-28 moko
2244:
2245: * src/classes/curl.C: another libcurl Content-length bug walkaround
2246: (related to feature #1173)
2247:
2248: 2017-11-27 moko
2249:
2250: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2251: $.http_version[version string] added (implements feature #1173),
2252: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2253: where $post(true) bug existed.
2254:
2255: 2017-11-18 moko
2256:
2257: * src/include/pa_memory.h: warning war (related to feature #1170)
2258:
2259: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2260: feature #1170)
2261:
2262: 2017-11-17 moko
2263:
2264: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2265: std::basic_stringstream used in ^table.csv-string[] is compatible
2266: with delete usage check only under Debian 9 (related to feature
2267: #1170)
2268:
2269: 2017-11-16 moko
2270:
2271: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2272: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2273: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2274: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2275: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2276: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2277: stubs defend from accidental use (implements feature #1170)
2278:
2279: 2017-06-24 moko
2280:
2281: * configure.ac: minor fix: thanks to alx@
2282:
1.115 moko 2283: 2017-05-29 moko
2284:
2285: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2286: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2287: added to avoid cutting of UTF-8 chars (fixed bug #123)
2288:
2289: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2290: ignored, =?UTF-8?Q?= should start in case of leading space
2291: (related to bug #123)
2292:
2293: * buildall: echo -n -> printf for OS X. :)
2294:
2295: 2017-05-25 moko
2296:
2297: * tests/: 288.html, results/288.processed: test updated afted
2298: setting $o.prop without setter exception removed (related to
2299: feature #1157)
2300:
2301: * src/types/pa_vclass.C: no more "this property has no setter
2302: method" when setting $o.prop without setter (implements feature
2303: #1157)
2304:
2305: * buildall: echo \c -> echo -n for FreeBSD
2306:
2307: * configure, configure.ac, src/include/pa_config_auto.h.in,
2308: src/types/pa_vdouble.h: isfinite now checked in configure
2309:
2310: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2311: upgraded to automake 1.15
2312:
2313: 2017-05-23 moko
2314:
2315: * src/types/pa_vdouble.h: finite returned where isfinite not
2316: defined
2317:
2318: 2017-05-22 moko
2319:
2320: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2321:
2322: * buildall: extern CFLAGS setting support
2323:
2324: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2325:
2326: * buildall: http -> https
2327:
2328: * buildall: gc-7.2f -> gc-7.6.0
2329:
2330: 2017-05-20 moko
2331:
2332: * buildall: https, pcre, xml, xslt updated to current versions
2333: (related to feature #1136)
2334:
2335: 2017-05-19 moko
2336:
2337: * tests/097.html: after parser.ru moved to https
2338:
2339: 2017-05-17 moko
2340:
2341: * tests/results/: 175.processed, 372.processed: tests resuls
2342: updated after lintian spelling typos fixed (related to bug #1156)
2343:
2344: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2345: classes/string.C, classes/table.C, main/pa_charset.C,
2346: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2347: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2348: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2349:
2350: * tests/results/096.processed: +XMP
2351:
2352: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2353: $.xmp(true) options tested (test for feature #1154)
2354:
2355: * src/classes/image.C: ^image:measure[] options $.exif(false)
2356: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2357: fetched by default! (implements feature #1154)
2358:
2359: 2017-05-16 moko
2360:
2361: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2362: allowed (related to feature #1154)
2363:
2364: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2365: initial XMP implementation - without options and transcode
2366: (related to feature #1154)
2367:
2368: 2017-05-12 moko
2369:
2370: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2371: image: exif moved to ffields, skipped in ^image.html[] where
2372: iterators now used (preparation for feature #1154)
2373:
2374: 2017-05-05 moko
2375:
2376: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2377: results/387.processed: test for circular class inheritance check
2378: added (related to bug #1150)
2379:
2380: * src/types/pa_vstateless_class.C: circular class inheritance check
2381: added (fixes endless add_derived bug #1150)
2382:
2383: 2017-05-04 moko
2384:
2385: * tests/: 386.html, results/386.processed: test for
2386: $table.value(number) added (related to feature #1152)
2387:
2388: * src/types/pa_vtable.C: table put_element: column value must be
2389: string - > column value must be string compatible to allow
2390: $t.value(1) (implements feature #1152)
2391:
2392: 2017-05-03 moko
2393:
2394: * src/main/pa_request.C: $use[$method] is not possible, reverting
2395: (related to feature #1151)
2396:
2397: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2398: not possible, removing test (related to feature #1151)
2399:
2400: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2401: get_element_method added and used to allow $use[$method] and
2402: $autouse[$method] (implements feature 1151)
2403:
2404: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2405: variable added (related to feature #1151)
2406:
2407: * tests/results/226.processed: actualized after ^try-catch used
2408:
2409: * tests/: 226.html, 385.html, results/385.processed: test for
2410: @autouse in variable added
2411:
2412: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2413:
1.114 moko 2414: 2017-02-27 moko
2415:
2416: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2417:
1.113 moko 2418: 2017-02-20 moko
2419:
2420: * operators.txt: actualization + beauty
2421:
2422: 2017-02-16 moko
2423:
2424: * tests/: 384.html, results/384.processed: test for
2425: ^reflection:mixin[; $.name[] ] option added (related to feature
2426: #1089)
2427:
2428: * tests/: 384.html, results/384.processed: test for
2429: ^reflection:mixin[] added (related to feature #1089)
2430:
2431: * src/types/pa_value.h: warning war: virtual ~Value() added
2432:
1.112 moko 2433: 2017-02-15 moko
2434:
2435: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2436: fixed
2437:
2438: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2439: test added (related to feature #1069)
2440:
2441: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2442: compilation without HASH_ORDER fixed
2443:
2444: * src/: classes/reflection.C, include/pa_hash.h:
2445: $.reverse(true/false) added to ^reflection:methods[] (related to
2446: feature #1069)
2447:
2448: 2017-02-14 moko
2449:
2450: * tests/: 152.html, results/152.processed: test for $._default hash
2451: added (related to bug #1131)
2452:
2453: * tests/: 277.html, results/277.processed: test for hash with only
2454: $._default is now defined (related to bug #1131)
2455:
2456: * src/types/pa_vhash.h: hash with only $._default is now defined
2457: (fixed bug #1131)
2458:
2459: 2017-02-13 moko
2460:
2461: * tests/cat-windows.sh: cat-windows added (cygwin required)
2462:
2463: * tests/: 171.html, 264.html, 286.html, 370.html,
2464: results/320.processed, results/375.processed, results/auto.p:
2465: cat-windows.sh support added
2466:
2467: * tests/375.html: Windows support
2468:
2469: * tests/270.html: documented
2470:
2471: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2472: (not backslashes) even under Windows (broke test 270)
2473:
2474: 2017-02-12 moko
2475:
2476: * tests/: descript.ion, todo.txt: cleanup
2477:
2478: 2017-02-09 moko
2479:
2480: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2481: run_tests.cmd: Windows compatibility
2482:
2483: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2484: incorrectly (GMT) if parser is called from cygwin
2485:
1.111 moko 2486: 2017-02-08 moko
2487:
1.112 moko 2488: * operators.txt: actualization 15% completed
2489:
2490: * operators.txt: cp1251 -> utf-8
2491:
2492: * NEWS, README: minor update
2493:
2494: * src/include/pa_config_includes.h: warning war continues
2495:
2496: * src/: include/pa_config_includes.h, include/pa_memory.h,
2497: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2498: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2499: gcc 6.x issues fixed
2500:
1.111 moko 2501: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2502: classes/classes.h, classes/curl.C, classes/date.C,
2503: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2504: classes/hashfile.C, classes/image.C, classes/inet.C,
2505: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2506: classes/memcached.C, classes/memory.C, classes/op.C,
2507: classes/reflection.C, classes/regex.C, classes/response.C,
2508: classes/string.C, classes/table.C, classes/void.C,
2509: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2510: include/pa_array.h, include/pa_cache_managers.h,
2511: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2512: include/pa_config_fixed.h, include/pa_config_includes.h,
2513: include/pa_dictionary.h, include/pa_dir.h,
2514: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2515: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2516: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2517: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2518: include/pa_request_charsets.h, include/pa_request_info.h,
2519: include/pa_sapi.h, include/pa_socks.h,
2520: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2521: include/pa_stack.h, include/pa_string.h,
2522: include/pa_stylesheet_connection.h,
2523: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2524: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2525: include/pa_uue.h, include/pa_xml_exception.h,
2526: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2527: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2528: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2529: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2530: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2531: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2532: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2533: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2534: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2535: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2536: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2537: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2538: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2539: main/pa_string.C, main/pa_stylesheet_connection.C,
2540: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2541: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2542: main/untaint.C, sql/pa_sql_driver.h,
2543: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2544: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2545: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2546: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2547: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2548: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2549: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2550: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2551: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2552: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2553: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2554: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2555: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2556: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2557: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2558: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2559: types/pa_vmemcached.h, types/pa_vmemory.h,
2560: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2561: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2562: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2563: types/pa_vresponse.C, types/pa_vresponse.h,
2564: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2565: types/pa_vstateless_object.h, types/pa_vstatus.C,
2566: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2567: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2568: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2569: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2570: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2571: 2015->2017
2572:
1.110 moko 2573: 2017-02-07 moko
2574:
2575: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2576:
2577: 2017-02-06 moko
2578:
2579: * src/main/pa_common.C: minor fixes, whitespace
2580:
2581: * src/: classes/curl.C, classes/file.C, classes/image.C,
2582: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2583: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2584: now used (implements feature #1081)
2585:
2586: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2587:
2588: 2017-02-01 moko
2589:
2590: * src/include/pa_request.h: cleanup
2591:
2592: 2017-01-30 moko
2593:
2594: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2595:
2596: 2017-01-29 moko
2597:
2598: * tests/: 383.html, results/383.processed: test for
2599: ^reflection:stack[] added (related to feature #1052)
2600:
2601: * src/classes/reflection.C: else added
2602:
2603: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2604: $.max_file_lock_wait added (implements feature #1128)
2605:
2606: 2017-01-28 moko
2607:
2608: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2609: body and other cases tests added (related to featue #1014)
2610:
2611: * src/classes/curl.C: bug if response is empty fixed (related to
2612: feature #1014)
2613:
2614: 2017-01-27 moko
2615:
2616: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2617: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2618: added (implements feature #1052)
2619:
2620: 2017-01-25 moko
2621:
2622: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2623: method test added
2624:
2625: 2017-01-23 moko
2626:
2627: * src/classes/reflection.C: optimization: options->get replaced by
2628: hash iterator
2629:
2630: * tests/: 381.html, results/381.processed: now -> fixed date
2631:
2632: * src/main/pa_request.C: warning war
2633:
2634: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2635: 5Mb (fixes bug #1058)
2636:
2637: * src/classes/curl.C: warning war
2638:
2639: * tests/: 381.html, results/381.processed: tests for ^json:string
2640: $.one-line(true) option added (related to feature #1124)
2641:
2642: * src/: classes/json.C, types/pa_value.h: $json-string
2643: $.one-line(true|false) options is now supported (implements
2644: feature #1124)
2645:
2646: * tests/: 380.html, results/380.processed: test for modified
2647: $.max_file_size added (related to bug #1014)
2648:
2649: * tests/: 379.html, results/auto.p: tests for rewritten http file
2650: load added (related to bug #1014)
2651:
2652: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2653: main/pa_common.C, main/pa_http.C: check_file_size added and used
2654: in curl / file load from disk and http, http file load rewritten
2655: (related to bug #1014)
2656:
2657: 2017-01-18 moko
2658:
2659: * tests/: 378.html, results/378.processed: tests for ^result[]
2660: added (related to feature #66)
2661:
2662: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2663: Method::CO_WITHOUT_FRAME as frame still added in expression
2664: (related to feature #66)
2665:
2666: 2017-01-17 moko
2667:
2668: * tests/: 377.html, results/377.processed: test for different
2669: combinations of breaks in body and delimiter (related to bug
2670: #1077)
2671:
2672: * tests/: 376.html, results/376.processed: many ^break[] tests
2673: added (related to bug #1077)
2674:
2675: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2676: passed to native method" exception added to avoid bugs due to
2677: WRITE_EXPR_RESULT skipped and native methods execution continues
2678: after ^break[] (related to bug #1077)
2679:
2680: 2017-01-14 moko
2681:
2682: * tests/: 330.html, results/330.processed: test results updated
2683: after ^break[] bugs where fixed (related to bug #1077)
2684:
2685: * tests/: 329.html, results/329.processed: test results updated
2686: after ^break[] bugs where fixed (related to bug #1077)
2687:
2688: * tests/results/320.processed: ^return[] added
2689:
2690: 2017-01-13 moko
2691:
2692: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2693: classes/table.C, include/pa_request.h, main/execute.C,
2694: main/pa_request.C, targets/cgi/parser3.C,
2695: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2696: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2697: checked after each possible process/execute call (fixes bug
2698: #1077)
2699:
2700: 2016-12-29 moko
2701:
2702: * src/main/pa_common.C: warning war
2703:
2704: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2705: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2706: pa_file_size_limit added, ^math:random fixed for upper limit and
2707: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2708: (related to feature #1014)
2709:
2710: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2711: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2712: (related to feature #1014)
2713:
2714: 2016-12-28 moko
2715:
2716: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2717: warning war
2718:
2719: 2016-12-26 moko
2720:
2721: * tests/: 341.html, results/341.processed: test for
2722: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2723:
2724: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2725: (related to feature #1057)
2726:
2727: * src/types/pa_vdate.C: warning war continues...
2728:
2729: * src/: classes/date.C, classes/image.C, classes/table.C,
2730: include/pa_config_includes.h, types/pa_vfile.C: warning war
2731:
2732: * src/lib/gd/gifio.C: warning war / cleanup
2733:
2734: * src/lib/json/pa_json.C: warning war
2735:
2736: * src/classes/hash.C: warning war
2737:
2738: * src/types/pa_vfile.C: warning war
2739:
2740: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2741: -Wall warning war continues
2742:
2743: * configure.ac: --with-build-warnings actualized
2744:
2745: 2016-12-25 moko
2746:
2747: * src/main/pa_exec.C: -wAll warning war
2748:
2749: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2750: -wAll warning war
2751:
2752: * src/: include/pa_common.h, include/pa_sapi.h,
2753: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2754: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2755: -wAll warning war
2756:
2757: 2016-12-23 moko
2758:
2759: * src/lib/ltdl/Makefile.am: extra dist added
2760:
2761: * tests/results/344.processed: test result updated after $file.text
2762: prefetched in ^hash::create[$file] (related to feature #1075)
2763:
2764: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2765: ^hash::create[$file] (related to feature #1075)
2766:
2767: 2016-12-22 moko
2768:
2769: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2770: main/pa_request.C, main/pa_stylesheet_connection.C,
2771: types/pa_vfile.C: file_stat now return 64-bit size (implements
2772: #1014 under 32-bit unix versions)
2773:
2774: 2016-12-21 moko
2775:
2776: * tests/: 375.html, results/375.processed: test for exec returning
2777: stated file added (related to feature #1119)
2778:
2779: * src/classes/file.C: load should not return file with null body
2780: (fixes bug #1119)
2781:
2782: 2016-12-14 moko
2783:
2784: * tests/: 374.html, results/374.processed: test for $method.name
2785: added (related to feature #1117) plus method returning junction
2786: test
2787:
2788: 2016-12-13 moko
2789:
2790: * src/: include/pa_symbols.h, main/pa_symbols.C,
2791: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2792: (implements feature #1117)
2793:
2794: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2795: HEAD and TRACE can't have body (implements feature #1116)
2796:
2797: 2016-12-09 moko
2798:
2799: * tests/: 373.html, results/373.processed: tests for
2800: ^reflection:tainting added (related to feature #1098)
2801:
2802: * src/classes/reflection.C: ^reflection:tainting arguments order
2803: change (related to feature #1098)
2804:
2805: 2016-12-06 moko
2806:
2807: * src/: classes/reflection.C, include/pa_string.h,
2808: main/pa_string.C: ^reflection:tainting[$string] added (implements
2809: feature #1098)
2810:
2811: 2016-12-05 moko
2812:
2813: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2814: (fixes bug #1114)
2815:
2816: 2016-12-04 moko
2817:
2818: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2819: check added
2820:
2821: 2016-12-03 moko
2822:
2823: * tests/: 346-curl.html, results/346-curl.processed: test modified
2824: to test value.as_hash() usage
2825:
2826: * src/classes/curl.C: value.as_hash() used for correct hash
2827: processing
2828:
2829: * src/classes/reflection.C: exceptions texts fixes
2830:
2831: 2016-12-02 moko
2832:
2833: * tests/: 372.html, results/372.processed: tests for
2834: ^reflection:create[ $.class[name] $.constructor[name]
2835: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2836: feature #1094)
2837:
2838: * src/types/pa_vmethod_frame.h: comment added: params should be
2839: declared outside of *_FRAME_ACTION as MethodParams destructor
2840: will be called in ~VNativeMethodFrame
2841:
2842: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2843: ] minor fix
2844:
2845: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2846: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2847: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2848: now supported (implements feature #1094) value::as_hash added
2849: (and should be used everywhere)
2850:
2851: * src/classes/reflection.C: cleanup
2852:
2853: 2016-12-01 moko
2854:
2855: * tests/: 356.html, results/356.processed: test for method
2856: junctions class name added to the resulting hash added (related
2857: to feature #1068)
2858:
2859: * src/classes/reflection.C: for method junctions class name added
2860: to the resulting hash (related to feature #1068)
2861:
2862: 2016-11-30 moko
2863:
2864: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2865: exception (related to bug #1113)
2866:
2867: * src/types/pa_vhashfile.C: whitespace
2868:
2869: * src/main/pa_os.C: errno now returned as it should (fixes bug
2870: #1113)
2871:
2872: * tests/results/: 175.processed, 192.processed, 224.processed,
2873: 229.processed, 239.processed, 244.processed, 246.processed,
2874: 314.processed, 352.processed: tests results updated after method
2875: call exceptions improved as method now keeps its name
2876:
2877: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2878: types/pa_vmethod_frame.h: method call exceptions improved as
2879: method now keeps its name
2880:
2881: * tests/: 224.html, 239.html, results/224.processed,
2882: results/239.processed: tests and tests results updated after
2883: Request::construct exception changed
2884:
2885: * src/: classes/reflection.C, main/execute.C: Request::construct
2886: exception optimized
2887:
2888: * tests/: 371.html, results/371.processed: test for
2889: WWrapper.get_element call in $.name.key[value] code added
2890: (related to feature #1091)
2891:
2892: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2893: in $.name.key[value] code (related to feature #1091)
2894:
2895: 2016-11-29 moko
2896:
2897: * src/classes/op.C: VS warning war
2898:
2899: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2900: C4239: nonstandard extension used : 'return' : conversion from
2901: 'Value' to 'Value &' (related to feature #1020)
2902:
2903: * src/: main/execute.C, types/pa_vmethod_frame.h,
2904: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2905: used : 'return' : conversion from 'Value' to 'Value &' (related
2906: to feature #1020)
2907:
2908: * src/main/execute.C: VS warning war
2909:
2910: * src/targets/cgi/parser3.C: VS compatibility fix
2911:
2912: * src/include/pa_request.h: VS warning war
2913:
2914: * tests/: 370.html, results/370.processed: test for ^file::exec[
2915: ... $.stdin[$binary_file] ] added (related to bug #1044)
2916:
2917: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2918: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2919: $.stdin[$binary_file] (fixes bug #1044)
2920:
2921: 2016-11-28 moko
2922:
2923: * src/main/pa_exec.C: whitespace
2924:
2925: * src/main/pa_request.C: whitespace
2926:
2927: * tests/: 369.html, results/369.processed: test for
2928: $response:status usage added (related to feature #1099)
2929:
2930: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2931: if < 100 (implements feature #1099)
2932:
2933: * src/targets/cgi/parser3.C: whitespace
2934:
2935: * src/targets/cgi/parser3.C: whitespace
2936:
2937: * tests/: 368.html, results/368.processed: test updated after
2938: ^reflection:filename[$method] added (related to feature #1053)
2939:
2940: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2941: main/compile.y, main/execute.C, main/pa_request.C,
2942: types/pa_vclass.h: filename -> filespec,
2943: ^reflection:filename[$method] added (related to feature #1053)
2944:
2945: 2016-11-27 moko
2946:
2947: * tests/: 368.html, results/368.processed: test for
2948: reflection:filename[$class or object] added (related to feature
2949: #1053)
2950:
2951: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2952: types/pa_vstateless_class.h: ^reflection:filename[$class or
2953: object] added (implements feature #1053)
2954:
2955: 2016-11-26 moko
2956:
2957: * src/: include/pa_request_info.h,
2958: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2959: remove_absolute_uri -> strip_absolute_uri
2960:
2961: 2016-11-25 moko
2962:
2963: * src/: include/pa_request_info.h,
2964: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2965: request_info.remove_absolute_uri added to remove possible
2966: http://site.name/ from $request:uri (implements feature #1112)
2967:
2968: 2016-11-24 moko
2969:
2970: * tests/: 367-curl.html, results/367-curl.processed: test for
2971: previous request headers clearing after redirect added (related
2972: to bug #1109)
2973:
2974: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2975: response headers from previous requests are now cleared, only
2976: last request headers are collected (fixes bug #1109)
2977:
2978: * tests/results/: 266.processed, 321.processed, 356.processed:
2979: tests results updated as method name now added to the resulting
2980: hash for new syntax only (Imp1 compatimility fixed, related to
2981: feature #1068)
2982:
2983: * src/classes/reflection.C: method name now added to the resulting
2984: hash for new syntax only (Imp1 compatimility fixed, related to
2985: feature #1068)
2986:
2987: * tests/results/366.processed: test for native and parser
2988: implementation of ^use[] logic (related to feature #1074)
2989:
2990: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2991: for native and parser implementation of ^use[] logic (related to
2992: feature #1074)
2993:
2994: 2016-11-23 moko
2995:
2996: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2997: main/pa_request.C: @USE file now implemented as ^use[file;
2998: $.origin[origin_file] ] (implements feature #1074)
2999:
1.109 moko 3000: 2016-11-21 moko
3001:
1.110 moko 3002: * tests/: 365.html, results/365.processed: test for $caller bugs in
3003: 3.4.4 and $caller.method now tested (related to feature #1110)
3004:
3005: * tests/: 364.html, results/364.processed: $caller usage in
3006: different contexts now tested (related to feature #1110)
3007:
3008: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3009:
3010: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3011:
1.109 moko 3012: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3013: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3014: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3015: used (implements feature #1110)
3016:
3017: 2016-11-20 moko
3018:
3019: * src/types/pa_vdouble.h: whitespace
3020:
3021: 2016-11-11 moko
3022:
3023: * tests/: 363.html, results/363.processed: more tests for feature
3024: #1091 (how parser methods work in expression context)
3025:
3026: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3027: expressions strings are now written as strings, not values by
3028: write_as_string (related to feature #1091)
3029:
3030: * src/classes/op.C: to make more correct behavour in expression
3031: context
3032:
3033: 2016-11-07 moko
3034:
3035: * tests/: 362.html, results/362.processed: test for
3036: xsltParseStylesheetDoc caching as xsl modification after it added
3037: (related to bug #1108)
3038:
3039: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3040: result now cached as xdoc is modified after it (fixes bug #1108)
3041:
3042: 2016-11-06 moko
3043:
3044: * src/types/pa_vxdoc.h: whitespace
3045:
3046: 2016-11-05 moko
3047:
3048: * src/types/pa_vmethod_frame.h: cleanup
3049:
3050: 2016-11-03 moko
3051:
3052: * tests/results/244.processed: more correct exception after method
3053: frames separation
3054:
3055: * src/types/pa_vmethod_frame.h: minor optimizaion
3056:
3057: * src/types/pa_method.h: optimization: params_count added
3058:
3059: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3060: include/pa_request.h, main/execute.C, main/pa_request.C,
3061: types/pa_value.C, types/pa_vmethod_frame.C,
3062: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3063: VMethodFrame now divided into VNativeMethodFrame,
3064: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3065: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3066: and used (related to feature #1104)
3067:
3068: 2016-11-02 moko
3069:
3070: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3071: classes/double.C, classes/file.C, classes/hash.C,
3072: classes/hashfile.C, classes/image.C, classes/inet.C,
3073: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3074: classes/memcached.C, classes/op.C, classes/reflection.C,
3075: classes/regex.C, classes/string.C, classes/table.C,
3076: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3077: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3078: r.write (implements feature #1091)
3079:
3080: * src/main/execute.C: cleanup (related to feature #1104)
3081:
3082: * src/: include/pa_request.h, main/execute.C,
3083: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3084: added, in_expression removed (implements feature #1104)
3085:
3086: 2016-10-31 moko
3087:
3088: * src/types/pa_value.C: whitespace
3089:
3090: 2016-10-28 moko
3091:
3092: * tests/results/244.processed: updated after error reporting fixed
3093: in pa_wcontext.C
3094:
3095: * src/types/pa_wcontext.C: error reporting fixed
3096:
3097: * src/types/pa_wcontext.h: whitespace
3098:
3099: * src/classes/image.C: not fully readed entries are no longer
3100: processed (fixes bug #1106)
3101:
3102: 2016-10-26 moko
3103:
3104: * src/classes/image.C: whitespace
3105:
3106: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3107: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3108: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3109: longer required (related to feature #1091)
3110:
3111: * tests/results/: 264.processed, 350.processed: test results update
3112: reverted (whitespace optimization) after write_no_lang removed :)
3113: (related to feature #1091)
3114:
3115: * src/: classes/file.C, classes/hash.C, classes/op.C,
3116: classes/string.C, classes/table.C, classes/void.C,
3117: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3118: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3119: equal write_pass_lang (related to feature #1091)
3120:
3121: * tests/results/: 264.processed, 350.processed: test results
3122: updated (whitespace optimization) after write_assign_lang removed
3123: (related to feature #1091)
3124:
3125: * tests/: 361.html, results/361.processed: test for non-string
3126: ^untaint added (related to feature #1091)
3127:
3128: * src/: classes/curl.C, classes/date.C, classes/file.C,
3129: classes/hash.C, classes/op.C, classes/string.C,
3130: include/pa_request.h, main/execute.C: optimization:
3131: write_assign_lang removed as not required (first part of feature
3132: #1091 implementation)
3133:
1.108 moko 3134: 2016-10-12 moko
3135:
3136: * tests/: 360.html, results/360.processed: more test code (related
3137: to feature #1104)
3138:
3139: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3140: include/pa_request.h, main/compile.y, main/execute.C: opcode
3141: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3142: WContext is next task (implements feature #1104)
3143:
3144: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3145: / CO_WITHOUT_WCONTEXT
3146:
3147: * tests/: 360.html, results/360.processed: test for in expression
3148: state (related to feature #1104)
3149:
3150: 2016-10-11 moko
3151:
3152: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3153:
3154: * src/classes/op.C: default value removed from initializer
3155:
3156: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3157:
3158: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3159:
3160: 2016-10-10 moko
3161:
3162: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3163: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3164: to feature #42)
3165:
3166: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3167: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3168:
3169: 2016-10-08 moko
3170:
3171: * src/classes/double.C: whitespace
3172:
3173: 2016-10-07 moko
3174:
3175: * src/types/pa_vmethod_frame.h: reorder
3176:
3177: 2016-10-06 moko
3178:
3179: * src/classes/date.C: typo
3180:
3181: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3182:
3183: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3184: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3185: types/pa_vmethod_frame.h: params.get now returns Value&, not
3186: Value*
3187:
3188: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3189:
3190: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3191: removed; first as_* code rewrite
3192:
3193: 2016-10-05 moko
3194:
3195: * src/include/pa_request.h: whitespace
3196:
3197: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3198: intercept_string added (related to feature #1097)
3199:
3200: * src/: classes/image.C, classes/op.C, classes/table.C,
3201: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3202: optimization: intercept_string removed (implements feature #1097)
3203:
3204: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3205:
3206: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3207: from VCodeFrame and WWrapper as not required
3208:
3209: 2016-10-04 moko
3210:
3211: * src/: classes/curl.C, classes/date.C, classes/double.C,
3212: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3213: classes/int.C, classes/json.C, classes/op.C,
3214: classes/reflection.C, classes/string.C, classes/table.C,
3215: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3216: proces_to_value -> process after StringOrValue removed (related
3217: to feature #1020)
3218:
3219: * src/classes/form.C: whitespace
3220:
3221: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3222:
3223: * tests/: 357.html, 358.html, results/357.processed,
3224: results/358.processed, results/auto.p: test for @conf
3225: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3226:
3227: 2016-10-03 moko
3228:
3229: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3230: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3231: supported (implements feature #42)
3232:
3233: * src/types/pa_vregex.h: no reason for VRegex to be
3234: is_evaluated_expr
3235:
3236: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3237: (implements feature #1095)
3238:
3239: 2016-10-01 moko
3240:
3241: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3242: false by default (related to feature #1089)
3243:
3244: 2016-09-30 moko
3245:
3246: * src/types/pa_wcontext.h: cleanup
3247:
3248: 2016-09-29 moko
3249:
3250: * src/main/execute.C: whitespace
3251:
3252: * src/include/pa_request.h: whitespace
3253:
3254: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3255: classes/op.C, classes/table.C, include/pa_request.h,
3256: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3257: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3258: StringOrValue removed as it just slows down and adds complexity
3259: (implements feature #1020)
3260:
3261: 2016-09-28 moko
3262:
3263: * tests/: 356.html, results/266.processed, results/321.processed,
3264: results/356.processed: tests updated after name was added to
3265: method_info hash, test for ^reflection:method_info[junction]
3266: added (related to feature #1068)
3267:
3268: * src/classes/reflection.C: ^reflection:method_info[junction] now
3269: supported, method name added to the resulting hash (implements
3270: feature #1068)
3271:
3272: * tests/: 276.html, results/276.processed: more tests for
3273: ^reflection:delete[]
3274:
3275: * src/classes/reflection.C: fixed bug then ^reflection:delete
3276: didn't work on class and could damage native objects (like file)
3277:
3278: 2016-09-26 moko
3279:
3280: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3281: results/345.processed, results/346-curl.processed,
3282: results/347-curl.processed, results/348.processed: numbers added
3283: to simplify diff analysis
3284:
3285: * tests/: 352.html, results/352.processed: test result updated as
3286: method name used
3287:
3288: * src/classes/reflection.C: method name used
3289:
3290: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3291: its name
3292:
3293: * src/types/pa_method.h: whitespace
3294:
3295: * src/classes/reflection.C: both method and field with one name can
3296: exist.
3297:
3298: * src/classes/reflection.C: ^reflection:mixin added (implements
3299: feature #1089)
3300:
3301: * tests/: 355.html, results/355.processed: property appears in
3302: derived class if added in base test added
3303:
3304: * src/types/pa_vstateless_class.h: get_method declaration +
3305: whitespace
3306:
3307: * tests/: 354.html, results/354.processed: nice test from method
3308: and property with one name in class added
3309:
3310: 2016-09-23 moko
3311:
3312: * src/classes/reflection.C: ^reflection:method usage documented
3313:
3314: 2016-09-22 moko
3315:
3316: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3317: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3318: compile warning and GPF occures on VS2003 (related to feature
3319: #1087)
3320:
3321: * tests/: 350.html, results/350.processed: test added for
3322: $.encloser[] support in ^table::create (related to feature #11)
3323:
3324: * src/classes/table.C: another minor fix (related to feature #11)
3325:
1.107 moko 3326: 2016-09-21 moko
3327:
3328: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3329:
3330: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3331: classes/json.C, classes/string.C, classes/table.C,
3332: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3333: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3334: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3335: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3336: pa_charsets, vs2015 warning war
3337:
3338: * src/classes/table.C: vs2015 warning war
3339:
3340: * src/types/pa_vdate.C: vs2015 warning war
3341:
3342: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3343:
3344: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3345: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3346:
3347: * src/main/pa_common.C: vs2015 compilation fixes
3348:
3349: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3350: vs2015 compilation fixes
3351:
3352: * src/main/pa_charset.C: vs2015 warning war
3353:
3354: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3355:
3356: * src/main/pa_charset.C: vs2015 warning war
3357:
3358: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3359:
3360: * src/types/pa_vdate.C: vs2015 compilation fix
3361:
3362: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3363:
3364: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3365: VS2015 compilation fixes
3366:
3367: * src/classes/table.C: minor fix (related to feature #11)
3368:
3369: * tests/results/282.processed: no longer skipping extra enclosers
3370: (related to feature #11)
3371:
3372: * src/classes/table.C: minor fix + no longer skipping extra
3373: enclosers (related to feature #11)
3374:
3375: * src/classes/table.C: minor optimization (related to feature #11)
3376:
3377: * src/classes/table.C: minor fix and optimization (related to
3378: feature #11)
3379:
3380: 2016-09-20 moko
3381:
3382: * tests/: 353.html, results/353.processed: test for
3383: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3384: added (related to bug #1090)
3385:
3386: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3387: one_big_piece (fixes bug #1090)
3388:
3389: * tests/: 229.html, results/229.processed: code coverage tests
3390:
3391: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3392: body) was called
3393:
3394: * src/classes/op.C: whitespace
3395:
3396: * tests/: 323.html, results/323.processed: test for code junction
3397: should not be returned by ^reflection:class, ^reflection:base
3398:
3399: * src/classes/reflection.C: bugfix: code junction should not be
3400: returned by ^reflection:class, ^reflection:base
3401:
3402: * tests/: 323.html, 352.html, results/352.processed: no more
3403: exception for ^reflection:method[class;no-such-method] (related
3404: to feature #1087)
3405:
3406: * src/classes/reflection.C:
3407: ^reflection:method[class;no-such-method] : exception -> void
3408: (related to feature #1087)
3409:
3410: * src/include/pa_request.h: request::write_value added to allow
3411: write value without convertion (related to issue #1091)
3412:
3413: 2016-09-19 moko
3414:
3415: * src/main/pa_random.C: windows build fix
3416:
3417: * src/types/pa_vhash.h: warning war
3418:
3419: 2016-09-14 moko
3420:
3421: * tests/: 352.html, 552.html, results/352.processed,
3422: results/552.processed: test for ^reflection:method[] extension
3423: added (related to feature #1087)
3424:
3425: * tests/: 552.html, results/552.processed: test for
3426: ^reflection:method[] extension added (related to feature #1087)
3427:
3428: * src/classes/reflection.C: compatibility issue fixed, VClass
3429: dynamic_cast check added (related to feature #1087)
3430:
3431: * tests/: 351.html, results/351.processed: test for @auto[]
3432: inheritance bug diring ^process[] added (related to bug #1088)
3433:
3434: * src/: classes/op.C, main/pa_request.C,
3435: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3436: disable it inheritance during ^process (fixes bug #1088)
3437:
3438: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3439: added (implements feature #1087)
3440:
3441: 2016-09-13 moko
3442:
3443: * tests/: 349.html, results/auto.p: test for objects prototyping
3444: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3445: to feature #1086)
3446:
3447: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3448: types/pa_vobject.C: objects now are not class instances, but have
3449: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3450: in @conf (implements feature #1086)
3451:
3452: 2016-09-08 moko
3453:
3454: * src/: classes/file.C, classes/mail.C, classes/string.C,
3455: classes/table.C, main/pa_http.C, main/pa_string.C,
3456: include/pa_string.h: cleanup: string::split limit argument
3457: removed as no longer required, pos_after no longer reference
3458: (related to feature #11)
3459:
3460: * src/classes/table.C, tests/results/348.processed: now exception
3461: is rised when invalid option is passed to ^table::create[]
3462:
3463: * tests/: 282.cfg, 282.html, results/282.processed: more code
3464: coverage tests
3465:
3466: * tests/: 348.html, results/348.processed: code coverage tests
3467: added
3468:
3469: * tests/: 348.html, results/348.processed: generic ^table::create[]
3470: tests
3471:
3472: * tests/: 035.html, results/035.processed, results/272.processed:
3473: tests updated after $.encloser[] support for ^table::create
3474: implementation (related to feature #11)
3475:
3476: * src/classes/table.C: $.encloser[] support for ^table::create
3477: finally added (implements feature #11)
3478:
3479: 2016-09-07 moko
3480:
3481: * src/include/pa_string.h: added StringSplitHelper as friend
3482: (related to feature #11)
3483:
3484: * src/include/pa_string.h: body and langs now protected, not
3485: private to allow inheritance (related to feature #11)
3486:
3487: * src/classes/table.C: lsplit optimized before cloning for
3488: ^table::create with $.encloser[] (related to feature #11)
3489:
3490: * src/classes/table.C: optimizaion: TableControlChars.separators
3491: added and used (related to feature #11)
3492:
3493: * src/classes/table.C: spelling:
3494:
3495: TableSeparators -> TableControlChars column -> separator
3496: separators -> control_chars
3497:
3498: 2016-09-06 moko
3499:
3500: * src/main/pa_string.C: whitespace
3501:
3502: * src/main/pa_string.C: whitespace
3503:
3504: 2016-09-01 moko
3505:
3506: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3507: results OS-independent
3508:
3509: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3510: compiler (related to feature #1042)
3511:
3512: 2016-08-15 moko
3513:
3514: * src/include/pa_string.h: whitespace
3515:
3516: * src/classes/table.C: whitespace
3517:
1.106 moko 3518: 2016-08-05 moko
3519:
3520: * tests/: 344.html, results/344.processed: test for
3521: ^hash::create[$file] added (related to feature #1075)
3522:
3523: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3524: supported (implements feature #1075)
3525:
3526: 2016-08-04 moko
3527:
3528: * tests/: 341.html, results/341.processed: more code coverage tests
3529:
3530: * tests/: 346-curl.html, results/346-curl.processed: more code
3531: coverage tests for curl
3532:
3533: * tests/: 346-curl.html, results/346-curl.processed: more code
3534: coverage tests for curl
3535:
3536: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3537: results/223.processed: code coverage tests: $.form[ $.table[] ]
3538: test added
3539:
3540: * tests/: 223-curl.html, results/223-curl.processed: more code
3541: coverage tests for curl
3542:
3543: 2016-08-03 moko
3544:
3545: * src/classes/curl.C: dlink(curl_library) now called not once, but
3546: until it will be loaded, allowing to find existing library.
3547:
3548: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3549: results/347-curl.processed: more code coverage tests for curl
3550:
3551: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3552: results/339-curl.processed, results/346-curl.processed: curl
3553: functionality tests
3554:
3555: 2016-08-02 moko
3556:
3557: * tests/: 339.html, results/339.processed: test for tables in
3558: ^file:load[] and ^curl:load[] (commented) added (related to
3559: feature #1042)
3560:
3561: * tests/: 345.html, results/345.processed: code coverage tests for
3562: file class
3563:
3564: * tests/: 344.html, results/344.processed: code coverage tests
3565:
3566: * tests/: 344.html, results/344.processed: mdate removed from
3567: output
3568:
3569: * src/classes/file.C: minor bugfix: is_text should be taked from
3570: fcontent.is_text_mode() if not set (related to feature #1061)
3571:
3572: * tests/: 344.html, results/344.processed: more tests
3573:
3574: * tests/: 343.html, 344.html, results/343.processed,
3575: results/344.processed: tests for ^file::create[ $.from-charset
3576: and $.to-charset ] (related to feature #1061)
3577:
3578: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3579: aset_text_mode argument optimized
3580:
3581: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3582: checkBOM now used in detect_binary_content (related to feature
3583: #1061)
3584:
3585: * src/main/pa_request.C: load_charset no longer required to_upper
3586:
3587: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3588: preserves original file mode (if no $.mode specified)
3589:
3590: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3591: ^file::create now supports $.from-charset[] and $.to-charset
3592: options (implements feature #1061), automatic transcode is done
3593: if text file is created from binary file and charset is detected.
3594:
3595: 2016-07-30 moko
3596:
3597: * src/classes/table.C: ^t.hash[..;] now supported (related to
3598: feature #1057)
3599:
3600: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3601: added (related to feature #1057)
3602:
3603: * tests/: 286.html, results/286.processed: code tests coverage
3604:
3605: 2016-07-29 moko
3606:
3607: * src/classes/table.C: table size should be checked inside menu and
3608: foreach (related to feature #858)
3609:
3610: * src/: classes/curl.C, classes/file.C, classes/string.C,
3611: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3612: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3613: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3614: charsets.get now does str_upper inside (related to feature #1061)
3615:
3616: * tests/: 342.html, results/342.processed: more code coverage tests
3617:
3618: * tests/: 342.html, outputs/342.processed: table menu code coverage
3619: + foreach test added (related to feature #858)
3620:
3621: * tests/: 341.html, results/341.processed: tests for
3622: ^table.hash[]{code} added + code coverage tests (related to
3623: feature #1057)
3624:
3625: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3626: value} support (implements feature #1057)
3627:
3628: * src/classes/table.C: whitespace
3629:
3630: 2016-07-28 moko
3631:
3632: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3633: from URL, if not specified query string removed from url-based
3634: filenames in ^curl:load[] and ^file::load[] (related to feature
3635: #1042)
3636:
3637: 2016-07-27 moko
3638:
3639: * tests/: 340.html, results/340.processed: test for
3640: transcode_text_result=false added (related to issue #1042)
3641:
3642: 2016-07-26 moko
3643:
3644: * src/types/pa_vfile.C: file name should not be empty (if file path
3645: is folder and ends with /) (related to feature #1042)
3646:
3647: * src/main/pa_http.C: whitespace optimizaion
3648:
3649: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3650: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3651: multiple headers, ^file::load supports headers transcoding
3652: (implements feature #1042)
3653:
3654: 2016-07-25 moko
3655:
3656: * src/include/pa_common.h: PA_DEFAULT added
3657:
3658: 2016-07-22 moko
3659:
3660: * tests/: 338.html, results/338.processed: test for
3661: $date.field(value) added (related to feature #1066)
3662:
3663: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3664: $date.field(value) now supported for y/m/d/h/m/s (implements
3665: feature #1066)
3666:
1.105 moko 3667: 2016-07-21 moko
3668:
3669: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3670: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3671: arguments removed; image.C - absolute path shown in exception
3672: (implements feature #1071)
3673:
3674: * tests/: 235.html, results/235.processed: test and test result
3675: updated after static boundary in mail and Errors-To: mail header
3676: removed (related to feature #1047)
3677:
3678: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3679: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3680: used, static boundary in mail removed, Errors-To: mail header
3681: removed (implements feature #1047)
3682:
3683: 2016-07-20 moko
3684:
3685: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3686: equest.classes(): Value -> VStateless_class, part 3 (related to
3687: issue #1051)
3688:
3689: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3690: request.classes(): Value -> VStateless_class, part 2 (related to
3691: issue #1051)
3692:
3693: * tests/results/: 224.processed, 323.processed: classes without
3694: methods should not be methoded (related to issue #1051)
3695:
3696: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3697: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3698: -> VStateless_class, part 1 (related to issue #1051)
3699:
3700: * tests/: 337.html, results/337.processed: test for
3701: ^reflection:fields_reference[] and VHashReference class added
3702: (related to feature #1072)
3703:
3704: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3705: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3706: and VHashReference added, allowing ^reflection:fields_reference[]
3707: implementation (closes feature #1072)
3708:
3709: 2016-07-19 moko
3710:
3711: * tests/: 323.html, results/323.processed: we want to see
3712: "methoded"
3713:
3714: * tests/: 336.html, results/336.processed: test for $BASE:property
3715: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3716: #1059)
3717:
3718: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3719: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3720: somebody_entered_some_class, $BASE:property works again,
3721: ^BASE:method[] bugs fixed (fixes bug #1059)
3722:
3723: 2016-07-14 moko
3724:
3725: * tests/: 335.html, results/335.processed: test for feature #1055
3726: added
3727:
3728: * src/classes/hash.C: bugfix: $._default was not copied if empty
3729: feature: ^hash.contains[_default] added (implements feature
3730: #1055)
3731:
3732: 2016-07-13 moko
3733:
3734: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3735: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3736:
3737: 2016-07-05 moko
3738:
3739: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3740: in ^hash.foreach (related to feature #1073)
3741:
3742: 2016-07-04 moko
3743:
3744: * tests/: 134.html, 281.html, results/134.processed,
3745: results/281.processed: tests updated after hash blocking removed
3746: (related to feature #1073)
3747:
3748: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3749: no longer blocks on change during foreach (implements feature
3750: #1073)
3751:
3752: 2016-06-17 moko
3753:
3754: * tests/: 330.html, results/330.processed: try exception source
3755: test added (related to bug in #1062)
3756:
3757: * tests/: 334.html, results/334.processed: Exception stack trace
3758: test added (related to bug in $1062)
3759:
3760: * src/classes/op.C: Exception trace now correctly restored and
3761: errors reported (related to bug #1062)
3762:
1.104 moko 3763: 2016-05-25 moko
3764:
3765: * src/main/compile.y: minor cleanup + beauty
3766:
3767: 2016-05-24 moko
3768:
3769: * tests/: 333.html, results/333.processed: more exceptions testing
3770:
3771: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3772: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3773: features #1056, #1026)
3774:
3775: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3776: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3777: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3778: (implements feature #1056)
3779:
3780: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3781: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3782: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3783: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3784: feature #1026)
3785:
3786: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3787: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3788: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3789: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3790: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3791: feature #1026)
3792:
3793: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3794: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3795: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3796: SYMBOLS_CACHING define implemented (related to feature #1026)
3797:
3798: * src/main/main.vcproj: + ps_symbols
3799:
3800: * src/: include/Makefile.am, include/pa_string.h,
3801: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3802: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3803: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3804: types/pa_vstateless_class.C: initial implementation for symbols
3805: cache (related to feature #1026)
3806:
3807: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3808:
3809: * src/main/pa_globals.C: minor cleanup
3810:
3811: 2016-05-19 moko
3812:
3813: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3814: (related to feature #1046)
3815:
3816: * tests/: 331.html, results/331.processed: test for
3817: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3818: (related to feature #1051)
3819:
3820: * src/main/compile.y:
3821: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3822: (implements feature #1054)
3823:
3824: 2016-05-18 moko
3825:
3826: * src/types/pa_vtable.C, tests/results/324.processed: no more
3827: "column not found" exception for ^table.no-such-method[] (related
3828: to feature #1046)
3829:
3830: * tests/: 261.html, results/261.processed: test added and updated
3831: after feature #1046 implementation
3832:
3833: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3834: types/pa_vvoid.h: $string.anything works for whitespace strings,
3835: ^string.contains added for hash compatibility, $string.method no
3836: longer returns stting method (implements feature #1046)
3837:
3838: 2016-05-12 moko
3839:
3840: * src/classes/curl.C: content-type response header no longer
3841: ignored (fixes issue #1045)
3842:
3843: * tests/: 330.html, results/330.processed: test for incomplete
3844: finally execution when break occures added (related to issue
3845: #1077)
3846:
3847: * src/classes/op.C: bugfix: Request::skip reset is called before
3848: executing catch and finally code (fixes issue #1062)
3849:
3850: 2016-05-11 moko
3851:
3852: * tests/: 329.html, results/329.processed: test for invalid
3853: ^break[] behavour added (bug #1077)
3854:
3855: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3856:
3857: 2016-04-24 moko
3858:
3859: * src/types/pa_vstateless_class.h: warning war
3860:
3861: 2016-04-17 moko
3862:
3863: * tests/: 328.html, results/328.processed: test for
3864: ^break(condition) and ^continue(condition) (related to feature
3865: #1063)
3866:
3867: * src/classes/op.C: ^break(condition) and ^continue(condition)
3868: implemented (feature #1063)
3869:
3870: 2016-04-12 moko
3871:
3872: * tests/results/280.processed: ordered hash now used for class
3873: methods and properties (test results updated for feature #1069)
3874:
3875: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3876: to xdoc.C as under FreeBSD it was inited after and inheritance
3877: failed (related to issue #1051)
3878:
3879: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3880: are printed to check inheritance (related to feature #1051)
3881:
1.103 moko 3882: 2016-04-09 moko
3883:
3884: * tests/results/320.processed: ordered hash now used for class
3885: methods and properties (test results updated for feature #1069)
3886:
3887: * src/types/pa_vstateless_class.h: ordered hash now used for class
3888: methods and properties (implements feature #1069)
3889:
3890: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3891: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3892: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3893: feature #1051)
3894:
3895: 2016-04-07 moko
3896:
3897: * src/main/execute.C: returned Value in .CLASS case for VJunction
3898: (related to feature #1051)
3899:
3900: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3901: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3902: string constants deduplication (related to feature #1051)
3903:
3904: * tests/results/224.processed: test result updated (related to
3905: feature #1051)
3906:
3907: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3908: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3909: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3910: types/pa_vstatus.h: classes hash now contains only
3911: VStateless_class derived objects, .CLASS is also allways
3912: VStateless_class derived object (related to feature #1051).
3913:
3914: 2016-04-06 moko
3915:
3916: * tests/results/323.processed: test result updated after feature
3917: #1051 implementation
3918:
3919: * src/: classes/classes.h, classes/op.C, classes/response.C,
3920: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3921: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3922: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3923: types/pa_vresponse.C, types/pa_vresponse.h,
3924: types/pa_vstateless_class.h: base -> methoded_donor for static
3925: classes, type() moved from VStateless_class to VClass and
3926: Methoded (implements feature #1051)
3927:
3928: 2016-04-04 moko
3929:
3930: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3931: beauty: put_class added (related to feature #1051)
3932:
3933: 2016-04-01 moko
3934:
3935: * tests/results/: 175.processed, 192.processed, 224.processed,
3936: 229.processed, 244.processed, 246.processed, 316.processed: test
3937: results updated as class.type() removed from error messages, only
3938: type() left (related to feature #1051)
3939:
3940: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3941: classes/op.C, classes/reflection.C, main/compile.y,
3942: main/compile_tools.h, main/execute.C, main/pa_request.C,
3943: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3944: types/pa_vmethod_frame.h, types/pa_vobject.h,
3945: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3946: from VStateless_class, type() is used instead (related to feature
3947: #1051)
3948:
3949: * src/classes/mail.C: old logic restored.
3950:
3951: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3952: classes/classes.h, classes/curl.C, classes/date.C,
3953: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3954: classes/hashfile.C, classes/image.C, classes/inet.C,
3955: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3956: classes/memcached.C, classes/memory.C, classes/reflection.C,
3957: classes/regex.C, classes/response.C, classes/string.C,
3958: classes/table.C, classes/xdoc.C, classes/xnode.C,
3959: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3960: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3961: feature #1051)
3962:
3963: 2016-03-30 moko
3964:
3965: * tests/: 327.html, results/224.processed, results/327.processed:
3966: test for TZ specification in ^date::create[], TZ is kept during
3967: ^date::create[$dt] (related to feature #1048)
3968:
3969: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3970: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3971: feature #1048)
3972:
3973: 2016-03-29 moko
3974:
3975: * tests/: 315.html, results/315.processed: test for timezone format
3976: +HHmm added (related to feature #1065)
3977:
3978: * src/classes/date.C: timezone format +HHmm now supported
3979: (implements feature #1065)
3980:
3981: 2016-03-28 moko
3982:
3983: * tests/: 202.html, results/131.processed, results/202.processed,
3984: results/224.processed, results/256.processed,
3985: results/315.processed: test results updated after %.2d now
3986: default for hours offset in iso-string (was %2d), test for
3987: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3988: added (related to feature #1065)
3989:
3990: 2016-03-27 moko
3991:
3992: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3993: feature #1065)
3994:
3995: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3996: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3997: added (implements feature #1065)
3998:
3999: 2016-03-24 moko
4000:
4001: * tests/: 202.html, results/202.processed: test $date.week added
4002: (related to bug #1067)
4003:
4004: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4005: date (fix for bug #1067)
4006:
4007: 2016-03-10 moko
4008:
4009: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4010:
1.102 moko 4011: 2015-12-07 moko
4012:
4013: * tests/: 326.html, results/326.processed: test for .CLASS &
4014: .CLASS_NAME optimization added (related to feature #844)
4015:
4016: 2015-11-17 moko
4017:
4018: * tests/: 323.html, results/323.processed: order added
4019:
4020: * tests/: 325.html, results/325.processed: double range test added
4021: (related to bug #1049)
4022:
4023: 2015-11-16 moko
4024:
4025: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4026: added to disallow NaN and Infinity (fixes bug #1049)
4027:
4028: 2015-11-11 moko
4029:
4030: * tests/324.html: parser 3.4.3 execution support added (related to
4031: feature #1017)
4032:
4033: * tests/: 324.html, results/324.processed: test for
4034: GET_ELEMENT4CALL feature added (feature #1017)
4035:
1.101 moko 4036: 2015-10-29 moko
4037:
4038: * operators.txt: updated for 3.4.4
4039:
4040: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4041:
4042: * src/main/pa_exec.C: get_exit_status implemented for Windows
4043: (related to bug #1043)
4044:
4045: 2015-10-28 moko
4046:
4047: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4048: hangup during ^file::exec (fixes bug #1043)
4049:
1.100 moko 4050: 2015-10-27 moko
4051:
4052: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4053:
1.99 moko 4054: 2015-10-26 moko
4055:
1.100 moko 4056: * tests/322.html, src/classes/reflection.C: arguments reorder
4057: (related to issue #1041)
4058:
4059: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4060: Copyright year updated
4061:
1.99 moko 4062: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4063: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4064: classes/form.C, classes/hash.C, classes/hashfile.C,
4065: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4066: classes/mail.C, classes/math.C, classes/memcached.C,
4067: classes/memory.C, classes/op.C, classes/reflection.C,
4068: classes/regex.C, classes/response.C, classes/string.C,
4069: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4070: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4071: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4072: include/pa_config_fixed.h, include/pa_config_includes.h,
4073: include/pa_dictionary.h, include/pa_dir.h,
4074: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4075: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4076: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4077: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4078: include/pa_request_charsets.h, include/pa_request_info.h,
4079: include/pa_sapi.h, include/pa_socks.h,
4080: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4081: include/pa_stack.h, include/pa_string.h,
4082: include/pa_stylesheet_connection.h,
4083: include/pa_stylesheet_manager.h, include/pa_table.h,
4084: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4085: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4086: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4087: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4088: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4089: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4090: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4091: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4092: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4093: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4094: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4095: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4096: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4097: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4098: main/pa_string.C, main/pa_stylesheet_connection.C,
4099: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4100: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4101: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4102: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4103: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4104: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4105: targets/isapi/parser3isapi.C, types/pa_junction.h,
4106: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4107: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4108: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4109: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4110: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4111: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4112: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4113: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4114: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4115: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4116: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4117: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4118: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4119: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4120: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4121: types/pa_vresponse.C, types/pa_vresponse.h,
4122: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4123: types/pa_vstateless_object.h, types/pa_vstatus.C,
4124: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4125: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4126: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4128: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4129:
4130: * src/targets/cgi/parser3.C: year updated
4131:
4132: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4133: issue #1041)
4134:
4135: * tests/: 323.html, results/323.processed: test for base classes
4136: added
4137:
4138: * tests/: 261.html, results/261.processed: updated after better
4139: error reporting done for $string.key exception
4140:
4141: * src/types/pa_vstring.h: better error report for $string.key
4142: exception
4143:
4144: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4145: copied as VObject::get_element4call to remove extra virtual call
4146:
4147: * tests/: 322.html, results/322.processed: test for
4148: ^reflection:is[] added (related to feature #1041)
4149:
4150: * src/classes/reflection.C: ^reflection:is empty value is void
4151: (related to feature #1041)
4152:
4153: * src/classes/reflection.C:
4154: ^reflection:is[class_name|code|method;[context;]element_name]
4155: added (implements feature #1041)
4156:
4157: 2015-10-24 moko
4158:
4159: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4160:
1.98 moko 4161: 2015-10-22 moko
4162:
4163: * tests/: 321.html, results/321.processed: test for
4164: ^reflection:method_info[] file detection added
4165:
4166: * tests/: 320.html, results/320.processed: test for
4167: ^reflection:class_by_name[class_name] added (related to feature
4168: #993)
4169:
4170: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4171: added (implements feature #993)
4172:
4173: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4174: (related to feature #1017)
4175:
4176: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4177: added (related to issue #1039)
4178:
4179: * src/main/pa_request.C: ^throw origin fixed (related to feature
4180: #1039)
4181:
4182: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4183: for VDate
4184:
4185: * tests/results/182.processed: updated after feature #1038
4186: implemented
4187:
4188: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4189: compile-time exception origin added (test for feature #1039)
4190:
4191: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4192: main/pa_request.C: exception unification: compile-time exceptions
4193: now have origin, @USE origins also tracked (implements feature
4194: #1039)
4195:
4196: 2015-10-20 moko
4197:
4198: * src/main/pa_request.C: cleanup
4199:
4200: 2015-10-15 moko
4201:
4202: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4203:
4204: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4205: types/pa_vtable.C: new feature: no more $table.method and
4206: $hash.method, aliases for _at, _count, _key (related to feature
4207: #1017)
4208:
1.97 moko 4209: 2015-10-14 moko
4210:
1.98 moko 4211: * tests/: 317.html, results/317.processed: test for
4212: ^string.unescape[] added (related to feature #120)
4213:
1.97 moko 4214: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4215: defined" bug (described in issue #1036)
4216:
4217: * tests/: 247.html, results/247.processed: test for checkBOM added
4218: (test for bug #1037)
4219:
4220: * src/: include/pa_charsets.h, main/pa_charsets.C,
4221: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4222: it's not enforced, skips BOM signature if it complies charset
4223: (fixes bug #1037)
4224:
4225: 2015-10-13 moko
4226:
4227: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4228: linking
4229:
4230: * src/classes/inet.C: vs2003 compilation fix
4231:
4232: * src/classes/math.C: warning war
4233:
4234: * src/lib/punycode/pa_punycode.c: warning war
4235:
4236: 2015-10-12 moko
4237:
4238: * src/lib/punycode/pa_punycode.c: warning war
4239:
4240: * parser3.sln: moved parser3 first, to make it default startup
4241: project
4242:
4243: * buildall: parser "mirror" now used for external libs sources
4244: (implements feature #1036)
4245:
4246: * buildall: most external libs are updated to their current
4247: versions (related to feature #1036)
4248:
4249: * src/classes/image.C: more tags added
4250:
4251: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4252:
4253: 2015-10-11 moko
4254:
4255: * src/classes/curl.C: minor optimization (related to feature #1035)
4256:
4257: 2015-10-09 moko
4258:
4259: * src/classes/curl.C: pa_strdup added for strings from curl
4260: (related to feature #1035)
4261:
4262: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4263: ULLONG_MAX definition
4264:
4265: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4266: (implements feature #1035)
4267:
4268: * src/main/pa_charset.C: String::Body(String::C) used
4269:
4270: * src/main/pa_charset.C: exceptions unified
4271:
4272: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4273: unified
4274:
4275: * src/: classes/file.C, classes/image.C, classes/mail.C,
4276: classes/op.C, classes/xdoc.C, classes/xnode.C,
4277: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4278: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4279: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4280: String::Body(String::C) constructor added (related to bug #957)
4281:
4282: * src/classes/file.C: minor optimization
4283:
4284: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4285: Cord(char*) autocreation (related to bug #957)
4286:
4287: * src/: classes/string.C, main/untaint.C: minor optimizations
4288:
4289: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4290: String(char*, Lang, length) removed, String(C(), Lang) used
4291: instead (related to bug #957)
4292:
4293: 2015-10-08 moko
4294:
4295: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4296: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4297: main/untaint.C: Now char * is converted to CORD only using
4298: AS_CORD() to check for empty cord bug (fixes bug #957)
4299:
4300: * src/include/pa_hash.h: fixed compilation without
4301: HASH_CODE_CACHING
4302:
4303: * src/classes/string.C:
4304: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4305: feature #120)
4306:
4307: * src/main/pa_common.C: reduce js flags checks count (related to
4308: feature #120)
4309:
1.96 moko 4310: 2015-10-07 moko
4311:
4312: * tests/: 275.html, results/275.processed: test modified after
4313: unsigned long long int support implemented (feature #1034)
4314:
4315: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4316: pa_atoul added for unsigned long long int support
4317:
4318: 2015-10-06 moko
4319:
4320: * src/types/pa_vdate.C: INT_MAX used
4321:
4322: 2015-10-03 moko
4323:
4324: * tests/: 302.html, results/302.processed: test for bug #1023
4325: (\u2028, \u2029 escaping) added
4326:
4327: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4328: json:string[] (fixes bug #1023)
4329:
4330: 2015-09-29 moko
4331:
4332: * tests/305.html: try-catch added for OS without ipv6 support
4333:
4334: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4335: compilation
4336:
4337: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4338: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4339: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4340: implemented to distinguish ^hash.method from $hash.field
4341: (implements feature #1017)
4342:
4343: * src/lib/punycode/pa_punycode.c: warning war
4344:
4345: * src/include/pa_config_includes.h: warning war
4346:
4347: * src/include/pa_config_includes.h: pragma warning actualized a bit
4348:
4349: * src/include/pa_config_includes.h: warning war
4350:
4351: * src/include/pa_hash.h: clang compilation fix
4352:
4353: 2015-09-27 moko
4354:
4355: * src/main/compile.tab.C: Bison 3 is now default
4356:
4357: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4358:
4359: 2015-09-25 moko
4360:
4361: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4362: works with undefined HASH_ORDER (related to feature #196)
4363:
4364: 2015-09-24 moko
4365:
4366: * tests/: 027.html, results/027.processed: test modified to test
4367: ^hash.sort (feature #196)
4368:
4369: * src/: classes/hash.C, include/pa_hash.h:
4370: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4371: added (implements feature #196)
4372:
4373: * tests/: 316.html, results/316.processed: Added test for bug #1025
4374: (exception handling in non-cached ^cache), plus for "it does not
4375: have logical value" and "$exception.handled value must be either
4376: boolean or string 'cache'" exceptions.
4377:
4378: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4379: code (fixes bug #1025)
4380:
1.95 moko 4381: 2015-09-23 moko
4382:
4383: * src/classes/table.C: warning war
4384:
4385: * src/: classes/math.C, types/pa_vcookie.C: warning war
4386:
4387: * src/classes/file.C: warning war
4388:
4389: * src/: include/pa_table.h, main/pa_table.C: warning war
4390:
4391: * src/: main/pa_request.C, classes/date.C: warning war
4392:
4393: * src/: types/pa_vdate.C, classes/op.C: warning war
4394:
4395: * tests/: 122.html, results/122.processed: win sync: to remove
4396: differences with OS that doesn't keep timezone change history
4397:
4398: * src/types/pa_vdate.C: tzset() should be called in Windows after
4399: TZ change (related to feature #36)
4400:
4401: * tests/: 075.html, results/075.processed: win sync: to remove
4402: differences with OS that doesn't keep timezone change history
4403:
4404: * tests/: 315.html, results/315.processed: win sync: to remove
4405: differences with OS that doesn't keep timezone change history
4406:
4407: * tests/: 256.html, results/256.processed: win sync: to remove
4408: differences with OS that doesn't keep timezone change history
4409:
4410: * tests/: 124.html, results/124.processed: win results sync: to
4411: avoid hitting time change hole.
4412:
4413: * src/types/pa_vdate.C: static returned. :)
4414:
4415: 2015-09-22 moko
4416:
4417: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4418:
4419: * tests/results/131.processed: more tests for feature #1032
4420:
4421: * src/classes/date.C: minor fix related to feature #1032
4422:
4423: * operators.txt: ISO date creation documented (related to feature
4424: #1032)
4425:
4426: * operators.txt: iso-string documented (related to feature #1032)
4427:
4428: * tests/: 315.html, results/315.processed: more tests added
4429: (related to feature #1032)
4430:
4431: * tests/: 131.html, results/131.processed: date range checks
4432: updated (related to feature #36)
4433:
4434: * tests/: 315.html, results/057.processed, results/315.processed:
4435: test added for ISO date support (related to issue #315)
4436:
4437: * src/classes/date.C: more readable exceptions in date creation
4438: (related to ticket #1032)
4439:
4440: 2015-09-18 moko
4441:
4442: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4443: added (related to issue #1032)
4444:
4445: * tests/results/256.processed, src/classes/json.C: iso-string
4446: documented (related to issue #1032)
4447:
4448: * tests/: 256.html, results/256.processed: ISO date check added
4449: (related to issue #1032)
4450:
4451: * tests/: 057.html, results/057.processed, results/224.processed:
4452: tests results updated after ISO date support implemented (related
4453: to feature #1032)
4454:
4455: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4456: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4457: ^date::create[string] constructor formalized, ^date.iso-string[]
4458: added (implements feature #1032)
4459:
4460: 2015-09-05 moko
4461:
4462: * operators.txt: actualized
4463:
4464: * operators.txt: date changes documented (related to ticket #36)
4465:
4466: 2015-09-04 moko
4467:
4468: * src/types/pa_vdate.C: warning war
4469:
4470: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4471:
4472: 2015-09-03 moko
4473:
4474: * tests/results/096.processed: test result updated for 0..9999 year
4475: date range support (related to feature #36)
4476:
4477: * tests/: 314.html, results/314.processed: test for
4478: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4479: bug #1031)
4480:
4481: * src/classes/string.C: Static calls fixed for ^string:base64[],
4482: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4483:
1.116 moko 4484: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4485: configure.in -> configure.ac
1.95 moko 4486:
1.116 moko 4487: * configure, configure.in, src/include/pa_config_auto.h.in: more
4488: correct timezone check for FreeBSD Warning war: configure.in ->
4489: configure.ac
1.95 moko 4490:
4491: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4492: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4493: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4494: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4495: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4496: src/main/Makefile.am, src/targets/apache/Makefile.am,
4497: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4498: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4499: check added
4500:
4501: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4502:
4503: * tests/results/: 124.processed, 224.processed: test resuls updated
4504: for new date implementation (related to feature #36)
4505:
4506: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4507: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4508: types/pa_vdate.h: new double date implementation with internal
4509: support for extended 0..9999 year range, default timezone support
4510: (related to feature #36)
4511:
4512: 2015-08-28 moko
4513:
4514: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4515: (fixes bug #1030)
4516:
4517: 2015-08-21 moko
4518:
4519: * src/classes/inet.C: snprintf size "bug" commented
4520:
4521: * src/main/pa_common.C: snprintf comments updated
4522:
4523: 2015-08-16 moko
4524:
4525: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4526:
4527: 2015-08-11 moko
4528:
4529: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4530: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4531: can be null (fixes bug #1029)
4532:
4533: 2015-08-06 moko
4534:
1.116 moko 4535: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4536: pa_vdate.C added
1.95 moko 4537:
4538: 2015-08-05 moko
4539:
4540: * tests/: 313.html, results/313.processed: test for
4541: ^table.count[columns] and ^table.flip[] with nameless tables
4542: (feature #1003)
4543:
4544: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4545: max_cell added, now ^table.count[columns] and ^table.flip[] works
4546: correctly for nameless tables (implements feature #1003)
4547:
4548: 2015-08-03 moko
4549:
4550: * tests/312.html: test for ^table.append[$hash] and
4551: ^table.insert[$hash] added (related to feature #1028)
4552:
4553: * src/classes/table.C: ^table.append[$hash] and
4554: ^table.insert[$hash] now supported (implements feature #1028)
4555:
4556: * tests/: 312.html, results/312.processed: test row copy in
4557: ^table.hash[; $.type[table] ] added (related to feature #1016)
4558:
4559: * src/classes/table.C: row copy now created in ^table.hash[;
4560: $.type[table] ] (related to feature #1016)
4561:
4562: 2015-07-29 moko
4563:
4564: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4565: added (related to feature #1016)
4566:
4567: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4568: ^table.delete[] added to delete current row (related to feature
4569: 1016)
4570:
4571: 2015-07-28 moko
4572:
4573: * tests/: 312.html, results/312.processed: test for
4574: $table.column[value] and ^table.insert{row} (related to feature
4575: #1016)
4576:
4577: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4578: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4579: ^table.insert{row} are now implemented (feature #1016)
4580:
4581: * src/include/pa_array.h: Optimization: bool reverse removed from
4582: append(), insert() added, memmove arguments order in remove()
4583: fixed (related to feature #1016)
4584:
4585: 2015-07-23 moko
4586:
4587: * src/classes/json.C: tainted json and empty json exception added
4588: (implements feature #1015)
4589:
4590: * tests/: 311.html, results/311.processed: empty json and tainted
4591: json exception test added (related to issue #1015)
4592:
4593: 2015-07-22 moko
4594:
4595: * tests/: 311.html, results/311.processed: test for UTF-8
4596: processing added
4597:
4598: * tests/: 311.html, results/311.processed: test for
4599: json_exception_with_source added (related to issue #394)
4600:
4601: * src/classes/json.C: json_exception_with_source added (implements
4602: feature #394)
4603:
4604: 2015-06-29 moko
4605:
4606: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4607: directories are now correctly determined if _d_type == DT_UNKNOWN
4608: (closes bug #1027)
4609:
4610: 2015-06-10 moko
4611:
4612: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4613: error if libxml has LIBXML_ICU_ENABLED.
4614:
4615: 2015-06-04 moko
4616:
4617: * tests/099.html: ups, reverting
4618:
4619: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4620: results/310.processed: tests for $response:body[ $.file[] ] and
4621: $response:last-modified added
4622:
4623: * src/main/pa_request.C: last-modified check fixed
4624:
4625: 2015-06-03 moko
4626:
4627: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4628: results/205.processed, results/293.processed: $response:headers
4629: logging added (tests for feature #1007)
4630:
4631: * src/: include/pa_common.h, include/pa_request.h,
4632: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4633: $response:headers are now in uppercase (closes feature #1007)
4634:
4635: 2015-06-02 moko
4636:
4637: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4638: build errors reverted for clang compatibility
4639:
4640: 2015-06-01 moko
4641:
4642: * src/include/pa_memory.h: -pedantic build errors fixed
4643:
4644: * src/classes/math.C: -pedantic build error fixed
4645:
4646: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4647:
4648: 2015-05-31 moko
4649:
4650: * src/classes/table.C: USE_STRINGSTREAM optimized
4651:
4652: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4653: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4654: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4655: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4656: types/pa_vxnode.h: warning war (-pedantic flag)
4657:
4658: 2015-05-28 moko
4659:
4660: * tests/: 308.html, results/308.processed: test for
4661: ^table::create[$t;], etc work added (related to bug #975)
4662:
4663: * src/classes/table.C: check_option_param removed,
4664: ^table::create[$t;], etc now works (fixes bug #975)
4665:
4666: 2015-05-27 moko
4667:
4668: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4669: (Debian jessie) fixed (closes issue #1024)
4670:
4671: * tests/Makefile: sort added as in Debian jessie list become
4672: unsorted
4673:
4674: 2015-05-18 moko
4675:
4676: * tests/: 201.html, results/201.processed: test for
4677: ^string.trim[what] feature #1022
4678:
4679: * src/classes/string.C: ^string.trim[what] now supported,
4680: implements feature #1022
4681:
4682: 2015-05-17 moko
4683:
4684: * tests/results/185.processed: test result updated as feature #1021
4685: implemented (left/right accept negative parameter)
4686:
4687: * src/classes/string.C: left/right now accept negative parameter
4688: (implements feature #1021)
4689:
4690: 2015-05-08 moko
4691:
4692: * src/classes/math.C: isalnum -> pa_isalnum
4693:
4694: * src/main/execute.C: optimization in getter-junction processing
4695: (related to issue #997)
4696:
4697: 2015-05-07 moko
4698:
4699: * tests/: 307.html, results/307.processed: test for issue #997
4700: added
4701:
4702: * src/main/execute.C: process_getter result now checked if junction
4703: returned (closes issue #997)
4704:
4705: * tests/: 305.html, results/305.processed: sort added to ignore
4706: different order
4707:
4708: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4709: assignment (closes issue #994)
4710:
4711: * tests/: 306.html, results/306.processed: test for issue #994
4712: added
4713:
4714: * tests/: 303.html, results/303.processed: two more errors tested
4715:
4716: 2015-05-06 moko
4717:
4718: * tests/: 305.html, results/305.processed: test for name2ip &
4719: ip2name added (related to feature #992)
4720:
4721: * tests/: 303.html, 304.html, results/303.processed,
4722: results/304.processed: tests for idna conversion added (related
4723: to issue #849)
4724:
4725: 2015-05-02 moko
4726:
4727: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4728: implemented
4729:
4730: 2015-04-30 moko
4731:
4732: * src/main/pa_http.C: idna_host added, related to issue #849
4733:
4734: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4735: (related to issue #849)
4736:
4737: 2015-04-24 moko
4738:
4739: * src/types/pa_vjunction.C: warning war
4740:
4741: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4742: unification
4743:
4744: * src/lib/punycode/pa_idna.c: warning war
4745:
4746: 2015-04-22 moko
4747:
4748: * src/main/main.vcproj: punycode include path added
4749:
4750: * src/lib/punycode/pa_idna.c: windows compile error fixed
4751:
4752: * src/lib/punycode/pa_idna.c: warning war
4753:
4754: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4755: project file added
4756:
4757: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4758:
4759: * src/include/pa_memory.h: warning war
4760:
4761: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4762: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4763: implemented (related to feature #849)
4764:
4765: * configure.in, src/main/Makefile.am,
4766: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4767: libpunycode added in Unix
4768:
4769: 2015-04-21 moko
4770:
4771: * configure.in: large files support
4772:
4773: 2015-04-15 moko
4774:
4775: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4776: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4777: pa_punycode.h: initial version for punycode/idna support library
4778: (ticket #849)
4779:
4780: 2015-04-08 moko
4781:
4782: * src/: classes/curl.C, classes/date.C, classes/file.C,
4783: classes/image.C, classes/mail.C, classes/reflection.C,
4784: classes/string.C, classes/xnode.C, include/pa_request.h,
4785: include/pa_string.h, include/pa_stylesheet_connection.h,
4786: main/compile.y, main/compile_tools.h, main/execute.C,
4787: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4788: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4789: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4790: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4791: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4792: clang compiler warnings (closes issue #1018)
4793:
4794: * src/include/pa_string.h: String::Body comparation operators with
4795: char * added (related to issue #958)
4796:
4797: 2015-04-07 moko
4798:
4799: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4800: pa_malloc/pa_free to remove system malloc/free usage (related to
4801: issue #1018)
4802:
4803: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4804: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4805: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4806: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4807: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4808: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4809: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4810: malloc/strdup/free replaced with pa_ version and checks for
4811: accidental use of non-pa_ version added (related to issue #1018)
4812:
4813: 2015-04-03 moko
4814:
4815: * buildall: pcre-8.33 -> pcre-8.36
4816:
4817: * src/: main/compile.y, classes/form.C, classes/mail.C,
4818: classes/op.C, classes/string.C, main/compile.tab.C,
4819: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4820: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4821: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4822: ticket #958)
4823:
4824: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4825: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4826: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4827: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4828: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4829: $request:headers, $request:method added (implements feature
4830: #1007)
4831:
4832: 2015-03-17 misha
4833:
4834: * tests/302.html: - test for
4835: ^json:string[...;$._default[method-name]]
4836:
4837: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4838: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4839: option $._default[method-name] is specified in ^json:string[], a
4840: method with specified name will be called for classes/objects
4841: serialization ( new feature: #982 )
4842:
4843: 2015-03-16 misha
4844:
4845: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4846: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4847: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4848: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4849: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4850: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4851: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4852: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4853: types/pa_vrequest.h, types/pa_vstateless_class.C,
4854: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4855: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4856: $var.CLASS_NAME now have special opcodes. This can be switched
4857: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4858: on pa_opcode.h ( new feature: #844 )
4859:
4860: 2015-03-15 misha
4861:
4862: * tests/075.html: - test for $response:header[]
4863:
4864: * src/types/pa_vresponse.C: - $response:header[] deletes header
4865: that was set earlie ( new feature: #1001 )
4866:
4867: 2015-03-12 misha
4868:
4869: * tests/246.html: - more tests for ^hash._at[]
4870:
4871: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4872: accepts second param [key|value|hash] ( new feature: #1012 )
4873:
4874: 2015-03-09 moko
4875:
4876: * src/types/pa_vmail.C: exception for everything but
4877: $mail:received, closes issue #1011
4878:
4879: 2015-02-20 moko
4880:
4881: * tests/: 275.html, results/275.processed: hex detection in
4882: pa_atoui fix test (closes issue #1010)
4883:
4884: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4885: issue #1010)
4886:
4887: 2015-02-17 moko
4888:
4889: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4890: tainted.
4891:
4892: 2015-02-03 misha
4893:
4894: * tests/301.html: - test for ^json:string($double) causes
4895: exception. bugfix: #1008
4896:
4897: * src/classes/json.C: - ^json:string($double) causes exception.
4898: bugfix: #1008
4899:
4900: * tests/014.html: - updated for work with ^hash.delete[]
4901:
4902: 2015-01-12 misha
4903:
4904: * src/: classes/form.C, include/pa_common.h,
4905: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4906: types/pa_vform.h: - supports body with PUT method as well ( new
4907: feature: #1006 )
4908:
4909: * src/classes/file.C: - warnings war
4910:
4911: 2015-01-11 misha
4912:
4913: * tests/300.html: - test for ^hash.delete[] is added
4914:
4915: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4916: feature: #989 ) - tiny optimization in intersects
4917:
4918: 2015-01-06 moko
4919:
4920: * src/types/pa_vmail.C: file names transcode added, to and cc added
4921: with transcode, attachments detection fixed
4922:
4923: * src/main/pa_request.C: filling mail received after cgi/auto.p
4924: load to allow charset switch (related to issue #996)
4925:
4926: 2014-12-31 moko
4927:
4928: * src/types/pa_vmail.C: from and subject now transcoded if not
4929: UTF-8 source charset (fixes issue 996)
4930:
4931: * src/main/pa_exception.C: fixed string from stack bug (closes
4932: issue #1000)
4933:
4934: 2014-12-11 misha
4935:
4936: * src/types/pa_vhashfile.C: - check if key is not empty before
4937: access ( bug fix: #1005 )
4938:
4939: 2014-11-13 misha
4940:
4941: * src/main/compile.y: - PC.append does not reset to false while
4942: creating a new class. bugfix: #990
4943:
4944: * tests/299.html: - test for creation class after working with
4945: partial class (create+append)
4946:
4947: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4948: #995
4949:
4950: * tests/232.html: - test for @get[def] added
4951:
4952: 2014-10-12 moko
4953:
4954: * src/lib/pcre/pcre_internal.vcproj: correct path
4955:
4956: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4957: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4958: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4959: targets/apache/ApacheModuleParser3.vcproj,
4960: targets/apache/ApacheModuleParser3Core.vcproj,
4961: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4962: types/types.vcproj: project GUID inserted in *.vcproj for correct
4963: conversion in newer VS versions
4964:
4965: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4966: pcre_internal.vcproj added
4967:
4968: 2014-08-28 moko
4969:
4970: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4971: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4972: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4973:
4974: 2014-06-30 misha
4975:
4976: * tests/298.html: - tests for ^reflection:def[class;className]
4977: added
4978:
4979: * src/classes/reflection.C: - ^reflection:def[class;className]
4980: added ( new feature: #918 )
4981:
4982: 2014-06-29 misha
4983:
4984: * src/classes/table.C: - ^table::create[unsupported data] -
4985: exception comment changed to "body must be table or code" ( bug
4986: fix: #951 )
4987:
4988: * tests/: 261.html, results/261.processed: - tests for
4989: ^json:string[...;$.void[null|string]] added
4990:
4991: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4992: option $.void[string|null] added to ^json:string[...] ( new
4993: feature: #952 )
4994:
4995: 2014-06-28 moko
4996:
4997: * src/classes/curl.C: $.charset now processed before other curl
4998: options (closes issue #980)
4999:
5000: 2014-05-23 misha
5001:
5002: * src/classes/json.C: - bug fix: #987
5003:
5004: 2014-05-04 misha
5005:
5006: * tests/: 253.html, 253_json.txt: - test for
5007: ^json:parse[$.int(false)] is added
5008:
5009: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5010: default true). The option is similar to $.double(bool) but for
5011: integers.
5012:
5013: 2014-05-01 moko
5014:
5015: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5016: #12 )
5017:
5018: 2014-04-16 moko
5019:
5020: * src/main/pa_http.C: response-charset option should finally work
5021: now (fix for issue #867)
5022:
5023: * src/main/pa_http.C: response-charset option should work now (fix
5024: for issue #867)
5025:
5026: 2014-03-07 moko
5027:
5028: * buildall: libgc moved
5029:
5030: * buildall: libgc moved
5031:
5032: 2013-12-29 moko
5033:
5034: * src/classes/string.C: ^string:js-unescape result now tainted,
5035: closes issue #966
5036:
5037: * tests/: 186.html, results/186.processed: ^string:js-unescape
5038: result now tainted, issue #966
5039:
5040: 2013-12-03 moko
5041:
5042: * src/: classes/memcached.C, types/pa_vmemcached.C,
5043: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5044: option was added for http://www.parser.ru/forum/?id=79343
5045:
5046: * src/classes/file.C: bugfix for
5047: http://www.parser.ru/forum/?id=79337
5048:
5049: 2013-11-05 moko
5050:
5051: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5052:
5053: * src/main/pa_globals.C: spelling fixed
5054:
5055: 2013-10-29 moko
5056:
5057: * src/lib/json/json.vcproj: json.c -> pa_json.C
5058:
5059: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5060: #892
5061:
5062: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5063: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5064: exceptions to be thrown thougth json library), related to issue
5065: #892
5066:
5067: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5068: related to issue #896
5069:
5070: 2013-10-24 moko
5071:
5072: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5073:
5074: 2013-10-23 moko
5075:
5076: * README: actualization
5077:
5078: 2013-10-22 moko
5079:
5080: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5081: compatibility patch from Sergey Kirpichev
5082:
5083: * tests/: 297.html, results/297.processed: non-working getter fix
5084: test for issue #948
5085:
5086: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5087: called when saving value of $match variable in ^string.match[] to
5088: increase compatibility (related to issue #948).
5089:
5090: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5091: usage optimization
5092:
5093: 2013-10-21 moko
5094:
5095: * tests/: 182.html, results/182.processed: local path removed for
5096: compatibility
5097:
5098: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5099: results/244.processed, results/253.processed,
5100: results/254.processed, results/275.processed,
5101: results/281.processed: try_catch -> try-catch
5102:
5103: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5104: results/294.processed, results/296.processed: try_catch ->
5105: try-catch
5106:
5107: 2013-10-20 moko
5108:
5109: * tests/: 296.html, results/296.processed: test for xsl exception
5110: for issue #938 added.
5111:
5112: * src/: include/pa_xml_exception.h,
5113: main/pa_stylesheet_connection.C: forgotten to be replaced
5114: XmlException is now replaced (once again closes issue #938)
5115:
5116: 2013-10-18 moko
5117:
5118: * buildall: disable clock_gettime detection to avoid librt linking
5119: (which in turn depends on libpthread), related to issue #943
5120:
5121: 2013-10-18 misha
5122:
5123: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5124: lib/smtp/smtp.vcproj, main/main.vcproj,
5125: targets/apache/ApacheModuleParser3Core.vcproj,
5126: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5127: types/types.vcproj: - new locations for libxml2 includes where
5128: added to vcproj files
5129:
5130: 2013-10-18 moko
5131:
5132: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5133: fix
5134:
5135: * tests/: 295.html, results/295.processed: test for issue #948
5136: updated
5137:
5138: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5139: :)
5140:
5141: * tests/: 295.html, results/295.processed: test for issue #948
5142: added
5143:
5144: * src/: classes/hash.C, classes/string.C, classes/table.C,
5145: include/pa_request.h, types/pa_method.h: for getters and setters
5146: to be executed request.put_element should be called, not
5147: context.put_element (fixes issue #948)
5148:
5149: 2013-10-17 moko
5150:
5151: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5152: LIBXML2_NEW_BUFFER check (closes issue #943)
5153:
5154: * buildall: libxml 2.9.1 build is broken --without-reader.
5155:
5156: 2013-10-16 moko
5157:
5158: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5159:
5160: * tests/: 294.html, results/294.processed: test for issue #938
5161:
5162: * src/: classes/xdoc.C, classes/xnode.C,
5163: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5164: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5165:
5166: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5167: libxslt-1.1.26 -> libxslt-1.1.28
5168:
5169: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5170: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5171: to '?', related to issue #938
5172:
5173: 2013-10-15 moko
5174:
5175: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5176: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5177: minor optimizations (closes issue #896)
5178:
5179: * tests/results/: 292.processed, 293.processed: results updated to
5180: comply with issue #896
5181:
5182: * tests/: 292.html, 293.html, results/292.processed,
5183: results/293.processed: tests for json escaping
5184:
5185: 2013-10-14 moko
5186:
5187: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5188: and cleanup, code moved from .h to .C, no changes in code
5189:
5190: 2013-10-12 moko
5191:
5192: * tests/results/119.processed: updated test result commited
5193:
5194: * tests/: 291.html, results/291.processed: test for issue #894
5195: added
5196:
5197: * src/types/pa_wcontext.h: base methods call support function
5198: get_somebody_entered_some_class should not be true forever, as
5199: wcontext can have many get_elements calls (fixes issue #894)
5200:
5201: 2013-10-11 moko
5202:
5203: * tests/: 290.html, results/290.processed: test for junction GPF
5204: issue #942 added
5205:
5206: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5207: to native method fixed (closes issue #942)
5208:
5209: * tests/: 158.html, results/158.processed: test for csv-string[]
5210: added
5211:
5212: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5213: feature #907)
5214:
5215: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5216: feature #907)
5217:
5218: 2013-10-09 moko
5219:
5220: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5221: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5222: types/pa_vstateless_class.C: GET_default, SET_default now works
5223: properly not only in objects, but in classes as well (closes
5224: issue #903)
5225:
5226: * tests/: 289.html, results/289.processed: GET/SET_default now
5227: works in classes, not only objects, test case added, related to
5228: issue #903
5229:
5230: * tests/: 288.html, results/288.processed: test for endless
5231: recursion bug added (related to issue #903)
5232:
5233: 2013-10-05 moko
5234:
5235: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5236: classes/table.C, main/execute.C, types/pa_method.h,
5237: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5238: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5239: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5240: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5241: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5242: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5243: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5244: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5245: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5246: optimization: put_element no longer has "bool areplace" argument,
5247: related to issue #903
5248:
5249: 2013-10-03 moko
5250:
5251: * tests/results/182.processed: result for $.replace(false) test
5252: commited
5253:
5254: * src/classes/date.C: ^date::create(number) processed correctly
5255: (fixes issue #901)
5256:
5257: * src/classes/image.C: as_no_junction removed, as param can be
5258: expression (closes issue #931)
5259:
5260: * tests/233.html: test for issue #931 added
5261:
5262: 2013-10-02 moko
5263:
5264: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5265: modified, test for $.replace(false) added
5266:
5267: * src/main/compile_tools.h: forgotten class replace returned. :)
5268:
5269: 2013-09-30 moko
5270:
5271: * tests/: 141.html, results/141.processed: md5 tainting test added
5272:
5273: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5274: main/compile_tools.h, main/pa_request.C: allow_class_replace
5275: implemented; $.replace option added to ^process and ^use
5276:
5277: 2013-08-27 moko
5278:
5279: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5280: cstr_to_string_body_untaint should be called with charsets for
5281: possible uri language and connection for possible sql language.
5282: related to issue #857
5283:
5284: * buildall: and -> or fixed
5285:
5286: 2013-08-26 moko
5287:
5288: * buildall: prepare_ functions logic changed to support
5289: gc-7.2d.tar.gz extracting to gc-7.2 directory
5290:
5291: 2013-08-23 moko
5292:
5293: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5294: statically
5295:
5296: 2013-08-22 moko
5297:
5298: * src/classes/string.C: String::Empty used (related to issue #912)
5299: append_know_length removed (related to old GPF bug)
5300:
5301: 2013-08-21 moko
5302:
5303: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5304:
5305: * src/classes/math.C: ^math:digest[...;$file] support added
5306: (related to ticket #857
5307:
5308: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5309: implemented
5310:
5311: * src/types/pa_vhashfile.h: warning war
5312:
5313: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5314: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5315: anti_endless_json_string_recoursion removed from request;
5316: json_string_recoursion added to json_options; $.indent[indent
5317: value] now supported and passed within recoursion closes feature
5318: #937
5319:
5320: * tests/: 287.html, results/287.processed: test for feature #937
5321:
5322: 2013-07-31 moko
5323:
5324: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5325: compilation having #define _S
5326:
5327: * src/main/pa_globals.C: cleanup
5328:
5329: 2013-07-30 moko
5330:
5331: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5332: main/pa_common.C: vs2003 warning war
5333:
5334: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5335:
5336: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5337:
5338: * src/lib/md5/pa_sha2.c: warning war
5339:
5340: 2013-07-29 moko
5341:
5342: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5343: patches from github
5344:
5345: * src/: classes/bool.C, classes/double.C, classes/int.C,
5346: classes/memcached.C, include/pa_config_includes.h,
5347: types/pa_vfile.C, types/pa_vfile.h: warning war
5348:
5349: * src/lib/json/json.vcproj: C++ -> C
5350:
5351: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5352:
5353: * src/lib/json/: json.c, pa_json.C: windows compatibility
5354:
5355: * src/lib/json/: json.c, pa_json.C: windows compatibility
5356:
5357: * src/lib/json/: json.c, pa_json.C: warning war
5358:
5359: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5360:
5361: * src/include/pa_config_fixed.h: uint16_t added
5362:
5363: * configure.in: uint16_t check added
5364:
5365: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5366: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5367: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5368: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5369: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5370:
5371: 2013-07-25 moko
5372:
5373: * parser3.sln: dependencies added
5374:
5375: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5376: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5377: module support
5378:
5379: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5380:
5381: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5382:
5383: 2013-07-23 moko
5384:
5385: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5386: PA_DEBUG_GC_MEMORY removed
5387:
5388: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5389: PA_DEBUG_DISABLE_GC compilation fix
5390:
5391: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5392: main/pa_request.C: outdated RESOURCES_DEBUG removed
5393:
5394: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5395: garbage cleanup
5396:
5397: * src/main/pa_common.C: warning war
5398:
5399: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5400:
5401: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5402: minor cleanup
5403:
5404: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5405: uses cygwin, not WIN32 implementation
5406:
5407: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5408: able to exec shell scripts
5409:
5410: * src/classes/math.C: ifdef WIN32 cleanup
5411:
5412: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5413:
5414: * src/classes/curl.C: LT_MODULE_EXT used
5415:
5416: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5417:
5418: 2013-07-22 moko
5419:
5420: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5421: includes fix
5422:
5423: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5424:
5425: * configure.in, src/include/pa_config_includes.h,
5426: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5427: src/main/pa_exec.C: includes cleanup
5428:
5429: * src/targets/cgi/parser3.C: 2012->2013
5430:
5431: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5432:
5433: * configure.in, src/include/pa_config_includes.h,
5434: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5435: src/main/pa_random.C, src/main/pa_socks.C,
5436: src/types/pa_vstatus.C: cygwin support cleanup
5437:
5438: * configure.in: dirent.h check added
5439:
5440: * src/: include/pa_config_includes.h, include/pa_dir.h,
5441: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5442: not copied
5443:
5444: 2013-07-21 moko
5445:
5446: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5447:
5448: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5449: parser3.vcproj: unused getopt.h / getopt.c removed
5450:
5451: * operators.txt, src/classes/file.C, tests/022.html,
5452: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5453: $.stat(true)] usage commented
5454:
5455: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5456: src/main/pa_dir.C: ^file:list[] now has dir column and when
5457: $.stat(true) it has size/*date columns modified patch from misha@
5458: that closes issue #914.
5459:
5460: * src/: include/pa_config_includes.h, main/pa_globals.C:
5461: PA_RELEASE_ASSERTS removed
5462:
5463: * src/lib/md5/pa_md5c.c: minor cleanup
5464:
5465: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5466: localeconv()->decimal_point usage remoed (related to issue #934)
5467:
5468: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5469: cordprnt.c removed
5470:
5471: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5472: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5473: pa-include/pa_strings.h: includes cleanup
5474:
5475: * src/lib/md5/pa_md5c.c: headers cleanup
5476:
5477: 2013-07-20 moko
5478:
5479: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5480: cleanup
5481:
5482: 2013-07-19 moko
5483:
5484: * src/classes/math.C: extern "C" added for crypt
5485:
5486: 2013-07-18 moko
5487:
5488: * src/classes/math.C: fix redhat7.2 build
5489:
5490: 2013-07-17 moko
5491:
5492: * configure.in, src/include/pa_config_includes.h,
5493: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5494: added for uint8/32/64_t)
5495:
5496: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5497: pa_config_includes.h used for uint32/64_t
5498:
5499: 2013-07-16 moko
5500:
5501: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5502: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5503: war
5504:
5505: * src/main/compile.tab.C: compile.y was updated
5506:
5507: * src/main/compile.y: warning war
5508:
5509: * src/: include/pa_exception.h, main/pa_exception.C,
5510: main/pa_xml_exception.C: warning war
5511:
5512: * src/: include/pa_common.h, main/pa_common.C: warning war
5513:
5514: * configure.in: beauty :)
5515:
5516: * tests/: 141.html, results/141.processed: sha256/512 added
5517:
5518: 2013-07-13 moko
5519:
5520: * src/lib/md5/md5.vcproj: sha2 added
5521:
5522: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5523: classes/math.C: sha2 support (sha256/sha512 digest)
5524:
5525: 2013-07-08 moko
5526:
5527: * src/classes/image.C: directory read or other read problem message
5528: fixed (related to issue #933)
5529:
5530: 2013-07-07 moko
5531:
5532: * AUTHORS: + misha + moko. :)
5533:
5534: 2013-07-06 moko
5535:
5536: * src/: classes/curl.C, include/pa_globals.h,
5537: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5538: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5539: for lt_dlinit to be called once and lt_dlexit called at right
5540: place (related to issue #925)
5541:
5542: 2013-07-04 moko
5543:
5544: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5545: VString::as_vfile now uses vfile.set_binary_string to avoid
5546: content-type to be set, as it brokes badly designed logic in
5547: response output. This hopefully finishes issue #928.
5548:
5549: * tests/results/: 256.processed, 286.processed: file now displayed
5550: as name, size, mode, content-type
5551:
5552: * src/main/pa_common.C: read error now reported cottectly (fixes
5553: issue #933
5554:
5555: 2013-06-28 moko
5556:
5557: * tests/: 286.html, results/286.processed: test extended
5558:
5559: * tests/: 286.html, results/286.processed: Test for issue #928
5560: added. it tests default content-type change.
5561:
5562: * src/types/pa_vfile.C: closes issue #928 - default content-type
5563: now updated
5564:
5565: 2013-06-25 moko
5566:
5567: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5568: content-type for text/binary files without name added;
5569: ^file::create[$f;...] options now works properly and $f
5570: properties are default (fixes issue #928)
5571:
5572: 2013-05-16 misha
5573:
5574: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5575: added
5576:
5577: * src/main/pa_table.C: - a tiny memory optimisation while creating
5578: table if specified limit is bigger than source rows count
5579:
5580: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5581: added ( new feature: #858 )
5582:
5583: 2013-04-29 moko
5584:
5585: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5586: $.ipresolve(0|1|2) added (closes issue #891)
5587:
5588: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5589:
5590: 2013-04-24 moko
5591:
5592: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5593: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5594: types/pa_vmemcached.h: ^memcache.release[] added, calls
5595: memcached_quit (refs #893)
5596:
5597: 2013-04-22 moko
5598:
5599: * src/: include/pa_string.h, main/pa_common.C: no more double
5600: slashes in file path (fixes bug #872)
5601:
5602: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5603: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5604: #739)
5605:
5606: * tests/results/266.processed: $.max_params added (feature #915)
5607:
5608: * src/: include/pa_common.h, main/pa_http.C: response-charset
5609: option added to file::load (closes issue #867)
5610:
5611: 2013-04-20 misha
5612:
5613: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5614: commited
5615:
5616: 2013-03-15 misha
5617:
5618: * src/classes/: hash.C, table.C: - Optimisation: do not create
5619: multiple empty strings while ::sql. uae String::Empty instead
5620:
5621: 2013-03-14 misha
5622:
5623: * src/classes/reflection.C: - for user classes
5624: ^reflection:method_info[] returns $.max_params and $.extra_param
5625: with $.call_type if they available ( new feature: #915 )
5626:
5627: * src/classes/file.C: - ^file:delete[] now supports an option
5628: $.exception(false) that suppress any exception while deleting
5629: file ( new feature: #916 )
5630:
5631: * src/classes/curl.C: - parsing cookies after curl:load now should
5632: work :)
5633:
5634: 2013-03-12 misha
5635:
5636: * src/types/pa_vfile.C: - if specified file_name is empty string
5637: set default name for the file
5638:
5639: 2013-03-11 misha
5640:
5641: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5642: also available in $f.cookies
5643:
5644: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5645: moved to a separate method
5646:
5647: 2013-03-10 moko
5648:
5649: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5650: added
5651:
5652: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5653: removed (declared by autoconf)
5654:
5655: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5656: uint32_t define
5657:
5658: 2013-03-10 misha
5659:
5660: * src/classes/file.C: ^file:delete and ^file:move now support
5661: option $.keep-empty-dirs(true) ( new feature: #884 )
5662:
5663: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5664: empty dirs is added
5665:
5666: 2013-03-10 moko
5667:
5668: * src/classes/: bool.C, double.C, int.C: default can be present,
5669: but default check removed from ^int/double/bool.int/double/bool
5670: for string.int/double/bool compatibility (related to issue #913)
5671:
5672: * src/classes/string.C: ^string.int/dobule/bool no longer
5673: internally throws exception if default is present (closes issue
5674: #913)
5675:
5676: 2013-03-09 misha
5677:
5678: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5679: optimisations ( #845 )
5680:
5681: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5682:
5683: 2013-03-08 moko
5684:
5685: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5686: creates correct table (fixes issue #910)
5687:
5688: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5689: use outside of 'connect' operator (fixes issue #911)
5690:
5691: * tests/results/: 096.processed, 122.processed: test results
5692: updated as doubles now printed with 15 significant digits, not 5
5693: (fixes issue #882)
5694:
5695: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5696: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5697:
5698: 2013-02-21 moko
5699:
5700: * src/classes/table.C: _locate_name_value does not check arguments
5701: count, so we check it in advance (fixes issue #905)
5702:
5703: 2012-10-23 moko
5704:
5705: * buildall: old shell for and echo compatibility (for six)
5706:
5707: 2012-10-19 moko
5708:
5709: * buildall: --strip added --disable-safe-mode listed in usage
5710:
5711: 2012-10-17 misha
5712:
5713: * src/classes/op.C: - apply-taint should not throw "outside
5714: connect" exception with sql lang now
5715:
5716: 2012-10-17 moko
5717:
5718: * src/main/pa_request.C: bugfix: safe mode should be inited for
5719: each request (for apache module)
5720:
5721: 2012-09-26 moko
5722:
5723: * src/doc/doxygen.cfg: png -> svg
5724:
5725: 2012-09-25 moko
5726:
5727: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5728: test added
5729:
5730: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5731: double use when key is long
5732:
5733: 2012-09-16 moko
5734:
5735: * src/classes/math.C: Format -> Method Encode -> Format
5736:
5737: * tests/: 141.html, results/141.processed: math:digest hmac test
5738: added
5739:
5740: 2012-09-14 moko
5741:
5742: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5743: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5744: implementation added
5745:
5746: 2012-09-12 moko
5747:
5748: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5749: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5750: targets.dox and string.dox slightly actualized
5751:
5752: 2012-08-31 moko
5753:
5754: * ChangeLog: now generated with patched cvs2cl.pl
5755:
5756: 2012-07-29 moko
5757:
5758: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5759: result should be pushed after VMethodFrame destructor is called,
5760: as it deletes junctions from stack params (fixes issue #868)
5761:
5762: 2012-07-23 moko
5763:
5764: * INSTALL, README: buildall script usage documented, other outdated
5765: info updated.
5766:
5767: * buildall-with-xml, buildall-without-xml: replaced by buildall
5768:
5769: 2012-07-21 moko
5770:
5771: * buildall: glib does not compile when threads are disabled...
5772:
5773: * src/types/pa_vmail.C: g_assertion fixes for empty input
5774:
5775: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5776: unref, can't unref nested objects)
5777:
5778: * src/types/pa_vmail.C: another check added
5779:
5780: 2012-07-19 moko
5781:
5782: * buildall: usage added
5783:
5784: * buildall: new buildall script that unites buildall-with-xml,
5785: buildall-without-xml, --with-apache and --with-mailreceive
5786:
5787: * configure.in: support for static gmime and dynamic glib linking.
5788: fixes for FreeBSD
5789:
5790: 2012-07-17 moko
5791:
5792: * configure.in: --with-mailreceive replaced
5793: --with-static-mailreceive and --with-shared-mailreceive pathlink
5794: removed
5795:
5796: 2012-07-16 moko
5797:
5798: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5799: capitalized, content now decoded and text content converted to
5800: $request:charset. all properties are accessed by functions, this
5801: ready for dynamic load.
5802:
5803: 2012-06-28 moko
5804:
1.116 moko 5805: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5806: 32 bit
1.95 moko 5807:
5808: 2012-06-27 moko
5809:
5810: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5811: passive ftp
5812:
5813: * src/lib/ltdl/ltdl.vcproj: release build fixed
5814:
5815: * configure.in: 3.4.2 RC -> 3.4.2
5816:
5817: 2012-06-22 moko
5818:
5819: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5820: #815)
5821:
5822: * tests/: 284.html, results/284.processed: output options test
5823: (feature #265)
5824:
5825: 2012-06-22 misha
5826:
5827: * tests/215.html: - little changes
5828:
5829: 2012-06-21 moko
5830:
5831: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5832: types/pa_vxdoc.h: output_options returned and used (bugfix for
5833: feature #265)
5834:
5835: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5836: breaks long .*, default 10M restored. (issue #216)
5837:
5838: * tests/: 283.html, results/283.processed: test for issue #815
5839: added
5840:
5841: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5842: again, cstrm not required.
5843:
5844: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5845: Win32 and broken FreeBSD (issue #45)
5846:
5847: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5848:
5849: * src/main/pa_string.C: warnings war
5850:
5851: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5852: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5853: main/pa_socks.C, targets/apache/pa_threads.C,
5854: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5855: types/pa_vstatus.C: compilation under cygwin fixed
5856:
5857: 2012-06-19 moko
5858:
5859: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5860: Windows fixed
5861:
5862: * parser3.sln: removed antique pcre_ctype
5863:
5864: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5865:
5866: * src/include/pa_config_fixed.h: undefined reference to
5867: __imp__pcre_* fix for Windows
5868:
5869: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5870: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5871: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5872: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5873: define fixed
1.95 moko 5874:
5875: 2012-06-18 moko
5876:
5877: * src/classes/memcached.C: flush -> clear
5878:
5879: * src/classes/memcached.C: memcached does not support quotes even
5880: in server name
5881:
5882: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5883: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5884: called on open to check servers existance. $.key(true) syntax
5885: now supported
5886:
5887: 2012-06-17 moko
5888:
5889: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5890: cleanup
5891:
5892: * src/classes/table.C, tests/282.cfg, tests/282.html,
5893: tests/results/282.processed: encloser at the EOF bug fixed,
5894: incorrectly enclosed data now processed more logicaly (fixes
5895: #339)
5896:
5897: 2012-06-15 moko
5898:
5899: * buildall-without-xml: sync with buildall-with-xml
5900:
5901: * buildall-with-xml: download auto-detected between fetch and curl
5902:
5903: * configure.in: --with-gc and --with-pcre now also processed
5904: correctly
5905:
1.116 moko 5906: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5907: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5908: should be run on rol1 using automake / aclocal (GNU automake)
5909: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5910:
5911: * configure.in: new PARSER_VERSION logic
5912:
5913: * src/include/pa_version.h: new pa_version.h logic
5914:
5915: * src/: classes/curl.C, classes/file.C, classes/image.C,
5916: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5917: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5918: feols_normalized -> fis_text_content set_binary added
5919:
5920: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5921:
5922: 2012-06-15 misha
5923:
5924: * src/: classes/curl.C, classes/file.C, classes/image.C,
5925: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5926: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5927: ^file::create[text;content] EOLs in content now is normalized. (
5928: new feature: #815 )
5929:
5930: 2012-06-15 moko
5931:
5932: * configure.in: --disable-version-update added to disable version
5933: update with host information (for debian package) whitespace
5934: optimized
5935:
5936: * configure.in: version changed to 3.4.2 RC no-pic added for
5937: libtool
5938:
5939: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5940: it.
5941:
5942: 2012-06-14 moko
5943:
5944: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5945: tests/results/281.processed: "hash flocked" error removed for
5946: safe operations like ^h._count[] ( new feature: #335 )
5947:
1.116 moko 5948: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5949:
5950: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5951:
5952: * configure.in: --with-static/shared xml replaced with --with-xml,
5953: xml compilation check added
5954:
5955: * configure.in: --with-static/shared-gc, --with-static-pcre are
5956: replaced with --with-gc and --with-pcre test for pcre linking
5957: added
5958:
5959: 2012-06-13 moko
5960:
5961: * configure.in: apxs2 check optimized
5962:
5963: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5964: .la, includes optimized
5965:
5966: * buildall-with-xml: --with-pic looks better for -fPIC
5967:
5968: * configure.in: switched to convenience library in static linking
5969:
5970: * src/targets/apache/Makefile.am: switched to convenience library
5971: usage to avoid libtool warnings
5972:
5973: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5974: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5975: smtp/Makefile.am: switched to convenience library usage
5976:
5977: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5978:
5979: * src/targets/apache/Makefile.am: updated for libtool usage
5980:
5981: * buildall-without-xml: --with-included-ltdl added
5982:
5983: * buildall-without-xml: sync with buildall-with-xml
5984:
5985: * buildall-with-xml: --with-included-ltdl added $cflags added for
5986: -fPIC for x64 $download added for wget success check added
5987:
5988: * buildall-without-xml: --with-dynamic-stdcpp removed
5989:
5990: * configure.in: disable-static returned
5991:
5992: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5993: LIBTOOLFLAGS
5994:
5995: 2012-06-12 moko
5996:
5997: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5998: compatible with LIBTOOLFLAGS for unknown reasons
5999:
6000: * buildall-with-xml: --with-dynamic-stdcpp removed
6001:
6002: * configure.in: static/dynamic -lstdc++ linking option removed
6003: apxs2 check added
6004:
6005: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6006: option removed
6007:
6008: 2012-06-10 moko
6009:
6010: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6011: added
6012:
6013: * src/targets/cgi/pp3.cmd: old PAF stuff
6014:
1.116 moko 6015: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6016: beauty
1.95 moko 6017:
6018: * depcomp: from libtool 2.4.2
6019:
6020: * configure.in: ltdl directory removed, it has correct Makefile.in
6021:
6022: 2012-06-09 moko
6023:
1.116 moko 6024: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6025: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6026: autogenerated files updated after libtool update
6027:
1.116 moko 6028: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6029: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6030: config_auto.h.in, config_fixed.h, configure, configure.ac,
6031: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6032: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6033: config/compile, config/config.guess, config/config.sub,
6034: config/depcomp, config/install-sh, config/ltmain.sh,
6035: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6036: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6037: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6038: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6039: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6040: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6041: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6042: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6043:
6044: * configure.in: preparation for new libtool
6045:
6046: * configure.in: Some beauty added :)
6047:
6048: * src/targets/apache/Makefile.am: := -> =
6049:
6050: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6051: again. :)
6052:
6053: * src/include/pa_config_includes.h, configure.in: limits.h added,
6054: previously was taken from pcre_internal.h. :)
6055:
6056: * src/lib/pcre/Makefile.am: config.h returned
6057:
6058: * src/lib/pcre/config.h: still need this. :)
6059:
6060: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6061:
6062: * configure.in: --with-charsets removed; --with-mysql-client & co
6063: removed
6064:
6065: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6066: now in parser tree, no need to copy
6067:
6068: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6069: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6070: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6071: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6072: extracts now used old trash removed
6073:
6074: * etc/parser3.charsets/Makefile.am: charsets now in share
6075: (debian/patches/104_automake.patch) + all charsets are copied
6076:
6077: * buildall-with-xml, buildall-without-xml: curl option removed +
6078: extra arguments now supported
6079:
6080: 2012-06-08 misha
6081:
6082: * src/classes/table.C: - one params.as_hash usage was rolled back:
6083: the 2nd option in ^table.hash[] could be hash or table so
6084: .as_hash will throw an exception when table option is specified
6085:
6086: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6087: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6088: classes/table.C, classes/void.C, classes/xdoc.C,
6089: include/pa_exception.h, types/pa_vmethod_frame.C,
6090: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6091: and improved (whitespaces are allowed as empty options) -
6092: MethodParams::as_table is added - above methods are used for
6093: parsing methods' options ( new feature: #9 )
6094:
6095: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6096: to vclass. now class fields can be accessible as a hash:
6097: $h[^hash::create[$asd:CLASS]]
6098:
6099: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6100: have get_fields method so their fields can be accessed with
6101: ^reflection:fields[...] & ^reflection:field[...]
6102:
6103: 2012-06-06 misha
6104:
6105: * tests/280.html: - tests for
6106: ^reflection:method[obj-or-class;method],
6107: ^reflection:field[obj-or-class;field] and
6108: ^reflection:fields[obj-or-class] are added
6109:
6110: 2012-06-05 misha
6111:
6112: * src/classes/reflection.C: - ^reflection:method[class or
6113: object;method name] and ^reflection:field[class or object;field
6114: name] are added
6115:
6116: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6117: is used
6118:
6119: * src/types/pa_method.h: - Method::as_vjunction method is added
6120:
6121: 2012-06-05 moko
6122:
1.116 moko 6123: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6124:
6125: * src/classes/memcached.C: flish ttl fixed
6126:
6127: 2012-06-04 moko
6128:
6129: * src/classes/json.C, src/classes/op.C, tests/279.html,
6130: tests/results/279.processed: ^json:parse[] now supports $.taint
6131: option (new feature #833)
6132:
6133: 2012-06-04 misha
6134:
6135: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6136: - search_stop method was moved from pa_vcookie.C to pa_common.C
6137:
6138: 2012-06-03 misha
6139:
6140: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6141: cookies are parced and stored into $.cookies ( new feature: #31 )
6142:
6143: 2012-05-30 misha
6144:
6145: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6146: incomplete class into a scope while @USE is found
6147:
6148: * src/main/compile.y: - add incomplete class into a scope while
6149: @USE and @CLASS instructions are found ( bugfix: #838 )
6150:
6151: 2012-05-30 moko
6152:
6153: * src/types/pa_vclass.C, tests/278.html,
6154: tests/results/278.processed: removed "property has no getter
6155: method" exception when GET_DEFAULT present (fixes #269)
6156:
6157: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6158: $._default
6159:
6160: 2012-05-29 moko
6161:
6162: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6163: uninitialized values usage (new feature: #154)
6164:
6165: 2012-05-28 moko
6166:
6167: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6168: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6169: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6170: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6171: src/types/pa_vobject.C, src/types/pa_vobject.h,
6172: src/types/pa_vstring.h, src/types/pa_vtable.C,
6173: tests/results/277.processed, src/types/pa_vtable.h,
6174: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6175: ^json:string[$o; $.default[$method]] implemented for VObject (new
6176: feature #803)
6177:
6178: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6179: tests/results/277.processed: json numbers are now treated as
6180: double ( new feature: #834 )
6181:
6182: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6183: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6184: added for out of range checks, zero division in vint/vdouble
6185: check added ( fixes #832 )
6186:
6187: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6188: ( fixes #832 )
6189:
6190: 2012-05-28 misha
6191:
6192: * buildall-with-xml: - --without-lzma option is added to libxml2
6193: configure
6194:
6195: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6196: added - tests for unsupported values for options $.file, $.table
6197: and $.date are added
6198:
6199: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6200: accepts "stat" $.file[] option's value in addition to existed
6201: "text" and "base64" ( new feature: #835 )
6202:
6203: * tests/276.html: - test for
6204: ^reflection:delete[$object-or-class;field-name]
6205:
6206: * src/classes/reflection.C: -
6207: ^reflection:delete[$object-or-class;field-name] is added ( new
6208: feature: #268 )
6209:
6210: 2012-05-27 misha
6211:
6212: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6213:
6214: 2012-05-24 misha
6215:
6216: * src/include/pa_common.h: - method lastposafter was removed
6217:
6218: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6219: lastposafter - ^file:dirname[] & Co proper handle windows file
6220: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6221: work as *nix commands
6222:
6223: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6224:
6225: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6226: rskipchars were added
6227:
6228: * tests/270.html: - more tests for ^file:find[]
6229:
6230: * tests/065.html: - more tests for ^file:dirname[] & Co
6231:
6232: * src/include/pa_version.h: - must be "win32" here. it is
6233: auto-generated on *nix
6234:
6235: 2012-05-24 moko
6236:
6237: * src/classes/math.C: ^math:convert[] now supports uint32 and
6238: throws overflow exception ( new feature: #830 )
6239:
6240: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6241: uint32 support and overflow added ( new feature: #830 )
6242:
6243: 2012-05-23 moko
6244:
6245: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6246: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6247: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6248: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6249: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6250: types/pa_vregex.h, types/pa_vstateless_class.C,
6251: types/pa_vstateless_class.h, types/pa_vstring.h,
6252: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6253: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6254: "return string as-is" removed from as_expr_result. ( new feature:
6255: #831 )
6256:
6257: * tests/results/244.processed: test changed after bug #782 fix
6258: commited
6259:
6260: * tests/results/229.processed: test results for bug #782 commited
6261:
6262: * tests/: 254.html, results/254.processed: uid now just compared,
6263: not printed. :)
6264:
6265: 2012-05-20 moko
6266:
6267: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6268: feature: #341 )
6269:
6270: * tests/: 254.html, results/254.processed: test for
6271: ^reflection:uid[] added
6272:
6273: * tests/: 254.html, results/254.processed: test for
6274: ^reflection:uid[$obj] added
6275:
6276: 2012-05-17 misha
6277:
6278: * src/main/untaint.C: - do not replace ' char by _26 while
6279: exploding filespec-tainting ( new feature: #829 )
6280:
6281: 2012-05-12 moko
6282:
6283: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6284: not.
6285:
6286: 2012-05-08 moko
6287:
6288: * src/types/pa_vmethod_frame.h: bug #782 fixed
6289:
6290: * tests/229.html: test for bug #782
6291:
6292: * tests/results/259.processed, src/main/pa_request.C,
6293: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6294: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6295: src/types/pa_vvoid.h: feature #154 - first empty param now
6296: string; defined locals are empty strings; $STRICT-VARS(true)
6297: added
6298:
6299: 2012-04-27 moko
6300:
1.116 moko 6301: * src/targets/apache/Makefile.am:
1.95 moko 6302: ../../lib/memcached/libmemcached.a added
6303:
6304: 2012-04-27 misha
6305:
6306: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6307: ( #827 )
6308:
6309: 2012-04-25 moko
6310:
6311: * src/: classes/json.C, classes/memcached.C,
6312: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6313: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6314: implemented.
6315:
6316: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6317:
6318: 2012-04-23 moko
6319:
6320: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6321: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6322: types/pa_vmemcached.h: open allows options hash for new
6323: memcached(options) function
6324:
6325: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6326: not appended
6327:
6328: 2012-04-21 moko
6329:
6330: * src/classes/curl.C: '' added. :)
6331:
6332: * src/classes/classes.vcproj: new curl.h location
6333:
6334: * src/classes/curl.C: verbose output redirection from stderr to
6335: file curl option added
6336:
6337: 2012-04-20 moko
6338:
6339: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6340: contains what we need from curl, #ifdef HAVE_CURL removed
6341:
1.116 moko 6342: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6343: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6344: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6345: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6346: configure option
6347:
6348: 2012-04-19 moko
6349:
6350: * src/: classes/double.C, classes/inet.C, classes/int.C,
6351: classes/string.C, lib/gc/include/gc_allocator.h,
6352: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6353: options from sql_result_string removed. (closes issue #468)
6354:
6355: * src/types/pa_vmemcached.C: empty string fix
6356:
6357: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6358: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6359: pa_vmemcached.C
6360:
6361: 2012-04-18 moko
6362:
6363: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6364: apache2-mpm-prefork" error displayed in threaded mpm.
6365:
6366: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6367: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6368: installed (issue #354)
6369:
6370: 2012-04-16 moko
6371:
6372: * src/types/pa_vmemcached.C: call to memcached_result_create and
6373: memcached_result_free removed
6374:
6375: 2012-04-14 moko
6376:
6377: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6378:
6379: * src/types/pa_vmemcached.C: check_key added and used
6380:
6381: 2012-04-13 moko
6382:
6383: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6384: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6385: Serialization_data now added and used, VString now serialized
6386: with languages into memcached.
6387:
6388: 2012-03-28 moko
6389:
6390: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6391: lib/memcached/pa_memcached.h: result lengths added
6392:
6393: 2012-03-27 moko
6394:
6395: * src/types/pa_vmemcached.C: strdup added
6396:
6397: 2012-03-24 moko
6398:
6399: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6400: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6401: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6402:
6403: 2012-03-20 moko
6404:
1.116 moko 6405: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6406:
6407: * src/targets/cgi/Makefile.am: cleanup
6408:
6409: * src/: types/Makefile.am, types/pa_vmemcached.C,
6410: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6411:
6412: * src/: classes/Makefile.am, classes/memcached.C,
6413: lib/memcached/Makefile.am, lib/memcached/constants.h,
6414: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6415: lib/memcached/types.h, lib/Makefile.am: memcached initial
6416:
6417: 2012-03-16 moko
6418:
6419: * src/main/execute.C: ident now works under Linux + ident displays
6420: filenames (closes issue #818)
6421:
1.116 moko 6422: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6423: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6424: pa_vmethod_frame_local.h removed
6425:
6426: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6427: classes/classes.h, classes/curl.C, classes/date.C,
6428: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6429: classes/hashfile.C, classes/image.C, classes/inet.C,
6430: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6431: classes/memory.C, classes/op.C, classes/reflection.C,
6432: classes/regex.C, classes/response.C, classes/string.C,
6433: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6434: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6435: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6436: include/pa_config_fixed.h, include/pa_config_includes.h,
6437: include/pa_dictionary.h, include/pa_dir.h,
6438: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6439: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6440: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6441: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6442: include/pa_request_charsets.h, include/pa_request_info.h,
6443: include/pa_sapi.h, include/pa_socks.h,
6444: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6445: include/pa_stack.h, include/pa_string.h,
6446: include/pa_stylesheet_connection.h,
6447: include/pa_stylesheet_manager.h, include/pa_table.h,
6448: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6449: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6450: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6451: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6452: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6453: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6454: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6455: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6456: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6457: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6458: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6459: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6460: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6461: main/pa_string.C, main/pa_stylesheet_connection.C,
6462: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6463: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6464: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6465: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6466: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6467: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6468: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6469: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6470: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6471: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6472: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6473: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6474: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6475: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6476: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6477: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6478: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6479: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6480: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6481: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6482: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6483: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6484: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6485: types/pa_vresponse.h, types/pa_vstateless_class.C,
6486: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6487: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6488: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6489: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6490: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6491: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6492: ident now works under Linux + ident displays filenames (closes
6493: issue #818) Copyright updated
6494:
6495: 2012-03-13 moko
6496:
6497: * src/main/pa_string.C: compilation fix for feature #741
6498:
6499: 2012-03-09 misha
6500:
6501: * tests/193.html: - tests for ^string:base64[encoded] are updated
6502:
6503: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6504: now detects invalid base64 chars in the middle of encoded stricg
6505: ( new feature: #55 )
6506:
6507: * src/include/pa_exception.h: - new exception type for base64
6508: decoding is added
6509:
6510: 2012-03-06 misha
6511:
6512: * tests/274.html: - tests for ^date::today[] and
6513: ^date.sql-string[datetime|date|time] are added
6514:
6515: * src/classes/date.C: - constructor ^date::today[] is added ( new
6516: feature: #811 ) - ^date.sql-string[] now can accept one param --
6517: strings "datetime", "date" or "time" - comments tidying up
6518:
6519: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6520: date and time
6521:
6522: 2012-03-03 misha
6523:
6524: * tests/193.html: - tests for
6525: ^string:base64[encoded;$.strict(true)] are added
6526:
6527: * tests/results/auto.p: - try-catch operator is added
6528:
6529: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6530: main/pa_common.C: - $.strict(true|false) option is added to
6531: base64 decode methods ( new feature: #55 )
6532:
6533: * src/main/pa_common.C: - base64 decode memory usage was decreased
6534: ( new feature: #819 )
6535:
6536: 2012-02-28 moko
6537:
6538: * src/classes/hash.C: ident test
6539:
6540: 2012-02-27 misha
6541:
6542: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6543:
6544: 2012-01-08 misha
6545:
6546: * tests/273.html: - tests for ^string.replace[from;to] are added
6547:
6548: * src/: classes/string.C, include/pa_dictionary.h,
6549: main/pa_dictionary.C, main/pa_string.C: -
6550: ^string.replace[from;to] is added ( new feature: #741 ) -
6551: ^string.replace[one subst here] is slightly optimized
6552:
6553: 2011-12-07 misha
6554:
6555: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6556: named table with one empty column ( bugfix: #63 )
6557:
6558: 2011-11-30 misha
6559:
6560: * src/classes/json.C: - it's possible to set user's method for
6561: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6562: #763 )
6563:
6564: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6565:
6566: 2011-11-23 misha
6567:
6568: * src/: classes/curl.C, classes/file.C, classes/image.C,
6569: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6570: types/pa_vfile.h, types/pa_vform.C: - constructor
6571: ^file::create[mode;filename;content[;options]] now accepts binary
6572: mode and file-content - new constructor's format:
6573: ^file::create[string-or-file-content[;$.name[filename]
6574: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6575: feature: #65 )
6576:
6577: * src/: include/pa_request.h, main/pa_request.C: - new method
6578: mime_type_of(const String*) is added
6579:
6580: * src/include/pa_exception.h: - new exception constant
6581: FILE_NAME_MUST_BE_SPECIFIED is added
6582:
6583: * src/classes/table.C: - bug with negative offset transformed into
6584: a feature. it means pointing to a row from the end of the table (
6585: new feature: #810 )
6586:
6587: 2011-11-19 misha
6588:
6589: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6590: â ìåòîäå _select ( new feature: #810 )
6591:
6592: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6593: options were specified together is simplified
6594:
6595: 2011-11-12 misha
6596:
6597: * src/main/pa_request.C: - forgotten fix for escaping filename in
6598: HTTP content-disposition header (a part of bug #361 )
6599:
6600: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6601: checks for ancestors' classes as well ( new feature: #456 )
6602:
6603: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6604: "without cycle" now have types "parser.break" and
6605: "parser.continue" instead of "parser.runtime" ( new feature: #799
6606: )
6607:
6608: 2011-11-11 misha
6609:
6610: * tests/results/: 099.processed, 100.processed, 205.processed,
6611: 237.processed: - since bug #361 was fixed the content of filename
6612: in HTTP headers is quoted
6613:
6614: * tests/results/270.processed: - result for test 270
6615:
6616: * tests/: 065.html, results/065.processed: - more tests for
6617: ^file:basename[] & Co were added
6618:
6619: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6620:
6621: * tests/270.html: - tests for ^file:find[] are added
6622:
6623: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6624: using option $.charset. option $.engoding is still supported but
6625: these options can not be specified together
6626:
6627: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6628: comparation charset name with string "UTF-8" ( bugfix: #759 )
6629:
6630: 2011-10-11 misha
6631:
6632: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6633: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6634: #622)
6635:
6636: 2011-09-30 misha
6637:
6638: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6639: exception "saving stat-ed file" ( bugfix: #395 )
6640:
6641: 2011-05-30 misha
6642:
6643: * src/classes/string.C: - fixed bug which was added with
6644: params.as_hash into string:sql
6645:
6646: 2011-05-29 misha
6647:
6648: * src/types/pa_value.C: - filename in content-disposition header
6649: must be quoted ( bugfix: #361 )
6650:
6651: 2011-05-27 misha
6652:
6653: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6654: created file
6655:
6656: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6657: usage
6658:
6659: * src/include/pa_exception.h: - one more string for exception was
6660: added
6661:
6662: 2011-05-25 misha
6663:
6664: * tests/269.html: - tests for checking input params in some dom
6665: methods
6666:
6667: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6668: was added. it isn't possible not wo create xdoc with invalid
6669: tagName. ( bugfix: #160 )
6670:
6671: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6672: string "data must be string" was mover from pa_exception.h to
6673: pa_xml_exception.h
6674:
6675: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6676: as_xmlncname, as_xmlname and as_xmlnsuri were added
6677:
6678: * src/main/pa_xml_exception.C: - XmlException accepts more options
6679:
6680: * src/include/pa_xml_exception.h: - XmlException accepts more
6681: options - XML-related exception's strings were added
6682:
6683: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6684: output_options were removed)
6685:
6686: 2011-05-19 misha
6687:
6688: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6689: params.as_hash is used more while parsing methods hash-options
6690:
6691: 2011-05-18 misha
6692:
6693: * operators.txt: - info about json-serialization of xdoc was added
6694:
6695: * tests/256.html: - tests for json-serialization xdoc were added
6696:
6697: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6698:
6699: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6700: classes/json.C, classes/xdoc.C: - now json:string can serialize
6701: xdoc-objects. options (the same as ^xdoc.string[]) could be
6702: specified in $.xdoc[] ( new feature: #265 )
6703:
6704: 2011-05-15 misha
6705:
6706: * tests/268.html: - tests for ^table.count[with options] were added
6707:
6708: * src/classes/table.C: - method ^table.count[] now can accept
6709: options ( new feature: #93 ): ^table.count[column] returns number
6710: of columns for named table; ^table.count[cells] returns number of
6711: cells in the current row; ^table.count[] & ^table.count[rows]
6712: return number of rows in a table.
6713:
6714: * tests/267.html: - test for checking switch/case in boolean mode
6715: was added
6716:
6717: * src/classes/op.C: - if switch's or case's value is bool, they are
6718: compared as bool values, not as double values: new feature: #351
6719:
6720: 2011-05-06 misha
6721:
6722: * tests/242.html: - EOL before EOF was added
6723:
6724: * tests/169.html: - tests for splitting empty string and void were
6725: added
6726:
6727: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6728: returned table with one empty cell)
6729:
6730: 2011-04-03 misha
6731:
6732: * src/include/pa_version.h, configure.in: - version in head was
6733: changed to 3.4.2b
6734:
6735: 2011-03-30 misha
6736:
6737: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6738: as well ( new feature #294 )
6739:
6740: 2011-03-29 misha
6741:
6742: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6743: limited to approx. 6 MB. previous limits were too big for real
6744: life. bugfix: #216
6745:
6746: 2011-03-04 moko
6747:
6748: * etc/parser3.charsets/cp866.cfg: Conforms to
6749: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6750:
6751: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6752: vlalek@
6753:
6754: 2011-02-22 misha
6755:
6756: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6757: be under #ifdef XML or parser can't be compiled without xml
6758: support
6759:
6760: 2011-02-21 misha
6761:
1.116 moko 6762: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6763: ApacheModuleParser3.vcproj was removed
6764:
6765: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6766: removed)
6767:
6768: 2011-02-20 misha
6769:
6770: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6771: $.overridden in ^reflection:method_info[...] were added
6772:
6773: * src/classes/reflection.C: - beautifying result of
6774: ^reflection:method_info[] ($.overridden/inherited)
6775:
6776: 2011-02-18 misha
6777:
6778: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6779: and pa_isalnum instead of isalpha and isalnum - bug with
6780: redundand quoting lowercased latin chars while building email
6781: body was fixed
6782:
6783: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6784: added (they check for latin chars only)
6785:
6786: 2011-02-16 misha
6787:
6788: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6789: string size for transcoding gave too small value (should ever
6790: look for availability char in dest charset inspite of the char
6791: size)
6792:
6793: 2011-02-04 moko
6794:
6795: * tests/223.html: header values now not url-encoded (issue #195)
6796:
6797: 2011-02-01 misha
6798:
6799: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6800:
6801: 2011-01-31 misha
6802:
6803: * src/main/pa_request.C: - throw exception if param file_name in
6804: use_file is empty
6805:
6806: 2011-01-08 moko
6807:
6808: * src/classes/curl.C: compilations errors fixed
6809:
6810: 2010-12-29 moko
6811:
6812: * tests/: 265.html, results/265.processed: test for issue #200
6813: added
6814:
6815: * src/main/pa_string.C: empty regex result check added (fixes issue
6816: #200)
6817:
6818: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6819:
6820: * tests/results/223.processed: header values now not url-encoded
6821: (issue #195)
6822:
6823: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6824: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6825: pa_http_safe_header_name added for headers names (fixes bug #195)
6826:
6827: 2010-12-18 misha
6828:
6829: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6830: => pa-include
6831:
6832: 2010-11-28 moko
6833:
6834: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6835:
6836: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6837: -> pa
6838:
6839: * configure.in: apr -> pa
6840:
6841: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6842:
6843: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6844: classes/Makefile.am, types/Makefile.am: apr -> pa
6845:
6846: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6847: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6848: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6849: pa-include/pa_apr.h, pa-include/pa_errno.h,
6850: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6851: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6852: module apr name conflict resolved)
6853:
6854: 2010-11-27 misha
6855:
6856: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6857: libbz2
6858:
6859: 2010-11-26 misha
6860:
6861: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6862: warnings removed
6863:
6864: 2010-11-25 moko
6865:
6866: * operators.txt: $.indent(true)
6867:
6868: * operators.txt: another bugfix. :)
6869:
6870: * operators.txt: bugfix. :)
6871:
6872: * buildall-with-xml: libxml2-2.7.8 + with-apache
6873:
6874: 2010-11-24 moko
6875:
1.116 moko 6876: * configure: apxs support
1.95 moko 6877:
6878: * configure.in: apxs support -Bstatic gc removed for OS X
6879:
6880: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6881:
6882: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6883: THREAD_LOCAL usage
6884:
6885: * src/: classes/curl.C, include/pa_config_includes.h,
6886: main/pa_globals.C: THREAD_LOCAL defined and used
6887:
6888: 2010-11-23 moko
6889:
6890: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6891: should be passed to pa_sleep, and only fractional part (bugfix:
6892: #188)
6893:
6894: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6895:
6896: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6897: GC_dont_gc=1, as in cgi version
6898:
6899: * src/targets/apache/mod_parser3.c: warning war
6900:
6901: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6902: pa_httpd.h: version removed, some trash removed
6903:
6904: * src/targets/apache/mod_parser3.c: version removed (we don't want
6905: to show it), warning war
6906:
6907: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6908: pa_httpd.h: parser_status_allowed removed + merge config
6909: functions removed (override is the default) + beauty
6910:
6911: * src/: include/pa_request.h, main/pa_request.C,
6912: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6913: hide $status used in apache module removed
6914:
6915: 2010-11-18 moko
6916:
6917: * operators.txt: $.table[compact] added for ^json:string[]
6918:
6919: 2010-11-16 moko
6920:
6921: * src/targets/apache/mod_parser3.c: some cleanup done
6922:
6923: * src/main/untaint.C: bugfix: first, second String::Body argument
6924: is hashcode; second, info.fragment_begin is original, not
6925: resulting length
6926:
6927: * src/classes/file.C: new feature: $.stdin now untainted
6928:
6929: * tests/results/264.processed: new feature: $.stdin[] now untainted
6930:
6931: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6932:
6933: * src/classes/op.C: ^apply-taint[] method added
6934:
6935: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6936: added; $.stdin untaint test added
6937:
6938: 2010-11-15 moko
6939:
6940: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6941: removed
6942:
6943: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6944: pa_httpd.h: 2x2 calculated under apache2. :)
6945:
6946: 2010-11-13 moko
6947:
6948: * src/targets/apache/mod_parser3.c: initial changes to build module
6949: with apache 2.x includes
6950:
6951: * src/targets/apache/: Makefile.am, mod_parser3.c,
6952: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6953: united apache 1.3 / apache 2.x DSO module
6954:
6955: 2010-11-09 moko
6956:
6957: * src/types/pa_method.h: check added to dissallow @method[name;*]
6958: syntax
6959:
6960: * tests/: 263.html, results/263.processed: test from method[*args]
6961: added
6962:
6963: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6964: number of params can now be passed to a method declared with *arg
6965:
6966: 2010-11-06 moko
6967:
6968: * src/classes/table.C: formating fixed. :)
6969:
6970: * src/classes/table.C: closes #4: ^table.select now supports
6971: $.limit(), $.offset, $.reverse() options
6972:
6973: * tests/: 262.html, results/262.processed: test for ^table:select
6974: with options added (feature #4)
6975:
6976: * src/include/pa_array.h: remove function added
6977:
6978: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6979: object in get_element/put_element, using static one.
6980:
6981: 2010-11-04 moko
6982:
6983: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6984: options is passed
6985:
6986: * tests/: 256.html, results/256.processed: $.table[compact] feature
6987: now tested; k and p in handler now tested.
6988:
6989: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6990: $.table[compact] feature added
6991:
6992: * src/classes/json.C: key is now passed to handler in
6993: value_json_string; ^json:string result now process tainting
6994: inside and returns clean string, related to issue #153
6995:
6996: * src/main/untaint.C: bugfix: charset can be null (in
6997: ^string:save[] as example), thus check is added
6998:
6999: 2010-10-31 moko
7000:
7001: * src/classes/string.C: error message changed (fixes issue #149)
7002:
7003: 2010-10-29 moko
7004:
7005: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7006: port is not default (fixes issue #155); exception on invalid port
7007: added.
7008:
7009: * src/main/untaint.C: '*' is now not urlencoded to allow header
7010: "Accept: */*" to be passed
7011:
7012: 2010-10-28 moko
7013:
7014: * src/classes/curl.C: bugfix: detect_charset() was throwing
7015: exception on unknown charset even if response_charset was
7016: specified
7017:
7018: 2010-10-27 moko
7019:
7020: * src/classes/string.C: ^string.append removed for void
7021: compatibility
7022:
7023: 2010-10-26 moko
7024:
7025: * src/classes/json.C: libjson supports array at top level, we too
7026: (GPF fixed)
7027:
7028: 2010-10-25 moko
7029:
7030: * tests/: 253.html, results/253.processed: libjson supports array
7031: at top level, parser now supports it as well.
7032:
7033: * tests/261.html, tests/results/261.processed,
7034: src/types/pa_vstring.h: empty string is now void compatible
7035: (allows $empty.key)
7036:
7037: 2010-10-22 misha
7038:
7039: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7040: while adding additional expires checkout)
7041:
7042: * tests/030.html: - test for session cookie was added
7043:
7044: 2010-10-21 moko
7045:
7046: * src/: classes/string.C, classes/void.C, main/execute.C,
7047: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7048: string (feature #111)
7049:
7050: * tests/: 261.html, results/261.processed: checks void from string
7051: inheritance (feature #111)
7052:
7053: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7054: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7055: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7056: now true by default
7057:
7058: 2010-10-17 moko
7059:
7060: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7061: upload now uses binary blocks instead of L_FILE_POST tainting.
7062: (bugfix: #128)
7063:
7064: * tests/: 223.html, results/223.processed: binary file upload test
7065: added, GPF (issue #128) also checked in this test
7066:
7067: 2010-10-13 misha
7068:
7069: * tests/260.html: - test for math:convert
7070:
7071: * src/classes/math.C: - error in math:convert was fixed
7072:
7073: * operators.txt: - info about
7074: ^math:convert[number](from-base;to-base) was added
7075:
7076: * src/classes/math.C: - method
7077: ^math:convert[number](from-base;to-base) for converting number
7078: represention from one base to another was added ( new feature:
7079: #23 )
7080:
7081: 2010-10-13 moko
7082:
7083: * src/main/compile.tab.C: [] now is empty string, not void
7084:
7085: * src/main/compile.y: [] now is empty string, not void
7086:
7087: * src/types/pa_vvoid.h: void now passed as parameter
7088:
7089: * tests/: 259.html, results/259.processed: to test difference
7090: between void and empty string (see ticket #111)
7091:
7092: * tests/results/152.processed: $sEmpty[] is now empty string, not
7093: void
7094:
7095: * tests/256.html: $s[$void] is no longer empty string
7096:
7097: * tests/254.html: empty string is no longer void
7098:
7099: 2010-10-12 misha
7100:
7101: * src/types/pa_vcookie.C: - check if $.expires value can be
7102: converted to date during cookies set up ( bugfix: #104 )
7103:
7104: * tests/041.html: - more tests for ^table.locate were added
7105:
7106: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7107: work ( bugfix: #129 ) - exception comment for incorrect options
7108: ^table.locate[field;value;options] was fixed
7109:
7110: 2010-10-10 moko
7111:
7112: * src/: classes/reflection.C, main/execute.C: constructor returning
7113: another object feature returned
7114:
7115: * tests/results/258.processed: test result updated as constructor
7116: returning another object feature returned
7117:
7118: * tests/: 258.html, results/258.processed: test for constructor
7119: returning another object
7120:
7121: 2010-10-08 misha
7122:
7123: * tests/257.html: - whitespaces after @METACOMMANDS and their
7124: options shouldn't cause exceptions any longer
7125:
7126: 2010-10-06 moko
7127:
7128: * src/classes/: hash.C, table.C: length from sql server is now
7129: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7130:
7131: 2010-10-02 misha
7132:
7133: * operators.txt: - the X mark was removed from ^cache[file]. it is
7134: usable to delete cache file.
7135:
7136: 2010-10-02 moko
7137:
7138: * tests/: 253.html, results/253.processed: hook_key added for key
7139: checking
7140:
7141: * src/classes/json.C: null key bug fixed
7142:
7143: 2010-09-29 misha
7144:
7145: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7146:
7147: 2010-09-25 moko
7148:
7149: * src/classes/json.C: small fixed
7150:
7151: * tests/results/: 253.processed, 255.processed: just updated
7152:
7153: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7154: results/255.processed: charset transcode test added for
7155: json:parse
7156:
7157: 2010-09-24 moko
7158:
7159: * src/types/pa_value.h: warning war :)
7160:
7161: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7162: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7163: ^json:string
7164:
7165: 2010-09-22 moko
7166:
7167: * src/main/pa_charset.C: parser charset tables declare only
7168: white-space before 0x20, thus adding the missing chars
7169:
7170: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7171: to http://unicode.org/Public/MAPPINGS/VENDORS/
7172:
7173: 2010-09-21 misha
7174:
7175: * src/main/compile.y: - some semicolons were added (VS2010 don't
7176: want to compile grammar if they are absent)
7177:
7178: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7179:
7180: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7181:
7182: * src/main/main.vcproj: - path to bison is changed
7183:
7184: 2010-09-21 moko
7185:
1.116 moko 7186: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7187: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7188: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7189:
7190: 2010-09-20 misha
7191:
7192: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7193:
7194: * src/classes/json.C: - add EOL while json-serializing hash
7195:
7196: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7197: compilers don't like 'ES'.
7198:
7199: 2010-09-17 misha
7200:
7201: * operators.txt: - info about json class was added
7202:
7203: * src/classes/json.C: - ^json:string[object]
7204:
7205: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7206: preventing infinite recursion while executing json:string was
7207: added
7208:
7209: * src/include/pa_string.h: - method append_quoted was added
7210:
7211: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7212: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7213: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7214: was added to Value & Co
7215:
7216: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7217: were used
7218:
7219: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7220: were added
7221:
7222: 2010-09-10 moko
7223:
7224: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7225: die_or_abort (backport from 3.4.1)
7226:
7227: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7228: die_or_abort (bugfix: #106)
7229:
7230: 2010-09-09 moko
7231:
7232: * src/classes/json.C: warning war. :)
7233:
7234: 2010-09-08 misha
7235:
7236: * src/lib/json/Makefile.am: - additional include directories were
7237: added (for pa_memory.h and gc.h)
7238:
7239: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7240: compile as C++ instead default - additional include directory was
7241: added (for gc.h)
7242:
7243: * src/types/pa_vform.C: - little code reformating
7244:
7245: * src/classes/file.C: - $.content-type option now can be specified
7246: in ^file::create ( new feature: #102 )
7247:
7248: 2010-09-08 moko
7249:
7250: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7251: pa_malloc/pa_free
7252:
7253: 2010-09-07 moko
7254:
7255: * tests/results/254.processed: VStateless_class:put_element
7256: exception was fixed
7257:
7258: * src/types/: pa_value.h, pa_vstateless_class.h: now
7259: VStateless_class:put_element barks self.type, not this.type
7260: (bugfix: #105)
7261:
7262: 2010-09-06 moko
7263:
7264: * src/classes/reflection.C: bugfix: new String() is required for
7265: exception handling
7266:
7267: * tests/: 254.html, results/254.processed: test modified
7268:
7269: 2010-09-05 moko
7270:
7271: * tests/: 254.html, results/254.processed: ^reflection:copy test
7272: added
7273:
7274: * src/: classes/reflection.C, include/pa_request.h:
7275: ^reflection:copy implemented (new feature: #100)
7276:
7277: 2010-09-03 moko
7278:
7279: * src/lib/json/JSON_parser.C: c++ compatiblity
7280:
7281: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7282: option testing added
7283:
7284: 2010-09-02 moko
7285:
7286: * src/classes/json.C: $.distinct[first|last|all] added
7287:
7288: 2010-09-01 moko
7289:
7290: * tests/results/253.processed: json test result
7291:
7292: * tests/: 253.html, 253_json.txt: json test added
7293:
7294: * src/classes/json.C: json.C update to actual version + hash key
7295: creation bugfix
7296:
7297: 2010-08-31 misha
7298:
7299: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7300: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7301: src/lib/Makefile.am, src/classes/Makefile.am,
7302: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7303: json library was added
7304:
7305: 2010-08-30 moko
7306:
7307: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7308: types/pa_vobject.C: cosmetic optimization in
7309: request:execute_method usage
7310:
7311: * src/: include/pa_charset.h, main/pa_charset.C: small
7312: optimization, just to decrease number of lines. :)
7313:
7314: 2010-08-27 misha
7315:
7316: * src/classes/op.C: - taint[json] was added
7317:
7318: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7319: were added
7320:
7321: * src/main/pa_exec.C: - warning fix was rolled back.
7322:
7323: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7324: include/pa_string.h: - taint[json] was added - escaping was
7325: slightly modified
7326:
7327: 2010-08-25 misha
7328:
7329: * src/classes/file.C: - typo in file:sql exception was fixed
7330:
7331: * src/main/pa_exec.C: - warning about declared and not used
7332: variable forced_allow was removed
7333:
7334: 2010-08-14 misha
7335:
7336: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7337: were removed
7338:
7339: 2010-08-11 moko
7340:
7341: * tests/: 249.html, results/249.processed: default setter and
7342: anti-recursive default getter test added
7343:
7344: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7345: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7346: types/pa_vobject.h, types/pa_vstateless_class.C,
7347: types/pa_vstateless_class.h: default setter support +
7348: anti-recursive default getter support ( new feature: #13 )
7349:
7350: * src/include/pa_hash.h: optimization: threshold member removed
7351: from hash, reducing sizeof(hash)
7352:
7353: 2010-08-10 misha
7354:
7355: * tests/196.html: - junction-method was added to the test
7356:
7357: * tests/248.html: - ups. typo :)
7358:
7359: * tests/248.html: - test for checking .match with 4 params
7360:
7361: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7362: 247_windows1251.txt: - test for "transcode file from utf-8 to
7363: $request:charset during loading if the BOM code is detected"
7364:
7365: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7366: $request:charset during loading if the BOM code is detected ( new
7367: feature: #98 )
7368:
7369: 2010-08-05 misha
7370:
7371: * src/classes/image.C: - ^image.replace now can accept only 2
7372: params. in this case the whole image is affected ( new feature:
7373: #95 )
7374:
7375: 2010-08-04 misha
7376:
7377: * tests/246.html: - test tor ^hash._at[] was added
7378:
7379: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7380: #53 )
7381:
7382: * src/include/pa_hash.h: - methods for accessing the first and the
7383: last values of ordered hash were added (first_value and
7384: last_value)
7385:
7386: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7387: (similar to others file's methods):
7388: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7389: #68 )
7390:
7391: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7392:
7393: 2010-08-01 moko
7394:
7395: * src/classes/op.C: to correctly process $result[] in code, called
7396: from ^process
7397:
7398: * tests/245.html: $result in ^process[] test added
7399:
7400: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7401: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7402: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7403: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7404: caller, self) op_call(VMethodFrame &frame, bool constructing)
7405: removed, construct(class,method) added
7406:
7407: * tests/results/: 192.processed, 244.processed: request::construct
7408: added
7409:
7410: * tests/: 244.html, 245.html, results/244.processed,
7411: results/245.processed: object creation exceptions and ^process
7412: tests added
7413:
7414: 2010-07-28 misha
7415:
7416: * tests/make_tests.cmd: - win32 EOLs
7417:
7418: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7419: tests on Win32 were added (The system timezone should be GMT+3)
7420:
7421: 2010-07-26 misha
7422:
7423: * tests/: 212.html, results/212.processed: - sizes were removed
7424: mecause they could be different on different OSs
7425:
7426: * tests/065.html: - make it "win32 friendly"
7427:
7428: 2010-07-25 misha
7429:
7430: * src/main/compile.y: - all EOLs between methods are removed during
7431: compilation ( new feature: #47 )
7432:
7433: * tests/results/149.processed: - prepare tests to trim trailing
7434: methods' EOLs
7435:
7436: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7437:
7438: * tests/: results/006.processed, results/014.processed, 006.html,
7439: 014.html, 022.html: - prepare tests to trim trailing methods'
7440: EOLs
7441:
7442: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7443: results/071.processed, results/022.processed: - prepare tests to
7444: trim trailing methods' EOLs
7445:
7446: * tests/: results/073.processed, results/109.processed,
7447: results/142.processed, results/144.processed,
7448: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7449: 144.html: - prepare tests to trim trailing methods' EOLs
7450:
7451: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7452: 149.html, 152.html, results/096.processed, results/107.processed,
7453: results/109.processed, results/142.processed,
7454: results/144.processed: - prepare tests to trim trailing methods'
7455: EOLs
7456:
7457: 2010-07-24 moko
7458:
7459: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7460: the hash order in this test
7461:
7462: * tests/014.html: to check hash order, hash no is longer sorted
7463: before print
7464:
7465: * src/include/pa_hash.h: hash copy constructor now keeps order
7466: (bugfix: #54)
7467:
7468: 2010-07-23 moko
7469:
7470: * tests/results/224.processed: @auto[] is no longer inherited
7471:
7472: * src/types/pa_vstateless_class.C, tests/227.html,
7473: tests/results/227.processed: @auto[] is no longer inherited
7474: (bugfix: #57)
7475:
7476: 2010-07-22 misha
7477:
7478: * src/classes/table.C: - don't skip comment lines during
7479: table::load if encloser or separator is set as '#' ( new feature:
7480: #30 )
7481:
7482: * src/targets/cgi/parser3.C: - don't run as cgi if
7483: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7484: #12 )
7485:
7486: * src/classes/file.C: - set PARSER_VARSION env before external
7487: script executing
7488:
7489: 2010-07-13 misha
7490:
7491: * tests/058.html: - test for suppressing @border was added - test
7492: for user attribute was added
7493:
7494: * tests/results/186.processed: unescaping from \uXXXX
7495:
7496: * tests/186.html: unescaping from \uXXXX
7497:
7498: * tests/: 239.html, results/239.processed: method call type
7499:
7500: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7501: $junction_method.CLASS_NAME (+CLASS)
7502:
7503: 2010-07-07 misha
7504:
7505: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7506: *nix
7507:
7508: 2010-07-05 misha
7509:
7510: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7511: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7512: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7513: comment strings "options must be hash", "options must be hash,
7514: not code" and "called with invalid option" were replaced by
7515: constatns - exception comment string "invalid option passed" was
7516: replaced by "called with invalid option" (now in different
7517: methods are the same exception comment string)
7518:
7519: * src/include/pa_exception.h: - more exception strings were defined
7520:
7521: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7522: types/pa_vstateless_class.h: - now we can define possible
7523: method's call type ( new feature: #5 ) 1.
7524: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7525: methods 2. @static:method[params] (only static keyword could be
7526: used here) -- for specified methods
7527:
7528: * src/main/pa_common.C: - junction points should not be deleted on
7529: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7530: cleanup
7531:
7532: 2010-07-03 misha
7533:
7534: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7535: results/158.processed, results/160.processed,
7536: results/161.processed, results/162.processed,
7537: results/163.processed: - prepare tests to trim trailing methods'
7538: EOLs
7539:
7540: * tests/results/169.processed: - prepare tests to trim trailing
7541: methods' EOLs
7542:
7543: * tests/results/: 168.processed, 169.processed: - prepare tests to
7544: trim trailing methods' EOLs
7545:
7546: * tests/: results/170.processed, results/167.processed,
7547: results/168.processed, results/169.processed, 167.html, 168.html,
7548: 169.html: - prepare tests to trim trailing methods' EOLs
7549:
7550: * tests/: results/170.processed, results/171.processed,
7551: results/172.processed, results/173.processed,
7552: results/174.processed, results/175.processed, 170.html, 171.html,
7553: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7554: trailing methods' EOLs
7555:
7556: * tests/: results/176.processed, results/180.processed,
7557: results/184.processed, results/185.processed,
7558: results/191.processed, results/192.processed,
7559: results/196.processed, results/197.processed,
7560: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7561: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7562: to trim trailing methods' EOLs
7563:
7564: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7565: results/199.processed, results/208.processed,
7566: results/209.processed, results/213.processed,
7567: results/214.processed: - prepare tests to trim trailing methods'
7568: EOLs
7569:
7570: 2010-06-29 misha
7571:
7572: * tests/: 220.html, 218.html, results/218.processed,
7573: results/215.processed, results/217.processed, 215.html, 217.html:
7574: - prepare tests to trim trailing methods' EOLs
7575:
7576: * tests/: results/224.processed, 224.html, 223.html,
7577: results/223.processed, results/220.processed: - prepare tests to
7578: trim trailing methods' EOLs
7579:
7580: * tests/results/: 226.processed, 230.processed: - prepare tests to
7581: trim trailing methods' EOLs
7582:
7583: * tests/: 229.html, results/229.processed: - prepare tests to trim
7584: trailing methods' EOLs
7585:
7586: * tests/: 232.html, 235.html, results/232.processed,
7587: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7588: results/226.processed, results/227.processed,
7589: results/228.processed, results/230.processed: - prepare tests to
7590: trim trailing methods' EOLs
7591:
7592: 2010-06-16 moko
7593:
7594: * tests/: 229.html, results/229.processed: elseif now supported in
7595: ^if
7596:
7597: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7598:
7599: 2010-06-03 misha
7600:
7601: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7602: instead of memcopy for overlaped regions
7603:
7604: 2010-05-25 misha
7605:
7606: * src/main/pa_common.C: - wanring about unused vars was removed
7607:
7608: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7609: get_method_filename was moved to execute.C
7610:
7611: 2010-05-23 misha
7612:
7613: * src/main/pa_request.C: - more accurate detection of method's file
7614:
7615: 2010-05-22 misha
7616:
7617: * src/classes/reflection.C: - bugfix: core during detection of
7618: .file if filespec isn't detected successfully
7619:
7620: 2010-05-20 misha
7621:
7622: * src/main/pa_request.C: - fix in get_method_filename
7623:
7624: * src/include/pa_request.h: - new feature: #24 -- searching
7625: included file in @USE/^use is changed. if its filespec doesn't
7626: start from '/' it will be searched in caller file directory
7627:
7628: * src/classes/reflection.C: - ^reflection:method_info returns file
7629: where the method is defined
7630:
7631: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7632: classes/op.C: - new feature: #24 -- searching included file in
7633: @USE/^use is changed. if its filespec doesn't start from '/' it
7634: will be searched in caller file directory
7635:
7636: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7637: is moved to pa_common.h
7638:
7639: 2010-05-18 misha
7640:
7641: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7642: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7643: cookie parser decode \uXXXX as well as %uXXXX
7644:
7645: 2010-05-17 misha
7646:
7647: * src/classes/curl.C: beauty: - unused param is removed in method
7648: _curl_version_action - some spaces were removed or replaced by
7649: tabs
7650:
7651: * src/classes/table.C: - bugfix: #72 core with empty value during
7652: ^table.hash[...;name_of_the_last_column][$.type[string]]
7653:
7654: 2010-05-16 misha
7655:
7656: * src/classes/curl.C: new: #61 more curl options were added
7657: (contributed by Sumo)
7658:
7659: 2010-04-29 pretender
7660:
7661: * src/main/pa_string.C: fixes #63 Split result from empty string
7662: now empty string.
7663:
7664: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7665: string type.
7666:
7667: 2010-04-28 pretender
7668:
7669: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7670: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7671: macrodefinition removed
7672:
7673: 2010-04-19 pretender
7674:
7675: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7676: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7677:
7678: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7679: fixes #64 Now file.missing exception generates in unsafe mode to.
7680:
7681: * src/classes/file.C: fixes #48 Now not throw "not save environment
7682: variable" exception in grpunlim version.
7683:
7684: 2010-04-05 misha
7685:
7686: * src/classes/string.C: - new feature: 4th param was added to
7687: match. if specified its value is returned in case of nothing was
7688: found
7689:
7690: 2010-04-01 misha
7691:
7692: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7693: multiple execution of /a/b/auto.p
7694:
7695: 2010-03-19 misha
7696:
7697: * src/main/execute.C: - core in $table1.$table2 was fixed
7698:
7699: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7700:
7701: 2010-01-27 misha
7702:
7703: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7704: trying to open file by path /existing-file/non-exixting-file
7705:
7706: 2010-01-26 misha
7707:
7708: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7709: was added (returns file)
7710:
7711: 2009-12-22 misha
7712:
7713: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7714: now parser doesn't have class curl if it was built without it
7715:
7716: 2009-12-15 misha
7717:
7718: * configure.in: - little cheat with curl include dir was added
7719:
7720: 2009-12-05 misha
7721:
7722: * src/classes/curl.C: - some fixes
7723:
7724: 2009-12-04 misha
7725:
7726: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7727: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7728: buildall-with-xml, buildall-without-xml, configure.in: - curl
7729: class was added
7730:
7731: * src/include/pa_hash.h: - hash-iterator was added
7732:
7733: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7734: was added to pcre
7735:
7736: 2009-11-27 misha
7737:
7738: * src/classes/image.C: - don't add @border attribute to output of
7739: ^image.html[] if it was specified by user with empty value
7740:
7741: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7742: root element and we are trying to access .documentElement
7743:
7744: 2009-11-11 misha
7745:
7746: * src/classes/table.C: - in ^table.flip[] look at number of columns
7747: instead of number of items in first row for named tables
7748:
7749: 2009-11-10 misha
7750:
7751: * operators.txt: - info about hash-options in ^file::create was
7752: added
7753:
7754: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7755: added
7756:
7757: 2009-11-09 misha
7758:
7759: * buildall-with-xml: - moving to libxml 2.7.6
7760:
7761: * tests/236.html: - tests for comparations cords with functions
7762: were added
7763:
7764: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7765: added
7766:
7767: * src/main/pa_http.C: - little optimisation
7768:
7769: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7770: GPF mallocs + stringstream (table.save)
7771:
7772: * src/classes/file.C: - file::create now accepts 4th param: options
7773: with $.charset
7774:
7775: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7776: bug in cord (comparation cords with functions was buggy)
7777:
7778: 2009-11-06 misha
7779:
7780: * src/main/pa_string.C: - bugfix: calculation string.length
7781: sometimes was buggy
7782:
7783: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7784: destroyed if exception occured during match/replace
7785:
7786: * src/: main/pa_charset.C, include/pa_charset.h: - method
7787: lengthUTF8Char was added
7788:
7789: * src/classes/op.C: - clean tainting lang was added for user's
7790: usage
7791:
7792: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7793: fixed: checkouts are required after GC_MALLOC
7794:
7795: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7796:
7797: * operators.txt: - actually, there is no ^untaint[xml] in
7798: file::create
7799:
7800: 2009-10-15 misha
7801:
7802: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7803: were added
7804:
7805: * tests/234.html: - more tests for checking ^taint[uri] escaping
7806: were added
7807:
7808: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7809: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7810: hacking: for dealing with transcoding+^taint[uri]
7811: transcode_and_untaint was replaced by untaint_and_transcode
7812:
7813: 2009-10-13 misha
7814:
7815: * tests/: 121.html, results/121.processed: - test transcoding +
7816: url-escaping now
7817:
7818: * tests/results/auto.p: - more helpers' methods were added
7819:
7820: * src/main/pa_globals.C: - die instead of abort
7821:
7822: 2009-10-06 misha
7823:
7824: * src/main/pa_common.C: - don't allocate memory during
7825: capitalization if input string is already capitalized
7826:
7827: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7828:
7829: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7830: use format function because it calls malloc
7831:
7832: * src/include/pa_common.h: - more capitalized headers were added
7833:
7834: * src/main/pa_common.C: - in safe mode clear executable bits during
7835: file writing
7836:
7837: 2009-10-05 misha
7838:
7839: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7840:
7841: 2009-10-03 misha
7842:
7843: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7844: ^img.text[] & ^img.length[] can work in utf-8 now
7845:
7846: * src/: include/pa_charset.h, main/pa_charset.C: - class
7847: UTF8_string_iterator was added
7848:
7849: * src/classes/image.C: - respect utf-8 when calculate alphabet
7850: length
7851:
7852: * src/classes/mail.C: - check from before get message.cstr
7853:
7854: 2009-10-02 misha
7855:
7856: * tests/233.html: - test for image.font, image.length, image.text
7857: with text in utf-8 were added
7858:
7859: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7860:
7861: * buildall-with-xml, buildall-without-xml: - comment about gc
7862: version for freebsd 4 was added
7863:
7864: 2009-10-01 misha
7865:
7866: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7867: terminator) - read_pipe were slightly optimized
7868:
7869: 2009-09-28 misha
7870:
7871: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7872: removed
7873:
7874: * src/types/pa_vmail.C: - forgot about space after ':'
7875:
7876: * src/types/pa_vmail.C: - escape filenames while preparing mail
7877: body - small simplifications
7878:
7879: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7880: inout params like pa_base64
7881:
7882: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7883: option $.debug-print(1) was added to mail:send - changes for
7884: using uue_encode which uses less memory
7885:
7886: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7887:
7888: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7889: memory now
7890:
7891: 2009-09-26 misha
7892:
7893: * src/types/pa_vmail.C: - default encoding now is base64
7894:
7895: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7896:
7897: 2009-09-25 misha
7898:
7899: * src/types/pa_vmail.C: - capitalization of headers was added to
7900: sending mail as well
7901:
7902: * buildall-with-xml: - catalog package was removed from libxml
7903:
7904: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7905: win32 absolute path
7906:
7907: * src/include/pa_common.h: - one more capitalized header was added
7908:
7909: 2009-09-22 misha
7910:
7911: * INSTALL: - comment about building just httpd binary while
7912: building apache module was added
7913:
7914: 2009-09-21 misha
7915:
7916: * buildall-with-xml: - moving to the latest versions of xml libs:
7917: libxml 2.7.4 and libxslt 1.1.25
7918:
7919: 2009-09-19 misha
7920:
7921: * tests/231.html: - test for encoding cookie in win-1251
7922:
7923: 2009-09-18 misha
7924:
7925: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7926: object] were added
7927:
7928: * operators.txt: - info about method ^reflection:fields[class or
7929: object] was added
7930:
7931: * src/classes/reflection.C: - method ^reflection:fields[class or
7932: object] was added
7933:
7934: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7935: methods get_fields were added
7936:
7937: * tests/232.html: - tests for @GET[name]
7938:
7939: * src/classes/table.C: - some changes in handling hash-options for
7940: creare, join and locate
7941:
7942: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7943: defined with option: the type of requested value
7944:
7945: 2009-09-17 misha
7946:
7947: * tests/212.html: - tests for .pattern and .options were added
7948:
7949: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7950: $regex.options were added
7951:
7952: 2009-09-11 misha
7953:
7954: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7955: rewrited. it checks not just one case of sending cookies during
7956: file::load[http], but also sending headers and fields (including
7957: files)
7958:
7959: 2009-09-10 misha
7960:
7961: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7962: was removed => now parser can open files with Russian 'r' in
7963: filename
7964:
7965: * src/main/untaint.C: - bugfix: client charset whould be analized
7966: while escaping cookies but now source charset
7967:
7968: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7969: ^tainted[uri] so it was possible to make request with incorrect
7970: http header
7971:
7972: * src/main/pa_http.C: - capitalization of http headers during
7973: file::load[http was slightly changes - bugfix: all headers which
7974: parser sends during file::load[http should be transcoded and only
7975: then escaped
7976:
7977: * src/main/untaint.C: - a bit more comments were added
7978:
7979: * src/classes/: file.C, string.C: - types where changes (minus 2
7980: warnings)
7981:
7982: * src/include/pa_common.h: - 2 capitalized strings for making http
7983: headers during file::load[http were added
7984:
7985: 2009-09-08 misha
7986:
7987: * operators.txt: - changes in file.save and string.save were added
7988:
7989: * tests/: 230.html, 230.txt: - tests for checking options in
7990: file.save and string.save were added
7991:
7992: * src/main/pa_request.C: - http headers names, which are passed to
7993: SAPI::add_header_attribute are lowercased now (it'll be
7994: capitalized in that method)
7995:
7996: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7997: classes/string.C: - file_write accepts Request_charsets and asked
7998: charset and cound transcode content before writing - string.save
7999: and file.save have option $.charset now
8000:
8001: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8002: classes/xdoc.C: - file_write accepts Request_charsets and asked
8003: charset and cound transcode content before writing
8004:
8005: * src/include/pa_exception.h: - new exception comment string was
8006: defined
8007:
8008: 2009-09-07 misha
8009:
8010: * src/main/compile.y: - grammar $name\ name stops now for regex
8011: sub-pattern\s
8012:
8013: 2009-09-04 misha
8014:
8015: * src/main/pa_http.C: - capitalization of http headers during
8016: file::load[http was implemented
8017:
8018: 2009-09-03 misha
8019:
8020: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8021: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8022: types/pa_vmail.C, targets/cgi/parser3.C,
8023: targets/isapi/parser3isapi.C: - back to storing response http
8024: headers in lowercase - capitalize them during output
8025:
8026: 2009-08-31 misha
8027:
8028: * src/classes/table.C: - allow call with any brackets (it could be
8029: useful in methods with explict result declaration)
8030:
8031: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8032: correctly if $request:charset==koi8-r
8033:
8034: 2009-08-30 misha
8035:
8036: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8037: changed: content-type => Content-type and so on
8038:
8039: * src/classes/file.C, src/include/pa_common.h,
8040: src/include/pa_request.h, src/main/pa_http.C,
8041: src/main/pa_request.C, src/types/pa_vcookie.C,
8042: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8043: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8044: tests/results/002.processed, tests/results/003.processed,
8045: tests/results/004.processed, tests/results/005.processed,
8046: tests/results/006.processed, tests/results/007.processed,
8047: tests/results/008.processed, tests/results/009.processed,
8048: tests/results/010.processed, tests/results/011.processed,
8049: tests/results/012.processed, tests/results/013.processed,
8050: tests/results/014.processed, tests/results/015.processed,
8051: tests/results/016.processed, tests/results/017.processed,
8052: tests/results/018.processed, tests/results/019.processed,
8053: tests/results/020.processed, tests/results/021.processed,
8054: tests/results/022.processed, tests/results/023.processed,
8055: tests/results/024.processed, tests/results/025.processed,
8056: tests/results/026.processed, tests/results/027.processed,
8057: tests/results/028.processed, tests/results/029.processed,
8058: tests/results/030.processed, tests/results/031.processed,
8059: tests/results/032.processed, tests/results/033.processed,
8060: tests/results/034.processed, tests/results/035.processed,
8061: tests/results/036.processed, tests/results/037.processed,
8062: tests/results/038.processed, tests/results/039.processed,
8063: tests/results/040.processed, tests/results/041.processed,
8064: tests/results/042.processed, tests/results/043.processed,
8065: tests/results/044.processed, tests/results/045.processed,
8066: tests/results/046.processed, tests/results/047.processed,
8067: tests/results/048.processed, tests/results/049.processed,
8068: tests/results/050.processed, tests/results/051.processed,
8069: tests/results/052.processed, tests/results/053.processed,
8070: tests/results/054.processed, tests/results/055.processed,
8071: tests/results/056.processed, tests/results/057.processed,
8072: tests/results/058.processed, tests/results/059.processed,
8073: tests/results/060.processed, tests/results/061.processed,
8074: tests/results/062.processed, tests/results/063.processed,
8075: tests/results/064.processed, tests/results/065.processed,
8076: tests/results/066.processed, tests/results/067.processed,
8077: tests/results/068.processed, tests/results/069.processed,
8078: tests/results/070.processed, tests/results/071.processed,
8079: tests/results/072.processed, tests/results/073.processed,
8080: tests/results/074.processed, tests/results/075.processed,
8081: tests/results/076.processed, tests/results/077.processed,
8082: tests/results/078.processed, tests/results/079.processed,
8083: tests/results/080.processed, tests/results/081.processed,
8084: tests/results/082.processed, tests/results/083.processed,
8085: tests/results/084.processed, tests/results/085.processed,
8086: tests/results/086.processed, tests/results/087.processed,
8087: tests/results/088.processed, tests/results/089.processed,
8088: tests/results/090.processed, tests/results/091.processed,
8089: tests/results/092.processed, tests/results/093.processed,
8090: tests/results/094.processed, tests/results/095.processed,
8091: tests/results/096.processed, tests/results/097.processed,
8092: tests/results/098.processed, tests/results/099.processed,
8093: tests/results/100.processed, tests/results/101.processed,
8094: tests/results/102.processed, tests/results/103.processed,
8095: tests/results/104.processed, tests/results/105.processed,
8096: tests/results/106.processed, tests/results/107.processed,
8097: tests/results/108.processed, tests/results/109.processed,
8098: tests/results/110.processed, tests/results/111.processed,
8099: tests/results/112.processed, tests/results/113.processed,
8100: tests/results/114.processed, tests/results/115.processed,
8101: tests/results/116.processed, tests/results/117.processed,
8102: tests/results/118.processed, tests/results/119.processed,
8103: tests/results/120.processed, tests/results/121.processed,
8104: tests/results/122.processed, tests/results/123.processed,
8105: tests/results/124.processed, tests/results/125.processed,
8106: tests/results/126.processed, tests/results/127.processed,
8107: tests/results/128.processed, tests/results/129.processed,
8108: tests/results/130.processed, tests/results/131.processed,
8109: tests/results/132.processed, tests/results/133.processed,
8110: tests/results/134.processed, tests/results/135.processed,
8111: tests/results/136.processed, tests/results/138.processed,
8112: tests/results/139.processed, tests/results/140.processed,
8113: tests/results/141.processed, tests/results/142.processed,
8114: tests/results/143.processed, tests/results/144.processed,
8115: tests/results/145.processed, tests/results/146.processed,
8116: tests/results/147.processed, tests/results/148.processed,
8117: tests/results/149.processed, tests/results/150.processed,
8118: tests/results/151.processed, tests/results/152.processed,
8119: tests/results/153.processed, tests/results/154.processed,
8120: tests/results/155.processed, tests/results/156.processed,
8121: tests/results/157.processed, tests/results/158.processed,
8122: tests/results/159.processed, tests/results/160.processed,
8123: tests/results/161.processed, tests/results/162.processed,
8124: tests/results/163.processed, tests/results/164.processed,
8125: tests/results/165.processed, tests/results/166.processed,
8126: tests/results/167.processed, tests/results/168.processed,
8127: tests/results/169.processed, tests/results/170.processed,
8128: tests/results/171.processed, tests/results/172.processed,
8129: tests/results/173.processed, tests/results/174.processed,
8130: tests/results/175.processed, tests/results/176.processed,
8131: tests/results/177.processed, tests/results/178.processed,
8132: tests/results/179.processed, tests/results/180.processed,
8133: tests/results/181.processed, tests/results/182.processed,
8134: tests/results/183.processed, tests/results/184.processed,
8135: tests/results/185.processed, tests/results/186.processed,
8136: tests/results/187.processed, tests/results/188.processed,
8137: tests/results/189.processed, tests/results/190.processed,
8138: tests/results/191.processed, tests/results/192.processed,
8139: tests/results/193.processed, tests/results/194.processed,
8140: tests/results/195.processed, tests/results/196.processed,
8141: tests/results/197.processed, tests/results/198.processed,
8142: tests/results/199.processed, tests/results/200.processed,
8143: tests/results/201.processed, tests/results/202.processed,
8144: tests/results/203.processed, tests/results/204.processed,
8145: tests/results/205.processed, tests/results/206.processed,
8146: tests/results/207.processed, tests/results/208.processed,
8147: tests/results/209.processed, tests/results/210.processed,
8148: tests/results/211.processed, tests/results/212.processed,
8149: tests/results/213.processed, tests/results/214.processed,
8150: tests/results/215.processed, tests/results/216.processed,
8151: tests/results/217.processed, tests/results/218.processed,
8152: tests/results/219.processed, tests/results/220.processed,
8153: tests/results/221.processed, tests/results/222.processed,
8154: tests/results/223.processed, tests/results/224.processed,
8155: tests/results/225.processed, tests/results/226.processed,
8156: tests/results/227.processed, tests/results/228.processed,
8157: tests/results/229.processed: - http headers were changed:
8158: content-type => Content-type and so on
8159:
8160: 2009-08-27 misha
8161:
8162: * src/: main/pa_random.C, include/pa_random.h,
8163: targets/cgi/parser3.C: - year was updated :)
8164:
8165: 2009-08-26 misha
8166:
8167: * tests/: 224.html, 224.p: - test for creating of parser object
8168: using constructor without params - little bugfix in test
8169:
8170: * src/main/compile_tools.h: - bugfix: should't call autouse while
8171: checking existed class while processing partial option
8172:
8173: * src/classes/reflection.C: - bugfix: core when creating object
8174: with reflection and constructor doesn't have params
8175:
8176: 2009-08-24 misha
8177:
8178: * tests/229.html: - tests for checking the number of parameters
8179: were added
8180:
8181: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8182: number of method's parameters wasn't checked correctly (the bug
8183: was introduced in 3.4.0)
8184:
8185: 2009-08-22 misha
8186:
8187: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8188: transcoded, but tainted pieces are escaped only when
8189: content-type==url-encoding
8190:
8191: * tests/228.html: - test for checking
8192: ^file::load[http://...;$.body[]]
8193:
8194: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8195: post charset was too early (charsets is empty at this moment)
8196:
8197: 2009-08-21 misha
8198:
8199: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8200: main/untaint.C: - some fixes with transcode+untaint
8201:
8202: 2009-08-15 misha
8203:
8204: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8205: was increaced to 100 (was 50)
8206:
8207: * tests/227.html: - test for checking overriding properties in
8208: static classes was added
8209:
8210: * tests/: 226.html, 226.p: - test for @autoload[] was added
8211:
8212: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8213: main/execute.C, main/pa_request.C, classes/reflection.C: -
8214: autouse was implemented
8215:
8216: 2009-08-14 misha
8217:
8218: * src/classes/reflection.C: - outdated checkout was removed
8219:
8220: * src/classes/reflection.C: - optimization - method ^dynamical was
8221: added.
8222:
8223: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8224: types/pa_vstateless_class.h, main/execute.C: - optimization
8225:
8226: * src/types/pa_vclass.C: - exception if base on sytem class
8227:
8228: 2009-08-12 misha
8229:
8230: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8231: pa_vstateless_class.h: - little optimisation
8232:
8233: 2009-08-11 misha
8234:
8235: * tests/224.html: - method_params => method_info - checking for
8236: $.inherited
8237:
8238: * src/classes/reflection.C, operators.txt: - method method_params
8239: was renamed to method_info and now it returns class name, if
8240: method was defined in ancestor
8241:
8242: * tests/225.html: - tests for cheching properties in hierarhical
8243: classes were added
8244:
8245: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8246: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8247: main/compile.y, main/execute.C, classes/classes.C: - problems
8248: with properties in new classes implementation were fixed
8249:
8250: 2009-08-10 misha
8251:
8252: * src/main/execute.C: - now constructor shouldn't be defined in
8253: class. it could be defined in parent.
8254:
8255: 2009-08-09 misha
8256:
8257: * src/classes/reflection.C: - ^reflection:methods doesn't return
8258: base's methods
8259:
8260: 2009-08-08 misha
8261:
8262: * src/: classes/classes.h, classes/date.C, classes/file.C,
8263: classes/form.C, classes/hash.C, classes/hashfile.C,
8264: classes/image.C, classes/mail.C, classes/op.C,
8265: classes/reflection.C, classes/regex.C, classes/string.C,
8266: classes/table.C, classes/xdoc.C, classes/xnode.C,
8267: classes/xnode.h, include/pa_hash.h, main/execute.C,
8268: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8269: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8270: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8271: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8272: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8273: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8274: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8275: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8276: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8277: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8278: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8279: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8280: types/pa_vresponse.C, types/pa_vresponse.h,
8281: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8282: types/pa_vstateless_object.h, types/pa_vstatus.C,
8283: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8284: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8285: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8286: types/pa_wwrapper.h, types/types.vcproj: - new classes
8287: implementation
8288:
8289: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8290: USE_MUNMAP is used. so it is disabled as a workaround.
8291:
8292: 2009-08-05 misha
8293:
8294: * src/: main/pa_common.C, include/pa_common.h: - not needed
8295: parameter was removed
8296:
8297: * src/main/pa_http.C: - bugfix: error was during detecting
8298: content-type of file which was loaded by http
8299:
8300: 2009-08-01 misha
8301:
8302: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8303: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8304: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8305: can't be disabled with defines any longer
8306:
8307: 2009-07-29 misha
8308:
8309: * src/classes/reflection.C, tests/results/224.processed: - for
8310: native methods with any call type now returned empty call_type
8311: value
8312:
8313: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8314: classes/table.C, include/pa_hash.h, include/pa_request.h,
8315: main/pa_request.C: - break in cycles was optimized
8316:
8317: * INSTALL: - more defines were described
8318:
8319: 2009-07-28 misha
8320:
8321: * operators.txt: - some changes in information about reflection
8322: class
8323:
8324: * tests/: 224.html, 224.p: - tests for reflection class
8325:
8326: * src/classes/reflection.C: - some bugs were fixed, method classes
8327: was added, refactoring
8328:
8329: 2009-07-26 misha
8330:
8331: * src/classes/classes.vcproj: - reflection class wass added to
8332: project
8333:
8334: * operators.txt: - information about reflection class was added
8335:
8336: * src/classes/reflection.C: - class was redesigned
8337:
8338: 2009-07-24 misha
8339:
8340: * src/classes/: Makefile.am, reflection.C: - class reflection was
8341: added
8342:
8343: * src/types/pa_vstateless_class.h: - method for reflection method's
8344: in classes was added
8345:
8346: 2009-07-22 misha
8347:
8348: * src/main/compile_tools.h: - bugfix: $object.$var was
8349: over-optimized. it failed if $object1.$object2.field
8350:
8351: 2009-07-16 misha
8352:
8353: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8354: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8355: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8356: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8357: one more arg: length of cord
8358:
8359: 2009-07-15 misha
8360:
8361: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8362: tainted in ^file::load[http://...;$.cookies[]]
8363:
8364: * src/classes/: op.C, regex.C, string.C: - new string with
8365: exception was used
8366:
8367: * src/include/pa_exception.h: - new string with exception was added
8368:
8369: * tests/223.html: - test for checking cookie-encoding during
8370: ^file::load[http was added
8371:
8372: * tests/: 221.html, 222.html: - tests for checking type of
8373: $table.fields.field were added
8374:
8375: * src/types/pa_vtable.C: - not used var decl was removed
8376:
8377: * src/include/pa_string.h: - use cached string length in Body::mid.
8378: it improves speed of match with brackets in pattern
8379:
8380: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8381: outside
8382:
8383: 2009-07-14 misha
8384:
8385: * src/types/pa_vtable.C: - $table.fields.a return string even if
8386: column is empty (sometime returned void) - $table.fields was
8387: added for nameless tables
8388:
8389: * src/targets/cgi/getopt.c: - one warning resolved
8390:
8391: * src/main/pa_string.C: - potentian bug fixed
8392:
8393: * src/classes/op.C: - small optimization in taint/untaint
8394:
8395: 2009-07-13 misha
8396:
8397: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8398: added
8399:
8400: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8401: souldn't add the attribut to output
8402:
8403: 2009-07-11 misha
8404:
8405: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8406: stack size was increaced to 2MB (default=1MB)
8407:
8408: 2009-07-08 misha
8409:
8410: * src/main/pa_string.C: - link to UTF-8 description was added
8411:
8412: * src/include/pa_hash.h: - hash keeps element's order in more
8413: places (ex: ._keys[])
8414:
8415: * tests/220.html: - test for checking order of elements in hash in
8416: foreach was added
8417:
8418: * tests/172.html: - small changes in printing hash
8419:
8420: * tests/129.html: - small changes in printing hash
8421:
8422: * src/: include/pa_common.h, include/pa_hash.h,
8423: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8424: types/pa_vmethod_frame.h: - hash now keeps order of elements
8425:
8426: * tests/014.html: - small changes in printing hash
8427:
8428: 2009-07-07 misha
8429:
8430: * src/classes/op.C: - new taint language "parser-code" was added
8431:
8432: * tests/219.html: - test for auto untaint parser code in process
8433: was added
8434:
8435: * src/classes/op.C: - tainted pieces in body of process are
8436: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8437:
8438: * src/: include/pa_string.h, main/untaint.C: - new language
8439: L_PARSER_CODE for auto-untaint in process was added
8440:
8441: * src/: classes/file.C, classes/hash.C, classes/image.C,
8442: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8443: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8444: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8445: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8446: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8447: code cleanup
8448:
8449: 2009-07-06 misha
8450:
8451: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8452: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8453: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8454:
8455: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8456: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8457: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8458: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8459: should be used
8460:
8461: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8462: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8463: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8464: untaint_cstr[m] should be used
8465:
8466: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8467: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8468:
8469: * tests/218.html: - test for checking automatic file-spec-taint was
8470: added
8471:
8472: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8473: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8474: classes/file.C, classes/hash.C, classes/image.C,
8475: classes/string.C, classes/table.C, classes/void.C,
8476: classes/xdoc.C: - optimizations and simplification of
8477: string.cstr(...)
8478:
8479: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8480: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8481: - optimizations and simplification of string.cstr(...)
8482:
8483: 2009-07-04 misha
8484:
8485: * tests/217.html: - test for recursion detection was added
8486:
8487: * src/: types/types.vcproj, main/main.vcproj,
8488: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8489: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8490: from .vcproj
8491:
8492: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8493:
8494: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8495: uploading files and case-insensitive http-method were added
8496:
8497: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8498: tainted pattern in ^file:list[] was added
8499:
8500: 2009-07-03 misha
8501:
8502: * src/: classes/classes.vcproj, main/main.vcproj,
8503: types/types.vcproj, targets/cgi/parser3.vcproj,
8504: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8505: for dynamic_cast) - little options changes
8506:
8507: * src/main/pa_http.C: - file::load[http works now with uploading
8508: files _and_ changing $.charset
8509:
8510: 2009-06-29 misha
8511:
8512: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8513: while creating pattern
8514:
8515: 2009-06-25 misha
8516:
8517: * src/classes/image.C, operators.txt: - options' names for
8518: ^image.font were changed to $.space, $.width and $spacing -
8519: default space width now == gif's width
8520:
8521: 2009-06-24 misha
8522:
8523: * tests/215.html: - tests for $file.mode were added
8524:
8525: * operators.txt: - added info about $file.mode and changes in
8526: ^image.font[
8527:
8528: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8529: param now could be omited - third param now could be hash (with
8530: all widths options: $.space-width, $.letter-width) - it's
8531: possible to specify tracking ($.letter-space)
8532:
8533: * src/classes/file.C: - file objects now could have mode field
8534: (text|binary)
8535:
8536: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8537:
8538: 2009-06-23 misha
8539:
8540: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8541: trim can work with utf-8 chars now
8542:
8543: 2009-06-20 misha
8544:
8545: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8546: was implemented
8547:
8548: * src/classes/table.C: - string length cacheing was implemented
8549:
8550: * src/include/pa_string.h: - string length cacheing was implemented
8551:
8552: 2009-06-17 misha
8553:
8554: * src/main/execute.C: - value param was removed from
8555: WContext::WContext
8556:
8557: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8558: pa_wwrapper.h: - value param was removed from WContext::WContext
8559: - field wcontext was removed from VCodeFrame (using fparent
8560: instead)
8561:
8562: * tests/214.html: - test with hash copying
8563:
8564: 2009-06-16 misha
8565:
8566: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8567: strings doesn't work in expression anymore
8568:
8569: * src/main/execute.C: - less calls for get_constructing() - little
8570: refactoring
8571:
8572: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8573: include/pa_request.h: - less calls for get_constructing()
8574:
8575: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8576: introduced with OPTIMIZE_SINGLE_STRING optimization
8577:
8578: 2009-06-14 misha
8579:
8580: * src/: classes/date.C, classes/file.C, classes/hash.C,
8581: classes/hashfile.C, classes/image.C, classes/regex.C,
8582: classes/table.C, classes/xdoc.C, classes/xnode.h,
8583: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8584: types/pa_vstateless_class.h, main/execute.C: - create object for
8585: storing object's fields only for parser objects
8586:
8587: 2009-06-13 misha
8588:
8589: * buildall-with-xml, buildall-without-xml: - new option was added
8590: for building GC (it slightly reduces memory usage)
8591:
8592: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8593: single string write
8594:
8595: * src/main/execute.C: - bytecode optimization of ^class:constructor
8596: - optimization of single string write
8597:
8598: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8599: - bytecode optimization of ^class:constructor
8600:
8601: 2009-06-09 misha
8602:
8603: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8604: main (better compatibility)
8605:
8606: 2009-06-08 misha
8607:
8608: * src/main/compile.y: - I've forgot to commit it :(
8609:
8610: 2009-06-07 misha
8611:
8612: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8613: WITH_READ and WITH_ROOT
8614:
8615: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8616: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8617: WITH_ROOT - little refactoring
8618:
8619: 2009-06-06 misha
8620:
8621: * tests/213.html: - tests for 3rd match string-param were added
8622:
8623: * src/classes/string.C: - 3rd match param could be string now
8624:
8625: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8626: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8627: GET_OBJECT_ELEMENT
8628:
8629: 2009-06-05 misha
8630:
8631: * src/main/pa_http.C: - bugfix: content-length was not calculated
8632: if $.body was specified
8633:
8634: 2009-06-04 misha
8635:
8636: * src/classes/op.C: - optimizing write_assign_lang in connect
8637:
8638: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8639:
8640: * src/main/execute.C: - little refactoring - optimizing
8641: write_assign_lang in taint/untaint
8642:
8643: * src/include/pa_opcode.h: - little refactoring
8644:
8645: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8646: main/compile_tools.h, main/execute.C: - optimizations for
8647: $self.field, ^self.method, $self.field[...] and $self.field(...)
8648: were added
8649:
8650: 2009-06-03 misha
8651:
8652: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8653:
8654: 2009-06-02 misha
8655:
8656: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8657: include/pa_opcode.h: - refactoring in last optimizations
8658: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8659: now but code is much easy and it is ready for further
8660: improvements.
8661:
8662: 2009-05-27 misha
8663:
8664: * src/: types/pa_junction.h, types/pa_vjunction.C,
8665: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8666: changed in destructing junctions
8667:
8668: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8669: String:Body
8670:
8671: 2009-05-26 misha
8672:
8673: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8674: one method detect_charset was deleted - bug was fixed in this
8675: method (error while detecting charset in content_type withot last
8676: ';')
8677:
8678: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8679: once
8680:
8681: 2009-05-25 misha
8682:
8683: * src/classes/file.C: - bugfix: file::exec didn't work after
8684: optimizing of helper_length
8685:
8686: 2009-05-24 misha
8687:
8688: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8689: were added - little refactoring
8690:
8691: * src/main/execute.C: - core while printing in debug log
8692: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8693: optimisations were added
8694:
8695: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8696: were added
8697:
8698: 2009-05-23 misha
8699:
8700: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8701: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8702: CORD_cat optimization
8703:
8704: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8705: - call constr optimisation under separate define now
8706:
8707: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8708: in $b should be string, not void
8709:
8710: * src/main/compile.y: - little fix for rem-cut optimisation
8711:
8712: * src/: include/pa_opcode.h, main/compile_tools.C,
8713: main/compile_tools.h, main/execute.C: - optimisations for
8714: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8715:
8716: * INSTALL: - description of some #defined were added
8717:
8718: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8719: before 1st access (memory usage is reduced if don't access to
8720: .text field)
8721:
8722: * src/include/pa_array.h: - array grows step now not static (it
8723: reduces numbers of reallocs)
8724:
8725: 2009-05-20 misha
8726:
8727: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8728: $.b(2), $c[d] and $.e[f] was added
8729:
8730: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8731: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8732: $.e[f] was added
8733:
8734: * src/main/execute.C: - debug printing moved in defines
8735:
8736: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8737: and little refactoring for OP_GET_OBJECT_ELEMENT +
8738: OP_GET_OBJECT_VAR_ELEMENT optimisation
8739:
8740: 2009-05-19 misha
8741:
8742: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8743: execute.C: - $a.$b & ^a.$b bytecode optimisation
8744:
8745: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8746: ^a.$b optimisation)
8747:
8748: * src/main/compile.y: - compiler now generate new opcodes:
8749: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8750: ^a.b - compiler now cut off ^rem{ with all content ; any number
8751: of params }
8752:
8753: * src/main/execute.C: - code for handle new opcodes
8754: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8755:
8756: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8757: added for LA2V and LA2S
8758:
8759: * src/include/pa_opcode.h: - new defines which can be used for
8760: disable some bytecode optimisation and new opcodes were added
8761:
8762: 2009-05-17 misha
8763:
8764: * src/lib/cord/cordxtra.c: - bugfix.
8765:
8766: * tests/212.html: - .size[] and .study_size[] were added to tests
8767:
8768: * operators.txt: - info about regex class was added
8769:
8770: * tests/212.html: - tests for regex class were added
8771:
8772: 2009-05-16 misha
8773:
8774: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8775: gc7.1
8776:
8777: * tests/022.html: - test for ^file:list[path;] (empty second param)
8778: was added
8779:
8780: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8781: param) should work
8782:
8783: 2009-05-15 misha
8784:
8785: * src/classes/table.C: - automatically disable stringstream usage
8786: on freebsd4
8787:
8788: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8789: scope
8790:
8791: * tests/211.html: - test with different types of access to hash was
8792: added
8793:
8794: * tests/210.html: - test which checks for loosing tainting in
8795: hash's keys was added
8796:
8797: * tests/208.html: - some parser work added. or stime == 0 %-)
8798:
8799: * src/lib/cord/cordbscs.c: - little hack was added to cord
8800:
8801: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8802:
8803: * src/include/pa_version.h, configure.in: - moko have made a lot of
8804: optimisations for increacing version number more dramatically :)
8805:
8806: * src/classes/date.C: - little refactoring: use constructor which
8807: accepts formated string
8808:
8809: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8810: which can print formatted string was added
8811:
8812: 2009-05-14 misha
8813:
8814: * src/include/pa_string.h: - type was fixed
8815:
8816: * src/: classes/hashfile.C, classes/op.C,
8817: include/pa_cache_managers.h, include/pa_charset.h,
8818: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8819: include/pa_request.h, include/pa_sql_driver_manager.h,
8820: include/pa_string.h, include/pa_stylesheet_manager.h,
8821: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8822: main/pa_charsets.C, main/pa_string.C,
8823: main/pa_stylesheet_connection.C, types/pa_value.h,
8824: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8825: types/pa_vobject.C, types/pa_vstateless_class.C,
8826: types/pa_vstateless_class.h: - hash_code caching was implemented
8827: (seaches should be faster now)
8828:
8829: * src/: classes/file.C, classes/hash.C, classes/image.C,
8830: classes/string.C, classes/table.C, include/pa_string.h,
8831: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8832: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8833: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8834: types/pa_vrequest.C: - String constructors don't have that stupid
8835: true/false param which means 'tainted'. they accept lang instead.
8836:
8837: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8838: with OPTIMIZE_RESULT
8839:
8840: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8841: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8842:
8843: 2009-05-13 misha
8844:
8845: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8846: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8847: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8848: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8849: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8850: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8851: include/pa_string.h, classes/date.C, classes/file.C,
8852: classes/hash.C, classes/image.C, classes/string.C,
8853: classes/table.C, classes/xdoc.C: - result optimisation -
8854: helper_length parameter removed from string constructors
8855:
8856: 2009-05-11 misha
8857:
8858: * tests/209.html: - tests for ^hash::create[hash] were added
8859:
8860: * tests/208.html: - tests for $status:rusage, $status:memory,
8861: ^memory:compact[] were added
8862:
8863: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8864: log10 were added
8865:
8866: * tests/206.html: - test for try with finally was added
8867:
8868: 2009-05-10 misha
8869:
8870: * tests/205.html: - test for ^file::create[...] was added
8871:
8872: * tests/204.html: - test for ^response:clear[] was added
8873:
8874: * tests/038.html: - tests for trigonometric functions were added
8875:
8876: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8877: added - more tests for .add, .sub, .union, .intersects and
8878: .intersections
8879:
8880: * tests/065.html: - test for ^file:dirname was added
8881:
8882: * tests/030.html: - test for $cookie:fields was added
8883:
8884: * tests/203.html: - test for ^h._keys[column name] was added
8885:
8886: * tests/201.html: - tests for .trim were added
8887:
8888: * tests/202.html: - tests for last-day,
8889: date:calendar[type](YYYY;MM;DD) were added
8890:
8891: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8892: .offset[type](N) were added
8893:
8894: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8895: and .pos[c](N) were added
8896:
8897: * tests/141.html: - test for math:sha1 was added
8898:
8899: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8900:
8901: 2009-05-09 misha
8902:
8903: * src/main/compile.y: - rollback
8904:
8905: 2009-05-05 misha
8906:
8907: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8908: replaced by is_empty()
8909:
8910: * src/: include/pa_string.h, main/pa_charset.C: - little
8911: optimisation: somewhere length() was replaced by is_empty()
8912:
8913: * src/classes/table.C: - little optimisation: somewhere length()
8914: was replaced by is_empty()
8915:
8916: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8917: classes/op.C, classes/table.C, main/pa_exception.C: - little
8918: optimisation: somewhere length() was replaced by is_empty()
8919:
8920: 2009-05-04 misha
8921:
8922: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8923: types/pa_vstateless_class.h, main/execute.C,
8924: include/pa_request.h, classes/hash.C, classes/op.C,
8925: classes/table.C: - more optimisations were added: some operators
8926: don't switch write context anylonger
8927:
8928: 2009-05-01 misha
8929:
8930: * src/main/compile.y: - slightly more opcode optimisations for
8931: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8932:
8933: * src/main/execute.C: - simplifying process for getters
8934:
8935: 2009-04-30 misha
8936:
8937: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8938:
8939: * tests/results/199.processed: - test for checking $result into
8940: ^rem was added
8941:
8942: * tests/199.html: - test for checking $result into ^rem was added
8943:
8944: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8945: some OS it returns list in different order)
8946:
8947: * src/: include/pa_array.h, include/pa_request.h,
8948: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8949: changes in stack impl - get_element() optimisation: 3rd param
8950: removed - bugfix: problems with reading empty input param -
8951: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8952:
8953: * tests/results/198.processed: - test for reading empty local var
8954: was added
8955:
8956: * tests/198.html: - test for reading empty local var was added
8957:
8958: 2009-04-29 misha
8959:
8960: * src/main/compile.y: - bugfix: couldn't compile because
8961: OP_VALUE__GET_ELEMENT should be unde #ifdef
8962:
8963: * src/: include/pa_array.h, include/pa_opcode.h,
8964: include/pa_request.h, main/compile.y, main/execute.C,
8965: main/pa_request.C, types/pa_vmethod_frame.C,
8966: types/pa_vmethod_frame.h: - we can work without opcode
8967: OP_STORE_PARAM, so it was removed
8968:
8969: 2009-04-28 misha
8970:
8971: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8972: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8973: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8974: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8975: 4.
8976: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8977:
8978: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8979:
8980: * src/: main/pa_string.C, classes/string.C: - !length() =>
8981: is_empty()
8982:
8983: 2009-04-27 misha
8984:
8985: * src/types/pa_vregex.h: - back explicit vars initialisation
8986:
8987: 2009-04-24 misha
8988:
8989: * src/classes/string.C: - ups. typo fixed
8990:
8991: * src/main/execute.C: - more replacements '*new VBool' to
8992: 'VBool::get' - checks for ^break[], ^continue[] and
8993: parser.interrupted were optimised
8994:
8995: * src/classes/string.C: - number of params.count() calls was
8996: slightly reduced
8997:
8998: 2009-04-23 misha
8999:
9000: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9001: make it x64 friendly
9002:
9003: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9004: parser is x64 friendly now
9005:
9006: 2009-04-22 misha
9007:
9008: * src/types/pa_vhashfile.C: - coder friendly exception about
9009: exceeding record size was added
9010:
9011: * src/classes/file.C: - use vregex object instead of direct calls
9012: methods from pcre lib
9013:
9014: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9015: classes/string.C: - use vregex object instead of direct calls
9016: methods from pcre lib
9017:
9018: * src/: include/pa_common.h, main/pa_common.C: - method
9019: print_pcre_exec_error_text was moved to class vregex
9020:
9021: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9022: was added
9023:
9024: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9025: - class vregex was added
9026:
9027: 2009-04-21 misha
9028:
9029: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9030:
9031: * src/: types/pa_junction.h, types/pa_value.C,
9032: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9033: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9034: junction-optimisation (destructors)
9035:
9036: * src/include/pa_array.h: - free under if now
9037:
9038: 2009-04-19 misha
9039:
9040: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9041:
9042: 2009-04-18 misha
9043:
9044: * src/include/pa_version.h:
9045: :q :
9046:
9047: CV:
9048: ----------------------------------------------------------------------
9049:
9050: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9051: refactoring
9052:
9053: * src/: include/pa_array.h, include/pa_hash.h,
9054: types/pa_vmethod_frame.h: - destructors under #ifdef now
9055:
9056: * src/include/pa_memory.h: - define for using destructors was added
9057:
9058: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9059: main/execute.C: - some junctions will be cached now
9060:
9061: * src/include/pa_hash.h: - hash destructor frees pairs now
9062:
9063: * src/include/pa_array.h: - inline was added to destructor
9064:
9065: * src/types/pa_method.h: - comment was changed
9066:
9067: 2009-04-17 misha
9068:
9069: * src/: include/pa_array.h, include/pa_hash.h,
9070: types/pa_vmethod_frame.h: - destructors were added
9071:
9072: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9073: renamed to always_use_result
9074:
9075: * src/main/: compile.y, compile_tools.h: - rollback changes in
9076: compiler: full backward compatibility is better
9077:
9078: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9079: result in var's hash
9080:
9081: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9082: optimisation in method_frame
9083:
9084: * src/include/pa_array.h: - optimisation in array (allocate
9085: elements only when needed)
9086:
9087: * src/types/pa_vresponse.C: - check for $response:headers field
9088: before looking at custom fields
9089:
9090: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9091: not needed to check existance var with name 'result' in var's
9092: hash
9093:
9094: * src/main/compile.y: - compiler was changed: now it detects
9095: writings to $result and set flag writo_to_result in method
9096:
9097: * src/classes/string.C: - little optimisation: no needed to write
9098: number with lang
9099:
9100: * src/main/pa_charset.C: - methods readChar and skipChar which is
9101: used for read utf8-strings were renamed - is_escaped was renamed
9102: to isEscaped (to the same name convention)
9103:
9104: * src/: types/pa_method.h, main/compile_tools.h: - flag
9105: write_to_result added. compiler get this info from code.
9106:
9107: 2009-04-16 misha
9108:
9109: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9110: String only before 1st write
9111:
9112: * src/include/pa_string.h: - not needed template removed
9113:
9114: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9115: types/pa_vjunction.C, types/pa_vproperty.C,
9116: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9117: main/pa_request.C, classes/bool.C, classes/double.C,
9118: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9119: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9120: bool objects)
9121:
9122: 2009-04-15 misha
9123:
9124: * src/lib/cord/cordxtra.c: - more optimisation
9125:
9126: * src/: include/pa_string.h, main/untaint.C: - String::append
9127: optimisation
9128:
9129: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9130: then get and can sometime be used)
9131:
9132: * src/main/pa_string.C: - String::length optimisation
9133:
9134: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9135: these methods read different strings
9136:
9137: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9138: fresult_initial_void removed + some optimisation - if $result
9139: defined we don't write to context anymore
9140:
9141: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9142: need just skip char)
9143:
9144: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9145: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9146: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9147:
9148: * src/types/pa_vvoid.h: - added get() method for retreave one
9149: instance
9150:
9151: 2009-04-11 misha
9152:
9153: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9154:
9155: * tests/197.html: - test for parser://test in xml was added
9156:
9157: * src/classes/string.C: - small optimisation
9158:
9159: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9160: optimisation
9161:
9162: 2009-04-10 misha
9163:
9164: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9165: to pcre-7.8
9166:
9167: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9168:
9169: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9170: added
9171:
9172: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9173: $request:CLASS_NAME were added
9174:
9175: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9176: were added
9177:
9178: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9179: $env:CLASS_NAME were added
9180:
9181: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9182: '@todo' now
9183:
9184: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9185: compirer
9186:
9187: * src/main/pa_string.C: - little code cleanup
9188:
9189: * src/main/pa_common.C: - describe one more UTF-8 related error
9190: during PCRE compile/execute
9191:
9192: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9193: normalizing todo-comments: '@todo' now
9194:
9195: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9196:
9197: * src/main/pa_charset.C: - type changed for making compiler happy
9198:
9199: 2009-03-10 misha
9200:
9201: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9202: in main()
9203:
9204: 2009-02-01 misha
9205:
9206: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9207: boundary
9208:
9209: 2009-01-25 misha
9210:
9211: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9212:
9213: * src/classes/file.C: - more changes for parsing different number
9214: of params for file::load
9215:
9216: * tests/193.html: - tests for exception while base64-decode binary
9217: to string was added
9218:
9219: * tests/192.html: - tests for file::load with different number of
9220: options
9221:
9222: * src/classes/math.C: - ups. forgot '+1'
9223:
9224: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9225: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9226: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9227: (new option $.encode[multipart-form/data] should be specified) -
9228: $.method[] option for file::load now is not case-sensitive
9229:
9230: * src/: include/pa_string.h, main/untaint.C: - for file post the
9231: new taint language L_FILE_POST was added
9232:
9233: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9234: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9235: stuff was moved to separate files
9236:
9237: 2009-01-23 misha
9238:
9239: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9240: spaces to tabs were converted
9241:
9242: 2009-01-12 misha
9243:
9244: * src/main/pa_http.C: - value of $.method[] option force uppercased
9245: now
9246:
9247: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9248: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9249: their names
9250:
9251: * src/main/pa_common.C: - changes in formating
9252:
9253: * src/: classes/file.C, main/pa_http.C: - some constants changed
9254: their names
9255:
9256: * src/include/pa_http.h: - some spaces were converted to tabs
9257:
9258: * src/include/pa_common.h: - some constants changed their names
9259:
9260: * src/classes/file.C: - fixed 4-th paramether for file::load -
9261: little code rewriting
9262:
9263: * src/types/pa_vfile.C: - little code rewriting
9264:
9265: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9266: types/pa_value.h: - some formating changes
9267:
9268: * src/include/pa_common.h: - some formating spaces transformed to
9269: tabs
9270:
9271: * src/classes/string.C: - exception while base64-decode binary to a
9272: string
9273:
9274: 2009-01-11 misha
9275:
9276: * configure.in: - version changed to 3.3.1b
9277:
9278: 2008-09-05 misha
9279:
9280: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9281: release_3_3_0 on 2008-09-05 10:59:35 +0000
9282:
9283: 2008-09-04 misha
9284:
9285: * tests/: 130.html, 131.html: - these exceptions not typeless
9286: anymore
9287:
9288: * src/classes/op.C: - exception with 'invalid taint language' not
9289: typeless anylonger
9290:
9291: * src/classes/image.C: - some exceptions while operations with
9292: image not typeless anymore
9293:
9294: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9295: main/pa_exec.C, main/pa_http.C: - some exceptions while
9296: operations with files not typeless anymore
9297:
9298: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9299: types/pa_vdate.h: - exceptions while checking date range not
9300: typeless anymore
9301:
9302: * src/include/pa_exception.h: - exception type string for invalid
9303: date range was added
9304:
9305: 2008-09-03 misha
9306:
9307: * src/: classes/file.C, main/pa_string.C: - exception while pce
9308: operations not typeless anymore
9309:
9310: * src/include/pa_exception.h: - exception type for pce operations
9311: was added
9312:
9313: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9314: and .CLASS_NAME insite classes
9315:
9316: * src/classes/table.C: - don't save table header whiile
9317: ^table.save[append;filename] if file exists
9318:
9319: 2008-09-02 misha
9320:
9321: * src/main/compile.y, src/main/compile_tools.h,
9322: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9323: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9324: renamed to partial and it login changed: we must mark class as
9325: partial for allow their modifications in future.
9326:
9327: 2008-08-29 misha
9328:
9329: * tests/results/022.processed: - testing taint[regex] in mask for
9330: file:list
9331:
9332: * tests/022.html: - testing taint[regex] in mask for file:list
9333:
9334: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9335: for file:list was added
9336:
9337: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9338: file:list
9339:
9340: 2008-08-26 misha
9341:
9342: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9343: last derived object
9344:
9345: * src/classes/image.C: - many strings "image.format" replaced by
9346: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9347: understand some more exif tags
9348:
9349: * src/include/pa_exception.h: - string "image.format" was added
9350:
9351: 2008-08-21 misha
9352:
9353: * src/: main/pa_string.C, classes/file.C: - use method for print
9354: pcre_exec text error
9355:
9356: * src/main/pa_common.C: - method for print pcre_exec text error was
9357: added
9358:
9359: * src/include/pa_common.h: - method declaration for print pcre_exec
9360: text error was added
9361:
9362: 2008-08-19 misha
9363:
9364: * src/main/execute.C: - bugfix: opcodes must be in separate
9365: namespace while debug execution as well
9366:
9367: * tests/: 015.html, results/015.processed: - test for escaping some
9368: parser chars was added
9369:
9370: 2008-08-18 misha
9371:
9372: * tests/: 190.html, 190.p, results/190.processed: - test for
9373: $caller.self.field + default getter in one class was added
9374:
9375: * tests/: 189.html, results/189.processed: - test for
9376: ^date::create[date object]
9377:
9378: * tests/: 188.html, results/188.processed: - tests for match with
9379: UTF-8 strings
9380:
9381: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9382: ^string.match[]
9383:
9384: * ChangeLog: - parser 3.3.0 beta13
9385:
9386: 2008-08-15 misha
9387:
1.116 moko 9388: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9389: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9390: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9391: dftables.c: - old PCRE files removed
1.95 moko 9392:
9393: * src/lib/pcre/config.h: - configuration for PCRE library
9394:
9395: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9396: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9397:
9398: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9399: library and set flag UTF8 if $request:charset is UTF-8
9400:
9401: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9402: include/pa_config_fixed.h: - moved to new PCRE library
9403:
9404: * src/: main/main.vcproj, types/types.vcproj,
9405: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9406: win32\pcre instead of parser3\src\lib\pcre
9407:
9408: * src/: include/pa_opcode.h, include/pa_operation.h,
9409: main/compile.C, main/compile.y, main/compile_tools.C,
9410: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9411: opcodes were moved to separate namespace
9412:
9413: 2008-08-14 misha
9414:
9415: * src/types/pa_vstateless_class.C: - newline at the end missed
9416:
9417: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9418: tainting
9419:
9420: 2008-08-11 misha
9421:
9422: * tests/: 187.html, 187.p, results/187.processed: - tests for
9423: $caller.self, $caller.self.field and $caller.self.field[value]
9424: were added
9425:
9426: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9427: runtime as well (for $caller.self)
9428:
9429: 2008-07-25 misha
9430:
9431: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9432: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9433: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9434: tests with international characters
9435:
9436: 2008-07-23 misha
9437:
9438: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9439: file::load[...;http://
9440:
9441: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9442: now everywhere in separate namespace
9443:
9444: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9445: for vars
9446:
9447: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9448: can be escaped by '^'
9449:
9450: 2008-07-22 misha
9451:
9452: * src/classes/string.C, tests/186.html: - names changes:
9453: escape=>js-escape, unescape=>js-unescape
9454:
9455: 2008-07-21 misha
9456:
9457: * tests/results/186.processed: - test for string escape/unescape
9458:
9459: * tests/186.html: - test for string escape/unescape
9460:
9461: * src/classes/string.C: - string has escape and unescape methods
9462: now
9463:
9464: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9465: added
9466:
9467: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9468: method-layers added (with different params)
9469:
9470: 2008-07-18 misha
9471:
9472: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9473: was added
9474:
9475: * tests/185.html: - test for ^str.pos[sub](offset) added
9476:
9477: * src/classes/string.C, src/classes/void.C, operators.txt: -
9478: ^string.pos[substr](offset) -- 2nd param accepted now
9479:
9480: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9481: strings
9482:
9483: 2008-07-17 misha
9484:
9485: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9486: helper length added for mid for small optimisation
9487:
9488: 2008-07-16 misha
9489:
9490: * tests/: 185.html, results/185.processed: - tests for
9491: length/left/right/mid/pos with utf-8 strings
9492:
9493: * src/classes/string.C: - left/right/mid/length/pos works fine for
9494: utf-8 strings
9495:
9496: * src/main/untaint.C: - comments removed
9497:
9498: * src/: include/pa_string.h, main/pa_string.C,
9499: include/pa_charset.h, main/pa_charset.C: - methods for working
9500: with pos/mid for strings in utf-8 were added
9501:
9502: 2008-07-15 misha
9503:
9504: * tests/: 184.html, results/184.processed: - test for case body as
9505: expression: $var(^switch(1){^case(1)(true)..})
9506:
9507: * src/classes/op.C: - case body can be expression now:
9508: $var(^switch(1){^case(1)(true)..})
9509:
9510: * tests/: results/183.processed, 183.html: - added test for testing
9511: new cookie encoding (%uXXXX)
9512:
9513: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9514: decoding for backward compatibility they decoded from %XX in
9515: request:charset too
9516:
9517: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9518: - cookie class now decode cookies before first access after last
9519: request:charset changing (as form class).
9520:
9521: * src/main/pa_charset.C: - added method escape for escaping cookies
9522: as %uXXXX - before transcode calculate required space for dest
9523: string. it reduce mem usage for transcode
9524:
9525: * src/include/pa_charset.h: - added method escape for escaping
9526: cookies as %uXXXX
9527:
9528: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9529: was added. will used for escaping cookies as %uXXXX
9530:
9531: * src/include/pa_common.h: - escape method has new option for skip
9532: converting '+' to a space char
9533:
9534: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9535: transcode - escape method has new option for skip converting '+'
9536: to a space char
9537:
9538: 2008-07-08 misha
9539:
9540: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9541: (no UE if more then 1 case matches anylonger) - optimization:
9542: doing searching.as_string() || searching.as_double() only once
9543:
9544: 2008-07-04 misha
9545:
9546: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9547: now ^date::create[date object] works
9548:
9549: * src/classes/string.C: - left and right added as aliases for start
9550: and end in ^string.trim[]
9551:
9552: 2008-07-03 misha
9553:
9554: * src/classes/file.C: - allow $.limit for file::sql as well
9555:
9556: * src/classes/file.C: - allow $.offset option for file::sql - force
9557: send limit=1 to query for use sql specifics authomatically
9558:
9559: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9560: if $.limit value if empty. autoconvert it as everywere
9561:
9562: 2008-07-02 misha
9563:
9564: * configure.in: - time to change version number to 3.3.0 %-)
9565:
9566: * src/include/pa_version.h: - time to change version number to
9567: 3.3.0 %-)
9568:
9569: 2008-06-26 misha
9570:
9571: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9572: $.limit(0) fixes
9573:
9574: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9575: - $.limit(0) fixes
9576:
9577: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9578: new API)
9579:
9580: * src/: include/pa_sql_driver_manager.h,
9581: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9582: classes/op.C: - document_root added
9583:
9584: * src/main/compile.tab.C: - error message was changed
9585:
9586: 2008-06-25 misha
9587:
9588: * src/main/compile.y: - error message was changed
9589:
9590: 2008-06-24 misha
9591:
9592: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9593:
9594: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9595: tests for @OPTIONS\nappend
9596:
9597: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9598:
9599: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9600:
9601: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9602:
9603: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9604: compile.y
9605:
9606: 2008-06-17 misha
9607:
9608: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9609: compilation: ^if(default){true. it's incorrect. must be
9610: exception}
9611:
9612: 2008-06-16 misha
9613:
9614: * tests/: 181.ent, 181.html, results/181.processed: - test for
9615: checking external reference loading with 'http://localhost'
9616: prefix while creating xdoc
9617:
9618: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9619: ^math:long2ip[] and ^math:ip2long[]
9620:
9621: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9622: added which use scalar stateless class method when user object
9623: used in scalar context - use get_scalar_value when user object
9624: requested in scalar context
9625:
9626: * src/main/pa_common.C: - size must be int but not size_t or we
9627: can't compare with 0 sprintf result
9628:
9629: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9630: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9631: with internal switch between local/global vars
9632:
9633: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9634: specified
9635:
9636: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9637: pa_vstateless_object.h: - stateless class and object now has
9638: private scalar field and getter/setter for working with it
9639:
9640: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9641: moved to inet static class
9642:
9643: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9644: class added (^inet:aton[IP], ^inet:ntoa(number))
9645:
9646: * tests/: 180.html, results/180.processed: - tests for
9647: ^math:long2ip(long) and ^math:ip2long[IP]
9648:
9649: * src/classes/math.C: - ^math:ip2long[IP] added
9650:
9651: 2008-06-11 misha
9652:
9653: * src/main/pa_xml_io.C: - use file_read_text again because of we
9654: need cut BOM code and remove DOS newline chars. but don't
9655: transcode it anyway.
9656:
9657: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9658: main/pa_http.C: - option for disable transcoding while file_read
9659: and file_read_text added
9660:
9661: 2008-06-10 misha
9662:
9663: * tests/: 179.html, 179.p, results/179.processed: - test for many
9664: classes in 1 file
9665:
9666: * src/main/: compile.C, compile_tools.h: - compile return list of
9667: classes now.
9668:
9669: * src/main/: compile.y, compile.tab.C: - compile return list of
9670: classes now. internals.
9671:
9672: * src/main/pa_request.C: - compile return list of classes now. try
9673: call @conf and @auto for each returned class
9674:
9675: * src/include/pa_request.h: - compile return list of classes now
9676:
9677: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9678: return list of classes when compile buf)
9679:
9680: 2008-06-07 misha
9681:
9682: * src/main/pa_request.C: - constructing VRequest object with 3rd
9683: param -- form
9684:
9685: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9686: 3rd param: form. needed for get post_charset
9687:
9688: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9689: added
9690:
9691: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9692: types/pa_vform.C, types/pa_vform.h: - some polish
9693:
9694: 2008-06-06 misha
9695:
9696: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9697: charset and decode chars from it but not from response:charset
9698:
9699: * src/main/pa_http.C: - detect_charset moved out of here
9700:
9701: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9702: methods moved here - unescape_chars accepn one charset now
9703:
9704: * src/main/pa_http.C: - new constants used - don't allow
9705: $.content-type in ^file::load[;http://;$.method[POST]] - add
9706: charset info while ^file::load[;http://;$.method[POST]] - option
9707: $.omit-post-charset(true) added to ^file::load[;http://] for
9708: disabling charset during post
9709:
9710: * src/types/pa_vform.C: - new constants used
9711:
9712: * src/include/pa_common.h: - some constants were added
9713:
9714: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9715: instead of StrEqNc
9716:
9717: * src/main/pa_common.C: - new method for caseless search
9718: c-substring in c-string - use isxdigit instead of is_hex_digit
9719:
9720: * src/include/pa_common.h: - new method for caseless search
9721: c-substring in c-string
9722:
9723: 2008-06-05 misha
9724:
9725: * tests/results/178.processed: - test for testing default getter
9726:
9727: * tests/178.html: - test for testing default getter
9728:
9729: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9730: for test for testing default getter
9731:
9732: * src/main/execute.C: - default getter soul
9733:
9734: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9735: requested objects' field not found
9736:
9737: * src/types/pa_vclass.C: - register default getter if defined - get
9738: default getter if requested field not found
9739:
9740: * src/types/pa_vstateless_object.h: - method get_default_getter was
9741: added
9742:
9743: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9744: pointer to default getter and methods for get/set it were added
9745:
9746: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9747: auto_name field (for default getter)
9748:
9749: 2008-06-04 misha
9750:
9751: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9752: transcoding, no cutting BOM code, no fixing line breaks) and get
9753: it to libxml "as is"
9754:
9755: 2008-06-03 misha
9756:
9757: * src/main/pa_common.C: - use store_Char instead of
9758: transcodeCharFromUTF8
9759:
9760: * src/: include/pa_charset.h, main/pa_charset.C: - method
9761: store_Char added, transcodeCharFromUTF8 -- removed
9762:
9763: 2008-06-02 misha
9764:
9765: * tests/: results/177.processed, 177.html: - test for checking
9766: .[acm]date after local ^file::load[] was added
9767:
9768: * tests/: results/176.processed, 176.html: - test for checking
9769: @OPTION\locals + @method[vars][locals] added
9770:
9771: * tests/results/auto.p: - CLASS_PATH specified for checking use
9772:
9773: 2008-05-30 misha
9774:
9775: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9776: @OPTION\nlocals + @method[vars][;locals;] were added
9777:
9778: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9779: moved to separate method op_code - switch from VMethodFrame to
9780: VMethodFrameGlobal + VMethodFrameLocal
9781:
9782: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9783: was moved to separate method op_code
9784:
9785: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9786: VMethodFrame now
9787:
9788: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9789: all_vars_local as well
9790:
9791: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9792: pa_vmethod_frame_local.h, Makefile.am: - who children for
9793: VMethodFrame were added: one (global) works as VMethodFrame
9794: before and second (local) write all vars in self vars scope
9795:
9796: * src/types/pa_method.h: - method has bool flag all_vars_local now
9797:
9798: 2008-05-29 misha
9799:
9800: * tests/: 129.html, results/129.processed: - more tests for
9801: ^table.hash[]
9802:
9803: * src/classes/hash.C: - ^hash::sql has a new option:
9804: $.type[hash|string|table] as ^table.hash[] one.
9805:
9806: * src/classes/op.C: - ^try has 3rd param now: finally code which
9807: executed anyway after try or catch section
9808:
9809: 2008-05-27 misha
9810:
9811: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9812: must not fail if $.distinct(1) wasn't specified
9813:
9814: 2008-05-26 misha
9815:
9816: * src/classes/op.C: - allow ^throw[my type]
9817:
9818: 2008-05-22 misha
9819:
9820: * configure.in, configure: - version number updated to 3.2.4b
9821:
9822: * src/classes/: op.C, string.C: - trim format string before
9823: eval/format
9824:
9825: * tests/: results/175.processed, 175.html: - more tests for
9826: different format strings in .format[]
9827:
9828: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9829: as well (not only %XX)
9830:
9831: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9832: charset specified - checks for format before print number
9833: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9834: (instead of tabs) removed
9835:
9836: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9837: charset specified
9838:
9839: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9840: char in requested charset from utf code was added
9841:
9842: 2008-05-19 misha
9843:
9844: * tests/: 174.html, results/174.processed: - test for
9845: ^hashfile.cleanup[] added
9846:
9847: * src/classes/hashfile.C: - optimization: don't create any key or
9848: value variable if it's name weren't specified
9849: (^hf.foreach[;v]{...})
9850:
9851: 2008-05-16 misha
9852:
9853: * src/classes/hash.C: - optimization: don't create any key variable
9854: if variable name wasn't specified (^h.foreach[;v]{...})
9855:
9856: 2008-05-15 misha
9857:
9858: * src/classes/op.C: - small changes
9859:
9860: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9861:
9862: * src/classes/hash.C: - calculate var_context once before foreach
9863:
9864: 2008-05-14 misha
9865:
9866: * src/classes/hashfile.C: - incorrect vars context calculation for
9867: ^hashfile.foreach[;]{} fixed
9868:
9869: * src/classes/: hash.C, table.C: - little optimisation
9870:
9871: * src/classes/file.C: - bugfix: double absolute path while loading
9872: file
9873:
9874: * tests/: 174.html, results/174.processed: - tests for hashfile
9875: were added
9876:
9877: * buildall-with-xml: - moving to libxslt 1.1.24
9878:
9879: 2008-04-30 misha
9880:
9881: * src/classes/file.C: - stat file while loading (local only) so
9882: .adate, .mdate and .cdate available without additional ::stat
9883:
9884: 2008-04-28 misha
9885:
9886: * src/classes/file.C: - $.name and $.content-type available for
9887: stated file
9888:
9889: 2008-04-14 misha
9890:
9891: * src/targets/cgi/parser3.C: - new year in copyright %-)
9892:
9893: * src/include/pa_version.h: - new version number in head
9894:
9895: 2008-04-10 misha
9896:
9897: * tests/: 080.html, results/080.processed: - cut '0' from
9898: exponential part because of on diff OS it differ (20 or 020 for
9899: ex)
9900:
9901: * tests/: 119.html, results/119.processed: - check for encoding
9902: while creating xdoc
9903:
9904: 2008-04-09 misha
9905:
9906: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9907:
9908: * src/main/pa_common.C: - comment added
9909:
9910: * src/classes/date.C: - little refactoring
9911:
9912: 2008-04-07 misha
9913:
9914: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9915: style of ^table.save[]: prepare one big string and sabe it at
9916: once. it's safe on freebsd 4.x but use much more memory.
9917:
9918: * buildall-with-xml, buildall-without-xml: - option
9919: --disable-stringstream added (under comment. use it on freebsd
9920: 4.x)
9921:
9922: 2008-02-22 misha
9923:
9924: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9925: specified together in file::load[;http] - get back transcoding
9926: $.body[] in file::load[;http]
9927:
9928: 2008-02-21 misha
9929:
9930: * src/classes/date.C: - ^date.gmt-string[] was added
9931:
9932: * src/types/pa_value.C: - method for output date in RFC 822 format
9933: moved to pa_common.h
9934:
9935: * src/include/pa_common.h: - method for output date in RFC 822
9936: format moved here from pa_value.C
9937:
9938: * src/types/pa_vmail.C: - fixed core in sending mail with
9939: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9940:
9941: 2008-02-20 misha
9942:
9943: * src/main/pa_http.C: - transcode $.headers before escaping into
9944: specified charset while ^file::load[...;http://...] (L_URI
9945: instead of L_HTTP_HEADER) - $.cookies param available in
9946: ^file::load[;http://...] now (but we don't parse set-cookies from
9947: response yet) (cookies not transcoded as common $cookies)
9948:
9949: 2008-02-19 misha
9950:
9951: * src/main/pa_request.C: - rollback: we mustn't force taint
9952: $response:field values because in this case
9953: $response:locateion[http://...] don't works.
9954:
9955: 2008-02-15 misha
9956:
9957: * src/classes/op.C: - little refactoring
9958:
9959: * src/main/pa_http.C: - taint names of $.headers for load[;http
9960:
9961: * src/main/pa_request.C: - force taint values of $response:field
9962:
9963: 2008-02-14 misha
9964:
9965: * src/main/pa_request.C: - $response:field transcoded to
9966: $response:charset before escaping now
9967:
9968: * src/main/pa_http.C: - some outdated comments removed
9969:
9970: * src/classes/date.C: - lastdat -> last-day
9971:
9972: * src/classes/date.C: - ^date:lastday(year;month) and
9973: ^date.lastday[] were added - little code refactoring - comments
9974: changes
9975:
9976: * tests/: 159.html, results/159.processed: - test for number of
9977: days in February
9978:
9979: * src/types/pa_value.C: - fixes in code formatting
9980:
9981: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9982: and comments
9983:
9984: 2008-02-13 misha
9985:
9986: * src/main/pa_common.C: - bugfix for february at leap year
9987:
9988: 2008-01-28 misha
9989:
9990: * tests/: 160.html, results/160.processed: - more test for cache
9991: added
9992:
9993: * src/classes/op.C: - bugfix: cache body executed twice if contains
9994: unhandled exception
9995:
9996: 2008-01-25 misha
9997:
9998: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9999: bug when hashfile became inavailable after memory:compact)
10000:
10001: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10002:
10003: 2008-01-22 misha
10004:
10005: * src/classes/table.C: - little refactiring and exception texts
10006: changes in method ^table.hash[]
10007:
10008: * src/types/pa_vcookie.C: - link to cookie specification changed
10009:
10010: 2008-01-21 misha
10011:
10012: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10013: file::exec/cgi
10014:
10015: * src/classes/file.C: - bugfix: core while processing headers if
10016: executed cgi script don't return content
10017:
10018: 2008-01-18 misha
10019:
10020: * buildall-with-xml: - move to libxml2 version 2.6.31
10021:
10022: * src/include/pa_version.h, configure.in: - version number updated
10023: to '3.2.3b'
10024:
10025: 2007-12-28 misha
10026:
10027: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10028: hash.contains
10029:
10030: 2007-12-27 misha
10031:
10032: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10033: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10034: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10035: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10036: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10037: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10038: src/targets/cgi/parser3.vcproj,
10039: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10040: back to VS2003 because of Apache 1.3 module can't work if it was
10041: built in VS 2005. with cgi all file so VS2003 project files can
10042: be easy converted to the new format.
10043:
10044: 2007-12-04 misha
10045:
10046: * src/types/pa_vcode_frame.h: - changes in comment
10047:
10048: 2007-11-29 misha
10049:
10050: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10051: intercept strings any longer
10052:
10053: * tests/: 173.html, results/173.processed: - tests for
10054: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10055: but not in main code frame
10056:
10057: * tests/: 172.html, results/172.processed: - more tests for pass
10058: objects from code frames
10059:
10060: 2007-11-27 misha
10061:
10062: * tests/: 152.html, results/152.processed: - tests for converting
10063: strings 'true'/'false' to bool were added
10064:
10065: * tests/152.html: - added checks for converting strings
10066: 'true'/'false' to bool
10067:
10068: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10069: not only strings with numbers but with values 'true'/'false' as
10070: well
10071:
10072: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10073: for parser3.log increased
10074:
10075: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10076:
10077: * src/include/pa_common.h: - remove_crlf return cstring size now
10078:
10079: * src/include/pa_types.h: - constant with buffer size for
10080: parser3.log added
10081:
10082: 2007-11-16 misha
10083:
10084: * tests/cat.sh: - script for tests for file::exec/cgi
10085:
10086: * tests/171.html: - tests for file::exec/cgi
10087:
10088: * tests/results/171.processed: - tests results for file::exec/cgi
10089:
10090: 2007-11-15 misha
10091:
10092: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10093:
10094: * src/classes/file.C: - .body must be set before analyzing cgi
10095: headers
10096:
10097: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10098: only if exec/cgi return anything.
10099:
10100: 2007-11-14 misha
10101:
10102: * operators.txt: - info about new text|binary option for
10103: file::exec/cgi was added
10104:
10105: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10106: ^file:exec[[text|binary];script;...]
10107:
10108: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10109: classes/string.C, classes/table.C: - more text strings moved to
10110: the one place
10111:
10112: 2007-11-09 misha
10113:
10114: * src/types/pa_vrequest.C: - $request:argv must be taint
10115:
10116: * ChangeLog: - $request:argv [patch from Sumo]
10117:
10118: * operators.txt: - $request:argv
10119:
10120: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10121: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10122:
10123: 2007-10-25 misha
10124:
10125: * buildall-with-xml, buildall-without-xml: - options preparations
10126: for ./configure rewrited
10127:
10128: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10129: error occure in unhandled_exception finally fixed
10130:
10131: 2007-10-23 misha
10132:
10133: * tests/: 170.html, results/170.processed: - test for
10134: @method[][result]
10135:
10136: * operators.txt: - added info about node.prefix and
10137: node.namespaceURI
10138:
10139: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10140:
10141: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10142: added for node and attribute
10143:
10144: 2007-10-22 misha
10145:
10146: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10147:
10148: * src/main/pa_request.C: - added const content-transfer-encoding
10149:
10150: * src/include/pa_request.h: - added const content-transfer-encoding
10151: - ups. constants must be in lowercase (for search)
10152:
10153: * src/types/pa_vmail.C: - more constants used -
10154: content-transfer-encoding: 8bit added
10155:
10156: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10157:
10158: * src/include/pa_request.h: - more constants
10159:
10160: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10161: ommit anymore if $.content-disposition was specified - little
10162: refactoring
10163:
10164: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10165:
10166: 2007-10-17 misha
10167:
10168: * operators.txt: - info about
10169: table::create[nameless]{data}[>options<] was added
10170:
10171: * src/main/: compile.tab.C, compile.y: - if error occure while
10172: compile method don't put this method in methods table anymore.
10173: in other case the parser coredumped if @unhandled_exception
10174: method can't be compiled because of parser.compile error.
10175:
10176: * src/main/execute.C: - little code reformating
10177:
10178: * src/main/pa_request.C: - little code reformating - comment
10179: changed
10180:
10181: 2007-10-16 misha
10182:
10183: * tests/: 035.html, results/035.processed: - tests
10184: table::create[]{}[options] added
10185:
10186: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10187: options (only $.seperator[] yet)
10188:
10189: 2007-10-10 misha
10190:
10191: * src/classes/table.C: - some contstants moved to pa_common.h -
10192: some code changes
10193:
10194: 2007-10-02 misha
10195:
10196: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10197: then three time as much. but base64 encoding method still use
10198: less memory anyway.
10199:
10200: 2007-09-17 misha
10201:
10202: * operators.txt: - added info about $cookie:fields
10203:
10204: * src/types/pa_vcookie.C: - $cookie:fields available now
10205:
10206: * src/classes/hash.C: - some stuff for use with .for_each moved to
10207: common
10208:
10209: * src/include/pa_common.h: - some stuff for use with .for_each
10210: moved here
10211:
10212: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10213:
10214: 2007-09-14 misha
10215:
10216: * buildall-with-xml: - new xml libs again =)
10217:
10218: 2007-08-28 misha
10219:
10220: * operators.txt: - texts about ^table.columns[[column name]] and
10221: ^string.split[...][v][column name] were added
10222:
10223: * tests/: 168.html, 169.html, results/168.processed,
10224: results/169.processed: - tests for ^table.columns[[column name]]
10225: and ^string.split[...][v][column name] were added
10226:
10227: * src/classes/table.C: - new option ^table.columns[[column name]]
10228: was added
10229:
10230: * src/classes/string.C: - new option ^string.split[...;v;[column
10231: name]]
10232:
10233: * src/include/pa_exception.h: - error text message for
10234: ^hash._keys[], ^table.columns[] and ^string.split[]
10235:
10236: 2007-08-27 misha
10237:
10238: * src/main/untaint.C: - try to fix coredump on unix if print to
10239: body ^taint[sql][something] outside of connect
10240:
10241: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10242: outside of connect
10243:
10244: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10245: added (commented by default)
10246:
10247: 2007-08-20 misha
10248:
10249: * operators.txt: - comment about new method ^node.hasAttributes[]
10250: was added
10251:
10252: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10253: duplicated exception text strings were removed
10254:
10255: * src/include/pa_exception.h: - more exception text strings moved
10256: here
10257:
10258: * src/classes/table.C: - some duplicate exceptions' text strings
10259: removed
10260:
10261: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10262: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10263: removed
10264:
10265: * src/include/pa_exception.h: - some exception text strings movet
10266: to pa_exception
10267:
10268: * tests/: 149.html, results/149.processed: - test for
10269: ^xnode.hasAttributes[] was added - some code changes
10270:
10271: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10272: added
10273:
10274: 2007-08-17 misha
10275:
10276: * tests/: results/006.processed, results/059.processed, 006.html,
10277: 059.html: - more tests for match
10278:
10279: * tests/: 129.html, results/129.processed: - tests for
10280: ^table.hash[...][$.type[string|hash|table]] added
10281:
10282: * src/targets/cgi/parser3.C: - little syntax changes
10283:
10284: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10285: syntax changes
10286:
10287: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10288: messages in parser3.log switched off by default. If someone
10289: really still need it: use $SIGPIPE(1)
10290:
10291: 2007-08-08 misha
10292:
10293: * buildall-with-xml, buildall-without-xml: - remove libs source
10294: files by default since now
10295:
10296: 2007-08-07 misha
10297:
10298: * buildall-without-xml: - some option syntax changes
10299:
10300: * buildall-with-xml: - compile libxml2 without http support - some
10301: option syntax changes
10302:
10303: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10304:
10305: 2007-08-06 misha
10306:
10307: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10308:
10309: * tests/: 160.html, results/160.processed: - cache test was
10310: rewrited
10311:
10312: 2007-07-06 misha
10313:
10314: * tests/: 153.html, results/153.processed: - added test for
10315: ^math:sha1[string]
10316:
10317: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10318: transcoded
10319:
10320: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10321: were added
10322:
10323: 2007-06-28 misha
10324:
10325: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10326: some incorrect chars
10327:
10328: 2007-06-19 misha
10329:
10330: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10331: were moved on top because of gcc 4 had a problems during
10332: building.
10333:
10334: 2007-06-18 misha
10335:
10336: * tests/results/019.processed: - new image commited
10337:
10338: 2007-06-09 misha
10339:
10340: * src/classes/: op.C, table.C: - in while and table.select method
10341: as_expression used now
10342:
10343: * src/types/pa_vmethod_frame.h: - method as_expression was added
10344:
10345: 2007-06-08 misha
10346:
10347: * tests/: 166.html, results/166.processed: - test for
10348: ^match[...][n]
10349:
10350: * tests/: 165.html, results/165.processed: - tests for loops
10351:
10352: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10353: because of no speed/memory optimisation but some proglems with
10354: long cycles occure
10355:
10356: 2007-06-06 misha
10357:
10358: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10359: ^table.select(true) and ^table.select(1) didn't works because of
10360: awaiting junction-param only. fixed.
10361:
10362: 2007-05-24 misha
10363:
10364: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10365: with 0.5 secs interval
10366:
10367: * src/classes/op.C: - cache was rewrited. I hope it works with
10368: locking system now on unix
10369:
10370: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10371: system locks which wait till other threads release it but try get
10372: lock, if fail wait 1 sec and make 10 attempts.
10373:
10374: * src/include/pa_os.h: - consts for blocking locks + some comments
10375: were added
10376:
10377: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10378: opening files
10379:
10380: * src/classes/table.C: - changes in includes. if unclude <sstream>
10381: after our classes on unix it can't be build
10382:
10383: * src/types/pa_vhashfile.C: - not needed code removed
10384:
10385: 2007-05-23 misha
10386:
10387: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10388: include/pa_common.h: - cosmetic changes
10389:
10390: 2007-05-18 misha
10391:
10392: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10393: often. it's give some speed increasing
10394:
10395: * tests/results/160.processed: - returned time corrected
10396:
10397: * tests/160.html: - time increased because on unix 1 mean nothing
10398: :(
10399:
10400: * operators.txt: - added info about ^hash.contain[key]
10401:
10402: * src/classes/hash.C: - added ^hash.contain[key]
10403:
10404: * src/include/pa_hash.h: - added method for checking key exists in
10405: hash
10406:
10407: 2007-05-07 misha
10408:
10409: * src/include/pa_string.h: - was compilation error during build on
10410: freebsd4
10411:
10412: 2007-05-03 misha
10413:
10414: * src/classes/table.C: - option $.type[hash|string|table] was added
10415: for ^table.hash[]
10416:
10417: * src/classes/file.C: - comment removed
10418:
10419: 2007-04-26 misha
10420:
10421: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10422: real files doesn't opened in place anymore
10423:
10424: 2007-04-24 misha
10425:
10426: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10427:
10428: * src/include/pa_exception.h: "static" removed
10429:
10430: 2007-04-23 misha
10431:
10432: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10433:
10434: * src/classes/math.C: added: - ^math:ln(N) (the same as
10435: ^math:log(N)) - ^math:lg(N)
10436:
10437: * tests/: 097.html, results/097.processed: - charsets converstion
10438: during ^file::load[text;http://...] added
10439:
10440: * tests/: 164.html, results/164.processed: - check for set expires
10441: as a date
10442:
10443: * tests/: 164.html, results/164.processed: - test for hashfile
10444:
10445: * src/classes/hashfile.C: - little comment changes
10446:
10447: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10448: access
10449:
10450: * src/: classes/date.C, classes/double.C, classes/file.C,
10451: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10452: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10453: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10454: classes/xnode.h, include/pa_request.h, main/execute.C,
10455: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10456: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10457: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10458: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10459: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10460: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10461: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10462: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10463: "parser.runtime" strings were removed
10464:
10465: * src/classes/hashfile.C: - with .clear[] called files_delete()
10466: now.
10467:
10468: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10469:
10470: * src/include/pa_exception.h: - string constant with
10471: "parser.runtime" text was added
10472:
10473: 2007-04-20 misha
10474:
10475: * operators.txt: - some comments changing
10476:
10477: * operators.txt: - added info about .^hashfile.release[],
10478: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10479:
10480: * configure: =cheching for unsetenv
10481:
10482: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10483: ^hashfile.release[] were added
10484:
10485: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10486: ^string.match[][] understand new option now: return number of
10487: matches but not table wit results
10488:
10489: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10490: reopen now
10491:
10492: * src/classes/op.C: - bug. must be false
10493:
10494: * configure.in: - checking for unsetenv was added
10495:
10496: * src/types/pa_vform.C: - some comments
10497:
10498: 2007-04-18 misha
10499:
10500: * buildall-with-xml: moving to libxml2-2.6.28
10501:
10502: * buildall-with-xml, buildall-without-xml: added commented lines
10503: with --disable-safe-mode option
10504:
10505: * operators.txt: - info about $form:files
10506:
10507: 2007-04-17 misha
10508:
10509: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10510: $form:files was added
10511:
10512: * tests/: 163.html, results/163.processed: removing auto format
10513:
10514: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10515:
10516: 2007-04-16 misha
10517:
10518: * tests/: 163.html, results/163.processed: - test for .int[],
10519: floor, round, ceiling and .format[]
10520:
10521: * src/classes/file.C: - little optimization for getting args in
10522: exec/cgi
10523:
10524: 2007-04-13 misha
10525:
10526: * src/classes/file.C: - arguments for file::exec/cgi can be
10527: specified now as s table with one column
10528:
10529: 2007-03-27 misha
10530:
10531: * tests/: 162.html, results/162.processed: - test for
10532: ^table.select(^condition[$t])
10533:
10534: * tests/results/auto.p: - load windows-1251 charset for some tests
10535:
10536: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10537:
10538: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10539: 161_windows1251.txt: - added test for
10540: ^file::load[text;/local/file.txt;$.charset[...]]
10541:
10542: * tests/: results/013.processed, 013.html: - added test for
10543: checking $._default value while hash modifications
10544:
10545: * tests/: 160.html, results/160.processed: - add test for
10546: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10547:
10548: 2007-03-22 misha
10549:
10550: * src/include/pa_common.h: - "charset" string defined for
10551: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10552:
10553: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10554: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10555: added - not needed transcodes were removed from
10556: ^file::load[...;http://...]
10557:
10558: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10559: added
10560:
10561: * src/classes/date.C: - date.week was fixed
10562:
10563: * operators.txt: - added info about date.weekyear
10564:
10565: * tests/: 159.html, results/159.processed: - tests for date.week
10566: and date.weekyear added
10567:
10568: 2007-03-15 misha
10569:
10570: * src/classes/table.C: - enclose column numbers for nameless tables
10571: as well
10572:
10573: 2007-03-14 misha
10574:
10575: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10576:
10577: * src/classes/table.C: - table.save optimization: now required much
10578: less memory
10579:
10580: 2007-03-13 misha
10581:
10582: * tests/results/: 158.processed, 158.processes: - tests for
10583: table.save/table.load
10584:
10585: * tests/: 158.html, results/158.processes: - tests for
10586: table.save/table.load
10587:
10588: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10589:
10590: * buildall-with-xml: - pattern needed now for building
10591:
10592: * tests/results/097.processed: - added test results for xdoc::load
10593: & xdoc::load[http://...]
10594:
10595: * tests/097.html: - added test for xdoc::load
10596:
10597: 2007-03-12 misha
10598:
10599: * tests/: 107.html, results/107.processed: - added test for xpath
10600: '//man'
10601:
10602: 2007-03-01 misha
10603:
10604: * tests/: 097.html, results/097.processed: - added test for
10605: creating xdoc from file
10606:
10607: * tests/: results/157.processed, 157.html: - added test for
10608: file:move
10609:
10610: 2007-02-28 misha
10611:
10612: * src/classes/xdoc.C: - another attempt
10613:
10614: * src/classes/xdoc.C: - roll back last changes for a while
10615:
10616: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10617:
10618: * src/classes/file.C: - under lock we create non-exist dir anyway
10619:
10620: * tests/results/099.processed: - ever send content-disposition to
10621: client with file
10622:
10623: * tests/157.html: + test for file:copy
10624:
10625: 2007-02-26 misha
10626:
10627: * src/classes/file.C: - some similar strings moved to #define
10628: instead of to be copy/pasted many times
10629:
10630: * src/types/pa_vfile.h: - class name string ("file") moved to
10631: #define
10632:
10633: 2007-02-20 misha
10634:
10635: * configure.in: - added some strings for sqlite detection
10636:
10637: 2007-02-19 misha
10638:
10639: * operators.txt: - some comments changes
10640:
10641: * buildall-with-xml, buildall-without-xml: - some modifications
10642:
10643: 2007-02-17 misha
10644:
10645: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10646:
10647: * src/main/pa_request.C: - damn, i forgot to commit it while I
10648: change console behaviour
10649:
10650: 2007-02-12 misha
10651:
10652: * src/targets/cgi/parser3.C: - don't print headers if
10653: $console:line[data] was used during cgi execution.
10654:
10655: * src/types/pa_vconsole.h: - console class have bool flag now which
10656: marked as 'true' if class was used.
10657:
10658: * tests/: 152.html, results/152.processed: - more types was added
10659: to test 152
10660:
10661: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10662: adding 'bool' (^if($image){} caused exception)
10663:
10664: 2007-02-09 misha
10665:
10666: * tests/: 152.html, results/152.processed: - test alightly updated
10667:
10668: * tests/: 152.html, results/152.processed: - test rewrited
10669:
10670: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10671: bugfix. I broke xdoc & xnode in expression
10672:
10673: 2007-02-08 misha
10674:
10675: * tests/: 152.html, results/152.processed: - add test for checking
10676: 'def' for void, string, bool, int & double
10677:
10678: 2007-02-07 misha
10679:
10680: * operators.txt: - ^file:base64[filespec] was added
10681:
10682: * tests/results/153.processed: - result test for
10683: ^file:base64[filespec] was updated
10684:
10685: * tests/153.html: - test for ^file:base64[filespec] was added
10686:
10687: * src/types/pa_vconsole.h: - little optimization
10688:
10689: * src/classes/file.C: - ^file:base64[filespec]
10690:
10691: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10692:
10693: * src/include/pa_common.h: - declarations for
10694: ^file:base64[filespec]
10695:
10696: * src/types/pa_vcookie.C: - little optimization
10697:
10698: 2007-02-06 misha
10699:
10700: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10701: were temporary commented
10702:
10703: * src/types/pa_vbool.h: - bugfix
10704:
10705: * tests/156.html: - added test for bool cookie
10706:
10707: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10708:
10709: * tests/: 155.html, results/155.processed: - added test for check
10710: $.encloser[] option for table save/load
10711:
10712: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10713:
10714: 2007-02-05 misha
10715:
10716: * tests/results/152.processed: - newline at the end was missed
10717:
10718: * tests/results/141.processed: - math:md5 must be lowercased
10719:
10720: * src/targets/cgi/parser3.C: - 2007 in help ;)
10721:
10722: 2007-02-03 misha
10723:
10724: * tests/results/: 150.processed, 151.processed, 152.processed: -
10725: test for bool added and some content length fixes
10726:
10727: * tests/152.html: - test for bool added
10728:
10729: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10730:
10731: * operators.txt: - info bool class was added
10732:
1.116 moko 10733: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10734: classes/classes.vcproj, classes/double.C, classes/int.C,
10735: classes/string.C, classes/void.C, classes/xnode.C,
10736: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10737: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10738: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10739: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10740: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10741: types/types.vcproj: - bool class was added
10742:
10743: * src/main/pa_request.C: - fix
10744:
10745: 2007-01-18 misha
10746:
10747: * src/: main/pa_string.C, classes/string.C: - return table during
10748: ^string.match[][] even if no matched found.
10749:
10750: 2006-12-20 misha
10751:
10752: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10753: http://www.parser.ru/forum/?id=55598 ]
10754:
10755: 2006-12-19 misha
10756:
10757: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10758: details: http://www.parser.ru/forum/?id=52359
10759:
10760: * src/main/pa_request.C: - always set content-disposition for
10761: $response:body[hash here]. more details:
10762: http://www.parser.ru/forum/?id=52130
10763:
10764: 2006-12-07 misha
10765:
10766: * operators.txt: - added info about bool params in cookie set
10767:
10768: * src/types/pa_vcookie.C: - bool param in cookies available now
10769: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10770: ]
10771:
10772: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10773: was added
10774:
10775: 2006-12-02 misha
10776:
10777: * src/classes/file.C: - file_block_read used instead of native read
10778:
10779: * src/main/pa_common.C: - added file_block_read with read error
10780: detection - file_block_read used instead of native read
10781:
10782: * src/include/pa_common.h: - added file_block_read declaration
10783:
10784: 2006-12-01 misha
10785:
10786: * operators.txt: - info about $var.CLASS_NAME was added
10787:
10788: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10789: $var.CLASS_NAME added
10790:
10791: * operators.txt: - added info about ^file:copy[]
10792:
10793: * src/classes/file.C: - ^file:copy[from;fo] was added
10794:
10795: 2006-11-20 misha
10796:
10797: * src/classes/date.C: - bug fix :)
10798:
10799: 2006-11-17 misha
10800:
10801: * src/include/pa_common.h: - array in crc32 calculation was changed
10802: to static
10803:
10804: * src/main/pa_common.C: - little optimization in getMonthDays -
10805: small changes in crc32 calculation
10806:
10807: * src/classes/date.C: - not needed code was removed
10808:
10809: 2006-11-16 misha
10810:
10811: * src/types/pa_vmail.C: - fix missed brakes
10812:
10813: * src/types/pa_vmail.C: - mail:send now set content-type:
10814: multipart/related instead of multipart/mixed if file have
10815: $.content-id[]
10816:
10817: 2006-11-15 misha
10818:
10819: * src/types/pa_vdouble.h: abs -> fabs
10820:
10821: 2006-11-14 misha
10822:
10823: * operators.txt: - added info about ^file.md5[] and
10824: ^file:md5[file-name]
10825:
10826: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10827: added
10828:
10829: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10830: FILE_BUFFER_SIZE
10831:
10832: * src/classes/math.C: - hex_string was moved to pa_common.h
10833:
10834: * src/include/pa_common.h: - hex_string was moved from math.C -
10835: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10836:
10837: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10838: values was fixed
10839:
10840: 2006-11-13 misha
10841:
10842: * operators.txt: - added info about ^math:crc32[string],
10843: ^file:crc32[file-name] & ^file.crc32[]
10844:
10845: * src/classes/math.C: - added ^math:crc32[string]
10846:
10847: * src/classes/file.C: - some comments were changed - added
10848: ^file:crc32[file-name] and ^file.crc32[]
10849:
10850: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10851: crc32 calculation added
10852:
10853: 2006-11-03 misha
10854:
10855: * src/include/pa_array.h: - not needed variable removed
10856:
10857: * tests/: 150.html, 151.html, results/150.processed,
10858: results/151.processed: - 2 tests were added
10859:
10860: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10861: with $.reverse(1) were fixed
10862:
10863: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10864: query converted to $.charset during ^file::load[http://...]
10865:
10866: 2006-11-02 misha
10867:
10868: * src/include/pa_table.h: ups. forget '=' char
10869:
10870: * src/include/pa_table.h: - one more fix in
10871: .locate[...][$.reverse(1)]
10872:
10873: 2006-11-01 misha
10874:
10875: * src/classes/math.C: - bug fix, details:
10876: http://www.parser.ru/forum/?id=53360
10877:
10878: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10879: false for all records )[$.reverse(1)]
10880:
10881: * src/main/pa_http.C: - second param for this mid method is length
10882: but not end_index so this method has error and can't detect
10883: charsets in next content-types: Content-type: text/html;
10884: charset="windows-1251" Content-type: text/html;
10885: charset="windows-1251"; Content-type: text/html;
10886: charset=windows-1251;
10887:
10888: only Content-type: text/html; charset=windows-1251 was fine
10889:
10890: 2006-10-31 misha
10891:
10892: * src/classes/file.C: - empty args in file::exec removed now
10893:
10894: 2006-09-03 paf
10895:
10896: * src/classes/file.C: proper tainting of
10897: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10898:
10899: 2006-06-09 paf
10900:
10901: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10902:
10903: * src/classes/table.C: formatting
10904:
10905: * src/classes/table.C: incorporated patch from misha: Sent:
10906: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10907: ignoring string options for ^table.save[]
10908:
10909: * src/classes/hash.C: incorporated patch from misha Sent:
10910: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10911: $hash._default disappear while
10912:
10913: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10914: $.format[!uue|!base64] << new base64 option. default uue ] ]
10915:
10916: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10917: PM Subject: patch for base64 in ^mail:send[] %-)
10918:
10919: 2006-04-09 paf
10920:
10921: * src/main/compile.tab.C: ` change compiled
10922:
10923: * gnu.vcproj, operators.txt, parser3.sln,
10924: src/classes/classes.vcproj, src/classes/file.C,
10925: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10926: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10927: src/classes/xnode.C, src/include/pa_array.h,
10928: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10929: src/include/pa_memory.h, src/include/pa_request.h,
10930: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10931: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10932: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10933: src/lib/pcre/pcre_dftables.vcproj,
10934: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10935: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10936: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10937: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10938: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10939: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10940: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10941: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10942: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10943: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10944: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10945: src/types/pa_value.h, src/types/pa_vcookie.C,
10946: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10947: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10948: src/types/pa_vstatus.C, src/types/types.vcproj,
10949: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10950: ^menu, ^hash/hashfile.foreach
10951:
10952: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10953: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10954: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10955: src/classes/xnode.C, src/include/pa_array.h,
10956: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10957: src/include/pa_memory.h, src/include/pa_request.h,
10958: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10959: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10960: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10961: src/lib/pcre/pcre_dftables.vcproj,
10962: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10963: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10964: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10965: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10966: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10967: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10968: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10969: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10970: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10971: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10972: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10973: src/types/pa_value.h, src/types/pa_vcookie.C,
10974: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10975: src/types/pa_vstatus.C, src/types/types.vcproj,
10976: tests/descript.ion: ! switched to VS2005 (projects and
10977: object<info explicitly typed>.for_each(, info)) +
10978: $response:field[] setting void means removing + grammar $name`
10979: name stops now, for mysql `$field` + started ^break[]
10980: ^continue[], in ^for. TODO: to other iterators (while, menu,
10981: foreach) + all log messages += [uri=, method=, cl=]
10982:
10983: * buildall-with-xml: merged . ftp paths update
10984:
10985: * buildall-with-xml: . ftp paths update
10986:
10987: 2006-03-04 paf
10988:
10989: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10990: checks++ [thanks to Igor Zinkovsky for detailed report]
10991:
10992: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10993: Igor Zinkovsky for detailed report]
10994:
10995: 2006-03-01 paf
10996:
10997: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10998: \n to ' ' in
10999:
11000: 2006-02-18 paf
11001:
11002: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11003: \n to ' ' in
11004:
11005: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11006:
11007: 2006-02-03 paf
11008:
11009: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11010: base64
11011:
11012: * src/main/pa_common.C: ! bugfix: decoding from base64
11013:
11014: 2006-01-20 paf
11015:
11016: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11017: economy fix
11018:
11019: * src/classes/: table.C: merged from HEAD ! bugfix
11020: ^table.save[$.encloser-s now handled properly
11021:
11022: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11023: handled properly
11024:
11025: 2006-01-19 paf
11026:
11027: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11028: libgc:USE_MUNMAP activates merging of free memory blocks which
11029: helps a lot in our case: after transform we want
11030: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11031:
11032: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11033: economy fix
11034:
11035: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11036: activates merging of free memory blocks which helps a lot in our
11037: case: after transform we want CORD(main.result)->cstr[big
11038: malloc]->transcode[big malloc]
11039:
11040: 2006-01-17 paf
11041:
11042: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11043: before reading them. got rid of reallocs = became quicker and
11044: less fragmentated
11045:
11046: 2005-12-29 paf
11047:
1.116 moko 11048: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11049: configure, configure.in, src/include/pa_version.h,
11050: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11051: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11052: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11053: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11054: src/lib/ltdl/missing: . merged from 3.2.1
11055:
1.116 moko 11056: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11057: packaged when 'make dist', so do configure companion files in
11058: src/lib/ltdl
11059:
11060: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11061: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11062: missing: . now config_auto.h is created with configure [were
11063: constant]
1.95 moko 11064:
11065: * INSTALL: . references to documentation and some clarification
11066:
11067: * buildall-with-xml, buildall-without-xml: . farawell doc
11068: indication
11069:
1.116 moko 11070: * Makefile.am: . dist+=buildall*
1.95 moko 11071:
11072: 2005-12-28 paf
11073:
11074: * configure: . 3.2.1
11075:
11076: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11077: simplify build process, see INSTALL
11078:
11079: 2005-12-26 paf
11080:
11081: * configure: ver
11082:
11083: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11084: version
11085:
11086: 2005-12-21 paf
11087:
11088: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11089: compiled with bison 1.875b, it reports unexpected token names
11090:
11091: 2005-12-19 paf
11092:
11093: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11094: holds a link to xmlNode to prevent premature gc(xmlNode)
11095:
11096: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11097: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11098: src/main/main.vcproj, src/main/pa_globals.C,
11099: src/targets/cgi/parser3.vcproj,
11100: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11101: configure, configure.in, src/include/pa_version.h: . killing
11102: gdome [what a relief]
11103:
11104: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11105: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11106: run_parser.sh, results/001.processed, results/002.processed,
11107: results/003.processed, results/004.processed,
11108: results/005.processed, results/006.processed,
11109: results/008.processed, results/009.processed,
11110: results/010.processed, results/011.processed,
11111: results/012.processed, results/013.processed,
11112: results/014.processed, results/015.processed,
11113: results/016.processed, results/017.processed,
11114: results/018.processed, results/020.processed,
11115: results/021.processed, results/022.processed,
11116: results/023.processed, results/024.processed,
11117: results/025.processed, results/026.processed,
11118: results/027.processed, results/028.processed,
11119: results/029.processed, results/030.processed,
11120: results/031.processed, results/032.processed,
11121: results/033.processed, results/034.processed,
11122: results/035.processed, results/036.processed,
11123: results/037.processed, results/038.processed,
11124: results/039.processed, results/040.processed,
11125: results/041.processed, results/042.processed,
11126: results/043.processed, results/044.processed,
11127: results/045.processed, results/046.processed,
11128: results/047.processed, results/048.processed,
11129: results/049.processed, results/050.processed,
11130: results/051.processed, results/052.processed,
11131: results/053.processed, results/054.processed,
11132: results/055.processed, results/056.processed,
11133: results/057.processed, results/058.processed,
11134: results/059.processed, results/060.processed,
11135: results/061.processed, results/062.processed,
11136: results/063.processed, results/064.processed,
11137: results/065.processed, results/066.processed,
11138: results/067.processed, results/068.processed,
11139: results/069.processed, results/070.processed,
11140: results/071.processed, results/072.processed,
11141: results/073.processed, results/074.processed,
11142: results/075.processed, results/076.processed,
11143: results/077.processed, results/078.processed,
11144: results/079.processed, results/080.processed,
11145: results/081.processed, results/082.processed,
11146: results/083.processed, results/084.processed,
11147: results/085.processed, results/086.processed,
11148: results/087.processed, results/088.processed,
11149: results/089.processed, results/090.processed,
11150: results/091.processed, results/092.processed,
11151: results/093.processed, results/094.processed,
11152: results/095.processed, results/096.processed,
11153: results/097.processed, results/099.processed,
11154: results/100.processed, results/101.processed,
11155: results/102.processed, results/104.processed,
11156: results/105.processed, results/106.processed,
11157: results/107.processed, results/108.processed,
11158: results/109.processed, results/110.processed,
11159: results/111.processed, results/112.processed,
11160: results/113.processed, results/114.processed,
11161: results/115.processed, results/117.processed,
11162: results/119.processed, results/120.processed,
11163: results/121.processed, results/122.processed,
11164: results/123.processed, results/124.processed,
11165: results/125.processed, results/126.processed,
11166: results/127.processed, results/128.processed,
11167: results/129.processed, results/130.processed,
11168: results/131.processed, results/132.processed,
11169: results/133.processed, results/134.processed,
11170: results/135.processed, results/136.processed,
11171: results/138.processed, results/139.processed,
11172: results/140.processed, results/141.processed,
11173: results/142.processed, results/143.processed,
11174: results/144.processed, results/145.processed,
11175: results/146.processed, results/147.processed,
11176: results/148.processed, results/149.processed, results/auto.p: .
11177: now works if we turn off default auto.p
11178:
1.116 moko 11179: * configure: . makes
1.95 moko 11180:
11181: * src/types/pa_vxnode.C: . less warnings
11182:
11183: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11184: tests/145.html, tests/149.html, tests/descript.ion,
11185: tests/outputs/d.cmd, tests/results/142.processed,
11186: tests/results/143.processed, tests/results/144.processed,
11187: tests/results/145.processed, tests/results/146.processed,
11188: tests/results/147.processed, tests/results/148.processed,
11189: tests/results/149.processed: . removed .nodeValue from all node
11190: types other than 5 (grabbed piece from gdome)
11191:
11192: * tests/: 137.html, results/137.processed: . not handled this case
11193: yet. code does not hang from inserting parent into child,
11194: considering thing minor issue -- nodes are removed from source
11195: anyway, don't know why shold that be an error after all
11196:
11197: * src/targets/cgi/parser3.C: . style
11198:
11199: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11200: xdoc too [were barking "not element"]
11201:
11202: 2005-12-16 paf
11203:
11204: * tests/: 146.html, 147.html, 148.html: . more tests
11205:
11206: * src/classes/xnode.C: . also bark on possible errors
11207:
11208: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11209: props
11210:
11211: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11212: main/compile.y: merged from HEAD ! fixed overoptimized
11213: ^call(false) case. (confused it with ^call[] case)
11214:
11215: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11216: ^call(false) case. (confused it with ^call[] case)
11217:
11218: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11219:
11220: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11221: results/001.processed, results/002.processed,
11222: results/003.processed, results/004.processed,
11223: results/005.processed, results/006.processed,
11224: results/008.processed, results/009.processed,
11225: results/010.processed, results/011.processed,
11226: results/012.processed, results/013.processed,
11227: results/014.processed, results/015.processed,
11228: results/016.processed, results/017.processed,
11229: results/018.processed, results/019.processed,
11230: results/020.processed, results/021.processed,
11231: results/022.processed, results/023.processed,
11232: results/024.processed, results/025.processed,
11233: results/026.processed, results/027.processed,
11234: results/028.processed, results/029.processed,
11235: results/030.processed, results/031.processed,
11236: results/032.processed, results/033.processed,
11237: results/034.processed, results/035.processed,
11238: results/036.processed, results/037.processed,
11239: results/038.processed, results/039.processed,
11240: results/040.processed, results/041.processed,
11241: results/042.processed, results/043.processed,
11242: results/044.processed, results/045.processed,
11243: results/046.processed, results/047.processed,
11244: results/048.processed, results/049.processed,
11245: results/050.processed, results/051.processed,
11246: results/052.processed, results/053.processed,
11247: results/054.processed, results/055.processed,
11248: results/056.processed, results/057.processed,
11249: results/058.processed, results/059.processed,
11250: results/060.processed, results/061.processed,
11251: results/062.processed, results/063.processed,
11252: results/064.processed, results/065.processed,
11253: results/066.processed, results/067.processed,
11254: results/068.processed, results/069.processed,
11255: results/070.processed, results/071.processed,
11256: results/072.processed, results/073.processed,
11257: results/074.processed, results/075.processed,
11258: results/076.processed, results/077.processed,
11259: results/078.processed, results/079.processed,
11260: results/080.processed, results/081.processed,
11261: results/082.processed, results/083.processed,
11262: results/084.processed, results/085.processed,
11263: results/086.processed, results/087.processed,
11264: results/088.processed, results/089.processed,
11265: results/090.processed, results/091.processed,
11266: results/092.processed, results/093.processed,
11267: results/094.processed, results/095.processed,
11268: results/096.processed, results/097.processed,
11269: results/099.processed, results/101.processed,
11270: results/102.processed, results/104.processed,
11271: results/105.processed, results/106.processed,
11272: results/107.processed, results/108.processed,
11273: results/109.processed, results/110.processed,
11274: results/111.processed, results/112.processed,
11275: results/113.processed, results/114.processed,
11276: results/115.processed, results/116.processed,
11277: results/117.processed, results/118.processed,
11278: results/119.processed, results/120.processed,
11279: results/121.processed, results/122.processed,
11280: results/123.processed, results/124.processed,
11281: results/125.processed, results/126.processed,
11282: results/127.processed, results/128.processed,
11283: results/129.processed, results/130.processed,
11284: results/131.processed, results/132.processed,
11285: results/133.processed, results/134.processed,
11286: results/135.processed, results/136.processed,
11287: results/137.processed, results/138.processed,
11288: results/139.processed, results/140.processed,
11289: results/141.processed: . refreshed old tests, made them work
11290: without auto.p (in utf8) . things noted: . gif got encoded
11291: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11292: some strange year)
11293:
11294: * INSTALL: . revived linux libgc fix
11295:
11296: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11297: glib/gdome in INSTALL and patches]
11298:
11299: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11300: include/pa_charset.h, include/pa_config_includes.h,
11301: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11302: include/pa_xml_exception.h, lib/cord/Makefile.am,
11303: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11304: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11305: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11306: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11307: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11308: types/pa_vxnode.h: . started killing gdome
11309:
11310: 2005-12-13 paf
11311:
11312: * src/main/: pa_request.C: merged from HEAD ! when code in
11313: @unhandled_exception thrown another exception, print correct
11314: origin (earlier code in catch of exception inside of
11315: @unhandled_exception grabbed parent_frame(original_exception)
11316: origin and printed it, instead of true origin)
11317:
11318: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11319: another exception, print correct origin (earlier code in catch of
11320: exception inside of @unhandled_exception grabbed
11321: parent_frame(original_exception) origin and printed it, instead
11322: of true origin)
11323:
11324: 2005-12-09 paf
11325:
11326: * INSTALL: . updated INSTALL doc to work around linux stack base
11327: detection problem, due to change in gc6.4 code
11328:
11329: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11330: ignored in ^string.matched :(
11331:
11332: * src/main/pa_string.C: ! regex tainting were ignored in
11333: ^string.matched :(
11334:
11335: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11336: src/include/pa_config_fixed.h, src/include/pa_version.h,
11337: src/main/compile.y, src/main/compile_tools.h,
11338: src/main/pa_charset.C, src/main/pa_common.C,
11339: src/main/pa_globals.C, src/main/pa_string.C,
11340: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11341: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11342:
11343: 2005-12-08 paf
11344:
11345: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11346: 500 chars now handled OK [were wrapped on 500th char according to
11347: rfc, but sendmail failed to unwrap it properly]
11348:
11349: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11350: handled OK [were wrapped on 500th char according to rfc, but
11351: sendmail failed to unwrap it properly]
11352:
11353: * src/targets/isapi/parser3isapi.C: . less warnings
11354:
11355: * src/targets/isapi/parser3isapi.C: . undone some strange change
11356: since 3.1.5
11357:
11358: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11359: link fixes
11360:
11361: * src/: classes/date.C, include/pa_config_fixed.h,
11362: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11363: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11364: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11365:
11366: * src/include/pa_config_fixed.h: . removed outdated string origins
11367: [in current storage scheme there's no place for them. someday we
11368: can add third CORD to store origins and special version of parser
11369: which stores origins there [separate binary]]
11370:
11371: 2005-12-07 paf
11372:
11373: * src/targets/isapi/parser3isapi.C: . now links in release mode
11374:
11375: * src/include/pa_version.h: makefiles
11376:
11377: * src/include/pa_version.h: . not beta
11378:
11379: * configure, configure.in, src/include/pa_version.h: not beta
11380:
11381: 2005-12-06 paf
11382:
11383: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11384: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11385: decided to undo the change ^call[$void] passes void. now it will
11386: pass empty string again.
11387:
11388: * src/main/: compile.tab.C, compile.y: . version readded
11389:
11390: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11391: = ^switch[void] problem
11392:
11393: 2005-12-01 paf
11394:
11395: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11396: caused ^case[string] to be coerced to double since searching
11397: value were not string (it was vvoid)
11398:
11399: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11400: ^case[string] to be coerced to double since searching value were
11401: not string (it was vvoid)
11402:
11403: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11404: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11405:
11406: 2005-11-30 paf
11407:
11408: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11409: win32 must putenv("TZ="), on unix works only putenv("TZ")
11410:
11411: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11412: putenv("TZ="), on unix works only putenv("TZ")
11413:
11414: * INSTALL: . xml libs versions updated
11415:
11416: * src/main/pa_globals.C: //20051130 trying to remove this, author
11417: claims that fixed a lot there // 20040920 for now both
11418: workarounds needed. wait for new libxml/xsl versions
11419:
11420: 2005-11-28 paf
11421:
11422: * src/classes/table.C: merged from HEAD: ! nameless table has
11423: columns==0
11424:
11425: * src/classes/table.C: ! nameless table has columns==0
11426:
11427: * src/main/pa_http.C: merged from HEAD: ! status line check made
11428: earlier [was totally wrong]
11429:
11430: * src/main/pa_http.C: ! status line check made earlier [was totally
11431: wrong]
11432:
11433: 2005-11-25 paf
11434:
11435: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11436: undoing for now...
11437:
11438: * src/include/pa_version.h: -this reduces speed(table::load),
11439: strange. undoing
11440:
11441: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11442:
11443: * src/classes/op.C: + ^while(){}[SEPARATOR]
11444:
11445: * src/include/pa_array.h: + optimistics added: all arrays (table
11446: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11447: this speeds things up and saves memory a LOT! (not noticed
11448: negative effect on syntetic tests, future will tell...)
11449:
11450: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11451: changed gc_malloc implementation, which obscured profiling
11452:
11453: * src/classes/table.C: merged from HEAD: + optimized
11454: table::load/sql, now row ArrayString-s allocated with
11455: columns.count() elements and don't always grow from
11456: count=3[realloc,realloc]
11457:
11458: * src/classes/table.C: + optimized table::load/sql, now row
11459: ArrayString-s allocated with columns.count() elements and don't
11460: always grow from count=3[realloc,realloc]
11461:
11462: * src/classes/table.C: merged from HEAD: . ^table.save unused
11463: buffer after save
11464:
11465: * src/classes/table.C: . ^table.save unused buffer after save
11466:
11467: 2005-11-24 paf
11468:
11469: * configure.in: . merged glib2-config patch
11470:
11471: * configure.in: + trying to find glib2-config
11472:
11473: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11474: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11475: file/dir_readable to simple file/dir_exist, this would help in
11476: situations "class not found because .p file has bad rights" << in
11477: that case error would be explicit "access denied to 'this' file"
11478:
1.116 moko 11479: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11480:
11481: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11482: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11483: to simple file/dir_exist, this would help in situations "class
11484: not found because .p file has bad rights" << in that case error
11485: would be explicit "access denied to 'this' file"
11486:
11487: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11488: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11489: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11490: ^file::exec/cgi[script;$.charset[changed]
11491: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11492: encoded in $.charset charset
11493:
11494: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11495: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11496: encoded in $.charset charset
11497:
11498: * src/: include/Makefile.am, include/pa_common.h,
11499: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11500: main/pa_common.C, main/pa_http.C: . extracted http:// into
11501: separate file [preparation for
11502: ^file::cgi[script;$.form[$.field1[]
11503:
11504: 2005-11-22 paf
11505:
11506: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11507:
11508: * acinclude.m4, configure.in: . merged underquting fixes
11509:
1.116 moko 11510: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11511:
11512: * src/classes/op.C: . overmerged a little
11513:
11514: * src/main/compile.tab.C: Makefile
11515:
11516: * src/main/: pa_common.C: . less gcc warnings
11517:
11518: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11519: now reports original exception if we have no old cache
11520:
11521: * src/classes/op.C: + $exception.handled[cache] now reports
11522: original exception if we have no old cache
11523:
11524: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11525: from HEAD: + ^taint/untaint[regex] << escapes these:
11526: \^$.[]|()?*+{}
11527:
11528: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11529: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11530:
11531: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11532: getenv-ed variable, which does not work both on win32&unix.
11533: copied old TZ value now
11534:
11535: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11536: stored pointer to getenv-ed variable, which does not work both on
11537: win32&unix. copied old TZ value now
11538:
11539: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11540: getenv-ed variable, which does not work both on win32&unix.
11541: copied old TZ value now
11542:
11543: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11544: access to internal hash
11545:
11546: * src/types/pa_vresponse.C: + $response:headers access to internal
11547: hash
11548:
11549: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11550: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11551: isapi] this reduces number of "GC Warning: Repeated allocation of
11552: very large block" messages to only important onces
11553:
11554: * src/targets/isapi/parser3isapi.C: +
11555: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11556: isapi] this reduces number of "GC Warning: Repeated allocation of
11557: very large block" messages to only important onces
11558:
11559: * src/classes/string.C: merged from HEAD: + removed limitation on
11560: ^string/int/double:sql{}[$.default[({param style})] ]
11561:
11562: * src/classes/string.C: + removed limitation on
11563: ^string/int/double:sql{}[$.default[({param style})] ]
11564:
11565: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11566: with ?params or $.form option" limitation
11567:
11568: * src/main/pa_common.C: + removed "use either uri with ?params or
11569: $.form option" limitation
11570:
11571: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11572: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11573: ^file::base64[encoded] decode
11574:
11575: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11576: main/pa_common.C: + ^file.base64[] encode +
11577: ^file::base64[encoded] decode
11578:
11579: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11580: ^string:base64[encoded] decode
11581:
11582: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11583: ^string:base64[in] encode + ^string.base64[] decode
11584:
11585: 2005-11-21 paf
11586:
11587: * src/classes/file.C: + merged from HEAD:
11588: ^file::create[text;file.xml;^untaint[xml]{data}]
11589:
11590: * src/classes/file.C: +
11591: ^file::create[text;file.xml;^untaint[xml]{data}]
11592:
11593: * src/main/pa_request.C: ! merged: $response:body[file] now
11594: differes from :download, it does not return content-disposition
11595: at all now [previusely it returned valueless content-disposition]
11596:
11597: * src/main/pa_request.C: ! $response:body[file] now differes from
11598: :download, it does not return content-disposition at all now
11599: [previusely it returned valueless content-disposition]
11600:
11601: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11602: literals, reverted to just vvod, recreating empty array with each
11603: void_value token. that's absolutely needed, since that array
11604: grows
11605:
11606: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11607: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11608: types/pa_vmethod_frame.h: + merged: expression literals:
11609: true/false. ^format[$.indent(true)]
11610:
11611: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11612: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11613: types/pa_vmethod_frame.h: + expression literals: true/false.
11614: ^format[$.indent(true)]
11615:
11616: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11617: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11618: i386-pc-win32)"
11619:
11620: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11621: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11622: i386-pc-win32)"
11623:
11624: 2005-11-18 paf
11625:
11626: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11627: null}[$.default(123)] will now return default value
11628:
11629: * src/classes/op.C: + merged ^cache[] << returns current cache
11630: expiration time
11631:
11632: * src/classes/op.C: + ^cache[] << returns current cache expiration
11633: time
11634:
11635: * src/classes/table.C: ! merged ^table::create[not'nameless';
11636: failed << Exception.problem_source pointed to local var!
11637:
11638: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11639: Exception.problem_source pointed to local var!
11640:
11641: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11642: now loads VFile.ptr!=0, so such files can be saved now
11643:
11644: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11645: loads VFile.ptr!=0, so such files can be saved now
11646:
11647: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11648: only . and .. now removed from list [were removed all .*]
11649:
11650: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11651: .. now removed from list [were removed all .*]
11652:
11653: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11654: open error now checked, were not :( [stole that piece from apache
11655: 1.3 sources]
11656:
11657: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11658: checked, were not :( [stole that piece from apache 1.3 sources]
11659:
11660: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11661: untainting of @main result if returned by $result or
11662: $response:body
11663:
11664: * src/main/pa_request.C: ! ensured proper untainting of @main
11665: result if returned by $result or $response:body
11666:
11667: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11668: issue: now tries to guess content-length and allocates one big
11669: piece if possible [regretfully gc_realloc works as malloc+free,
11670: leaving lots of holes behind]
11671:
11672: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11673: fixed file load memory issue: now tries to guess content-length
11674: and allocates one big piece if possible [regretfully gc_realloc
11675: works as malloc+free, leaving lots of holes behind]
11676:
11677: 2005-11-16 paf
11678:
11679: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11680: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11681: table::save with enclosers now doubles them: "->"" !
11682: table::save/load do not remove elements from options hash
11683:
11684: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11685: [were overoptimized ^if(double_literal), compiler confused
11686: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11687:
11688: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11689: [were overoptimized ^if(double_literal), compiler confused
11690: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11691:
11692: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11693: main/pa_common.C: ! table::save with enclosers now doubles them:
11694: "->"" ! table::save/load do not remove elements from options hash
11695:
11696: 2005-11-03 paf
11697:
1.116 moko 11698: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11699: compilation, not all makefiles liked that
1.95 moko 11700:
11701: 2005-08-30 paf
11702:
11703: * src/classes/op.C: merge . speedup check of [DEFAULT]
11704:
11705: * src/classes/op.C: . speedup check of [DEFAULT]
11706:
11707: 2005-08-26 paf
11708:
11709: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11710:
11711: * src/: classes/date.C, types/pa_vdate.h: + date.week
11712:
11713: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11714: complains about bad!=nameless
11715:
11716: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11717: about bad!=nameless
11718:
11719: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11720: optional options were allowed to be empty. were checked
11721: if(is_string), changed to !defined||is_string to allow void
11722:
11723: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11724: classes/string.C, classes/table.C, classes/void.C: ! optional
11725: options were allowed to be empty. were checked if(is_string),
11726: changed to !defined||is_string to allow void
11727:
11728: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11729: as_junction where they needed as_int/double, so failed with
11730: recent "(const) now no junction" optimization
11731:
11732: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11733: merged ! many classes/* used as_junction where they needed
11734: as_int/double, so failed with recent "(const) now no junction"
11735: optimization
11736:
11737: * src/: classes/double.C, classes/int.C, classes/math.C,
11738: classes/op.C, classes/string.C, classes/table.C,
11739: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11740: used as_junction where they needed as_int/double, so failed with
11741: recent "(const) now no junction" optimization
11742:
11743: 2005-08-24 paf
11744:
11745: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11746: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11747: stripped it
11748:
11749: 2005-08-09 paf
11750:
11751: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11752: not cleared
11753:
11754: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11755: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11756: classes/hashfile.C, classes/image.C, classes/int.C,
11757: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11758: classes/response.C, classes/string.C, classes/table.C,
11759: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11760: include/pa_array.h, include/pa_cache_managers.h,
11761: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11762: include/pa_config_fixed.h, include/pa_config_includes.h,
11763: include/pa_dictionary.h, include/pa_dir.h,
11764: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11765: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11766: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11767: include/pa_request_charsets.h, include/pa_request_info.h,
11768: include/pa_sapi.h, include/pa_socks.h,
11769: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11770: include/pa_stack.h, include/pa_string.h,
11771: include/pa_stylesheet_connection.h,
11772: include/pa_stylesheet_manager.h, include/pa_table.h,
11773: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11774: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11775: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11776: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11777: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11778: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11779: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11780: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11781: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11782: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11783: main/pa_sql_driver_manager.C, main/pa_string.C,
11784: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11785: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11786: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11787: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11788: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11789: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11790: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11791: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11792: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11793: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11794: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11795: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11796: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11797: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11798: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11799: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11800: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11801: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11802: types/pa_vresponse.C, types/pa_vresponse.h,
11803: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11804: types/pa_vstateless_object.h, types/pa_vstatus.C,
11805: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11806: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11807: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11808: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11809: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11810:
11811: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11812: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11813: speedup consequent checks in vmethod_frame
11814:
11815: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11816: not cleared
11817:
11818: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11819: params: 50 max (were 10)
11820:
11821: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11822: params: 50 max (were 10)
11823:
11824: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11825: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11826: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11827: empty string) ! simplified (double) speedup consequent checks in
11828: vmethod_frame
11829:
11830: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11831: optimized constants in expressions vstring->vdouble + optimized
11832: ^call(vdouble), no junction creation, no calls later
11833:
11834: 2005-08-08 paf
11835:
11836: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11837: compile_tools.h: merged + optimized constants in expressions
11838: vstring->vdouble + optimized ^call(vdouble), no junction
11839: creation, no calls later
11840:
11841: * src/types/pa_vdouble.h: merged . double values without fractional
11842: part now default printed as %.0f instead of %g
11843:
11844: * src/types/pa_vdouble.h: . double values without fractional part
11845: now default printed as %.0f instead of %g
11846:
11847: * src/classes/hashfile.C: . merged ! second hashfile::open would
11848: cause an exception
11849:
11850: * src/classes/hashfile.C: ! second hashfile::open would cause an
11851: exception
11852:
11853: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11854: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11855: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11856: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11857: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11858: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11859: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11860: types/pa_vresponse.h, types/pa_vstateless_class.C,
11861: types/pa_vstateless_object.h, types/pa_vvoid.h,
11862: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11863: merged VJunction(new Junction) optimization from 3.1.4
11864:
11865: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11866: types/pa_vstateless_class.C: + optimized new VJunction(new
11867: Junction(params)) to new VJunction(params), thousands of mallocs
11868: removed
11869:
11870: 2005-08-05 paf
11871:
11872: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11873: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11874: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11875: creation, no calls later
11876:
11877: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11878: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11879: classes/hashfile.C, classes/image.C, classes/int.C,
11880: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11881: classes/response.C, classes/string.C, classes/table.C,
11882: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11883: include/pa_array.h, include/pa_cache_managers.h,
11884: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11885: include/pa_config_fixed.h, include/pa_config_includes.h,
11886: include/pa_dictionary.h, include/pa_dir.h,
11887: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11888: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11889: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11890: include/pa_request_charsets.h, include/pa_request_info.h,
11891: include/pa_sapi.h, include/pa_socks.h,
11892: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11893: include/pa_stack.h, include/pa_string.h,
11894: include/pa_stylesheet_connection.h,
11895: include/pa_stylesheet_manager.h, include/pa_table.h,
11896: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11897: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11898: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11899: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11900: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11901: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11902: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11903: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11904: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11905: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11906: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11907: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11908: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11909: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11910: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11911: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11912: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11913: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11914: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11915: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11916: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11917: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11918: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11919: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11920: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11921: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11922: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11923: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11924: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11925: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11926: types/pa_vstateless_object.h, types/pa_vstatus.C,
11927: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11928: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11929: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11930: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11931: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11932:
11933: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11934: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11935: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11936: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11937: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11938: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11939: optimized constants in expressions vstring->vdouble
11940:
11941: 2005-07-29 paf
11942:
11943: * src/types/pa_vclass.C: . shaped up error messages a bit
11944:
11945: * src/types/pa_vclass.C: + property getter can now be overridden
11946:
11947: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11948: bug fix: static parent fields were not replaced in case
11949: $derived:field[put] + property setter can now be overridden
11950:
11951: 2005-07-28 paf
11952:
11953: * configure, configure.in, src/classes/classes.h,
11954: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11955: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11956: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11957: src/classes/xnode.h, src/include/pa_hash.h,
11958: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11959: src/types/Makefile.am, src/types/pa_method.h,
11960: src/types/pa_value.h, src/types/pa_vclass.C,
11961: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11962: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11963: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11964: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11965: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11966: src/types/pa_vobject.C, src/types/pa_vobject.h,
11967: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11968: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11969: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11970: src/types/pa_vstateless_class.h,
1.95 moko 11971: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11972: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11973: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11974: dynamic_fields_join
11975:
11976: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11977: classes/xnode.C, include/pa_hash.h, main/execute.C,
11978: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11979: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11980: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11981: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11982: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11983: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11984: types/pa_vresponse.h, types/pa_vstateless_object.h,
11985: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11986: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11987: restored its checks in vobject.put_element->static fields |
11988: dynamic properties
11989:
11990: 2005-07-27 paf
11991:
11992: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11993: is some old code containing @set_name $name
11994:
11995: * src/types/pa_vobject.h: . fixed warning
11996:
11997: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11998: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11999:
12000: * src/: classes/xnode.C, include/pa_hash.h,
12001: types/pa_vstateless_class.C: ! new asserts were all false.
12002: regretfully reverted them all to checks
12003:
12004: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12005: classes/op.C, main/execute.C, types/pa_method.h,
12006: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12007: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12008: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12009: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12010: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12011: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12012: types/pa_vstateless_object.h, types/pa_vvoid.h,
12013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12014: joined_dynamic_fields: removed unused param from put_method
12015: (returned to 3 params)
12016:
12017: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12018: joined_dynamic_fields: dynamic get/set works with overriding
12019: props [alpha2]
12020:
12021: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12022: works [alfa]
12023:
12024: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12025: classes/op.C, include/pa_hash.h, main/execute.C,
12026: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12027: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12028: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12029: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12030: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12031: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12032: types/pa_vresponse.h, types/pa_vstateless_class.C,
12033: types/pa_vstateless_object.h, types/pa_vvoid.h,
12034: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12035: joined_dynamic_fields: just compiled
12036:
12037: * src/: classes/date.C, classes/file.C, classes/hash.C,
12038: classes/hashfile.C, classes/image.C, classes/table.C,
12039: classes/xdoc.C, classes/xnode.h, main/execute.C,
12040: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12041: types/pa_vstateless_class.h: joined_dynamic_fields: started
12042:
12043: * src/types/pa_vobject.C: . object setters [only started, does not
12044: work yet]
12045:
12046: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12047: object setters [only started, does not work yet]
12048:
12049: 2005-07-26 paf
12050:
12051: * src/: include/pa_request.h, main/execute.C: . properties: set
12052: works [alpha2]. for classes. todo: for objects
12053:
12054: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12055: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12056: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12057: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12058: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12059: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12060: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12061: types/pa_vstateless_object.h, types/pa_vvoid.h,
12062: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12063: properties: set works [alpha1]
12064:
12065: 2005-07-25 paf
12066:
12067: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12068: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12069: properties: started, get works [alpha1, other approach]
12070:
12071: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12072: properties: started, get works [alpha2]
12073:
12074: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12075: pa_vstateless_class.h: . properties: started, get works [alpha]
12076:
12077: 2005-07-15 paf
12078:
12079: * src/: classes/classes.h, classes/op.C, main/execute.C,
12080: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12081: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12082: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12083: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12084: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12085: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12086: types/pa_vresponse.C, types/pa_vresponse.h,
12087: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12088: types/pa_vstateless_object.h, types/pa_vvoid.h,
12089: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12090: types/pa_wwrapper.h, types/types.vcproj: + started property
12091: [getters work but think of changing them too to precaching]
12092:
12093: 2005-07-08 paf
12094:
12095: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12096: gpf
12097:
12098: 2005-06-28 paf
12099:
12100: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12101: in passing empty strings to file::exec/cgi environment
12102:
12103: 2005-06-06 paf
12104:
12105: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12106: ^table:sql ^hash:sql now DO process $.bind option
12107:
12108: 2005-05-24 paf
12109:
12110: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12111: $.limit] now work again [support was broken in 3.1.4]
12112:
12113: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12114: ALL_INTERIOR_POINTERS
12115:
12116: 2005-05-12 paf
12117:
12118: * configure: 3.1.5beta
12119:
12120: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12121:
12122: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12123: $.limit] now work again [support was broken in 3.1.4]
12124:
12125: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12126: line-width [was refusing to fill if line-width >1, thanks to
12127: Seras <seras@pinxit.lt> for repro case
12128:
12129: 2005-04-25 paf
12130:
12131: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12132: correctly
12133:
12134: 2005-04-19 paf
12135:
12136: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12137: in VString violating invariant!!
12138:
12139: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12140: getenv("TZ")==null
12141:
12142: 2005-04-08 paf
12143:
12144: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12145: bugfix: when there is no char in charset one byte produces 6
12146: (ÿ <<max). increased buffer size!
12147:
12148: 2005-03-23 paf
12149:
12150: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12151: ^date.sql-string now takes TZ into account
12152:
12153: 2005-03-16 paf
12154:
12155: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12156: gcc 3.4
12157:
12158: * src/types/pa_vhash.C: . warning about eof eol
12159:
12160: 2005-02-17 paf
12161:
12162: * operators.txt, src/classes/op.C: + operator ^sleep(double
12163: seconds)
12164:
12165: 2005-02-02 paf
12166:
12167: * src/classes/xnode.C: beauty: removed needless includes
12168:
12169: 2005-01-31 paf
12170:
12171: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12172: $.partNoNumber now alias to $.part1
12173:
12174: * src/types/pa_vmail.C: change: incoming letter part contains
12175: "content-disposition" header with any value? now considering that
12176: part to be "file#" [for text/plain text/html were $.text#
12177: $.html#]
12178:
12179: * INSTALL: updatet to latest working versions available
12180:
12181: 2005-01-20 paf
12182:
12183: * configure.in, src/include/pa_version.h: version
12184:
12185: 2005-01-19 paf
12186:
1.116 moko 12187: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12188: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12189: couple warnings in parser3.C
1.95 moko 12190:
12191: 2004-12-23 paf
12192:
12193: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12194:
12195: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12196: dir to directory of script (when shbang used), not to directory
12197: of its interpreter
12198:
12199: * src/include/pa_version.h: compiled on win32...
12200:
12201: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12202: we need more hspace
12203:
12204: * configure, configure.in, src/include/pa_version.h: configured
12205: host to pa_version. will be displayed everywhere
12206:
12207: * src/main/pa_request.C: new: @unhandled_exception can prevent
12208: exception from being logged by setting $exception.handled(1)
12209:
12210: * operators.txt, src/classes/file.C: change:
12211: ^file::sql{query}[[options]] options: $.name[file name]
12212: $.content-type[application/what]
12213:
12214: * src/: include/pa_common.h, main/pa_common.C,
12215: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12216: new file
12217:
12218: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12219: bugfix: table->hash now regards _default
12220:
12221: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12222: created by accessing $name_of_method it acquired bad self=closest
12223: methodframe; instead of proper self (current class)
12224:
12225: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12226: hashfile produced bad cord
12227:
12228: 2004-12-10 paf
12229:
12230: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12231: subsequent failures though defined in .h
12232:
12233: * src/main/pa_common.C: comment on volatile
12234:
12235: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12236: alarm function were not used since the beginning due to stupid
12237: error [setsigjmp were not checked in configure.in]
12238:
12239: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12240: unix too
12241:
12242: * src/main/pa_common.C: http: exception status of send/recv errors
12243: change to most probable http.timeout
12244:
12245: * src/main/pa_common.C: win32: http connection $.timeout option now
12246: works [setsockopt on send/receive]
12247:
12248: 2004-12-08 paf
12249:
12250: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12251: cstr-ed knowing mail charset, and untainting uri lang now knows
12252: proper charset
12253:
12254: 2004-11-24 paf
12255:
12256: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12257:
12258: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12259: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12260:
12261: 2004-11-12 paf
12262:
12263: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12264: [since 3.0.4]
12265:
12266: 2004-11-09 paf
12267:
12268: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12269: writes basics to c:\parser3.log
12270:
12271: 2004-10-21 paf
12272:
12273: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12274: tainted strings [were returning clean onces]
12275:
12276: 2004-10-15 paf
12277:
12278: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12279: cycles(i=1; i=2), which was wrong, now does ONE
12280:
12281: 2004-10-12 paf
12282:
12283: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12284:
12285: 2004-10-07 paf
12286:
12287: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12288: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12289: release asserts
12290:
12291: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12292: String.dump() to stdout in detailed form [were String.v() in
12293: short form]
12294:
12295: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12296: \t\r\n as @#| and truncates long char sequences less
12297:
12298: 2004-10-06 paf
12299:
12300: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12301: win32 beauty: socket errors properly decoded
12302:
12303: 2004-10-05 paf
12304:
12305: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12306: request::configure_user/admin done always, even if no
12307: file-to-process useful in @unhandled_exception [say, if they
12308: would want to mail by SMTP something]
12309:
12310: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12311: now performed prior to file loading [and @auto executing] thus
12312: making $cookie:value available in @auto and in
12313: @unhandled_exception when IIS is configured to run interpreter
12314: even if no file exist
12315:
12316: 2004-09-20 paf
12317:
12318: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12319: somewhere where it should have called xmlMalloc and it calls
12320: xmlFree when it should have not called it. inserted two
12321: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12322: xmlFree just ignored. put away a testcase, maybe someday libxml
12323: author would fix all that. until that day: we have SLOW garbage
12324: collecting when many xml objects are alive hint: do
12325: ^memory:compact[] before xdoc::create
12326:
12327: 2004-09-17 paf
12328:
12329: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12330: error from 3.0.8 version]
12331:
12332: 2004-09-14 paf
12333:
12334: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12335: part bugfix: hashfile.foreach iterated only part if hashfile were
12336: modified inside
12337:
12338: 2004-09-13 paf
12339:
12340: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12341: [were as octal]
12342:
12343: * src/types/pa_vhashfile.C: beauty: not reproduced
12344: $hashfile.key[$novalue] bug [reported by motorin], inserted
12345: safety-check
12346:
12347: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12348: [not something obscure from sdbm lib]
12349:
12350: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12351: = strerror now returnes something and we can properly report that
12352: to client
12353:
12354: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12355: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12356:
12357: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12358: [tainted as-is] this helps //[space][newline] to remain as-is and
12359: not be unnecessary optimized away [ruining javascript]
12360:
12361: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12362: [tainted as-is]
12363:
12364: * src/classes/mail.C: bugfix: typo error
12365:
12366: 2004-09-09 paf
12367:
12368: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12369: separators bugfix: loads header with endings \r\n\r\n and \n\n
12370: (bloody yandex.server)
12371:
12372: 2004-09-06 paf
12373:
12374: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12375: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12376: encoded
12377:
12378: 2004-09-01 paf
12379:
12380: * src/types/pa_vmail.C: change: multipart/mixed changed to
12381: multipart/related outlook express have no problems showing
12382: unrelated attachments. todo: someday figure out a way of
12383: multipart/mixed multipart/related text/html
12384: image/xxx application/octet-stream << true attachments
12385:
12386: * src/types/pa_vmail.C: new:
12387: ^mail:send[$.file[$.content-disposition can be overriden new:
12388: empty mail header fields removed from letter
12389:
12390: * src/: classes/mail.C, include/pa_config_fixed.h,
12391: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12392: ^mail:send[ $.file[ $.any[header]
12393:
12394: 2004-08-30 paf
12395:
12396: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12397: warnings
12398:
12399: * src/main/pa_common.C: beauty: do not bother with charset
12400: detection when ^file::load[binary
12401:
12402: 2004-08-27 paf
12403:
12404: * src/main/pa_common.C: hack: for yandex.server http server
12405:
12406: 2004-08-18 paf
12407:
12408: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12409: possibly-chunked response
12410:
12411: 2004-08-17 paf
12412:
12413: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12414: $f.content-type now = that of http response
12415:
12416: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12417: $f.content-type now = that of http response
12418:
12419: 2004-07-30 paf
12420:
12421: * src/: include/pa_request.h, main/pa_request.C,
12422: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12423: win32: system&parser exceptions in release mode reported properly
12424: parser exception in exception handler WERE mistakenly reported as
12425: system exception, without details [in apache & isapi] +some
12426: beauty in exception text
12427:
12428: * src/: include/pa_exception.h, main/pa_request.C,
12429: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12430: release mode reported properly parser exception in exception
12431: handler WERE mistakenly reported as system exception, without
12432: details
12433:
12434: * src/main/execute.C: beauty: simplified system exception handling
12435:
12436: 2004-07-29 paf
12437:
12438: * src/classes/table.C: bugfix:
12439: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12440: were ignored, and \t used unconditionally]
12441:
12442: * src/types/Makefile.am: added vhash.c
12443:
12444: 2004-07-28 paf
12445:
12446: * src/: classes/date.C, classes/image.C, classes/math.C,
12447: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12448: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12449: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12450: failed on russian letters
12451:
12452: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12453: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12454: letters
12455:
12456: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12457: as 'currentDirectory' parameter to CreateProcess
12458:
12459: 2004-07-27 paf
12460:
12461: * src/targets/cgi/parser3.vcproj: beauty: win32:
12462: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12463: from release somewhere [to help searching for unhandled system
12464: exceptions]
12465:
12466: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12467: TZ shift
12468:
12469: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12470: but also in ctor
12471:
12472: 2004-07-26 paf
12473:
12474: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12475: src/main/pa_request.C, src/types/pa_vfile.h,
12476: src/types/pa_vhash.C, src/types/pa_vhash.h,
12477: src/types/types.vcproj: new: $response:body/download[
12478: $.file[name on disk] $.name[of file for user]
12479: $.mdate[date of last-modified. default from directory] ]
12480:
12481: * src/classes/file.C: moving file:send somewhere else..
12482:
12483: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12484: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12485: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12486: $response:download[ $.filename[filename] $.option[] ,, ]
12487:
12488: * src/classes/file.C: beauty: invalid mode thoroughly reported
12489:
12490: 2004-07-21 paf
12491:
12492: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12493: to several lines
12494:
12495: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12496:
12497: note: ms outlook[!express] shows only first 255 characters of
12498: subject
12499:
12500: 2004-07-15 paf
12501:
12502: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12503: off]
12504:
12505: 2004-07-14 paf
12506:
12507: * src/classes/table.C: bugfix: $.bind values now got untainted
12508: according to lang [were: as-is]
12509:
12510: 2004-07-07 paf
12511:
12512: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12513: checked that
12514:
12515: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12516: now untainted according to their languages. were: as-is.
12517: EVERYWHERE
12518:
12519: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12520: environment string now untainted according to their languages.
12521: were: as-is. EVERYWHERE
12522:
12523: * src/main/pa_exec.C: bufix: on unix environment string now
12524: untainted according to their languages. were: as-is. on win32:
12525: ok
12526:
12527: * parser3.vssscc: ...would not go unnoticed
12528:
12529: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12530: fails. in case on input appears nonutf, those bytes will be
12531: printed in %HH form. that can be easily decoded/recovered.
12532:
12533: this form is quite noticable, and hopefully would not go noticed
12534:
12535: 2004-07-06 paf
12536:
12537: * src/main/pa_exec.C: bufix: on unix environment string now
12538: untainted according to their languages. were: as-is. on win32:
12539: ok
12540:
12541: 2004-07-01 paf
12542:
12543: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12544: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12545: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12546: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12547: main/main.vcproj, targets/cgi/parser3.vcproj,
12548: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12549: option: global optimization ON
12550:
12551: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12552: to do xdoc::create{invalid chars} standard disables chars less
12553: then \x20, except tab, cr, lf.
12554:
12555: changed tainting so that those become '!'
12556:
12557: 2004-06-25 paf
12558:
12559: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12560: int on odd address [prev bugfix failed due to superwize
12561: optimizer, which turned memcpy into same 'ld' asm command]
12562:
12563: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12564: int on odd address
12565:
12566: 2004-06-22 paf
12567:
12568: * src/sql/pa_sql_driver.h: note: about possible optimization
12569:
12570: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12571: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12572: src/include/pa_config_includes.h: new: ^void:sql{call
12573: paf(:a)}[ $.bind[ $.a[2]
12574: ] ] output variables work. todo: check in out
12575: variables
12576:
12577: 2004-06-18 paf
12578:
12579: * src/: classes/file.C, classes/hash.C, classes/string.C,
12580: classes/table.C, classes/void.C, include/pa_globals.h,
12581: include/pa_sql_connection.h, main/compile.tab.C,
12582: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12583: $.bind[ $.a[2] ]
12584: ] input variables work. todo:output
12585:
12586: * src/targets/cgi/parser3.C: bugfix: iis specific
12587: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12588: /_bug.html?404;http://hpsv/test/
12589: --------------------------------------------------------------------------------
12590: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12591: --------------------------------------------------------------------------------
12592: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12593:
12594: 2004-06-16 paf
12595:
12596: * src/targets/cgi/parser3.C: new: iis specific
12597: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12598: $request:query
12599: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12600: $form:fields IIS-STATUS="404"
12601: IIS-DOCUMENT="http://server/_bug.html" f="v"
12602:
12603: todo: isapi too
12604:
12605: 2004-05-26 paf
12606:
12607: * src/include/pa_version.h: 3.1.3
12608:
12609: * operators.txt: beauty: removed outdated level 'table'
12610:
12611: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12612:
12613: * src/main/pa_string.C: beauty: removed 3 warnings
12614:
12615: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12616: classes/op.C: beauty: removed outdated level 'table'
12617:
12618: 2004-05-25 paf
12619:
12620: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12621: implementation. mistery: how anything worked
12622:
12623: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12624: changed, it is now safe to use url if pointers to it are stored
12625: to gc mem
12626:
12627: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12628: unknown errors reported and not cause SIGSEGV now
12629:
12630: 2004-05-24 paf
12631:
12632: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12633: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12634: less memory: CORD_chars_block originally intended to ... it was
12635: good that CORD_chars_block were not used: it consumes more memory
12636: [and, might be slow too] undoing that. [and removed that func so
12637: that it would not confuse parser developer in future]
12638:
12639: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12640: less memory: CORD_chars_block originally intended to
12641: speedup/reduce mem usage were forgotten, and were used stupid
12642: CORD_chars
12643:
12644: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12645:
12646: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12647: BIGENDIAN processors space-conserving mech failed, causing
12648: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12649: (1|2|3));
12650:
12651: 2004-05-14 paf
12652:
12653: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12654: bugfix: void now has vfile value, and $response:body[] works OK
12655:
12656: 2004-05-12 paf
12657:
12658: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12659: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12660: sources to use is_defined() {return as_bool();} along VBool
12661:
12662: 2004-05-11 paf
12663:
12664: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12665: referencing to local objects
12666:
12667: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12668: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12669: left intact
12670:
12671: 2004-04-15 paf
12672:
12673: * src/classes/date.C: merged: beauty: unused var removed
12674:
12675: * src/classes/date.C: beauty: unused var removed
12676:
12677: * src/include/: pa_exec.h: bugfix: interface without pointer
12678: provoked bug
12679:
12680: 2004-04-09 paf
12681:
12682: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12683:
12684: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12685:
12686: 2004-04-08 paf
12687:
12688: * src/classes/date.C: new: ^date::create[y-m-d
12689: h-M-s>>.milliseconds<<] now allowed, ignored so far
12690:
12691: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12692:
12693: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12694: to consult default catalog [usually, that file belongs to other
12695: user/group]
12696:
12697: 2004-04-06 paf
12698:
12699: * src/main/pa_common.C: beauty: gcc warning removed
12700:
12701: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12702: accept that trick, trying other
12703:
12704: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12705: explicit result problem
12706:
12707: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12708: explicit result problem
12709:
12710: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12711: explicit result problem
12712:
12713: * operators.txt, src/classes/string.C: new: ^string.append[string]
12714:
12715: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12716: main/execute.C: attempt_check_call_in_explicit_result_mode:
12717: failed
12718:
12719: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12720: http://i.p.a.ddress gethostbyaddr added [on some platforms
12721: gethostbyname failed with such 'domains'] now checked properly,
12722: were: needless reverse/forward dns lookup
12723:
12724: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12725: http://i.p.a.ddress gethostbyaddr added [on some platforms
12726: gethostbyname failed with such 'domains'] now checked properly,
12727: were: needless reverse/forward dns lookup
12728:
12729: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12730: @method[][result] means "no string output here" moved to lexical
12731: level [on grammar level it were too difficult]
12732:
12733: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12734: src/main/compile.y, src/main/compile_tools.h,
12735: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12736: @method[][result] means "no string output here", implemented part
12737: of that idea: compiler throws away string literal generation
12738: code. and barks nonwhitespace chars
12739:
12740: * operators.txt: truth: removed comment about $ORIGIN
12741:
12742: 2004-04-05 paf
12743:
12744: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12745: src/include/pa_version.h, src/main/pa_common.C,
12746: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12747:
12748: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12749: Konstantin Tomashevitch [mailto:konst@design.ru]
12750:
12751: * src/doc/html2chm.cmd: beauty: no need in bg here
12752:
12753: * src/doc/sources2html.cmd: beauty: same window, in bg it
12754: interfered with FAR console
12755:
12756: * configure, configure.in: 3.1.3
12757:
12758: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12759:
12760: * src/main/pa_common.C: removed warning
12761:
12762: * src/include/pa_version.h: 3.1.3
12763:
12764: 2004-04-02 paf
12765:
12766: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12767:
12768: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12769: allows to specify where to put parser log file
12770:
12771: 2004-04-01 paf
12772:
12773: * src/classes/table.C: bugfix: bugfix: table::load last line
12774: without tab and enter were ignored
12775:
12776: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12777: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12778: main/pa_socks.C, targets/cgi/parser3.C,
12779: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12780: bugfix: sql connections now are disconnected
12781:
12782: 2004-03-30 paf
12783:
12784: * src/classes/table.C: bugfix: table::load last line without tab
12785: and enter were ignored
12786:
12787: * src/classes/table.C: bufix: if last table lines were commented,
12788: gpfed
12789:
12790: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12791: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12792: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12793: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12794: doc/methoded.dox, doc/object.dox, doc/string.dox,
12795: doc/targets.dox, doc/value.dox, include/pa_version.h,
12796: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12797: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12798: bugfixes from 3.1.2, changed version to 3.1.3beta
12799:
12800: 2004-03-29 paf
12801:
12802: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12803: causes gpf
12804:
12805: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12806: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12807: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12808: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12809: value.dox: translated to english
12810:
12811: 2004-03-25 paf
12812:
12813: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12814: parser3project dependency removed
12815:
12816: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12817: bugfix: refused to compile without xml
12818:
12819: * src/types/pa_vform.C: beauty: removed warning
12820:
12821: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12822: any folder [removed last ;) folder dependency]
12823:
12824: * src/classes/classes.vcproj: bugfix: now all compiles in any
12825: folder [removed last ;) folder dependency]
12826:
12827: * src/include/pa_version.h: release
12828:
12829: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12830:
12831: * src/classes/table.C: beauty: comment& more meaningful error
12832: message
12833:
12834: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12835: $.hash[$.column_value1(true) ... ] [were producing some strang
12836: thing]
12837:
12838: 2004-03-23 paf
12839:
12840: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12841: and http status line parsing checked number of columns in table
12842: [user reported an assert]
12843:
12844: * operators.txt: example: on hashfile
12845:
12846: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12847: bugfix: junction reattach now actually reattaches a junction to
12848: new wcontext [were only assigning it to junction, which caused
12849: junction tracking to loose junction, and it's context were not
12850: killed, and it tried to process in invalid context, gpf]
12851:
12852: * src/targets/cgi/parser3.C: debug helper added
12853:
12854: 2004-03-19 paf
12855:
12856: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12857: "type(type)" in braces
12858:
12859: 2004-03-10 paf
12860:
12861: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12862: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12863: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12864: solution to search-in-namespaces problem:
12865: $xdoc.search-namespaces.x[http://pif.design.ru/]
12866: $nodes[^xdoc.select[//x:second]]
12867:
12868: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12869: expression][[NAMESPACES HASH]] allows to search for info in
12870: namespaces
12871:
12872: $nodes[^xdoc.select[//x:second][
12873: $.x[http://pif.design.ru/] ]]
12874:
12875: 2004-03-09 paf
12876:
12877: * operators.txt, src/main/pa_common.C: new:
12878: ^file::load[...][options] $.form[
12879: !$.field1[string]
12880: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12881: ] !$.body[string]
12882:
12883: GET ?here notGET(POST, HEAD, others) in content-type:
12884: application/x-www-form-urlencoded
12885:
12886: todo: upload files ability
12887:
12888: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12889: properly, done
12890:
12891: 2004-03-05 paf
12892:
12893: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12894: GET/POST $.form[$.fields started, not tested yet
12895: todo:$.field[table] for multiple values
12896:
12897: * operators.txt: new: http:// options $.user $.password basic
12898: authorization
12899:
12900: * src/main/pa_common.C: beauty: link to rtf added
12901:
12902: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12903: new: http:// options $.user $.password basic authorization
12904:
12905: * src/main/pa_common.C: beauty: removed needless vars
12906:
12907: * operators.txt: new: pgsql option [like that recently added to
12908: oracle driver] ClientCharset=parser-charset <<
12909: charset in which parser thinks client works
12910:
12911: * operators.txt: new: odbc option [like that recently added to
12912: oracle driver] ClientCharset=parser-charset <<
12913: charset in which parser thinks client works
12914:
12915: * src/sql/pa_sql_driver.h: beauty: important warning added
12916:
12917: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12918: char!
12919:
12920: * etc/parser3.charsets/windows-1251.cfg: typo
12921:
12922: 2004-03-04 paf
12923:
12924: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12925: cached, sql transcoding now goes faster
12926:
12927: * operators.txt: new: mysql option [like that recently added to
12928: oracle driver] ClientCharset=parser-charset <<
12929: charset in which parser thinks client works
12930:
12931: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12932: typo error
12933:
12934: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12935: chars commented
12936:
12937: 2004-03-03 paf
12938:
12939: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12940: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12941:
12942: 2004-03-02 paf
12943:
12944: * operators.txt: new[update typo]: !^void.left(n)
12945: nothing !^void.right(n) nothing !^void.mid(p[;n])
12946: nothing
12947:
12948: * operators.txt, src/classes/void.C: new: !^void.left(n)
12949: nothing !^void.right(n) nothing !^void.pos(p[;n])
12950: nothing
12951:
12952: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12953: ^file::sql[[name_to_become_$.name]]{} query result must be one
12954: row with columns: first: data second: file name third:
12955: content-type
12956:
12957: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12958: ^connect gets properly escaped string, which can be passed to
12959: request now this for mysql only. it's up to parser sql driver to
12960: fix zeros properly
12961:
12962: * INSTALL: note: added on building apache with this option:
12963: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12964:
12965: 2004-03-01 paf
12966:
12967: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12968: extension memory:compact befor processingrequest
12969:
12970: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12971: call sole column of result
12972:
12973: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12974: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12975: pixel color
12976:
12977: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12978: beauty: image -- less checks [were ugly impl]
12979:
12980: * src/classes/string.C: bugfix: ^string.left/right/mid with
12981: negative values now considered bad
12982:
12983: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12984:
12985: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12986: options now have unified defaults [after transform
12987: indent/omit-xml-declaration/standalone 'default' erroreously
12988: meant 'true']
12989:
12990: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12991: added [on some platforms gethostbyname failed with such
12992: 'domains']
12993:
12994: * src/include/pa_config_auto.h.in: no select check, no define
12995:
12996: * src/classes/string.C: feature: ^string.trim both parameters may
12997: be empty-strings, meaning kind=both chars=whitespaces
12998:
12999: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13000: exist
13001:
13002: * src/classes/string.C: check: trim 'chars' must not be empty,
13003: exception if it is
13004:
13005: * src/classes/string.C: changed: ^string.trim [] << both,
13006: whitespaces [start|both|end] << kind, whitespaces
13007: [start|both|end;chars] full
13008:
13009: 2004-02-27 paf
13010:
13011: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13012: method: ^string.trim[start|both|end[;chars]] default
13013: 'chars' -- whitespace chars finished
13014:
13015: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13016: src/main/pa_string.C: new method:
13017: ^string.trim[start|both|end[;chars]] default 'chars' --
13018: whitespace chars started, only start works
13019:
13020: * src/main/compile.C: bugfix: line numbers after
13021: ^process{}[$.line(-10]] can be negative, allowed to print they as
13022: signed
13023:
13024: * src/main/untaint.C: speed: there's no \n chars in output
13025: [normally], so no need to optimize them they could be retrived
13026: from databases, though. but 1. should be replaced 2. if not
13027: optimized, no harm done
13028:
13029: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13030: ^file::exec/cgi could return invalid status & zombie child can
13031: remain for short period until process exists [very bad in
13032: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13033:
13034: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13035: malicious SMTP server to attack as by returning too long status
13036: responses http://i2/tasks/edit/?id=4629448401140924947
13037:
13038: 2004-02-26 paf
13039:
13040: * operators.txt: feature: ^process...{CODE}[now has options] which
13041: are $.main[to what to rename @main] $.file[file,
13042: from which (user says) goes that CODE] $.lineno(line
13043: number in that file, where CODE starts. may be negative)
13044:
13045: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13046: src/main/compile.C, src/main/compile_tools.h,
13047: src/main/pa_request.C: feature: ^process...{CODE}[now has
13048: options] which are $.main[to what to rename @main]
13049: $.file[file, from which (user says) goes that CODE]
13050: $.lineno(line number in that file, where CODE starts. may be
13051: negative)
13052:
13053: 2004-02-25 paf
13054:
1.116 moko 13055: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13056: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13057:
13058: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13059: produces hash of column=>1
13060:
13061: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13062: with incomplete errno constants set
13063:
13064: 2004-02-24 paf
13065:
13066: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13067: "man select"
13068:
13069: * src/main/pa_os.C: beauty: <0 better then ==-1
13070:
13071: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13072:
13073: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13074:
1.116 moko 13075: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13076:
13077: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13078: unix: steps to work on unix [extracted 'to']
13079:
13080: * src/classes/mail.C: smtp on unix: steps to work on unix
13081:
13082: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13083:
1.116 moko 13084: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13085: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13086: unix [testing on solaris]
1.95 moko 13087:
13088: 2004-02-20 paf
13089:
13090: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13091: pointing that out
13092:
13093: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13094: fixed again [same solution, mistanenly removed one line]
13095:
13096: 2004-02-19 paf
13097:
13098: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13099: date::create from bad datetime in spring daylightsaving hole now
13100: OK for all platforms [on some platforms it failed]
13101:
13102: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13103: in daylightsaving hole] now throws error
13104:
13105: * src/classes/date.C: comment: mistake fixed
13106:
13107: 2004-02-18 paf
13108:
13109: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13110: now renderes in $request:charset, but in header puts
13111: $response:charset todo: make that default only so that coder
13112: could override that
13113:
13114: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13115: turns off omit-xml-declaration
13116:
13117: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13118: /.xsl for sample
13119:
13120: 2004-02-17 paf
13121:
13122: * src/classes/xdoc.C: beauty: needless helper class removed
13123:
13124: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13125: copied extra time
13126:
13127: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13128: part of libxml
13129:
13130: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13131: libxml to do the work] <xsl:output method="html"
13132: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13133: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13134: />
13135:
13136: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13137:
13138: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13139: caused assertion
13140:
13141: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13142: could hang. now such add does nothing, sub clears $hash
13143:
13144: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13145: not made quoted-printable
13146:
13147: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13148: string invariant
13149:
13150: 2004-02-16 paf
13151:
13152: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13153: cleared [were not cleared properly]
13154:
13155: 2004-02-13 paf
13156:
1.116 moko 13157: * src/include/pa_version.h: prerelease
1.95 moko 13158:
13159: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13160: used, introducing dependencies timestamp check
13161:
13162: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13163: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13164: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13165: .xsl.stamp now not used, introducing dependencies timestamp check
13166:
1.150 moko 13167: * configure.in: auto.p: @conf made relative
1.95 moko 13168:
13169: 2004-02-12 paf
13170:
13171: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13172: ruined empty <input type=file> submits. parser thought there were
13173: nameless empty file and $form:field got value of type 'file'
13174:
13175: * INSTALL: --without-threads
13176:
13177: * src/include/pa_sapi.h: 2004
13178:
13179: 2004-02-11 paf
13180:
13181: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13182: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13183: classes/hashfile.C, classes/image.C, classes/int.C,
13184: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13185: classes/response.C, classes/string.C, classes/table.C,
13186: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13187: include/pa_array.h, include/pa_cache_managers.h,
13188: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13189: include/pa_config_fixed.h, include/pa_config_includes.h,
13190: include/pa_dictionary.h, include/pa_dir.h,
13191: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13192: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13193: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13194: include/pa_request_charsets.h, include/pa_request_info.h,
13195: include/pa_socks.h, include/pa_sql_connection.h,
13196: include/pa_sql_driver_manager.h, include/pa_stack.h,
13197: include/pa_string.h, include/pa_stylesheet_connection.h,
13198: include/pa_stylesheet_manager.h, include/pa_table.h,
13199: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13200: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13201: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13202: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13203: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13204: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13205: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13206: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13207: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13208: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13209: main/pa_sql_driver_manager.C, main/pa_string.C,
13210: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13211: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13212: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13213: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13214: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13215: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13216: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13217: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13218: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13219: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13220: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13221: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13222: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13223: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13224: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13225: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13226: types/pa_vresponse.h, types/pa_vstateless_class.C,
13227: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13228: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13229: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13230: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13231: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13232: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13233:
13234: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13235: debug version of gc.dll
13236:
13237: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13238: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13239: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13240: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13241: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13242: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13243: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13244: processes
13245:
13246: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13247: main/pa_globals.C, targets/cgi/parser3.vcproj,
13248: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13249: changes to reflect libxml xsl new folders
13250:
13251: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13252: lib/smtp/smtp.vcproj, main/main.vcproj,
13253: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13254: to reflect libxml xsl new folders
13255:
13256: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13257: lib/smtp/smtp.vcproj, main/main.vcproj,
13258: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13259: types/types.vcproj: started changes to reflect libxml xsl new
13260: folders
13261:
13262: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13263: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13264: src/main/compile.tab.C, src/main/main.vcproj,
13265: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13266: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13267: started changes to reflect libxml xsl new folders
13268:
13269: 2004-02-10 paf
13270:
13271: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13272: compile. recommened latest libxml up to date
13273:
13274: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13275: pattern compilation errors", on which spent 4 hours worktime. use
13276: versions higher than that. recommended now latest up to date
13277:
13278: 2004-02-06 paf
13279:
13280: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13281: beauty: unified destructing style
13282:
13283: * src/main/untaint.C: beauty: removed old def/ifdef
13284:
13285: * src/main/untaint.C: beauty: coredump @unknown untaint language
13286: now
13287:
13288: 2004-02-03 paf
13289:
13290: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13291: targets/isapi/parser3isapi.C, types/pa_value.C,
13292: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13293: then %ld/%lu
13294:
13295: * src/main/pa_common.C: typo: %l -> %u
13296:
13297: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13298: in attributes or documents-results of transform now not xx;
13299:
13300: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13301:
13302: * src/main/pa_charset.C: bugfix: forgot to undo some
13303:
13304: * src/main/pa_charset.C: beauty: uncomment
13305: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13306: libraries
13307:
13308: 2004-02-02 paf
13309:
13310: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13311: $cookie:example[ $.value[value] $.path[/there/] ]
13312:
13313: $cookie:example[ $.value[] $.expires[session]
13314: $.path[/there/] $.domain[test.com] ]
13315:
13316: * src/types/pa_vform.C: bugfix: empty values with
13317: enctype=multipart/form-data now produce entries in $form:tables
13318: <form method=post enctype=multipart/form-data> <input type=hidden
13319: name=a> <input type=hidden name=b>
13320:
13321: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13322: <hr> <pre>$request:body
13323:
13324: 2004-01-30 paf
13325:
13326: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13327: or documents-results of transform now not xx;
13328:
13329: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13330: produce exception.
13331:
13332: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13333: bugfix: ^date::create[invalid fields now produce exception.
13334:
13335: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13336: year] now produces exception. todo: check other fields
13337:
13338: 2004-01-29 paf
13339:
13340: * src/include/pa_memory.h: typo error
13341:
13342: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13343: more byte then specified, then zeroed it << useless and
13344: potentially harmful(could gpf)
13345:
13346: 2004-01-22 paf
13347:
13348: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13349:
13350: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13351: optimization
13352:
13353: * src/main/untaint.C: bugfix: whitespace now optimized properly
13354: [were bug: ^taint[1 & 2]="1 &2"
13355:
13356: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13357: errors
13358:
13359: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13360: overflow
13361:
13362: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13363: error-reporting code * in parser-error reporting code [when no
13364: @unhandled_exception defined]
13365:
13366: fixed in one place: my *snprintf override
13367:
13368: 2004-01-13 paf
13369:
13370: * operators.txt: typo erro
13371:
13372: 2003-12-25 paf
13373:
13374: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13375: garbled [pieces after zero bytes were removed]
13376:
13377: 2003-12-22 paf
13378:
1.116 moko 13379: * src/include/Makefile.am: bugfix: removed from dist:
13380: src/include/pa_config_auto.h which were configured for
1.95 moko 13381: make-dist-platform and badly updated proper config file in target
13382: [when .tar used for updating existing source tree]
13383:
13384: * ChangeLog, operators.txt, src/classes/op.C,
13385: src/include/pa_sql_connection.h,
13386: src/include/pa_sql_driver_manager.h,
13387: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13388: feature: sql introducing ability to transcode charsets
13389:
13390: 2003-12-19 paf
13391:
13392: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13393: error message
13394:
13395: * src/main/pa_charset.C: bugfix: memory for charsethandler
13396: structure for libxml now allocated properly
13397:
13398: 2003-12-17 paf
13399:
13400: * src/types/pa_vfile.C: beauty: removed outdated cast
13401:
13402: * src/main/pa_common.C: bugfix: empty http response caused gpf
13403:
13404: * src/include/pa_string.h: bugfix: removed too strong a assert
13405:
13406: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13407: unreported xmlGenericErrors]
13408:
13409: 2003-12-15 paf
13410:
13411: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13412: works}
13413:
13414: 2003-12-11 paf
13415:
13416: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13417: id
13418: !$status:tid thread id
13419:
13420: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13421: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13422: bugfix(solaris): removed dependency on object initialization
13423: order [one more place]
13424:
13425: * src/: classes/file.C, classes/mail.C, classes/op.C,
13426: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13427: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13428: understand that
13429:
13430: * src/: classes/file.C, classes/mail.C, classes/op.C,
13431: classes/xdoc.C, include/pa_cache_managers.h,
13432: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13433: include/pa_stylesheet_manager.h, main/pa_request.C,
13434: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13435: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13436: ctor call [relying on implicit String::Body(cstr) call]
13437:
13438: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13439: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13440: object initialization order [two places]
13441:
13442: 2003-12-10 paf
13443:
13444: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13445: << time now ok
13446:
13447: * operators.txt, src/main/pa_sql_driver_manager.C,
13448: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13449: operational
13450:
13451: * ChangeLog, operators.txt, src/classes/xdoc.C,
13452: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13453: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13454: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13455: back operational
13456:
13457: 2003-12-02 paf
13458:
13459: * src/types/pa_vmail.C: bugfix:
13460: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13461: as-is forced]
13462:
13463: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13464: exceptions out of libxml callbacks: reimplemented error handling
13465: of http://localhost, parser://method and safemode check callbacks
13466:
13467: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13468: [merged from HEAD]
13469:
13470: * src/classes/image.C: nothing: comment removed
13471:
13472: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13473: addresses to int
13474:
13475: 2003-12-01 paf
13476:
13477: * src/main/pa_xml_io.C: bugfix: typo
13478:
13479: * src/main/pa_globals.C: bugfix: win32: compile prob
13480:
13481: * src/classes/xdoc.C: bugfix: typo
13482:
13483: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13484: exception
13485:
13486: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13487:
13488: 2003-11-28 paf
13489:
13490: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13491: all xml documents read
13492:
13493: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13494:
13495: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13496: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13497: replaced original open mech of xdoc::create & co to use libxml
13498: open, so that this would work for root document todo: safe mode
13499: checks to libxml: ideally to some 1 point
13500:
13501: * src/main/pa_xml_io.C: comment
13502:
13503: * operators.txt, src/main/pa_xml_io.C: leading / in
13504: http://parser[abscent params]
13505:
13506: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13507: works. todo: maybe replace original open mech of xdoc::create &
13508: co to use libxml open, so that this would work for root document
13509:
13510: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13511: "parser://method/params/here"> <test> &test^; </test> }]
13512:
13513: ^taint[^xdoc.string[]]
13514:
13515: @method[param] <!ENTITY test
13516: "test-entity-value+$form:user+$param!">
13517:
13518: 2003-11-27 paf
13519:
13520: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13521:
13522: * src/classes/date.C: bugfix: typo error
13523:
13524: 2003-11-26 paf
13525:
13526: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13527: src/main/Makefile.am, src/main/main.vcproj,
13528: src/main/pa_globals.C, src/main/pa_request.C,
13529: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13530: xml errors to hash<thread_id,error> reorganization: xml io moved
13531: to pa_xml_io.C/h
13532:
13533: * src/types/pa_value.h: warnings: --
13534:
13535: 2003-11-25 paf
13536:
13537: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13538: whatever)
13539:
13540: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13541: a, (c?x:y, z)
13542:
13543: * src/main/untaint.C: bugfix: consequences of not reading this
13544: comment: CORD_pos_chars_left /* Number of characters in cache.
13545: <= 0 ==> none */
13546:
13547: * src/include/pa_array.h: removed needless checks
13548:
13549: 2003-11-24 paf
13550:
13551: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13552: removed limit: now $form:xxx can be accessed anytime, even in
13553: @auto/conf [and request/response:charset still can be changed
13554: anytime]
13555:
13556: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13557: now not transcodes response body
13558:
13559: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13560: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13561: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13562: $xdoc.firstChild.firstChild.nodeValue[different]
13563: ^taint[^xdoc.string[]]
13564:
13565: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13566: workaround: static Hash::allocates -> static Hash_allocates
13567:
13568: 2003-11-21 paf
13569:
1.116 moko 13570: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13571: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13572: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13573:
13574: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13575:
13576: * src/classes/mail.C: bugfix: typo
13577:
13578: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13579: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13580: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13581: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13582: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13583: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13584:
13585: * src/main/pa_exec.C: bug in safe mode
13586:
13587: * src/include/Makefile.am: pa_xml_exception.h
13588:
13589: * src/targets/isapi/parser3isapi.C: more warnings --
13590:
13591: 2003-11-20 paf
13592:
13593: * src/: classes/math.C, classes/op.C, classes/string.C,
13594: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13595: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13596: --
13597:
13598: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13599: more warnings --
13600:
13601: * src/classes/xdoc.C: more warnings --
13602:
13603: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13604:
13605: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13606: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13607:
13608: * src/: classes/date.C, classes/file.C, classes/hash.C,
13609: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13610: classes/table.C, include/pa_cache_managers.h,
13611: include/pa_stylesheet_connection.h, main/pa_request.C,
13612: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13613: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13614: --
13615:
13616: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13617: can't report problem (undefined @unhandled_exception) problem
13618: source string were not reported
13619:
13620: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13621: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13622: classes/hashfile.C, classes/image.C, classes/int.C,
13623: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13624: classes/response.C, classes/string.C, classes/table.C,
13625: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13626: include/pa_array.h, include/pa_cache_managers.h,
13627: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13628: include/pa_config_fixed.h, include/pa_dictionary.h,
13629: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13630: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13631: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13632: include/pa_request.h, include/pa_request_charsets.h,
13633: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13634: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13635: include/pa_stack.h, include/pa_string.h,
13636: include/pa_stylesheet_connection.h,
13637: include/pa_stylesheet_manager.h, include/pa_table.h,
13638: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13639: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13640: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13641: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13642: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13643: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13644: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13645: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13646: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13647: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13648: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13649: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13650: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13651: targets/isapi/parser3isapi.C, types/pa_junction.h,
13652: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13653: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13654: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13655: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13656: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13657: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13658: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13659: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13660: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13661: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13662: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13663: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13664: types/pa_vresponse.h, types/pa_vstateless_class.C,
13665: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13666: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13667: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13668: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13669: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13670: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13671: const IDENT
13672:
13673: * src/: include/pa_array.h, include/pa_pool.h,
13674: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13675: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13676: types/pa_wcontext.h: more warnings --
13677:
13678: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13679: classes/file.C, classes/hash.C, classes/hashfile.C,
13680: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13681: classes/memory.C, classes/op.C, classes/string.C,
13682: classes/table.C, classes/xdoc.C, classes/xnode.C,
13683: include/pa_config_includes.h, include/pa_operation.h,
13684: include/pa_sql_connection.h, include/pa_table.h,
13685: include/pa_types.h, lib/ltdl/config_fixed.h,
13686: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13687: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13688: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13689: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13690: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13691: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13692: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13693: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13694: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13695: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13696: types/pa_vmail.C, types/pa_vobject.C,
13697: types/pa_vstateless_class.h, types/pa_vtable.C,
13698: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13699: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13700: on all projects (except libltdl=off & libsdbm=level3) found
13701: several unitialized vars
13702:
13703: 2003-11-19 paf
13704:
13705: * src/classes/op.C: more ansi C++ comp
13706:
13707: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13708: src/main/pa_request.C: ^cache[...]{body}{catch block with
13709: $exception.handled[cache] meaning "get expired cache, if any.
13710: else error"}
13711:
13712: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13713: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13714: ^cache[...]{body}{catch code with $exception.cache field}
13715:
13716: 2003-11-12 paf
13717:
13718: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13719: [copy/paste bug]
13720:
13721: 2003-11-11 paf
13722:
13723: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13724: failed]
13725:
13726: 2003-11-10 paf
13727:
13728: * src/types/pa_vconsole.h: flush
13729:
13730: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13731: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13732: read/write [for nntp]
13733:
13734: * operators.txt: mysql: transaction support: ?autocommit=0
13735:
13736: * operators.txt: comment: updated
13737:
13738: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13739: serialize version and exipire now removes entries
13740:
13741: * operators.txt: ^hashfile.delete[] removes files altogether [and
13742: dir, if could]
13743:
13744: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13745: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13746: removes files altogether [and dir, if could]
13747:
13748: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13749: nonexistent pair. .c coded that that was error. fixed
13750:
13751: * src/types/pa_vhashfile.C: sdbm: exception type change to
13752: file.access [regretfull can't split it to different exceptions
13753: without modifying sdbm source wich would prefer not to]
13754:
13755: 2003-11-07 paf
13756:
13757: * src/: classes/date.C, classes/file.C, classes/hash.C,
13758: classes/hashfile.C, classes/image.C, classes/table.C,
13759: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13760: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13761: main/execute.C, main/main.vcproj, main/pa_pool.C,
13762: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13763: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13764: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13765: destructing objects at request processing end
13766:
13767: 2003-11-06 paf
13768:
13769: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13770: updates
13771:
13772: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13773: to include sdbm
13774:
1.116 moko 13775: * src/include/: pa_config_includes.h, pa_version.h: our
13776: replacements of max& co only for cpp
1.95 moko 13777:
13778: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13779: upper dir, .am updated
13780:
13781: * tests/todo.txt: hashfile: done
13782:
13783: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13784: expiration [time in value. todo: move time to key]
13785:
13786: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13787:
13788: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13789: to do that in foreach, no errors, but surely wrong]
13790:
13791: * operators.txt, src/types/pa_vhashfile.C,
13792: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13793:
13794: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13795: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13796: foreach
13797:
13798: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13799: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13800:
13801: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13802: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13803:
13804: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13805: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13806: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13807: get/put [raw]
13808:
13809: * src/: classes/op.C, main/pa_os.C: just linked
13810:
13811: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13812: XmlException changes
13813:
13814: * src/: include/pa_charset.h, include/pa_globals.h,
13815: include/pa_stylesheet_connection.h, main/pa_exception.C:
13816: XmlException changes
13817:
13818: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13819:
13820: * src/: include/pa_common.h, include/pa_exception.h,
13821: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13822: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13823: main/pa_xml_exception.C: locking move to pa_os [along with
13824: pa_sleep] apr-impl locking done
13825:
13826: * configure, configure.in, operators.txt, parser3.sln,
13827: src/classes/classes.vcproj, src/classes/hashfile.C,
13828: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13829: src/include/pa_exception.h, src/include/pa_globals.h,
13830: src/include/pa_memory.h, src/include/pa_version.h,
13831: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13832: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13833: src/main/compile.tab.C, src/main/main.vcproj,
13834: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13835: src/types/Makefile.am, src/types/pa_vhash.C,
13836: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13837: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13838: again with sdbm from apache
13839:
13840: 2003-11-05 paf
13841:
13842: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13843: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13844: \parser3project dir anymore
13845:
13846: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13847: thoughtlessly from xalan]
13848:
13849: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13850: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13851: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13852:
13853: * src/main/helpers/CaseFolding.txt:
13854: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13855:
13856: 2003-11-04 paf
13857:
13858: * operators.txt: comment: ^mail:send[$.options[
13859:
13860: * src/classes/table.C: compiled on unix
13861:
1.116 moko 13862: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13863:
13864: * src/classes/mail.C: compiled on unix
13865:
13866: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13867: src/types/pa_vmail.h: !^mail:send[
13868: $.options[unix: string to append to sendmail command
13869: line]
13870:
13871: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13872: tests/todo.txt: ^table.save[... $.separator[^#09]
13873: $.encloser["] <nothing> by default
13874:
13875: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13876: !$.separator[^#09] !$.encloser["] <nothing> by
13877: default
13878:
13879: 2003-11-03 paf
13880:
13881: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13882: ^table::load[; options: !$.column-separator[^#09]
13883: !$.column-encloser["]
13884:
13885: * operators.txt, src/include/pa_config_fixed.h,
13886: src/types/pa_vrequest.C: $request:document-root
13887:
13888: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13889: [already included into uri=xxx]
13890:
13891: * operators.txt, src/classes/image.C, tests/todo.txt:
13892: ^image.gif[filename] for $response:download
13893:
13894: * src/classes/date.C: minor precaution
13895:
13896: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13897: !^date.unix-timestamp[]
13898:
13899: 2003-10-30 paf
13900:
13901: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13902: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13903:
13904: * src/classes/: date.C, image.C: improvement diagnostics:
13905: $now[^date::create[$undefined]] now is error
13906:
13907: * src/main/pa_common.C: read errors would now be reported 'actually
13908: read -1 bytes'
13909:
13910: 2003-10-24 paf
13911:
13912: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13913: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13914: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13915: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13916:
13917: 2003-10-22 paf
13918:
13919: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13920:
13921: 2003-10-21 paf
13922:
13923: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13924: fixed: string.match[g] without <'> option produced columns with
13925: NULL's, which gpf'ed at table.save time
13926:
13927: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13928: recoursion' message with intensive throw-catches fixed: incorrect
13929: name and line (one name upper then needed) in error message about
13930: problems inside try block
13931:
13932: 2003-10-10 paf
13933:
13934: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13935: check offset argument for validity did that in String::Body::pos
13936: myself http://i2/tasks/edit/?id=4577425257580789777
13937:
13938: 2003-10-07 paf
13939:
13940: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13941: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13942:
13943: 2003-10-03 paf
13944:
13945: * parser3.sln, src/include/pa_dictionary.h,
13946: src/main/pa_dictionary.C, src/main/pa_string.C,
13947: src/targets/cgi/parser3.vcproj: dictionary optimized by
13948: precalculating cstr&length
13949:
13950: 2003-10-02 paf
13951:
13952: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13953: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13954: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13955: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13956:
13957: 2003-09-30 paf
13958:
13959: * src/main/pa_string.C: string::replace bug fix [were ignoring
13960: occurrances after lang-mismatched
13961:
13962: 2003-09-29 paf
13963:
13964: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13965: helper
13966:
13967: * src/main/pa_string.C: string::serialize bug fix with
13968: zero-terminator
13969:
13970: * src/classes/table.C: ^nameless_table.save column row now has no
13971: \t at the end
13972:
13973: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13974: @postprocess now takes $response:body/download
13975:
13976: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13977: error message
13978:
13979: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13980:
13981: * src/classes/table.C: bugfix: flip: must produce nameless
13982: http://i2/tasks/edit/?id=4573405524674081244
13983:
13984: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13985: main/helpers/simple_folding.pl: utf-8 upper/lower
13986:
13987: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13988: to typo error http://i2/tasks/edit/?id=4573354650786434584
13989:
13990: 2003-09-26 paf
13991:
13992: * src/main/untaint.C: removed needless field
13993:
13994: * src/main/untaint.C: removed needless const
13995:
13996: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13997: String.for_each bug fixed [omited one-char cases]
13998:
13999: * src/include/pa_stack.h: bugfix: before collecting garbage,
14000: runtime-executor stack were cleared... BADLY
14001:
14002: * src/main/pa_string.C: ^stirng.replace code used old
14003: param-convention on langs.append, fixed that search fo the like,
14004: found none
14005:
14006: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14007: string::serialize/deserialize implemented Language enum assigned
14008: meaningful letters [more convinient for debugging. read warning
14009: before adding/changing anything]
14010:
14011: 2003-09-25 paf
14012:
14013: * src/: include/pa_string.h, include/pa_version.h,
14014: main/pa_string.C, main/untaint.C: templates and anonymous unions
14015: differences on unix
14016:
14017: * parser3.sln, src/classes/file.C, src/classes/image.C,
14018: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14019: src/classes/xdoc.C, src/classes/xnode.C,
14020: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14021: src/include/pa_charsets.h, src/include/pa_common.h,
14022: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14023: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14024: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14025: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14026: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14027: src/main/compile_tools.h, src/main/pa_charset.C,
14028: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14029: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14030: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14031: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14032: src/types/pa_vmail.C, src/types/pa_vmath.C,
14033: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14034: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14035:
14036: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14037: functions aligned to that of eeparser3 look
14038:
14039: * src/lib/cord/cordprnt.c: removed warnings
14040:
14041: 2003-09-24 paf
14042:
14043: * src/: classes/file.C, classes/image.C, classes/mail.C,
14044: classes/op.C, classes/xdoc.C, classes/xnode.C,
14045: include/pa_cache_managers.h, include/pa_charset.h,
14046: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14047: include/pa_sql_driver_manager.h, include/pa_string.h,
14048: include/pa_stylesheet_manager.h, include/pa_table.h,
14049: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14050: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14051: main/pa_sql_driver_manager.C, main/pa_string.C,
14052: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14053: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14054: types/pa_vstateless_class.h, types/pa_vstatus.C,
14055: types/pa_vxnode.C: v() functions of String::Body,
14056: String::Languages and String itself StringBody->String::Body
14057:
14058: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14059: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14060: never optimized anything. todo: somehow speed up harder cases:
14061: concatenationA+concatenationB when last block of A and first of B
14062: contain same letters
14063:
14064: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14065: lib/cord/include/cord.h: langs: speed up by joining adjucent
14066: blocks of same char [CORD_append_block]
14067:
14068: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14069: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14070: save space by extending blocks when appending block with c ==
14071: lastblock.c
14072:
14073: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14074: working yet :( but more working &understood :)
14075:
14076: * src/: classes/table.C, include/pa_string.h,
14077: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14078:
14079: 2003-09-23 paf
14080:
14081: * src/main/untaint.C: $a[ok!] $a works!
14082:
14083: * src/main/untaint.C: something even more works :)
14084:
14085: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14086: something more works :)
14087:
14088: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14089: lib/cord/cordxtra.c: something already works :)
14090:
14091: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14092: serialize&deserialize
14093:
14094: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14095: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14096: main/untaint.C: main idea implemented, details left
14097:
14098: 2003-09-22 paf
14099:
14100: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14101:
14102: * src/classes/xnode.C: copy/paste comment bugfix
14103:
14104: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14105: allocator returns 0, just die.
14106: http://i2/tasks/edit/?id=4570798492410259445
14107:
14108: * src/classes/xdoc.C: copy/paste comment bugfix
14109:
14110: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14111: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14112: xnode: getAttributeNS setAttributeNS removeAttributeNS
14113: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14114:
14115: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14116: chars due to bitwise operation signed-char error]
14117:
14118: 2003-09-19 paf
14119:
14120: * src/types/pa_wcontext.C: output message: more practical
14121: suggestion
14122:
14123: * src/main/pa_common.C, operators.txt: merged
14124: $f[^file::load[binary;http://...]] $f.tables
14125:
14126: 2003-09-02 paf
14127:
14128: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14129: flush stdout without referencing 'stdout' symbol. to hell with
14130: non-ansi libraries without 'stdout' symbol
14131:
14132: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14133: unix (users reported problems with some old libc)
14134:
14135: * src/types/pa_vdate.h: forgot initializer
14136:
14137: 2003-09-01 paf
14138:
14139: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14140: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14141: zone]
14142:
14143: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14144:
14145: 2003-08-19 paf
14146:
14147: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14148: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14149: simplified a little
14150:
14151: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14152: [lost fix from 3.0.8]
14153:
14154: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14155: visible here }
14156:
14157: bug fix
14158:
14159: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14160:
14161: * src/main/compile.tab.C: initialized couple of variables about
14162: which user reported runtime problems when parser were compiled
14163: with VC7, warning level4. study shows that later in bison
14164: they've fixed that. would migrate to latest bison someday
14165:
14166: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14167: recoding headers)
14168:
14169: * src/types/pa_vmail.C: works as before, same charset problems:
14170: gmime recodes to UTF-8 only headers, not body. so not recoding
14171: anything for now
14172:
14173: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14174: problems with body
14175:
14176: * src/types/pa_vmail.C: mail_receive just compiled
14177:
14178: 2003-08-18 paf
14179:
14180: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14181: main/main.vcproj, types/types.vcproj: win32: continued process
14182: detaching from \parser3project directory
14183:
14184: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14185: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14186: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14187: src/lib/pcre/pcre_dftables.dsp,
14188: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14189: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14190: src/types/types.dsp: moved to MSVC 7
14191:
14192: * gnu.vcproj.vspscc, parser3.vssscc,
14193: src/classes/classes.vcproj.vspscc,
14194: src/lib/cord/cord.vcproj.vspscc,
14195: src/lib/ltdl/libltdl.vcproj.vspscc,
14196: src/lib/md5/md5.vcproj.vspscc,
14197: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14198: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14199: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14200: src/targets/isapi/parser3isapi.vcproj.vspscc,
14201: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14202: moved to MSVC 7
14203:
14204: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14205: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14206: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14207: src/lib/pcre/pcre_dftables.vcproj,
14208: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14209: src/targets/cgi/parser3.vcproj,
14210: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14211: new VS project files
14212:
14213: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14214: .NET to detect Jalindi Igloo capabilities.
14215:
14216: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14217: src/classes/classes.awk, src/doc/footer.htm,
14218: src/include/pa_config_fixed.h, src/include/pa_version.h,
14219: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14220: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14221: src/types/pa_vmail.C: merged 3.1.0 latest changes
14222:
14223: 2003-08-15 paf
14224:
14225: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14226: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14227:
14228: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14229: non-ascii <yyy> now encoded correctly
14230:
14231: 2003-07-29 paf
14232:
1.116 moko 14233: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14234: dist
1.95 moko 14235:
14236: * src/types/pa_vmail.C: just started --with-mail-receive
14237:
14238: 2003-07-28 paf
14239:
1.116 moko 14240: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14241: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14242:
14243: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14244:
14245: 2003-07-25 paf
14246:
14247: * src/doc/footer.htm: year
14248:
14249: 2003-07-24 paf
14250:
14251: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14252: fix
14253:
14254: * src/include/pa_version.h: release
14255:
1.116 moko 14256: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14257:
14258: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14259: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14260: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14261: getting rid of win32xml pseudo project
14262:
14263: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14264:
1.116 moko 14265: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14266: configure.in, operators.txt, parser3.dsw,
1.95 moko 14267: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14268: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14269: src/classes/classes.C, src/classes/classes.awk,
14270: src/classes/classes.dsp, src/classes/classes.h,
14271: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14272: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14273: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14274: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14275: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14276: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14277: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14278: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14279: src/include/pa_array.h, src/include/pa_cache_managers.h,
14280: src/include/pa_charset.h, src/include/pa_charsets.h,
14281: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14282: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14283: src/include/pa_dictionary.h, src/include/pa_dir.h,
14284: src/include/pa_exception.h, src/include/pa_exec.h,
14285: src/include/pa_globals.h, src/include/pa_hash.h,
14286: src/include/pa_memory.h, src/include/pa_opcode.h,
14287: src/include/pa_operation.h, src/include/pa_pool.h,
14288: src/include/pa_pragma_pack_begin.h,
1.95 moko 14289: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14290: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14291: src/include/pa_sapi.h, src/include/pa_socks.h,
14292: src/include/pa_sql_connection.h,
14293: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14294: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14295: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14296: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14297: src/include/pa_uue.h, src/lib/Makefile.am,
14298: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14299: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14300: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14301: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14302: src/lib/cord/include/ec.h,
14303: src/lib/cord/include/private/Makefile.am,
14304: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14305: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14306: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14307: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14308: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14309: src/main/compile_tools.C, src/main/compile_tools.h,
14310: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14311: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14312: src/main/pa_charsets.C, src/main/pa_common.C,
14313: src/main/pa_dictionary.C, src/main/pa_dir.C,
14314: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14315: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14316: src/main/pa_request.C, src/main/pa_socks.C,
14317: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14318: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14319: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14320: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14321: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14322: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14323: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14324: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14325: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14326: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14327: src/targets/isapi/parser3isapi.dsp,
14328: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14329: src/types/pa_junction.h, src/types/pa_method.h,
14330: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14331: src/types/pa_vclass.C, src/types/pa_vclass.h,
14332: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14333: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14334: src/types/pa_vdouble.h, src/types/pa_venv.h,
14335: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14336: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14337: src/types/pa_vimage.C, src/types/pa_vimage.h,
14338: src/types/pa_vint.h, src/types/pa_vjunction.h,
14339: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14340: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14341: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14342: src/types/pa_vobject.C, src/types/pa_vobject.h,
14343: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14344: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14345: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14346: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14347: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14348: src/types/pa_vstring.h, src/types/pa_vtable.C,
14349: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14350: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14351: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14352: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14353: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14354: HEAD
14355:
14356: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14357: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14358: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14359: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14360: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14361: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14362: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14363: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14364: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14365: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14366: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14367: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14368: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14369: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14370: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14371: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14372: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14373: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14374: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14375: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14376: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14377: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14378: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14379: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14380: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14381: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14382: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14383: outputs/create-dir, results/001.processed, results/002.processed,
14384: results/003.processed, results/004.processed,
14385: results/005.processed, results/006.processed,
14386: results/007.processed, results/008.processed,
14387: results/009.processed, results/010.processed,
14388: results/011.processed, results/012.processed,
14389: results/013.processed, results/014.processed,
14390: results/015.processed, results/016.processed,
14391: results/017.processed, results/018.processed,
14392: results/019.processed, results/020.processed,
14393: results/021.processed, results/022.processed,
14394: results/023.processed, results/024.processed,
14395: results/025.processed, results/026.processed,
14396: results/027.processed, results/028.processed,
14397: results/029.processed, results/030.processed,
14398: results/031.processed, results/032.processed,
14399: results/033.processed, results/034.processed,
14400: results/035.processed, results/036.processed,
14401: results/037.processed, results/038.processed,
14402: results/039.processed, results/040.processed,
14403: results/041.processed, results/042.processed,
14404: results/043.processed, results/044.processed,
14405: results/045.processed, results/046.processed,
14406: results/047.processed, results/048.processed,
14407: results/049.processed, results/050.processed,
14408: results/051.processed, results/052.processed,
14409: results/053.processed, results/054.processed,
14410: results/055.processed, results/056.processed,
14411: results/057.processed, results/058.processed,
14412: results/059.processed, results/060.processed,
14413: results/061.processed, results/062.processed,
14414: results/063.processed, results/064.processed,
14415: results/065.processed, results/066.processed,
14416: results/067.processed, results/068.processed,
14417: results/069.processed, results/070.processed,
14418: results/071.processed, results/072.processed,
14419: results/073.processed, results/074.processed,
14420: results/075.processed, results/076.processed,
14421: results/077.processed, results/078.processed,
14422: results/079.processed, results/080.processed,
14423: results/081.processed, results/082.processed,
14424: results/083.processed, results/084.processed,
14425: results/085.processed, results/086.processed,
14426: results/087.processed, results/088.processed,
14427: results/089.processed, results/090.processed,
14428: results/091.processed, results/092.processed,
14429: results/093.processed, results/094.processed,
14430: results/095.processed, results/096.processed,
14431: results/097.processed, results/098.processed,
14432: results/099.processed, results/100.processed,
14433: results/101.processed, results/102.processed,
14434: results/103.processed, results/104.processed,
14435: results/105.processed, results/106.processed,
14436: results/107.processed, results/108.processed,
14437: results/109.processed, results/110.processed,
14438: results/111.processed, results/112.processed,
14439: results/113.processed, results/114.processed,
14440: results/115.processed, results/116.processed,
14441: results/117.processed, results/118.processed,
14442: results/119.processed, results/120.processed,
14443: results/121.processed, results/122.processed,
14444: results/123.processed, results/124.processed,
14445: results/125.processed, results/126.processed,
14446: results/127.processed, results/128.processed,
14447: results/129.processed, results/130.processed,
14448: results/131.processed, results/132.processed,
14449: results/133.processed, results/134.processed,
14450: results/135.processed, results/136.processed,
14451: results/137.processed, results/138.processed,
14452: results/139.processed, results/140.processed,
14453: results/141.processed: merged(copied) to HEAD from template_gc
14454:
14455: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14456: towards \parser3project not having to be in root
14457:
14458: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14459: module compiled [were minor unnecessary changes in lib/md5
14460: interface]
14461:
14462: * src/include/pa_version.h: release
14463:
14464: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14465:
14466: * src/classes/math.C: merged uuid bugfix
14467:
14468: * tests/: 141.html, results/141.processed: fixed bug with
14469: too-small-a-buffer
14470:
14471: * src/classes/math.C: uuid bugfix
14472:
14473: * tests/: 141.html, Makefile, results/005.processed,
14474: results/030.processed, results/075.processed,
14475: results/078.processed: to reflect date format change (were -
14476: become ' ')
14477:
14478: * src/classes/math.C: uuid bugfix
14479:
14480: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14481: debug/release changes
14482:
14483: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14484:
14485: 2003-07-23 paf
14486:
14487: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14488: renamed a little [to move to comman naming conv]
14489:
1.116 moko 14490: * src/targets/Makefile.am: apache13 splitted to simplify apache
14491: build
1.95 moko 14492:
14493: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14494: main/pa_request.C, main/pa_sql_driver_manager.C,
14495: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14496: stack top_index() fixed
14497:
14498: * src/main/pa_globals.C: minor style changes
14499:
14500: * src/: classes/op.C, include/pa_sql_connection.h: connection
14501: closing/caching fixed [connections were not closed/put to cache]
14502:
14503: 2003-07-22 paf
14504:
14505: * INSTALL: gc part updated stightly
14506:
14507: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14508: new sapi interface
14509:
14510: * src/classes/file.C: comment on OS
14511:
14512: * src/main/pa_string.C: removed reduntant invariant check [there is
14513: one deeper in cord lib]
14514:
14515: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14516:
14517: * src/main/pa_memory.C: out of memory is no longer coredump
14518:
14519: * INSTALL: disable-threads adviced
14520:
14521: 2003-07-21 paf
14522:
1.116 moko 14523: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14524:
14525: * src/classes/file.C: file::exec/cgi environment variables now must
14526: be UPPERCASE and A-Z 0-9 _-
14527:
14528: * src/classes/file.C: env passing fixed
14529:
14530: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14531:
14532: * src/main/pa_common.C: http:// CRLF now
14533:
14534: 2003-07-02 paf
14535:
14536: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14537: fields to reflect their real meaning
14538:
14539: 2003-06-27 paf
14540:
14541: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14542: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14543: file::exec/cgi .charset
14544:
14545: 2003-06-26 paf
14546:
14547: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14548: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14549: src/classes/table.C: fixed several uninitialized local
14550: structures. notably ^hash.foreach now inserts delimiters
14551: properly [were inserting it before first body]
14552:
14553: 2003-06-24 paf
14554:
14555: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14556:
14557: 2003-06-20 paf
14558:
14559: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14560: src/main/pa_globals.C: introducing
14561: $f[^file::load[binary;http://...]] $f.tables
14562:
14563: 2003-06-06 paf
14564:
14565: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14566: table. [were method lookup: inconsistent]
14567:
14568: 2003-06-02 paf
14569:
14570: * src/include/pa_memory.h: empty string clone fixed to return
14571: writable memory
14572:
14573: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14574: were not appended] which violated string invariant
14575:
14576: 2003-05-30 paf
14577:
14578: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14579: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14580:
14581: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14582: GMT ; RFC 822, updated by RFC 1123
14583:
14584: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14585: targets/isapi/parser3isapi.C: initialized request_info properly
14586:
14587: * src/classes/xnode.C: found minor bug, commended for future
14588:
14589: 2003-05-28 paf
14590:
14591: * src/classes/form.C: request_info.content_length can't be <0,
14592: size_t for some time
14593:
14594: 2003-05-26 paf
14595:
14596: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14597: forgotten <0 changed to !=STRING_NOT_FOUND
14598:
14599: * src/classes/math.C: merged ffffu from HEAD
14600:
14601: 2003-05-11 paf
14602:
14603: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14604:
14605: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14606: premature doc free. transformed document had xmlDoc reference
14607: stored to non-gc-memory (libgdome) added holding-reference
14608:
14609: 2003-04-29 paf
14610:
14611: * src/main/pa_globals.C: started digging on double free. on win32
14612: found that that's perfectly normal.
14613:
14614: 2003-04-25 paf
14615:
14616: * src/classes/table.C: table.join bug fix [bad limit check]
14617:
14618: * src/classes/math.C: merged from HEAD: simpiler hash_string
14619:
14620: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14621: print anything. changed to quicker and simplier code
14622:
14623: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14624: strict a check]
14625:
14626: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14627:
14628: 2003-04-24 paf
14629:
14630: * src/include/pa_table.h: too strict assert loosened
14631:
14632: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14633: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14634: report
14635:
14636: 2003-04-21 paf
14637:
1.116 moko 14638: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14639:
14640: * src/main/pa_globals.C: pcre memory management changed to use GC
14641: memory
14642:
14643: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14644: xmlMallocAtomic [author agreed to my suggestion], used that
14645:
14646: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14647:
14648: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14649: types/pa_vmail.C: attributed_meaning_to_string added
14650: L_UNSPECIFIED piece which was sortof OK, but violated string
14651: invariant [assertion barked on that] changed to L_PASS_APPEND,
14652: made that param obligatory
14653:
14654: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14655: fixed [assert helped]
14656:
14657: * src/include/pa_string.h: assert added [looking for bug]
14658:
14659: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14660: names on Win32 considered disk-global
14661:
14662: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14663: considered disk-global
14664:
14665: 2003-04-18 paf
14666:
14667: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14668: filenames
14669:
14670: * src/main/untaint.C: enabled '~' letter in filenames
14671:
14672: 2003-04-16 paf
14673:
14674: * src/classes/file.C: small bug introduced in autoptr times fixed
14675:
14676: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14677: HEAD
14678:
1.116 moko 14679: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14680:
14681: 2003-04-15 paf
14682:
14683: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14684: src/lib/md5/pa_md5c.c, tests/141.html,
14685: tests/results/141.processed: merged from head ^math:uuid[]
14686: ^math:uid64[] ^math:md5[string]
14687:
14688: test added: 141.html
14689:
14690: * operators.txt, src/classes/math.C: ^math:uid64[]
14691:
14692: * src/classes/math.C: ^math:uuid[]
14693:
14694: * operators.txt, src/classes/math.C: ^math:uuid[]
14695:
14696: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14697: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14698:
14699: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14700: src/include/pa_config_fixed.h, src/main/pa_common.C:
14701: ^file::load[mode;name; $.offset $.limit
14702:
14703: 2003-04-14 paf
14704:
14705: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14706: started ^math:md5
14707:
14708: * src/classes/table.C, src/include/pa_array.h,
14709: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14710: tests/results/140.processed: table $.reverse option works in
14711: create&co table $.distinct[tables] bug fix merged
14712:
14713: * src/: classes/table.C, include/pa_table.h: table
14714: $.distinct[tables] bug fixed
14715:
14716: * src/classes/table.C: more warnings
14717:
14718: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14719: removed checks in table::set_current, moved them back to
14720: table::locate implemented table::create/join ñ $.reverse
14721:
14722: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14723: removed checks in table::set_current, moved them back to
14724: table::locate
14725:
14726: 2003-04-11 paf
14727:
14728: * operators.txt, src/classes/date.C, src/classes/table.C,
14729: src/include/pa_array.h, src/include/pa_common.h,
14730: src/include/pa_config_includes.h, src/include/pa_string.h,
14731: src/include/pa_table.h, src/main/pa_request.C,
14732: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14733: src/main/pa_table.C: merged from HEAD from
14734: before_append_array_limit_sense_change to
14735: after_append_array_limit_sense_change
14736:
14737: * src/classes/table.C: typo
14738:
14739: * operators.txt, src/classes/date.C, src/classes/table.C,
14740: src/include/pa_array.h, src/include/pa_common.h,
14741: src/include/pa_config_includes.h, src/include/pa_globals.h,
14742: src/include/pa_table.h, src/main/pa_array.C,
14743: src/main/pa_globals.C, src/main/pa_request.C,
14744: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14745: src/main/pa_table.C: append_array_limit_sense_change locate
14746: accepts options same as create new option: $.reverse(1) [do not
14747: work in table::create]
14748:
14749: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14750: (stat xxx,
14751:
14752: * src/classes/: table.C: typo
14753:
14754: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14755: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14756: results/130.processed, results/131.processed,
14757: results/132.processed, results/133.processed,
14758: results/134.processed, results/135.processed,
14759: results/136.processed, results/137.processed,
14760: results/138.processed, results/139.processed: added few mustfail
14761: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14762: date/time 132.html mustfail: access to junction outside of
14763: context 133.html mustfail: access to junction outside of context,
14764: case version 134.html mustfail: hash: adding a key inside of
14765: foreach 135.html mustfail: modifying system class 136.html
14766: mustfail: $.name outside of $hash[here] 137.html mustfail:
14767: appendChild without import 138.html mustfail: invalid encoding
14768: inside of xml 139.html mustfail: bad XPath
14769:
14770: * operators.txt, src/classes/table.C, tests/084.html,
14771: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14772: tests/129.html, tests/results/125.processed,
14773: tests/results/126.processed, tests/results/127.processed,
14774: tests/results/128.processed, tests/results/129.processed: merged
14775: from HEAD ^table.hash[key][$.distinct[tables]]
14776:
14777: maked appropriate tests [changed one old nonconforming]
14778:
14779: * operators.txt, src/classes/table.C:
14780: ^table.hash[key][$.distinct[tables]]
14781:
14782: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14783: merged fix for found very old xml (dom) bug: were passing
14784: domString objects and later ERROREOUSLY freed them
14785:
14786: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14787: src/main/pa_charset.C: re-added libgdome patch. regretfully
14788: libgdome bug can not be worked around
14789:
14790: 2003-04-10 paf
14791:
14792: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14793: found very old xml (dom) bug: were passing domString objects and
14794: later ERROREOUSLY freed them
14795:
14796: * src/doc/string.dox, src/include/pa_memory.h,
14797: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14798: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14799: tests/123.html, tests/124.html, tests/results/001.processed,
14800: tests/results/002.processed, tests/results/003.processed,
14801: tests/results/004.processed, tests/results/005.processed,
14802: tests/results/006.processed, tests/results/008.processed,
14803: tests/results/009.processed, tests/results/010.processed,
14804: tests/results/011.processed, tests/results/012.processed,
14805: tests/results/013.processed, tests/results/014.processed,
14806: tests/results/015.processed, tests/results/016.processed,
14807: tests/results/017.processed, tests/results/018.processed,
14808: tests/results/020.processed, tests/results/021.processed,
14809: tests/results/022.processed, tests/results/023.processed,
14810: tests/results/024.processed, tests/results/025.processed,
14811: tests/results/026.processed, tests/results/027.processed,
14812: tests/results/028.processed, tests/results/029.processed,
14813: tests/results/030.processed, tests/results/031.processed,
14814: tests/results/032.processed, tests/results/033.processed,
14815: tests/results/034.processed, tests/results/035.processed,
14816: tests/results/036.processed, tests/results/037.processed,
14817: tests/results/038.processed, tests/results/039.processed,
14818: tests/results/040.processed, tests/results/041.processed,
14819: tests/results/042.processed, tests/results/043.processed,
14820: tests/results/044.processed, tests/results/045.processed,
14821: tests/results/046.processed, tests/results/047.processed,
14822: tests/results/048.processed, tests/results/049.processed,
14823: tests/results/050.processed, tests/results/051.processed,
14824: tests/results/052.processed, tests/results/053.processed,
14825: tests/results/054.processed, tests/results/055.processed,
14826: tests/results/056.processed, tests/results/057.processed,
14827: tests/results/058.processed, tests/results/059.processed,
14828: tests/results/060.processed, tests/results/061.processed,
14829: tests/results/062.processed, tests/results/063.processed,
14830: tests/results/064.processed, tests/results/065.processed,
14831: tests/results/066.processed, tests/results/067.processed,
14832: tests/results/068.processed, tests/results/069.processed,
14833: tests/results/070.processed, tests/results/071.processed,
14834: tests/results/072.processed, tests/results/073.processed,
14835: tests/results/074.processed, tests/results/075.processed,
14836: tests/results/076.processed, tests/results/077.processed,
14837: tests/results/078.processed, tests/results/079.processed,
14838: tests/results/080.processed, tests/results/081.processed,
14839: tests/results/082.processed, tests/results/083.processed,
14840: tests/results/084.processed, tests/results/085.processed,
14841: tests/results/086.processed, tests/results/087.processed,
14842: tests/results/088.processed, tests/results/089.processed,
14843: tests/results/090.processed, tests/results/091.processed,
14844: tests/results/092.processed, tests/results/093.processed,
14845: tests/results/094.processed, tests/results/095.processed,
14846: tests/results/096.processed, tests/results/097.processed,
14847: tests/results/101.processed, tests/results/102.processed,
14848: tests/results/104.processed, tests/results/105.processed,
14849: tests/results/106.processed, tests/results/107.processed,
14850: tests/results/108.processed, tests/results/109.processed,
14851: tests/results/110.processed, tests/results/111.processed,
14852: tests/results/112.processed, tests/results/113.processed,
14853: tests/results/114.processed, tests/results/115.processed,
14854: tests/results/116.processed, tests/results/117.processed,
14855: tests/results/118.processed, tests/results/119.processed,
14856: tests/results/120.processed, tests/results/121.processed,
14857: tests/results/122.processed, tests/results/123.processed,
14858: tests/results/124.processed: new convention: char* never 0.
14859: assert in cord on that
14860:
14861: * src/main/pa_charset.C: couple more asserts
14862:
14863: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14864: speedup
14865:
14866: * src/main/pa_charset.C: couple assertions on fantastic situations
14867: added [may be those is the case now?]
14868:
14869: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14870: that's memory from gc_malloc, not from g_malloc :(, but would
14871: hope]
14872:
14873: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14874: that's memory from gc_malloc, not from g_malloc :(, but would
14875: hope]
14876:
14877: * src/main/pa_charset.C: checked custom malloc for returning 0
14878:
14879: 2003-04-09 paf
14880:
14881: * src/classes/date.C: merged ^date.roll changes
14882:
14883: * src/classes/date.C: ^date.roll bug fix
14884:
14885: * src/classes/date.C: ^date.roll now throws less errors: month
14886: shifts handles end of month situation by reducing day number
14887: hour-hole shift reduces hour to recover
14888:
14889: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14890: Sort by function time
14891:
14892: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14893: http:// $.charset[] param done
14894:
14895: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14896: added [after volatile fix. passes on win&intel-solaris]
14897:
14898: 2003-04-08 paf
14899:
14900: * src/: classes/file.C, classes/op.C, classes/table.C,
14901: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14902: include/pa_common.h, include/pa_request_charsets.h,
14903: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14904: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14905: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14906: types/pa_vresponse.C: started http:// $.charset[] param and
14907: http response charset detection just compiled. todo:test
14908:
14909: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14910:
14911: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14912: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14913: types/pa_vmail.C: changed transcode param converntion along with
14914: string creating convention -- all strings are zero-terminated,
14915: this allowed to fix one remaining String("123", 2) case
14916:
14917: * src/: classes/date.C, classes/file.C, classes/hash.C,
14918: classes/op.C, classes/string.C, classes/table.C,
14919: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14920: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14921: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14922: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14923: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14924: violated String::invariant. started fixing [not compiled now]
14925:
14926: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14927: main/compile.tab.C, main/compile.y, main/pa_string.C,
14928: main/untaint.C, targets/cgi/parser3.C: number of string style
14929: improvements & optimizations
14930:
14931: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14932: :(]
14933:
14934: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14935: [for it's a pointer really]
14936:
14937: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14938: 'n' param. worked that around
14939:
14940: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14941: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14942: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14943: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14944: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14945:
14946: Thanks for the bug report and patch.
14947:
14948: I hadn't looked at this code in a while. Reading it now, it
14949: seems to me that the tests should also be ">= MAX_DEPTH" to
14950: comply with the invariant, though that may not matter a lot. I
14951: changed that, too.
14952:
14953: Hans
14954:
14955: 2003-04-07 paf
14956:
14957: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14958: merged from head:safe mode error message now includes numbers
14959:
14960: * src/main/execute.C: n-th attempt to make a=a work with double.
14961: problem: as_double returns it's result in fp-register compiler
14962: optimizes access to that register after b->as_double, and just
14963: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14964: from memory. _SAME_ double values do not match here. when
14965: forced to REload fp-register, values do match.
14966:
14967: tried to make them volatile.
14968:
14969: * src/main/execute.C: n-th attempt to make a=a work with double.
14970: problem: as_double returns it's result in fp-register compiler
14971: optimizes access to that register after b->as_double, and just
14972: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14973: from memory. _SAME_ double values do not match here. when
14974: forced to REload fp-register, values do match.
14975:
14976: tried to make them volatile.
14977:
14978: * src/types/pa_vobject.h: small style change
14979:
14980: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14981:
14982: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14983: mode error message now includes numbers
14984:
14985: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14986: now causes death
14987:
14988: 2003-04-04 paf
14989:
14990: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14991: incorportated pa_exec patch by From: "Victor Fedoseev"
14992: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14993: Sent: Thursday, January 23, 2003 9:14 AM
14994:
14995: huge speedup on ^file::cgi with big result
14996:
14997: * src/classes/table.C: sort table with 0 rows bug fixed
14998:
14999: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15000: fix http://i2/tasks/edit/?id=4493701604654042676
15001:
15002: @main[] $with_default[ $.a[1] $._default[default from
15003: with_default] ] ^show[$with_default]
15004:
15005: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15006: =$to_add_to.xxx=<br>
15007:
15008: ^show[$to_add_to]
15009:
15010: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15011: ^show[$cloned]
15012:
15013: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15014:
15015: } <hr>
15016:
15017: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15018: http://i2/tasks/edit/?id=4493701604654042676
15019:
15020: @main[] $with_default[ $.a[1] $._default[default from
15021: with_default] ] ^show[$with_default]
15022:
15023: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15024: =$to_add_to.xxx=<br>
15025:
15026: ^show[$to_add_to]
15027:
15028: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15029: ^show[$cloned]
15030:
15031: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15032:
15033: } <hr>
15034:
15035: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15036: http://i2/tasks/edit/?id=4507350336410850921
15037:
15038: * src/classes/xdoc.C: memory allocation func bugfix
15039: http://i2/tasks/edit/?id=4499303470368629745
15040:
15041: * src/classes/math.C: allowed random 1...
15042:
15043: * src/classes/math.C: allowed random 0..
15044:
15045: * src/main/pa_globals.C: exif mem leak
15046: http://i2/tasks/edit/?id=4480590323629807263
15047:
15048: * src/: classes/classes.dsp, main/main.dsp,
15049: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15050: fix http://i2/tasks/edit/?id=4493946731322521294
15051: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15052:
15053: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15054: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15055: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15056: links to xml libs made relative, no need to unpack parser3project
15057: to /parser3project.
15058:
15059: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15060: column more precise - tab handling bug fixed
15061:
15062: * src/main/: compile.tab.C, compile.y: more understandable error
15063: message in case @CLASS with more then one line inside
15064:
15065: * src/targets/cgi/parser3.C: more understandable error message in
15066: case of errors in @unhandled_exception
15067:
15068: 2003-04-03 paf
15069:
15070: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15071: src/main/compile.tab.C, src/main/compile.y,
15072: src/main/compile_tools.C, src/main/compile_tools.h,
15073: src/main/execute.C, src/main/pa_request.C: debug info format
15074: simplified, now it's: OP_VALUE Operation::Origin << here value*
15075:
15076: higher limits: file number (max: 255) line number (max:
15077: 64535) column number (max: 255)
15078:
15079: * src/classes/math.C: top limit
15080:
15081: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15082: precise parse error position in case of
15083:
15084: ^bug ]
15085:
15086: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15087: changed to realities, and passed [bug fixed]
15088:
15089: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15090: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15091: main/compile_tools.h, main/pa_request.C: introducing
15092: ^process...[main-method-alias]
15093:
15094: * src/: classes/date.C, classes/image.C, classes/op.C,
15095: classes/string.C, classes/table.C, classes/xdoc.C,
15096: types/pa_vmethod_frame.h: MethodParams& now [methods without
15097: params receive zero reference, but they are expected not to look
15098: there]
15099:
15100: * operators.txt, src/classes/date.C, src/classes/double.C,
15101: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15102: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15103: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15104: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15105: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15106: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15107: [methods without params receive zero reference, but they are
15108: expected not to look there]
15109:
15110: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15111: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15112: ^process...[filename] useful for better error reporting
15113: [file/line/col]
15114:
15115: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15116: types/pa_vstring.h: slightly improved error messages text: 1. is
15117: '%s', it 2. method undefined in case of ^void[]
15118:
15119: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15120: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15121: handling done. now we have error columns todo: test it
15122:
15123: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15124: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15125:
15126: this makes life easier: were: bad stack order -- were in
15127: exception catch unwind order, which didn't match execution order
15128:
15129: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15130:
15131: @first[] ^throw[a;1]
15132:
15133: showed throw a first throw b try
15134:
15135: which is no good
15136:
15137: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15138: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15139: trace reset after handled exception [old bug fixed]
15140:
15141: * src/main/: compile.tab.C, compile.y: parse position old bug
15142: fixed. position reporting made precise [both, in parse erros and
15143: runtime errors]
15144:
15145: 2003-04-02 paf
15146:
15147: * src/: include/pa_operation.h, include/pa_request.h,
15148: main/compile.C, main/compile.tab.C, main/compile.y,
15149: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15150: main/pa_exception.C, main/pa_request.C: debug info: started
15151: using. todo:complete
15152:
15153: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15154: main/compile.C, main/compile.tab.C, main/compile.y,
15155: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15156: main/pa_request.C: prepared debug info todo:use it
15157:
15158: * src/include/pa_operation.h: strange mistake fixed: forgot to
15159: return Operation class->union after switching from autoptrs.
15160:
15161: * tests/: Makefile, results/108.processed, results/117.processed:
15162: meta considered OK [it's up to coder now to remove it not needed]
15163:
15164: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15165: Dictionary constructor when moved to gc]
15166:
15167: * src/main/pa_common.C: uncommented http:// file loading
15168:
15169: * src/include/pa_array.h, src/main/execute.C,
15170: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15171: fix [gdGrowingBuf]
15172:
15173: * configure.in, src/lib/Makefile.am: removed patches
15174:
15175: * configure, src/include/pa_config_auto.h.in,
15176: src/main/pa_charset.C: --enable-assertions autoconf-ed
15177:
15178: * src/main/pa_common.C: uncommented http:// file loading
15179:
15180: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15181: xdoc::create/load
15182:
15183: * src/: classes/form.C, classes/hash.C, classes/image.C,
15184: classes/string.C, classes/table.C, classes/void.C,
15185: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15186: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15187: String::String(str,helper_length) are checked. found/fixed one
15188: place: $request:body now zero-terminated,
15189:
15190: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15191: main/compile_tools.C, main/execute.C, types/pa_value.h,
15192: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15193: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15194: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15195: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15196: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15197: types/pa_vxnode.h: more locally scoped vars in execute (more
15198: easily optimizable)
15199:
15200: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15201: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15202:
15203: * src/: include/pa_array.h, include/pa_stack.h,
15204: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15205: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15206: become assertion iterator in methodframe filler
15207:
15208: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15209: targets/cgi/parser3.C: array::get/put inlined
15210:
15211: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15212: gc_substitute_memory_management_functions +installed CORD_oom
15213: function
15214:
15215: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15216: src/include/pa_config_includes.h, src/include/pa_string.h,
15217: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15218: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15219: assertions started configure.in --enable-assertions
15220:
15221: 2003-04-01 paf
15222:
15223: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15224: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15225: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15226: gdome uses glib memory, and stores last pointer to xmlDoc there,
15227: gc misses that and collects valid memory fixed by remembering
15228: xmlDoc from dom object in xdoc. todo: do something with
15229: premature free of xdoc with xnodes/node values referring into it
15230:
15231: * src/classes/: mail.C: typo fix
15232:
15233: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15234: changes
15235:
15236: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15237: main/pa_memory.C: moved memory debugging to global level: to
15238: pa_gc_malloc
15239:
15240: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15241: debugging showed no errors. todo: debug parser memory
15242:
15243: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15244: configurations
15245:
15246: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15247: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15248: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15249: types/types.dsp: prepared xml-static configuration
15250:
15251: 2003-03-31 paf
15252:
15253: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15254: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15255: xml lib memory debugging, simple checks failed: it seems that
15256: library does realloc(bad ptr), and recording those ptrs in heap
15257: [for debugging] was bad: heap situation changes = everything
15258: works fine
15259:
15260: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15261: xmlRegisterCharEncodingHandler limitation [currently imposed
15262: limit of 10 user-defined charsets]
15263:
15264: 2003-03-28 paf
15265:
15266: * src/main/execute.C: execution stack copied to local register
15267: variable, removed lots [~2e7) of memory accesses
15268:
15269: 2003-03-27 paf
15270:
15271: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15272: works in debug, but fails in release todo: fix that
15273:
15274: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15275: targets/cgi/parser3.C: forgot to merge XML memory funcs
15276: replacement from gc branch
15277:
15278: * src/main/pa_exec.C: introducing append_help_length [radical
15279: improvement here]
15280:
15281: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15282: 'not recommened' in gc.h, on win32 noticed no difference]
15283:
15284: * src/include/pa_array.h: returned checked array get [were disabled
15285: for debugging] result:not slower [don't understand that, it were
15286: INLINED] todo: find out a way of inlining it!
15287:
15288: * src/: include/pa_string.h, lib/gc/include/gc.h,
15289: lib/gc/include/gc_fake.h, main/compile.tab.C,
15290: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15291: convention changed: all resulting strings are zero-terminated
15292:
15293: * src/: classes/date.C, classes/file.C, classes/hash.C,
15294: classes/string.C, classes/table.C, classes/void.C,
15295: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15296: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15297: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15298: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15299: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15300: types/pa_vfile.C, types/pa_vmail.C: introducing
15301: append_help_length [radical improvement here]
15302:
15303: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15304: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15305: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15306: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15307: even slower
15308:
15309: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15310: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15311: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15312: clients of &get(): most to use non-ref version, some[in tight
15313: places] to get_unchecked_ref
15314:
15315: * src/doc/memory.dox: forgot to add
15316:
15317: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15318: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15319: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15320: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15321: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15322: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15323: targets/cgi/parser3.dsp, types/pa_vmail.C,
15324: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15325: T>>&<< removed after Stack::pop wiping removed [moved to separate
15326: func] other Array & removed
15327:
15328: 2003-03-26 paf
15329:
15330: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15331: classes/table.C, include/pa_array.h, include/pa_charset.h,
15332: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15333: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15334: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15335: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15336: main/pa_exec.C, main/pa_sql_driver_manager.C,
15337: main/pa_stylesheet_manager.C, main/pa_table.C,
15338: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15339: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15340: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15341: pre-evaluated .count() in some places
15342:
15343: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15344: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15345: types/types.dsp: .dsp profiling updated
15346:
15347: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15348: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15349: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15350:
15351: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15352: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15353: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15354: use lib/gc,lib/cord
15355:
1.116 moko 15356: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15357: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15358: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15359: src/include/pa_config_includes.h, src/include/pa_request.h,
15360: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15361: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15362: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15363: src/lib/cord/include/Makefile.am,
1.116 moko 15364: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15365: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15366: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15367: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15368: src/types/pa_vform.h, src/types/pa_vhash.h,
15369: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15370: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15371: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15372: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15373: funcs ported pa_exec
1.95 moko 15374:
15375: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15376:
15377: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15378: bundled gc includes
15379:
15380: * src/: classes/op.C, include/pa_array.h,
15381: include/pa_sql_connection.h, include/pa_string.h,
15382: include/pa_version.h, main/compile.tab.C, main/compile.y,
15383: main/execute.C, main/pa_common.C, main/pa_exception.C,
15384: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15385: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15386: first real site (aval)]
15387:
15388: 2003-03-25 paf
15389:
15390: * operators.txt, src/main/pa_sql_driver_manager.C,
15391: src/types/pa_vstatus.C: $status.memory used free since_compact
15392: process
15393:
15394: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15395: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15396:
15397: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15398:
15399: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15400: src/types/pa_value.h, src/types/pa_vfile.h,
15401: src/types/pa_vobject.C, src/types/pa_vobject.h,
15402: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15403: tests/results/121.processed: untaint.C L_URI
15404:
15405: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15406: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15407: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15408: src/types/pa_vmemory.h: ^memory:compact[]
15409:
15410: * tests/results/109.processed: it was a bug in parser. updated 109
15411: test result
15412:
15413: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15414:
15415: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15416: tests/results/107.processed: fixed dom language [values are now
15417: considered tainted. it was a bug in parser. updated 107 test
15418: result
15419:
15420: * src/classes/xdoc.C: fixed transform params
15421:
15422: * src/: include/pa_stylesheet_manager.h,
15423: main/pa_stylesheet_manager.C: fixed stylesheet caching
15424:
15425: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15426: overloads for structure handling
15427:
15428: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15429: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15430: StringBody(0) ambiguilty, introducting static
15431: StringBody::Format(int)
15432:
15433: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15434: linked
15435:
15436: * src/types/pa_vxdoc.C: vxdoc compiled
15437:
15438: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15439: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15440: finalizers isntalled
15441:
15442: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15443: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15444: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15445: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15446: compiled todo: xnode.C / finalizers
15447:
15448: * src/doc/string.dox: updated: new string internals
15449:
15450: 2003-03-24 paf
15451:
15452: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15453: include/pa_charset.h, include/pa_config_fixed.h,
15454: include/pa_request.h, include/pa_stylesheet_connection.h,
15455: include/pa_stylesheet_manager.h, main/pa_charset.C,
15456: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15457: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15458: types/pa_vxnode.h: started XML
15459:
15460: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15461:
15462: * src/: classes/file.C, classes/image.C, classes/mail.C,
15463: include/pa_string.h, main/pa_common.C,
15464: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15465:
15466: * src/: classes/file.C, classes/image.C, classes/mail.C,
15467: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15468: main/pa_request.C, main/pa_sql_driver_manager.C,
15469: types/pa_vimage.h: size_t pos everywhere checks changed to check
15470: for eq STRING_NOT_FOUND
15471:
15472: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15473: optimize bit implemented
15474:
15475: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15476: String::ArrayFragment::append_positions fixed
15477:
15478: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15479: String::this_starts fixed
15480:
15481: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15482:
15483: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15484: hashcode implemented fully, including per-char callback [it can
15485: be - substr CORD node]
15486:
15487: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15488: rewritten to rewalloc with 100byte buf ahead
15489:
15490: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15491: src/include/pa_string.h, src/main/compile.tab.C,
15492: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15493: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15494: CORD_ec [bad] would rewrite as realloc now
15495:
15496: * src/: classes/date.C, classes/file.C, classes/form.C,
15497: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15498: include/pa_cache_managers.h, include/pa_charsets.h,
15499: include/pa_common.h, include/pa_request.h,
15500: include/pa_sql_driver_manager.h, include/pa_table.h,
15501: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15502: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15503: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15504: types/pa_vmail.C, types/pa_vmethod_frame.C,
15505: types/pa_vstateless_class.h: 2*2 worked :)
15506:
15507: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15508: src/include/pa_exec.h, src/include/pa_string.h,
15509: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15510: passed OK
15511:
15512: * src/: classes/hash.C, classes/string.C, classes/table.C,
15513: types/pa_value.C: all linked todo: debug
15514:
15515: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15516: types/pa_vstateless_class.C: all compiled. todo:link
15517:
15518: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15519:
15520: * src/types/pa_vtable.C: pa_vtable.C compiled
15521:
15522: * src/types/pa_vstring.C: pa_vstring.C compiled
15523:
15524: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15525:
15526: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15527: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15528: pa_vstateless_class.C, pa_vstateless_class.h:
15529: pa_vstateless_class.C compiled
15530:
15531: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15532: types/pa_vmath.C: pa_vmail.C compiled
15533:
15534: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15535:
15536: * src/types/pa_vform.C: pa_vform.C compiled
15537:
15538: * src/types/pa_vfile.C: pa_vfile.C compiled
15539:
15540: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15541: pa_vstateless_class.C: pa_vcookie.C compiled
15542:
15543: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15544: types/pa_vhash.h: pa_value.C compiled
15545:
15546: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15547: classes.lib main.lib compiled
15548:
15549: * src/classes/void.C: void.C compiled
15550:
15551: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15552: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15553: compiled
15554:
15555: * src/: classes/string.C, include/pa_request.h,
15556: include/pa_string.h, main/pa_string.C: string.C compiled
15557:
15558: * src/: classes/op.C, classes/string.C, classes/table.C,
15559: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15560: main/pa_request.C, main/pa_string.C: op.C compiled
15561:
15562: * src/classes/: math.C, op.C: math.C compiled
15563:
15564: * src/: classes/mail.C, classes/string.C, classes/table.C,
15565: types/pa_vmail.h: mail.C compiled
15566:
15567: * src/classes/: int.C, table.C: int.C compiled
15568:
15569: * src/: classes/hash.C, classes/image.C, classes/string.C,
15570: classes/table.C, include/pa_memory.h, include/pa_string.h,
15571: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15572: compiled
15573:
15574: * src/: classes/hash.C, classes/string.C, classes/table.C,
15575: classes/void.C, classes/xdoc.C, include/pa_request.h,
15576: include/pa_sql_connection.h: hash.C compiled
15577:
15578: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15579: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15580: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15581: classes/math.C, classes/op.C, classes/response.C,
15582: classes/string.C, classes/table.C, classes/void.C,
15583: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15584: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15585: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15586: file.C table.C compiled
15587:
15588: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15589: main/untaint.C: main.lib compiled
15590:
15591: 2003-03-21 paf
15592:
15593: * src/: classes/op.C, include/pa_cache_managers.h,
15594: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15595: include/pa_stylesheet_manager.h, main/pa_exception.C,
15596: main/pa_globals.C, main/pa_sql_driver_manager.C,
15597: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15598: compiled
15599:
15600: * src/: classes/hash.C, classes/image.C, classes/op.C,
15601: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15602: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15603: main/compile.C, main/pa_common.C, main/pa_request.C,
15604: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15605: pa_request.C compiled
15606:
15607: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15608: include/pa_request.h, main/execute.C, main/pa_request.C,
15609: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15610: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15611: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15612: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15613: compiled
15614:
15615: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15616: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15617: on unix
15618:
15619: * src/: include/pa_charset.h, include/pa_charsets.h,
15620: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15621: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15622: pa_charsets.C compiled
15623:
15624: * src/: classes/image.C, classes/mail.C, classes/op.C,
15625: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15626: main/compile.y, main/execute.C, main/pa_common.C,
15627: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15628: types/pa_vcode_frame.h, types/pa_vimage.h,
15629: types/pa_vmethod_frame.h: execute.C compiled
15630:
15631: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15632: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15633: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15634: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15635: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15636: include/pa_cache_managers.h, include/pa_charsets.h,
15637: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15638: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15639: include/pa_sql_driver_manager.h, include/pa_string.h,
15640: include/pa_stylesheet_connection.h,
15641: include/pa_stylesheet_manager.h, include/pa_table.h,
15642: main/compile.C, main/compile.tab.C, main/compile.y,
15643: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15644: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15645: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15646: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15647: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15648: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15649: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15650: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15651: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15652: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15653: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15654: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15655: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15656: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15657: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15658: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15659: types/pa_vresponse.h, types/pa_vstateless_class.C,
15660: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15661: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15662: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15663: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15664: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15665: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15666: [C++ CORD wrapper]
15667:
15668: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15669:
15670: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15671: $file::exec/cgi[script; $.charset[this is script's charset]
15672:
15673: command line, env values, input got transcoded before call
15674: stdout, stderr got transcoded after call
15675:
15676: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15677: by default. use: ^file::exec[...;$.stdin[$request.body]
15678:
15679: * src/main/pa_common.C: } typo bug fix
15680:
15681: * src/main/pa_common.C: } typo bug fix
15682:
15683: 2003-03-20 paf
15684:
15685: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15686: main/untaint.C: cord bug fix, but still errors todo: clear out
15687:
15688: * src/include/pa_string.h: more tests
15689:
15690: * src/main/pa_string.C: string.pos fixed
15691:
1.116 moko 15692: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15693: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15694: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15695: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15696: replaces
1.95 moko 15697:
15698: * src/: classes/image.C, include/pa_dictionary.h,
15699: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15700: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15701: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15702: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15703:
15704: * src/include/pa_string.h: warning
15705:
15706: * src/include/pa_string.h: this_starts fixed
15707:
15708: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15709: new String ctor & append params convention
15710:
15711: * src/: classes/file.C, classes/hash.C, classes/image.C,
15712: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15713: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15714: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15715: main/pa_exception.C, main/pa_exec.C,
15716: main/pa_sql_driver_manager.C, main/pa_string.C,
15717: main/pa_stylesheet_manager.C, main/untaint.C,
15718: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15719: types/pa_vmail.C: more tests OK
15720:
15721: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15722: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15723: gc/exit runned OK
15724:
15725: * src/types/pa_vmail.C: another naming problem: should not name
15726: vars like that: unpredictable close caused problems with later
15727: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15728: descriptors missing on startup: stdin; Bad file number
15729:
15730: todo: find out why so many filters(stream) here. probably wrong?
15731:
15732: * src/: include/pa_dictionary.h, include/pa_string.h,
15733: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15734: main/untaint.C: test compiled
15735:
15736: * src/: classes/image.C, classes/mail.C, classes/math.C,
15737: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15738: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15739: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15740: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15741: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15742: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15743: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15744: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15745: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15746:
15747: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15748: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15749: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15750: src/include/pa_memory.h, src/include/pa_request.h,
15751: src/include/pa_request_charsets.h,
15752: src/include/pa_sql_connection.h, src/include/pa_string.h,
15753: src/main/compile.tab.C, src/main/execute.C,
15754: src/main/pa_charset.C, src/main/pa_common.C,
15755: src/main/pa_exception.C, src/main/pa_exec.C,
15756: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15757: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15758: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15759: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15760: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15761: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15762: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15763: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15764: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15765: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15766: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15767: pa_common.C [done, without http for now]
15768:
15769: 2003-03-19 paf
15770:
15771: * src/: classes/date.C, classes/form.C, classes/hash.C,
15772: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15773: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15774: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15775: include/pa_string.h, include/pa_table.h, main/compile.C,
15776: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15777: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15778: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15779: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15780: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15781: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15782: types/pa_vstateless_class.h, types/pa_vtable.C,
15783: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15784: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15785: types/pa_wwrapper.h: started test
15786:
1.116 moko 15787: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15788: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15789:
15790: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15791: include/pa_string.h, main/pa_string.C: string compiled todo: test
15792: it
15793:
15794: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15795: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15796: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15797: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15798: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15799: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15800: types/pa_vmethod_frame.h, types/types.dsp: string
15801: reimplementation with cord+array<fragment>: 70%
15802:
15803: 2003-03-18 paf
15804:
15805: * src/: classes/date.C, classes/file.C, classes/form.C,
15806: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15807: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15808: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15809: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15810: can ignore lang in cmp and pos really, but would
15811: split properly!
15812:
15813: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15814: cord part made parser/src/lib: it's not compiled into libgc by
15815: default
15816:
15817: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15818: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15819: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15820: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15821: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15822: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15823: src/classes/xnode.C, src/classes/xnode.h,
15824: src/include/Makefile.am, src/include/pa_cache_managers.h,
15825: src/include/pa_charset.h, src/include/pa_charsets.h,
15826: src/include/pa_common.h, src/include/pa_dictionary.h,
15827: src/include/pa_exception.h, src/include/pa_exec.h,
15828: src/include/pa_globals.h, src/include/pa_hash.h,
15829: src/include/pa_memory.h, src/include/pa_pool.h,
15830: src/include/pa_request.h, src/include/pa_request_charsets.h,
15831: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15832: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15833: src/include/pa_stylesheet_connection.h,
15834: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15835: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15836: src/main/compile.C, src/main/compile.tab.C,
15837: src/main/compile_tools.C, src/main/compile_tools.h,
15838: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15839: src/main/pa_charsets.C, src/main/pa_common.C,
15840: src/main/pa_dictionary.C, src/main/pa_exception.C,
15841: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15842: src/main/pa_pool.C, src/main/pa_request.C,
15843: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15844: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15845: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15846: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15847: src/types/pa_junction.h, src/types/pa_method.h,
15848: src/types/pa_value.C, src/types/pa_value.h,
15849: src/types/pa_vclass.C, src/types/pa_vclass.h,
15850: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15851: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15852: src/types/pa_vdouble.h, src/types/pa_venv.h,
15853: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15854: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15855: src/types/pa_vimage.C, src/types/pa_vimage.h,
15856: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15857: src/types/pa_vmath.C, src/types/pa_vmath.h,
15858: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15859: src/types/pa_vobject.C, src/types/pa_vobject.h,
15860: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15861: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15862: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15863: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15864: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15865: src/types/pa_vstring.h, src/types/pa_vtable.C,
15866: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15867: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15868: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15869: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15870: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15871: gc: PA_Object done lots of replacements also
15872:
15873: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15874: gc logging
15875:
15876: 2003-03-17 paf
15877:
15878: * src/: classes/date.C, classes/file.C, classes/form.C,
15879: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15880: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15881: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15882: include/pa_string.h, include/pa_types.h, main/compile.C,
15883: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15884: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15885: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15886: main/pa_sql_driver_manager.C, main/pa_string.C,
15887: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15888: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15889: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15890: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15891: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15892: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15893: types/pa_vxnode.h: libgc attempt
15894:
15895: 2003-03-13 paf
15896:
15897: * src/: include/pa_sql_driver_manager.h,
15898: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15899: called
15900:
15901: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15902: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15903: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15904: types/pa_value.h, types/pa_vobject.h,
15905: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15906: set_base, set_derived simplified [counter leaks fixed]
15907:
15908: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15909: src/types/types.dsp: incorporated status class patch From:
15910: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15911: 2003 8:14 AM
15912:
15913: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15914: Win32 specific: QuotaPeakNonPagedPoolUsage
15915: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15916:
15917: 2003-03-12 paf
15918:
1.116 moko 15919: * configure, configure.in, src/lib/ltdl/configure,
15920: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15921: lib/ltdl/Makefile now created by /configure.in only [were by
15922: lib/ltdl/configure.in OVERWRITE]
15923:
1.116 moko 15924: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15925: linkage fixed for g++ 3.2.2
1.95 moko 15926:
15927: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15928: on using privately declared class [fixed]
15929:
15930: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15931: 3.2 rightliy complained on using privately declared class [fixed]
15932:
15933: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15934: sigpipe before request constructor now causes death
15935:
15936: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15937: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15938: not cause exception in exception handler
15939:
1.116 moko 15940: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15941: now default links libstdc++ statically. that can be overriden by
15942: --with-dynamic-stdcpp
1.95 moko 15943:
15944: 2003-03-11 paf
15945:
15946: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15947: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15948: necessity of libstdc++
15949:
15950: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15951:
15952: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15953:
15954: 2003-03-08 paf
15955:
15956: * tests/Makefile: make install & co
15957:
15958: * src/: include/pa_request.h, classes/op.C: removing
15959: vclass,object.h -> pa_request.h dependency
15960:
15961: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15962: main/pa_request.C: removing vform,response,cookie.h ->
15963: pa_request.h dependency
15964:
15965: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15966: dependency [testing...]
15967:
15968: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15969: return 0; fixed
15970:
15971: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15972: types/pa_vmail.h: vmail.C received just compiled [not tested]
15973:
15974: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15975:
15976: * src/main/pa_request.C: forgotten: ifdef XML
15977:
15978: * src/main/pa_request.C: forgotten: ifdef XML
15979:
15980: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15981: win32 and run memleak tests again
15982:
15983: * src/targets/cgi/parser3.C: charsets: see some strange things with
15984: old xml lib-- it's internal memory handling has faults
15985:
15986: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15987: problems when transcode from charset A to A.
15988:
15989: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15990: todo: still problems when transcode from charset A to A.
15991:
15992: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15993: classes/table.C, include/pa_array.h,
15994: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15995: started full-scale-site-test [~ http://parser.ru sources]
15996:
15997: some fixes
15998:
15999: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16000: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16001: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16002: results/110.processed, results/111.processed,
16003: results/112.processed, results/113.processed,
16004: results/114.processed, results/115.processed,
16005: results/116.processed, results/117.processed,
16006: results/118.processed, results/119.processed,
16007: results/120.processed: xml: tests 109 dom create/show 110 xpath
16008: selectSingle 111 xdoc.create from tainted & 112
16009: xdoc.create/output with russian attr value 113 xpath
16010: selectString/Number 114 dom attributes.count 115 xpath selectBool
16011: 116 output media-type change 117 transform by dom stylesheet 118
16012: empty transform result 119 dom setAttribute 120 nbsp letter
16013: output
16014:
16015: =END OF PREPARED XML TESTS=
16016:
16017: 2003-03-07 paf
16018:
16019: * src/classes/xdoc.C, src/include/pa_charset.h,
16020: src/include/pa_stylesheet_connection.h, tests/108.html,
16021: tests/108.xsl, tests/results/108.processed: xml: test 108
16022: transform with params [bugs fixed]
16023:
16024: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16025: from copy/paste bug
16026:
16027: * src/classes/xdoc.C, src/include/pa_charset.h,
16028: src/include/pa_request.h, src/main/execute.C,
16029: src/main/pa_charset.C, src/main/pa_exception.C,
16030: src/main/pa_globals.C, src/main/pa_request.C,
16031: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16032: src/types/pa_vxnode.C, tests/107.html,
16033: tests/results/107.processed: xml: test: 107 bug fixes
16034:
16035: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16036: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16037: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16038:
16039: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16040: string
16041:
16042: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16043: mem alloc functions used for different cases [libxml, libxsl]
16044:
16045: * src/classes/classes.C: fixed: prevent system classes from
16046: modification to lock ALL the classes, not only directly used
16047:
16048: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16049: linked
16050:
16051: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16052:
16053: 2003-03-06 paf
16054:
16055: * src/classes/xdoc.C: xdoc.C 50%
16056:
16057: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16058: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16059: main/pa_globals.C, main/pa_request.C,
16060: main/pa_stylesheet_manager.C: xnode.C compiled
16061:
16062: * src/: include/pa_stylesheet_connection.h,
16063: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16064: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16065:
16066: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16067: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16068: xml: stylesheet&manager STARTED
16069:
16070: * src/: include/pa_globals.h, main/pa_charset.C,
16071: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16072:
16073: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16074: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16075: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16076: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16077: charsets
16078:
16079: * tests/023.html: in some cases it rounded up badly. postponing
16080: solution of that problem, making more simple test
16081:
16082: * tests/: 058_paf2000.png, results/058.processed: .png added with
16083: -kb now
16084:
16085: * src/: include/pa_charset.h, include/pa_charsets.h,
16086: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16087: moved to charsets.C
16088:
16089: 2003-03-05 paf
16090:
16091: * src/classes/string.C, src/include/pa_string.h,
16092: src/main/pa_string.C, tests/105.html,
16093: tests/results/105.processed: String::match bug fixed
16094:
16095: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16096: tests/results/104.processed: ^bpt operator added [does int3 in
16097: debug build on win32]
16098:
16099: * tests/: 057.html, results/057.processed: test bug fixed
16100:
1.116 moko 16101: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16102:
16103: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16104: missing
16105:
1.116 moko 16106: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16107: forgotten files added to Makes
1.95 moko 16108:
16109: * ltmain.sh: ltmain.sh added
16110:
16111: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16112: change undone ;(
16113:
16114: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16115: made static
16116:
16117: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16118: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16119: todo:make linker happy
1.95 moko 16120:
16121: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16122: env param made optional
16123:
16124: 2003-03-04 paf
16125:
16126: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16127: types/pa_vimage.h: number of gcc compiler bugs fixed
16128:
16129: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16130: results/103.processed: tests: 103 image.copy transparence test
16131:
16132: * src/main/execute.C, tests/101.html, tests/102.html,
16133: tests/results/101.processed, tests/results/102.processed: tests:
16134: 101 method/variable name conflict test 102 form fields change
16135: should not not change anything [bug fix]
16136:
16137: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16138: results/099.processed, results/100.processed: tests: 57 date
16139: create 2002: added 99,100 response:body/download
16140:
16141: * src/classes/image.C, tests/098.html, tests/098font.gif,
16142: tests/results/098.processed: test: 98 image font text [bug fixed]
16143:
16144: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16145: tests/results/097.processed: test: 97 file::load http:// [bugs
16146: fixed]
16147:
16148: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16149: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16150: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16151: image EXIF [bug fixed]
16152:
16153: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16154: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16155: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16156: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16157: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16158: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16159: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16160: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16161: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16162: tests/094.html, tests/095.html, tests/results/061.processed,
16163: tests/results/062.processed, tests/results/063.processed,
16164: tests/results/064.processed, tests/results/065.processed,
16165: tests/results/066.processed, tests/results/067.processed,
16166: tests/results/068.processed, tests/results/069.processed,
16167: tests/results/070.processed, tests/results/071.processed,
16168: tests/results/072.processed, tests/results/073.processed,
16169: tests/results/074.processed, tests/results/075.processed,
16170: tests/results/076.processed, tests/results/077.processed,
16171: tests/results/078.processed, tests/results/080.processed,
16172: tests/results/081.processed, tests/results/082.processed,
16173: tests/results/083.processed, tests/results/084.processed,
16174: tests/results/085.processed, tests/results/086.processed,
16175: tests/results/087.processed, tests/results/088.processed,
16176: tests/results/089.processed, tests/results/090.processed,
16177: tests/results/091.processed, tests/results/092.processed,
16178: tests/results/093.processed, tests/results/094.processed,
16179: tests/results/095.processed, tests/079.html,
16180: tests/results/079.processed: tests: 61 file::stat size 62
16181: string->int autoconvert 63 double .int,dec,div,mul 64 date
16182: compare 65 file: basename,justname,justext 66 math:crypt 67
16183: string.match simple on long 68 string.match normalized simple on
16184: long 69 string.int 70 file::stat content-type 71 table.join 72
16185: hash parameter conditional pass 73 date daylightsaving,yearday 74
16186: date arithmetics 75 response date values/attributes 76 string.pos
16187: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16188: with local 80 scientific numeric literal in string autoconvert 81
16189: xor: logical and numerical 82 for delims 83 menu delims 84
16190: table.hash distinct 85 long string replace 86 throw+catch
16191: current language preserve 87 bit shifts 88 junction tests +
16192: $caller test 89 hash.foreach selfmodification 90 int/void to int
16193: 91 $caller test 92 junction is + def junction tests 93 $caller
16194: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16195:
16196: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16197: fixed] 60 string eq string [bug fixed]
16198:
16199: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16200: 058.html, 058_paf2000.png, 059.html, 060.html,
16201: results/053.processed, results/054.processed,
16202: results/055.processed, results/056.processed,
16203: results/057.processed, results/058.processed,
16204: results/059.processed, results/060.processed: test: 53
16205: string.replace 54 junctions 55 table.hash 56 call indirect 57
16206: date.create[string] 58 image.measure[png]
16207:
16208: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16209: outputs/051.processed, results/052.processed: test: 52
16210: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16211: task: fix that
16212:
16213: 2003-03-03 paf
16214:
16215: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16216: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16217: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16218: outputs/049.processed, outputs/050.processed,
16219: outputs/051.processed, results/001.processed,
16220: results/002.processed, results/003.processed,
16221: results/005.processed, results/006.processed,
16222: results/008.processed, results/009.processed,
16223: results/011.processed, results/012.processed,
16224: results/013.processed, results/014.processed,
16225: results/015.processed, results/016.processed,
16226: results/017.processed, results/020.processed,
16227: results/021.processed, results/022.processed,
16228: results/024.processed, results/025.processed,
16229: results/026.processed, results/027.processed,
16230: results/028.processed, results/029.processed,
16231: results/030.processed, results/031.processed,
16232: results/049.processed, results/050.processed,
16233: results/051.processed, results/043.processed,
16234: results/044.processed, results/045.processed,
16235: results/046.processed, results/047.processed,
16236: results/048.processed: tests: 43,44,45 date rolls 46
16237: autoevaluating junction 47 table.select 48 name with subvar 49
16238: hash-creating switch 50 process 51 started parent/child, works as
16239: it were but it were NOT GOOD, created separate task to fix that
16240:
16241: * tests/: 042.html, results/042.processed: test: 42
16242: exception.handled
16243:
16244: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16245: expression
16246:
16247: * tests/: 040.html, results/040.processed: test: 39 method result
16248: of type table 40 method param junction auto evaluate
16249:
16250: * tests/: 039.html, results/039.processed: test: 37 method result
16251: of type table
16252:
16253: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16254: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16255: tests/038.html, tests/results/033.processed,
16256: tests/results/034.processed, tests/results/035.processed,
16257: tests/results/036.processed, tests/results/037.processed,
16258: tests/results/038.processed: tests: 33 string.replace 34
16259: string.upper 35 table created 36 local/global vars with juntions
16260: 37 table clone 38 math PI & number formatting
16261:
16262: math class registring typo fixed
16263:
16264: * src/classes/op.C, src/include/pa_request.h,
16265: src/include/pa_string.h, src/main/execute.C,
16266: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16267: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16268: tests/032.html, tests/results/032.processed: uchar changed to
16269: String_UL in all places [was not everywhere] untaint test: 032
16270:
16271: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16272: tests/results/004.processed, tests/parser-cygwin.sh,
16273: tests/parser-unix.sh: removed -H command line key, now testing
16274: using .sh file with SERVER_SOFTWARE=xxx
16275:
16276: 2003-02-26 paf
16277:
16278: * src/main/execute.C, src/types/pa_vstateless_class.h,
16279: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16280: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16281: tests/results/024.processed, tests/results/025.processed,
16282: tests/results/026.processed, tests/results/027.processed,
16283: tests/results/028.processed, tests/results/029.processed,
16284: tests/results/030.processed, tests/results/031.processed: fixed
16285: bug with name_cstr mutable CharPtr more tests
16286:
16287: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16288: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16289: << abort. die now just exits
16290:
16291: * src/classes/classes.awk, src/classes/classes.h,
16292: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16293: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16294: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16295: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16296: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16297: src/classes/xnode.C, src/include/pa_memory.h,
16298: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16299: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16300: src/types/pa_vform.C, tests/015.html, tests/016.html,
16301: tests/017.html, tests/018.html, tests/019.html,
16302: tests/019paf2001.gif, tests/020.html, tests/021.html,
16303: tests/022.html, tests/023.html, tests/022_dir/a.html,
16304: tests/022_dir/b.txt, tests/022_dir/c.htm,
16305: tests/results/015.processed, tests/results/016.processed,
16306: tests/results/017.processed, tests/results/018.processed,
16307: tests/results/019.processed, tests/results/020.processed,
16308: tests/results/021.processed, tests/results/022.processed,
16309: tests/results/023.processed: methoded_array now contains all Mxxx
16310: classes SAPI::get_env now returns info on pool more tests
16311:
16312: * src/include/pa_array.h, src/include/pa_hash.h,
16313: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16314: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16315: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16316: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16317: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16318: tests/results/001.processed, tests/results/002.processed,
16319: tests/results/003.processed, tests/results/004.processed,
16320: tests/results/005.processed, tests/results/006.processed,
16321: tests/results/007.processed, tests/results/008.processed,
16322: tests/results/009.processed, tests/results/010.processed,
16323: tests/results/011.processed, tests/results/012.processed,
16324: tests/results/013.processed, tests/results/014.processed: hash
16325: cloning fixed
16326:
16327: 2003-02-25 paf
16328:
16329: * src/main/pa_common.C: typo fixed
16330:
16331: 2003-02-24 paf
16332:
16333: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16334: [one remained]
16335:
16336: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16337: [should have been get_string(&pool)] todo: check other such calls
16338:
16339: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16340: test10, bad lookups
16341:
16342: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16343: object got destructed, and xxx points to sky
16344:
16345: * ChangeLog, src/classes/string.C: match bug fixed
16346:
16347: * src/types/pa_vmail.C: body [text/html] transcoded to
16348: $.charset[specified] now
16349:
16350: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16351: which failed to handle sigsetjmp+throw: crashed inside of
16352: pre-throw code. rewritten simplier [though duplicating
16353: closesocket code]
16354:
16355: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16356: which failed to handle sigsetjmp+throw: crashed inside of
16357: pre-throw code. rewritten simplier [though duplicating
16358: closesocket code]
16359:
16360: 2003-02-21 paf
16361:
16362: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16363: $cookie:name[$.expires[date << can be now]]
16364:
16365: written makefile with regression tests [raw]
16366:
16367: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16368: tests' only [it's not forcing CGI mode now] now use -H to output
16369: CGI header when parser used in command line [useful for tests
16370: also]
16371:
16372: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16373: switches on CGI mode, and is used in regression tests
16374:
16375: * src/: include/pa_request.h, main/pa_request.C,
16376: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16377: fixed
16378:
16379: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16380: handling pa_*
16381:
16382: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16383: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16384: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16385: memory handling files
16386:
16387: * src/main/pa_array.C: pool::format_integer terminator fixed
16388:
16389: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16390: compiles OK test to show benefits of free
16391:
16392: * src/: classes/file.C, classes/image.C, classes/mail.C,
16393: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16394: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16395: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16396: use pool [as the one in ^process]
16397:
16398: * src/classes/op.C: fixed process. sould now check for all cstr's
16399: -- some must use pool [as the one in ^process]
16400:
16401: 2003-02-20 paf
16402:
16403: * src/: classes/date.C, classes/double.C, classes/file.C,
16404: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16405: classes/math.C, classes/op.C, classes/response.C,
16406: classes/string.C, classes/table.C, classes/void.C,
16407: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16408: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16409: string cmp fixed
16410:
16411: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16412: values passed OK now
16413:
16414: 2003-02-19 paf
16415:
16416: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16417: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16418: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16419: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16420: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16421: all remaning leaks resulted from pooled::malloc calls [excluding
16422: in gd -- planning complete rewrite extremely ugly code]
16423:
16424: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16425: files
16426:
16427: 2003-02-17 paf
16428:
16429: * src/: classes/date.C, classes/double.C, classes/file.C,
16430: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16431: classes/response.C, classes/string.C, classes/table.C,
16432: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16433: include/pa_stylesheet_connection.h,
16434: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16435: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16436: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16437: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16438: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16439: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16440: of unitialized simple-typed field
16441:
16442: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16443: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16444: simple-typed field fixed. todo: find&kill all like that one
16445:
16446: * src/: main/execute.C, targets/cgi/pa_pool.C,
16447: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16448: debug output fixed
16449:
16450: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16451: main/pa_request.C: stack-stored items need extra .ref to prevent
16452: object_ptr from delete[them]
16453:
16454: * src/: classes/date.C, classes/op.C, classes/table.C,
16455: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16456: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16457: main/pa_charset.C, main/pa_common.C,
16458: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16459: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16460: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16461: calls
16462:
16463: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16464: couple mem leaks rusulted from old pooled::malloc usage.
16465: todo:find more like those
16466:
16467: * src/main/: compile.C, compile_tools.C: 2*2!
16468:
16469: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16470: stackItem fixed [there were no string on stack before]
16471:
16472: * src/: main/execute.C, main/pa_request.C,
16473: types/pa_vmethod_frame.C: first letters out OK
16474:
16475: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16476: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16477: main/pa_string.C, main/untaint.C, types/pa_value.h,
16478: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16479: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16480: type not initialized with zeros :( while class fields of class
16481: types initialized with default constructors. learn C++
16482:
16483: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16484: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16485: classes/math.C, classes/xdoc.C, classes/xnode.C,
16486: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16487: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16488:
16489: 2003-02-14 paf
16490:
16491: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16492: 13 link errors
16493:
16494: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16495: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16496: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16497: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16498: errors :)
16499:
16500: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16501: classes/hash.C, classes/mail.C, classes/op.C,
16502: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16503: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16504: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16505: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16506:
16507: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16508: classes/table.C, include/pa_common.h, include/pa_globals.h,
16509: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16510: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16511: types/pa_vint.h, types/types.dsp: op compiled
16512:
16513: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16514: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16515: main/untaint.C, types/pa_vtable.h: string, response compiled
16516:
16517: 2003-02-07 paf
16518:
16519: * src/: classes/table.C, types/pa_vtable.h: table compiled
16520:
16521: 2003-02-06 paf
16522:
16523: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16524: mail compiled
16525:
16526: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16527: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16528: types/pa_vfile.h, types/pa_vimage.h: image compiled
16529:
16530: * src/classes/: file.C, form.C: form compiled
16531:
16532: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16533: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16534: types/pa_vfile.C, types/pa_vfile.h: file compiled
16535:
16536: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16537: types/pa_vmath.h: math compiled [win32]
16538:
16539: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16540: types/pa_vstring.h: hash compiled
16541:
16542: 2003-02-04 paf
16543:
16544: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16545: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16546: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16547: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16548: types/pa_vhash.h: hash 50% compiled
16549:
16550: * src/: classes/date.C, classes/file.C, classes/hash.C,
16551: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16552: classes/string.C, classes/table.C, classes/xdoc.C,
16553: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16554: main/pa_string.C: date compiled
16555:
16556: * src/classes/: classes.dsp, double.C: double compiled
16557:
16558: * src/: classes/date.C, classes/double.C, classes/file.C,
16559: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16560: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16561: classes/string.C, classes/table.C, classes/void.C,
16562: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16563: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16564: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16565: compiled
16566:
16567: * src/: classes/date.C, classes/double.C, classes/file.C,
16568: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16569: classes/math.C, classes/op.C, classes/response.C,
16570: classes/string.C, classes/table.C, classes/void.C,
16571: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16572: types/pa_vvoid.h: void compiled :)
16573:
16574: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16575: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16576: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16577: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16578: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16579: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16580: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16581: types/pa_vresponse.C, types/pa_vstateless_class.C,
16582: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16583: types/pa_wcontext.C, types/types.dsp: removed stupid
16584: value_includes.h
16585:
16586: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16587: trying to remove stupid value_includes.h
16588:
16589: * src/main/pa_exec.C: pa_exec compiled on win32
16590:
16591: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16592:
16593: * src/: include/pa_globals.h, include/pa_request.h,
16594: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16595: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16596: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16597: types/pa_vrequest.C, types/pa_vstateless_class.C,
16598: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16599:
16600: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16601: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16602: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16603:
16604: * src/: include/pa_array.h, include/pa_config_includes.h,
16605: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16606: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16607: compiled
16608:
16609: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16610: name conflicts)
16611:
16612: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16613: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16614: yelds "virtual memory exhausted" while trying to compile
16615: execute.C [eating up to 127MB]
16616:
16617: 2003-02-03 paf
16618:
16619: * src/: include/pa_config_includes.h, include/pa_hash.h,
16620: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16621: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16622: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16623: types/pa_vint.h, types/pa_vjunction.h,
16624: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16625: started gcc compiling pa_common compiled
16626:
16627: * src/: include/pa_exception.h, include/pa_pool.h,
16628: main/pa_exception.C: exception gcc change #1
16629:
1.116 moko 16630: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16631: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16632:
16633: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16634:
16635: * src/types/pa_vtable.C: vtable compiled
16636:
16637: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16638:
16639: * src/: include/pa_cache_managers.h, main/pa_request.C,
16640: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16641:
16642: * src/types/pa_vstateless_class.C: vstateless_class compiled
16643:
16644: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16645:
16646: * src/types/pa_vrequest.C: vrequest compiled
16647:
16648: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16649: pa_vobject.C, pa_vobject.h: vobject compiled
16650:
16651: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16652: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16653: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16654: compiled
16655:
16656: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16657:
16658: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16659: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16660: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16661: compiled
16662:
16663: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16664: main.lib - 0 error(s), 0 warning(s)
16665:
16666: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16667: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16668:
16669: 2003-01-31 paf
16670:
16671: * src/: include/pa_array.h, include/pa_operation.h,
16672: include/pa_request.h, main/execute.C, main/main.dsp,
16673: types/pa_vjunction.h: started last file from main library:
16674: execute
16675:
16676: * src/: include/pa_request.h, include/pa_sapi.h,
16677: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16678: main/pa_request.C, targets/cgi/parser3.C,
16679: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16680: types/pa_vhash.h: pa_request compiled
16681:
16682: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16683: include/pa_globals.h, include/pa_request.h,
16684: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16685: main/execute.C, main/main.dsp, main/pa_common.C,
16686: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16687: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16688: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16689: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16690: types/types.dsp: most pa_request compiled
16691:
16692: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16693: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16694: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16695: classes/op.C, classes/response.C, classes/string.C,
16696: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16697: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16698: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16699: include/pa_config_fixed.h, include/pa_config_includes.h,
16700: include/pa_dictionary.h, include/pa_dir.h,
16701: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16702: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16703: include/pa_pool.h, include/pa_request.h,
16704: include/pa_request_charsets.h, include/pa_request_info.h,
16705: include/pa_sapi.h, include/pa_socks.h,
16706: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16707: include/pa_stack.h, include/pa_string.h,
16708: include/pa_stylesheet_connection.h,
16709: include/pa_stylesheet_manager.h, include/pa_table.h,
16710: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16711: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16712: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16713: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16714: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16715: main/compile.C, main/compile.tab.C, main/compile.y,
16716: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16717: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16718: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16719: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16720: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16721: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16722: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16723: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16724: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16725: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16726: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16727: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16728: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16729: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16730: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16731: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16732: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16733: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16734: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16735: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16736: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16737: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16738: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16739: types/pa_vresponse.h, types/pa_vstateless_class.C,
16740: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16741: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16742: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16743: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16744: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16745: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16746:
16747: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16748: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16749: src/include/pa_charsets.h, src/include/pa_common.h,
16750: src/include/pa_dictionary.h, src/include/pa_exception.h,
16751: src/include/pa_exec.h, src/include/pa_pool.h,
16752: src/include/pa_request.h, src/include/pa_sapi.h,
16753: src/include/pa_sql_connection.h,
16754: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16755: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16756: src/main/compile.tab.C, src/main/compile_tools.C,
16757: src/main/compile_tools.h, src/main/main.dsp,
16758: src/main/pa_charset.C, src/main/pa_charsets.C,
16759: src/main/pa_common.C, src/main/pa_dictionary.C,
16760: src/main/pa_exception.C, src/main/pa_exec.C,
16761: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16762: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16763: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16764: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16765: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16766: src/types/pa_vdouble.h, src/types/pa_venv.h,
16767: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16768: src/types/pa_vhash.h, src/types/pa_vimage.C,
16769: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16770: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16771: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16772: src/types/pa_vobject.C, src/types/pa_vobject.h,
16773: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16774: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16775: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16776: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16777: src/types/pa_vstring.h, src/types/pa_vtable.h,
16778: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16779: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16780: died, long live StringPtr
16781:
16782: 2003-01-30 paf
16783:
16784: * src/: include/pa_charset.h, include/pa_request.h,
16785: include/pa_sql_driver_manager.h, main/compile.tab.C,
16786: main/compile.y, main/compile_tools.h, main/pa_request.C,
16787: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16788:
16789: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16790: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16791: types/pa_vhash.h, types/pa_vmethod_frame.h,
16792: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16793: types/types.dsp: vstateless_class compiled
16794:
16795: * src/main/compile.C: compile compiled
16796:
16797: * src/: include/pa_array.h, include/pa_operation.h,
16798: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16799: main/pa_table.C: compile_tools compiled
16800:
16801: * src/: include/pa_operation.h, main/compile.y,
16802: main/compile_tools.C, main/compile_tools.h: started
16803: compile_tools. vagues ideas of how to free compiled code
16804:
16805: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16806: main/main.dsp, types/pa_value.C, types/pa_value.h,
16807: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16808: compiled
16809:
16810: 2003-01-29 paf
16811:
16812: * src/: include/pa_globals.h, include/pa_request.h,
16813: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16814: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16815: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16816: compiled
16817:
16818: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16819: now
16820:
16821: * src/: include/pa_array.h, include/pa_exception.h,
16822: include/pa_pool.h, main/pa_exception.C: gd compiled
16823:
16824: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16825: compiled
16826:
16827: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16828: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16829: types/pa_vfile.h: vfile compiled
16830:
16831: * src/: include/pa_common.h, include/pa_globals.h,
16832: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16833: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16834: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16835:
16836: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16837: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16838: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16839: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16840: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16841:
16842: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16843: main/main.dsp, main/untaint.C: more compiled
16844:
16845: * src/: include/pa_charsets.h, include/pa_request.h,
16846: include/pa_request_info.h, include/pa_string.h,
16847: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16848: types/pa_vresponse.h: vrequest compiled
16849:
16850: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16851: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16852: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16853:
16854: * src/: classes/classes.h, include/pa_charset.h,
16855: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16856: include/pa_request.h, include/pa_string.h, main/main.dsp,
16857: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16858: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16859: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16860: types/pa_vrequest.C, types/pa_vrequest.h,
16861: types/pa_vstateless_class.h, types/pa_vstring.h,
16862: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16863:
16864: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16865: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16866: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16867: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16868: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16869: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16870: types/pa_vobject.h, types/pa_vstateless_class.h,
16871: types/pa_vstateless_object.h, types/pa_vstatus.h,
16872: types/pa_vstring.h, types/types.dsp: vmath compiled
16873:
16874: 2003-01-28 paf
16875:
16876: * src/: classes/classes.h, classes/date.C, classes/file.C,
16877: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16878: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16879: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16880: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16881: compile_tools
16882:
16883: * src/: include/pa_charset.h, include/pa_exception.h,
16884: include/pa_request.h, include/pa_string.h, main/untaint.C:
16885: untaint compiled
16886:
16887: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16888: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16889: more compiled. struck with string::store_to needing to know
16890: source/client charsets
16891:
16892: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16893: types/pa_vfile.h: uue compiled
16894:
16895: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16896: table compiled
16897:
16898: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16899: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16900:
16901: * src/: include/pa_charset.h, main/pa_charset.C,
16902: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16903: introduced]
16904:
16905: * src/: classes/date.C, include/pa_charset.h,
16906: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16907: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16908: pa_charsets compiled
16909:
16910: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16911: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16912:
16913: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16914: common compiled
16915:
16916: * src/: include/pa_charsets.h, main/pa_charsets.C,
16917: main/pa_sql_driver_manager.C: pa_charsets compiled
16918:
16919: * src/: include/pa_array.h, include/pa_charset.h,
16920: include/pa_charsets.h, include/pa_pool.h,
16921: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16922: include/pa_stack.h, include/pa_string.h,
16923: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16924: sql_driver_manager compiled
16925:
16926: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16927: letter i with two dots added to koi, all ukranian letters added
16928: to win1251.
16929:
16930: typographic simbol 0xb9 deleted from win1251 [strange one & were
16931: abscent from koi]
16932:
16933: 2003-01-27 paf
16934:
16935: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16936: include/pa_sql_driver_manager.h, include/pa_string.h,
16937: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16938: sql/pa_sql_driver.h: paused on sql_manager
16939:
16940: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16941: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16942: include/pa_stack.h, main/pa_sql_driver_manager.C,
16943: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16944:
16945: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16946: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16947: include/pa_table.h, main/pa_sql_driver_manager.C,
16948: main/pa_table.C: table compiled
16949:
16950: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16951: cache_managers compiled
16952:
16953: * src/: include/pa_array.h, include/pa_charset.h,
16954: include/pa_pool.h, main/pa_charset.C: charset compiled
16955:
16956: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16957:
16958: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16959: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16960: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16961: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16962: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16963:
16964: 2003-01-24 paf
16965:
16966: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16967: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16968: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16969: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16970: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16971: types/pa_vint.h, types/pa_vjunction.h,
16972: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16973: types/pa_vstatus.h, types/pa_vstring.h: more patched
16974:
16975: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16976: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16977: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16978: main/pa_string.C, main/pa_table.C: string compiled
16979:
16980: * src/: include/pa_array.h, include/pa_common.h,
16981: include/pa_dictionary.h, include/pa_exception.h,
16982: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16983: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16984: main/pa_string.C: dictionary compiled
16985:
16986: 2003-01-23 paf
16987:
16988: * src/: include/pa_array.h, include/pa_common.h,
16989: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16990: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16991: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16992: types/pa_value.h: resurrected pool in new sense: now it's
16993: factory, producing&accounting memory chunks for read[autofree]
16994: buffers
16995:
16996: * src/: include/pa_array.h, include/pa_exception.h,
16997: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16998: main/pa_exception.C, main/pa_table.C: table compiled
16999:
17000: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17001: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17002: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17003: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17004: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17005: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17006: main/pa_table.C: aint that easy
17007:
17008: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17009: main/main.dsp: continued with Hash
17010:
17011: * src/main/pa_common.C: connect_string allocated on heap[wes on
17012: stack] now. and exception can be reported OK now [can be reported
17013: outside of pro c with that stack]
17014:
17015: 2003-01-22 paf
17016:
17017: * src/: include/pa_array.h, include/pa_charset.h,
17018: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17019: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17020: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17021: base: contains references_count. auto_ptr template calls
17022: add_ref/release
17023:
17024: 2003-01-21 paf
17025:
17026: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17027: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17028: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17029: classes/op.C, classes/response.C, classes/string.C,
17030: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17031: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17032: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17033: include/pa_config_fixed.h, include/pa_config_includes.h,
17034: include/pa_dictionary.h, include/pa_dir.h,
17035: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17036: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17037: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17038: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17039: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17040: include/pa_stack.h, include/pa_string.h,
17041: include/pa_stylesheet_connection.h,
17042: include/pa_stylesheet_manager.h, include/pa_table.h,
17043: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17044: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17045: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17046: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17047: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17048: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17049: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17050: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17051: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17052: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17053: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17054: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17055: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17056: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17057: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17058: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17059: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17060: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17061: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17062: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17063: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17064: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17065: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17066: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17067: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17068: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17069: types/pa_vstateless_object.h, types/pa_vstatus.C,
17070: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17071: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17072: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17073: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17074: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17075: 2002->2003
17076:
17077: 2003-01-16 paf
17078:
17079: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17080: src/main/pa_globals.C: http:// introducing $.any-status(1)
17081:
17082: * operators.txt, src/include/pa_config_fixed.h,
17083: src/main/pa_common.C: http request now return status. and not
17084: fail on status!=200
17085:
17086: 2003-01-15 paf
17087:
17088: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17089:
17090: 2003-01-14 paf
17091:
17092: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17093: mkinstalldirs: removed some ancient files [they in / really]
17094:
17095: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17096: regretfully needed patch in two places. in config_fixed.h made
17097: stubs for lib to compile in MSVC
17098:
17099: 2003-01-13 paf
17100:
17101: * config.guess, config.sub, ltmain.sh: removed last piece of
17102: configure.in(libtool) hacks
17103:
1.116 moko 17104: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17105: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17106: ltdl.h: moved to latest libtool (1.4.3)
17107:
17108: 2003-01-10 paf
17109:
17110: * src/lib/ltdl/: configure, configure.in: PROG_NM
17111:
17112: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17113: patches. libxml2 >= 2.5.1
17114: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17115: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17116: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17117:
17118: * INSTALL: moved to latest versions of xml libs libxml2 >=
17119: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17120: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17121: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17122:
17123: 2003-01-09 paf
17124:
17125: * INSTALL: xml,xslt,gdome lib urls updated
17126:
17127: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17128: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17129: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17130: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17131: 1.7.2
1.95 moko 17132:
17133: * depcomp: moving to automake 1.7.2
17134:
17135: 2002-12-27 paf
17136:
17137: * src/include/pa_version.h: 0007
17138:
17139: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17140: outdated parts, made links to language docs
17141:
17142: * src/include/pa_config_auto.h.in: comment
17143:
17144: 2002-12-26 paf
17145:
17146: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17147: not contain trailing / fixed.
17148:
17149: * INSTALL: changing SAFE_MODE politics
17150:
17151: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17152:
17153: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17154:
17155: 2002-12-25 paf
17156:
17157: * src/main/pa_globals.C: optimized-xml
17158:
17159: * src/main/pa_globals.C: optimized-as-is
17160:
17161: 2002-12-24 paf
17162:
17163: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17164: fixed [were really called with zero size when .html?a=&b=]
17165:
17166: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17167: with --with-sendmail
17168:
17169: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17170: fixed]
17171:
17172: 2002-12-23 paf
17173:
17174: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17175: ignoring parameters & were storing only string with default
17176: expires
17177:
17178: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17179: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17180: December 23, 2002 4:22 AM Subject: bug â
17181: Charset::transcode_buf2xchar
17182:
17183: 2002-12-20 paf
17184:
17185: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17186: non-cgi [script] runs
17187:
17188: 2002-12-19 paf
17189:
17190: * INSTALL: --without-iconv recommended [it crashes on some systems
17191: [tested on elik]] moreover, it's not needed there [parser
17192: registers charsets itself]
17193:
17194: * INSTALL: --without-iconv recommended [it crashes on some systems
17195: [tested on elik]]
17196:
17197: * operators.txt, src/include/pa_globals.h,
17198: src/include/pa_request.h, src/main/pa_globals.C,
17199: src/main/pa_request.C: $response:download
17200:
17201: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17202: compiler [win32]].
17203:
17204: 2002-12-18 paf
17205:
17206: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17207:
17208: 2002-12-17 paf
17209:
17210: * src/targets/cgi/parser3.C: merged die&iis changes
17211:
17212: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17213: to exit(1) 2. more flexible iilegal call check
17214:
17215: 2002-12-16 paf
17216:
17217: * ltmain.sh: some automakes silly insist on having this handy
17218:
17219: * src/main/untaint.C: filespec russian small 'r' changed to latin
17220: 'p' bug fix
17221:
17222: 2002-12-15 paf
17223:
17224: * src/main/untaint.C: filespec russian small 'r' changed to latin
17225: 'p'
17226:
17227: * configure.in, src/include/pa_config_auto.h.in,
17228: src/main/compile.C, src/main/pa_common.C: merged small changes
17229: from branch 6 to HEAD
17230:
17231: * src/main/compile.C: removed warning
17232:
17233: * src/main/pa_common.C: ftruncate having checked
17234:
17235: * configure.in, src/include/pa_version.h: new version
17236:
17237: 2002-12-14 paf
17238:
17239: * src/classes/table.C: removed unnecessary code
17240:
17241: * src/sql/pa_sql_driver.h: exception type fixed
17242:
17243: 2002-12-09 paf
17244:
17245: * src/types/pa_vvoid.h: $void.store[now] error
17246:
17247: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17248:
17249: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17250: tries to write core dump
17251:
17252: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17253:
17254: * src/: classes/hash.C, classes/string.C, classes/table.C,
17255: classes/void.C, main/pa_sql_driver_manager.C,
17256: sql/pa_sql_driver.h: changed exception handling mech in sql
17257: handlers #2
17258:
17259: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17260: exception handling mech in sql handlers
17261:
17262: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17263: handlers
17264:
17265: * src/: classes/hash.C, classes/string.C, classes/table.C,
17266: classes/void.C, main/pa_sql_driver_manager.C,
17267: sql/pa_sql_driver.h: changed exception handling mech in sql
17268: handlers
17269:
1.116 moko 17270: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17271: to write makefile which used libtool to install things, which is
17272: not needed
1.95 moko 17273:
17274: 2002-12-06 paf
17275:
17276: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17277: $hash.fields -- pseudo field to make 'hash' more like 'table'
17278:
17279: 2002-12-05 paf
17280:
17281: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17282: cc/bcc OK now
17283:
17284: * src/main/untaint.C: mail header closed properly
17285:
17286: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17287: header ',' allowed. still bugs in smtp [only one receiptient
17288: works, cc, bcc ignored now, and MAILED ;)]
17289:
17290: [strncpy killed, memnchr used]
17291:
17292: * src/main/pa_table.C: table-copy now current=0
17293:
17294: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17295: lowlevel proc
17296:
17297: * src/targets/cgi/parser3.C: more checks on
17298: http://domain/parser.cgi start [maybe some getenv returns "",
17299: checked that now
17300:
17301: * src/targets/cgi/parser3.C: more checks on
17302: http://domain/parser.cgi start [maybe some getenv returns "",
17303: checked that now
17304:
17305: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17306: out-of-mem errors reached log]
17307:
17308: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17309: mail:send MIME-Version default
17310:
17311: * src/main/main.dsp: pa_version included into main.dsp
17312:
17313: 2002-12-04 paf
17314:
17315: * src/types/pa_vform.C: $form:field string value cut by premature 0
17316:
17317: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17318: lib/libltdl -> lib/ltdl Win32 changes. s
17319:
17320: * src/classes/classes.awk: more strict *.C$
17321:
17322: * gnu.dsp: restored
17323:
1.116 moko 17324: * configure.in, gnu.dsp, src/lib/Makefile.am,
17325: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17326: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17327: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17328: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17329: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17330: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17331: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17332: now created with /configure, not ltdl/configure, so it does have
17333: no problems with automake. ltdl/configure
17334: AC_OUTPUT(Makefile<<removed)
1.95 moko 17335:
17336: 2002-12-02 paf
17337:
17338: * operators.txt: removed outdated status:db
17339:
17340: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17341: src/main/pa_common.C, src/main/pa_request.C,
17342: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17343: tainted parts becomes http-header
17344:
17345: 2002-11-29 paf
17346:
17347: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17348: dates now objects of type date
17349:
17350: * src/classes/image.C: file.seek removed [it were used in image.C
17351: only, and for parser user this means that jpeg image has bad
17352: size in fragment's header] now used image.format
17353:
17354: * src/: include/pa_common.h, main/pa_common.C,
17355: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17356: now handled exactly like $response:header values. e.g. can be
17357: hash [can have subattributes] & contain date values.
17358:
17359: * src/main/pa_common.C: http:// param values lang forced URI
17360:
17361: * src/main/pa_common.C: http:// tainted partes now %xx
17362:
17363: 2002-11-28 paf
17364:
17365: * operators.txt: http.timeout
17366:
17367: * src/classes/image.C: ^image.length now counts interchar space.
17368: plus space after last char
17369:
17370: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17371:
17372: * src/classes/image.C: ^image.font width measurer now scans full
17373: height [were -1]
17374:
17375: * configure.in: stopped double libltdl/Makefile generation
17376:
17377: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17378: chars [one top horizontal line of 1pixel height were missing]
17379:
17380: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17381: 'false' to go into (Hash *) parameter
17382:
17383: 2002-11-27 paf
17384:
17385: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17386: types/pa_vmail.C: response:body[file] if file nows it's name now
17387: returns content-disposition: >>attachment<<
17388:
17389: * src/classes/image.C: ^image.font << bad font file-size now
17390: properly reported
17391:
17392: 2002-11-26 paf
17393:
17394: * src/main/pa_request.C: fixed lang in reponse header
17395:
17396: * src/main/pa_common.C: utf8 prefix ignored @read text
17397:
17398: * operators.txt, src/main/pa_common.C: http:// response status!=200
17399: made exception: http.status with source=bad status#
17400:
17401: 2002-11-25 paf
17402:
17403: * configure.in, src/classes/image.C,
17404: src/include/pa_config_auto.h.in,
17405: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17406: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17407: const void related probs fixed
1.95 moko 17408:
17409: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17410:
17411: $file[^file::load[http://there]] $file.SERVER
17412:
17413: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17414: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17415: http options [invalid onces now reported] made default
17416: user-agent: paf
17417:
17418: * operators.txt, src/classes/file.C, src/classes/table.C,
17419: src/classes/xdoc.C, src/include/pa_common.h,
17420: src/include/pa_globals.h, src/main/pa_common.C,
17421: src/main/pa_globals.C, src/main/pa_request.C,
17422: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17423: now understand http:// prefix and additional params, sample:
17424: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17425: $.USER-AGENT[parser3] ]]
17426:
17427: 2002-11-22 paf
17428:
17429: * src/classes/image.C, src/include/pa_globals.h,
17430: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17431: src/types/pa_vimage.h, operators.txt: $image.exif support
17432: $image.exif.DateTime & co
17433:
17434: 2002-11-21 paf
17435:
17436: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17437: _PASS_APPENDED)
17438:
17439: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17440: EXIF information [were big block and it's size were considered
17441: negative :(]
17442:
17443: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17444: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17445: internals rewritten. no there's reader.seek, and all's ready for
17446: EXIF extraction [now we fail to measure files with EXIF info]
17447:
17448: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17449: O_TRUNC truncates even exclusevely write-locked file [thanks to
17450: Igor Milyakov <virtan@rotabanner.com> for discovering]
17451:
17452: 2002-11-20 paf
17453:
17454: * src/targets/cgi/parser3.C: logging @signal += query_string
17455:
17456: * configure.in, src/include/pa_config_auto.h.in,
17457: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17458: comment
17459:
17460: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17461:
17462: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17463: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17464: currently processed document SIGPIPE >> interrupts request
17465: processing [exception = DB rollback]
17466:
17467: * src/main/pa_exec.C: comment
17468:
17469: * src/main/pa_exec.C: pa_exec: data written only if size>0
17470:
17471: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17472: << disable HTTP-POST repassing
17473:
17474: * src/: include/pa_config_fixed.h, main/pa_common.C,
17475: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17476: pipe read errors now checked
17477:
17478: 2002-11-19 paf
17479:
17480: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17481: CGI: Illegal call
17482:
17483: 2002-11-01 paf
17484:
17485: * src/main/execute.C: comment
17486:
17487: 2002-10-31 paf
17488:
17489: * src/main/execute.C: found out why, checked that for now. todo:
17490: find out a way for that user could do that
17491:
17492: * src/types/pa_vstateless_object.h: object put replaces static
17493: parent if any
17494:
17495: * src/types/pa_vobject.C: object put replaces static parent if any
17496:
17497: * src/: classes/form.C, classes/mail.C, classes/op.C,
17498: classes/xnode.h, main/compile.tab.C, main/execute.C,
17499: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17500: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17501: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17502: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17503: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17504: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17505: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17506: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17507: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17508: types/pa_vstateless_object.h, types/pa_vstatus.C,
17509: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17510: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17511: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17512: types/pa_wwrapper.h: static fix merged
17513:
17514: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17515: $virtual_fields in dynamic, but one can reach derived
17516: static[class] variable from base
17517:
17518: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17519: types/pa_vobject.C, types/pa_vobject.h,
17520: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17521: statics, left $virtual_fields in dynamic
17522:
17523: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17524: one can't remember derivates in base class: there's so many of
17525: them. also there can be no virtual method calls in static
17526: classes
17527:
17528: * src/: classes/form.C, classes/mail.C, classes/op.C,
17529: classes/xnode.h, main/execute.C, main/pa_request.C,
17530: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17531: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17532: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17533: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17534: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17535: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17536: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17537: types/pa_vresponse.C, types/pa_vresponse.h,
17538: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17539: types/pa_vstateless_object.h, types/pa_vstatus.C,
17540: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17541: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17542: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17543: types/pa_wwrapper.h: static call $self fixed
17544:
17545: * src/main/execute.C: comment
17546:
17547: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17548: ^process[$caller.self]{...} now compiles to last derived object
17549: part of that 'self'
17550:
17551: 2002-10-29 paf
17552:
17553: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17554: re-passing [iis to blame]
17555:
17556: * src/classes/string.C: changed string.save to pass current sql
17557: connection to cstr thus one can ^connect[some server]{
17558: $s[insert into table x (x) values (^taint[sql]{value})]
17559: ^s.save[some.sql] } and he'd get in some.sql file code with
17560: properly escaped. [tried in mssql->mysql export->import of
17561: binary data]
17562:
17563: 2002-10-25 paf
17564:
17565: * src/types/pa_vresponse.C: case insensitive response user fields
17566: get/put
17567:
17568: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17569: types/pa_vresponse.C: saving for maybe-future
17570:
17571: 2002-10-23 paf
17572:
17573: * operators.txt, src/classes/table.C: ^table.hash{code}...
17574: ^table.hash(expr)...
17575:
17576: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17577:
17578: 2002-10-22 paf
17579:
17580: * src/types/: pa_vform.C, pa_vform.h: removed needless
17581: VForm::Append...(...Value)
17582:
17583: * src/main/execute.C: $.name outside of $name[...] checked
17584:
17585: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17586: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17587:
17588: 2002-10-21 paf
17589:
17590: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17591: $form:qtail $form:imap.x/y
17592:
17593: * operators.txt, src/types/pa_vform.C: $form:nameless =
17594: "?value&...", "...&value&...", "...&value"
17595:
17596: * operators.txt, src/types/pa_vform.C: $form:image-map
17597:
17598: * operators.txt, src/classes/file.C: /some/page.html:
17599: ^file:fullpath[a.gif] => /some/a.gif
17600:
17601: 2002-10-17 paf
17602:
17603: * src/main/: compile.tab.C, compile.y: operators precedence changed
17604: a little: logical not and bitwise negation precedence made
17605: highest, << and >> bitshits precedence made equal [were << higher
17606: than >>]
17607:
17608: * src/classes/op.C: exception handling fixed [were bad with
17609: contexts]
17610:
17611: 2002-10-16 paf
17612:
17613: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17614: main/pa_request.C: Request::self considered equal to
17615: VMethodFrame::self, and removed, Request::get_self() mapped to
17616: VMethodFrame.self()
17617:
17618: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17619: $hash in open field now gives old good error meesage
17620:
17621: 2002-10-15 paf
17622:
17623: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17624: use ^if($junction is junction){was and now true}
17625:
17626: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17627: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17628: types/pa_vxnode.C: xml->parser strings now have origin, which
17629: points to place where value left xml library and came to parser:
17630: place of dom field extraction/call
17631:
17632: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17633: main/compile.tab.C, main/compile.y, main/execute.C,
17634: types/pa_vmethod_frame.h: removed last pieces of old code
17635: allowing $junction.xxx at compile time
17636:
17637: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17638: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17639: objects also considered [were only classes]
17640:
17641: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17642: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17643: with CLASS self. [ (request&method_frame).self temporarily
17644: changed ]
17645:
17646: * src/classes/: hash.C, op.C: method_frame now always changed, with
17647: no exception to native calls. for&foreach changed to use
17648: method_frame.caller for their var's name context
17649:
17650: * src/: main/execute.C, targets/cgi/parser3.C,
17651: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17652: compiling to system classes disabled
17653:
17654: * operators.txt, src/classes/op.C:
17655: ^process[$caller.CLASS]{code-string} added
17656:
17657: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17658: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17659: src/types/Makefile.am, src/types/pa_vjunction.C,
17660: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17661: src/types/types.dsp: removed $junction.get $junction.set[]
17662: introducing $caller
17663:
17664: * src/types/pa_value.h: removed outdated comments. doxygen would
17665: find them lower by inheritance tree
17666:
17667: * src/types/pa_vjunction.C: ident
17668:
17669: 2002-10-14 paf
17670:
17671: * src/classes/op.C: process compiles to code's class class
17672:
17673: * src/: classes/form.C, classes/mail.C, classes/op.C,
17674: include/pa_request.h, main/compile.C, main/compile.tab.C,
17675: main/compile.y, main/execute.C, main/pa_request.C,
17676: types/pa_vstateless_class.h: operators now main-class-methods
17677:
17678: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17679: better stack trace [has "call" & co there]
17680:
17681: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17682: operators @auto now executed in MAIN context
17683:
17684: * src/main/execute.C: operator execution context now = MAIN, not
17685: closest stack frame
17686:
17687: @touchit[] $i[after]
17688:
17689: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17690: were 'after'
17691:
17692: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17693: 'after'
17694:
17695: * src/main/execute.C: comment
17696:
17697: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17698: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17699: action]
17700:
17701: * src/types/pa_vxnode.C: misreplace fixed
17702:
17703: * configure, configure.in, src/include/pa_config_auto.h.in,
17704: src/types/pa_vstatus.C, operators.txt:
17705: $status:rusage.tv_secs/usecs introduced
17706:
17707: 2002-10-09 paf
17708:
17709: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17710: on empty string [or uses (default)]
17711:
17712: 2002-10-08 paf
17713:
17714: * src/main/untaint.C: mail header quoted printable changed after
17715: RFC reread
17716:
17717: * operators.txt: plan on ^if(method
17718:
17719: * src/types/pa_vxnode.C: misreplace
17720:
17721: 2002-09-24 paf
17722:
1.116 moko 17723: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17724:
17725: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17726: mailreceive would compile on freebsd now
17727:
17728: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17729: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17730: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17731: mailreceive would compile on freebsd now
1.95 moko 17732:
17733: * src/: classes/file.C, main/untaint.C: 1. file spec language
17734: changed: now there are only few chars are untainted: * ? ' " < >
17735: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17736: one should use ^untaint[uri]{...} now]
17737:
17738: 2. $list[^file:list[dir]] now returns simply tainted names in
17739: $list.name, not tainted as filespec
17740:
17741: @russianindex[] #dir with files with russian-lang names
17742: $where[dir]
17743:
17744: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17745: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17746:
17747: 2002-09-23 paf
17748:
17749: * src/types/pa_vdouble.h: double->int round added
17750:
17751: * src/classes/date.C: date bug fix, now
17752: round(floatDays*secondsPerDay)
17753:
17754: * src/classes/date.C: date bug fix, now
17755: round(floatDays*secondsPerDay)
17756:
17757: 2002-09-20 paf
17758:
17759: * src/main/execute.C: code junction calls disabled [before: code
17760: was compiled in such a way, that there were no code-junctions in
17761: OP_CALL]
17762:
17763: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17764:
17765: @badjunctioncallinside[code] ^code[]
17766:
17767: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17768: expanding to include ^junction.method
17769:
17770: * src/main/pa_common.C: -d "DIR/" now true
17771:
17772: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17773: as internal xdoc encoding, and after decoding attributes set by
17774: dom functions now encoded OK, not as digital entities
17775:
17776: * src/classes/xdoc.C: empty transform result, being taken as file
17777: now returns empty file, not raises stupid error about "stat-ed
17778: file"
17779:
17780: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17781: allowed
17782:
17783: * src/types/types.dsp: introducing $junction.get/put(1) one can
17784: write iterators now:
17785:
17786: ^user-foreach[key;value]{$key=$value<br>}
17787:
17788: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17789: $code.value($i*2) $code }
17790:
17791: * src/main/compile_tools.h: mistype
17792:
1.116 moko 17793: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17794: thus taking linking options configure changes into account [were:
17795: ignoring]
1.95 moko 17796:
17797: * src/types/: pa_vjunction.C, Makefile.am: introducing
17798: $junction.get/put(1) one can write iterators now:
17799:
17800: ^user-foreach[key;value]{$key=$value<br>}
17801:
17802: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17803: $code.value($i*2) $code }
17804:
17805: * src/: include/pa_opcode.h, include/pa_request.h,
17806: main/compile.tab.C, main/compile.y, main/execute.C,
17807: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17808: introducing $junction.get/put(1) one can write iterators now:
17809:
17810: ^user-foreach[key;value]{$key=$value<br>}
17811:
17812: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17813: $code.value($i*2) $code }
17814:
17815: 2002-09-19 paf
17816:
1.116 moko 17817: * Makefile.am: new: make commit
1.95 moko 17818:
17819: * aclocal.m4: forced to be older
17820:
17821: 2002-09-18 paf
17822:
17823: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17824: src/main/compile.y, src/main/execute.C: << >> int shifts
17825:
17826: * src/: include/pa_common.h, include/pa_request.h,
17827: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17828: - now this - fatal error
17829:
17830: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17831: that one can pass binary data there
17832:
17833: * src/: classes/date.C, classes/double.C, classes/file.C,
17834: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17835: classes/op.C, classes/response.C, classes/string.C,
17836: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17837: include/pa_request.h: pa_request contexts made privated, plus
17838: get_{self/method_frame} to read. Request_context_saver used in
17839: ^try to save flang too. [were not saved]
17840:
17841: * src/types/pa_vresponse.C: header value chains joined before
17842: output, this should help $.subject[$var $var] from being
17843: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17844:
17845: 2002-09-17 paf
17846:
17847: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17848: removed changes, operators executed with calling self. lots of
17849: code with ^include code relies on defined/defining self variables
17850:
17851: $a[1] ^include[print_a.p] print_a.p: $a
17852:
17853: ^include[set_a.p] a=$a set_a.p: $a[1]
17854:
17855: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17856: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17857: types/pa_vstateless_class.h: operators now executed with MAIN
17858: self. it's for ^include sake, too strong a change
17859:
17860: * src/classes/op.C: made place for ^process to compile it's code to
17861: in case of no self
17862:
17863: * src/main/execute.C: found ancient param to Junction, removed.
17864: allowed passing self to native_code_operators [for ^process to
17865: work, she needs self]
17866:
17867: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17868: types/pa_vstateless_class.h: found ancient param to Junction,
17869: removed. allowed passing self to native_code_operators [for
17870: ^process to work, she needs self]
17871:
17872: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17873: types/pa_value.h, types/pa_vmethod_frame.h,
17874: types/pa_vstateless_class.h: allowed Request.self to be 0,
17875: checked that in VMethodFrame get/put and $self.
17876:
17877: * src/classes/: table.C, xdoc.C: table::sql options table::create
17878: copy options options checked, wrong option now fatal error
17879:
17880: * src/main/pa_string.C: string.replace fixed [were missing words on
17881: pieces boundaries]
17882:
1.150 moko 17883: * configure, configure.in: .so now detected [can be .sl on hpux,
17884: .dll on cygwin, .so in other cases)
1.95 moko 17885:
17886: * configure, configure.in: .so now detected [can be .sl on hpux,
17887: .dll on cygwin, .so in other cases)
17888:
17889: * operators.txt, src/classes/hash.C, src/classes/table.C,
17890: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17891: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17892: record taken [were last]
17893:
17894: * src/: classes/hash.C, classes/table.C,
17895: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17896: now errors
17897:
17898: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17899:
17900: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17901: ,2,3]
17902:
17903: 2002-09-16 paf
17904:
17905: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17906: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17907: stdout to be binary. now detected closest header break.
17908:
17909: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17910: closed right
17911:
17912: 2002-09-13 paf
17913:
17914: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17915: src/main/compile_tools.h: (expression #comment)
17916:
17917: (multiline expression #comment line2 #comment )
17918:
17919: (expression #comment with (brackets) comment) << OK
17920:
17921: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17922: bitwise !|| numerical xor now [preparing for expression
17923: #comments]
17924:
17925: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17926: error
17927:
17928: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17929: cheched in pa_socks.C
17930:
1.116 moko 17931: * configure, configure.in, src/include/pa_config_auto.h.in:
17932: HAVE_WINSOCK_H created in configure.in
1.95 moko 17933:
17934: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17935: cookie date now clean [were mistakenly tainted & that worked bad
17936: with opera -- 'happily' that worked OK with msie]
17937:
17938: 2002-09-12 paf
17939:
17940: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17941: VClass get_element now first looks to fields, next to methods &
17942: co todo: the rest reason: more speed
17943:
17944: * src/main/untaint.C: quoted printable encoding stops before
17945: \s*<...>$
17946:
17947: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17948: stops before <...>$
17949:
17950: 2002-09-11 paf
17951:
17952: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17953: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17954: forgot to check users of those funcs. not all were using that
17955: return value convention
17956:
17957: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17958: windows-1254 added
17959:
17960: 2002-09-10 paf
17961:
17962: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17963: VCodeFrame parent param were specified badly
17964:
17965: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17966: WWrapper which used in constructing objects(second param to sql
17967: method) ^...sql{}[$.default{code}] now has parent, wich helps
17968: code in hash to survivi
17969:
17970: * src/: include/pa_request.h, main/execute.C: removed redundant
17971: param to execute [stack said 'thanks']
17972:
17973: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17974: types/pa_value.h, types/pa_vcode_frame.h,
17975: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17976: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17977: responsibility to wcontext
17978:
17979: * src/classes/file.C: decided not to log exec's with stderr, that
17980: could be warnings, and it's up to scritper to log/show them
17981:
17982: * src/: classes/double.C, main/execute.C: double:sql badly called
17983: write_assign_lang, not write_no_lang, thus doing unnecessary
17984: double/string converstion, which were loosing time&precesion
17985:
17986: * src/: main/pa_charset.C, types/pa_vmail.C:
17987: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17988: case of unfinished in buffer processing, causing accidental
17989: transcode stop [in case that source enc != utf-8 & there is
17990: incomplete utf-8 sequence at the end of 16000block iside of
17991: libxml lib] tfm readed & code updated
17992:
17993: 2002-09-04 paf
17994:
17995: * configure: makes with sjlj
17996:
17997: * INSTALL, src/include/pa_config_fixed.h,
17998: src/include/pa_sql_connection.h,
17999: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18000: checked. on win32 it made default
18001:
18002: * src/include/pa_config_auto.h.in: sjlj define
18003:
18004: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18005: can not work with longjump/throw pair, and one must switch that
18006: on there. todo: detect that automatically]
18007:
18008: * src/types/pa_vxnode.C: removed too strong checks of
18009: xnode.elements. now, for instance, if element does not have any
18010: attributes, $xnode.attributes is void, not error
18011:
18012: 2002-09-02 paf
18013:
18014: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18015: removed double_result, didn't help
18016:
18017: * src/main/execute.C: double_result made to move that var away from
18018: hungry g++ optimizer (-O2), before: it were optimized and
18019: comparison operators worked badly
18020:
18021: * src/types/pa_vdate.h: removed debug
18022:
1.116 moko 18023: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18024:
18025: * src/main/execute.C: fixed numeric < & co so that thay now use
18026: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18027: unknown reason.
18028:
18029: 2002-08-29 paf
18030:
18031: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18032: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18033: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18034: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18035: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18036: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18037: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18038: [called less frequent, allowed to remove ugly
18039: Junction.change_context-s from many places, switch,
18040: mail:send..html{}, ..] request.root renamed to method_frame [more
18041: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18042: [speed up]
18043:
18044: 2002-08-28 paf
18045:
18046: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18047: tainted
18048:
18049: * src/types/pa_vcookie.C: fixed cookie delete when
18050: $cookie:name[$.value[]]
18051:
18052: * operators.txt, src/classes/string.C:
18053: ^string.split[delim[;options]]
18054:
18055: 2002-08-27 paf
18056:
1.116 moko 18057: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18058:
18059: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18060: delimiter
18061:
18062: * INSTALL: recommended latest gmime 1.0.5
18063:
18064: 2002-08-26 paf
18065:
18066: * configure, configure.in: apache13/hook added to make dist.
18067:
18068: 2002-08-23 paf
18069:
18070: * src/: include/pa_common.h, main/pa_common.C,
18071: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18072: beside binary [cgi, isapi] not accessible [due to bad rights or
18073: whatever] it's error now
18074:
18075: 2002-08-21 paf
18076:
1.116 moko 18077: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18078:
18079: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18080: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18081: class". compiled as if here they named base class
18082:
18083: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18084: cloning constructor]
18085:
18086: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18087:
1.150 moko 18088: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18089: $mail.received.file.value.content-type fixed
18090:
18091: 2002-08-20 paf
18092:
18093: * src/classes/file.C: fixed language of file:file result
18094:
18095: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18096: from 3.0.0005
18097:
18098: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18099:
18100: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18101: 3.0.0005
18102:
18103: * src/classes/void.C, operators.txt: ^void.length[] = 0
18104:
18105: 2002-08-19 paf
18106:
18107: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18108: work now
18109:
18110: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18111: error in xnode, which were not catched in xdoc]
18112:
18113: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18114: prepared: // validate each document after load/create (?)
18115: //xmlDoValidityCheckingDefaultValue = 1;
18116:
18117: 2002-08-15 paf
18118:
18119: * src/classes/classes.h: write to static var caused useless
18120: Exception, introduced Methoded::put_element wich consumes those
18121:
18122: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18123: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18124: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18125: $response:field[date] $response:field[$.xxx[date]]
18126:
18127: * src/: classes/hash.C, classes/string.C, classes/table.C,
18128: classes/void.C, include/pa_sql_connection.h: fixed source of
18129: ^hash::sql{bad}
18130:
18131: * operators.txt: $request:body unprecessed POST request body
18132:
18133: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18134:
18135: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18136: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18137:
18138: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18139: src/include/pa_request.h, src/main/pa_pool.C,
18140: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18141: $request:body r.post_data now const
18142:
18143: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18144: classes/xnode.C, main/execute.C, types/pa_value.h,
18145: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18146: types/pa_vtable.h: instead of type() checking everywhere used
18147: Value.as now user descendants can be used in params.
18148:
18149: VObject::as_*, is_defined now taken from bases. xtable(table)
18150: ^if($xtable) now OK
18151:
18152: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18153: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18154: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18155:
18156: 2002-08-14 paf
18157:
18158: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18159: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18160: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18161: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18162: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18163: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18164: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18165: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18166: types/pa_vresponse.C, types/pa_vresponse.h,
18167: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18168: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18169: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18170: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18171: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18172: & VClass
18173:
18174: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18175:
18176: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18177: removed fixopt stupidity. on stupid linux use cd /document/root
18178: ../cgi/parser3 script
18179:
18180: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18181: params, splitting them by space, excluding argv[0], argv[argc-1]
18182:
18183: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18184: fixopt.h: fixopt now preprocesses command line params, splitting
18185: them by space, excluding argv[0], argv[argc-1]
18186:
18187: * src/targets/cgi/parser3.C: -f config file
18188:
18189: * src/targets/cgi/parser3.C: fixed .log file dir
18190:
18191: 2002-08-13 paf
18192:
18193: * src/types/pa_vobject.C: allow override parent variables, useful
18194: for form descendants [in vobject too, were in vclass]
18195:
18196: * src/types/pa_vclass.C: allow override parent variables, useful
18197: for form descendants
18198:
18199: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18200: overwritten in derived(table)
18201:
18202: * src/: classes/form.C, classes/mail.C, classes/op.C,
18203: classes/xnode.h, include/pa_request.h, main/execute.C,
18204: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18205: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18206: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18207: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18208: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18209: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18210: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18211: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18212: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18213: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18214: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18215: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18216: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18217: Value::get_element(..., bool looking_down) [needed to exclude
18218: endless recoursion]
18219:
18220: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18221: fix bug with put endless recoursion todo: check 'as'
18222:
18223: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18224: reorganized modules todo: fix bug with put endless recoursion
18225: todo: check 'as'
18226:
18227: * src/types/pa_vobject.h: checked: table fields can be overwritten
18228: in derived(table)
18229:
18230: * src/types/pa_vobject.h: derived classes can have fields of their
18231: own now
18232:
18233: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18234: fixed error message on using non-created table
18235:
18236: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18237: classes/op.C, classes/xnode.h, include/pa_request.h,
18238: main/compile.C, main/compile.tab.C, main/execute.C,
18239: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18240: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18241: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18242: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18243: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18244: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18245: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18246: types/pa_vresponse.C, types/pa_vresponse.h,
18247: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18248: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18249: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18250: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18251: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18252: looking down/up tree todo: fix error message on non-constructed
18253: parents
18254:
18255: 2002-08-12 paf
18256:
18257: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18258: derived OK
18259:
18260: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18261: thorough testing
18262:
18263: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18264: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18265: types/pa_vobject.h, types/pa_vstateless_class.h,
18266: types/pa_vstateless_object.h, types/pa_wcontext.h,
18267: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18268: ^base:create[] dynamic call rewritten todo: thorough testing
18269:
18270: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18271: now instantates base class, remembers it and saves child in
18272: parent VObject.get_class now returns last child = downward
18273: virtual calls OK
18274:
18275: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18276: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18277: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18278: types/pa_vobject.h, types/pa_vresponse.h,
18279: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18280: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18281: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18282: VAliased [redundant], moved $CLASS to VObject only [parser class
18283: instance]
18284:
18285: * src/main/pa_request.C: $response:body[file] content-type check
18286: fixed [were bad when content-type is hash]
18287:
18288: 2002-08-09 paf
18289:
18290: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18291: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18292:
18293: 2002-08-08 paf
18294:
18295: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18296: src/main/pa_globals.C: year column in month calendar [week year]
18297:
18298: * src/main/execute.C: error reporting on object writes to MAIN
18299: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18300:
18301: * operators.txt, src/types/pa_vdate.h: $date.yearday
18302: $date.daylightsaving
18303:
18304: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18305: use tainted data now. only she must specify the language.
18306:
18307: ^mail:send[ $.from[paf@mail.design.ru]
18308: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18309: $.text[^taint[uri][ìîñêâà]=] ]
18310:
18311: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18312: now prints more precise origin
18313:
18314: * src/include/pa_string.h: String::first_char now not fails on
18315: empty strings ^if(-f '') now ok and in 3 other places.
18316:
18317: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18318: String::first_char now not fails on empty strings ^if(-f '') now
18319: ok and in 3 other places.
18320:
18321: 2002-08-07 paf
18322:
18323: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18324: fixed
18325:
18326: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18327:
18328: * src/: main/execute.C, types/pa_vcode_frame.h,
18329: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18330: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18331: mistakenly not completely transparent to object writes.
18332: $hash[^if(1){$hash}] now works
18333:
18334: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18335: now erasing cache file [there were bad check on that]
18336:
18337: * src/: classes/classes.dsp, classes/table.C,
18338: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18339: all Debug dirs in .dsp now named 'Debug'
18340:
1.116 moko 18341: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18342:
18343: * operators.txt, src/classes/mail.C: exception_type email.send
18344:
18345: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18346:
18347: * src/types/pa_vmail.C: mail:send empty email checked
18348:
18349: 2002-08-06 paf
18350:
18351: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18352: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18353: ^table::create[$source;$.options] ^table::join[$source;$.options]
18354:
18355: * operators.txt, src/classes/hash.C, src/classes/string.C,
18356: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18357: # $.default() }
18358:
18359: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18360:
18361: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18362: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18363: $file.content-type [instead of .mime-type] now works for
18364: file::stat also
18365:
18366: * src/main/pa_request.C: case insensitive mime_type_of
18367:
18368: 2002-08-05 paf
18369:
18370: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18371:
18372: * src/types/pa_vmail.C: file buffer relocated to parser heap
18373:
18374: * operators.txt: comment on date:calendar week column
18375:
18376: * src/main/pa_common.C: write checked
18377:
18378: * src/main/: pa_common.C: write checked
18379:
18380: * src/classes/date.C: +1 buf size for stupid snprintfs
18381:
18382: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18383: month calendar week column [ISO 8601 Week Numbers]
18384:
18385: 2002-08-02 paf
18386:
18387: * src/: include/pa_config_fixed.h, main/pa_string.C,
18388: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18389: DEBUG*
18390:
18391: * configure, configure.in, src/include/pa_version.h: release
18392: 3_0_0005
18393:
18394: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18395: multipart post fixed
18396:
18397: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18398: response transcoded source->client only when text/* or simple
18399: onoverridden $response:body
18400:
18401: 2002-08-01 paf
18402:
18403: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18404: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18405: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18406: classes/op.C, classes/response.C, classes/string.C,
18407: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18408: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18409: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18410: include/pa_config_fixed.h, include/pa_dictionary.h,
18411: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18412: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18413: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18414: include/pa_socks.h, include/pa_sql_connection.h,
18415: include/pa_sql_driver_manager.h, include/pa_stack.h,
18416: include/pa_string.h, include/pa_stylesheet_connection.h,
18417: include/pa_stylesheet_manager.h, include/pa_table.h,
18418: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18419: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18420: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18421: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18422: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18423: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18424: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18425: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18426: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18427: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18428: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18429: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18430: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18431: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18432: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18433: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18434: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18435: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18436: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18437: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18438: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18439: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18440: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18441: types/pa_vmethod_frame.h, types/pa_vobject.h,
18442: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18443: types/pa_vresponse.h, types/pa_vstateless_class.C,
18444: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18445: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18446: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18447: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18448: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18449: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18450:
18451: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18452: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18453: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18454: classes/math.C, classes/op.C, classes/response.C,
18455: classes/string.C, classes/table.C, classes/void.C,
18456: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18457: include/pa_array.h, include/pa_cache_managers.h,
18458: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18459: include/pa_config_fixed.h, include/pa_config_includes.h,
18460: include/pa_dictionary.h, include/pa_dir.h,
18461: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18462: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18463: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18464: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18465: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18466: include/pa_stack.h, include/pa_string.h,
18467: include/pa_stylesheet_connection.h,
18468: include/pa_stylesheet_manager.h, include/pa_table.h,
18469: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18470: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18471: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18472: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18473: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18474: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18475: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18476: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18477: main/pa_sql_driver_manager.C, main/pa_string.C,
18478: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18479: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18480: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18481: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18482: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18483: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18484: targets/isapi/pool_storage.h, types/pa_valiased.C,
18485: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18486: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18487: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18488: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18489: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18490: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18491: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18492: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18493: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18494: types/pa_vresponse.C, types/pa_vresponse.h,
18495: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18496: types/pa_vstateless_object.h, types/pa_vstatus.C,
18497: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18498: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18499: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18500: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18501: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18502: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18503: types/Makefile.am: ident.C* removed
18504:
18505: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18506: file:find[/can/do/this/now.txt]
18507:
18508: * src/targets/cgi/parser3.C: usage to stdout now
18509:
18510: 2002-07-31 paf
18511:
18512: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18513:
18514: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18515: default "postmaster"
18516:
18517: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18518: -f postmaster now default sendmail key word "postmaster"
18519: replaced to $.from
18520:
18521: 2002-07-30 paf
18522:
1.116 moko 18523: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18524: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18525:
18526: * src/main/pa_charset.C: comment
18527:
18528: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18529: table, &#decimal;
18530:
18531: * src/main/pa_request.C: comment
18532:
18533: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18534: paragraf]
18535:
18536: 2002-07-11 paf
18537:
18538: * src/main/pa_exec.C: build command line badly added params twice
18539: [and first time without ' ']. double wrong. fixed.
18540:
18541: * src/main/pa_exec.C: invalid .exe caused error message with params
18542: wich parser did not provide = reported badly. fixed that.
18543:
18544: * src/classes/mail.C: $MAIL[ # xxx ]
18545:
18546: now ok
18547:
18548: * operators.txt: plan: sql detailed exception
18549:
18550: 2002-07-01 paf
18551:
18552: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18553: [MForm.configure_admin were called when request.main_class ==0
18554:
18555: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18556:
18557: * src/classes/form.C: content_length type fix
18558:
18559: 2002-06-30 paf
18560:
18561: * src/classes/mail.C: merged from 4
18562:
18563: * src/classes/mail.C: restored $MAIL
18564:
18565: 2002-06-28 paf
18566:
18567: * configure, configure.in: removed paths.h
18568:
1.116 moko 18569: * configure, src/include/pa_version.h,
1.95 moko 18570: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18571: merged, makes updated
18572:
18573: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18574: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18575: src/include/pa_pool.h, src/include/pa_version.h,
18576: src/main/pa_charset.C, src/main/pa_pool.C,
18577: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18578: src/types/pa_vmail.C: merged latest updates to head
18579:
18580: 2002-06-27 paf
18581:
18582: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18583: not error now
18584:
18585: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18586: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18587: src/main/pa_charset.C, src/main/pa_pool.C:
18588: ^xdoc::create[[uri]]... base uri for document being created,
18589: imports and other relative file names would be relative to this
18590: uri default uri=path_translated
18591:
18592: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18593:
18594: 2002-06-26 paf
18595:
18596: * configure, configure.in, src/include/pa_version.h:
18597: release_3_0_0004
18598:
18599: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18600: 0 now
18601:
18602: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18603:
18604: 2002-06-25 paf
18605:
18606: * src/main/pa_string.C: emtpy string, or string of whitespaces
18607: considered bad number now
18608:
18609: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18610: now
18611:
18612: * operators.txt, src/classes/string.C: ^string.normalize [old
18613: name: optimize
18614:
18615: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18616: library configured
18617:
18618: * src/main/pa_request.C: configure_admin forced if no @conf
18619:
1.150 moko 18620: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18621: ^math:crypt updated to generate random salt when needed and to
18622: call system crypt() if not $apr1$ prefix
1.95 moko 18623:
18624: 2002-06-24 paf
18625:
18626: * INSTALL: --with-static/shared-mailreceive described
18627:
18628: * src/include/pa_config_fixed.h: ssize_t fixed
18629:
1.116 moko 18630: * configure, configure.in, src/include/pa_config_auto.h.in,
18631: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18632: src/types/pa_vmail.C: $mail:received makes update
18633:
18634: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18635: WITH_MAILRECEIVE
18636:
18637: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18638:
18639: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18640: option, for $mail:receive
18641:
18642: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18643: introducting $message:received ^mail:send rewritten with backward
18644: comp
18645:
18646: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18647: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18648: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18649: now
18650:
18651: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18652: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18653: src/include/pa_request.h, src/include/pa_string.h,
18654: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18655: src/main/pa_globals.C, src/main/pa_request.C,
18656: src/main/pa_string.C, src/main/pa_uue.C,
18657: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18658: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18659: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18660: uue to separate file introducting $message:received ^mail:send
18661: rewritten with backward comp
18662:
18663: 2002-06-21 paf
18664:
1.116 moko 18665: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18666: co changes
1.95 moko 18667:
1.116 moko 18668: * configure, configure.in, src/lib/md5/Makefile.am,
18669: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18670: restructure .in and .am files appropriate changes
1.95 moko 18671:
18672: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18673: pcre to libs/ added libs/md5 which is linked to non-apache
18674: targets ^math:crypt[password;$apr1$salt]
18675:
18676: * INSTALL, configure.in, operators.txt, parser3.dsw,
18677: src/Makefile.am, src/classes/Makefile.am,
18678: src/classes/classes.dsp, src/classes/math.C,
18679: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18680: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18681: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18682: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18683: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18684: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18685: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18686: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18687: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18688: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18689: src/lib/pcre/pcre_parser_ctype.dsp,
18690: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18691: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18692: src/main/compile.tab.C, src/main/main.dsp,
18693: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18694: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18695: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18696: to libs/ added libs/md5 which is linked to non-apache targets
18697: ^math:crypt[password;$apr1$salt]
18698:
18699: 2002-06-20 paf
18700:
1.150 moko 18701: * INSTALL, configure, configure.in, operators.txt,
18702: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18703: src/include/pa_globals.h, src/include/pa_request.h,
18704: src/main/execute.C, src/main/pa_request.C,
18705: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18706: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18707: file:justname&co & @auto/conf[filespec
1.95 moko 18708:
18709: * operators.txt, src/classes/file.C:
18710: !^file:dirname[/a/some.tar.gz]=/a
18711: !^file:dirname[/a/b/]=/a
18712: !^file:basename[/a/some.tar.gz]=some.tar.gz
18713: !^file:justname[/a/some.tar.gz]=some.tar
18714: !^file:justext[/a/some.tar.gz]=gz
18715:
18716: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18717: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18718: @conf/auto[filespec]
18719:
1.116 moko 18720: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18721:
1.150 moko 18722: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18723: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18724: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18725:
18726: 2002-06-18 paf
18727:
18728: * configure, configure.in, src/include/pa_version.h: version to
18729: configure.in
18730:
18731: * INSTALL: reflected .conf.dist dir change
18732:
1.150 moko 18733: * Makefile.am, configure, configure.in,
1.116 moko 18734: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18735: .in & *.am updated
18736:
18737: * src/classes/file.C: strncasecmp
18738:
18739: * src/classes/file.C: strcasecmp
18740:
1.150 moko 18741: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18742:
18743: * src/classes/file.C: ^file::exec[script;$.bad error case
18744: insensitive check now
18745:
18746: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18747:
18748: * configure, configure.in, src/include/pa_pool.h,
18749: src/include/pa_types.h: pack configure.in detection simplified.
18750: figured out that gcc on sparc not that stupid as thought
18751: previously: on sparc: when it sees packed class it modifies it's
18752: field-access-code to byte operations [stb, ldub] instead of 4byte
18753: operations [st, lduh] so packed must be all parts of packed
18754: class, i.e. it's parents&fields(classes). for now it's only
18755: String that packed and what was wrong is that it's parent -
18756: Pooled, were not packed. fixed that.
18757:
18758: 2002-06-14 paf
18759:
18760: * operators.txt: more precise xml-to-text options
18761:
18762: * operators.txt, src/types/pa_vxnode.C: xnode
18763: attribute_node.name/value xnode pi.node.data
18764:
18765: 2002-06-12 paf
18766:
1.116 moko 18767: * configure, configure.in, src/targets/cgi/Makefile.am,
18768: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18769:
18770: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18771: src/include/pa_globals.h, src/include/pa_request.h,
18772: src/main/compile.tab.C, src/main/pa_globals.C,
18773: src/main/pa_request.C, src/targets/cgi/parser3.C,
18774: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18775:
18776: * src/classes/mail.C: sendmail -ti [default now]
18777:
18778: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18779: to be strings. for convinient #ing
18780:
18781: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18782: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18783:
18784: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18785: main/pa_globals.C, main/pa_request.C: @conf
18786:
18787: 2002-06-11 paf
18788:
18789: * src/classes/file.C: check simplified
18790:
18791: * src/: classes/file.C, targets/cgi/parser3.dsp,
18792: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18793: valid prefix
18794:
18795: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18796: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18797: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18798:
18799: 2002-06-10 paf
18800:
18801: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18802: src/main/pa_common.C: lock failures reported now
18803:
18804: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18805: string->double @ compile time were not-enough-checking...
18806:
18807: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18808: autoconvert now ignored
18809:
18810: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18811: check
18812:
18813: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18814: $response:body content-type:name
18815:
18816: * configure, configure.in: hpux check, nsl link, no socket
18817:
18818: * operators.txt: old merge conflict removed
18819:
18820: * configure, configure.in: pack even address access on sparc&co
18821: arch checked in configure
18822:
18823: * configure, src/include/pa_version.h: makes
18824:
18825: * configure, configure.in, src/include/pa_version.h: makes
18826:
18827: * src/main/untaint.C: (bug#2) mail subject got always prepended
18828: with charset even when all letters were 7bit one
18829:
18830: * src/main/pa_common.C: merged fixed -d (bug)
18831:
18832: * src/main/pa_common.C: fixed -d (bug)
18833:
18834: 2002-06-03 paf
18835:
18836: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18837: src/classes/classes.dsp, src/main/compile.tab.C,
18838: src/main/main.dsp, src/main/pa_globals.C,
18839: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18840: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18841: .dsp-s along with reorganized cvs modules dirs structure
18842:
18843: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18844: main/pa_globals.C, targets/cgi/parser3.dsp,
18845: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18846: modules
18847:
18848: 2002-05-28 paf
18849:
18850: * src/targets/cgi/parser3.C: info.uri now ""
18851:
18852: 2002-05-17 paf
18853:
18854: * src/classes/: table.C: ^table.save << checked empty
18855: pre/match/post columns
18856:
18857: 2002-05-16 paf
18858:
18859: * src/classes/image.C: image::measure can png now
18860:
18861: 2002-05-15 paf
18862:
18863: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18864: added
18865:
18866: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18867:
18868: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18869: %H[:%M[:%S]]]]]] [-%m now
18870:
18871: 2002-05-14 paf
18872:
18873: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18874:
18875: 2002-05-07 paf
18876:
18877: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18878: src/include/pa_globals.h, src/include/pa_request.h,
18879: src/include/pa_table.h, src/main/compile.tab.C,
18880: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18881: src/main/pa_request.C, src/main/pa_table.C,
18882: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18883: src/targets/isapi/parser3isapi.dsp,
18884: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18885: name2number field now &. main_method_name now on Request pool
18886: rather on global_pool [Junction+VJunction created on same pool as
18887: name = were created on global pool, causing mem leaks]
18888:
18889: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18890: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18891: main/compile.y, main/main.dsp, main/pa_globals.C,
18892: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18893: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18894: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18895: field now &. main_method_name now on Request pool rather on
18896: global_pool [Junction+VJunction created on same pool as name =
18897: were created on global pool, causing mem leaks]
18898:
18899: 2002-05-06 paf
18900:
18901: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18902: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18903: 100*40 bytes per request memory leak [nonpool malloc in globals]
18904:
18905: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18906: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18907: 100*40 bytes per request memory leak [nonpool malloc in globals]
18908:
18909: 2002-04-30 paf
18910:
18911: * configure, src/include/pa_version.h: version now not b
18912:
18913: * src/targets/cgi/parser3.C: request.uri now never 0
18914:
18915: 2002-04-29 paf
18916:
18917: * configure.in: removed b
18918:
18919: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18920: Exception::comment/type checked in (), no there's no empty
18921: type/comment by default
18922:
18923: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18924: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18925: src/doc/value.dox, src/include/pa_exception.h,
18926: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18927: 0001
18928:
18929: 2002-04-26 paf
18930:
18931: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18932: size reduced
18933:
18934: 2002-04-25 paf
18935:
18936: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18937: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18938: now that took into account
18939:
18940: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18941: 01:03:04]
18942:
18943: * ChangeLog, operators.txt, src/classes/date.C:
18944: ^date::create[2002-12-33 01:03:04]
18945:
18946: * ChangeLog: updated changelog
18947:
18948: * src/classes/table.C: removed restriction on column count to
18949: ^table.hash to work, now must be >0 [were >1]
18950:
18951: 2002-04-24 paf
18952:
18953: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18954: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18955: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18956: targets
18957:
18958: 2002-04-23 paf
18959:
18960: * operators.txt, src/classes/string.C:
18961: int/double/string:sql{}[$.default{code}] fixed [were barking:
18962: "junction used outside of context"]
18963:
18964: 2002-04-22 paf
18965:
18966: * types.txt, src/classes/string.C, src/include/pa_string.h,
18967: src/main/pa_string.C, src/types/pa_vstring.C,
18968: src/types/pa_vstring.h: ^string.optimize[]
18969:
18970: * src/: include/pa_globals.h, include/pa_table.h,
18971: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18972: table template
18973:
18974: * src/classes/: string.C: optimize removed from string
18975: .left/right/pos
18976:
18977: * src/main/execute.C: rolled back to
18978: before_killing_userjunction_contexts
18979:
18980: * src/main/execute.C: user junctions context killed
18981:
18982: * src/main/execute.C: junctions to local contexts got
18983: cleanized&checked later
18984:
18985: 2002-04-19 paf
18986:
18987: * src/: classes/string.C, include/pa_request.h,
18988: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18989: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18990: prior to .left .right .mid .pos .match when that is profitable,
18991: and always before .replace when $ORIGINS(1) optimization disabled
18992: economy from not wasting mem on lots of strings which occur by
18993: lots of String:mid calls to get parts of source string between
18994: found_occurances
18995:
18996: * src/classes/file.C: ovector now local economy: 16 bytes per
18997: ^file:list
18998:
18999: * src/: include/pa_globals.h, include/pa_table.h,
19000: main/pa_globals.C, main/pa_string.C: String::match table columns
19001: globalized, not created @ each ^match anymore economy:
19002: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19003:
19004: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19005: removed from each String::match replace iteration, and made
19006: stacked sizeof(VTable)=12bytes economy on each replace code
19007:
19008: * src/doc/footer.htm: 2001,
19009:
19010: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19011: string.match[]['] option enables generation of $match.prematch
19012: .match .postmatch columns
19013:
19014: * src/main/pa_string.C: String::match options analized without
19015: cstr-ing them now
19016:
19017: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19018: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19019: config updated to doxygen 1.2.15, created helper which fixes
19020: minor bugs in chm project files & htm tree. changed extension to
19021: .htm
19022:
19023: 2002-04-18 paf
19024:
19025: * src/doc/doxygen.cfg: .chi generation disabled
19026:
19027: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19028: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19029: fields&methods
19030:
19031: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19032: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19033: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19034: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19035: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19036: types/pa_vresponse.h, types/pa_vstateless_class.h,
19037: types/pa_vstateless_object.h, types/pa_vstatus.h,
19038: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19039: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19040: VStateless_class to VObject
19041:
19042: * src/: main/pa_request.C, types/pa_valiased.h,
19043: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19044: types/pa_vstring.h: VStateless_string_object speicalized light
19045: version of VStateless_object
19046:
19047: * src/classes/op.C: ^throw comment param made optional
19048:
19049: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19050: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19051: and implemented down in VClass, fclass_alias removed,
19052:
19053: * src/types/pa_value.C: forced to cut that from .h because of
19054: VStateless_class usage [undefined in .h]
19055:
19056: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19057: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19058: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19059: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19060: on each CALL]
19061:
19062: * src/: classes/classes.h, classes/date.C, classes/double.C,
19063: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19064: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19065: classes/response.C, classes/string.C, classes/table.C,
19066: classes/void.C, classes/xnode.C, include/pa_globals.h,
19067: include/pa_request.h, main/execute.C, main/pa_globals.C,
19068: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19069: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19070: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19071: types/pa_vstateless_class.h, types/pa_wcontext.C,
19072: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19073: removed Value::fname
19074:
19075: 2002-04-17 paf
19076:
19077: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19078: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19079: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19080: include/pa_pool.h, include/pa_types.h: dox updated to current
19081: state, PTHROW freshen to throw & co
19082:
19083: * src/types/pa_vhash.h: vstring wrong parent fixed
19084:
19085: * src/classes/op.C: taint local result var bug fixed
19086:
19087: 2002-04-16 paf
19088:
19089: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19090: Attic asm.txt as most interesting
19091:
19092: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19093: check, preventing content-length: 0 from appearing
19094:
19095: * src/main/execute.C: $result in @main now taken into account as in
19096: usual functions
19097:
19098: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19099: & @unhandled_exception now taken into account as in usual
19100: functions
19101:
19102: * src/doc/postbuild.txt: instructions on post .html build
19103:
19104: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19105:
19106: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19107: tainted
19108:
19109: * src/main/pa_request.C: uri in error log
19110:
19111: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19112: cheched date:create(days) param for validity [later were assumed
19113: valid and crashed on invalid onces]
19114:
19115: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19116: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19117: and used that for removing VString wrapper
19118:
19119: * src/classes/op.C: exception2vhash file now tainted
19120:
19121: * src/classes/op.C: _process pseudo origin copied from local var to
19122: heap
19123:
19124: * src/classes/op.C: extra check on empty file in origin in _execute
19125:
19126: 2002-04-15 paf
19127:
19128: * src/: main/execute.C, types/pa_value.h: fixed name update
19129:
19130: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19131: functions
19132:
19133: * src/: classes/file.C, classes/hash.C, classes/op.C,
19134: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19135: started dual write_xxx_lang functions, if checked & works
19136:
19137: * src/: classes/date.C, classes/file.C, classes/mail.C,
19138: classes/string.C, classes/xnode.C, include/pa_request.h,
19139: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19140: unnecessary VString shells
19141:
19142: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19143: prev changes]
19144:
19145: * src/: classes/image.C, classes/op.C, classes/string.C,
19146: classes/table.C, include/pa_request.h, main/execute.C,
19147: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19148: StringOrValue wcontext result, now ready for dual writes
19149:
19150: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19151: checked that
19152:
19153: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19154: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19155: changed to OP_WRITE_VALUE in var get cases
19156:
19157: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19158: include/pa_request.h, main/compile.tab.C, main/compile.y,
19159: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19160: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19161: switch in hash constructor fixed [were problems with using of
19162: stacked wwrapper after it's death]
19163:
19164: 2002-04-12 paf
19165:
19166: * operators.txt, src/classes/table.C: table.select(expression) 0
19167:
19168: 2002-04-11 paf
19169:
19170: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19171: Request::process_internal codeFrame & wwrapper stacked [not
19172: wasting heap anymore]
19173:
19174: 2002-04-10 paf
19175:
19176: * src/: classes/double.C, classes/file.C, classes/hash.C,
19177: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19178: classes/string.C, classes/table.C, classes/void.C,
19179: classes/xdoc.C, include/pa_request.h, main/execute.C,
19180: main/pa_string.C: killed Request::process() wrapping
19181: VString(String) in case we need only String
19182:
19183: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19184: killed 8 bytes from String.head
19185:
19186: 2002-04-09 paf
19187:
19188: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19189: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19190: local*/char b[...]; a=b; situations
19191:
19192: * operators.txt, src/classes/xdoc.C: xslt params made literal
19193:
19194: * src/classes/xdoc.C: xslt params fixed
19195:
19196: * src/: main/pa_common.C, targets/cgi/parser3.C,
19197: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19198: not pool.malloc(MAX_NUMBER) but really neaded
19199:
19200: * operators.txt, src/classes/double.C, src/classes/int.C:
19201: int/double.int/double(default)
19202:
19203: 2002-04-04 paf
19204:
19205: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19206: [when reconstructing pieces were split by
19207: max_integral(piece.size), thus some strings to replace happen to
19208: be split into two = not replaced)
19209:
19210: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19211: standalone version = current dir
19212:
19213: * src/targets/cgi/parser3.C: document root in standalone version =
19214: current dir
19215:
19216: 2002-04-03 paf
19217:
19218: * configure, configure.in: more checks on nonexistent charset
19219:
1.116 moko 19220: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19221:
19222: 2002-04-02 paf
19223:
19224: * src/main/compile.C: parser.compile [exception name more like in
19225: doc]
19226:
19227: 2002-04-01 paf
19228:
19229: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19230: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19231: .content-type.charset, not .charset
19232:
19233: 2002-03-29 paf
19234:
19235: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19236:
19237: * operators.txt, src/classes/date.C: ^date::create now may not
19238: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19239: days' year. | 31.05->31.04 roll
19240:
19241: 2002-03-28 paf
19242:
19243: * operators.txt, src/classes/date.C, src/classes/op.C,
19244: src/include/pa_globals.h, src/include/pa_hash.h,
19245: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19246: ^cache(seconds) ^cache[date] }
19247:
19248: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19249: param
19250:
19251: 2002-03-27 paf
19252:
19253: * operators.txt, src/classes/date.C, src/classes/double.C,
19254: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19255: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19256: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19257: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19258: src/classes/xnode.C, src/include/pa_exception.h,
19259: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19260: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19261: src/main/pa_array.C, src/main/pa_charset.C,
19262: src/main/pa_charsets.C, src/main/pa_common.C,
19263: src/main/pa_dictionary.C, src/main/pa_exception.C,
19264: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19265: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19266: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19267: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19268: src/types/pa_value.h, src/types/pa_vcookie.C,
19269: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19270: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19271: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19272: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19273: src/types/pa_wwrapper.h: assigned exception types
19274:
19275: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19276: src/include/pa_request.h, src/main/execute.C,
19277: src/main/pa_request.C: decided agains resetting exception_trace,
19278: just changed name
19279:
19280: 2002-03-26 paf
19281:
19282: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19283: fixed
19284:
19285: * src/classes/op.C: forced language of $source field of exception
19286: to 'tainted', so that sql-langed-frags could be outputed outside
19287: of connect
19288:
19289: * operators.txt: removed date.roll limit of +-1 offset
19290:
19291: * src/classes/date.C: removed date.roll limit of +-1 offset
19292:
19293: * operators.txt, src/classes/date.C: fixed date roll on
19294: daylightsaving days mktime took into account tm_isdst flag, which
19295: remained from BEFORE roll, but should have been reset
19296:
19297: 2002-03-25 paf
19298:
19299: * operators.txt, src/targets/cgi/parser3.C:
19300: http_site_config_filespec
19301:
19302: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19303: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19304: with any/both --disable-foreign-group-files --disable-execs
19305:
19306: * INSTALL: "--with=sendmail=COMMAND" comment
19307:
19308: * INSTALL, configure, configure.in, src/classes/mail.C,
19309: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19310: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19311: disables execs also. introducing --sendmail
1.95 moko 19312:
19313: * operators.txt: pgsql options comment
19314:
19315: * INSTALL: comment on --disable-link-stdcpp
19316:
1.116 moko 19317: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19318: libstdc++ link skipping configure option
1.95 moko 19319:
19320: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19321: with error were put to cache with 'marked_to_rollback' flag, all
19322: consequent even OK requests rolled back
19323:
19324: 2002-03-22 paf
19325:
19326: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19327: false return
19328:
19329: * operators.txt: few comments on sets
19330:
19331: 2002-03-18 paf
19332:
19333: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19334: src/include/pa_globals.h, src/include/pa_request.h,
19335: src/include/pa_stack.h, src/main/pa_globals.C,
19336: src/main/pa_request.C: introducing ^try
19337:
19338: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19339: types/pa_vdouble.h: removed some tested @tests
19340:
19341: 2002-03-15 paf
19342:
19343: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19344:
19345: 2002-03-13 paf
19346:
19347: * src/main/pa_exception.C: checked not-pooled malloc
19348:
19349: 2002-03-11 paf
19350:
19351: * INSTALL, configure, configure.in,
19352: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19353:
19354: * src/main/pa_common.C: --disable-foreign-group-files
19355:
19356: * INSTALL: --disable-execs
19357:
19358: * src/main/pa_exec.C: --disable-execs
19359:
19360: * configure, configure.in, src/include/pa_config_auto.h.in:
19361: --disable-execs
19362:
19363: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19364:
19365: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19366: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19367:
19368: 2002-03-05 paf
19369:
19370: * operators.txt, src/classes/date.C: date week calendar columns
19371: named
19372:
19373: * operators.txt, src/classes/date.C: date week calendar columns
19374: named
19375:
19376: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19377: requires headers to be terminated with \r\n manually [refuses to
19378: separate header/body itself]
19379:
19380: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19381: targets/isapi/parser3isapi.C: isapi site config beside .dll
19382:
19383: 2002-03-04 paf
19384:
19385: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19386: in PASS language
19387:
19388: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19389: deserialize checks on broken file
19390:
19391: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19392: parser3isapi.dsp: isapi updated
19393:
19394: 2002-03-01 paf
19395:
19396: * src/main/pa_exec.C: execle -> execve, now argc OK
19397:
19398: 2002-02-28 paf
19399:
19400: * src/main/untaint.C: removed some debug comments
19401:
19402: * src/main/pa_charsets.C: when placing charset to cache using
19403: global name now [were request]
19404:
19405: * configure, configure.in: apache module updated
19406:
19407: * src/main/pa_string.C: origin by first piece preferred before last
19408: piece
19409:
19410: 2002-02-27 paf
19411:
19412: * src/main/pa_charset.C: size_t
19413:
19414: * INSTALL: shared/static-xml with-pathlink
19415:
19416: * operators.txt: SMTP comment
19417:
19418: 2002-02-26 paf
19419:
19420: * src/main/pa_exec.C: more precise names for vars, cosmetic
19421:
19422: * src/classes/xnode.C: in some situation, xpath query returned
19423: result with type NODESET, but empty nodeset member field, checked
19424: that
19425:
19426: 2002-02-22 paf
19427:
19428: * INSTALL: without-zlib comment
19429:
19430: * etc/parser3.charsets/windows-1251.cfg: °
19431:
19432: * configure, configure.in: glib###.a detection fixed
19433:
19434: * INSTALL: hashfile removed from INSTALL
19435:
1.116 moko 19436: * Makefile.am: make update
1.95 moko 19437:
19438: * src/main/pa_string.C: string iterators fixed again, so were
19439: String::join_chain
19440:
19441: * src/main/pa_string.C: string iterators fixed again, so were
19442: String::join_chain
19443:
19444: * src/: include/pa_string.h, main/pa_string.C: string iterators
19445: fixed again, so were String::join_chain
19446:
19447: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19448:
19449: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19450: "session"
19451:
1.116 moko 19452: * configure, configure.in, src/include/pa_config_auto.h.in:
19453: --with-shared-xml --with-static-xml
1.95 moko 19454:
19455: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19456: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19457: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19458: xalan&xml
19459:
19460: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19461:
19462: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19463: src/types/types.dsp: removed hashfile support from sources for
19464: now
19465:
1.116 moko 19466: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19467: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19468: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19469: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19470: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19471: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19472: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19473: src/types/Makefile.am, src/types/pa_vhashfile.C,
19474: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19475:
19476: 2002-02-21 paf
19477:
19478: * src/main/untaint.C: removed debug code, activated commented-for
19479: debug parts
19480:
1.116 moko 19481: * Makefile.am: make cvsupdate
1.95 moko 19482:
19483: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19484: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19485: append_row, not at link zero now string to string appending works
19486:
19487: 2002-02-20 paf
19488:
19489: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19490: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19491: DEBUG_STRING_APPENDS_VS_EXPANDS
19492:
19493: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19494: economy: 22%
19495:
19496: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19497: space uptimized: string::link_row removed
19498:
19499: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19500: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19501: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19502: types/pa_vstring.h: speed uptimized: string::is_empty
19503:
19504: * operators.txt, src/include/pa_common.h,
19505: src/include/pa_config_fixed.h, src/include/pa_string.h,
19506: src/include/pa_types.h, src/main/compile.tab.C,
19507: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19508: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19509: string append optimiziation idea and estimates
19510:
19511: 2002-02-19 paf
19512:
19513: * src/classes/math.C: not used directly [but erroreously reported
19514: that 'is', thus registering twice&other probs]
19515:
19516: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19517: to node [element]
19518:
19519: * src/main/compile.C: without string_origins parse error
19520: file+line+col possible
19521:
19522: * src/main/: compile.C: without string_origins not worked
19523:
19524: 2002-02-18 paf
19525:
19526: * src/types/pa_vdouble.h: since we have in_expression removed that
19527: trick i've installed into double::as_string
19528:
19529: * src/main/pa_globals.C: extern "C" was removed too fast
19530:
19531: * src/: include/pa_opcode.h, include/pa_request.h,
19532: main/compile.tab.C, main/compile.y, main/execute.C,
19533: types/pa_wcontext.h: in_expression aimed to solve old problem
19534: with string/nonstring values, now in expressions double/int
19535: values are passed as-is, without stupid tostring/fromstring
19536: conversions
19537:
19538: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19539: __cplusplus } #endif
19540:
19541: * src/main/compile.tab.C: bison env set so one could compile
19542: without cygwin installed
19543:
19544: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19545: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19546: gnome xml libs parser .dsp-s changed accordingly
19547:
19548: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19549:
19550: * operators.txt, src/classes/date.C: date::create [were date::set,
19551: with backward comp
19552:
19553: * src/classes/math.C: math:random range check fixed
19554:
19555: * src/main/: compile.tab.C, compile.y: integer division stops name
19556:
19557: * INSTALL: local install comment
19558:
1.116 moko 19559: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19560:
1.116 moko 19561: * acinclude.m4, aclocal.m4, configure, configure.in,
19562: src/include/pa_config_auto.h.in,
19563: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19564: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19565:
19566: * operators.txt: \ comment
19567:
19568: 2002-02-13 paf
19569:
19570: * src/include/pa_config_includes.h: sys/time time both included
19571: now. vaguely remember confilicts on this on some system [not on
19572: six|ablv] so when would see them again would think up proper
19573: check
19574:
1.116 moko 19575: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19576: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19577:
19578: * src/main/pa_common.C: truncation never occured when writing files
19579: on unix [since i've changed cache mech] fix
19580:
19581: * src/main/pa_common.C: strnchr: sanity check added
19582:
19583: * etc/parser3.charsets/windows-1257.cfg: id added
19584:
19585: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19586: baltic charset file generated, in generation script ispunct check
19587: added
19588:
19589: 2002-02-08 paf
19590:
1.116 moko 19591: * src/: include/Makefile.am, sql/Makefile.am,
19592: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19593:
19594: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19595: forgotten
19596:
19597: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19598:
19599: * INSTALL, README: install&others updated
19600:
19601: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19602:
1.116 moko 19603: * Makefile.am, configure, configure.in,
19604: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19605: src/classes/Makefile.am, src/main/Makefile.am,
19606: src/main/pa_status_provider.C, src/targets/Makefile.am,
19607: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19608: works
1.95 moko 19609:
19610: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19611: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19612: classes/hashfile.C, classes/int.C, classes/mail.C,
19613: classes/math.C, classes/op.C, classes/response.C,
19614: classes/string.C, classes/table.C, classes/void.C,
19615: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19616: include/pa_array.h, include/pa_cache_managers.h,
19617: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19618: include/pa_config_fixed.h, include/pa_config_includes.h,
19619: include/pa_db_connection.h, include/pa_db_manager.h,
19620: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19621: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19622: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19623: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19624: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19625: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19626: include/pa_stack.h, include/pa_string.h,
19627: include/pa_stylesheet_connection.h,
19628: include/pa_stylesheet_manager.h, include/pa_table.h,
19629: include/pa_threads.h, include/pa_types.h, main/compile.C,
19630: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19631: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19632: main/pa_db_connection.C, main/pa_db_manager.C,
19633: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19634: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19635: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19636: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19637: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19638: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19639: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19640: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19641: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19642: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19643: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19644: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19645: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19646: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19647: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19648: types/pa_vmethod_frame.h, types/pa_vobject.h,
19649: types/pa_vrequest.h, types/pa_vresponse.h,
19650: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19651: types/pa_vstateless_object.h, types/pa_vstatus.C,
19652: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19653: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19654: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19655: classes/image.C, main/pa_common.C, main/pa_exec.C,
19656: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19657: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19658: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19659: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19660: types/pa_vxnode.C, main/pa_charset.C: name spelling
19661:
19662: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19663: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19664: classes/hashfile.C, classes/image.C, classes/int.C,
19665: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19666: classes/string.C, classes/table.C, classes/void.C,
19667: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19668: include/pa_array.h, include/pa_cache_managers.h,
19669: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19670: include/pa_config_fixed.h, include/pa_config_includes.h,
19671: include/pa_db_connection.h, include/pa_db_manager.h,
19672: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19673: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19674: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19675: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19676: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19677: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19678: include/pa_stack.h, include/pa_string.h,
19679: include/pa_stylesheet_connection.h,
19680: include/pa_stylesheet_manager.h, include/pa_table.h,
19681: include/pa_threads.h, include/pa_types.h, main/compile.C,
19682: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19683: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19684: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19685: main/pa_db_connection.C, main/pa_db_manager.C,
19686: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19687: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19688: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19689: main/pa_socks.C, main/pa_sql_driver_manager.C,
19690: main/pa_status_provider.C, main/pa_string.C,
19691: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19692: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19693: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19694: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19695: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19696: targets/isapi/pool_storage.h, types/pa_valiased.C,
19697: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19698: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19699: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19700: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19701: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19702: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19703: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19704: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19705: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19706: types/pa_vresponse.h, types/pa_vstateless_class.C,
19707: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19708: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19709: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19710: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19711: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19712: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19713:
19714: 2002-02-07 paf
19715:
19716: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19717:
1.116 moko 19718: * configure, configure.in, src/include/pa_config_auto.h.in,
19719: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19720: added yet another locking function: fcntl
1.95 moko 19721:
19722: * config.sub: on cygwin configure passes it with strange i1586
19723: const, hacked it to mean i586
19724:
19725: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19726: disabled $if reference due to conflicts with local variables
19727:
19728: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19729: xdoc::set obsolete now, now xdoc::create, with both sences
19730:
19731: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19732: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19733: table::create now // 'set' name obsolete now table clone.
19734:
19735: * operators.txt, src/classes/string.C,
19736: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19737: ^int/double/string.format now can be called with normal []
19738: brackets, not stupid {} as it were implemented for some strange
19739: reason. retaining backward compatibility due to some
19740: already-implemented servers
19741:
19742: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19743: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19744: operators now detected by check at name_without_curly_rdive_read
19745: rule whether diving code constists only of
19746: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19747: with OP_GET_ELEMENT_OR_OPERATOR to form
19748: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19749:
19750: 2002-02-06 paf
19751:
19752: * configure, configure.in: prefix expanded, grr
19753:
19754: * operators.txt, src/classes/mail.C: mail:send config changed
19755:
19756: 2002-02-05 paf
19757:
19758: * operators.txt: regex options commented
19759:
19760: * src/main/: pa_exec.C: argv0 now correct
19761:
19762: * src/types/pa_vstatus.C: status:rusage 3
19763:
19764: * src/types/pa_vstatus.C: status:rusage 2
19765:
19766: * operators.txt: status:rusage described int operators
19767:
19768: * src/types/pa_vstatus.C: status:rusage 1
19769:
19770: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19771: src/types/types.dsp: status:rusage
19772:
19773: * configure.in, operators.txt, src/classes/file.C,
19774: src/classes/op.C, src/include/pa_common.h,
19775: src/include/pa_config_includes.h, src/main/compile.tab.C,
19776: src/main/pa_common.C: rewritten ^cache to use
19777: non-blocking-exclusive-caches
19778:
19779: * src/main/pa_common.C: text file read mode on win32 adjusted
19780: [speed impact. was off for debugging purpose, but forgotten
19781: afterwards]
19782:
19783: 2002-02-01 paf
19784:
19785: * src/classes/op.C: file_write does EX lock after create, while
19786: file_read does SH after open, so there's a moment after create
19787: but before EX lock when read can sneak into, and read
19788: just-created-for-writing-and-not-yet-locked file, added a check
19789: for that in ^cache...read
19790:
19791: 2002-01-31 paf
19792:
19793: * src/main/: compile.y, compile.tab.C: disabled operator call after
19794: ^xxx:
19795:
19796: * src/main/: compile.tab.C, execute.C: made operators lookup first
19797: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19798:
19799: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19800: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19801: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19802: operators check 6.1 rewritten. now check is done at compile time
19803:
19804: * src/main/execute.C: operators check 5 floated up old error of
19805: staying in 'entered class/object' state after $a($a..) it
19806: prevented operators from being called thereafter
19807:
19808: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19809: main/execute.C: operators check 4 floated up old error of staying
19810: in 'entered object' state after ^a.a(a) it prevented operators
19811: from being called thereafter
19812:
19813: * src/main/execute.C: operators check 3 floated up old error of
19814: staying in 'entered class' state after $a:a(a) it prevented
19815: operators from being called thereafter
19816:
19817: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19818: floated up old error of staying in 'entered class' state after
19819: $a:a[a] it prevented operators from being called thereafter
19820:
19821: * src/main/execute.C: operators check, thay mistakenly seen in
19822: $class:operator $object.operators contexts
19823:
19824: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19825: win32
19826:
1.116 moko 19827: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19828: src/classes/Makefile.am, src/main/Makefile.am,
19829: src/targets/cgi/Makefile.am,
1.95 moko 19830: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19831: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19832:
1.116 moko 19833: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19834: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19835: configure, configure.in, form.txt, ident.awk, install-sh,
19836: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19837: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19838: etc/parser3.charsets/Makefile.am,
19839: etc/parser3.charsets/koi8-r.cfg,
19840: etc/parser3.charsets/windows-1250.cfg,
19841: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19842: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19843: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19844: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19845: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19846: straightened installation scripts procedure made
19847: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19848: change
19849:
19850: 2002-01-30 paf
19851:
19852: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19853: removed] those comments were a mistake, and prevented libltdl
19854: from function properly
19855:
19856: 2002-01-29 paf
19857:
1.116 moko 19858: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19859: creation [modified acinclude.m4 which were creating int into just
19860: assignment LIBTOOL=../libtool] added default system
19861: config&charsetts prepared 'make install', now it installs
19862: targets/cgi/parser3 into bin directory etc/parser3.conf &
19863: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19864: $sysconfdir/parser3.charsets respectively
19865:
19866: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19867: main/pa_globals.C: few forgotten ifdef XML added
19868:
19869: 2002-01-28 paf
19870:
1.116 moko 19871: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19872: removed
19873:
19874: * src/main/pa_exception.C: dom|generic error output fix
19875:
19876: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19877:
19878: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19879:
19880: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19881: [fixed as_node helper func to accept docs]
19882:
19883: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19884: xdoc.importNode 0
19885:
19886: * src/classes/xdoc.C: xdoc::set now untaints OK
19887:
19888: 2002-01-25 paf
19889:
19890: * src/main/: compile.tab.C, compile.y: #comment before @ after
19891: @SPECIAL now works OK
19892:
19893: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19894:
19895: * src/main/pa_exec.C: max arg count now 10, and proper message on
19896: violation that added
19897:
19898: * src/classes/hash.C: unified hash::sql, now
19899: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19900:
19901: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19902: ^file:lock[filename]{code}
19903:
19904: * src/: classes/file.C, classes/op.C, classes/string.C,
19905: classes/table.C, classes/xdoc.C, include/pa_common.h,
19906: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19907: to some pa_common funcs
19908:
19909: * src/: include/pa_charset.h, main/pa_globals.C:
19910: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19911:
19912: * src/: include/pa_charset.h, main/pa_charset.C,
19913: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19914: not stupid illegal define
19915:
19916: 2002-01-24 paf
19917:
19918: * src/include/pa_version.h: changed version number
19919:
19920: * src/: classes/hashfile.C, include/pa_db_table.h,
19921: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19922: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19923: main/pa_db_connection.C, main/pa_db_table.C,
19924: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19925: hashfile without logfiles
19926:
19927: * src/: classes/hashfile.C, include/pa_db_table.h,
19928: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19929: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19930: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19931: DB_INIT_TXN init bits, thus got rid of huge log files, which
19932: cluttered disk without huge need]
19933:
19934: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19935: handy macro, which is strangly abscent in dome lib
19936:
19937: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19938:
19939: * src/classes/xdoc.C: checked empty response
19940:
19941: * src/classes/xnode.C: xdoc.select fixed context node [were always
19942: /, not self node]
19943:
19944: * src/classes/xnode.C: xnode.select returns array always now, in
19945: case 'nothing found' returns empty array
19946:
19947: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19948: be more tender with ctrl/c/v
19949:
19950: 2002-01-23 paf
19951:
19952: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19953: substituted. // 2. when dom tree with entites goes under
19954: transform text nodes // got [erroreosly] cut on first
19955: entity occurance
19956:
19957: * src/types/pa_vdouble.h: double prec. todo: get rid of
19958: twice-converting
19959:
19960: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19961: 'e' in output this is for regretful twice-converting here:
19962: $a(double value) when they write double falue they convert it to
19963: string first, thus %g were losing precesion.
19964:
19965: todo: think up some way to remove double->string string->double
19966: twice-converting
19967:
19968: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19969: %.20E now default float format this is for regretful
19970: twice-converting here: $a(double value) when they write double
19971: falue they convert it to string first, thus %g were losing
19972: precesion.
19973:
19974: todo: think up some way to remove double->string string->double
19975: twice-converting
19976:
19977: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19978: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19979: reasons in comment inside
19980:
19981: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19982: statically linked]
19983:
19984: * src/: include/pa_exception.h, main/compile.tab.C,
19985: main/pa_exception.C: removed exception va_list constructor. 1.
19986: not needed anymore 2. there were a conflict[causing errors]
19987: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19988: never detected an ambiguilty here, compiling ctor(, "hello") into
19989: ctor(, va_list) which, of course, caused gpf
19990:
19991: * src/main/pa_globals.C: removed debug xslt messages
19992:
19993: 2002-01-22 paf
19994:
19995: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19996: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19997: helps compiling stylesheet properly. example: this refused to
19998: work, <b>«<xsl:value-of select="@title"
19999: />»</b> stranly worked only this way:
20000: <b>«<xsl:value-of select="@title" />»</b>
20001:
20002: docs says "set it to 1", never going into details, so I decided
20003: to try NOT to do that
20004:
20005: * src/classes/table.C: join behaived badly in case named tables
20006: structure mismatched: 0 strings sneaked into dest failing
20007: afterwards. replaced them with empty strings
20008:
20009: 2002-01-21 paf
20010:
20011: * src/main/pa_charset.C: checked empty transcoders in
20012: transcode_cstr|buf
20013:
20014: * src/classes/xdoc.C: xdoc::load error source = filespec
20015:
20016: * src/classes/xdoc.C: transform error source now
20017: stylesheet_filespec
20018:
1.116 moko 20019: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20020: include/pa_stylesheet_connection.h, main/pa_charset.C,
20021: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20022: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20023: gnome
1.95 moko 20024:
20025: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20026: include/pa_globals.h, include/pa_stylesheet_connection.h,
20027: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20028: xslt generic error 1
20029:
20030: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20031: xml generic message 1
20032:
20033: * src/classes/table.C: ^table::load empty lines or #comments before
20034: headline
20035:
20036: * src/: include/pa_array.h, include/pa_globals.h,
20037: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20038: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20039: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20040: errors 0
20041:
20042: 2002-01-16 paf
20043:
20044: * src/: classes/hash.C, classes/op.C, classes/string.C,
20045: classes/table.C, classes/void.C, classes/xdoc.C,
20046: include/pa_db_connection.h, include/pa_request.h,
20047: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20048: include/pa_stylesheet_connection.h,
20049: include/pa_stylesheet_manager.h, main/pa_request.C,
20050: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20051: targets/cgi/pool_storage.h: auto closers to sql_connection,
20052: stylesheet_connection auto destroyers to remaining gnome objects
20053:
20054: * src/classes/xdoc.C: few comments
20055:
20056: 2002-01-15 paf
20057:
20058: * src/classes/xdoc.C: xdoc file save string
20059:
20060: ready. todo: error handling
20061:
20062: * src/classes/xdoc.C: xdoc save rewritten using
20063: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20064: result
20065:
20066: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20067: started output options parsing
20068:
20069: 2002-01-14 paf
20070:
20071: * src/classes/xdoc.C: method
20072:
20073: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20074: include/pa_pool.h, include/pa_stylesheet_connection.h,
20075: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20076: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20077: xslt transform0. TODO: use output options handle errors
20078:
20079: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20080:
20081: 2002-01-11 paf
20082:
20083: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20084: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20085: partial logical && || evaluation
20086:
20087: * src/classes/xnode.C: xpath selectNodes
20088:
20089: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20090: string/number/bool
20091:
20092: * src/classes/xnode.C: xpath selectNode 2
20093:
20094: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20095: xpath selectNode 1
20096:
20097: 2002-01-10 paf
20098:
20099: * src/classes/xnode.C: xpath selectNode -100 [just written]
20100:
20101: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20102: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20103: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20104: refcounter]
20105:
20106: 2001-12-29 paf
20107:
20108: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20109: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20110: glib works 0
20111:
20112: 2001-12-28 paf
20113:
20114: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20115: main/pa_exception.C: started glib transcoders
20116:
20117: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20118:
20119: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20120: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20121: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20122: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20123: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20124: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20125: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20126: libs just compiled in. no refcounting no xpath no xslt yet
20127:
20128: 2001-12-27 paf
20129:
20130: * src/: include/pa_charset.h, include/pa_common.h,
20131: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20132: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20133: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20134: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20135: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20136: from xalan&xerces, started the process. globals [initialization
20137: pool [charset update charset [transcodings vxnode vxdoc [DOM
20138: calls
20139:
20140: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20141: anymore
20142:
20143: 2001-12-26 paf
20144:
20145: * src/: include/pa_charset.h, include/pa_charsets.h,
20146: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20147: key globalized [bug]
20148:
20149: 2001-12-25 paf
20150:
20151: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20152: main/pa_string.C: table set & append changed splitting languages,
20153: separators now can be clean AND as-is same to mail command line
20154: $MAIN:MAIL.progX arguments
20155:
20156: 2001-12-24 paf
20157:
20158: * src/classes/mail.C: one parted text messages - no multipart
20159: mime-type anymore. for convinient if $.attach-ments
20160:
20161: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20162: main/pa_string.C: read from cache size check updated
20163:
20164: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20165:
20166: 2001-12-21 paf
20167:
20168: * src/classes/date.C: date:sql-string now returns localtime
20169:
20170: * src/main/pa_request.C: $result in @main actually not working, to
20171: hell with it for now
20172:
20173: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20174: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20175: @postprocess @exception
20176:
20177: * src/main/execute.C: junction evaluation canceled - endless
20178: recursion detected
20179:
20180: 2001-12-19 paf
20181:
20182: * src/main/pa_charset.C: charset->charset transcoding via unicode
20183: intermediate
20184:
20185: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20186:
20187: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20188:
20189: * src/classes/op.C: ^cache keypath now relative
20190:
20191: * src/classes/mail.C: changed weighting prior to sort
20192:
20193: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20194: were missing
20195:
20196: 2001-12-17 paf
20197:
20198: * src/main/pa_charset.C: ifndef XML were bad type
20199:
20200: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20201: outdated unset services_pool
20202:
20203: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20204: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20205: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20206:
20207: * src/main/untaint.C: allowed space in filespec
20208:
20209: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20210:
20211: * src/classes/image.C: no govno
20212:
20213: * src/classes/image.C: govno
20214:
20215: 2001-12-16 paf
20216:
20217: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20218:
20219: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20220: charset_connection&manager replaced by charset&charsets
20221:
20222: * src/main/pa_charset.C: name_cstr 0
20223:
20224: * src/main/untaint.C: uri lang now knows about client/source
20225: charsets
20226:
20227: * src/: classes/file.C, classes/math.C, classes/op.C,
20228: classes/string.C, classes/table.C, classes/xdoc.C,
20229: include/pa_array.h, include/pa_cache_managers.h,
20230: include/pa_charset_connection.h, include/pa_charset_manager.h,
20231: include/pa_common.h, include/pa_db_connection.h,
20232: include/pa_db_manager.h, include/pa_db_table.h,
20233: include/pa_dictionary.h, include/pa_exception.h,
20234: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20235: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20236: include/pa_sapi.h, include/pa_socks.h,
20237: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20238: include/pa_string.h, include/pa_stylesheet_connection.h,
20239: include/pa_stylesheet_manager.h, include/pa_table.h,
20240: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20241: main/pa_charset.C, main/pa_charset_connection.C,
20242: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20243: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20244: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20245: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20246: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20247: types/types.dsp: introducing Charset
20248:
20249: 2001-12-14 paf
20250:
20251: * src/: include/pa_request.h, include/pa_transcoder.h,
20252: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20253: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20254: uri lang
20255:
20256: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20257:
20258: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20259:
20260: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20261: defalts_name global
20262:
20263: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20264: include/pa_request.h, main/main.dsp,
20265: main/pa_charset_connection.C, main/pa_charset_manager.C,
20266: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20267: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20268: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20269: changed charset model. now important: $request:charset
20270: $response:charset while $response:content-type.charset become
20271: unimportant [informational]
20272:
20273: 2001-12-13 paf
20274:
20275: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20276:
20277: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20278: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20279: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20280: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20281: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20282: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20283:
20284: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20285: auto_ptr part other way, because of stupid gcc 2.96
20286: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20287: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20288: FormatterListener] /usr/include/g++-3/memory:48:
20289: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20290: _Tp1 = FormatterListener, _Tp = FormatterListener]
20291:
20292: * src/classes/xdoc.C: removed extra inc
20293:
20294: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20295:
20296: * src/include/pa_types.h: msvc head debugging flag
20297:
20298: * src/classes/xdoc.C: freed up listener
20299:
20300: * src/classes/string.C: change msg '... code is not code'
20301:
20302: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20303: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20304: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20305: [past/future prob]
20306:
20307: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20308: include/pa_config_fixed.h, include/pa_db_manager.h,
20309: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20310: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20311:
20312: * src/: include/pa_config_fixed.h, main/pa_common.C,
20313: main/pa_string.C: removed signed mismatch warnings
20314:
20315: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20316: 'expires' from header outputs
20317:
20318: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20319: row ptr
20320:
20321: * src/classes/file.C: file::cgi bug, request_method were passed to
20322: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20323:
20324: * src/classes/xdoc.C: lang list updated
20325:
20326: 2001-12-10 paf
20327:
20328: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20329:
20330: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20331: erase files like that, knowing their full name introducing //
20332: theoretical problem with, for instance, "_2B" and "." fragments,
20333: // they would yield the same // because
20334: need_file_encode('_')=false // but we need to delete such files
20335: somehow, getting names from ^index
20336:
20337: * src/main/pa_string.C: ^string.replace bug fixed [bad
20338: string::join_chank break]
20339:
20340: 2001-12-07 paf
20341:
20342: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20343: include/pa_common.h, include/pa_config_auto.h.in,
20344: include/pa_config_fixed.h, include/pa_config_includes.h,
20345: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20346: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20347: types/pa_vhashfile.C: merged from r14_simple_cache
20348:
20349: * src/main/pa_string.C: stupid sparc architecture failed to access
20350: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20351: lduh [ %i2 + 1 ], %l0
20352:
20353: bus error, fixed that
20354:
20355: * src/main/pa_string.C: strange string deserialize bug on
20356: client[pmts], a bit shortened,
20357:
20358: * src/include/pa_config_auto.h.in: makes
20359:
20360: * src/: include/pa_common.h, include/pa_config_fixed.h,
20361: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20362: file write shared lock file read
20363:
20364: * src/: classes/op.C, include/pa_common.h,
20365: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20366:
20367: 2001-12-06 paf
20368:
20369: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20370: main/pa_request.C: #ifdef RESOURCES_DEBUG
20371:
20372: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20373: info
20374:
20375: * src/classes/hashfile.C: removed transaction from ^cache
20376:
20377: 2001-12-05 paf
20378:
20379: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20380: IIS5 there were a prob with illegal call check
20381:
20382: 2001-12-04 paf
20383:
20384: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20385: main/pa_request.C: measures to log
20386:
20387: 2001-11-23 paf
20388:
20389: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20390: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20391: types/pa_vhashfile.C: merged from _0014, 1
20392:
20393: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20394: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20395: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20396: ^cache(33) would change
20397:
20398: 0660 bits in file_write & hashfile create
20399:
20400: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20401: after pa_string optimization]
20402:
20403: 2001-11-22 paf
20404:
20405: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20406: table.offset[whence]
20407:
20408: * src/classes/op.C: process cstr(,connection)
20409:
20410: * src/classes/op.C: process now gets its body on current language,
20411: not as-is
20412:
20413: * src/main/untaint.C: ORIGINS mode removed UHTML
20414:
20415: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20416: bit
20417:
1.116 moko 20418: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20419:
20420: 2001-11-21 paf
20421:
20422: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20423: <xsl:output output options made identical to xsl:output
20424: attributes exclusion: cdata-section-elements what xalan can do
20425: but that not used now: it can escape and remove CDATA sections
20426:
20427: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20428: produced by xslt
20429:
20430: * src/targets/cgi/parser3.C: removed debug cgi||1
20431:
20432: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20433:
20434: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20435: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20436: default language for {code}, it happen to change it's language
20437: from CLEAN, so later refused to split by CLEAN \t
20438:
20439: 2001-11-20 paf
20440:
1.116 moko 20441: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20442: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20443: bottom of dependeces, so that errors would popup quicklier, fixed
20444: line numbering in table::sql
20445:
20446: 2001-11-19 paf
20447:
20448: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20449: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20450: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20451: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20452: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20453: at wcontext.write
20454:
1.116 moko 20455: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20456: _set_new_handler
20457:
1.116 moko 20458: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20459: set_new_handler in apache&isapi
1.95 moko 20460:
20461: 2001-11-16 paf
20462:
20463: * src/targets/cgi/parser3.C: pool debug @ die
20464:
20465: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20466: removed 8 bytes from String, 2 bytes from
20467: string::chunk::row::item
20468:
20469: * src/main/pa_string.C: removed 1+4 bytes from String
20470:
20471: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20472: types/pa_vstring.C: removed 1+4 bytes from String
20473:
20474: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20475: 0
20476:
20477: * src/: include/pa_globals.h, include/pa_string.h,
20478: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20479: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20480: targets/cgi/parser3.C: introducing estimating
20481: String::cstr_bufsize, 0
20482:
20483: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20484:
20485: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20486:
20487: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20488: include/pa_pool.h: die in pool::fail
20489:
20490: 2001-11-15 paf
20491:
20492: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20493: main/pa_exception.C, targets/cgi/parser3.C: exception with
20494: dynamic buffer re-back now with counter
20495:
20496: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20497: static buffer back
20498:
20499: * src/targets/cgi/parser3.C: std::
20500:
20501: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20502: include/pa_config_includes.h: setnewhandler check
20503:
1.116 moko 20504: * src/include/pa_config_auto.h.in: makes
1.95 moko 20505:
20506: * src/targets/cgi/parser3.C: set_new_handler started
20507:
20508: 2001-11-14 paf
20509:
20510: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20511: was wrong
20512:
20513: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20514: was wrong
20515:
20516: * src/main/pa_request.C: z
20517:
20518: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20519: full returns win32 -1 solaris >buffer_size
20520:
20521: checked all that
20522:
20523: * src/classes/op.C: ^untaint{body} as-is default now
20524:
20525: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20526: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20527: with no_bad_constructors_try
20528:
20529: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20530: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20531: this: $bred[^string::length[]] $bred[^response::clear[]]
20532: $bred[^int::int[]]
20533:
20534: now VObject creation moved into overriden
20535: VClass::create_new_value, thus 0 from create_new_value means that
20536: class has no ctors
20537:
20538: 2001-11-13 paf
20539:
20540: * src/classes/classes.C: returned accedently removed if in foreach
20541: callbacks [when hash no-0-restructure]
20542:
20543: 2001-11-12 paf
20544:
20545: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20546: passed as-is to method, xalan makes & into & itself
20547:
20548: * src/classes/date.C: date.roll parser2 alg used
20549:
20550: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20551: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20552: main/pa_dictionary.C, main/pa_hash.C,
20553: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20554: now does not containt 0 values. put 0 actullay removes. no check
20555: on 0 value in foreach now required
20556:
20557: 2001-11-11 paf
20558:
20559: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20560:
20561: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20562:
20563: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20564: driver initialize not const
20565:
20566: 2001-11-10 paf
20567:
20568: * src/main/pa_exec.C: doc
20569:
20570: 2001-11-09 paf
20571:
20572: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20573: param properly
20574:
20575: * src/classes/string.C: string.save now does untainting before
20576: saving
20577:
20578: * src/main/pa_common.C: line endings fixing fixed last piece[was
20579: still cstr oriented]
20580:
20581: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20582: line endings fixing got rid of cstr, now must work ok with post
20583: multipart
20584:
20585: * src/types/pa_vform.C: line endings fixed at post / multipart /
20586: not file also now
20587:
20588: 2001-11-08 paf
20589:
20590: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20591: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20592: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20593: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20594: main/pa_stylesheet_manager.C: restructured Cache manager to be
20595: simple parent, not second parent [gcc 2.96 strangly refused to
20596: call virtual from second parent]
20597:
1.116 moko 20598: * src/: include/pa_common.h, main/Makefile.am,
20599: targets/cgi/pa_pool.C: makes
1.95 moko 20600:
20601: * src/: include/pa_request.h, main/pa_request.C,
20602: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20603: 'status' class enabler
20604:
20605: <Location /parser-status.html> ParserStatusAllowed </Location>
20606:
20607: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20608: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20609: include/pa_stylesheet_manager.h, main/main.dsp,
20610: main/pa_cache_managers.C, main/pa_charset_manager.C,
20611: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20612: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20613: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20614: todo: apache 'status' class enabler
20615:
20616: 2001-11-05 paf
20617:
20618: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20619: debug to normal
20620:
20621: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20622: hence i removed skipping 0 values in hash::for_each-es we need to
20623: check cleaned cache items manually. few more checks.
20624:
20625: expiring to 0 time was wrong, changed to 'now' time
20626:
20627: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20628: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20629: on apache already done :)
20630:
20631: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20632: skipping 0 values in hash::for_each-es we need to check cleaned
20633: cache items manually
20634:
20635: * src/main/: pa_db_connection.C, pa_db_table.C:
20636: parser_multithreaded check was wrong
20637:
20638: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20639: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20640: classes/hashfile.C, classes/image.C, classes/int.C,
20641: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20642: classes/string.C, classes/table.C, classes/void.C,
20643: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20644: include/pa_array.h, include/pa_charset_connection.h,
20645: include/pa_charset_manager.h, include/pa_common.h,
20646: include/pa_config_fixed.h, include/pa_config_includes.h,
20647: include/pa_db_connection.h, include/pa_db_manager.h,
20648: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20649: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20650: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20651: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20652: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20653: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20654: include/pa_stack.h, include/pa_string.h,
20655: include/pa_stylesheet_connection.h,
20656: include/pa_stylesheet_manager.h, include/pa_table.h,
20657: include/pa_threads.h, include/pa_types.h, main/compile.C,
20658: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20659: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20660: main/pa_charset_manager.C, main/pa_common.C,
20661: main/pa_db_connection.C, main/pa_db_manager.C,
20662: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20663: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20664: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20665: main/pa_socks.C, main/pa_sql_driver_manager.C,
20666: main/pa_status_provider.C, main/pa_string.C,
20667: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20668: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20669: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20670: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20671: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20672: targets/isapi/pool_storage.h, types/pa_valiased.C,
20673: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20674: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20675: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20676: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20677: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20678: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20679: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20680: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20681: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20682: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20683: types/pa_vstateless_object.h, types/pa_vstatus.h,
20684: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20685: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20686: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20687: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20688: $status:db fixed used not initialized in db_connection & db_table
20689:
20690: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20691: $status:charset
20692:
20693: * src/: classes/xdoc.C, include/pa_db_connection.h,
20694: include/pa_stylesheet_connection.h,
20695: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20696: types/pa_vstatus.h: $status:stylesheet
20697:
20698: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20699: include/pa_request.h, include/pa_sql_connection.h,
20700: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20701: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20702: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20703: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20704: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20705: types/pa_vxnode.C, types/types.dsp: started status parser class
20706:
20707: 2001-11-01 paf
20708:
20709: * src/include/pa_config_auto.h.in: makes
20710:
20711: * src/main/pa_hash.C: removed old extra include
20712:
20713: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20714: checks [for hp, there are such in math.h]
20715:
20716: * src/classes/op.C: ^for endless loop check strightened
20717:
20718: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20719: behavior in native calls. it left unchanged, so ^for ^foreach &
20720: co can use r.root to write their i & key,value there
20721:
20722: * src/classes/op.C: detected for var storage bug, fixed.
20723: todo:foreach
20724:
20725: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20726: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20727: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20728: changing of hash inside of foreach
20729:
20730: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20731: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20732: were hash.foreach
20733:
20734: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20735: types/pa_vstring.C, types/pa_vstring.h:
20736: ^foreach[key|value]{body}[[separator]|{separator}]
20737:
20738: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20739: types/pa_vcookie.C: ^hash.delete[key]
20740:
20741: 2001-10-31 paf
20742:
20743: * src/main/: compile.C, pa_common.C: completely empty file now
20744: considered "read", not ignored [not perfect trick used]
20745:
20746: * src/main/pa_common.C: simplier common ifdefs
20747:
20748: * src/main/pa_common.C: typing bug in common - bad ifdeff
20749:
20750: * src/main/pa_db_connection.C: z
20751:
20752: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20753: lockdetector flags
20754: dbenv.lk_detect=DB_LOCK_RANDOM;
20755:
20756: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20757: from accidental show [imagine user forgot @exception]
20758:
20759: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20760:
20761: * src/: classes/file.C, classes/image.C, classes/mail.C,
20762: classes/string.C, classes/xnode.C, include/pa_common.h,
20763: main/pa_common.C: ^string.save[[append;]path]
20764:
20765: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20766: main/execute.C: \ in expression: int divide 10/3=3
20767:
20768: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20769: inside of ^cache
20770:
20771: * src/: include/pa_threads.h, main/pa_db_connection.C,
20772: main/pa_db_table.C, targets/cgi/pa_threads.C,
20773: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20774: needed
20775:
20776: 2001-10-30 paf
20777:
20778: * src/: classes/classes.dsp, main/main.dsp,
20779: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20780: types/types.dsp: enabled debug incremental compile
20781:
20782: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20783: form post data line endings not reformatted now.
20784:
20785: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20786: now required [had bug when file= has no value]
20787:
20788: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20789: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20790: cstr(asis) default param removed
20791:
20792: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20793:
20794: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20795:
20796: * src/include/pa_dir.h: LOAD_DIR fixed
20797:
20798: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20799: was broken} fix_line_breaks
20800:
20801: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20802: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20803: packed with #pragma pack
20804:
1.116 moko 20805: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20806:
20807: 2001-10-29 paf
20808:
20809: * src/types/pa_wcontext.h: bitfield syntax stricter
20810:
20811: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20812: string hash.puts
20813:
20814: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20815:
20816: * src/include/pa_sql_connection.h: there were one wrong
20817: SQL_CONNECTION_FUNC_GUARDED [failed]
20818:
20819: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20820: param.someday either ifdef or remove it
20821:
20822: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20823:
20824: * src/main/untaint.C: optimizing returned after debugging
20825:
20826: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20827: main/untaint.C: memory hunging #pragma pack(1)
20828:
20829: 16 419 844 13 169 394
20830:
20831: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20832: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20833: places [todo:Array]
20834:
20835: * src/: main/execute.C, targets/cgi/pa_pool.C,
20836: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20837: types/pa_wwrapper.h: debugging memory WContext flags to bits
20838:
20839: total 5 652 652/158731 total 5 469 332/158731
20840:
20841: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20842: Array:: without cache in get/put now
20843:
20844: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20845: 18:25:27 2001] total 5 652 652/158731
20846:
20847: * src/: include/pa_string.h, main/pa_string.C,
20848: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20849: now
20850:
20851: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20852: 18:11:53 2001] total 5796092/158731
20853:
20854: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20855: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20856: key ref now
20857:
20858: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20859: 17:11:17 2001] total 16867948/202658
20860:
20861: * src/: classes/file.C, classes/image.C, classes/string.C,
20862: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20863: main/execute.C, main/pa_array.C, main/pa_common.C,
20864: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20865: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20866: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20867: string::as_int/double now usually uses stack, not heap [200K out
20868: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20869:
20870: * src/main/pa_sql_driver_manager.C: ping to have services [old
20871: hiding bug]
20872:
20873: * src/Makefile.am: .am order
20874:
20875: * src/: include/pa_array.h, include/pa_charset_manager.h,
20876: include/pa_db_connection.h, include/pa_db_manager.h,
20877: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20878: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20879: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20880: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20881: required "friend class"
20882:
20883: ../include/pa_request.h:51: friend declaration requires
20884: class-key, i.e. `friend class Temp_lang'
20885:
20886: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20887: main/pa_exception.C, main/pa_sql_driver_manager.C,
20888: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20889:
20890: the idea is to #1 jump to C++ some function to main body, where
20891: every function stack frame has exception unwind information and
20892: from there... #2 propagate_exception()
20893:
20894: 2001-10-28 paf
20895:
20896: * src/main/pa_db_connection.C: removed old consts
20897:
20898: * src/main/pa_db_connection.C: expire table [was accidently pasted
20899: with wrong type/cast]
20900:
20901: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20902: translation
20903:
1.116 moko 20904: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20905: remember to build DB2 with -fexceptions!!!
20906:
20907: * src/main/pa_db_table.C: DB_RMW defed
20908:
20909: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20910: include/pa_db_connection.h, include/pa_db_manager.h,
20911: include/pa_db_table.h, main/pa_db_connection.C,
20912: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20913:
20914: 2001-10-27 paf
20915:
20916: * src/: classes/hashfile.C, include/pa_db_connection.h,
20917: include/pa_db_table.h, main/pa_db_connection.C,
20918: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20919: types/pa_vhashfile.C: DB2 ifdefs
20920:
1.116 moko 20921: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20922: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20923: makes with DB2
20924:
1.116 moko 20925: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20926: types/Makefile.am: makes db
1.95 moko 20927:
20928: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20929: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20930: globals.C
20931:
20932: * src/: classes/hashfile.C, include/pa_db_connection.h,
20933: include/pa_db_table.h, main/pa_db_connection.C,
20934: main/pa_db_table.C: ^hashfile.clear[]
20935:
20936: * src/classes/classes.awk: no $ in var names
20937:
20938: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20939: connection&table [forgotten calls]
20940:
20941: 2001-10-26 paf
20942:
20943: * src/main/pa_db_connection.C: db checkpoints
20944:
20945: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20946: checkpoints
20947:
20948: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20949: default. but entities still reparsed. todo: tothink
20950:
20951: * src/main/pa_db_connection.C: db recover mech 2
20952:
20953: * src/: classes/hashfile.C, include/pa_db_connection.h,
20954: include/pa_db_manager.h, include/pa_db_table.h,
20955: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20956: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20957: types/pa_vhashfile.h: db connections & tables now cached at
20958: create time & multithreaded
20959:
20960: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20961: parsed_source
20962:
20963: * src/main/pa_db_connection.C: about to remove connection from
20964: vhashfile
20965:
20966: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20967: transaction commit/rollback responsibility left to parent [as it
20968: sould - else there were a bug with double free]
20969:
20970: * src/include/pa_db_table.h: db: child transaction commit/rollback
20971: responsibility left to parent [as it sould - else there were a
20972: bug with double free]
20973:
20974: 2001-10-25 paf
20975:
20976: * src/: classes/hashfile.C, include/pa_common.h,
20977: include/pa_db_connection.h, include/pa_db_manager.h,
20978: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20979: types/pa_vhashfile.C, types/pa_vhashfile.h,
20980: include/pa_db_table.h, main/pa_db_table.C: started db_home
20981: [multiple, cached] todo: autorecover [tried, but not succeded,
20982: yet]
20983:
20984: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20985:
20986: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20987: transaction parent passed
20988:
20989: 2001-10-24 parser
20990:
1.116 moko 20991: * src/classes/Makefile.am: makes
1.95 moko 20992:
20993: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20994: isapi/pool_storage.h: pool_storage fixed
20995:
20996: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20997: types/pa_vform.h: form fix_line_breaks
20998:
1.116 moko 20999: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21000:
21001: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21002: targets/cgi/pool_storage.h: makes
21003:
21004: * src/sql/pa_sql_driver.h: version
21005:
21006: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21007: types/pa_vform.C, types/pa_vform.h: .am
21008:
21009: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21010: this: DB_RMW Acquire write locks instead of read locks when doing
21011: the retrieval. Setting this flag may decrease the likelihood of
21012: deadlock during a read-modify-write cycle by immediately
21013: acquiring the write lock during the read part of the cycle so
21014: that another thread of control acquiring a read lock for the same
21015: item, in its own read-modify-write cycle, will not result in
21016: deadlock
21017:
21018: * src/targets/isapi/parser3isapi.dsp: doc
21019:
21020: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21021:
21022: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21023:
21024: * src/: classes/hashfile.C, include/pa_db_connection.h,
21025: main/pa_db_connection.C: hashfile expired deleted from db when
21026: get & iterate
21027:
21028: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21029: expiring 1
21030:
21031: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21032:
21033: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21034: db_connection not bothers with key when not returning expired
21035: data
21036:
21037: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21038: types/pa_vhashfile.C: db_cursor constructor public now
21039:
21040: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21041: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21042: stamped, todo: put_element analize
21043:
21044: * src/: include/pa_db_connection.h, include/pa_string.h,
21045: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21046: serialize. todo stamp
21047:
21048: 2001-10-23 parser
21049:
21050: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21051: classes/image.C, classes/mail.C, classes/response.C,
21052: classes/string.C, classes/table.C, classes/xdoc.C,
21053: include/pa_config_fixed.h, include/pa_db_connection.h,
21054: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21055: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21056: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21057: types/pa_vtable.C: ^hashfile.hash[]
21058:
21059: * src/: classes/hashfile.C, classes/xdoc.C,
21060: include/pa_config_fixed.h, main/pa_db_manager.C,
21061: main/pa_globals.C: ifdefs so it compiled without db
21062:
21063: * src/: classes/hashfile.C, include/pa_db_connection.h,
21064: include/pa_db_manager.h, main/pa_db_connection.C,
21065: main/pa_db_manager.C, types/pa_vhashfile.h:
21066: ^hashfile.transaction{code} ^hashfile:clear[filename]
21067: ^hashfile.delete[key]
21068:
21069: 2001-10-22 parser
21070:
21071: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21072: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21073:
21074: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21075: classes/xnode.C, include/pa_charset_connection.h,
21076: include/pa_db_connection.h, include/pa_db_manager.h,
21077: include/pa_exception.h, include/pa_sapi.h,
21078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21079: include/pa_stylesheet_connection.h,
21080: include/pa_stylesheet_manager.h,
21081: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21082: main/pa_db_connection.C, main/pa_db_manager.C,
21083: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21084: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21085: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21086: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21087: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21088: types/types.dsp: hashfile 0
21089:
21090: * src/types/pa_vhashfile.C: z
21091:
21092: * src/: classes/classes.dsp, classes/hashfile.C,
21093: include/pa_config_fixed.h, main/execute.C,
21094: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21095: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21096:
21097: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21098:
21099: * src/: include/pa_exception.h, include/pa_request.h,
21100: main/execute.C, main/pa_exception.C, main/pa_request.C,
21101: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21102: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21103:
21104: 2001-10-19 parser
21105:
21106: * src/include/pa_pool.h: header
21107:
21108: * src/main/pa_pool.C: auto compiled on gcc
21109:
21110: * src/classes/image.C: comment
21111:
1.116 moko 21112: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21113:
21114: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21115: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21116: types/pa_vxnode.h: xnode clone got freed
21117:
21118: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21119: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21120: can free up xalandomstring resulting from pool::transcode
21121:
21122: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21123: include/pa_config_fixed.h, include/pa_exception.h,
21124: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21125: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21126: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21127: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21128: from non-xml compile
21129:
21130: * src/main/pa_request.C: pool:: context - get_context
21131:
21132: * src/: classes/classes.h, classes/date.C, classes/double.C,
21133: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21134: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21135: classes/string.C, classes/table.C, classes/void.C,
21136: include/pa_config_fixed.h, include/pa_exception.h,
21137: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21138: main/compile.C, main/compile_tools.C, main/execute.C,
21139: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21140: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21141: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21142: main/pa_string.C, main/pa_table.C, main/untaint.C,
21143: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21144: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21145: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21146: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21147: types/pa_vstateless_class.h, types/pa_vtable.C,
21148: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21149: exceptions 0
21150:
21151: * src/classes/classes.awk: $ removed
21152:
21153: 2001-10-18 parser
21154:
21155: * src/types/pa_vcookie.C: cookie:CLASS
21156:
21157: * src/main/main.dsp: project
21158:
21159: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21160: set_document & ctor question "who owns document" solved
21161:
21162: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21163:
21164: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21165: main/pa_pool.C: encoding in dom creating funcs
21166:
21167: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21168: be transformed now
21169:
21170: * src/classes/xdoc.C: dom created by create can be transformed now
21171:
21172: * src/classes/xdoc.C: z
21173:
21174: * src/classes/xdoc.C: comment
21175:
21176: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21177: create now uses XercesDocumentBridge, appendChild&co now works
21178:
21179: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21180: @ recompile
21181:
21182: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21183: $origin @exception[
21184:
21185: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21186: tag names forced to XML lang
21187:
21188: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21189: leechy-found bugs in code&doc fixed
21190:
21191: 2001-10-17 parser
21192:
21193: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21194: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21195: n functionality preserved
21196:
21197: * src/types/pa_vimage.h: removed unused vimage::save
21198:
21199: 2001-10-16 parser
21200:
21201: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21202:
21203: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21204:
21205: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21206:
21207: * src/classes/image.C: image.copy tolerance
21208:
21209: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21210: ineffective, but works for small paleted image
21211:
21212: * src/types/pa_vimage.C: comment
21213:
21214: * src/classes/image.C: gd size/resize bugfix
21215:
21216: * src/: classes/classes.dsp, main/main.dsp,
21217: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21218: types/types.dsp: ident >nul 2>&1
21219:
21220: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21221: systems
21222:
21223: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21224: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21225:
21226: 2001-10-15 parser
21227:
21228: * src/main/execute.C: z
21229:
21230: * src/classes/: xdoc.C: !::create{qualifiedName}
21231:
21232: * src/types/pa_vxnode.C: document_type_node.
21233: !readonly attribute DOMString name
21234: !notation_node.
21235: !readonly attribute DOMString publicId
21236: !readonly attribute DOMString systemId
21237:
1.116 moko 21238: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21239: ::write badly passed string too transparently [failed to
21240: intercept it]
1.95 moko 21241:
21242: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21243: include/pa_request.h, main/pa_sql_driver_manager.C,
21244: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21245: types/pa_vxnode.h: DOM1 major addtion, only few
21246: attributes/methods left
21247:
21248: 2001-10-13 parser
21249:
21250: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21251: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21252: in main handler
21253:
21254: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21255: cleanups & frees order
21256:
21257: * src/types/pa_vcode_frame.h: couple comments
21258:
21259: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21260: transparent enough to handle hash if creation&passing
21261:
21262: * src/: include/pa_config_fixed.h, main/execute.C,
21263: main/pa_exception.C: noticed that vcodeframe not transparent
21264: enough, would change now
21265:
21266: 2001-10-12 parser
21267:
21268: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21269: fixed. initialization&free on each thread!
21270:
21271: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21272: handling changed: now type of default param analized always, not
21273: only at problem time, thus helping early problem spotting
21274:
21275: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21276: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21277: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21278: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21279: multithread bug fixed. initialization&free on each thread!
21280:
21281: 2001-10-11 parser
21282:
21283: * src/classes/xnode.C: xnode.selectSingle now
21284:
21285: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21286: include/pa_pool.h, include/pa_stylesheet_connection.h,
21287: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21288: convertors out of Pool into Exception
21289:
21290: * src/main/pa_string.C: const
21291:
21292: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21293: linked pieces of same language together prior to String::replace
21294:
21295: * src/classes/hash.C: !^hash.add[addme]
21296: !^hash.sub[subme]
21297: !^a.union[b] = new
21298: !^a.intersection[b] = new
21299: !^a.intersects[b] = bool
21300:
21301: * src/classes/hash.C: !^hash::append[append_from]
21302:
21303: * src/: classes/hash.C, types/pa_vhash.h:
21304: !^hash::create[[copy_from]]
21305:
21306: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21307: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21308: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21309: fixed. got rid of empty_string, which caused errors - it hasnt
21310: exception but somebody[value.bark] tried to throw it on it's pool
21311:
1.116 moko 21312: * src/include/pa_config_auto.h.in: makes
1.95 moko 21313:
21314: 2001-10-10 parser
21315:
21316: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21317:
21318: * src/main/: compile.tab.C, compile.y: ^a[
21319:
21320: @next_method << now unclosed ] would be reported here
21321:
21322: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21323: compile error
21324:
21325: 2001-10-09 parser
21326:
1.116 moko 21327: * src/: classes/Makefile.am, main/Makefile.am,
21328: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21329:
21330: * src/classes/Makefile.am: makes
21331:
21332: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21333: win32 errors intercepted [xalan transformer patched and
21334: incorporated]
21335:
21336: * src/: classes/classes.dsp, classes/xdoc.C,
21337: include/pa_stylesheet_connection.h, main/main.dsp,
21338: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21339: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21340: patches starting
21341:
21342: * src/classes/: string.C, table.C: ^string.save[file]
21343:
21344: * src/classes/: date.C, table.C: calendar moved to date
21345:
21346: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21347: string/table] now
21348:
21349: * src/classes/: op.C, table.C: z
21350:
21351: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21352: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21353: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21354: be code [be string..]
21355:
21356: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21357: table.C: lots of
21358: params->as_int/double/as_string/as_junction/as_no_junction
21359: messages added
21360:
21361: 2001-10-08 parser
21362:
21363: * src/: classes/date.C, classes/image.C, classes/string.C,
21364: classes/table.C, classes/void.C, include/pa_request.h:
21365: params->as_int/double message added
21366:
21367: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21368:
21369: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21370: image:sector removed image:html internal "line-*" attribs
21371:
21372: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21373: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21374:
21375: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21376: way
21377:
21378: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21379: main/untaint.C: header untainting to UL_HTTP_HEADER,
21380: UL_MAIL_HEADER made nonforced [only tainted pieces]
21381:
21382: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21383: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21384: @ SAPI::log
21385:
21386: * src/main/untaint.C: \r to ' ' in origins mode
21387:
21388: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21389: set]
21390:
21391: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21392: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21393: nonstandard liaison freed up
21394:
21395: 2001-10-07 parser
21396:
21397: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21398: project
21399:
21400: 2001-10-05 parser
21401:
21402: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21403: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21404: from outputing to cerr. lots of "todos"
21405:
21406: * src/main/untaint.C: http_header tainting more gentle with
21407: enquoting now
21408:
21409: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21410: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21411: xml errorhandler. fixed string.replace a little, read @test
21412:
21413: * src/main/pa_string.C: found replace bug - first_that_starts(char
21414: *) does not have limit, and looks further eos, fixing....
21415:
21416: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21417:
21418: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21419:
21420: * src/main/: pa_charset_connection.C: ctype another mem clear
21421: bugfix
21422:
1.116 moko 21423: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21424: $result[^[$p^]z] now works fine
1.95 moko 21425:
21426: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21427: wrong. fixed it
21428:
21429: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21430: of totable appered to be vital
21431:
21432: 2001-10-04 parser
21433:
21434: * src/classes/image.C: ^image.length[text]
21435:
21436: 2001-10-03 parser
21437:
21438: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21439:
21440: * src/main/pa_request.C: restored pcre defaulting in request
21441: [mindlessly "optimized" yesterday] comment left
21442:
21443: 2001-10-02 parser
21444:
21445: * src/: main/pa_charset_manager.C,
21446: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21447: needed
21448:
21449: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21450: forgot non-xml pool.*charset needed
21451:
21452: * src/classes/table.C: # config comments fixed
21453:
21454: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21455: charset_connection #comment now
21456:
21457: * src/: classes/classes.dsp, types/types.dsp: release projects
21458: options fixed to use release msvcrt lib
21459:
21460: * src/main/pa_charset_connection.C: pcre tables now const inside
21461: removed default - pcre handles that internally fixed bug on
21462: not-cleaning tables [previously was calloced, now member]
21463:
21464: * src/: include/pa_request.h, main/pa_charset_connection.C,
21465: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21466: inside removed default - pcre handles that internally fixed bug
21467: on not-cleaning tables [previously was calloced, now member]
21468:
21469: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21470: tested charset reload on file change @ apache version = OK tested
21471: freeing up prev encoding on adding new = OK
21472:
21473: 2001-10-01 parser
21474:
21475: * src/main/pa_charset_connection.C: removed entitify external hack
21476: [internal installed]
21477:
1.116 moko 21478: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21479:
21480: * src/: include/pa_charset_connection.h,
21481: include/pa_charset_manager.h,
21482: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21483: main/pa_charset_connection.C, main/pa_charset_manager.C,
21484: main/pa_request.C: charset loading & caching mech 0
21485:
21486: * src/: include/pa_stylesheet_connection.h,
21487: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21488: main/pa_globals.C, main/pa_request.C: would make charset loading
21489: & caching mech now
21490:
21491: 2001-09-30 parser
21492:
21493: * src/main/pa_request.C: forgot to fill toTable
21494:
21495: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21496: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21497: failed on win32 for now..
21498:
21499: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21500: now charsets table configuration variable is: CHARSETS
21501:
21502: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21503: ctype with unicode 1. todo: no П entities on output somehow
21504:
21505: * src/: classes/file.C, classes/op.C, classes/string.C,
21506: include/pa_request.h, main/pa_request.C: started ctype with
21507: unicode values
21508:
21509: 2001-09-28 parser
21510:
21511: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21512: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21513: string passed AS-IS now
21514:
21515: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21516: way of user-configuring... todo: implement
21517:
21518: 2001-09-27 parser
21519:
21520: * src/classes/table.C: table.sort changed to sort table itself
21521:
21522: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21523: X^.getElementsByTagName[tagname] = array of xnode
21524: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21525: nodes removed - regretfully not supported @ xalan. maybe someday
21526: would reimplement, if needed.
21527:
21528: win32build system: solved long waiting anti-non-started-apache
21529: problem
21530:
21531: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21532: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21533: types/types.dsp: win32 ident make system so not to rebuild
21534: library [ident.C.new]
21535:
21536: 2001-09-26 parser
21537:
21538: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21539: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21540: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21541: types/pa_vxnode.C, types/types.dsp: z
21542:
21543: * src/classes/classes.C: forgot one non-xml check
21544:
1.116 moko 21545: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21546: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21547:
21548: * src/targets/cgi/parser3.C: z
21549:
21550: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21551: targets/isapi/parser3isapi.C: #ifdef SMTP
21552:
21553: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21554: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21555: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21556: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21557: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21558: types/types.dsp: xdoc&xnode now
21559:
21560: * src/: classes/classes.C, classes/classes.awk,
21561: classes/classes.dsp, classes/classes.h, classes/date.C,
21562: classes/dnode.C, classes/dnode.h, classes/dom.C,
21563: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21564: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21565: classes/op.C, classes/response.C, classes/string.C,
21566: classes/table.C, classes/void.C, include/pa_array.h,
21567: include/pa_common.h, include/pa_config_fixed.h,
21568: include/pa_config_includes.h, include/pa_dictionary.h,
21569: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21570: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21571: include/pa_socks.h, include/pa_sql_connection.h,
21572: include/pa_sql_driver_manager.h, include/pa_stack.h,
21573: include/pa_string.h, include/pa_stylesheet_connection.h,
21574: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21575: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21576: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21577: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21578: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21579: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21580: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21581: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21582: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21583: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21584: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21585: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21586: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21587: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21588: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21589: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21590: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21591: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21592: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21593: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21594: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21595: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21596: types/pa_vmethod_frame.h, types/pa_vobject.h,
21597: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21598: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21599: types/pa_vstateless_object.h, types/pa_vstring.C,
21600: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21601: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21602: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21603: main.dsp splitted to main+classes+types along to .am
21604:
21605: * src/classes/Makefile.am: removed useless var
21606:
21607: * src/: classes/classes.cmd, main/main.dsp,
21608: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21609: main.dsp
21610:
21611: 2001-09-25 parser
21612:
21613: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21614: 1251 though, todo ICU
21615:
1.116 moko 21616: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21617: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21618: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21619: types/pa_vdom.h: xml configure makes
1.95 moko 21620:
21621: 2001-09-24 parser
21622:
1.116 moko 21623: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21624: types/Makefile.am: makes
1.95 moko 21625:
1.116 moko 21626: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21627:
21628: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21629: started unix makes update
21630:
21631: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21632: started unix makes update
21633:
21634: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21635:
21636: * src/types/pa_value.h: z
21637:
21638: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21639: bugs with usinge hash/table in expressions
21640:
21641: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21642: resolved conflicts fixed [const]
21643:
21644: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21645: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21646: main/compile.C, main/compile.tab.C, main/compile.y,
21647: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21648: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21649: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21650: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21651: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21652: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21653: with before_xml [merge2 actually didn't happen - i've created
21654: tags on wrong branch. so this merge is in fact re-merge]
21655:
21656: 2001-09-21 parser
21657:
21658: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21659: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21660: produced "" in make file and sadly wrong interpreted on load]
21661:
1.116 moko 21662: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21663: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21664: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21665: include/pa_sql_driver_manager.h, include/pa_string.h,
21666: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21667: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21668: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21669:
21670: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21671: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21672: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21673: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21674: main/pa_pool.C, main/pa_request.C,
21675: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21676: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21677: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21678: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21679: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21680: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21681: types/pa_vrequest.C, types/pa_vresponse.h,
21682: types/pa_vstateless_class.C, types/pa_vstring.C,
21683: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21684: created new projects for sql drivers [planning to remove sql
21685: drivers from main cvs project] first, will join latest changes
21686:
21687: * src/classes/: dom.C: defaulted dom writing methods encoding to
21688: pool.get_charset
21689:
21690: * src/classes/dom.C: defaulted dom writing methods encoding to
21691: pool.get_charset
21692:
21693: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21694: pool.get_charset
21695:
21696: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21697: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21698: methods encoding to pool.get_charset
21699:
21700: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21701: transcoder were created right "unsupported encoding" message.
21702: not @ set time, but @ use time, so until xml output functions
21703: .string, .file, .save used - no encoding name check occur
21704:
21705: reduced transcode buffer size to 60 fixed pool cleanup - no
21706: registration needed, pools are officially destructured
21707:
21708: 2001-09-20 parser
21709:
21710: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21711:
21712: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21713: $MAIN:DEFAULTS.content-type[$.charset[here]]
21714:
21715: * src/: classes/dnode.C, classes/dom.C,
21716: include/pa_config_includes.h, include/pa_globals.h,
21717: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21718: main/pa_pool.C, targets/cgi/parser3.dsp,
21719: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21720: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21721: Pool::transcode 0
21722:
21723: * src/classes/dom.C: dom. string save file moved output xml options
21724: to last param and made it optional
21725:
21726: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21727: dnodes
21728: !$attributenode.specified = boolean
21729: true if the attribute received its value explicitly
21730: in the XML document,
21731: or if a value was assigned programatically with the
21732: setValue function.
21733: false if the attribute value came from the default value
21734: declared in the document's DTD.
21735: !$pinode.target = target of this processing instruction
21736: XML defines this as being the first token following the
21737: markup
21738: that begins the processing instruction.
21739: XPath:
21740: !^node.select[xpath/query/expression] = hash of 0->node0
21741: 1->node1
21742: !^node.select-single[xpath/query/expression] = first node if
21743: any
21744:
21745: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21746: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21747: some 'const's added
21748:
21749: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21750: expression context now, there value = size and boolean value
21751: size!=0
21752:
21753: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21754: can be used in expression context now, there value = size and
21755: boolean value size!=0
21756:
21757: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21758: types/pa_vstring.h: dnode .file .string .save moved back to dom
21759: due to strange xalan bug
21760:
21761: 2001-09-18 parser
21762:
21763: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21764: classes/image.C, classes/op.C, classes/table.C,
21765: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21766: include/pa_sql_driver_manager.h, main/compile.C,
21767: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21768: main/execute.C, main/pa_common.C, main/pa_request.C,
21769: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21770: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21771: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21772: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21773: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21774: before_xml branch ^if(def $hash) now true only when
21775: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21776:
21777: * src/: classes/op.C, main/execute.C: operators self changed to
21778: root ^for variable context changed to self
21779:
21780: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21781: dnode 1
21782:
21783: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21784: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21785:
21786: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21787: poly* fixed
21788:
21789: 2001-09-17 parser
21790:
21791: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21792: types/pa_vdom.h: started dnode+dom
21793:
21794: dnode DOM methods: $node.name $node.value
21795: ...others...
21796:
21797: ^node.xpath[/rates/USD] = hash
21798: $hash[
21799: $.0[node0]
21800: $.1[node1]
21801: ]
21802:
21803: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21804: applies to all linear primitives
21805:
21806: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21807: include/pa_stylesheet_connection.h, main/main.dsp,
21808: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21809: types/pa_vimage.h: started dnode DOM: $node.name
21810: $node.value ...others... ^node.xpath[/rates/USD] = hash
21811: dom(dnode)
21812:
21813: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21814: main/compile.y, main/compile_tools.h, main/execute.C,
21815: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21816: in expression compound($aa.zz.xx) names now can have minus '-' in
21817: name after '.'
21818:
21819: 2001-09-15 parser
21820:
21821: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21822: image: $line-width ^line(...)[**** style]
21823:
21824: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21825: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21826: pool_storage - cleanups first, allocations second. apache wisely
21827: does just like that
21828:
21829: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21830: rewritten using template, no bugs now
21831:
21832: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21833: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21834: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21835: poorly started isapi pool_storage, would rewrite using template
21836: now
21837:
21838: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21839: include/pa_stylesheet_connection.h, main/main.dsp,
21840: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21841: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21842: xalan objects freed up [introducing Pool::register_cleanup]
21843:
21844: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21845: comments
21846:
21847: 2001-09-14 parser
21848:
21849: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21850: z
21851:
21852: * src/: classes/dom.C, classes/file.C, classes/image.C,
21853: classes/mail.C, include/pa_common.h,
21854: include/pa_sql_driver_manager.h, include/pa_string.h,
21855: include/pa_stylesheet_connection.h,
21856: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21857: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21858: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21859: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21860: compiled&cached
21861:
21862: 2001-09-13 parser
21863:
21864: * src/: classes/dom.C, classes/file.C, classes/image.C,
21865: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21866:
21867: * src/classes/dom.C: dom:file content-type(.method)
21868:
21869: * src/: include/pa_common.h, include/pa_globals.h,
21870: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21871: string now more informative error messages
21872:
21873: * src/: include/pa_globals.h, include/pa_request.h,
21874: main/pa_request.C, targets/cgi/parser3.C,
21875: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21876: ParserSiteConfig .../parser3.conf
21877:
21878: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21879:
21880: 2001-09-12 parser
21881:
21882: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21883: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21884: precise error reporting: "connection string must start with
21885: protocol://" now
21886:
21887: * src/main/compile.tab.C: fixed - subname code parts actually []
21888: braced
21889:
21890: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21891: lexer on LS_USER level did [] matching without setting nestage,
21892: introduced special LS_NAME_SQUARE_PART state
21893:
21894: 2001-09-11 parser
21895:
21896: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21897: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21898: languages+=xml
21899:
21900: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21901:
21902: * src/classes/dom.C: ^dom:save/string/file[output options] output
21903: options: $.method[xml|html|text] detection fixed
21904:
21905: * src/types/pa_vdom.h: messages
21906:
21907: * src/classes/dom.C: ^dom:save/string/file[output options] output
21908: options: $.method[xml|html|text] detection fixed
21909:
21910: 2001-09-10 parser
21911:
21912: * src/classes/dom.C: ^dom:save/string/file[output options] output
21913: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21914:
21915: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21916: added]
21917:
21918: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21919: ^dom.xslt[stylesheet filename] 0
21920:
21921: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21922: ^dom.xslt[stylesheet filename] -1 doc is lying
21923:
21924: * src/classes/dom.C: ^dom.file[encoding] = file
21925:
21926: * src/classes/: dom.C: ^dom.string[encoding] 1
21927: ^dom.save[encoding;filename]
21928:
21929: * src/classes/dom.C: ^dom.string[] 0
21930:
21931: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21932:
21933: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21934: types/pa_vform.h: ^dom.save[b.xml] 0
21935:
21936: 2001-09-08 parser
21937:
21938: * src/types/pa_vform.C: $form:tables.name.field
21939:
21940: 2001-09-07 parser
21941:
21942: * src/classes/table.C: table:empty removed, superceded by ^if(def
21943: $table)...
21944:
21945: * src/targets/cgi/parser3.C: z
21946:
21947: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21948: from '' to int/double is 0]
21949:
21950: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21951: $table) is false when table is empty
21952:
21953: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21954: !$form:tables $atable[$form:tables.a]
21955: ^atable.menu{a=$atable.element}[,]
21956:
21957: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21958: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21959:
1.116 moko 21960: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21961: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21962: of dom
21963:
21964: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21965: types/pa_vform.C, types/pa_vform.h: z
21966:
21967: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21968: element [not last]
21969:
1.116 moko 21970: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21971: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21972:
21973: 2001-09-06 parser
21974:
21975: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21976: table with one column 'element' and two rows: 1 and 2
21977:
21978: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21979: table with one column 'element' and two rows: 1 and 2
21980:
21981: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21982: bad int/double conversions, and now $form:nonexistent.int(88)
21983: would return 88
21984:
21985: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21986: types/pa_vhash.h: now there's special hash key '_default'
21987: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21988: $._default[xx] ] $hash.c
21989:
21990: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21991: fixed [thanks, fif], ^; were treated there non-literally
21992:
21993: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21994: doxygen
21995:
21996: * src/: classes/image.C, classes/op.C, classes/string.C,
21997: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21998: types/pa_vtable.C: few #ifndef DOXYGEN
21999:
22000: 2001-09-05 parser
22001:
22002: * src/classes/: string.C, table.C: sql options can be void [same as
22003: image:html the other day]
22004:
22005: * src/targets/cgi/Makefile.am: .am undo
22006:
22007: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22008: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22009: macro expantion on param, simply qoutes whatever passed, undone
22010:
22011: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22012: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22013: STRINGIZE(name) #name invented
22014:
22015: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22016: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22017: MAIN_SQL_DRIVERS_NAME "drivers"
22018:
22019: moved to be availible to all users
22020:
22021: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22022: SQL_DRIVER_CREATE_FUNC_NAME
22023:
22024: * src/classes/mail.C: MAIN:MAIL check fixed
22025:
22026: 2001-09-04 parser
22027:
22028: * src/classes/image.C: image.html now can accept void params
22029:
22030: * src/targets/isapi/parser3isapi.C: z
22031:
22032: * src/targets/cgi/parser3.C: full_file_spec bug
22033:
22034: * src/targets/cgi/parser3.C: getenvcheck
22035:
22036: * src/targets/cgi/parser3.C: zz
22037:
22038: * src/targets/cgi/parser3.C: zzz
22039:
22040: * src/classes/date.C: date
22041:
22042: * src/classes/date.C: date:sql-string is now without ''
22043:
1.116 moko 22044: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22045: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22046: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22047:
1.116 moko 22048: * src/include/pa_config_auto.h.in: makes
1.95 moko 22049:
22050: 2001-09-03 parser
22051:
22052: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22053:
22054: 2001-09-01 parser
22055:
22056: * src/classes/image.C: letter_spacing
22057:
22058: * src/classes/image.C: image: font params changed
22059:
22060: * src/classes/image.C: image: as_int as_string used
22061:
22062: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22063: analized
22064:
22065: 2001-08-31 parser
22066:
22067: * src/targets/cgi/parser3.C: z
22068:
1.116 moko 22069: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22070: cygwin
1.95 moko 22071:
22072: * src/classes/void.C: void:int/double += (default)
22073:
22074: * src/classes/image.C: image:font added space param image:font
22075: changed charwidth alg, added kerning const[for now]
22076:
22077: * src/classes/: string.C, table.C: string:int/double (defaults)
22078:
22079: 2001-08-29 parser
22080:
22081: * src/main/pa_exception.C: exception redundant debug info
22082:
22083: 2001-08-28 parser
22084:
22085: * src/classes/image.C: image error msgs
22086:
22087: * src/classes/image.C: image: gifsize little endian
22088:
22089: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22090: doxygeneration
22091:
22092: * src/: classes/Makefile.am, main/Makefile.am,
22093: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22094:
22095: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22096: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22097:
22098: * src/main/compile.C: NO_STRING_ORIGIN check2
22099:
22100: * src/classes/table.C: NO_STRING_ORIGIN check
22101:
22102: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22103: storage class specifiers invalid in friend function declarations
22104:
22105: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22106: main/untaint.C, targets/cgi/parser3.C,
22107: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22108: case of limit
22109:
22110: * src/: classes/file.C, main/pa_common.C: file:move
22111: autocreate/remove dest/src dir
22112:
22113: * src/: classes/string.C, include/pa_dictionary.h,
22114: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22115: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22116: to directory constructor. string:replace
22117:
22118: 2001-08-27 parser
22119:
22120: * src/classes/image.C: fixed jpgsize alg
22121:
22122: * src/classes/image.C: fixed jpgsize alg
22123:
22124: * src/main/pa_exception.C: z
22125:
22126: * src/main/pa_common.C: removed debug info from pa_common
22127:
22128: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22129: [auto.p from current dir loading]
22130:
1.116 moko 22131: * src/: main/pa_common.C, main/pa_exception.C,
22132: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22133: for solaris -lsocket
1.95 moko 22134:
22135: 2001-08-24 parser
22136:
22137: * src/targets/cgi/parser3.C: not cgi extra \n 3
22138:
22139: * src/targets/cgi/parser3.C: not cgi extra \n 2
22140:
22141: * src/targets/cgi/parser3.C: not cgi extra \n
22142:
22143: * src/main/pa_sql_driver_manager.C: z
22144:
22145: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22146: sql* removed services from disconnect - cross-request ideological
22147: probs.
22148:
22149: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22150: cross-request ideological probs. oracle - fixed bug: cs
22151: allocated on request.pool and got freed before disconnect
22152:
22153: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22154: mallocs fixed
22155:
22156: 2001-08-23 parser
22157:
22158: * src/classes/file.C: minor bug in file:save fixed
22159:
22160: * src/main/pa_sql_driver_manager.C: oracle: dlink
22161:
22162: 2001-08-22 parser
22163:
22164: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22165: types/pa_vfile.h: file:load|save[text|binary;
22166:
22167: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22168:
22169: 2001-08-21 parser
22170:
22171: * src/classes/: file.C, table.C: ^file:list
22172:
22173: 2001-08-20 parser
22174:
22175: * src/: main/compile.tab.C, main/compile.y,
22176: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22177: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22178: recousively caused problems: inc incremeted 123 literal!! fixed
22179:
22180: 2001-08-10 parser
22181:
22182: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22183:
22184: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22185: added
22186:
22187: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22188: added
22189:
22190: * src/classes/table.C: table:sort restored [it was bad test :(]
22191:
22192: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22193: ''
22194:
22195: * src/main/: pa_request.C: wanted to make const int
22196: MAX_EXECUTE_SECONDS=1;
22197:
22198: but couldnt, set_callback_and_alarm appeared to be not exported
22199: :(
22200:
22201: * src/main/pa_string.C: string.match hanged on. there were a hang
22202: check but it weren't wise enough
22203:
22204: @parse[dateString][tmp]
22205: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22206: #end
22207:
22208: @main[] ^parse[2001-02-03]
22209:
22210: * src/classes/: table.C: table:sort now default desc
22211:
22212: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22213: table.sort now creates new sorted table
22214:
22215: 2001-08-09 parser
22216:
22217: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22218:
22219: * src/classes/hash.C: hash:_default now [was hash:default]
22220:
22221: * src/classes/op.C: case without switch check added
22222:
22223: * src/types/pa_vcookie.C: cookie name&value origins added, more
22224: precise $ORIGINS(1)
22225:
22226: * src/main/Makefile.am: .am
22227:
22228: * src/classes/void.C: void: int double copy/paste from int: bug
22229: fixed
22230:
22231: * src/classes/void.C: void: int double copy/paste from int: bug
22232: fixed
22233:
22234: 2001-08-07 parser
22235:
22236: * src/: classes/double.C, classes/int.C, classes/string.C,
22237: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22238: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22239: string, table
22240:
22241: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22242: srand made working
22243:
22244: 2001-08-06 parser
22245:
22246: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22247: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22248: main/compile.tab.C, main/compile.y, main/pa_array.C,
22249: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22250: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22251:
22252: * src/main/pa_exec.C: exec win32 real filename
22253:
22254: * src/classes/file.C: exec stderr out
22255:
22256: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22257:
22258: 2001-08-03 parser
22259:
22260: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22261:
22262: 2001-08-02 parser
22263:
22264: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22265: main/execute.C, main/pa_exec.C: introducing Array_iter
22266:
22267: * src/main/execute.C: detected quick_get recursion bug. changed to
22268: get@execute, but needs array iterator, separate from array to
22269: avoid it & use caching
22270:
22271: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22272: bug fixed
22273:
22274: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22275: main/execute.C, main/pa_globals.C: found another multithread bug
22276: in op.C (last, last global var killed) :)
22277:
22278: 2001-08-01 parser
22279:
22280: * src/: include/pa_dictionary.h, include/pa_globals.h,
22281: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22282: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22283: main/untaint.C: speeded up typo-html replacements. introducing
22284: Dictionary with first-char caching
22285:
22286: 2001-07-31 parser
22287:
22288: * src/types/Makefile.am: pa_vtable.C added to .am
22289:
22290: * src/main/compile.tab.C: added, so that could be compiled even on
22291: non-bison-enabled platforms
22292:
22293: 2001-07-28 parser
22294:
22295: * src/classes/table.C: table:hash always produces hash, when can't
22296: - empty
22297:
22298: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22299: skipped \n
22300:
22301: 2001-07-27 parser
22302:
22303: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22304: on int/double/string :sql without result and default
22305:
22306: 2001-07-26 parser
22307:
22308: * src/classes/op.C: fixed bad multithread bug with strangly global
22309: OP
22310:
22311: * src/main/compile.y: $man[$.age[zzz]] 0
22312:
22313: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22314: creation syntax problem persists. restored $: for a while.
22315: thinking of $man[$.age[zzz]] syntax now
22316:
22317: * src/: classes/double.C, classes/int.C, classes/string.C,
22318: include/pa_opcode.h, main/compile.C, main/compile.y,
22319: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22320: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22321: types/pa_wwrapper.h: fixing :: realization #1
22322:
22323: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22324: main/compile_tools.h, main/execute.C, main/pa_request.C,
22325: types/pa_vmethod_frame.h: introducing :: this is constructor call
22326: prefix. ordinary : remains for static accesses
22327:
22328: 2001-07-25 parser
22329:
22330: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22331: fields 2. methods 3. columns
22332:
22333: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22334: quote. optimized double&int tostring-s
22335:
22336: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22337: whitespace before first method decl
22338:
22339: * src/classes/table.C: allowed nontable result in table:sql,
22340: results in empty table
22341:
22342: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22343: lines before first method decl
22344:
22345: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22346: types/pa_vtable.h: ^table.record[] now $table.fields
22347:
22348: * src/main/compile.y: $var[] is now empty string, not void
22349:
22350: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22351: void
22352:
22353: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22354: main/pa_globals.C: match replace code context moved to implicit
22355: $match context
22356:
22357: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22358: main/compile_tools.h, main/execute.C: with killed, code storage
22359: introduced with former 'with' syntax
22360:
22361: 2001-07-24 parser
22362:
22363: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22364: types/pa_value.h: first get_element, next get operator
22365:
22366: * src/main/compile.y: removed @end handling
22367:
22368: * src/main/: compile.C, compile.y: @end handling method2
22369:
22370: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22371: file:move
22372:
22373: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22374: fixed
22375:
22376: 2001-07-23 parser
22377:
22378: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22379: driver
22380:
22381: * src/classes/hash.C: changed sql driver query interface
22382:
22383: * src/: classes/hash.C, classes/string.C, classes/table.C,
22384: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22385: changed sql driver query interface
22386:
22387: 2001-07-20 parser
22388:
22389: * src/types/pa_vrequest.C: X!$browser:type
22390:
22391: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22392: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22393: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22394: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22395: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22396: types/pa_vobject.h, types/pa_vrequest.C,
22397: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22398: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22399: BASE element globally removed
22400:
22401: 2001-07-18 parser
22402:
22403: * src/classes/file.C: file:exec/cgi msg
22404:
22405: * src/classes/file.C: $file:exit-code renamed to 'status'
22406:
22407: * src/: classes/file.C, main/pa_exec.C: file:exec
22408:
1.116 moko 22409: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22410: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22411: removed $id from *.in *.am
1.95 moko 22412:
22413: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22414: abbrevations
22415:
22416: * src/: classes/date.C, classes/mail.C, classes/math.C,
22417: classes/string.C, classes/table.C, include/pa_globals.h,
22418: include/pa_string.h, main/execute.C, main/pa_globals.C,
22419: main/pa_request.C, main/pa_string.C, main/untaint.C,
22420: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22421: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22422: $ORIGINS(1) output tracing mode
22423:
22424: 2001-07-13 parser
22425:
22426: * src/: classes/double.C, classes/int.C, classes/string.C,
22427: include/pa_request.h, main/execute.C, main/pa_request.C:
22428: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22429: second would not call first @auto
22430:
22431: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22432: wrong, fixed
22433:
22434: 2001-07-12 parser
22435:
22436: * src/types/pa_value.h: pa_value.putelement modification of system
22437: classes prevented
22438:
22439: 2001-07-11 parser
22440:
22441: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22442: table $piece
22443:
22444: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22445: types/pa_vstateless_class.h: $file created by file:state +=
22446: .atime .mtime .ctime +found&fixed bug with exceptions on
22447: get_junction-created objects [they were on wrong pool]
22448:
22449: 2001-07-09 parser
22450:
22451: * src/main/untaint.C: qp wrong name
22452:
22453: * src/: classes/date.C, classes/string.C, classes/table.C,
22454: main/compile.y: date format 0
22455:
22456: 2001-07-07 parser
22457:
22458: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22459: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22460: roll table calendar
22461:
22462: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22463: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22464: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22465: include/pa_request.h, main/main.dsp, types/pa_value.h,
22466: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22467: string. todo: sql, calendar
22468:
22469: 2001-07-06 parser
22470:
22471: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22472: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22473:
22474: 2001-07-03 parser
22475:
22476: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22477: classes/random.C, main/main.dsp: class random renamed to math,
22478: operators became methods
22479:
22480: * src/classes/op.C: pow sqrt
22481:
22482: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22483:
22484: 2001-07-02 parser
22485:
22486: * src/classes/table.C: ^table.columns column renamed from 'name' to
22487: 'column'
22488:
22489: * src/classes/hash.C: ^hash.keys[]
22490:
22491: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22492:
22493: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22494: 'strings'
22495:
22496: 2001-06-29 parser
22497:
22498: * src/main/: execute.C: /0 %0 checkes ver 2
22499:
22500: * src/main/execute.C: /0 %0 checke
22501:
22502: * src/classes/Makefile.am: nothing - void
22503:
22504: * src/classes/table.C: empty strings @ sql
22505:
22506: 2001-06-28 parser
22507:
22508: * src/: classes/double.C, classes/file.C, classes/form.C,
22509: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22510: classes/op.C, classes/random.C, classes/response.C,
22511: classes/string.C, classes/table.C, classes/void.C,
22512: main/compile.C, main/compile_tools.C, main/execute.C,
22513: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22514: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22515: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22516: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22517: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22518: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22519: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22520: $";
22521:
22522: * src/: classes/double.C, classes/file.C, classes/form.C,
22523: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22524: classes/op.C, classes/random.C, classes/response.C,
22525: classes/string.C, classes/table.C, classes/void.C,
22526: main/compile.C, main/compile.y, main/compile_tools.C,
22527: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22528: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22529: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22530: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22531: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22532: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22533:
22534: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22535: $class:name: == ${class:name}:
22536:
22537: * src/classes/string.C: exactly one
22538:
22539: 2001-06-27 parser
22540:
22541: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22542: types/pa_vvoid.h: nothing renamed to void
22543:
22544: * src/classes/op.C: ^switch ^case
22545:
22546: * src/main/compile.y: nothing renamed to void
22547:
22548: * src/: classes/hash.C, classes/table.C, main/compile.y,
22549: main/execute.C, main/main.dsp, main/pa_request.C,
22550: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22551: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22552: void
22553:
22554: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22555:
22556: 2001-05-28 parser
22557:
22558: * src/doc/html2chm.cmd: removed >a
22559:
22560: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22561: project options [some bugs]
22562:
22563: * src/doc/sources2html.cmd: z
22564:
22565: * src/: classes/classes.C, main/compile.C, main/compile.y,
22566: main/execute.C: operators are not in root class again
22567:
22568: 2001-05-24 parser
22569:
22570: * src/targets/cgi/parser3.dsp: project file
22571:
22572: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22573: ^log ^exp
22574:
22575: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22576: conversions in @exception[params]
22577:
22578: * src/main/pa_request.C: // no _ conversions in @exception[params]
22579:
22580: 2001-05-23 parser
22581:
22582: * src/main/pa_string.C: string cmp bug
22583:
22584: * src/classes/: mail.C, op.C: rem max 1000
22585:
22586: * src/: classes/op.C, main/compile.y: allow one empty line before
22587: LS_DEF_NAME
22588:
22589: 2001-05-22 parser
22590:
22591: * src/classes/op.C: if params code-required
22592:
22593: 2001-05-21 parser
22594:
22595: * src/types/pa_vstring.C: eoleof
22596:
22597: * src/classes/Makefile.am: .AM
22598:
22599: * src/classes/nothing.C: resultless ^sql moved to nothing:
22600:
22601: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22602:
22603: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22604: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22605: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22606: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22607: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22608: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22609: 'nothing'
22610:
22611: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22612: vstring::set_string
22613:
22614: * src/classes/: double.C, int.C, string.C: int,double;sql
22615:
22616: * src/: classes/hash.C, classes/int.C, classes/string.C,
22617: classes/table.C, include/pa_string.h, main/pa_string.C,
22618: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22619:
22620: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22621: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22622: hash:sql moved to main trunc. operators.txt updated
22623:
22624: * src/classes/: hash.C, op.C, table.C: hash:sql
22625:
22626: * src/classes/op.C: z
22627:
22628: * src/: main/compile.C, classes/classes.C: 1
22629:
22630: * src/: classes/classes.C, main/compile.C, main/compile.y,
22631: main/execute.C: 0
22632:
22633: * src/main/execute.C: z
22634:
22635: * src/targets/cgi/parser3.C: z
22636:
22637: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22638: site_auto_path "." in that case
22639:
22640: * src/targets/cgi/: parser3.C: z
22641:
22642: * src/main/pa_request.C: .am
22643:
22644: * src/: main/pa_request.C, targets/cgi/parser3.C:
22645: pcre_tables=pcre_default_tables;
22646:
22647: 2001-05-19 parser
22648:
22649: * src/main/pa_string.C: z
22650:
22651: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22652: introducing String::cstr_bufsize, returns just size+1 for as_is
22653: target.
22654:
22655: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22656: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22657: used, 4* mem wasted
22658:
22659: * src/classes/string.C: root context in match replace body now
22660: unchanged
22661:
22662: * src/types/pa_value.h: parameter # 1 based
22663:
22664: * src/main/pa_common.C: common: actual filename '%s'
22665:
22666: * src/classes/string.C: z
22667:
22668: * src/classes/Makefile.am: classes/.am
22669:
22670: * src/classes/: Makefile.am: classes/.am
22671:
22672: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22673: targets/cgi/pa_pool.C: classes/.am
22674:
22675: 2001-05-18 parser
22676:
1.116 moko 22677: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22678: pa_threads.C ins
1.95 moko 22679:
22680: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22681:
22682: 2001-05-17 parser
22683:
22684: * src/: classes/string.C, include/pa_config_fixed.h,
22685: include/pa_config_includes.h, main/compile.y,
22686: main/compile_tools.h, main/execute.C, main/pa_array.C,
22687: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22688: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22689: types/pa_vform.C: #include "pa_config_includes.h" removed from
22690: most .C
22691:
22692: * src/doc/html2chm.cmd: z
22693:
22694: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22695: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22696:
22697: * src/main/pa_sql_driver_manager.C: moved expiration to
22698: get_connection_from_cache
22699:
22700: * src/main/pa_sql_driver_manager.C: cache expiration bf
22701:
22702: * src/: classes/classes.h, include/pa_sql_connection.h,
22703: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22704: cache expiration[use SQL_Driver::disconnect]
22705:
22706: * src/main/pa_table.C: table.locate current restored on "not found"
22707:
22708: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22709: line no
22710:
22711: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22712: ANTI_ENDLESS_EXECUTE_RECOURSION
22713:
22714: * src/: classes/op.C, include/pa_sql_connection.h,
22715: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22716: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22717: 1driver and set_services fight for driver::fservices. before fix
22718:
22719: * src/: classes/op.C, include/pa_config_fixed.h,
22720: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22721: main/pa_sql_driver_manager.C: found problem at last: 2connections
22722: own 1driver and set_services fight for driver::fservices. before
22723: fix
22724:
22725: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22726: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22727: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22728: pa_threads.C
22729:
22730: * src/include/pa_threads.h: removed targets/parser
22731:
22732: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22733: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22734: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22735: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22736: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22737: headers
22738:
22739: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22740: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22741: order prevented sqlmanager to see MULTYTHREAD define
22742:
22743: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22744: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22745: put/gets
22746:
22747: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22748: from hash.h
22749:
22750: * src/: classes/op.C, include/pa_sql_connection.h,
22751: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22752: from cache ->set_services(&services);
22753:
22754: 2001-05-16 parser
22755:
22756: * src/targets/cgi/parser3.C: z
22757:
22758: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22759: debug, #ifdefed some. would debug later, on more precise sample
22760: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22761: $name.$tail[$tail!] $name.$tail } ok3
22762:
22763: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22764: removed array debug. before vstring rebasing
22765:
22766: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22767: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22768: array debugged; adjusted
22769:
22770: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22771: SQL_Driver_manager line no for connect/charset errors
22772:
22773: 2001-05-15 parser
22774:
22775: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22776: main/pa_string.C: string+array made linear grows
22777:
22778: * src/: include/pa_string.h, main/pa_string.C,
22779: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22780: grow lineary, not exponentialy
22781:
22782: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22783: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22784: with fullchunk cmps
22785:
22786: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22787: 70041= 81
22788:
22789: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22790: targets/cgi/parser3.C: detected huge mem allocation: size/times
22791: malloc 27809390/368771, calloc 3232/83. would test now
22792:
22793: * src/: classes/random.C, main/compile.y, main/execute.C,
22794: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22795: numbered params had wrong name - for instance: bad error message
22796: in ^for[] bad body type. fixed
22797:
22798: 2001-05-14 parser
22799:
22800: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22801: main/untaint.C: ^string.upper|lower[]
22802:
22803: 2001-05-11 parser
22804:
22805: * src/: classes/double.C, classes/image.C, classes/op.C,
22806: classes/string.C, classes/table.C, classes/unknown.C,
22807: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22808: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22809: types/pa_vunknown.h: op: MAX_LOOPS as_int
22810:
22811: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22812: .dsp for win32tools
22813:
22814: 2001-05-11 paf
22815:
22816: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22817: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22818: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22819: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22820:
22821: 2001-05-10 paf
22822:
22823: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22824: for C++, that's all
22825:
1.116 moko 22826: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22827: pa_config_includes.h: inline wonders
1.95 moko 22828:
22829: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22830: doc/doxygen.cmd: hash.C added
22831:
22832: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22833:
22834: * src/main/compile.y: @end grammar: allowed zero strings in control
22835: menthod
22836:
22837: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22838: pa_vstateless_object.h: changed priority: field before method
22839: lookup in vclass & vobject
22840:
22841: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22842: grammar: priorities changes [lowerd && prior] vobject: now first
22843: fields, next methods
22844:
22845: 2001-05-08 paf
22846:
22847: * src/main/pa_table.C: table columnname2item on nameless ignored
22848: bark=false. fixed
22849:
22850: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22851: types/pa_vmethod_frame.h: hash:default works at last!
22852:
22853: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22854: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22855: hash:default
22856:
22857: * src/classes/table.C: z
22858:
22859: * src/classes/table.C: table:hash always hash of hash now
22860:
22861: * src/classes/table.C: table:empty return bool now
22862:
22863: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22864: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22865: types/pa_vtable.h: table:hash
22866:
22867: * src/classes/table.C: table:record have name
22868:
22869: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22870: returns vunknown
22871:
22872: * src/classes/: double.C, int.C, op.C, string.C:
22873: int,double,string:int[] double[] string:length[] results now have
22874: hames
22875:
22876: * src/: classes/op.C, classes/table.C, main/main.dsp,
22877: types/pa_vtable.h: removed table:find. table:locate and op:eval
22878: now return bool
22879:
22880: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22881: in method checkparams again. fixed
22882:
22883: 2001-05-07 paf
22884:
22885: * src/doc/chm.cmd: cmd
22886:
22887: * src/: classes/image.C, classes/mail.C, classes/string.C,
22888: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22889: types/pa_value.h: method reported errors on wrong pool
22890:
22891: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22892: now
22893:
22894: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22895: include/code.h, include/pa_opcode.h, main/compile.C,
22896: main/compile_tools.h, main/execute.C, types/pa_value.h,
22897: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22898: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22899: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22900: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22901: types/pa_vmethod_frame.h, types/pa_vobject.h,
22902: types/pa_vrequest.h, types/pa_vresponse.h,
22903: types/pa_vstateless_class.h, types/pa_vstring.h,
22904: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22905: types/pa_wwrapper.h: pa_code.h
22906:
22907: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22908:
22909: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22910: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22911: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22912: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22913: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22914: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22915: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22916: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22917: types/pa_vtable.h: dox, split by not clean parts also
22918:
22919: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22920: types/pa_vtable.h: table: fields, then methods. so to enable
22921: 'dir' fields & co. more
22922:
22923: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22924: so to enable 'dir' fields & co.
22925:
22926: * src/main/compile.y: grammar: @end
22927:
22928: 2001-05-04 paf
22929:
22930: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22931: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22932:
22933: * src/: classes/classes.h, classes/double.C, classes/file.C,
22934: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22935: classes/op.C, classes/random.C, classes/response.C,
22936: classes/string.C, classes/table.C, classes/unknown.C,
22937: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22938: method dox
22939:
22940: 2001-05-03 paf
22941:
22942: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22943: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22944: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22945: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22946: doc/string.dox, doc/targets.dox, doc/value.dox,
22947: main/pa_request.C: dox splitted .dox files and added some
22948:
22949: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22950:
22951: 2001-05-02 paf
22952:
22953: * src/classes/: image.C, table.C: table:dir result are not tainted
22954: by file_name language now
22955:
22956: 2001-04-28 paf
22957:
22958: * src/classes/classes.inc: removed classes.inc
22959:
22960: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22961: from .am
22962:
22963: * src/classes/classes.awk: skipped classes in .awk
22964:
22965: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22966: classes/classes.inc, classes/double.C, classes/file.C,
22967: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22968: classes/string.C, classes/table.C, classes/unknown.C,
22969: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22970: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22971: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22972: pa_methoded back to classes/classes.h
22973:
22974: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22975:
22976: * src/: classes/Makefile.am, classes/classes.awk,
22977: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22978: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22979:
22980: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22981: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22982: classes/response.C, classes/string.C, classes/table.C,
22983: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22984: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22985: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22986: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22987: include|main/pa_methoded
22988:
22989: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22990: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22991:
22992: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22993: moved some configured data to request::classes_conf moved some
22994: string crations from globals to M... [works]
22995:
22996: * src/: classes/form.C, classes/mail.C, classes/op.C,
22997: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22998: main/pa_request.C: moved some configured data to
22999: request::classes_conf moved some string crations from globals to
23000: M...
23001:
23002: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23003: about to move configured data to special request hash
23004:
23005: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23006: classes/form.C, classes/mail.C, include/pa_request.h,
23007: main/pa_request.C: configure started
23008:
23009: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23010: 2. todo: methoded-configure
23011:
23012: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23013: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23014: classes/_random.h, classes/_response.h, classes/_string.h,
23015: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23016: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23017: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23018: classes/random.C, classes/response.C, classes/string.C,
23019: classes/table.C, classes/unknown.C, include/pa_globals.h,
23020: include/pa_request.h, main/compile.y, main/execute.C,
23021: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23022: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23023: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23024: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23025: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23026: types/pa_vrequest.h, types/pa_vresponse.h,
23027: types/pa_vstateless_class.h, types/pa_vstring.h,
23028: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23029: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23030: methoded-configure
23031:
23032: * src/: classes/file.C, classes/table.C, main/compile.y,
23033: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23034: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23035: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23036:
23037: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23038: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23039: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23040: classes/random.C, classes/response.C, classes/string.C,
23041: classes/table.C, classes/unknown.C, include/pa_request.h,
23042: main/compile.y, main/execute.C, main/pa_globals.C,
23043: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23044: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23045: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23046: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23047: beautifying just compiled. todo: debug, configure
23048:
23049: 2001-04-27 paf
23050:
23051: * src/: classes/file.C, classes/image.C, classes/table.C,
23052: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23053: beautifying -99
23054:
23055: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23056: classes/_response.h, classes/_unknown.h, classes/classes.C,
23057: classes/classes.h, classes/double.C, classes/file.C,
23058: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23059: classes/op.C, classes/random.C, classes/response.C,
23060: classes/string.C, include/pa_globals.h, main/main.dsp,
23061: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23062: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23063: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23064: types/pa_vunknown.h: beautifying -100
23065:
23066: * src/main/compile.y: serge@ found @CLASS bug. fixed
23067:
23068: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23069: classes/_op.h, classes/_random.h, classes/_table.h,
23070: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23071: classes/op.C, classes/random.C, classes/response.C,
23072: classes/string.C, classes/table.C, classes/unknown.C,
23073: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23074: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23075: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23076: beautifying
23077:
23078: 2001-04-26 paf
23079:
23080: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23081:
23082: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23083: documentation ++
23084:
23085: * src/: classes/_exec.h, doc/doxygen.cfg,
23086: include/pa_config_fixed.h, include/pa_config_includes.h,
23087: targets/cgi/pa_pool.C: code documentation ++
23088:
23089: * src/: classes/_image.h, classes/op.C, classes/random.C,
23090: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23091: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23092: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23093: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23094: types/pa_vmethod_frame.h, types/pa_vobject.h,
23095: types/pa_vrequest.C, types/pa_vrequest.h,
23096: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23097: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23098: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23099: code documentation ++
23100:
23101: * src/: classes/image.C, classes/mail.C, classes/string.C,
23102: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23103: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23104: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23105: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23106: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23107: types/pa_vobject.h, types/pa_vstateless_class.h,
23108: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23109:
23110: * src/main/: pa_request.C, pa_string.C: z
23111:
23112: * src/: include/pa_common.h, include/pa_types.h,
23113: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23114: connection caching fixed. request-pooled-url were stored into
23115: global connectioncache
23116:
23117: 2001-04-25 paf
23118:
23119: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23120: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23121:
23122: * src/: include/code.h, include/pa_common.h, main/compile.y,
23123: main/execute.C, main/pa_common.C: -d
23124:
23125: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23126: illegal call check a bit improved, but still under iis no mapping
23127: of dir with parser allowed!
23128:
23129: 2001-04-24 paf
23130:
23131: * src/targets/Makefile.am: apache module lib .am
23132:
23133: * src/main/pa_exec.C: windows32 buildCommand
23134:
23135: 2001-04-23 paf
23136:
23137: * src/targets/cgi/Makefile.am: win32 conditional
23138:
23139: * src/targets/cgi/Makefile.am: win32 conditional
23140:
23141: * src/targets/cgi/Makefile.am: liblink
23142:
23143: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23144: vfile fields return type
23145:
23146: * src/types/pa_vfile.h: vfile fields return type
23147:
23148: * src/include/pa_config_auto.h.in: .h.in
23149:
23150: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23151: types/Makefile: makefiles removed
23152:
23153: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23154: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23155:
23156: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23157: [tested: i & g ]
23158:
23159: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23160: @test noticed series in isapi, check how initialize_random_class
23161: is called! [must be called only once]
23162:
23163: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23164: would not be 'unknown column'
23165:
23166: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23167: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23168:
23169: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23170: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23171: [now doesnt]
23172:
23173: * src/targets/cgi/parser3.C: cgi cmdline ver
23174:
23175: * src/targets/cgi/parser3.C: cgi /// @test disable
23176: /cgi-bin/parser3/auto.p
23177:
23178: * src/main/untaint.C: untaint without charset
23179:
23180: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23181: main/pa_common.C: common: file_write /// @test mkdirs
23182: file_delete rmdirs
23183:
23184: * src/main/untaint.C: mail header only once to =?
23185:
23186: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23187: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23188: main/untaint.C: untaint - @test optimize whitespaces for
23189: all but 'html'
23190:
23191: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23192: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23193: main/untaint.C: untaint - @test mail-header
23194:
23195: 2001-04-20 paf
23196:
23197: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23198: include/pa_request.h, include/pa_string.h, main/compile.y,
23199: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23200: targets/cgi/parser3.C: $MAIN:LOCALE
23201:
23202: * src/main/untaint.C: z
23203:
23204: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23205:
23206: 2001-04-19 paf
23207:
23208: * src/main/compile_tools.h: $a$b bugfix
23209:
23210: * src/targets/cgi/parser3.C: z
23211:
23212: * src/classes/file.C: z
23213:
23214: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23215: done: header to $fields. waits for header '\' tricks
23216:
23217: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23218: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23219: changed urlencode here and in untaint.C to HTTP standard's " and
23220: \" mech
23221:
23222: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23223: http://alx/~paf/ doesnt load /auto.p
23224:
23225: 2001-04-18 paf
23226:
23227: * src/main/pa_request.C: 1
23228:
23229: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23230: linux @alx
23231:
23232: 2001-04-17 paf
23233:
23234: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23235: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23236: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23237: enabled
23238:
23239: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23240: classes/_exec.h, classes/_file.h, classes/_form.h,
23241: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23242: classes/_random.h, classes/_response.h, classes/_string.h,
23243: classes/_table.h, classes/_unknown.h, classes/file.C,
23244: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23245: include/pa_config_fixed.h, include/pa_config_includes.h,
23246: include/pa_hash.h, include/pa_sql_driver_manager.h,
23247: include/pa_version.h, main/Makefile.am, main/compile.y,
23248: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23249: main/pa_sql_driver_manager.C, sql/Makefile.am,
23250: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23251: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23252: types/pa_vform.C, types/pa_vimage.h: exec @jav
23253:
23254: * src/: include/pa_sql_driver_manager.h,
23255: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23256: types/pa_vimage.h: sql driver interface now has initialize(client
23257: .so)
23258:
23259: 2001-04-16 paf
23260:
23261: * src/Makefile.am: compile2 cygwin
23262:
23263: * src/: include/pa_config_includes.h, main/pa_exec.C,
23264: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23265:
23266: * src/targets/cgi/Makefile.am: compile0 jav
23267:
23268: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23269: classes/_exec.h, classes/_file.h, classes/_form.h,
23270: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23271: classes/_random.h, classes/_response.h, classes/_string.h,
23272: classes/_table.h, classes/_unknown.h, classes/image.C,
23273: classes/mail.C, classes/op.C, classes/random.C,
23274: include/pa_config_fixed.h, include/pa_config_includes.h,
23275: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23276: main/compile.y, main/pa_common.C, main/pa_exec.C,
23277: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23278: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23279: compile-1
23280:
23281: 2001-04-15 paf
23282:
23283: * src/classes/op.C: z
23284:
23285: * src/classes/table.C: table:empty +=process
23286:
23287: * src/types/pa_value.h: MethodParams !junction
23288:
23289: * src/: classes/_string.h, classes/double.C, classes/file.C,
23290: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23291: classes/random.C, classes/response.C, classes/string.C,
23292: classes/table.C, classes/unknown.C, main/pa_request.C:
23293: MethodParams everywhere
23294:
23295: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23296: types/pa_vmethod_frame.h: MethodParams in op.C
23297:
23298: 2001-04-12 paf
23299:
23300: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23301:
23302: * src/: classes/_unknown.h, classes/unknown.C,
23303: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23304: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23305:
23306: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23307:
23308: * src/classes/image.C: image:gif now does not have params
23309:
23310: * src/classes/image.C:
23311: image:line/fill/rectangle/bar/replace/polygon/polybar
23312:
23313: * src/: classes/image.C, classes/op.C, main/execute.C,
23314: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23315: for var now written not to r.wcontext, but to r.root cleared
23316: "entered_object" state
23317:
23318: 2001-04-11 paf
23319:
23320: * src/classes/image.C: image:create image:load
23321:
23322: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23323: just compiled
23324:
23325: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23326: todo: gif without file
23327:
23328: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23329: started porting to Pooled descendant
23330:
23331: * src/: classes/image.C, main/execute.C, main/main.dsp,
23332: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23333: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23334: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23335:
23336: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23337: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23338: end. switching to python imaging lib
23339:
23340: * src/main/main.dsp: gd+smtp made separate libs
23341:
23342: * src/: include/pa_globals.h, include/pa_string.h,
23343: main/pa_common.C, main/pa_request.C, main/untaint.C,
23344: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23345: length
23346:
23347: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23348: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23349: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23350: UL_FILE_NAME of posted file name
23351:
23352: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23353: post [broke when moved post read to core]
23354:
23355: 2001-04-10 paf
23356:
23357: * src/classes/image.C: image:html done
23358:
23359: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23360:
23361: * src/classes/image.C: z
23362:
23363: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23364: forgotten!
23365:
23366: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23367: main/pa_request.C, main/pa_string.C, main/untaint.C,
23368: types/pa_vimage.h: image:measure -90
23369:
23370: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23371: classes/_int.h, classes/_mail.h, classes/_op.h,
23372: classes/_random.h, classes/_response.h, classes/_string.h,
23373: classes/_table.h, classes/file.C, classes/mail.C,
23374: include/pa_common.h, include/pa_globals.h, main/execute.C,
23375: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23376: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23377: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23378: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23379: compiled
23380:
23381: * src/classes/mail.C: minor bug with unclear from/to
23382:
23383: * src/classes/mail.C: sendmail unix skipping defaults
23384:
23385: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23386: sendmail unix added defaults
23387:
23388: * src/classes/mail.C: unix sendmail compiled. todo:testing
23389:
23390: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23391:
23392: 2001-04-09 paf
23393:
23394: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23395: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23396: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23397: targets/isapi/parser3isapi.dsp: all targets exec
23398:
23399: * src/: include/pa_sapi.h, include/pa_string.h,
23400: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23401: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23402: args in apache:util.script
23403:
23404: * src/include/pa_string.h: written but not tested exec with env for
23405: unix
23406:
23407: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23408: targets/cgi/parser3.C: exec win32 env
23409:
23410: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23411: 0
23412:
23413: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23414: main/execute.C, main/main.dsp, main/pa_globals.C,
23415: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23416: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23417:
23418: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23419: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23420:
23421: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23422: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23423:
23424: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23425: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23426: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23427: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23428: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23429: exec class just compiled. moved post read to request core
23430:
23431: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23432: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23433: main/pa_globals.C, targets/cgi/parser3.C,
23434: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23435: are already read by vform
23436:
23437: 2001-04-08 paf
23438:
23439: * src/: classes/file.C, classes/mail.C, classes/string.C,
23440: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23441: uuencode. string<<
23442:
23443: 2001-04-07 paf
23444:
23445: * src/classes/mail.C: z
23446:
23447: * src/classes/mail.C: z
23448:
23449: * src/classes/mail.C: ^mail[$attach
23450:
23451: * src/classes/mail.C: ^attach dead end
23452:
23453: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23454: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23455: targets/isapi/parser3isapi.C: mail:send 1
23456:
23457: * src/: classes/mail.C, main/pa_request.C: z
23458:
23459: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23460: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23461: compiled
23462:
23463: * src/classes/mail.C: +=
23464:
23465: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23466: prepared
23467:
23468: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23469: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23470: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23471: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23472:
23473: 2001-04-06 paf
23474:
23475: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23476: main/pa_string.C: table:dir 1
23477:
23478: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23479: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23480:
23481: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23482: classes/root.C, include/pa_globals.h, include/pa_request.h,
23483: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23484: main/pa_request.C: renamed 'root' to 'op'
23485:
23486: * src/classes/: _op.h, op.C: renamed from 'root'
23487:
23488: * src/types/pa_valiased.C: another root inherititance skipped
23489:
23490: * src/main/: compile.C, compile.y, execute.C: operators are now not
23491: root methods of parent class. just 'ROOT' class
23492:
23493: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23494: @office
23495:
23496: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23497:
23498: 2001-04-05 paf
23499:
23500: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23501: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23502: constructor flag dropped at get_method_frame and remembered into
23503: method_frame
23504:
23505: * src/: classes/file.C, classes/root.C, classes/string.C,
23506: classes/table.C, main/pa_request.C: junction to code&expression
23507: in errors
23508:
23509: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23510: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23511: $LOCALE:ctype[Russian_Russia.1251]
23512:
23513: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23514: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23515: main/pa_table.C: hash now not thread-safe.
23516:
23517: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23518: main/untaint.C: z
23519:
23520: * src/: classes/random.C, classes/root.C, classes/table.C,
23521: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23522: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23523: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23524: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23525:
23526: * src/: classes/table.C, include/pa_sql_connection.h,
23527: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23528:
23529: * src/classes/table.C: select * from hren error contains statement
23530:
23531: * src/: classes/table.C, include/pa_sql_connection.h,
23532: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23533: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23534:
23535: * src/: classes/root.C, include/pa_sql_connection.h,
23536: include/pa_sql_driver.h, main/main.dsp,
23537: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23538: services for conv memory & error reporting
23539:
23540: 2001-04-04 paf
23541:
23542: * src/doc/doxygen.cfg: z
23543:
23544: * src/include/pa_sql_driver.h: mysql connect
23545:
23546: * src/include/pa_sql_driver.h: mysql info
23547:
23548: * src/: classes/root.C, include/pa_sql_driver.h,
23549: include/pa_sql_driver_manager.h, main/main.dsp,
23550: main/pa_sql_driver_manager.C: more manager&connection&driver
23551:
23552: * src/sql/Makefile.am: forgot to add mysql client
23553:
23554: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23555: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23556: [forgot to add libltdl, added]
23557:
23558: * src/: Makefile.am, classes/root.C, classes/string.C,
23559: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23560: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23561: include/pa_string.h, include/pa_table.h, main/main.dsp,
23562: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23563: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23564: -1000 just compiled
23565:
23566: * src/: classes/random.C, classes/root.C, classes/table.C,
23567: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23568: main/pa_request.C, types/pa_vclass.h: sql frame -10
23569:
23570: 2001-04-03 paf
23571:
23572: * src/types/pa_vform.C: z
23573:
23574: * src/: classes/string.C, types/pa_vform.C: string:match replace
23575: assigned lang
23576:
23577: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23578: {}[]< empty []
23579:
23580: * src/: classes/file.C, classes/string.C, classes/table.C,
23581: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23582: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23583:
23584: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23585: string:match replace strange matches
23586:
23587: * src/classes/string.C: string:match replace 0
23588:
23589: * src/: classes/string.C, main/pa_string.C: string:match replace
23590: prepared 2
23591:
23592: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23593: string:match replace prepared
23594:
23595: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23596: string:match replace -11
23597:
23598: * src/: classes/string.C, include/pa_globals.h,
23599: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23600: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23601:
23602: * src/: classes/string.C, include/pa_globals.h,
23603: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23604: main/pa_string.C: string:match [search] -1 just compiled
23605:
23606: * src/types/pa_vstring.C: z
23607:
23608: * src/: classes/double.C, classes/file.C, classes/form.C,
23609: classes/int.C, classes/response.C, classes/root.C,
23610: classes/string.C, classes/table.C, include/pa_string.h,
23611: main/pa_string.C: string:match -10 [frame]
23612:
23613: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23614: main/pa_request.C: z
23615:
23616: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23617: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23618: todo/tests
23619:
23620: * src/include/pa_common.h: z
23621:
23622: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23623: main/pa_request.C, targets/cgi/parser3.C,
23624: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23625: content-disposition
23626:
23627: * src/: include/pa_common.h, include/pa_globals.h,
23628: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23629: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23630:
23631: * src/: include/pa_common.h, include/pa_request.h,
23632: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23633: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23634: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23635: response:body
23636:
23637: * src/classes/table.C: table:append now uses string::split
23638:
23639: * src/classes/table.C: z
23640:
23641: * src/: classes/file.C, classes/root.C, classes/string.C,
23642: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23643: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23644: include/pa_string.h, main/execute.C, main/pa_string.C,
23645: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23646: string::pos & cmp & piece bugs fixed. string::split new
23647: table:load separated from set table:set implemented with clean \n
23648: \t searches
23649:
23650: 2001-04-02 paf
23651:
23652: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23653: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23654: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23655: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23656: it in table:set/load
23657:
23658: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23659: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23660:
23661: * src/classes/random.C: random:generate 1
23662:
23663: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23664: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23665: types/pa_value.h: random:generate
23666:
23667: 2001-03-30 paf
23668:
23669: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23670: todo: table flip and append. string::pos
23671:
23672: * src/: classes/double.C, classes/file.C, classes/int.C,
23673: classes/response.C, classes/root.C, classes/string.C,
23674: classes/table.C, main/compile.y, main/execute.C,
23675: types/pa_value.h, types/pa_vstateless_class.C,
23676: types/pa_vstateless_class.h: static|dynamic|any method
23677: registration
23678:
23679: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23680: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23681: table:flip
23682:
23683: 2001-03-29 paf
23684:
23685: * src/classes/string.C: string:xsplit forgot that they must result
23686: in 1 row N column [not vice versa]
23687:
23688: * src/classes/string.C: z
23689:
23690: * src/classes/string.C: string: rsplit
23691:
23692: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23693: string: lsplit
23694:
23695: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23696: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23697: lsplit -1
23698:
23699: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23700: string: pos
23701:
23702: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23703: string: pos -1
23704:
23705: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23706: main/compile.y, main/pa_request.C, main/pa_string.C,
23707: main/untaint.C: string: left right mid
23708:
23709: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23710: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23711: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23712: and [;] are different now.
23713:
23714: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23715: main/untaint.C: pool.request undone
23716:
23717: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23718: main/untaint.C: pool.request
23719:
23720: 2001-03-28 paf
23721:
23722: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23723: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23724: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23725: $request:browser [.type .version]; unknown.get_double now = 0.
23726:
23727: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23728: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23729: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23730: types/pa_vform.C: file:load autodetection of mime-type by
23731: user-file-name
23732:
23733: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23734: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23735: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23736:
23737: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23738: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23739: write. must be self.set
23740:
23741: * src/: classes/file.C, classes/root.C, classes/table.C,
23742: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23743:
23744: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23745: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23746: types/pa_vtable.h: table:locate just compiled
23747:
23748: 2001-03-27 paf
23749:
23750: * src/main/: execute.C, pa_common.C: fixed r/w context of
23751: code-params2, fixed ntfs hardlink slow dir update
23752:
23753: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23754: types/pa_wcontext.h: fixed r/w context of code-params
23755:
23756: * src/: classes/table.C, main/execute.C: about to change junction
23757: rcontext!!
23758:
23759: * src/: classes/double.C, classes/int.C, classes/root.C,
23760: classes/string.C, classes/table.C, main/compile_tools.C,
23761: main/execute.C, main/pa_request.C, main/untaint.C,
23762: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23763: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23764: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23765: types/pa_vunknown.h: sort 0
23766:
23767: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23768: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23769: renamed to are_static_calls_disabled
23770:
23771: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23772: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23773: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23774: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23775:
23776: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23777:
23778: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23779: started table:sort fixed minor bug in #...^{
23780:
23781: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23782: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23783: decided to have as it were. stepped back. grammar: added 'in'
23784: 'is' 'lt'&co follow-space check
23785:
23786: 2001-03-26 paf
23787:
23788: * src/: classes/file.C, classes/root.C, classes/table.C,
23789: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23790: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23791: main/pa_table.C: moved ::save to pa_table. disabled @auto
23792: invocation in ^process
23793:
23794: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23795:
23796: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23797: main/pa_array.C: table:record
23798:
23799: * src/: main/untaint.C, targets/cgi/parser3.C,
23800: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23801: targets/isapi/pool_storage.h, types/pa_valiased.h,
23802: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23803: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23804: types/pa_vtable.h: z
23805:
23806: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23807: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23808: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23809: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23810: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23811: method realisations on 'self' validity - they now can simply
23812: assume that 'self' is V{Proper} .
23813:
23814: 2001-03-25 paf
23815:
23816: * src/main/untaint.C: z
23817:
23818: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23819: lowlevel - it initialization could be skipped if failed in @auto.
23820: so that exception report would use some table
23821:
23822: * src/main/pa_request.C: table empty lines ignored. system-default
23823: content type assigned in output:result [can fail in main:auto and
23824: skipped normal defaults extraction]
23825:
23826: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23827: bug
23828:
23829: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23830: processing to table [except preliminary \r\n \r \n replacements
23831: to "\n"]
23832:
23833: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23834: move all the processing to table
23835:
23836: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23837: main/pa_table.C, main/untaint.C: returned table originating.
23838: useful for reporting typo table problems origin. think would be
23839: useful somewhere else
23840:
23841: * src/main/untaint.C: typo \r \r\n \n properly handled
23842:
23843: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23844: include/pa_table.h, main/compile.y, main/compile_tools.C,
23845: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23846: main/pa_string.C, main/pa_table.C, main/untaint.C,
23847: types/pa_vcookie.h: typo & typo-default
23848:
23849: 2001-03-24 paf
23850:
23851: * src/main/pa_common.C: z
23852:
23853: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23854: targets/cgi/parser3.C: html-typo 2
23855:
23856: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23857: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23858: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23859: main/execute.C, main/pa_array.C, main/pa_globals.C,
23860: main/pa_request.C, main/pa_string.C, main/untaint.C,
23861: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23862: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23863: noticed double default content-type prob. run cgi.cmd tomorrow
23864: first html-typo sample. detected << problem: they become ltlt too
23865: fast
23866:
23867: * src/main/compile.y: z
23868:
23869: * src/main/: compile.y, compile_tools.h: #comment
23870:
23871: * src/: classes/file.C, classes/root.C, classes/table.C,
23872: include/pa_common.h, include/pa_request.h, main/compile.y,
23873: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23874: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23875: stringified
23876:
23877: * src/types/pa_valiased.C: decided to String-ify file_read
23878:
23879: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23880: isapi/parser3isapi.dsp: cgi: sapi::log
23881:
23882: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23883: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23884: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23885: error log experiments failed - cgi under iis got no access to
23886: log. registereventsource simply failed with 5(illegal call) code,
23887: while worked OK as standalone executable. isapi: used
23888: HSE_APPEND_LOG_PARAMETER feature
23889:
23890: * src/: include/pa_common.h, include/pa_globals.h,
23891: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23892: targets/isapi/parser3isapi.C: fixed default content-type
23893: allocation storage
23894:
23895: * src/: include/pa_globals.h, include/pa_request.h,
23896: main/pa_globals.C, main/pa_request.C: z
23897:
23898: * src/: include/pa_array.h, include/pa_hash.h,
23899: include/pa_request.h, main/compile.y, main/pa_array.C,
23900: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23901: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23902: content-type
23903:
23904: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23905: sanity
23906:
23907: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23908: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23909: away freeze mech. no danger now for you can't do
23910: ^request:process[@new-method[] body] trick anymore. still
23911: remains $some_instance.process[@new-method[] possibility] but
23912: would leave it as a feature. see index for sample
23913:
23914: * src/: include/pa_common.h, main/pa_common.C,
23915: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23916: monkey every target
23917:
23918: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23919: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23920: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23921:
23922: 2001-03-23 paf
23923:
23924: * src/: include/pa_pool.h, main/pa_request.C,
23925: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23926: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23927: targets/isapi/pool_storage.h: isapi: dumb pool storage
23928:
23929: * src/targets/isapi/pa_pool.C: decided to continue with extension
23930:
23931: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23932: it would be better to rewrite as filter then to deal with pool
23933:
23934: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23935: now like in cgi, not from APPL_PHYSICAL_PATH
23936:
23937: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23938: include/pa_config_fixed.h, include/pa_config_includes.h,
23939: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23940: include/pa_version.h, main/compile.y, main/execute.C,
23941: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23942: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23943: main/untaint.C, targets/cgi/parser3.C,
23944: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23945: cgi: reinvent document_root and request_uri under iis. autoconf
23946: updated. introducing ap_config_includes
23947:
23948: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23949:
23950: * src/targets/cgi/parser3.C: cgi: only one pool now
23951:
23952: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23953: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23954: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23955: types/pa_venv.h, types/pa_vform.C: sapi made object
23956:
23957: * src/: include/pa_globals.h, main/pa_request.C,
23958: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23959: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23960: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23961:
23962: * src/: main/pa_request.C, targets/cgi/parser3.C,
23963: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23964: isapi minor env beauty
23965:
23966: * src/: main/pa_request.C, targets/cgi/parser3.C,
23967: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23968: isapi document_root 0
23969:
23970: 2001-03-22 paf
23971:
23972: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23973:
23974: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23975: isapi/parser3isapi.C: z
23976:
23977: * src/: include/pa_pool.h, main/pa_request.C,
23978: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23979:
23980: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23981: kill.pl: isapi added utils
23982:
23983: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23984: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23985: types/pa_vform.C: isapi 0
23986:
23987: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23988: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23989: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23990: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23991: started isapi
23992:
23993: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23994: some comments
23995:
23996: * src/: include/pa_globals.h, include/pa_request.h,
23997: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23998: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23999: parser_root_auto_path parser_site_auto_path
24000:
24001: * src/types/pa_vcookie.C: cookie attr decoded
24002:
24003: 2001-03-21 paf
24004:
24005: * src/targets/cgi/parser3.C: z
24006:
24007: * src/include/pa_globals.h: post. todo: config of auto.p path
24008:
24009: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24010: types/pa_venv.h: in cookie & env. todo:post
24011:
24012: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24013: classes/root.C, classes/table.C, include/pa_array.h,
24014: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24015: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24016: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24017: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24018: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24019: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24020: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24021: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24022: shifted apache branch on main trunc
24023:
24024: * src/: include/pa_common.h, include/pa_globals.h,
24025: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24026: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24027: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24028: starting mod_parser3
24029:
24030: * src/targets/cgi/parser3.C: starting mod_parser3
24031:
24032: 2001-03-20 paf
24033:
24034: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24035: targets/cgi/parser3.C: automake compiled and works. todo:make
24036: win32 ifdefs work and add ifdef unistd
24037:
24038: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24039: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24040: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24041: z
24042:
24043: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24044: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24045: locking
24046:
24047: * src/: classes/Makefile.am, types/Makefile.am: z
24048:
24049: * src/: Makefile.am, classes/file.C, classes/root.C,
24050: classes/table.C, include/pa_array.h, include/pa_request.h,
24051: include/pa_string.h, main/Makefile.am, main/execute.C,
24052: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24053: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24054: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24055: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24056:
24057: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24058: main/pa_request.C, types/pa_vfile.h: ^table:save
24059:
24060: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24061: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24062: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24063: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24064: types/pa_vform.h: z
24065:
24066: * src/include/pa_string.h: z
24067:
24068: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24069: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24070: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24071: :Value
24072:
24073: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24074: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24075: :VStateless_object
24076:
24077: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24078: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24079: :VStateless_object
24080:
24081: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24082: types/pa_valiased.C, types/pa_vform.h: commented VForm
24083:
24084: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24085: types/pa_valiased.h, types/pa_value.h,
24086: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24087: types/pa_vstateless_object.h: moved common get_element part from
24088: stateless object&class into VAliased
24089:
24090: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24091: classes/table.C, main/execute.C, main/main.dsp,
24092: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24093: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24094: now :Value
24095:
24096: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24097: main/execute.C, main/main.dsp, main/pa_globals.C,
24098: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24099:
24100: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24101: doxx
24102:
24103: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24104: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24105: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24106: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24107: and ^file:save
24108:
24109: 2001-03-19 paf
24110:
24111: * src/types/pa_vfile.C: z
24112:
24113: * src/: classes/file.C, classes/request.C, classes/table.C,
24114: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24115: main/pa_request.C, main/untaint.C, types/pa_value.h,
24116: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24117:
24118: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24119: include/pa_string.h, include/pa_table.h, main/main.dsp,
24120: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24121: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24122: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24123: classes/_file.h, classes/file.C, types/pa_vfile.C,
24124: types/pa_vfile.h: file class just compiled
24125:
24126: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24127: include/pa_table.h, include/pa_types.h, main/execute.C,
24128: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24129: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24130: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24131:
24132: * src/include/pa_pool.h: z
24133:
24134: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24135: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24136: Hash::Value to Val so to doxygen would finlly stop confusing
24137: those Value-s
24138:
24139: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24140: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24141: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24142: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24143: include/pa_types.h, main/compile.C, main/compile.y,
24144: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24145: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24146: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24147: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24148: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24149:
24150: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24151: derivates somehow unlinked. don't know why yet
24152:
24153: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24154: include/pa_string.h, include/pa_threads.h, main/compile.C,
24155: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24156: main/execute.C, main/pa_array.C, main/pa_common.C,
24157: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24158: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24159: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24160:
24161: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24162: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24163: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24164: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24165: types/pa_vrequest.h: doc: detected Value derivates prob
24166:
24167: * src/include/pa_globals.h: z
24168:
24169: * src/: classes/_request.h, classes/request.C, include/code.h,
24170: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24171: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24172: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24173: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24174: main/execute.C, main/pa_pool.C, main/pa_request.C,
24175: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24176: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24177:
24178: 2001-03-18 paf
24179:
24180: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24181: cookie: allowed access to hash-assigned
24182:
24183: * src/targets/cgi/parser3.C: z
24184:
24185: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24186: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24187: include/pa_types.h, main/main.dsp, main/pa_common.C,
24188: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24189: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24190: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24191: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24192: types/pa_vunknown.h: cookie class
24193:
24194: * src/main/pa_request.C: zero length output allowed
24195:
24196: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24197: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24198:
24199: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24200: lang switch
24201:
24202: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24203: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24204: types/pa_value.h, types/pa_vhash.h:
24205: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24206:
24207: * src/main/execute.C: z
24208:
24209: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24210: targets/cgi/parser3.C: taint[uri
24211:
24212: * src/: classes/request.C, classes/response.C, classes/root.C,
24213: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24214: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24215: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24216:
24217: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24218: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24219: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24220: types/pa_vstateless_class.C: convinient string(pool, char *src,
24221: bool tainted) ctor
24222:
24223: * src/: include/pa_hash.h, include/pa_request.h,
24224: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24225: main/pa_request.C, main/pa_string.C, main/untaint.C,
24226: targets/cgi/parser3.C: proper @exceptions params tainting
24227:
24228: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24229: response fields to header
24230:
24231: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24232: z
24233:
24234: * src/: classes/_response.h, classes/response.C,
24235: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24236: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24237: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24238: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24239: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24240: $response: 0 request::core exception rethrow
24241:
24242: 2001-03-16 paf
24243:
24244: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24245: types/pa_vrequest.h: native method' class call with less params
24246: then needed error reporting
24247:
24248: * src/: classes/_request.h, classes/request.C,
24249: include/pa_globals.h, include/pa_request.h, main/execute.C,
24250: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24251: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24252: types/pa_vrequest.h: $request : query :uri
24253:
24254: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24255: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24256: types/pa_wcontext.h: $result
24257:
24258: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24259:
24260: * src/: classes/double.C, include/code.h, main/compile.y,
24261: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24262: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24263:
24264: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24265: main/compile.y, main/execute.C, types/pa_value.h,
24266: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24267: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24268: wcontext conflict
24269:
24270: * src/: main/execute.C, types/pa_value.h,
24271: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24272: $string.field
24273:
24274: 2001-03-15 paf
24275:
24276: * src/main/pa_request.C: news sample
24277:
24278: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24279: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24280:
24281: * src/main/: compile.y, execute.C: z
24282:
24283: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24284: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24285: pre pre works
24286:
24287: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24288: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24289: fillfields just compiled
24290:
24291: 2001-03-14 paf
24292:
24293: * src/: include/pa_request.h, main/pa_request.C,
24294: targets/cgi/parser3.C: z
24295:
24296: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24297: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24298: types/pa_vstring.h: limits -1
24299:
24300: * src/: include/pa_globals.h, include/pa_request.h,
24301: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24302: main/pa_request.C, targets/cgi/parser3.C,
24303: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24304: request_info -1
24305:
24306: * src/: include/pa_globals.h, main/pa_globals.C,
24307: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24308: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24309: vform_fields_fill
24310:
24311: * src/targets/cgi/parser3.C: # if MSVC
24312:
24313: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24314: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24315:
24316: * src/targets/cgi/parser3.C: z
24317:
24318: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24319: include/pa_string.h, include/pa_types.h, main/compile.y,
24320: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24321: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24322: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24323: types/pa_vunknown.h: global handler, exceptions in parser3
24324:
24325: 2001-03-13 paf
24326:
24327: * src/: classes/form.C, main/compile.y, main/core.C,
24328: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24329: types/pa_vform.h, types/pa_vstateless_class.C,
24330: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24331: instead
24332:
24333: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24334: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24335: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24336: started cgi target
24337:
24338: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24339: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24340: before error show with parser
24341:
24342: * src/: classes/_form.h, classes/form.C, include/core.h,
24343: include/pa_request.h, main/core.C, main/pa_request.C,
24344: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24345:
24346: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24347:
24348: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24349: parser3.C: renamed targets/ parser to cgi
24350:
24351: * src/: classes/double.C, classes/env.C, classes/int.C,
24352: classes/root.C, classes/string.C, classes/table.C,
24353: include/pa_request.h, types/pa_vhash.h: z
24354:
24355: * src/: classes/_env.h, classes/env.C, classes/root.C,
24356: include/core.h, include/pa_pool.h, include/pa_request.h,
24357: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24358: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24359: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24360: [historical moment :)]
24361:
24362: * src/: include/code.h, include/pa_string.h, main/compile.y,
24363: main/execute.C, main/pa_string.C: 'value is type' expr operator
24364:
24365: * src/types/pa_venv.h: $ENV 1
24366:
24367: * src/main/execute.C: z
24368:
24369: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24370: future methods of ENV constructor if
24371:
24372: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24373: class
24374:
24375: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24376: classes/_root.h, classes/_string.h, classes/_table.h,
24377: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24378: classes/string.C, classes/table.C, include/pa_request.h,
24379: main/compile.C, main/compile_tools.h, main/core.C,
24380: main/execute.C, main/main.dsp, main/pa_request.C,
24381: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24382: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24383: types/pa_vobject.h, types/pa_vstateless_class.C,
24384: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24385: types/pa_wcontext.h: $ENV: re 0, stateless classes
24386:
24387: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24388: classes/_root.h, classes/_string.h, classes/_table.h,
24389: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24390: classes/string.C, classes/table.C, include/pa_request.h,
24391: main/compile.C, main/compile_tools.h, main/core.C,
24392: main/execute.C, main/main.dsp, main/pa_request.C,
24393: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24394: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24395: types/pa_vobject.h, types/pa_vstateless_class.C,
24396: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24397: types/pa_wcontext.h: $ENV: re 0, stateless classes
24398:
24399: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24400: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24401: yesterdays bad decision on execute_static_method
24402:
24403: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24404:
24405: * src/: classes/double.C, classes/int.C, classes/root.C,
24406: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24407:
24408: * src/main/pa_request.C: z
24409:
24410: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24411: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24412:
24413: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24414: include/pa_pool.h, main/pa_request.C:
24415: restructure_exceptions_dead_end
24416:
24417: * src/: classes/root.C, main/compile.y: ^if required junctions.
24418: allowed ; inside {} to break params
24419:
24420: * src/classes/root.C: ^eval
24421:
24422: * src/: classes/_string.h, classes/double.C, classes/int.C,
24423: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24424: string ^format
24425:
24426: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24427: 'bad' but not 'enough'
24428:
24429: * src/: classes/double.C, classes/root.C, classes/table.C,
24430: include/pa_common.h, include/pa_types.h, main/compile.y,
24431: main/pa_common.C, main/pa_request.C, main/untaint.C,
24432: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24433: types/pa_wwrapper.h: think constructing flag as is is bad
24434:
24435: * src/: classes/double.C, classes/int.C, classes/root.C,
24436: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24437: types/pa_vint.h: ^for
24438:
24439: 2001-03-12 paf
24440:
24441: * src/classes/table.C: table ^empty
24442:
24443: * src/: classes/table.C, include/pa_table.h: table ^menu
24444:
24445: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24446: ^offset ^line ^count
24447:
24448: * src/classes/root.C: ^round() ^floor() ^ceiling()
24449: ^abs() ^sign()
24450:
24451: * src/classes/: root.C, table.C: ^use
24452:
24453: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24454: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24455: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24456: ^while. switched off wcontext.constructing after write(value) or
24457: auto-vhash-constructing
24458:
24459: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24460: main/pa_request.C: fail_if_junction_ helper func
24461:
24462: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24463: include/pa_request.h, main/execute.C, main/main.dsp,
24464: main/pa_common.C, main/pa_request.C: ^process error point by
24465: actual method_name, not source. ^load
24466:
24467: * src/types/pa_vtable.h: table: no, better with string in cells...
24468:
24469: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24470: classes/_table.h, classes/table.C, main/untaint.C: z
24471:
24472: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24473: include/pa_table.h, main/core.C, main/execute.C,
24474: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24475: types/pa_value.h: table:set 0
24476:
24477: * src/: classes/root.C, include/core.h, include/pa_array.h,
24478: include/pa_request.h, include/pa_table.h, main/core.C,
24479: main/main.dsp, main/pa_request.C, main/pa_table.C,
24480: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24481: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24482: types/pa_vstring.h: freeze, ^table:create[] -1
24483:
24484: * src/: classes/root.C, types/pa_value.h: z
24485:
24486: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24487: get_method in couple places optimizing them
24488:
24489: * src/classes/root.C: z
24490:
24491: * src/: classes/root.C, types/pa_vclass.h: process temp main
24492: zeroing
24493:
24494: * src/: classes/double.C, classes/int.C, classes/root.C,
24495: classes/string.C, include/pa_common.h, include/pa_request.h,
24496: include/pa_string.h, include/pa_types.h, main/compile.C,
24497: main/compile.y, main/compile_tools.h, main/execute.C,
24498: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24499: types/pa_vmframe.h: ^process. actual names to store param and
24500: check_actual_numbered_params for better place diagnostics
24501:
24502: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24503: method-junctions bug fixed
24504:
24505: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24506: pa_vstateless_object.h, pa_vstring.h: stateless_object
24507:
24508: 2001-03-11 paf
24509:
24510: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24511: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24512: VDouble VInt base now VObject_base - without fields
24513:
24514: * src/: classes/root.C, include/core.h, main/core.C: z
24515:
24516: * src/: classes/double.C, classes/int.C, classes/root.C,
24517: classes/string.C, include/core.h, include/pa_hash.h,
24518: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24519: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24520:
24521: * src/: classes/double.C, classes/int.C, classes/root.C,
24522: include/pa_request.h, main/execute.C: intercept_string
24523:
24524: * src/: classes/double.C, classes/int.C, classes/root.C,
24525: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24526:
24527: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24528: ^inc-s(expr)
24529:
24530: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24531: classes/_root.h, classes/_string.h, classes/double.C,
24532: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24533: include/code.h, include/core.h, include/pa_array.h,
24534: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24535: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24536: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24537: include/pa_types.h, main/compile.C, main/compile.y,
24538: main/compile_tools.C, main/compile_tools.h, main/core.C,
24539: main/execute.C, main/pa_array.C, main/pa_common.C,
24540: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24541: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24542: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24543: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24544: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24545: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24546: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24547: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24548:
24549: * src/: main/pa_request.C, types/pa_vhash.h: z
24550:
24551: * src/: include/core.h, include/pa_request.h, main/core.C,
24552: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24553:
24554: * src/: include/pa_valiased.h, include/pa_value.h,
24555: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24556: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24557: include/pa_vjunction.h, include/pa_vmframe.h,
24558: include/pa_vobject.h, include/pa_vstring.h,
24559: include/pa_vunknown.h, include/pa_wcontext.h,
24560: include/pa_wwrapper.h, main/compile.y, main/core.C,
24561: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24562: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24563: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24564: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24565: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24566: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24567: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24568: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24569: include/
24570:
24571: 2001-03-10 paf
24572:
24573: * src/: include/core.h, include/pa_request.h, main/core.C,
24574: main/pa_request.C: run+auto=run
24575:
24576: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24577:
24578: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24579: classes/_root.h, classes/_string.h, classes/double.C,
24580: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24581: include/code.h, include/core.h, include/pa_array.h,
24582: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24583: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24584: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24585: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24586: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24587: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24588: include/pa_vjunction.h, include/pa_vmframe.h,
24589: include/pa_vobject.h, include/pa_vstring.h,
24590: include/pa_vunknown.h, include/pa_wcontext.h,
24591: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24592: main/compile_tools.C, main/compile_tools.h, main/core.C,
24593: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24594: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24595: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24596: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24597: main/pa_wcontext.C: sources header
24598:
24599: * src/main/pa_request.C: auto..
24600:
24601: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24602: main/pa_request.C: auto tree0
24603:
24604: * src/: include/core.h, include/pa_request.h, main/compile.y,
24605: main/core.C, main/pa_request.C: names to core.C
24606:
24607: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24608: include/pa_request.h, main/core.C, main/execute.C,
24609: main/pa_common.C, main/pa_request.C: root auto.p loaded
24610:
24611: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24612: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24613: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24614: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24615:
24616: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24617: @auto[] realised. auto.p scan togo
24618:
24619: * src/: include/pa_request.h, main/execute.C: autocalc
24620: code-junctions result now have names
24621:
24622: * src/: classes/double.C, classes/int.C, classes/root.C,
24623: classes/string.C, include/pa_request.h, include/pa_string.h,
24624: include/pa_wcontext.h, main/compile.y, main/execute.C,
24625: main/pa_string.C, main/pa_wcontext.C: tainting 0
24626:
24627: * src/classes/env.C: env:file/line
24628:
24629: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24630: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24631: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24632: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24633: main/compile_tools.C, main/compile_tools.h, main/core.C,
24634: main/execute.C, main/main.dsp, main/pa_cframe.C,
24635: main/pa_request.C, main/pa_wcontext.C: const fight finished
24636:
24637: * src/include/pa_vclass.h: const fight to go
24638:
24639: * src/: classes/_env.h, classes/env.C, classes/root.C,
24640: include/pa_request.h, include/pa_vclass.h, main/core.C,
24641: main/main.dsp: env0
24642:
24643: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24644: classes/_string.h, classes/double.C, classes/int.C,
24645: classes/root.C, classes/string.C, include/pa_request.h,
24646: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24647: include/pa_wcontext.h, main/core.C, main/main.dsp,
24648: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24649: main/pa_wcontext.C: ^lang prepare0
24650:
24651: 2001-03-09 paf
24652:
24653: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24654: construct proper naming
24655:
24656: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24657: classes/double.C, classes/int.C, classes/root.C,
24658: classes/string.C, include/code.h, include/pa_value.h,
24659: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24660: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24661: main/compile.y, main/compile_tools.C, main/core.C,
24662: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24663: and ^double[]. fixed expr type
24664:
24665: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24666: ^string.length[]
24667:
24668: 2001-03-08 paf
24669:
24670: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24671:
24672: * src/: include/pa_vclass.h, include/pa_vstring.h,
24673: include/pa_wcontext.h, main/compile.y, main/core.C,
24674: main/execute.C, main/main.dsp: dead end: vstring can't be
24675: derivated from vobject
24676:
24677: * src/: include/pa_vclass.h, include/pa_vhash.h,
24678: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24679:
24680: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24681: remained clone conseqs
24682:
24683: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24684:
24685: * src/main/pa_vclass.C: wow! vclass were out of vcs
24686:
24687: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24688: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24689: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24690: include/pa_vobject.h, include/pa_vstring.h,
24691: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24692: main/execute.C: withoud cloning. didn't need it actually, params
24693: got passed from out unnamed ewpool
24694:
24695: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24696: include/pa_vjunction.h, include/pa_vobject.h,
24697: include/pa_vunknown.h, main/compile.y: cloning dead end
24698:
24699: * src/: include/pa_bool.h, include/pa_double.h,
24700: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24701: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24702: include/pa_vjunction.h, include/pa_vmframe.h,
24703: include/pa_vobject.h, include/pa_vstring.h,
24704: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24705: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24706: to give params proper names
24707:
24708: * src/main/pa_wcontext.C: z
24709:
24710: * src/: include/pa_vmframe.h, main/execute.C: added names to
24711: unknown values in get_element and unfilled params. removed wrong
24712: name change in get_element
24713:
24714: * src/main/execute.C: z
24715:
24716: * src/main/execute.C: fixed problems calling operators in
24717: constructors
24718:
24719: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24720: detected problems calling operators in constructors
24721:
24722: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24723: autocalc def to string
24724:
24725: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24726: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24727:
24728: * src/classes/root.C: added root.c
24729:
24730: * src/: include/pa_request.h, include/pa_value.h,
24731: include/pa_vcframe.h, include/pa_vmframe.h,
24732: include/pa_wcontext.h, main/compile.C, main/compile.y,
24733: main/core.C, main/execute.C, main/pa_cframe.C,
24734: main/pa_wcontext.C: 'if' just compiled
24735:
24736: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24737: include/pa_vjunction.h, include/pa_vmframe.h,
24738: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24739: main/pa_wcontext.C: z
24740:
24741: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24742: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24743: with parameter names in operator methods
24744:
24745: * src/main/compile.y: minor renamings in .y
24746:
24747: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24748: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24749: @BASE. changed 'RUN' assignment mech
24750:
24751: * src/main/execute.C: z
24752:
24753: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24754: main/compile_tools.h, main/execute.C: made class: dynamic, not
24755: static. so to enable runtime ^use
24756:
24757: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24758:
24759: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24760: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24761:
24762: * src/main/execute.C: root root in code-junction
24763:
24764: 2001-03-07 paf
24765:
24766: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24767: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24768:
24769: * src/: include/pa_stack.h, include/pa_value.h,
24770: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24771: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24772: fixed rwcontext of {} params up
24773:
24774: * src/main/: compile.y, compile_tools.h: ^func(params)
24775:
24776: * src/main/compile.y: .y priorities syntax shaped up a bit
24777:
24778: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24779: include/pa_vunknown.h, main/compile.y, main/execute.C,
24780: main/pa_hash.C: expr def in -f
24781:
24782: * src/main/: compile.y, execute.C: expr calls
24783:
24784: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24785: fixed
24786:
24787: * src/main/compile.y: expr quoted code
24788:
24789: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24790: support0
24791:
24792: * src/main/compile.y: expr string comparisons 0
24793:
24794: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24795: main/pa_string.C: just compiled lt&co
24796:
24797: * src/main/execute.C: ^var.menu{$field} problem detected. that
24798: $field not a $var.field
24799:
24800: 2001-03-06 paf
24801:
24802: * src/main/compile.y: .y expr visible-shorter
24803:
24804: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24805: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24806: logical
24807:
24808: * src/: include/pa_vstring.h, main/compile.y: problems with
24809: skipping whitespace in yylex
24810:
24811: * src/include/pa_vbool.h: forgot this
24812:
24813: * src/: include/code.h, main/compile.y, main/execute.C: without
24814: string ops in expressions 0
24815:
24816: * src/: include/pa_value.h, include/pa_vdouble.h,
24817: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24818: main/execute.C, main/main.dsp: !~
24819:
24820: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24821: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24822: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24823: include/pa_vunknown.h, include/pa_wcontext.h,
24824: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24825: main/compile_tools.h, main/execute.C: +-*/
24826:
24827: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24828: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24829:
24830: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24831: main/execute.C: expr grammar-1 2*2=4.000000 :)
24832:
24833: * src/main/compile.y: expr grammar-1
24834:
24835: * src/main/compile.y: expr lexx1
24836:
24837: * src/main/: compile.y, execute.C, main.dsp: z
24838:
24839: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24840: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24841: main/execute.C: expr lex0 exec-1
24842:
24843: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24844:
24845: 2001-02-26 paf
24846:
24847: * src/main/compile.y: max_string in yyerror bug fix
24848:
24849: 2001-02-25 paf
24850:
24851: * src/: include/pa_value.h, include/pa_vmframe.h,
24852: include/pa_wcontext.h, main/execute.C: VAliased3
24853:
24854: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24855:
24856: * src/main/execute.C: VAliased1
24857:
24858: * src/: include/pa_request.h, include/pa_value.h,
24859: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24860: VAliased0
24861:
24862: * src/: include/pa_pool.h, include/pa_request.h,
24863: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24864: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24865: VAliased just compiled
24866:
24867: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24868: include/pa_vobject.h, main/execute.C: alias dead end
24869:
24870: * src/: include/pa_value.h, include/pa_vclass.h,
24871: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24872: main/main.dsp: no not get fields into interm VFielded class.
24873: fields & staticfields 1
24874:
24875: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24876: include/pa_vobject.h, include/pa_wcontext.h,
24877: include/pa_wwrapper.h, main/core.C, main/execute.C,
24878: main/main.dsp: would now get fields into interm VFielded class
24879:
24880: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24881: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24882: include/pa_wcontext.h, main/compile.y, main/core.C,
24883: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24884: main/pa_wcontext.C: virtuals2
24885:
24886: * src/main/compile.y: : 1
24887:
24888: * src/main/compile.y: rethought to $class:static.field.subfield
24889:
24890: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24891: $class:element
24892:
24893: * src/: include/pa_value.h, include/pa_vmframe.h,
24894: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24895: main/pa_wcontext.C: before execute class calls rewrite
24896:
24897: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24898: name RUN, also alias
24899:
24900: * src/main/compile.y: escaping bug
24901:
24902: * src/: include/pa_request.h, include/pa_value.h,
24903: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24904: main/core.C, main/execute.C, main/pa_common.C: vobject1
24905:
24906: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24907: include/pa_vmframe.h, include/pa_vobject.h,
24908: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24909: main/compile_tools.h, main/execute.C: ^class:method() just
24910: compiled
24911:
24912: 2001-02-24 paf
24913:
24914: * src/main/main.dsp: no bison -d
24915:
24916: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24917: class' err msg wrong
24918:
24919: * src/main/compile.y: z
24920:
24921: * src/main/: compile.y, core.C: yylex need some @special lines adj
24922:
24923: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24924: main/compile.y, main/compile_tools.h, main/core.C: modules0
24925:
24926: * src/: include/pa_vclass.h, main/core.C: z
24927:
24928: * src/: include/pa_value.h, include/pa_vclass.h,
24929: include/pa_vobject.h, main/main.dsp: vobject00
24930:
24931: * src/main/pa_array.C: minor bug in expanding very small arrays.
24932: 60% from 1 were 0
24933:
24934: * src/: include/pa_value.h, include/pa_wcontext.h,
24935: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24936: as bad as you've named it: wcontext.value() was not a perfect
24937: idea
24938:
24939: * src/main/execute.C: codeframe1
24940:
24941: * src/: include/pa_value.h, include/pa_vcframe.h,
24942: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24943: include/pa_vjunction.h, include/pa_vmframe.h,
24944: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24945: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24946: just compiled
24947:
24948: * src/: include/pa_vframe.h, main/compile.y: found junction
24949: ideology @: ^x{$a()) must construct current wcontext element, so
24950: smart wcontext handling needed
24951:
24952: * src/main/compile.y: fixed grammar bugs in constructor/params
24953: klinch
24954:
24955: * src/main/: compile.y, execute.C: fixed empty constructor
24956: optimized empty case. failed on calls - produced empty string
24957: param
24958:
24959: * src/main/compile.y: fixed last \n macrotemplate strip bug
24960:
24961: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24962: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24963: main/compile_tools.C, main/compile_tools.h, main/core.C,
24964: main/execute.C: code junctions0. something wrong with last \n
24965: macrotemplate strip
24966:
24967: * src/: include/pa_value.h, main/compile.C, main/core.C,
24968: main/pa_value.C: minor error reporting format beautifyings
24969:
24970: * src/: include/pa_value.h, include/pa_vclass.h,
24971: include/pa_vframe.h, main/core.C, main/execute.C,
24972: main/pa_value.C: get_method RIP. junctions everywhere. call with
24973: junctions0
24974:
24975: 2001-02-23 paf
24976:
24977: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24978: pa_wwrapper.h: lara came, can't work, sorry :(
24979:
24980: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24981: junction
24982:
24983: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24984: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24985: main/execute.C, main/main.dsp, main/pa_value.C: call0
24986:
24987: * src/: include/pa_hash.h, include/pa_value.h,
24988: include/pa_wcontext.h, main/core.C, main/execute.C,
24989: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24990: done
24991:
24992: * src/include/pa_wcontext.h: z
24993:
24994: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24995: wrong grammar in complex constructor case
24996:
24997: * src/main/: compile.y, execute.C: empty constructor bug fixed
24998:
24999: * src/main/execute.C: with result rwpool
25000:
25001: * src/: include/pa_value.h, main/core.C, main/execute.C,
25002: main/main.dsp: value named
25003:
25004: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25005: strign 2 value in 2 places in execute
25006:
25007: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25008: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25009: wcontext.put_element when wcontext fvalue==0
25010:
25011: 2001-02-22 paf
25012:
25013: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25014: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25015: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25016:
25017: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25018: erroreos checkout
25019:
25020: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25021:
25022: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25023: main/compile_tools.h, main/pa_array.C: $self.get
25024:
25025: * src/main/: compile.C, compile.y, compile_tools.C: z
25026:
25027: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25028: bit. finished now.
25029:
25030: * src/main/compile.y: $: finished
25031:
25032: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25033:
25034: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25035: main/execute.C: OP_STRING better then some xxx _VALUE
25036:
25037: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25038: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25039: string to vstring it .y all
25040:
25041: * src/: include/pa_request.h, include/pa_stack.h,
25042: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25043: all
25044:
25045: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25046: precise parse error line:col
25047:
25048: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25049: main/pa_hash.C, main/pa_pool.C: TRY...
25050:
25051: * src/: include/pa_exception.h, include/pa_pool.h,
25052: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25053: main/compile.C, main/compile.y, main/compile_tools.C,
25054: main/core.C, main/pa_array.C, main/pa_exception.C,
25055: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25056: main/pa_table.C: removed exception from request
25057:
25058: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25059: some forgotten
25060:
25061: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25062: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25063: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25064: get/put simple vars to VClass works0
25065:
25066: * src/: include/pa_array.h, include/pa_wcontext.h,
25067: main/pa_string.C: in process, but found that exceptions are too
25068: global
25069:
25070: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25071: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25072: main/execute.C, main/pa_string.C: write_value write_string 0 it
25073: seems wcontext must write strings regardles of fvalue!=0
25074:
25075: 2001-02-21 paf
25076:
25077: * src/main/execute.C: tired :)
25078:
25079: * src/main/: compile.C, compile.y, execute.C: store0
25080:
25081: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25082: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25083: include/pa_wcontext.h, main/compile.C, main/compile.y,
25084: main/execute.C, main/main.dsp, main/pa_array.C,
25085: main/pa_request.C: get put -1 [just compiled]
25086:
25087: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25088: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25089: main/main.dsp, main/pa_request.C: request core methods0
25090:
25091: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25092: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25093: execute
25094:
25095: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25096: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25097: methods and one_big_piece. now compile returns array<method*>
25098:
25099: * src/main/compile.y: more straightforward yylex[end]
25100:
25101: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25102: string.operator==(char*)
25103:
25104: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25105: main/execute.C, main/pa_array.C: after array.const get wonders
25106:
25107: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25108: pa_string.h, pa_value.h: struck with const array.gets
25109:
25110: * src/main/: execute.C: z
25111:
25112: * src/main/: compile.y, execute.C: z
25113:
25114: * src/main/: compile.C, compile.y, compile_tools.h: error
25115: processing in eval & yyerror so it wouldn't cause memleaks.
25116:
25117: * src/main/: compile.C, compile.y: failed to add absolute precies
25118: parse error positions. leaving RIGHTMOST position as
25119: @file[line:col]
25120:
25121: * src/: include/compile.h, main/compile.C, main/compile.y,
25122: main/compile_tools.h: line numbers needed. would add them to .y
25123: now internally. externally it's not as precise as needed
25124:
25125: * src/: include/code.h, include/pa_types.h, main/compile.C,
25126: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25127: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25128: compiler works ok
25129:
25130: 2001-02-20 paf
25131:
25132: * src/main/: compile.C, compile.y, compile_tools.C,
25133: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25134: not perfect
25135:
25136: * src/: include/code.h, include/compile.h, include/execute.h,
25137: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25138: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25139: main/compile.C, main/compile.y, main/compile_tools.C,
25140: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25141: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25142: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25143: compiled. execute=dump for now
25144:
25145: * src/main/core.C: core rewrite using yacc investigations now will
25146: be compile[yacc]/execute[opcodes]
25147:
25148: 2001-02-15 paf
25149:
25150: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25151: rewrite as turing machine? for it seems it would be it's too many
25152: ifs with this syntax now
25153:
25154: 2001-02-14 paf
25155:
25156: * src/main/core.C: get_params 1
25157:
25158: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25159: :( ]
25160:
25161: * src/main/core.C: varios breaks
25162:
25163: * src/main/core.C: get names 3
25164:
25165: * src/main/core.C: get names 2
25166:
25167: * src/main/core.C: get names 1
25168:
25169: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25170: names 0
25171:
25172: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25173: text repassing2 operator static vars
25174:
25175: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25176: main/pa_string.C: process text repassing
25177:
25178: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25179: module:calls changes
25180:
25181: 2001-02-13 paf
25182:
25183: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25184: ^class:calls[] started
25185:
25186: * src/: include/pa_value.h, main/core.C: z
25187:
25188: * src/main/core.C: operators : and self. prefixes
25189:
25190: * src/main/core.C: z
25191:
25192: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25193: tested
25194:
25195: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25196: optimized
25197:
25198: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25199: would change privates to better support optimization
25200:
25201: * src/: include/pa_string.h, main/pa_string.C:
25202: String_iterator::skip_to todo:optimize
25203:
25204: 2001-02-12 paf
25205:
25206: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25207: String_iterator
25208:
25209: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25210: comments
25211:
25212: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25213: self/methodref joined
25214:
25215: 2001-02-11 paf
25216:
25217: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25218: main/main.dsp: core started. core.C, context&value .h
25219:
25220: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25221: include/pa_string.h, main/main.dsp, main/pa_array.C,
25222: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25223:
25224: 2001-01-30 paf
25225:
25226: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25227: comments
25228:
25229: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25230: main/pa_pool.C: moved pa_pool.C to be target specific
25231:
25232: * src/: include/pa_exception.h, include/pa_pool.h,
25233: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25234: to & changes
25235:
25236: * src/: include/pa_exception.h, include/pa_pool.h,
25237: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25238: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25239: re-associated. that's much better even removed 'die' necessety
25240:
25241: * src/: include/pa_error.h, include/pa_exception.h,
25242: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25243: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25244: targets/Makefile.am: lowered targets/parser into subdir, added
25245: parser_Pool(Pool) failed to add. would think..
25246:
25247: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25248: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25249: main/pa_string.C, main/pa_table.C: Table more like C++ style
25250: hence lots of 'const'
25251:
25252: * src/: include/pa_error.h, include/pa_request.h,
25253: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25254: main/pa_table.C: Error fixed
25255:
25256: 2001-01-29 paf
25257:
25258: * src/: include/pa_array.h, include/pa_common.h,
25259: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25260: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25261: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25262: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25263:
25264: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25265: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25266: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25267: main/pa_string.C, main/pa_table.C: Request Error Table
25268:
25269: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25270: templates"
25271:
25272: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25273: main/main.dsp, main/pa_array.C: templates failed no template
25274: specializations [VC6], no library auto instantation [VC6, GNU c++
25275: 2.95.2-6 from latest cygwin]
25276:
25277: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25278: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25279: main/main.dsp, main/pa_array.C, main/pa_string.C,
25280: main/pa_table.C: Table started would test template Array now
25281:
25282: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25283: String originating
25284:
25285: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25286: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25287: SYNCHRONIZED(thread_safe)
25288:
25289: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25290: parts to top
25291:
25292: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25293: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25294: see: needed only in global Hash now, made Hash:: put/get
25295: SYNCHRONIZED
25296:
25297: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25298: main/pa_threads.C: added pa_threads
25299:
25300: Mutex
25301:
25302: * src/include/pa_hash.h: some comments
25303:
25304: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25305: Array& operator += (Array& src)
25306:
25307: * src/main/pa_array.C: expand not convinient, would rewrite
25308:
25309: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25310: (Array& src)
25311:
25312: rethought, would change now
25313:
25314: 2001-01-27 paf
25315:
25316: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25317: caching
25318:
25319: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25320: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25321: cache rethought to chunk caching
25322:
25323: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25324: include/pa_string.h, main/main.dsp, main/pa_array.C,
25325: main/pa_hash.C, main/pa_string.C: Array 0
25326:
25327: * src/main/pa_string.C: String::operator ==
25328:
25329: * src/main/pa_hash.C: String(&String)
25330:
25331: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25332:
25333: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25334: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25335: pa_hash[forgotten]
25336:
25337: 2001-01-26 paf
25338:
25339: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25340: removed templates [vc++ suxx]
25341:
25342: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25343: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25344:
25345: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25346:
1.119 moko 25347: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25348:
1.119 moko 25349: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25350: check
25351:
25352: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25353: dynamic row_count
25354:
25355: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25356: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25357: targets/Makefile.am: Initial revision
25358:
25359: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25360: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25361: targets/Makefile.am: creating parser3 module
25362:
E-mail: