Annotation of parser3/ChangeLog, revision 1.199
1.199 ! moko 1: 2024-09-29 moko
! 2:
! 3: * src/classes/array.C: synced ^array::sql multi_statements logic
! 4: with ^hash::sql new behavour
! 5:
! 6: 2024-09-28 moko
! 7:
! 8: * tests/: 428-sql.html, results/388-sql.processed,
! 9: results/428-sql.processed: tests updated after column names were
! 10: fixed in multi_statements mode (related to feature #1197)
! 11:
! 12: * src/classes/hash.C: column names are fixed for most cases in
! 13: multi_statements mode (related to feature #1197)
! 14:
! 15: * tests/: 428-sql.html, results/195.processed,
! 16: results/224.processed, results/239.processed,
! 17: results/254.processed, results/261.processed,
! 18: results/306.processed, results/333.processed,
! 19: results/341.processed, results/343.processed,
! 20: results/344.processed, results/348.processed,
! 21: results/364.processed, results/389.processed,
! 22: results/390.processed, results/415.processed,
! 23: results/420.processed, results/421.processed: tests results
! 24: updated after error messages spelling minor fixes
! 25:
! 26: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
! 27: spelling
! 28:
! 29: * src/: classes/curl.C, classes/file.C, classes/hash.C,
! 30: classes/image.C, classes/math.C, classes/string.C,
! 31: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
! 32: main/execute.C, main/pa_charset.C, main/pa_common.C,
! 33: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
! 34: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
! 35: types/pa_vmail.C, types/pa_vobject.C,
! 36: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 37: types/pa_vxdoc.C: minor error messages spelling fixes
! 38:
! 39: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
! 40: implementation (related to feature #930)
! 41:
! 42: * tests/: 388-sql.html, results/388-sql.processed: test results
! 43: updated after rows number ^file::sql{} check added
! 44:
! 45: * src/classes/file.C: rows number now checked in ^file::sql{}
! 46:
! 47: * tests/: 428-sql.html, results/428-sql.processed: more tests
! 48:
! 49: * tests/: 428-sql.html, results/428-sql.processed: more
! 50: multi_statements testing before bugfix
! 51:
! 52: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
! 53: results/428-sql.processed: support for multiple sql test files
! 54: added
! 55:
! 56: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
! 57:
! 58: * src/classes/hash.C: more accurate one_bool_column processing
! 59:
! 60: * tests/: 427.html, results/427.processed: Constructors as methods
! 61: behavour documented in test
! 62:
! 63: * src/classes/hash.C: HashStringValue::Iterator used for options
! 64:
! 65: * tests/: 388-sql.html, results/388-sql.processed: even more tests
! 66:
! 67: * tests/: 388-sql.html, results/388-sql.processed: a bit more
! 68: testing
! 69:
! 70: * tests/results/367-curl.processed: test result updated after
! 71: server charset changed
! 72:
! 73: * tests/results/347-curl.processed: error messages updated
! 74:
! 75: * tests/results/: 346-curl.processed, 379-curl.processed,
! 76: 394-curl.processed: tests results updated after Type -> Exception
! 77: type replacement
! 78:
! 79: * tests/results/388-sql.processed: tests result updated after Type
! 80: -> Exception type
! 81:
! 82: 2024-09-27 moko
! 83:
! 84: * src/classes/hash.C: minor simplification
! 85:
! 86: 2024-09-24 moko
! 87:
! 88: * src/main/pa_string.C: atoui error messages improved
! 89:
! 90: * tests/: 165.html, 312.html, results/165.processed,
! 91: results/312.processed, results/379.processed: tests updated after
! 92: default endless loop limit increased, atoi error messages
! 93: improved
! 94:
! 95: * src/classes/hash.C: VBool::get used, unification
! 96:
1.198 moko 97: 2024-09-22 moko
98:
99: * src/classes/array.C: minor simplification
100:
101: * src/classes/array.C: ^array.left(N),
102: ^array.right(N),^array.mid(P;N) added (related to feature #930)
103:
104: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
105: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
106: added, default 1000000 (related to feature #930)
107:
108: * tests/: 426.html, results/426.processed: test for negative limit
109: and offset processing for table options added
110:
111: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
112: bugfix: negative limit and offset processing for table options
113: fixed
114:
115: 2024-09-21 moko
116:
117: * src/: classes/array.C, types/pa_varray.h: join supports hash;
118: ^for added that also iterates holes; ^remove added (related to
119: feature #930)
120:
121: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
122: $.offset(M) ] added (related to feature #930)
123:
124: 2024-09-20 moko
125:
126: * src/: classes/array.C, types/pa_varray.h: array:
127: +foreach[value]{code}, + add[hash with numeric keys] (related to
128: feature #930)
129:
130: 2024-09-19 moko
131:
132: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
133: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
134: support $a[v1;v2;...] syntax (related to feature #930)
135:
136: 2024-09-17 moko
137:
138: * src/: classes/reflection.C, include/pa_request.h,
139: main/compile_tools.h, main/pa_request.C:
140: ^reflection:class_alias[existing class name;alias class name]
141: added. The array class can now be redefined regardless of the
142: $.replace(bool) option value (related to feature #930)
143:
144: * src/main/: compile.y, compile_tools.h: class_add return value
145: inverted to add it to request class
146:
147: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
148: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
149: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
150: resize if required. spared array - added fused, append.
151:
1.197 moko 152: 2024-09-16 moko
153:
154: * src/types/pa_varray.h: get moved to where it belongs
155:
156: 2024-09-15 moko
157:
158: * src/: include/pa_array.h, types/pa_varray.h: more agressive
159: expansion to minimize reallocs: fallocated/32 -> fallocated/4
160:
161: * tests/: 421.html, results/323.processed, results/421.processed:
162: tests updated after 'spared-array' class renamed to 'array'
163: following a discussion on the forum (related to feature #930)
164:
165: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
166: types/pa_vmail.C: initial SparseArray separation from Array,
167: parser class now 'array'
168:
169: 2024-09-14 moko
170:
171: * tests/: 030.html, results/030.processed: out of range expires
172: check added
173:
174: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
175: checking expires time using VDate
176:
177: 2024-09-13 moko
178:
179: * src/: classes/array.C, classes/curl.C, classes/date.C,
180: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
181: classes/memcached.C, classes/op.C, classes/regex.C,
182: classes/string.C, classes/xdoc.C, classes/xnode.C,
183: main/execute.C, main/pa_http.C, main/pa_request.C,
184: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
185: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
186: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
187: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
188: removed as dynamic_cast is faster, Value::is() is still required
189: for is operator.
190:
191: 2024-09-12 moko
192:
193: * src/: classes/file.C, classes/image.C, classes/reflection.C,
194: classes/table.C, classes/xnode.C, include/pa_array.h,
195: include/pa_string.h, main/pa_common.C, main/pa_request.C,
196: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
197: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
198: templated pa_itoa/pa_uitoa added to work with any integer type,
199: String::Body::Format removed
200:
201: 2024-09-10 moko
202:
203: * src/classes/array.C: append and insert methods added to
204: sparse-array (related to feature #930)
205:
206: * tests/: 253.html, 255.html, 421.html, results/421.processed:
207: tests updated after sparse-array was added to avoid ^json:parse[]
208: using it in old tests (related to feature #930)
209:
210: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
211: types/pa_varray.h: sparse-array class added (initial feature #930
212: implementation)
213:
214: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
215: for sparse-array class files (related to feature #930)
216:
217: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
218: types/pa_vhash.h: VArray support functions without actual VArray
219: files (related to feature #930)
220:
1.196 moko 221: 2024-09-07 moko
222:
223: * src/: classes/curl.C, classes/string.C, classes/table.C,
224: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
225: main/pa_http.C, main/pa_sql_driver_manager.C,
226: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
227: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
228: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
229: with Hash::Iterator, has_next() replaced with operator bool
230: (related to feature #930)
231:
232: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
233: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
234: types/pa_vstateless_class.C: Array class extended,
235: Array::Iterator added and used (related to feature #930)
236:
1.195 moko 237: 2024-08-26 moko
238:
239: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
240: should be used on argv[0] as well to match document root.
241:
1.194 moko 242: 2024-08-25 moko
243:
244: * src/main/pa_request.C: be more specific
245:
246: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
247: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
248: (fixes bug #1244)
249:
250: * src/targets/cgi/parser3.C: avoid "parser allready configured"
251: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
252: rsplit(..., '\\') is not correct when / and \ are mixed in path
253:
254: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
255:
1.193 moko 256: 2024-07-24 moko
257:
258: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
259: main/execute.C, main/pa_string.C: Warning war: clang changed
260: -Wdeprecated-register warning to -Wregister, it's easier to
261: remove all register vars then continue this fight. :)
262:
263: * src/main/: compile.y, compile.tab.C: warning war: register
264: removed
265:
1.192 moko 266: 2024-07-14 moko
267:
268: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
269: checking the HTTP request environment; if the variable is not
270: present, checking the web server process environment (implements
271: feature #1242)
272:
1.191 moko 273: 2024-05-26 moko
274:
275: * tests/: 195.html, 229.html, results/096.processed,
276: results/097.processed, results/158.processed,
277: results/186.processed, results/273.processed,
278: results/293.processed, results/317.processed,
279: results/389.processed, results/402.processed: tests updated as
280: single quote now escaped with ' in HTML tainting mode
281: (related to feature #1241)
282:
283: * src/main/untaint.C: single quote now escaped with ' in HTML
284: tainting mode (implements feature #1241)
285:
286: * tests/results/: 020.processed, 021.processed, 026.processed,
287: 042.processed, 043.processed, 057.processed, 110.processed,
288: 115.processed, 116.processed, 117.processed, 118.processed,
289: 119.processed, 120.processed, 125.processed, 126.processed,
290: 128.processed, 130.processed, 131.processed, 132.processed,
291: 133.processed, 135.processed, 136.processed, 138.processed,
292: 139.processed, 140.processed, 145.processed, 150.processed,
293: 151.processed, 165.processed, 174.processed, 181.processed,
294: 182.processed, 192.processed, 193.processed, 201.processed,
295: 213.processed, 224.processed, 226.processed, 230.processed,
296: 239.processed, 240.processed, 244.processed, 253.processed,
297: 254.processed, 261.processed, 264.processed, 269.processed,
298: 274.processed, 275.processed, 288.processed, 294.processed,
299: 296.processed, 303.processed, 306.processed, 307.processed,
300: 308.processed, 311.processed, 312.processed, 314.processed,
301: 315.processed, 316.processed, 320.processed, 323.processed,
302: 324.processed, 325.processed, 328.processed, 330.processed,
303: 332.processed, 333.processed, 337.processed, 338.processed,
304: 341.processed, 342.processed, 343.processed, 344.processed,
305: 345.processed, 348.processed, 352.processed, 356.processed,
306: 357.processed, 363.processed, 364.processed, 368.processed,
307: 372.processed, 373.processed, 376.processed, 378.processed,
308: 379.processed, 385.processed, 386.processed, 387.processed,
309: 389.processed, 390.processed, 395.processed, 397.processed,
310: 398.processed, 399.processed, 404.processed, 406.processed,
311: 413.processed, 414.processed, 420.processed, 421.processed,
312: 424.processed, auto.p: Type -> Exception type for readability
313:
314: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
315: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
316: results/119.processed, results/165.processed,
317: results/175.processed, results/192.processed,
318: results/213.processed, results/217.processed,
319: results/230.processed, results/240.processed,
320: results/298.processed, results/380.processed,
321: results/415.processed: try-catch, try-catch-comment used
322:
323: 2024-05-21 moko
324:
325: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
326: results/180.processed, results/195.processed,
327: results/224.processed, results/auto.p: @try-catch-comment added
328: and used
329:
330: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
331: 415.html, results/269.processed, results/283.processed,
332: results/auto.p: more tests are updated to prepare for apostrophe
333: escaping in HTML tainting
334:
335: * tests/results/: 181.processed, 294.processed, 296.processed,
336: 315.processed, 379.processed, 389.processed, auto.p:
337: $exception.comment printed as-is for whitespace reporting and to
338: prepare for apostrophe escaping in HTML mode
339:
1.190 moko 340: 2024-05-11 moko
341:
342: * tests/: 099.html, 100.html, results/099.processed,
343: results/100.processed: a test for non-UTF-8 filename* added
344: (related to feature #1240)
345:
346: * tests/: 293.html, results/293.processed: tainting modes tests
347: added
348:
349: * tests/results/: 099.processed, 100.processed, 205.processed,
350: 309.processed, 310.processed, 419.processed: tests results
351: updated after filename* added (related to feature #1240)
352:
353: * src/: include/pa_common.h, main/pa_request.C: The filename*
354: parameter was added to the Content-Disposition header to conform
355: with RFC 6266, with code provided by Sumo (implements feature
356: #1240)
357:
358: 2024-05-10 moko
359:
360: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
361: positive performance effect in our case
362:
1.189 moko 363: 2024-03-27 moko
364:
365: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
366: (related to feature #1236)
367:
368: 2024-03-15 moko
369:
370: * tests/: 413.html, results/413.processed: test for object still
371: can be used as file parameter (related to bug #1218)
372:
373: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
374: still can be used in file context (fixes bug #1218)
375:
376: 2024-03-14 moko
377:
378: * src/include/pa_string.h: ArrayString get() null result assert
379: also added (related to bug #1238)
380:
381: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
382: VString::empty() used instead of new VString()
383:
384: 2024-03-12 moko
385:
386: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
387: results/379.processed: test added for cookie without value
388: (related to bug #1238)
389:
390: * src/include/pa_string.h: In assertions enabled mode, ArrayString
391: values are now required to be non-null (related to bug #1238)
392:
393: * src/main/pa_http.C: cookies without value are now parsed
394: correctly (fixed bug #1238)
395:
396: 2024-03-11 moko
397:
398: * tests/run_parser.sh: for better error reporting
399:
1.188 moko 400: 2023-12-30 moko
401:
402: * tests/: 038.html, results/038.processed: test for atan2 added
403:
404: 2023-12-29 moko
405:
406: * src/classes/math.C: atan2(y,x) math function added
407:
1.187 moko 408: 2023-12-14 moko
409:
410: * tests/212.html: pcre2 compatibility (related to feature #1236)
411:
412: * tests/: 425.html, results/425.processed: test for pcre/pcre2
413: exceptions and behavour added (related to feature #1236)
414:
415: 2023-12-13 moko
416:
417: * buildall: by default parser is now bundled with pcre2 10.42,
418: --without-pcre2 option added to build with pcre-8.45 (related to
419: feature #1236)
420:
421: 2023-12-12 moko
422:
423: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
424: support added (implements feature #1236)
425:
426: * src/: include/pa_charset.h, include/pa_config_includes.h,
427: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
428: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
429: types/pa_vregex.h: Adopted patch from Yavor Doganov
430: <yavor@gnu.org> to add pcre2 library support (implements feature
431: #1236)
432:
1.186 moko 433: 2023-11-28 moko
434:
435: * src/include/pa_config_includes.h: warnings war continues
436:
437: * src/include/pa_config_includes.h: warning war
438:
439: * tests/: 424.html, results/424.processed: tests for '+' and '-'
440: number strings, whitespace and sign in exception messages
441: (related to bug #1234)
442:
1.185 moko 443: 2023-11-26 moko
444:
445: * tests/: 274.html, results/224.processed, results/274.processed:
446: tests for date double, int, bool added (related to feature #1235)
447:
448: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
449: added for date class (implements feature #1235)
450:
451: 2023-11-23 moko
452:
453: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
454: and '-' strings are no longer can be treated as number 0,
455: exception thrown (fixes bug #1234)
456:
1.184 moko 457: 2023-11-18 moko
458:
459: * src/include/pa_types.h: minor
460:
461: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
462:
463: * tests/: 389.html, results/389.processed: error messages for some
464: OS differs a bit, reducing failing tests for them
465:
466: 2023-11-17 moko
467:
468: * tests/: 423.html, results/423.processed: test for optional
469: @auto[] inheritance added (related to feature #1233)
470:
471: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
472: types/pa_vstateless_class.C: optional @auto[] inheritance
473: implemented if defined with two args (path, class name)
474: (implements feature #1233)
475:
476: * src/: classes/double.C, classes/int.C, classes/math.C,
477: include/pa_random.h, include/pa_types.h, main/pa_common.C,
478: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
479: sync double->int overflow behavour under different architectures
480: (fixes bug #1232)
481:
482: * tests/: 422.html, results/422.processed: int clipping added
483:
484: 2023-11-16 moko
485:
486: * tests/: 422.html, results/422.processed: test for int and uint
487: overflow in ^n.format[d/u/x]
488:
489: * src/classes/math.C: bugfix: crc32 should not be negative (under
490: Apple M1 when negative double converts to uint the result is 0)
491: and crc32 should be 32 bits
492:
493: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
494: on Apple M1 it's 0
495:
496: * src/classes/file.C: bugfix: crc32 should not be negative (under
497: Apple M1 when negative double converts to uint the result is 0)
498: and crc32 should be 32 bits
499:
1.183 moko 500: 2023-10-07 moko
501:
502: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
503: behavour with other OP_NUM_*, related to bug #1230
504:
505: 2023-10-06 moko
506:
507: * tests/: 338.html, results/338.processed: test for bug #1230 added
508:
509: * src/: main/execute.C, types/pa_vdate.h: force double operands to
510: be converted to double to avoid 80 bit operations in x87 mode
511: (fixes bug #1230)
512:
513: 2023-10-05 moko
514:
515: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
516: compatibility
517:
518: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
519:
520: * tests/: 421.html, results/421.processed: test to cover all
521: classes and objects nonexistent method and field exceptions
522: (related to feature #1080 and #1227)
523:
524: * tests/results/: 182.processed, 324.processed: undefined method ->
525: <type> method not found exception (related to feature #1080)
526:
527: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
528: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
529: "element can not be fetched from" for them, "field not found" for
530: all other types (related to bug #1227)
531:
532: 2023-10-03 moko
533:
534: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
535: <type> method not found" exception now thrown for static calls
536: instead of "undefined method" without class name (related to
537: feature #1080)
538:
539: 2023-10-02 moko
540:
541: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
542: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
543: <method name>, Comment: <type> method not found" exception now
544: thrown for all dynamic objects instead of "undefined method"
545: without class name (implements feature #1080)
546:
1.182 moko 547: 2023-10-01 moko
548:
549: * src/classes/json.C: we don't have a dynamic json object.
550:
551: 2023-09-28 moko
552:
553: * tests/: 420.html, results/261.processed, results/420.processed:
554: tests updated after bug #1228 fix reverted
555:
556: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
557: whitespace string is hash compatible, so we don't want $s.key to
558: return a junction
559:
560: * tests/: 261.html, 420.html, results/261.processed,
561: results/420.processed: test for bug #1227 added, test updated
562: after bug #1228 fixed
563:
564: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
565: now throws exception as $non-empty-string.field (fixes bug #1227)
566:
567: * src/types/pa_vstring.h: allow $string.method access (fixes bug
568: #1228)
569:
570: 2023-09-26 moko
571:
572: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
573: src/classes/classes.C, src/classes/classes.awk,
574: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
575: src/classes/double.C, src/classes/file.C, src/classes/form.C,
576: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
577: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
578: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
579: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
580: src/classes/regex.C, src/classes/response.C,
581: src/classes/string.C, src/classes/table.C, src/classes/void.C,
582: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
583: src/include/pa_array.h, src/include/pa_base64.h,
584: src/include/pa_cache_managers.h, src/include/pa_charset.h,
585: src/include/pa_charsets.h, src/include/pa_common.h,
586: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
587: src/include/pa_dictionary.h, src/include/pa_dir.h,
588: src/include/pa_exception.h, src/include/pa_exec.h,
589: src/include/pa_globals.h, src/include/pa_hash.h,
590: src/include/pa_http.h, src/include/pa_memory.h,
591: src/include/pa_opcode.h, src/include/pa_operation.h,
592: src/include/pa_os.h, src/include/pa_pool.h,
593: src/include/pa_random.h, src/include/pa_request.h,
594: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
595: src/include/pa_sapi.h, src/include/pa_socks.h,
596: src/include/pa_sql_connection.h,
597: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
598: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
599: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
600: src/include/pa_table.h, src/include/pa_threads.h,
601: src/include/pa_types.h, src/include/pa_uue.h,
602: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
603: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
604: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
605: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
606: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
607: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
608: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
609: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
610: src/main/compile.tab.C, src/main/compile.y,
611: src/main/compile_tools.C, src/main/compile_tools.h,
612: src/main/execute.C, src/main/pa_base64.C,
613: src/main/pa_cache_managers.C, src/main/pa_charset.C,
614: src/main/pa_charsets.C, src/main/pa_common.C,
615: src/main/pa_dictionary.C, src/main/pa_dir.C,
616: src/main/pa_exception.C, src/main/pa_exec.C,
617: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
618: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
619: src/main/pa_request.C, src/main/pa_socks.C,
620: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
621: src/main/pa_stylesheet_connection.C,
622: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
623: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
624: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
625: src/main/untaint.C, src/main/helpers/simple_folding.pl,
626: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
627: src/targets/apache/mod_parser3_core.C,
628: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
629: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
630: src/types/pa_method.h, src/types/pa_property.h,
631: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
632: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
633: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
634: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
635: src/types/pa_vcookie.h, src/types/pa_vdate.C,
636: src/types/pa_vdate.h, src/types/pa_vdouble.h,
637: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
638: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
639: src/types/pa_vhash.C, src/types/pa_vhash.h,
640: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
641: src/types/pa_vimage.C, src/types/pa_vimage.h,
642: src/types/pa_vint.h, src/types/pa_vjunction.C,
643: src/types/pa_vjunction.h, src/types/pa_vmail.C,
644: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
645: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
646: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
647: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
648: src/types/pa_vobject.h, src/types/pa_vregex.C,
649: src/types/pa_vregex.h, src/types/pa_vrequest.C,
650: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
651: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
652: src/types/pa_vstateless_class.h,
653: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
654: src/types/pa_vstatus.h, src/types/pa_vstring.C,
655: src/types/pa_vstring.h, src/types/pa_vtable.C,
656: src/types/pa_vtable.h, src/types/pa_vvoid.C,
657: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
658: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
659: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
660: src/types/pa_wwrapper.h: copyright, authors actualized
661:
1.181 moko 662: 2023-08-20 moko
663:
664: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
665: commited (related to feature #1219)
666:
667: 2023-08-16 moko
668:
669: * src/main/pa_random.C: replaced clock precision with monotonicity
670: counter, good for Windows version with low clock frequency
671: (related to feature #1229)
672:
673: 2023-08-15 moko
674:
675: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
676: fixes related to feature #1229
677:
678: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
679: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
680: (implements feature #1229)
681:
1.180 moko 682: 2023-08-02 moko
683:
684: * tests/: results/417.processed, 417.html: test for empty string
685: match after last char added (related to bug #1224)
686:
687: * src/main/pa_string.C: avoid prestart++ after last char on zero
688: length match (related to bug #1224)
689:
1.179 moko 690: 2022-11-22 moko
691:
692: * tests/: 419.html, results/419.processed: test for L_URI and path
693: removeal from filename added (related to bug #1204)
694:
695: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
696: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
697: attribute value, L_URI should be used
698:
1.178 moko 699: 2022-09-21 moko
700:
701: * src/targets/cgi/parser3.C: more clear error messages
702:
703: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
704: SAPI_Info will return 0 in read_post and post_size !=
705: content_length will be thrown
706:
1.177 moko 707: 2022-08-23 moko
708:
709: * src/types/pa_vmail.C: .tables addes as .raw contains only last
710: header value
711:
712: 2022-08-22 moko
713:
714: * tests/: 418.html, results/418.processed: test for
715: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
716: to #1225)
717:
718: * src/classes/hash.C: keep old behavoir by default
719:
720: * src/classes/hash.C: ^hash_a.intersection[hash_b;
721: $.order[self|arg] ] added (implements #1215)
722:
1.176 moko 723: 2022-03-21 moko
724:
725: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
726: xmlInitCharEncodingHandlers is called in libxml static
727: initializers before gc_substitute_memory_management_functions in
728: pa_globals and thus gc may not see reference to our
729: xmlCharEncodingHandler and free it.
730:
1.175 moko 731: 2022-01-26 moko
732:
733: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
734:
1.174 moko 735: 2021-12-28 moko
736:
737: * tests/: 417.html, results/417.processed: test for empty string
738: match added (related to bug #1224)
739:
740: * src/main/pa_string.C: empty string match now works (fixes bug
741: #1224)
742:
1.173 moko 743: 2021-12-24 moko
744:
745: * tests/: 415_dir/29.p, results/415.processed: yet another test
746:
747: 2021-12-23 moko
748:
749: * src/: classes/table.C, main/pa_request.C: warnings war
750:
751: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
752: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
753:
754: 2021-12-21 moko
755:
756: * tests/: 416.html, results/416.processed: test for ^break[] in
757: ^hash/table.select[] (related to feature #1222)
758:
759: * src/classes/: hash.C, table.C: ^break[] support for
760: ^hash/table.select[] (implements feature #1222)
761:
1.172 moko 762: 2021-11-30 moko
763:
764: * src/targets/cgi/parser3.C: default sock_ready interval changed to
765: 0.5 sec
766:
1.171 moko 767: 2021-11-10 moko
768:
769: * tests/results/415.processed: more syntax errors tests added
770:
771: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
772: 28.p: minor syntax error tests
773:
774: * src/main/pa_exception.C: pa_strdup added for compatibility
775:
776: * src/classes/curl.C: hint to call ^curl:options[
777: $.library[correct.libcurl.so.name] ] added if default load fails.
778:
779: 2021-11-09 moko
780:
781: * src/main/compile.y: error message can be on stack
782:
783: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
784:
785: * src/main/pa_charset.C: memcpy is more correct and efficient in
786: this case then strncpy
787:
788: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
789: instead of strcpy where possible
790:
791: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
792: used to avoid MAX_STRING limit in Exception comment
793:
794: * tests/results/415.processed: compiler exceptions are no longer
795: limited to MAX_STRING
796:
797: * src/main/: compile.y, compile_tools.h: Parse_control uses const
798: char * instead of fixed buffer
799:
800: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
801: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
802: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
803: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
804: results/415.processed: tests for parser.compile exceptions added
805:
806: 2021-11-08 moko
807:
808: * src/: classes/math.C, include/pa_common.h, main/compile.y,
809: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
810: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
811: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
812: drawbacks
813:
1.170 moko 814: 2021-11-06 moko
815:
816: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
817: (implements feature #1219)
818:
819: * tests/: 414.html, results/414.processed: test for
820: ^hash.rename[from;to] added (related to feature #1144)
821:
822: 2021-11-05 moko
823:
824: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
825: (related to feature #1144)
826:
827: 2021-11-04 moko
828:
829: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
830: added (implements feature #1144)
831:
1.169 moko 832: 2021-10-19 moko
833:
834: * tests/: 413.html, results/413.processed: test for hash no longer
835: is accepted as file parameter (related to bug #1218)
836:
837: * src/: classes/curl.C, classes/file.C, classes/image.C,
838: classes/math.C, classes/xdoc.C, types/pa_value.C,
839: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
840: longer is accepted as file parameter (fixes bug #1218)
841:
1.168 moko 842: 2021-07-19 moko
843:
844: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
845: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
846:
1.167 moko 847: 2021-04-16 moko
848:
849: * src/types/pa_vmail.C: message can be null when e-mail is broken,
850: processing it leads to assertions.
851:
1.166 moko 852: 2021-03-25 moko
853:
854: * tests/: 412.html, results/412.processed: test to demonstrate bug
855: #1213
856:
1.165 moko 857: 2021-02-12 moko
858:
859: * tests/: 360.html, results/360.processed, results/363.processed:
860: parser method call in expression mode no longer differs from call
861: in string mode (related to feature #1211)
862:
863: 2021-02-11 moko
864:
865: * src/types/pa_vmail.C: mail parsing with Windows line endings
866: fixed (bug #1212)
867:
868: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
869: when called $v[^test[]] vs $v(^test[]), numbers are converted to
870: strings in both calls (implements feature #1211)
871:
1.164 moko 872: 2021-01-28 moko
873:
874: * buildall, etc/auto.p.in: to remove last patch in debian package
875:
876: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
877: 3.4.7b
878:
1.162 moko 879: 2021-01-21 moko
880:
881: * src/main/pa_http.C: no alarm() in file::load when web server mode
882: is MULTITHREADED
883:
1.157 moko 884: 2021-01-20 moko
885:
1.161 moko 886: * src/targets/apache/mod_parser3.c: it is more correct to recommend
887: 'a2enmod mpm_prefork'
888:
1.160 moko 889: * src/targets/apache/mod_parser3.c: prefork name is now
890: 'libapache2-mpm-itk'
891:
892: * src/targets/apache/mod_parser3_core.C: last regular malloc
893: removed
894:
1.159 moko 895: * src/targets/isapi/Makefile.am: -pa_threads.C
896:
1.158 moko 897: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
898: 3.4.6
899:
1.157 moko 900: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
901:
902: * etc/auto.p.in: @config[result] added to simplify $cfg change in
903: /httpd.p
904:
905: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
906: ^use[/httpd.p] + optional ^preprocess[] (related to feature
907: #1203)
908:
909: 2021-01-19 moko
910:
911: * buildall: --disable-parallel-mark added to avoid "number of
912: processors" threads creation for heap marking as it conflicts
913: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
914: limits threads)
915:
1.156 moko 916: 2021-01-16 moko
917:
918: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
919: main/pa_globals.C, main/pa_memory.C,
920: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
921: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
922: feature #1209)
923:
924: 2021-01-15 moko
925:
926: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
927: 3.4.6rc
928:
929: * src/classes/json.C: get_delim added for delimiter caching (10%
930: faster on large json)
931:
932: 2021-01-14 moko
933:
934: * operators.txt: updated with 3.4.6 changes
935:
936: * tests/results/224.processed: test result modified after
937: today(shift) implemented
938:
939: * tests/: 407.html, results/407.processed: test for ^hash.select
940: option $.default(bool) added (related to feature #1172)
941:
942: * src/classes/hash.C: ^hash.select option $.default(bool) added
943: (related to feature #1172)
944:
945: * tests/: 141.html, results/141.processed: test modified for
946: feature #1185.
947:
948: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
949: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
950: options $.lower(bool) (implements feature #1185)
951:
952: 2021-01-11 moko
953:
954: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
955: #1192)
956:
957: * tests/: 411.html, results/411.processed: test for ^date::today(N)
958: added (related to feature #1192)
959:
1.155 moko 960: 2021-01-05 moko
961:
962: * tests/: 270.html, results/270.processed: test modified to work
963: under Windows
964:
965: * tests/: 390.html, 395.html, results/395.processed: tests updated
966: 4 windows
967:
968: * tests/: 410.html, results/410.processed: test for
969: $CLASS-GETTER-PROTECTED(false) added
970:
971: 2021-01-04 moko
972:
973: * tests/: 409.html, results/409.processed, results/auto.p: test for
974: $MAIN:LOCALS(true) added
975:
1.154 moko 976: 2021-01-03 moko
977:
978: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
979: types/pa_vclass.h, types/pa_vstateless_class.C,
980: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
981: +LOCALS. $main -> $MAIN in exception texts (implements feature
982: #1207)
983:
984: 2021-01-02 moko
985:
986: * etc/auto.p.in: minor
987:
988: * src/main/pa_request.C: sending headers only after opening file to
989: allow error reporting if file was not opened (foreign group,
990: etc).
991:
992: 2020-12-31 moko
993:
994: * src/: include/pa_request.h, main/pa_request.C,
995: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
996:
997: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
998: main/pa_request.C: get_class_ref added and used
999:
1000: * etc/auto.p.in: @CLASS httpd added
1001:
1002: * etc/auto.p.in: @auto[] is now first
1003:
1004: 2020-12-30 moko
1005:
1006: * tests/: 408.html, results/408.processed: test for bug #1166
1007: (windows only) added
1008:
1009: * src/main/pa_common.C: create_dir_for_file should not create dir
1010: for trailing / (fixes bug #1166)
1011:
1012: * tests/: 341.html, results/341.processed: tests for
1013: ^nameless_table.hash[] added (related to feature #1138)
1014:
1015: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1016: (implements feature #1138), extra fields in named tables no
1017: longer ignored (implements feature #1138)
1018:
1019: * tests/results/390.processed: updated after exception text change
1020:
1021: 2020-12-29 moko
1022:
1023: * tests/: 407.html, results/407.processed: +$._default check
1024:
1025: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1026:
1027: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1028: and ^hash.reverse[] added (releated to feature #1172)
1029:
1030: * src/classes/hash.C:
1031: ^hash.select[key;value](bool-condition)[options hash] +
1032: ^hash.reverse[] added (implements feature #1172)
1033:
1034: * src/types/pa_vtable.h: warning war
1035:
1036: * src/include/pa_config_fixed.h: win32 fix
1037:
1.153 moko 1038: 2020-12-27 moko
1039:
1040: * tests/: 406.html, results/406.processed: test results updated
1041:
1042: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1043: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1044: spelling
1045:
1046: 2020-12-26 moko
1047:
1048: * tests/: 406.html, results/406.processed: tests for
1049: ^table.rename[] added (related to feature #1148)
1050:
1051: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1052: ^table.rename[column name from;column name to], ^table.rename[
1053: $.[column name from][column name to] ... ] added (implements
1054: feature #1148)
1055:
1056: 2020-12-25 moko
1057:
1058: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1059: request_info now on stack to avoid yet another THREAD_LOCAL
1060: memory deallocation issue (now with cookies), explained in #1203
1061:
1062: * src/types/pa_vcookie.C: fields should be inited
1063:
1064: 2020-12-24 moko
1065:
1066: * src/include/pa_stylesheet_connection.h: looks like
1067: xsltFreeStylesheet leads to memory double-free. If so, it's for
1068: sure libxml bug, but we have GC anyway, so we just remove this
1069: call and see...
1070:
1071: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1072: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1073: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1074: abort.c:65:8 frame #3: 0x00000000004da663
1075: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1076: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1077: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1078: malloc.c:617:9 frame #5: 0x0000000000577f0c
1079: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1080: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1081: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1082: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1083: frame #8: 0x000000000050d35c
1084: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1085: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1086: frame #10: 0x00000000004436e5
1087: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1088: [inlined]
1089: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1090: pa_stylesheet_connection.h:62:3
1091:
1092: 2020-12-23 moko
1093:
1094: * src/classes/image.C: ^image::measure[; $.video() ] option added
1095:
1096: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1097: ^image::measure[; $.video(true) ] added
1098:
1099: * src/main/pa_exec.C: not cleared automatically in multithreaded
1100: httpd mode for unknown reasons
1101:
1102: 2020-12-22 moko
1103:
1104: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1105: error_log uri of currently processed document", but never used
1106: and conflicts with how libgc stops threads on FreeBSD (#define
1107: SIG_SUSPEND SIGUSR1), thus removed.
1108:
1109: 2020-12-21 moko
1110:
1111: * src/main/pa_request.C: +comment
1112:
1.151 moko 1113: 2020-12-20 moko
1114:
1.152 moko 1115: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1116: it is more safe to have versions of pa_strdup with one and two
1117: arguments, as helper_length=0 not always mean that strlen()
1118: should be called, but means zero.
1119:
1120: * src/targets/isapi/parser3isapi.C: minor
1121:
1122: * src/main/pa_http.C: +valid_http_method
1123:
1.151 moko 1124: * src/: include/pa_http.h, main/pa_http.C,
1125: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1126:
1127: 2020-12-17 moko
1128:
1129: * tests/: 405.html, results/405.processed: test for split by regex
1130: added (related to feature #1160)
1131:
1132: * src/classes/string.C: split by regex implemented (feature #1160)
1133:
1134: * src/classes/string.C: minor
1135:
1136: * tests/: 404.html, results/404.processed: test for whitespace
1137: string is now OK for table argument (related to feature #1169)
1138:
1139: * src/: classes/image.C, classes/string.C, classes/table.C,
1140: types/pa_vmethod_frame.C: whitespace string is now OK for table
1141: argument (as with hash) (implements feature #1169)
1142:
1143: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1144: limit for comment (fixes bug #1102)
1145:
1146: * src/targets/cgi/parser3.C: +HAVE_TLS check
1147:
1148: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1149:
1150: * src/include/pa_config_includes.h: HAVE_TLS used
1151:
1152: * configure.ac: +TLS check
1153:
1154: * src/main/pa_http.C: content logging added
1155:
1156: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1157: clear_response_headers added
1158:
1159: 2020-12-16 moko
1160:
1161: * buildall: as we now use threads, libatomic_ops still required for
1162: some OS.
1163:
1164: * src/main/pa_request.C: whitespace
1165:
1166: * src/: include/pa_request.h, main/pa_request.C:
1167: Request::Exception_trace::table extracted and used
1168:
1169: * src/main/pa_request.C: moving output_result call outside of try
1170: as network exceptions should not be handled by parser code
1171:
1172: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1173: logging network exchange
1174:
1175: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1176: via network if it was network write error.
1177:
1178: * src/targets/cgi/parser3.C: log -> pa_log
1179:
1180: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1181:
1182: * src/main/pa_threads.C: getpid() if no gettid() found
1183:
1184: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1185: we need to ignore "void" connections from browsers (browsers open
1186: connections in advance and they will be empty if user does not
1187: request more pages)
1188:
1189: 2020-12-15 moko
1190:
1191: * src/targets/cgi/parser3.C: avoid previous uri in logs
1192:
1193: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1194: RequestController not needed in httpd mode
1195:
1196: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1197: classes/classes.h, classes/curl.C, classes/date.C,
1198: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1199: classes/hashfile.C, classes/image.C, classes/inet.C,
1200: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1201: classes/memcached.C, classes/memory.C, classes/op.C,
1202: classes/reflection.C, classes/regex.C, classes/response.C,
1203: classes/string.C, classes/table.C, classes/void.C,
1204: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1205: include/pa_array.h, include/pa_base64.h,
1206: include/pa_cache_managers.h, include/pa_charset.h,
1207: include/pa_charsets.h, include/pa_common.h,
1208: include/pa_config_fixed.h, include/pa_config_includes.h,
1209: include/pa_dictionary.h, include/pa_dir.h,
1210: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1211: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1212: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1213: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1214: include/pa_request_charsets.h, include/pa_request_info.h,
1215: include/pa_sapi.h, include/pa_socks.h,
1216: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1217: include/pa_stack.h, include/pa_string.h,
1218: include/pa_stylesheet_connection.h,
1219: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1220: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1221: include/pa_uue.h, include/pa_xml_exception.h,
1222: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1223: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1224: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1225: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1226: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1227: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1228: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1229: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1230: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1231: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1232: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1233: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1234: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1235: main/pa_sql_driver_manager.C, main/pa_string.C,
1236: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1237: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1238: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1239: main/untaint.C, sql/pa_sql_driver.h,
1240: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1241: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1242: targets/isapi/parser3isapi.C, types/pa_junction.h,
1243: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1244: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1245: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1246: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1247: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1248: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1249: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1250: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1251: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1252: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1253: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1254: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1255: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1256: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1257: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1258: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1259: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1260: types/pa_vstateless_object.h, types/pa_vstatus.C,
1261: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1262: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1263: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1264: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1265: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1266:
1267: * src/main/pa_request.C: old compilers support
1268:
1269: * tests/: 362.html, results/362.processed: test updated after
1270: changes after upgrade to libxml2-2.9.9 were made (related to bug
1271: #1108)
1272:
1273: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1274: removed, as xsltFreeStylesheet has side effects on original doc.
1275: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1276: not updated after xdoc modification (part 3 of test 362).
1277: (related to bug #1108)
1278:
1279: * src/targets/isapi/parser3isapi.C: +pa_strcat
1280:
1281: * src/: classes/memory.C, include/pa_memory.h,
1282: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1283: PA_GC_GCOLLECT used
1284:
1285: * src/include/pa_memory.h: +PA_GC_COLLECT
1286:
1287: * src/targets/cgi/parser3.C: msvs support fixes
1288:
1289: * src/lib/gc/include/gc.h: more cleanup
1290:
1291: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1292:
1293: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1294: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1295:
1296: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1297:
1298: * configure.ac: pthread.h added to checked headers
1299:
1300: * src/classes/table.C: string stream is back :)
1301:
1302: * src/classes/memory.C: GC_generate_random_backtrace no longer
1303: exists
1304:
1305: * src/main/pa_globals.C: GC_dont_gc replaced
1306:
1307: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1308: left to simplify adding new functions. depricated GC_dont_gc
1309: replaced with GC_disable and GC_enable calls.
1310:
1311: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1312: CORD_from_file* not used and thus removed
1313:
1314: * src/lib/gc/include/gc_allocator.h: minor cleanup
1315:
1316: 2020-12-14 moko
1317:
1318: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1319: referenced elsewhere, or GC will collect it.
1320:
1321: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1322: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1323: elsewhere, or GC will collect them (and we'll get GPF in
1324: multithreaded enviroment). May be it can be also fixed by some
1325: GC call, not sure. But this fix costs nothing (but hours of
1326: debugging to find the issue :).
1327:
1.150 moko 1328: 2020-12-11 moko
1329:
1330: * configure.ac: gettid() check added
1331:
1332: * src/main/pa_threads.C: HAVE_GETTID used
1333:
1334: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1335:
1336: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1337: version for isapi/cgi/apache
1338:
1339: * buildall: threads are now required.
1340:
1341: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1342: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1343: main/main.vcproj: pa_threads.C moved to main
1344:
1345: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1346: isapi/pa_threads.C: pa_threads.C moved to main
1347:
1348: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1349: targets/apache/Makefile.am: pa_threads.C moved to main
1350:
1351: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1352:
1353: * src/: include/pa_stylesheet_connection.h,
1354: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1355: and weird GPF in multithreaded httpd is gone
1356:
1357: * src/include/: pa_stylesheet_connection.h,
1358: pa_sql_driver_manager.h: whitespace
1359:
1360: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1361:
1362: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1363: main/pa_stylesheet_manager.C: whitespace, warning war
1364:
1365: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1366: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1367: parser_multithreaded never used
1368:
1369: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1370:
1371: 2020-12-10 moko
1372:
1373: * src/: include/pa_config_includes.h, include/pa_http.h,
1374: main/pa_http.C, targets/cgi/parser3.C: initial support for
1375: MULTITHREADED and PARALLEL httpd server modes
1376:
1377: * src/main/pa_globals.C: GC_java_finalization is depricated
1378:
1379: 2020-12-09 moko
1380:
1381: * etc/auto.p.in: + @httpd-main
1382:
1383: * src/: include/pa_common.h, main/pa_request.C,
1384: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1385: work
1386:
1387: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1388: slow file_read_binary no longer used, send_range added
1389:
1390: 2020-12-08 moko
1391:
1392: * src/main/pa_request.C: >4Gb support
1393:
1394: * src/targets/cgi/parser3.C: msvc warning war
1395:
1396: * src/: include/pa_config_includes.h, main/pa_http.C,
1397: main/pa_request.C: msvc warnings war
1398:
1399: * src/classes/image.C: warning war
1400:
1401: * src/classes/table.C: MSVC warning war
1402:
1403: * src/targets/cgi/parser3.C: msvc warnings war
1404:
1405: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1406: added
1407:
1.149 moko 1408: 2020-12-07 moko
1409:
1.150 moko 1410: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1411: avoid logging beside system-wide auto.p
1412:
1413: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1414:
1415: * configure, configure.ac, src/include/pa_config_auto.h.in:
1416: configure options added:
1417:
1418: --with-system-cfg=FILE to specify system-wide auto.p
1419: --with-system-log=FILE to specify system-wide parser3.log
1420:
1421: * Makefile.am: bin no longer exists
1422:
1423: * configure, configure.ac: auto.p moved to etc to simplify debian
1424: package
1425:
1426: * buildall: auto.p and parser3.charsets moved to their default
1427: location after install
1428:
1429: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1430:
1431: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1432:
1.149 moko 1433: * src/targets/cgi/parser3.C: locate_config call returned to
1434: original place as it requires pa_thread_request() under Windows
1435:
1436: * src/targets/cgi/parser3.C: renaming
1437:
1438: 2020-12-06 moko
1439:
1440: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1441: check added
1442:
1443: 2020-12-04 moko
1444:
1445: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1446: main/pa_request.C: unified uint64_t lseek implemented to support
1447: >4Gb files under x86, including Windows
1448:
1449: 2020-12-02 moko
1450:
1451: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1452: with max_file_size
1453:
1454: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1455: support for processing files sized >4Gb on 32 bit planforms
1456:
1457: * tests/399.html: file moved
1458:
1459: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1460:
1461: * src/targets/cgi/pa_sapi_info.h: warning war
1462:
1463: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1464: warning war
1465:
1466: 2020-12-01 moko
1467:
1468: * src/classes/image.C: mp4 extended size (>4Gb) support added
1469:
1470: * src/classes/image.C: for "size not found" exception to be shown
1471: if size not found until eof
1472:
1473: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1474: bit linux)
1475:
1476: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1477: #1188)
1478:
1479: 2020-11-30 moko
1480:
1481: * src/classes/image.C: definitions moved closer to code
1482:
1483: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1484: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1485: 395_dir/3_VP8X.webp, results/395.processed,
1486: results/396.processed: tests for ^image::measure[] .webp support
1487: added, all image files moved into one directory (related to
1488: feature #1188)
1489:
1490: * src/classes/image.C: ^image::measure[] now supports webp (feature
1491: #1188)
1492:
1.148 moko 1493: 2020-11-29 moko
1494:
1495: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1496: processing, unnessesary defines removed
1497:
1498: 2020-11-24 moko
1499:
1500: * tests/results/: 099.processed, 100.processed, 205.processed,
1501: 309.processed, 310.processed: Content-Disposition: inline
1502: returned
1503:
1504: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1505: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1506: ] added (related to bug #1204)
1507:
1508: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1509: ] supported to avoid Content-Disposition: inline;
1510: filename="<file>.ext" but still set Content-Type for ext (related
1511: to bug #1204)
1512:
1.147 moko 1513: 2020-11-22 moko
1514:
1515: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1516: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1517:
1518: * src/main/pa_request.C: content_disposition_inline returned.
1519:
1520: 2020-11-17 moko
1521:
1522: * src/main/pa_request.C: empty main method name support
1523:
1524: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1525: config_handler added, stdout flush added.
1526:
1527: 2020-11-16 moko
1528:
1529: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1530:
1531: * tests/results/: 099.processed, 205.processed, 237.processed,
1532: 309.processed, 310.processed: Content-Disposition: inline is not
1533: required and should not contain filename="<name>"
1534:
1535: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1536: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1537: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1538:
1.146 moko 1539: 2020-11-14 moko
1540:
1541: * src/targets/cgi/parser3.C: spelling
1542:
1543: * src/targets/cgi/parser3.C: renaming
1544:
1545: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1546: relocated
1547:
1548: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1549: before request processing, which is weired
1550:
1551: 2020-11-13 moko
1552:
1553: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1554: copied in httpd.
1555:
1556: 2020-11-12 moko
1557:
1558: * src/main/pa_http.C: ALARM code unified to be used in httpd
1559:
1560: * src/: include/pa_request.h, main/pa_request.C,
1561: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1562:
1563: * src/main/pa_http.C: URI validation added
1564:
1565: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1566: can't be empty but can be null. httpd-main is now main method
1567: name for httpd mode
1568:
1569: 2020-11-11 moko
1570:
1571: * src/main/pa_request.C: path_translated can be null in httpd mode
1572:
1573: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1574: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1575: classes/xdoc.C, include/pa_request.h, main/execute.C,
1576: main/pa_request.C: r.absolute -> r.full_disk_path
1577:
1578: * src/targets/cgi/parser3.C: if filename to process is not
1579: specified, auto.p should be present.
1580:
1.145 moko 1581: 2020-11-03 moko
1582:
1583: * src/: classes/op.C, include/pa_request.h: unused argument removed
1584:
1585: * src/main/pa_request.C: content_disposition_inline is the default,
1586: not required.
1587:
1.144 moko 1588: 2020-10-29 moko
1589:
1590: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1591: ^use[file; $.main(true) ] implemented for auto.p processing and
1592: path_translated changing to correct relative files path
1593: calculation in httpd mode
1594:
1595: * src/: include/pa_request.h, main/pa_request.C:
1596: fail_on_read_problem removed, as it allways true, as if should
1597: be.
1598:
1599: * src/: include/pa_request.h, main/pa_request.C,
1600: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1601: targets/isapi/parser3isapi.C: clearing config_filespec when
1602: config was not found, thus flag not required and removed.
1603:
1604: 2020-10-28 moko
1605:
1606: * tests/: 402.html, results/402.processed: error reporting test
1607:
1608: * src/main/execute.C: better error reporting when
1609: $result[^hash::create[]] in @main.
1610:
1611: * src/main/: execute.C, pa_request.C: frame.result() should be used
1612: + minor optimization
1613:
1614: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1615: main/pa_xml_io.C: execute_*_method simplified and unified
1616:
1617: 2020-10-27 moko
1618:
1619: * tests/: 306.html, results/306.processed: a bit more testing. :)
1620:
1621: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1622: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1623: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1624: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1625: types/pa_vmethod_frame.h, types/pa_vobject.C,
1626: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1627: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1628: longer used in object-prototype mode
1629:
1630: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1631: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1632: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1633: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1634: $form:name[value] features
1635:
1.143 moko 1636: 2020-10-18 moko
1637:
1638: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1639:
1640: 2020-10-15 moko
1641:
1642: * src/main/pa_http.C: url no longer needed as
1643: ALTER_EXCEPTION_SOURCE is used
1644:
1645: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1646: main/pa_http.C: check_file_size filespec is now optional
1647:
1648: * src/: classes/curl.C, include/pa_exception.h,
1649: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1650: ALTER_EXCEPTION_COMMENT added for better error reporting
1651:
1652: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1653: results/346-curl.processed, results/379-curl.processed,
1654: results/379.processed: test results updated as load now provides
1655: better error reporting + curl responses updated
1656:
1657: 2020-10-14 moko
1658:
1659: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1660: main/pa_string.C, targets/apache/mod_parser3_core.C,
1661: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1662: checked. 10 is now default base, no hex autodetect by default
1663:
1664: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1665: connection socket closing in destructor + accept exception
1666: handling
1667:
1668: * src/targets/cgi/parser3.C: warning war
1669:
1670: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1671: main/pa_request.C, targets/apache/mod_parser3_core.C,
1672: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1673: exception handling unified
1674:
1675: 2020-10-13 moko
1676:
1677: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1678: autodetection
1679:
1680: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1681:
1682: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1683:
1684: * src/main/pa_http.C: warning war
1685:
1.142 moko 1686: 2020-10-12 moko
1687:
1.143 moko 1688: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1689: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1690: unhandled exception code optimization
1691:
1692: * src/targets/cgi/parser3.C: request_info now global variable
1693:
1694: * src/main/pa_http.C: http_read_response moved to HTTP_response
1695: class
1696:
1697: * src/: include/pa_http.h, main/pa_http.C,
1698: targets/cgi/pa_sapi_info.h: read_post implemented
1699:
1.142 moko 1700: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1701: [host:]port syntax support in httpd mode
1702:
1703: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1704: targets/cgi/parser3.C: populate_env added
1705:
1706: * src/include/pa_hash.h: to make get(char *) compiling in
1707: HashStringString
1708:
1709: 2020-10-10 moko
1710:
1711: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1712: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1713:
1714: * src/: include/pa_http.h, include/pa_request_info.h,
1715: main/pa_http.C, main/pa_string.C,
1716: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1717: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1718: types/pa_vrequest.C: initial httpd mode implementation
1719:
1.141 moko 1720: 2020-10-04 moko
1721:
1722: * src/targets/cgi/parser3.C: options together
1723:
1724: 2020-09-30 moko
1725:
1726: * src/main/pa_http.C: renamed
1727:
1.140 moko 1728: 2020-08-14 moko
1729:
1730: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1731: src/targets/cgi/Makefile.am: no httpd as separate library
1732:
1733: 2020-08-13 moko
1734:
1735: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1736: unhandled exception handler to report 500 instead of 200 it was
1737: before.
1738:
1739: * src/targets/apache/mod_parser3_core.C: minor cleanup
1740:
1741: * src/: include/pa_sapi.h, main/untaint.C,
1742: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1743: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1744: thus replaced with SAPI::die and removed
1745:
1746: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1747: cgi/parser3.C: whitespace
1748:
1749: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1750:
1751: 2020-08-12 moko
1752:
1753: * src/targets/cgi/parser3.C: duplicate info in signal logging
1754: removed, whitespace was: SIGPIPE received while executing code.
1755: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1756: cl=0]
1757:
1758: * parser3.sln: + httpd.vcproj
1759:
1760: 2020-08-11 moko
1761:
1762: * src/targets/cgi/Makefile.am: +libhttpd
1763:
1764: * configure.ac, src/lib/Makefile.am: +libhttpd
1765:
1.139 moko 1766: 2020-07-13 moko
1767:
1768: * tests/: 401.html, results/401.processed: test for hash key does
1769: not keep language, but tainted in foreach.
1770:
1.138 moko 1771: 2020-07-01 moko
1772:
1773: * tests/: 235.html, results/235.processed: test result updated as
1774: messages before attachments implemented (feature #1176)
1775:
1.137 moko 1776: 2020-06-27 moko
1777:
1778: * tests/: 400.html, results/400.processed: test updated to check
1779: ^return{code}
1780:
1781: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1782: fixed
1783:
1784: 2020-06-26 moko
1785:
1786: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1787: added (related to https://www.parser.ru/forum/?id=85319)
1788:
1789: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1790: when $result assignment was last statement in the method
1791: (https://www.parser.ru/forum/?id=85319)
1792:
1.136 moko 1793: 2020-05-23 moko
1794:
1795: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1796: whitespace, unused level removed
1797:
1798: 2020-05-19 moko
1799:
1800: * src/types/pa_vmail.C: whitespace
1801:
1802: * src/types/pa_vmail.C: files should be processed last (related to
1803: feature #1176)
1804:
1.135 moko 1805: 2020-05-12 moko
1806:
1807: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1808: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1809:
1810: * configure.ac: FreeBSD1X.X check added to avoid
1811: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1812:
1.134 moko 1813: 2020-02-26 moko
1814:
1815: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1816: compilation issue (related to bug #1201)
1817:
1818: * src/main/pa_common.C: entry_readable -> entry_exists,
1819: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1820: -f and -d now works under Windows in UTF-8 with Russian
1821: filenames.
1822:
1823: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1824: advice (related to feature #1199)
1825:
1826: 2020-02-25 moko
1827:
1828: * buildall: --silent removed
1829:
1830: * configure.ac: gmime-3.0 support
1831:
1832: * buildall: --with-system-mailreceive option added to build with
1833: system libgmime
1834:
1835: * src/types/pa_vmail.C: avoiding
1836: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1837: to feature #1199)
1838:
1.133 moko 1839: 2020-02-18 moko
1840:
1841: * src/classes/op.C: windows x64 debug mode compile fix
1842:
1843: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1844: change (releated to feature #1200)
1845:
1846: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1847: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1848: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1849: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1850: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1851: targets/apache/ApacheModuleParser3.vcproj,
1852: targets/apache/ApacheModuleParser3Core.vcproj,
1853: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1854: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1855: dependency (related to feature #1200)
1856:
1.132 moko 1857: 2020-02-12 moko
1858:
1859: * src/types/pa_vmail.C: minimize diff
1860:
1861: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1862: #1199)
1863:
1.131 moko 1864: 2020-01-18 moko
1865:
1866: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1867:
1.130 moko 1868: 2019-12-28 moko
1869:
1870: * src/targets/cgi/parser3.C: avoid empty ?
1871:
1872: 2019-12-27 moko
1873:
1874: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1875: DOCUMENT_ROOT (related to feature #1164)
1876:
1877: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1878: fcgiwrap setup (implements feature #1164)
1879:
1880: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1881: but no issues found (related to feature #1164)
1882:
1883: * src/targets/cgi/parser3.C: actualized
1884:
1885: 2019-12-26 moko
1886:
1887: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1888: removed
1889:
1890: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1891: removed
1892:
1893: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1894: allocation errors, we don't want default gc warnings (without
1895: timestamp and URI).
1896:
1897: * src/: classes/memory.C, main/pa_globals.C,
1898: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1899: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1900: pa_globals_init
1901:
1902: * src/main/pa_globals.C: setup_hex_value() removed, static array
1903: initialization used (optimization)
1904:
1905: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1906: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1907: pa_socks_init/pa_socks_done moved inside pa_globals_init
1908: (optimization)
1909:
1.129 moko 1910: 2019-12-09 moko
1911:
1912: * src/include/pa_config_fixed.h: warning war
1913:
1.128 moko 1914: 2019-12-08 moko
1915:
1916: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1917: process grammar under Unix.
1918:
1919: 2019-12-07 moko
1920:
1921: * tests/389.html: For Windows XP. :)
1922:
1923: * tests/388-sql.html: Windows compatibility added
1924:
1925: 2019-12-06 moko
1926:
1927: * src/targets/cgi/parser3.C: warning war
1928:
1929: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1930: == sizeof(CORD)) to avoid aligning bugs in future
1931:
1932: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1933: XML_STATIC
1934:
1935: * src/include/pa_request.h: StackItem() not required
1936:
1937: * src/include/pa_stack.h: warning war
1938:
1939: * src/include/pa_config_includes.h: GCC warning silenced
1940:
1941: * src/include/pa_memory.h: warning war: the program should also
1942: define 'void operator delete [](void*, std::size_t)'
1943: [-Wsized-deallocation]
1944:
1945: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1946:
1947: * src/classes/string.C: not reqired cast removed
1948:
1949: * src/classes/string.C: not reqired cast removed
1950:
1951: 2019-12-05 moko
1952:
1953: * src/lib/sdbm/pa_file_io.C: warning war
1954:
1955: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1956: enum Language : size_t - required for VS2015+ to make
1957: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1958: without it (related to feature #1198)
1959:
1960: 2019-12-04 moko
1961:
1962: * src/main/pa_base64.C: unsigned char -> uchar
1963:
1964: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1965: as other libs
1966:
1967: * src/include/pa_version.h: +amd64
1968:
1969: 2019-12-03 moko
1970:
1971: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1972: release
1973:
1974: * src/include/pa_config_includes.h: warning war
1975:
1976: * src/classes/image.C: warning war
1977:
1978: * src/main/pa_globals.C: x64 libs support
1979:
1980: * src/include/pa_config_includes.h: warning war
1981:
1982: * src/types/pa_method.h: warning war
1983:
1.127 moko 1984: 2019-11-28 moko
1985:
1986: * src/classes/math.C: vs2003 compatibility + warning war
1987:
1988: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1989: libxml2-2.9.9 (related to feature #1136)
1990:
1991: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1992: typecast for more compatibility (related to feature #1136)
1993:
1994: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1995: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1996: feature #1136)
1997:
1998: 2019-11-26 moko
1999:
2000: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2001: removed (it was failing in $$var case), condition added
2002:
1.126 moko 2003: 2019-11-25 moko
2004:
2005: * tests/: 397.html, 399.html, results/141.processed,
2006: results/399.processed: base64 options tested
2007:
2008: * src/: classes/math.C, main/pa_http.C: base64 options used
2009:
2010: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2011: implemented (feature #986)
2012:
2013: * src/main/pa_cache_managers.C: whitespace
2014:
2015: * tests/: 397.html, 399.html, results/399.processed: tests for
2016: ^base64 encode options added (related to feature #986)
2017:
2018: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2019: pa_base64_encode(file) removed - more memory, but faster and less
2020: code (related fo feature #986)
2021:
2022: 2019-11-24 moko
2023:
2024: * tests/: 155.html, results/155.processed: limit and offset in
2025: ^table::load[] now supported, thus test added
2026:
2027: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2028: main/pa_common.C: optimization: offset and limit options parsing
2029: moved inside file_load.
2030:
2031: 2019-11-23 moko
2032:
2033: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2034: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2035: optimization: file_read replaced with simplified file_read_binary
2036:
2037: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2038: types/pa_vform.C: whitespace
2039:
2040: * src/: include/pa_common.h, main/pa_common.C: never used params
2041: removed
2042:
2043: 2019-11-21 moko
2044:
2045: * tests/: 193.html, results/193.processed, results/389.processed:
2046: test results updated as now base64 does not discard tail without
2047: padding (related to feature #986)
2048:
2049: 2019-11-20 moko
2050:
2051: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2052: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2053: pa_base64_decode (related to feature #986)
2054:
2055: * tests/398.html: tests for base64 decode added (related to feature
2056: #986)
2057:
2058: * src/main/pa_base64.C: base64_decode rewritten - padding option
2059: support, padding inside base 64 supported (related to feature
2060: #096)
2061:
2062: 2019-11-19 moko
2063:
2064: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2065: FreeBSD 12
2066:
1.125 moko 2067: 2019-11-16 moko
2068:
2069: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2070: support added, step support removed (related to #986)
2071:
2072: 2019-11-15 moko
2073:
2074: * src/classes/math.C: using log since log2 is not present on
2075: FreeBSD < 8.4 (related to feature #1177)
2076:
2077: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2078: pa_base64_size extracted and used for files as well (related to
2079: feature 986)
2080:
2081: 2019-11-14 moko
2082:
2083: * tests/: 397.html, results/397.processed: + content check
2084:
2085: * tests/: 141.html, results/141.processed: make test resuls more
2086: readable
2087:
2088: * tests/: 397.html, results/193.processed, results/397.processed:
2089: test results updated after \x00 character was disabled in
2090: math:convert string mode (related to feature #1177)
2091:
2092: * src/classes/: math.C, string.C: \\x00 character disabled while
2093: converting to string (as in base64, related to feature #1177)
2094:
2095: * src/classes/file.C: more correct arguments separation
2096:
2097: * src/: classes/file.C, classes/math.C, classes/string.C,
2098: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2099: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2100: options added, but not yet implemented (related to feature #986)
2101:
2102: * src/classes/math.C: whitespace
2103:
2104: 2019-11-13 moko
2105:
2106: * tests/: 397.html, results/397.processed: +tainting test (related
2107: to feature #1177)
2108:
2109: * src/classes/math.C: as we now produce not only digits, result
2110: should be tainted (related to feature #1177)
2111:
2112: * src/main/pa_base64.C: whitespace
2113:
2114: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2115: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2116: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2117: implementation moved from pa_common.h and pa_common.C
2118:
2119: 2019-11-12 moko
2120:
2121: * tests/: 275.html, results/275.processed: out of range test fixed,
2122: as ^math:convert now supports arbitrary precision
2123:
2124: 2019-11-11 moko
2125:
2126: * tests/results/389.processed: uctualized error message
2127:
2128: * tests/: 389.html, 397.html, results/397.processed: tests for
2129: ^math:convert added (related to feature #1177)
2130:
2131: * src/classes/math.C: ^math:convert now supports arbitrary
2132: precision, alphabet support added (implements feature #1177)
2133:
1.124 moko 2134: 2019-11-06 moko
2135:
2136: * tests/: 181.html, results/181.processed: entities usage added,
2137: more entites load tests (related to bug #842 discussion)
2138:
2139: 2019-11-05 moko
2140:
2141: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2142: call from xmlFileOpen if http://localhost/<file> was not found
2143: (related to bug #842)
2144:
2145: * src/main/pa_xml_io.C: rename
2146:
2147: * src/main/pa_xml_io.C: +MemoryStream constructor
2148:
2149: * src/main/pa_xml_io.C: whitespace
2150:
1.123 moko 2151: 2019-10-31 moko
2152:
2153: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2154: XML_PARSE_NOENT) added to fix entities load, (related to feature
2155: #1181)
2156:
1.122 moko 2157: 2019-10-25 moko
2158:
2159: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2160: queries tests
2161:
2162: 2019-10-24 moko
2163:
2164: * tests/: 388-sql.html, results/388-sql.processed: support for
2165: pgsql driver test
2166:
2167: * tests/: 388-sql.html, results/388-sql.processed:
2168: multi_statements=1 now tested, mysql test now supported
2169: (connection must be specified in [parser3] section in .my.cnf)
2170: related to issues #1195 and #1194
2171:
1.121 moko 2172: 2019-09-11 moko
2173:
2174: * src/classes/int.C: whitespace
2175:
2176: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2177: exception test
2178:
2179: * tests/results/388-sql.processed: sql queries now shown (related
2180: to feature #1196)
2181:
2182: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2183: with old parser versions.
2184:
2185: * src/: classes/file.C, classes/hash.C, classes/string.C,
2186: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2187: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2188: instead of connect string in query_event_handlers exceptions
2189: (implements feature #1196)
2190:
1.120 moko 2191: 2019-09-06 moko
2192:
2193: * tests/388-sql.html: mysql compat
2194:
2195: * src/: classes/hash.C, classes/string.C, classes/table.C,
2196: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2197: sql_ variables declaration moved to pa_common.h
2198:
1.116 moko 2199: 2019-01-15 moko
2200:
2201: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2202: logically sorted
2203:
2204: 2018-12-27 moko
2205:
2206: * src/include/pa_config_includes.h: warning war:
2207: -Wdeprecated-register added for C++ 17
2208:
2209: 2018-10-15 moko
2210:
2211: * configure.ac: FreeBSD 11.2 can be build with ./configure
2212: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2213: --with-xml=/usr/local/
2214:
2215: 2018-09-24 moko
2216:
2217: * tests/: 396.html, 396.tiff, results/396.processed: test for
2218: ^image::measure[] now supports tiff added (related to feature
2219: #1188)
2220:
2221: * src/classes/image.C: ^image::measure[] now supports tiff
2222: (implements feature #1188)
2223:
2224: 2018-09-20 moko
2225:
2226: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2227: files measure added (related to ticket #1188)
2228:
2229: * src/classes/image.C: measure of bmp files implemented (related to
2230: ticket #1188)
2231:
2232: 2018-09-18 moko
2233:
2234: * tests/: 394-curl.html, results/394-curl.processed,
2235: results/auto.p: test for bug #1187 (max_file_size check for head
2236: requests) added
2237:
2238: 2018-08-24 moko
2239:
2240: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2241: response content-length check is required (fixes bug #1187)
2242:
2243: 2018-05-11 moko
2244:
2245: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2246: $.append(bool) ] option added (related to feature #919)
2247:
2248: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2249: from misha@ patch (implements feature #919)
2250:
2251: 2018-03-22 moko
2252:
2253: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2254: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2255: with 128kb buffer. Now works at least 12 times faster. :) May be
2256: Windows-only problem.
2257:
2258: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2259: build fix)
2260:
2261: 2018-02-03 moko
2262:
2263: * src/main/execute.C: removes irrelevant lines from exception stack
2264: trace when exceptions occurs in assigment (fixes bug #1165)
2265:
2266: * tests/: 393.html, results/393.processed: test for behavour after
2267: "Property can not be created, already exists field with that
2268: name" exception removed (related to feature #1183)
2269:
2270: * src/types/pa_vclass.C: "Property can not be created, already
2271: exists field with that name" exception removed (implements
2272: feature #1183)
2273:
2274: 2018-01-19 moko
2275:
2276: * src/classes/string.C: whitespace
2277:
2278: * src/classes/string.C: whitespace
2279:
2280: * tests/: 392.html, results/392.processed: test for
2281: ^regex::create[$regex] added (related to feature #1135)
2282:
2283: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2284: ^regex::create[$regex] added (implements feature #1135)
2285:
2286: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2287: commented define added (related to feature #1157)
2288:
2289: 2018-01-17 moko
2290:
2291: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2292:
2293: 2018-01-15 moko
2294:
2295: * tests/: 390.html, results/390.processed: real path replaced by
2296: stub
2297:
2298: * tests/: 391.html, results/391.processed: test for feature #1181
2299: (XML_PARSE_HUGE exception) added
2300:
2301: 2018-01-11 moko
2302:
2303: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2304: XML_PARSE_HUGE option passed by default (implements feature
2305: #1181)
2306:
2307: * src/classes/string.C: whitespace
2308:
2309: 2017-12-10 moko
2310:
2311: * tests/: 389.html, 390.html, results/389.processed,
2312: results/390.processed: image code coverage tests added (related
2313: to feature #1125)
2314:
2315: 2017-12-08 moko
2316:
2317: * tests/: 346-curl.html, 388-sql.html, 389.html,
2318: results/346-curl.processed, results/388-sql.processed,
2319: results/389.processed: more code coverage tests
2320:
2321: * tests/: 264.html, results/264.processed: code coverage for
2322: ^file::exec[]
2323:
2324: 2017-12-07 moko
2325:
2326: * tests/: 174.html, 388-sql.html, 389.html,
2327: results/388-sql.processed, results/389.processed,
2328: results/174.processed: more coverage tests
2329:
2330: * src/classes/math.C: exception text actualized
2331:
2332: 2017-12-06 moko
2333:
2334: * tests/388-sql.html: $SQL can be here
2335:
2336: * tests/results/auto.p: $SQL not required here
2337:
2338: * tests/: 388-sql.html, 389.html, Makefile,
2339: results/388-sql.processed, results/389.processed, results/auto.p:
2340: code coverage tests for sql (using sqlite) and int/double/bool
2341: added (related to feature #1125)
2342:
2343: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2344: lib/json/json.vcproj, lib/md5/md5.vcproj,
2345: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2346: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2347: targets/apache/ApacheModuleParser3Core.vcproj,
2348: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2349: types/types.vcproj: gc\include no longer required
2350:
2351: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2352: required
2353:
2354: * src/: classes/Makefile.am, classes/table.C,
2355: include/pa_config_includes.h, include/pa_string.h,
2356: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2357: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2358: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2359: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2360: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2361: used, we now include it directly
2362:
2363: 2017-12-04 moko
2364:
2365: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2366: memcached/memcached.vcproj, punycode/punycode.vcproj,
2367: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2368: where required
2369:
2370: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2371: now can be used to trace memory allocations
2372:
2373: * src/: classes/table.C, include/pa_config_includes.h,
2374: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2375: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2376: method removes, libcord also can work without libgc
2377:
2378: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2379:
2380: 2017-11-29 moko
2381:
2382: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2383: are not present (related to feature #1173)
2384:
2385: * tests/346-curl.html: test updated to test curl content-length bug
2386: (related to feature #1173)
2387:
2388: * tests/results/346-curl.processed: more test for content-length
2389: curl bug (related to feature #1173)
2390:
2391: * tests/results/346-curl.processed: test results updated after
2392: #1173 implemented
2393:
2394: 2017-11-28 moko
2395:
2396: * src/classes/curl.C: another libcurl Content-length bug walkaround
2397: (related to feature #1173)
2398:
2399: 2017-11-27 moko
2400:
2401: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2402: $.http_version[version string] added (implements feature #1173),
2403: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2404: where $post(true) bug existed.
2405:
2406: 2017-11-18 moko
2407:
2408: * src/include/pa_memory.h: warning war (related to feature #1170)
2409:
2410: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2411: feature #1170)
2412:
2413: 2017-11-17 moko
2414:
2415: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2416: std::basic_stringstream used in ^table.csv-string[] is compatible
2417: with delete usage check only under Debian 9 (related to feature
2418: #1170)
2419:
2420: 2017-11-16 moko
2421:
2422: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2423: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2424: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2425: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2426: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2427: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2428: stubs defend from accidental use (implements feature #1170)
2429:
2430: 2017-06-24 moko
2431:
2432: * configure.ac: minor fix: thanks to alx@
2433:
1.115 moko 2434: 2017-05-29 moko
2435:
2436: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2437: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2438: added to avoid cutting of UTF-8 chars (fixed bug #123)
2439:
2440: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2441: ignored, =?UTF-8?Q?= should start in case of leading space
2442: (related to bug #123)
2443:
2444: * buildall: echo -n -> printf for OS X. :)
2445:
2446: 2017-05-25 moko
2447:
2448: * tests/: 288.html, results/288.processed: test updated afted
2449: setting $o.prop without setter exception removed (related to
2450: feature #1157)
2451:
2452: * src/types/pa_vclass.C: no more "this property has no setter
2453: method" when setting $o.prop without setter (implements feature
2454: #1157)
2455:
2456: * buildall: echo \c -> echo -n for FreeBSD
2457:
2458: * configure, configure.ac, src/include/pa_config_auto.h.in,
2459: src/types/pa_vdouble.h: isfinite now checked in configure
2460:
2461: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2462: upgraded to automake 1.15
2463:
2464: 2017-05-23 moko
2465:
2466: * src/types/pa_vdouble.h: finite returned where isfinite not
2467: defined
2468:
2469: 2017-05-22 moko
2470:
2471: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2472:
2473: * buildall: extern CFLAGS setting support
2474:
2475: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2476:
2477: * buildall: http -> https
2478:
2479: * buildall: gc-7.2f -> gc-7.6.0
2480:
2481: 2017-05-20 moko
2482:
2483: * buildall: https, pcre, xml, xslt updated to current versions
2484: (related to feature #1136)
2485:
2486: 2017-05-19 moko
2487:
2488: * tests/097.html: after parser.ru moved to https
2489:
2490: 2017-05-17 moko
2491:
2492: * tests/results/: 175.processed, 372.processed: tests resuls
2493: updated after lintian spelling typos fixed (related to bug #1156)
2494:
2495: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2496: classes/string.C, classes/table.C, main/pa_charset.C,
2497: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2498: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2499: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2500:
2501: * tests/results/096.processed: +XMP
2502:
2503: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2504: $.xmp(true) options tested (test for feature #1154)
2505:
2506: * src/classes/image.C: ^image:measure[] options $.exif(false)
2507: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2508: fetched by default! (implements feature #1154)
2509:
2510: 2017-05-16 moko
2511:
2512: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2513: allowed (related to feature #1154)
2514:
2515: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2516: initial XMP implementation - without options and transcode
2517: (related to feature #1154)
2518:
2519: 2017-05-12 moko
2520:
2521: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2522: image: exif moved to ffields, skipped in ^image.html[] where
2523: iterators now used (preparation for feature #1154)
2524:
2525: 2017-05-05 moko
2526:
2527: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2528: results/387.processed: test for circular class inheritance check
2529: added (related to bug #1150)
2530:
2531: * src/types/pa_vstateless_class.C: circular class inheritance check
2532: added (fixes endless add_derived bug #1150)
2533:
2534: 2017-05-04 moko
2535:
2536: * tests/: 386.html, results/386.processed: test for
2537: $table.value(number) added (related to feature #1152)
2538:
2539: * src/types/pa_vtable.C: table put_element: column value must be
2540: string - > column value must be string compatible to allow
2541: $t.value(1) (implements feature #1152)
2542:
2543: 2017-05-03 moko
2544:
2545: * src/main/pa_request.C: $use[$method] is not possible, reverting
2546: (related to feature #1151)
2547:
2548: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2549: not possible, removing test (related to feature #1151)
2550:
2551: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2552: get_element_method added and used to allow $use[$method] and
2553: $autouse[$method] (implements feature 1151)
2554:
2555: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2556: variable added (related to feature #1151)
2557:
2558: * tests/results/226.processed: actualized after ^try-catch used
2559:
2560: * tests/: 226.html, 385.html, results/385.processed: test for
2561: @autouse in variable added
2562:
2563: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2564:
1.114 moko 2565: 2017-02-27 moko
2566:
2567: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2568:
1.113 moko 2569: 2017-02-20 moko
2570:
2571: * operators.txt: actualization + beauty
2572:
2573: 2017-02-16 moko
2574:
2575: * tests/: 384.html, results/384.processed: test for
2576: ^reflection:mixin[; $.name[] ] option added (related to feature
2577: #1089)
2578:
2579: * tests/: 384.html, results/384.processed: test for
2580: ^reflection:mixin[] added (related to feature #1089)
2581:
2582: * src/types/pa_value.h: warning war: virtual ~Value() added
2583:
1.112 moko 2584: 2017-02-15 moko
2585:
2586: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2587: fixed
2588:
2589: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2590: test added (related to feature #1069)
2591:
2592: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2593: compilation without HASH_ORDER fixed
2594:
2595: * src/: classes/reflection.C, include/pa_hash.h:
2596: $.reverse(true/false) added to ^reflection:methods[] (related to
2597: feature #1069)
2598:
2599: 2017-02-14 moko
2600:
2601: * tests/: 152.html, results/152.processed: test for $._default hash
2602: added (related to bug #1131)
2603:
2604: * tests/: 277.html, results/277.processed: test for hash with only
2605: $._default is now defined (related to bug #1131)
2606:
2607: * src/types/pa_vhash.h: hash with only $._default is now defined
2608: (fixed bug #1131)
2609:
2610: 2017-02-13 moko
2611:
2612: * tests/cat-windows.sh: cat-windows added (cygwin required)
2613:
2614: * tests/: 171.html, 264.html, 286.html, 370.html,
2615: results/320.processed, results/375.processed, results/auto.p:
2616: cat-windows.sh support added
2617:
2618: * tests/375.html: Windows support
2619:
2620: * tests/270.html: documented
2621:
2622: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2623: (not backslashes) even under Windows (broke test 270)
2624:
2625: 2017-02-12 moko
2626:
2627: * tests/: descript.ion, todo.txt: cleanup
2628:
2629: 2017-02-09 moko
2630:
2631: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2632: run_tests.cmd: Windows compatibility
2633:
2634: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2635: incorrectly (GMT) if parser is called from cygwin
2636:
1.111 moko 2637: 2017-02-08 moko
2638:
1.112 moko 2639: * operators.txt: actualization 15% completed
2640:
2641: * operators.txt: cp1251 -> utf-8
2642:
2643: * NEWS, README: minor update
2644:
2645: * src/include/pa_config_includes.h: warning war continues
2646:
2647: * src/: include/pa_config_includes.h, include/pa_memory.h,
2648: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2649: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2650: gcc 6.x issues fixed
2651:
1.111 moko 2652: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2653: classes/classes.h, classes/curl.C, classes/date.C,
2654: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2655: classes/hashfile.C, classes/image.C, classes/inet.C,
2656: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2657: classes/memcached.C, classes/memory.C, classes/op.C,
2658: classes/reflection.C, classes/regex.C, classes/response.C,
2659: classes/string.C, classes/table.C, classes/void.C,
2660: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2661: include/pa_array.h, include/pa_cache_managers.h,
2662: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2663: include/pa_config_fixed.h, include/pa_config_includes.h,
2664: include/pa_dictionary.h, include/pa_dir.h,
2665: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2666: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2667: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2668: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2669: include/pa_request_charsets.h, include/pa_request_info.h,
2670: include/pa_sapi.h, include/pa_socks.h,
2671: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2672: include/pa_stack.h, include/pa_string.h,
2673: include/pa_stylesheet_connection.h,
2674: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2675: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2676: include/pa_uue.h, include/pa_xml_exception.h,
2677: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2678: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2679: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2680: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2681: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2682: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2683: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2684: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2685: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2686: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2687: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2688: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2689: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2690: main/pa_string.C, main/pa_stylesheet_connection.C,
2691: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2692: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2693: main/untaint.C, sql/pa_sql_driver.h,
2694: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2695: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2696: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2697: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2698: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2699: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2700: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2701: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2702: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2703: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2704: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2705: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2706: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2707: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2708: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2709: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2710: types/pa_vmemcached.h, types/pa_vmemory.h,
2711: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2713: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2714: types/pa_vresponse.C, types/pa_vresponse.h,
2715: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2716: types/pa_vstateless_object.h, types/pa_vstatus.C,
2717: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2718: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2719: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2720: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2721: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2722: 2015->2017
2723:
1.110 moko 2724: 2017-02-07 moko
2725:
2726: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2727:
2728: 2017-02-06 moko
2729:
2730: * src/main/pa_common.C: minor fixes, whitespace
2731:
2732: * src/: classes/curl.C, classes/file.C, classes/image.C,
2733: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2734: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2735: now used (implements feature #1081)
2736:
2737: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2738:
2739: 2017-02-01 moko
2740:
2741: * src/include/pa_request.h: cleanup
2742:
2743: 2017-01-30 moko
2744:
2745: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2746:
2747: 2017-01-29 moko
2748:
2749: * tests/: 383.html, results/383.processed: test for
2750: ^reflection:stack[] added (related to feature #1052)
2751:
2752: * src/classes/reflection.C: else added
2753:
2754: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2755: $.max_file_lock_wait added (implements feature #1128)
2756:
2757: 2017-01-28 moko
2758:
2759: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2760: body and other cases tests added (related to featue #1014)
2761:
2762: * src/classes/curl.C: bug if response is empty fixed (related to
2763: feature #1014)
2764:
2765: 2017-01-27 moko
2766:
2767: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2768: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2769: added (implements feature #1052)
2770:
2771: 2017-01-25 moko
2772:
2773: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2774: method test added
2775:
2776: 2017-01-23 moko
2777:
2778: * src/classes/reflection.C: optimization: options->get replaced by
2779: hash iterator
2780:
2781: * tests/: 381.html, results/381.processed: now -> fixed date
2782:
2783: * src/main/pa_request.C: warning war
2784:
2785: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2786: 5Mb (fixes bug #1058)
2787:
2788: * src/classes/curl.C: warning war
2789:
2790: * tests/: 381.html, results/381.processed: tests for ^json:string
2791: $.one-line(true) option added (related to feature #1124)
2792:
2793: * src/: classes/json.C, types/pa_value.h: $json-string
2794: $.one-line(true|false) options is now supported (implements
2795: feature #1124)
2796:
2797: * tests/: 380.html, results/380.processed: test for modified
2798: $.max_file_size added (related to bug #1014)
2799:
2800: * tests/: 379.html, results/auto.p: tests for rewritten http file
2801: load added (related to bug #1014)
2802:
2803: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2804: main/pa_common.C, main/pa_http.C: check_file_size added and used
2805: in curl / file load from disk and http, http file load rewritten
2806: (related to bug #1014)
2807:
2808: 2017-01-18 moko
2809:
2810: * tests/: 378.html, results/378.processed: tests for ^result[]
2811: added (related to feature #66)
2812:
2813: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2814: Method::CO_WITHOUT_FRAME as frame still added in expression
2815: (related to feature #66)
2816:
2817: 2017-01-17 moko
2818:
2819: * tests/: 377.html, results/377.processed: test for different
2820: combinations of breaks in body and delimiter (related to bug
2821: #1077)
2822:
2823: * tests/: 376.html, results/376.processed: many ^break[] tests
2824: added (related to bug #1077)
2825:
2826: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2827: passed to native method" exception added to avoid bugs due to
2828: WRITE_EXPR_RESULT skipped and native methods execution continues
2829: after ^break[] (related to bug #1077)
2830:
2831: 2017-01-14 moko
2832:
2833: * tests/: 330.html, results/330.processed: test results updated
2834: after ^break[] bugs where fixed (related to bug #1077)
2835:
2836: * tests/: 329.html, results/329.processed: test results updated
2837: after ^break[] bugs where fixed (related to bug #1077)
2838:
2839: * tests/results/320.processed: ^return[] added
2840:
2841: 2017-01-13 moko
2842:
2843: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2844: classes/table.C, include/pa_request.h, main/execute.C,
2845: main/pa_request.C, targets/cgi/parser3.C,
2846: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2847: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2848: checked after each possible process/execute call (fixes bug
2849: #1077)
2850:
2851: 2016-12-29 moko
2852:
2853: * src/main/pa_common.C: warning war
2854:
2855: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2856: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2857: pa_file_size_limit added, ^math:random fixed for upper limit and
2858: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2859: (related to feature #1014)
2860:
2861: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2862: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2863: (related to feature #1014)
2864:
2865: 2016-12-28 moko
2866:
2867: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2868: warning war
2869:
2870: 2016-12-26 moko
2871:
2872: * tests/: 341.html, results/341.processed: test for
2873: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2874:
2875: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2876: (related to feature #1057)
2877:
2878: * src/types/pa_vdate.C: warning war continues...
2879:
2880: * src/: classes/date.C, classes/image.C, classes/table.C,
2881: include/pa_config_includes.h, types/pa_vfile.C: warning war
2882:
2883: * src/lib/gd/gifio.C: warning war / cleanup
2884:
2885: * src/lib/json/pa_json.C: warning war
2886:
2887: * src/classes/hash.C: warning war
2888:
2889: * src/types/pa_vfile.C: warning war
2890:
2891: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2892: -Wall warning war continues
2893:
2894: * configure.ac: --with-build-warnings actualized
2895:
2896: 2016-12-25 moko
2897:
2898: * src/main/pa_exec.C: -wAll warning war
2899:
2900: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2901: -wAll warning war
2902:
2903: * src/: include/pa_common.h, include/pa_sapi.h,
2904: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2905: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2906: -wAll warning war
2907:
2908: 2016-12-23 moko
2909:
2910: * src/lib/ltdl/Makefile.am: extra dist added
2911:
2912: * tests/results/344.processed: test result updated after $file.text
2913: prefetched in ^hash::create[$file] (related to feature #1075)
2914:
2915: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2916: ^hash::create[$file] (related to feature #1075)
2917:
2918: 2016-12-22 moko
2919:
2920: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2921: main/pa_request.C, main/pa_stylesheet_connection.C,
2922: types/pa_vfile.C: file_stat now return 64-bit size (implements
2923: #1014 under 32-bit unix versions)
2924:
2925: 2016-12-21 moko
2926:
2927: * tests/: 375.html, results/375.processed: test for exec returning
2928: stated file added (related to feature #1119)
2929:
2930: * src/classes/file.C: load should not return file with null body
2931: (fixes bug #1119)
2932:
2933: 2016-12-14 moko
2934:
2935: * tests/: 374.html, results/374.processed: test for $method.name
2936: added (related to feature #1117) plus method returning junction
2937: test
2938:
2939: 2016-12-13 moko
2940:
2941: * src/: include/pa_symbols.h, main/pa_symbols.C,
2942: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2943: (implements feature #1117)
2944:
2945: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2946: HEAD and TRACE can't have body (implements feature #1116)
2947:
2948: 2016-12-09 moko
2949:
2950: * tests/: 373.html, results/373.processed: tests for
2951: ^reflection:tainting added (related to feature #1098)
2952:
2953: * src/classes/reflection.C: ^reflection:tainting arguments order
2954: change (related to feature #1098)
2955:
2956: 2016-12-06 moko
2957:
2958: * src/: classes/reflection.C, include/pa_string.h,
2959: main/pa_string.C: ^reflection:tainting[$string] added (implements
2960: feature #1098)
2961:
2962: 2016-12-05 moko
2963:
2964: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2965: (fixes bug #1114)
2966:
2967: 2016-12-04 moko
2968:
2969: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2970: check added
2971:
2972: 2016-12-03 moko
2973:
2974: * tests/: 346-curl.html, results/346-curl.processed: test modified
2975: to test value.as_hash() usage
2976:
2977: * src/classes/curl.C: value.as_hash() used for correct hash
2978: processing
2979:
2980: * src/classes/reflection.C: exceptions texts fixes
2981:
2982: 2016-12-02 moko
2983:
2984: * tests/: 372.html, results/372.processed: tests for
2985: ^reflection:create[ $.class[name] $.constructor[name]
2986: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2987: feature #1094)
2988:
2989: * src/types/pa_vmethod_frame.h: comment added: params should be
2990: declared outside of *_FRAME_ACTION as MethodParams destructor
2991: will be called in ~VNativeMethodFrame
2992:
2993: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2994: ] minor fix
2995:
2996: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2997: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2998: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2999: now supported (implements feature #1094) value::as_hash added
3000: (and should be used everywhere)
3001:
3002: * src/classes/reflection.C: cleanup
3003:
3004: 2016-12-01 moko
3005:
3006: * tests/: 356.html, results/356.processed: test for method
3007: junctions class name added to the resulting hash added (related
3008: to feature #1068)
3009:
3010: * src/classes/reflection.C: for method junctions class name added
3011: to the resulting hash (related to feature #1068)
3012:
3013: 2016-11-30 moko
3014:
3015: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3016: exception (related to bug #1113)
3017:
3018: * src/types/pa_vhashfile.C: whitespace
3019:
3020: * src/main/pa_os.C: errno now returned as it should (fixes bug
3021: #1113)
3022:
3023: * tests/results/: 175.processed, 192.processed, 224.processed,
3024: 229.processed, 239.processed, 244.processed, 246.processed,
3025: 314.processed, 352.processed: tests results updated after method
3026: call exceptions improved as method now keeps its name
3027:
3028: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3029: types/pa_vmethod_frame.h: method call exceptions improved as
3030: method now keeps its name
3031:
3032: * tests/: 224.html, 239.html, results/224.processed,
3033: results/239.processed: tests and tests results updated after
3034: Request::construct exception changed
3035:
3036: * src/: classes/reflection.C, main/execute.C: Request::construct
3037: exception optimized
3038:
3039: * tests/: 371.html, results/371.processed: test for
3040: WWrapper.get_element call in $.name.key[value] code added
3041: (related to feature #1091)
3042:
3043: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3044: in $.name.key[value] code (related to feature #1091)
3045:
3046: 2016-11-29 moko
3047:
3048: * src/classes/op.C: VS warning war
3049:
3050: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3051: C4239: nonstandard extension used : 'return' : conversion from
3052: 'Value' to 'Value &' (related to feature #1020)
3053:
3054: * src/: main/execute.C, types/pa_vmethod_frame.h,
3055: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3056: used : 'return' : conversion from 'Value' to 'Value &' (related
3057: to feature #1020)
3058:
3059: * src/main/execute.C: VS warning war
3060:
3061: * src/targets/cgi/parser3.C: VS compatibility fix
3062:
3063: * src/include/pa_request.h: VS warning war
3064:
3065: * tests/: 370.html, results/370.processed: test for ^file::exec[
3066: ... $.stdin[$binary_file] ] added (related to bug #1044)
3067:
3068: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3069: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3070: $.stdin[$binary_file] (fixes bug #1044)
3071:
3072: 2016-11-28 moko
3073:
3074: * src/main/pa_exec.C: whitespace
3075:
3076: * src/main/pa_request.C: whitespace
3077:
3078: * tests/: 369.html, results/369.processed: test for
3079: $response:status usage added (related to feature #1099)
3080:
3081: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3082: if < 100 (implements feature #1099)
3083:
3084: * src/targets/cgi/parser3.C: whitespace
3085:
3086: * src/targets/cgi/parser3.C: whitespace
3087:
3088: * tests/: 368.html, results/368.processed: test updated after
3089: ^reflection:filename[$method] added (related to feature #1053)
3090:
3091: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3092: main/compile.y, main/execute.C, main/pa_request.C,
3093: types/pa_vclass.h: filename -> filespec,
3094: ^reflection:filename[$method] added (related to feature #1053)
3095:
3096: 2016-11-27 moko
3097:
3098: * tests/: 368.html, results/368.processed: test for
3099: reflection:filename[$class or object] added (related to feature
3100: #1053)
3101:
3102: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3103: types/pa_vstateless_class.h: ^reflection:filename[$class or
3104: object] added (implements feature #1053)
3105:
3106: 2016-11-26 moko
3107:
3108: * src/: include/pa_request_info.h,
3109: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3110: remove_absolute_uri -> strip_absolute_uri
3111:
3112: 2016-11-25 moko
3113:
3114: * src/: include/pa_request_info.h,
3115: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3116: request_info.remove_absolute_uri added to remove possible
3117: http://site.name/ from $request:uri (implements feature #1112)
3118:
3119: 2016-11-24 moko
3120:
3121: * tests/: 367-curl.html, results/367-curl.processed: test for
3122: previous request headers clearing after redirect added (related
3123: to bug #1109)
3124:
3125: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3126: response headers from previous requests are now cleared, only
3127: last request headers are collected (fixes bug #1109)
3128:
3129: * tests/results/: 266.processed, 321.processed, 356.processed:
3130: tests results updated as method name now added to the resulting
3131: hash for new syntax only (Imp1 compatimility fixed, related to
3132: feature #1068)
3133:
3134: * src/classes/reflection.C: method name now added to the resulting
3135: hash for new syntax only (Imp1 compatimility fixed, related to
3136: feature #1068)
3137:
3138: * tests/results/366.processed: test for native and parser
3139: implementation of ^use[] logic (related to feature #1074)
3140:
3141: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3142: for native and parser implementation of ^use[] logic (related to
3143: feature #1074)
3144:
3145: 2016-11-23 moko
3146:
3147: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3148: main/pa_request.C: @USE file now implemented as ^use[file;
3149: $.origin[origin_file] ] (implements feature #1074)
3150:
1.109 moko 3151: 2016-11-21 moko
3152:
1.110 moko 3153: * tests/: 365.html, results/365.processed: test for $caller bugs in
3154: 3.4.4 and $caller.method now tested (related to feature #1110)
3155:
3156: * tests/: 364.html, results/364.processed: $caller usage in
3157: different contexts now tested (related to feature #1110)
3158:
3159: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3160:
3161: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3162:
1.109 moko 3163: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3164: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3165: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3166: used (implements feature #1110)
3167:
3168: 2016-11-20 moko
3169:
3170: * src/types/pa_vdouble.h: whitespace
3171:
3172: 2016-11-11 moko
3173:
3174: * tests/: 363.html, results/363.processed: more tests for feature
3175: #1091 (how parser methods work in expression context)
3176:
3177: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3178: expressions strings are now written as strings, not values by
3179: write_as_string (related to feature #1091)
3180:
3181: * src/classes/op.C: to make more correct behavour in expression
3182: context
3183:
3184: 2016-11-07 moko
3185:
3186: * tests/: 362.html, results/362.processed: test for
3187: xsltParseStylesheetDoc caching as xsl modification after it added
3188: (related to bug #1108)
3189:
3190: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3191: result now cached as xdoc is modified after it (fixes bug #1108)
3192:
3193: 2016-11-06 moko
3194:
3195: * src/types/pa_vxdoc.h: whitespace
3196:
3197: 2016-11-05 moko
3198:
3199: * src/types/pa_vmethod_frame.h: cleanup
3200:
3201: 2016-11-03 moko
3202:
3203: * tests/results/244.processed: more correct exception after method
3204: frames separation
3205:
3206: * src/types/pa_vmethod_frame.h: minor optimizaion
3207:
3208: * src/types/pa_method.h: optimization: params_count added
3209:
3210: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3211: include/pa_request.h, main/execute.C, main/pa_request.C,
3212: types/pa_value.C, types/pa_vmethod_frame.C,
3213: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3214: VMethodFrame now divided into VNativeMethodFrame,
3215: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3216: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3217: and used (related to feature #1104)
3218:
3219: 2016-11-02 moko
3220:
3221: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3222: classes/double.C, classes/file.C, classes/hash.C,
3223: classes/hashfile.C, classes/image.C, classes/inet.C,
3224: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3225: classes/memcached.C, classes/op.C, classes/reflection.C,
3226: classes/regex.C, classes/string.C, classes/table.C,
3227: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3228: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3229: r.write (implements feature #1091)
3230:
3231: * src/main/execute.C: cleanup (related to feature #1104)
3232:
3233: * src/: include/pa_request.h, main/execute.C,
3234: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3235: added, in_expression removed (implements feature #1104)
3236:
3237: 2016-10-31 moko
3238:
3239: * src/types/pa_value.C: whitespace
3240:
3241: 2016-10-28 moko
3242:
3243: * tests/results/244.processed: updated after error reporting fixed
3244: in pa_wcontext.C
3245:
3246: * src/types/pa_wcontext.C: error reporting fixed
3247:
3248: * src/types/pa_wcontext.h: whitespace
3249:
3250: * src/classes/image.C: not fully readed entries are no longer
3251: processed (fixes bug #1106)
3252:
3253: 2016-10-26 moko
3254:
3255: * src/classes/image.C: whitespace
3256:
3257: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3258: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3259: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3260: longer required (related to feature #1091)
3261:
3262: * tests/results/: 264.processed, 350.processed: test results update
3263: reverted (whitespace optimization) after write_no_lang removed :)
3264: (related to feature #1091)
3265:
3266: * src/: classes/file.C, classes/hash.C, classes/op.C,
3267: classes/string.C, classes/table.C, classes/void.C,
3268: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3269: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3270: equal write_pass_lang (related to feature #1091)
3271:
3272: * tests/results/: 264.processed, 350.processed: test results
3273: updated (whitespace optimization) after write_assign_lang removed
3274: (related to feature #1091)
3275:
3276: * tests/: 361.html, results/361.processed: test for non-string
3277: ^untaint added (related to feature #1091)
3278:
3279: * src/: classes/curl.C, classes/date.C, classes/file.C,
3280: classes/hash.C, classes/op.C, classes/string.C,
3281: include/pa_request.h, main/execute.C: optimization:
3282: write_assign_lang removed as not required (first part of feature
3283: #1091 implementation)
3284:
1.108 moko 3285: 2016-10-12 moko
3286:
3287: * tests/: 360.html, results/360.processed: more test code (related
3288: to feature #1104)
3289:
3290: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3291: include/pa_request.h, main/compile.y, main/execute.C: opcode
3292: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3293: WContext is next task (implements feature #1104)
3294:
3295: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3296: / CO_WITHOUT_WCONTEXT
3297:
3298: * tests/: 360.html, results/360.processed: test for in expression
3299: state (related to feature #1104)
3300:
3301: 2016-10-11 moko
3302:
3303: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3304:
3305: * src/classes/op.C: default value removed from initializer
3306:
3307: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3308:
3309: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3310:
3311: 2016-10-10 moko
3312:
3313: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3314: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3315: to feature #42)
3316:
3317: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3318: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3319:
3320: 2016-10-08 moko
3321:
3322: * src/classes/double.C: whitespace
3323:
3324: 2016-10-07 moko
3325:
3326: * src/types/pa_vmethod_frame.h: reorder
3327:
3328: 2016-10-06 moko
3329:
3330: * src/classes/date.C: typo
3331:
3332: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3333:
3334: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3335: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3336: types/pa_vmethod_frame.h: params.get now returns Value&, not
3337: Value*
3338:
3339: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3340:
3341: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3342: removed; first as_* code rewrite
3343:
3344: 2016-10-05 moko
3345:
3346: * src/include/pa_request.h: whitespace
3347:
3348: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3349: intercept_string added (related to feature #1097)
3350:
3351: * src/: classes/image.C, classes/op.C, classes/table.C,
3352: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3353: optimization: intercept_string removed (implements feature #1097)
3354:
3355: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3356:
3357: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3358: from VCodeFrame and WWrapper as not required
3359:
3360: 2016-10-04 moko
3361:
3362: * src/: classes/curl.C, classes/date.C, classes/double.C,
3363: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3364: classes/int.C, classes/json.C, classes/op.C,
3365: classes/reflection.C, classes/string.C, classes/table.C,
3366: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3367: proces_to_value -> process after StringOrValue removed (related
3368: to feature #1020)
3369:
3370: * src/classes/form.C: whitespace
3371:
3372: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3373:
3374: * tests/: 357.html, 358.html, results/357.processed,
3375: results/358.processed, results/auto.p: test for @conf
3376: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3377:
3378: 2016-10-03 moko
3379:
3380: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3381: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3382: supported (implements feature #42)
3383:
3384: * src/types/pa_vregex.h: no reason for VRegex to be
3385: is_evaluated_expr
3386:
3387: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3388: (implements feature #1095)
3389:
3390: 2016-10-01 moko
3391:
3392: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3393: false by default (related to feature #1089)
3394:
3395: 2016-09-30 moko
3396:
3397: * src/types/pa_wcontext.h: cleanup
3398:
3399: 2016-09-29 moko
3400:
3401: * src/main/execute.C: whitespace
3402:
3403: * src/include/pa_request.h: whitespace
3404:
3405: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3406: classes/op.C, classes/table.C, include/pa_request.h,
3407: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3408: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3409: StringOrValue removed as it just slows down and adds complexity
3410: (implements feature #1020)
3411:
3412: 2016-09-28 moko
3413:
3414: * tests/: 356.html, results/266.processed, results/321.processed,
3415: results/356.processed: tests updated after name was added to
3416: method_info hash, test for ^reflection:method_info[junction]
3417: added (related to feature #1068)
3418:
3419: * src/classes/reflection.C: ^reflection:method_info[junction] now
3420: supported, method name added to the resulting hash (implements
3421: feature #1068)
3422:
3423: * tests/: 276.html, results/276.processed: more tests for
3424: ^reflection:delete[]
3425:
3426: * src/classes/reflection.C: fixed bug then ^reflection:delete
3427: didn't work on class and could damage native objects (like file)
3428:
3429: 2016-09-26 moko
3430:
3431: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3432: results/345.processed, results/346-curl.processed,
3433: results/347-curl.processed, results/348.processed: numbers added
3434: to simplify diff analysis
3435:
3436: * tests/: 352.html, results/352.processed: test result updated as
3437: method name used
3438:
3439: * src/classes/reflection.C: method name used
3440:
3441: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3442: its name
3443:
3444: * src/types/pa_method.h: whitespace
3445:
3446: * src/classes/reflection.C: both method and field with one name can
3447: exist.
3448:
3449: * src/classes/reflection.C: ^reflection:mixin added (implements
3450: feature #1089)
3451:
3452: * tests/: 355.html, results/355.processed: property appears in
3453: derived class if added in base test added
3454:
3455: * src/types/pa_vstateless_class.h: get_method declaration +
3456: whitespace
3457:
3458: * tests/: 354.html, results/354.processed: nice test from method
3459: and property with one name in class added
3460:
3461: 2016-09-23 moko
3462:
3463: * src/classes/reflection.C: ^reflection:method usage documented
3464:
3465: 2016-09-22 moko
3466:
3467: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3468: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3469: compile warning and GPF occures on VS2003 (related to feature
3470: #1087)
3471:
3472: * tests/: 350.html, results/350.processed: test added for
3473: $.encloser[] support in ^table::create (related to feature #11)
3474:
3475: * src/classes/table.C: another minor fix (related to feature #11)
3476:
1.107 moko 3477: 2016-09-21 moko
3478:
3479: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3480:
3481: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3482: classes/json.C, classes/string.C, classes/table.C,
3483: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3484: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3485: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3486: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3487: pa_charsets, vs2015 warning war
3488:
3489: * src/classes/table.C: vs2015 warning war
3490:
3491: * src/types/pa_vdate.C: vs2015 warning war
3492:
3493: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3494:
3495: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3496: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3497:
3498: * src/main/pa_common.C: vs2015 compilation fixes
3499:
3500: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3501: vs2015 compilation fixes
3502:
3503: * src/main/pa_charset.C: vs2015 warning war
3504:
3505: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3506:
3507: * src/main/pa_charset.C: vs2015 warning war
3508:
3509: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3510:
3511: * src/types/pa_vdate.C: vs2015 compilation fix
3512:
3513: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3514:
3515: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3516: VS2015 compilation fixes
3517:
3518: * src/classes/table.C: minor fix (related to feature #11)
3519:
3520: * tests/results/282.processed: no longer skipping extra enclosers
3521: (related to feature #11)
3522:
3523: * src/classes/table.C: minor fix + no longer skipping extra
3524: enclosers (related to feature #11)
3525:
3526: * src/classes/table.C: minor optimization (related to feature #11)
3527:
3528: * src/classes/table.C: minor fix and optimization (related to
3529: feature #11)
3530:
3531: 2016-09-20 moko
3532:
3533: * tests/: 353.html, results/353.processed: test for
3534: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3535: added (related to bug #1090)
3536:
3537: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3538: one_big_piece (fixes bug #1090)
3539:
3540: * tests/: 229.html, results/229.processed: code coverage tests
3541:
3542: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3543: body) was called
3544:
3545: * src/classes/op.C: whitespace
3546:
3547: * tests/: 323.html, results/323.processed: test for code junction
3548: should not be returned by ^reflection:class, ^reflection:base
3549:
3550: * src/classes/reflection.C: bugfix: code junction should not be
3551: returned by ^reflection:class, ^reflection:base
3552:
3553: * tests/: 323.html, 352.html, results/352.processed: no more
3554: exception for ^reflection:method[class;no-such-method] (related
3555: to feature #1087)
3556:
3557: * src/classes/reflection.C:
3558: ^reflection:method[class;no-such-method] : exception -> void
3559: (related to feature #1087)
3560:
3561: * src/include/pa_request.h: request::write_value added to allow
3562: write value without convertion (related to issue #1091)
3563:
3564: 2016-09-19 moko
3565:
3566: * src/main/pa_random.C: windows build fix
3567:
3568: * src/types/pa_vhash.h: warning war
3569:
3570: 2016-09-14 moko
3571:
3572: * tests/: 352.html, 552.html, results/352.processed,
3573: results/552.processed: test for ^reflection:method[] extension
3574: added (related to feature #1087)
3575:
3576: * tests/: 552.html, results/552.processed: test for
3577: ^reflection:method[] extension added (related to feature #1087)
3578:
3579: * src/classes/reflection.C: compatibility issue fixed, VClass
3580: dynamic_cast check added (related to feature #1087)
3581:
3582: * tests/: 351.html, results/351.processed: test for @auto[]
3583: inheritance bug diring ^process[] added (related to bug #1088)
3584:
3585: * src/: classes/op.C, main/pa_request.C,
3586: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3587: disable it inheritance during ^process (fixes bug #1088)
3588:
3589: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3590: added (implements feature #1087)
3591:
3592: 2016-09-13 moko
3593:
3594: * tests/: 349.html, results/auto.p: test for objects prototyping
3595: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3596: to feature #1086)
3597:
3598: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3599: types/pa_vobject.C: objects now are not class instances, but have
3600: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3601: in @conf (implements feature #1086)
3602:
3603: 2016-09-08 moko
3604:
3605: * src/: classes/file.C, classes/mail.C, classes/string.C,
3606: classes/table.C, main/pa_http.C, main/pa_string.C,
3607: include/pa_string.h: cleanup: string::split limit argument
3608: removed as no longer required, pos_after no longer reference
3609: (related to feature #11)
3610:
3611: * src/classes/table.C, tests/results/348.processed: now exception
3612: is rised when invalid option is passed to ^table::create[]
3613:
3614: * tests/: 282.cfg, 282.html, results/282.processed: more code
3615: coverage tests
3616:
3617: * tests/: 348.html, results/348.processed: code coverage tests
3618: added
3619:
3620: * tests/: 348.html, results/348.processed: generic ^table::create[]
3621: tests
3622:
3623: * tests/: 035.html, results/035.processed, results/272.processed:
3624: tests updated after $.encloser[] support for ^table::create
3625: implementation (related to feature #11)
3626:
3627: * src/classes/table.C: $.encloser[] support for ^table::create
3628: finally added (implements feature #11)
3629:
3630: 2016-09-07 moko
3631:
3632: * src/include/pa_string.h: added StringSplitHelper as friend
3633: (related to feature #11)
3634:
3635: * src/include/pa_string.h: body and langs now protected, not
3636: private to allow inheritance (related to feature #11)
3637:
3638: * src/classes/table.C: lsplit optimized before cloning for
3639: ^table::create with $.encloser[] (related to feature #11)
3640:
3641: * src/classes/table.C: optimizaion: TableControlChars.separators
3642: added and used (related to feature #11)
3643:
3644: * src/classes/table.C: spelling:
3645:
3646: TableSeparators -> TableControlChars column -> separator
3647: separators -> control_chars
3648:
3649: 2016-09-06 moko
3650:
3651: * src/main/pa_string.C: whitespace
3652:
3653: * src/main/pa_string.C: whitespace
3654:
3655: 2016-09-01 moko
3656:
3657: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3658: results OS-independent
3659:
3660: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3661: compiler (related to feature #1042)
3662:
3663: 2016-08-15 moko
3664:
3665: * src/include/pa_string.h: whitespace
3666:
3667: * src/classes/table.C: whitespace
3668:
1.106 moko 3669: 2016-08-05 moko
3670:
3671: * tests/: 344.html, results/344.processed: test for
3672: ^hash::create[$file] added (related to feature #1075)
3673:
3674: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3675: supported (implements feature #1075)
3676:
3677: 2016-08-04 moko
3678:
3679: * tests/: 341.html, results/341.processed: more code coverage tests
3680:
3681: * tests/: 346-curl.html, results/346-curl.processed: more code
3682: coverage tests for curl
3683:
3684: * tests/: 346-curl.html, results/346-curl.processed: more code
3685: coverage tests for curl
3686:
3687: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3688: results/223.processed: code coverage tests: $.form[ $.table[] ]
3689: test added
3690:
3691: * tests/: 223-curl.html, results/223-curl.processed: more code
3692: coverage tests for curl
3693:
3694: 2016-08-03 moko
3695:
3696: * src/classes/curl.C: dlink(curl_library) now called not once, but
3697: until it will be loaded, allowing to find existing library.
3698:
3699: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3700: results/347-curl.processed: more code coverage tests for curl
3701:
3702: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3703: results/339-curl.processed, results/346-curl.processed: curl
3704: functionality tests
3705:
3706: 2016-08-02 moko
3707:
3708: * tests/: 339.html, results/339.processed: test for tables in
3709: ^file:load[] and ^curl:load[] (commented) added (related to
3710: feature #1042)
3711:
3712: * tests/: 345.html, results/345.processed: code coverage tests for
3713: file class
3714:
3715: * tests/: 344.html, results/344.processed: code coverage tests
3716:
3717: * tests/: 344.html, results/344.processed: mdate removed from
3718: output
3719:
3720: * src/classes/file.C: minor bugfix: is_text should be taked from
3721: fcontent.is_text_mode() if not set (related to feature #1061)
3722:
3723: * tests/: 344.html, results/344.processed: more tests
3724:
3725: * tests/: 343.html, 344.html, results/343.processed,
3726: results/344.processed: tests for ^file::create[ $.from-charset
3727: and $.to-charset ] (related to feature #1061)
3728:
3729: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3730: aset_text_mode argument optimized
3731:
3732: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3733: checkBOM now used in detect_binary_content (related to feature
3734: #1061)
3735:
3736: * src/main/pa_request.C: load_charset no longer required to_upper
3737:
3738: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3739: preserves original file mode (if no $.mode specified)
3740:
3741: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3742: ^file::create now supports $.from-charset[] and $.to-charset
3743: options (implements feature #1061), automatic transcode is done
3744: if text file is created from binary file and charset is detected.
3745:
3746: 2016-07-30 moko
3747:
3748: * src/classes/table.C: ^t.hash[..;] now supported (related to
3749: feature #1057)
3750:
3751: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3752: added (related to feature #1057)
3753:
3754: * tests/: 286.html, results/286.processed: code tests coverage
3755:
3756: 2016-07-29 moko
3757:
3758: * src/classes/table.C: table size should be checked inside menu and
3759: foreach (related to feature #858)
3760:
3761: * src/: classes/curl.C, classes/file.C, classes/string.C,
3762: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3763: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3764: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3765: charsets.get now does str_upper inside (related to feature #1061)
3766:
3767: * tests/: 342.html, results/342.processed: more code coverage tests
3768:
3769: * tests/: 342.html, outputs/342.processed: table menu code coverage
3770: + foreach test added (related to feature #858)
3771:
3772: * tests/: 341.html, results/341.processed: tests for
3773: ^table.hash[]{code} added + code coverage tests (related to
3774: feature #1057)
3775:
3776: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3777: value} support (implements feature #1057)
3778:
3779: * src/classes/table.C: whitespace
3780:
3781: 2016-07-28 moko
3782:
3783: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3784: from URL, if not specified query string removed from url-based
3785: filenames in ^curl:load[] and ^file::load[] (related to feature
3786: #1042)
3787:
3788: 2016-07-27 moko
3789:
3790: * tests/: 340.html, results/340.processed: test for
3791: transcode_text_result=false added (related to issue #1042)
3792:
3793: 2016-07-26 moko
3794:
3795: * src/types/pa_vfile.C: file name should not be empty (if file path
3796: is folder and ends with /) (related to feature #1042)
3797:
3798: * src/main/pa_http.C: whitespace optimizaion
3799:
3800: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3801: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3802: multiple headers, ^file::load supports headers transcoding
3803: (implements feature #1042)
3804:
3805: 2016-07-25 moko
3806:
3807: * src/include/pa_common.h: PA_DEFAULT added
3808:
3809: 2016-07-22 moko
3810:
3811: * tests/: 338.html, results/338.processed: test for
3812: $date.field(value) added (related to feature #1066)
3813:
3814: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3815: $date.field(value) now supported for y/m/d/h/m/s (implements
3816: feature #1066)
3817:
1.105 moko 3818: 2016-07-21 moko
3819:
3820: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3821: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3822: arguments removed; image.C - absolute path shown in exception
3823: (implements feature #1071)
3824:
3825: * tests/: 235.html, results/235.processed: test and test result
3826: updated after static boundary in mail and Errors-To: mail header
3827: removed (related to feature #1047)
3828:
3829: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3830: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3831: used, static boundary in mail removed, Errors-To: mail header
3832: removed (implements feature #1047)
3833:
3834: 2016-07-20 moko
3835:
3836: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3837: equest.classes(): Value -> VStateless_class, part 3 (related to
3838: issue #1051)
3839:
3840: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3841: request.classes(): Value -> VStateless_class, part 2 (related to
3842: issue #1051)
3843:
3844: * tests/results/: 224.processed, 323.processed: classes without
3845: methods should not be methoded (related to issue #1051)
3846:
3847: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3848: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3849: -> VStateless_class, part 1 (related to issue #1051)
3850:
3851: * tests/: 337.html, results/337.processed: test for
3852: ^reflection:fields_reference[] and VHashReference class added
3853: (related to feature #1072)
3854:
3855: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3856: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3857: and VHashReference added, allowing ^reflection:fields_reference[]
3858: implementation (closes feature #1072)
3859:
3860: 2016-07-19 moko
3861:
3862: * tests/: 323.html, results/323.processed: we want to see
3863: "methoded"
3864:
3865: * tests/: 336.html, results/336.processed: test for $BASE:property
3866: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3867: #1059)
3868:
3869: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3870: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3871: somebody_entered_some_class, $BASE:property works again,
3872: ^BASE:method[] bugs fixed (fixes bug #1059)
3873:
3874: 2016-07-14 moko
3875:
3876: * tests/: 335.html, results/335.processed: test for feature #1055
3877: added
3878:
3879: * src/classes/hash.C: bugfix: $._default was not copied if empty
3880: feature: ^hash.contains[_default] added (implements feature
3881: #1055)
3882:
3883: 2016-07-13 moko
3884:
3885: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3886: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3887:
3888: 2016-07-05 moko
3889:
3890: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3891: in ^hash.foreach (related to feature #1073)
3892:
3893: 2016-07-04 moko
3894:
3895: * tests/: 134.html, 281.html, results/134.processed,
3896: results/281.processed: tests updated after hash blocking removed
3897: (related to feature #1073)
3898:
3899: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3900: no longer blocks on change during foreach (implements feature
3901: #1073)
3902:
3903: 2016-06-17 moko
3904:
3905: * tests/: 330.html, results/330.processed: try exception source
3906: test added (related to bug in #1062)
3907:
3908: * tests/: 334.html, results/334.processed: Exception stack trace
3909: test added (related to bug in $1062)
3910:
3911: * src/classes/op.C: Exception trace now correctly restored and
3912: errors reported (related to bug #1062)
3913:
1.104 moko 3914: 2016-05-25 moko
3915:
3916: * src/main/compile.y: minor cleanup + beauty
3917:
3918: 2016-05-24 moko
3919:
3920: * tests/: 333.html, results/333.processed: more exceptions testing
3921:
3922: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3923: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3924: features #1056, #1026)
3925:
3926: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3927: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3928: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3929: (implements feature #1056)
3930:
3931: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3932: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3933: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3934: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3935: feature #1026)
3936:
3937: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3938: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3939: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3940: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3941: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3942: feature #1026)
3943:
3944: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3945: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3946: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3947: SYMBOLS_CACHING define implemented (related to feature #1026)
3948:
3949: * src/main/main.vcproj: + ps_symbols
3950:
3951: * src/: include/Makefile.am, include/pa_string.h,
3952: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3953: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3954: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3955: types/pa_vstateless_class.C: initial implementation for symbols
3956: cache (related to feature #1026)
3957:
3958: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3959:
3960: * src/main/pa_globals.C: minor cleanup
3961:
3962: 2016-05-19 moko
3963:
3964: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3965: (related to feature #1046)
3966:
3967: * tests/: 331.html, results/331.processed: test for
3968: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3969: (related to feature #1051)
3970:
3971: * src/main/compile.y:
3972: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3973: (implements feature #1054)
3974:
3975: 2016-05-18 moko
3976:
3977: * src/types/pa_vtable.C, tests/results/324.processed: no more
3978: "column not found" exception for ^table.no-such-method[] (related
3979: to feature #1046)
3980:
3981: * tests/: 261.html, results/261.processed: test added and updated
3982: after feature #1046 implementation
3983:
3984: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3985: types/pa_vvoid.h: $string.anything works for whitespace strings,
3986: ^string.contains added for hash compatibility, $string.method no
3987: longer returns stting method (implements feature #1046)
3988:
3989: 2016-05-12 moko
3990:
3991: * src/classes/curl.C: content-type response header no longer
3992: ignored (fixes issue #1045)
3993:
3994: * tests/: 330.html, results/330.processed: test for incomplete
3995: finally execution when break occures added (related to issue
3996: #1077)
3997:
3998: * src/classes/op.C: bugfix: Request::skip reset is called before
3999: executing catch and finally code (fixes issue #1062)
4000:
4001: 2016-05-11 moko
4002:
4003: * tests/: 329.html, results/329.processed: test for invalid
4004: ^break[] behavour added (bug #1077)
4005:
4006: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4007:
4008: 2016-04-24 moko
4009:
4010: * src/types/pa_vstateless_class.h: warning war
4011:
4012: 2016-04-17 moko
4013:
4014: * tests/: 328.html, results/328.processed: test for
4015: ^break(condition) and ^continue(condition) (related to feature
4016: #1063)
4017:
4018: * src/classes/op.C: ^break(condition) and ^continue(condition)
4019: implemented (feature #1063)
4020:
4021: 2016-04-12 moko
4022:
4023: * tests/results/280.processed: ordered hash now used for class
4024: methods and properties (test results updated for feature #1069)
4025:
4026: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4027: to xdoc.C as under FreeBSD it was inited after and inheritance
4028: failed (related to issue #1051)
4029:
4030: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4031: are printed to check inheritance (related to feature #1051)
4032:
1.103 moko 4033: 2016-04-09 moko
4034:
4035: * tests/results/320.processed: ordered hash now used for class
4036: methods and properties (test results updated for feature #1069)
4037:
4038: * src/types/pa_vstateless_class.h: ordered hash now used for class
4039: methods and properties (implements feature #1069)
4040:
4041: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4042: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4043: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4044: feature #1051)
4045:
4046: 2016-04-07 moko
4047:
4048: * src/main/execute.C: returned Value in .CLASS case for VJunction
4049: (related to feature #1051)
4050:
4051: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4052: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4053: string constants deduplication (related to feature #1051)
4054:
4055: * tests/results/224.processed: test result updated (related to
4056: feature #1051)
4057:
4058: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4059: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4060: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4061: types/pa_vstatus.h: classes hash now contains only
4062: VStateless_class derived objects, .CLASS is also allways
4063: VStateless_class derived object (related to feature #1051).
4064:
4065: 2016-04-06 moko
4066:
4067: * tests/results/323.processed: test result updated after feature
4068: #1051 implementation
4069:
4070: * src/: classes/classes.h, classes/op.C, classes/response.C,
4071: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4072: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4073: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4074: types/pa_vresponse.C, types/pa_vresponse.h,
4075: types/pa_vstateless_class.h: base -> methoded_donor for static
4076: classes, type() moved from VStateless_class to VClass and
4077: Methoded (implements feature #1051)
4078:
4079: 2016-04-04 moko
4080:
4081: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4082: beauty: put_class added (related to feature #1051)
4083:
4084: 2016-04-01 moko
4085:
4086: * tests/results/: 175.processed, 192.processed, 224.processed,
4087: 229.processed, 244.processed, 246.processed, 316.processed: test
4088: results updated as class.type() removed from error messages, only
4089: type() left (related to feature #1051)
4090:
4091: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4092: classes/op.C, classes/reflection.C, main/compile.y,
4093: main/compile_tools.h, main/execute.C, main/pa_request.C,
4094: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4095: types/pa_vmethod_frame.h, types/pa_vobject.h,
4096: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4097: from VStateless_class, type() is used instead (related to feature
4098: #1051)
4099:
4100: * src/classes/mail.C: old logic restored.
4101:
4102: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4103: classes/classes.h, classes/curl.C, classes/date.C,
4104: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4105: classes/hashfile.C, classes/image.C, classes/inet.C,
4106: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4107: classes/memcached.C, classes/memory.C, classes/reflection.C,
4108: classes/regex.C, classes/response.C, classes/string.C,
4109: classes/table.C, classes/xdoc.C, classes/xnode.C,
4110: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4111: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4112: feature #1051)
4113:
4114: 2016-03-30 moko
4115:
4116: * tests/: 327.html, results/224.processed, results/327.processed:
4117: test for TZ specification in ^date::create[], TZ is kept during
4118: ^date::create[$dt] (related to feature #1048)
4119:
4120: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4121: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4122: feature #1048)
4123:
4124: 2016-03-29 moko
4125:
4126: * tests/: 315.html, results/315.processed: test for timezone format
4127: +HHmm added (related to feature #1065)
4128:
4129: * src/classes/date.C: timezone format +HHmm now supported
4130: (implements feature #1065)
4131:
4132: 2016-03-28 moko
4133:
4134: * tests/: 202.html, results/131.processed, results/202.processed,
4135: results/224.processed, results/256.processed,
4136: results/315.processed: test results updated after %.2d now
4137: default for hours offset in iso-string (was %2d), test for
4138: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4139: added (related to feature #1065)
4140:
4141: 2016-03-27 moko
4142:
4143: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4144: feature #1065)
4145:
4146: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4147: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4148: added (implements feature #1065)
4149:
4150: 2016-03-24 moko
4151:
4152: * tests/: 202.html, results/202.processed: test $date.week added
4153: (related to bug #1067)
4154:
4155: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4156: date (fix for bug #1067)
4157:
4158: 2016-03-10 moko
4159:
4160: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4161:
1.102 moko 4162: 2015-12-07 moko
4163:
4164: * tests/: 326.html, results/326.processed: test for .CLASS &
4165: .CLASS_NAME optimization added (related to feature #844)
4166:
4167: 2015-11-17 moko
4168:
4169: * tests/: 323.html, results/323.processed: order added
4170:
4171: * tests/: 325.html, results/325.processed: double range test added
4172: (related to bug #1049)
4173:
4174: 2015-11-16 moko
4175:
4176: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4177: added to disallow NaN and Infinity (fixes bug #1049)
4178:
4179: 2015-11-11 moko
4180:
4181: * tests/324.html: parser 3.4.3 execution support added (related to
4182: feature #1017)
4183:
4184: * tests/: 324.html, results/324.processed: test for
4185: GET_ELEMENT4CALL feature added (feature #1017)
4186:
1.101 moko 4187: 2015-10-29 moko
4188:
4189: * operators.txt: updated for 3.4.4
4190:
4191: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4192:
4193: * src/main/pa_exec.C: get_exit_status implemented for Windows
4194: (related to bug #1043)
4195:
4196: 2015-10-28 moko
4197:
4198: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4199: hangup during ^file::exec (fixes bug #1043)
4200:
1.100 moko 4201: 2015-10-27 moko
4202:
4203: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4204:
1.99 moko 4205: 2015-10-26 moko
4206:
1.100 moko 4207: * tests/322.html, src/classes/reflection.C: arguments reorder
4208: (related to issue #1041)
4209:
4210: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4211: Copyright year updated
4212:
1.99 moko 4213: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4214: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4215: classes/form.C, classes/hash.C, classes/hashfile.C,
4216: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4217: classes/mail.C, classes/math.C, classes/memcached.C,
4218: classes/memory.C, classes/op.C, classes/reflection.C,
4219: classes/regex.C, classes/response.C, classes/string.C,
4220: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4221: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4222: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4223: include/pa_config_fixed.h, include/pa_config_includes.h,
4224: include/pa_dictionary.h, include/pa_dir.h,
4225: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4226: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4227: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4228: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4229: include/pa_request_charsets.h, include/pa_request_info.h,
4230: include/pa_sapi.h, include/pa_socks.h,
4231: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4232: include/pa_stack.h, include/pa_string.h,
4233: include/pa_stylesheet_connection.h,
4234: include/pa_stylesheet_manager.h, include/pa_table.h,
4235: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4236: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4237: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4238: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4239: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4240: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4241: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4242: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4243: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4244: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4245: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4246: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4247: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4248: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4249: main/pa_string.C, main/pa_stylesheet_connection.C,
4250: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4251: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4252: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4253: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4254: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4255: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4256: targets/isapi/parser3isapi.C, types/pa_junction.h,
4257: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4258: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4259: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4260: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4261: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4262: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4263: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4264: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4265: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4266: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4267: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4268: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4269: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4270: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4271: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4272: types/pa_vresponse.C, types/pa_vresponse.h,
4273: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4274: types/pa_vstateless_object.h, types/pa_vstatus.C,
4275: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4276: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4277: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4278: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4279: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4280:
4281: * src/targets/cgi/parser3.C: year updated
4282:
4283: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4284: issue #1041)
4285:
4286: * tests/: 323.html, results/323.processed: test for base classes
4287: added
4288:
4289: * tests/: 261.html, results/261.processed: updated after better
4290: error reporting done for $string.key exception
4291:
4292: * src/types/pa_vstring.h: better error report for $string.key
4293: exception
4294:
4295: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4296: copied as VObject::get_element4call to remove extra virtual call
4297:
4298: * tests/: 322.html, results/322.processed: test for
4299: ^reflection:is[] added (related to feature #1041)
4300:
4301: * src/classes/reflection.C: ^reflection:is empty value is void
4302: (related to feature #1041)
4303:
4304: * src/classes/reflection.C:
4305: ^reflection:is[class_name|code|method;[context;]element_name]
4306: added (implements feature #1041)
4307:
4308: 2015-10-24 moko
4309:
4310: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4311:
1.98 moko 4312: 2015-10-22 moko
4313:
4314: * tests/: 321.html, results/321.processed: test for
4315: ^reflection:method_info[] file detection added
4316:
4317: * tests/: 320.html, results/320.processed: test for
4318: ^reflection:class_by_name[class_name] added (related to feature
4319: #993)
4320:
4321: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4322: added (implements feature #993)
4323:
4324: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4325: (related to feature #1017)
4326:
4327: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4328: added (related to issue #1039)
4329:
4330: * src/main/pa_request.C: ^throw origin fixed (related to feature
4331: #1039)
4332:
4333: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4334: for VDate
4335:
4336: * tests/results/182.processed: updated after feature #1038
4337: implemented
4338:
4339: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4340: compile-time exception origin added (test for feature #1039)
4341:
4342: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4343: main/pa_request.C: exception unification: compile-time exceptions
4344: now have origin, @USE origins also tracked (implements feature
4345: #1039)
4346:
4347: 2015-10-20 moko
4348:
4349: * src/main/pa_request.C: cleanup
4350:
4351: 2015-10-15 moko
4352:
4353: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4354:
4355: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4356: types/pa_vtable.C: new feature: no more $table.method and
4357: $hash.method, aliases for _at, _count, _key (related to feature
4358: #1017)
4359:
1.97 moko 4360: 2015-10-14 moko
4361:
1.98 moko 4362: * tests/: 317.html, results/317.processed: test for
4363: ^string.unescape[] added (related to feature #120)
4364:
1.97 moko 4365: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4366: defined" bug (described in issue #1036)
4367:
4368: * tests/: 247.html, results/247.processed: test for checkBOM added
4369: (test for bug #1037)
4370:
4371: * src/: include/pa_charsets.h, main/pa_charsets.C,
4372: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4373: it's not enforced, skips BOM signature if it complies charset
4374: (fixes bug #1037)
4375:
4376: 2015-10-13 moko
4377:
4378: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4379: linking
4380:
4381: * src/classes/inet.C: vs2003 compilation fix
4382:
4383: * src/classes/math.C: warning war
4384:
4385: * src/lib/punycode/pa_punycode.c: warning war
4386:
4387: 2015-10-12 moko
4388:
4389: * src/lib/punycode/pa_punycode.c: warning war
4390:
4391: * parser3.sln: moved parser3 first, to make it default startup
4392: project
4393:
4394: * buildall: parser "mirror" now used for external libs sources
4395: (implements feature #1036)
4396:
4397: * buildall: most external libs are updated to their current
4398: versions (related to feature #1036)
4399:
4400: * src/classes/image.C: more tags added
4401:
4402: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4403:
4404: 2015-10-11 moko
4405:
4406: * src/classes/curl.C: minor optimization (related to feature #1035)
4407:
4408: 2015-10-09 moko
4409:
4410: * src/classes/curl.C: pa_strdup added for strings from curl
4411: (related to feature #1035)
4412:
4413: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4414: ULLONG_MAX definition
4415:
4416: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4417: (implements feature #1035)
4418:
4419: * src/main/pa_charset.C: String::Body(String::C) used
4420:
4421: * src/main/pa_charset.C: exceptions unified
4422:
4423: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4424: unified
4425:
4426: * src/: classes/file.C, classes/image.C, classes/mail.C,
4427: classes/op.C, classes/xdoc.C, classes/xnode.C,
4428: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4429: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4430: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4431: String::Body(String::C) constructor added (related to bug #957)
4432:
4433: * src/classes/file.C: minor optimization
4434:
4435: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4436: Cord(char*) autocreation (related to bug #957)
4437:
4438: * src/: classes/string.C, main/untaint.C: minor optimizations
4439:
4440: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4441: String(char*, Lang, length) removed, String(C(), Lang) used
4442: instead (related to bug #957)
4443:
4444: 2015-10-08 moko
4445:
4446: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4447: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4448: main/untaint.C: Now char * is converted to CORD only using
4449: AS_CORD() to check for empty cord bug (fixes bug #957)
4450:
4451: * src/include/pa_hash.h: fixed compilation without
4452: HASH_CODE_CACHING
4453:
4454: * src/classes/string.C:
4455: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4456: feature #120)
4457:
4458: * src/main/pa_common.C: reduce js flags checks count (related to
4459: feature #120)
4460:
1.96 moko 4461: 2015-10-07 moko
4462:
4463: * tests/: 275.html, results/275.processed: test modified after
4464: unsigned long long int support implemented (feature #1034)
4465:
4466: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4467: pa_atoul added for unsigned long long int support
4468:
4469: 2015-10-06 moko
4470:
4471: * src/types/pa_vdate.C: INT_MAX used
4472:
4473: 2015-10-03 moko
4474:
4475: * tests/: 302.html, results/302.processed: test for bug #1023
4476: (\u2028, \u2029 escaping) added
4477:
4478: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4479: json:string[] (fixes bug #1023)
4480:
4481: 2015-09-29 moko
4482:
4483: * tests/305.html: try-catch added for OS without ipv6 support
4484:
4485: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4486: compilation
4487:
4488: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4489: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4490: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4491: implemented to distinguish ^hash.method from $hash.field
4492: (implements feature #1017)
4493:
4494: * src/lib/punycode/pa_punycode.c: warning war
4495:
4496: * src/include/pa_config_includes.h: warning war
4497:
4498: * src/include/pa_config_includes.h: pragma warning actualized a bit
4499:
4500: * src/include/pa_config_includes.h: warning war
4501:
4502: * src/include/pa_hash.h: clang compilation fix
4503:
4504: 2015-09-27 moko
4505:
4506: * src/main/compile.tab.C: Bison 3 is now default
4507:
4508: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4509:
4510: 2015-09-25 moko
4511:
4512: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4513: works with undefined HASH_ORDER (related to feature #196)
4514:
4515: 2015-09-24 moko
4516:
4517: * tests/: 027.html, results/027.processed: test modified to test
4518: ^hash.sort (feature #196)
4519:
4520: * src/: classes/hash.C, include/pa_hash.h:
4521: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4522: added (implements feature #196)
4523:
4524: * tests/: 316.html, results/316.processed: Added test for bug #1025
4525: (exception handling in non-cached ^cache), plus for "it does not
4526: have logical value" and "$exception.handled value must be either
4527: boolean or string 'cache'" exceptions.
4528:
4529: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4530: code (fixes bug #1025)
4531:
1.95 moko 4532: 2015-09-23 moko
4533:
4534: * src/classes/table.C: warning war
4535:
4536: * src/: classes/math.C, types/pa_vcookie.C: warning war
4537:
4538: * src/classes/file.C: warning war
4539:
4540: * src/: include/pa_table.h, main/pa_table.C: warning war
4541:
4542: * src/: main/pa_request.C, classes/date.C: warning war
4543:
4544: * src/: types/pa_vdate.C, classes/op.C: warning war
4545:
4546: * tests/: 122.html, results/122.processed: win sync: to remove
4547: differences with OS that doesn't keep timezone change history
4548:
4549: * src/types/pa_vdate.C: tzset() should be called in Windows after
4550: TZ change (related to feature #36)
4551:
4552: * tests/: 075.html, results/075.processed: win sync: to remove
4553: differences with OS that doesn't keep timezone change history
4554:
4555: * tests/: 315.html, results/315.processed: win sync: to remove
4556: differences with OS that doesn't keep timezone change history
4557:
4558: * tests/: 256.html, results/256.processed: win sync: to remove
4559: differences with OS that doesn't keep timezone change history
4560:
4561: * tests/: 124.html, results/124.processed: win results sync: to
4562: avoid hitting time change hole.
4563:
4564: * src/types/pa_vdate.C: static returned. :)
4565:
4566: 2015-09-22 moko
4567:
4568: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4569:
4570: * tests/results/131.processed: more tests for feature #1032
4571:
4572: * src/classes/date.C: minor fix related to feature #1032
4573:
4574: * operators.txt: ISO date creation documented (related to feature
4575: #1032)
4576:
4577: * operators.txt: iso-string documented (related to feature #1032)
4578:
4579: * tests/: 315.html, results/315.processed: more tests added
4580: (related to feature #1032)
4581:
4582: * tests/: 131.html, results/131.processed: date range checks
4583: updated (related to feature #36)
4584:
4585: * tests/: 315.html, results/057.processed, results/315.processed:
4586: test added for ISO date support (related to issue #315)
4587:
4588: * src/classes/date.C: more readable exceptions in date creation
4589: (related to ticket #1032)
4590:
4591: 2015-09-18 moko
4592:
4593: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4594: added (related to issue #1032)
4595:
4596: * tests/results/256.processed, src/classes/json.C: iso-string
4597: documented (related to issue #1032)
4598:
4599: * tests/: 256.html, results/256.processed: ISO date check added
4600: (related to issue #1032)
4601:
4602: * tests/: 057.html, results/057.processed, results/224.processed:
4603: tests results updated after ISO date support implemented (related
4604: to feature #1032)
4605:
4606: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4607: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4608: ^date::create[string] constructor formalized, ^date.iso-string[]
4609: added (implements feature #1032)
4610:
4611: 2015-09-05 moko
4612:
4613: * operators.txt: actualized
4614:
4615: * operators.txt: date changes documented (related to ticket #36)
4616:
4617: 2015-09-04 moko
4618:
4619: * src/types/pa_vdate.C: warning war
4620:
4621: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4622:
4623: 2015-09-03 moko
4624:
4625: * tests/results/096.processed: test result updated for 0..9999 year
4626: date range support (related to feature #36)
4627:
4628: * tests/: 314.html, results/314.processed: test for
4629: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4630: bug #1031)
4631:
4632: * src/classes/string.C: Static calls fixed for ^string:base64[],
4633: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4634:
1.116 moko 4635: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4636: configure.in -> configure.ac
1.95 moko 4637:
1.116 moko 4638: * configure, configure.in, src/include/pa_config_auto.h.in: more
4639: correct timezone check for FreeBSD Warning war: configure.in ->
4640: configure.ac
1.95 moko 4641:
4642: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4643: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4644: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4645: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4646: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4647: src/main/Makefile.am, src/targets/apache/Makefile.am,
4648: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4649: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4650: check added
4651:
4652: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4653:
4654: * tests/results/: 124.processed, 224.processed: test resuls updated
4655: for new date implementation (related to feature #36)
4656:
4657: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4658: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4659: types/pa_vdate.h: new double date implementation with internal
4660: support for extended 0..9999 year range, default timezone support
4661: (related to feature #36)
4662:
4663: 2015-08-28 moko
4664:
4665: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4666: (fixes bug #1030)
4667:
4668: 2015-08-21 moko
4669:
4670: * src/classes/inet.C: snprintf size "bug" commented
4671:
4672: * src/main/pa_common.C: snprintf comments updated
4673:
4674: 2015-08-16 moko
4675:
4676: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4677:
4678: 2015-08-11 moko
4679:
4680: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4681: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4682: can be null (fixes bug #1029)
4683:
4684: 2015-08-06 moko
4685:
1.116 moko 4686: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4687: pa_vdate.C added
1.95 moko 4688:
4689: 2015-08-05 moko
4690:
4691: * tests/: 313.html, results/313.processed: test for
4692: ^table.count[columns] and ^table.flip[] with nameless tables
4693: (feature #1003)
4694:
4695: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4696: max_cell added, now ^table.count[columns] and ^table.flip[] works
4697: correctly for nameless tables (implements feature #1003)
4698:
4699: 2015-08-03 moko
4700:
4701: * tests/312.html: test for ^table.append[$hash] and
4702: ^table.insert[$hash] added (related to feature #1028)
4703:
4704: * src/classes/table.C: ^table.append[$hash] and
4705: ^table.insert[$hash] now supported (implements feature #1028)
4706:
4707: * tests/: 312.html, results/312.processed: test row copy in
4708: ^table.hash[; $.type[table] ] added (related to feature #1016)
4709:
4710: * src/classes/table.C: row copy now created in ^table.hash[;
4711: $.type[table] ] (related to feature #1016)
4712:
4713: 2015-07-29 moko
4714:
4715: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4716: added (related to feature #1016)
4717:
4718: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4719: ^table.delete[] added to delete current row (related to feature
4720: 1016)
4721:
4722: 2015-07-28 moko
4723:
4724: * tests/: 312.html, results/312.processed: test for
4725: $table.column[value] and ^table.insert{row} (related to feature
4726: #1016)
4727:
4728: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4729: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4730: ^table.insert{row} are now implemented (feature #1016)
4731:
4732: * src/include/pa_array.h: Optimization: bool reverse removed from
4733: append(), insert() added, memmove arguments order in remove()
4734: fixed (related to feature #1016)
4735:
4736: 2015-07-23 moko
4737:
4738: * src/classes/json.C: tainted json and empty json exception added
4739: (implements feature #1015)
4740:
4741: * tests/: 311.html, results/311.processed: empty json and tainted
4742: json exception test added (related to issue #1015)
4743:
4744: 2015-07-22 moko
4745:
4746: * tests/: 311.html, results/311.processed: test for UTF-8
4747: processing added
4748:
4749: * tests/: 311.html, results/311.processed: test for
4750: json_exception_with_source added (related to issue #394)
4751:
4752: * src/classes/json.C: json_exception_with_source added (implements
4753: feature #394)
4754:
4755: 2015-06-29 moko
4756:
4757: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4758: directories are now correctly determined if _d_type == DT_UNKNOWN
4759: (closes bug #1027)
4760:
4761: 2015-06-10 moko
4762:
4763: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4764: error if libxml has LIBXML_ICU_ENABLED.
4765:
4766: 2015-06-04 moko
4767:
4768: * tests/099.html: ups, reverting
4769:
4770: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4771: results/310.processed: tests for $response:body[ $.file[] ] and
4772: $response:last-modified added
4773:
4774: * src/main/pa_request.C: last-modified check fixed
4775:
4776: 2015-06-03 moko
4777:
4778: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4779: results/205.processed, results/293.processed: $response:headers
4780: logging added (tests for feature #1007)
4781:
4782: * src/: include/pa_common.h, include/pa_request.h,
4783: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4784: $response:headers are now in uppercase (closes feature #1007)
4785:
4786: 2015-06-02 moko
4787:
4788: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4789: build errors reverted for clang compatibility
4790:
4791: 2015-06-01 moko
4792:
4793: * src/include/pa_memory.h: -pedantic build errors fixed
4794:
4795: * src/classes/math.C: -pedantic build error fixed
4796:
4797: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4798:
4799: 2015-05-31 moko
4800:
4801: * src/classes/table.C: USE_STRINGSTREAM optimized
4802:
4803: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4804: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4805: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4806: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4807: types/pa_vxnode.h: warning war (-pedantic flag)
4808:
4809: 2015-05-28 moko
4810:
4811: * tests/: 308.html, results/308.processed: test for
4812: ^table::create[$t;], etc work added (related to bug #975)
4813:
4814: * src/classes/table.C: check_option_param removed,
4815: ^table::create[$t;], etc now works (fixes bug #975)
4816:
4817: 2015-05-27 moko
4818:
4819: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4820: (Debian jessie) fixed (closes issue #1024)
4821:
4822: * tests/Makefile: sort added as in Debian jessie list become
4823: unsorted
4824:
4825: 2015-05-18 moko
4826:
4827: * tests/: 201.html, results/201.processed: test for
4828: ^string.trim[what] feature #1022
4829:
4830: * src/classes/string.C: ^string.trim[what] now supported,
4831: implements feature #1022
4832:
4833: 2015-05-17 moko
4834:
4835: * tests/results/185.processed: test result updated as feature #1021
4836: implemented (left/right accept negative parameter)
4837:
4838: * src/classes/string.C: left/right now accept negative parameter
4839: (implements feature #1021)
4840:
4841: 2015-05-08 moko
4842:
4843: * src/classes/math.C: isalnum -> pa_isalnum
4844:
4845: * src/main/execute.C: optimization in getter-junction processing
4846: (related to issue #997)
4847:
4848: 2015-05-07 moko
4849:
4850: * tests/: 307.html, results/307.processed: test for issue #997
4851: added
4852:
4853: * src/main/execute.C: process_getter result now checked if junction
4854: returned (closes issue #997)
4855:
4856: * tests/: 305.html, results/305.processed: sort added to ignore
4857: different order
4858:
4859: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4860: assignment (closes issue #994)
4861:
4862: * tests/: 306.html, results/306.processed: test for issue #994
4863: added
4864:
4865: * tests/: 303.html, results/303.processed: two more errors tested
4866:
4867: 2015-05-06 moko
4868:
4869: * tests/: 305.html, results/305.processed: test for name2ip &
4870: ip2name added (related to feature #992)
4871:
4872: * tests/: 303.html, 304.html, results/303.processed,
4873: results/304.processed: tests for idna conversion added (related
4874: to issue #849)
4875:
4876: 2015-05-02 moko
4877:
4878: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4879: implemented
4880:
4881: 2015-04-30 moko
4882:
4883: * src/main/pa_http.C: idna_host added, related to issue #849
4884:
4885: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4886: (related to issue #849)
4887:
4888: 2015-04-24 moko
4889:
4890: * src/types/pa_vjunction.C: warning war
4891:
4892: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4893: unification
4894:
4895: * src/lib/punycode/pa_idna.c: warning war
4896:
4897: 2015-04-22 moko
4898:
4899: * src/main/main.vcproj: punycode include path added
4900:
4901: * src/lib/punycode/pa_idna.c: windows compile error fixed
4902:
4903: * src/lib/punycode/pa_idna.c: warning war
4904:
4905: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4906: project file added
4907:
4908: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4909:
4910: * src/include/pa_memory.h: warning war
4911:
4912: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4913: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4914: implemented (related to feature #849)
4915:
4916: * configure.in, src/main/Makefile.am,
4917: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4918: libpunycode added in Unix
4919:
4920: 2015-04-21 moko
4921:
4922: * configure.in: large files support
4923:
4924: 2015-04-15 moko
4925:
4926: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4927: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4928: pa_punycode.h: initial version for punycode/idna support library
4929: (ticket #849)
4930:
4931: 2015-04-08 moko
4932:
4933: * src/: classes/curl.C, classes/date.C, classes/file.C,
4934: classes/image.C, classes/mail.C, classes/reflection.C,
4935: classes/string.C, classes/xnode.C, include/pa_request.h,
4936: include/pa_string.h, include/pa_stylesheet_connection.h,
4937: main/compile.y, main/compile_tools.h, main/execute.C,
4938: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4939: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4940: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4941: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4942: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4943: clang compiler warnings (closes issue #1018)
4944:
4945: * src/include/pa_string.h: String::Body comparation operators with
4946: char * added (related to issue #958)
4947:
4948: 2015-04-07 moko
4949:
4950: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4951: pa_malloc/pa_free to remove system malloc/free usage (related to
4952: issue #1018)
4953:
4954: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4955: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4956: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4957: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4958: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4959: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4960: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4961: malloc/strdup/free replaced with pa_ version and checks for
4962: accidental use of non-pa_ version added (related to issue #1018)
4963:
4964: 2015-04-03 moko
4965:
4966: * buildall: pcre-8.33 -> pcre-8.36
4967:
4968: * src/: main/compile.y, classes/form.C, classes/mail.C,
4969: classes/op.C, classes/string.C, main/compile.tab.C,
4970: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4971: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4972: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4973: ticket #958)
4974:
4975: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4976: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4977: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4978: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4979: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4980: $request:headers, $request:method added (implements feature
4981: #1007)
4982:
4983: 2015-03-17 misha
4984:
4985: * tests/302.html: - test for
4986: ^json:string[...;$._default[method-name]]
4987:
4988: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4989: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4990: option $._default[method-name] is specified in ^json:string[], a
4991: method with specified name will be called for classes/objects
4992: serialization ( new feature: #982 )
4993:
4994: 2015-03-16 misha
4995:
4996: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4997: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4998: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4999: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5000: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5001: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5002: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5003: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5004: types/pa_vrequest.h, types/pa_vstateless_class.C,
5005: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5006: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5007: $var.CLASS_NAME now have special opcodes. This can be switched
5008: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5009: on pa_opcode.h ( new feature: #844 )
5010:
5011: 2015-03-15 misha
5012:
5013: * tests/075.html: - test for $response:header[]
5014:
5015: * src/types/pa_vresponse.C: - $response:header[] deletes header
5016: that was set earlie ( new feature: #1001 )
5017:
5018: 2015-03-12 misha
5019:
5020: * tests/246.html: - more tests for ^hash._at[]
5021:
5022: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5023: accepts second param [key|value|hash] ( new feature: #1012 )
5024:
5025: 2015-03-09 moko
5026:
5027: * src/types/pa_vmail.C: exception for everything but
5028: $mail:received, closes issue #1011
5029:
5030: 2015-02-20 moko
5031:
5032: * tests/: 275.html, results/275.processed: hex detection in
5033: pa_atoui fix test (closes issue #1010)
5034:
5035: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5036: issue #1010)
5037:
5038: 2015-02-17 moko
5039:
5040: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5041: tainted.
5042:
5043: 2015-02-03 misha
5044:
5045: * tests/301.html: - test for ^json:string($double) causes
5046: exception. bugfix: #1008
5047:
5048: * src/classes/json.C: - ^json:string($double) causes exception.
5049: bugfix: #1008
5050:
5051: * tests/014.html: - updated for work with ^hash.delete[]
5052:
5053: 2015-01-12 misha
5054:
5055: * src/: classes/form.C, include/pa_common.h,
5056: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5057: types/pa_vform.h: - supports body with PUT method as well ( new
5058: feature: #1006 )
5059:
5060: * src/classes/file.C: - warnings war
5061:
5062: 2015-01-11 misha
5063:
5064: * tests/300.html: - test for ^hash.delete[] is added
5065:
5066: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5067: feature: #989 ) - tiny optimization in intersects
5068:
5069: 2015-01-06 moko
5070:
5071: * src/types/pa_vmail.C: file names transcode added, to and cc added
5072: with transcode, attachments detection fixed
5073:
5074: * src/main/pa_request.C: filling mail received after cgi/auto.p
5075: load to allow charset switch (related to issue #996)
5076:
5077: 2014-12-31 moko
5078:
5079: * src/types/pa_vmail.C: from and subject now transcoded if not
5080: UTF-8 source charset (fixes issue 996)
5081:
5082: * src/main/pa_exception.C: fixed string from stack bug (closes
5083: issue #1000)
5084:
5085: 2014-12-11 misha
5086:
5087: * src/types/pa_vhashfile.C: - check if key is not empty before
5088: access ( bug fix: #1005 )
5089:
5090: 2014-11-13 misha
5091:
5092: * src/main/compile.y: - PC.append does not reset to false while
5093: creating a new class. bugfix: #990
5094:
5095: * tests/299.html: - test for creation class after working with
5096: partial class (create+append)
5097:
5098: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5099: #995
5100:
5101: * tests/232.html: - test for @get[def] added
5102:
5103: 2014-10-12 moko
5104:
5105: * src/lib/pcre/pcre_internal.vcproj: correct path
5106:
5107: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5108: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5109: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5110: targets/apache/ApacheModuleParser3.vcproj,
5111: targets/apache/ApacheModuleParser3Core.vcproj,
5112: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5113: types/types.vcproj: project GUID inserted in *.vcproj for correct
5114: conversion in newer VS versions
5115:
5116: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5117: pcre_internal.vcproj added
5118:
5119: 2014-08-28 moko
5120:
5121: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5122: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5123: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5124:
5125: 2014-06-30 misha
5126:
5127: * tests/298.html: - tests for ^reflection:def[class;className]
5128: added
5129:
5130: * src/classes/reflection.C: - ^reflection:def[class;className]
5131: added ( new feature: #918 )
5132:
5133: 2014-06-29 misha
5134:
5135: * src/classes/table.C: - ^table::create[unsupported data] -
5136: exception comment changed to "body must be table or code" ( bug
5137: fix: #951 )
5138:
5139: * tests/: 261.html, results/261.processed: - tests for
5140: ^json:string[...;$.void[null|string]] added
5141:
5142: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5143: option $.void[string|null] added to ^json:string[...] ( new
5144: feature: #952 )
5145:
5146: 2014-06-28 moko
5147:
5148: * src/classes/curl.C: $.charset now processed before other curl
5149: options (closes issue #980)
5150:
5151: 2014-05-23 misha
5152:
5153: * src/classes/json.C: - bug fix: #987
5154:
5155: 2014-05-04 misha
5156:
5157: * tests/: 253.html, 253_json.txt: - test for
5158: ^json:parse[$.int(false)] is added
5159:
5160: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5161: default true). The option is similar to $.double(bool) but for
5162: integers.
5163:
5164: 2014-05-01 moko
5165:
5166: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5167: #12 )
5168:
5169: 2014-04-16 moko
5170:
5171: * src/main/pa_http.C: response-charset option should finally work
5172: now (fix for issue #867)
5173:
5174: * src/main/pa_http.C: response-charset option should work now (fix
5175: for issue #867)
5176:
5177: 2014-03-07 moko
5178:
5179: * buildall: libgc moved
5180:
5181: * buildall: libgc moved
5182:
5183: 2013-12-29 moko
5184:
5185: * src/classes/string.C: ^string:js-unescape result now tainted,
5186: closes issue #966
5187:
5188: * tests/: 186.html, results/186.processed: ^string:js-unescape
5189: result now tainted, issue #966
5190:
5191: 2013-12-03 moko
5192:
5193: * src/: classes/memcached.C, types/pa_vmemcached.C,
5194: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5195: option was added for http://www.parser.ru/forum/?id=79343
5196:
5197: * src/classes/file.C: bugfix for
5198: http://www.parser.ru/forum/?id=79337
5199:
5200: 2013-11-05 moko
5201:
5202: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5203:
5204: * src/main/pa_globals.C: spelling fixed
5205:
5206: 2013-10-29 moko
5207:
5208: * src/lib/json/json.vcproj: json.c -> pa_json.C
5209:
5210: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5211: #892
5212:
5213: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5214: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5215: exceptions to be thrown thougth json library), related to issue
5216: #892
5217:
5218: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5219: related to issue #896
5220:
5221: 2013-10-24 moko
5222:
5223: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5224:
5225: 2013-10-23 moko
5226:
5227: * README: actualization
5228:
5229: 2013-10-22 moko
5230:
5231: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5232: compatibility patch from Sergey Kirpichev
5233:
5234: * tests/: 297.html, results/297.processed: non-working getter fix
5235: test for issue #948
5236:
5237: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5238: called when saving value of $match variable in ^string.match[] to
5239: increase compatibility (related to issue #948).
5240:
5241: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5242: usage optimization
5243:
5244: 2013-10-21 moko
5245:
5246: * tests/: 182.html, results/182.processed: local path removed for
5247: compatibility
5248:
5249: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5250: results/244.processed, results/253.processed,
5251: results/254.processed, results/275.processed,
5252: results/281.processed: try_catch -> try-catch
5253:
5254: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5255: results/294.processed, results/296.processed: try_catch ->
5256: try-catch
5257:
5258: 2013-10-20 moko
5259:
5260: * tests/: 296.html, results/296.processed: test for xsl exception
5261: for issue #938 added.
5262:
5263: * src/: include/pa_xml_exception.h,
5264: main/pa_stylesheet_connection.C: forgotten to be replaced
5265: XmlException is now replaced (once again closes issue #938)
5266:
5267: 2013-10-18 moko
5268:
5269: * buildall: disable clock_gettime detection to avoid librt linking
5270: (which in turn depends on libpthread), related to issue #943
5271:
5272: 2013-10-18 misha
5273:
5274: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5275: lib/smtp/smtp.vcproj, main/main.vcproj,
5276: targets/apache/ApacheModuleParser3Core.vcproj,
5277: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5278: types/types.vcproj: - new locations for libxml2 includes where
5279: added to vcproj files
5280:
5281: 2013-10-18 moko
5282:
5283: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5284: fix
5285:
5286: * tests/: 295.html, results/295.processed: test for issue #948
5287: updated
5288:
5289: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5290: :)
5291:
5292: * tests/: 295.html, results/295.processed: test for issue #948
5293: added
5294:
5295: * src/: classes/hash.C, classes/string.C, classes/table.C,
5296: include/pa_request.h, types/pa_method.h: for getters and setters
5297: to be executed request.put_element should be called, not
5298: context.put_element (fixes issue #948)
5299:
5300: 2013-10-17 moko
5301:
5302: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5303: LIBXML2_NEW_BUFFER check (closes issue #943)
5304:
5305: * buildall: libxml 2.9.1 build is broken --without-reader.
5306:
5307: 2013-10-16 moko
5308:
5309: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5310:
5311: * tests/: 294.html, results/294.processed: test for issue #938
5312:
5313: * src/: classes/xdoc.C, classes/xnode.C,
5314: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5315: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5316:
5317: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5318: libxslt-1.1.26 -> libxslt-1.1.28
5319:
5320: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5321: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5322: to '?', related to issue #938
5323:
5324: 2013-10-15 moko
5325:
5326: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5327: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5328: minor optimizations (closes issue #896)
5329:
5330: * tests/results/: 292.processed, 293.processed: results updated to
5331: comply with issue #896
5332:
5333: * tests/: 292.html, 293.html, results/292.processed,
5334: results/293.processed: tests for json escaping
5335:
5336: 2013-10-14 moko
5337:
5338: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5339: and cleanup, code moved from .h to .C, no changes in code
5340:
5341: 2013-10-12 moko
5342:
5343: * tests/results/119.processed: updated test result commited
5344:
5345: * tests/: 291.html, results/291.processed: test for issue #894
5346: added
5347:
5348: * src/types/pa_wcontext.h: base methods call support function
5349: get_somebody_entered_some_class should not be true forever, as
5350: wcontext can have many get_elements calls (fixes issue #894)
5351:
5352: 2013-10-11 moko
5353:
5354: * tests/: 290.html, results/290.processed: test for junction GPF
5355: issue #942 added
5356:
5357: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5358: to native method fixed (closes issue #942)
5359:
5360: * tests/: 158.html, results/158.processed: test for csv-string[]
5361: added
5362:
5363: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5364: feature #907)
5365:
5366: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5367: feature #907)
5368:
5369: 2013-10-09 moko
5370:
5371: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5372: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5373: types/pa_vstateless_class.C: GET_default, SET_default now works
5374: properly not only in objects, but in classes as well (closes
5375: issue #903)
5376:
5377: * tests/: 289.html, results/289.processed: GET/SET_default now
5378: works in classes, not only objects, test case added, related to
5379: issue #903
5380:
5381: * tests/: 288.html, results/288.processed: test for endless
5382: recursion bug added (related to issue #903)
5383:
5384: 2013-10-05 moko
5385:
5386: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5387: classes/table.C, main/execute.C, types/pa_method.h,
5388: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5389: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5390: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5391: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5392: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5393: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5394: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5395: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5396: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5397: optimization: put_element no longer has "bool areplace" argument,
5398: related to issue #903
5399:
5400: 2013-10-03 moko
5401:
5402: * tests/results/182.processed: result for $.replace(false) test
5403: commited
5404:
5405: * src/classes/date.C: ^date::create(number) processed correctly
5406: (fixes issue #901)
5407:
5408: * src/classes/image.C: as_no_junction removed, as param can be
5409: expression (closes issue #931)
5410:
5411: * tests/233.html: test for issue #931 added
5412:
5413: 2013-10-02 moko
5414:
5415: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5416: modified, test for $.replace(false) added
5417:
5418: * src/main/compile_tools.h: forgotten class replace returned. :)
5419:
5420: 2013-09-30 moko
5421:
5422: * tests/: 141.html, results/141.processed: md5 tainting test added
5423:
5424: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5425: main/compile_tools.h, main/pa_request.C: allow_class_replace
5426: implemented; $.replace option added to ^process and ^use
5427:
5428: 2013-08-27 moko
5429:
5430: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5431: cstr_to_string_body_untaint should be called with charsets for
5432: possible uri language and connection for possible sql language.
5433: related to issue #857
5434:
5435: * buildall: and -> or fixed
5436:
5437: 2013-08-26 moko
5438:
5439: * buildall: prepare_ functions logic changed to support
5440: gc-7.2d.tar.gz extracting to gc-7.2 directory
5441:
5442: 2013-08-23 moko
5443:
5444: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5445: statically
5446:
5447: 2013-08-22 moko
5448:
5449: * src/classes/string.C: String::Empty used (related to issue #912)
5450: append_know_length removed (related to old GPF bug)
5451:
5452: 2013-08-21 moko
5453:
5454: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5455:
5456: * src/classes/math.C: ^math:digest[...;$file] support added
5457: (related to ticket #857
5458:
5459: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5460: implemented
5461:
5462: * src/types/pa_vhashfile.h: warning war
5463:
5464: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5465: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5466: anti_endless_json_string_recoursion removed from request;
5467: json_string_recoursion added to json_options; $.indent[indent
5468: value] now supported and passed within recoursion closes feature
5469: #937
5470:
5471: * tests/: 287.html, results/287.processed: test for feature #937
5472:
5473: 2013-07-31 moko
5474:
5475: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5476: compilation having #define _S
5477:
5478: * src/main/pa_globals.C: cleanup
5479:
5480: 2013-07-30 moko
5481:
5482: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5483: main/pa_common.C: vs2003 warning war
5484:
5485: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5486:
5487: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5488:
5489: * src/lib/md5/pa_sha2.c: warning war
5490:
5491: 2013-07-29 moko
5492:
5493: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5494: patches from github
5495:
5496: * src/: classes/bool.C, classes/double.C, classes/int.C,
5497: classes/memcached.C, include/pa_config_includes.h,
5498: types/pa_vfile.C, types/pa_vfile.h: warning war
5499:
5500: * src/lib/json/json.vcproj: C++ -> C
5501:
5502: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5503:
5504: * src/lib/json/: json.c, pa_json.C: windows compatibility
5505:
5506: * src/lib/json/: json.c, pa_json.C: windows compatibility
5507:
5508: * src/lib/json/: json.c, pa_json.C: warning war
5509:
5510: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5511:
5512: * src/include/pa_config_fixed.h: uint16_t added
5513:
5514: * configure.in: uint16_t check added
5515:
5516: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5517: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5518: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5519: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5520: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5521:
5522: 2013-07-25 moko
5523:
5524: * parser3.sln: dependencies added
5525:
5526: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5527: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5528: module support
5529:
5530: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5531:
5532: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5533:
5534: 2013-07-23 moko
5535:
5536: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5537: PA_DEBUG_GC_MEMORY removed
5538:
5539: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5540: PA_DEBUG_DISABLE_GC compilation fix
5541:
5542: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5543: main/pa_request.C: outdated RESOURCES_DEBUG removed
5544:
5545: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5546: garbage cleanup
5547:
5548: * src/main/pa_common.C: warning war
5549:
5550: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5551:
5552: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5553: minor cleanup
5554:
5555: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5556: uses cygwin, not WIN32 implementation
5557:
5558: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5559: able to exec shell scripts
5560:
5561: * src/classes/math.C: ifdef WIN32 cleanup
5562:
5563: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5564:
5565: * src/classes/curl.C: LT_MODULE_EXT used
5566:
5567: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5568:
5569: 2013-07-22 moko
5570:
5571: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5572: includes fix
5573:
5574: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5575:
5576: * configure.in, src/include/pa_config_includes.h,
5577: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5578: src/main/pa_exec.C: includes cleanup
5579:
5580: * src/targets/cgi/parser3.C: 2012->2013
5581:
5582: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5583:
5584: * configure.in, src/include/pa_config_includes.h,
5585: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5586: src/main/pa_random.C, src/main/pa_socks.C,
5587: src/types/pa_vstatus.C: cygwin support cleanup
5588:
5589: * configure.in: dirent.h check added
5590:
5591: * src/: include/pa_config_includes.h, include/pa_dir.h,
5592: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5593: not copied
5594:
5595: 2013-07-21 moko
5596:
5597: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5598:
5599: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5600: parser3.vcproj: unused getopt.h / getopt.c removed
5601:
5602: * operators.txt, src/classes/file.C, tests/022.html,
5603: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5604: $.stat(true)] usage commented
5605:
5606: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5607: src/main/pa_dir.C: ^file:list[] now has dir column and when
5608: $.stat(true) it has size/*date columns modified patch from misha@
5609: that closes issue #914.
5610:
5611: * src/: include/pa_config_includes.h, main/pa_globals.C:
5612: PA_RELEASE_ASSERTS removed
5613:
5614: * src/lib/md5/pa_md5c.c: minor cleanup
5615:
5616: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5617: localeconv()->decimal_point usage remoed (related to issue #934)
5618:
5619: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5620: cordprnt.c removed
5621:
5622: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5623: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5624: pa-include/pa_strings.h: includes cleanup
5625:
5626: * src/lib/md5/pa_md5c.c: headers cleanup
5627:
5628: 2013-07-20 moko
5629:
5630: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5631: cleanup
5632:
5633: 2013-07-19 moko
5634:
5635: * src/classes/math.C: extern "C" added for crypt
5636:
5637: 2013-07-18 moko
5638:
5639: * src/classes/math.C: fix redhat7.2 build
5640:
5641: 2013-07-17 moko
5642:
5643: * configure.in, src/include/pa_config_includes.h,
5644: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5645: added for uint8/32/64_t)
5646:
5647: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5648: pa_config_includes.h used for uint32/64_t
5649:
5650: 2013-07-16 moko
5651:
5652: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5653: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5654: war
5655:
5656: * src/main/compile.tab.C: compile.y was updated
5657:
5658: * src/main/compile.y: warning war
5659:
5660: * src/: include/pa_exception.h, main/pa_exception.C,
5661: main/pa_xml_exception.C: warning war
5662:
5663: * src/: include/pa_common.h, main/pa_common.C: warning war
5664:
5665: * configure.in: beauty :)
5666:
5667: * tests/: 141.html, results/141.processed: sha256/512 added
5668:
5669: 2013-07-13 moko
5670:
5671: * src/lib/md5/md5.vcproj: sha2 added
5672:
5673: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5674: classes/math.C: sha2 support (sha256/sha512 digest)
5675:
5676: 2013-07-08 moko
5677:
5678: * src/classes/image.C: directory read or other read problem message
5679: fixed (related to issue #933)
5680:
5681: 2013-07-07 moko
5682:
5683: * AUTHORS: + misha + moko. :)
5684:
5685: 2013-07-06 moko
5686:
5687: * src/: classes/curl.C, include/pa_globals.h,
5688: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5689: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5690: for lt_dlinit to be called once and lt_dlexit called at right
5691: place (related to issue #925)
5692:
5693: 2013-07-04 moko
5694:
5695: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5696: VString::as_vfile now uses vfile.set_binary_string to avoid
5697: content-type to be set, as it brokes badly designed logic in
5698: response output. This hopefully finishes issue #928.
5699:
5700: * tests/results/: 256.processed, 286.processed: file now displayed
5701: as name, size, mode, content-type
5702:
5703: * src/main/pa_common.C: read error now reported cottectly (fixes
5704: issue #933
5705:
5706: 2013-06-28 moko
5707:
5708: * tests/: 286.html, results/286.processed: test extended
5709:
5710: * tests/: 286.html, results/286.processed: Test for issue #928
5711: added. it tests default content-type change.
5712:
5713: * src/types/pa_vfile.C: closes issue #928 - default content-type
5714: now updated
5715:
5716: 2013-06-25 moko
5717:
5718: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5719: content-type for text/binary files without name added;
5720: ^file::create[$f;...] options now works properly and $f
5721: properties are default (fixes issue #928)
5722:
5723: 2013-05-16 misha
5724:
5725: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5726: added
5727:
5728: * src/main/pa_table.C: - a tiny memory optimisation while creating
5729: table if specified limit is bigger than source rows count
5730:
5731: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5732: added ( new feature: #858 )
5733:
5734: 2013-04-29 moko
5735:
5736: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5737: $.ipresolve(0|1|2) added (closes issue #891)
5738:
5739: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5740:
5741: 2013-04-24 moko
5742:
5743: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5744: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5745: types/pa_vmemcached.h: ^memcache.release[] added, calls
5746: memcached_quit (refs #893)
5747:
5748: 2013-04-22 moko
5749:
5750: * src/: include/pa_string.h, main/pa_common.C: no more double
5751: slashes in file path (fixes bug #872)
5752:
5753: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5754: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5755: #739)
5756:
5757: * tests/results/266.processed: $.max_params added (feature #915)
5758:
5759: * src/: include/pa_common.h, main/pa_http.C: response-charset
5760: option added to file::load (closes issue #867)
5761:
5762: 2013-04-20 misha
5763:
5764: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5765: commited
5766:
5767: 2013-03-15 misha
5768:
5769: * src/classes/: hash.C, table.C: - Optimisation: do not create
5770: multiple empty strings while ::sql. uae String::Empty instead
5771:
5772: 2013-03-14 misha
5773:
5774: * src/classes/reflection.C: - for user classes
5775: ^reflection:method_info[] returns $.max_params and $.extra_param
5776: with $.call_type if they available ( new feature: #915 )
5777:
5778: * src/classes/file.C: - ^file:delete[] now supports an option
5779: $.exception(false) that suppress any exception while deleting
5780: file ( new feature: #916 )
5781:
5782: * src/classes/curl.C: - parsing cookies after curl:load now should
5783: work :)
5784:
5785: 2013-03-12 misha
5786:
5787: * src/types/pa_vfile.C: - if specified file_name is empty string
5788: set default name for the file
5789:
5790: 2013-03-11 misha
5791:
5792: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5793: also available in $f.cookies
5794:
5795: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5796: moved to a separate method
5797:
5798: 2013-03-10 moko
5799:
5800: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5801: added
5802:
5803: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5804: removed (declared by autoconf)
5805:
5806: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5807: uint32_t define
5808:
5809: 2013-03-10 misha
5810:
5811: * src/classes/file.C: ^file:delete and ^file:move now support
5812: option $.keep-empty-dirs(true) ( new feature: #884 )
5813:
5814: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5815: empty dirs is added
5816:
5817: 2013-03-10 moko
5818:
5819: * src/classes/: bool.C, double.C, int.C: default can be present,
5820: but default check removed from ^int/double/bool.int/double/bool
5821: for string.int/double/bool compatibility (related to issue #913)
5822:
5823: * src/classes/string.C: ^string.int/dobule/bool no longer
5824: internally throws exception if default is present (closes issue
5825: #913)
5826:
5827: 2013-03-09 misha
5828:
5829: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5830: optimisations ( #845 )
5831:
5832: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5833:
5834: 2013-03-08 moko
5835:
5836: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5837: creates correct table (fixes issue #910)
5838:
5839: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5840: use outside of 'connect' operator (fixes issue #911)
5841:
5842: * tests/results/: 096.processed, 122.processed: test results
5843: updated as doubles now printed with 15 significant digits, not 5
5844: (fixes issue #882)
5845:
5846: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5847: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5848:
5849: 2013-02-21 moko
5850:
5851: * src/classes/table.C: _locate_name_value does not check arguments
5852: count, so we check it in advance (fixes issue #905)
5853:
5854: 2012-10-23 moko
5855:
5856: * buildall: old shell for and echo compatibility (for six)
5857:
5858: 2012-10-19 moko
5859:
5860: * buildall: --strip added --disable-safe-mode listed in usage
5861:
5862: 2012-10-17 misha
5863:
5864: * src/classes/op.C: - apply-taint should not throw "outside
5865: connect" exception with sql lang now
5866:
5867: 2012-10-17 moko
5868:
5869: * src/main/pa_request.C: bugfix: safe mode should be inited for
5870: each request (for apache module)
5871:
5872: 2012-09-26 moko
5873:
5874: * src/doc/doxygen.cfg: png -> svg
5875:
5876: 2012-09-25 moko
5877:
5878: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5879: test added
5880:
5881: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5882: double use when key is long
5883:
5884: 2012-09-16 moko
5885:
5886: * src/classes/math.C: Format -> Method Encode -> Format
5887:
5888: * tests/: 141.html, results/141.processed: math:digest hmac test
5889: added
5890:
5891: 2012-09-14 moko
5892:
5893: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5894: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5895: implementation added
5896:
5897: 2012-09-12 moko
5898:
5899: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5900: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5901: targets.dox and string.dox slightly actualized
5902:
5903: 2012-08-31 moko
5904:
5905: * ChangeLog: now generated with patched cvs2cl.pl
5906:
5907: 2012-07-29 moko
5908:
5909: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5910: result should be pushed after VMethodFrame destructor is called,
5911: as it deletes junctions from stack params (fixes issue #868)
5912:
5913: 2012-07-23 moko
5914:
5915: * INSTALL, README: buildall script usage documented, other outdated
5916: info updated.
5917:
5918: * buildall-with-xml, buildall-without-xml: replaced by buildall
5919:
5920: 2012-07-21 moko
5921:
5922: * buildall: glib does not compile when threads are disabled...
5923:
5924: * src/types/pa_vmail.C: g_assertion fixes for empty input
5925:
5926: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5927: unref, can't unref nested objects)
5928:
5929: * src/types/pa_vmail.C: another check added
5930:
5931: 2012-07-19 moko
5932:
5933: * buildall: usage added
5934:
5935: * buildall: new buildall script that unites buildall-with-xml,
5936: buildall-without-xml, --with-apache and --with-mailreceive
5937:
5938: * configure.in: support for static gmime and dynamic glib linking.
5939: fixes for FreeBSD
5940:
5941: 2012-07-17 moko
5942:
5943: * configure.in: --with-mailreceive replaced
5944: --with-static-mailreceive and --with-shared-mailreceive pathlink
5945: removed
5946:
5947: 2012-07-16 moko
5948:
5949: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5950: capitalized, content now decoded and text content converted to
5951: $request:charset. all properties are accessed by functions, this
5952: ready for dynamic load.
5953:
5954: 2012-06-28 moko
5955:
1.116 moko 5956: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5957: 32 bit
1.95 moko 5958:
5959: 2012-06-27 moko
5960:
5961: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5962: passive ftp
5963:
5964: * src/lib/ltdl/ltdl.vcproj: release build fixed
5965:
5966: * configure.in: 3.4.2 RC -> 3.4.2
5967:
5968: 2012-06-22 moko
5969:
5970: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5971: #815)
5972:
5973: * tests/: 284.html, results/284.processed: output options test
5974: (feature #265)
5975:
5976: 2012-06-22 misha
5977:
5978: * tests/215.html: - little changes
5979:
5980: 2012-06-21 moko
5981:
5982: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5983: types/pa_vxdoc.h: output_options returned and used (bugfix for
5984: feature #265)
5985:
5986: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5987: breaks long .*, default 10M restored. (issue #216)
5988:
5989: * tests/: 283.html, results/283.processed: test for issue #815
5990: added
5991:
5992: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5993: again, cstrm not required.
5994:
5995: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5996: Win32 and broken FreeBSD (issue #45)
5997:
5998: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5999:
6000: * src/main/pa_string.C: warnings war
6001:
6002: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6003: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6004: main/pa_socks.C, targets/apache/pa_threads.C,
6005: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6006: types/pa_vstatus.C: compilation under cygwin fixed
6007:
6008: 2012-06-19 moko
6009:
6010: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6011: Windows fixed
6012:
6013: * parser3.sln: removed antique pcre_ctype
6014:
6015: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6016:
6017: * src/include/pa_config_fixed.h: undefined reference to
6018: __imp__pcre_* fix for Windows
6019:
6020: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6021: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6022: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6023: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6024: define fixed
1.95 moko 6025:
6026: 2012-06-18 moko
6027:
6028: * src/classes/memcached.C: flush -> clear
6029:
6030: * src/classes/memcached.C: memcached does not support quotes even
6031: in server name
6032:
6033: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6034: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6035: called on open to check servers existance. $.key(true) syntax
6036: now supported
6037:
6038: 2012-06-17 moko
6039:
6040: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6041: cleanup
6042:
6043: * src/classes/table.C, tests/282.cfg, tests/282.html,
6044: tests/results/282.processed: encloser at the EOF bug fixed,
6045: incorrectly enclosed data now processed more logicaly (fixes
6046: #339)
6047:
6048: 2012-06-15 moko
6049:
6050: * buildall-without-xml: sync with buildall-with-xml
6051:
6052: * buildall-with-xml: download auto-detected between fetch and curl
6053:
6054: * configure.in: --with-gc and --with-pcre now also processed
6055: correctly
6056:
1.116 moko 6057: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6058: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6059: should be run on rol1 using automake / aclocal (GNU automake)
6060: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6061:
6062: * configure.in: new PARSER_VERSION logic
6063:
6064: * src/include/pa_version.h: new pa_version.h logic
6065:
6066: * src/: classes/curl.C, classes/file.C, classes/image.C,
6067: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6068: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6069: feols_normalized -> fis_text_content set_binary added
6070:
6071: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6072:
6073: 2012-06-15 misha
6074:
6075: * src/: classes/curl.C, classes/file.C, classes/image.C,
6076: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6077: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6078: ^file::create[text;content] EOLs in content now is normalized. (
6079: new feature: #815 )
6080:
6081: 2012-06-15 moko
6082:
6083: * configure.in: --disable-version-update added to disable version
6084: update with host information (for debian package) whitespace
6085: optimized
6086:
6087: * configure.in: version changed to 3.4.2 RC no-pic added for
6088: libtool
6089:
6090: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6091: it.
6092:
6093: 2012-06-14 moko
6094:
6095: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6096: tests/results/281.processed: "hash flocked" error removed for
6097: safe operations like ^h._count[] ( new feature: #335 )
6098:
1.116 moko 6099: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6100:
6101: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6102:
6103: * configure.in: --with-static/shared xml replaced with --with-xml,
6104: xml compilation check added
6105:
6106: * configure.in: --with-static/shared-gc, --with-static-pcre are
6107: replaced with --with-gc and --with-pcre test for pcre linking
6108: added
6109:
6110: 2012-06-13 moko
6111:
6112: * configure.in: apxs2 check optimized
6113:
6114: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6115: .la, includes optimized
6116:
6117: * buildall-with-xml: --with-pic looks better for -fPIC
6118:
6119: * configure.in: switched to convenience library in static linking
6120:
6121: * src/targets/apache/Makefile.am: switched to convenience library
6122: usage to avoid libtool warnings
6123:
6124: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6125: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6126: smtp/Makefile.am: switched to convenience library usage
6127:
6128: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6129:
6130: * src/targets/apache/Makefile.am: updated for libtool usage
6131:
6132: * buildall-without-xml: --with-included-ltdl added
6133:
6134: * buildall-without-xml: sync with buildall-with-xml
6135:
6136: * buildall-with-xml: --with-included-ltdl added $cflags added for
6137: -fPIC for x64 $download added for wget success check added
6138:
6139: * buildall-without-xml: --with-dynamic-stdcpp removed
6140:
6141: * configure.in: disable-static returned
6142:
6143: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6144: LIBTOOLFLAGS
6145:
6146: 2012-06-12 moko
6147:
6148: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6149: compatible with LIBTOOLFLAGS for unknown reasons
6150:
6151: * buildall-with-xml: --with-dynamic-stdcpp removed
6152:
6153: * configure.in: static/dynamic -lstdc++ linking option removed
6154: apxs2 check added
6155:
6156: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6157: option removed
6158:
6159: 2012-06-10 moko
6160:
6161: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6162: added
6163:
6164: * src/targets/cgi/pp3.cmd: old PAF stuff
6165:
1.116 moko 6166: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6167: beauty
1.95 moko 6168:
6169: * depcomp: from libtool 2.4.2
6170:
6171: * configure.in: ltdl directory removed, it has correct Makefile.in
6172:
6173: 2012-06-09 moko
6174:
1.116 moko 6175: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6176: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6177: autogenerated files updated after libtool update
6178:
1.116 moko 6179: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6180: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6181: config_auto.h.in, config_fixed.h, configure, configure.ac,
6182: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6183: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6184: config/compile, config/config.guess, config/config.sub,
6185: config/depcomp, config/install-sh, config/ltmain.sh,
6186: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6187: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6188: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6189: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6190: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6191: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6192: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6193: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6194:
6195: * configure.in: preparation for new libtool
6196:
6197: * configure.in: Some beauty added :)
6198:
6199: * src/targets/apache/Makefile.am: := -> =
6200:
6201: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6202: again. :)
6203:
6204: * src/include/pa_config_includes.h, configure.in: limits.h added,
6205: previously was taken from pcre_internal.h. :)
6206:
6207: * src/lib/pcre/Makefile.am: config.h returned
6208:
6209: * src/lib/pcre/config.h: still need this. :)
6210:
6211: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6212:
6213: * configure.in: --with-charsets removed; --with-mysql-client & co
6214: removed
6215:
6216: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6217: now in parser tree, no need to copy
6218:
6219: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6220: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6221: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6222: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6223: extracts now used old trash removed
6224:
6225: * etc/parser3.charsets/Makefile.am: charsets now in share
6226: (debian/patches/104_automake.patch) + all charsets are copied
6227:
6228: * buildall-with-xml, buildall-without-xml: curl option removed +
6229: extra arguments now supported
6230:
6231: 2012-06-08 misha
6232:
6233: * src/classes/table.C: - one params.as_hash usage was rolled back:
6234: the 2nd option in ^table.hash[] could be hash or table so
6235: .as_hash will throw an exception when table option is specified
6236:
6237: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6238: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6239: classes/table.C, classes/void.C, classes/xdoc.C,
6240: include/pa_exception.h, types/pa_vmethod_frame.C,
6241: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6242: and improved (whitespaces are allowed as empty options) -
6243: MethodParams::as_table is added - above methods are used for
6244: parsing methods' options ( new feature: #9 )
6245:
6246: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6247: to vclass. now class fields can be accessible as a hash:
6248: $h[^hash::create[$asd:CLASS]]
6249:
6250: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6251: have get_fields method so their fields can be accessed with
6252: ^reflection:fields[...] & ^reflection:field[...]
6253:
6254: 2012-06-06 misha
6255:
6256: * tests/280.html: - tests for
6257: ^reflection:method[obj-or-class;method],
6258: ^reflection:field[obj-or-class;field] and
6259: ^reflection:fields[obj-or-class] are added
6260:
6261: 2012-06-05 misha
6262:
6263: * src/classes/reflection.C: - ^reflection:method[class or
6264: object;method name] and ^reflection:field[class or object;field
6265: name] are added
6266:
6267: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6268: is used
6269:
6270: * src/types/pa_method.h: - Method::as_vjunction method is added
6271:
6272: 2012-06-05 moko
6273:
1.116 moko 6274: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6275:
6276: * src/classes/memcached.C: flish ttl fixed
6277:
6278: 2012-06-04 moko
6279:
6280: * src/classes/json.C, src/classes/op.C, tests/279.html,
6281: tests/results/279.processed: ^json:parse[] now supports $.taint
6282: option (new feature #833)
6283:
6284: 2012-06-04 misha
6285:
6286: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6287: - search_stop method was moved from pa_vcookie.C to pa_common.C
6288:
6289: 2012-06-03 misha
6290:
6291: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6292: cookies are parced and stored into $.cookies ( new feature: #31 )
6293:
6294: 2012-05-30 misha
6295:
6296: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6297: incomplete class into a scope while @USE is found
6298:
6299: * src/main/compile.y: - add incomplete class into a scope while
6300: @USE and @CLASS instructions are found ( bugfix: #838 )
6301:
6302: 2012-05-30 moko
6303:
6304: * src/types/pa_vclass.C, tests/278.html,
6305: tests/results/278.processed: removed "property has no getter
6306: method" exception when GET_DEFAULT present (fixes #269)
6307:
6308: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6309: $._default
6310:
6311: 2012-05-29 moko
6312:
6313: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6314: uninitialized values usage (new feature: #154)
6315:
6316: 2012-05-28 moko
6317:
6318: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6319: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6320: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6321: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6322: src/types/pa_vobject.C, src/types/pa_vobject.h,
6323: src/types/pa_vstring.h, src/types/pa_vtable.C,
6324: tests/results/277.processed, src/types/pa_vtable.h,
6325: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6326: ^json:string[$o; $.default[$method]] implemented for VObject (new
6327: feature #803)
6328:
6329: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6330: tests/results/277.processed: json numbers are now treated as
6331: double ( new feature: #834 )
6332:
6333: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6334: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6335: added for out of range checks, zero division in vint/vdouble
6336: check added ( fixes #832 )
6337:
6338: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6339: ( fixes #832 )
6340:
6341: 2012-05-28 misha
6342:
6343: * buildall-with-xml: - --without-lzma option is added to libxml2
6344: configure
6345:
6346: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6347: added - tests for unsupported values for options $.file, $.table
6348: and $.date are added
6349:
6350: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6351: accepts "stat" $.file[] option's value in addition to existed
6352: "text" and "base64" ( new feature: #835 )
6353:
6354: * tests/276.html: - test for
6355: ^reflection:delete[$object-or-class;field-name]
6356:
6357: * src/classes/reflection.C: -
6358: ^reflection:delete[$object-or-class;field-name] is added ( new
6359: feature: #268 )
6360:
6361: 2012-05-27 misha
6362:
6363: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6364:
6365: 2012-05-24 misha
6366:
6367: * src/include/pa_common.h: - method lastposafter was removed
6368:
6369: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6370: lastposafter - ^file:dirname[] & Co proper handle windows file
6371: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6372: work as *nix commands
6373:
6374: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6375:
6376: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6377: rskipchars were added
6378:
6379: * tests/270.html: - more tests for ^file:find[]
6380:
6381: * tests/065.html: - more tests for ^file:dirname[] & Co
6382:
6383: * src/include/pa_version.h: - must be "win32" here. it is
6384: auto-generated on *nix
6385:
6386: 2012-05-24 moko
6387:
6388: * src/classes/math.C: ^math:convert[] now supports uint32 and
6389: throws overflow exception ( new feature: #830 )
6390:
6391: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6392: uint32 support and overflow added ( new feature: #830 )
6393:
6394: 2012-05-23 moko
6395:
6396: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6397: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6398: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6399: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6400: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6401: types/pa_vregex.h, types/pa_vstateless_class.C,
6402: types/pa_vstateless_class.h, types/pa_vstring.h,
6403: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6404: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6405: "return string as-is" removed from as_expr_result. ( new feature:
6406: #831 )
6407:
6408: * tests/results/244.processed: test changed after bug #782 fix
6409: commited
6410:
6411: * tests/results/229.processed: test results for bug #782 commited
6412:
6413: * tests/: 254.html, results/254.processed: uid now just compared,
6414: not printed. :)
6415:
6416: 2012-05-20 moko
6417:
6418: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6419: feature: #341 )
6420:
6421: * tests/: 254.html, results/254.processed: test for
6422: ^reflection:uid[] added
6423:
6424: * tests/: 254.html, results/254.processed: test for
6425: ^reflection:uid[$obj] added
6426:
6427: 2012-05-17 misha
6428:
6429: * src/main/untaint.C: - do not replace ' char by _26 while
6430: exploding filespec-tainting ( new feature: #829 )
6431:
6432: 2012-05-12 moko
6433:
6434: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6435: not.
6436:
6437: 2012-05-08 moko
6438:
6439: * src/types/pa_vmethod_frame.h: bug #782 fixed
6440:
6441: * tests/229.html: test for bug #782
6442:
6443: * tests/results/259.processed, src/main/pa_request.C,
6444: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6445: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6446: src/types/pa_vvoid.h: feature #154 - first empty param now
6447: string; defined locals are empty strings; $STRICT-VARS(true)
6448: added
6449:
6450: 2012-04-27 moko
6451:
1.116 moko 6452: * src/targets/apache/Makefile.am:
1.95 moko 6453: ../../lib/memcached/libmemcached.a added
6454:
6455: 2012-04-27 misha
6456:
6457: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6458: ( #827 )
6459:
6460: 2012-04-25 moko
6461:
6462: * src/: classes/json.C, classes/memcached.C,
6463: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6464: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6465: implemented.
6466:
6467: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6468:
6469: 2012-04-23 moko
6470:
6471: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6472: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6473: types/pa_vmemcached.h: open allows options hash for new
6474: memcached(options) function
6475:
6476: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6477: not appended
6478:
6479: 2012-04-21 moko
6480:
6481: * src/classes/curl.C: '' added. :)
6482:
6483: * src/classes/classes.vcproj: new curl.h location
6484:
6485: * src/classes/curl.C: verbose output redirection from stderr to
6486: file curl option added
6487:
6488: 2012-04-20 moko
6489:
6490: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6491: contains what we need from curl, #ifdef HAVE_CURL removed
6492:
1.116 moko 6493: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6494: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6495: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6496: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6497: configure option
6498:
6499: 2012-04-19 moko
6500:
6501: * src/: classes/double.C, classes/inet.C, classes/int.C,
6502: classes/string.C, lib/gc/include/gc_allocator.h,
6503: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6504: options from sql_result_string removed. (closes issue #468)
6505:
6506: * src/types/pa_vmemcached.C: empty string fix
6507:
6508: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6509: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6510: pa_vmemcached.C
6511:
6512: 2012-04-18 moko
6513:
6514: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6515: apache2-mpm-prefork" error displayed in threaded mpm.
6516:
6517: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6518: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6519: installed (issue #354)
6520:
6521: 2012-04-16 moko
6522:
6523: * src/types/pa_vmemcached.C: call to memcached_result_create and
6524: memcached_result_free removed
6525:
6526: 2012-04-14 moko
6527:
6528: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6529:
6530: * src/types/pa_vmemcached.C: check_key added and used
6531:
6532: 2012-04-13 moko
6533:
6534: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6535: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6536: Serialization_data now added and used, VString now serialized
6537: with languages into memcached.
6538:
6539: 2012-03-28 moko
6540:
6541: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6542: lib/memcached/pa_memcached.h: result lengths added
6543:
6544: 2012-03-27 moko
6545:
6546: * src/types/pa_vmemcached.C: strdup added
6547:
6548: 2012-03-24 moko
6549:
6550: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6551: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6552: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6553:
6554: 2012-03-20 moko
6555:
1.116 moko 6556: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6557:
6558: * src/targets/cgi/Makefile.am: cleanup
6559:
6560: * src/: types/Makefile.am, types/pa_vmemcached.C,
6561: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6562:
6563: * src/: classes/Makefile.am, classes/memcached.C,
6564: lib/memcached/Makefile.am, lib/memcached/constants.h,
6565: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6566: lib/memcached/types.h, lib/Makefile.am: memcached initial
6567:
6568: 2012-03-16 moko
6569:
6570: * src/main/execute.C: ident now works under Linux + ident displays
6571: filenames (closes issue #818)
6572:
1.116 moko 6573: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6574: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6575: pa_vmethod_frame_local.h removed
6576:
6577: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6578: classes/classes.h, classes/curl.C, classes/date.C,
6579: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6580: classes/hashfile.C, classes/image.C, classes/inet.C,
6581: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6582: classes/memory.C, classes/op.C, classes/reflection.C,
6583: classes/regex.C, classes/response.C, classes/string.C,
6584: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6585: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6586: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6587: include/pa_config_fixed.h, include/pa_config_includes.h,
6588: include/pa_dictionary.h, include/pa_dir.h,
6589: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6590: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6591: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6592: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6593: include/pa_request_charsets.h, include/pa_request_info.h,
6594: include/pa_sapi.h, include/pa_socks.h,
6595: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6596: include/pa_stack.h, include/pa_string.h,
6597: include/pa_stylesheet_connection.h,
6598: include/pa_stylesheet_manager.h, include/pa_table.h,
6599: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6600: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6601: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6602: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6603: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6604: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6605: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6606: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6607: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6608: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6609: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6610: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6611: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6612: main/pa_string.C, main/pa_stylesheet_connection.C,
6613: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6614: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6615: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6616: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6617: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6618: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6619: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6620: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6621: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6622: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6623: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6624: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6625: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6626: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6627: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6628: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6629: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6630: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6631: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6632: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6633: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6634: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6635: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6636: types/pa_vresponse.h, types/pa_vstateless_class.C,
6637: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6638: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6639: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6640: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6641: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6642: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6643: ident now works under Linux + ident displays filenames (closes
6644: issue #818) Copyright updated
6645:
6646: 2012-03-13 moko
6647:
6648: * src/main/pa_string.C: compilation fix for feature #741
6649:
6650: 2012-03-09 misha
6651:
6652: * tests/193.html: - tests for ^string:base64[encoded] are updated
6653:
6654: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6655: now detects invalid base64 chars in the middle of encoded stricg
6656: ( new feature: #55 )
6657:
6658: * src/include/pa_exception.h: - new exception type for base64
6659: decoding is added
6660:
6661: 2012-03-06 misha
6662:
6663: * tests/274.html: - tests for ^date::today[] and
6664: ^date.sql-string[datetime|date|time] are added
6665:
6666: * src/classes/date.C: - constructor ^date::today[] is added ( new
6667: feature: #811 ) - ^date.sql-string[] now can accept one param --
6668: strings "datetime", "date" or "time" - comments tidying up
6669:
6670: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6671: date and time
6672:
6673: 2012-03-03 misha
6674:
6675: * tests/193.html: - tests for
6676: ^string:base64[encoded;$.strict(true)] are added
6677:
6678: * tests/results/auto.p: - try-catch operator is added
6679:
6680: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6681: main/pa_common.C: - $.strict(true|false) option is added to
6682: base64 decode methods ( new feature: #55 )
6683:
6684: * src/main/pa_common.C: - base64 decode memory usage was decreased
6685: ( new feature: #819 )
6686:
6687: 2012-02-28 moko
6688:
6689: * src/classes/hash.C: ident test
6690:
6691: 2012-02-27 misha
6692:
6693: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6694:
6695: 2012-01-08 misha
6696:
6697: * tests/273.html: - tests for ^string.replace[from;to] are added
6698:
6699: * src/: classes/string.C, include/pa_dictionary.h,
6700: main/pa_dictionary.C, main/pa_string.C: -
6701: ^string.replace[from;to] is added ( new feature: #741 ) -
6702: ^string.replace[one subst here] is slightly optimized
6703:
6704: 2011-12-07 misha
6705:
6706: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6707: named table with one empty column ( bugfix: #63 )
6708:
6709: 2011-11-30 misha
6710:
6711: * src/classes/json.C: - it's possible to set user's method for
6712: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6713: #763 )
6714:
6715: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6716:
6717: 2011-11-23 misha
6718:
6719: * src/: classes/curl.C, classes/file.C, classes/image.C,
6720: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6721: types/pa_vfile.h, types/pa_vform.C: - constructor
6722: ^file::create[mode;filename;content[;options]] now accepts binary
6723: mode and file-content - new constructor's format:
6724: ^file::create[string-or-file-content[;$.name[filename]
6725: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6726: feature: #65 )
6727:
6728: * src/: include/pa_request.h, main/pa_request.C: - new method
6729: mime_type_of(const String*) is added
6730:
6731: * src/include/pa_exception.h: - new exception constant
6732: FILE_NAME_MUST_BE_SPECIFIED is added
6733:
6734: * src/classes/table.C: - bug with negative offset transformed into
6735: a feature. it means pointing to a row from the end of the table (
6736: new feature: #810 )
6737:
6738: 2011-11-19 misha
6739:
6740: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6741: â ìåòîäå _select ( new feature: #810 )
6742:
6743: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6744: options were specified together is simplified
6745:
6746: 2011-11-12 misha
6747:
6748: * src/main/pa_request.C: - forgotten fix for escaping filename in
6749: HTTP content-disposition header (a part of bug #361 )
6750:
6751: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6752: checks for ancestors' classes as well ( new feature: #456 )
6753:
6754: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6755: "without cycle" now have types "parser.break" and
6756: "parser.continue" instead of "parser.runtime" ( new feature: #799
6757: )
6758:
6759: 2011-11-11 misha
6760:
6761: * tests/results/: 099.processed, 100.processed, 205.processed,
6762: 237.processed: - since bug #361 was fixed the content of filename
6763: in HTTP headers is quoted
6764:
6765: * tests/results/270.processed: - result for test 270
6766:
6767: * tests/: 065.html, results/065.processed: - more tests for
6768: ^file:basename[] & Co were added
6769:
6770: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6771:
6772: * tests/270.html: - tests for ^file:find[] are added
6773:
6774: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6775: using option $.charset. option $.engoding is still supported but
6776: these options can not be specified together
6777:
6778: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6779: comparation charset name with string "UTF-8" ( bugfix: #759 )
6780:
6781: 2011-10-11 misha
6782:
6783: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6784: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6785: #622)
6786:
6787: 2011-09-30 misha
6788:
6789: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6790: exception "saving stat-ed file" ( bugfix: #395 )
6791:
6792: 2011-05-30 misha
6793:
6794: * src/classes/string.C: - fixed bug which was added with
6795: params.as_hash into string:sql
6796:
6797: 2011-05-29 misha
6798:
6799: * src/types/pa_value.C: - filename in content-disposition header
6800: must be quoted ( bugfix: #361 )
6801:
6802: 2011-05-27 misha
6803:
6804: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6805: created file
6806:
6807: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6808: usage
6809:
6810: * src/include/pa_exception.h: - one more string for exception was
6811: added
6812:
6813: 2011-05-25 misha
6814:
6815: * tests/269.html: - tests for checking input params in some dom
6816: methods
6817:
6818: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6819: was added. it isn't possible not wo create xdoc with invalid
6820: tagName. ( bugfix: #160 )
6821:
6822: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6823: string "data must be string" was mover from pa_exception.h to
6824: pa_xml_exception.h
6825:
6826: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6827: as_xmlncname, as_xmlname and as_xmlnsuri were added
6828:
6829: * src/main/pa_xml_exception.C: - XmlException accepts more options
6830:
6831: * src/include/pa_xml_exception.h: - XmlException accepts more
6832: options - XML-related exception's strings were added
6833:
6834: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6835: output_options were removed)
6836:
6837: 2011-05-19 misha
6838:
6839: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6840: params.as_hash is used more while parsing methods hash-options
6841:
6842: 2011-05-18 misha
6843:
6844: * operators.txt: - info about json-serialization of xdoc was added
6845:
6846: * tests/256.html: - tests for json-serialization xdoc were added
6847:
6848: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6849:
6850: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6851: classes/json.C, classes/xdoc.C: - now json:string can serialize
6852: xdoc-objects. options (the same as ^xdoc.string[]) could be
6853: specified in $.xdoc[] ( new feature: #265 )
6854:
6855: 2011-05-15 misha
6856:
6857: * tests/268.html: - tests for ^table.count[with options] were added
6858:
6859: * src/classes/table.C: - method ^table.count[] now can accept
6860: options ( new feature: #93 ): ^table.count[column] returns number
6861: of columns for named table; ^table.count[cells] returns number of
6862: cells in the current row; ^table.count[] & ^table.count[rows]
6863: return number of rows in a table.
6864:
6865: * tests/267.html: - test for checking switch/case in boolean mode
6866: was added
6867:
6868: * src/classes/op.C: - if switch's or case's value is bool, they are
6869: compared as bool values, not as double values: new feature: #351
6870:
6871: 2011-05-06 misha
6872:
6873: * tests/242.html: - EOL before EOF was added
6874:
6875: * tests/169.html: - tests for splitting empty string and void were
6876: added
6877:
6878: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6879: returned table with one empty cell)
6880:
6881: 2011-04-03 misha
6882:
6883: * src/include/pa_version.h, configure.in: - version in head was
6884: changed to 3.4.2b
6885:
6886: 2011-03-30 misha
6887:
6888: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6889: as well ( new feature #294 )
6890:
6891: 2011-03-29 misha
6892:
6893: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6894: limited to approx. 6 MB. previous limits were too big for real
6895: life. bugfix: #216
6896:
6897: 2011-03-04 moko
6898:
6899: * etc/parser3.charsets/cp866.cfg: Conforms to
6900: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6901:
6902: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6903: vlalek@
6904:
6905: 2011-02-22 misha
6906:
6907: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6908: be under #ifdef XML or parser can't be compiled without xml
6909: support
6910:
6911: 2011-02-21 misha
6912:
1.116 moko 6913: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6914: ApacheModuleParser3.vcproj was removed
6915:
6916: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6917: removed)
6918:
6919: 2011-02-20 misha
6920:
6921: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6922: $.overridden in ^reflection:method_info[...] were added
6923:
6924: * src/classes/reflection.C: - beautifying result of
6925: ^reflection:method_info[] ($.overridden/inherited)
6926:
6927: 2011-02-18 misha
6928:
6929: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6930: and pa_isalnum instead of isalpha and isalnum - bug with
6931: redundand quoting lowercased latin chars while building email
6932: body was fixed
6933:
6934: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6935: added (they check for latin chars only)
6936:
6937: 2011-02-16 misha
6938:
6939: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6940: string size for transcoding gave too small value (should ever
6941: look for availability char in dest charset inspite of the char
6942: size)
6943:
6944: 2011-02-04 moko
6945:
6946: * tests/223.html: header values now not url-encoded (issue #195)
6947:
6948: 2011-02-01 misha
6949:
6950: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6951:
6952: 2011-01-31 misha
6953:
6954: * src/main/pa_request.C: - throw exception if param file_name in
6955: use_file is empty
6956:
6957: 2011-01-08 moko
6958:
6959: * src/classes/curl.C: compilations errors fixed
6960:
6961: 2010-12-29 moko
6962:
6963: * tests/: 265.html, results/265.processed: test for issue #200
6964: added
6965:
6966: * src/main/pa_string.C: empty regex result check added (fixes issue
6967: #200)
6968:
6969: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6970:
6971: * tests/results/223.processed: header values now not url-encoded
6972: (issue #195)
6973:
6974: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6975: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6976: pa_http_safe_header_name added for headers names (fixes bug #195)
6977:
6978: 2010-12-18 misha
6979:
6980: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6981: => pa-include
6982:
6983: 2010-11-28 moko
6984:
6985: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6986:
6987: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6988: -> pa
6989:
6990: * configure.in: apr -> pa
6991:
6992: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6993:
6994: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6995: classes/Makefile.am, types/Makefile.am: apr -> pa
6996:
6997: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6998: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6999: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7000: pa-include/pa_apr.h, pa-include/pa_errno.h,
7001: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7002: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7003: module apr name conflict resolved)
7004:
7005: 2010-11-27 misha
7006:
7007: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7008: libbz2
7009:
7010: 2010-11-26 misha
7011:
7012: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7013: warnings removed
7014:
7015: 2010-11-25 moko
7016:
7017: * operators.txt: $.indent(true)
7018:
7019: * operators.txt: another bugfix. :)
7020:
7021: * operators.txt: bugfix. :)
7022:
7023: * buildall-with-xml: libxml2-2.7.8 + with-apache
7024:
7025: 2010-11-24 moko
7026:
1.116 moko 7027: * configure: apxs support
1.95 moko 7028:
7029: * configure.in: apxs support -Bstatic gc removed for OS X
7030:
7031: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7032:
7033: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7034: THREAD_LOCAL usage
7035:
7036: * src/: classes/curl.C, include/pa_config_includes.h,
7037: main/pa_globals.C: THREAD_LOCAL defined and used
7038:
7039: 2010-11-23 moko
7040:
7041: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7042: should be passed to pa_sleep, and only fractional part (bugfix:
7043: #188)
7044:
7045: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7046:
7047: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7048: GC_dont_gc=1, as in cgi version
7049:
7050: * src/targets/apache/mod_parser3.c: warning war
7051:
7052: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7053: pa_httpd.h: version removed, some trash removed
7054:
7055: * src/targets/apache/mod_parser3.c: version removed (we don't want
7056: to show it), warning war
7057:
7058: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7059: pa_httpd.h: parser_status_allowed removed + merge config
7060: functions removed (override is the default) + beauty
7061:
7062: * src/: include/pa_request.h, main/pa_request.C,
7063: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7064: hide $status used in apache module removed
7065:
7066: 2010-11-18 moko
7067:
7068: * operators.txt: $.table[compact] added for ^json:string[]
7069:
7070: 2010-11-16 moko
7071:
7072: * src/targets/apache/mod_parser3.c: some cleanup done
7073:
7074: * src/main/untaint.C: bugfix: first, second String::Body argument
7075: is hashcode; second, info.fragment_begin is original, not
7076: resulting length
7077:
7078: * src/classes/file.C: new feature: $.stdin now untainted
7079:
7080: * tests/results/264.processed: new feature: $.stdin[] now untainted
7081:
7082: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7083:
7084: * src/classes/op.C: ^apply-taint[] method added
7085:
7086: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7087: added; $.stdin untaint test added
7088:
7089: 2010-11-15 moko
7090:
7091: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7092: removed
7093:
7094: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7095: pa_httpd.h: 2x2 calculated under apache2. :)
7096:
7097: 2010-11-13 moko
7098:
7099: * src/targets/apache/mod_parser3.c: initial changes to build module
7100: with apache 2.x includes
7101:
7102: * src/targets/apache/: Makefile.am, mod_parser3.c,
7103: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7104: united apache 1.3 / apache 2.x DSO module
7105:
7106: 2010-11-09 moko
7107:
7108: * src/types/pa_method.h: check added to dissallow @method[name;*]
7109: syntax
7110:
7111: * tests/: 263.html, results/263.processed: test from method[*args]
7112: added
7113:
7114: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7115: number of params can now be passed to a method declared with *arg
7116:
7117: 2010-11-06 moko
7118:
7119: * src/classes/table.C: formating fixed. :)
7120:
7121: * src/classes/table.C: closes #4: ^table.select now supports
7122: $.limit(), $.offset, $.reverse() options
7123:
7124: * tests/: 262.html, results/262.processed: test for ^table:select
7125: with options added (feature #4)
7126:
7127: * src/include/pa_array.h: remove function added
7128:
7129: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7130: object in get_element/put_element, using static one.
7131:
7132: 2010-11-04 moko
7133:
7134: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7135: options is passed
7136:
7137: * tests/: 256.html, results/256.processed: $.table[compact] feature
7138: now tested; k and p in handler now tested.
7139:
7140: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7141: $.table[compact] feature added
7142:
7143: * src/classes/json.C: key is now passed to handler in
7144: value_json_string; ^json:string result now process tainting
7145: inside and returns clean string, related to issue #153
7146:
7147: * src/main/untaint.C: bugfix: charset can be null (in
7148: ^string:save[] as example), thus check is added
7149:
7150: 2010-10-31 moko
7151:
7152: * src/classes/string.C: error message changed (fixes issue #149)
7153:
7154: 2010-10-29 moko
7155:
7156: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7157: port is not default (fixes issue #155); exception on invalid port
7158: added.
7159:
7160: * src/main/untaint.C: '*' is now not urlencoded to allow header
7161: "Accept: */*" to be passed
7162:
7163: 2010-10-28 moko
7164:
7165: * src/classes/curl.C: bugfix: detect_charset() was throwing
7166: exception on unknown charset even if response_charset was
7167: specified
7168:
7169: 2010-10-27 moko
7170:
7171: * src/classes/string.C: ^string.append removed for void
7172: compatibility
7173:
7174: 2010-10-26 moko
7175:
7176: * src/classes/json.C: libjson supports array at top level, we too
7177: (GPF fixed)
7178:
7179: 2010-10-25 moko
7180:
7181: * tests/: 253.html, results/253.processed: libjson supports array
7182: at top level, parser now supports it as well.
7183:
7184: * tests/261.html, tests/results/261.processed,
7185: src/types/pa_vstring.h: empty string is now void compatible
7186: (allows $empty.key)
7187:
7188: 2010-10-22 misha
7189:
7190: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7191: while adding additional expires checkout)
7192:
7193: * tests/030.html: - test for session cookie was added
7194:
7195: 2010-10-21 moko
7196:
7197: * src/: classes/string.C, classes/void.C, main/execute.C,
7198: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7199: string (feature #111)
7200:
7201: * tests/: 261.html, results/261.processed: checks void from string
7202: inheritance (feature #111)
7203:
7204: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7205: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7206: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7207: now true by default
7208:
7209: 2010-10-17 moko
7210:
7211: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7212: upload now uses binary blocks instead of L_FILE_POST tainting.
7213: (bugfix: #128)
7214:
7215: * tests/: 223.html, results/223.processed: binary file upload test
7216: added, GPF (issue #128) also checked in this test
7217:
7218: 2010-10-13 misha
7219:
7220: * tests/260.html: - test for math:convert
7221:
7222: * src/classes/math.C: - error in math:convert was fixed
7223:
7224: * operators.txt: - info about
7225: ^math:convert[number](from-base;to-base) was added
7226:
7227: * src/classes/math.C: - method
7228: ^math:convert[number](from-base;to-base) for converting number
7229: represention from one base to another was added ( new feature:
7230: #23 )
7231:
7232: 2010-10-13 moko
7233:
7234: * src/main/compile.tab.C: [] now is empty string, not void
7235:
7236: * src/main/compile.y: [] now is empty string, not void
7237:
7238: * src/types/pa_vvoid.h: void now passed as parameter
7239:
7240: * tests/: 259.html, results/259.processed: to test difference
7241: between void and empty string (see ticket #111)
7242:
7243: * tests/results/152.processed: $sEmpty[] is now empty string, not
7244: void
7245:
7246: * tests/256.html: $s[$void] is no longer empty string
7247:
7248: * tests/254.html: empty string is no longer void
7249:
7250: 2010-10-12 misha
7251:
7252: * src/types/pa_vcookie.C: - check if $.expires value can be
7253: converted to date during cookies set up ( bugfix: #104 )
7254:
7255: * tests/041.html: - more tests for ^table.locate were added
7256:
7257: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7258: work ( bugfix: #129 ) - exception comment for incorrect options
7259: ^table.locate[field;value;options] was fixed
7260:
7261: 2010-10-10 moko
7262:
7263: * src/: classes/reflection.C, main/execute.C: constructor returning
7264: another object feature returned
7265:
7266: * tests/results/258.processed: test result updated as constructor
7267: returning another object feature returned
7268:
7269: * tests/: 258.html, results/258.processed: test for constructor
7270: returning another object
7271:
7272: 2010-10-08 misha
7273:
7274: * tests/257.html: - whitespaces after @METACOMMANDS and their
7275: options shouldn't cause exceptions any longer
7276:
7277: 2010-10-06 moko
7278:
7279: * src/classes/: hash.C, table.C: length from sql server is now
7280: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7281:
7282: 2010-10-02 misha
7283:
7284: * operators.txt: - the X mark was removed from ^cache[file]. it is
7285: usable to delete cache file.
7286:
7287: 2010-10-02 moko
7288:
7289: * tests/: 253.html, results/253.processed: hook_key added for key
7290: checking
7291:
7292: * src/classes/json.C: null key bug fixed
7293:
7294: 2010-09-29 misha
7295:
7296: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7297:
7298: 2010-09-25 moko
7299:
7300: * src/classes/json.C: small fixed
7301:
7302: * tests/results/: 253.processed, 255.processed: just updated
7303:
7304: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7305: results/255.processed: charset transcode test added for
7306: json:parse
7307:
7308: 2010-09-24 moko
7309:
7310: * src/types/pa_value.h: warning war :)
7311:
7312: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7313: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7314: ^json:string
7315:
7316: 2010-09-22 moko
7317:
7318: * src/main/pa_charset.C: parser charset tables declare only
7319: white-space before 0x20, thus adding the missing chars
7320:
7321: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7322: to http://unicode.org/Public/MAPPINGS/VENDORS/
7323:
7324: 2010-09-21 misha
7325:
7326: * src/main/compile.y: - some semicolons were added (VS2010 don't
7327: want to compile grammar if they are absent)
7328:
7329: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7330:
7331: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7332:
7333: * src/main/main.vcproj: - path to bison is changed
7334:
7335: 2010-09-21 moko
7336:
1.116 moko 7337: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7338: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7339: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7340:
7341: 2010-09-20 misha
7342:
7343: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7344:
7345: * src/classes/json.C: - add EOL while json-serializing hash
7346:
7347: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7348: compilers don't like 'ES'.
7349:
7350: 2010-09-17 misha
7351:
7352: * operators.txt: - info about json class was added
7353:
7354: * src/classes/json.C: - ^json:string[object]
7355:
7356: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7357: preventing infinite recursion while executing json:string was
7358: added
7359:
7360: * src/include/pa_string.h: - method append_quoted was added
7361:
7362: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7363: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7364: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7365: was added to Value & Co
7366:
7367: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7368: were used
7369:
7370: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7371: were added
7372:
7373: 2010-09-10 moko
7374:
7375: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7376: die_or_abort (backport from 3.4.1)
7377:
7378: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7379: die_or_abort (bugfix: #106)
7380:
7381: 2010-09-09 moko
7382:
7383: * src/classes/json.C: warning war. :)
7384:
7385: 2010-09-08 misha
7386:
7387: * src/lib/json/Makefile.am: - additional include directories were
7388: added (for pa_memory.h and gc.h)
7389:
7390: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7391: compile as C++ instead default - additional include directory was
7392: added (for gc.h)
7393:
7394: * src/types/pa_vform.C: - little code reformating
7395:
7396: * src/classes/file.C: - $.content-type option now can be specified
7397: in ^file::create ( new feature: #102 )
7398:
7399: 2010-09-08 moko
7400:
7401: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7402: pa_malloc/pa_free
7403:
7404: 2010-09-07 moko
7405:
7406: * tests/results/254.processed: VStateless_class:put_element
7407: exception was fixed
7408:
7409: * src/types/: pa_value.h, pa_vstateless_class.h: now
7410: VStateless_class:put_element barks self.type, not this.type
7411: (bugfix: #105)
7412:
7413: 2010-09-06 moko
7414:
7415: * src/classes/reflection.C: bugfix: new String() is required for
7416: exception handling
7417:
7418: * tests/: 254.html, results/254.processed: test modified
7419:
7420: 2010-09-05 moko
7421:
7422: * tests/: 254.html, results/254.processed: ^reflection:copy test
7423: added
7424:
7425: * src/: classes/reflection.C, include/pa_request.h:
7426: ^reflection:copy implemented (new feature: #100)
7427:
7428: 2010-09-03 moko
7429:
7430: * src/lib/json/JSON_parser.C: c++ compatiblity
7431:
7432: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7433: option testing added
7434:
7435: 2010-09-02 moko
7436:
7437: * src/classes/json.C: $.distinct[first|last|all] added
7438:
7439: 2010-09-01 moko
7440:
7441: * tests/results/253.processed: json test result
7442:
7443: * tests/: 253.html, 253_json.txt: json test added
7444:
7445: * src/classes/json.C: json.C update to actual version + hash key
7446: creation bugfix
7447:
7448: 2010-08-31 misha
7449:
7450: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7451: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7452: src/lib/Makefile.am, src/classes/Makefile.am,
7453: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7454: json library was added
7455:
7456: 2010-08-30 moko
7457:
7458: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7459: types/pa_vobject.C: cosmetic optimization in
7460: request:execute_method usage
7461:
7462: * src/: include/pa_charset.h, main/pa_charset.C: small
7463: optimization, just to decrease number of lines. :)
7464:
7465: 2010-08-27 misha
7466:
7467: * src/classes/op.C: - taint[json] was added
7468:
7469: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7470: were added
7471:
7472: * src/main/pa_exec.C: - warning fix was rolled back.
7473:
7474: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7475: include/pa_string.h: - taint[json] was added - escaping was
7476: slightly modified
7477:
7478: 2010-08-25 misha
7479:
7480: * src/classes/file.C: - typo in file:sql exception was fixed
7481:
7482: * src/main/pa_exec.C: - warning about declared and not used
7483: variable forced_allow was removed
7484:
7485: 2010-08-14 misha
7486:
7487: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7488: were removed
7489:
7490: 2010-08-11 moko
7491:
7492: * tests/: 249.html, results/249.processed: default setter and
7493: anti-recursive default getter test added
7494:
7495: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7496: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7497: types/pa_vobject.h, types/pa_vstateless_class.C,
7498: types/pa_vstateless_class.h: default setter support +
7499: anti-recursive default getter support ( new feature: #13 )
7500:
7501: * src/include/pa_hash.h: optimization: threshold member removed
7502: from hash, reducing sizeof(hash)
7503:
7504: 2010-08-10 misha
7505:
7506: * tests/196.html: - junction-method was added to the test
7507:
7508: * tests/248.html: - ups. typo :)
7509:
7510: * tests/248.html: - test for checking .match with 4 params
7511:
7512: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7513: 247_windows1251.txt: - test for "transcode file from utf-8 to
7514: $request:charset during loading if the BOM code is detected"
7515:
7516: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7517: $request:charset during loading if the BOM code is detected ( new
7518: feature: #98 )
7519:
7520: 2010-08-05 misha
7521:
7522: * src/classes/image.C: - ^image.replace now can accept only 2
7523: params. in this case the whole image is affected ( new feature:
7524: #95 )
7525:
7526: 2010-08-04 misha
7527:
7528: * tests/246.html: - test tor ^hash._at[] was added
7529:
7530: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7531: #53 )
7532:
7533: * src/include/pa_hash.h: - methods for accessing the first and the
7534: last values of ordered hash were added (first_value and
7535: last_value)
7536:
7537: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7538: (similar to others file's methods):
7539: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7540: #68 )
7541:
7542: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7543:
7544: 2010-08-01 moko
7545:
7546: * src/classes/op.C: to correctly process $result[] in code, called
7547: from ^process
7548:
7549: * tests/245.html: $result in ^process[] test added
7550:
7551: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7552: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7553: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7554: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7555: caller, self) op_call(VMethodFrame &frame, bool constructing)
7556: removed, construct(class,method) added
7557:
7558: * tests/results/: 192.processed, 244.processed: request::construct
7559: added
7560:
7561: * tests/: 244.html, 245.html, results/244.processed,
7562: results/245.processed: object creation exceptions and ^process
7563: tests added
7564:
7565: 2010-07-28 misha
7566:
7567: * tests/make_tests.cmd: - win32 EOLs
7568:
7569: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7570: tests on Win32 were added (The system timezone should be GMT+3)
7571:
7572: 2010-07-26 misha
7573:
7574: * tests/: 212.html, results/212.processed: - sizes were removed
7575: mecause they could be different on different OSs
7576:
7577: * tests/065.html: - make it "win32 friendly"
7578:
7579: 2010-07-25 misha
7580:
7581: * src/main/compile.y: - all EOLs between methods are removed during
7582: compilation ( new feature: #47 )
7583:
7584: * tests/results/149.processed: - prepare tests to trim trailing
7585: methods' EOLs
7586:
7587: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7588:
7589: * tests/: results/006.processed, results/014.processed, 006.html,
7590: 014.html, 022.html: - prepare tests to trim trailing methods'
7591: EOLs
7592:
7593: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7594: results/071.processed, results/022.processed: - prepare tests to
7595: trim trailing methods' EOLs
7596:
7597: * tests/: results/073.processed, results/109.processed,
7598: results/142.processed, results/144.processed,
7599: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7600: 144.html: - prepare tests to trim trailing methods' EOLs
7601:
7602: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7603: 149.html, 152.html, results/096.processed, results/107.processed,
7604: results/109.processed, results/142.processed,
7605: results/144.processed: - prepare tests to trim trailing methods'
7606: EOLs
7607:
7608: 2010-07-24 moko
7609:
7610: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7611: the hash order in this test
7612:
7613: * tests/014.html: to check hash order, hash no is longer sorted
7614: before print
7615:
7616: * src/include/pa_hash.h: hash copy constructor now keeps order
7617: (bugfix: #54)
7618:
7619: 2010-07-23 moko
7620:
7621: * tests/results/224.processed: @auto[] is no longer inherited
7622:
7623: * src/types/pa_vstateless_class.C, tests/227.html,
7624: tests/results/227.processed: @auto[] is no longer inherited
7625: (bugfix: #57)
7626:
7627: 2010-07-22 misha
7628:
7629: * src/classes/table.C: - don't skip comment lines during
7630: table::load if encloser or separator is set as '#' ( new feature:
7631: #30 )
7632:
7633: * src/targets/cgi/parser3.C: - don't run as cgi if
7634: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7635: #12 )
7636:
7637: * src/classes/file.C: - set PARSER_VARSION env before external
7638: script executing
7639:
7640: 2010-07-13 misha
7641:
7642: * tests/058.html: - test for suppressing @border was added - test
7643: for user attribute was added
7644:
7645: * tests/results/186.processed: unescaping from \uXXXX
7646:
7647: * tests/186.html: unescaping from \uXXXX
7648:
7649: * tests/: 239.html, results/239.processed: method call type
7650:
7651: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7652: $junction_method.CLASS_NAME (+CLASS)
7653:
7654: 2010-07-07 misha
7655:
7656: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7657: *nix
7658:
7659: 2010-07-05 misha
7660:
7661: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7662: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7663: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7664: comment strings "options must be hash", "options must be hash,
7665: not code" and "called with invalid option" were replaced by
7666: constatns - exception comment string "invalid option passed" was
7667: replaced by "called with invalid option" (now in different
7668: methods are the same exception comment string)
7669:
7670: * src/include/pa_exception.h: - more exception strings were defined
7671:
7672: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7673: types/pa_vstateless_class.h: - now we can define possible
7674: method's call type ( new feature: #5 ) 1.
7675: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7676: methods 2. @static:method[params] (only static keyword could be
7677: used here) -- for specified methods
7678:
7679: * src/main/pa_common.C: - junction points should not be deleted on
7680: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7681: cleanup
7682:
7683: 2010-07-03 misha
7684:
7685: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7686: results/158.processed, results/160.processed,
7687: results/161.processed, results/162.processed,
7688: results/163.processed: - prepare tests to trim trailing methods'
7689: EOLs
7690:
7691: * tests/results/169.processed: - prepare tests to trim trailing
7692: methods' EOLs
7693:
7694: * tests/results/: 168.processed, 169.processed: - prepare tests to
7695: trim trailing methods' EOLs
7696:
7697: * tests/: results/170.processed, results/167.processed,
7698: results/168.processed, results/169.processed, 167.html, 168.html,
7699: 169.html: - prepare tests to trim trailing methods' EOLs
7700:
7701: * tests/: results/170.processed, results/171.processed,
7702: results/172.processed, results/173.processed,
7703: results/174.processed, results/175.processed, 170.html, 171.html,
7704: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7705: trailing methods' EOLs
7706:
7707: * tests/: results/176.processed, results/180.processed,
7708: results/184.processed, results/185.processed,
7709: results/191.processed, results/192.processed,
7710: results/196.processed, results/197.processed,
7711: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7712: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7713: to trim trailing methods' EOLs
7714:
7715: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7716: results/199.processed, results/208.processed,
7717: results/209.processed, results/213.processed,
7718: results/214.processed: - prepare tests to trim trailing methods'
7719: EOLs
7720:
7721: 2010-06-29 misha
7722:
7723: * tests/: 220.html, 218.html, results/218.processed,
7724: results/215.processed, results/217.processed, 215.html, 217.html:
7725: - prepare tests to trim trailing methods' EOLs
7726:
7727: * tests/: results/224.processed, 224.html, 223.html,
7728: results/223.processed, results/220.processed: - prepare tests to
7729: trim trailing methods' EOLs
7730:
7731: * tests/results/: 226.processed, 230.processed: - prepare tests to
7732: trim trailing methods' EOLs
7733:
7734: * tests/: 229.html, results/229.processed: - prepare tests to trim
7735: trailing methods' EOLs
7736:
7737: * tests/: 232.html, 235.html, results/232.processed,
7738: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7739: results/226.processed, results/227.processed,
7740: results/228.processed, results/230.processed: - prepare tests to
7741: trim trailing methods' EOLs
7742:
7743: 2010-06-16 moko
7744:
7745: * tests/: 229.html, results/229.processed: elseif now supported in
7746: ^if
7747:
7748: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7749:
7750: 2010-06-03 misha
7751:
7752: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7753: instead of memcopy for overlaped regions
7754:
7755: 2010-05-25 misha
7756:
7757: * src/main/pa_common.C: - wanring about unused vars was removed
7758:
7759: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7760: get_method_filename was moved to execute.C
7761:
7762: 2010-05-23 misha
7763:
7764: * src/main/pa_request.C: - more accurate detection of method's file
7765:
7766: 2010-05-22 misha
7767:
7768: * src/classes/reflection.C: - bugfix: core during detection of
7769: .file if filespec isn't detected successfully
7770:
7771: 2010-05-20 misha
7772:
7773: * src/main/pa_request.C: - fix in get_method_filename
7774:
7775: * src/include/pa_request.h: - new feature: #24 -- searching
7776: included file in @USE/^use is changed. if its filespec doesn't
7777: start from '/' it will be searched in caller file directory
7778:
7779: * src/classes/reflection.C: - ^reflection:method_info returns file
7780: where the method is defined
7781:
7782: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7783: classes/op.C: - new feature: #24 -- searching included file in
7784: @USE/^use is changed. if its filespec doesn't start from '/' it
7785: will be searched in caller file directory
7786:
7787: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7788: is moved to pa_common.h
7789:
7790: 2010-05-18 misha
7791:
7792: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7793: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7794: cookie parser decode \uXXXX as well as %uXXXX
7795:
7796: 2010-05-17 misha
7797:
7798: * src/classes/curl.C: beauty: - unused param is removed in method
7799: _curl_version_action - some spaces were removed or replaced by
7800: tabs
7801:
7802: * src/classes/table.C: - bugfix: #72 core with empty value during
7803: ^table.hash[...;name_of_the_last_column][$.type[string]]
7804:
7805: 2010-05-16 misha
7806:
7807: * src/classes/curl.C: new: #61 more curl options were added
7808: (contributed by Sumo)
7809:
7810: 2010-04-29 pretender
7811:
7812: * src/main/pa_string.C: fixes #63 Split result from empty string
7813: now empty string.
7814:
7815: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7816: string type.
7817:
7818: 2010-04-28 pretender
7819:
7820: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7821: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7822: macrodefinition removed
7823:
7824: 2010-04-19 pretender
7825:
7826: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7827: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7828:
7829: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7830: fixes #64 Now file.missing exception generates in unsafe mode to.
7831:
7832: * src/classes/file.C: fixes #48 Now not throw "not save environment
7833: variable" exception in grpunlim version.
7834:
7835: 2010-04-05 misha
7836:
7837: * src/classes/string.C: - new feature: 4th param was added to
7838: match. if specified its value is returned in case of nothing was
7839: found
7840:
7841: 2010-04-01 misha
7842:
7843: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7844: multiple execution of /a/b/auto.p
7845:
7846: 2010-03-19 misha
7847:
7848: * src/main/execute.C: - core in $table1.$table2 was fixed
7849:
7850: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7851:
7852: 2010-01-27 misha
7853:
7854: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7855: trying to open file by path /existing-file/non-exixting-file
7856:
7857: 2010-01-26 misha
7858:
7859: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7860: was added (returns file)
7861:
7862: 2009-12-22 misha
7863:
7864: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7865: now parser doesn't have class curl if it was built without it
7866:
7867: 2009-12-15 misha
7868:
7869: * configure.in: - little cheat with curl include dir was added
7870:
7871: 2009-12-05 misha
7872:
7873: * src/classes/curl.C: - some fixes
7874:
7875: 2009-12-04 misha
7876:
7877: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7878: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7879: buildall-with-xml, buildall-without-xml, configure.in: - curl
7880: class was added
7881:
7882: * src/include/pa_hash.h: - hash-iterator was added
7883:
7884: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7885: was added to pcre
7886:
7887: 2009-11-27 misha
7888:
7889: * src/classes/image.C: - don't add @border attribute to output of
7890: ^image.html[] if it was specified by user with empty value
7891:
7892: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7893: root element and we are trying to access .documentElement
7894:
7895: 2009-11-11 misha
7896:
7897: * src/classes/table.C: - in ^table.flip[] look at number of columns
7898: instead of number of items in first row for named tables
7899:
7900: 2009-11-10 misha
7901:
7902: * operators.txt: - info about hash-options in ^file::create was
7903: added
7904:
7905: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7906: added
7907:
7908: 2009-11-09 misha
7909:
7910: * buildall-with-xml: - moving to libxml 2.7.6
7911:
7912: * tests/236.html: - tests for comparations cords with functions
7913: were added
7914:
7915: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7916: added
7917:
7918: * src/main/pa_http.C: - little optimisation
7919:
7920: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7921: GPF mallocs + stringstream (table.save)
7922:
7923: * src/classes/file.C: - file::create now accepts 4th param: options
7924: with $.charset
7925:
7926: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7927: bug in cord (comparation cords with functions was buggy)
7928:
7929: 2009-11-06 misha
7930:
7931: * src/main/pa_string.C: - bugfix: calculation string.length
7932: sometimes was buggy
7933:
7934: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7935: destroyed if exception occured during match/replace
7936:
7937: * src/: main/pa_charset.C, include/pa_charset.h: - method
7938: lengthUTF8Char was added
7939:
7940: * src/classes/op.C: - clean tainting lang was added for user's
7941: usage
7942:
7943: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7944: fixed: checkouts are required after GC_MALLOC
7945:
7946: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7947:
7948: * operators.txt: - actually, there is no ^untaint[xml] in
7949: file::create
7950:
7951: 2009-10-15 misha
7952:
7953: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7954: were added
7955:
7956: * tests/234.html: - more tests for checking ^taint[uri] escaping
7957: were added
7958:
7959: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7960: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7961: hacking: for dealing with transcoding+^taint[uri]
7962: transcode_and_untaint was replaced by untaint_and_transcode
7963:
7964: 2009-10-13 misha
7965:
7966: * tests/: 121.html, results/121.processed: - test transcoding +
7967: url-escaping now
7968:
7969: * tests/results/auto.p: - more helpers' methods were added
7970:
7971: * src/main/pa_globals.C: - die instead of abort
7972:
7973: 2009-10-06 misha
7974:
7975: * src/main/pa_common.C: - don't allocate memory during
7976: capitalization if input string is already capitalized
7977:
7978: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7979:
7980: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7981: use format function because it calls malloc
7982:
7983: * src/include/pa_common.h: - more capitalized headers were added
7984:
7985: * src/main/pa_common.C: - in safe mode clear executable bits during
7986: file writing
7987:
7988: 2009-10-05 misha
7989:
7990: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7991:
7992: 2009-10-03 misha
7993:
7994: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7995: ^img.text[] & ^img.length[] can work in utf-8 now
7996:
7997: * src/: include/pa_charset.h, main/pa_charset.C: - class
7998: UTF8_string_iterator was added
7999:
8000: * src/classes/image.C: - respect utf-8 when calculate alphabet
8001: length
8002:
8003: * src/classes/mail.C: - check from before get message.cstr
8004:
8005: 2009-10-02 misha
8006:
8007: * tests/233.html: - test for image.font, image.length, image.text
8008: with text in utf-8 were added
8009:
8010: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8011:
8012: * buildall-with-xml, buildall-without-xml: - comment about gc
8013: version for freebsd 4 was added
8014:
8015: 2009-10-01 misha
8016:
8017: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8018: terminator) - read_pipe were slightly optimized
8019:
8020: 2009-09-28 misha
8021:
8022: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8023: removed
8024:
8025: * src/types/pa_vmail.C: - forgot about space after ':'
8026:
8027: * src/types/pa_vmail.C: - escape filenames while preparing mail
8028: body - small simplifications
8029:
8030: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8031: inout params like pa_base64
8032:
8033: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8034: option $.debug-print(1) was added to mail:send - changes for
8035: using uue_encode which uses less memory
8036:
8037: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8038:
8039: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8040: memory now
8041:
8042: 2009-09-26 misha
8043:
8044: * src/types/pa_vmail.C: - default encoding now is base64
8045:
8046: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8047:
8048: 2009-09-25 misha
8049:
8050: * src/types/pa_vmail.C: - capitalization of headers was added to
8051: sending mail as well
8052:
8053: * buildall-with-xml: - catalog package was removed from libxml
8054:
8055: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8056: win32 absolute path
8057:
8058: * src/include/pa_common.h: - one more capitalized header was added
8059:
8060: 2009-09-22 misha
8061:
8062: * INSTALL: - comment about building just httpd binary while
8063: building apache module was added
8064:
8065: 2009-09-21 misha
8066:
8067: * buildall-with-xml: - moving to the latest versions of xml libs:
8068: libxml 2.7.4 and libxslt 1.1.25
8069:
8070: 2009-09-19 misha
8071:
8072: * tests/231.html: - test for encoding cookie in win-1251
8073:
8074: 2009-09-18 misha
8075:
8076: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8077: object] were added
8078:
8079: * operators.txt: - info about method ^reflection:fields[class or
8080: object] was added
8081:
8082: * src/classes/reflection.C: - method ^reflection:fields[class or
8083: object] was added
8084:
8085: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8086: methods get_fields were added
8087:
8088: * tests/232.html: - tests for @GET[name]
8089:
8090: * src/classes/table.C: - some changes in handling hash-options for
8091: creare, join and locate
8092:
8093: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8094: defined with option: the type of requested value
8095:
8096: 2009-09-17 misha
8097:
8098: * tests/212.html: - tests for .pattern and .options were added
8099:
8100: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8101: $regex.options were added
8102:
8103: 2009-09-11 misha
8104:
8105: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8106: rewrited. it checks not just one case of sending cookies during
8107: file::load[http], but also sending headers and fields (including
8108: files)
8109:
8110: 2009-09-10 misha
8111:
8112: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8113: was removed => now parser can open files with Russian 'r' in
8114: filename
8115:
8116: * src/main/untaint.C: - bugfix: client charset whould be analized
8117: while escaping cookies but now source charset
8118:
8119: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8120: ^tainted[uri] so it was possible to make request with incorrect
8121: http header
8122:
8123: * src/main/pa_http.C: - capitalization of http headers during
8124: file::load[http was slightly changes - bugfix: all headers which
8125: parser sends during file::load[http should be transcoded and only
8126: then escaped
8127:
8128: * src/main/untaint.C: - a bit more comments were added
8129:
8130: * src/classes/: file.C, string.C: - types where changes (minus 2
8131: warnings)
8132:
8133: * src/include/pa_common.h: - 2 capitalized strings for making http
8134: headers during file::load[http were added
8135:
8136: 2009-09-08 misha
8137:
8138: * operators.txt: - changes in file.save and string.save were added
8139:
8140: * tests/: 230.html, 230.txt: - tests for checking options in
8141: file.save and string.save were added
8142:
8143: * src/main/pa_request.C: - http headers names, which are passed to
8144: SAPI::add_header_attribute are lowercased now (it'll be
8145: capitalized in that method)
8146:
8147: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8148: classes/string.C: - file_write accepts Request_charsets and asked
8149: charset and cound transcode content before writing - string.save
8150: and file.save have option $.charset now
8151:
8152: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8153: classes/xdoc.C: - file_write accepts Request_charsets and asked
8154: charset and cound transcode content before writing
8155:
8156: * src/include/pa_exception.h: - new exception comment string was
8157: defined
8158:
8159: 2009-09-07 misha
8160:
8161: * src/main/compile.y: - grammar $name\ name stops now for regex
8162: sub-pattern\s
8163:
8164: 2009-09-04 misha
8165:
8166: * src/main/pa_http.C: - capitalization of http headers during
8167: file::load[http was implemented
8168:
8169: 2009-09-03 misha
8170:
8171: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8172: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8173: types/pa_vmail.C, targets/cgi/parser3.C,
8174: targets/isapi/parser3isapi.C: - back to storing response http
8175: headers in lowercase - capitalize them during output
8176:
8177: 2009-08-31 misha
8178:
8179: * src/classes/table.C: - allow call with any brackets (it could be
8180: useful in methods with explict result declaration)
8181:
8182: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8183: correctly if $request:charset==koi8-r
8184:
8185: 2009-08-30 misha
8186:
8187: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8188: changed: content-type => Content-type and so on
8189:
8190: * src/classes/file.C, src/include/pa_common.h,
8191: src/include/pa_request.h, src/main/pa_http.C,
8192: src/main/pa_request.C, src/types/pa_vcookie.C,
8193: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8194: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8195: tests/results/002.processed, tests/results/003.processed,
8196: tests/results/004.processed, tests/results/005.processed,
8197: tests/results/006.processed, tests/results/007.processed,
8198: tests/results/008.processed, tests/results/009.processed,
8199: tests/results/010.processed, tests/results/011.processed,
8200: tests/results/012.processed, tests/results/013.processed,
8201: tests/results/014.processed, tests/results/015.processed,
8202: tests/results/016.processed, tests/results/017.processed,
8203: tests/results/018.processed, tests/results/019.processed,
8204: tests/results/020.processed, tests/results/021.processed,
8205: tests/results/022.processed, tests/results/023.processed,
8206: tests/results/024.processed, tests/results/025.processed,
8207: tests/results/026.processed, tests/results/027.processed,
8208: tests/results/028.processed, tests/results/029.processed,
8209: tests/results/030.processed, tests/results/031.processed,
8210: tests/results/032.processed, tests/results/033.processed,
8211: tests/results/034.processed, tests/results/035.processed,
8212: tests/results/036.processed, tests/results/037.processed,
8213: tests/results/038.processed, tests/results/039.processed,
8214: tests/results/040.processed, tests/results/041.processed,
8215: tests/results/042.processed, tests/results/043.processed,
8216: tests/results/044.processed, tests/results/045.processed,
8217: tests/results/046.processed, tests/results/047.processed,
8218: tests/results/048.processed, tests/results/049.processed,
8219: tests/results/050.processed, tests/results/051.processed,
8220: tests/results/052.processed, tests/results/053.processed,
8221: tests/results/054.processed, tests/results/055.processed,
8222: tests/results/056.processed, tests/results/057.processed,
8223: tests/results/058.processed, tests/results/059.processed,
8224: tests/results/060.processed, tests/results/061.processed,
8225: tests/results/062.processed, tests/results/063.processed,
8226: tests/results/064.processed, tests/results/065.processed,
8227: tests/results/066.processed, tests/results/067.processed,
8228: tests/results/068.processed, tests/results/069.processed,
8229: tests/results/070.processed, tests/results/071.processed,
8230: tests/results/072.processed, tests/results/073.processed,
8231: tests/results/074.processed, tests/results/075.processed,
8232: tests/results/076.processed, tests/results/077.processed,
8233: tests/results/078.processed, tests/results/079.processed,
8234: tests/results/080.processed, tests/results/081.processed,
8235: tests/results/082.processed, tests/results/083.processed,
8236: tests/results/084.processed, tests/results/085.processed,
8237: tests/results/086.processed, tests/results/087.processed,
8238: tests/results/088.processed, tests/results/089.processed,
8239: tests/results/090.processed, tests/results/091.processed,
8240: tests/results/092.processed, tests/results/093.processed,
8241: tests/results/094.processed, tests/results/095.processed,
8242: tests/results/096.processed, tests/results/097.processed,
8243: tests/results/098.processed, tests/results/099.processed,
8244: tests/results/100.processed, tests/results/101.processed,
8245: tests/results/102.processed, tests/results/103.processed,
8246: tests/results/104.processed, tests/results/105.processed,
8247: tests/results/106.processed, tests/results/107.processed,
8248: tests/results/108.processed, tests/results/109.processed,
8249: tests/results/110.processed, tests/results/111.processed,
8250: tests/results/112.processed, tests/results/113.processed,
8251: tests/results/114.processed, tests/results/115.processed,
8252: tests/results/116.processed, tests/results/117.processed,
8253: tests/results/118.processed, tests/results/119.processed,
8254: tests/results/120.processed, tests/results/121.processed,
8255: tests/results/122.processed, tests/results/123.processed,
8256: tests/results/124.processed, tests/results/125.processed,
8257: tests/results/126.processed, tests/results/127.processed,
8258: tests/results/128.processed, tests/results/129.processed,
8259: tests/results/130.processed, tests/results/131.processed,
8260: tests/results/132.processed, tests/results/133.processed,
8261: tests/results/134.processed, tests/results/135.processed,
8262: tests/results/136.processed, tests/results/138.processed,
8263: tests/results/139.processed, tests/results/140.processed,
8264: tests/results/141.processed, tests/results/142.processed,
8265: tests/results/143.processed, tests/results/144.processed,
8266: tests/results/145.processed, tests/results/146.processed,
8267: tests/results/147.processed, tests/results/148.processed,
8268: tests/results/149.processed, tests/results/150.processed,
8269: tests/results/151.processed, tests/results/152.processed,
8270: tests/results/153.processed, tests/results/154.processed,
8271: tests/results/155.processed, tests/results/156.processed,
8272: tests/results/157.processed, tests/results/158.processed,
8273: tests/results/159.processed, tests/results/160.processed,
8274: tests/results/161.processed, tests/results/162.processed,
8275: tests/results/163.processed, tests/results/164.processed,
8276: tests/results/165.processed, tests/results/166.processed,
8277: tests/results/167.processed, tests/results/168.processed,
8278: tests/results/169.processed, tests/results/170.processed,
8279: tests/results/171.processed, tests/results/172.processed,
8280: tests/results/173.processed, tests/results/174.processed,
8281: tests/results/175.processed, tests/results/176.processed,
8282: tests/results/177.processed, tests/results/178.processed,
8283: tests/results/179.processed, tests/results/180.processed,
8284: tests/results/181.processed, tests/results/182.processed,
8285: tests/results/183.processed, tests/results/184.processed,
8286: tests/results/185.processed, tests/results/186.processed,
8287: tests/results/187.processed, tests/results/188.processed,
8288: tests/results/189.processed, tests/results/190.processed,
8289: tests/results/191.processed, tests/results/192.processed,
8290: tests/results/193.processed, tests/results/194.processed,
8291: tests/results/195.processed, tests/results/196.processed,
8292: tests/results/197.processed, tests/results/198.processed,
8293: tests/results/199.processed, tests/results/200.processed,
8294: tests/results/201.processed, tests/results/202.processed,
8295: tests/results/203.processed, tests/results/204.processed,
8296: tests/results/205.processed, tests/results/206.processed,
8297: tests/results/207.processed, tests/results/208.processed,
8298: tests/results/209.processed, tests/results/210.processed,
8299: tests/results/211.processed, tests/results/212.processed,
8300: tests/results/213.processed, tests/results/214.processed,
8301: tests/results/215.processed, tests/results/216.processed,
8302: tests/results/217.processed, tests/results/218.processed,
8303: tests/results/219.processed, tests/results/220.processed,
8304: tests/results/221.processed, tests/results/222.processed,
8305: tests/results/223.processed, tests/results/224.processed,
8306: tests/results/225.processed, tests/results/226.processed,
8307: tests/results/227.processed, tests/results/228.processed,
8308: tests/results/229.processed: - http headers were changed:
8309: content-type => Content-type and so on
8310:
8311: 2009-08-27 misha
8312:
8313: * src/: main/pa_random.C, include/pa_random.h,
8314: targets/cgi/parser3.C: - year was updated :)
8315:
8316: 2009-08-26 misha
8317:
8318: * tests/: 224.html, 224.p: - test for creating of parser object
8319: using constructor without params - little bugfix in test
8320:
8321: * src/main/compile_tools.h: - bugfix: should't call autouse while
8322: checking existed class while processing partial option
8323:
8324: * src/classes/reflection.C: - bugfix: core when creating object
8325: with reflection and constructor doesn't have params
8326:
8327: 2009-08-24 misha
8328:
8329: * tests/229.html: - tests for checking the number of parameters
8330: were added
8331:
8332: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8333: number of method's parameters wasn't checked correctly (the bug
8334: was introduced in 3.4.0)
8335:
8336: 2009-08-22 misha
8337:
8338: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8339: transcoded, but tainted pieces are escaped only when
8340: content-type==url-encoding
8341:
8342: * tests/228.html: - test for checking
8343: ^file::load[http://...;$.body[]]
8344:
8345: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8346: post charset was too early (charsets is empty at this moment)
8347:
8348: 2009-08-21 misha
8349:
8350: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8351: main/untaint.C: - some fixes with transcode+untaint
8352:
8353: 2009-08-15 misha
8354:
8355: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8356: was increaced to 100 (was 50)
8357:
8358: * tests/227.html: - test for checking overriding properties in
8359: static classes was added
8360:
8361: * tests/: 226.html, 226.p: - test for @autoload[] was added
8362:
8363: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8364: main/execute.C, main/pa_request.C, classes/reflection.C: -
8365: autouse was implemented
8366:
8367: 2009-08-14 misha
8368:
8369: * src/classes/reflection.C: - outdated checkout was removed
8370:
8371: * src/classes/reflection.C: - optimization - method ^dynamical was
8372: added.
8373:
8374: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8375: types/pa_vstateless_class.h, main/execute.C: - optimization
8376:
8377: * src/types/pa_vclass.C: - exception if base on sytem class
8378:
8379: 2009-08-12 misha
8380:
8381: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8382: pa_vstateless_class.h: - little optimisation
8383:
8384: 2009-08-11 misha
8385:
8386: * tests/224.html: - method_params => method_info - checking for
8387: $.inherited
8388:
8389: * src/classes/reflection.C, operators.txt: - method method_params
8390: was renamed to method_info and now it returns class name, if
8391: method was defined in ancestor
8392:
8393: * tests/225.html: - tests for cheching properties in hierarhical
8394: classes were added
8395:
8396: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8397: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8398: main/compile.y, main/execute.C, classes/classes.C: - problems
8399: with properties in new classes implementation were fixed
8400:
8401: 2009-08-10 misha
8402:
8403: * src/main/execute.C: - now constructor shouldn't be defined in
8404: class. it could be defined in parent.
8405:
8406: 2009-08-09 misha
8407:
8408: * src/classes/reflection.C: - ^reflection:methods doesn't return
8409: base's methods
8410:
8411: 2009-08-08 misha
8412:
8413: * src/: classes/classes.h, classes/date.C, classes/file.C,
8414: classes/form.C, classes/hash.C, classes/hashfile.C,
8415: classes/image.C, classes/mail.C, classes/op.C,
8416: classes/reflection.C, classes/regex.C, classes/string.C,
8417: classes/table.C, classes/xdoc.C, classes/xnode.C,
8418: classes/xnode.h, include/pa_hash.h, main/execute.C,
8419: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8420: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8421: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8422: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8423: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8424: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8425: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8426: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8427: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8428: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8429: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8430: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8431: types/pa_vresponse.C, types/pa_vresponse.h,
8432: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8433: types/pa_vstateless_object.h, types/pa_vstatus.C,
8434: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8435: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8436: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8437: types/pa_wwrapper.h, types/types.vcproj: - new classes
8438: implementation
8439:
8440: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8441: USE_MUNMAP is used. so it is disabled as a workaround.
8442:
8443: 2009-08-05 misha
8444:
8445: * src/: main/pa_common.C, include/pa_common.h: - not needed
8446: parameter was removed
8447:
8448: * src/main/pa_http.C: - bugfix: error was during detecting
8449: content-type of file which was loaded by http
8450:
8451: 2009-08-01 misha
8452:
8453: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8454: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8455: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8456: can't be disabled with defines any longer
8457:
8458: 2009-07-29 misha
8459:
8460: * src/classes/reflection.C, tests/results/224.processed: - for
8461: native methods with any call type now returned empty call_type
8462: value
8463:
8464: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8465: classes/table.C, include/pa_hash.h, include/pa_request.h,
8466: main/pa_request.C: - break in cycles was optimized
8467:
8468: * INSTALL: - more defines were described
8469:
8470: 2009-07-28 misha
8471:
8472: * operators.txt: - some changes in information about reflection
8473: class
8474:
8475: * tests/: 224.html, 224.p: - tests for reflection class
8476:
8477: * src/classes/reflection.C: - some bugs were fixed, method classes
8478: was added, refactoring
8479:
8480: 2009-07-26 misha
8481:
8482: * src/classes/classes.vcproj: - reflection class wass added to
8483: project
8484:
8485: * operators.txt: - information about reflection class was added
8486:
8487: * src/classes/reflection.C: - class was redesigned
8488:
8489: 2009-07-24 misha
8490:
8491: * src/classes/: Makefile.am, reflection.C: - class reflection was
8492: added
8493:
8494: * src/types/pa_vstateless_class.h: - method for reflection method's
8495: in classes was added
8496:
8497: 2009-07-22 misha
8498:
8499: * src/main/compile_tools.h: - bugfix: $object.$var was
8500: over-optimized. it failed if $object1.$object2.field
8501:
8502: 2009-07-16 misha
8503:
8504: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8505: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8506: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8507: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8508: one more arg: length of cord
8509:
8510: 2009-07-15 misha
8511:
8512: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8513: tainted in ^file::load[http://...;$.cookies[]]
8514:
8515: * src/classes/: op.C, regex.C, string.C: - new string with
8516: exception was used
8517:
8518: * src/include/pa_exception.h: - new string with exception was added
8519:
8520: * tests/223.html: - test for checking cookie-encoding during
8521: ^file::load[http was added
8522:
8523: * tests/: 221.html, 222.html: - tests for checking type of
8524: $table.fields.field were added
8525:
8526: * src/types/pa_vtable.C: - not used var decl was removed
8527:
8528: * src/include/pa_string.h: - use cached string length in Body::mid.
8529: it improves speed of match with brackets in pattern
8530:
8531: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8532: outside
8533:
8534: 2009-07-14 misha
8535:
8536: * src/types/pa_vtable.C: - $table.fields.a return string even if
8537: column is empty (sometime returned void) - $table.fields was
8538: added for nameless tables
8539:
8540: * src/targets/cgi/getopt.c: - one warning resolved
8541:
8542: * src/main/pa_string.C: - potentian bug fixed
8543:
8544: * src/classes/op.C: - small optimization in taint/untaint
8545:
8546: 2009-07-13 misha
8547:
8548: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8549: added
8550:
8551: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8552: souldn't add the attribut to output
8553:
8554: 2009-07-11 misha
8555:
8556: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8557: stack size was increaced to 2MB (default=1MB)
8558:
8559: 2009-07-08 misha
8560:
8561: * src/main/pa_string.C: - link to UTF-8 description was added
8562:
8563: * src/include/pa_hash.h: - hash keeps element's order in more
8564: places (ex: ._keys[])
8565:
8566: * tests/220.html: - test for checking order of elements in hash in
8567: foreach was added
8568:
8569: * tests/172.html: - small changes in printing hash
8570:
8571: * tests/129.html: - small changes in printing hash
8572:
8573: * src/: include/pa_common.h, include/pa_hash.h,
8574: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8575: types/pa_vmethod_frame.h: - hash now keeps order of elements
8576:
8577: * tests/014.html: - small changes in printing hash
8578:
8579: 2009-07-07 misha
8580:
8581: * src/classes/op.C: - new taint language "parser-code" was added
8582:
8583: * tests/219.html: - test for auto untaint parser code in process
8584: was added
8585:
8586: * src/classes/op.C: - tainted pieces in body of process are
8587: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8588:
8589: * src/: include/pa_string.h, main/untaint.C: - new language
8590: L_PARSER_CODE for auto-untaint in process was added
8591:
8592: * src/: classes/file.C, classes/hash.C, classes/image.C,
8593: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8594: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8595: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8596: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8597: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8598: code cleanup
8599:
8600: 2009-07-06 misha
8601:
8602: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8603: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8604: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8605:
8606: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8607: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8608: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8609: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8610: should be used
8611:
8612: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8613: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8614: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8615: untaint_cstr[m] should be used
8616:
8617: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8618: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8619:
8620: * tests/218.html: - test for checking automatic file-spec-taint was
8621: added
8622:
8623: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8624: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8625: classes/file.C, classes/hash.C, classes/image.C,
8626: classes/string.C, classes/table.C, classes/void.C,
8627: classes/xdoc.C: - optimizations and simplification of
8628: string.cstr(...)
8629:
8630: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8631: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8632: - optimizations and simplification of string.cstr(...)
8633:
8634: 2009-07-04 misha
8635:
8636: * tests/217.html: - test for recursion detection was added
8637:
8638: * src/: types/types.vcproj, main/main.vcproj,
8639: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8640: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8641: from .vcproj
8642:
8643: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8644:
8645: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8646: uploading files and case-insensitive http-method were added
8647:
8648: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8649: tainted pattern in ^file:list[] was added
8650:
8651: 2009-07-03 misha
8652:
8653: * src/: classes/classes.vcproj, main/main.vcproj,
8654: types/types.vcproj, targets/cgi/parser3.vcproj,
8655: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8656: for dynamic_cast) - little options changes
8657:
8658: * src/main/pa_http.C: - file::load[http works now with uploading
8659: files _and_ changing $.charset
8660:
8661: 2009-06-29 misha
8662:
8663: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8664: while creating pattern
8665:
8666: 2009-06-25 misha
8667:
8668: * src/classes/image.C, operators.txt: - options' names for
8669: ^image.font were changed to $.space, $.width and $spacing -
8670: default space width now == gif's width
8671:
8672: 2009-06-24 misha
8673:
8674: * tests/215.html: - tests for $file.mode were added
8675:
8676: * operators.txt: - added info about $file.mode and changes in
8677: ^image.font[
8678:
8679: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8680: param now could be omited - third param now could be hash (with
8681: all widths options: $.space-width, $.letter-width) - it's
8682: possible to specify tracking ($.letter-space)
8683:
8684: * src/classes/file.C: - file objects now could have mode field
8685: (text|binary)
8686:
8687: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8688:
8689: 2009-06-23 misha
8690:
8691: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8692: trim can work with utf-8 chars now
8693:
8694: 2009-06-20 misha
8695:
8696: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8697: was implemented
8698:
8699: * src/classes/table.C: - string length cacheing was implemented
8700:
8701: * src/include/pa_string.h: - string length cacheing was implemented
8702:
8703: 2009-06-17 misha
8704:
8705: * src/main/execute.C: - value param was removed from
8706: WContext::WContext
8707:
8708: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8709: pa_wwrapper.h: - value param was removed from WContext::WContext
8710: - field wcontext was removed from VCodeFrame (using fparent
8711: instead)
8712:
8713: * tests/214.html: - test with hash copying
8714:
8715: 2009-06-16 misha
8716:
8717: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8718: strings doesn't work in expression anymore
8719:
8720: * src/main/execute.C: - less calls for get_constructing() - little
8721: refactoring
8722:
8723: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8724: include/pa_request.h: - less calls for get_constructing()
8725:
8726: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8727: introduced with OPTIMIZE_SINGLE_STRING optimization
8728:
8729: 2009-06-14 misha
8730:
8731: * src/: classes/date.C, classes/file.C, classes/hash.C,
8732: classes/hashfile.C, classes/image.C, classes/regex.C,
8733: classes/table.C, classes/xdoc.C, classes/xnode.h,
8734: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8735: types/pa_vstateless_class.h, main/execute.C: - create object for
8736: storing object's fields only for parser objects
8737:
8738: 2009-06-13 misha
8739:
8740: * buildall-with-xml, buildall-without-xml: - new option was added
8741: for building GC (it slightly reduces memory usage)
8742:
8743: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8744: single string write
8745:
8746: * src/main/execute.C: - bytecode optimization of ^class:constructor
8747: - optimization of single string write
8748:
8749: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8750: - bytecode optimization of ^class:constructor
8751:
8752: 2009-06-09 misha
8753:
8754: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8755: main (better compatibility)
8756:
8757: 2009-06-08 misha
8758:
8759: * src/main/compile.y: - I've forgot to commit it :(
8760:
8761: 2009-06-07 misha
8762:
8763: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8764: WITH_READ and WITH_ROOT
8765:
8766: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8767: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8768: WITH_ROOT - little refactoring
8769:
8770: 2009-06-06 misha
8771:
8772: * tests/213.html: - tests for 3rd match string-param were added
8773:
8774: * src/classes/string.C: - 3rd match param could be string now
8775:
8776: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8777: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8778: GET_OBJECT_ELEMENT
8779:
8780: 2009-06-05 misha
8781:
8782: * src/main/pa_http.C: - bugfix: content-length was not calculated
8783: if $.body was specified
8784:
8785: 2009-06-04 misha
8786:
8787: * src/classes/op.C: - optimizing write_assign_lang in connect
8788:
8789: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8790:
8791: * src/main/execute.C: - little refactoring - optimizing
8792: write_assign_lang in taint/untaint
8793:
8794: * src/include/pa_opcode.h: - little refactoring
8795:
8796: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8797: main/compile_tools.h, main/execute.C: - optimizations for
8798: $self.field, ^self.method, $self.field[...] and $self.field(...)
8799: were added
8800:
8801: 2009-06-03 misha
8802:
8803: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8804:
8805: 2009-06-02 misha
8806:
8807: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8808: include/pa_opcode.h: - refactoring in last optimizations
8809: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8810: now but code is much easy and it is ready for further
8811: improvements.
8812:
8813: 2009-05-27 misha
8814:
8815: * src/: types/pa_junction.h, types/pa_vjunction.C,
8816: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8817: changed in destructing junctions
8818:
8819: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8820: String:Body
8821:
8822: 2009-05-26 misha
8823:
8824: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8825: one method detect_charset was deleted - bug was fixed in this
8826: method (error while detecting charset in content_type withot last
8827: ';')
8828:
8829: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8830: once
8831:
8832: 2009-05-25 misha
8833:
8834: * src/classes/file.C: - bugfix: file::exec didn't work after
8835: optimizing of helper_length
8836:
8837: 2009-05-24 misha
8838:
8839: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8840: were added - little refactoring
8841:
8842: * src/main/execute.C: - core while printing in debug log
8843: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8844: optimisations were added
8845:
8846: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8847: were added
8848:
8849: 2009-05-23 misha
8850:
8851: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8852: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8853: CORD_cat optimization
8854:
8855: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8856: - call constr optimisation under separate define now
8857:
8858: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8859: in $b should be string, not void
8860:
8861: * src/main/compile.y: - little fix for rem-cut optimisation
8862:
8863: * src/: include/pa_opcode.h, main/compile_tools.C,
8864: main/compile_tools.h, main/execute.C: - optimisations for
8865: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8866:
8867: * INSTALL: - description of some #defined were added
8868:
8869: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8870: before 1st access (memory usage is reduced if don't access to
8871: .text field)
8872:
8873: * src/include/pa_array.h: - array grows step now not static (it
8874: reduces numbers of reallocs)
8875:
8876: 2009-05-20 misha
8877:
8878: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8879: $.b(2), $c[d] and $.e[f] was added
8880:
8881: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8882: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8883: $.e[f] was added
8884:
8885: * src/main/execute.C: - debug printing moved in defines
8886:
8887: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8888: and little refactoring for OP_GET_OBJECT_ELEMENT +
8889: OP_GET_OBJECT_VAR_ELEMENT optimisation
8890:
8891: 2009-05-19 misha
8892:
8893: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8894: execute.C: - $a.$b & ^a.$b bytecode optimisation
8895:
8896: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8897: ^a.$b optimisation)
8898:
8899: * src/main/compile.y: - compiler now generate new opcodes:
8900: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8901: ^a.b - compiler now cut off ^rem{ with all content ; any number
8902: of params }
8903:
8904: * src/main/execute.C: - code for handle new opcodes
8905: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8906:
8907: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8908: added for LA2V and LA2S
8909:
8910: * src/include/pa_opcode.h: - new defines which can be used for
8911: disable some bytecode optimisation and new opcodes were added
8912:
8913: 2009-05-17 misha
8914:
8915: * src/lib/cord/cordxtra.c: - bugfix.
8916:
8917: * tests/212.html: - .size[] and .study_size[] were added to tests
8918:
8919: * operators.txt: - info about regex class was added
8920:
8921: * tests/212.html: - tests for regex class were added
8922:
8923: 2009-05-16 misha
8924:
8925: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8926: gc7.1
8927:
8928: * tests/022.html: - test for ^file:list[path;] (empty second param)
8929: was added
8930:
8931: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8932: param) should work
8933:
8934: 2009-05-15 misha
8935:
8936: * src/classes/table.C: - automatically disable stringstream usage
8937: on freebsd4
8938:
8939: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8940: scope
8941:
8942: * tests/211.html: - test with different types of access to hash was
8943: added
8944:
8945: * tests/210.html: - test which checks for loosing tainting in
8946: hash's keys was added
8947:
8948: * tests/208.html: - some parser work added. or stime == 0 %-)
8949:
8950: * src/lib/cord/cordbscs.c: - little hack was added to cord
8951:
8952: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8953:
8954: * src/include/pa_version.h, configure.in: - moko have made a lot of
8955: optimisations for increacing version number more dramatically :)
8956:
8957: * src/classes/date.C: - little refactoring: use constructor which
8958: accepts formated string
8959:
8960: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8961: which can print formatted string was added
8962:
8963: 2009-05-14 misha
8964:
8965: * src/include/pa_string.h: - type was fixed
8966:
8967: * src/: classes/hashfile.C, classes/op.C,
8968: include/pa_cache_managers.h, include/pa_charset.h,
8969: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8970: include/pa_request.h, include/pa_sql_driver_manager.h,
8971: include/pa_string.h, include/pa_stylesheet_manager.h,
8972: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8973: main/pa_charsets.C, main/pa_string.C,
8974: main/pa_stylesheet_connection.C, types/pa_value.h,
8975: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8976: types/pa_vobject.C, types/pa_vstateless_class.C,
8977: types/pa_vstateless_class.h: - hash_code caching was implemented
8978: (seaches should be faster now)
8979:
8980: * src/: classes/file.C, classes/hash.C, classes/image.C,
8981: classes/string.C, classes/table.C, include/pa_string.h,
8982: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8983: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8984: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8985: types/pa_vrequest.C: - String constructors don't have that stupid
8986: true/false param which means 'tainted'. they accept lang instead.
8987:
8988: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8989: with OPTIMIZE_RESULT
8990:
8991: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8992: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8993:
8994: 2009-05-13 misha
8995:
8996: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8997: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8998: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8999: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9000: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9001: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9002: include/pa_string.h, classes/date.C, classes/file.C,
9003: classes/hash.C, classes/image.C, classes/string.C,
9004: classes/table.C, classes/xdoc.C: - result optimisation -
9005: helper_length parameter removed from string constructors
9006:
9007: 2009-05-11 misha
9008:
9009: * tests/209.html: - tests for ^hash::create[hash] were added
9010:
9011: * tests/208.html: - tests for $status:rusage, $status:memory,
9012: ^memory:compact[] were added
9013:
9014: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9015: log10 were added
9016:
9017: * tests/206.html: - test for try with finally was added
9018:
9019: 2009-05-10 misha
9020:
9021: * tests/205.html: - test for ^file::create[...] was added
9022:
9023: * tests/204.html: - test for ^response:clear[] was added
9024:
9025: * tests/038.html: - tests for trigonometric functions were added
9026:
9027: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9028: added - more tests for .add, .sub, .union, .intersects and
9029: .intersections
9030:
9031: * tests/065.html: - test for ^file:dirname was added
9032:
9033: * tests/030.html: - test for $cookie:fields was added
9034:
9035: * tests/203.html: - test for ^h._keys[column name] was added
9036:
9037: * tests/201.html: - tests for .trim were added
9038:
9039: * tests/202.html: - tests for last-day,
9040: date:calendar[type](YYYY;MM;DD) were added
9041:
9042: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9043: .offset[type](N) were added
9044:
9045: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9046: and .pos[c](N) were added
9047:
9048: * tests/141.html: - test for math:sha1 was added
9049:
9050: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9051:
9052: 2009-05-09 misha
9053:
9054: * src/main/compile.y: - rollback
9055:
9056: 2009-05-05 misha
9057:
9058: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9059: replaced by is_empty()
9060:
9061: * src/: include/pa_string.h, main/pa_charset.C: - little
9062: optimisation: somewhere length() was replaced by is_empty()
9063:
9064: * src/classes/table.C: - little optimisation: somewhere length()
9065: was replaced by is_empty()
9066:
9067: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9068: classes/op.C, classes/table.C, main/pa_exception.C: - little
9069: optimisation: somewhere length() was replaced by is_empty()
9070:
9071: 2009-05-04 misha
9072:
9073: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9074: types/pa_vstateless_class.h, main/execute.C,
9075: include/pa_request.h, classes/hash.C, classes/op.C,
9076: classes/table.C: - more optimisations were added: some operators
9077: don't switch write context anylonger
9078:
9079: 2009-05-01 misha
9080:
9081: * src/main/compile.y: - slightly more opcode optimisations for
9082: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9083:
9084: * src/main/execute.C: - simplifying process for getters
9085:
9086: 2009-04-30 misha
9087:
9088: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9089:
9090: * tests/results/199.processed: - test for checking $result into
9091: ^rem was added
9092:
9093: * tests/199.html: - test for checking $result into ^rem was added
9094:
9095: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9096: some OS it returns list in different order)
9097:
9098: * src/: include/pa_array.h, include/pa_request.h,
9099: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9100: changes in stack impl - get_element() optimisation: 3rd param
9101: removed - bugfix: problems with reading empty input param -
9102: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9103:
9104: * tests/results/198.processed: - test for reading empty local var
9105: was added
9106:
9107: * tests/198.html: - test for reading empty local var was added
9108:
9109: 2009-04-29 misha
9110:
9111: * src/main/compile.y: - bugfix: couldn't compile because
9112: OP_VALUE__GET_ELEMENT should be unde #ifdef
9113:
9114: * src/: include/pa_array.h, include/pa_opcode.h,
9115: include/pa_request.h, main/compile.y, main/execute.C,
9116: main/pa_request.C, types/pa_vmethod_frame.C,
9117: types/pa_vmethod_frame.h: - we can work without opcode
9118: OP_STORE_PARAM, so it was removed
9119:
9120: 2009-04-28 misha
9121:
9122: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9123: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9124: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9125: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9126: 4.
9127: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9128:
9129: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9130:
9131: * src/: main/pa_string.C, classes/string.C: - !length() =>
9132: is_empty()
9133:
9134: 2009-04-27 misha
9135:
9136: * src/types/pa_vregex.h: - back explicit vars initialisation
9137:
9138: 2009-04-24 misha
9139:
9140: * src/classes/string.C: - ups. typo fixed
9141:
9142: * src/main/execute.C: - more replacements '*new VBool' to
9143: 'VBool::get' - checks for ^break[], ^continue[] and
9144: parser.interrupted were optimised
9145:
9146: * src/classes/string.C: - number of params.count() calls was
9147: slightly reduced
9148:
9149: 2009-04-23 misha
9150:
9151: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9152: make it x64 friendly
9153:
9154: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9155: parser is x64 friendly now
9156:
9157: 2009-04-22 misha
9158:
9159: * src/types/pa_vhashfile.C: - coder friendly exception about
9160: exceeding record size was added
9161:
9162: * src/classes/file.C: - use vregex object instead of direct calls
9163: methods from pcre lib
9164:
9165: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9166: classes/string.C: - use vregex object instead of direct calls
9167: methods from pcre lib
9168:
9169: * src/: include/pa_common.h, main/pa_common.C: - method
9170: print_pcre_exec_error_text was moved to class vregex
9171:
9172: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9173: was added
9174:
9175: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9176: - class vregex was added
9177:
9178: 2009-04-21 misha
9179:
9180: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9181:
9182: * src/: types/pa_junction.h, types/pa_value.C,
9183: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9184: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9185: junction-optimisation (destructors)
9186:
9187: * src/include/pa_array.h: - free under if now
9188:
9189: 2009-04-19 misha
9190:
9191: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9192:
9193: 2009-04-18 misha
9194:
9195: * src/include/pa_version.h:
9196: :q :
9197:
9198: CV:
9199: ----------------------------------------------------------------------
9200:
9201: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9202: refactoring
9203:
9204: * src/: include/pa_array.h, include/pa_hash.h,
9205: types/pa_vmethod_frame.h: - destructors under #ifdef now
9206:
9207: * src/include/pa_memory.h: - define for using destructors was added
9208:
9209: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9210: main/execute.C: - some junctions will be cached now
9211:
9212: * src/include/pa_hash.h: - hash destructor frees pairs now
9213:
9214: * src/include/pa_array.h: - inline was added to destructor
9215:
9216: * src/types/pa_method.h: - comment was changed
9217:
9218: 2009-04-17 misha
9219:
9220: * src/: include/pa_array.h, include/pa_hash.h,
9221: types/pa_vmethod_frame.h: - destructors were added
9222:
9223: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9224: renamed to always_use_result
9225:
9226: * src/main/: compile.y, compile_tools.h: - rollback changes in
9227: compiler: full backward compatibility is better
9228:
9229: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9230: result in var's hash
9231:
9232: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9233: optimisation in method_frame
9234:
9235: * src/include/pa_array.h: - optimisation in array (allocate
9236: elements only when needed)
9237:
9238: * src/types/pa_vresponse.C: - check for $response:headers field
9239: before looking at custom fields
9240:
9241: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9242: not needed to check existance var with name 'result' in var's
9243: hash
9244:
9245: * src/main/compile.y: - compiler was changed: now it detects
9246: writings to $result and set flag writo_to_result in method
9247:
9248: * src/classes/string.C: - little optimisation: no needed to write
9249: number with lang
9250:
9251: * src/main/pa_charset.C: - methods readChar and skipChar which is
9252: used for read utf8-strings were renamed - is_escaped was renamed
9253: to isEscaped (to the same name convention)
9254:
9255: * src/: types/pa_method.h, main/compile_tools.h: - flag
9256: write_to_result added. compiler get this info from code.
9257:
9258: 2009-04-16 misha
9259:
9260: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9261: String only before 1st write
9262:
9263: * src/include/pa_string.h: - not needed template removed
9264:
9265: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9266: types/pa_vjunction.C, types/pa_vproperty.C,
9267: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9268: main/pa_request.C, classes/bool.C, classes/double.C,
9269: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9270: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9271: bool objects)
9272:
9273: 2009-04-15 misha
9274:
9275: * src/lib/cord/cordxtra.c: - more optimisation
9276:
9277: * src/: include/pa_string.h, main/untaint.C: - String::append
9278: optimisation
9279:
9280: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9281: then get and can sometime be used)
9282:
9283: * src/main/pa_string.C: - String::length optimisation
9284:
9285: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9286: these methods read different strings
9287:
9288: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9289: fresult_initial_void removed + some optimisation - if $result
9290: defined we don't write to context anymore
9291:
9292: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9293: need just skip char)
9294:
9295: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9296: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9297: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9298:
9299: * src/types/pa_vvoid.h: - added get() method for retreave one
9300: instance
9301:
9302: 2009-04-11 misha
9303:
9304: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9305:
9306: * tests/197.html: - test for parser://test in xml was added
9307:
9308: * src/classes/string.C: - small optimisation
9309:
9310: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9311: optimisation
9312:
9313: 2009-04-10 misha
9314:
9315: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9316: to pcre-7.8
9317:
9318: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9319:
9320: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9321: added
9322:
9323: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9324: $request:CLASS_NAME were added
9325:
9326: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9327: were added
9328:
9329: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9330: $env:CLASS_NAME were added
9331:
9332: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9333: '@todo' now
9334:
9335: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9336: compirer
9337:
9338: * src/main/pa_string.C: - little code cleanup
9339:
9340: * src/main/pa_common.C: - describe one more UTF-8 related error
9341: during PCRE compile/execute
9342:
9343: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9344: normalizing todo-comments: '@todo' now
9345:
9346: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9347:
9348: * src/main/pa_charset.C: - type changed for making compiler happy
9349:
9350: 2009-03-10 misha
9351:
9352: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9353: in main()
9354:
9355: 2009-02-01 misha
9356:
9357: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9358: boundary
9359:
9360: 2009-01-25 misha
9361:
9362: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9363:
9364: * src/classes/file.C: - more changes for parsing different number
9365: of params for file::load
9366:
9367: * tests/193.html: - tests for exception while base64-decode binary
9368: to string was added
9369:
9370: * tests/192.html: - tests for file::load with different number of
9371: options
9372:
9373: * src/classes/math.C: - ups. forgot '+1'
9374:
9375: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9376: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9377: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9378: (new option $.encode[multipart-form/data] should be specified) -
9379: $.method[] option for file::load now is not case-sensitive
9380:
9381: * src/: include/pa_string.h, main/untaint.C: - for file post the
9382: new taint language L_FILE_POST was added
9383:
9384: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9385: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9386: stuff was moved to separate files
9387:
9388: 2009-01-23 misha
9389:
9390: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9391: spaces to tabs were converted
9392:
9393: 2009-01-12 misha
9394:
9395: * src/main/pa_http.C: - value of $.method[] option force uppercased
9396: now
9397:
9398: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9399: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9400: their names
9401:
9402: * src/main/pa_common.C: - changes in formating
9403:
9404: * src/: classes/file.C, main/pa_http.C: - some constants changed
9405: their names
9406:
9407: * src/include/pa_http.h: - some spaces were converted to tabs
9408:
9409: * src/include/pa_common.h: - some constants changed their names
9410:
9411: * src/classes/file.C: - fixed 4-th paramether for file::load -
9412: little code rewriting
9413:
9414: * src/types/pa_vfile.C: - little code rewriting
9415:
9416: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9417: types/pa_value.h: - some formating changes
9418:
9419: * src/include/pa_common.h: - some formating spaces transformed to
9420: tabs
9421:
9422: * src/classes/string.C: - exception while base64-decode binary to a
9423: string
9424:
9425: 2009-01-11 misha
9426:
9427: * configure.in: - version changed to 3.3.1b
9428:
9429: 2008-09-05 misha
9430:
9431: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9432: release_3_3_0 on 2008-09-05 10:59:35 +0000
9433:
9434: 2008-09-04 misha
9435:
9436: * tests/: 130.html, 131.html: - these exceptions not typeless
9437: anymore
9438:
9439: * src/classes/op.C: - exception with 'invalid taint language' not
9440: typeless anylonger
9441:
9442: * src/classes/image.C: - some exceptions while operations with
9443: image not typeless anymore
9444:
9445: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9446: main/pa_exec.C, main/pa_http.C: - some exceptions while
9447: operations with files not typeless anymore
9448:
9449: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9450: types/pa_vdate.h: - exceptions while checking date range not
9451: typeless anymore
9452:
9453: * src/include/pa_exception.h: - exception type string for invalid
9454: date range was added
9455:
9456: 2008-09-03 misha
9457:
9458: * src/: classes/file.C, main/pa_string.C: - exception while pce
9459: operations not typeless anymore
9460:
9461: * src/include/pa_exception.h: - exception type for pce operations
9462: was added
9463:
9464: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9465: and .CLASS_NAME insite classes
9466:
9467: * src/classes/table.C: - don't save table header whiile
9468: ^table.save[append;filename] if file exists
9469:
9470: 2008-09-02 misha
9471:
9472: * src/main/compile.y, src/main/compile_tools.h,
9473: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9474: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9475: renamed to partial and it login changed: we must mark class as
9476: partial for allow their modifications in future.
9477:
9478: 2008-08-29 misha
9479:
9480: * tests/results/022.processed: - testing taint[regex] in mask for
9481: file:list
9482:
9483: * tests/022.html: - testing taint[regex] in mask for file:list
9484:
9485: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9486: for file:list was added
9487:
9488: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9489: file:list
9490:
9491: 2008-08-26 misha
9492:
9493: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9494: last derived object
9495:
9496: * src/classes/image.C: - many strings "image.format" replaced by
9497: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9498: understand some more exif tags
9499:
9500: * src/include/pa_exception.h: - string "image.format" was added
9501:
9502: 2008-08-21 misha
9503:
9504: * src/: main/pa_string.C, classes/file.C: - use method for print
9505: pcre_exec text error
9506:
9507: * src/main/pa_common.C: - method for print pcre_exec text error was
9508: added
9509:
9510: * src/include/pa_common.h: - method declaration for print pcre_exec
9511: text error was added
9512:
9513: 2008-08-19 misha
9514:
9515: * src/main/execute.C: - bugfix: opcodes must be in separate
9516: namespace while debug execution as well
9517:
9518: * tests/: 015.html, results/015.processed: - test for escaping some
9519: parser chars was added
9520:
9521: 2008-08-18 misha
9522:
9523: * tests/: 190.html, 190.p, results/190.processed: - test for
9524: $caller.self.field + default getter in one class was added
9525:
9526: * tests/: 189.html, results/189.processed: - test for
9527: ^date::create[date object]
9528:
9529: * tests/: 188.html, results/188.processed: - tests for match with
9530: UTF-8 strings
9531:
9532: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9533: ^string.match[]
9534:
9535: * ChangeLog: - parser 3.3.0 beta13
9536:
9537: 2008-08-15 misha
9538:
1.116 moko 9539: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9540: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9541: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9542: dftables.c: - old PCRE files removed
1.95 moko 9543:
9544: * src/lib/pcre/config.h: - configuration for PCRE library
9545:
9546: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9547: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9548:
9549: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9550: library and set flag UTF8 if $request:charset is UTF-8
9551:
9552: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9553: include/pa_config_fixed.h: - moved to new PCRE library
9554:
9555: * src/: main/main.vcproj, types/types.vcproj,
9556: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9557: win32\pcre instead of parser3\src\lib\pcre
9558:
9559: * src/: include/pa_opcode.h, include/pa_operation.h,
9560: main/compile.C, main/compile.y, main/compile_tools.C,
9561: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9562: opcodes were moved to separate namespace
9563:
9564: 2008-08-14 misha
9565:
9566: * src/types/pa_vstateless_class.C: - newline at the end missed
9567:
9568: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9569: tainting
9570:
9571: 2008-08-11 misha
9572:
9573: * tests/: 187.html, 187.p, results/187.processed: - tests for
9574: $caller.self, $caller.self.field and $caller.self.field[value]
9575: were added
9576:
9577: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9578: runtime as well (for $caller.self)
9579:
9580: 2008-07-25 misha
9581:
9582: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9583: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9584: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9585: tests with international characters
9586:
9587: 2008-07-23 misha
9588:
9589: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9590: file::load[...;http://
9591:
9592: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9593: now everywhere in separate namespace
9594:
9595: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9596: for vars
9597:
9598: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9599: can be escaped by '^'
9600:
9601: 2008-07-22 misha
9602:
9603: * src/classes/string.C, tests/186.html: - names changes:
9604: escape=>js-escape, unescape=>js-unescape
9605:
9606: 2008-07-21 misha
9607:
9608: * tests/results/186.processed: - test for string escape/unescape
9609:
9610: * tests/186.html: - test for string escape/unescape
9611:
9612: * src/classes/string.C: - string has escape and unescape methods
9613: now
9614:
9615: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9616: added
9617:
9618: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9619: method-layers added (with different params)
9620:
9621: 2008-07-18 misha
9622:
9623: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9624: was added
9625:
9626: * tests/185.html: - test for ^str.pos[sub](offset) added
9627:
9628: * src/classes/string.C, src/classes/void.C, operators.txt: -
9629: ^string.pos[substr](offset) -- 2nd param accepted now
9630:
9631: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9632: strings
9633:
9634: 2008-07-17 misha
9635:
9636: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9637: helper length added for mid for small optimisation
9638:
9639: 2008-07-16 misha
9640:
9641: * tests/: 185.html, results/185.processed: - tests for
9642: length/left/right/mid/pos with utf-8 strings
9643:
9644: * src/classes/string.C: - left/right/mid/length/pos works fine for
9645: utf-8 strings
9646:
9647: * src/main/untaint.C: - comments removed
9648:
9649: * src/: include/pa_string.h, main/pa_string.C,
9650: include/pa_charset.h, main/pa_charset.C: - methods for working
9651: with pos/mid for strings in utf-8 were added
9652:
9653: 2008-07-15 misha
9654:
9655: * tests/: 184.html, results/184.processed: - test for case body as
9656: expression: $var(^switch(1){^case(1)(true)..})
9657:
9658: * src/classes/op.C: - case body can be expression now:
9659: $var(^switch(1){^case(1)(true)..})
9660:
9661: * tests/: results/183.processed, 183.html: - added test for testing
9662: new cookie encoding (%uXXXX)
9663:
9664: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9665: decoding for backward compatibility they decoded from %XX in
9666: request:charset too
9667:
9668: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9669: - cookie class now decode cookies before first access after last
9670: request:charset changing (as form class).
9671:
9672: * src/main/pa_charset.C: - added method escape for escaping cookies
9673: as %uXXXX - before transcode calculate required space for dest
9674: string. it reduce mem usage for transcode
9675:
9676: * src/include/pa_charset.h: - added method escape for escaping
9677: cookies as %uXXXX
9678:
9679: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9680: was added. will used for escaping cookies as %uXXXX
9681:
9682: * src/include/pa_common.h: - escape method has new option for skip
9683: converting '+' to a space char
9684:
9685: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9686: transcode - escape method has new option for skip converting '+'
9687: to a space char
9688:
9689: 2008-07-08 misha
9690:
9691: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9692: (no UE if more then 1 case matches anylonger) - optimization:
9693: doing searching.as_string() || searching.as_double() only once
9694:
9695: 2008-07-04 misha
9696:
9697: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9698: now ^date::create[date object] works
9699:
9700: * src/classes/string.C: - left and right added as aliases for start
9701: and end in ^string.trim[]
9702:
9703: 2008-07-03 misha
9704:
9705: * src/classes/file.C: - allow $.limit for file::sql as well
9706:
9707: * src/classes/file.C: - allow $.offset option for file::sql - force
9708: send limit=1 to query for use sql specifics authomatically
9709:
9710: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9711: if $.limit value if empty. autoconvert it as everywere
9712:
9713: 2008-07-02 misha
9714:
9715: * configure.in: - time to change version number to 3.3.0 %-)
9716:
9717: * src/include/pa_version.h: - time to change version number to
9718: 3.3.0 %-)
9719:
9720: 2008-06-26 misha
9721:
9722: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9723: $.limit(0) fixes
9724:
9725: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9726: - $.limit(0) fixes
9727:
9728: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9729: new API)
9730:
9731: * src/: include/pa_sql_driver_manager.h,
9732: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9733: classes/op.C: - document_root added
9734:
9735: * src/main/compile.tab.C: - error message was changed
9736:
9737: 2008-06-25 misha
9738:
9739: * src/main/compile.y: - error message was changed
9740:
9741: 2008-06-24 misha
9742:
9743: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9744:
9745: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9746: tests for @OPTIONS\nappend
9747:
9748: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9749:
9750: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9751:
9752: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9753:
9754: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9755: compile.y
9756:
9757: 2008-06-17 misha
9758:
9759: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9760: compilation: ^if(default){true. it's incorrect. must be
9761: exception}
9762:
9763: 2008-06-16 misha
9764:
9765: * tests/: 181.ent, 181.html, results/181.processed: - test for
9766: checking external reference loading with 'http://localhost'
9767: prefix while creating xdoc
9768:
9769: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9770: ^math:long2ip[] and ^math:ip2long[]
9771:
9772: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9773: added which use scalar stateless class method when user object
9774: used in scalar context - use get_scalar_value when user object
9775: requested in scalar context
9776:
9777: * src/main/pa_common.C: - size must be int but not size_t or we
9778: can't compare with 0 sprintf result
9779:
9780: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9781: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9782: with internal switch between local/global vars
9783:
9784: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9785: specified
9786:
9787: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9788: pa_vstateless_object.h: - stateless class and object now has
9789: private scalar field and getter/setter for working with it
9790:
9791: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9792: moved to inet static class
9793:
9794: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9795: class added (^inet:aton[IP], ^inet:ntoa(number))
9796:
9797: * tests/: 180.html, results/180.processed: - tests for
9798: ^math:long2ip(long) and ^math:ip2long[IP]
9799:
9800: * src/classes/math.C: - ^math:ip2long[IP] added
9801:
9802: 2008-06-11 misha
9803:
9804: * src/main/pa_xml_io.C: - use file_read_text again because of we
9805: need cut BOM code and remove DOS newline chars. but don't
9806: transcode it anyway.
9807:
9808: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9809: main/pa_http.C: - option for disable transcoding while file_read
9810: and file_read_text added
9811:
9812: 2008-06-10 misha
9813:
9814: * tests/: 179.html, 179.p, results/179.processed: - test for many
9815: classes in 1 file
9816:
9817: * src/main/: compile.C, compile_tools.h: - compile return list of
9818: classes now.
9819:
9820: * src/main/: compile.y, compile.tab.C: - compile return list of
9821: classes now. internals.
9822:
9823: * src/main/pa_request.C: - compile return list of classes now. try
9824: call @conf and @auto for each returned class
9825:
9826: * src/include/pa_request.h: - compile return list of classes now
9827:
9828: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9829: return list of classes when compile buf)
9830:
9831: 2008-06-07 misha
9832:
9833: * src/main/pa_request.C: - constructing VRequest object with 3rd
9834: param -- form
9835:
9836: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9837: 3rd param: form. needed for get post_charset
9838:
9839: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9840: added
9841:
9842: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9843: types/pa_vform.C, types/pa_vform.h: - some polish
9844:
9845: 2008-06-06 misha
9846:
9847: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9848: charset and decode chars from it but not from response:charset
9849:
9850: * src/main/pa_http.C: - detect_charset moved out of here
9851:
9852: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9853: methods moved here - unescape_chars accepn one charset now
9854:
9855: * src/main/pa_http.C: - new constants used - don't allow
9856: $.content-type in ^file::load[;http://;$.method[POST]] - add
9857: charset info while ^file::load[;http://;$.method[POST]] - option
9858: $.omit-post-charset(true) added to ^file::load[;http://] for
9859: disabling charset during post
9860:
9861: * src/types/pa_vform.C: - new constants used
9862:
9863: * src/include/pa_common.h: - some constants were added
9864:
9865: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9866: instead of StrEqNc
9867:
9868: * src/main/pa_common.C: - new method for caseless search
9869: c-substring in c-string - use isxdigit instead of is_hex_digit
9870:
9871: * src/include/pa_common.h: - new method for caseless search
9872: c-substring in c-string
9873:
9874: 2008-06-05 misha
9875:
9876: * tests/results/178.processed: - test for testing default getter
9877:
9878: * tests/178.html: - test for testing default getter
9879:
9880: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9881: for test for testing default getter
9882:
9883: * src/main/execute.C: - default getter soul
9884:
9885: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9886: requested objects' field not found
9887:
9888: * src/types/pa_vclass.C: - register default getter if defined - get
9889: default getter if requested field not found
9890:
9891: * src/types/pa_vstateless_object.h: - method get_default_getter was
9892: added
9893:
9894: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9895: pointer to default getter and methods for get/set it were added
9896:
9897: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9898: auto_name field (for default getter)
9899:
9900: 2008-06-04 misha
9901:
9902: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9903: transcoding, no cutting BOM code, no fixing line breaks) and get
9904: it to libxml "as is"
9905:
9906: 2008-06-03 misha
9907:
9908: * src/main/pa_common.C: - use store_Char instead of
9909: transcodeCharFromUTF8
9910:
9911: * src/: include/pa_charset.h, main/pa_charset.C: - method
9912: store_Char added, transcodeCharFromUTF8 -- removed
9913:
9914: 2008-06-02 misha
9915:
9916: * tests/: results/177.processed, 177.html: - test for checking
9917: .[acm]date after local ^file::load[] was added
9918:
9919: * tests/: results/176.processed, 176.html: - test for checking
9920: @OPTION\locals + @method[vars][locals] added
9921:
9922: * tests/results/auto.p: - CLASS_PATH specified for checking use
9923:
9924: 2008-05-30 misha
9925:
9926: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9927: @OPTION\nlocals + @method[vars][;locals;] were added
9928:
9929: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9930: moved to separate method op_code - switch from VMethodFrame to
9931: VMethodFrameGlobal + VMethodFrameLocal
9932:
9933: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9934: was moved to separate method op_code
9935:
9936: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9937: VMethodFrame now
9938:
9939: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9940: all_vars_local as well
9941:
9942: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9943: pa_vmethod_frame_local.h, Makefile.am: - who children for
9944: VMethodFrame were added: one (global) works as VMethodFrame
9945: before and second (local) write all vars in self vars scope
9946:
9947: * src/types/pa_method.h: - method has bool flag all_vars_local now
9948:
9949: 2008-05-29 misha
9950:
9951: * tests/: 129.html, results/129.processed: - more tests for
9952: ^table.hash[]
9953:
9954: * src/classes/hash.C: - ^hash::sql has a new option:
9955: $.type[hash|string|table] as ^table.hash[] one.
9956:
9957: * src/classes/op.C: - ^try has 3rd param now: finally code which
9958: executed anyway after try or catch section
9959:
9960: 2008-05-27 misha
9961:
9962: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9963: must not fail if $.distinct(1) wasn't specified
9964:
9965: 2008-05-26 misha
9966:
9967: * src/classes/op.C: - allow ^throw[my type]
9968:
9969: 2008-05-22 misha
9970:
9971: * configure.in, configure: - version number updated to 3.2.4b
9972:
9973: * src/classes/: op.C, string.C: - trim format string before
9974: eval/format
9975:
9976: * tests/: results/175.processed, 175.html: - more tests for
9977: different format strings in .format[]
9978:
9979: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9980: as well (not only %XX)
9981:
9982: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9983: charset specified - checks for format before print number
9984: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9985: (instead of tabs) removed
9986:
9987: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9988: charset specified
9989:
9990: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9991: char in requested charset from utf code was added
9992:
9993: 2008-05-19 misha
9994:
9995: * tests/: 174.html, results/174.processed: - test for
9996: ^hashfile.cleanup[] added
9997:
9998: * src/classes/hashfile.C: - optimization: don't create any key or
9999: value variable if it's name weren't specified
10000: (^hf.foreach[;v]{...})
10001:
10002: 2008-05-16 misha
10003:
10004: * src/classes/hash.C: - optimization: don't create any key variable
10005: if variable name wasn't specified (^h.foreach[;v]{...})
10006:
10007: 2008-05-15 misha
10008:
10009: * src/classes/op.C: - small changes
10010:
10011: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10012:
10013: * src/classes/hash.C: - calculate var_context once before foreach
10014:
10015: 2008-05-14 misha
10016:
10017: * src/classes/hashfile.C: - incorrect vars context calculation for
10018: ^hashfile.foreach[;]{} fixed
10019:
10020: * src/classes/: hash.C, table.C: - little optimisation
10021:
10022: * src/classes/file.C: - bugfix: double absolute path while loading
10023: file
10024:
10025: * tests/: 174.html, results/174.processed: - tests for hashfile
10026: were added
10027:
10028: * buildall-with-xml: - moving to libxslt 1.1.24
10029:
10030: 2008-04-30 misha
10031:
10032: * src/classes/file.C: - stat file while loading (local only) so
10033: .adate, .mdate and .cdate available without additional ::stat
10034:
10035: 2008-04-28 misha
10036:
10037: * src/classes/file.C: - $.name and $.content-type available for
10038: stated file
10039:
10040: 2008-04-14 misha
10041:
10042: * src/targets/cgi/parser3.C: - new year in copyright %-)
10043:
10044: * src/include/pa_version.h: - new version number in head
10045:
10046: 2008-04-10 misha
10047:
10048: * tests/: 080.html, results/080.processed: - cut '0' from
10049: exponential part because of on diff OS it differ (20 or 020 for
10050: ex)
10051:
10052: * tests/: 119.html, results/119.processed: - check for encoding
10053: while creating xdoc
10054:
10055: 2008-04-09 misha
10056:
10057: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10058:
10059: * src/main/pa_common.C: - comment added
10060:
10061: * src/classes/date.C: - little refactoring
10062:
10063: 2008-04-07 misha
10064:
10065: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10066: style of ^table.save[]: prepare one big string and sabe it at
10067: once. it's safe on freebsd 4.x but use much more memory.
10068:
10069: * buildall-with-xml, buildall-without-xml: - option
10070: --disable-stringstream added (under comment. use it on freebsd
10071: 4.x)
10072:
10073: 2008-02-22 misha
10074:
10075: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10076: specified together in file::load[;http] - get back transcoding
10077: $.body[] in file::load[;http]
10078:
10079: 2008-02-21 misha
10080:
10081: * src/classes/date.C: - ^date.gmt-string[] was added
10082:
10083: * src/types/pa_value.C: - method for output date in RFC 822 format
10084: moved to pa_common.h
10085:
10086: * src/include/pa_common.h: - method for output date in RFC 822
10087: format moved here from pa_value.C
10088:
10089: * src/types/pa_vmail.C: - fixed core in sending mail with
10090: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10091:
10092: 2008-02-20 misha
10093:
10094: * src/main/pa_http.C: - transcode $.headers before escaping into
10095: specified charset while ^file::load[...;http://...] (L_URI
10096: instead of L_HTTP_HEADER) - $.cookies param available in
10097: ^file::load[;http://...] now (but we don't parse set-cookies from
10098: response yet) (cookies not transcoded as common $cookies)
10099:
10100: 2008-02-19 misha
10101:
10102: * src/main/pa_request.C: - rollback: we mustn't force taint
10103: $response:field values because in this case
10104: $response:locateion[http://...] don't works.
10105:
10106: 2008-02-15 misha
10107:
10108: * src/classes/op.C: - little refactoring
10109:
10110: * src/main/pa_http.C: - taint names of $.headers for load[;http
10111:
10112: * src/main/pa_request.C: - force taint values of $response:field
10113:
10114: 2008-02-14 misha
10115:
10116: * src/main/pa_request.C: - $response:field transcoded to
10117: $response:charset before escaping now
10118:
10119: * src/main/pa_http.C: - some outdated comments removed
10120:
10121: * src/classes/date.C: - lastdat -> last-day
10122:
10123: * src/classes/date.C: - ^date:lastday(year;month) and
10124: ^date.lastday[] were added - little code refactoring - comments
10125: changes
10126:
10127: * tests/: 159.html, results/159.processed: - test for number of
10128: days in February
10129:
10130: * src/types/pa_value.C: - fixes in code formatting
10131:
10132: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10133: and comments
10134:
10135: 2008-02-13 misha
10136:
10137: * src/main/pa_common.C: - bugfix for february at leap year
10138:
10139: 2008-01-28 misha
10140:
10141: * tests/: 160.html, results/160.processed: - more test for cache
10142: added
10143:
10144: * src/classes/op.C: - bugfix: cache body executed twice if contains
10145: unhandled exception
10146:
10147: 2008-01-25 misha
10148:
10149: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10150: bug when hashfile became inavailable after memory:compact)
10151:
10152: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10153:
10154: 2008-01-22 misha
10155:
10156: * src/classes/table.C: - little refactiring and exception texts
10157: changes in method ^table.hash[]
10158:
10159: * src/types/pa_vcookie.C: - link to cookie specification changed
10160:
10161: 2008-01-21 misha
10162:
10163: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10164: file::exec/cgi
10165:
10166: * src/classes/file.C: - bugfix: core while processing headers if
10167: executed cgi script don't return content
10168:
10169: 2008-01-18 misha
10170:
10171: * buildall-with-xml: - move to libxml2 version 2.6.31
10172:
10173: * src/include/pa_version.h, configure.in: - version number updated
10174: to '3.2.3b'
10175:
10176: 2007-12-28 misha
10177:
10178: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10179: hash.contains
10180:
10181: 2007-12-27 misha
10182:
10183: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10184: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10185: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10186: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10187: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10188: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10189: src/targets/cgi/parser3.vcproj,
10190: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10191: back to VS2003 because of Apache 1.3 module can't work if it was
10192: built in VS 2005. with cgi all file so VS2003 project files can
10193: be easy converted to the new format.
10194:
10195: 2007-12-04 misha
10196:
10197: * src/types/pa_vcode_frame.h: - changes in comment
10198:
10199: 2007-11-29 misha
10200:
10201: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10202: intercept strings any longer
10203:
10204: * tests/: 173.html, results/173.processed: - tests for
10205: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10206: but not in main code frame
10207:
10208: * tests/: 172.html, results/172.processed: - more tests for pass
10209: objects from code frames
10210:
10211: 2007-11-27 misha
10212:
10213: * tests/: 152.html, results/152.processed: - tests for converting
10214: strings 'true'/'false' to bool were added
10215:
10216: * tests/152.html: - added checks for converting strings
10217: 'true'/'false' to bool
10218:
10219: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10220: not only strings with numbers but with values 'true'/'false' as
10221: well
10222:
10223: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10224: for parser3.log increased
10225:
10226: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10227:
10228: * src/include/pa_common.h: - remove_crlf return cstring size now
10229:
10230: * src/include/pa_types.h: - constant with buffer size for
10231: parser3.log added
10232:
10233: 2007-11-16 misha
10234:
10235: * tests/cat.sh: - script for tests for file::exec/cgi
10236:
10237: * tests/171.html: - tests for file::exec/cgi
10238:
10239: * tests/results/171.processed: - tests results for file::exec/cgi
10240:
10241: 2007-11-15 misha
10242:
10243: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10244:
10245: * src/classes/file.C: - .body must be set before analyzing cgi
10246: headers
10247:
10248: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10249: only if exec/cgi return anything.
10250:
10251: 2007-11-14 misha
10252:
10253: * operators.txt: - info about new text|binary option for
10254: file::exec/cgi was added
10255:
10256: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10257: ^file:exec[[text|binary];script;...]
10258:
10259: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10260: classes/string.C, classes/table.C: - more text strings moved to
10261: the one place
10262:
10263: 2007-11-09 misha
10264:
10265: * src/types/pa_vrequest.C: - $request:argv must be taint
10266:
10267: * ChangeLog: - $request:argv [patch from Sumo]
10268:
10269: * operators.txt: - $request:argv
10270:
10271: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10272: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10273:
10274: 2007-10-25 misha
10275:
10276: * buildall-with-xml, buildall-without-xml: - options preparations
10277: for ./configure rewrited
10278:
10279: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10280: error occure in unhandled_exception finally fixed
10281:
10282: 2007-10-23 misha
10283:
10284: * tests/: 170.html, results/170.processed: - test for
10285: @method[][result]
10286:
10287: * operators.txt: - added info about node.prefix and
10288: node.namespaceURI
10289:
10290: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10291:
10292: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10293: added for node and attribute
10294:
10295: 2007-10-22 misha
10296:
10297: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10298:
10299: * src/main/pa_request.C: - added const content-transfer-encoding
10300:
10301: * src/include/pa_request.h: - added const content-transfer-encoding
10302: - ups. constants must be in lowercase (for search)
10303:
10304: * src/types/pa_vmail.C: - more constants used -
10305: content-transfer-encoding: 8bit added
10306:
10307: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10308:
10309: * src/include/pa_request.h: - more constants
10310:
10311: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10312: ommit anymore if $.content-disposition was specified - little
10313: refactoring
10314:
10315: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10316:
10317: 2007-10-17 misha
10318:
10319: * operators.txt: - info about
10320: table::create[nameless]{data}[>options<] was added
10321:
10322: * src/main/: compile.tab.C, compile.y: - if error occure while
10323: compile method don't put this method in methods table anymore.
10324: in other case the parser coredumped if @unhandled_exception
10325: method can't be compiled because of parser.compile error.
10326:
10327: * src/main/execute.C: - little code reformating
10328:
10329: * src/main/pa_request.C: - little code reformating - comment
10330: changed
10331:
10332: 2007-10-16 misha
10333:
10334: * tests/: 035.html, results/035.processed: - tests
10335: table::create[]{}[options] added
10336:
10337: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10338: options (only $.seperator[] yet)
10339:
10340: 2007-10-10 misha
10341:
10342: * src/classes/table.C: - some contstants moved to pa_common.h -
10343: some code changes
10344:
10345: 2007-10-02 misha
10346:
10347: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10348: then three time as much. but base64 encoding method still use
10349: less memory anyway.
10350:
10351: 2007-09-17 misha
10352:
10353: * operators.txt: - added info about $cookie:fields
10354:
10355: * src/types/pa_vcookie.C: - $cookie:fields available now
10356:
10357: * src/classes/hash.C: - some stuff for use with .for_each moved to
10358: common
10359:
10360: * src/include/pa_common.h: - some stuff for use with .for_each
10361: moved here
10362:
10363: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10364:
10365: 2007-09-14 misha
10366:
10367: * buildall-with-xml: - new xml libs again =)
10368:
10369: 2007-08-28 misha
10370:
10371: * operators.txt: - texts about ^table.columns[[column name]] and
10372: ^string.split[...][v][column name] were added
10373:
10374: * tests/: 168.html, 169.html, results/168.processed,
10375: results/169.processed: - tests for ^table.columns[[column name]]
10376: and ^string.split[...][v][column name] were added
10377:
10378: * src/classes/table.C: - new option ^table.columns[[column name]]
10379: was added
10380:
10381: * src/classes/string.C: - new option ^string.split[...;v;[column
10382: name]]
10383:
10384: * src/include/pa_exception.h: - error text message for
10385: ^hash._keys[], ^table.columns[] and ^string.split[]
10386:
10387: 2007-08-27 misha
10388:
10389: * src/main/untaint.C: - try to fix coredump on unix if print to
10390: body ^taint[sql][something] outside of connect
10391:
10392: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10393: outside of connect
10394:
10395: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10396: added (commented by default)
10397:
10398: 2007-08-20 misha
10399:
10400: * operators.txt: - comment about new method ^node.hasAttributes[]
10401: was added
10402:
10403: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10404: duplicated exception text strings were removed
10405:
10406: * src/include/pa_exception.h: - more exception text strings moved
10407: here
10408:
10409: * src/classes/table.C: - some duplicate exceptions' text strings
10410: removed
10411:
10412: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10413: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10414: removed
10415:
10416: * src/include/pa_exception.h: - some exception text strings movet
10417: to pa_exception
10418:
10419: * tests/: 149.html, results/149.processed: - test for
10420: ^xnode.hasAttributes[] was added - some code changes
10421:
10422: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10423: added
10424:
10425: 2007-08-17 misha
10426:
10427: * tests/: results/006.processed, results/059.processed, 006.html,
10428: 059.html: - more tests for match
10429:
10430: * tests/: 129.html, results/129.processed: - tests for
10431: ^table.hash[...][$.type[string|hash|table]] added
10432:
10433: * src/targets/cgi/parser3.C: - little syntax changes
10434:
10435: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10436: syntax changes
10437:
10438: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10439: messages in parser3.log switched off by default. If someone
10440: really still need it: use $SIGPIPE(1)
10441:
10442: 2007-08-08 misha
10443:
10444: * buildall-with-xml, buildall-without-xml: - remove libs source
10445: files by default since now
10446:
10447: 2007-08-07 misha
10448:
10449: * buildall-without-xml: - some option syntax changes
10450:
10451: * buildall-with-xml: - compile libxml2 without http support - some
10452: option syntax changes
10453:
10454: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10455:
10456: 2007-08-06 misha
10457:
10458: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10459:
10460: * tests/: 160.html, results/160.processed: - cache test was
10461: rewrited
10462:
10463: 2007-07-06 misha
10464:
10465: * tests/: 153.html, results/153.processed: - added test for
10466: ^math:sha1[string]
10467:
10468: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10469: transcoded
10470:
10471: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10472: were added
10473:
10474: 2007-06-28 misha
10475:
10476: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10477: some incorrect chars
10478:
10479: 2007-06-19 misha
10480:
10481: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10482: were moved on top because of gcc 4 had a problems during
10483: building.
10484:
10485: 2007-06-18 misha
10486:
10487: * tests/results/019.processed: - new image commited
10488:
10489: 2007-06-09 misha
10490:
10491: * src/classes/: op.C, table.C: - in while and table.select method
10492: as_expression used now
10493:
10494: * src/types/pa_vmethod_frame.h: - method as_expression was added
10495:
10496: 2007-06-08 misha
10497:
10498: * tests/: 166.html, results/166.processed: - test for
10499: ^match[...][n]
10500:
10501: * tests/: 165.html, results/165.processed: - tests for loops
10502:
10503: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10504: because of no speed/memory optimisation but some proglems with
10505: long cycles occure
10506:
10507: 2007-06-06 misha
10508:
10509: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10510: ^table.select(true) and ^table.select(1) didn't works because of
10511: awaiting junction-param only. fixed.
10512:
10513: 2007-05-24 misha
10514:
10515: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10516: with 0.5 secs interval
10517:
10518: * src/classes/op.C: - cache was rewrited. I hope it works with
10519: locking system now on unix
10520:
10521: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10522: system locks which wait till other threads release it but try get
10523: lock, if fail wait 1 sec and make 10 attempts.
10524:
10525: * src/include/pa_os.h: - consts for blocking locks + some comments
10526: were added
10527:
10528: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10529: opening files
10530:
10531: * src/classes/table.C: - changes in includes. if unclude <sstream>
10532: after our classes on unix it can't be build
10533:
10534: * src/types/pa_vhashfile.C: - not needed code removed
10535:
10536: 2007-05-23 misha
10537:
10538: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10539: include/pa_common.h: - cosmetic changes
10540:
10541: 2007-05-18 misha
10542:
10543: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10544: often. it's give some speed increasing
10545:
10546: * tests/results/160.processed: - returned time corrected
10547:
10548: * tests/160.html: - time increased because on unix 1 mean nothing
10549: :(
10550:
10551: * operators.txt: - added info about ^hash.contain[key]
10552:
10553: * src/classes/hash.C: - added ^hash.contain[key]
10554:
10555: * src/include/pa_hash.h: - added method for checking key exists in
10556: hash
10557:
10558: 2007-05-07 misha
10559:
10560: * src/include/pa_string.h: - was compilation error during build on
10561: freebsd4
10562:
10563: 2007-05-03 misha
10564:
10565: * src/classes/table.C: - option $.type[hash|string|table] was added
10566: for ^table.hash[]
10567:
10568: * src/classes/file.C: - comment removed
10569:
10570: 2007-04-26 misha
10571:
10572: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10573: real files doesn't opened in place anymore
10574:
10575: 2007-04-24 misha
10576:
10577: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10578:
10579: * src/include/pa_exception.h: "static" removed
10580:
10581: 2007-04-23 misha
10582:
10583: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10584:
10585: * src/classes/math.C: added: - ^math:ln(N) (the same as
10586: ^math:log(N)) - ^math:lg(N)
10587:
10588: * tests/: 097.html, results/097.processed: - charsets converstion
10589: during ^file::load[text;http://...] added
10590:
10591: * tests/: 164.html, results/164.processed: - check for set expires
10592: as a date
10593:
10594: * tests/: 164.html, results/164.processed: - test for hashfile
10595:
10596: * src/classes/hashfile.C: - little comment changes
10597:
10598: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10599: access
10600:
10601: * src/: classes/date.C, classes/double.C, classes/file.C,
10602: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10603: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10604: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10605: classes/xnode.h, include/pa_request.h, main/execute.C,
10606: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10607: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10608: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10609: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10610: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10611: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10612: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10613: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10614: "parser.runtime" strings were removed
10615:
10616: * src/classes/hashfile.C: - with .clear[] called files_delete()
10617: now.
10618:
10619: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10620:
10621: * src/include/pa_exception.h: - string constant with
10622: "parser.runtime" text was added
10623:
10624: 2007-04-20 misha
10625:
10626: * operators.txt: - some comments changing
10627:
10628: * operators.txt: - added info about .^hashfile.release[],
10629: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10630:
10631: * configure: =cheching for unsetenv
10632:
10633: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10634: ^hashfile.release[] were added
10635:
10636: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10637: ^string.match[][] understand new option now: return number of
10638: matches but not table wit results
10639:
10640: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10641: reopen now
10642:
10643: * src/classes/op.C: - bug. must be false
10644:
10645: * configure.in: - checking for unsetenv was added
10646:
10647: * src/types/pa_vform.C: - some comments
10648:
10649: 2007-04-18 misha
10650:
10651: * buildall-with-xml: moving to libxml2-2.6.28
10652:
10653: * buildall-with-xml, buildall-without-xml: added commented lines
10654: with --disable-safe-mode option
10655:
10656: * operators.txt: - info about $form:files
10657:
10658: 2007-04-17 misha
10659:
10660: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10661: $form:files was added
10662:
10663: * tests/: 163.html, results/163.processed: removing auto format
10664:
10665: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10666:
10667: 2007-04-16 misha
10668:
10669: * tests/: 163.html, results/163.processed: - test for .int[],
10670: floor, round, ceiling and .format[]
10671:
10672: * src/classes/file.C: - little optimization for getting args in
10673: exec/cgi
10674:
10675: 2007-04-13 misha
10676:
10677: * src/classes/file.C: - arguments for file::exec/cgi can be
10678: specified now as s table with one column
10679:
10680: 2007-03-27 misha
10681:
10682: * tests/: 162.html, results/162.processed: - test for
10683: ^table.select(^condition[$t])
10684:
10685: * tests/results/auto.p: - load windows-1251 charset for some tests
10686:
10687: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10688:
10689: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10690: 161_windows1251.txt: - added test for
10691: ^file::load[text;/local/file.txt;$.charset[...]]
10692:
10693: * tests/: results/013.processed, 013.html: - added test for
10694: checking $._default value while hash modifications
10695:
10696: * tests/: 160.html, results/160.processed: - add test for
10697: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10698:
10699: 2007-03-22 misha
10700:
10701: * src/include/pa_common.h: - "charset" string defined for
10702: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10703:
10704: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10705: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10706: added - not needed transcodes were removed from
10707: ^file::load[...;http://...]
10708:
10709: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10710: added
10711:
10712: * src/classes/date.C: - date.week was fixed
10713:
10714: * operators.txt: - added info about date.weekyear
10715:
10716: * tests/: 159.html, results/159.processed: - tests for date.week
10717: and date.weekyear added
10718:
10719: 2007-03-15 misha
10720:
10721: * src/classes/table.C: - enclose column numbers for nameless tables
10722: as well
10723:
10724: 2007-03-14 misha
10725:
10726: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10727:
10728: * src/classes/table.C: - table.save optimization: now required much
10729: less memory
10730:
10731: 2007-03-13 misha
10732:
10733: * tests/results/: 158.processed, 158.processes: - tests for
10734: table.save/table.load
10735:
10736: * tests/: 158.html, results/158.processes: - tests for
10737: table.save/table.load
10738:
10739: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10740:
10741: * buildall-with-xml: - pattern needed now for building
10742:
10743: * tests/results/097.processed: - added test results for xdoc::load
10744: & xdoc::load[http://...]
10745:
10746: * tests/097.html: - added test for xdoc::load
10747:
10748: 2007-03-12 misha
10749:
10750: * tests/: 107.html, results/107.processed: - added test for xpath
10751: '//man'
10752:
10753: 2007-03-01 misha
10754:
10755: * tests/: 097.html, results/097.processed: - added test for
10756: creating xdoc from file
10757:
10758: * tests/: results/157.processed, 157.html: - added test for
10759: file:move
10760:
10761: 2007-02-28 misha
10762:
10763: * src/classes/xdoc.C: - another attempt
10764:
10765: * src/classes/xdoc.C: - roll back last changes for a while
10766:
10767: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10768:
10769: * src/classes/file.C: - under lock we create non-exist dir anyway
10770:
10771: * tests/results/099.processed: - ever send content-disposition to
10772: client with file
10773:
10774: * tests/157.html: + test for file:copy
10775:
10776: 2007-02-26 misha
10777:
10778: * src/classes/file.C: - some similar strings moved to #define
10779: instead of to be copy/pasted many times
10780:
10781: * src/types/pa_vfile.h: - class name string ("file") moved to
10782: #define
10783:
10784: 2007-02-20 misha
10785:
10786: * configure.in: - added some strings for sqlite detection
10787:
10788: 2007-02-19 misha
10789:
10790: * operators.txt: - some comments changes
10791:
10792: * buildall-with-xml, buildall-without-xml: - some modifications
10793:
10794: 2007-02-17 misha
10795:
10796: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10797:
10798: * src/main/pa_request.C: - damn, i forgot to commit it while I
10799: change console behaviour
10800:
10801: 2007-02-12 misha
10802:
10803: * src/targets/cgi/parser3.C: - don't print headers if
10804: $console:line[data] was used during cgi execution.
10805:
10806: * src/types/pa_vconsole.h: - console class have bool flag now which
10807: marked as 'true' if class was used.
10808:
10809: * tests/: 152.html, results/152.processed: - more types was added
10810: to test 152
10811:
10812: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10813: adding 'bool' (^if($image){} caused exception)
10814:
10815: 2007-02-09 misha
10816:
10817: * tests/: 152.html, results/152.processed: - test alightly updated
10818:
10819: * tests/: 152.html, results/152.processed: - test rewrited
10820:
10821: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10822: bugfix. I broke xdoc & xnode in expression
10823:
10824: 2007-02-08 misha
10825:
10826: * tests/: 152.html, results/152.processed: - add test for checking
10827: 'def' for void, string, bool, int & double
10828:
10829: 2007-02-07 misha
10830:
10831: * operators.txt: - ^file:base64[filespec] was added
10832:
10833: * tests/results/153.processed: - result test for
10834: ^file:base64[filespec] was updated
10835:
10836: * tests/153.html: - test for ^file:base64[filespec] was added
10837:
10838: * src/types/pa_vconsole.h: - little optimization
10839:
10840: * src/classes/file.C: - ^file:base64[filespec]
10841:
10842: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10843:
10844: * src/include/pa_common.h: - declarations for
10845: ^file:base64[filespec]
10846:
10847: * src/types/pa_vcookie.C: - little optimization
10848:
10849: 2007-02-06 misha
10850:
10851: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10852: were temporary commented
10853:
10854: * src/types/pa_vbool.h: - bugfix
10855:
10856: * tests/156.html: - added test for bool cookie
10857:
10858: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10859:
10860: * tests/: 155.html, results/155.processed: - added test for check
10861: $.encloser[] option for table save/load
10862:
10863: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10864:
10865: 2007-02-05 misha
10866:
10867: * tests/results/152.processed: - newline at the end was missed
10868:
10869: * tests/results/141.processed: - math:md5 must be lowercased
10870:
10871: * src/targets/cgi/parser3.C: - 2007 in help ;)
10872:
10873: 2007-02-03 misha
10874:
10875: * tests/results/: 150.processed, 151.processed, 152.processed: -
10876: test for bool added and some content length fixes
10877:
10878: * tests/152.html: - test for bool added
10879:
10880: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10881:
10882: * operators.txt: - info bool class was added
10883:
1.116 moko 10884: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10885: classes/classes.vcproj, classes/double.C, classes/int.C,
10886: classes/string.C, classes/void.C, classes/xnode.C,
10887: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10888: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10889: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10890: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10891: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10892: types/types.vcproj: - bool class was added
10893:
10894: * src/main/pa_request.C: - fix
10895:
10896: 2007-01-18 misha
10897:
10898: * src/: main/pa_string.C, classes/string.C: - return table during
10899: ^string.match[][] even if no matched found.
10900:
10901: 2006-12-20 misha
10902:
10903: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10904: http://www.parser.ru/forum/?id=55598 ]
10905:
10906: 2006-12-19 misha
10907:
10908: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10909: details: http://www.parser.ru/forum/?id=52359
10910:
10911: * src/main/pa_request.C: - always set content-disposition for
10912: $response:body[hash here]. more details:
10913: http://www.parser.ru/forum/?id=52130
10914:
10915: 2006-12-07 misha
10916:
10917: * operators.txt: - added info about bool params in cookie set
10918:
10919: * src/types/pa_vcookie.C: - bool param in cookies available now
10920: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10921: ]
10922:
10923: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10924: was added
10925:
10926: 2006-12-02 misha
10927:
10928: * src/classes/file.C: - file_block_read used instead of native read
10929:
10930: * src/main/pa_common.C: - added file_block_read with read error
10931: detection - file_block_read used instead of native read
10932:
10933: * src/include/pa_common.h: - added file_block_read declaration
10934:
10935: 2006-12-01 misha
10936:
10937: * operators.txt: - info about $var.CLASS_NAME was added
10938:
10939: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10940: $var.CLASS_NAME added
10941:
10942: * operators.txt: - added info about ^file:copy[]
10943:
10944: * src/classes/file.C: - ^file:copy[from;fo] was added
10945:
10946: 2006-11-20 misha
10947:
10948: * src/classes/date.C: - bug fix :)
10949:
10950: 2006-11-17 misha
10951:
10952: * src/include/pa_common.h: - array in crc32 calculation was changed
10953: to static
10954:
10955: * src/main/pa_common.C: - little optimization in getMonthDays -
10956: small changes in crc32 calculation
10957:
10958: * src/classes/date.C: - not needed code was removed
10959:
10960: 2006-11-16 misha
10961:
10962: * src/types/pa_vmail.C: - fix missed brakes
10963:
10964: * src/types/pa_vmail.C: - mail:send now set content-type:
10965: multipart/related instead of multipart/mixed if file have
10966: $.content-id[]
10967:
10968: 2006-11-15 misha
10969:
10970: * src/types/pa_vdouble.h: abs -> fabs
10971:
10972: 2006-11-14 misha
10973:
10974: * operators.txt: - added info about ^file.md5[] and
10975: ^file:md5[file-name]
10976:
10977: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10978: added
10979:
10980: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10981: FILE_BUFFER_SIZE
10982:
10983: * src/classes/math.C: - hex_string was moved to pa_common.h
10984:
10985: * src/include/pa_common.h: - hex_string was moved from math.C -
10986: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10987:
10988: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10989: values was fixed
10990:
10991: 2006-11-13 misha
10992:
10993: * operators.txt: - added info about ^math:crc32[string],
10994: ^file:crc32[file-name] & ^file.crc32[]
10995:
10996: * src/classes/math.C: - added ^math:crc32[string]
10997:
10998: * src/classes/file.C: - some comments were changed - added
10999: ^file:crc32[file-name] and ^file.crc32[]
11000:
11001: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11002: crc32 calculation added
11003:
11004: 2006-11-03 misha
11005:
11006: * src/include/pa_array.h: - not needed variable removed
11007:
11008: * tests/: 150.html, 151.html, results/150.processed,
11009: results/151.processed: - 2 tests were added
11010:
11011: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11012: with $.reverse(1) were fixed
11013:
11014: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11015: query converted to $.charset during ^file::load[http://...]
11016:
11017: 2006-11-02 misha
11018:
11019: * src/include/pa_table.h: ups. forget '=' char
11020:
11021: * src/include/pa_table.h: - one more fix in
11022: .locate[...][$.reverse(1)]
11023:
11024: 2006-11-01 misha
11025:
11026: * src/classes/math.C: - bug fix, details:
11027: http://www.parser.ru/forum/?id=53360
11028:
11029: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11030: false for all records )[$.reverse(1)]
11031:
11032: * src/main/pa_http.C: - second param for this mid method is length
11033: but not end_index so this method has error and can't detect
11034: charsets in next content-types: Content-type: text/html;
11035: charset="windows-1251" Content-type: text/html;
11036: charset="windows-1251"; Content-type: text/html;
11037: charset=windows-1251;
11038:
11039: only Content-type: text/html; charset=windows-1251 was fine
11040:
11041: 2006-10-31 misha
11042:
11043: * src/classes/file.C: - empty args in file::exec removed now
11044:
11045: 2006-09-03 paf
11046:
11047: * src/classes/file.C: proper tainting of
11048: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11049:
11050: 2006-06-09 paf
11051:
11052: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11053:
11054: * src/classes/table.C: formatting
11055:
11056: * src/classes/table.C: incorporated patch from misha: Sent:
11057: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11058: ignoring string options for ^table.save[]
11059:
11060: * src/classes/hash.C: incorporated patch from misha Sent:
11061: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11062: $hash._default disappear while
11063:
11064: * operators.txt: ^mail:send[ $.file1[ $.value[file]
11065: $.format[!uue|!base64] << new base64 option. default uue ] ]
11066:
11067: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11068: PM Subject: patch for base64 in ^mail:send[] %-)
11069:
11070: 2006-04-09 paf
11071:
11072: * src/main/compile.tab.C: ` change compiled
11073:
11074: * gnu.vcproj, operators.txt, parser3.sln,
11075: src/classes/classes.vcproj, src/classes/file.C,
11076: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11077: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11078: src/classes/xnode.C, src/include/pa_array.h,
11079: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11080: src/include/pa_memory.h, src/include/pa_request.h,
11081: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11082: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11083: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11084: src/lib/pcre/pcre_dftables.vcproj,
11085: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11086: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11087: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11088: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11089: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11090: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11091: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11092: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11093: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11094: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11095: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11096: src/types/pa_value.h, src/types/pa_vcookie.C,
11097: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11098: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11099: src/types/pa_vstatus.C, src/types/types.vcproj,
11100: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11101: ^menu, ^hash/hashfile.foreach
11102:
11103: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11104: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11105: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11106: src/classes/xnode.C, src/include/pa_array.h,
11107: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11108: src/include/pa_memory.h, src/include/pa_request.h,
11109: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11110: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11111: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11112: src/lib/pcre/pcre_dftables.vcproj,
11113: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11114: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11115: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11116: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11117: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11118: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11119: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11120: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11121: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11122: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11123: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11124: src/types/pa_value.h, src/types/pa_vcookie.C,
11125: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11126: src/types/pa_vstatus.C, src/types/types.vcproj,
11127: tests/descript.ion: ! switched to VS2005 (projects and
11128: object<info explicitly typed>.for_each(, info)) +
11129: $response:field[] setting void means removing + grammar $name`
11130: name stops now, for mysql `$field` + started ^break[]
11131: ^continue[], in ^for. TODO: to other iterators (while, menu,
11132: foreach) + all log messages += [uri=, method=, cl=]
11133:
11134: * buildall-with-xml: merged . ftp paths update
11135:
11136: * buildall-with-xml: . ftp paths update
11137:
11138: 2006-03-04 paf
11139:
11140: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11141: checks++ [thanks to Igor Zinkovsky for detailed report]
11142:
11143: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11144: Igor Zinkovsky for detailed report]
11145:
11146: 2006-03-01 paf
11147:
11148: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11149: \n to ' ' in
11150:
11151: 2006-02-18 paf
11152:
11153: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11154: \n to ' ' in
11155:
11156: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11157:
11158: 2006-02-03 paf
11159:
11160: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11161: base64
11162:
11163: * src/main/pa_common.C: ! bugfix: decoding from base64
11164:
11165: 2006-01-20 paf
11166:
11167: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11168: economy fix
11169:
11170: * src/classes/: table.C: merged from HEAD ! bugfix
11171: ^table.save[$.encloser-s now handled properly
11172:
11173: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11174: handled properly
11175:
11176: 2006-01-19 paf
11177:
11178: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11179: libgc:USE_MUNMAP activates merging of free memory blocks which
11180: helps a lot in our case: after transform we want
11181: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11182:
11183: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11184: economy fix
11185:
11186: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11187: activates merging of free memory blocks which helps a lot in our
11188: case: after transform we want CORD(main.result)->cstr[big
11189: malloc]->transcode[big malloc]
11190:
11191: 2006-01-17 paf
11192:
11193: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11194: before reading them. got rid of reallocs = became quicker and
11195: less fragmentated
11196:
11197: 2005-12-29 paf
11198:
1.116 moko 11199: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11200: configure, configure.in, src/include/pa_version.h,
11201: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11202: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11203: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11204: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11205: src/lib/ltdl/missing: . merged from 3.2.1
11206:
1.116 moko 11207: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11208: packaged when 'make dist', so do configure companion files in
11209: src/lib/ltdl
11210:
11211: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11212: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11213: missing: . now config_auto.h is created with configure [were
11214: constant]
1.95 moko 11215:
11216: * INSTALL: . references to documentation and some clarification
11217:
11218: * buildall-with-xml, buildall-without-xml: . farawell doc
11219: indication
11220:
1.116 moko 11221: * Makefile.am: . dist+=buildall*
1.95 moko 11222:
11223: 2005-12-28 paf
11224:
11225: * configure: . 3.2.1
11226:
11227: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11228: simplify build process, see INSTALL
11229:
11230: 2005-12-26 paf
11231:
11232: * configure: ver
11233:
11234: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11235: version
11236:
11237: 2005-12-21 paf
11238:
11239: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11240: compiled with bison 1.875b, it reports unexpected token names
11241:
11242: 2005-12-19 paf
11243:
11244: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11245: holds a link to xmlNode to prevent premature gc(xmlNode)
11246:
11247: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11248: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11249: src/main/main.vcproj, src/main/pa_globals.C,
11250: src/targets/cgi/parser3.vcproj,
11251: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11252: configure, configure.in, src/include/pa_version.h: . killing
11253: gdome [what a relief]
11254:
11255: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11256: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11257: run_parser.sh, results/001.processed, results/002.processed,
11258: results/003.processed, results/004.processed,
11259: results/005.processed, results/006.processed,
11260: results/008.processed, results/009.processed,
11261: results/010.processed, results/011.processed,
11262: results/012.processed, results/013.processed,
11263: results/014.processed, results/015.processed,
11264: results/016.processed, results/017.processed,
11265: results/018.processed, results/020.processed,
11266: results/021.processed, results/022.processed,
11267: results/023.processed, results/024.processed,
11268: results/025.processed, results/026.processed,
11269: results/027.processed, results/028.processed,
11270: results/029.processed, results/030.processed,
11271: results/031.processed, results/032.processed,
11272: results/033.processed, results/034.processed,
11273: results/035.processed, results/036.processed,
11274: results/037.processed, results/038.processed,
11275: results/039.processed, results/040.processed,
11276: results/041.processed, results/042.processed,
11277: results/043.processed, results/044.processed,
11278: results/045.processed, results/046.processed,
11279: results/047.processed, results/048.processed,
11280: results/049.processed, results/050.processed,
11281: results/051.processed, results/052.processed,
11282: results/053.processed, results/054.processed,
11283: results/055.processed, results/056.processed,
11284: results/057.processed, results/058.processed,
11285: results/059.processed, results/060.processed,
11286: results/061.processed, results/062.processed,
11287: results/063.processed, results/064.processed,
11288: results/065.processed, results/066.processed,
11289: results/067.processed, results/068.processed,
11290: results/069.processed, results/070.processed,
11291: results/071.processed, results/072.processed,
11292: results/073.processed, results/074.processed,
11293: results/075.processed, results/076.processed,
11294: results/077.processed, results/078.processed,
11295: results/079.processed, results/080.processed,
11296: results/081.processed, results/082.processed,
11297: results/083.processed, results/084.processed,
11298: results/085.processed, results/086.processed,
11299: results/087.processed, results/088.processed,
11300: results/089.processed, results/090.processed,
11301: results/091.processed, results/092.processed,
11302: results/093.processed, results/094.processed,
11303: results/095.processed, results/096.processed,
11304: results/097.processed, results/099.processed,
11305: results/100.processed, results/101.processed,
11306: results/102.processed, results/104.processed,
11307: results/105.processed, results/106.processed,
11308: results/107.processed, results/108.processed,
11309: results/109.processed, results/110.processed,
11310: results/111.processed, results/112.processed,
11311: results/113.processed, results/114.processed,
11312: results/115.processed, results/117.processed,
11313: results/119.processed, results/120.processed,
11314: results/121.processed, results/122.processed,
11315: results/123.processed, results/124.processed,
11316: results/125.processed, results/126.processed,
11317: results/127.processed, results/128.processed,
11318: results/129.processed, results/130.processed,
11319: results/131.processed, results/132.processed,
11320: results/133.processed, results/134.processed,
11321: results/135.processed, results/136.processed,
11322: results/138.processed, results/139.processed,
11323: results/140.processed, results/141.processed,
11324: results/142.processed, results/143.processed,
11325: results/144.processed, results/145.processed,
11326: results/146.processed, results/147.processed,
11327: results/148.processed, results/149.processed, results/auto.p: .
11328: now works if we turn off default auto.p
11329:
1.116 moko 11330: * configure: . makes
1.95 moko 11331:
11332: * src/types/pa_vxnode.C: . less warnings
11333:
11334: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11335: tests/145.html, tests/149.html, tests/descript.ion,
11336: tests/outputs/d.cmd, tests/results/142.processed,
11337: tests/results/143.processed, tests/results/144.processed,
11338: tests/results/145.processed, tests/results/146.processed,
11339: tests/results/147.processed, tests/results/148.processed,
11340: tests/results/149.processed: . removed .nodeValue from all node
11341: types other than 5 (grabbed piece from gdome)
11342:
11343: * tests/: 137.html, results/137.processed: . not handled this case
11344: yet. code does not hang from inserting parent into child,
11345: considering thing minor issue -- nodes are removed from source
11346: anyway, don't know why shold that be an error after all
11347:
11348: * src/targets/cgi/parser3.C: . style
11349:
11350: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11351: xdoc too [were barking "not element"]
11352:
11353: 2005-12-16 paf
11354:
11355: * tests/: 146.html, 147.html, 148.html: . more tests
11356:
11357: * src/classes/xnode.C: . also bark on possible errors
11358:
11359: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11360: props
11361:
11362: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11363: main/compile.y: merged from HEAD ! fixed overoptimized
11364: ^call(false) case. (confused it with ^call[] case)
11365:
11366: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11367: ^call(false) case. (confused it with ^call[] case)
11368:
11369: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11370:
11371: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11372: results/001.processed, results/002.processed,
11373: results/003.processed, results/004.processed,
11374: results/005.processed, results/006.processed,
11375: results/008.processed, results/009.processed,
11376: results/010.processed, results/011.processed,
11377: results/012.processed, results/013.processed,
11378: results/014.processed, results/015.processed,
11379: results/016.processed, results/017.processed,
11380: results/018.processed, results/019.processed,
11381: results/020.processed, results/021.processed,
11382: results/022.processed, results/023.processed,
11383: results/024.processed, results/025.processed,
11384: results/026.processed, results/027.processed,
11385: results/028.processed, results/029.processed,
11386: results/030.processed, results/031.processed,
11387: results/032.processed, results/033.processed,
11388: results/034.processed, results/035.processed,
11389: results/036.processed, results/037.processed,
11390: results/038.processed, results/039.processed,
11391: results/040.processed, results/041.processed,
11392: results/042.processed, results/043.processed,
11393: results/044.processed, results/045.processed,
11394: results/046.processed, results/047.processed,
11395: results/048.processed, results/049.processed,
11396: results/050.processed, results/051.processed,
11397: results/052.processed, results/053.processed,
11398: results/054.processed, results/055.processed,
11399: results/056.processed, results/057.processed,
11400: results/058.processed, results/059.processed,
11401: results/060.processed, results/061.processed,
11402: results/062.processed, results/063.processed,
11403: results/064.processed, results/065.processed,
11404: results/066.processed, results/067.processed,
11405: results/068.processed, results/069.processed,
11406: results/070.processed, results/071.processed,
11407: results/072.processed, results/073.processed,
11408: results/074.processed, results/075.processed,
11409: results/076.processed, results/077.processed,
11410: results/078.processed, results/079.processed,
11411: results/080.processed, results/081.processed,
11412: results/082.processed, results/083.processed,
11413: results/084.processed, results/085.processed,
11414: results/086.processed, results/087.processed,
11415: results/088.processed, results/089.processed,
11416: results/090.processed, results/091.processed,
11417: results/092.processed, results/093.processed,
11418: results/094.processed, results/095.processed,
11419: results/096.processed, results/097.processed,
11420: results/099.processed, results/101.processed,
11421: results/102.processed, results/104.processed,
11422: results/105.processed, results/106.processed,
11423: results/107.processed, results/108.processed,
11424: results/109.processed, results/110.processed,
11425: results/111.processed, results/112.processed,
11426: results/113.processed, results/114.processed,
11427: results/115.processed, results/116.processed,
11428: results/117.processed, results/118.processed,
11429: results/119.processed, results/120.processed,
11430: results/121.processed, results/122.processed,
11431: results/123.processed, results/124.processed,
11432: results/125.processed, results/126.processed,
11433: results/127.processed, results/128.processed,
11434: results/129.processed, results/130.processed,
11435: results/131.processed, results/132.processed,
11436: results/133.processed, results/134.processed,
11437: results/135.processed, results/136.processed,
11438: results/137.processed, results/138.processed,
11439: results/139.processed, results/140.processed,
11440: results/141.processed: . refreshed old tests, made them work
11441: without auto.p (in utf8) . things noted: . gif got encoded
11442: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11443: some strange year)
11444:
11445: * INSTALL: . revived linux libgc fix
11446:
11447: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11448: glib/gdome in INSTALL and patches]
11449:
11450: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11451: include/pa_charset.h, include/pa_config_includes.h,
11452: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11453: include/pa_xml_exception.h, lib/cord/Makefile.am,
11454: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11455: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11456: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11457: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11458: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11459: types/pa_vxnode.h: . started killing gdome
11460:
11461: 2005-12-13 paf
11462:
11463: * src/main/: pa_request.C: merged from HEAD ! when code in
11464: @unhandled_exception thrown another exception, print correct
11465: origin (earlier code in catch of exception inside of
11466: @unhandled_exception grabbed parent_frame(original_exception)
11467: origin and printed it, instead of true origin)
11468:
11469: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11470: another exception, print correct origin (earlier code in catch of
11471: exception inside of @unhandled_exception grabbed
11472: parent_frame(original_exception) origin and printed it, instead
11473: of true origin)
11474:
11475: 2005-12-09 paf
11476:
11477: * INSTALL: . updated INSTALL doc to work around linux stack base
11478: detection problem, due to change in gc6.4 code
11479:
11480: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11481: ignored in ^string.matched :(
11482:
11483: * src/main/pa_string.C: ! regex tainting were ignored in
11484: ^string.matched :(
11485:
11486: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11487: src/include/pa_config_fixed.h, src/include/pa_version.h,
11488: src/main/compile.y, src/main/compile_tools.h,
11489: src/main/pa_charset.C, src/main/pa_common.C,
11490: src/main/pa_globals.C, src/main/pa_string.C,
11491: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11492: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11493:
11494: 2005-12-08 paf
11495:
11496: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11497: 500 chars now handled OK [were wrapped on 500th char according to
11498: rfc, but sendmail failed to unwrap it properly]
11499:
11500: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11501: handled OK [were wrapped on 500th char according to rfc, but
11502: sendmail failed to unwrap it properly]
11503:
11504: * src/targets/isapi/parser3isapi.C: . less warnings
11505:
11506: * src/targets/isapi/parser3isapi.C: . undone some strange change
11507: since 3.1.5
11508:
11509: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11510: link fixes
11511:
11512: * src/: classes/date.C, include/pa_config_fixed.h,
11513: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11514: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11515: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11516:
11517: * src/include/pa_config_fixed.h: . removed outdated string origins
11518: [in current storage scheme there's no place for them. someday we
11519: can add third CORD to store origins and special version of parser
11520: which stores origins there [separate binary]]
11521:
11522: 2005-12-07 paf
11523:
11524: * src/targets/isapi/parser3isapi.C: . now links in release mode
11525:
11526: * src/include/pa_version.h: makefiles
11527:
11528: * src/include/pa_version.h: . not beta
11529:
11530: * configure, configure.in, src/include/pa_version.h: not beta
11531:
11532: 2005-12-06 paf
11533:
11534: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11535: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11536: decided to undo the change ^call[$void] passes void. now it will
11537: pass empty string again.
11538:
11539: * src/main/: compile.tab.C, compile.y: . version readded
11540:
11541: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11542: = ^switch[void] problem
11543:
11544: 2005-12-01 paf
11545:
11546: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11547: caused ^case[string] to be coerced to double since searching
11548: value were not string (it was vvoid)
11549:
11550: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11551: ^case[string] to be coerced to double since searching value were
11552: not string (it was vvoid)
11553:
11554: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11555: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11556:
11557: 2005-11-30 paf
11558:
11559: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11560: win32 must putenv("TZ="), on unix works only putenv("TZ")
11561:
11562: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11563: putenv("TZ="), on unix works only putenv("TZ")
11564:
11565: * INSTALL: . xml libs versions updated
11566:
11567: * src/main/pa_globals.C: //20051130 trying to remove this, author
11568: claims that fixed a lot there // 20040920 for now both
11569: workarounds needed. wait for new libxml/xsl versions
11570:
11571: 2005-11-28 paf
11572:
11573: * src/classes/table.C: merged from HEAD: ! nameless table has
11574: columns==0
11575:
11576: * src/classes/table.C: ! nameless table has columns==0
11577:
11578: * src/main/pa_http.C: merged from HEAD: ! status line check made
11579: earlier [was totally wrong]
11580:
11581: * src/main/pa_http.C: ! status line check made earlier [was totally
11582: wrong]
11583:
11584: 2005-11-25 paf
11585:
11586: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11587: undoing for now...
11588:
11589: * src/include/pa_version.h: -this reduces speed(table::load),
11590: strange. undoing
11591:
11592: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11593:
11594: * src/classes/op.C: + ^while(){}[SEPARATOR]
11595:
11596: * src/include/pa_array.h: + optimistics added: all arrays (table
11597: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11598: this speeds things up and saves memory a LOT! (not noticed
11599: negative effect on syntetic tests, future will tell...)
11600:
11601: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11602: changed gc_malloc implementation, which obscured profiling
11603:
11604: * src/classes/table.C: merged from HEAD: + optimized
11605: table::load/sql, now row ArrayString-s allocated with
11606: columns.count() elements and don't always grow from
11607: count=3[realloc,realloc]
11608:
11609: * src/classes/table.C: + optimized table::load/sql, now row
11610: ArrayString-s allocated with columns.count() elements and don't
11611: always grow from count=3[realloc,realloc]
11612:
11613: * src/classes/table.C: merged from HEAD: . ^table.save unused
11614: buffer after save
11615:
11616: * src/classes/table.C: . ^table.save unused buffer after save
11617:
11618: 2005-11-24 paf
11619:
11620: * configure.in: . merged glib2-config patch
11621:
11622: * configure.in: + trying to find glib2-config
11623:
11624: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11625: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11626: file/dir_readable to simple file/dir_exist, this would help in
11627: situations "class not found because .p file has bad rights" << in
11628: that case error would be explicit "access denied to 'this' file"
11629:
1.116 moko 11630: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11631:
11632: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11633: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11634: to simple file/dir_exist, this would help in situations "class
11635: not found because .p file has bad rights" << in that case error
11636: would be explicit "access denied to 'this' file"
11637:
11638: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11639: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11640: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11641: ^file::exec/cgi[script;$.charset[changed]
11642: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11643: encoded in $.charset charset
11644:
11645: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11646: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11647: encoded in $.charset charset
11648:
11649: * src/: include/Makefile.am, include/pa_common.h,
11650: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11651: main/pa_common.C, main/pa_http.C: . extracted http:// into
11652: separate file [preparation for
11653: ^file::cgi[script;$.form[$.field1[]
11654:
11655: 2005-11-22 paf
11656:
11657: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11658:
11659: * acinclude.m4, configure.in: . merged underquting fixes
11660:
1.116 moko 11661: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11662:
11663: * src/classes/op.C: . overmerged a little
11664:
11665: * src/main/compile.tab.C: Makefile
11666:
11667: * src/main/: pa_common.C: . less gcc warnings
11668:
11669: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11670: now reports original exception if we have no old cache
11671:
11672: * src/classes/op.C: + $exception.handled[cache] now reports
11673: original exception if we have no old cache
11674:
11675: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11676: from HEAD: + ^taint/untaint[regex] << escapes these:
11677: \^$.[]|()?*+{}
11678:
11679: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11680: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11681:
11682: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11683: getenv-ed variable, which does not work both on win32&unix.
11684: copied old TZ value now
11685:
11686: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11687: stored pointer to getenv-ed variable, which does not work both on
11688: win32&unix. copied old TZ value now
11689:
11690: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11691: getenv-ed variable, which does not work both on win32&unix.
11692: copied old TZ value now
11693:
11694: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11695: access to internal hash
11696:
11697: * src/types/pa_vresponse.C: + $response:headers access to internal
11698: hash
11699:
11700: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11701: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11702: isapi] this reduces number of "GC Warning: Repeated allocation of
11703: very large block" messages to only important onces
11704:
11705: * src/targets/isapi/parser3isapi.C: +
11706: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11707: isapi] this reduces number of "GC Warning: Repeated allocation of
11708: very large block" messages to only important onces
11709:
11710: * src/classes/string.C: merged from HEAD: + removed limitation on
11711: ^string/int/double:sql{}[$.default[({param style})] ]
11712:
11713: * src/classes/string.C: + removed limitation on
11714: ^string/int/double:sql{}[$.default[({param style})] ]
11715:
11716: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11717: with ?params or $.form option" limitation
11718:
11719: * src/main/pa_common.C: + removed "use either uri with ?params or
11720: $.form option" limitation
11721:
11722: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11723: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11724: ^file::base64[encoded] decode
11725:
11726: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11727: main/pa_common.C: + ^file.base64[] encode +
11728: ^file::base64[encoded] decode
11729:
11730: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11731: ^string:base64[encoded] decode
11732:
11733: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11734: ^string:base64[in] encode + ^string.base64[] decode
11735:
11736: 2005-11-21 paf
11737:
11738: * src/classes/file.C: + merged from HEAD:
11739: ^file::create[text;file.xml;^untaint[xml]{data}]
11740:
11741: * src/classes/file.C: +
11742: ^file::create[text;file.xml;^untaint[xml]{data}]
11743:
11744: * src/main/pa_request.C: ! merged: $response:body[file] now
11745: differes from :download, it does not return content-disposition
11746: at all now [previusely it returned valueless content-disposition]
11747:
11748: * src/main/pa_request.C: ! $response:body[file] now differes from
11749: :download, it does not return content-disposition at all now
11750: [previusely it returned valueless content-disposition]
11751:
11752: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11753: literals, reverted to just vvod, recreating empty array with each
11754: void_value token. that's absolutely needed, since that array
11755: grows
11756:
11757: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11758: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11759: types/pa_vmethod_frame.h: + merged: expression literals:
11760: true/false. ^format[$.indent(true)]
11761:
11762: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11763: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11764: types/pa_vmethod_frame.h: + expression literals: true/false.
11765: ^format[$.indent(true)]
11766:
11767: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11768: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11769: i386-pc-win32)"
11770:
11771: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11772: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11773: i386-pc-win32)"
11774:
11775: 2005-11-18 paf
11776:
11777: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11778: null}[$.default(123)] will now return default value
11779:
11780: * src/classes/op.C: + merged ^cache[] << returns current cache
11781: expiration time
11782:
11783: * src/classes/op.C: + ^cache[] << returns current cache expiration
11784: time
11785:
11786: * src/classes/table.C: ! merged ^table::create[not'nameless';
11787: failed << Exception.problem_source pointed to local var!
11788:
11789: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11790: Exception.problem_source pointed to local var!
11791:
11792: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11793: now loads VFile.ptr!=0, so such files can be saved now
11794:
11795: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11796: loads VFile.ptr!=0, so such files can be saved now
11797:
11798: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11799: only . and .. now removed from list [were removed all .*]
11800:
11801: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11802: .. now removed from list [were removed all .*]
11803:
11804: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11805: open error now checked, were not :( [stole that piece from apache
11806: 1.3 sources]
11807:
11808: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11809: checked, were not :( [stole that piece from apache 1.3 sources]
11810:
11811: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11812: untainting of @main result if returned by $result or
11813: $response:body
11814:
11815: * src/main/pa_request.C: ! ensured proper untainting of @main
11816: result if returned by $result or $response:body
11817:
11818: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11819: issue: now tries to guess content-length and allocates one big
11820: piece if possible [regretfully gc_realloc works as malloc+free,
11821: leaving lots of holes behind]
11822:
11823: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11824: fixed file load memory issue: now tries to guess content-length
11825: and allocates one big piece if possible [regretfully gc_realloc
11826: works as malloc+free, leaving lots of holes behind]
11827:
11828: 2005-11-16 paf
11829:
11830: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11831: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11832: table::save with enclosers now doubles them: "->"" !
11833: table::save/load do not remove elements from options hash
11834:
11835: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11836: [were overoptimized ^if(double_literal), compiler confused
11837: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11838:
11839: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11840: [were overoptimized ^if(double_literal), compiler confused
11841: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11842:
11843: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11844: main/pa_common.C: ! table::save with enclosers now doubles them:
11845: "->"" ! table::save/load do not remove elements from options hash
11846:
11847: 2005-11-03 paf
11848:
1.116 moko 11849: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11850: compilation, not all makefiles liked that
1.95 moko 11851:
11852: 2005-08-30 paf
11853:
11854: * src/classes/op.C: merge . speedup check of [DEFAULT]
11855:
11856: * src/classes/op.C: . speedup check of [DEFAULT]
11857:
11858: 2005-08-26 paf
11859:
11860: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11861:
11862: * src/: classes/date.C, types/pa_vdate.h: + date.week
11863:
11864: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11865: complains about bad!=nameless
11866:
11867: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11868: about bad!=nameless
11869:
11870: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11871: optional options were allowed to be empty. were checked
11872: if(is_string), changed to !defined||is_string to allow void
11873:
11874: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11875: classes/string.C, classes/table.C, classes/void.C: ! optional
11876: options were allowed to be empty. were checked if(is_string),
11877: changed to !defined||is_string to allow void
11878:
11879: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11880: as_junction where they needed as_int/double, so failed with
11881: recent "(const) now no junction" optimization
11882:
11883: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11884: merged ! many classes/* used as_junction where they needed
11885: as_int/double, so failed with recent "(const) now no junction"
11886: optimization
11887:
11888: * src/: classes/double.C, classes/int.C, classes/math.C,
11889: classes/op.C, classes/string.C, classes/table.C,
11890: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11891: used as_junction where they needed as_int/double, so failed with
11892: recent "(const) now no junction" optimization
11893:
11894: 2005-08-24 paf
11895:
11896: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11897: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11898: stripped it
11899:
11900: 2005-08-09 paf
11901:
11902: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11903: not cleared
11904:
11905: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11906: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11907: classes/hashfile.C, classes/image.C, classes/int.C,
11908: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11909: classes/response.C, classes/string.C, classes/table.C,
11910: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11911: include/pa_array.h, include/pa_cache_managers.h,
11912: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11913: include/pa_config_fixed.h, include/pa_config_includes.h,
11914: include/pa_dictionary.h, include/pa_dir.h,
11915: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11916: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11917: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11918: include/pa_request_charsets.h, include/pa_request_info.h,
11919: include/pa_sapi.h, include/pa_socks.h,
11920: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11921: include/pa_stack.h, include/pa_string.h,
11922: include/pa_stylesheet_connection.h,
11923: include/pa_stylesheet_manager.h, include/pa_table.h,
11924: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11925: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11926: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11927: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11928: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11929: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11930: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11931: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11932: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11933: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11934: main/pa_sql_driver_manager.C, main/pa_string.C,
11935: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11936: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11937: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11938: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11939: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11940: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11941: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11942: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11943: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11944: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11945: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11946: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11947: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11948: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11949: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11950: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11951: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11952: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11953: types/pa_vresponse.C, types/pa_vresponse.h,
11954: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11955: types/pa_vstateless_object.h, types/pa_vstatus.C,
11956: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11957: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11958: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11959: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11960: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11961:
11962: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11963: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11964: speedup consequent checks in vmethod_frame
11965:
11966: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11967: not cleared
11968:
11969: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11970: params: 50 max (were 10)
11971:
11972: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11973: params: 50 max (were 10)
11974:
11975: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11976: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11977: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11978: empty string) ! simplified (double) speedup consequent checks in
11979: vmethod_frame
11980:
11981: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11982: optimized constants in expressions vstring->vdouble + optimized
11983: ^call(vdouble), no junction creation, no calls later
11984:
11985: 2005-08-08 paf
11986:
11987: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11988: compile_tools.h: merged + optimized constants in expressions
11989: vstring->vdouble + optimized ^call(vdouble), no junction
11990: creation, no calls later
11991:
11992: * src/types/pa_vdouble.h: merged . double values without fractional
11993: part now default printed as %.0f instead of %g
11994:
11995: * src/types/pa_vdouble.h: . double values without fractional part
11996: now default printed as %.0f instead of %g
11997:
11998: * src/classes/hashfile.C: . merged ! second hashfile::open would
11999: cause an exception
12000:
12001: * src/classes/hashfile.C: ! second hashfile::open would cause an
12002: exception
12003:
12004: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12005: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12006: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12007: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12008: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12009: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12010: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12011: types/pa_vresponse.h, types/pa_vstateless_class.C,
12012: types/pa_vstateless_object.h, types/pa_vvoid.h,
12013: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12014: merged VJunction(new Junction) optimization from 3.1.4
12015:
12016: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12017: types/pa_vstateless_class.C: + optimized new VJunction(new
12018: Junction(params)) to new VJunction(params), thousands of mallocs
12019: removed
12020:
12021: 2005-08-05 paf
12022:
12023: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12024: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12025: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12026: creation, no calls later
12027:
12028: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12029: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12030: classes/hashfile.C, classes/image.C, classes/int.C,
12031: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12032: classes/response.C, classes/string.C, classes/table.C,
12033: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12034: include/pa_array.h, include/pa_cache_managers.h,
12035: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12036: include/pa_config_fixed.h, include/pa_config_includes.h,
12037: include/pa_dictionary.h, include/pa_dir.h,
12038: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12039: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12040: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12041: include/pa_request_charsets.h, include/pa_request_info.h,
12042: include/pa_sapi.h, include/pa_socks.h,
12043: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12044: include/pa_stack.h, include/pa_string.h,
12045: include/pa_stylesheet_connection.h,
12046: include/pa_stylesheet_manager.h, include/pa_table.h,
12047: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12048: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12049: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12050: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12051: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12052: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12053: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12054: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12055: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12056: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12057: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12058: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12059: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12060: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12061: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12062: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12063: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12064: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12065: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12066: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12067: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12068: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12069: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12070: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12071: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12072: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12073: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12074: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12075: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12076: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12077: types/pa_vstateless_object.h, types/pa_vstatus.C,
12078: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12079: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12080: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12081: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12082: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12083:
12084: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12085: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12086: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12087: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12088: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12089: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12090: optimized constants in expressions vstring->vdouble
12091:
12092: 2005-07-29 paf
12093:
12094: * src/types/pa_vclass.C: . shaped up error messages a bit
12095:
12096: * src/types/pa_vclass.C: + property getter can now be overridden
12097:
12098: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12099: bug fix: static parent fields were not replaced in case
12100: $derived:field[put] + property setter can now be overridden
12101:
12102: 2005-07-28 paf
12103:
12104: * configure, configure.in, src/classes/classes.h,
12105: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12106: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12107: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12108: src/classes/xnode.h, src/include/pa_hash.h,
12109: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12110: src/types/Makefile.am, src/types/pa_method.h,
12111: src/types/pa_value.h, src/types/pa_vclass.C,
12112: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12113: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12114: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12115: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12116: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12117: src/types/pa_vobject.C, src/types/pa_vobject.h,
12118: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12119: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12120: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12121: src/types/pa_vstateless_class.h,
1.95 moko 12122: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12123: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12124: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12125: dynamic_fields_join
12126:
12127: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12128: classes/xnode.C, include/pa_hash.h, main/execute.C,
12129: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12130: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12131: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12132: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12133: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12134: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12135: types/pa_vresponse.h, types/pa_vstateless_object.h,
12136: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12137: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12138: restored its checks in vobject.put_element->static fields |
12139: dynamic properties
12140:
12141: 2005-07-27 paf
12142:
12143: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12144: is some old code containing @set_name $name
12145:
12146: * src/types/pa_vobject.h: . fixed warning
12147:
12148: * configure, configure.in, src/include/pa_version.h,
1.116 moko 12149: src/types/Makefile.am: 3.2.0beta started
1.95 moko 12150:
12151: * src/: classes/xnode.C, include/pa_hash.h,
12152: types/pa_vstateless_class.C: ! new asserts were all false.
12153: regretfully reverted them all to checks
12154:
12155: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12156: classes/op.C, main/execute.C, types/pa_method.h,
12157: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12158: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12159: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12160: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12161: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12162: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12163: types/pa_vstateless_object.h, types/pa_vvoid.h,
12164: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12165: joined_dynamic_fields: removed unused param from put_method
12166: (returned to 3 params)
12167:
12168: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12169: joined_dynamic_fields: dynamic get/set works with overriding
12170: props [alpha2]
12171:
12172: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12173: works [alfa]
12174:
12175: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12176: classes/op.C, include/pa_hash.h, main/execute.C,
12177: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12178: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12179: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12180: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12181: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12182: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12183: types/pa_vresponse.h, types/pa_vstateless_class.C,
12184: types/pa_vstateless_object.h, types/pa_vvoid.h,
12185: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12186: joined_dynamic_fields: just compiled
12187:
12188: * src/: classes/date.C, classes/file.C, classes/hash.C,
12189: classes/hashfile.C, classes/image.C, classes/table.C,
12190: classes/xdoc.C, classes/xnode.h, main/execute.C,
12191: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12192: types/pa_vstateless_class.h: joined_dynamic_fields: started
12193:
12194: * src/types/pa_vobject.C: . object setters [only started, does not
12195: work yet]
12196:
12197: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12198: object setters [only started, does not work yet]
12199:
12200: 2005-07-26 paf
12201:
12202: * src/: include/pa_request.h, main/execute.C: . properties: set
12203: works [alpha2]. for classes. todo: for objects
12204:
12205: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12206: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12207: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12208: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12209: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12210: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12211: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12212: types/pa_vstateless_object.h, types/pa_vvoid.h,
12213: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12214: properties: set works [alpha1]
12215:
12216: 2005-07-25 paf
12217:
12218: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12219: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12220: properties: started, get works [alpha1, other approach]
12221:
12222: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12223: properties: started, get works [alpha2]
12224:
12225: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12226: pa_vstateless_class.h: . properties: started, get works [alpha]
12227:
12228: 2005-07-15 paf
12229:
12230: * src/: classes/classes.h, classes/op.C, main/execute.C,
12231: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12232: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12233: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12234: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12235: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12236: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12237: types/pa_vresponse.C, types/pa_vresponse.h,
12238: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12239: types/pa_vstateless_object.h, types/pa_vvoid.h,
12240: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12241: types/pa_wwrapper.h, types/types.vcproj: + started property
12242: [getters work but think of changing them too to precaching]
12243:
12244: 2005-07-08 paf
12245:
12246: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12247: gpf
12248:
12249: 2005-06-28 paf
12250:
12251: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12252: in passing empty strings to file::exec/cgi environment
12253:
12254: 2005-06-06 paf
12255:
12256: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12257: ^table:sql ^hash:sql now DO process $.bind option
12258:
12259: 2005-05-24 paf
12260:
12261: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12262: $.limit] now work again [support was broken in 3.1.4]
12263:
12264: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12265: ALL_INTERIOR_POINTERS
12266:
12267: 2005-05-12 paf
12268:
12269: * configure: 3.1.5beta
12270:
12271: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12272:
12273: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12274: $.limit] now work again [support was broken in 3.1.4]
12275:
12276: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12277: line-width [was refusing to fill if line-width >1, thanks to
12278: Seras <seras@pinxit.lt> for repro case
12279:
12280: 2005-04-25 paf
12281:
12282: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12283: correctly
12284:
12285: 2005-04-19 paf
12286:
12287: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12288: in VString violating invariant!!
12289:
12290: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12291: getenv("TZ")==null
12292:
12293: 2005-04-08 paf
12294:
12295: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12296: bugfix: when there is no char in charset one byte produces 6
12297: (ÿ <<max). increased buffer size!
12298:
12299: 2005-03-23 paf
12300:
12301: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12302: ^date.sql-string now takes TZ into account
12303:
12304: 2005-03-16 paf
12305:
12306: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12307: gcc 3.4
12308:
12309: * src/types/pa_vhash.C: . warning about eof eol
12310:
12311: 2005-02-17 paf
12312:
12313: * operators.txt, src/classes/op.C: + operator ^sleep(double
12314: seconds)
12315:
12316: 2005-02-02 paf
12317:
12318: * src/classes/xnode.C: beauty: removed needless includes
12319:
12320: 2005-01-31 paf
12321:
12322: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12323: $.partNoNumber now alias to $.part1
12324:
12325: * src/types/pa_vmail.C: change: incoming letter part contains
12326: "content-disposition" header with any value? now considering that
12327: part to be "file#" [for text/plain text/html were $.text#
12328: $.html#]
12329:
12330: * INSTALL: updatet to latest working versions available
12331:
12332: 2005-01-20 paf
12333:
12334: * configure.in, src/include/pa_version.h: version
12335:
12336: 2005-01-19 paf
12337:
1.116 moko 12338: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12339: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12340: couple warnings in parser3.C
1.95 moko 12341:
12342: 2004-12-23 paf
12343:
12344: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12345:
12346: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12347: dir to directory of script (when shbang used), not to directory
12348: of its interpreter
12349:
12350: * src/include/pa_version.h: compiled on win32...
12351:
12352: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12353: we need more hspace
12354:
12355: * configure, configure.in, src/include/pa_version.h: configured
12356: host to pa_version. will be displayed everywhere
12357:
12358: * src/main/pa_request.C: new: @unhandled_exception can prevent
12359: exception from being logged by setting $exception.handled(1)
12360:
12361: * operators.txt, src/classes/file.C: change:
12362: ^file::sql{query}[[options]] options: $.name[file name]
12363: $.content-type[application/what]
12364:
12365: * src/: include/pa_common.h, main/pa_common.C,
12366: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12367: new file
12368:
12369: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12370: bugfix: table->hash now regards _default
12371:
12372: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12373: created by accessing $name_of_method it acquired bad self=closest
12374: methodframe; instead of proper self (current class)
12375:
12376: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12377: hashfile produced bad cord
12378:
12379: 2004-12-10 paf
12380:
12381: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12382: subsequent failures though defined in .h
12383:
12384: * src/main/pa_common.C: comment on volatile
12385:
12386: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12387: alarm function were not used since the beginning due to stupid
12388: error [setsigjmp were not checked in configure.in]
12389:
12390: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12391: unix too
12392:
12393: * src/main/pa_common.C: http: exception status of send/recv errors
12394: change to most probable http.timeout
12395:
12396: * src/main/pa_common.C: win32: http connection $.timeout option now
12397: works [setsockopt on send/receive]
12398:
12399: 2004-12-08 paf
12400:
12401: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12402: cstr-ed knowing mail charset, and untainting uri lang now knows
12403: proper charset
12404:
12405: 2004-11-24 paf
12406:
12407: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12408:
12409: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12410: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12411:
12412: 2004-11-12 paf
12413:
12414: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12415: [since 3.0.4]
12416:
12417: 2004-11-09 paf
12418:
12419: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12420: writes basics to c:\parser3.log
12421:
12422: 2004-10-21 paf
12423:
12424: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12425: tainted strings [were returning clean onces]
12426:
12427: 2004-10-15 paf
12428:
12429: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12430: cycles(i=1; i=2), which was wrong, now does ONE
12431:
12432: 2004-10-12 paf
12433:
12434: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12435:
12436: 2004-10-07 paf
12437:
12438: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12439: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12440: release asserts
12441:
12442: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12443: String.dump() to stdout in detailed form [were String.v() in
12444: short form]
12445:
12446: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12447: \t\r\n as @#| and truncates long char sequences less
12448:
12449: 2004-10-06 paf
12450:
12451: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12452: win32 beauty: socket errors properly decoded
12453:
12454: 2004-10-05 paf
12455:
12456: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12457: request::configure_user/admin done always, even if no
12458: file-to-process useful in @unhandled_exception [say, if they
12459: would want to mail by SMTP something]
12460:
12461: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12462: now performed prior to file loading [and @auto executing] thus
12463: making $cookie:value available in @auto and in
12464: @unhandled_exception when IIS is configured to run interpreter
12465: even if no file exist
12466:
12467: 2004-09-20 paf
12468:
12469: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12470: somewhere where it should have called xmlMalloc and it calls
12471: xmlFree when it should have not called it. inserted two
12472: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12473: xmlFree just ignored. put away a testcase, maybe someday libxml
12474: author would fix all that. until that day: we have SLOW garbage
12475: collecting when many xml objects are alive hint: do
12476: ^memory:compact[] before xdoc::create
12477:
12478: 2004-09-17 paf
12479:
12480: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12481: error from 3.0.8 version]
12482:
12483: 2004-09-14 paf
12484:
12485: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12486: part bugfix: hashfile.foreach iterated only part if hashfile were
12487: modified inside
12488:
12489: 2004-09-13 paf
12490:
12491: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12492: [were as octal]
12493:
12494: * src/types/pa_vhashfile.C: beauty: not reproduced
12495: $hashfile.key[$novalue] bug [reported by motorin], inserted
12496: safety-check
12497:
12498: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12499: [not something obscure from sdbm lib]
12500:
12501: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12502: = strerror now returnes something and we can properly report that
12503: to client
12504:
12505: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12506: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12507:
12508: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12509: [tainted as-is] this helps //[space][newline] to remain as-is and
12510: not be unnecessary optimized away [ruining javascript]
12511:
12512: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12513: [tainted as-is]
12514:
12515: * src/classes/mail.C: bugfix: typo error
12516:
12517: 2004-09-09 paf
12518:
12519: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12520: separators bugfix: loads header with endings \r\n\r\n and \n\n
12521: (bloody yandex.server)
12522:
12523: 2004-09-06 paf
12524:
12525: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12526: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12527: encoded
12528:
12529: 2004-09-01 paf
12530:
12531: * src/types/pa_vmail.C: change: multipart/mixed changed to
12532: multipart/related outlook express have no problems showing
12533: unrelated attachments. todo: someday figure out a way of
12534: multipart/mixed multipart/related text/html
12535: image/xxx application/octet-stream << true attachments
12536:
12537: * src/types/pa_vmail.C: new:
12538: ^mail:send[$.file[$.content-disposition can be overriden new:
12539: empty mail header fields removed from letter
12540:
12541: * src/: classes/mail.C, include/pa_config_fixed.h,
12542: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12543: ^mail:send[ $.file[ $.any[header]
12544:
12545: 2004-08-30 paf
12546:
12547: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12548: warnings
12549:
12550: * src/main/pa_common.C: beauty: do not bother with charset
12551: detection when ^file::load[binary
12552:
12553: 2004-08-27 paf
12554:
12555: * src/main/pa_common.C: hack: for yandex.server http server
12556:
12557: 2004-08-18 paf
12558:
12559: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12560: possibly-chunked response
12561:
12562: 2004-08-17 paf
12563:
12564: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12565: $f.content-type now = that of http response
12566:
12567: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12568: $f.content-type now = that of http response
12569:
12570: 2004-07-30 paf
12571:
12572: * src/: include/pa_request.h, main/pa_request.C,
12573: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12574: win32: system&parser exceptions in release mode reported properly
12575: parser exception in exception handler WERE mistakenly reported as
12576: system exception, without details [in apache & isapi] +some
12577: beauty in exception text
12578:
12579: * src/: include/pa_exception.h, main/pa_request.C,
12580: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12581: release mode reported properly parser exception in exception
12582: handler WERE mistakenly reported as system exception, without
12583: details
12584:
12585: * src/main/execute.C: beauty: simplified system exception handling
12586:
12587: 2004-07-29 paf
12588:
12589: * src/classes/table.C: bugfix:
12590: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12591: were ignored, and \t used unconditionally]
12592:
12593: * src/types/Makefile.am: added vhash.c
12594:
12595: 2004-07-28 paf
12596:
12597: * src/: classes/date.C, classes/image.C, classes/math.C,
12598: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12599: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12600: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12601: failed on russian letters
12602:
12603: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12604: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12605: letters
12606:
12607: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12608: as 'currentDirectory' parameter to CreateProcess
12609:
12610: 2004-07-27 paf
12611:
12612: * src/targets/cgi/parser3.vcproj: beauty: win32:
12613: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12614: from release somewhere [to help searching for unhandled system
12615: exceptions]
12616:
12617: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12618: TZ shift
12619:
12620: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12621: but also in ctor
12622:
12623: 2004-07-26 paf
12624:
12625: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12626: src/main/pa_request.C, src/types/pa_vfile.h,
12627: src/types/pa_vhash.C, src/types/pa_vhash.h,
12628: src/types/types.vcproj: new: $response:body/download[
12629: $.file[name on disk] $.name[of file for user]
12630: $.mdate[date of last-modified. default from directory] ]
12631:
12632: * src/classes/file.C: moving file:send somewhere else..
12633:
12634: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12635: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12636: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12637: $response:download[ $.filename[filename] $.option[] ,, ]
12638:
12639: * src/classes/file.C: beauty: invalid mode thoroughly reported
12640:
12641: 2004-07-21 paf
12642:
12643: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12644: to several lines
12645:
12646: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12647:
12648: note: ms outlook[!express] shows only first 255 characters of
12649: subject
12650:
12651: 2004-07-15 paf
12652:
12653: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12654: off]
12655:
12656: 2004-07-14 paf
12657:
12658: * src/classes/table.C: bugfix: $.bind values now got untainted
12659: according to lang [were: as-is]
12660:
12661: 2004-07-07 paf
12662:
12663: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12664: checked that
12665:
12666: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12667: now untainted according to their languages. were: as-is.
12668: EVERYWHERE
12669:
12670: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12671: environment string now untainted according to their languages.
12672: were: as-is. EVERYWHERE
12673:
12674: * src/main/pa_exec.C: bufix: on unix environment string now
12675: untainted according to their languages. were: as-is. on win32:
12676: ok
12677:
12678: * parser3.vssscc: ...would not go unnoticed
12679:
12680: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12681: fails. in case on input appears nonutf, those bytes will be
12682: printed in %HH form. that can be easily decoded/recovered.
12683:
12684: this form is quite noticable, and hopefully would not go noticed
12685:
12686: 2004-07-06 paf
12687:
12688: * src/main/pa_exec.C: bufix: on unix environment string now
12689: untainted according to their languages. were: as-is. on win32:
12690: ok
12691:
12692: 2004-07-01 paf
12693:
12694: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12695: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12696: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12697: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12698: main/main.vcproj, targets/cgi/parser3.vcproj,
12699: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12700: option: global optimization ON
12701:
12702: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12703: to do xdoc::create{invalid chars} standard disables chars less
12704: then \x20, except tab, cr, lf.
12705:
12706: changed tainting so that those become '!'
12707:
12708: 2004-06-25 paf
12709:
12710: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12711: int on odd address [prev bugfix failed due to superwize
12712: optimizer, which turned memcpy into same 'ld' asm command]
12713:
12714: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12715: int on odd address
12716:
12717: 2004-06-22 paf
12718:
12719: * src/sql/pa_sql_driver.h: note: about possible optimization
12720:
12721: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12722: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12723: src/include/pa_config_includes.h: new: ^void:sql{call
12724: paf(:a)}[ $.bind[ $.a[2]
12725: ] ] output variables work. todo: check in out
12726: variables
12727:
12728: 2004-06-18 paf
12729:
12730: * src/: classes/file.C, classes/hash.C, classes/string.C,
12731: classes/table.C, classes/void.C, include/pa_globals.h,
12732: include/pa_sql_connection.h, main/compile.tab.C,
12733: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12734: $.bind[ $.a[2] ]
12735: ] input variables work. todo:output
12736:
12737: * src/targets/cgi/parser3.C: bugfix: iis specific
12738: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12739: /_bug.html?404;http://hpsv/test/
12740: --------------------------------------------------------------------------------
12741: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12742: --------------------------------------------------------------------------------
12743: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12744:
12745: 2004-06-16 paf
12746:
12747: * src/targets/cgi/parser3.C: new: iis specific
12748: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12749: $request:query
12750: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12751: $form:fields IIS-STATUS="404"
12752: IIS-DOCUMENT="http://server/_bug.html" f="v"
12753:
12754: todo: isapi too
12755:
12756: 2004-05-26 paf
12757:
12758: * src/include/pa_version.h: 3.1.3
12759:
12760: * operators.txt: beauty: removed outdated level 'table'
12761:
12762: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12763:
12764: * src/main/pa_string.C: beauty: removed 3 warnings
12765:
12766: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12767: classes/op.C: beauty: removed outdated level 'table'
12768:
12769: 2004-05-25 paf
12770:
12771: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12772: implementation. mistery: how anything worked
12773:
12774: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12775: changed, it is now safe to use url if pointers to it are stored
12776: to gc mem
12777:
12778: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12779: unknown errors reported and not cause SIGSEGV now
12780:
12781: 2004-05-24 paf
12782:
12783: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12784: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12785: less memory: CORD_chars_block originally intended to ... it was
12786: good that CORD_chars_block were not used: it consumes more memory
12787: [and, might be slow too] undoing that. [and removed that func so
12788: that it would not confuse parser developer in future]
12789:
12790: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12791: less memory: CORD_chars_block originally intended to
12792: speedup/reduce mem usage were forgotten, and were used stupid
12793: CORD_chars
12794:
12795: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12796:
12797: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12798: BIGENDIAN processors space-conserving mech failed, causing
12799: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12800: (1|2|3));
12801:
12802: 2004-05-14 paf
12803:
12804: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12805: bugfix: void now has vfile value, and $response:body[] works OK
12806:
12807: 2004-05-12 paf
12808:
12809: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12810: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12811: sources to use is_defined() {return as_bool();} along VBool
12812:
12813: 2004-05-11 paf
12814:
12815: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12816: referencing to local objects
12817:
12818: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12819: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12820: left intact
12821:
12822: 2004-04-15 paf
12823:
12824: * src/classes/date.C: merged: beauty: unused var removed
12825:
12826: * src/classes/date.C: beauty: unused var removed
12827:
12828: * src/include/: pa_exec.h: bugfix: interface without pointer
12829: provoked bug
12830:
12831: 2004-04-09 paf
12832:
12833: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12834:
12835: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12836:
12837: 2004-04-08 paf
12838:
12839: * src/classes/date.C: new: ^date::create[y-m-d
12840: h-M-s>>.milliseconds<<] now allowed, ignored so far
12841:
12842: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12843:
12844: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12845: to consult default catalog [usually, that file belongs to other
12846: user/group]
12847:
12848: 2004-04-06 paf
12849:
12850: * src/main/pa_common.C: beauty: gcc warning removed
12851:
12852: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12853: accept that trick, trying other
12854:
12855: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12856: explicit result problem
12857:
12858: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12859: explicit result problem
12860:
12861: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12862: explicit result problem
12863:
12864: * operators.txt, src/classes/string.C: new: ^string.append[string]
12865:
12866: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12867: main/execute.C: attempt_check_call_in_explicit_result_mode:
12868: failed
12869:
12870: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12871: http://i.p.a.ddress gethostbyaddr added [on some platforms
12872: gethostbyname failed with such 'domains'] now checked properly,
12873: were: needless reverse/forward dns lookup
12874:
12875: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12876: http://i.p.a.ddress gethostbyaddr added [on some platforms
12877: gethostbyname failed with such 'domains'] now checked properly,
12878: were: needless reverse/forward dns lookup
12879:
12880: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12881: @method[][result] means "no string output here" moved to lexical
12882: level [on grammar level it were too difficult]
12883:
12884: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12885: src/main/compile.y, src/main/compile_tools.h,
12886: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12887: @method[][result] means "no string output here", implemented part
12888: of that idea: compiler throws away string literal generation
12889: code. and barks nonwhitespace chars
12890:
12891: * operators.txt: truth: removed comment about $ORIGIN
12892:
12893: 2004-04-05 paf
12894:
12895: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12896: src/include/pa_version.h, src/main/pa_common.C,
12897: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12898:
12899: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12900: Konstantin Tomashevitch [mailto:konst@design.ru]
12901:
12902: * src/doc/html2chm.cmd: beauty: no need in bg here
12903:
12904: * src/doc/sources2html.cmd: beauty: same window, in bg it
12905: interfered with FAR console
12906:
12907: * configure, configure.in: 3.1.3
12908:
12909: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12910:
12911: * src/main/pa_common.C: removed warning
12912:
12913: * src/include/pa_version.h: 3.1.3
12914:
12915: 2004-04-02 paf
12916:
12917: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12918:
12919: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12920: allows to specify where to put parser log file
12921:
12922: 2004-04-01 paf
12923:
12924: * src/classes/table.C: bugfix: bugfix: table::load last line
12925: without tab and enter were ignored
12926:
12927: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12928: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12929: main/pa_socks.C, targets/cgi/parser3.C,
12930: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12931: bugfix: sql connections now are disconnected
12932:
12933: 2004-03-30 paf
12934:
12935: * src/classes/table.C: bugfix: table::load last line without tab
12936: and enter were ignored
12937:
12938: * src/classes/table.C: bufix: if last table lines were commented,
12939: gpfed
12940:
12941: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12942: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12943: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12944: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12945: doc/methoded.dox, doc/object.dox, doc/string.dox,
12946: doc/targets.dox, doc/value.dox, include/pa_version.h,
12947: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12948: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12949: bugfixes from 3.1.2, changed version to 3.1.3beta
12950:
12951: 2004-03-29 paf
12952:
12953: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12954: causes gpf
12955:
12956: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12957: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12958: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12959: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12960: value.dox: translated to english
12961:
12962: 2004-03-25 paf
12963:
12964: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12965: parser3project dependency removed
12966:
12967: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12968: bugfix: refused to compile without xml
12969:
12970: * src/types/pa_vform.C: beauty: removed warning
12971:
12972: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12973: any folder [removed last ;) folder dependency]
12974:
12975: * src/classes/classes.vcproj: bugfix: now all compiles in any
12976: folder [removed last ;) folder dependency]
12977:
12978: * src/include/pa_version.h: release
12979:
12980: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12981:
12982: * src/classes/table.C: beauty: comment& more meaningful error
12983: message
12984:
12985: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12986: $.hash[$.column_value1(true) ... ] [were producing some strang
12987: thing]
12988:
12989: 2004-03-23 paf
12990:
12991: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12992: and http status line parsing checked number of columns in table
12993: [user reported an assert]
12994:
12995: * operators.txt: example: on hashfile
12996:
12997: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12998: bugfix: junction reattach now actually reattaches a junction to
12999: new wcontext [were only assigning it to junction, which caused
13000: junction tracking to loose junction, and it's context were not
13001: killed, and it tried to process in invalid context, gpf]
13002:
13003: * src/targets/cgi/parser3.C: debug helper added
13004:
13005: 2004-03-19 paf
13006:
13007: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13008: "type(type)" in braces
13009:
13010: 2004-03-10 paf
13011:
13012: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
13013: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13014: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
13015: solution to search-in-namespaces problem:
13016: $xdoc.search-namespaces.x[http://pif.design.ru/]
13017: $nodes[^xdoc.select[//x:second]]
13018:
13019: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
13020: expression][[NAMESPACES HASH]] allows to search for info in
13021: namespaces
13022:
13023: $nodes[^xdoc.select[//x:second][
13024: $.x[http://pif.design.ru/] ]]
13025:
13026: 2004-03-09 paf
13027:
13028: * operators.txt, src/main/pa_common.C: new:
13029: ^file::load[...][options] $.form[
13030: !$.field1[string]
13031: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13032: ] !$.body[string]
13033:
13034: GET ?here notGET(POST, HEAD, others) in content-type:
13035: application/x-www-form-urlencoded
13036:
13037: todo: upload files ability
13038:
13039: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13040: properly, done
13041:
13042: 2004-03-05 paf
13043:
13044: * operators.txt, src/main/pa_common.C: new: file::load[;http://
13045: GET/POST $.form[$.fields started, not tested yet
13046: todo:$.field[table] for multiple values
13047:
13048: * operators.txt: new: http:// options $.user $.password basic
13049: authorization
13050:
13051: * src/main/pa_common.C: beauty: link to rtf added
13052:
13053: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
13054: new: http:// options $.user $.password basic authorization
13055:
13056: * src/main/pa_common.C: beauty: removed needless vars
13057:
13058: * operators.txt: new: pgsql option [like that recently added to
13059: oracle driver] ClientCharset=parser-charset <<
13060: charset in which parser thinks client works
13061:
13062: * operators.txt: new: odbc option [like that recently added to
13063: oracle driver] ClientCharset=parser-charset <<
13064: charset in which parser thinks client works
13065:
13066: * src/sql/pa_sql_driver.h: beauty: important warning added
13067:
13068: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13069: char!
13070:
13071: * etc/parser3.charsets/windows-1251.cfg: typo
13072:
13073: 2004-03-04 paf
13074:
13075: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13076: cached, sql transcoding now goes faster
13077:
13078: * operators.txt: new: mysql option [like that recently added to
13079: oracle driver] ClientCharset=parser-charset <<
13080: charset in which parser thinks client works
13081:
13082: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13083: typo error
13084:
13085: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13086: chars commented
13087:
13088: 2004-03-03 paf
13089:
13090: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13091: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13092:
13093: 2004-03-02 paf
13094:
13095: * operators.txt: new[update typo]: !^void.left(n)
13096: nothing !^void.right(n) nothing !^void.mid(p[;n])
13097: nothing
13098:
13099: * operators.txt, src/classes/void.C: new: !^void.left(n)
13100: nothing !^void.right(n) nothing !^void.pos(p[;n])
13101: nothing
13102:
13103: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
13104: ^file::sql[[name_to_become_$.name]]{} query result must be one
13105: row with columns: first: data second: file name third:
13106: content-type
13107:
13108: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
13109: ^connect gets properly escaped string, which can be passed to
13110: request now this for mysql only. it's up to parser sql driver to
13111: fix zeros properly
13112:
13113: * INSTALL: note: added on building apache with this option:
13114: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13115:
13116: 2004-03-01 paf
13117:
13118: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13119: extension memory:compact befor processingrequest
13120:
13121: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
13122: call sole column of result
13123:
13124: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
13125: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
13126: pixel color
13127:
13128: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13129: beauty: image -- less checks [were ugly impl]
13130:
13131: * src/classes/string.C: bugfix: ^string.left/right/mid with
13132: negative values now considered bad
13133:
13134: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13135:
13136: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
13137: options now have unified defaults [after transform
13138: indent/omit-xml-declaration/standalone 'default' erroreously
13139: meant 'true']
13140:
13141: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
13142: added [on some platforms gethostbyname failed with such
13143: 'domains']
13144:
13145: * src/include/pa_config_auto.h.in: no select check, no define
13146:
13147: * src/classes/string.C: feature: ^string.trim both parameters may
13148: be empty-strings, meaning kind=both chars=whitespaces
13149:
13150: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13151: exist
13152:
13153: * src/classes/string.C: check: trim 'chars' must not be empty,
13154: exception if it is
13155:
13156: * src/classes/string.C: changed: ^string.trim [] << both,
13157: whitespaces [start|both|end] << kind, whitespaces
13158: [start|both|end;chars] full
13159:
13160: 2004-02-27 paf
13161:
13162: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13163: method: ^string.trim[start|both|end[;chars]] default
13164: 'chars' -- whitespace chars finished
13165:
13166: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13167: src/main/pa_string.C: new method:
13168: ^string.trim[start|both|end[;chars]] default 'chars' --
13169: whitespace chars started, only start works
13170:
13171: * src/main/compile.C: bugfix: line numbers after
13172: ^process{}[$.line(-10]] can be negative, allowed to print they as
13173: signed
13174:
13175: * src/main/untaint.C: speed: there's no \n chars in output
13176: [normally], so no need to optimize them they could be retrived
13177: from databases, though. but 1. should be replaced 2. if not
13178: optimized, no harm done
13179:
13180: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13181: ^file::exec/cgi could return invalid status & zombie child can
13182: remain for short period until process exists [very bad in
13183: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13184:
13185: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13186: malicious SMTP server to attack as by returning too long status
13187: responses http://i2/tasks/edit/?id=4629448401140924947
13188:
13189: 2004-02-26 paf
13190:
13191: * operators.txt: feature: ^process...{CODE}[now has options] which
13192: are $.main[to what to rename @main] $.file[file,
13193: from which (user says) goes that CODE] $.lineno(line
13194: number in that file, where CODE starts. may be negative)
13195:
13196: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13197: src/main/compile.C, src/main/compile_tools.h,
13198: src/main/pa_request.C: feature: ^process...{CODE}[now has
13199: options] which are $.main[to what to rename @main]
13200: $.file[file, from which (user says) goes that CODE]
13201: $.lineno(line number in that file, where CODE starts. may be
13202: negative)
13203:
13204: 2004-02-25 paf
13205:
1.116 moko 13206: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13207: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13208:
13209: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13210: produces hash of column=>1
13211:
13212: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13213: with incomplete errno constants set
13214:
13215: 2004-02-24 paf
13216:
13217: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13218: "man select"
13219:
13220: * src/main/pa_os.C: beauty: <0 better then ==-1
13221:
13222: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13223:
13224: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13225:
1.116 moko 13226: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13227:
13228: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13229: unix: steps to work on unix [extracted 'to']
13230:
13231: * src/classes/mail.C: smtp on unix: steps to work on unix
13232:
13233: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13234:
1.116 moko 13235: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13236: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13237: unix [testing on solaris]
1.95 moko 13238:
13239: 2004-02-20 paf
13240:
13241: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13242: pointing that out
13243:
13244: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13245: fixed again [same solution, mistanenly removed one line]
13246:
13247: 2004-02-19 paf
13248:
13249: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13250: date::create from bad datetime in spring daylightsaving hole now
13251: OK for all platforms [on some platforms it failed]
13252:
13253: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13254: in daylightsaving hole] now throws error
13255:
13256: * src/classes/date.C: comment: mistake fixed
13257:
13258: 2004-02-18 paf
13259:
13260: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13261: now renderes in $request:charset, but in header puts
13262: $response:charset todo: make that default only so that coder
13263: could override that
13264:
13265: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13266: turns off omit-xml-declaration
13267:
13268: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13269: /.xsl for sample
13270:
13271: 2004-02-17 paf
13272:
13273: * src/classes/xdoc.C: beauty: needless helper class removed
13274:
13275: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13276: copied extra time
13277:
13278: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13279: part of libxml
13280:
13281: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13282: libxml to do the work] <xsl:output method="html"
13283: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13284: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13285: />
13286:
13287: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13288:
13289: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13290: caused assertion
13291:
13292: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13293: could hang. now such add does nothing, sub clears $hash
13294:
13295: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13296: not made quoted-printable
13297:
13298: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13299: string invariant
13300:
13301: 2004-02-16 paf
13302:
13303: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13304: cleared [were not cleared properly]
13305:
13306: 2004-02-13 paf
13307:
1.116 moko 13308: * src/include/pa_version.h: prerelease
1.95 moko 13309:
13310: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13311: used, introducing dependencies timestamp check
13312:
13313: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13314: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13315: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13316: .xsl.stamp now not used, introducing dependencies timestamp check
13317:
1.150 moko 13318: * configure.in: auto.p: @conf made relative
1.95 moko 13319:
13320: 2004-02-12 paf
13321:
13322: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13323: ruined empty <input type=file> submits. parser thought there were
13324: nameless empty file and $form:field got value of type 'file'
13325:
13326: * INSTALL: --without-threads
13327:
13328: * src/include/pa_sapi.h: 2004
13329:
13330: 2004-02-11 paf
13331:
13332: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13333: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13334: classes/hashfile.C, classes/image.C, classes/int.C,
13335: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13336: classes/response.C, classes/string.C, classes/table.C,
13337: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13338: include/pa_array.h, include/pa_cache_managers.h,
13339: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13340: include/pa_config_fixed.h, include/pa_config_includes.h,
13341: include/pa_dictionary.h, include/pa_dir.h,
13342: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13343: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13344: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13345: include/pa_request_charsets.h, include/pa_request_info.h,
13346: include/pa_socks.h, include/pa_sql_connection.h,
13347: include/pa_sql_driver_manager.h, include/pa_stack.h,
13348: include/pa_string.h, include/pa_stylesheet_connection.h,
13349: include/pa_stylesheet_manager.h, include/pa_table.h,
13350: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13351: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13352: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13353: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13354: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13355: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13356: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13357: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13358: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13359: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13360: main/pa_sql_driver_manager.C, main/pa_string.C,
13361: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13362: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13363: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13364: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13365: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13366: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13367: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13368: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13369: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13370: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13371: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13372: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13373: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13374: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13375: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13376: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13377: types/pa_vresponse.h, types/pa_vstateless_class.C,
13378: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13379: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13380: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13381: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13382: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13383: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13384:
13385: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13386: debug version of gc.dll
13387:
13388: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13389: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13390: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13391: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13392: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13393: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13394: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13395: processes
13396:
13397: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13398: main/pa_globals.C, targets/cgi/parser3.vcproj,
13399: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13400: changes to reflect libxml xsl new folders
13401:
13402: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13403: lib/smtp/smtp.vcproj, main/main.vcproj,
13404: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13405: to reflect libxml xsl new folders
13406:
13407: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13408: lib/smtp/smtp.vcproj, main/main.vcproj,
13409: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13410: types/types.vcproj: started changes to reflect libxml xsl new
13411: folders
13412:
13413: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13414: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13415: src/main/compile.tab.C, src/main/main.vcproj,
13416: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13417: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13418: started changes to reflect libxml xsl new folders
13419:
13420: 2004-02-10 paf
13421:
13422: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13423: compile. recommened latest libxml up to date
13424:
13425: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13426: pattern compilation errors", on which spent 4 hours worktime. use
13427: versions higher than that. recommended now latest up to date
13428:
13429: 2004-02-06 paf
13430:
13431: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13432: beauty: unified destructing style
13433:
13434: * src/main/untaint.C: beauty: removed old def/ifdef
13435:
13436: * src/main/untaint.C: beauty: coredump @unknown untaint language
13437: now
13438:
13439: 2004-02-03 paf
13440:
13441: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13442: targets/isapi/parser3isapi.C, types/pa_value.C,
13443: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13444: then %ld/%lu
13445:
13446: * src/main/pa_common.C: typo: %l -> %u
13447:
13448: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13449: in attributes or documents-results of transform now not xx;
13450:
13451: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13452:
13453: * src/main/pa_charset.C: bugfix: forgot to undo some
13454:
13455: * src/main/pa_charset.C: beauty: uncomment
13456: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13457: libraries
13458:
13459: 2004-02-02 paf
13460:
13461: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13462: $cookie:example[ $.value[value] $.path[/there/] ]
13463:
13464: $cookie:example[ $.value[] $.expires[session]
13465: $.path[/there/] $.domain[test.com] ]
13466:
13467: * src/types/pa_vform.C: bugfix: empty values with
13468: enctype=multipart/form-data now produce entries in $form:tables
13469: <form method=post enctype=multipart/form-data> <input type=hidden
13470: name=a> <input type=hidden name=b>
13471:
13472: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13473: <hr> <pre>$request:body
13474:
13475: 2004-01-30 paf
13476:
13477: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13478: or documents-results of transform now not xx;
13479:
13480: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13481: produce exception.
13482:
13483: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13484: bugfix: ^date::create[invalid fields now produce exception.
13485:
13486: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13487: year] now produces exception. todo: check other fields
13488:
13489: 2004-01-29 paf
13490:
13491: * src/include/pa_memory.h: typo error
13492:
13493: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13494: more byte then specified, then zeroed it << useless and
13495: potentially harmful(could gpf)
13496:
13497: 2004-01-22 paf
13498:
13499: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13500:
13501: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13502: optimization
13503:
13504: * src/main/untaint.C: bugfix: whitespace now optimized properly
13505: [were bug: ^taint[1 & 2]="1 &2"
13506:
13507: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13508: errors
13509:
13510: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13511: overflow
13512:
13513: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13514: error-reporting code * in parser-error reporting code [when no
13515: @unhandled_exception defined]
13516:
13517: fixed in one place: my *snprintf override
13518:
13519: 2004-01-13 paf
13520:
13521: * operators.txt: typo erro
13522:
13523: 2003-12-25 paf
13524:
13525: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13526: garbled [pieces after zero bytes were removed]
13527:
13528: 2003-12-22 paf
13529:
1.116 moko 13530: * src/include/Makefile.am: bugfix: removed from dist:
13531: src/include/pa_config_auto.h which were configured for
1.95 moko 13532: make-dist-platform and badly updated proper config file in target
13533: [when .tar used for updating existing source tree]
13534:
13535: * ChangeLog, operators.txt, src/classes/op.C,
13536: src/include/pa_sql_connection.h,
13537: src/include/pa_sql_driver_manager.h,
13538: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13539: feature: sql introducing ability to transcode charsets
13540:
13541: 2003-12-19 paf
13542:
13543: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13544: error message
13545:
13546: * src/main/pa_charset.C: bugfix: memory for charsethandler
13547: structure for libxml now allocated properly
13548:
13549: 2003-12-17 paf
13550:
13551: * src/types/pa_vfile.C: beauty: removed outdated cast
13552:
13553: * src/main/pa_common.C: bugfix: empty http response caused gpf
13554:
13555: * src/include/pa_string.h: bugfix: removed too strong a assert
13556:
13557: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13558: unreported xmlGenericErrors]
13559:
13560: 2003-12-15 paf
13561:
13562: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13563: works}
13564:
13565: 2003-12-11 paf
13566:
13567: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13568: id
13569: !$status:tid thread id
13570:
13571: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13572: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13573: bugfix(solaris): removed dependency on object initialization
13574: order [one more place]
13575:
13576: * src/: classes/file.C, classes/mail.C, classes/op.C,
13577: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13578: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13579: understand that
13580:
13581: * src/: classes/file.C, classes/mail.C, classes/op.C,
13582: classes/xdoc.C, include/pa_cache_managers.h,
13583: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13584: include/pa_stylesheet_manager.h, main/pa_request.C,
13585: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13586: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13587: ctor call [relying on implicit String::Body(cstr) call]
13588:
13589: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13590: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13591: object initialization order [two places]
13592:
13593: 2003-12-10 paf
13594:
13595: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13596: << time now ok
13597:
13598: * operators.txt, src/main/pa_sql_driver_manager.C,
13599: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13600: operational
13601:
13602: * ChangeLog, operators.txt, src/classes/xdoc.C,
13603: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13604: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13605: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13606: back operational
13607:
13608: 2003-12-02 paf
13609:
13610: * src/types/pa_vmail.C: bugfix:
13611: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13612: as-is forced]
13613:
13614: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13615: exceptions out of libxml callbacks: reimplemented error handling
13616: of http://localhost, parser://method and safemode check callbacks
13617:
13618: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13619: [merged from HEAD]
13620:
13621: * src/classes/image.C: nothing: comment removed
13622:
13623: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13624: addresses to int
13625:
13626: 2003-12-01 paf
13627:
13628: * src/main/pa_xml_io.C: bugfix: typo
13629:
13630: * src/main/pa_globals.C: bugfix: win32: compile prob
13631:
13632: * src/classes/xdoc.C: bugfix: typo
13633:
13634: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13635: exception
13636:
13637: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13638:
13639: 2003-11-28 paf
13640:
13641: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13642: all xml documents read
13643:
13644: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13645:
13646: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13647: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13648: replaced original open mech of xdoc::create & co to use libxml
13649: open, so that this would work for root document todo: safe mode
13650: checks to libxml: ideally to some 1 point
13651:
13652: * src/main/pa_xml_io.C: comment
13653:
13654: * operators.txt, src/main/pa_xml_io.C: leading / in
13655: http://parser[abscent params]
13656:
13657: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13658: works. todo: maybe replace original open mech of xdoc::create &
13659: co to use libxml open, so that this would work for root document
13660:
13661: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13662: "parser://method/params/here"> <test> &test^; </test> }]
13663:
13664: ^taint[^xdoc.string[]]
13665:
13666: @method[param] <!ENTITY test
13667: "test-entity-value+$form:user+$param!">
13668:
13669: 2003-11-27 paf
13670:
13671: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13672:
13673: * src/classes/date.C: bugfix: typo error
13674:
13675: 2003-11-26 paf
13676:
13677: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13678: src/main/Makefile.am, src/main/main.vcproj,
13679: src/main/pa_globals.C, src/main/pa_request.C,
13680: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13681: xml errors to hash<thread_id,error> reorganization: xml io moved
13682: to pa_xml_io.C/h
13683:
13684: * src/types/pa_value.h: warnings: --
13685:
13686: 2003-11-25 paf
13687:
13688: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13689: whatever)
13690:
13691: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13692: a, (c?x:y, z)
13693:
13694: * src/main/untaint.C: bugfix: consequences of not reading this
13695: comment: CORD_pos_chars_left /* Number of characters in cache.
13696: <= 0 ==> none */
13697:
13698: * src/include/pa_array.h: removed needless checks
13699:
13700: 2003-11-24 paf
13701:
13702: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13703: removed limit: now $form:xxx can be accessed anytime, even in
13704: @auto/conf [and request/response:charset still can be changed
13705: anytime]
13706:
13707: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13708: now not transcodes response body
13709:
13710: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13711: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13712: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13713: $xdoc.firstChild.firstChild.nodeValue[different]
13714: ^taint[^xdoc.string[]]
13715:
13716: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13717: workaround: static Hash::allocates -> static Hash_allocates
13718:
13719: 2003-11-21 paf
13720:
1.116 moko 13721: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13722: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13723: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13724:
13725: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13726:
13727: * src/classes/mail.C: bugfix: typo
13728:
13729: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13730: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13731: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13732: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13733: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13734: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13735:
13736: * src/main/pa_exec.C: bug in safe mode
13737:
13738: * src/include/Makefile.am: pa_xml_exception.h
13739:
13740: * src/targets/isapi/parser3isapi.C: more warnings --
13741:
13742: 2003-11-20 paf
13743:
13744: * src/: classes/math.C, classes/op.C, classes/string.C,
13745: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13746: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13747: --
13748:
13749: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13750: more warnings --
13751:
13752: * src/classes/xdoc.C: more warnings --
13753:
13754: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13755:
13756: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13757: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13758:
13759: * src/: classes/date.C, classes/file.C, classes/hash.C,
13760: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13761: classes/table.C, include/pa_cache_managers.h,
13762: include/pa_stylesheet_connection.h, main/pa_request.C,
13763: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13764: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13765: --
13766:
13767: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13768: can't report problem (undefined @unhandled_exception) problem
13769: source string were not reported
13770:
13771: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13772: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13773: classes/hashfile.C, classes/image.C, classes/int.C,
13774: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13775: classes/response.C, classes/string.C, classes/table.C,
13776: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13777: include/pa_array.h, include/pa_cache_managers.h,
13778: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13779: include/pa_config_fixed.h, include/pa_dictionary.h,
13780: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13781: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13782: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13783: include/pa_request.h, include/pa_request_charsets.h,
13784: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13785: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13786: include/pa_stack.h, include/pa_string.h,
13787: include/pa_stylesheet_connection.h,
13788: include/pa_stylesheet_manager.h, include/pa_table.h,
13789: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13790: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13791: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13792: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13793: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13794: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13795: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13796: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13797: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13798: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13799: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13800: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13801: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13802: targets/isapi/parser3isapi.C, types/pa_junction.h,
13803: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13804: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13805: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13806: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13807: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13808: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13809: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13810: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13811: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13812: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13813: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13814: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13815: types/pa_vresponse.h, types/pa_vstateless_class.C,
13816: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13817: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13818: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13819: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13820: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13821: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13822: const IDENT
13823:
13824: * src/: include/pa_array.h, include/pa_pool.h,
13825: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13826: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13827: types/pa_wcontext.h: more warnings --
13828:
13829: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13830: classes/file.C, classes/hash.C, classes/hashfile.C,
13831: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13832: classes/memory.C, classes/op.C, classes/string.C,
13833: classes/table.C, classes/xdoc.C, classes/xnode.C,
13834: include/pa_config_includes.h, include/pa_operation.h,
13835: include/pa_sql_connection.h, include/pa_table.h,
13836: include/pa_types.h, lib/ltdl/config_fixed.h,
13837: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13838: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13839: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13840: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13841: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13842: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13843: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13844: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13845: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13846: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13847: types/pa_vmail.C, types/pa_vobject.C,
13848: types/pa_vstateless_class.h, types/pa_vtable.C,
13849: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13850: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13851: on all projects (except libltdl=off & libsdbm=level3) found
13852: several unitialized vars
13853:
13854: 2003-11-19 paf
13855:
13856: * src/classes/op.C: more ansi C++ comp
13857:
13858: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13859: src/main/pa_request.C: ^cache[...]{body}{catch block with
13860: $exception.handled[cache] meaning "get expired cache, if any.
13861: else error"}
13862:
13863: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13864: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13865: ^cache[...]{body}{catch code with $exception.cache field}
13866:
13867: 2003-11-12 paf
13868:
13869: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13870: [copy/paste bug]
13871:
13872: 2003-11-11 paf
13873:
13874: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13875: failed]
13876:
13877: 2003-11-10 paf
13878:
13879: * src/types/pa_vconsole.h: flush
13880:
13881: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13882: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13883: read/write [for nntp]
13884:
13885: * operators.txt: mysql: transaction support: ?autocommit=0
13886:
13887: * operators.txt: comment: updated
13888:
13889: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13890: serialize version and exipire now removes entries
13891:
13892: * operators.txt: ^hashfile.delete[] removes files altogether [and
13893: dir, if could]
13894:
13895: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13896: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13897: removes files altogether [and dir, if could]
13898:
13899: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13900: nonexistent pair. .c coded that that was error. fixed
13901:
13902: * src/types/pa_vhashfile.C: sdbm: exception type change to
13903: file.access [regretfull can't split it to different exceptions
13904: without modifying sdbm source wich would prefer not to]
13905:
13906: 2003-11-07 paf
13907:
13908: * src/: classes/date.C, classes/file.C, classes/hash.C,
13909: classes/hashfile.C, classes/image.C, classes/table.C,
13910: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13911: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13912: main/execute.C, main/main.vcproj, main/pa_pool.C,
13913: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13914: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13915: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13916: destructing objects at request processing end
13917:
13918: 2003-11-06 paf
13919:
13920: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13921: updates
13922:
13923: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13924: to include sdbm
13925:
1.116 moko 13926: * src/include/: pa_config_includes.h, pa_version.h: our
13927: replacements of max& co only for cpp
1.95 moko 13928:
13929: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13930: upper dir, .am updated
13931:
13932: * tests/todo.txt: hashfile: done
13933:
13934: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13935: expiration [time in value. todo: move time to key]
13936:
13937: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13938:
13939: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13940: to do that in foreach, no errors, but surely wrong]
13941:
13942: * operators.txt, src/types/pa_vhashfile.C,
13943: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13944:
13945: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13946: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13947: foreach
13948:
13949: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13950: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13951:
13952: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13953: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13954:
13955: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13956: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13957: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13958: get/put [raw]
13959:
13960: * src/: classes/op.C, main/pa_os.C: just linked
13961:
13962: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13963: XmlException changes
13964:
13965: * src/: include/pa_charset.h, include/pa_globals.h,
13966: include/pa_stylesheet_connection.h, main/pa_exception.C:
13967: XmlException changes
13968:
13969: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13970:
13971: * src/: include/pa_common.h, include/pa_exception.h,
13972: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13973: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13974: main/pa_xml_exception.C: locking move to pa_os [along with
13975: pa_sleep] apr-impl locking done
13976:
13977: * configure, configure.in, operators.txt, parser3.sln,
13978: src/classes/classes.vcproj, src/classes/hashfile.C,
13979: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13980: src/include/pa_exception.h, src/include/pa_globals.h,
13981: src/include/pa_memory.h, src/include/pa_version.h,
13982: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13983: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13984: src/main/compile.tab.C, src/main/main.vcproj,
13985: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13986: src/types/Makefile.am, src/types/pa_vhash.C,
13987: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13988: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13989: again with sdbm from apache
13990:
13991: 2003-11-05 paf
13992:
13993: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13994: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13995: \parser3project dir anymore
13996:
13997: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13998: thoughtlessly from xalan]
13999:
14000: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14001: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14002: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14003:
14004: * src/main/helpers/CaseFolding.txt:
14005: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14006:
14007: 2003-11-04 paf
14008:
14009: * operators.txt: comment: ^mail:send[$.options[
14010:
14011: * src/classes/table.C: compiled on unix
14012:
1.116 moko 14013: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14014:
14015: * src/classes/mail.C: compiled on unix
14016:
14017: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
14018: src/types/pa_vmail.h: !^mail:send[
14019: $.options[unix: string to append to sendmail command
14020: line]
14021:
14022: * operators.txt, src/classes/table.C, src/main/pa_string.C,
14023: tests/todo.txt: ^table.save[... $.separator[^#09]
14024: $.encloser["] <nothing> by default
14025:
14026: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
14027: !$.separator[^#09] !$.encloser["] <nothing> by
14028: default
14029:
14030: 2003-11-03 paf
14031:
14032: * operators.txt, src/classes/table.C, src/main/pa_common.C:
14033: ^table::load[; options: !$.column-separator[^#09]
14034: !$.column-encloser["]
14035:
14036: * operators.txt, src/include/pa_config_fixed.h,
14037: src/types/pa_vrequest.C: $request:document-root
14038:
14039: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14040: [already included into uri=xxx]
14041:
14042: * operators.txt, src/classes/image.C, tests/todo.txt:
14043: ^image.gif[filename] for $response:download
14044:
14045: * src/classes/date.C: minor precaution
14046:
14047: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
14048: !^date.unix-timestamp[]
14049:
14050: 2003-10-30 paf
14051:
14052: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
14053: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
14054:
14055: * src/classes/: date.C, image.C: improvement diagnostics:
14056: $now[^date::create[$undefined]] now is error
14057:
14058: * src/main/pa_common.C: read errors would now be reported 'actually
14059: read -1 bytes'
14060:
14061: 2003-10-24 paf
14062:
14063: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14064: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14065: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14066: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14067:
14068: 2003-10-22 paf
14069:
14070: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14071:
14072: 2003-10-21 paf
14073:
14074: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14075: fixed: string.match[g] without <'> option produced columns with
14076: NULL's, which gpf'ed at table.save time
14077:
14078: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14079: recoursion' message with intensive throw-catches fixed: incorrect
14080: name and line (one name upper then needed) in error message about
14081: problems inside try block
14082:
14083: 2003-10-10 paf
14084:
14085: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14086: check offset argument for validity did that in String::Body::pos
14087: myself http://i2/tasks/edit/?id=4577425257580789777
14088:
14089: 2003-10-07 paf
14090:
14091: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14092: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14093:
14094: 2003-10-03 paf
14095:
14096: * parser3.sln, src/include/pa_dictionary.h,
14097: src/main/pa_dictionary.C, src/main/pa_string.C,
14098: src/targets/cgi/parser3.vcproj: dictionary optimized by
14099: precalculating cstr&length
14100:
14101: 2003-10-02 paf
14102:
14103: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14104: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14105: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14106: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14107:
14108: 2003-09-30 paf
14109:
14110: * src/main/pa_string.C: string::replace bug fix [were ignoring
14111: occurrances after lang-mismatched
14112:
14113: 2003-09-29 paf
14114:
14115: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14116: helper
14117:
14118: * src/main/pa_string.C: string::serialize bug fix with
14119: zero-terminator
14120:
14121: * src/classes/table.C: ^nameless_table.save column row now has no
14122: \t at the end
14123:
14124: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14125: @postprocess now takes $response:body/download
14126:
14127: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
14128: error message
14129:
14130: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
14131:
14132: * src/classes/table.C: bugfix: flip: must produce nameless
14133: http://i2/tasks/edit/?id=4573405524674081244
14134:
14135: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
14136: main/helpers/simple_folding.pl: utf-8 upper/lower
14137:
14138: * src/main/pa_common.C: bugfix: utf signature were not ignored due
14139: to typo error http://i2/tasks/edit/?id=4573354650786434584
14140:
14141: 2003-09-26 paf
14142:
14143: * src/main/untaint.C: removed needless field
14144:
14145: * src/main/untaint.C: removed needless const
14146:
14147: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
14148: String.for_each bug fixed [omited one-char cases]
14149:
14150: * src/include/pa_stack.h: bugfix: before collecting garbage,
14151: runtime-executor stack were cleared... BADLY
14152:
14153: * src/main/pa_string.C: ^stirng.replace code used old
14154: param-convention on langs.append, fixed that search fo the like,
14155: found none
14156:
14157: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14158: string::serialize/deserialize implemented Language enum assigned
14159: meaningful letters [more convinient for debugging. read warning
14160: before adding/changing anything]
14161:
14162: 2003-09-25 paf
14163:
14164: * src/: include/pa_string.h, include/pa_version.h,
14165: main/pa_string.C, main/untaint.C: templates and anonymous unions
14166: differences on unix
14167:
14168: * parser3.sln, src/classes/file.C, src/classes/image.C,
14169: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14170: src/classes/xdoc.C, src/classes/xnode.C,
14171: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14172: src/include/pa_charsets.h, src/include/pa_common.h,
14173: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14174: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14175: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14176: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14177: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14178: src/main/compile_tools.h, src/main/pa_charset.C,
14179: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14180: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14181: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14182: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14183: src/types/pa_vmail.C, src/types/pa_vmath.C,
14184: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14185: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14186:
14187: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14188: functions aligned to that of eeparser3 look
14189:
14190: * src/lib/cord/cordprnt.c: removed warnings
14191:
14192: 2003-09-24 paf
14193:
14194: * src/: classes/file.C, classes/image.C, classes/mail.C,
14195: classes/op.C, classes/xdoc.C, classes/xnode.C,
14196: include/pa_cache_managers.h, include/pa_charset.h,
14197: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14198: include/pa_sql_driver_manager.h, include/pa_string.h,
14199: include/pa_stylesheet_manager.h, include/pa_table.h,
14200: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14201: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14202: main/pa_sql_driver_manager.C, main/pa_string.C,
14203: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14204: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14205: types/pa_vstateless_class.h, types/pa_vstatus.C,
14206: types/pa_vxnode.C: v() functions of String::Body,
14207: String::Languages and String itself StringBody->String::Body
14208:
14209: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14210: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14211: never optimized anything. todo: somehow speed up harder cases:
14212: concatenationA+concatenationB when last block of A and first of B
14213: contain same letters
14214:
14215: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14216: lib/cord/include/cord.h: langs: speed up by joining adjucent
14217: blocks of same char [CORD_append_block]
14218:
14219: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14220: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14221: save space by extending blocks when appending block with c ==
14222: lastblock.c
14223:
14224: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14225: working yet :( but more working &understood :)
14226:
14227: * src/: classes/table.C, include/pa_string.h,
14228: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14229:
14230: 2003-09-23 paf
14231:
14232: * src/main/untaint.C: $a[ok!] $a works!
14233:
14234: * src/main/untaint.C: something even more works :)
14235:
14236: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14237: something more works :)
14238:
14239: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14240: lib/cord/cordxtra.c: something already works :)
14241:
14242: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14243: serialize&deserialize
14244:
14245: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14246: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14247: main/untaint.C: main idea implemented, details left
14248:
14249: 2003-09-22 paf
14250:
14251: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14252:
14253: * src/classes/xnode.C: copy/paste comment bugfix
14254:
14255: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14256: allocator returns 0, just die.
14257: http://i2/tasks/edit/?id=4570798492410259445
14258:
14259: * src/classes/xdoc.C: copy/paste comment bugfix
14260:
14261: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14262: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14263: xnode: getAttributeNS setAttributeNS removeAttributeNS
14264: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14265:
14266: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14267: chars due to bitwise operation signed-char error]
14268:
14269: 2003-09-19 paf
14270:
14271: * src/types/pa_wcontext.C: output message: more practical
14272: suggestion
14273:
14274: * src/main/pa_common.C, operators.txt: merged
14275: $f[^file::load[binary;http://...]] $f.tables
14276:
14277: 2003-09-02 paf
14278:
14279: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14280: flush stdout without referencing 'stdout' symbol. to hell with
14281: non-ansi libraries without 'stdout' symbol
14282:
14283: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14284: unix (users reported problems with some old libc)
14285:
14286: * src/types/pa_vdate.h: forgot initializer
14287:
14288: 2003-09-01 paf
14289:
14290: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14291: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14292: zone]
14293:
14294: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14295:
14296: 2003-08-19 paf
14297:
14298: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14299: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14300: simplified a little
14301:
14302: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14303: [lost fix from 3.0.8]
14304:
14305: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14306: visible here }
14307:
14308: bug fix
14309:
14310: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14311:
14312: * src/main/compile.tab.C: initialized couple of variables about
14313: which user reported runtime problems when parser were compiled
14314: with VC7, warning level4. study shows that later in bison
14315: they've fixed that. would migrate to latest bison someday
14316:
14317: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14318: recoding headers)
14319:
14320: * src/types/pa_vmail.C: works as before, same charset problems:
14321: gmime recodes to UTF-8 only headers, not body. so not recoding
14322: anything for now
14323:
14324: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14325: problems with body
14326:
14327: * src/types/pa_vmail.C: mail_receive just compiled
14328:
14329: 2003-08-18 paf
14330:
14331: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14332: main/main.vcproj, types/types.vcproj: win32: continued process
14333: detaching from \parser3project directory
14334:
14335: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14336: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14337: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14338: src/lib/pcre/pcre_dftables.dsp,
14339: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14340: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14341: src/types/types.dsp: moved to MSVC 7
14342:
14343: * gnu.vcproj.vspscc, parser3.vssscc,
14344: src/classes/classes.vcproj.vspscc,
14345: src/lib/cord/cord.vcproj.vspscc,
14346: src/lib/ltdl/libltdl.vcproj.vspscc,
14347: src/lib/md5/md5.vcproj.vspscc,
14348: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14349: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14350: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14351: src/targets/isapi/parser3isapi.vcproj.vspscc,
14352: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14353: moved to MSVC 7
14354:
14355: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14356: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14357: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14358: src/lib/pcre/pcre_dftables.vcproj,
14359: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14360: src/targets/cgi/parser3.vcproj,
14361: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14362: new VS project files
14363:
14364: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14365: .NET to detect Jalindi Igloo capabilities.
14366:
14367: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14368: src/classes/classes.awk, src/doc/footer.htm,
14369: src/include/pa_config_fixed.h, src/include/pa_version.h,
14370: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14371: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14372: src/types/pa_vmail.C: merged 3.1.0 latest changes
14373:
14374: 2003-08-15 paf
14375:
14376: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14377: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14378:
14379: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14380: non-ascii <yyy> now encoded correctly
14381:
14382: 2003-07-29 paf
14383:
1.116 moko 14384: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14385: dist
1.95 moko 14386:
14387: * src/types/pa_vmail.C: just started --with-mail-receive
14388:
14389: 2003-07-28 paf
14390:
1.116 moko 14391: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14392: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14393:
14394: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14395:
14396: 2003-07-25 paf
14397:
14398: * src/doc/footer.htm: year
14399:
14400: 2003-07-24 paf
14401:
14402: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14403: fix
14404:
14405: * src/include/pa_version.h: release
14406:
1.116 moko 14407: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14408:
14409: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14410: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14411: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14412: getting rid of win32xml pseudo project
14413:
14414: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14415:
1.116 moko 14416: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14417: configure.in, operators.txt, parser3.dsw,
1.95 moko 14418: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14419: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14420: src/classes/classes.C, src/classes/classes.awk,
14421: src/classes/classes.dsp, src/classes/classes.h,
14422: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14423: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14424: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14425: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14426: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14427: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14428: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14429: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14430: src/include/pa_array.h, src/include/pa_cache_managers.h,
14431: src/include/pa_charset.h, src/include/pa_charsets.h,
14432: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14433: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14434: src/include/pa_dictionary.h, src/include/pa_dir.h,
14435: src/include/pa_exception.h, src/include/pa_exec.h,
14436: src/include/pa_globals.h, src/include/pa_hash.h,
14437: src/include/pa_memory.h, src/include/pa_opcode.h,
14438: src/include/pa_operation.h, src/include/pa_pool.h,
14439: src/include/pa_pragma_pack_begin.h,
1.95 moko 14440: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14441: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14442: src/include/pa_sapi.h, src/include/pa_socks.h,
14443: src/include/pa_sql_connection.h,
14444: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14445: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14446: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14447: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14448: src/include/pa_uue.h, src/lib/Makefile.am,
14449: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14450: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14451: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14452: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14453: src/lib/cord/include/ec.h,
14454: src/lib/cord/include/private/Makefile.am,
14455: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14456: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14457: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14458: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14459: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14460: src/main/compile_tools.C, src/main/compile_tools.h,
14461: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14462: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14463: src/main/pa_charsets.C, src/main/pa_common.C,
14464: src/main/pa_dictionary.C, src/main/pa_dir.C,
14465: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14466: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14467: src/main/pa_request.C, src/main/pa_socks.C,
14468: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14469: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14470: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14471: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14472: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14473: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14474: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14475: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14476: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14477: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14478: src/targets/isapi/parser3isapi.dsp,
14479: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14480: src/types/pa_junction.h, src/types/pa_method.h,
14481: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14482: src/types/pa_vclass.C, src/types/pa_vclass.h,
14483: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14484: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14485: src/types/pa_vdouble.h, src/types/pa_venv.h,
14486: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14487: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14488: src/types/pa_vimage.C, src/types/pa_vimage.h,
14489: src/types/pa_vint.h, src/types/pa_vjunction.h,
14490: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14491: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14492: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14493: src/types/pa_vobject.C, src/types/pa_vobject.h,
14494: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14495: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14496: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14497: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14498: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14499: src/types/pa_vstring.h, src/types/pa_vtable.C,
14500: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14501: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14502: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14503: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14504: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14505: HEAD
14506:
14507: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14508: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14509: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14510: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14511: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14512: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14513: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14514: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14515: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14516: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14517: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14518: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14519: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14520: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14521: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14522: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14523: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14524: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14525: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14526: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14527: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14528: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14529: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14530: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14531: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14532: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14533: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14534: outputs/create-dir, results/001.processed, results/002.processed,
14535: results/003.processed, results/004.processed,
14536: results/005.processed, results/006.processed,
14537: results/007.processed, results/008.processed,
14538: results/009.processed, results/010.processed,
14539: results/011.processed, results/012.processed,
14540: results/013.processed, results/014.processed,
14541: results/015.processed, results/016.processed,
14542: results/017.processed, results/018.processed,
14543: results/019.processed, results/020.processed,
14544: results/021.processed, results/022.processed,
14545: results/023.processed, results/024.processed,
14546: results/025.processed, results/026.processed,
14547: results/027.processed, results/028.processed,
14548: results/029.processed, results/030.processed,
14549: results/031.processed, results/032.processed,
14550: results/033.processed, results/034.processed,
14551: results/035.processed, results/036.processed,
14552: results/037.processed, results/038.processed,
14553: results/039.processed, results/040.processed,
14554: results/041.processed, results/042.processed,
14555: results/043.processed, results/044.processed,
14556: results/045.processed, results/046.processed,
14557: results/047.processed, results/048.processed,
14558: results/049.processed, results/050.processed,
14559: results/051.processed, results/052.processed,
14560: results/053.processed, results/054.processed,
14561: results/055.processed, results/056.processed,
14562: results/057.processed, results/058.processed,
14563: results/059.processed, results/060.processed,
14564: results/061.processed, results/062.processed,
14565: results/063.processed, results/064.processed,
14566: results/065.processed, results/066.processed,
14567: results/067.processed, results/068.processed,
14568: results/069.processed, results/070.processed,
14569: results/071.processed, results/072.processed,
14570: results/073.processed, results/074.processed,
14571: results/075.processed, results/076.processed,
14572: results/077.processed, results/078.processed,
14573: results/079.processed, results/080.processed,
14574: results/081.processed, results/082.processed,
14575: results/083.processed, results/084.processed,
14576: results/085.processed, results/086.processed,
14577: results/087.processed, results/088.processed,
14578: results/089.processed, results/090.processed,
14579: results/091.processed, results/092.processed,
14580: results/093.processed, results/094.processed,
14581: results/095.processed, results/096.processed,
14582: results/097.processed, results/098.processed,
14583: results/099.processed, results/100.processed,
14584: results/101.processed, results/102.processed,
14585: results/103.processed, results/104.processed,
14586: results/105.processed, results/106.processed,
14587: results/107.processed, results/108.processed,
14588: results/109.processed, results/110.processed,
14589: results/111.processed, results/112.processed,
14590: results/113.processed, results/114.processed,
14591: results/115.processed, results/116.processed,
14592: results/117.processed, results/118.processed,
14593: results/119.processed, results/120.processed,
14594: results/121.processed, results/122.processed,
14595: results/123.processed, results/124.processed,
14596: results/125.processed, results/126.processed,
14597: results/127.processed, results/128.processed,
14598: results/129.processed, results/130.processed,
14599: results/131.processed, results/132.processed,
14600: results/133.processed, results/134.processed,
14601: results/135.processed, results/136.processed,
14602: results/137.processed, results/138.processed,
14603: results/139.processed, results/140.processed,
14604: results/141.processed: merged(copied) to HEAD from template_gc
14605:
14606: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14607: towards \parser3project not having to be in root
14608:
14609: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14610: module compiled [were minor unnecessary changes in lib/md5
14611: interface]
14612:
14613: * src/include/pa_version.h: release
14614:
14615: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14616:
14617: * src/classes/math.C: merged uuid bugfix
14618:
14619: * tests/: 141.html, results/141.processed: fixed bug with
14620: too-small-a-buffer
14621:
14622: * src/classes/math.C: uuid bugfix
14623:
14624: * tests/: 141.html, Makefile, results/005.processed,
14625: results/030.processed, results/075.processed,
14626: results/078.processed: to reflect date format change (were -
14627: become ' ')
14628:
14629: * src/classes/math.C: uuid bugfix
14630:
14631: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14632: debug/release changes
14633:
14634: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14635:
14636: 2003-07-23 paf
14637:
14638: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14639: renamed a little [to move to comman naming conv]
14640:
1.116 moko 14641: * src/targets/Makefile.am: apache13 splitted to simplify apache
14642: build
1.95 moko 14643:
14644: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14645: main/pa_request.C, main/pa_sql_driver_manager.C,
14646: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14647: stack top_index() fixed
14648:
14649: * src/main/pa_globals.C: minor style changes
14650:
14651: * src/: classes/op.C, include/pa_sql_connection.h: connection
14652: closing/caching fixed [connections were not closed/put to cache]
14653:
14654: 2003-07-22 paf
14655:
14656: * INSTALL: gc part updated stightly
14657:
14658: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14659: new sapi interface
14660:
14661: * src/classes/file.C: comment on OS
14662:
14663: * src/main/pa_string.C: removed reduntant invariant check [there is
14664: one deeper in cord lib]
14665:
14666: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14667:
14668: * src/main/pa_memory.C: out of memory is no longer coredump
14669:
14670: * INSTALL: disable-threads adviced
14671:
14672: 2003-07-21 paf
14673:
1.116 moko 14674: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14675:
14676: * src/classes/file.C: file::exec/cgi environment variables now must
14677: be UPPERCASE and A-Z 0-9 _-
14678:
14679: * src/classes/file.C: env passing fixed
14680:
14681: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14682:
14683: * src/main/pa_common.C: http:// CRLF now
14684:
14685: 2003-07-02 paf
14686:
14687: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14688: fields to reflect their real meaning
14689:
14690: 2003-06-27 paf
14691:
14692: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14693: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14694: file::exec/cgi .charset
14695:
14696: 2003-06-26 paf
14697:
14698: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14699: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14700: src/classes/table.C: fixed several uninitialized local
14701: structures. notably ^hash.foreach now inserts delimiters
14702: properly [were inserting it before first body]
14703:
14704: 2003-06-24 paf
14705:
14706: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14707:
14708: 2003-06-20 paf
14709:
14710: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14711: src/main/pa_globals.C: introducing
14712: $f[^file::load[binary;http://...]] $f.tables
14713:
14714: 2003-06-06 paf
14715:
14716: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14717: table. [were method lookup: inconsistent]
14718:
14719: 2003-06-02 paf
14720:
14721: * src/include/pa_memory.h: empty string clone fixed to return
14722: writable memory
14723:
14724: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14725: were not appended] which violated string invariant
14726:
14727: 2003-05-30 paf
14728:
14729: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14730: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14731:
14732: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14733: GMT ; RFC 822, updated by RFC 1123
14734:
14735: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14736: targets/isapi/parser3isapi.C: initialized request_info properly
14737:
14738: * src/classes/xnode.C: found minor bug, commended for future
14739:
14740: 2003-05-28 paf
14741:
14742: * src/classes/form.C: request_info.content_length can't be <0,
14743: size_t for some time
14744:
14745: 2003-05-26 paf
14746:
14747: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14748: forgotten <0 changed to !=STRING_NOT_FOUND
14749:
14750: * src/classes/math.C: merged ffffu from HEAD
14751:
14752: 2003-05-11 paf
14753:
14754: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14755:
14756: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14757: premature doc free. transformed document had xmlDoc reference
14758: stored to non-gc-memory (libgdome) added holding-reference
14759:
14760: 2003-04-29 paf
14761:
14762: * src/main/pa_globals.C: started digging on double free. on win32
14763: found that that's perfectly normal.
14764:
14765: 2003-04-25 paf
14766:
14767: * src/classes/table.C: table.join bug fix [bad limit check]
14768:
14769: * src/classes/math.C: merged from HEAD: simpiler hash_string
14770:
14771: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14772: print anything. changed to quicker and simplier code
14773:
14774: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14775: strict a check]
14776:
14777: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14778:
14779: 2003-04-24 paf
14780:
14781: * src/include/pa_table.h: too strict assert loosened
14782:
14783: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14784: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14785: report
14786:
14787: 2003-04-21 paf
14788:
1.116 moko 14789: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14790:
14791: * src/main/pa_globals.C: pcre memory management changed to use GC
14792: memory
14793:
14794: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14795: xmlMallocAtomic [author agreed to my suggestion], used that
14796:
14797: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14798:
14799: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14800: types/pa_vmail.C: attributed_meaning_to_string added
14801: L_UNSPECIFIED piece which was sortof OK, but violated string
14802: invariant [assertion barked on that] changed to L_PASS_APPEND,
14803: made that param obligatory
14804:
14805: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14806: fixed [assert helped]
14807:
14808: * src/include/pa_string.h: assert added [looking for bug]
14809:
14810: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14811: names on Win32 considered disk-global
14812:
14813: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14814: considered disk-global
14815:
14816: 2003-04-18 paf
14817:
14818: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14819: filenames
14820:
14821: * src/main/untaint.C: enabled '~' letter in filenames
14822:
14823: 2003-04-16 paf
14824:
14825: * src/classes/file.C: small bug introduced in autoptr times fixed
14826:
14827: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14828: HEAD
14829:
1.116 moko 14830: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14831:
14832: 2003-04-15 paf
14833:
14834: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14835: src/lib/md5/pa_md5c.c, tests/141.html,
14836: tests/results/141.processed: merged from head ^math:uuid[]
14837: ^math:uid64[] ^math:md5[string]
14838:
14839: test added: 141.html
14840:
14841: * operators.txt, src/classes/math.C: ^math:uid64[]
14842:
14843: * src/classes/math.C: ^math:uuid[]
14844:
14845: * operators.txt, src/classes/math.C: ^math:uuid[]
14846:
14847: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14848: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14849:
14850: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14851: src/include/pa_config_fixed.h, src/main/pa_common.C:
14852: ^file::load[mode;name; $.offset $.limit
14853:
14854: 2003-04-14 paf
14855:
14856: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14857: started ^math:md5
14858:
14859: * src/classes/table.C, src/include/pa_array.h,
14860: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14861: tests/results/140.processed: table $.reverse option works in
14862: create&co table $.distinct[tables] bug fix merged
14863:
14864: * src/: classes/table.C, include/pa_table.h: table
14865: $.distinct[tables] bug fixed
14866:
14867: * src/classes/table.C: more warnings
14868:
14869: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14870: removed checks in table::set_current, moved them back to
14871: table::locate implemented table::create/join ñ $.reverse
14872:
14873: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14874: removed checks in table::set_current, moved them back to
14875: table::locate
14876:
14877: 2003-04-11 paf
14878:
14879: * operators.txt, src/classes/date.C, src/classes/table.C,
14880: src/include/pa_array.h, src/include/pa_common.h,
14881: src/include/pa_config_includes.h, src/include/pa_string.h,
14882: src/include/pa_table.h, src/main/pa_request.C,
14883: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14884: src/main/pa_table.C: merged from HEAD from
14885: before_append_array_limit_sense_change to
14886: after_append_array_limit_sense_change
14887:
14888: * src/classes/table.C: typo
14889:
14890: * operators.txt, src/classes/date.C, src/classes/table.C,
14891: src/include/pa_array.h, src/include/pa_common.h,
14892: src/include/pa_config_includes.h, src/include/pa_globals.h,
14893: src/include/pa_table.h, src/main/pa_array.C,
14894: src/main/pa_globals.C, src/main/pa_request.C,
14895: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14896: src/main/pa_table.C: append_array_limit_sense_change locate
14897: accepts options same as create new option: $.reverse(1) [do not
14898: work in table::create]
14899:
14900: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14901: (stat xxx,
14902:
14903: * src/classes/: table.C: typo
14904:
14905: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14906: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14907: results/130.processed, results/131.processed,
14908: results/132.processed, results/133.processed,
14909: results/134.processed, results/135.processed,
14910: results/136.processed, results/137.processed,
14911: results/138.processed, results/139.processed: added few mustfail
14912: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14913: date/time 132.html mustfail: access to junction outside of
14914: context 133.html mustfail: access to junction outside of context,
14915: case version 134.html mustfail: hash: adding a key inside of
14916: foreach 135.html mustfail: modifying system class 136.html
14917: mustfail: $.name outside of $hash[here] 137.html mustfail:
14918: appendChild without import 138.html mustfail: invalid encoding
14919: inside of xml 139.html mustfail: bad XPath
14920:
14921: * operators.txt, src/classes/table.C, tests/084.html,
14922: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14923: tests/129.html, tests/results/125.processed,
14924: tests/results/126.processed, tests/results/127.processed,
14925: tests/results/128.processed, tests/results/129.processed: merged
14926: from HEAD ^table.hash[key][$.distinct[tables]]
14927:
14928: maked appropriate tests [changed one old nonconforming]
14929:
14930: * operators.txt, src/classes/table.C:
14931: ^table.hash[key][$.distinct[tables]]
14932:
14933: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14934: merged fix for found very old xml (dom) bug: were passing
14935: domString objects and later ERROREOUSLY freed them
14936:
14937: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14938: src/main/pa_charset.C: re-added libgdome patch. regretfully
14939: libgdome bug can not be worked around
14940:
14941: 2003-04-10 paf
14942:
14943: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14944: found very old xml (dom) bug: were passing domString objects and
14945: later ERROREOUSLY freed them
14946:
14947: * src/doc/string.dox, src/include/pa_memory.h,
14948: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14949: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14950: tests/123.html, tests/124.html, tests/results/001.processed,
14951: tests/results/002.processed, tests/results/003.processed,
14952: tests/results/004.processed, tests/results/005.processed,
14953: tests/results/006.processed, tests/results/008.processed,
14954: tests/results/009.processed, tests/results/010.processed,
14955: tests/results/011.processed, tests/results/012.processed,
14956: tests/results/013.processed, tests/results/014.processed,
14957: tests/results/015.processed, tests/results/016.processed,
14958: tests/results/017.processed, tests/results/018.processed,
14959: tests/results/020.processed, tests/results/021.processed,
14960: tests/results/022.processed, tests/results/023.processed,
14961: tests/results/024.processed, tests/results/025.processed,
14962: tests/results/026.processed, tests/results/027.processed,
14963: tests/results/028.processed, tests/results/029.processed,
14964: tests/results/030.processed, tests/results/031.processed,
14965: tests/results/032.processed, tests/results/033.processed,
14966: tests/results/034.processed, tests/results/035.processed,
14967: tests/results/036.processed, tests/results/037.processed,
14968: tests/results/038.processed, tests/results/039.processed,
14969: tests/results/040.processed, tests/results/041.processed,
14970: tests/results/042.processed, tests/results/043.processed,
14971: tests/results/044.processed, tests/results/045.processed,
14972: tests/results/046.processed, tests/results/047.processed,
14973: tests/results/048.processed, tests/results/049.processed,
14974: tests/results/050.processed, tests/results/051.processed,
14975: tests/results/052.processed, tests/results/053.processed,
14976: tests/results/054.processed, tests/results/055.processed,
14977: tests/results/056.processed, tests/results/057.processed,
14978: tests/results/058.processed, tests/results/059.processed,
14979: tests/results/060.processed, tests/results/061.processed,
14980: tests/results/062.processed, tests/results/063.processed,
14981: tests/results/064.processed, tests/results/065.processed,
14982: tests/results/066.processed, tests/results/067.processed,
14983: tests/results/068.processed, tests/results/069.processed,
14984: tests/results/070.processed, tests/results/071.processed,
14985: tests/results/072.processed, tests/results/073.processed,
14986: tests/results/074.processed, tests/results/075.processed,
14987: tests/results/076.processed, tests/results/077.processed,
14988: tests/results/078.processed, tests/results/079.processed,
14989: tests/results/080.processed, tests/results/081.processed,
14990: tests/results/082.processed, tests/results/083.processed,
14991: tests/results/084.processed, tests/results/085.processed,
14992: tests/results/086.processed, tests/results/087.processed,
14993: tests/results/088.processed, tests/results/089.processed,
14994: tests/results/090.processed, tests/results/091.processed,
14995: tests/results/092.processed, tests/results/093.processed,
14996: tests/results/094.processed, tests/results/095.processed,
14997: tests/results/096.processed, tests/results/097.processed,
14998: tests/results/101.processed, tests/results/102.processed,
14999: tests/results/104.processed, tests/results/105.processed,
15000: tests/results/106.processed, tests/results/107.processed,
15001: tests/results/108.processed, tests/results/109.processed,
15002: tests/results/110.processed, tests/results/111.processed,
15003: tests/results/112.processed, tests/results/113.processed,
15004: tests/results/114.processed, tests/results/115.processed,
15005: tests/results/116.processed, tests/results/117.processed,
15006: tests/results/118.processed, tests/results/119.processed,
15007: tests/results/120.processed, tests/results/121.processed,
15008: tests/results/122.processed, tests/results/123.processed,
15009: tests/results/124.processed: new convention: char* never 0.
15010: assert in cord on that
15011:
15012: * src/main/pa_charset.C: couple more asserts
15013:
15014: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15015: speedup
15016:
15017: * src/main/pa_charset.C: couple assertions on fantastic situations
15018: added [may be those is the case now?]
15019:
15020: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15021: that's memory from gc_malloc, not from g_malloc :(, but would
15022: hope]
15023:
15024: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15025: that's memory from gc_malloc, not from g_malloc :(, but would
15026: hope]
15027:
15028: * src/main/pa_charset.C: checked custom malloc for returning 0
15029:
15030: 2003-04-09 paf
15031:
15032: * src/classes/date.C: merged ^date.roll changes
15033:
15034: * src/classes/date.C: ^date.roll bug fix
15035:
15036: * src/classes/date.C: ^date.roll now throws less errors: month
15037: shifts handles end of month situation by reducing day number
15038: hour-hole shift reduces hour to recover
15039:
15040: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15041: Sort by function time
15042:
15043: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
15044: http:// $.charset[] param done
15045:
15046: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15047: added [after volatile fix. passes on win&intel-solaris]
15048:
15049: 2003-04-08 paf
15050:
15051: * src/: classes/file.C, classes/op.C, classes/table.C,
15052: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15053: include/pa_common.h, include/pa_request_charsets.h,
15054: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15055: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15056: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15057: types/pa_vresponse.C: started http:// $.charset[] param and
15058: http response charset detection just compiled. todo:test
15059:
15060: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15061:
15062: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15063: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15064: types/pa_vmail.C: changed transcode param converntion along with
15065: string creating convention -- all strings are zero-terminated,
15066: this allowed to fix one remaining String("123", 2) case
15067:
15068: * src/: classes/date.C, classes/file.C, classes/hash.C,
15069: classes/op.C, classes/string.C, classes/table.C,
15070: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15071: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15072: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15073: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15074: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15075: violated String::invariant. started fixing [not compiled now]
15076:
15077: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15078: main/compile.tab.C, main/compile.y, main/pa_string.C,
15079: main/untaint.C, targets/cgi/parser3.C: number of string style
15080: improvements & optimizations
15081:
15082: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15083: :(]
15084:
15085: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15086: [for it's a pointer really]
15087:
15088: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15089: 'n' param. worked that around
15090:
15091: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15092: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15093: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15094: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15095: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15096:
15097: Thanks for the bug report and patch.
15098:
15099: I hadn't looked at this code in a while. Reading it now, it
15100: seems to me that the tests should also be ">= MAX_DEPTH" to
15101: comply with the invariant, though that may not matter a lot. I
15102: changed that, too.
15103:
15104: Hans
15105:
15106: 2003-04-07 paf
15107:
15108: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15109: merged from head:safe mode error message now includes numbers
15110:
15111: * src/main/execute.C: n-th attempt to make a=a work with double.
15112: problem: as_double returns it's result in fp-register compiler
15113: optimizes access to that register after b->as_double, and just
15114: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15115: from memory. _SAME_ double values do not match here. when
15116: forced to REload fp-register, values do match.
15117:
15118: tried to make them volatile.
15119:
15120: * src/main/execute.C: n-th attempt to make a=a work with double.
15121: problem: as_double returns it's result in fp-register compiler
15122: optimizes access to that register after b->as_double, and just
15123: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15124: from memory. _SAME_ double values do not match here. when
15125: forced to REload fp-register, values do match.
15126:
15127: tried to make them volatile.
15128:
15129: * src/types/pa_vobject.h: small style change
15130:
15131: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
15132:
15133: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
15134: mode error message now includes numbers
15135:
15136: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
15137: now causes death
15138:
15139: 2003-04-04 paf
15140:
15141: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
15142: incorportated pa_exec patch by From: "Victor Fedoseev"
15143: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
15144: Sent: Thursday, January 23, 2003 9:14 AM
15145:
15146: huge speedup on ^file::cgi with big result
15147:
15148: * src/classes/table.C: sort table with 0 rows bug fixed
15149:
15150: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15151: fix http://i2/tasks/edit/?id=4493701604654042676
15152:
15153: @main[] $with_default[ $.a[1] $._default[default from
15154: with_default] ] ^show[$with_default]
15155:
15156: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15157: =$to_add_to.xxx=<br>
15158:
15159: ^show[$to_add_to]
15160:
15161: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15162: ^show[$cloned]
15163:
15164: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15165:
15166: } <hr>
15167:
15168: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15169: http://i2/tasks/edit/?id=4493701604654042676
15170:
15171: @main[] $with_default[ $.a[1] $._default[default from
15172: with_default] ] ^show[$with_default]
15173:
15174: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15175: =$to_add_to.xxx=<br>
15176:
15177: ^show[$to_add_to]
15178:
15179: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15180: ^show[$cloned]
15181:
15182: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15183:
15184: } <hr>
15185:
15186: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15187: http://i2/tasks/edit/?id=4507350336410850921
15188:
15189: * src/classes/xdoc.C: memory allocation func bugfix
15190: http://i2/tasks/edit/?id=4499303470368629745
15191:
15192: * src/classes/math.C: allowed random 1...
15193:
15194: * src/classes/math.C: allowed random 0..
15195:
15196: * src/main/pa_globals.C: exif mem leak
15197: http://i2/tasks/edit/?id=4480590323629807263
15198:
15199: * src/: classes/classes.dsp, main/main.dsp,
15200: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15201: fix http://i2/tasks/edit/?id=4493946731322521294
15202: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15203:
15204: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15205: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15206: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15207: links to xml libs made relative, no need to unpack parser3project
15208: to /parser3project.
15209:
15210: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15211: column more precise - tab handling bug fixed
15212:
15213: * src/main/: compile.tab.C, compile.y: more understandable error
15214: message in case @CLASS with more then one line inside
15215:
15216: * src/targets/cgi/parser3.C: more understandable error message in
15217: case of errors in @unhandled_exception
15218:
15219: 2003-04-03 paf
15220:
15221: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15222: src/main/compile.tab.C, src/main/compile.y,
15223: src/main/compile_tools.C, src/main/compile_tools.h,
15224: src/main/execute.C, src/main/pa_request.C: debug info format
15225: simplified, now it's: OP_VALUE Operation::Origin << here value*
15226:
15227: higher limits: file number (max: 255) line number (max:
15228: 64535) column number (max: 255)
15229:
15230: * src/classes/math.C: top limit
15231:
15232: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15233: precise parse error position in case of
15234:
15235: ^bug ]
15236:
15237: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15238: changed to realities, and passed [bug fixed]
15239:
15240: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15241: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15242: main/compile_tools.h, main/pa_request.C: introducing
15243: ^process...[main-method-alias]
15244:
15245: * src/: classes/date.C, classes/image.C, classes/op.C,
15246: classes/string.C, classes/table.C, classes/xdoc.C,
15247: types/pa_vmethod_frame.h: MethodParams& now [methods without
15248: params receive zero reference, but they are expected not to look
15249: there]
15250:
15251: * operators.txt, src/classes/date.C, src/classes/double.C,
15252: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15253: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15254: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15255: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15256: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15257: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15258: [methods without params receive zero reference, but they are
15259: expected not to look there]
15260:
15261: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15262: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15263: ^process...[filename] useful for better error reporting
15264: [file/line/col]
15265:
15266: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15267: types/pa_vstring.h: slightly improved error messages text: 1. is
15268: '%s', it 2. method undefined in case of ^void[]
15269:
15270: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15271: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15272: handling done. now we have error columns todo: test it
15273:
15274: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15275: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15276:
15277: this makes life easier: were: bad stack order -- were in
15278: exception catch unwind order, which didn't match execution order
15279:
15280: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15281:
15282: @first[] ^throw[a;1]
15283:
15284: showed throw a first throw b try
15285:
15286: which is no good
15287:
15288: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15289: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15290: trace reset after handled exception [old bug fixed]
15291:
15292: * src/main/: compile.tab.C, compile.y: parse position old bug
15293: fixed. position reporting made precise [both, in parse erros and
15294: runtime errors]
15295:
15296: 2003-04-02 paf
15297:
15298: * src/: include/pa_operation.h, include/pa_request.h,
15299: main/compile.C, main/compile.tab.C, main/compile.y,
15300: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15301: main/pa_exception.C, main/pa_request.C: debug info: started
15302: using. todo:complete
15303:
15304: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15305: main/compile.C, main/compile.tab.C, main/compile.y,
15306: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15307: main/pa_request.C: prepared debug info todo:use it
15308:
15309: * src/include/pa_operation.h: strange mistake fixed: forgot to
15310: return Operation class->union after switching from autoptrs.
15311:
15312: * tests/: Makefile, results/108.processed, results/117.processed:
15313: meta considered OK [it's up to coder now to remove it not needed]
15314:
15315: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15316: Dictionary constructor when moved to gc]
15317:
15318: * src/main/pa_common.C: uncommented http:// file loading
15319:
15320: * src/include/pa_array.h, src/main/execute.C,
15321: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15322: fix [gdGrowingBuf]
15323:
15324: * configure.in, src/lib/Makefile.am: removed patches
15325:
15326: * configure, src/include/pa_config_auto.h.in,
15327: src/main/pa_charset.C: --enable-assertions autoconf-ed
15328:
15329: * src/main/pa_common.C: uncommented http:// file loading
15330:
15331: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15332: xdoc::create/load
15333:
15334: * src/: classes/form.C, classes/hash.C, classes/image.C,
15335: classes/string.C, classes/table.C, classes/void.C,
15336: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15337: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15338: String::String(str,helper_length) are checked. found/fixed one
15339: place: $request:body now zero-terminated,
15340:
15341: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15342: main/compile_tools.C, main/execute.C, types/pa_value.h,
15343: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15344: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15345: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15346: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15347: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15348: types/pa_vxnode.h: more locally scoped vars in execute (more
15349: easily optimizable)
15350:
15351: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15352: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15353:
15354: * src/: include/pa_array.h, include/pa_stack.h,
15355: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15356: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15357: become assertion iterator in methodframe filler
15358:
15359: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15360: targets/cgi/parser3.C: array::get/put inlined
15361:
15362: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15363: gc_substitute_memory_management_functions +installed CORD_oom
15364: function
15365:
15366: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15367: src/include/pa_config_includes.h, src/include/pa_string.h,
15368: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15369: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15370: assertions started configure.in --enable-assertions
15371:
15372: 2003-04-01 paf
15373:
15374: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15375: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15376: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15377: gdome uses glib memory, and stores last pointer to xmlDoc there,
15378: gc misses that and collects valid memory fixed by remembering
15379: xmlDoc from dom object in xdoc. todo: do something with
15380: premature free of xdoc with xnodes/node values referring into it
15381:
15382: * src/classes/: mail.C: typo fix
15383:
15384: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15385: changes
15386:
15387: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15388: main/pa_memory.C: moved memory debugging to global level: to
15389: pa_gc_malloc
15390:
15391: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15392: debugging showed no errors. todo: debug parser memory
15393:
15394: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15395: configurations
15396:
15397: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15398: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15399: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15400: types/types.dsp: prepared xml-static configuration
15401:
15402: 2003-03-31 paf
15403:
15404: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15405: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15406: xml lib memory debugging, simple checks failed: it seems that
15407: library does realloc(bad ptr), and recording those ptrs in heap
15408: [for debugging] was bad: heap situation changes = everything
15409: works fine
15410:
15411: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15412: xmlRegisterCharEncodingHandler limitation [currently imposed
15413: limit of 10 user-defined charsets]
15414:
15415: 2003-03-28 paf
15416:
15417: * src/main/execute.C: execution stack copied to local register
15418: variable, removed lots [~2e7) of memory accesses
15419:
15420: 2003-03-27 paf
15421:
15422: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15423: works in debug, but fails in release todo: fix that
15424:
15425: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15426: targets/cgi/parser3.C: forgot to merge XML memory funcs
15427: replacement from gc branch
15428:
15429: * src/main/pa_exec.C: introducing append_help_length [radical
15430: improvement here]
15431:
15432: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15433: 'not recommened' in gc.h, on win32 noticed no difference]
15434:
15435: * src/include/pa_array.h: returned checked array get [were disabled
15436: for debugging] result:not slower [don't understand that, it were
15437: INLINED] todo: find out a way of inlining it!
15438:
15439: * src/: include/pa_string.h, lib/gc/include/gc.h,
15440: lib/gc/include/gc_fake.h, main/compile.tab.C,
15441: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15442: convention changed: all resulting strings are zero-terminated
15443:
15444: * src/: classes/date.C, classes/file.C, classes/hash.C,
15445: classes/string.C, classes/table.C, classes/void.C,
15446: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15447: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15448: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15449: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15450: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15451: types/pa_vfile.C, types/pa_vmail.C: introducing
15452: append_help_length [radical improvement here]
15453:
15454: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15455: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15456: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15457: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15458: even slower
15459:
15460: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15461: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15462: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15463: clients of &get(): most to use non-ref version, some[in tight
15464: places] to get_unchecked_ref
15465:
15466: * src/doc/memory.dox: forgot to add
15467:
15468: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15469: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15470: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15471: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15472: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15473: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15474: targets/cgi/parser3.dsp, types/pa_vmail.C,
15475: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15476: T>>&<< removed after Stack::pop wiping removed [moved to separate
15477: func] other Array & removed
15478:
15479: 2003-03-26 paf
15480:
15481: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15482: classes/table.C, include/pa_array.h, include/pa_charset.h,
15483: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15484: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15485: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15486: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15487: main/pa_exec.C, main/pa_sql_driver_manager.C,
15488: main/pa_stylesheet_manager.C, main/pa_table.C,
15489: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15490: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15491: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15492: pre-evaluated .count() in some places
15493:
15494: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15495: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15496: types/types.dsp: .dsp profiling updated
15497:
15498: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15499: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15500: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15501:
15502: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15503: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15504: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15505: use lib/gc,lib/cord
15506:
1.116 moko 15507: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15508: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15509: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15510: src/include/pa_config_includes.h, src/include/pa_request.h,
15511: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15512: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15513: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15514: src/lib/cord/include/Makefile.am,
1.116 moko 15515: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15516: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15517: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15518: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15519: src/types/pa_vform.h, src/types/pa_vhash.h,
15520: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15521: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15522: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15523: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15524: funcs ported pa_exec
1.95 moko 15525:
15526: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15527:
15528: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15529: bundled gc includes
15530:
15531: * src/: classes/op.C, include/pa_array.h,
15532: include/pa_sql_connection.h, include/pa_string.h,
15533: include/pa_version.h, main/compile.tab.C, main/compile.y,
15534: main/execute.C, main/pa_common.C, main/pa_exception.C,
15535: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15536: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15537: first real site (aval)]
15538:
15539: 2003-03-25 paf
15540:
15541: * operators.txt, src/main/pa_sql_driver_manager.C,
15542: src/types/pa_vstatus.C: $status.memory used free since_compact
15543: process
15544:
15545: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15546: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15547:
15548: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15549:
15550: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15551: src/types/pa_value.h, src/types/pa_vfile.h,
15552: src/types/pa_vobject.C, src/types/pa_vobject.h,
15553: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15554: tests/results/121.processed: untaint.C L_URI
15555:
15556: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15557: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15558: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15559: src/types/pa_vmemory.h: ^memory:compact[]
15560:
15561: * tests/results/109.processed: it was a bug in parser. updated 109
15562: test result
15563:
15564: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15565:
15566: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15567: tests/results/107.processed: fixed dom language [values are now
15568: considered tainted. it was a bug in parser. updated 107 test
15569: result
15570:
15571: * src/classes/xdoc.C: fixed transform params
15572:
15573: * src/: include/pa_stylesheet_manager.h,
15574: main/pa_stylesheet_manager.C: fixed stylesheet caching
15575:
15576: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15577: overloads for structure handling
15578:
15579: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15580: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15581: StringBody(0) ambiguilty, introducting static
15582: StringBody::Format(int)
15583:
15584: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15585: linked
15586:
15587: * src/types/pa_vxdoc.C: vxdoc compiled
15588:
15589: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15590: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15591: finalizers isntalled
15592:
15593: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15594: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15595: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15596: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15597: compiled todo: xnode.C / finalizers
15598:
15599: * src/doc/string.dox: updated: new string internals
15600:
15601: 2003-03-24 paf
15602:
15603: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15604: include/pa_charset.h, include/pa_config_fixed.h,
15605: include/pa_request.h, include/pa_stylesheet_connection.h,
15606: include/pa_stylesheet_manager.h, main/pa_charset.C,
15607: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15608: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15609: types/pa_vxnode.h: started XML
15610:
15611: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15612:
15613: * src/: classes/file.C, classes/image.C, classes/mail.C,
15614: include/pa_string.h, main/pa_common.C,
15615: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15616:
15617: * src/: classes/file.C, classes/image.C, classes/mail.C,
15618: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15619: main/pa_request.C, main/pa_sql_driver_manager.C,
15620: types/pa_vimage.h: size_t pos everywhere checks changed to check
15621: for eq STRING_NOT_FOUND
15622:
15623: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15624: optimize bit implemented
15625:
15626: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15627: String::ArrayFragment::append_positions fixed
15628:
15629: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15630: String::this_starts fixed
15631:
15632: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15633:
15634: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15635: hashcode implemented fully, including per-char callback [it can
15636: be - substr CORD node]
15637:
15638: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15639: rewritten to rewalloc with 100byte buf ahead
15640:
15641: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15642: src/include/pa_string.h, src/main/compile.tab.C,
15643: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15644: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15645: CORD_ec [bad] would rewrite as realloc now
15646:
15647: * src/: classes/date.C, classes/file.C, classes/form.C,
15648: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15649: include/pa_cache_managers.h, include/pa_charsets.h,
15650: include/pa_common.h, include/pa_request.h,
15651: include/pa_sql_driver_manager.h, include/pa_table.h,
15652: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15653: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15654: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15655: types/pa_vmail.C, types/pa_vmethod_frame.C,
15656: types/pa_vstateless_class.h: 2*2 worked :)
15657:
15658: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15659: src/include/pa_exec.h, src/include/pa_string.h,
15660: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15661: passed OK
15662:
15663: * src/: classes/hash.C, classes/string.C, classes/table.C,
15664: types/pa_value.C: all linked todo: debug
15665:
15666: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15667: types/pa_vstateless_class.C: all compiled. todo:link
15668:
15669: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15670:
15671: * src/types/pa_vtable.C: pa_vtable.C compiled
15672:
15673: * src/types/pa_vstring.C: pa_vstring.C compiled
15674:
15675: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15676:
15677: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15678: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15679: pa_vstateless_class.C, pa_vstateless_class.h:
15680: pa_vstateless_class.C compiled
15681:
15682: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15683: types/pa_vmath.C: pa_vmail.C compiled
15684:
15685: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15686:
15687: * src/types/pa_vform.C: pa_vform.C compiled
15688:
15689: * src/types/pa_vfile.C: pa_vfile.C compiled
15690:
15691: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15692: pa_vstateless_class.C: pa_vcookie.C compiled
15693:
15694: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15695: types/pa_vhash.h: pa_value.C compiled
15696:
15697: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15698: classes.lib main.lib compiled
15699:
15700: * src/classes/void.C: void.C compiled
15701:
15702: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15703: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15704: compiled
15705:
15706: * src/: classes/string.C, include/pa_request.h,
15707: include/pa_string.h, main/pa_string.C: string.C compiled
15708:
15709: * src/: classes/op.C, classes/string.C, classes/table.C,
15710: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15711: main/pa_request.C, main/pa_string.C: op.C compiled
15712:
15713: * src/classes/: math.C, op.C: math.C compiled
15714:
15715: * src/: classes/mail.C, classes/string.C, classes/table.C,
15716: types/pa_vmail.h: mail.C compiled
15717:
15718: * src/classes/: int.C, table.C: int.C compiled
15719:
15720: * src/: classes/hash.C, classes/image.C, classes/string.C,
15721: classes/table.C, include/pa_memory.h, include/pa_string.h,
15722: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15723: compiled
15724:
15725: * src/: classes/hash.C, classes/string.C, classes/table.C,
15726: classes/void.C, classes/xdoc.C, include/pa_request.h,
15727: include/pa_sql_connection.h: hash.C compiled
15728:
15729: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15730: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15731: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15732: classes/math.C, classes/op.C, classes/response.C,
15733: classes/string.C, classes/table.C, classes/void.C,
15734: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15735: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15736: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15737: file.C table.C compiled
15738:
15739: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15740: main/untaint.C: main.lib compiled
15741:
15742: 2003-03-21 paf
15743:
15744: * src/: classes/op.C, include/pa_cache_managers.h,
15745: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15746: include/pa_stylesheet_manager.h, main/pa_exception.C,
15747: main/pa_globals.C, main/pa_sql_driver_manager.C,
15748: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15749: compiled
15750:
15751: * src/: classes/hash.C, classes/image.C, classes/op.C,
15752: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15753: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15754: main/compile.C, main/pa_common.C, main/pa_request.C,
15755: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15756: pa_request.C compiled
15757:
15758: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15759: include/pa_request.h, main/execute.C, main/pa_request.C,
15760: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15761: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15762: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15763: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15764: compiled
15765:
15766: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15767: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15768: on unix
15769:
15770: * src/: include/pa_charset.h, include/pa_charsets.h,
15771: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15772: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15773: pa_charsets.C compiled
15774:
15775: * src/: classes/image.C, classes/mail.C, classes/op.C,
15776: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15777: main/compile.y, main/execute.C, main/pa_common.C,
15778: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15779: types/pa_vcode_frame.h, types/pa_vimage.h,
15780: types/pa_vmethod_frame.h: execute.C compiled
15781:
15782: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15783: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15784: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15785: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15786: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15787: include/pa_cache_managers.h, include/pa_charsets.h,
15788: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15789: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15790: include/pa_sql_driver_manager.h, include/pa_string.h,
15791: include/pa_stylesheet_connection.h,
15792: include/pa_stylesheet_manager.h, include/pa_table.h,
15793: main/compile.C, main/compile.tab.C, main/compile.y,
15794: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15795: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15796: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15797: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15798: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15799: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15800: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15801: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15802: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15803: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15804: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15805: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15806: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15807: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15808: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15809: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15810: types/pa_vresponse.h, types/pa_vstateless_class.C,
15811: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15812: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15813: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15814: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15815: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15816: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15817: [C++ CORD wrapper]
15818:
15819: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15820:
15821: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15822: $file::exec/cgi[script; $.charset[this is script's charset]
15823:
15824: command line, env values, input got transcoded before call
15825: stdout, stderr got transcoded after call
15826:
15827: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15828: by default. use: ^file::exec[...;$.stdin[$request.body]
15829:
15830: * src/main/pa_common.C: } typo bug fix
15831:
15832: * src/main/pa_common.C: } typo bug fix
15833:
15834: 2003-03-20 paf
15835:
15836: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15837: main/untaint.C: cord bug fix, but still errors todo: clear out
15838:
15839: * src/include/pa_string.h: more tests
15840:
15841: * src/main/pa_string.C: string.pos fixed
15842:
1.116 moko 15843: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15844: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15845: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15846: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15847: replaces
1.95 moko 15848:
15849: * src/: classes/image.C, include/pa_dictionary.h,
15850: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15851: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15852: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15853: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15854:
15855: * src/include/pa_string.h: warning
15856:
15857: * src/include/pa_string.h: this_starts fixed
15858:
15859: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15860: new String ctor & append params convention
15861:
15862: * src/: classes/file.C, classes/hash.C, classes/image.C,
15863: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15864: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15865: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15866: main/pa_exception.C, main/pa_exec.C,
15867: main/pa_sql_driver_manager.C, main/pa_string.C,
15868: main/pa_stylesheet_manager.C, main/untaint.C,
15869: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15870: types/pa_vmail.C: more tests OK
15871:
15872: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15873: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15874: gc/exit runned OK
15875:
15876: * src/types/pa_vmail.C: another naming problem: should not name
15877: vars like that: unpredictable close caused problems with later
15878: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15879: descriptors missing on startup: stdin; Bad file number
15880:
15881: todo: find out why so many filters(stream) here. probably wrong?
15882:
15883: * src/: include/pa_dictionary.h, include/pa_string.h,
15884: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15885: main/untaint.C: test compiled
15886:
15887: * src/: classes/image.C, classes/mail.C, classes/math.C,
15888: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15889: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15890: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15891: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15892: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15893: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15894: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15895: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15896: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15897:
15898: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15899: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15900: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15901: src/include/pa_memory.h, src/include/pa_request.h,
15902: src/include/pa_request_charsets.h,
15903: src/include/pa_sql_connection.h, src/include/pa_string.h,
15904: src/main/compile.tab.C, src/main/execute.C,
15905: src/main/pa_charset.C, src/main/pa_common.C,
15906: src/main/pa_exception.C, src/main/pa_exec.C,
15907: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15908: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15909: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15910: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15911: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15912: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15913: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15914: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15915: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15916: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15917: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15918: pa_common.C [done, without http for now]
15919:
15920: 2003-03-19 paf
15921:
15922: * src/: classes/date.C, classes/form.C, classes/hash.C,
15923: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15924: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15925: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15926: include/pa_string.h, include/pa_table.h, main/compile.C,
15927: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15928: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15929: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15930: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15931: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15932: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15933: types/pa_vstateless_class.h, types/pa_vtable.C,
15934: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15935: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15936: types/pa_wwrapper.h: started test
15937:
1.116 moko 15938: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15939: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15940:
15941: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15942: include/pa_string.h, main/pa_string.C: string compiled todo: test
15943: it
15944:
15945: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15946: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15947: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15948: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15949: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15950: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15951: types/pa_vmethod_frame.h, types/types.dsp: string
15952: reimplementation with cord+array<fragment>: 70%
15953:
15954: 2003-03-18 paf
15955:
15956: * src/: classes/date.C, classes/file.C, classes/form.C,
15957: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15958: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15959: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15960: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15961: can ignore lang in cmp and pos really, but would
15962: split properly!
15963:
15964: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15965: cord part made parser/src/lib: it's not compiled into libgc by
15966: default
15967:
15968: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15969: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15970: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15971: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15972: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15973: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15974: src/classes/xnode.C, src/classes/xnode.h,
15975: src/include/Makefile.am, src/include/pa_cache_managers.h,
15976: src/include/pa_charset.h, src/include/pa_charsets.h,
15977: src/include/pa_common.h, src/include/pa_dictionary.h,
15978: src/include/pa_exception.h, src/include/pa_exec.h,
15979: src/include/pa_globals.h, src/include/pa_hash.h,
15980: src/include/pa_memory.h, src/include/pa_pool.h,
15981: src/include/pa_request.h, src/include/pa_request_charsets.h,
15982: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15983: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15984: src/include/pa_stylesheet_connection.h,
15985: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15986: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15987: src/main/compile.C, src/main/compile.tab.C,
15988: src/main/compile_tools.C, src/main/compile_tools.h,
15989: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15990: src/main/pa_charsets.C, src/main/pa_common.C,
15991: src/main/pa_dictionary.C, src/main/pa_exception.C,
15992: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15993: src/main/pa_pool.C, src/main/pa_request.C,
15994: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15995: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15996: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15997: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15998: src/types/pa_junction.h, src/types/pa_method.h,
15999: src/types/pa_value.C, src/types/pa_value.h,
16000: src/types/pa_vclass.C, src/types/pa_vclass.h,
16001: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16002: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16003: src/types/pa_vdouble.h, src/types/pa_venv.h,
16004: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16005: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16006: src/types/pa_vimage.C, src/types/pa_vimage.h,
16007: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16008: src/types/pa_vmath.C, src/types/pa_vmath.h,
16009: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16010: src/types/pa_vobject.C, src/types/pa_vobject.h,
16011: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16012: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16013: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16014: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16015: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16016: src/types/pa_vstring.h, src/types/pa_vtable.C,
16017: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16018: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16019: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16020: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16021: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16022: gc: PA_Object done lots of replacements also
16023:
16024: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16025: gc logging
16026:
16027: 2003-03-17 paf
16028:
16029: * src/: classes/date.C, classes/file.C, classes/form.C,
16030: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16031: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16032: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16033: include/pa_string.h, include/pa_types.h, main/compile.C,
16034: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16035: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16036: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16037: main/pa_sql_driver_manager.C, main/pa_string.C,
16038: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16039: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16040: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16041: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16042: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16043: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16044: types/pa_vxnode.h: libgc attempt
16045:
16046: 2003-03-13 paf
16047:
16048: * src/: include/pa_sql_driver_manager.h,
16049: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16050: called
16051:
16052: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16053: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16054: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16055: types/pa_value.h, types/pa_vobject.h,
16056: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16057: set_base, set_derived simplified [counter leaks fixed]
16058:
16059: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16060: src/types/types.dsp: incorporated status class patch From:
16061: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16062: 2003 8:14 AM
16063:
16064: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16065: Win32 specific: QuotaPeakNonPagedPoolUsage
16066: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16067:
16068: 2003-03-12 paf
16069:
1.116 moko 16070: * configure, configure.in, src/lib/ltdl/configure,
16071: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16072: lib/ltdl/Makefile now created by /configure.in only [were by
16073: lib/ltdl/configure.in OVERWRITE]
16074:
1.116 moko 16075: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16076: linkage fixed for g++ 3.2.2
1.95 moko 16077:
16078: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16079: on using privately declared class [fixed]
16080:
16081: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16082: 3.2 rightliy complained on using privately declared class [fixed]
16083:
16084: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16085: sigpipe before request constructor now causes death
16086:
16087: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16088: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16089: not cause exception in exception handler
16090:
1.116 moko 16091: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16092: now default links libstdc++ statically. that can be overriden by
16093: --with-dynamic-stdcpp
1.95 moko 16094:
16095: 2003-03-11 paf
16096:
16097: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16098: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16099: necessity of libstdc++
16100:
16101: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16102:
16103: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16104:
16105: 2003-03-08 paf
16106:
16107: * tests/Makefile: make install & co
16108:
16109: * src/: include/pa_request.h, classes/op.C: removing
16110: vclass,object.h -> pa_request.h dependency
16111:
16112: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16113: main/pa_request.C: removing vform,response,cookie.h ->
16114: pa_request.h dependency
16115:
16116: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16117: dependency [testing...]
16118:
16119: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16120: return 0; fixed
16121:
16122: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
16123: types/pa_vmail.h: vmail.C received just compiled [not tested]
16124:
16125: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
16126:
16127: * src/main/pa_request.C: forgotten: ifdef XML
16128:
16129: * src/main/pa_request.C: forgotten: ifdef XML
16130:
16131: * src/targets/cgi/parser3.C: todo: move to latest xml version on
16132: win32 and run memleak tests again
16133:
16134: * src/targets/cgi/parser3.C: charsets: see some strange things with
16135: old xml lib-- it's internal memory handling has faults
16136:
16137: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
16138: problems when transcode from charset A to A.
16139:
16140: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
16141: todo: still problems when transcode from charset A to A.
16142:
16143: * src/: classes/hash.C, classes/mail.C, classes/string.C,
16144: classes/table.C, include/pa_array.h,
16145: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
16146: started full-scale-site-test [~ http://parser.ru sources]
16147:
16148: some fixes
16149:
16150: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16151: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16152: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16153: results/110.processed, results/111.processed,
16154: results/112.processed, results/113.processed,
16155: results/114.processed, results/115.processed,
16156: results/116.processed, results/117.processed,
16157: results/118.processed, results/119.processed,
16158: results/120.processed: xml: tests 109 dom create/show 110 xpath
16159: selectSingle 111 xdoc.create from tainted & 112
16160: xdoc.create/output with russian attr value 113 xpath
16161: selectString/Number 114 dom attributes.count 115 xpath selectBool
16162: 116 output media-type change 117 transform by dom stylesheet 118
16163: empty transform result 119 dom setAttribute 120 nbsp letter
16164: output
16165:
16166: =END OF PREPARED XML TESTS=
16167:
16168: 2003-03-07 paf
16169:
16170: * src/classes/xdoc.C, src/include/pa_charset.h,
16171: src/include/pa_stylesheet_connection.h, tests/108.html,
16172: tests/108.xsl, tests/results/108.processed: xml: test 108
16173: transform with params [bugs fixed]
16174:
16175: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16176: from copy/paste bug
16177:
16178: * src/classes/xdoc.C, src/include/pa_charset.h,
16179: src/include/pa_request.h, src/main/execute.C,
16180: src/main/pa_charset.C, src/main/pa_exception.C,
16181: src/main/pa_globals.C, src/main/pa_request.C,
16182: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16183: src/types/pa_vxnode.C, tests/107.html,
16184: tests/results/107.processed: xml: test: 107 bug fixes
16185:
16186: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16187: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16188: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16189:
16190: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16191: string
16192:
16193: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16194: mem alloc functions used for different cases [libxml, libxsl]
16195:
16196: * src/classes/classes.C: fixed: prevent system classes from
16197: modification to lock ALL the classes, not only directly used
16198:
16199: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16200: linked
16201:
16202: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16203:
16204: 2003-03-06 paf
16205:
16206: * src/classes/xdoc.C: xdoc.C 50%
16207:
16208: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16209: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16210: main/pa_globals.C, main/pa_request.C,
16211: main/pa_stylesheet_manager.C: xnode.C compiled
16212:
16213: * src/: include/pa_stylesheet_connection.h,
16214: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16215: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16216:
16217: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16218: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16219: xml: stylesheet&manager STARTED
16220:
16221: * src/: include/pa_globals.h, main/pa_charset.C,
16222: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16223:
16224: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16225: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16226: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16227: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16228: charsets
16229:
16230: * tests/023.html: in some cases it rounded up badly. postponing
16231: solution of that problem, making more simple test
16232:
16233: * tests/: 058_paf2000.png, results/058.processed: .png added with
16234: -kb now
16235:
16236: * src/: include/pa_charset.h, include/pa_charsets.h,
16237: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16238: moved to charsets.C
16239:
16240: 2003-03-05 paf
16241:
16242: * src/classes/string.C, src/include/pa_string.h,
16243: src/main/pa_string.C, tests/105.html,
16244: tests/results/105.processed: String::match bug fixed
16245:
16246: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16247: tests/results/104.processed: ^bpt operator added [does int3 in
16248: debug build on win32]
16249:
16250: * tests/: 057.html, results/057.processed: test bug fixed
16251:
1.116 moko 16252: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16253:
16254: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16255: missing
16256:
1.116 moko 16257: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16258: forgotten files added to Makes
1.95 moko 16259:
16260: * ltmain.sh: ltmain.sh added
16261:
16262: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16263: change undone ;(
16264:
16265: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16266: made static
16267:
16268: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16269: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16270: todo:make linker happy
1.95 moko 16271:
16272: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16273: env param made optional
16274:
16275: 2003-03-04 paf
16276:
16277: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16278: types/pa_vimage.h: number of gcc compiler bugs fixed
16279:
16280: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16281: results/103.processed: tests: 103 image.copy transparence test
16282:
16283: * src/main/execute.C, tests/101.html, tests/102.html,
16284: tests/results/101.processed, tests/results/102.processed: tests:
16285: 101 method/variable name conflict test 102 form fields change
16286: should not not change anything [bug fix]
16287:
16288: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16289: results/099.processed, results/100.processed: tests: 57 date
16290: create 2002: added 99,100 response:body/download
16291:
16292: * src/classes/image.C, tests/098.html, tests/098font.gif,
16293: tests/results/098.processed: test: 98 image font text [bug fixed]
16294:
16295: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16296: tests/results/097.processed: test: 97 file::load http:// [bugs
16297: fixed]
16298:
16299: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16300: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16301: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16302: image EXIF [bug fixed]
16303:
16304: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16305: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16306: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16307: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16308: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16309: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16310: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16311: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16312: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16313: tests/094.html, tests/095.html, tests/results/061.processed,
16314: tests/results/062.processed, tests/results/063.processed,
16315: tests/results/064.processed, tests/results/065.processed,
16316: tests/results/066.processed, tests/results/067.processed,
16317: tests/results/068.processed, tests/results/069.processed,
16318: tests/results/070.processed, tests/results/071.processed,
16319: tests/results/072.processed, tests/results/073.processed,
16320: tests/results/074.processed, tests/results/075.processed,
16321: tests/results/076.processed, tests/results/077.processed,
16322: tests/results/078.processed, tests/results/080.processed,
16323: tests/results/081.processed, tests/results/082.processed,
16324: tests/results/083.processed, tests/results/084.processed,
16325: tests/results/085.processed, tests/results/086.processed,
16326: tests/results/087.processed, tests/results/088.processed,
16327: tests/results/089.processed, tests/results/090.processed,
16328: tests/results/091.processed, tests/results/092.processed,
16329: tests/results/093.processed, tests/results/094.processed,
16330: tests/results/095.processed, tests/079.html,
16331: tests/results/079.processed: tests: 61 file::stat size 62
16332: string->int autoconvert 63 double .int,dec,div,mul 64 date
16333: compare 65 file: basename,justname,justext 66 math:crypt 67
16334: string.match simple on long 68 string.match normalized simple on
16335: long 69 string.int 70 file::stat content-type 71 table.join 72
16336: hash parameter conditional pass 73 date daylightsaving,yearday 74
16337: date arithmetics 75 response date values/attributes 76 string.pos
16338: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16339: with local 80 scientific numeric literal in string autoconvert 81
16340: xor: logical and numerical 82 for delims 83 menu delims 84
16341: table.hash distinct 85 long string replace 86 throw+catch
16342: current language preserve 87 bit shifts 88 junction tests +
16343: $caller test 89 hash.foreach selfmodification 90 int/void to int
16344: 91 $caller test 92 junction is + def junction tests 93 $caller
16345: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16346:
16347: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16348: fixed] 60 string eq string [bug fixed]
16349:
16350: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16351: 058.html, 058_paf2000.png, 059.html, 060.html,
16352: results/053.processed, results/054.processed,
16353: results/055.processed, results/056.processed,
16354: results/057.processed, results/058.processed,
16355: results/059.processed, results/060.processed: test: 53
16356: string.replace 54 junctions 55 table.hash 56 call indirect 57
16357: date.create[string] 58 image.measure[png]
16358:
16359: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16360: outputs/051.processed, results/052.processed: test: 52
16361: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16362: task: fix that
16363:
16364: 2003-03-03 paf
16365:
16366: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16367: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16368: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16369: outputs/049.processed, outputs/050.processed,
16370: outputs/051.processed, results/001.processed,
16371: results/002.processed, results/003.processed,
16372: results/005.processed, results/006.processed,
16373: results/008.processed, results/009.processed,
16374: results/011.processed, results/012.processed,
16375: results/013.processed, results/014.processed,
16376: results/015.processed, results/016.processed,
16377: results/017.processed, results/020.processed,
16378: results/021.processed, results/022.processed,
16379: results/024.processed, results/025.processed,
16380: results/026.processed, results/027.processed,
16381: results/028.processed, results/029.processed,
16382: results/030.processed, results/031.processed,
16383: results/049.processed, results/050.processed,
16384: results/051.processed, results/043.processed,
16385: results/044.processed, results/045.processed,
16386: results/046.processed, results/047.processed,
16387: results/048.processed: tests: 43,44,45 date rolls 46
16388: autoevaluating junction 47 table.select 48 name with subvar 49
16389: hash-creating switch 50 process 51 started parent/child, works as
16390: it were but it were NOT GOOD, created separate task to fix that
16391:
16392: * tests/: 042.html, results/042.processed: test: 42
16393: exception.handled
16394:
16395: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16396: expression
16397:
16398: * tests/: 040.html, results/040.processed: test: 39 method result
16399: of type table 40 method param junction auto evaluate
16400:
16401: * tests/: 039.html, results/039.processed: test: 37 method result
16402: of type table
16403:
16404: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16405: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16406: tests/038.html, tests/results/033.processed,
16407: tests/results/034.processed, tests/results/035.processed,
16408: tests/results/036.processed, tests/results/037.processed,
16409: tests/results/038.processed: tests: 33 string.replace 34
16410: string.upper 35 table created 36 local/global vars with juntions
16411: 37 table clone 38 math PI & number formatting
16412:
16413: math class registring typo fixed
16414:
16415: * src/classes/op.C, src/include/pa_request.h,
16416: src/include/pa_string.h, src/main/execute.C,
16417: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16418: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16419: tests/032.html, tests/results/032.processed: uchar changed to
16420: String_UL in all places [was not everywhere] untaint test: 032
16421:
16422: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16423: tests/results/004.processed, tests/parser-cygwin.sh,
16424: tests/parser-unix.sh: removed -H command line key, now testing
16425: using .sh file with SERVER_SOFTWARE=xxx
16426:
16427: 2003-02-26 paf
16428:
16429: * src/main/execute.C, src/types/pa_vstateless_class.h,
16430: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16431: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16432: tests/results/024.processed, tests/results/025.processed,
16433: tests/results/026.processed, tests/results/027.processed,
16434: tests/results/028.processed, tests/results/029.processed,
16435: tests/results/030.processed, tests/results/031.processed: fixed
16436: bug with name_cstr mutable CharPtr more tests
16437:
16438: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16439: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16440: << abort. die now just exits
16441:
16442: * src/classes/classes.awk, src/classes/classes.h,
16443: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16444: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16445: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16446: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16447: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16448: src/classes/xnode.C, src/include/pa_memory.h,
16449: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16450: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16451: src/types/pa_vform.C, tests/015.html, tests/016.html,
16452: tests/017.html, tests/018.html, tests/019.html,
16453: tests/019paf2001.gif, tests/020.html, tests/021.html,
16454: tests/022.html, tests/023.html, tests/022_dir/a.html,
16455: tests/022_dir/b.txt, tests/022_dir/c.htm,
16456: tests/results/015.processed, tests/results/016.processed,
16457: tests/results/017.processed, tests/results/018.processed,
16458: tests/results/019.processed, tests/results/020.processed,
16459: tests/results/021.processed, tests/results/022.processed,
16460: tests/results/023.processed: methoded_array now contains all Mxxx
16461: classes SAPI::get_env now returns info on pool more tests
16462:
16463: * src/include/pa_array.h, src/include/pa_hash.h,
16464: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16465: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16466: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16467: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16468: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16469: tests/results/001.processed, tests/results/002.processed,
16470: tests/results/003.processed, tests/results/004.processed,
16471: tests/results/005.processed, tests/results/006.processed,
16472: tests/results/007.processed, tests/results/008.processed,
16473: tests/results/009.processed, tests/results/010.processed,
16474: tests/results/011.processed, tests/results/012.processed,
16475: tests/results/013.processed, tests/results/014.processed: hash
16476: cloning fixed
16477:
16478: 2003-02-25 paf
16479:
16480: * src/main/pa_common.C: typo fixed
16481:
16482: 2003-02-24 paf
16483:
16484: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16485: [one remained]
16486:
16487: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16488: [should have been get_string(&pool)] todo: check other such calls
16489:
16490: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16491: test10, bad lookups
16492:
16493: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16494: object got destructed, and xxx points to sky
16495:
16496: * ChangeLog, src/classes/string.C: match bug fixed
16497:
16498: * src/types/pa_vmail.C: body [text/html] transcoded to
16499: $.charset[specified] now
16500:
16501: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16502: which failed to handle sigsetjmp+throw: crashed inside of
16503: pre-throw code. rewritten simplier [though duplicating
16504: closesocket code]
16505:
16506: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16507: which failed to handle sigsetjmp+throw: crashed inside of
16508: pre-throw code. rewritten simplier [though duplicating
16509: closesocket code]
16510:
16511: 2003-02-21 paf
16512:
16513: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16514: $cookie:name[$.expires[date << can be now]]
16515:
16516: written makefile with regression tests [raw]
16517:
16518: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16519: tests' only [it's not forcing CGI mode now] now use -H to output
16520: CGI header when parser used in command line [useful for tests
16521: also]
16522:
16523: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16524: switches on CGI mode, and is used in regression tests
16525:
16526: * src/: include/pa_request.h, main/pa_request.C,
16527: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16528: fixed
16529:
16530: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16531: handling pa_*
16532:
16533: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16534: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16535: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16536: memory handling files
16537:
16538: * src/main/pa_array.C: pool::format_integer terminator fixed
16539:
16540: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16541: compiles OK test to show benefits of free
16542:
16543: * src/: classes/file.C, classes/image.C, classes/mail.C,
16544: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16545: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16546: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16547: use pool [as the one in ^process]
16548:
16549: * src/classes/op.C: fixed process. sould now check for all cstr's
16550: -- some must use pool [as the one in ^process]
16551:
16552: 2003-02-20 paf
16553:
16554: * src/: classes/date.C, classes/double.C, classes/file.C,
16555: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16556: classes/math.C, classes/op.C, classes/response.C,
16557: classes/string.C, classes/table.C, classes/void.C,
16558: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16559: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16560: string cmp fixed
16561:
16562: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16563: values passed OK now
16564:
16565: 2003-02-19 paf
16566:
16567: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16568: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16569: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16570: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16571: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16572: all remaning leaks resulted from pooled::malloc calls [excluding
16573: in gd -- planning complete rewrite extremely ugly code]
16574:
16575: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16576: files
16577:
16578: 2003-02-17 paf
16579:
16580: * src/: classes/date.C, classes/double.C, classes/file.C,
16581: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16582: classes/response.C, classes/string.C, classes/table.C,
16583: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16584: include/pa_stylesheet_connection.h,
16585: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16586: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16587: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16588: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16589: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16590: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16591: of unitialized simple-typed field
16592:
16593: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16594: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16595: simple-typed field fixed. todo: find&kill all like that one
16596:
16597: * src/: main/execute.C, targets/cgi/pa_pool.C,
16598: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16599: debug output fixed
16600:
16601: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16602: main/pa_request.C: stack-stored items need extra .ref to prevent
16603: object_ptr from delete[them]
16604:
16605: * src/: classes/date.C, classes/op.C, classes/table.C,
16606: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16607: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16608: main/pa_charset.C, main/pa_common.C,
16609: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16610: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16611: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16612: calls
16613:
16614: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16615: couple mem leaks rusulted from old pooled::malloc usage.
16616: todo:find more like those
16617:
16618: * src/main/: compile.C, compile_tools.C: 2*2!
16619:
16620: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16621: stackItem fixed [there were no string on stack before]
16622:
16623: * src/: main/execute.C, main/pa_request.C,
16624: types/pa_vmethod_frame.C: first letters out OK
16625:
16626: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16627: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16628: main/pa_string.C, main/untaint.C, types/pa_value.h,
16629: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16630: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16631: type not initialized with zeros :( while class fields of class
16632: types initialized with default constructors. learn C++
16633:
16634: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16635: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16636: classes/math.C, classes/xdoc.C, classes/xnode.C,
16637: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16638: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16639:
16640: 2003-02-14 paf
16641:
16642: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16643: 13 link errors
16644:
16645: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16646: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16647: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16648: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16649: errors :)
16650:
16651: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16652: classes/hash.C, classes/mail.C, classes/op.C,
16653: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16654: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16655: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16656: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16657:
16658: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16659: classes/table.C, include/pa_common.h, include/pa_globals.h,
16660: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16661: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16662: types/pa_vint.h, types/types.dsp: op compiled
16663:
16664: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16665: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16666: main/untaint.C, types/pa_vtable.h: string, response compiled
16667:
16668: 2003-02-07 paf
16669:
16670: * src/: classes/table.C, types/pa_vtable.h: table compiled
16671:
16672: 2003-02-06 paf
16673:
16674: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16675: mail compiled
16676:
16677: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16678: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16679: types/pa_vfile.h, types/pa_vimage.h: image compiled
16680:
16681: * src/classes/: file.C, form.C: form compiled
16682:
16683: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16684: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16685: types/pa_vfile.C, types/pa_vfile.h: file compiled
16686:
16687: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16688: types/pa_vmath.h: math compiled [win32]
16689:
16690: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16691: types/pa_vstring.h: hash compiled
16692:
16693: 2003-02-04 paf
16694:
16695: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16696: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16697: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16698: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16699: types/pa_vhash.h: hash 50% compiled
16700:
16701: * src/: classes/date.C, classes/file.C, classes/hash.C,
16702: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16703: classes/string.C, classes/table.C, classes/xdoc.C,
16704: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16705: main/pa_string.C: date compiled
16706:
16707: * src/classes/: classes.dsp, double.C: double compiled
16708:
16709: * src/: classes/date.C, classes/double.C, classes/file.C,
16710: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16711: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16712: classes/string.C, classes/table.C, classes/void.C,
16713: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16714: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16715: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16716: compiled
16717:
16718: * src/: classes/date.C, classes/double.C, classes/file.C,
16719: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16720: classes/math.C, classes/op.C, classes/response.C,
16721: classes/string.C, classes/table.C, classes/void.C,
16722: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16723: types/pa_vvoid.h: void compiled :)
16724:
16725: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16726: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16727: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16728: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16729: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16730: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16731: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16732: types/pa_vresponse.C, types/pa_vstateless_class.C,
16733: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16734: types/pa_wcontext.C, types/types.dsp: removed stupid
16735: value_includes.h
16736:
16737: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16738: trying to remove stupid value_includes.h
16739:
16740: * src/main/pa_exec.C: pa_exec compiled on win32
16741:
16742: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16743:
16744: * src/: include/pa_globals.h, include/pa_request.h,
16745: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16746: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16747: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16748: types/pa_vrequest.C, types/pa_vstateless_class.C,
16749: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16750:
16751: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16752: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16753: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16754:
16755: * src/: include/pa_array.h, include/pa_config_includes.h,
16756: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16757: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16758: compiled
16759:
16760: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16761: name conflicts)
16762:
16763: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16764: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16765: yelds "virtual memory exhausted" while trying to compile
16766: execute.C [eating up to 127MB]
16767:
16768: 2003-02-03 paf
16769:
16770: * src/: include/pa_config_includes.h, include/pa_hash.h,
16771: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16772: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16773: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16774: types/pa_vint.h, types/pa_vjunction.h,
16775: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16776: started gcc compiling pa_common compiled
16777:
16778: * src/: include/pa_exception.h, include/pa_pool.h,
16779: main/pa_exception.C: exception gcc change #1
16780:
1.116 moko 16781: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16782: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16783:
16784: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16785:
16786: * src/types/pa_vtable.C: vtable compiled
16787:
16788: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16789:
16790: * src/: include/pa_cache_managers.h, main/pa_request.C,
16791: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16792:
16793: * src/types/pa_vstateless_class.C: vstateless_class compiled
16794:
16795: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16796:
16797: * src/types/pa_vrequest.C: vrequest compiled
16798:
16799: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16800: pa_vobject.C, pa_vobject.h: vobject compiled
16801:
16802: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16803: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16804: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16805: compiled
16806:
16807: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16808:
16809: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16810: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16811: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16812: compiled
16813:
16814: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16815: main.lib - 0 error(s), 0 warning(s)
16816:
16817: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16818: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16819:
16820: 2003-01-31 paf
16821:
16822: * src/: include/pa_array.h, include/pa_operation.h,
16823: include/pa_request.h, main/execute.C, main/main.dsp,
16824: types/pa_vjunction.h: started last file from main library:
16825: execute
16826:
16827: * src/: include/pa_request.h, include/pa_sapi.h,
16828: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16829: main/pa_request.C, targets/cgi/parser3.C,
16830: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16831: types/pa_vhash.h: pa_request compiled
16832:
16833: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16834: include/pa_globals.h, include/pa_request.h,
16835: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16836: main/execute.C, main/main.dsp, main/pa_common.C,
16837: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16838: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16839: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16840: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16841: types/types.dsp: most pa_request compiled
16842:
16843: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16844: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16845: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16846: classes/op.C, classes/response.C, classes/string.C,
16847: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16848: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16849: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16850: include/pa_config_fixed.h, include/pa_config_includes.h,
16851: include/pa_dictionary.h, include/pa_dir.h,
16852: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16853: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16854: include/pa_pool.h, include/pa_request.h,
16855: include/pa_request_charsets.h, include/pa_request_info.h,
16856: include/pa_sapi.h, include/pa_socks.h,
16857: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16858: include/pa_stack.h, include/pa_string.h,
16859: include/pa_stylesheet_connection.h,
16860: include/pa_stylesheet_manager.h, include/pa_table.h,
16861: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16862: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16863: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16864: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16865: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16866: main/compile.C, main/compile.tab.C, main/compile.y,
16867: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16868: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16869: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16870: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16871: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16872: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16873: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16874: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16875: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16876: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16877: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16878: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16879: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16880: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16881: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16882: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16883: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16884: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16885: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16886: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16887: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16888: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16889: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16890: types/pa_vresponse.h, types/pa_vstateless_class.C,
16891: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16892: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16893: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16894: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16895: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16896: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16897:
16898: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16899: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16900: src/include/pa_charsets.h, src/include/pa_common.h,
16901: src/include/pa_dictionary.h, src/include/pa_exception.h,
16902: src/include/pa_exec.h, src/include/pa_pool.h,
16903: src/include/pa_request.h, src/include/pa_sapi.h,
16904: src/include/pa_sql_connection.h,
16905: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16906: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16907: src/main/compile.tab.C, src/main/compile_tools.C,
16908: src/main/compile_tools.h, src/main/main.dsp,
16909: src/main/pa_charset.C, src/main/pa_charsets.C,
16910: src/main/pa_common.C, src/main/pa_dictionary.C,
16911: src/main/pa_exception.C, src/main/pa_exec.C,
16912: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16913: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16914: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16915: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16916: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16917: src/types/pa_vdouble.h, src/types/pa_venv.h,
16918: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16919: src/types/pa_vhash.h, src/types/pa_vimage.C,
16920: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16921: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16922: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16923: src/types/pa_vobject.C, src/types/pa_vobject.h,
16924: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16925: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16926: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16927: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16928: src/types/pa_vstring.h, src/types/pa_vtable.h,
16929: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16930: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16931: died, long live StringPtr
16932:
16933: 2003-01-30 paf
16934:
16935: * src/: include/pa_charset.h, include/pa_request.h,
16936: include/pa_sql_driver_manager.h, main/compile.tab.C,
16937: main/compile.y, main/compile_tools.h, main/pa_request.C,
16938: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16939:
16940: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16941: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16942: types/pa_vhash.h, types/pa_vmethod_frame.h,
16943: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16944: types/types.dsp: vstateless_class compiled
16945:
16946: * src/main/compile.C: compile compiled
16947:
16948: * src/: include/pa_array.h, include/pa_operation.h,
16949: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16950: main/pa_table.C: compile_tools compiled
16951:
16952: * src/: include/pa_operation.h, main/compile.y,
16953: main/compile_tools.C, main/compile_tools.h: started
16954: compile_tools. vagues ideas of how to free compiled code
16955:
16956: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16957: main/main.dsp, types/pa_value.C, types/pa_value.h,
16958: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16959: compiled
16960:
16961: 2003-01-29 paf
16962:
16963: * src/: include/pa_globals.h, include/pa_request.h,
16964: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16965: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16966: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16967: compiled
16968:
16969: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16970: now
16971:
16972: * src/: include/pa_array.h, include/pa_exception.h,
16973: include/pa_pool.h, main/pa_exception.C: gd compiled
16974:
16975: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16976: compiled
16977:
16978: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16979: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16980: types/pa_vfile.h: vfile compiled
16981:
16982: * src/: include/pa_common.h, include/pa_globals.h,
16983: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16984: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16985: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16986:
16987: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16988: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16989: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16990: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16991: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16992:
16993: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16994: main/main.dsp, main/untaint.C: more compiled
16995:
16996: * src/: include/pa_charsets.h, include/pa_request.h,
16997: include/pa_request_info.h, include/pa_string.h,
16998: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16999: types/pa_vresponse.h: vrequest compiled
17000:
17001: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17002: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17003: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17004:
17005: * src/: classes/classes.h, include/pa_charset.h,
17006: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17007: include/pa_request.h, include/pa_string.h, main/main.dsp,
17008: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17009: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17010: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17011: types/pa_vrequest.C, types/pa_vrequest.h,
17012: types/pa_vstateless_class.h, types/pa_vstring.h,
17013: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17014:
17015: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17016: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17017: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17018: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17019: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17020: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17021: types/pa_vobject.h, types/pa_vstateless_class.h,
17022: types/pa_vstateless_object.h, types/pa_vstatus.h,
17023: types/pa_vstring.h, types/types.dsp: vmath compiled
17024:
17025: 2003-01-28 paf
17026:
17027: * src/: classes/classes.h, classes/date.C, classes/file.C,
17028: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17029: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17030: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17031: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17032: compile_tools
17033:
17034: * src/: include/pa_charset.h, include/pa_exception.h,
17035: include/pa_request.h, include/pa_string.h, main/untaint.C:
17036: untaint compiled
17037:
17038: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17039: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17040: more compiled. struck with string::store_to needing to know
17041: source/client charsets
17042:
17043: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17044: types/pa_vfile.h: uue compiled
17045:
17046: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17047: table compiled
17048:
17049: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17050: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17051:
17052: * src/: include/pa_charset.h, main/pa_charset.C,
17053: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17054: introduced]
17055:
17056: * src/: classes/date.C, include/pa_charset.h,
17057: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17058: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17059: pa_charsets compiled
17060:
17061: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17062: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17063:
17064: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17065: common compiled
17066:
17067: * src/: include/pa_charsets.h, main/pa_charsets.C,
17068: main/pa_sql_driver_manager.C: pa_charsets compiled
17069:
17070: * src/: include/pa_array.h, include/pa_charset.h,
17071: include/pa_charsets.h, include/pa_pool.h,
17072: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17073: include/pa_stack.h, include/pa_string.h,
17074: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17075: sql_driver_manager compiled
17076:
17077: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17078: letter i with two dots added to koi, all ukranian letters added
17079: to win1251.
17080:
17081: typographic simbol 0xb9 deleted from win1251 [strange one & were
17082: abscent from koi]
17083:
17084: 2003-01-27 paf
17085:
17086: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17087: include/pa_sql_driver_manager.h, include/pa_string.h,
17088: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17089: sql/pa_sql_driver.h: paused on sql_manager
17090:
17091: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17092: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17093: include/pa_stack.h, main/pa_sql_driver_manager.C,
17094: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17095:
17096: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17097: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17098: include/pa_table.h, main/pa_sql_driver_manager.C,
17099: main/pa_table.C: table compiled
17100:
17101: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17102: cache_managers compiled
17103:
17104: * src/: include/pa_array.h, include/pa_charset.h,
17105: include/pa_pool.h, main/pa_charset.C: charset compiled
17106:
17107: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17108:
17109: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17110: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17111: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17112: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17113: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17114:
17115: 2003-01-24 paf
17116:
17117: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17118: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17119: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17120: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
17121: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
17122: types/pa_vint.h, types/pa_vjunction.h,
17123: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17124: types/pa_vstatus.h, types/pa_vstring.h: more patched
17125:
17126: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
17127: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
17128: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
17129: main/pa_string.C, main/pa_table.C: string compiled
17130:
17131: * src/: include/pa_array.h, include/pa_common.h,
17132: include/pa_dictionary.h, include/pa_exception.h,
17133: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
17134: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
17135: main/pa_string.C: dictionary compiled
17136:
17137: 2003-01-23 paf
17138:
17139: * src/: include/pa_array.h, include/pa_common.h,
17140: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17141: include/pa_request.h, include/pa_string.h, main/pa_common.C,
17142: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
17143: types/pa_value.h: resurrected pool in new sense: now it's
17144: factory, producing&accounting memory chunks for read[autofree]
17145: buffers
17146:
17147: * src/: include/pa_array.h, include/pa_exception.h,
17148: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
17149: main/pa_exception.C, main/pa_table.C: table compiled
17150:
17151: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17152: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17153: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17154: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17155: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17156: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17157: main/pa_table.C: aint that easy
17158:
17159: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17160: main/main.dsp: continued with Hash
17161:
17162: * src/main/pa_common.C: connect_string allocated on heap[wes on
17163: stack] now. and exception can be reported OK now [can be reported
17164: outside of pro c with that stack]
17165:
17166: 2003-01-22 paf
17167:
17168: * src/: include/pa_array.h, include/pa_charset.h,
17169: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17170: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17171: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17172: base: contains references_count. auto_ptr template calls
17173: add_ref/release
17174:
17175: 2003-01-21 paf
17176:
17177: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17178: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17179: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17180: classes/op.C, classes/response.C, classes/string.C,
17181: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17182: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17183: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17184: include/pa_config_fixed.h, include/pa_config_includes.h,
17185: include/pa_dictionary.h, include/pa_dir.h,
17186: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17187: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17188: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17189: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17190: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17191: include/pa_stack.h, include/pa_string.h,
17192: include/pa_stylesheet_connection.h,
17193: include/pa_stylesheet_manager.h, include/pa_table.h,
17194: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17195: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17196: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17197: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17198: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17199: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17200: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17201: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17202: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17203: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17204: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17205: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17206: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17207: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17208: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17209: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17210: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17211: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17212: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17213: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17214: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17215: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17216: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17217: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17218: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17219: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17220: types/pa_vstateless_object.h, types/pa_vstatus.C,
17221: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17222: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17223: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17224: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17225: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17226: 2002->2003
17227:
17228: 2003-01-16 paf
17229:
17230: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17231: src/main/pa_globals.C: http:// introducing $.any-status(1)
17232:
17233: * operators.txt, src/include/pa_config_fixed.h,
17234: src/main/pa_common.C: http request now return status. and not
17235: fail on status!=200
17236:
17237: 2003-01-15 paf
17238:
17239: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17240:
17241: 2003-01-14 paf
17242:
17243: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17244: mkinstalldirs: removed some ancient files [they in / really]
17245:
17246: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17247: regretfully needed patch in two places. in config_fixed.h made
17248: stubs for lib to compile in MSVC
17249:
17250: 2003-01-13 paf
17251:
17252: * config.guess, config.sub, ltmain.sh: removed last piece of
17253: configure.in(libtool) hacks
17254:
1.116 moko 17255: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17256: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17257: ltdl.h: moved to latest libtool (1.4.3)
17258:
17259: 2003-01-10 paf
17260:
17261: * src/lib/ltdl/: configure, configure.in: PROG_NM
17262:
17263: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17264: patches. libxml2 >= 2.5.1
17265: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17266: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17267: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17268:
17269: * INSTALL: moved to latest versions of xml libs libxml2 >=
17270: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17271: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17272: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17273:
17274: 2003-01-09 paf
17275:
17276: * INSTALL: xml,xslt,gdome lib urls updated
17277:
17278: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17279: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17280: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17281: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17282: 1.7.2
1.95 moko 17283:
17284: * depcomp: moving to automake 1.7.2
17285:
17286: 2002-12-27 paf
17287:
17288: * src/include/pa_version.h: 0007
17289:
17290: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17291: outdated parts, made links to language docs
17292:
17293: * src/include/pa_config_auto.h.in: comment
17294:
17295: 2002-12-26 paf
17296:
17297: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17298: not contain trailing / fixed.
17299:
17300: * INSTALL: changing SAFE_MODE politics
17301:
17302: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17303:
17304: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17305:
17306: 2002-12-25 paf
17307:
17308: * src/main/pa_globals.C: optimized-xml
17309:
17310: * src/main/pa_globals.C: optimized-as-is
17311:
17312: 2002-12-24 paf
17313:
17314: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17315: fixed [were really called with zero size when .html?a=&b=]
17316:
17317: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17318: with --with-sendmail
17319:
17320: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17321: fixed]
17322:
17323: 2002-12-23 paf
17324:
17325: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17326: ignoring parameters & were storing only string with default
17327: expires
17328:
17329: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17330: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17331: December 23, 2002 4:22 AM Subject: bug â
17332: Charset::transcode_buf2xchar
17333:
17334: 2002-12-20 paf
17335:
17336: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17337: non-cgi [script] runs
17338:
17339: 2002-12-19 paf
17340:
17341: * INSTALL: --without-iconv recommended [it crashes on some systems
17342: [tested on elik]] moreover, it's not needed there [parser
17343: registers charsets itself]
17344:
17345: * INSTALL: --without-iconv recommended [it crashes on some systems
17346: [tested on elik]]
17347:
17348: * operators.txt, src/include/pa_globals.h,
17349: src/include/pa_request.h, src/main/pa_globals.C,
17350: src/main/pa_request.C: $response:download
17351:
17352: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17353: compiler [win32]].
17354:
17355: 2002-12-18 paf
17356:
17357: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17358:
17359: 2002-12-17 paf
17360:
17361: * src/targets/cgi/parser3.C: merged die&iis changes
17362:
17363: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17364: to exit(1) 2. more flexible iilegal call check
17365:
17366: 2002-12-16 paf
17367:
17368: * ltmain.sh: some automakes silly insist on having this handy
17369:
17370: * src/main/untaint.C: filespec russian small 'r' changed to latin
17371: 'p' bug fix
17372:
17373: 2002-12-15 paf
17374:
17375: * src/main/untaint.C: filespec russian small 'r' changed to latin
17376: 'p'
17377:
17378: * configure.in, src/include/pa_config_auto.h.in,
17379: src/main/compile.C, src/main/pa_common.C: merged small changes
17380: from branch 6 to HEAD
17381:
17382: * src/main/compile.C: removed warning
17383:
17384: * src/main/pa_common.C: ftruncate having checked
17385:
17386: * configure.in, src/include/pa_version.h: new version
17387:
17388: 2002-12-14 paf
17389:
17390: * src/classes/table.C: removed unnecessary code
17391:
17392: * src/sql/pa_sql_driver.h: exception type fixed
17393:
17394: 2002-12-09 paf
17395:
17396: * src/types/pa_vvoid.h: $void.store[now] error
17397:
17398: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17399:
17400: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17401: tries to write core dump
17402:
17403: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17404:
17405: * src/: classes/hash.C, classes/string.C, classes/table.C,
17406: classes/void.C, main/pa_sql_driver_manager.C,
17407: sql/pa_sql_driver.h: changed exception handling mech in sql
17408: handlers #2
17409:
17410: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17411: exception handling mech in sql handlers
17412:
17413: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17414: handlers
17415:
17416: * src/: classes/hash.C, classes/string.C, classes/table.C,
17417: classes/void.C, main/pa_sql_driver_manager.C,
17418: sql/pa_sql_driver.h: changed exception handling mech in sql
17419: handlers
17420:
1.116 moko 17421: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17422: to write makefile which used libtool to install things, which is
17423: not needed
1.95 moko 17424:
17425: 2002-12-06 paf
17426:
17427: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17428: $hash.fields -- pseudo field to make 'hash' more like 'table'
17429:
17430: 2002-12-05 paf
17431:
17432: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17433: cc/bcc OK now
17434:
17435: * src/main/untaint.C: mail header closed properly
17436:
17437: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17438: header ',' allowed. still bugs in smtp [only one receiptient
17439: works, cc, bcc ignored now, and MAILED ;)]
17440:
17441: [strncpy killed, memnchr used]
17442:
17443: * src/main/pa_table.C: table-copy now current=0
17444:
17445: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17446: lowlevel proc
17447:
17448: * src/targets/cgi/parser3.C: more checks on
17449: http://domain/parser.cgi start [maybe some getenv returns "",
17450: checked that now
17451:
17452: * src/targets/cgi/parser3.C: more checks on
17453: http://domain/parser.cgi start [maybe some getenv returns "",
17454: checked that now
17455:
17456: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17457: out-of-mem errors reached log]
17458:
17459: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17460: mail:send MIME-Version default
17461:
17462: * src/main/main.dsp: pa_version included into main.dsp
17463:
17464: 2002-12-04 paf
17465:
17466: * src/types/pa_vform.C: $form:field string value cut by premature 0
17467:
17468: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17469: lib/libltdl -> lib/ltdl Win32 changes. s
17470:
17471: * src/classes/classes.awk: more strict *.C$
17472:
17473: * gnu.dsp: restored
17474:
1.116 moko 17475: * configure.in, gnu.dsp, src/lib/Makefile.am,
17476: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17477: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17478: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17479: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17480: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17481: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17482: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17483: now created with /configure, not ltdl/configure, so it does have
17484: no problems with automake. ltdl/configure
17485: AC_OUTPUT(Makefile<<removed)
1.95 moko 17486:
17487: 2002-12-02 paf
17488:
17489: * operators.txt: removed outdated status:db
17490:
17491: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17492: src/main/pa_common.C, src/main/pa_request.C,
17493: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17494: tainted parts becomes http-header
17495:
17496: 2002-11-29 paf
17497:
17498: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17499: dates now objects of type date
17500:
17501: * src/classes/image.C: file.seek removed [it were used in image.C
17502: only, and for parser user this means that jpeg image has bad
17503: size in fragment's header] now used image.format
17504:
17505: * src/: include/pa_common.h, main/pa_common.C,
17506: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17507: now handled exactly like $response:header values. e.g. can be
17508: hash [can have subattributes] & contain date values.
17509:
17510: * src/main/pa_common.C: http:// param values lang forced URI
17511:
17512: * src/main/pa_common.C: http:// tainted partes now %xx
17513:
17514: 2002-11-28 paf
17515:
17516: * operators.txt: http.timeout
17517:
17518: * src/classes/image.C: ^image.length now counts interchar space.
17519: plus space after last char
17520:
17521: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17522:
17523: * src/classes/image.C: ^image.font width measurer now scans full
17524: height [were -1]
17525:
17526: * configure.in: stopped double libltdl/Makefile generation
17527:
17528: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17529: chars [one top horizontal line of 1pixel height were missing]
17530:
17531: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17532: 'false' to go into (Hash *) parameter
17533:
17534: 2002-11-27 paf
17535:
17536: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17537: types/pa_vmail.C: response:body[file] if file nows it's name now
17538: returns content-disposition: >>attachment<<
17539:
17540: * src/classes/image.C: ^image.font << bad font file-size now
17541: properly reported
17542:
17543: 2002-11-26 paf
17544:
17545: * src/main/pa_request.C: fixed lang in reponse header
17546:
17547: * src/main/pa_common.C: utf8 prefix ignored @read text
17548:
17549: * operators.txt, src/main/pa_common.C: http:// response status!=200
17550: made exception: http.status with source=bad status#
17551:
17552: 2002-11-25 paf
17553:
17554: * configure.in, src/classes/image.C,
17555: src/include/pa_config_auto.h.in,
17556: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17557: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17558: const void related probs fixed
1.95 moko 17559:
17560: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17561:
17562: $file[^file::load[http://there]] $file.SERVER
17563:
17564: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17565: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17566: http options [invalid onces now reported] made default
17567: user-agent: paf
17568:
17569: * operators.txt, src/classes/file.C, src/classes/table.C,
17570: src/classes/xdoc.C, src/include/pa_common.h,
17571: src/include/pa_globals.h, src/main/pa_common.C,
17572: src/main/pa_globals.C, src/main/pa_request.C,
17573: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17574: now understand http:// prefix and additional params, sample:
17575: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17576: $.USER-AGENT[parser3] ]]
17577:
17578: 2002-11-22 paf
17579:
17580: * src/classes/image.C, src/include/pa_globals.h,
17581: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17582: src/types/pa_vimage.h, operators.txt: $image.exif support
17583: $image.exif.DateTime & co
17584:
17585: 2002-11-21 paf
17586:
17587: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17588: _PASS_APPENDED)
17589:
17590: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17591: EXIF information [were big block and it's size were considered
17592: negative :(]
17593:
17594: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17595: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17596: internals rewritten. no there's reader.seek, and all's ready for
17597: EXIF extraction [now we fail to measure files with EXIF info]
17598:
17599: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17600: O_TRUNC truncates even exclusevely write-locked file [thanks to
17601: Igor Milyakov <virtan@rotabanner.com> for discovering]
17602:
17603: 2002-11-20 paf
17604:
17605: * src/targets/cgi/parser3.C: logging @signal += query_string
17606:
17607: * configure.in, src/include/pa_config_auto.h.in,
17608: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17609: comment
17610:
17611: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17612:
17613: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17614: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17615: currently processed document SIGPIPE >> interrupts request
17616: processing [exception = DB rollback]
17617:
17618: * src/main/pa_exec.C: comment
17619:
17620: * src/main/pa_exec.C: pa_exec: data written only if size>0
17621:
17622: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17623: << disable HTTP-POST repassing
17624:
17625: * src/: include/pa_config_fixed.h, main/pa_common.C,
17626: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17627: pipe read errors now checked
17628:
17629: 2002-11-19 paf
17630:
17631: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17632: CGI: Illegal call
17633:
17634: 2002-11-01 paf
17635:
17636: * src/main/execute.C: comment
17637:
17638: 2002-10-31 paf
17639:
17640: * src/main/execute.C: found out why, checked that for now. todo:
17641: find out a way for that user could do that
17642:
17643: * src/types/pa_vstateless_object.h: object put replaces static
17644: parent if any
17645:
17646: * src/types/pa_vobject.C: object put replaces static parent if any
17647:
17648: * src/: classes/form.C, classes/mail.C, classes/op.C,
17649: classes/xnode.h, main/compile.tab.C, main/execute.C,
17650: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17651: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17652: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17653: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17654: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17655: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17656: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17657: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17658: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17659: types/pa_vstateless_object.h, types/pa_vstatus.C,
17660: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17661: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17662: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17663: types/pa_wwrapper.h: static fix merged
17664:
17665: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17666: $virtual_fields in dynamic, but one can reach derived
17667: static[class] variable from base
17668:
17669: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17670: types/pa_vobject.C, types/pa_vobject.h,
17671: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17672: statics, left $virtual_fields in dynamic
17673:
17674: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17675: one can't remember derivates in base class: there's so many of
17676: them. also there can be no virtual method calls in static
17677: classes
17678:
17679: * src/: classes/form.C, classes/mail.C, classes/op.C,
17680: classes/xnode.h, main/execute.C, main/pa_request.C,
17681: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17682: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17683: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17684: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17685: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17686: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17687: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17688: types/pa_vresponse.C, types/pa_vresponse.h,
17689: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17690: types/pa_vstateless_object.h, types/pa_vstatus.C,
17691: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17692: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17693: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17694: types/pa_wwrapper.h: static call $self fixed
17695:
17696: * src/main/execute.C: comment
17697:
17698: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17699: ^process[$caller.self]{...} now compiles to last derived object
17700: part of that 'self'
17701:
17702: 2002-10-29 paf
17703:
17704: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17705: re-passing [iis to blame]
17706:
17707: * src/classes/string.C: changed string.save to pass current sql
17708: connection to cstr thus one can ^connect[some server]{
17709: $s[insert into table x (x) values (^taint[sql]{value})]
17710: ^s.save[some.sql] } and he'd get in some.sql file code with
17711: properly escaped. [tried in mssql->mysql export->import of
17712: binary data]
17713:
17714: 2002-10-25 paf
17715:
17716: * src/types/pa_vresponse.C: case insensitive response user fields
17717: get/put
17718:
17719: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17720: types/pa_vresponse.C: saving for maybe-future
17721:
17722: 2002-10-23 paf
17723:
17724: * operators.txt, src/classes/table.C: ^table.hash{code}...
17725: ^table.hash(expr)...
17726:
17727: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17728:
17729: 2002-10-22 paf
17730:
17731: * src/types/: pa_vform.C, pa_vform.h: removed needless
17732: VForm::Append...(...Value)
17733:
17734: * src/main/execute.C: $.name outside of $name[...] checked
17735:
17736: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17737: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17738:
17739: 2002-10-21 paf
17740:
17741: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17742: $form:qtail $form:imap.x/y
17743:
17744: * operators.txt, src/types/pa_vform.C: $form:nameless =
17745: "?value&...", "...&value&...", "...&value"
17746:
17747: * operators.txt, src/types/pa_vform.C: $form:image-map
17748:
17749: * operators.txt, src/classes/file.C: /some/page.html:
17750: ^file:fullpath[a.gif] => /some/a.gif
17751:
17752: 2002-10-17 paf
17753:
17754: * src/main/: compile.tab.C, compile.y: operators precedence changed
17755: a little: logical not and bitwise negation precedence made
17756: highest, << and >> bitshits precedence made equal [were << higher
17757: than >>]
17758:
17759: * src/classes/op.C: exception handling fixed [were bad with
17760: contexts]
17761:
17762: 2002-10-16 paf
17763:
17764: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17765: main/pa_request.C: Request::self considered equal to
17766: VMethodFrame::self, and removed, Request::get_self() mapped to
17767: VMethodFrame.self()
17768:
17769: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17770: $hash in open field now gives old good error meesage
17771:
17772: 2002-10-15 paf
17773:
17774: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17775: use ^if($junction is junction){was and now true}
17776:
17777: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17778: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17779: types/pa_vxnode.C: xml->parser strings now have origin, which
17780: points to place where value left xml library and came to parser:
17781: place of dom field extraction/call
17782:
17783: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17784: main/compile.tab.C, main/compile.y, main/execute.C,
17785: types/pa_vmethod_frame.h: removed last pieces of old code
17786: allowing $junction.xxx at compile time
17787:
17788: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17789: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17790: objects also considered [were only classes]
17791:
17792: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17793: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17794: with CLASS self. [ (request&method_frame).self temporarily
17795: changed ]
17796:
17797: * src/classes/: hash.C, op.C: method_frame now always changed, with
17798: no exception to native calls. for&foreach changed to use
17799: method_frame.caller for their var's name context
17800:
17801: * src/: main/execute.C, targets/cgi/parser3.C,
17802: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17803: compiling to system classes disabled
17804:
17805: * operators.txt, src/classes/op.C:
17806: ^process[$caller.CLASS]{code-string} added
17807:
17808: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17809: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17810: src/types/Makefile.am, src/types/pa_vjunction.C,
17811: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17812: src/types/types.dsp: removed $junction.get $junction.set[]
17813: introducing $caller
17814:
17815: * src/types/pa_value.h: removed outdated comments. doxygen would
17816: find them lower by inheritance tree
17817:
17818: * src/types/pa_vjunction.C: ident
17819:
17820: 2002-10-14 paf
17821:
17822: * src/classes/op.C: process compiles to code's class class
17823:
17824: * src/: classes/form.C, classes/mail.C, classes/op.C,
17825: include/pa_request.h, main/compile.C, main/compile.tab.C,
17826: main/compile.y, main/execute.C, main/pa_request.C,
17827: types/pa_vstateless_class.h: operators now main-class-methods
17828:
17829: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17830: better stack trace [has "call" & co there]
17831:
17832: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17833: operators @auto now executed in MAIN context
17834:
17835: * src/main/execute.C: operator execution context now = MAIN, not
17836: closest stack frame
17837:
17838: @touchit[] $i[after]
17839:
17840: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17841: were 'after'
17842:
17843: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17844: 'after'
17845:
17846: * src/main/execute.C: comment
17847:
17848: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17849: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17850: action]
17851:
17852: * src/types/pa_vxnode.C: misreplace fixed
17853:
17854: * configure, configure.in, src/include/pa_config_auto.h.in,
17855: src/types/pa_vstatus.C, operators.txt:
17856: $status:rusage.tv_secs/usecs introduced
17857:
17858: 2002-10-09 paf
17859:
17860: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17861: on empty string [or uses (default)]
17862:
17863: 2002-10-08 paf
17864:
17865: * src/main/untaint.C: mail header quoted printable changed after
17866: RFC reread
17867:
17868: * operators.txt: plan on ^if(method
17869:
17870: * src/types/pa_vxnode.C: misreplace
17871:
17872: 2002-09-24 paf
17873:
1.116 moko 17874: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17875:
17876: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17877: mailreceive would compile on freebsd now
17878:
17879: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17880: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17881: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17882: mailreceive would compile on freebsd now
1.95 moko 17883:
17884: * src/: classes/file.C, main/untaint.C: 1. file spec language
17885: changed: now there are only few chars are untainted: * ? ' " < >
17886: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17887: one should use ^untaint[uri]{...} now]
17888:
17889: 2. $list[^file:list[dir]] now returns simply tainted names in
17890: $list.name, not tainted as filespec
17891:
17892: @russianindex[] #dir with files with russian-lang names
17893: $where[dir]
17894:
17895: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17896: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17897:
17898: 2002-09-23 paf
17899:
17900: * src/types/pa_vdouble.h: double->int round added
17901:
17902: * src/classes/date.C: date bug fix, now
17903: round(floatDays*secondsPerDay)
17904:
17905: * src/classes/date.C: date bug fix, now
17906: round(floatDays*secondsPerDay)
17907:
17908: 2002-09-20 paf
17909:
17910: * src/main/execute.C: code junction calls disabled [before: code
17911: was compiled in such a way, that there were no code-junctions in
17912: OP_CALL]
17913:
17914: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17915:
17916: @badjunctioncallinside[code] ^code[]
17917:
17918: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17919: expanding to include ^junction.method
17920:
17921: * src/main/pa_common.C: -d "DIR/" now true
17922:
17923: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17924: as internal xdoc encoding, and after decoding attributes set by
17925: dom functions now encoded OK, not as digital entities
17926:
17927: * src/classes/xdoc.C: empty transform result, being taken as file
17928: now returns empty file, not raises stupid error about "stat-ed
17929: file"
17930:
17931: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17932: allowed
17933:
17934: * src/types/types.dsp: introducing $junction.get/put(1) one can
17935: write iterators now:
17936:
17937: ^user-foreach[key;value]{$key=$value<br>}
17938:
17939: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17940: $code.value($i*2) $code }
17941:
17942: * src/main/compile_tools.h: mistype
17943:
1.116 moko 17944: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17945: thus taking linking options configure changes into account [were:
17946: ignoring]
1.95 moko 17947:
17948: * src/types/: pa_vjunction.C, Makefile.am: introducing
17949: $junction.get/put(1) one can write iterators now:
17950:
17951: ^user-foreach[key;value]{$key=$value<br>}
17952:
17953: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17954: $code.value($i*2) $code }
17955:
17956: * src/: include/pa_opcode.h, include/pa_request.h,
17957: main/compile.tab.C, main/compile.y, main/execute.C,
17958: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17959: introducing $junction.get/put(1) one can write iterators now:
17960:
17961: ^user-foreach[key;value]{$key=$value<br>}
17962:
17963: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17964: $code.value($i*2) $code }
17965:
17966: 2002-09-19 paf
17967:
1.116 moko 17968: * Makefile.am: new: make commit
1.95 moko 17969:
17970: * aclocal.m4: forced to be older
17971:
17972: 2002-09-18 paf
17973:
17974: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17975: src/main/compile.y, src/main/execute.C: << >> int shifts
17976:
17977: * src/: include/pa_common.h, include/pa_request.h,
17978: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17979: - now this - fatal error
17980:
17981: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17982: that one can pass binary data there
17983:
17984: * src/: classes/date.C, classes/double.C, classes/file.C,
17985: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17986: classes/op.C, classes/response.C, classes/string.C,
17987: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17988: include/pa_request.h: pa_request contexts made privated, plus
17989: get_{self/method_frame} to read. Request_context_saver used in
17990: ^try to save flang too. [were not saved]
17991:
17992: * src/types/pa_vresponse.C: header value chains joined before
17993: output, this should help $.subject[$var $var] from being
17994: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17995:
17996: 2002-09-17 paf
17997:
17998: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17999: removed changes, operators executed with calling self. lots of
18000: code with ^include code relies on defined/defining self variables
18001:
18002: $a[1] ^include[print_a.p] print_a.p: $a
18003:
18004: ^include[set_a.p] a=$a set_a.p: $a[1]
18005:
18006: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18007: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18008: types/pa_vstateless_class.h: operators now executed with MAIN
18009: self. it's for ^include sake, too strong a change
18010:
18011: * src/classes/op.C: made place for ^process to compile it's code to
18012: in case of no self
18013:
18014: * src/main/execute.C: found ancient param to Junction, removed.
18015: allowed passing self to native_code_operators [for ^process to
18016: work, she needs self]
18017:
18018: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18019: types/pa_vstateless_class.h: found ancient param to Junction,
18020: removed. allowed passing self to native_code_operators [for
18021: ^process to work, she needs self]
18022:
18023: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18024: types/pa_value.h, types/pa_vmethod_frame.h,
18025: types/pa_vstateless_class.h: allowed Request.self to be 0,
18026: checked that in VMethodFrame get/put and $self.
18027:
18028: * src/classes/: table.C, xdoc.C: table::sql options table::create
18029: copy options options checked, wrong option now fatal error
18030:
18031: * src/main/pa_string.C: string.replace fixed [were missing words on
18032: pieces boundaries]
18033:
1.150 moko 18034: * configure, configure.in: .so now detected [can be .sl on hpux,
18035: .dll on cygwin, .so in other cases)
1.95 moko 18036:
18037: * configure, configure.in: .so now detected [can be .sl on hpux,
18038: .dll on cygwin, .so in other cases)
18039:
18040: * operators.txt, src/classes/hash.C, src/classes/table.C,
18041: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
18042: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
18043: record taken [were last]
18044:
18045: * src/: classes/hash.C, classes/table.C,
18046: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18047: now errors
18048:
18049: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18050:
18051: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18052: ,2,3]
18053:
18054: 2002-09-16 paf
18055:
18056: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18057: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18058: stdout to be binary. now detected closest header break.
18059:
18060: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18061: closed right
18062:
18063: 2002-09-13 paf
18064:
18065: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
18066: src/main/compile_tools.h: (expression #comment)
18067:
18068: (multiline expression #comment line2 #comment )
18069:
18070: (expression #comment with (brackets) comment) << OK
18071:
18072: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
18073: bitwise !|| numerical xor now [preparing for expression
18074: #comments]
18075:
18076: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18077: error
18078:
18079: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18080: cheched in pa_socks.C
18081:
1.116 moko 18082: * configure, configure.in, src/include/pa_config_auto.h.in:
18083: HAVE_WINSOCK_H created in configure.in
1.95 moko 18084:
18085: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18086: cookie date now clean [were mistakenly tainted & that worked bad
18087: with opera -- 'happily' that worked OK with msie]
18088:
18089: 2002-09-12 paf
18090:
18091: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18092: VClass get_element now first looks to fields, next to methods &
18093: co todo: the rest reason: more speed
18094:
18095: * src/main/untaint.C: quoted printable encoding stops before
18096: \s*<...>$
18097:
18098: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18099: stops before <...>$
18100:
18101: 2002-09-11 paf
18102:
18103: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18104: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18105: forgot to check users of those funcs. not all were using that
18106: return value convention
18107:
18108: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18109: windows-1254 added
18110:
18111: 2002-09-10 paf
18112:
18113: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
18114: VCodeFrame parent param were specified badly
18115:
18116: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
18117: WWrapper which used in constructing objects(second param to sql
18118: method) ^...sql{}[$.default{code}] now has parent, wich helps
18119: code in hash to survivi
18120:
18121: * src/: include/pa_request.h, main/execute.C: removed redundant
18122: param to execute [stack said 'thanks']
18123:
18124: * src/: classes/op.C, main/execute.C, types/pa_value.C,
18125: types/pa_value.h, types/pa_vcode_frame.h,
18126: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18127: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
18128: responsibility to wcontext
18129:
18130: * src/classes/file.C: decided not to log exec's with stderr, that
18131: could be warnings, and it's up to scritper to log/show them
18132:
18133: * src/: classes/double.C, main/execute.C: double:sql badly called
18134: write_assign_lang, not write_no_lang, thus doing unnecessary
18135: double/string converstion, which were loosing time&precesion
18136:
18137: * src/: main/pa_charset.C, types/pa_vmail.C:
18138: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
18139: case of unfinished in buffer processing, causing accidental
18140: transcode stop [in case that source enc != utf-8 & there is
18141: incomplete utf-8 sequence at the end of 16000block iside of
18142: libxml lib] tfm readed & code updated
18143:
18144: 2002-09-04 paf
18145:
18146: * configure: makes with sjlj
18147:
18148: * INSTALL, src/include/pa_config_fixed.h,
18149: src/include/pa_sql_connection.h,
18150: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18151: checked. on win32 it made default
18152:
18153: * src/include/pa_config_auto.h.in: sjlj define
18154:
18155: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18156: can not work with longjump/throw pair, and one must switch that
18157: on there. todo: detect that automatically]
18158:
18159: * src/types/pa_vxnode.C: removed too strong checks of
18160: xnode.elements. now, for instance, if element does not have any
18161: attributes, $xnode.attributes is void, not error
18162:
18163: 2002-09-02 paf
18164:
18165: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18166: removed double_result, didn't help
18167:
18168: * src/main/execute.C: double_result made to move that var away from
18169: hungry g++ optimizer (-O2), before: it were optimized and
18170: comparison operators worked badly
18171:
18172: * src/types/pa_vdate.h: removed debug
18173:
1.116 moko 18174: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18175:
18176: * src/main/execute.C: fixed numeric < & co so that thay now use
18177: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18178: unknown reason.
18179:
18180: 2002-08-29 paf
18181:
18182: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18183: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18184: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18185: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18186: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18187: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18188: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18189: [called less frequent, allowed to remove ugly
18190: Junction.change_context-s from many places, switch,
18191: mail:send..html{}, ..] request.root renamed to method_frame [more
18192: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18193: [speed up]
18194:
18195: 2002-08-28 paf
18196:
18197: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18198: tainted
18199:
18200: * src/types/pa_vcookie.C: fixed cookie delete when
18201: $cookie:name[$.value[]]
18202:
18203: * operators.txt, src/classes/string.C:
18204: ^string.split[delim[;options]]
18205:
18206: 2002-08-27 paf
18207:
1.116 moko 18208: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18209:
18210: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18211: delimiter
18212:
18213: * INSTALL: recommended latest gmime 1.0.5
18214:
18215: 2002-08-26 paf
18216:
18217: * configure, configure.in: apache13/hook added to make dist.
18218:
18219: 2002-08-23 paf
18220:
18221: * src/: include/pa_common.h, main/pa_common.C,
18222: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18223: beside binary [cgi, isapi] not accessible [due to bad rights or
18224: whatever] it's error now
18225:
18226: 2002-08-21 paf
18227:
1.116 moko 18228: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18229:
18230: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18231: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18232: class". compiled as if here they named base class
18233:
18234: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18235: cloning constructor]
18236:
18237: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18238:
1.150 moko 18239: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18240: $mail.received.file.value.content-type fixed
18241:
18242: 2002-08-20 paf
18243:
18244: * src/classes/file.C: fixed language of file:file result
18245:
18246: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18247: from 3.0.0005
18248:
18249: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18250:
18251: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18252: 3.0.0005
18253:
18254: * src/classes/void.C, operators.txt: ^void.length[] = 0
18255:
18256: 2002-08-19 paf
18257:
18258: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18259: work now
18260:
18261: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18262: error in xnode, which were not catched in xdoc]
18263:
18264: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18265: prepared: // validate each document after load/create (?)
18266: //xmlDoValidityCheckingDefaultValue = 1;
18267:
18268: 2002-08-15 paf
18269:
18270: * src/classes/classes.h: write to static var caused useless
18271: Exception, introduced Methoded::put_element wich consumes those
18272:
18273: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18274: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18275: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18276: $response:field[date] $response:field[$.xxx[date]]
18277:
18278: * src/: classes/hash.C, classes/string.C, classes/table.C,
18279: classes/void.C, include/pa_sql_connection.h: fixed source of
18280: ^hash::sql{bad}
18281:
18282: * operators.txt: $request:body unprecessed POST request body
18283:
18284: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18285:
18286: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18287: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18288:
18289: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18290: src/include/pa_request.h, src/main/pa_pool.C,
18291: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18292: $request:body r.post_data now const
18293:
18294: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18295: classes/xnode.C, main/execute.C, types/pa_value.h,
18296: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18297: types/pa_vtable.h: instead of type() checking everywhere used
18298: Value.as now user descendants can be used in params.
18299:
18300: VObject::as_*, is_defined now taken from bases. xtable(table)
18301: ^if($xtable) now OK
18302:
18303: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18304: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18305: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18306:
18307: 2002-08-14 paf
18308:
18309: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18310: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18311: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18312: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18313: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18314: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18315: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18316: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18317: types/pa_vresponse.C, types/pa_vresponse.h,
18318: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18319: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18320: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18321: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18322: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18323: & VClass
18324:
18325: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18326:
18327: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18328: removed fixopt stupidity. on stupid linux use cd /document/root
18329: ../cgi/parser3 script
18330:
18331: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18332: params, splitting them by space, excluding argv[0], argv[argc-1]
18333:
18334: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18335: fixopt.h: fixopt now preprocesses command line params, splitting
18336: them by space, excluding argv[0], argv[argc-1]
18337:
18338: * src/targets/cgi/parser3.C: -f config file
18339:
18340: * src/targets/cgi/parser3.C: fixed .log file dir
18341:
18342: 2002-08-13 paf
18343:
18344: * src/types/pa_vobject.C: allow override parent variables, useful
18345: for form descendants [in vobject too, were in vclass]
18346:
18347: * src/types/pa_vclass.C: allow override parent variables, useful
18348: for form descendants
18349:
18350: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18351: overwritten in derived(table)
18352:
18353: * src/: classes/form.C, classes/mail.C, classes/op.C,
18354: classes/xnode.h, include/pa_request.h, main/execute.C,
18355: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18356: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18357: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18358: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18359: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18360: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18361: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18362: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18363: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18364: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18365: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18366: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18367: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18368: Value::get_element(..., bool looking_down) [needed to exclude
18369: endless recoursion]
18370:
18371: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18372: fix bug with put endless recoursion todo: check 'as'
18373:
18374: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18375: reorganized modules todo: fix bug with put endless recoursion
18376: todo: check 'as'
18377:
18378: * src/types/pa_vobject.h: checked: table fields can be overwritten
18379: in derived(table)
18380:
18381: * src/types/pa_vobject.h: derived classes can have fields of their
18382: own now
18383:
18384: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18385: fixed error message on using non-created table
18386:
18387: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18388: classes/op.C, classes/xnode.h, include/pa_request.h,
18389: main/compile.C, main/compile.tab.C, main/execute.C,
18390: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18391: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18392: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18393: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18394: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18395: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18396: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18397: types/pa_vresponse.C, types/pa_vresponse.h,
18398: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18399: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18400: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18401: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18402: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18403: looking down/up tree todo: fix error message on non-constructed
18404: parents
18405:
18406: 2002-08-12 paf
18407:
18408: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18409: derived OK
18410:
18411: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18412: thorough testing
18413:
18414: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18415: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18416: types/pa_vobject.h, types/pa_vstateless_class.h,
18417: types/pa_vstateless_object.h, types/pa_wcontext.h,
18418: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18419: ^base:create[] dynamic call rewritten todo: thorough testing
18420:
18421: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18422: now instantates base class, remembers it and saves child in
18423: parent VObject.get_class now returns last child = downward
18424: virtual calls OK
18425:
18426: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18427: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18428: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18429: types/pa_vobject.h, types/pa_vresponse.h,
18430: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18431: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18432: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18433: VAliased [redundant], moved $CLASS to VObject only [parser class
18434: instance]
18435:
18436: * src/main/pa_request.C: $response:body[file] content-type check
18437: fixed [were bad when content-type is hash]
18438:
18439: 2002-08-09 paf
18440:
18441: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18442: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18443:
18444: 2002-08-08 paf
18445:
18446: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18447: src/main/pa_globals.C: year column in month calendar [week year]
18448:
18449: * src/main/execute.C: error reporting on object writes to MAIN
18450: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18451:
18452: * operators.txt, src/types/pa_vdate.h: $date.yearday
18453: $date.daylightsaving
18454:
18455: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18456: use tainted data now. only she must specify the language.
18457:
18458: ^mail:send[ $.from[paf@mail.design.ru]
18459: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18460: $.text[^taint[uri][ìîñêâà]=] ]
18461:
18462: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18463: now prints more precise origin
18464:
18465: * src/include/pa_string.h: String::first_char now not fails on
18466: empty strings ^if(-f '') now ok and in 3 other places.
18467:
18468: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18469: String::first_char now not fails on empty strings ^if(-f '') now
18470: ok and in 3 other places.
18471:
18472: 2002-08-07 paf
18473:
18474: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18475: fixed
18476:
18477: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18478:
18479: * src/: main/execute.C, types/pa_vcode_frame.h,
18480: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18481: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18482: mistakenly not completely transparent to object writes.
18483: $hash[^if(1){$hash}] now works
18484:
18485: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18486: now erasing cache file [there were bad check on that]
18487:
18488: * src/: classes/classes.dsp, classes/table.C,
18489: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18490: all Debug dirs in .dsp now named 'Debug'
18491:
1.116 moko 18492: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18493:
18494: * operators.txt, src/classes/mail.C: exception_type email.send
18495:
18496: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18497:
18498: * src/types/pa_vmail.C: mail:send empty email checked
18499:
18500: 2002-08-06 paf
18501:
18502: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18503: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18504: ^table::create[$source;$.options] ^table::join[$source;$.options]
18505:
18506: * operators.txt, src/classes/hash.C, src/classes/string.C,
18507: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18508: # $.default() }
18509:
18510: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18511:
18512: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18513: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18514: $file.content-type [instead of .mime-type] now works for
18515: file::stat also
18516:
18517: * src/main/pa_request.C: case insensitive mime_type_of
18518:
18519: 2002-08-05 paf
18520:
18521: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18522:
18523: * src/types/pa_vmail.C: file buffer relocated to parser heap
18524:
18525: * operators.txt: comment on date:calendar week column
18526:
18527: * src/main/pa_common.C: write checked
18528:
18529: * src/main/: pa_common.C: write checked
18530:
18531: * src/classes/date.C: +1 buf size for stupid snprintfs
18532:
18533: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18534: month calendar week column [ISO 8601 Week Numbers]
18535:
18536: 2002-08-02 paf
18537:
18538: * src/: include/pa_config_fixed.h, main/pa_string.C,
18539: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18540: DEBUG*
18541:
18542: * configure, configure.in, src/include/pa_version.h: release
18543: 3_0_0005
18544:
18545: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18546: multipart post fixed
18547:
18548: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18549: response transcoded source->client only when text/* or simple
18550: onoverridden $response:body
18551:
18552: 2002-08-01 paf
18553:
18554: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18555: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18556: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18557: classes/op.C, classes/response.C, classes/string.C,
18558: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18559: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18560: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18561: include/pa_config_fixed.h, include/pa_dictionary.h,
18562: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18563: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18564: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18565: include/pa_socks.h, include/pa_sql_connection.h,
18566: include/pa_sql_driver_manager.h, include/pa_stack.h,
18567: include/pa_string.h, include/pa_stylesheet_connection.h,
18568: include/pa_stylesheet_manager.h, include/pa_table.h,
18569: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18570: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18571: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18572: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18573: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18574: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18575: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18576: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18577: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18578: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18579: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18580: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18581: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18582: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18583: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18584: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18585: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18586: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18587: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18588: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18589: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18590: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18591: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18592: types/pa_vmethod_frame.h, types/pa_vobject.h,
18593: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18594: types/pa_vresponse.h, types/pa_vstateless_class.C,
18595: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18596: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18597: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18598: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18599: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18600: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18601:
18602: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18603: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18604: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18605: classes/math.C, classes/op.C, classes/response.C,
18606: classes/string.C, classes/table.C, classes/void.C,
18607: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18608: include/pa_array.h, include/pa_cache_managers.h,
18609: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18610: include/pa_config_fixed.h, include/pa_config_includes.h,
18611: include/pa_dictionary.h, include/pa_dir.h,
18612: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18613: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18614: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18615: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18616: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18617: include/pa_stack.h, include/pa_string.h,
18618: include/pa_stylesheet_connection.h,
18619: include/pa_stylesheet_manager.h, include/pa_table.h,
18620: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18621: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18622: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18623: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18624: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18625: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18626: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18627: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18628: main/pa_sql_driver_manager.C, main/pa_string.C,
18629: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18630: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18631: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18632: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18633: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18634: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18635: targets/isapi/pool_storage.h, types/pa_valiased.C,
18636: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18637: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18638: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18639: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18640: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18641: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18642: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18643: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18644: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18645: types/pa_vresponse.C, types/pa_vresponse.h,
18646: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18647: types/pa_vstateless_object.h, types/pa_vstatus.C,
18648: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18649: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18650: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18651: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18652: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18653: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18654: types/Makefile.am: ident.C* removed
18655:
18656: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18657: file:find[/can/do/this/now.txt]
18658:
18659: * src/targets/cgi/parser3.C: usage to stdout now
18660:
18661: 2002-07-31 paf
18662:
18663: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18664:
18665: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18666: default "postmaster"
18667:
18668: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18669: -f postmaster now default sendmail key word "postmaster"
18670: replaced to $.from
18671:
18672: 2002-07-30 paf
18673:
1.116 moko 18674: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18675: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18676:
18677: * src/main/pa_charset.C: comment
18678:
18679: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18680: table, &#decimal;
18681:
18682: * src/main/pa_request.C: comment
18683:
18684: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18685: paragraf]
18686:
18687: 2002-07-11 paf
18688:
18689: * src/main/pa_exec.C: build command line badly added params twice
18690: [and first time without ' ']. double wrong. fixed.
18691:
18692: * src/main/pa_exec.C: invalid .exe caused error message with params
18693: wich parser did not provide = reported badly. fixed that.
18694:
18695: * src/classes/mail.C: $MAIL[ # xxx ]
18696:
18697: now ok
18698:
18699: * operators.txt: plan: sql detailed exception
18700:
18701: 2002-07-01 paf
18702:
18703: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18704: [MForm.configure_admin were called when request.main_class ==0
18705:
18706: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18707:
18708: * src/classes/form.C: content_length type fix
18709:
18710: 2002-06-30 paf
18711:
18712: * src/classes/mail.C: merged from 4
18713:
18714: * src/classes/mail.C: restored $MAIL
18715:
18716: 2002-06-28 paf
18717:
18718: * configure, configure.in: removed paths.h
18719:
1.116 moko 18720: * configure, src/include/pa_version.h,
1.95 moko 18721: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18722: merged, makes updated
18723:
18724: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18725: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18726: src/include/pa_pool.h, src/include/pa_version.h,
18727: src/main/pa_charset.C, src/main/pa_pool.C,
18728: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18729: src/types/pa_vmail.C: merged latest updates to head
18730:
18731: 2002-06-27 paf
18732:
18733: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18734: not error now
18735:
18736: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18737: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18738: src/main/pa_charset.C, src/main/pa_pool.C:
18739: ^xdoc::create[[uri]]... base uri for document being created,
18740: imports and other relative file names would be relative to this
18741: uri default uri=path_translated
18742:
18743: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18744:
18745: 2002-06-26 paf
18746:
18747: * configure, configure.in, src/include/pa_version.h:
18748: release_3_0_0004
18749:
18750: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18751: 0 now
18752:
18753: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18754:
18755: 2002-06-25 paf
18756:
18757: * src/main/pa_string.C: emtpy string, or string of whitespaces
18758: considered bad number now
18759:
18760: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18761: now
18762:
18763: * operators.txt, src/classes/string.C: ^string.normalize [old
18764: name: optimize
18765:
18766: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18767: library configured
18768:
18769: * src/main/pa_request.C: configure_admin forced if no @conf
18770:
1.150 moko 18771: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18772: ^math:crypt updated to generate random salt when needed and to
18773: call system crypt() if not $apr1$ prefix
1.95 moko 18774:
18775: 2002-06-24 paf
18776:
18777: * INSTALL: --with-static/shared-mailreceive described
18778:
18779: * src/include/pa_config_fixed.h: ssize_t fixed
18780:
1.116 moko 18781: * configure, configure.in, src/include/pa_config_auto.h.in,
18782: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18783: src/types/pa_vmail.C: $mail:received makes update
18784:
18785: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18786: WITH_MAILRECEIVE
18787:
18788: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18789:
18790: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18791: option, for $mail:receive
18792:
18793: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18794: introducting $message:received ^mail:send rewritten with backward
18795: comp
18796:
18797: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18798: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18799: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18800: now
18801:
18802: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18803: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18804: src/include/pa_request.h, src/include/pa_string.h,
18805: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18806: src/main/pa_globals.C, src/main/pa_request.C,
18807: src/main/pa_string.C, src/main/pa_uue.C,
18808: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18809: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18810: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18811: uue to separate file introducting $message:received ^mail:send
18812: rewritten with backward comp
18813:
18814: 2002-06-21 paf
18815:
1.116 moko 18816: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18817: co changes
1.95 moko 18818:
1.116 moko 18819: * configure, configure.in, src/lib/md5/Makefile.am,
18820: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18821: restructure .in and .am files appropriate changes
1.95 moko 18822:
18823: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18824: pcre to libs/ added libs/md5 which is linked to non-apache
18825: targets ^math:crypt[password;$apr1$salt]
18826:
18827: * INSTALL, configure.in, operators.txt, parser3.dsw,
18828: src/Makefile.am, src/classes/Makefile.am,
18829: src/classes/classes.dsp, src/classes/math.C,
18830: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18831: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18832: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18833: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18834: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18835: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18836: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18837: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18838: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18839: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18840: src/lib/pcre/pcre_parser_ctype.dsp,
18841: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18842: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18843: src/main/compile.tab.C, src/main/main.dsp,
18844: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18845: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18846: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18847: to libs/ added libs/md5 which is linked to non-apache targets
18848: ^math:crypt[password;$apr1$salt]
18849:
18850: 2002-06-20 paf
18851:
1.150 moko 18852: * INSTALL, configure, configure.in, operators.txt,
18853: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18854: src/include/pa_globals.h, src/include/pa_request.h,
18855: src/main/execute.C, src/main/pa_request.C,
18856: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18857: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18858: file:justname&co & @auto/conf[filespec
1.95 moko 18859:
18860: * operators.txt, src/classes/file.C:
18861: !^file:dirname[/a/some.tar.gz]=/a
18862: !^file:dirname[/a/b/]=/a
18863: !^file:basename[/a/some.tar.gz]=some.tar.gz
18864: !^file:justname[/a/some.tar.gz]=some.tar
18865: !^file:justext[/a/some.tar.gz]=gz
18866:
18867: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18868: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18869: @conf/auto[filespec]
18870:
1.116 moko 18871: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18872:
1.150 moko 18873: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18874: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18875: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18876:
18877: 2002-06-18 paf
18878:
18879: * configure, configure.in, src/include/pa_version.h: version to
18880: configure.in
18881:
18882: * INSTALL: reflected .conf.dist dir change
18883:
1.150 moko 18884: * Makefile.am, configure, configure.in,
1.116 moko 18885: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18886: .in & *.am updated
18887:
18888: * src/classes/file.C: strncasecmp
18889:
18890: * src/classes/file.C: strcasecmp
18891:
1.150 moko 18892: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18893:
18894: * src/classes/file.C: ^file::exec[script;$.bad error case
18895: insensitive check now
18896:
18897: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18898:
18899: * configure, configure.in, src/include/pa_pool.h,
18900: src/include/pa_types.h: pack configure.in detection simplified.
18901: figured out that gcc on sparc not that stupid as thought
18902: previously: on sparc: when it sees packed class it modifies it's
18903: field-access-code to byte operations [stb, ldub] instead of 4byte
18904: operations [st, lduh] so packed must be all parts of packed
18905: class, i.e. it's parents&fields(classes). for now it's only
18906: String that packed and what was wrong is that it's parent -
18907: Pooled, were not packed. fixed that.
18908:
18909: 2002-06-14 paf
18910:
18911: * operators.txt: more precise xml-to-text options
18912:
18913: * operators.txt, src/types/pa_vxnode.C: xnode
18914: attribute_node.name/value xnode pi.node.data
18915:
18916: 2002-06-12 paf
18917:
1.116 moko 18918: * configure, configure.in, src/targets/cgi/Makefile.am,
18919: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18920:
18921: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18922: src/include/pa_globals.h, src/include/pa_request.h,
18923: src/main/compile.tab.C, src/main/pa_globals.C,
18924: src/main/pa_request.C, src/targets/cgi/parser3.C,
18925: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18926:
18927: * src/classes/mail.C: sendmail -ti [default now]
18928:
18929: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18930: to be strings. for convinient #ing
18931:
18932: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18933: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18934:
18935: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18936: main/pa_globals.C, main/pa_request.C: @conf
18937:
18938: 2002-06-11 paf
18939:
18940: * src/classes/file.C: check simplified
18941:
18942: * src/: classes/file.C, targets/cgi/parser3.dsp,
18943: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18944: valid prefix
18945:
18946: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18947: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18948: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18949:
18950: 2002-06-10 paf
18951:
18952: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18953: src/main/pa_common.C: lock failures reported now
18954:
18955: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18956: string->double @ compile time were not-enough-checking...
18957:
18958: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18959: autoconvert now ignored
18960:
18961: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18962: check
18963:
18964: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18965: $response:body content-type:name
18966:
18967: * configure, configure.in: hpux check, nsl link, no socket
18968:
18969: * operators.txt: old merge conflict removed
18970:
18971: * configure, configure.in: pack even address access on sparc&co
18972: arch checked in configure
18973:
18974: * configure, src/include/pa_version.h: makes
18975:
18976: * configure, configure.in, src/include/pa_version.h: makes
18977:
18978: * src/main/untaint.C: (bug#2) mail subject got always prepended
18979: with charset even when all letters were 7bit one
18980:
18981: * src/main/pa_common.C: merged fixed -d (bug)
18982:
18983: * src/main/pa_common.C: fixed -d (bug)
18984:
18985: 2002-06-03 paf
18986:
18987: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18988: src/classes/classes.dsp, src/main/compile.tab.C,
18989: src/main/main.dsp, src/main/pa_globals.C,
18990: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18991: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18992: .dsp-s along with reorganized cvs modules dirs structure
18993:
18994: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18995: main/pa_globals.C, targets/cgi/parser3.dsp,
18996: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18997: modules
18998:
18999: 2002-05-28 paf
19000:
19001: * src/targets/cgi/parser3.C: info.uri now ""
19002:
19003: 2002-05-17 paf
19004:
19005: * src/classes/: table.C: ^table.save << checked empty
19006: pre/match/post columns
19007:
19008: 2002-05-16 paf
19009:
19010: * src/classes/image.C: image::measure can png now
19011:
19012: 2002-05-15 paf
19013:
19014: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
19015: added
19016:
19017: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19018:
19019: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
19020: %H[:%M[:%S]]]]]] [-%m now
19021:
19022: 2002-05-14 paf
19023:
19024: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19025:
19026: 2002-05-07 paf
19027:
19028: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19029: src/include/pa_globals.h, src/include/pa_request.h,
19030: src/include/pa_table.h, src/main/compile.tab.C,
19031: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19032: src/main/pa_request.C, src/main/pa_table.C,
19033: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19034: src/targets/isapi/parser3isapi.dsp,
19035: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19036: name2number field now &. main_method_name now on Request pool
19037: rather on global_pool [Junction+VJunction created on same pool as
19038: name = were created on global pool, causing mem leaks]
19039:
19040: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19041: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19042: main/compile.y, main/main.dsp, main/pa_globals.C,
19043: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19044: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19045: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19046: field now &. main_method_name now on Request pool rather on
19047: global_pool [Junction+VJunction created on same pool as name =
19048: were created on global pool, causing mem leaks]
19049:
19050: 2002-05-06 paf
19051:
19052: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19053: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19054: 100*40 bytes per request memory leak [nonpool malloc in globals]
19055:
19056: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19057: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19058: 100*40 bytes per request memory leak [nonpool malloc in globals]
19059:
19060: 2002-04-30 paf
19061:
19062: * configure, src/include/pa_version.h: version now not b
19063:
19064: * src/targets/cgi/parser3.C: request.uri now never 0
19065:
19066: 2002-04-29 paf
19067:
19068: * configure.in: removed b
19069:
19070: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19071: Exception::comment/type checked in (), no there's no empty
19072: type/comment by default
19073:
19074: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19075: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19076: src/doc/value.dox, src/include/pa_exception.h,
19077: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19078: 0001
19079:
19080: 2002-04-26 paf
19081:
19082: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19083: size reduced
19084:
19085: 2002-04-25 paf
19086:
19087: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19088: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19089: now that took into account
19090:
19091: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
19092: 01:03:04]
19093:
19094: * ChangeLog, operators.txt, src/classes/date.C:
19095: ^date::create[2002-12-33 01:03:04]
19096:
19097: * ChangeLog: updated changelog
19098:
19099: * src/classes/table.C: removed restriction on column count to
19100: ^table.hash to work, now must be >0 [were >1]
19101:
19102: 2002-04-24 paf
19103:
19104: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19105: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19106: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
19107: targets
19108:
19109: 2002-04-23 paf
19110:
19111: * operators.txt, src/classes/string.C:
19112: int/double/string:sql{}[$.default{code}] fixed [were barking:
19113: "junction used outside of context"]
19114:
19115: 2002-04-22 paf
19116:
19117: * types.txt, src/classes/string.C, src/include/pa_string.h,
19118: src/main/pa_string.C, src/types/pa_vstring.C,
19119: src/types/pa_vstring.h: ^string.optimize[]
19120:
19121: * src/: include/pa_globals.h, include/pa_table.h,
19122: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
19123: table template
19124:
19125: * src/classes/: string.C: optimize removed from string
19126: .left/right/pos
19127:
19128: * src/main/execute.C: rolled back to
19129: before_killing_userjunction_contexts
19130:
19131: * src/main/execute.C: user junctions context killed
19132:
19133: * src/main/execute.C: junctions to local contexts got
19134: cleanized&checked later
19135:
19136: 2002-04-19 paf
19137:
19138: * src/: classes/string.C, include/pa_request.h,
19139: include/pa_string.h, main/pa_request.C, main/pa_string.C,
19140: types/pa_vstring.C, types/pa_vstring.h: string now optimized
19141: prior to .left .right .mid .pos .match when that is profitable,
19142: and always before .replace when $ORIGINS(1) optimization disabled
19143: economy from not wasting mem on lots of strings which occur by
19144: lots of String:mid calls to get parts of source string between
19145: found_occurances
19146:
19147: * src/classes/file.C: ovector now local economy: 16 bytes per
19148: ^file:list
19149:
19150: * src/: include/pa_globals.h, include/pa_table.h,
19151: main/pa_globals.C, main/pa_string.C: String::match table columns
19152: globalized, not created @ each ^match anymore economy:
19153: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19154:
19155: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19156: removed from each String::match replace iteration, and made
19157: stacked sizeof(VTable)=12bytes economy on each replace code
19158:
19159: * src/doc/footer.htm: 2001,
19160:
19161: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19162: string.match[]['] option enables generation of $match.prematch
19163: .match .postmatch columns
19164:
19165: * src/main/pa_string.C: String::match options analized without
19166: cstr-ing them now
19167:
19168: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19169: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19170: config updated to doxygen 1.2.15, created helper which fixes
19171: minor bugs in chm project files & htm tree. changed extension to
19172: .htm
19173:
19174: 2002-04-18 paf
19175:
19176: * src/doc/doxygen.cfg: .chi generation disabled
19177:
19178: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19179: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19180: fields&methods
19181:
19182: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19183: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19184: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19185: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19186: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19187: types/pa_vresponse.h, types/pa_vstateless_class.h,
19188: types/pa_vstateless_object.h, types/pa_vstatus.h,
19189: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19190: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19191: VStateless_class to VObject
19192:
19193: * src/: main/pa_request.C, types/pa_valiased.h,
19194: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19195: types/pa_vstring.h: VStateless_string_object speicalized light
19196: version of VStateless_object
19197:
19198: * src/classes/op.C: ^throw comment param made optional
19199:
19200: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19201: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19202: and implemented down in VClass, fclass_alias removed,
19203:
19204: * src/types/pa_value.C: forced to cut that from .h because of
19205: VStateless_class usage [undefined in .h]
19206:
19207: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19208: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19209: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19210: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19211: on each CALL]
19212:
19213: * src/: classes/classes.h, classes/date.C, classes/double.C,
19214: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19215: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19216: classes/response.C, classes/string.C, classes/table.C,
19217: classes/void.C, classes/xnode.C, include/pa_globals.h,
19218: include/pa_request.h, main/execute.C, main/pa_globals.C,
19219: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19220: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19221: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19222: types/pa_vstateless_class.h, types/pa_wcontext.C,
19223: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19224: removed Value::fname
19225:
19226: 2002-04-17 paf
19227:
19228: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19229: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19230: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19231: include/pa_pool.h, include/pa_types.h: dox updated to current
19232: state, PTHROW freshen to throw & co
19233:
19234: * src/types/pa_vhash.h: vstring wrong parent fixed
19235:
19236: * src/classes/op.C: taint local result var bug fixed
19237:
19238: 2002-04-16 paf
19239:
19240: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19241: Attic asm.txt as most interesting
19242:
19243: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19244: check, preventing content-length: 0 from appearing
19245:
19246: * src/main/execute.C: $result in @main now taken into account as in
19247: usual functions
19248:
19249: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19250: & @unhandled_exception now taken into account as in usual
19251: functions
19252:
19253: * src/doc/postbuild.txt: instructions on post .html build
19254:
19255: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19256:
19257: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19258: tainted
19259:
19260: * src/main/pa_request.C: uri in error log
19261:
19262: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19263: cheched date:create(days) param for validity [later were assumed
19264: valid and crashed on invalid onces]
19265:
19266: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19267: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19268: and used that for removing VString wrapper
19269:
19270: * src/classes/op.C: exception2vhash file now tainted
19271:
19272: * src/classes/op.C: _process pseudo origin copied from local var to
19273: heap
19274:
19275: * src/classes/op.C: extra check on empty file in origin in _execute
19276:
19277: 2002-04-15 paf
19278:
19279: * src/: main/execute.C, types/pa_value.h: fixed name update
19280:
19281: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19282: functions
19283:
19284: * src/: classes/file.C, classes/hash.C, classes/op.C,
19285: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19286: started dual write_xxx_lang functions, if checked & works
19287:
19288: * src/: classes/date.C, classes/file.C, classes/mail.C,
19289: classes/string.C, classes/xnode.C, include/pa_request.h,
19290: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19291: unnecessary VString shells
19292:
19293: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19294: prev changes]
19295:
19296: * src/: classes/image.C, classes/op.C, classes/string.C,
19297: classes/table.C, include/pa_request.h, main/execute.C,
19298: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19299: StringOrValue wcontext result, now ready for dual writes
19300:
19301: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19302: checked that
19303:
19304: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19305: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19306: changed to OP_WRITE_VALUE in var get cases
19307:
19308: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19309: include/pa_request.h, main/compile.tab.C, main/compile.y,
19310: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19311: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19312: switch in hash constructor fixed [were problems with using of
19313: stacked wwrapper after it's death]
19314:
19315: 2002-04-12 paf
19316:
19317: * operators.txt, src/classes/table.C: table.select(expression) 0
19318:
19319: 2002-04-11 paf
19320:
19321: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19322: Request::process_internal codeFrame & wwrapper stacked [not
19323: wasting heap anymore]
19324:
19325: 2002-04-10 paf
19326:
19327: * src/: classes/double.C, classes/file.C, classes/hash.C,
19328: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19329: classes/string.C, classes/table.C, classes/void.C,
19330: classes/xdoc.C, include/pa_request.h, main/execute.C,
19331: main/pa_string.C: killed Request::process() wrapping
19332: VString(String) in case we need only String
19333:
19334: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19335: killed 8 bytes from String.head
19336:
19337: 2002-04-09 paf
19338:
19339: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19340: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19341: local*/char b[...]; a=b; situations
19342:
19343: * operators.txt, src/classes/xdoc.C: xslt params made literal
19344:
19345: * src/classes/xdoc.C: xslt params fixed
19346:
19347: * src/: main/pa_common.C, targets/cgi/parser3.C,
19348: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19349: not pool.malloc(MAX_NUMBER) but really neaded
19350:
19351: * operators.txt, src/classes/double.C, src/classes/int.C:
19352: int/double.int/double(default)
19353:
19354: 2002-04-04 paf
19355:
19356: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19357: [when reconstructing pieces were split by
19358: max_integral(piece.size), thus some strings to replace happen to
19359: be split into two = not replaced)
19360:
19361: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19362: standalone version = current dir
19363:
19364: * src/targets/cgi/parser3.C: document root in standalone version =
19365: current dir
19366:
19367: 2002-04-03 paf
19368:
19369: * configure, configure.in: more checks on nonexistent charset
19370:
1.116 moko 19371: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19372:
19373: 2002-04-02 paf
19374:
19375: * src/main/compile.C: parser.compile [exception name more like in
19376: doc]
19377:
19378: 2002-04-01 paf
19379:
19380: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19381: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19382: .content-type.charset, not .charset
19383:
19384: 2002-03-29 paf
19385:
19386: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19387:
19388: * operators.txt, src/classes/date.C: ^date::create now may not
19389: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19390: days' year. | 31.05->31.04 roll
19391:
19392: 2002-03-28 paf
19393:
19394: * operators.txt, src/classes/date.C, src/classes/op.C,
19395: src/include/pa_globals.h, src/include/pa_hash.h,
19396: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19397: ^cache(seconds) ^cache[date] }
19398:
19399: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19400: param
19401:
19402: 2002-03-27 paf
19403:
19404: * operators.txt, src/classes/date.C, src/classes/double.C,
19405: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19406: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19407: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19408: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19409: src/classes/xnode.C, src/include/pa_exception.h,
19410: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19411: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19412: src/main/pa_array.C, src/main/pa_charset.C,
19413: src/main/pa_charsets.C, src/main/pa_common.C,
19414: src/main/pa_dictionary.C, src/main/pa_exception.C,
19415: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19416: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19417: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19418: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19419: src/types/pa_value.h, src/types/pa_vcookie.C,
19420: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19421: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19422: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19423: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19424: src/types/pa_wwrapper.h: assigned exception types
19425:
19426: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19427: src/include/pa_request.h, src/main/execute.C,
19428: src/main/pa_request.C: decided agains resetting exception_trace,
19429: just changed name
19430:
19431: 2002-03-26 paf
19432:
19433: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19434: fixed
19435:
19436: * src/classes/op.C: forced language of $source field of exception
19437: to 'tainted', so that sql-langed-frags could be outputed outside
19438: of connect
19439:
19440: * operators.txt: removed date.roll limit of +-1 offset
19441:
19442: * src/classes/date.C: removed date.roll limit of +-1 offset
19443:
19444: * operators.txt, src/classes/date.C: fixed date roll on
19445: daylightsaving days mktime took into account tm_isdst flag, which
19446: remained from BEFORE roll, but should have been reset
19447:
19448: 2002-03-25 paf
19449:
19450: * operators.txt, src/targets/cgi/parser3.C:
19451: http_site_config_filespec
19452:
19453: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19454: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19455: with any/both --disable-foreign-group-files --disable-execs
19456:
19457: * INSTALL: "--with=sendmail=COMMAND" comment
19458:
19459: * INSTALL, configure, configure.in, src/classes/mail.C,
19460: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19461: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19462: disables execs also. introducing --sendmail
1.95 moko 19463:
19464: * operators.txt: pgsql options comment
19465:
19466: * INSTALL: comment on --disable-link-stdcpp
19467:
1.116 moko 19468: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19469: libstdc++ link skipping configure option
1.95 moko 19470:
19471: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19472: with error were put to cache with 'marked_to_rollback' flag, all
19473: consequent even OK requests rolled back
19474:
19475: 2002-03-22 paf
19476:
19477: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19478: false return
19479:
19480: * operators.txt: few comments on sets
19481:
19482: 2002-03-18 paf
19483:
19484: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19485: src/include/pa_globals.h, src/include/pa_request.h,
19486: src/include/pa_stack.h, src/main/pa_globals.C,
19487: src/main/pa_request.C: introducing ^try
19488:
19489: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19490: types/pa_vdouble.h: removed some tested @tests
19491:
19492: 2002-03-15 paf
19493:
19494: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19495:
19496: 2002-03-13 paf
19497:
19498: * src/main/pa_exception.C: checked not-pooled malloc
19499:
19500: 2002-03-11 paf
19501:
19502: * INSTALL, configure, configure.in,
19503: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19504:
19505: * src/main/pa_common.C: --disable-foreign-group-files
19506:
19507: * INSTALL: --disable-execs
19508:
19509: * src/main/pa_exec.C: --disable-execs
19510:
19511: * configure, configure.in, src/include/pa_config_auto.h.in:
19512: --disable-execs
19513:
19514: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19515:
19516: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19517: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19518:
19519: 2002-03-05 paf
19520:
19521: * operators.txt, src/classes/date.C: date week calendar columns
19522: named
19523:
19524: * operators.txt, src/classes/date.C: date week calendar columns
19525: named
19526:
19527: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19528: requires headers to be terminated with \r\n manually [refuses to
19529: separate header/body itself]
19530:
19531: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19532: targets/isapi/parser3isapi.C: isapi site config beside .dll
19533:
19534: 2002-03-04 paf
19535:
19536: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19537: in PASS language
19538:
19539: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19540: deserialize checks on broken file
19541:
19542: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19543: parser3isapi.dsp: isapi updated
19544:
19545: 2002-03-01 paf
19546:
19547: * src/main/pa_exec.C: execle -> execve, now argc OK
19548:
19549: 2002-02-28 paf
19550:
19551: * src/main/untaint.C: removed some debug comments
19552:
19553: * src/main/pa_charsets.C: when placing charset to cache using
19554: global name now [were request]
19555:
19556: * configure, configure.in: apache module updated
19557:
19558: * src/main/pa_string.C: origin by first piece preferred before last
19559: piece
19560:
19561: 2002-02-27 paf
19562:
19563: * src/main/pa_charset.C: size_t
19564:
19565: * INSTALL: shared/static-xml with-pathlink
19566:
19567: * operators.txt: SMTP comment
19568:
19569: 2002-02-26 paf
19570:
19571: * src/main/pa_exec.C: more precise names for vars, cosmetic
19572:
19573: * src/classes/xnode.C: in some situation, xpath query returned
19574: result with type NODESET, but empty nodeset member field, checked
19575: that
19576:
19577: 2002-02-22 paf
19578:
19579: * INSTALL: without-zlib comment
19580:
19581: * etc/parser3.charsets/windows-1251.cfg: °
19582:
19583: * configure, configure.in: glib###.a detection fixed
19584:
19585: * INSTALL: hashfile removed from INSTALL
19586:
1.116 moko 19587: * Makefile.am: make update
1.95 moko 19588:
19589: * src/main/pa_string.C: string iterators fixed again, so were
19590: String::join_chain
19591:
19592: * src/main/pa_string.C: string iterators fixed again, so were
19593: String::join_chain
19594:
19595: * src/: include/pa_string.h, main/pa_string.C: string iterators
19596: fixed again, so were String::join_chain
19597:
19598: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19599:
19600: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19601: "session"
19602:
1.116 moko 19603: * configure, configure.in, src/include/pa_config_auto.h.in:
19604: --with-shared-xml --with-static-xml
1.95 moko 19605:
19606: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19607: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19608: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19609: xalan&xml
19610:
19611: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19612:
19613: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19614: src/types/types.dsp: removed hashfile support from sources for
19615: now
19616:
1.116 moko 19617: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19618: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19619: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19620: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19621: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19622: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19623: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19624: src/types/Makefile.am, src/types/pa_vhashfile.C,
19625: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19626:
19627: 2002-02-21 paf
19628:
19629: * src/main/untaint.C: removed debug code, activated commented-for
19630: debug parts
19631:
1.116 moko 19632: * Makefile.am: make cvsupdate
1.95 moko 19633:
19634: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19635: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19636: append_row, not at link zero now string to string appending works
19637:
19638: 2002-02-20 paf
19639:
19640: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19641: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19642: DEBUG_STRING_APPENDS_VS_EXPANDS
19643:
19644: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19645: economy: 22%
19646:
19647: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19648: space uptimized: string::link_row removed
19649:
19650: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19651: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19652: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19653: types/pa_vstring.h: speed uptimized: string::is_empty
19654:
19655: * operators.txt, src/include/pa_common.h,
19656: src/include/pa_config_fixed.h, src/include/pa_string.h,
19657: src/include/pa_types.h, src/main/compile.tab.C,
19658: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19659: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19660: string append optimiziation idea and estimates
19661:
19662: 2002-02-19 paf
19663:
19664: * src/classes/math.C: not used directly [but erroreously reported
19665: that 'is', thus registering twice&other probs]
19666:
19667: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19668: to node [element]
19669:
19670: * src/main/compile.C: without string_origins parse error
19671: file+line+col possible
19672:
19673: * src/main/: compile.C: without string_origins not worked
19674:
19675: 2002-02-18 paf
19676:
19677: * src/types/pa_vdouble.h: since we have in_expression removed that
19678: trick i've installed into double::as_string
19679:
19680: * src/main/pa_globals.C: extern "C" was removed too fast
19681:
19682: * src/: include/pa_opcode.h, include/pa_request.h,
19683: main/compile.tab.C, main/compile.y, main/execute.C,
19684: types/pa_wcontext.h: in_expression aimed to solve old problem
19685: with string/nonstring values, now in expressions double/int
19686: values are passed as-is, without stupid tostring/fromstring
19687: conversions
19688:
19689: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19690: __cplusplus } #endif
19691:
19692: * src/main/compile.tab.C: bison env set so one could compile
19693: without cygwin installed
19694:
19695: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19696: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19697: gnome xml libs parser .dsp-s changed accordingly
19698:
19699: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19700:
19701: * operators.txt, src/classes/date.C: date::create [were date::set,
19702: with backward comp
19703:
19704: * src/classes/math.C: math:random range check fixed
19705:
19706: * src/main/: compile.tab.C, compile.y: integer division stops name
19707:
19708: * INSTALL: local install comment
19709:
1.116 moko 19710: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19711:
1.116 moko 19712: * acinclude.m4, aclocal.m4, configure, configure.in,
19713: src/include/pa_config_auto.h.in,
19714: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19715: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19716:
19717: * operators.txt: \ comment
19718:
19719: 2002-02-13 paf
19720:
19721: * src/include/pa_config_includes.h: sys/time time both included
19722: now. vaguely remember confilicts on this on some system [not on
19723: six|ablv] so when would see them again would think up proper
19724: check
19725:
1.116 moko 19726: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19727: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19728:
19729: * src/main/pa_common.C: truncation never occured when writing files
19730: on unix [since i've changed cache mech] fix
19731:
19732: * src/main/pa_common.C: strnchr: sanity check added
19733:
19734: * etc/parser3.charsets/windows-1257.cfg: id added
19735:
19736: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19737: baltic charset file generated, in generation script ispunct check
19738: added
19739:
19740: 2002-02-08 paf
19741:
1.116 moko 19742: * src/: include/Makefile.am, sql/Makefile.am,
19743: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19744:
19745: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19746: forgotten
19747:
19748: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19749:
19750: * INSTALL, README: install&others updated
19751:
19752: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19753:
1.116 moko 19754: * Makefile.am, configure, configure.in,
19755: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19756: src/classes/Makefile.am, src/main/Makefile.am,
19757: src/main/pa_status_provider.C, src/targets/Makefile.am,
19758: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19759: works
1.95 moko 19760:
19761: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19762: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19763: classes/hashfile.C, classes/int.C, classes/mail.C,
19764: classes/math.C, classes/op.C, classes/response.C,
19765: classes/string.C, classes/table.C, classes/void.C,
19766: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19767: include/pa_array.h, include/pa_cache_managers.h,
19768: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19769: include/pa_config_fixed.h, include/pa_config_includes.h,
19770: include/pa_db_connection.h, include/pa_db_manager.h,
19771: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19772: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19773: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19774: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19775: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19776: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19777: include/pa_stack.h, include/pa_string.h,
19778: include/pa_stylesheet_connection.h,
19779: include/pa_stylesheet_manager.h, include/pa_table.h,
19780: include/pa_threads.h, include/pa_types.h, main/compile.C,
19781: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19782: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19783: main/pa_db_connection.C, main/pa_db_manager.C,
19784: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19785: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19786: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19787: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19788: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19789: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19790: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19791: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19792: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19793: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19794: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19795: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19796: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19797: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19798: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19799: types/pa_vmethod_frame.h, types/pa_vobject.h,
19800: types/pa_vrequest.h, types/pa_vresponse.h,
19801: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19802: types/pa_vstateless_object.h, types/pa_vstatus.C,
19803: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19804: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19805: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19806: classes/image.C, main/pa_common.C, main/pa_exec.C,
19807: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19808: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19809: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19810: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19811: types/pa_vxnode.C, main/pa_charset.C: name spelling
19812:
19813: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19814: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19815: classes/hashfile.C, classes/image.C, classes/int.C,
19816: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19817: classes/string.C, classes/table.C, classes/void.C,
19818: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19819: include/pa_array.h, include/pa_cache_managers.h,
19820: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19821: include/pa_config_fixed.h, include/pa_config_includes.h,
19822: include/pa_db_connection.h, include/pa_db_manager.h,
19823: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19824: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19825: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19826: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19827: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19828: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19829: include/pa_stack.h, include/pa_string.h,
19830: include/pa_stylesheet_connection.h,
19831: include/pa_stylesheet_manager.h, include/pa_table.h,
19832: include/pa_threads.h, include/pa_types.h, main/compile.C,
19833: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19834: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19835: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19836: main/pa_db_connection.C, main/pa_db_manager.C,
19837: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19838: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19839: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19840: main/pa_socks.C, main/pa_sql_driver_manager.C,
19841: main/pa_status_provider.C, main/pa_string.C,
19842: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19843: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19844: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19845: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19846: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19847: targets/isapi/pool_storage.h, types/pa_valiased.C,
19848: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19849: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19850: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19851: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19852: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19853: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19854: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19855: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19856: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19857: types/pa_vresponse.h, types/pa_vstateless_class.C,
19858: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19859: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19860: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19861: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19862: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19863: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19864:
19865: 2002-02-07 paf
19866:
19867: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19868:
1.116 moko 19869: * configure, configure.in, src/include/pa_config_auto.h.in,
19870: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19871: added yet another locking function: fcntl
1.95 moko 19872:
19873: * config.sub: on cygwin configure passes it with strange i1586
19874: const, hacked it to mean i586
19875:
19876: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19877: disabled $if reference due to conflicts with local variables
19878:
19879: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19880: xdoc::set obsolete now, now xdoc::create, with both sences
19881:
19882: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19883: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19884: table::create now // 'set' name obsolete now table clone.
19885:
19886: * operators.txt, src/classes/string.C,
19887: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19888: ^int/double/string.format now can be called with normal []
19889: brackets, not stupid {} as it were implemented for some strange
19890: reason. retaining backward compatibility due to some
19891: already-implemented servers
19892:
19893: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19894: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19895: operators now detected by check at name_without_curly_rdive_read
19896: rule whether diving code constists only of
19897: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19898: with OP_GET_ELEMENT_OR_OPERATOR to form
19899: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19900:
19901: 2002-02-06 paf
19902:
19903: * configure, configure.in: prefix expanded, grr
19904:
19905: * operators.txt, src/classes/mail.C: mail:send config changed
19906:
19907: 2002-02-05 paf
19908:
19909: * operators.txt: regex options commented
19910:
19911: * src/main/: pa_exec.C: argv0 now correct
19912:
19913: * src/types/pa_vstatus.C: status:rusage 3
19914:
19915: * src/types/pa_vstatus.C: status:rusage 2
19916:
19917: * operators.txt: status:rusage described int operators
19918:
19919: * src/types/pa_vstatus.C: status:rusage 1
19920:
19921: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19922: src/types/types.dsp: status:rusage
19923:
19924: * configure.in, operators.txt, src/classes/file.C,
19925: src/classes/op.C, src/include/pa_common.h,
19926: src/include/pa_config_includes.h, src/main/compile.tab.C,
19927: src/main/pa_common.C: rewritten ^cache to use
19928: non-blocking-exclusive-caches
19929:
19930: * src/main/pa_common.C: text file read mode on win32 adjusted
19931: [speed impact. was off for debugging purpose, but forgotten
19932: afterwards]
19933:
19934: 2002-02-01 paf
19935:
19936: * src/classes/op.C: file_write does EX lock after create, while
19937: file_read does SH after open, so there's a moment after create
19938: but before EX lock when read can sneak into, and read
19939: just-created-for-writing-and-not-yet-locked file, added a check
19940: for that in ^cache...read
19941:
19942: 2002-01-31 paf
19943:
19944: * src/main/: compile.y, compile.tab.C: disabled operator call after
19945: ^xxx:
19946:
19947: * src/main/: compile.tab.C, execute.C: made operators lookup first
19948: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19949:
19950: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19951: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19952: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19953: operators check 6.1 rewritten. now check is done at compile time
19954:
19955: * src/main/execute.C: operators check 5 floated up old error of
19956: staying in 'entered class/object' state after $a($a..) it
19957: prevented operators from being called thereafter
19958:
19959: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19960: main/execute.C: operators check 4 floated up old error of staying
19961: in 'entered object' state after ^a.a(a) it prevented operators
19962: from being called thereafter
19963:
19964: * src/main/execute.C: operators check 3 floated up old error of
19965: staying in 'entered class' state after $a:a(a) it prevented
19966: operators from being called thereafter
19967:
19968: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19969: floated up old error of staying in 'entered class' state after
19970: $a:a[a] it prevented operators from being called thereafter
19971:
19972: * src/main/execute.C: operators check, thay mistakenly seen in
19973: $class:operator $object.operators contexts
19974:
19975: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19976: win32
19977:
1.116 moko 19978: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19979: src/classes/Makefile.am, src/main/Makefile.am,
19980: src/targets/cgi/Makefile.am,
1.95 moko 19981: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19982: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19983:
1.116 moko 19984: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19985: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19986: configure, configure.in, form.txt, ident.awk, install-sh,
19987: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19988: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19989: etc/parser3.charsets/Makefile.am,
19990: etc/parser3.charsets/koi8-r.cfg,
19991: etc/parser3.charsets/windows-1250.cfg,
19992: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19993: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19994: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19995: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19996: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19997: straightened installation scripts procedure made
19998: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19999: change
20000:
20001: 2002-01-30 paf
20002:
20003: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20004: removed] those comments were a mistake, and prevented libltdl
20005: from function properly
20006:
20007: 2002-01-29 paf
20008:
1.116 moko 20009: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20010: creation [modified acinclude.m4 which were creating int into just
20011: assignment LIBTOOL=../libtool] added default system
20012: config&charsetts prepared 'make install', now it installs
20013: targets/cgi/parser3 into bin directory etc/parser3.conf &
20014: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20015: $sysconfdir/parser3.charsets respectively
20016:
20017: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20018: main/pa_globals.C: few forgotten ifdef XML added
20019:
20020: 2002-01-28 paf
20021:
1.116 moko 20022: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20023: removed
20024:
20025: * src/main/pa_exception.C: dom|generic error output fix
20026:
20027: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20028:
20029: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20030:
20031: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20032: [fixed as_node helper func to accept docs]
20033:
20034: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20035: xdoc.importNode 0
20036:
20037: * src/classes/xdoc.C: xdoc::set now untaints OK
20038:
20039: 2002-01-25 paf
20040:
20041: * src/main/: compile.tab.C, compile.y: #comment before @ after
20042: @SPECIAL now works OK
20043:
20044: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20045:
20046: * src/main/pa_exec.C: max arg count now 10, and proper message on
20047: violation that added
20048:
20049: * src/classes/hash.C: unified hash::sql, now
20050: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20051:
20052: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20053: ^file:lock[filename]{code}
20054:
20055: * src/: classes/file.C, classes/op.C, classes/string.C,
20056: classes/table.C, classes/xdoc.C, include/pa_common.h,
20057: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20058: to some pa_common funcs
20059:
20060: * src/: include/pa_charset.h, main/pa_globals.C:
20061: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20062:
20063: * src/: include/pa_charset.h, main/pa_charset.C,
20064: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20065: not stupid illegal define
20066:
20067: 2002-01-24 paf
20068:
20069: * src/include/pa_version.h: changed version number
20070:
20071: * src/: classes/hashfile.C, include/pa_db_table.h,
20072: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20073: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20074: main/pa_db_connection.C, main/pa_db_table.C,
20075: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20076: hashfile without logfiles
20077:
20078: * src/: classes/hashfile.C, include/pa_db_table.h,
20079: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20080: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20081: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20082: DB_INIT_TXN init bits, thus got rid of huge log files, which
20083: cluttered disk without huge need]
20084:
20085: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20086: handy macro, which is strangly abscent in dome lib
20087:
20088: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
20089:
20090: * src/classes/xdoc.C: checked empty response
20091:
20092: * src/classes/xnode.C: xdoc.select fixed context node [were always
20093: /, not self node]
20094:
20095: * src/classes/xnode.C: xnode.select returns array always now, in
20096: case 'nothing found' returns empty array
20097:
20098: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
20099: be more tender with ctrl/c/v
20100:
20101: 2002-01-23 paf
20102:
20103: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
20104: substituted. // 2. when dom tree with entites goes under
20105: transform text nodes // got [erroreosly] cut on first
20106: entity occurance
20107:
20108: * src/types/pa_vdouble.h: double prec. todo: get rid of
20109: twice-converting
20110:
20111: * src/types/pa_vdouble.h: %.20E now float format when %g produced
20112: 'e' in output this is for regretful twice-converting here:
20113: $a(double value) when they write double falue they convert it to
20114: string first, thus %g were losing precesion.
20115:
20116: todo: think up some way to remove double->string string->double
20117: twice-converting
20118:
20119: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
20120: %.20E now default float format this is for regretful
20121: twice-converting here: $a(double value) when they write double
20122: falue they convert it to string first, thus %g were losing
20123: precesion.
20124:
20125: todo: think up some way to remove double->string string->double
20126: twice-converting
20127:
20128: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20129: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
20130: reasons in comment inside
20131:
20132: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
20133: statically linked]
20134:
20135: * src/: include/pa_exception.h, main/compile.tab.C,
20136: main/pa_exception.C: removed exception va_list constructor. 1.
20137: not needed anymore 2. there were a conflict[causing errors]
20138: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
20139: never detected an ambiguilty here, compiling ctor(, "hello") into
20140: ctor(, va_list) which, of course, caused gpf
20141:
20142: * src/main/pa_globals.C: removed debug xslt messages
20143:
20144: 2002-01-22 paf
20145:
20146: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20147: main/pa_globals.C: xsl stylesheet load: parsed entities, this
20148: helps compiling stylesheet properly. example: this refused to
20149: work, <b>«<xsl:value-of select="@title"
20150: />»</b> stranly worked only this way:
20151: <b>«<xsl:value-of select="@title" />»</b>
20152:
20153: docs says "set it to 1", never going into details, so I decided
20154: to try NOT to do that
20155:
20156: * src/classes/table.C: join behaived badly in case named tables
20157: structure mismatched: 0 strings sneaked into dest failing
20158: afterwards. replaced them with empty strings
20159:
20160: 2002-01-21 paf
20161:
20162: * src/main/pa_charset.C: checked empty transcoders in
20163: transcode_cstr|buf
20164:
20165: * src/classes/xdoc.C: xdoc::load error source = filespec
20166:
20167: * src/classes/xdoc.C: transform error source now
20168: stylesheet_filespec
20169:
1.116 moko 20170: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20171: include/pa_stylesheet_connection.h, main/pa_charset.C,
20172: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20173: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20174: gnome
1.95 moko 20175:
20176: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20177: include/pa_globals.h, include/pa_stylesheet_connection.h,
20178: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20179: xslt generic error 1
20180:
20181: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20182: xml generic message 1
20183:
20184: * src/classes/table.C: ^table::load empty lines or #comments before
20185: headline
20186:
20187: * src/: include/pa_array.h, include/pa_globals.h,
20188: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20189: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20190: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20191: errors 0
20192:
20193: 2002-01-16 paf
20194:
20195: * src/: classes/hash.C, classes/op.C, classes/string.C,
20196: classes/table.C, classes/void.C, classes/xdoc.C,
20197: include/pa_db_connection.h, include/pa_request.h,
20198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20199: include/pa_stylesheet_connection.h,
20200: include/pa_stylesheet_manager.h, main/pa_request.C,
20201: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20202: targets/cgi/pool_storage.h: auto closers to sql_connection,
20203: stylesheet_connection auto destroyers to remaining gnome objects
20204:
20205: * src/classes/xdoc.C: few comments
20206:
20207: 2002-01-15 paf
20208:
20209: * src/classes/xdoc.C: xdoc file save string
20210:
20211: ready. todo: error handling
20212:
20213: * src/classes/xdoc.C: xdoc save rewritten using
20214: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20215: result
20216:
20217: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20218: started output options parsing
20219:
20220: 2002-01-14 paf
20221:
20222: * src/classes/xdoc.C: method
20223:
20224: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20225: include/pa_pool.h, include/pa_stylesheet_connection.h,
20226: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20227: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20228: xslt transform0. TODO: use output options handle errors
20229:
20230: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20231:
20232: 2002-01-11 paf
20233:
20234: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20235: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20236: partial logical && || evaluation
20237:
20238: * src/classes/xnode.C: xpath selectNodes
20239:
20240: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20241: string/number/bool
20242:
20243: * src/classes/xnode.C: xpath selectNode 2
20244:
20245: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20246: xpath selectNode 1
20247:
20248: 2002-01-10 paf
20249:
20250: * src/classes/xnode.C: xpath selectNode -100 [just written]
20251:
20252: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20253: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20254: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20255: refcounter]
20256:
20257: 2001-12-29 paf
20258:
20259: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20260: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20261: glib works 0
20262:
20263: 2001-12-28 paf
20264:
20265: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20266: main/pa_exception.C: started glib transcoders
20267:
20268: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20269:
20270: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20271: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20272: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20273: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20274: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20275: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20276: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20277: libs just compiled in. no refcounting no xpath no xslt yet
20278:
20279: 2001-12-27 paf
20280:
20281: * src/: include/pa_charset.h, include/pa_common.h,
20282: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20283: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20284: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20285: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20286: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20287: from xalan&xerces, started the process. globals [initialization
20288: pool [charset update charset [transcodings vxnode vxdoc [DOM
20289: calls
20290:
20291: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20292: anymore
20293:
20294: 2001-12-26 paf
20295:
20296: * src/: include/pa_charset.h, include/pa_charsets.h,
20297: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20298: key globalized [bug]
20299:
20300: 2001-12-25 paf
20301:
20302: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20303: main/pa_string.C: table set & append changed splitting languages,
20304: separators now can be clean AND as-is same to mail command line
20305: $MAIN:MAIL.progX arguments
20306:
20307: 2001-12-24 paf
20308:
20309: * src/classes/mail.C: one parted text messages - no multipart
20310: mime-type anymore. for convinient if $.attach-ments
20311:
20312: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20313: main/pa_string.C: read from cache size check updated
20314:
20315: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20316:
20317: 2001-12-21 paf
20318:
20319: * src/classes/date.C: date:sql-string now returns localtime
20320:
20321: * src/main/pa_request.C: $result in @main actually not working, to
20322: hell with it for now
20323:
20324: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20325: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20326: @postprocess @exception
20327:
20328: * src/main/execute.C: junction evaluation canceled - endless
20329: recursion detected
20330:
20331: 2001-12-19 paf
20332:
20333: * src/main/pa_charset.C: charset->charset transcoding via unicode
20334: intermediate
20335:
20336: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20337:
20338: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20339:
20340: * src/classes/op.C: ^cache keypath now relative
20341:
20342: * src/classes/mail.C: changed weighting prior to sort
20343:
20344: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20345: were missing
20346:
20347: 2001-12-17 paf
20348:
20349: * src/main/pa_charset.C: ifndef XML were bad type
20350:
20351: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20352: outdated unset services_pool
20353:
20354: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20355: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20356: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20357:
20358: * src/main/untaint.C: allowed space in filespec
20359:
20360: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20361:
20362: * src/classes/image.C: no govno
20363:
20364: * src/classes/image.C: govno
20365:
20366: 2001-12-16 paf
20367:
20368: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20369:
20370: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20371: charset_connection&manager replaced by charset&charsets
20372:
20373: * src/main/pa_charset.C: name_cstr 0
20374:
20375: * src/main/untaint.C: uri lang now knows about client/source
20376: charsets
20377:
20378: * src/: classes/file.C, classes/math.C, classes/op.C,
20379: classes/string.C, classes/table.C, classes/xdoc.C,
20380: include/pa_array.h, include/pa_cache_managers.h,
20381: include/pa_charset_connection.h, include/pa_charset_manager.h,
20382: include/pa_common.h, include/pa_db_connection.h,
20383: include/pa_db_manager.h, include/pa_db_table.h,
20384: include/pa_dictionary.h, include/pa_exception.h,
20385: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20386: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20387: include/pa_sapi.h, include/pa_socks.h,
20388: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20389: include/pa_string.h, include/pa_stylesheet_connection.h,
20390: include/pa_stylesheet_manager.h, include/pa_table.h,
20391: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20392: main/pa_charset.C, main/pa_charset_connection.C,
20393: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20394: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20395: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20396: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20397: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20398: types/types.dsp: introducing Charset
20399:
20400: 2001-12-14 paf
20401:
20402: * src/: include/pa_request.h, include/pa_transcoder.h,
20403: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20404: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20405: uri lang
20406:
20407: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20408:
20409: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20410:
20411: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20412: defalts_name global
20413:
20414: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20415: include/pa_request.h, main/main.dsp,
20416: main/pa_charset_connection.C, main/pa_charset_manager.C,
20417: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20418: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20419: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20420: changed charset model. now important: $request:charset
20421: $response:charset while $response:content-type.charset become
20422: unimportant [informational]
20423:
20424: 2001-12-13 paf
20425:
20426: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20427:
20428: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20429: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20430: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20431: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20432: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20433: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20434:
20435: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20436: auto_ptr part other way, because of stupid gcc 2.96
20437: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20438: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20439: FormatterListener] /usr/include/g++-3/memory:48:
20440: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20441: _Tp1 = FormatterListener, _Tp = FormatterListener]
20442:
20443: * src/classes/xdoc.C: removed extra inc
20444:
20445: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20446:
20447: * src/include/pa_types.h: msvc head debugging flag
20448:
20449: * src/classes/xdoc.C: freed up listener
20450:
20451: * src/classes/string.C: change msg '... code is not code'
20452:
20453: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20454: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20455: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20456: [past/future prob]
20457:
20458: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20459: include/pa_config_fixed.h, include/pa_db_manager.h,
20460: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20461: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20462:
20463: * src/: include/pa_config_fixed.h, main/pa_common.C,
20464: main/pa_string.C: removed signed mismatch warnings
20465:
20466: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20467: 'expires' from header outputs
20468:
20469: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20470: row ptr
20471:
20472: * src/classes/file.C: file::cgi bug, request_method were passed to
20473: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20474:
20475: * src/classes/xdoc.C: lang list updated
20476:
20477: 2001-12-10 paf
20478:
20479: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20480:
20481: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20482: erase files like that, knowing their full name introducing //
20483: theoretical problem with, for instance, "_2B" and "." fragments,
20484: // they would yield the same // because
20485: need_file_encode('_')=false // but we need to delete such files
20486: somehow, getting names from ^index
20487:
20488: * src/main/pa_string.C: ^string.replace bug fixed [bad
20489: string::join_chank break]
20490:
20491: 2001-12-07 paf
20492:
20493: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20494: include/pa_common.h, include/pa_config_auto.h.in,
20495: include/pa_config_fixed.h, include/pa_config_includes.h,
20496: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20497: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20498: types/pa_vhashfile.C: merged from r14_simple_cache
20499:
20500: * src/main/pa_string.C: stupid sparc architecture failed to access
20501: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20502: lduh [ %i2 + 1 ], %l0
20503:
20504: bus error, fixed that
20505:
20506: * src/main/pa_string.C: strange string deserialize bug on
20507: client[pmts], a bit shortened,
20508:
20509: * src/include/pa_config_auto.h.in: makes
20510:
20511: * src/: include/pa_common.h, include/pa_config_fixed.h,
20512: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20513: file write shared lock file read
20514:
20515: * src/: classes/op.C, include/pa_common.h,
20516: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20517:
20518: 2001-12-06 paf
20519:
20520: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20521: main/pa_request.C: #ifdef RESOURCES_DEBUG
20522:
20523: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20524: info
20525:
20526: * src/classes/hashfile.C: removed transaction from ^cache
20527:
20528: 2001-12-05 paf
20529:
20530: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20531: IIS5 there were a prob with illegal call check
20532:
20533: 2001-12-04 paf
20534:
20535: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20536: main/pa_request.C: measures to log
20537:
20538: 2001-11-23 paf
20539:
20540: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20541: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20542: types/pa_vhashfile.C: merged from _0014, 1
20543:
20544: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20545: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20546: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20547: ^cache(33) would change
20548:
20549: 0660 bits in file_write & hashfile create
20550:
20551: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20552: after pa_string optimization]
20553:
20554: 2001-11-22 paf
20555:
20556: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20557: table.offset[whence]
20558:
20559: * src/classes/op.C: process cstr(,connection)
20560:
20561: * src/classes/op.C: process now gets its body on current language,
20562: not as-is
20563:
20564: * src/main/untaint.C: ORIGINS mode removed UHTML
20565:
20566: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20567: bit
20568:
1.116 moko 20569: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20570:
20571: 2001-11-21 paf
20572:
20573: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20574: <xsl:output output options made identical to xsl:output
20575: attributes exclusion: cdata-section-elements what xalan can do
20576: but that not used now: it can escape and remove CDATA sections
20577:
20578: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20579: produced by xslt
20580:
20581: * src/targets/cgi/parser3.C: removed debug cgi||1
20582:
20583: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20584:
20585: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20586: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20587: default language for {code}, it happen to change it's language
20588: from CLEAN, so later refused to split by CLEAN \t
20589:
20590: 2001-11-20 paf
20591:
1.116 moko 20592: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20593: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20594: bottom of dependeces, so that errors would popup quicklier, fixed
20595: line numbering in table::sql
20596:
20597: 2001-11-19 paf
20598:
20599: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20600: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20601: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20602: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20603: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20604: at wcontext.write
20605:
1.116 moko 20606: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20607: _set_new_handler
20608:
1.116 moko 20609: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20610: set_new_handler in apache&isapi
1.95 moko 20611:
20612: 2001-11-16 paf
20613:
20614: * src/targets/cgi/parser3.C: pool debug @ die
20615:
20616: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20617: removed 8 bytes from String, 2 bytes from
20618: string::chunk::row::item
20619:
20620: * src/main/pa_string.C: removed 1+4 bytes from String
20621:
20622: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20623: types/pa_vstring.C: removed 1+4 bytes from String
20624:
20625: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20626: 0
20627:
20628: * src/: include/pa_globals.h, include/pa_string.h,
20629: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20630: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20631: targets/cgi/parser3.C: introducing estimating
20632: String::cstr_bufsize, 0
20633:
20634: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20635:
20636: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20637:
20638: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20639: include/pa_pool.h: die in pool::fail
20640:
20641: 2001-11-15 paf
20642:
20643: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20644: main/pa_exception.C, targets/cgi/parser3.C: exception with
20645: dynamic buffer re-back now with counter
20646:
20647: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20648: static buffer back
20649:
20650: * src/targets/cgi/parser3.C: std::
20651:
20652: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20653: include/pa_config_includes.h: setnewhandler check
20654:
1.116 moko 20655: * src/include/pa_config_auto.h.in: makes
1.95 moko 20656:
20657: * src/targets/cgi/parser3.C: set_new_handler started
20658:
20659: 2001-11-14 paf
20660:
20661: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20662: was wrong
20663:
20664: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20665: was wrong
20666:
20667: * src/main/pa_request.C: z
20668:
20669: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20670: full returns win32 -1 solaris >buffer_size
20671:
20672: checked all that
20673:
20674: * src/classes/op.C: ^untaint{body} as-is default now
20675:
20676: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20677: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20678: with no_bad_constructors_try
20679:
20680: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20681: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20682: this: $bred[^string::length[]] $bred[^response::clear[]]
20683: $bred[^int::int[]]
20684:
20685: now VObject creation moved into overriden
20686: VClass::create_new_value, thus 0 from create_new_value means that
20687: class has no ctors
20688:
20689: 2001-11-13 paf
20690:
20691: * src/classes/classes.C: returned accedently removed if in foreach
20692: callbacks [when hash no-0-restructure]
20693:
20694: 2001-11-12 paf
20695:
20696: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20697: passed as-is to method, xalan makes & into & itself
20698:
20699: * src/classes/date.C: date.roll parser2 alg used
20700:
20701: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20702: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20703: main/pa_dictionary.C, main/pa_hash.C,
20704: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20705: now does not containt 0 values. put 0 actullay removes. no check
20706: on 0 value in foreach now required
20707:
20708: 2001-11-11 paf
20709:
20710: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20711:
20712: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20713:
20714: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20715: driver initialize not const
20716:
20717: 2001-11-10 paf
20718:
20719: * src/main/pa_exec.C: doc
20720:
20721: 2001-11-09 paf
20722:
20723: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20724: param properly
20725:
20726: * src/classes/string.C: string.save now does untainting before
20727: saving
20728:
20729: * src/main/pa_common.C: line endings fixing fixed last piece[was
20730: still cstr oriented]
20731:
20732: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20733: line endings fixing got rid of cstr, now must work ok with post
20734: multipart
20735:
20736: * src/types/pa_vform.C: line endings fixed at post / multipart /
20737: not file also now
20738:
20739: 2001-11-08 paf
20740:
20741: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20742: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20743: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20744: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20745: main/pa_stylesheet_manager.C: restructured Cache manager to be
20746: simple parent, not second parent [gcc 2.96 strangly refused to
20747: call virtual from second parent]
20748:
1.116 moko 20749: * src/: include/pa_common.h, main/Makefile.am,
20750: targets/cgi/pa_pool.C: makes
1.95 moko 20751:
20752: * src/: include/pa_request.h, main/pa_request.C,
20753: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20754: 'status' class enabler
20755:
20756: <Location /parser-status.html> ParserStatusAllowed </Location>
20757:
20758: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20759: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20760: include/pa_stylesheet_manager.h, main/main.dsp,
20761: main/pa_cache_managers.C, main/pa_charset_manager.C,
20762: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20763: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20764: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20765: todo: apache 'status' class enabler
20766:
20767: 2001-11-05 paf
20768:
20769: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20770: debug to normal
20771:
20772: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20773: hence i removed skipping 0 values in hash::for_each-es we need to
20774: check cleaned cache items manually. few more checks.
20775:
20776: expiring to 0 time was wrong, changed to 'now' time
20777:
20778: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20779: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20780: on apache already done :)
20781:
20782: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20783: skipping 0 values in hash::for_each-es we need to check cleaned
20784: cache items manually
20785:
20786: * src/main/: pa_db_connection.C, pa_db_table.C:
20787: parser_multithreaded check was wrong
20788:
20789: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20790: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20791: classes/hashfile.C, classes/image.C, classes/int.C,
20792: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20793: classes/string.C, classes/table.C, classes/void.C,
20794: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20795: include/pa_array.h, include/pa_charset_connection.h,
20796: include/pa_charset_manager.h, include/pa_common.h,
20797: include/pa_config_fixed.h, include/pa_config_includes.h,
20798: include/pa_db_connection.h, include/pa_db_manager.h,
20799: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20800: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20801: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20802: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20803: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20804: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20805: include/pa_stack.h, include/pa_string.h,
20806: include/pa_stylesheet_connection.h,
20807: include/pa_stylesheet_manager.h, include/pa_table.h,
20808: include/pa_threads.h, include/pa_types.h, main/compile.C,
20809: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20810: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20811: main/pa_charset_manager.C, main/pa_common.C,
20812: main/pa_db_connection.C, main/pa_db_manager.C,
20813: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20814: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20815: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20816: main/pa_socks.C, main/pa_sql_driver_manager.C,
20817: main/pa_status_provider.C, main/pa_string.C,
20818: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20819: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20820: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20821: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20822: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20823: targets/isapi/pool_storage.h, types/pa_valiased.C,
20824: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20825: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20826: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20827: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20828: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20829: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20830: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20831: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20832: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20833: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20834: types/pa_vstateless_object.h, types/pa_vstatus.h,
20835: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20836: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20837: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20838: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20839: $status:db fixed used not initialized in db_connection & db_table
20840:
20841: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20842: $status:charset
20843:
20844: * src/: classes/xdoc.C, include/pa_db_connection.h,
20845: include/pa_stylesheet_connection.h,
20846: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20847: types/pa_vstatus.h: $status:stylesheet
20848:
20849: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20850: include/pa_request.h, include/pa_sql_connection.h,
20851: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20852: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20853: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20854: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20855: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20856: types/pa_vxnode.C, types/types.dsp: started status parser class
20857:
20858: 2001-11-01 paf
20859:
20860: * src/include/pa_config_auto.h.in: makes
20861:
20862: * src/main/pa_hash.C: removed old extra include
20863:
20864: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20865: checks [for hp, there are such in math.h]
20866:
20867: * src/classes/op.C: ^for endless loop check strightened
20868:
20869: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20870: behavior in native calls. it left unchanged, so ^for ^foreach &
20871: co can use r.root to write their i & key,value there
20872:
20873: * src/classes/op.C: detected for var storage bug, fixed.
20874: todo:foreach
20875:
20876: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20877: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20878: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20879: changing of hash inside of foreach
20880:
20881: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20882: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20883: were hash.foreach
20884:
20885: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20886: types/pa_vstring.C, types/pa_vstring.h:
20887: ^foreach[key|value]{body}[[separator]|{separator}]
20888:
20889: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20890: types/pa_vcookie.C: ^hash.delete[key]
20891:
20892: 2001-10-31 paf
20893:
20894: * src/main/: compile.C, pa_common.C: completely empty file now
20895: considered "read", not ignored [not perfect trick used]
20896:
20897: * src/main/pa_common.C: simplier common ifdefs
20898:
20899: * src/main/pa_common.C: typing bug in common - bad ifdeff
20900:
20901: * src/main/pa_db_connection.C: z
20902:
20903: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20904: lockdetector flags
20905: dbenv.lk_detect=DB_LOCK_RANDOM;
20906:
20907: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20908: from accidental show [imagine user forgot @exception]
20909:
20910: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20911:
20912: * src/: classes/file.C, classes/image.C, classes/mail.C,
20913: classes/string.C, classes/xnode.C, include/pa_common.h,
20914: main/pa_common.C: ^string.save[[append;]path]
20915:
20916: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20917: main/execute.C: \ in expression: int divide 10/3=3
20918:
20919: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20920: inside of ^cache
20921:
20922: * src/: include/pa_threads.h, main/pa_db_connection.C,
20923: main/pa_db_table.C, targets/cgi/pa_threads.C,
20924: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20925: needed
20926:
20927: 2001-10-30 paf
20928:
20929: * src/: classes/classes.dsp, main/main.dsp,
20930: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20931: types/types.dsp: enabled debug incremental compile
20932:
20933: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20934: form post data line endings not reformatted now.
20935:
20936: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20937: now required [had bug when file= has no value]
20938:
20939: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20940: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20941: cstr(asis) default param removed
20942:
20943: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20944:
20945: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20946:
20947: * src/include/pa_dir.h: LOAD_DIR fixed
20948:
20949: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20950: was broken} fix_line_breaks
20951:
20952: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20953: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20954: packed with #pragma pack
20955:
1.116 moko 20956: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20957:
20958: 2001-10-29 paf
20959:
20960: * src/types/pa_wcontext.h: bitfield syntax stricter
20961:
20962: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20963: string hash.puts
20964:
20965: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20966:
20967: * src/include/pa_sql_connection.h: there were one wrong
20968: SQL_CONNECTION_FUNC_GUARDED [failed]
20969:
20970: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20971: param.someday either ifdef or remove it
20972:
20973: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20974:
20975: * src/main/untaint.C: optimizing returned after debugging
20976:
20977: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20978: main/untaint.C: memory hunging #pragma pack(1)
20979:
20980: 16 419 844 13 169 394
20981:
20982: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20983: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20984: places [todo:Array]
20985:
20986: * src/: main/execute.C, targets/cgi/pa_pool.C,
20987: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20988: types/pa_wwrapper.h: debugging memory WContext flags to bits
20989:
20990: total 5 652 652/158731 total 5 469 332/158731
20991:
20992: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20993: Array:: without cache in get/put now
20994:
20995: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20996: 18:25:27 2001] total 5 652 652/158731
20997:
20998: * src/: include/pa_string.h, main/pa_string.C,
20999: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21000: now
21001:
21002: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21003: 18:11:53 2001] total 5796092/158731
21004:
21005: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21006: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21007: key ref now
21008:
21009: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21010: 17:11:17 2001] total 16867948/202658
21011:
21012: * src/: classes/file.C, classes/image.C, classes/string.C,
21013: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21014: main/execute.C, main/pa_array.C, main/pa_common.C,
21015: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21016: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21017: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21018: string::as_int/double now usually uses stack, not heap [200K out
21019: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21020:
21021: * src/main/pa_sql_driver_manager.C: ping to have services [old
21022: hiding bug]
21023:
21024: * src/Makefile.am: .am order
21025:
21026: * src/: include/pa_array.h, include/pa_charset_manager.h,
21027: include/pa_db_connection.h, include/pa_db_manager.h,
21028: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21029: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21030: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21031: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21032: required "friend class"
21033:
21034: ../include/pa_request.h:51: friend declaration requires
21035: class-key, i.e. `friend class Temp_lang'
21036:
21037: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21038: main/pa_exception.C, main/pa_sql_driver_manager.C,
21039: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21040:
21041: the idea is to #1 jump to C++ some function to main body, where
21042: every function stack frame has exception unwind information and
21043: from there... #2 propagate_exception()
21044:
21045: 2001-10-28 paf
21046:
21047: * src/main/pa_db_connection.C: removed old consts
21048:
21049: * src/main/pa_db_connection.C: expire table [was accidently pasted
21050: with wrong type/cast]
21051:
21052: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21053: translation
21054:
1.116 moko 21055: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21056: remember to build DB2 with -fexceptions!!!
21057:
21058: * src/main/pa_db_table.C: DB_RMW defed
21059:
21060: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21061: include/pa_db_connection.h, include/pa_db_manager.h,
21062: include/pa_db_table.h, main/pa_db_connection.C,
21063: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21064:
21065: 2001-10-27 paf
21066:
21067: * src/: classes/hashfile.C, include/pa_db_connection.h,
21068: include/pa_db_table.h, main/pa_db_connection.C,
21069: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21070: types/pa_vhashfile.C: DB2 ifdefs
21071:
1.116 moko 21072: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21073: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21074: makes with DB2
21075:
1.116 moko 21076: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21077: types/Makefile.am: makes db
1.95 moko 21078:
21079: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21080: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21081: globals.C
21082:
21083: * src/: classes/hashfile.C, include/pa_db_connection.h,
21084: include/pa_db_table.h, main/pa_db_connection.C,
21085: main/pa_db_table.C: ^hashfile.clear[]
21086:
21087: * src/classes/classes.awk: no $ in var names
21088:
21089: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
21090: connection&table [forgotten calls]
21091:
21092: 2001-10-26 paf
21093:
21094: * src/main/pa_db_connection.C: db checkpoints
21095:
21096: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
21097: checkpoints
21098:
21099: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
21100: default. but entities still reparsed. todo: tothink
21101:
21102: * src/main/pa_db_connection.C: db recover mech 2
21103:
21104: * src/: classes/hashfile.C, include/pa_db_connection.h,
21105: include/pa_db_manager.h, include/pa_db_table.h,
21106: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21107: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
21108: types/pa_vhashfile.h: db connections & tables now cached at
21109: create time & multithreaded
21110:
21111: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
21112: parsed_source
21113:
21114: * src/main/pa_db_connection.C: about to remove connection from
21115: vhashfile
21116:
21117: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
21118: transaction commit/rollback responsibility left to parent [as it
21119: sould - else there were a bug with double free]
21120:
21121: * src/include/pa_db_table.h: db: child transaction commit/rollback
21122: responsibility left to parent [as it sould - else there were a
21123: bug with double free]
21124:
21125: 2001-10-25 paf
21126:
21127: * src/: classes/hashfile.C, include/pa_common.h,
21128: include/pa_db_connection.h, include/pa_db_manager.h,
21129: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
21130: types/pa_vhashfile.C, types/pa_vhashfile.h,
21131: include/pa_db_table.h, main/pa_db_table.C: started db_home
21132: [multiple, cached] todo: autorecover [tried, but not succeded,
21133: yet]
21134:
21135: * src/include/pa_dir.h: ancient gpf on dir not found fixed
21136:
21137: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
21138: transaction parent passed
21139:
21140: 2001-10-24 parser
21141:
1.116 moko 21142: * src/classes/Makefile.am: makes
1.95 moko 21143:
21144: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
21145: isapi/pool_storage.h: pool_storage fixed
21146:
21147: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
21148: types/pa_vform.h: form fix_line_breaks
21149:
1.116 moko 21150: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21151:
21152: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21153: targets/cgi/pool_storage.h: makes
21154:
21155: * src/sql/pa_sql_driver.h: version
21156:
21157: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21158: types/pa_vform.C, types/pa_vform.h: .am
21159:
21160: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21161: this: DB_RMW Acquire write locks instead of read locks when doing
21162: the retrieval. Setting this flag may decrease the likelihood of
21163: deadlock during a read-modify-write cycle by immediately
21164: acquiring the write lock during the read part of the cycle so
21165: that another thread of control acquiring a read lock for the same
21166: item, in its own read-modify-write cycle, will not result in
21167: deadlock
21168:
21169: * src/targets/isapi/parser3isapi.dsp: doc
21170:
21171: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21172:
21173: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21174:
21175: * src/: classes/hashfile.C, include/pa_db_connection.h,
21176: main/pa_db_connection.C: hashfile expired deleted from db when
21177: get & iterate
21178:
21179: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21180: expiring 1
21181:
21182: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21183:
21184: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21185: db_connection not bothers with key when not returning expired
21186: data
21187:
21188: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21189: types/pa_vhashfile.C: db_cursor constructor public now
21190:
21191: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21192: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21193: stamped, todo: put_element analize
21194:
21195: * src/: include/pa_db_connection.h, include/pa_string.h,
21196: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21197: serialize. todo stamp
21198:
21199: 2001-10-23 parser
21200:
21201: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21202: classes/image.C, classes/mail.C, classes/response.C,
21203: classes/string.C, classes/table.C, classes/xdoc.C,
21204: include/pa_config_fixed.h, include/pa_db_connection.h,
21205: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21206: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21207: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21208: types/pa_vtable.C: ^hashfile.hash[]
21209:
21210: * src/: classes/hashfile.C, classes/xdoc.C,
21211: include/pa_config_fixed.h, main/pa_db_manager.C,
21212: main/pa_globals.C: ifdefs so it compiled without db
21213:
21214: * src/: classes/hashfile.C, include/pa_db_connection.h,
21215: include/pa_db_manager.h, main/pa_db_connection.C,
21216: main/pa_db_manager.C, types/pa_vhashfile.h:
21217: ^hashfile.transaction{code} ^hashfile:clear[filename]
21218: ^hashfile.delete[key]
21219:
21220: 2001-10-22 parser
21221:
21222: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21223: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21224:
21225: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21226: classes/xnode.C, include/pa_charset_connection.h,
21227: include/pa_db_connection.h, include/pa_db_manager.h,
21228: include/pa_exception.h, include/pa_sapi.h,
21229: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21230: include/pa_stylesheet_connection.h,
21231: include/pa_stylesheet_manager.h,
21232: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21233: main/pa_db_connection.C, main/pa_db_manager.C,
21234: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21235: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21236: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21237: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21238: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21239: types/types.dsp: hashfile 0
21240:
21241: * src/types/pa_vhashfile.C: z
21242:
21243: * src/: classes/classes.dsp, classes/hashfile.C,
21244: include/pa_config_fixed.h, main/execute.C,
21245: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21246: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21247:
21248: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21249:
21250: * src/: include/pa_exception.h, include/pa_request.h,
21251: main/execute.C, main/pa_exception.C, main/pa_request.C,
21252: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21253: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21254:
21255: 2001-10-19 parser
21256:
21257: * src/include/pa_pool.h: header
21258:
21259: * src/main/pa_pool.C: auto compiled on gcc
21260:
21261: * src/classes/image.C: comment
21262:
1.116 moko 21263: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21264:
21265: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21266: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21267: types/pa_vxnode.h: xnode clone got freed
21268:
21269: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21270: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21271: can free up xalandomstring resulting from pool::transcode
21272:
21273: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21274: include/pa_config_fixed.h, include/pa_exception.h,
21275: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21276: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21277: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21278: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21279: from non-xml compile
21280:
21281: * src/main/pa_request.C: pool:: context - get_context
21282:
21283: * src/: classes/classes.h, classes/date.C, classes/double.C,
21284: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21285: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21286: classes/string.C, classes/table.C, classes/void.C,
21287: include/pa_config_fixed.h, include/pa_exception.h,
21288: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21289: main/compile.C, main/compile_tools.C, main/execute.C,
21290: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21291: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21292: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21293: main/pa_string.C, main/pa_table.C, main/untaint.C,
21294: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21295: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21296: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21297: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21298: types/pa_vstateless_class.h, types/pa_vtable.C,
21299: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21300: exceptions 0
21301:
21302: * src/classes/classes.awk: $ removed
21303:
21304: 2001-10-18 parser
21305:
21306: * src/types/pa_vcookie.C: cookie:CLASS
21307:
21308: * src/main/main.dsp: project
21309:
21310: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21311: set_document & ctor question "who owns document" solved
21312:
21313: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21314:
21315: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21316: main/pa_pool.C: encoding in dom creating funcs
21317:
21318: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21319: be transformed now
21320:
21321: * src/classes/xdoc.C: dom created by create can be transformed now
21322:
21323: * src/classes/xdoc.C: z
21324:
21325: * src/classes/xdoc.C: comment
21326:
21327: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21328: create now uses XercesDocumentBridge, appendChild&co now works
21329:
21330: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21331: @ recompile
21332:
21333: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21334: $origin @exception[
21335:
21336: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21337: tag names forced to XML lang
21338:
21339: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21340: leechy-found bugs in code&doc fixed
21341:
21342: 2001-10-17 parser
21343:
21344: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21345: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21346: n functionality preserved
21347:
21348: * src/types/pa_vimage.h: removed unused vimage::save
21349:
21350: 2001-10-16 parser
21351:
21352: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21353:
21354: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21355:
21356: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21357:
21358: * src/classes/image.C: image.copy tolerance
21359:
21360: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21361: ineffective, but works for small paleted image
21362:
21363: * src/types/pa_vimage.C: comment
21364:
21365: * src/classes/image.C: gd size/resize bugfix
21366:
21367: * src/: classes/classes.dsp, main/main.dsp,
21368: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21369: types/types.dsp: ident >nul 2>&1
21370:
21371: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21372: systems
21373:
21374: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21375: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21376:
21377: 2001-10-15 parser
21378:
21379: * src/main/execute.C: z
21380:
21381: * src/classes/: xdoc.C: !::create{qualifiedName}
21382:
21383: * src/types/pa_vxnode.C: document_type_node.
21384: !readonly attribute DOMString name
21385: !notation_node.
21386: !readonly attribute DOMString publicId
21387: !readonly attribute DOMString systemId
21388:
1.116 moko 21389: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21390: ::write badly passed string too transparently [failed to
21391: intercept it]
1.95 moko 21392:
21393: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21394: include/pa_request.h, main/pa_sql_driver_manager.C,
21395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21396: types/pa_vxnode.h: DOM1 major addtion, only few
21397: attributes/methods left
21398:
21399: 2001-10-13 parser
21400:
21401: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21402: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21403: in main handler
21404:
21405: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21406: cleanups & frees order
21407:
21408: * src/types/pa_vcode_frame.h: couple comments
21409:
21410: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21411: transparent enough to handle hash if creation&passing
21412:
21413: * src/: include/pa_config_fixed.h, main/execute.C,
21414: main/pa_exception.C: noticed that vcodeframe not transparent
21415: enough, would change now
21416:
21417: 2001-10-12 parser
21418:
21419: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21420: fixed. initialization&free on each thread!
21421:
21422: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21423: handling changed: now type of default param analized always, not
21424: only at problem time, thus helping early problem spotting
21425:
21426: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21427: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21428: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21429: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21430: multithread bug fixed. initialization&free on each thread!
21431:
21432: 2001-10-11 parser
21433:
21434: * src/classes/xnode.C: xnode.selectSingle now
21435:
21436: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21437: include/pa_pool.h, include/pa_stylesheet_connection.h,
21438: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21439: convertors out of Pool into Exception
21440:
21441: * src/main/pa_string.C: const
21442:
21443: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21444: linked pieces of same language together prior to String::replace
21445:
21446: * src/classes/hash.C: !^hash.add[addme]
21447: !^hash.sub[subme]
21448: !^a.union[b] = new
21449: !^a.intersection[b] = new
21450: !^a.intersects[b] = bool
21451:
21452: * src/classes/hash.C: !^hash::append[append_from]
21453:
21454: * src/: classes/hash.C, types/pa_vhash.h:
21455: !^hash::create[[copy_from]]
21456:
21457: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21458: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21459: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21460: fixed. got rid of empty_string, which caused errors - it hasnt
21461: exception but somebody[value.bark] tried to throw it on it's pool
21462:
1.116 moko 21463: * src/include/pa_config_auto.h.in: makes
1.95 moko 21464:
21465: 2001-10-10 parser
21466:
21467: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21468:
21469: * src/main/: compile.tab.C, compile.y: ^a[
21470:
21471: @next_method << now unclosed ] would be reported here
21472:
21473: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21474: compile error
21475:
21476: 2001-10-09 parser
21477:
1.116 moko 21478: * src/: classes/Makefile.am, main/Makefile.am,
21479: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21480:
21481: * src/classes/Makefile.am: makes
21482:
21483: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21484: win32 errors intercepted [xalan transformer patched and
21485: incorporated]
21486:
21487: * src/: classes/classes.dsp, classes/xdoc.C,
21488: include/pa_stylesheet_connection.h, main/main.dsp,
21489: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21490: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21491: patches starting
21492:
21493: * src/classes/: string.C, table.C: ^string.save[file]
21494:
21495: * src/classes/: date.C, table.C: calendar moved to date
21496:
21497: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21498: string/table] now
21499:
21500: * src/classes/: op.C, table.C: z
21501:
21502: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21503: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21504: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21505: be code [be string..]
21506:
21507: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21508: table.C: lots of
21509: params->as_int/double/as_string/as_junction/as_no_junction
21510: messages added
21511:
21512: 2001-10-08 parser
21513:
21514: * src/: classes/date.C, classes/image.C, classes/string.C,
21515: classes/table.C, classes/void.C, include/pa_request.h:
21516: params->as_int/double message added
21517:
21518: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21519:
21520: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21521: image:sector removed image:html internal "line-*" attribs
21522:
21523: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21524: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21525:
21526: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21527: way
21528:
21529: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21530: main/untaint.C: header untainting to UL_HTTP_HEADER,
21531: UL_MAIL_HEADER made nonforced [only tainted pieces]
21532:
21533: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21534: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21535: @ SAPI::log
21536:
21537: * src/main/untaint.C: \r to ' ' in origins mode
21538:
21539: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21540: set]
21541:
21542: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21543: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21544: nonstandard liaison freed up
21545:
21546: 2001-10-07 parser
21547:
21548: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21549: project
21550:
21551: 2001-10-05 parser
21552:
21553: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21554: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21555: from outputing to cerr. lots of "todos"
21556:
21557: * src/main/untaint.C: http_header tainting more gentle with
21558: enquoting now
21559:
21560: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21561: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21562: xml errorhandler. fixed string.replace a little, read @test
21563:
21564: * src/main/pa_string.C: found replace bug - first_that_starts(char
21565: *) does not have limit, and looks further eos, fixing....
21566:
21567: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21568:
21569: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21570:
21571: * src/main/: pa_charset_connection.C: ctype another mem clear
21572: bugfix
21573:
1.116 moko 21574: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21575: $result[^[$p^]z] now works fine
1.95 moko 21576:
21577: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21578: wrong. fixed it
21579:
21580: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21581: of totable appered to be vital
21582:
21583: 2001-10-04 parser
21584:
21585: * src/classes/image.C: ^image.length[text]
21586:
21587: 2001-10-03 parser
21588:
21589: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21590:
21591: * src/main/pa_request.C: restored pcre defaulting in request
21592: [mindlessly "optimized" yesterday] comment left
21593:
21594: 2001-10-02 parser
21595:
21596: * src/: main/pa_charset_manager.C,
21597: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21598: needed
21599:
21600: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21601: forgot non-xml pool.*charset needed
21602:
21603: * src/classes/table.C: # config comments fixed
21604:
21605: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21606: charset_connection #comment now
21607:
21608: * src/: classes/classes.dsp, types/types.dsp: release projects
21609: options fixed to use release msvcrt lib
21610:
21611: * src/main/pa_charset_connection.C: pcre tables now const inside
21612: removed default - pcre handles that internally fixed bug on
21613: not-cleaning tables [previously was calloced, now member]
21614:
21615: * src/: include/pa_request.h, main/pa_charset_connection.C,
21616: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21617: inside removed default - pcre handles that internally fixed bug
21618: on not-cleaning tables [previously was calloced, now member]
21619:
21620: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21621: tested charset reload on file change @ apache version = OK tested
21622: freeing up prev encoding on adding new = OK
21623:
21624: 2001-10-01 parser
21625:
21626: * src/main/pa_charset_connection.C: removed entitify external hack
21627: [internal installed]
21628:
1.116 moko 21629: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21630:
21631: * src/: include/pa_charset_connection.h,
21632: include/pa_charset_manager.h,
21633: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21634: main/pa_charset_connection.C, main/pa_charset_manager.C,
21635: main/pa_request.C: charset loading & caching mech 0
21636:
21637: * src/: include/pa_stylesheet_connection.h,
21638: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21639: main/pa_globals.C, main/pa_request.C: would make charset loading
21640: & caching mech now
21641:
21642: 2001-09-30 parser
21643:
21644: * src/main/pa_request.C: forgot to fill toTable
21645:
21646: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21647: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21648: failed on win32 for now..
21649:
21650: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21651: now charsets table configuration variable is: CHARSETS
21652:
21653: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21654: ctype with unicode 1. todo: no П entities on output somehow
21655:
21656: * src/: classes/file.C, classes/op.C, classes/string.C,
21657: include/pa_request.h, main/pa_request.C: started ctype with
21658: unicode values
21659:
21660: 2001-09-28 parser
21661:
21662: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21663: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21664: string passed AS-IS now
21665:
21666: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21667: way of user-configuring... todo: implement
21668:
21669: 2001-09-27 parser
21670:
21671: * src/classes/table.C: table.sort changed to sort table itself
21672:
21673: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21674: X^.getElementsByTagName[tagname] = array of xnode
21675: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21676: nodes removed - regretfully not supported @ xalan. maybe someday
21677: would reimplement, if needed.
21678:
21679: win32build system: solved long waiting anti-non-started-apache
21680: problem
21681:
21682: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21683: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21684: types/types.dsp: win32 ident make system so not to rebuild
21685: library [ident.C.new]
21686:
21687: 2001-09-26 parser
21688:
21689: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21690: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21691: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21692: types/pa_vxnode.C, types/types.dsp: z
21693:
21694: * src/classes/classes.C: forgot one non-xml check
21695:
1.116 moko 21696: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21697: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21698:
21699: * src/targets/cgi/parser3.C: z
21700:
21701: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21702: targets/isapi/parser3isapi.C: #ifdef SMTP
21703:
21704: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21705: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21706: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21707: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21708: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21709: types/types.dsp: xdoc&xnode now
21710:
21711: * src/: classes/classes.C, classes/classes.awk,
21712: classes/classes.dsp, classes/classes.h, classes/date.C,
21713: classes/dnode.C, classes/dnode.h, classes/dom.C,
21714: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21715: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21716: classes/op.C, classes/response.C, classes/string.C,
21717: classes/table.C, classes/void.C, include/pa_array.h,
21718: include/pa_common.h, include/pa_config_fixed.h,
21719: include/pa_config_includes.h, include/pa_dictionary.h,
21720: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21721: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21722: include/pa_socks.h, include/pa_sql_connection.h,
21723: include/pa_sql_driver_manager.h, include/pa_stack.h,
21724: include/pa_string.h, include/pa_stylesheet_connection.h,
21725: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21726: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21727: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21728: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21729: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21730: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21731: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21732: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21733: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21734: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21735: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21736: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21737: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21738: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21739: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21740: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21741: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21742: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21743: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21744: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21745: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21746: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21747: types/pa_vmethod_frame.h, types/pa_vobject.h,
21748: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21749: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21750: types/pa_vstateless_object.h, types/pa_vstring.C,
21751: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21752: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21753: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21754: main.dsp splitted to main+classes+types along to .am
21755:
21756: * src/classes/Makefile.am: removed useless var
21757:
21758: * src/: classes/classes.cmd, main/main.dsp,
21759: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21760: main.dsp
21761:
21762: 2001-09-25 parser
21763:
21764: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21765: 1251 though, todo ICU
21766:
1.116 moko 21767: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21768: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21769: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21770: types/pa_vdom.h: xml configure makes
1.95 moko 21771:
21772: 2001-09-24 parser
21773:
1.116 moko 21774: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21775: types/Makefile.am: makes
1.95 moko 21776:
1.116 moko 21777: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21778:
21779: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21780: started unix makes update
21781:
21782: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21783: started unix makes update
21784:
21785: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21786:
21787: * src/types/pa_value.h: z
21788:
21789: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21790: bugs with usinge hash/table in expressions
21791:
21792: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21793: resolved conflicts fixed [const]
21794:
21795: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21796: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21797: main/compile.C, main/compile.tab.C, main/compile.y,
21798: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21799: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21800: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21801: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21802: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21803: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21804: with before_xml [merge2 actually didn't happen - i've created
21805: tags on wrong branch. so this merge is in fact re-merge]
21806:
21807: 2001-09-21 parser
21808:
21809: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21810: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21811: produced "" in make file and sadly wrong interpreted on load]
21812:
1.116 moko 21813: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21814: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21815: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21816: include/pa_sql_driver_manager.h, include/pa_string.h,
21817: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21818: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21819: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21820:
21821: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21822: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21823: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21824: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21825: main/pa_pool.C, main/pa_request.C,
21826: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21827: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21828: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21829: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21830: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21831: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21832: types/pa_vrequest.C, types/pa_vresponse.h,
21833: types/pa_vstateless_class.C, types/pa_vstring.C,
21834: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21835: created new projects for sql drivers [planning to remove sql
21836: drivers from main cvs project] first, will join latest changes
21837:
21838: * src/classes/: dom.C: defaulted dom writing methods encoding to
21839: pool.get_charset
21840:
21841: * src/classes/dom.C: defaulted dom writing methods encoding to
21842: pool.get_charset
21843:
21844: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21845: pool.get_charset
21846:
21847: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21848: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21849: methods encoding to pool.get_charset
21850:
21851: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21852: transcoder were created right "unsupported encoding" message.
21853: not @ set time, but @ use time, so until xml output functions
21854: .string, .file, .save used - no encoding name check occur
21855:
21856: reduced transcode buffer size to 60 fixed pool cleanup - no
21857: registration needed, pools are officially destructured
21858:
21859: 2001-09-20 parser
21860:
21861: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21862:
21863: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21864: $MAIN:DEFAULTS.content-type[$.charset[here]]
21865:
21866: * src/: classes/dnode.C, classes/dom.C,
21867: include/pa_config_includes.h, include/pa_globals.h,
21868: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21869: main/pa_pool.C, targets/cgi/parser3.dsp,
21870: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21871: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21872: Pool::transcode 0
21873:
21874: * src/classes/dom.C: dom. string save file moved output xml options
21875: to last param and made it optional
21876:
21877: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21878: dnodes
21879: !$attributenode.specified = boolean
21880: true if the attribute received its value explicitly
21881: in the XML document,
21882: or if a value was assigned programatically with the
21883: setValue function.
21884: false if the attribute value came from the default value
21885: declared in the document's DTD.
21886: !$pinode.target = target of this processing instruction
21887: XML defines this as being the first token following the
21888: markup
21889: that begins the processing instruction.
21890: XPath:
21891: !^node.select[xpath/query/expression] = hash of 0->node0
21892: 1->node1
21893: !^node.select-single[xpath/query/expression] = first node if
21894: any
21895:
21896: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21897: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21898: some 'const's added
21899:
21900: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21901: expression context now, there value = size and boolean value
21902: size!=0
21903:
21904: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21905: can be used in expression context now, there value = size and
21906: boolean value size!=0
21907:
21908: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21909: types/pa_vstring.h: dnode .file .string .save moved back to dom
21910: due to strange xalan bug
21911:
21912: 2001-09-18 parser
21913:
21914: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21915: classes/image.C, classes/op.C, classes/table.C,
21916: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21917: include/pa_sql_driver_manager.h, main/compile.C,
21918: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21919: main/execute.C, main/pa_common.C, main/pa_request.C,
21920: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21921: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21922: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21923: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21924: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21925: before_xml branch ^if(def $hash) now true only when
21926: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21927:
21928: * src/: classes/op.C, main/execute.C: operators self changed to
21929: root ^for variable context changed to self
21930:
21931: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21932: dnode 1
21933:
21934: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21935: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21936:
21937: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21938: poly* fixed
21939:
21940: 2001-09-17 parser
21941:
21942: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21943: types/pa_vdom.h: started dnode+dom
21944:
21945: dnode DOM methods: $node.name $node.value
21946: ...others...
21947:
21948: ^node.xpath[/rates/USD] = hash
21949: $hash[
21950: $.0[node0]
21951: $.1[node1]
21952: ]
21953:
21954: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21955: applies to all linear primitives
21956:
21957: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21958: include/pa_stylesheet_connection.h, main/main.dsp,
21959: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21960: types/pa_vimage.h: started dnode DOM: $node.name
21961: $node.value ...others... ^node.xpath[/rates/USD] = hash
21962: dom(dnode)
21963:
21964: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21965: main/compile.y, main/compile_tools.h, main/execute.C,
21966: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21967: in expression compound($aa.zz.xx) names now can have minus '-' in
21968: name after '.'
21969:
21970: 2001-09-15 parser
21971:
21972: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21973: image: $line-width ^line(...)[**** style]
21974:
21975: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21976: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21977: pool_storage - cleanups first, allocations second. apache wisely
21978: does just like that
21979:
21980: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21981: rewritten using template, no bugs now
21982:
21983: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21984: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21985: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21986: poorly started isapi pool_storage, would rewrite using template
21987: now
21988:
21989: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21990: include/pa_stylesheet_connection.h, main/main.dsp,
21991: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21992: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21993: xalan objects freed up [introducing Pool::register_cleanup]
21994:
21995: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21996: comments
21997:
21998: 2001-09-14 parser
21999:
22000: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22001: z
22002:
22003: * src/: classes/dom.C, classes/file.C, classes/image.C,
22004: classes/mail.C, include/pa_common.h,
22005: include/pa_sql_driver_manager.h, include/pa_string.h,
22006: include/pa_stylesheet_connection.h,
22007: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22008: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22009: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22010: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22011: compiled&cached
22012:
22013: 2001-09-13 parser
22014:
22015: * src/: classes/dom.C, classes/file.C, classes/image.C,
22016: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22017:
22018: * src/classes/dom.C: dom:file content-type(.method)
22019:
22020: * src/: include/pa_common.h, include/pa_globals.h,
22021: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22022: string now more informative error messages
22023:
22024: * src/: include/pa_globals.h, include/pa_request.h,
22025: main/pa_request.C, targets/cgi/parser3.C,
22026: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22027: ParserSiteConfig .../parser3.conf
22028:
22029: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22030:
22031: 2001-09-12 parser
22032:
22033: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22034: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22035: precise error reporting: "connection string must start with
22036: protocol://" now
22037:
22038: * src/main/compile.tab.C: fixed - subname code parts actually []
22039: braced
22040:
22041: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22042: lexer on LS_USER level did [] matching without setting nestage,
22043: introduced special LS_NAME_SQUARE_PART state
22044:
22045: 2001-09-11 parser
22046:
22047: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22048: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22049: languages+=xml
22050:
22051: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22052:
22053: * src/classes/dom.C: ^dom:save/string/file[output options] output
22054: options: $.method[xml|html|text] detection fixed
22055:
22056: * src/types/pa_vdom.h: messages
22057:
22058: * src/classes/dom.C: ^dom:save/string/file[output options] output
22059: options: $.method[xml|html|text] detection fixed
22060:
22061: 2001-09-10 parser
22062:
22063: * src/classes/dom.C: ^dom:save/string/file[output options] output
22064: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22065:
22066: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22067: added]
22068:
22069: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22070: ^dom.xslt[stylesheet filename] 0
22071:
22072: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22073: ^dom.xslt[stylesheet filename] -1 doc is lying
22074:
22075: * src/classes/dom.C: ^dom.file[encoding] = file
22076:
22077: * src/classes/: dom.C: ^dom.string[encoding] 1
22078: ^dom.save[encoding;filename]
22079:
22080: * src/classes/dom.C: ^dom.string[] 0
22081:
22082: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22083:
22084: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22085: types/pa_vform.h: ^dom.save[b.xml] 0
22086:
22087: 2001-09-08 parser
22088:
22089: * src/types/pa_vform.C: $form:tables.name.field
22090:
22091: 2001-09-07 parser
22092:
22093: * src/classes/table.C: table:empty removed, superceded by ^if(def
22094: $table)...
22095:
22096: * src/targets/cgi/parser3.C: z
22097:
22098: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
22099: from '' to int/double is 0]
22100:
22101: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
22102: $table) is false when table is empty
22103:
22104: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
22105: !$form:tables $atable[$form:tables.a]
22106: ^atable.menu{a=$atable.element}[,]
22107:
22108: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
22109: types/pa_vform.h, types/pa_vhash.h: !$form:fields
22110:
1.116 moko 22111: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22112: types/pa_vdom.h, types/pa_vform.C: merged with successful start
22113: of dom
22114:
22115: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
22116: types/pa_vform.C, types/pa_vform.h: z
22117:
22118: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
22119: element [not last]
22120:
1.116 moko 22121: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22122: types/pa_vdom.h: introducing dom. dom:load[a.xml]
22123:
22124: 2001-09-06 parser
22125:
22126: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22127: table with one column 'element' and two rows: 1 and 2
22128:
22129: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22130: table with one column 'element' and two rows: 1 and 2
22131:
22132: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
22133: bad int/double conversions, and now $form:nonexistent.int(88)
22134: would return 88
22135:
22136: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
22137: types/pa_vhash.h: now there's special hash key '_default'
22138: [instead of ^_default method] $hash[ $.a[1] $.b[2]
22139: $._default[xx] ] $hash.c
22140:
22141: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
22142: fixed [thanks, fif], ^; were treated there non-literally
22143:
22144: * src/doc/doxygen.cfg: merged new default options from 1.2.10
22145: doxygen
22146:
22147: * src/: classes/image.C, classes/op.C, classes/string.C,
22148: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
22149: types/pa_vtable.C: few #ifndef DOXYGEN
22150:
22151: 2001-09-05 parser
22152:
22153: * src/classes/: string.C, table.C: sql options can be void [same as
22154: image:html the other day]
22155:
22156: * src/targets/cgi/Makefile.am: .am undo
22157:
22158: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22159: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22160: macro expantion on param, simply qoutes whatever passed, undone
22161:
22162: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22163: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22164: STRINGIZE(name) #name invented
22165:
22166: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22167: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22168: MAIN_SQL_DRIVERS_NAME "drivers"
22169:
22170: moved to be availible to all users
22171:
22172: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22173: SQL_DRIVER_CREATE_FUNC_NAME
22174:
22175: * src/classes/mail.C: MAIN:MAIL check fixed
22176:
22177: 2001-09-04 parser
22178:
22179: * src/classes/image.C: image.html now can accept void params
22180:
22181: * src/targets/isapi/parser3isapi.C: z
22182:
22183: * src/targets/cgi/parser3.C: full_file_spec bug
22184:
22185: * src/targets/cgi/parser3.C: getenvcheck
22186:
22187: * src/targets/cgi/parser3.C: zz
22188:
22189: * src/targets/cgi/parser3.C: zzz
22190:
22191: * src/classes/date.C: date
22192:
22193: * src/classes/date.C: date:sql-string is now without ''
22194:
1.116 moko 22195: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22196: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22197: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22198:
1.116 moko 22199: * src/include/pa_config_auto.h.in: makes
1.95 moko 22200:
22201: 2001-09-03 parser
22202:
22203: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22204:
22205: 2001-09-01 parser
22206:
22207: * src/classes/image.C: letter_spacing
22208:
22209: * src/classes/image.C: image: font params changed
22210:
22211: * src/classes/image.C: image: as_int as_string used
22212:
22213: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22214: analized
22215:
22216: 2001-08-31 parser
22217:
22218: * src/targets/cgi/parser3.C: z
22219:
1.116 moko 22220: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22221: cygwin
1.95 moko 22222:
22223: * src/classes/void.C: void:int/double += (default)
22224:
22225: * src/classes/image.C: image:font added space param image:font
22226: changed charwidth alg, added kerning const[for now]
22227:
22228: * src/classes/: string.C, table.C: string:int/double (defaults)
22229:
22230: 2001-08-29 parser
22231:
22232: * src/main/pa_exception.C: exception redundant debug info
22233:
22234: 2001-08-28 parser
22235:
22236: * src/classes/image.C: image error msgs
22237:
22238: * src/classes/image.C: image: gifsize little endian
22239:
22240: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22241: doxygeneration
22242:
22243: * src/: classes/Makefile.am, main/Makefile.am,
22244: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22245:
22246: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22247: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22248:
22249: * src/main/compile.C: NO_STRING_ORIGIN check2
22250:
22251: * src/classes/table.C: NO_STRING_ORIGIN check
22252:
22253: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22254: storage class specifiers invalid in friend function declarations
22255:
22256: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22257: main/untaint.C, targets/cgi/parser3.C,
22258: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22259: case of limit
22260:
22261: * src/: classes/file.C, main/pa_common.C: file:move
22262: autocreate/remove dest/src dir
22263:
22264: * src/: classes/string.C, include/pa_dictionary.h,
22265: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22266: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22267: to directory constructor. string:replace
22268:
22269: 2001-08-27 parser
22270:
22271: * src/classes/image.C: fixed jpgsize alg
22272:
22273: * src/classes/image.C: fixed jpgsize alg
22274:
22275: * src/main/pa_exception.C: z
22276:
22277: * src/main/pa_common.C: removed debug info from pa_common
22278:
22279: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22280: [auto.p from current dir loading]
22281:
1.116 moko 22282: * src/: main/pa_common.C, main/pa_exception.C,
22283: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22284: for solaris -lsocket
1.95 moko 22285:
22286: 2001-08-24 parser
22287:
22288: * src/targets/cgi/parser3.C: not cgi extra \n 3
22289:
22290: * src/targets/cgi/parser3.C: not cgi extra \n 2
22291:
22292: * src/targets/cgi/parser3.C: not cgi extra \n
22293:
22294: * src/main/pa_sql_driver_manager.C: z
22295:
22296: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22297: sql* removed services from disconnect - cross-request ideological
22298: probs.
22299:
22300: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22301: cross-request ideological probs. oracle - fixed bug: cs
22302: allocated on request.pool and got freed before disconnect
22303:
22304: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22305: mallocs fixed
22306:
22307: 2001-08-23 parser
22308:
22309: * src/classes/file.C: minor bug in file:save fixed
22310:
22311: * src/main/pa_sql_driver_manager.C: oracle: dlink
22312:
22313: 2001-08-22 parser
22314:
22315: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22316: types/pa_vfile.h: file:load|save[text|binary;
22317:
22318: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22319:
22320: 2001-08-21 parser
22321:
22322: * src/classes/: file.C, table.C: ^file:list
22323:
22324: 2001-08-20 parser
22325:
22326: * src/: main/compile.tab.C, main/compile.y,
22327: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22328: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22329: recousively caused problems: inc incremeted 123 literal!! fixed
22330:
22331: 2001-08-10 parser
22332:
22333: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22334:
22335: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22336: added
22337:
22338: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22339: added
22340:
22341: * src/classes/table.C: table:sort restored [it was bad test :(]
22342:
22343: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22344: ''
22345:
22346: * src/main/: pa_request.C: wanted to make const int
22347: MAX_EXECUTE_SECONDS=1;
22348:
22349: but couldnt, set_callback_and_alarm appeared to be not exported
22350: :(
22351:
22352: * src/main/pa_string.C: string.match hanged on. there were a hang
22353: check but it weren't wise enough
22354:
22355: @parse[dateString][tmp]
22356: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22357: #end
22358:
22359: @main[] ^parse[2001-02-03]
22360:
22361: * src/classes/: table.C: table:sort now default desc
22362:
22363: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22364: table.sort now creates new sorted table
22365:
22366: 2001-08-09 parser
22367:
22368: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22369:
22370: * src/classes/hash.C: hash:_default now [was hash:default]
22371:
22372: * src/classes/op.C: case without switch check added
22373:
22374: * src/types/pa_vcookie.C: cookie name&value origins added, more
22375: precise $ORIGINS(1)
22376:
22377: * src/main/Makefile.am: .am
22378:
22379: * src/classes/void.C: void: int double copy/paste from int: bug
22380: fixed
22381:
22382: * src/classes/void.C: void: int double copy/paste from int: bug
22383: fixed
22384:
22385: 2001-08-07 parser
22386:
22387: * src/: classes/double.C, classes/int.C, classes/string.C,
22388: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22389: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22390: string, table
22391:
22392: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22393: srand made working
22394:
22395: 2001-08-06 parser
22396:
22397: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22398: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22399: main/compile.tab.C, main/compile.y, main/pa_array.C,
22400: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22401: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22402:
22403: * src/main/pa_exec.C: exec win32 real filename
22404:
22405: * src/classes/file.C: exec stderr out
22406:
22407: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22408:
22409: 2001-08-03 parser
22410:
22411: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22412:
22413: 2001-08-02 parser
22414:
22415: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22416: main/execute.C, main/pa_exec.C: introducing Array_iter
22417:
22418: * src/main/execute.C: detected quick_get recursion bug. changed to
22419: get@execute, but needs array iterator, separate from array to
22420: avoid it & use caching
22421:
22422: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22423: bug fixed
22424:
22425: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22426: main/execute.C, main/pa_globals.C: found another multithread bug
22427: in op.C (last, last global var killed) :)
22428:
22429: 2001-08-01 parser
22430:
22431: * src/: include/pa_dictionary.h, include/pa_globals.h,
22432: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22433: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22434: main/untaint.C: speeded up typo-html replacements. introducing
22435: Dictionary with first-char caching
22436:
22437: 2001-07-31 parser
22438:
22439: * src/types/Makefile.am: pa_vtable.C added to .am
22440:
22441: * src/main/compile.tab.C: added, so that could be compiled even on
22442: non-bison-enabled platforms
22443:
22444: 2001-07-28 parser
22445:
22446: * src/classes/table.C: table:hash always produces hash, when can't
22447: - empty
22448:
22449: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22450: skipped \n
22451:
22452: 2001-07-27 parser
22453:
22454: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22455: on int/double/string :sql without result and default
22456:
22457: 2001-07-26 parser
22458:
22459: * src/classes/op.C: fixed bad multithread bug with strangly global
22460: OP
22461:
22462: * src/main/compile.y: $man[$.age[zzz]] 0
22463:
22464: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22465: creation syntax problem persists. restored $: for a while.
22466: thinking of $man[$.age[zzz]] syntax now
22467:
22468: * src/: classes/double.C, classes/int.C, classes/string.C,
22469: include/pa_opcode.h, main/compile.C, main/compile.y,
22470: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22471: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22472: types/pa_wwrapper.h: fixing :: realization #1
22473:
22474: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22475: main/compile_tools.h, main/execute.C, main/pa_request.C,
22476: types/pa_vmethod_frame.h: introducing :: this is constructor call
22477: prefix. ordinary : remains for static accesses
22478:
22479: 2001-07-25 parser
22480:
22481: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22482: fields 2. methods 3. columns
22483:
22484: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22485: quote. optimized double&int tostring-s
22486:
22487: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22488: whitespace before first method decl
22489:
22490: * src/classes/table.C: allowed nontable result in table:sql,
22491: results in empty table
22492:
22493: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22494: lines before first method decl
22495:
22496: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22497: types/pa_vtable.h: ^table.record[] now $table.fields
22498:
22499: * src/main/compile.y: $var[] is now empty string, not void
22500:
22501: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22502: void
22503:
22504: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22505: main/pa_globals.C: match replace code context moved to implicit
22506: $match context
22507:
22508: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22509: main/compile_tools.h, main/execute.C: with killed, code storage
22510: introduced with former 'with' syntax
22511:
22512: 2001-07-24 parser
22513:
22514: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22515: types/pa_value.h: first get_element, next get operator
22516:
22517: * src/main/compile.y: removed @end handling
22518:
22519: * src/main/: compile.C, compile.y: @end handling method2
22520:
22521: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22522: file:move
22523:
22524: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22525: fixed
22526:
22527: 2001-07-23 parser
22528:
22529: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22530: driver
22531:
22532: * src/classes/hash.C: changed sql driver query interface
22533:
22534: * src/: classes/hash.C, classes/string.C, classes/table.C,
22535: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22536: changed sql driver query interface
22537:
22538: 2001-07-20 parser
22539:
22540: * src/types/pa_vrequest.C: X!$browser:type
22541:
22542: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22543: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22544: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22545: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22546: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22547: types/pa_vobject.h, types/pa_vrequest.C,
22548: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22549: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22550: BASE element globally removed
22551:
22552: 2001-07-18 parser
22553:
22554: * src/classes/file.C: file:exec/cgi msg
22555:
22556: * src/classes/file.C: $file:exit-code renamed to 'status'
22557:
22558: * src/: classes/file.C, main/pa_exec.C: file:exec
22559:
1.116 moko 22560: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22561: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22562: removed $id from *.in *.am
1.95 moko 22563:
22564: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22565: abbrevations
22566:
22567: * src/: classes/date.C, classes/mail.C, classes/math.C,
22568: classes/string.C, classes/table.C, include/pa_globals.h,
22569: include/pa_string.h, main/execute.C, main/pa_globals.C,
22570: main/pa_request.C, main/pa_string.C, main/untaint.C,
22571: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22572: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22573: $ORIGINS(1) output tracing mode
22574:
22575: 2001-07-13 parser
22576:
22577: * src/: classes/double.C, classes/int.C, classes/string.C,
22578: include/pa_request.h, main/execute.C, main/pa_request.C:
22579: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22580: second would not call first @auto
22581:
22582: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22583: wrong, fixed
22584:
22585: 2001-07-12 parser
22586:
22587: * src/types/pa_value.h: pa_value.putelement modification of system
22588: classes prevented
22589:
22590: 2001-07-11 parser
22591:
22592: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22593: table $piece
22594:
22595: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22596: types/pa_vstateless_class.h: $file created by file:state +=
22597: .atime .mtime .ctime +found&fixed bug with exceptions on
22598: get_junction-created objects [they were on wrong pool]
22599:
22600: 2001-07-09 parser
22601:
22602: * src/main/untaint.C: qp wrong name
22603:
22604: * src/: classes/date.C, classes/string.C, classes/table.C,
22605: main/compile.y: date format 0
22606:
22607: 2001-07-07 parser
22608:
22609: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22610: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22611: roll table calendar
22612:
22613: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22614: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22615: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22616: include/pa_request.h, main/main.dsp, types/pa_value.h,
22617: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22618: string. todo: sql, calendar
22619:
22620: 2001-07-06 parser
22621:
22622: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22623: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22624:
22625: 2001-07-03 parser
22626:
22627: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22628: classes/random.C, main/main.dsp: class random renamed to math,
22629: operators became methods
22630:
22631: * src/classes/op.C: pow sqrt
22632:
22633: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22634:
22635: 2001-07-02 parser
22636:
22637: * src/classes/table.C: ^table.columns column renamed from 'name' to
22638: 'column'
22639:
22640: * src/classes/hash.C: ^hash.keys[]
22641:
22642: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22643:
22644: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22645: 'strings'
22646:
22647: 2001-06-29 parser
22648:
22649: * src/main/: execute.C: /0 %0 checkes ver 2
22650:
22651: * src/main/execute.C: /0 %0 checke
22652:
22653: * src/classes/Makefile.am: nothing - void
22654:
22655: * src/classes/table.C: empty strings @ sql
22656:
22657: 2001-06-28 parser
22658:
22659: * src/: classes/double.C, classes/file.C, classes/form.C,
22660: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22661: classes/op.C, classes/random.C, classes/response.C,
22662: classes/string.C, classes/table.C, classes/void.C,
22663: main/compile.C, main/compile_tools.C, main/execute.C,
22664: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22665: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22666: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22667: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22668: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22669: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22670: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22671: $";
22672:
22673: * src/: classes/double.C, classes/file.C, classes/form.C,
22674: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22675: classes/op.C, classes/random.C, classes/response.C,
22676: classes/string.C, classes/table.C, classes/void.C,
22677: main/compile.C, main/compile.y, main/compile_tools.C,
22678: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22679: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22680: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22681: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22682: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22683: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22684:
22685: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22686: $class:name: == ${class:name}:
22687:
22688: * src/classes/string.C: exactly one
22689:
22690: 2001-06-27 parser
22691:
22692: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22693: types/pa_vvoid.h: nothing renamed to void
22694:
22695: * src/classes/op.C: ^switch ^case
22696:
22697: * src/main/compile.y: nothing renamed to void
22698:
22699: * src/: classes/hash.C, classes/table.C, main/compile.y,
22700: main/execute.C, main/main.dsp, main/pa_request.C,
22701: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22702: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22703: void
22704:
22705: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22706:
22707: 2001-05-28 parser
22708:
22709: * src/doc/html2chm.cmd: removed >a
22710:
22711: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22712: project options [some bugs]
22713:
22714: * src/doc/sources2html.cmd: z
22715:
22716: * src/: classes/classes.C, main/compile.C, main/compile.y,
22717: main/execute.C: operators are not in root class again
22718:
22719: 2001-05-24 parser
22720:
22721: * src/targets/cgi/parser3.dsp: project file
22722:
22723: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22724: ^log ^exp
22725:
22726: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22727: conversions in @exception[params]
22728:
22729: * src/main/pa_request.C: // no _ conversions in @exception[params]
22730:
22731: 2001-05-23 parser
22732:
22733: * src/main/pa_string.C: string cmp bug
22734:
22735: * src/classes/: mail.C, op.C: rem max 1000
22736:
22737: * src/: classes/op.C, main/compile.y: allow one empty line before
22738: LS_DEF_NAME
22739:
22740: 2001-05-22 parser
22741:
22742: * src/classes/op.C: if params code-required
22743:
22744: 2001-05-21 parser
22745:
22746: * src/types/pa_vstring.C: eoleof
22747:
22748: * src/classes/Makefile.am: .AM
22749:
22750: * src/classes/nothing.C: resultless ^sql moved to nothing:
22751:
22752: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22753:
22754: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22755: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22756: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22757: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22758: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22759: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22760: 'nothing'
22761:
22762: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22763: vstring::set_string
22764:
22765: * src/classes/: double.C, int.C, string.C: int,double;sql
22766:
22767: * src/: classes/hash.C, classes/int.C, classes/string.C,
22768: classes/table.C, include/pa_string.h, main/pa_string.C,
22769: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22770:
22771: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22772: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22773: hash:sql moved to main trunc. operators.txt updated
22774:
22775: * src/classes/: hash.C, op.C, table.C: hash:sql
22776:
22777: * src/classes/op.C: z
22778:
22779: * src/: main/compile.C, classes/classes.C: 1
22780:
22781: * src/: classes/classes.C, main/compile.C, main/compile.y,
22782: main/execute.C: 0
22783:
22784: * src/main/execute.C: z
22785:
22786: * src/targets/cgi/parser3.C: z
22787:
22788: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22789: site_auto_path "." in that case
22790:
22791: * src/targets/cgi/: parser3.C: z
22792:
22793: * src/main/pa_request.C: .am
22794:
22795: * src/: main/pa_request.C, targets/cgi/parser3.C:
22796: pcre_tables=pcre_default_tables;
22797:
22798: 2001-05-19 parser
22799:
22800: * src/main/pa_string.C: z
22801:
22802: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22803: introducing String::cstr_bufsize, returns just size+1 for as_is
22804: target.
22805:
22806: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22807: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22808: used, 4* mem wasted
22809:
22810: * src/classes/string.C: root context in match replace body now
22811: unchanged
22812:
22813: * src/types/pa_value.h: parameter # 1 based
22814:
22815: * src/main/pa_common.C: common: actual filename '%s'
22816:
22817: * src/classes/string.C: z
22818:
22819: * src/classes/Makefile.am: classes/.am
22820:
22821: * src/classes/: Makefile.am: classes/.am
22822:
22823: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22824: targets/cgi/pa_pool.C: classes/.am
22825:
22826: 2001-05-18 parser
22827:
1.116 moko 22828: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22829: pa_threads.C ins
1.95 moko 22830:
22831: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22832:
22833: 2001-05-17 parser
22834:
22835: * src/: classes/string.C, include/pa_config_fixed.h,
22836: include/pa_config_includes.h, main/compile.y,
22837: main/compile_tools.h, main/execute.C, main/pa_array.C,
22838: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22839: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22840: types/pa_vform.C: #include "pa_config_includes.h" removed from
22841: most .C
22842:
22843: * src/doc/html2chm.cmd: z
22844:
22845: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22846: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22847:
22848: * src/main/pa_sql_driver_manager.C: moved expiration to
22849: get_connection_from_cache
22850:
22851: * src/main/pa_sql_driver_manager.C: cache expiration bf
22852:
22853: * src/: classes/classes.h, include/pa_sql_connection.h,
22854: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22855: cache expiration[use SQL_Driver::disconnect]
22856:
22857: * src/main/pa_table.C: table.locate current restored on "not found"
22858:
22859: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22860: line no
22861:
22862: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22863: ANTI_ENDLESS_EXECUTE_RECOURSION
22864:
22865: * src/: classes/op.C, include/pa_sql_connection.h,
22866: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22867: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22868: 1driver and set_services fight for driver::fservices. before fix
22869:
22870: * src/: classes/op.C, include/pa_config_fixed.h,
22871: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22872: main/pa_sql_driver_manager.C: found problem at last: 2connections
22873: own 1driver and set_services fight for driver::fservices. before
22874: fix
22875:
22876: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22877: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22878: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22879: pa_threads.C
22880:
22881: * src/include/pa_threads.h: removed targets/parser
22882:
22883: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22884: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22885: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22886: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22887: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22888: headers
22889:
22890: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22891: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22892: order prevented sqlmanager to see MULTYTHREAD define
22893:
22894: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22895: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22896: put/gets
22897:
22898: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22899: from hash.h
22900:
22901: * src/: classes/op.C, include/pa_sql_connection.h,
22902: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22903: from cache ->set_services(&services);
22904:
22905: 2001-05-16 parser
22906:
22907: * src/targets/cgi/parser3.C: z
22908:
22909: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22910: debug, #ifdefed some. would debug later, on more precise sample
22911: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22912: $name.$tail[$tail!] $name.$tail } ok3
22913:
22914: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22915: removed array debug. before vstring rebasing
22916:
22917: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22918: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22919: array debugged; adjusted
22920:
22921: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22922: SQL_Driver_manager line no for connect/charset errors
22923:
22924: 2001-05-15 parser
22925:
22926: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22927: main/pa_string.C: string+array made linear grows
22928:
22929: * src/: include/pa_string.h, main/pa_string.C,
22930: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22931: grow lineary, not exponentialy
22932:
22933: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22934: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22935: with fullchunk cmps
22936:
22937: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22938: 70041= 81
22939:
22940: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22941: targets/cgi/parser3.C: detected huge mem allocation: size/times
22942: malloc 27809390/368771, calloc 3232/83. would test now
22943:
22944: * src/: classes/random.C, main/compile.y, main/execute.C,
22945: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22946: numbered params had wrong name - for instance: bad error message
22947: in ^for[] bad body type. fixed
22948:
22949: 2001-05-14 parser
22950:
22951: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22952: main/untaint.C: ^string.upper|lower[]
22953:
22954: 2001-05-11 parser
22955:
22956: * src/: classes/double.C, classes/image.C, classes/op.C,
22957: classes/string.C, classes/table.C, classes/unknown.C,
22958: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22959: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22960: types/pa_vunknown.h: op: MAX_LOOPS as_int
22961:
22962: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22963: .dsp for win32tools
22964:
22965: 2001-05-11 paf
22966:
22967: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22968: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22969: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22970: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22971:
22972: 2001-05-10 paf
22973:
22974: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22975: for C++, that's all
22976:
1.116 moko 22977: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22978: pa_config_includes.h: inline wonders
1.95 moko 22979:
22980: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22981: doc/doxygen.cmd: hash.C added
22982:
22983: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22984:
22985: * src/main/compile.y: @end grammar: allowed zero strings in control
22986: menthod
22987:
22988: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22989: pa_vstateless_object.h: changed priority: field before method
22990: lookup in vclass & vobject
22991:
22992: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22993: grammar: priorities changes [lowerd && prior] vobject: now first
22994: fields, next methods
22995:
22996: 2001-05-08 paf
22997:
22998: * src/main/pa_table.C: table columnname2item on nameless ignored
22999: bark=false. fixed
23000:
23001: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23002: types/pa_vmethod_frame.h: hash:default works at last!
23003:
23004: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23005: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23006: hash:default
23007:
23008: * src/classes/table.C: z
23009:
23010: * src/classes/table.C: table:hash always hash of hash now
23011:
23012: * src/classes/table.C: table:empty return bool now
23013:
23014: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23015: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23016: types/pa_vtable.h: table:hash
23017:
23018: * src/classes/table.C: table:record have name
23019:
23020: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23021: returns vunknown
23022:
23023: * src/classes/: double.C, int.C, op.C, string.C:
23024: int,double,string:int[] double[] string:length[] results now have
23025: hames
23026:
23027: * src/: classes/op.C, classes/table.C, main/main.dsp,
23028: types/pa_vtable.h: removed table:find. table:locate and op:eval
23029: now return bool
23030:
23031: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23032: in method checkparams again. fixed
23033:
23034: 2001-05-07 paf
23035:
23036: * src/doc/chm.cmd: cmd
23037:
23038: * src/: classes/image.C, classes/mail.C, classes/string.C,
23039: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23040: types/pa_value.h: method reported errors on wrong pool
23041:
23042: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23043: now
23044:
23045: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23046: include/code.h, include/pa_opcode.h, main/compile.C,
23047: main/compile_tools.h, main/execute.C, types/pa_value.h,
23048: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23049: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23050: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23051: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23052: types/pa_vmethod_frame.h, types/pa_vobject.h,
23053: types/pa_vrequest.h, types/pa_vresponse.h,
23054: types/pa_vstateless_class.h, types/pa_vstring.h,
23055: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23056: types/pa_wwrapper.h: pa_code.h
23057:
23058: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23059:
23060: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23061: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23062: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23063: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23064: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23065: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23066: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23067: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23068: types/pa_vtable.h: dox, split by not clean parts also
23069:
23070: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23071: types/pa_vtable.h: table: fields, then methods. so to enable
23072: 'dir' fields & co. more
23073:
23074: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23075: so to enable 'dir' fields & co.
23076:
23077: * src/main/compile.y: grammar: @end
23078:
23079: 2001-05-04 paf
23080:
23081: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23082: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23083:
23084: * src/: classes/classes.h, classes/double.C, classes/file.C,
23085: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23086: classes/op.C, classes/random.C, classes/response.C,
23087: classes/string.C, classes/table.C, classes/unknown.C,
23088: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
23089: method dox
23090:
23091: 2001-05-03 paf
23092:
23093: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
23094: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23095: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
23096: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23097: doc/string.dox, doc/targets.dox, doc/value.dox,
23098: main/pa_request.C: dox splitted .dox files and added some
23099:
23100: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
23101:
23102: 2001-05-02 paf
23103:
23104: * src/classes/: image.C, table.C: table:dir result are not tainted
23105: by file_name language now
23106:
23107: 2001-04-28 paf
23108:
23109: * src/classes/classes.inc: removed classes.inc
23110:
23111: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
23112: from .am
23113:
23114: * src/classes/classes.awk: skipped classes in .awk
23115:
23116: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
23117: classes/classes.inc, classes/double.C, classes/file.C,
23118: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
23119: classes/string.C, classes/table.C, classes/unknown.C,
23120: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
23121: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
23122: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
23123: pa_methoded back to classes/classes.h
23124:
23125: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
23126:
23127: * src/: classes/Makefile.am, classes/classes.awk,
23128: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
23129: classes/ls.exe, main/bison.exe: classes.inc autogenerator
23130:
23131: * src/: classes/classes.C, classes/classes.h, classes/double.C,
23132: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
23133: classes/response.C, classes/string.C, classes/table.C,
23134: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
23135: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
23136: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
23137: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
23138: include|main/pa_methoded
23139:
23140: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
23141: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
23142:
23143: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
23144: moved some configured data to request::classes_conf moved some
23145: string crations from globals to M... [works]
23146:
23147: * src/: classes/form.C, classes/mail.C, classes/op.C,
23148: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
23149: main/pa_request.C: moved some configured data to
23150: request::classes_conf moved some string crations from globals to
23151: M...
23152:
23153: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23154: about to move configured data to special request hash
23155:
23156: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23157: classes/form.C, classes/mail.C, include/pa_request.h,
23158: main/pa_request.C: configure started
23159:
23160: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23161: 2. todo: methoded-configure
23162:
23163: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23164: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23165: classes/_random.h, classes/_response.h, classes/_string.h,
23166: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23167: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23168: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23169: classes/random.C, classes/response.C, classes/string.C,
23170: classes/table.C, classes/unknown.C, include/pa_globals.h,
23171: include/pa_request.h, main/compile.y, main/execute.C,
23172: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23173: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23174: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23175: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23176: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23177: types/pa_vrequest.h, types/pa_vresponse.h,
23178: types/pa_vstateless_class.h, types/pa_vstring.h,
23179: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23180: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23181: methoded-configure
23182:
23183: * src/: classes/file.C, classes/table.C, main/compile.y,
23184: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23185: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23186: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23187:
23188: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23189: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23190: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23191: classes/random.C, classes/response.C, classes/string.C,
23192: classes/table.C, classes/unknown.C, include/pa_request.h,
23193: main/compile.y, main/execute.C, main/pa_globals.C,
23194: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23195: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23196: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23197: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23198: beautifying just compiled. todo: debug, configure
23199:
23200: 2001-04-27 paf
23201:
23202: * src/: classes/file.C, classes/image.C, classes/table.C,
23203: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23204: beautifying -99
23205:
23206: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23207: classes/_response.h, classes/_unknown.h, classes/classes.C,
23208: classes/classes.h, classes/double.C, classes/file.C,
23209: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23210: classes/op.C, classes/random.C, classes/response.C,
23211: classes/string.C, include/pa_globals.h, main/main.dsp,
23212: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23213: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23214: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23215: types/pa_vunknown.h: beautifying -100
23216:
23217: * src/main/compile.y: serge@ found @CLASS bug. fixed
23218:
23219: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23220: classes/_op.h, classes/_random.h, classes/_table.h,
23221: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23222: classes/op.C, classes/random.C, classes/response.C,
23223: classes/string.C, classes/table.C, classes/unknown.C,
23224: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23225: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23226: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23227: beautifying
23228:
23229: 2001-04-26 paf
23230:
23231: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23232:
23233: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23234: documentation ++
23235:
23236: * src/: classes/_exec.h, doc/doxygen.cfg,
23237: include/pa_config_fixed.h, include/pa_config_includes.h,
23238: targets/cgi/pa_pool.C: code documentation ++
23239:
23240: * src/: classes/_image.h, classes/op.C, classes/random.C,
23241: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23242: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23243: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23244: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23245: types/pa_vmethod_frame.h, types/pa_vobject.h,
23246: types/pa_vrequest.C, types/pa_vrequest.h,
23247: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23248: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23249: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23250: code documentation ++
23251:
23252: * src/: classes/image.C, classes/mail.C, classes/string.C,
23253: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23254: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23255: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23256: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23257: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23258: types/pa_vobject.h, types/pa_vstateless_class.h,
23259: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23260:
23261: * src/main/: pa_request.C, pa_string.C: z
23262:
23263: * src/: include/pa_common.h, include/pa_types.h,
23264: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23265: connection caching fixed. request-pooled-url were stored into
23266: global connectioncache
23267:
23268: 2001-04-25 paf
23269:
23270: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23271: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23272:
23273: * src/: include/code.h, include/pa_common.h, main/compile.y,
23274: main/execute.C, main/pa_common.C: -d
23275:
23276: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23277: illegal call check a bit improved, but still under iis no mapping
23278: of dir with parser allowed!
23279:
23280: 2001-04-24 paf
23281:
23282: * src/targets/Makefile.am: apache module lib .am
23283:
23284: * src/main/pa_exec.C: windows32 buildCommand
23285:
23286: 2001-04-23 paf
23287:
23288: * src/targets/cgi/Makefile.am: win32 conditional
23289:
23290: * src/targets/cgi/Makefile.am: win32 conditional
23291:
23292: * src/targets/cgi/Makefile.am: liblink
23293:
23294: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23295: vfile fields return type
23296:
23297: * src/types/pa_vfile.h: vfile fields return type
23298:
23299: * src/include/pa_config_auto.h.in: .h.in
23300:
23301: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23302: types/Makefile: makefiles removed
23303:
23304: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23305: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23306:
23307: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23308: [tested: i & g ]
23309:
23310: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23311: @test noticed series in isapi, check how initialize_random_class
23312: is called! [must be called only once]
23313:
23314: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23315: would not be 'unknown column'
23316:
23317: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23318: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23319:
23320: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23321: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23322: [now doesnt]
23323:
23324: * src/targets/cgi/parser3.C: cgi cmdline ver
23325:
23326: * src/targets/cgi/parser3.C: cgi /// @test disable
23327: /cgi-bin/parser3/auto.p
23328:
23329: * src/main/untaint.C: untaint without charset
23330:
23331: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23332: main/pa_common.C: common: file_write /// @test mkdirs
23333: file_delete rmdirs
23334:
23335: * src/main/untaint.C: mail header only once to =?
23336:
23337: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23338: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23339: main/untaint.C: untaint - @test optimize whitespaces for
23340: all but 'html'
23341:
23342: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23343: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23344: main/untaint.C: untaint - @test mail-header
23345:
23346: 2001-04-20 paf
23347:
23348: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23349: include/pa_request.h, include/pa_string.h, main/compile.y,
23350: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23351: targets/cgi/parser3.C: $MAIN:LOCALE
23352:
23353: * src/main/untaint.C: z
23354:
23355: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23356:
23357: 2001-04-19 paf
23358:
23359: * src/main/compile_tools.h: $a$b bugfix
23360:
23361: * src/targets/cgi/parser3.C: z
23362:
23363: * src/classes/file.C: z
23364:
23365: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23366: done: header to $fields. waits for header '\' tricks
23367:
23368: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23369: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23370: changed urlencode here and in untaint.C to HTTP standard's " and
23371: \" mech
23372:
23373: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23374: http://alx/~paf/ doesnt load /auto.p
23375:
23376: 2001-04-18 paf
23377:
23378: * src/main/pa_request.C: 1
23379:
23380: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23381: linux @alx
23382:
23383: 2001-04-17 paf
23384:
23385: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23386: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23387: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23388: enabled
23389:
23390: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23391: classes/_exec.h, classes/_file.h, classes/_form.h,
23392: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23393: classes/_random.h, classes/_response.h, classes/_string.h,
23394: classes/_table.h, classes/_unknown.h, classes/file.C,
23395: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23396: include/pa_config_fixed.h, include/pa_config_includes.h,
23397: include/pa_hash.h, include/pa_sql_driver_manager.h,
23398: include/pa_version.h, main/Makefile.am, main/compile.y,
23399: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23400: main/pa_sql_driver_manager.C, sql/Makefile.am,
23401: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23402: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23403: types/pa_vform.C, types/pa_vimage.h: exec @jav
23404:
23405: * src/: include/pa_sql_driver_manager.h,
23406: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23407: types/pa_vimage.h: sql driver interface now has initialize(client
23408: .so)
23409:
23410: 2001-04-16 paf
23411:
23412: * src/Makefile.am: compile2 cygwin
23413:
23414: * src/: include/pa_config_includes.h, main/pa_exec.C,
23415: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23416:
23417: * src/targets/cgi/Makefile.am: compile0 jav
23418:
23419: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23420: classes/_exec.h, classes/_file.h, classes/_form.h,
23421: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23422: classes/_random.h, classes/_response.h, classes/_string.h,
23423: classes/_table.h, classes/_unknown.h, classes/image.C,
23424: classes/mail.C, classes/op.C, classes/random.C,
23425: include/pa_config_fixed.h, include/pa_config_includes.h,
23426: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23427: main/compile.y, main/pa_common.C, main/pa_exec.C,
23428: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23429: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23430: compile-1
23431:
23432: 2001-04-15 paf
23433:
23434: * src/classes/op.C: z
23435:
23436: * src/classes/table.C: table:empty +=process
23437:
23438: * src/types/pa_value.h: MethodParams !junction
23439:
23440: * src/: classes/_string.h, classes/double.C, classes/file.C,
23441: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23442: classes/random.C, classes/response.C, classes/string.C,
23443: classes/table.C, classes/unknown.C, main/pa_request.C:
23444: MethodParams everywhere
23445:
23446: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23447: types/pa_vmethod_frame.h: MethodParams in op.C
23448:
23449: 2001-04-12 paf
23450:
23451: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23452:
23453: * src/: classes/_unknown.h, classes/unknown.C,
23454: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23455: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23456:
23457: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23458:
23459: * src/classes/image.C: image:gif now does not have params
23460:
23461: * src/classes/image.C:
23462: image:line/fill/rectangle/bar/replace/polygon/polybar
23463:
23464: * src/: classes/image.C, classes/op.C, main/execute.C,
23465: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23466: for var now written not to r.wcontext, but to r.root cleared
23467: "entered_object" state
23468:
23469: 2001-04-11 paf
23470:
23471: * src/classes/image.C: image:create image:load
23472:
23473: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23474: just compiled
23475:
23476: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23477: todo: gif without file
23478:
23479: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23480: started porting to Pooled descendant
23481:
23482: * src/: classes/image.C, main/execute.C, main/main.dsp,
23483: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23484: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23485: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23486:
23487: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23488: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23489: end. switching to python imaging lib
23490:
23491: * src/main/main.dsp: gd+smtp made separate libs
23492:
23493: * src/: include/pa_globals.h, include/pa_string.h,
23494: main/pa_common.C, main/pa_request.C, main/untaint.C,
23495: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23496: length
23497:
23498: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23499: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23500: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23501: UL_FILE_NAME of posted file name
23502:
23503: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23504: post [broke when moved post read to core]
23505:
23506: 2001-04-10 paf
23507:
23508: * src/classes/image.C: image:html done
23509:
23510: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23511:
23512: * src/classes/image.C: z
23513:
23514: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23515: forgotten!
23516:
23517: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23518: main/pa_request.C, main/pa_string.C, main/untaint.C,
23519: types/pa_vimage.h: image:measure -90
23520:
23521: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23522: classes/_int.h, classes/_mail.h, classes/_op.h,
23523: classes/_random.h, classes/_response.h, classes/_string.h,
23524: classes/_table.h, classes/file.C, classes/mail.C,
23525: include/pa_common.h, include/pa_globals.h, main/execute.C,
23526: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23527: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23528: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23529: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23530: compiled
23531:
23532: * src/classes/mail.C: minor bug with unclear from/to
23533:
23534: * src/classes/mail.C: sendmail unix skipping defaults
23535:
23536: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23537: sendmail unix added defaults
23538:
23539: * src/classes/mail.C: unix sendmail compiled. todo:testing
23540:
23541: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23542:
23543: 2001-04-09 paf
23544:
23545: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23546: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23547: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23548: targets/isapi/parser3isapi.dsp: all targets exec
23549:
23550: * src/: include/pa_sapi.h, include/pa_string.h,
23551: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23552: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23553: args in apache:util.script
23554:
23555: * src/include/pa_string.h: written but not tested exec with env for
23556: unix
23557:
23558: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23559: targets/cgi/parser3.C: exec win32 env
23560:
23561: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23562: 0
23563:
23564: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23565: main/execute.C, main/main.dsp, main/pa_globals.C,
23566: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23567: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23568:
23569: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23570: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23571:
23572: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23573: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23574:
23575: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23576: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23577: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23578: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23579: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23580: exec class just compiled. moved post read to request core
23581:
23582: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23583: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23584: main/pa_globals.C, targets/cgi/parser3.C,
23585: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23586: are already read by vform
23587:
23588: 2001-04-08 paf
23589:
23590: * src/: classes/file.C, classes/mail.C, classes/string.C,
23591: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23592: uuencode. string<<
23593:
23594: 2001-04-07 paf
23595:
23596: * src/classes/mail.C: z
23597:
23598: * src/classes/mail.C: z
23599:
23600: * src/classes/mail.C: ^mail[$attach
23601:
23602: * src/classes/mail.C: ^attach dead end
23603:
23604: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23605: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23606: targets/isapi/parser3isapi.C: mail:send 1
23607:
23608: * src/: classes/mail.C, main/pa_request.C: z
23609:
23610: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23611: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23612: compiled
23613:
23614: * src/classes/mail.C: +=
23615:
23616: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23617: prepared
23618:
23619: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23620: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23621: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23622: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23623:
23624: 2001-04-06 paf
23625:
23626: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23627: main/pa_string.C: table:dir 1
23628:
23629: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23630: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23631:
23632: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23633: classes/root.C, include/pa_globals.h, include/pa_request.h,
23634: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23635: main/pa_request.C: renamed 'root' to 'op'
23636:
23637: * src/classes/: _op.h, op.C: renamed from 'root'
23638:
23639: * src/types/pa_valiased.C: another root inherititance skipped
23640:
23641: * src/main/: compile.C, compile.y, execute.C: operators are now not
23642: root methods of parent class. just 'ROOT' class
23643:
23644: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23645: @office
23646:
23647: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23648:
23649: 2001-04-05 paf
23650:
23651: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23652: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23653: constructor flag dropped at get_method_frame and remembered into
23654: method_frame
23655:
23656: * src/: classes/file.C, classes/root.C, classes/string.C,
23657: classes/table.C, main/pa_request.C: junction to code&expression
23658: in errors
23659:
23660: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23661: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23662: $LOCALE:ctype[Russian_Russia.1251]
23663:
23664: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23665: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23666: main/pa_table.C: hash now not thread-safe.
23667:
23668: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23669: main/untaint.C: z
23670:
23671: * src/: classes/random.C, classes/root.C, classes/table.C,
23672: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23673: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23674: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23675: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23676:
23677: * src/: classes/table.C, include/pa_sql_connection.h,
23678: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23679:
23680: * src/classes/table.C: select * from hren error contains statement
23681:
23682: * src/: classes/table.C, include/pa_sql_connection.h,
23683: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23684: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23685:
23686: * src/: classes/root.C, include/pa_sql_connection.h,
23687: include/pa_sql_driver.h, main/main.dsp,
23688: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23689: services for conv memory & error reporting
23690:
23691: 2001-04-04 paf
23692:
23693: * src/doc/doxygen.cfg: z
23694:
23695: * src/include/pa_sql_driver.h: mysql connect
23696:
23697: * src/include/pa_sql_driver.h: mysql info
23698:
23699: * src/: classes/root.C, include/pa_sql_driver.h,
23700: include/pa_sql_driver_manager.h, main/main.dsp,
23701: main/pa_sql_driver_manager.C: more manager&connection&driver
23702:
23703: * src/sql/Makefile.am: forgot to add mysql client
23704:
23705: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23706: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23707: [forgot to add libltdl, added]
23708:
23709: * src/: Makefile.am, classes/root.C, classes/string.C,
23710: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23711: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23712: include/pa_string.h, include/pa_table.h, main/main.dsp,
23713: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23714: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23715: -1000 just compiled
23716:
23717: * src/: classes/random.C, classes/root.C, classes/table.C,
23718: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23719: main/pa_request.C, types/pa_vclass.h: sql frame -10
23720:
23721: 2001-04-03 paf
23722:
23723: * src/types/pa_vform.C: z
23724:
23725: * src/: classes/string.C, types/pa_vform.C: string:match replace
23726: assigned lang
23727:
23728: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23729: {}[]< empty []
23730:
23731: * src/: classes/file.C, classes/string.C, classes/table.C,
23732: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23733: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23734:
23735: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23736: string:match replace strange matches
23737:
23738: * src/classes/string.C: string:match replace 0
23739:
23740: * src/: classes/string.C, main/pa_string.C: string:match replace
23741: prepared 2
23742:
23743: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23744: string:match replace prepared
23745:
23746: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23747: string:match replace -11
23748:
23749: * src/: classes/string.C, include/pa_globals.h,
23750: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23751: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23752:
23753: * src/: classes/string.C, include/pa_globals.h,
23754: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23755: main/pa_string.C: string:match [search] -1 just compiled
23756:
23757: * src/types/pa_vstring.C: z
23758:
23759: * src/: classes/double.C, classes/file.C, classes/form.C,
23760: classes/int.C, classes/response.C, classes/root.C,
23761: classes/string.C, classes/table.C, include/pa_string.h,
23762: main/pa_string.C: string:match -10 [frame]
23763:
23764: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23765: main/pa_request.C: z
23766:
23767: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23768: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23769: todo/tests
23770:
23771: * src/include/pa_common.h: z
23772:
23773: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23774: main/pa_request.C, targets/cgi/parser3.C,
23775: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23776: content-disposition
23777:
23778: * src/: include/pa_common.h, include/pa_globals.h,
23779: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23780: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23781:
23782: * src/: include/pa_common.h, include/pa_request.h,
23783: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23784: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23785: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23786: response:body
23787:
23788: * src/classes/table.C: table:append now uses string::split
23789:
23790: * src/classes/table.C: z
23791:
23792: * src/: classes/file.C, classes/root.C, classes/string.C,
23793: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23794: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23795: include/pa_string.h, main/execute.C, main/pa_string.C,
23796: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23797: string::pos & cmp & piece bugs fixed. string::split new
23798: table:load separated from set table:set implemented with clean \n
23799: \t searches
23800:
23801: 2001-04-02 paf
23802:
23803: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23804: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23805: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23806: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23807: it in table:set/load
23808:
23809: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23810: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23811:
23812: * src/classes/random.C: random:generate 1
23813:
23814: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23815: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23816: types/pa_value.h: random:generate
23817:
23818: 2001-03-30 paf
23819:
23820: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23821: todo: table flip and append. string::pos
23822:
23823: * src/: classes/double.C, classes/file.C, classes/int.C,
23824: classes/response.C, classes/root.C, classes/string.C,
23825: classes/table.C, main/compile.y, main/execute.C,
23826: types/pa_value.h, types/pa_vstateless_class.C,
23827: types/pa_vstateless_class.h: static|dynamic|any method
23828: registration
23829:
23830: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23831: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23832: table:flip
23833:
23834: 2001-03-29 paf
23835:
23836: * src/classes/string.C: string:xsplit forgot that they must result
23837: in 1 row N column [not vice versa]
23838:
23839: * src/classes/string.C: z
23840:
23841: * src/classes/string.C: string: rsplit
23842:
23843: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23844: string: lsplit
23845:
23846: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23847: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23848: lsplit -1
23849:
23850: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23851: string: pos
23852:
23853: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23854: string: pos -1
23855:
23856: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23857: main/compile.y, main/pa_request.C, main/pa_string.C,
23858: main/untaint.C: string: left right mid
23859:
23860: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23861: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23862: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23863: and [;] are different now.
23864:
23865: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23866: main/untaint.C: pool.request undone
23867:
23868: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23869: main/untaint.C: pool.request
23870:
23871: 2001-03-28 paf
23872:
23873: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23874: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23875: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23876: $request:browser [.type .version]; unknown.get_double now = 0.
23877:
23878: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23879: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23880: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23881: types/pa_vform.C: file:load autodetection of mime-type by
23882: user-file-name
23883:
23884: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23885: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23886: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23887:
23888: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23889: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23890: write. must be self.set
23891:
23892: * src/: classes/file.C, classes/root.C, classes/table.C,
23893: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23894:
23895: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23896: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23897: types/pa_vtable.h: table:locate just compiled
23898:
23899: 2001-03-27 paf
23900:
23901: * src/main/: execute.C, pa_common.C: fixed r/w context of
23902: code-params2, fixed ntfs hardlink slow dir update
23903:
23904: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23905: types/pa_wcontext.h: fixed r/w context of code-params
23906:
23907: * src/: classes/table.C, main/execute.C: about to change junction
23908: rcontext!!
23909:
23910: * src/: classes/double.C, classes/int.C, classes/root.C,
23911: classes/string.C, classes/table.C, main/compile_tools.C,
23912: main/execute.C, main/pa_request.C, main/untaint.C,
23913: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23914: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23915: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23916: types/pa_vunknown.h: sort 0
23917:
23918: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23919: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23920: renamed to are_static_calls_disabled
23921:
23922: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23923: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23924: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23925: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23926:
23927: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23928:
23929: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23930: started table:sort fixed minor bug in #...^{
23931:
23932: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23933: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23934: decided to have as it were. stepped back. grammar: added 'in'
23935: 'is' 'lt'&co follow-space check
23936:
23937: 2001-03-26 paf
23938:
23939: * src/: classes/file.C, classes/root.C, classes/table.C,
23940: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23941: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23942: main/pa_table.C: moved ::save to pa_table. disabled @auto
23943: invocation in ^process
23944:
23945: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23946:
23947: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23948: main/pa_array.C: table:record
23949:
23950: * src/: main/untaint.C, targets/cgi/parser3.C,
23951: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23952: targets/isapi/pool_storage.h, types/pa_valiased.h,
23953: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23954: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23955: types/pa_vtable.h: z
23956:
23957: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23958: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23959: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23960: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23961: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23962: method realisations on 'self' validity - they now can simply
23963: assume that 'self' is V{Proper} .
23964:
23965: 2001-03-25 paf
23966:
23967: * src/main/untaint.C: z
23968:
23969: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23970: lowlevel - it initialization could be skipped if failed in @auto.
23971: so that exception report would use some table
23972:
23973: * src/main/pa_request.C: table empty lines ignored. system-default
23974: content type assigned in output:result [can fail in main:auto and
23975: skipped normal defaults extraction]
23976:
23977: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23978: bug
23979:
23980: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23981: processing to table [except preliminary \r\n \r \n replacements
23982: to "\n"]
23983:
23984: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23985: move all the processing to table
23986:
23987: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23988: main/pa_table.C, main/untaint.C: returned table originating.
23989: useful for reporting typo table problems origin. think would be
23990: useful somewhere else
23991:
23992: * src/main/untaint.C: typo \r \r\n \n properly handled
23993:
23994: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23995: include/pa_table.h, main/compile.y, main/compile_tools.C,
23996: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23997: main/pa_string.C, main/pa_table.C, main/untaint.C,
23998: types/pa_vcookie.h: typo & typo-default
23999:
24000: 2001-03-24 paf
24001:
24002: * src/main/pa_common.C: z
24003:
24004: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24005: targets/cgi/parser3.C: html-typo 2
24006:
24007: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24008: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24009: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24010: main/execute.C, main/pa_array.C, main/pa_globals.C,
24011: main/pa_request.C, main/pa_string.C, main/untaint.C,
24012: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24013: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24014: noticed double default content-type prob. run cgi.cmd tomorrow
24015: first html-typo sample. detected << problem: they become ltlt too
24016: fast
24017:
24018: * src/main/compile.y: z
24019:
24020: * src/main/: compile.y, compile_tools.h: #comment
24021:
24022: * src/: classes/file.C, classes/root.C, classes/table.C,
24023: include/pa_common.h, include/pa_request.h, main/compile.y,
24024: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24025: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24026: stringified
24027:
24028: * src/types/pa_valiased.C: decided to String-ify file_read
24029:
24030: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24031: isapi/parser3isapi.dsp: cgi: sapi::log
24032:
24033: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24034: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24035: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24036: error log experiments failed - cgi under iis got no access to
24037: log. registereventsource simply failed with 5(illegal call) code,
24038: while worked OK as standalone executable. isapi: used
24039: HSE_APPEND_LOG_PARAMETER feature
24040:
24041: * src/: include/pa_common.h, include/pa_globals.h,
24042: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24043: targets/isapi/parser3isapi.C: fixed default content-type
24044: allocation storage
24045:
24046: * src/: include/pa_globals.h, include/pa_request.h,
24047: main/pa_globals.C, main/pa_request.C: z
24048:
24049: * src/: include/pa_array.h, include/pa_hash.h,
24050: include/pa_request.h, main/compile.y, main/pa_array.C,
24051: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24052: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24053: content-type
24054:
24055: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24056: sanity
24057:
24058: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24059: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24060: away freeze mech. no danger now for you can't do
24061: ^request:process[@new-method[] body] trick anymore. still
24062: remains $some_instance.process[@new-method[] possibility] but
24063: would leave it as a feature. see index for sample
24064:
24065: * src/: include/pa_common.h, main/pa_common.C,
24066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24067: monkey every target
24068:
24069: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24070: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24071: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24072:
24073: 2001-03-23 paf
24074:
24075: * src/: include/pa_pool.h, main/pa_request.C,
24076: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24077: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24078: targets/isapi/pool_storage.h: isapi: dumb pool storage
24079:
24080: * src/targets/isapi/pa_pool.C: decided to continue with extension
24081:
24082: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24083: it would be better to rewrite as filter then to deal with pool
24084:
24085: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24086: now like in cgi, not from APPL_PHYSICAL_PATH
24087:
24088: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24089: include/pa_config_fixed.h, include/pa_config_includes.h,
24090: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
24091: include/pa_version.h, main/compile.y, main/execute.C,
24092: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24093: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24094: main/untaint.C, targets/cgi/parser3.C,
24095: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
24096: cgi: reinvent document_root and request_uri under iis. autoconf
24097: updated. introducing ap_config_includes
24098:
24099: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
24100:
24101: * src/targets/cgi/parser3.C: cgi: only one pool now
24102:
24103: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
24104: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24105: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24106: types/pa_venv.h, types/pa_vform.C: sapi made object
24107:
24108: * src/: include/pa_globals.h, main/pa_request.C,
24109: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24110: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24111: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
24112:
24113: * src/: main/pa_request.C, targets/cgi/parser3.C,
24114: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24115: isapi minor env beauty
24116:
24117: * src/: main/pa_request.C, targets/cgi/parser3.C,
24118: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24119: isapi document_root 0
24120:
24121: 2001-03-22 paf
24122:
24123: * src/targets/isapi/parser3isapi.C: isapi keep-alive
24124:
24125: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
24126: isapi/parser3isapi.C: z
24127:
24128: * src/: include/pa_pool.h, main/pa_request.C,
24129: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
24130:
24131: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
24132: kill.pl: isapi added utils
24133:
24134: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
24135: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24136: types/pa_vform.C: isapi 0
24137:
24138: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
24139: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24140: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
24141: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
24142: started isapi
24143:
24144: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
24145: some comments
24146:
24147: * src/: include/pa_globals.h, include/pa_request.h,
24148: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
24149: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
24150: parser_root_auto_path parser_site_auto_path
24151:
24152: * src/types/pa_vcookie.C: cookie attr decoded
24153:
24154: 2001-03-21 paf
24155:
24156: * src/targets/cgi/parser3.C: z
24157:
24158: * src/include/pa_globals.h: post. todo: config of auto.p path
24159:
24160: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24161: types/pa_venv.h: in cookie & env. todo:post
24162:
24163: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24164: classes/root.C, classes/table.C, include/pa_array.h,
24165: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24166: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24167: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24168: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24169: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24170: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24171: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24172: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24173: shifted apache branch on main trunc
24174:
24175: * src/: include/pa_common.h, include/pa_globals.h,
24176: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24177: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24178: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24179: starting mod_parser3
24180:
24181: * src/targets/cgi/parser3.C: starting mod_parser3
24182:
24183: 2001-03-20 paf
24184:
24185: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24186: targets/cgi/parser3.C: automake compiled and works. todo:make
24187: win32 ifdefs work and add ifdef unistd
24188:
24189: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24190: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24191: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24192: z
24193:
24194: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24195: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24196: locking
24197:
24198: * src/: classes/Makefile.am, types/Makefile.am: z
24199:
24200: * src/: Makefile.am, classes/file.C, classes/root.C,
24201: classes/table.C, include/pa_array.h, include/pa_request.h,
24202: include/pa_string.h, main/Makefile.am, main/execute.C,
24203: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24204: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24205: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24206: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24207:
24208: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24209: main/pa_request.C, types/pa_vfile.h: ^table:save
24210:
24211: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24212: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24213: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24214: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24215: types/pa_vform.h: z
24216:
24217: * src/include/pa_string.h: z
24218:
24219: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24220: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24221: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24222: :Value
24223:
24224: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24225: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24226: :VStateless_object
24227:
24228: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24229: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24230: :VStateless_object
24231:
24232: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24233: types/pa_valiased.C, types/pa_vform.h: commented VForm
24234:
24235: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24236: types/pa_valiased.h, types/pa_value.h,
24237: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24238: types/pa_vstateless_object.h: moved common get_element part from
24239: stateless object&class into VAliased
24240:
24241: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24242: classes/table.C, main/execute.C, main/main.dsp,
24243: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24244: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24245: now :Value
24246:
24247: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24248: main/execute.C, main/main.dsp, main/pa_globals.C,
24249: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24250:
24251: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24252: doxx
24253:
24254: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24255: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24256: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24257: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24258: and ^file:save
24259:
24260: 2001-03-19 paf
24261:
24262: * src/types/pa_vfile.C: z
24263:
24264: * src/: classes/file.C, classes/request.C, classes/table.C,
24265: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24266: main/pa_request.C, main/untaint.C, types/pa_value.h,
24267: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24268:
24269: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24270: include/pa_string.h, include/pa_table.h, main/main.dsp,
24271: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24272: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24273: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24274: classes/_file.h, classes/file.C, types/pa_vfile.C,
24275: types/pa_vfile.h: file class just compiled
24276:
24277: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24278: include/pa_table.h, include/pa_types.h, main/execute.C,
24279: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24280: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24281: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24282:
24283: * src/include/pa_pool.h: z
24284:
24285: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24286: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24287: Hash::Value to Val so to doxygen would finlly stop confusing
24288: those Value-s
24289:
24290: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24291: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24292: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24293: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24294: include/pa_types.h, main/compile.C, main/compile.y,
24295: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24296: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24297: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24298: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24299: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24300:
24301: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24302: derivates somehow unlinked. don't know why yet
24303:
24304: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24305: include/pa_string.h, include/pa_threads.h, main/compile.C,
24306: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24307: main/execute.C, main/pa_array.C, main/pa_common.C,
24308: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24309: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24310: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24311:
24312: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24313: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24314: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24315: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24316: types/pa_vrequest.h: doc: detected Value derivates prob
24317:
24318: * src/include/pa_globals.h: z
24319:
24320: * src/: classes/_request.h, classes/request.C, include/code.h,
24321: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24322: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24323: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24324: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24325: main/execute.C, main/pa_pool.C, main/pa_request.C,
24326: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24327: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24328:
24329: 2001-03-18 paf
24330:
24331: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24332: cookie: allowed access to hash-assigned
24333:
24334: * src/targets/cgi/parser3.C: z
24335:
24336: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24337: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24338: include/pa_types.h, main/main.dsp, main/pa_common.C,
24339: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24340: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24341: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24342: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24343: types/pa_vunknown.h: cookie class
24344:
24345: * src/main/pa_request.C: zero length output allowed
24346:
24347: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24348: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24349:
24350: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24351: lang switch
24352:
24353: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24354: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24355: types/pa_value.h, types/pa_vhash.h:
24356: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24357:
24358: * src/main/execute.C: z
24359:
24360: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24361: targets/cgi/parser3.C: taint[uri
24362:
24363: * src/: classes/request.C, classes/response.C, classes/root.C,
24364: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24365: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24366: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24367:
24368: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24369: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24370: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24371: types/pa_vstateless_class.C: convinient string(pool, char *src,
24372: bool tainted) ctor
24373:
24374: * src/: include/pa_hash.h, include/pa_request.h,
24375: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24376: main/pa_request.C, main/pa_string.C, main/untaint.C,
24377: targets/cgi/parser3.C: proper @exceptions params tainting
24378:
24379: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24380: response fields to header
24381:
24382: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24383: z
24384:
24385: * src/: classes/_response.h, classes/response.C,
24386: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24387: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24388: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24389: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24390: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24391: $response: 0 request::core exception rethrow
24392:
24393: 2001-03-16 paf
24394:
24395: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24396: types/pa_vrequest.h: native method' class call with less params
24397: then needed error reporting
24398:
24399: * src/: classes/_request.h, classes/request.C,
24400: include/pa_globals.h, include/pa_request.h, main/execute.C,
24401: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24402: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24403: types/pa_vrequest.h: $request : query :uri
24404:
24405: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24406: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24407: types/pa_wcontext.h: $result
24408:
24409: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24410:
24411: * src/: classes/double.C, include/code.h, main/compile.y,
24412: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24413: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24414:
24415: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24416: main/compile.y, main/execute.C, types/pa_value.h,
24417: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24418: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24419: wcontext conflict
24420:
24421: * src/: main/execute.C, types/pa_value.h,
24422: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24423: $string.field
24424:
24425: 2001-03-15 paf
24426:
24427: * src/main/pa_request.C: news sample
24428:
24429: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24430: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24431:
24432: * src/main/: compile.y, execute.C: z
24433:
24434: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24435: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24436: pre pre works
24437:
24438: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24439: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24440: fillfields just compiled
24441:
24442: 2001-03-14 paf
24443:
24444: * src/: include/pa_request.h, main/pa_request.C,
24445: targets/cgi/parser3.C: z
24446:
24447: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24448: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24449: types/pa_vstring.h: limits -1
24450:
24451: * src/: include/pa_globals.h, include/pa_request.h,
24452: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24453: main/pa_request.C, targets/cgi/parser3.C,
24454: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24455: request_info -1
24456:
24457: * src/: include/pa_globals.h, main/pa_globals.C,
24458: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24459: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24460: vform_fields_fill
24461:
24462: * src/targets/cgi/parser3.C: # if MSVC
24463:
24464: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24465: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24466:
24467: * src/targets/cgi/parser3.C: z
24468:
24469: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24470: include/pa_string.h, include/pa_types.h, main/compile.y,
24471: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24472: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24473: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24474: types/pa_vunknown.h: global handler, exceptions in parser3
24475:
24476: 2001-03-13 paf
24477:
24478: * src/: classes/form.C, main/compile.y, main/core.C,
24479: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24480: types/pa_vform.h, types/pa_vstateless_class.C,
24481: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24482: instead
24483:
24484: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24485: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24486: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24487: started cgi target
24488:
24489: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24490: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24491: before error show with parser
24492:
24493: * src/: classes/_form.h, classes/form.C, include/core.h,
24494: include/pa_request.h, main/core.C, main/pa_request.C,
24495: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24496:
24497: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24498:
24499: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24500: parser3.C: renamed targets/ parser to cgi
24501:
24502: * src/: classes/double.C, classes/env.C, classes/int.C,
24503: classes/root.C, classes/string.C, classes/table.C,
24504: include/pa_request.h, types/pa_vhash.h: z
24505:
24506: * src/: classes/_env.h, classes/env.C, classes/root.C,
24507: include/core.h, include/pa_pool.h, include/pa_request.h,
24508: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24509: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24510: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24511: [historical moment :)]
24512:
24513: * src/: include/code.h, include/pa_string.h, main/compile.y,
24514: main/execute.C, main/pa_string.C: 'value is type' expr operator
24515:
24516: * src/types/pa_venv.h: $ENV 1
24517:
24518: * src/main/execute.C: z
24519:
24520: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24521: future methods of ENV constructor if
24522:
24523: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24524: class
24525:
24526: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24527: classes/_root.h, classes/_string.h, classes/_table.h,
24528: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24529: classes/string.C, classes/table.C, include/pa_request.h,
24530: main/compile.C, main/compile_tools.h, main/core.C,
24531: main/execute.C, main/main.dsp, main/pa_request.C,
24532: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24533: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24534: types/pa_vobject.h, types/pa_vstateless_class.C,
24535: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24536: types/pa_wcontext.h: $ENV: re 0, stateless classes
24537:
24538: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24539: classes/_root.h, classes/_string.h, classes/_table.h,
24540: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24541: classes/string.C, classes/table.C, include/pa_request.h,
24542: main/compile.C, main/compile_tools.h, main/core.C,
24543: main/execute.C, main/main.dsp, main/pa_request.C,
24544: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24545: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24546: types/pa_vobject.h, types/pa_vstateless_class.C,
24547: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24548: types/pa_wcontext.h: $ENV: re 0, stateless classes
24549:
24550: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24551: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24552: yesterdays bad decision on execute_static_method
24553:
24554: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24555:
24556: * src/: classes/double.C, classes/int.C, classes/root.C,
24557: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24558:
24559: * src/main/pa_request.C: z
24560:
24561: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24562: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24563:
24564: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24565: include/pa_pool.h, main/pa_request.C:
24566: restructure_exceptions_dead_end
24567:
24568: * src/: classes/root.C, main/compile.y: ^if required junctions.
24569: allowed ; inside {} to break params
24570:
24571: * src/classes/root.C: ^eval
24572:
24573: * src/: classes/_string.h, classes/double.C, classes/int.C,
24574: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24575: string ^format
24576:
24577: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24578: 'bad' but not 'enough'
24579:
24580: * src/: classes/double.C, classes/root.C, classes/table.C,
24581: include/pa_common.h, include/pa_types.h, main/compile.y,
24582: main/pa_common.C, main/pa_request.C, main/untaint.C,
24583: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24584: types/pa_wwrapper.h: think constructing flag as is is bad
24585:
24586: * src/: classes/double.C, classes/int.C, classes/root.C,
24587: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24588: types/pa_vint.h: ^for
24589:
24590: 2001-03-12 paf
24591:
24592: * src/classes/table.C: table ^empty
24593:
24594: * src/: classes/table.C, include/pa_table.h: table ^menu
24595:
24596: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24597: ^offset ^line ^count
24598:
24599: * src/classes/root.C: ^round() ^floor() ^ceiling()
24600: ^abs() ^sign()
24601:
24602: * src/classes/: root.C, table.C: ^use
24603:
24604: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24605: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24606: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24607: ^while. switched off wcontext.constructing after write(value) or
24608: auto-vhash-constructing
24609:
24610: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24611: main/pa_request.C: fail_if_junction_ helper func
24612:
24613: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24614: include/pa_request.h, main/execute.C, main/main.dsp,
24615: main/pa_common.C, main/pa_request.C: ^process error point by
24616: actual method_name, not source. ^load
24617:
24618: * src/types/pa_vtable.h: table: no, better with string in cells...
24619:
24620: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24621: classes/_table.h, classes/table.C, main/untaint.C: z
24622:
24623: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24624: include/pa_table.h, main/core.C, main/execute.C,
24625: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24626: types/pa_value.h: table:set 0
24627:
24628: * src/: classes/root.C, include/core.h, include/pa_array.h,
24629: include/pa_request.h, include/pa_table.h, main/core.C,
24630: main/main.dsp, main/pa_request.C, main/pa_table.C,
24631: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24632: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24633: types/pa_vstring.h: freeze, ^table:create[] -1
24634:
24635: * src/: classes/root.C, types/pa_value.h: z
24636:
24637: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24638: get_method in couple places optimizing them
24639:
24640: * src/classes/root.C: z
24641:
24642: * src/: classes/root.C, types/pa_vclass.h: process temp main
24643: zeroing
24644:
24645: * src/: classes/double.C, classes/int.C, classes/root.C,
24646: classes/string.C, include/pa_common.h, include/pa_request.h,
24647: include/pa_string.h, include/pa_types.h, main/compile.C,
24648: main/compile.y, main/compile_tools.h, main/execute.C,
24649: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24650: types/pa_vmframe.h: ^process. actual names to store param and
24651: check_actual_numbered_params for better place diagnostics
24652:
24653: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24654: method-junctions bug fixed
24655:
24656: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24657: pa_vstateless_object.h, pa_vstring.h: stateless_object
24658:
24659: 2001-03-11 paf
24660:
24661: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24662: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24663: VDouble VInt base now VObject_base - without fields
24664:
24665: * src/: classes/root.C, include/core.h, main/core.C: z
24666:
24667: * src/: classes/double.C, classes/int.C, classes/root.C,
24668: classes/string.C, include/core.h, include/pa_hash.h,
24669: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24670: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24671:
24672: * src/: classes/double.C, classes/int.C, classes/root.C,
24673: include/pa_request.h, main/execute.C: intercept_string
24674:
24675: * src/: classes/double.C, classes/int.C, classes/root.C,
24676: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24677:
24678: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24679: ^inc-s(expr)
24680:
24681: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24682: classes/_root.h, classes/_string.h, classes/double.C,
24683: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24684: include/code.h, include/core.h, include/pa_array.h,
24685: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24686: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24687: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24688: include/pa_types.h, main/compile.C, main/compile.y,
24689: main/compile_tools.C, main/compile_tools.h, main/core.C,
24690: main/execute.C, main/pa_array.C, main/pa_common.C,
24691: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24692: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24693: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24694: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24695: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24696: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24697: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24698: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24699:
24700: * src/: main/pa_request.C, types/pa_vhash.h: z
24701:
24702: * src/: include/core.h, include/pa_request.h, main/core.C,
24703: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24704:
24705: * src/: include/pa_valiased.h, include/pa_value.h,
24706: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24707: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24708: include/pa_vjunction.h, include/pa_vmframe.h,
24709: include/pa_vobject.h, include/pa_vstring.h,
24710: include/pa_vunknown.h, include/pa_wcontext.h,
24711: include/pa_wwrapper.h, main/compile.y, main/core.C,
24712: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24713: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24714: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24715: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24716: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24717: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24718: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24719: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24720: include/
24721:
24722: 2001-03-10 paf
24723:
24724: * src/: include/core.h, include/pa_request.h, main/core.C,
24725: main/pa_request.C: run+auto=run
24726:
24727: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24728:
24729: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24730: classes/_root.h, classes/_string.h, classes/double.C,
24731: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24732: include/code.h, include/core.h, include/pa_array.h,
24733: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24734: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24735: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24736: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24737: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24738: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24739: include/pa_vjunction.h, include/pa_vmframe.h,
24740: include/pa_vobject.h, include/pa_vstring.h,
24741: include/pa_vunknown.h, include/pa_wcontext.h,
24742: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24743: main/compile_tools.C, main/compile_tools.h, main/core.C,
24744: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24745: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24746: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24747: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24748: main/pa_wcontext.C: sources header
24749:
24750: * src/main/pa_request.C: auto..
24751:
24752: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24753: main/pa_request.C: auto tree0
24754:
24755: * src/: include/core.h, include/pa_request.h, main/compile.y,
24756: main/core.C, main/pa_request.C: names to core.C
24757:
24758: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24759: include/pa_request.h, main/core.C, main/execute.C,
24760: main/pa_common.C, main/pa_request.C: root auto.p loaded
24761:
24762: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24763: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24764: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24765: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24766:
24767: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24768: @auto[] realised. auto.p scan togo
24769:
24770: * src/: include/pa_request.h, main/execute.C: autocalc
24771: code-junctions result now have names
24772:
24773: * src/: classes/double.C, classes/int.C, classes/root.C,
24774: classes/string.C, include/pa_request.h, include/pa_string.h,
24775: include/pa_wcontext.h, main/compile.y, main/execute.C,
24776: main/pa_string.C, main/pa_wcontext.C: tainting 0
24777:
24778: * src/classes/env.C: env:file/line
24779:
24780: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24781: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24782: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24783: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24784: main/compile_tools.C, main/compile_tools.h, main/core.C,
24785: main/execute.C, main/main.dsp, main/pa_cframe.C,
24786: main/pa_request.C, main/pa_wcontext.C: const fight finished
24787:
24788: * src/include/pa_vclass.h: const fight to go
24789:
24790: * src/: classes/_env.h, classes/env.C, classes/root.C,
24791: include/pa_request.h, include/pa_vclass.h, main/core.C,
24792: main/main.dsp: env0
24793:
24794: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24795: classes/_string.h, classes/double.C, classes/int.C,
24796: classes/root.C, classes/string.C, include/pa_request.h,
24797: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24798: include/pa_wcontext.h, main/core.C, main/main.dsp,
24799: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24800: main/pa_wcontext.C: ^lang prepare0
24801:
24802: 2001-03-09 paf
24803:
24804: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24805: construct proper naming
24806:
24807: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24808: classes/double.C, classes/int.C, classes/root.C,
24809: classes/string.C, include/code.h, include/pa_value.h,
24810: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24811: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24812: main/compile.y, main/compile_tools.C, main/core.C,
24813: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24814: and ^double[]. fixed expr type
24815:
24816: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24817: ^string.length[]
24818:
24819: 2001-03-08 paf
24820:
24821: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24822:
24823: * src/: include/pa_vclass.h, include/pa_vstring.h,
24824: include/pa_wcontext.h, main/compile.y, main/core.C,
24825: main/execute.C, main/main.dsp: dead end: vstring can't be
24826: derivated from vobject
24827:
24828: * src/: include/pa_vclass.h, include/pa_vhash.h,
24829: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24830:
24831: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24832: remained clone conseqs
24833:
24834: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24835:
24836: * src/main/pa_vclass.C: wow! vclass were out of vcs
24837:
24838: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24839: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24840: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24841: include/pa_vobject.h, include/pa_vstring.h,
24842: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24843: main/execute.C: withoud cloning. didn't need it actually, params
24844: got passed from out unnamed ewpool
24845:
24846: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24847: include/pa_vjunction.h, include/pa_vobject.h,
24848: include/pa_vunknown.h, main/compile.y: cloning dead end
24849:
24850: * src/: include/pa_bool.h, include/pa_double.h,
24851: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24852: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24853: include/pa_vjunction.h, include/pa_vmframe.h,
24854: include/pa_vobject.h, include/pa_vstring.h,
24855: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24856: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24857: to give params proper names
24858:
24859: * src/main/pa_wcontext.C: z
24860:
24861: * src/: include/pa_vmframe.h, main/execute.C: added names to
24862: unknown values in get_element and unfilled params. removed wrong
24863: name change in get_element
24864:
24865: * src/main/execute.C: z
24866:
24867: * src/main/execute.C: fixed problems calling operators in
24868: constructors
24869:
24870: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24871: detected problems calling operators in constructors
24872:
24873: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24874: autocalc def to string
24875:
24876: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24877: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24878:
24879: * src/classes/root.C: added root.c
24880:
24881: * src/: include/pa_request.h, include/pa_value.h,
24882: include/pa_vcframe.h, include/pa_vmframe.h,
24883: include/pa_wcontext.h, main/compile.C, main/compile.y,
24884: main/core.C, main/execute.C, main/pa_cframe.C,
24885: main/pa_wcontext.C: 'if' just compiled
24886:
24887: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24888: include/pa_vjunction.h, include/pa_vmframe.h,
24889: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24890: main/pa_wcontext.C: z
24891:
24892: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24893: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24894: with parameter names in operator methods
24895:
24896: * src/main/compile.y: minor renamings in .y
24897:
24898: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24899: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24900: @BASE. changed 'RUN' assignment mech
24901:
24902: * src/main/execute.C: z
24903:
24904: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24905: main/compile_tools.h, main/execute.C: made class: dynamic, not
24906: static. so to enable runtime ^use
24907:
24908: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24909:
24910: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24911: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24912:
24913: * src/main/execute.C: root root in code-junction
24914:
24915: 2001-03-07 paf
24916:
24917: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24918: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24919:
24920: * src/: include/pa_stack.h, include/pa_value.h,
24921: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24922: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24923: fixed rwcontext of {} params up
24924:
24925: * src/main/: compile.y, compile_tools.h: ^func(params)
24926:
24927: * src/main/compile.y: .y priorities syntax shaped up a bit
24928:
24929: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24930: include/pa_vunknown.h, main/compile.y, main/execute.C,
24931: main/pa_hash.C: expr def in -f
24932:
24933: * src/main/: compile.y, execute.C: expr calls
24934:
24935: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24936: fixed
24937:
24938: * src/main/compile.y: expr quoted code
24939:
24940: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24941: support0
24942:
24943: * src/main/compile.y: expr string comparisons 0
24944:
24945: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24946: main/pa_string.C: just compiled lt&co
24947:
24948: * src/main/execute.C: ^var.menu{$field} problem detected. that
24949: $field not a $var.field
24950:
24951: 2001-03-06 paf
24952:
24953: * src/main/compile.y: .y expr visible-shorter
24954:
24955: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24956: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24957: logical
24958:
24959: * src/: include/pa_vstring.h, main/compile.y: problems with
24960: skipping whitespace in yylex
24961:
24962: * src/include/pa_vbool.h: forgot this
24963:
24964: * src/: include/code.h, main/compile.y, main/execute.C: without
24965: string ops in expressions 0
24966:
24967: * src/: include/pa_value.h, include/pa_vdouble.h,
24968: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24969: main/execute.C, main/main.dsp: !~
24970:
24971: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24972: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24973: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24974: include/pa_vunknown.h, include/pa_wcontext.h,
24975: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24976: main/compile_tools.h, main/execute.C: +-*/
24977:
24978: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24979: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24980:
24981: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24982: main/execute.C: expr grammar-1 2*2=4.000000 :)
24983:
24984: * src/main/compile.y: expr grammar-1
24985:
24986: * src/main/compile.y: expr lexx1
24987:
24988: * src/main/: compile.y, execute.C, main.dsp: z
24989:
24990: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24991: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24992: main/execute.C: expr lex0 exec-1
24993:
24994: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24995:
24996: 2001-02-26 paf
24997:
24998: * src/main/compile.y: max_string in yyerror bug fix
24999:
25000: 2001-02-25 paf
25001:
25002: * src/: include/pa_value.h, include/pa_vmframe.h,
25003: include/pa_wcontext.h, main/execute.C: VAliased3
25004:
25005: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25006:
25007: * src/main/execute.C: VAliased1
25008:
25009: * src/: include/pa_request.h, include/pa_value.h,
25010: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25011: VAliased0
25012:
25013: * src/: include/pa_pool.h, include/pa_request.h,
25014: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25015: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25016: VAliased just compiled
25017:
25018: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25019: include/pa_vobject.h, main/execute.C: alias dead end
25020:
25021: * src/: include/pa_value.h, include/pa_vclass.h,
25022: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25023: main/main.dsp: no not get fields into interm VFielded class.
25024: fields & staticfields 1
25025:
25026: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25027: include/pa_vobject.h, include/pa_wcontext.h,
25028: include/pa_wwrapper.h, main/core.C, main/execute.C,
25029: main/main.dsp: would now get fields into interm VFielded class
25030:
25031: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25032: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25033: include/pa_wcontext.h, main/compile.y, main/core.C,
25034: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25035: main/pa_wcontext.C: virtuals2
25036:
25037: * src/main/compile.y: : 1
25038:
25039: * src/main/compile.y: rethought to $class:static.field.subfield
25040:
25041: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25042: $class:element
25043:
25044: * src/: include/pa_value.h, include/pa_vmframe.h,
25045: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25046: main/pa_wcontext.C: before execute class calls rewrite
25047:
25048: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25049: name RUN, also alias
25050:
25051: * src/main/compile.y: escaping bug
25052:
25053: * src/: include/pa_request.h, include/pa_value.h,
25054: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25055: main/core.C, main/execute.C, main/pa_common.C: vobject1
25056:
25057: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25058: include/pa_vmframe.h, include/pa_vobject.h,
25059: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25060: main/compile_tools.h, main/execute.C: ^class:method() just
25061: compiled
25062:
25063: 2001-02-24 paf
25064:
25065: * src/main/main.dsp: no bison -d
25066:
25067: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25068: class' err msg wrong
25069:
25070: * src/main/compile.y: z
25071:
25072: * src/main/: compile.y, core.C: yylex need some @special lines adj
25073:
25074: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25075: main/compile.y, main/compile_tools.h, main/core.C: modules0
25076:
25077: * src/: include/pa_vclass.h, main/core.C: z
25078:
25079: * src/: include/pa_value.h, include/pa_vclass.h,
25080: include/pa_vobject.h, main/main.dsp: vobject00
25081:
25082: * src/main/pa_array.C: minor bug in expanding very small arrays.
25083: 60% from 1 were 0
25084:
25085: * src/: include/pa_value.h, include/pa_wcontext.h,
25086: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25087: as bad as you've named it: wcontext.value() was not a perfect
25088: idea
25089:
25090: * src/main/execute.C: codeframe1
25091:
25092: * src/: include/pa_value.h, include/pa_vcframe.h,
25093: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
25094: include/pa_vjunction.h, include/pa_vmframe.h,
25095: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25096: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
25097: just compiled
25098:
25099: * src/: include/pa_vframe.h, main/compile.y: found junction
25100: ideology @: ^x{$a()) must construct current wcontext element, so
25101: smart wcontext handling needed
25102:
25103: * src/main/compile.y: fixed grammar bugs in constructor/params
25104: klinch
25105:
25106: * src/main/: compile.y, execute.C: fixed empty constructor
25107: optimized empty case. failed on calls - produced empty string
25108: param
25109:
25110: * src/main/compile.y: fixed last \n macrotemplate strip bug
25111:
25112: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
25113: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
25114: main/compile_tools.C, main/compile_tools.h, main/core.C,
25115: main/execute.C: code junctions0. something wrong with last \n
25116: macrotemplate strip
25117:
25118: * src/: include/pa_value.h, main/compile.C, main/core.C,
25119: main/pa_value.C: minor error reporting format beautifyings
25120:
25121: * src/: include/pa_value.h, include/pa_vclass.h,
25122: include/pa_vframe.h, main/core.C, main/execute.C,
25123: main/pa_value.C: get_method RIP. junctions everywhere. call with
25124: junctions0
25125:
25126: 2001-02-23 paf
25127:
25128: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
25129: pa_wwrapper.h: lara came, can't work, sorry :(
25130:
25131: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
25132: junction
25133:
25134: * src/: include/pa_vframe.h, include/pa_vunknown.h,
25135: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
25136: main/execute.C, main/main.dsp, main/pa_value.C: call0
25137:
25138: * src/: include/pa_hash.h, include/pa_value.h,
25139: include/pa_wcontext.h, main/core.C, main/execute.C,
25140: main/main.dsp, main/pa_hash.C: started call. store param, vframe
25141: done
25142:
25143: * src/include/pa_wcontext.h: z
25144:
25145: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
25146: wrong grammar in complex constructor case
25147:
25148: * src/main/: compile.y, execute.C: empty constructor bug fixed
25149:
25150: * src/main/execute.C: with result rwpool
25151:
25152: * src/: include/pa_value.h, main/core.C, main/execute.C,
25153: main/main.dsp: value named
25154:
25155: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25156: strign 2 value in 2 places in execute
25157:
25158: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25159: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25160: wcontext.put_element when wcontext fvalue==0
25161:
25162: 2001-02-22 paf
25163:
25164: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25165: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25166: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25167:
25168: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25169: erroreos checkout
25170:
25171: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25172:
25173: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25174: main/compile_tools.h, main/pa_array.C: $self.get
25175:
25176: * src/main/: compile.C, compile.y, compile_tools.C: z
25177:
25178: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25179: bit. finished now.
25180:
25181: * src/main/compile.y: $: finished
25182:
25183: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25184:
25185: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25186: main/execute.C: OP_STRING better then some xxx _VALUE
25187:
25188: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25189: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25190: string to vstring it .y all
25191:
25192: * src/: include/pa_request.h, include/pa_stack.h,
25193: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25194: all
25195:
25196: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25197: precise parse error line:col
25198:
25199: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25200: main/pa_hash.C, main/pa_pool.C: TRY...
25201:
25202: * src/: include/pa_exception.h, include/pa_pool.h,
25203: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25204: main/compile.C, main/compile.y, main/compile_tools.C,
25205: main/core.C, main/pa_array.C, main/pa_exception.C,
25206: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25207: main/pa_table.C: removed exception from request
25208:
25209: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25210: some forgotten
25211:
25212: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25213: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25214: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25215: get/put simple vars to VClass works0
25216:
25217: * src/: include/pa_array.h, include/pa_wcontext.h,
25218: main/pa_string.C: in process, but found that exceptions are too
25219: global
25220:
25221: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25222: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25223: main/execute.C, main/pa_string.C: write_value write_string 0 it
25224: seems wcontext must write strings regardles of fvalue!=0
25225:
25226: 2001-02-21 paf
25227:
25228: * src/main/execute.C: tired :)
25229:
25230: * src/main/: compile.C, compile.y, execute.C: store0
25231:
25232: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25233: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25234: include/pa_wcontext.h, main/compile.C, main/compile.y,
25235: main/execute.C, main/main.dsp, main/pa_array.C,
25236: main/pa_request.C: get put -1 [just compiled]
25237:
25238: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25239: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25240: main/main.dsp, main/pa_request.C: request core methods0
25241:
25242: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25243: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25244: execute
25245:
25246: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25247: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25248: methods and one_big_piece. now compile returns array<method*>
25249:
25250: * src/main/compile.y: more straightforward yylex[end]
25251:
25252: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25253: string.operator==(char*)
25254:
25255: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25256: main/execute.C, main/pa_array.C: after array.const get wonders
25257:
25258: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25259: pa_string.h, pa_value.h: struck with const array.gets
25260:
25261: * src/main/: execute.C: z
25262:
25263: * src/main/: compile.y, execute.C: z
25264:
25265: * src/main/: compile.C, compile.y, compile_tools.h: error
25266: processing in eval & yyerror so it wouldn't cause memleaks.
25267:
25268: * src/main/: compile.C, compile.y: failed to add absolute precies
25269: parse error positions. leaving RIGHTMOST position as
25270: @file[line:col]
25271:
25272: * src/: include/compile.h, main/compile.C, main/compile.y,
25273: main/compile_tools.h: line numbers needed. would add them to .y
25274: now internally. externally it's not as precise as needed
25275:
25276: * src/: include/code.h, include/pa_types.h, main/compile.C,
25277: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25278: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25279: compiler works ok
25280:
25281: 2001-02-20 paf
25282:
25283: * src/main/: compile.C, compile.y, compile_tools.C,
25284: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25285: not perfect
25286:
25287: * src/: include/code.h, include/compile.h, include/execute.h,
25288: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25289: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25290: main/compile.C, main/compile.y, main/compile_tools.C,
25291: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25292: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25293: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25294: compiled. execute=dump for now
25295:
25296: * src/main/core.C: core rewrite using yacc investigations now will
25297: be compile[yacc]/execute[opcodes]
25298:
25299: 2001-02-15 paf
25300:
25301: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25302: rewrite as turing machine? for it seems it would be it's too many
25303: ifs with this syntax now
25304:
25305: 2001-02-14 paf
25306:
25307: * src/main/core.C: get_params 1
25308:
25309: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25310: :( ]
25311:
25312: * src/main/core.C: varios breaks
25313:
25314: * src/main/core.C: get names 3
25315:
25316: * src/main/core.C: get names 2
25317:
25318: * src/main/core.C: get names 1
25319:
25320: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25321: names 0
25322:
25323: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25324: text repassing2 operator static vars
25325:
25326: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25327: main/pa_string.C: process text repassing
25328:
25329: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25330: module:calls changes
25331:
25332: 2001-02-13 paf
25333:
25334: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25335: ^class:calls[] started
25336:
25337: * src/: include/pa_value.h, main/core.C: z
25338:
25339: * src/main/core.C: operators : and self. prefixes
25340:
25341: * src/main/core.C: z
25342:
25343: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25344: tested
25345:
25346: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25347: optimized
25348:
25349: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25350: would change privates to better support optimization
25351:
25352: * src/: include/pa_string.h, main/pa_string.C:
25353: String_iterator::skip_to todo:optimize
25354:
25355: 2001-02-12 paf
25356:
25357: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25358: String_iterator
25359:
25360: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25361: comments
25362:
25363: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25364: self/methodref joined
25365:
25366: 2001-02-11 paf
25367:
25368: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25369: main/main.dsp: core started. core.C, context&value .h
25370:
25371: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25372: include/pa_string.h, main/main.dsp, main/pa_array.C,
25373: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25374:
25375: 2001-01-30 paf
25376:
25377: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25378: comments
25379:
25380: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25381: main/pa_pool.C: moved pa_pool.C to be target specific
25382:
25383: * src/: include/pa_exception.h, include/pa_pool.h,
25384: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25385: to & changes
25386:
25387: * src/: include/pa_exception.h, include/pa_pool.h,
25388: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25389: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25390: re-associated. that's much better even removed 'die' necessety
25391:
25392: * src/: include/pa_error.h, include/pa_exception.h,
25393: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25394: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25395: targets/Makefile.am: lowered targets/parser into subdir, added
25396: parser_Pool(Pool) failed to add. would think..
25397:
25398: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25399: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25400: main/pa_string.C, main/pa_table.C: Table more like C++ style
25401: hence lots of 'const'
25402:
25403: * src/: include/pa_error.h, include/pa_request.h,
25404: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25405: main/pa_table.C: Error fixed
25406:
25407: 2001-01-29 paf
25408:
25409: * src/: include/pa_array.h, include/pa_common.h,
25410: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25411: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25412: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25413: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25414:
25415: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25416: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25417: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25418: main/pa_string.C, main/pa_table.C: Request Error Table
25419:
25420: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25421: templates"
25422:
25423: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25424: main/main.dsp, main/pa_array.C: templates failed no template
25425: specializations [VC6], no library auto instantation [VC6, GNU c++
25426: 2.95.2-6 from latest cygwin]
25427:
25428: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25429: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25430: main/main.dsp, main/pa_array.C, main/pa_string.C,
25431: main/pa_table.C: Table started would test template Array now
25432:
25433: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25434: String originating
25435:
25436: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25437: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25438: SYNCHRONIZED(thread_safe)
25439:
25440: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25441: parts to top
25442:
25443: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25444: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25445: see: needed only in global Hash now, made Hash:: put/get
25446: SYNCHRONIZED
25447:
25448: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25449: main/pa_threads.C: added pa_threads
25450:
25451: Mutex
25452:
25453: * src/include/pa_hash.h: some comments
25454:
25455: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25456: Array& operator += (Array& src)
25457:
25458: * src/main/pa_array.C: expand not convinient, would rewrite
25459:
25460: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25461: (Array& src)
25462:
25463: rethought, would change now
25464:
25465: 2001-01-27 paf
25466:
25467: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25468: caching
25469:
25470: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25471: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25472: cache rethought to chunk caching
25473:
25474: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25475: include/pa_string.h, main/main.dsp, main/pa_array.C,
25476: main/pa_hash.C, main/pa_string.C: Array 0
25477:
25478: * src/main/pa_string.C: String::operator ==
25479:
25480: * src/main/pa_hash.C: String(&String)
25481:
25482: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25483:
25484: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25485: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25486: pa_hash[forgotten]
25487:
25488: 2001-01-26 paf
25489:
25490: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25491: removed templates [vc++ suxx]
25492:
25493: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25494: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25495:
25496: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25497:
1.119 moko 25498: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25499:
1.119 moko 25500: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25501: check
25502:
25503: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25504: dynamic row_count
25505:
25506: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25507: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25508: targets/Makefile.am: Initial revision
25509:
25510: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25511: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25512: targets/Makefile.am: creating parser3 module
25513:
E-mail: